.buycctvs-homepage-v3-preview .site-content,
.buycctvs-homepage-v3-preview .content-area {
	padding-top: 0;
}

.bcv3-root {
	--bcv3-ink: #17212b;
	--bcv3-muted: #66727c;
	--bcv3-line: #dfe4e8;
	--bcv3-surface: #ffffff;
	--bcv3-soft: #f4f6f8;
	--bcv3-orange: #e55216;
	--bcv3-orange-dark: #bf3d0c;
	--bcv3-navy: #17212b;
	color: var(--bcv3-ink);
	background: var(--bcv3-soft);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.55;
	overflow: hidden;
}

/* Keep the long marketplace directory out of initial mobile layout work. */
@supports (content-visibility: auto) {
	.bcv3-root > .bcv3-shell > .bcv3-assurances {
		content-visibility: auto;
		contain-intrinsic-size: auto 120px;
	}

	.bcv3-root > .bcv3-shell > .bcv3-section {
		content-visibility: auto;
		contain-intrinsic-size: auto 720px;
	}

	.bcv3-root > .bcv3-shell > .bcv3-combo {
		content-visibility: auto;
		contain-intrinsic-size: auto 360px;
	}
}

.bcv3-root h1,
.bcv3-root h2,
.bcv3-root h3,
.bcv3-root button,
.bcv3-root summary {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.bcv3-root *,
.bcv3-root *::before,
.bcv3-root *::after {
	box-sizing: border-box;
}

.bcv3-root a {
	color: inherit;
	text-decoration: none;
}

.bcv3-root img {
	display: block;
	max-width: 100%;
	height: auto;
}

.bcv3-shell {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.bcv3-hero-wrap {
	padding: 16px 0 0;
	background: linear-gradient(180deg, #eef1f3 0%, var(--bcv3-soft) 100%);
}

.bcv3-hero-grid {
	display: grid;
	grid-template-columns: 224px minmax(0, 1fr) 220px;
	gap: 12px;
	min-height: 410px;
}

.bcv3-departments,
.bcv3-slider,
.bcv3-help {
	background: var(--bcv3-surface);
	border: 1px solid var(--bcv3-line);
	border-radius: 14px;
	overflow: hidden;
}

.bcv3-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.bcv3-departments h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 50px;
	margin: 0;
	padding: 0 15px;
	color: #fff;
	background: var(--bcv3-orange);
	font-size: 15px;
	font-weight: 600;
}

.bcv3-departments ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

.bcv3-departments li {
	margin: 0;
	border-bottom: 1px solid #edf0f2;
}

.bcv3-departments li:last-child {
	border-bottom: 0;
}

.bcv3-departments a {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 38px;
	padding: 7px 14px;
	font-size: 13px;
	transition: color .2s ease, background-color .2s ease;
}

.bcv3-departments a:hover,
.bcv3-departments a:focus-visible {
	color: var(--bcv3-orange);
	background: #fff5ef;
}

.bcv3-slider {
	position: relative;
	min-width: 0;
}

.bcv3-slides,
.bcv3-slide {
	min-height: 100%;
}

.bcv3-slide {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(230px, .78fr);
	min-height: 410px;
	background: #fff;
}

.bcv3-slide[hidden] {
	display: none;
}

.bcv3-slide-copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 42px 22px 58px 32px;
}

.bcv3-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin: 0 0 14px;
	padding: 5px 10px;
	border-radius: 999px;
	color: #8e3412;
	background: #fff0e8;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .055em;
	line-height: 1.3;
	text-transform: uppercase;
}

.bcv3-slide h1,
.bcv3-slide h2 {
	max-width: 520px;
	margin: 0 0 14px;
	color: var(--bcv3-ink);
	font-size: clamp(30px, 3.5vw, 46px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.05;
}

.bcv3-slide-text {
	max-width: 520px;
	margin: 0 0 22px;
	color: var(--bcv3-muted);
	font-size: 15px;
}

.bcv3-slide-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.bcv3-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 15px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-weight: 700;
	line-height: 1.2;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.bcv3-button:hover,
.bcv3-button:focus-visible {
	transform: translateY(-1px);
}

.bcv3-button--primary {
	color: #fff !important;
	background: var(--bcv3-orange);
	box-shadow: 0 8px 18px rgba(229, 82, 22, .2);
}

.bcv3-button--primary:hover,
.bcv3-button--primary:focus-visible {
	background: var(--bcv3-orange-dark);
}

.bcv3-button--secondary {
	color: var(--bcv3-ink) !important;
	background: #fff;
	border-color: #c8d0d6;
}

.bcv3-button--light {
	margin-top: 18px;
	color: var(--bcv3-navy) !important;
	background: #fff;
}

.bcv3-slide-product {
	position: relative;
	display: grid;
	place-items: center;
	min-width: 0;
	padding: 32px 18px 54px;
	overflow: hidden;
}

.bcv3-slide--orange .bcv3-slide-product {
	background: radial-gradient(circle at 65% 20%, #ffe8d8 0%, transparent 36%), linear-gradient(145deg, #ffbf96, #e55216 70%, #a72e07);
}

.bcv3-slide--teal .bcv3-slide-product {
	background: radial-gradient(circle at 65% 20%, #e0f9f3 0%, transparent 36%), linear-gradient(145deg, #a6ded4, #218984 70%, #0d5452);
}

.bcv3-slide--indigo .bcv3-slide-product {
	background: radial-gradient(circle at 65% 20%, #eef0ff 0%, transparent 36%), linear-gradient(145deg, #bdc0ef, #5e61b4 70%, #333577);
}

.bcv3-slide-product > img {
	width: min(260px, 92%);
	max-height: 275px;
	object-fit: contain;
	filter: drop-shadow(0 18px 22px rgba(34, 31, 27, .25));
	mix-blend-mode: multiply;
}

.bcv3-slide-price {
	position: absolute;
	right: 13px;
	bottom: 14px;
	display: flex;
	flex-direction: column;
	min-width: 126px;
	padding: 9px 11px;
	border-radius: 8px;
	color: var(--bcv3-ink) !important;
	background: rgba(255, 255, 255, .93);
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 8px 25px rgba(23, 33, 43, .13);
}

.bcv3-slide-price del {
	color: #7d8790;
	font-size: 11px;
	font-weight: 500;
}

.bcv3-slide-price ins {
	text-decoration: none;
}

.bcv3-slide-price span {
	margin-top: 2px;
	color: var(--bcv3-orange);
	font-size: 10px;
	text-transform: uppercase;
}

.bcv3-image-placeholder {
	display: grid;
	place-items: center;
	width: 130px;
	aspect-ratio: 1;
	border-radius: 50%;
	color: #2f3d46;
	background: rgba(255, 255, 255, .9);
}

.bcv3-image-placeholder .bcv3-icon {
	width: 56px;
	height: 56px;
}

.bcv3-slider-controls {
	position: absolute;
	left: 32px;
	bottom: 20px;
	z-index: 4;
	display: flex;
	gap: 7px;
}

.bcv3-slider-controls button {
	width: 32px;
	height: 16px;
	margin: 0;
	padding: 5px 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.bcv3-slider-controls button span {
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 99px;
	background: #cbd1d5;
}

.bcv3-slider-controls button[aria-pressed="true"] span {
	background: var(--bcv3-orange);
}

.bcv3-help {
	display: flex;
	flex-direction: column;
}

.bcv3-help-title {
	padding: 20px 16px;
	color: #fff;
	background: var(--bcv3-navy);
}

.bcv3-help-title h2 {
	margin: 9px 0 4px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.bcv3-help-title p {
	margin: 0;
	color: #d6dde2;
	font-size: 12px;
}

.bcv3-help > a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 67px;
	padding: 11px 13px;
	border-bottom: 1px solid #e8ecef;
	transition: color .2s ease, background-color .2s ease;
}

.bcv3-help > a:last-child {
	border-bottom: 0;
}

.bcv3-help > a:hover,
.bcv3-help > a:focus-visible {
	color: var(--bcv3-orange);
	background: #fff7f2;
}

.bcv3-help strong,
.bcv3-help small {
	display: block;
}

.bcv3-help strong {
	font-size: 13px;
}

.bcv3-help small {
	margin-top: 2px;
	color: var(--bcv3-muted);
	font-size: 10px;
}

.bcv3-assurances {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 12px 0 30px;
	border: 1px solid var(--bcv3-line);
	border-radius: 12px;
	background: var(--bcv3-line);
	gap: 1px;
	overflow: hidden;
}

.bcv3-assurances > div {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 66px;
	padding: 12px 15px;
	background: #fff;
}

.bcv3-assurances strong,
.bcv3-assurances small {
	display: block;
}

.bcv3-assurances strong {
	font-size: 12px;
}

.bcv3-assurances small {
	margin-top: 2px;
	color: var(--bcv3-muted);
	font-size: 10px;
}

.bcv3-section {
	margin: 0 0 34px;
	scroll-margin-top: 100px;
}

.bcv3-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 14px;
}

.bcv3-section-heading h2 {
	margin: 0;
	color: var(--bcv3-ink);
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.bcv3-section-heading p {
	margin: 5px 0 0;
	color: var(--bcv3-muted);
	font-size: 13px;
}

.bcv3-section-heading > a {
	flex: 0 0 auto;
	color: var(--bcv3-orange);
	font-size: 13px;
	font-weight: 700;
}

.bcv3-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.bcv3-product-card {
	min-width: 0;
	margin: 0;
	padding: 12px;
	border: 1px solid var(--bcv3-line);
	border-radius: 12px;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.bcv3-product-card:hover {
	transform: translateY(-2px);
	border-color: #c9d0d5;
	box-shadow: 0 10px 24px rgba(23, 33, 43, .08);
}

.bcv3-product-image {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 168px;
	aspect-ratio: 1.42;
	margin-bottom: 11px;
	padding: 10px;
	border-radius: 9px;
	background: #f0f3f5;
	overflow: hidden;
}

.bcv3-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.bcv3-sale-label {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	padding: 4px 7px;
	border-radius: 5px;
	color: #fff;
	background: var(--bcv3-orange);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
}

.bcv3-product-brand {
	margin: 0 0 4px;
	color: var(--bcv3-orange);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.3;
	text-transform: uppercase;
}

.bcv3-product-card h3 {
	display: -webkit-box;
	min-height: 42px;
	margin: 0 0 8px;
	overflow: hidden;
	color: var(--bcv3-ink);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bcv3-product-price {
	color: var(--bcv3-ink);
	font-size: 15px;
	font-weight: 700;
}

.bcv3-product-price del {
	margin-right: 4px;
	color: #8b949b;
	font-size: 11px;
	font-weight: 500;
}

.bcv3-product-price ins {
	text-decoration: none;
}

.bcv3-category-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 9px;
}

.bcv3-category-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 158px;
	padding: 11px;
	border: 1px solid var(--bcv3-line);
	border-radius: 11px;
	background: #fff;
	transition: border-color .2s ease, transform .2s ease;
}

.bcv3-category-card:hover,
.bcv3-category-card:focus-visible {
	transform: translateY(-2px);
	border-color: var(--bcv3-orange);
}

.bcv3-category-image {
	display: grid;
	place-items: center;
	min-height: 94px;
	margin-bottom: 8px;
	border-radius: 8px;
	color: var(--bcv3-orange);
	background: #f1f4f6;
	overflow: hidden;
}

.bcv3-category-image img {
	width: 100%;
	height: 94px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.bcv3-category-image .bcv3-icon {
	width: 32px;
	height: 32px;
}

.bcv3-category-card strong,
.bcv3-category-card small {
	display: block;
}

.bcv3-category-card strong {
	font-size: 12px;
	line-height: 1.35;
}

.bcv3-category-card small {
	margin-top: 3px;
	color: var(--bcv3-muted);
	font-size: 10px;
}

.bcv3-directory {
	margin-top: 10px;
}

.bcv3-directory summary {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid #cfd6db;
	border-radius: 8px;
	color: var(--bcv3-orange);
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.bcv3-directory-links {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 7px;
	margin-top: 9px;
	padding: 12px;
	border-radius: 10px;
	background: #e9edf0;
}

.bcv3-directory-links a {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
	padding: 8px 9px;
	border-radius: 7px;
	background: #fff;
	font-size: 11px;
}

.bcv3-directory-links small {
	color: var(--bcv3-muted);
}

.bcv3-deal-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.bcv3-deal-card {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(100px, .75fr);
	align-items: center;
	min-height: 190px;
	padding: 19px;
	border-radius: 13px;
	color: #fff !important;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}

.bcv3-deal-card:hover,
.bcv3-deal-card:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(23, 33, 43, .15);
}

.bcv3-deal-card--1 { background: linear-gradient(135deg, #cd4813, #7c2309); }
.bcv3-deal-card--2 { background: linear-gradient(135deg, #17716d, #103f4b); }
.bcv3-deal-card--3 { background: linear-gradient(135deg, #4e51a1, #292b5a); }

.bcv3-deal-copy,
.bcv3-deal-copy small,
.bcv3-deal-copy strong,
.bcv3-deal-copy > span,
.bcv3-deal-copy em {
	display: block;
}

.bcv3-deal-copy small {
	margin-bottom: 7px;
	color: rgba(255, 255, 255, .78);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.bcv3-deal-copy strong {
	margin-bottom: 14px;
	font-size: 19px;
	line-height: 1.18;
}

.bcv3-deal-copy > span {
	font-size: 14px;
	font-weight: 700;
}

.bcv3-deal-copy del {
	opacity: .65;
	font-size: 10px;
}

.bcv3-deal-copy ins {
	text-decoration: none;
}

.bcv3-deal-copy em {
	margin-top: 6px;
	font-size: 11px;
	font-style: normal;
}

.bcv3-deal-image {
	display: grid;
	place-items: center;
	width: 110px;
	aspect-ratio: 1;
	margin-left: auto;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
}

.bcv3-deal-image img {
	width: 90%;
	height: 90%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.bcv3-brand-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
}

.bcv3-brand-grid > a {
	display: grid;
	place-items: center;
	min-height: 80px;
	padding: 10px;
	border: 1px solid var(--bcv3-line);
	border-radius: 10px;
	background: #fff;
	text-align: center;
	transition: border-color .2s ease, color .2s ease;
}

.bcv3-brand-grid > a:hover,
.bcv3-brand-grid > a:focus-visible {
	color: var(--bcv3-orange);
	border-color: var(--bcv3-orange);
}

.bcv3-brand-grid strong,
.bcv3-brand-grid small {
	display: block;
}

.bcv3-brand-grid strong {
	font-size: 15px;
}

.bcv3-brand-grid small {
	margin-top: 3px;
	color: var(--bcv3-muted);
	font-size: 9px;
}

.bcv3-use-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
}

.bcv3-use-grid > a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 170px;
	padding: 19px;
	border: 1px solid var(--bcv3-line);
	border-radius: 12px;
	background: #fff;
	transition: transform .2s ease, border-color .2s ease;
}

.bcv3-use-grid > a:hover,
.bcv3-use-grid > a:focus-visible {
	transform: translateY(-2px);
	border-color: var(--bcv3-orange);
}

.bcv3-use-grid .bcv3-icon {
	width: 28px;
	height: 28px;
	color: var(--bcv3-orange);
}

.bcv3-use-grid strong {
	margin-top: 17px;
	font-size: 17px;
}

.bcv3-use-grid span {
	margin: 5px 0 14px;
	color: var(--bcv3-muted);
	font-size: 11px;
}

.bcv3-use-grid em {
	margin-top: auto;
	color: var(--bcv3-orange);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
}

.bcv3-combo {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr);
	gap: 28px;
	align-items: center;
	margin: 0 0 34px;
	padding: 30px;
	border-radius: 15px;
	color: #fff;
	background: linear-gradient(135deg, #17212b 0%, #253642 62%, #1d555d 100%);
}

.bcv3-combo h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 28px;
	line-height: 1.18;
}

.bcv3-combo p:not(.bcv3-eyebrow) {
	margin: 0;
	color: #c2ccd2;
}

.bcv3-combo ol {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.bcv3-combo li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	padding: 12px 8px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .09);
	text-align: center;
}

.bcv3-combo li strong {
	margin-bottom: 6px;
	color: #ff9d68;
	font-size: 22px;
}

.bcv3-combo li span {
	font-size: 10px;
}

.bcv3-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
}

.bcv3-guide-grid a {
	display: flex;
	flex-direction: column;
	min-height: 145px;
	padding: 18px;
	border-top: 3px solid var(--bcv3-orange);
	background: #fff;
	box-shadow: 0 4px 15px rgba(23, 33, 43, .04);
}

.bcv3-guide-grid small {
	color: var(--bcv3-orange);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.bcv3-guide-grid strong {
	margin: 9px 0 14px;
	font-size: 16px;
	line-height: 1.35;
}

.bcv3-guide-grid span {
	margin-top: auto;
	color: var(--bcv3-orange);
	font-size: 11px;
	font-weight: 700;
}

@media (max-width: 1080px) {
	.bcv3-hero-grid {
		grid-template-columns: 204px minmax(0, 1fr);
	}

	.bcv3-help {
		display: none;
	}

	.bcv3-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bcv3-product-card:nth-child(n+7) {
		display: none;
	}

	.bcv3-category-grid,
	.bcv3-directory-links {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.bcv3-combo {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.bcv3-shell {
		width: min(100% - 20px, 600px);
	}

	.bcv3-hero-wrap {
		padding-top: 10px;
	}

	.bcv3-hero-grid {
		display: block;
		min-height: 0;
	}

	.bcv3-departments {
		display: none;
	}

	.bcv3-slide {
		grid-template-columns: 1fr;
		min-height: 560px;
	}

	.bcv3-slide-copy {
		justify-content: flex-start;
		padding: 27px 22px 50px;
	}

	.bcv3-slide h1,
	.bcv3-slide h2 {
		font-size: clamp(30px, 9vw, 39px);
	}

	.bcv3-slide-text {
		font-size: 14px;
	}

	.bcv3-slide-product {
		min-height: 210px;
		padding: 16px 16px 46px;
	}

	.bcv3-slide-product > img {
		width: min(190px, 70%);
		max-height: 185px;
	}

	.bcv3-slider-controls {
		left: 22px;
		bottom: 224px;
	}

	.bcv3-assurances {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 27px;
	}

	.bcv3-assurances > div {
		min-height: 68px;
		padding: 10px;
	}

	.bcv3-section {
		margin-bottom: 30px;
	}

	.bcv3-section-heading {
		align-items: flex-start;
	}

	.bcv3-section-heading h2 {
		font-size: 23px;
	}

	.bcv3-section-heading > a {
		margin-top: 3px;
		font-size: 11px;
	}

	.bcv3-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.bcv3-product-card {
		padding: 9px;
	}

	.bcv3-product-card:nth-child(n+5) {
		display: none;
	}

	.bcv3-product-image {
		min-height: 0;
		height: 132px;
		aspect-ratio: auto;
	}

	.bcv3-category-grid,
	.bcv3-directory-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bcv3-category-card {
		min-height: 150px;
	}

	.bcv3-deal-grid,
	.bcv3-guide-grid {
		grid-template-columns: 1fr;
	}

	.bcv3-deal-card {
		min-height: 155px;
	}

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

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

	.bcv3-use-grid > a {
		min-height: 160px;
		padding: 15px;
	}

	.bcv3-combo {
		padding: 23px 18px;
	}

	.bcv3-combo h2 {
		font-size: 24px;
	}

	.bcv3-combo ol {
		gap: 6px;
	}

	.bcv3-combo li {
		min-height: 95px;
	}
}

@media (max-width: 380px) {
	.bcv3-slide-actions {
		align-items: stretch;
		width: 100%;
	}

	.bcv3-slide-actions .bcv3-button {
		flex: 1 1 auto;
		padding-inline: 10px;
		font-size: 12px;
	}

	.bcv3-deal-card {
		grid-template-columns: minmax(0, 1.4fr) minmax(78px, .6fr);
		padding: 15px;
	}

	.bcv3-deal-image {
		width: 86px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bcv3-root *,
	.bcv3-root *::before,
	.bcv3-root *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
