/**
 * Product category bottom SEO styles.
 *
 * File: assets/css/category-bottom-seo.css
 * Theme: Blocksy Child
 */

html body.tax-product_cat .r4a-category-bottom-seo,
html body.r4a-product-category-archive .r4a-category-bottom-seo {
	width: min(1280px, calc(100vw - 80px)) !important;
	max-width: 1280px !important;
	margin: 72px auto 86px !important;
	padding: clamp(28px, 3vw, 44px) !important;
	border: 1px solid rgba(255, 23, 23, 0.72) !important;
	border-radius: 10px !important;
	background:
		linear-gradient(135deg, rgba(255, 23, 23, 0.08), rgba(0, 0, 0, 0.88) 42%, rgba(0, 0, 0, 0.96)),
		rgba(0, 0, 0, 0.86) !important;
	box-shadow:
		0 0 28px rgba(255, 23, 23, 0.14),
		inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
	color: rgba(255, 255, 255, 0.86) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.86) !important;
}

html body.tax-product_cat .r4a-category-bottom-seo *,
html body.r4a-product-category-archive .r4a-category-bottom-seo * {
	opacity: 1 !important;
	visibility: visible !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__eyebrow,
html body.r4a-product-category-archive .r4a-category-bottom-seo__eyebrow {
	margin: 0 0 12px !important;
	color: #ff1717 !important;
	-webkit-text-fill-color: #ff1717 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
}

html body.tax-product_cat .r4a-category-bottom-seo h2,
html body.tax-product_cat .r4a-category-bottom-seo h2 *,
html body.r4a-product-category-archive .r4a-category-bottom-seo h2,
html body.r4a-product-category-archive .r4a-category-bottom-seo h2 * {
	margin: 0 0 20px !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	background: transparent !important;
	font-size: clamp(26px, 2.5vw, 42px) !important;
	font-weight: 950 !important;
	line-height: 1.08 !important;
	text-transform: none !important;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65) !important;
}

html body.tax-product_cat .r4a-category-bottom-seo h3,
html body.tax-product_cat .r4a-category-bottom-seo h3 *,
html body.r4a-product-category-archive .r4a-category-bottom-seo h3,
html body.r4a-product-category-archive .r4a-category-bottom-seo h3 * {
	margin: 0 0 12px !important;
	color: #ff1717 !important;
	-webkit-text-fill-color: #ff1717 !important;
	background: transparent !important;
	font-size: 20px !important;
	font-weight: 950 !important;
	line-height: 1.18 !important;
	text-transform: none !important;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65) !important;
}

html body.tax-product_cat .r4a-category-bottom-seo p,
html body.tax-product_cat .r4a-category-bottom-seo li,
html body.r4a-product-category-archive .r4a-category-bottom-seo p,
html body.r4a-product-category-archive .r4a-category-bottom-seo li {
	color: rgba(255, 255, 255, 0.86) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.86) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.65 !important;
}

html body.tax-product_cat .r4a-category-bottom-seo p,
html body.r4a-product-category-archive .r4a-category-bottom-seo p {
	margin: 0 0 16px !important;
}

/* EN: Keep internal SEO links clean: white and bold by default, red only on hover/focus. */
html body.tax-product_cat .r4a-category-bottom-seo a,
html body.r4a-product-category-archive .r4a-category-bottom-seo a {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-weight: 850 !important;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28) !important;
	transition: color 0.18s ease, border-color 0.18s ease, text-shadow 0.18s ease !important;
}

html body.tax-product_cat .r4a-category-bottom-seo a:hover,
html body.tax-product_cat .r4a-category-bottom-seo a:focus,
html body.r4a-product-category-archive .r4a-category-bottom-seo a:hover,
html body.r4a-product-category-archive .r4a-category-bottom-seo a:focus {
	color: #ff1717 !important;
	-webkit-text-fill-color: #ff1717 !important;
	border-bottom-color: rgba(255, 23, 23, 0.90) !important;
	text-decoration: none !important;
	text-shadow: 0 0 10px rgba(255, 23, 23, 0.28) !important;
}

html body.tax-product_cat .r4a-category-bottom-seo a:focus-visible,
html body.r4a-product-category-archive .r4a-category-bottom-seo a:focus-visible {
	outline: 2px solid rgba(255, 23, 23, 0.85) !important;
	outline-offset: 3px !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__grid,
html body.r4a-product-category-archive .r4a-category-bottom-seo__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 22px !important;
	margin-top: 28px !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__box,
html body.tax-product_cat .r4a-category-bottom-seo__criteria,
html body.tax-product_cat .r4a-category-bottom-seo__links,
html body.r4a-product-category-archive .r4a-category-bottom-seo__box,
html body.r4a-product-category-archive .r4a-category-bottom-seo__criteria,
html body.r4a-product-category-archive .r4a-category-bottom-seo__links {
	padding: 22px !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.035) !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__criteria,
html body.tax-product_cat .r4a-category-bottom-seo__links,
html body.r4a-product-category-archive .r4a-category-bottom-seo__criteria,
html body.r4a-product-category-archive .r4a-category-bottom-seo__links {
	margin-top: 28px !important;
	border-color: rgba(255, 23, 23, 0.55) !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__criteria ul,
html body.tax-product_cat .r4a-category-bottom-seo__links ul,
html body.r4a-product-category-archive .r4a-category-bottom-seo__criteria ul,
html body.r4a-product-category-archive .r4a-category-bottom-seo__links ul {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 10px 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__criteria li,
html body.tax-product_cat .r4a-category-bottom-seo__links li,
html body.r4a-product-category-archive .r4a-category-bottom-seo__criteria li,
html body.r4a-product-category-archive .r4a-category-bottom-seo__links li {
	position: relative !important;
	margin: 0 !important;
	padding-left: 20px !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__criteria li::before,
html body.tax-product_cat .r4a-category-bottom-seo__links li::before,
html body.r4a-product-category-archive .r4a-category-bottom-seo__criteria li::before,
html body.r4a-product-category-archive .r4a-category-bottom-seo__links li::before {
	content: '›' !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	color: #ff1717 !important;
	-webkit-text-fill-color: #ff1717 !important;
	font-weight: 950 !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__faq,
html body.r4a-product-category-archive .r4a-category-bottom-seo__faq {
	margin-top: 36px !important;
	padding-top: 30px !important;
	border-top: 1px solid rgba(255, 23, 23, 0.45) !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__faq-item,
html body.r4a-product-category-archive .r4a-category-bottom-seo__faq-item {
	margin-top: 18px !important;
	padding: 18px 20px !important;
	border-left: 3px solid #ff1717 !important;
	background: rgba(0, 0, 0, 0.34) !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__notice,
html body.r4a-product-category-archive .r4a-category-bottom-seo__notice {
	margin-top: 32px !important;
	padding: 22px 24px !important;
	border: 1px solid rgba(255, 23, 23, 0.72) !important;
	border-radius: 8px !important;
	background: rgba(255, 23, 23, 0.065) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__notice h3,
html body.r4a-product-category-archive .r4a-category-bottom-seo__notice h3 {
	margin-bottom: 10px !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__notice p,
html body.r4a-product-category-archive .r4a-category-bottom-seo__notice p {
	margin-bottom: 0 !important;
}

html body.tax-product_cat .r4a-category-bottom-seo__faq-item h3,
html body.r4a-product-category-archive .r4a-category-bottom-seo__faq-item h3 {
	font-size: 18px !important;
}

@media (max-width: 1000px) {
	html body.tax-product_cat .r4a-category-bottom-seo,
	html body.r4a-product-category-archive .r4a-category-bottom-seo {
		width: calc(100vw - 32px) !important;
		margin: 48px auto 64px !important;
	}

	html body.tax-product_cat .r4a-category-bottom-seo__grid,
	html body.tax-product_cat .r4a-category-bottom-seo__criteria ul,
	html body.tax-product_cat .r4a-category-bottom-seo__links ul,
	html body.r4a-product-category-archive .r4a-category-bottom-seo__grid,
	html body.r4a-product-category-archive .r4a-category-bottom-seo__criteria ul,
	html body.r4a-product-category-archive .r4a-category-bottom-seo__links ul {
		grid-template-columns: 1fr !important;
	}
}
