.bccat-category-v3 {
	--bccat-ink: #17212b;
	--bccat-muted: #66727c;
	--bccat-line: #dfe4e8;
	--bccat-soft: #f4f6f8;
	--bccat-orange: #e55216;
	--bccat-navy: #17212b;
}

.bccat-category-v3 .bcb-product-category-header,
.bccat-category-v3 .mf-catalog-title,
.bccat-category-v3 .term-description {
	display: none !important;
}

.bccat-hero,
.bccat-after-catalog {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: var(--bccat-ink);
}

.bccat-hero *,
.bccat-after-catalog * {
	box-sizing: border-box;
}

.bccat-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	gap: 28px;
	align-items: center;
	margin: 0 0 26px;
	padding: 30px;
	background:
		radial-gradient(circle at 92% 12%, rgba(229, 82, 22, .13), transparent 30%),
		linear-gradient(135deg, #fff 0%, #f8fafb 100%);
	border: 1px solid var(--bccat-line);
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(23, 33, 43, .07);
	overflow: hidden;
}

.bccat-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin-bottom: 14px;
	font-size: 13px;
	color: var(--bccat-muted);
}

.bccat-breadcrumb a:hover {
	color: var(--bccat-orange);
}

.bccat-kicker {
	margin: 0 0 7px;
	color: var(--bccat-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bccat-hero h1 {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -.035em;
	color: var(--bccat-ink);
}

.bccat-intro {
	max-width: 760px;
	margin: 14px 0 0;
	color: var(--bccat-muted);
	font-size: 16px;
	line-height: 1.7;
}

.bccat-link-slider {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) 32px;
	gap: 6px;
	align-items: center;
	margin-top: 18px;
}

.bccat-link-slider.is-static {
	grid-template-columns: minmax(0, 1fr);
}

.bccat-link-slider.is-static .bccat-slide-button {
	display: none;
}

.bccat-child-links {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	min-width: 0;
	margin: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: inline proximity;
	scrollbar-width: none;
}

.bccat-child-links::-webkit-scrollbar {
	display: none;
}

.bccat-child-links a {
	display: inline-flex;
	flex: 0 0 auto;
	gap: 8px;
	align-items: center;
	padding: 8px 11px;
	color: var(--bccat-ink);
	font-size: 13px;
	font-weight: 700;
	background: #fff;
	border: 1px solid var(--bccat-line);
	border-radius: 999px;
	transition: border-color .2s ease, color .2s ease, transform .2s ease;
	scroll-snap-align: start;
}

.bccat-child-links a:hover {
	color: var(--bccat-orange);
	border-color: rgba(229, 82, 22, .45);
	transform: translateY(-1px);
}

.bccat-child-links small {
	color: var(--bccat-muted);
	font-weight: 600;
}

.bccat-child-links .bccat-brand-label {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	margin-left: 4px;
	color: var(--bccat-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.bccat-slide-button {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	color: var(--bccat-ink);
	background: #fff;
	border: 1px solid var(--bccat-line);
	border-radius: 50%;
	cursor: pointer;
	transition: color .2s ease, border-color .2s ease, opacity .2s ease;
}

.bccat-slide-button svg {
	width: 14px;
	height: 14px;
}

.bccat-slide-button:hover:not(:disabled) {
	color: var(--bccat-orange);
	border-color: var(--bccat-orange);
}

.bccat-slide-button:disabled {
	opacity: .28;
	cursor: default;
}

.bccat-child-links a.bccat-brand-link {
	color: #fff;
	background: var(--bccat-ink);
	border-color: var(--bccat-ink);
}

.bccat-child-links a.bccat-brand-link:hover,
.bccat-child-links a.bccat-brand-link.is-active {
	color: #fff;
	background: var(--bccat-orange);
	border-color: var(--bccat-orange);
}

.bccat-assurances {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 20px;
	padding-top: 17px;
	border-top: 1px solid var(--bccat-line);
}

.bccat-assurances span {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	color: #495660;
	font-size: 12px;
	font-weight: 700;
}

.bccat-icon {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	color: var(--bccat-orange);
}

.bccat-hero-image {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1;
	margin: 0;
	padding: 18px;
	background: #fff;
	border: 1px solid var(--bccat-line);
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(23, 33, 43, .09);
}

.bccat-hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bccat-image-fallback .bccat-icon {
	width: 74px;
	height: 74px;
}

.bccat-after-catalog {
	display: grid;
	gap: 22px;
	clear: both;
	margin: 34px 0 10px;
}

.bccat-guide-card,
.bccat-about-card,
.bccat-related {
	min-width: 0;
	padding: clamp(22px, 4vw, 36px);
	background: #fff;
	border: 1px solid var(--bccat-line);
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(23, 33, 43, .06);
}

.bccat-guide-card h2,
.bccat-about-card h2,
.bccat-related h2 {
	margin: 0 0 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.025em;
	color: var(--bccat-ink);
}

.bccat-guide-card h2:not(:first-child),
.bccat-about-card h2:not(:first-child) {
	margin-top: 30px;
}

.bccat-guide-card p,
.bccat-guide-card li,
.bccat-about-card p,
.bccat-related header > p:not(.bccat-kicker) {
	color: var(--bccat-muted);
	font-size: 15px;
	line-height: 1.75;
}

.bccat-guide-card a,
.bccat-about-card a {
	color: #0867c9;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.bccat-guide-card ul,
.bccat-guide-card ol {
	padding-left: 22px;
}

.bccat-guide-card li + li {
	margin-top: 9px;
}

.bccat-guide-card .bcb-combo-buying-guide {
	margin: 0;
}

.bccat-guide-card .bcb-combo-table-wrap {
	width: 100%;
	max-width: 100%;
	margin: 18px 0;
	border: 1px solid var(--bccat-line);
	border-radius: 12px;
	overflow-x: auto;
}

.bccat-guide-card .bcb-combo-guide-table {
	margin: 0;
	border: 0;
}

.bccat-guide-card .bcb-combo-guide-table th,
.bccat-guide-card .bcb-combo-guide-table td {
	padding: 13px 15px;
	border-color: var(--bccat-line);
}

.bccat-guide-card .bcb-combo-guide-table thead th {
	background: var(--bccat-navy);
	color: #fff;
}

.bccat-related header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
}

.bccat-related header > p:last-child {
	margin: 0;
}

.bccat-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.bccat-related-grid > a {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 12px;
	background: #fff;
	border: 1px solid var(--bccat-line);
	border-radius: 13px;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bccat-related-grid > a:hover {
	border-color: rgba(229, 82, 22, .45);
	box-shadow: 0 9px 20px rgba(23, 33, 43, .08);
	transform: translateY(-2px);
}

.bccat-related-image {
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 3;
	margin-bottom: 11px;
	padding: 10px;
	background: var(--bccat-soft);
	border-radius: 10px;
	overflow: hidden;
}

.bccat-related-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bccat-related-image .bccat-icon {
	width: 44px;
	height: 44px;
}

.bccat-related-grid strong {
	color: var(--bccat-ink);
	font-size: 14px;
	line-height: 1.35;
}

.bccat-related-grid small {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	color: var(--bccat-muted);
	font-size: 12px;
}

@supports (content-visibility: auto) {
	.bccat-after-catalog {
		content-visibility: auto;
		contain-intrinsic-size: auto 760px;
	}
}

@media (max-width: 991px) {
	.bccat-hero {
		grid-template-columns: minmax(0, 1fr) 190px;
		gap: 20px;
		padding: 24px;
	}

	.bccat-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.bccat-hero {
		grid-template-columns: minmax(0, 1fr) 118px;
		gap: 15px;
		margin: 8px 0 20px;
		padding: 18px;
		border-radius: 14px;
	}

	.bccat-hero h1 {
		font-size: clamp(27px, 8vw, 36px);
	}

	.bccat-intro {
		grid-column: 1 / -1;
		font-size: 14px;
		line-height: 1.6;
	}

	.bccat-link-slider,
	.bccat-assurances {
		grid-column: 1 / -1;
	}

	.bccat-hero-image {
		grid-column: 2;
		grid-row: 1;
		padding: 10px;
		border-radius: 12px;
	}

	.bccat-hero-copy {
		display: contents;
	}

	.bccat-breadcrumb,
	.bccat-kicker,
	.bccat-hero h1 {
		grid-column: 1;
	}

	.bccat-breadcrumb {
		margin-bottom: 3px;
		font-size: 11px;
	}

	.bccat-kicker {
		align-self: end;
	}

	.bccat-link-slider {
		margin-top: 4px;
		grid-template-columns: 28px minmax(0, 1fr) 28px;
		gap: 4px;
	}

	.bccat-slide-button {
		width: 28px;
		height: 28px;
	}

	.bccat-child-links a {
		padding: 7px 9px;
		font-size: 12px;
	}

	.bccat-child-links .bccat-brand-label {
		margin-left: 0;
	}

	.bccat-assurances {
		gap: 8px 13px;
		margin-top: 6px;
	}

	.bccat-assurances span {
		font-size: 11px;
	}

	.bccat-guide-card,
	.bccat-about-card,
	.bccat-related {
		padding: 20px;
		border-radius: 14px;
	}

	.bccat-guide-card h2,
	.bccat-about-card h2,
	.bccat-related h2 {
		font-size: 24px;
	}

	.bccat-guide-card .bcb-combo-guide-table {
		min-width: 640px;
	}
}

@media (max-width: 430px) {
	.bccat-hero {
		grid-template-columns: minmax(0, 1fr) 96px;
		padding: 15px;
	}

	.bccat-hero h1 {
		font-size: 27px;
	}

	.bccat-related-grid {
		grid-template-columns: 1fr 1fr;
		gap: 9px;
	}

	.bccat-related-grid > a {
		padding: 9px;
	}
}
