:root {
	--btech-compat-red: #d9272e;
	--btech-compat-red-dark: #b91f26;
	--btech-compat-ink: #171a1f;
	--btech-compat-muted: #65707c;
	--btech-compat-border: #dfe4e9;
	--btech-compat-soft: #f5f7f9;
	--btech-compat-success: #147a47;
}

/* Accessory discovery */
.btech-accessory-finder {
	display: grid;
	grid-template-columns: minmax( 0, 0.95fr ) minmax( 360px, 1.05fr );
	gap: 28px 44px;
	margin: 0 0 28px;
	padding: 34px 38px;
	background:
		radial-gradient( circle at 88% 12%, rgba( 217, 39, 46, 0.18 ), transparent 30% ),
		linear-gradient( 135deg, #11161c 0%, #202831 100% );
	border-radius: 18px;
	box-shadow: 0 16px 38px rgba( 22, 28, 35, 0.14 );
	color: #fff;
}

.btech-accessory-finder__heading h1 {
	margin: 0;
	color: #fff;
	font-size: clamp( 30px, 3vw, 46px );
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.btech-accessory-finder__heading p {
	max-width: 610px;
	margin: 15px 0 0;
	color: #cbd2da;
	font-size: 15px;
	line-height: 1.55;
}

.btech-accessory-finder__control {
	align-self: center;
	padding: 20px;
	background: rgba( 255, 255, 255, 0.075 );
	border: 1px solid rgba( 255, 255, 255, 0.14 );
	border-radius: 14px;
}

.btech-accessory-finder__control label {
	display: block;
	margin: 0 0 8px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.btech-accessory-finder__control select {
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 10px 42px 10px 14px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 9px;
	color: var(--btech-compat-ink);
	font-size: 14px;
	font-weight: 650;
}

.btech-accessory-finder__select-row {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) auto;
	gap: 9px;
}

.btech-accessory-finder__select-row button {
	min-height: 50px;
	margin: 0;
	padding: 10px 16px;
	background: var(--btech-compat-red);
	border: 1px solid var(--btech-compat-red);
	border-radius: 9px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.btech-accessory-finder__select-row button:hover,
.btech-accessory-finder__select-row button:focus-visible {
	background: var(--btech-compat-red-dark);
	border-color: var(--btech-compat-red-dark);
}

.btech-accessory-finder__selection {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 11px;
	color: #dfe5eb;
	font-size: 12px;
}

.btech-accessory-finder__selection a {
	color: #ff9ca0;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.btech-accessory-intents {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat( 7, minmax( 0, 1fr ) );
	gap: 9px;
}

.btech-accessory-intents a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 52px;
	padding: 11px 13px;
	background: rgba( 255, 255, 255, 0.07 );
	border: 1px solid rgba( 255, 255, 255, 0.14 );
	border-radius: 9px;
	color: #fff;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.btech-accessory-intents a span {
	color: #ff8c90;
	font-size: 16px;
}

.btech-accessory-intents a:hover,
.btech-accessory-intents a:focus-visible {
	background: rgba( 255, 255, 255, 0.14 );
	border-color: rgba( 255, 255, 255, 0.32 );
	color: #fff;
	transform: translateY( -2px );
}

/* Remove legacy category keyword strings from accessory cards. */
body.tax-product_cat .btech-accessory-finder ~ .main-content-wrap ul.products li.product .category-list,
body.term-radios-accessories ul.products li.product .category-list,
body.woof_search_is_going ul.products li.product .category-list {
	display: none !important;
}

.btech-product-card-badges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	min-height: 24px;
	margin: 0 0 7px;
}

.btech-product-type-badge,
.btech-product-fit-badge {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 4px 7px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.055em;
	line-height: 1;
	text-transform: uppercase;
}

.btech-product-type-badge {
	background: #eef1f4;
	color: #5c6671;
}

.btech-product-fit-badge {
	background: #e7f6ed;
	color: #126a3d;
}

/* Shared recommendation surfaces */
.btech-compatible-products,
.btech-smart-addons {
	--card-image: 108px;
	color: var(--btech-compat-ink);
}

.btech-compatible-products__header,
.btech-smart-addons > header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 22px;
}

.btech-compatible-products__eyebrow,
.btech-smart-addons > header span {
	display: block;
	margin-bottom: 6px;
	color: var(--btech-compat-red);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.btech-compatible-products__header h2,
.btech-smart-addons > header h2,
.btech-smart-addons > header h3 {
	margin: 0;
	color: var(--btech-compat-ink);
	font-size: clamp( 22px, 2.2vw, 30px );
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.btech-compatible-products__header > p,
.btech-smart-addons > header > p {
	max-width: 460px;
	margin: 0;
	color: var(--btech-compat-muted);
	font-size: 13px;
	line-height: 1.45;
	text-align: right;
}

.btech-compatible-products--product {
	clear: both;
	margin: 30px 0;
	padding: 28px;
	background: #fff;
	border: 1px solid var(--btech-compat-border);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba( 24, 32, 42, 0.055 );
}

/* The legacy manually maintained carousel is superseded by the automatic
 * compatible-accessories section immediately below the product details. */
body.single-product #relatedproducts,
body.single-product a[href='#relatedproducts'],
body.single-product li:has( > a[href='#relatedproducts'] ) {
	display: none !important;
}

.btech-compatible-group + .btech-compatible-group {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid var(--btech-compat-border);
}

.btech-compatible-group > h3 {
	margin: 0 0 13px;
	color: #3c444e;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.btech-compatible-grid,
.btech-smart-addons__grid {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 12px;
}

.btech-compatible-card {
	display: grid;
	grid-template-columns: var(--card-image) minmax( 0, 1fr );
	min-width: 0;
	background: #fff;
	border: 1px solid var(--btech-compat-border);
	border-radius: 12px;
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.btech-compatible-card:hover,
.btech-compatible-card:focus-within {
	border-color: #c8ced5;
	box-shadow: 0 8px 22px rgba( 23, 31, 40, 0.08 );
	transform: translateY( -1px );
}

.btech-compatible-card--added {
	opacity: 0.58;
}

.btech-compatible-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--card-image);
	padding: 8px;
	background: #f6f7f9;
}

.btech-compatible-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: var(--card-image);
	object-fit: contain;
}

.btech-compatible-card__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 12px 13px;
}

.btech-compatible-card__group {
	margin: 0 0 4px;
	color: var(--btech-compat-red-dark);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.btech-compatible-card__title {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--btech-compat-ink);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.btech-compatible-card__title:hover,
.btech-compatible-card__title:focus-visible {
	color: var(--btech-compat-red-dark);
}

.btech-compatible-card__fit {
	margin-top: 5px;
	color: var(--btech-compat-success);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.3;
}

.btech-compatible-card__buy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 10px;
}

.btech-compatible-card__price,
.btech-compatible-card__price .amount {
	color: var(--btech-compat-ink);
	font-size: 14px;
	font-weight: 850;
	line-height: 1.15;
}

.btech-compatible-card__button.button,
a.btech-compatible-card__button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 62px;
	min-height: 34px;
	margin: 0;
	padding: 8px 11px;
	background: var(--btech-compat-red);
	border: 1px solid var(--btech-compat-red);
	border-radius: 7px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
}

.btech-compatible-card__button.button:hover,
.btech-compatible-card__button.button:focus-visible {
	background: var(--btech-compat-red-dark);
	border-color: var(--btech-compat-red-dark);
	color: #fff;
}

/* Cart add-ons are visible without competing with totals or checkout. */
.btech-smart-addons--cart {
	clear: both;
	margin: 24px 0;
	padding: 22px;
	background: var(--btech-compat-soft);
	border: 1px solid var(--btech-compat-border);
	border-radius: 14px;
}

.btech-smart-addons--cart .btech-smart-addons__grid {
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
}

/* Checkout remains intentionally compact: at most two low-friction choices. */
.btech-smart-addons--checkout {
	--card-image: 64px;
	margin: 20px 0 4px;
	padding: 17px 0 20px;
	border-top: 1px solid var(--btech-compat-border);
}

.btech-smart-addons--checkout > header {
	align-items: center;
	margin-bottom: 12px;
}

.btech-smart-addons--checkout > header h3 {
	font-size: 17px;
}

.btech-smart-addons--checkout .btech-smart-addons__grid {
	grid-template-columns: minmax( 0, 1fr );
	gap: 8px;
}

.btech-smart-addons--checkout .btech-compatible-card__content {
	padding: 9px 10px;
}

.btech-smart-addons--checkout .btech-compatible-card__group {
	display: none;
}

.btech-smart-addons--checkout .btech-compatible-card__title {
	font-size: 11px;
}

.btech-smart-addons--checkout .btech-compatible-card__fit {
	margin-top: 2px;
	font-size: 9px;
}

.btech-smart-addons--checkout .btech-compatible-card__buy {
	padding-top: 5px;
}

.btech-smart-addons--checkout .btech-compatible-card__price,
.btech-smart-addons--checkout .btech-compatible-card__price .amount {
	font-size: 12px;
}

.btech-smart-addons--checkout .btech-compatible-card__button.button {
	min-width: 56px;
	min-height: 30px;
	padding: 6px 9px;
	font-size: 10px;
}

/* Stay-on-page cart confirmation and checkout bridge. */
.btech-cart-drawer-shell {
	position: fixed;
	inset: 0;
	z-index: 100010;
	pointer-events: none;
}

.btech-cart-drawer__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgba( 8, 13, 19, 0.52 );
	border: 0;
	border-radius: 0;
	opacity: 0;
	transition: opacity 0.24s ease;
}

.btech-cart-drawer {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	grid-template-rows: auto minmax( 0, 1fr ) auto;
	width: min( 440px, 94vw );
	height: 100%;
	background: #fff;
	box-shadow: -20px 0 60px rgba( 8, 13, 19, 0.2 );
	color: var(--btech-compat-ink);
	transform: translate3d( 104%, 0, 0 );
	transition: transform 0.3s cubic-bezier( 0.2, 0.72, 0.2, 1 );
}

.btech-cart-drawer-shell--open {
	pointer-events: auto;
}

.btech-cart-drawer-shell--open .btech-cart-drawer__backdrop {
	opacity: 1;
}

.btech-cart-drawer-shell--open .btech-cart-drawer {
	transform: translate3d( 0, 0, 0 );
}

body.btech-cart-drawer-open {
	overflow: hidden;
}

.btech-cart-drawer__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 22px 18px;
	background: #11171e;
	color: #fff;
}

.btech-cart-drawer__header span,
.btech-cart-drawer__addons > header span {
	display: block;
	margin-bottom: 5px;
	color: #74d89f;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.btech-cart-drawer__header h2 {
	margin: 0;
	color: #fff;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.btech-cart-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	margin: -5px -5px 0 0;
	padding: 0;
	background: rgba( 255, 255, 255, 0.09 );
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	border-radius: 50%;
	color: #fff;
	font-size: 27px;
	font-weight: 400;
	line-height: 1;
}

.btech-cart-drawer__body {
	min-height: 0;
	padding: 0 20px 24px;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.btech-cart-drawer__items {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 8px 0 4px;
	list-style: none;
}

.btech-cart-drawer__items li {
	display: grid;
	grid-template-columns: 58px minmax( 0, 1fr ) auto;
	align-items: center;
	gap: 11px;
	padding: 12px 0;
	border-bottom: 1px solid var(--btech-compat-border);
}

.btech-cart-drawer__item-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	padding: 4px;
	background: var(--btech-compat-soft);
	border-radius: 9px;
}

.btech-cart-drawer__item-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.btech-cart-drawer__item-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.btech-cart-drawer__item-copy > a {
	display: -webkit-box;
	overflow: hidden;
	color: var(--btech-compat-ink);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.btech-cart-drawer__item-copy span {
	color: var(--btech-compat-muted);
	font-size: 11px;
}

.btech-cart-drawer__remove {
	color: #747e88;
	font-size: 10px;
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.btech-cart-drawer__addons {
	margin-top: 18px;
}

.btech-cart-drawer__addons > header {
	margin-bottom: 11px;
}

.btech-cart-drawer__addons > header span {
	color: var(--btech-compat-success);
}

.btech-cart-drawer__addons > header h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.015em;
}

.btech-cart-drawer__addons .btech-smart-addons__grid {
	grid-template-columns: minmax( 0, 1fr );
	gap: 8px;
}

.btech-cart-drawer__addons .btech-compatible-card {
	--card-image: 62px;
}

.btech-cart-drawer__addons .btech-compatible-card__content {
	padding: 9px 10px;
}

.btech-cart-drawer__addons .btech-compatible-card__group {
	display: block;
}

.btech-cart-drawer__addons .btech-compatible-card__title {
	font-size: 11px;
}

.btech-cart-drawer__addons .btech-compatible-card__fit {
	margin-top: 2px;
	font-size: 9px;
}

.btech-cart-drawer__addons .btech-compatible-card__buy {
	padding-top: 5px;
}

.btech-cart-drawer__addons .btech-compatible-card__price,
.btech-cart-drawer__addons .btech-compatible-card__price .amount {
	font-size: 12px;
}

.btech-cart-drawer__addons .btech-compatible-card__button.button {
	min-width: 54px;
	min-height: 30px;
	padding: 6px 9px;
	font-size: 10px;
}

.btech-cart-drawer__footer {
	padding: 16px 20px 18px;
	background: #fff;
	border-top: 1px solid var(--btech-compat-border);
	box-shadow: 0 -10px 24px rgba( 20, 28, 36, 0.045 );
}

.btech-cart-drawer__subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 11px;
	font-size: 14px;
}

.btech-cart-drawer__subtotal strong,
.btech-cart-drawer__subtotal .amount {
	font-size: 18px;
	font-weight: 850;
}

a.btech-cart-drawer__checkout.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	margin: 0;
	background: var(--btech-compat-red);
	border: 1px solid var(--btech-compat-red);
	border-radius: 9px;
	color: #fff;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
}

.btech-cart-drawer__secondary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 11px;
}

.btech-cart-drawer__secondary button,
.btech-cart-drawer__secondary a {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	color: #606a74;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.btech-cart-drawer__empty {
	align-self: start;
	padding: 34px 24px;
	text-align: center;
}

.btech-cart-drawer__empty p {
	margin: 0 0 18px;
	color: var(--btech-compat-muted);
	font-size: 13px;
	line-height: 1.5;
}

.btech-fly-to-cart {
	position: fixed;
	z-index: 2147483001;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	overflow: hidden;
	background: #fff;
	border: 2px solid rgba( 217, 39, 46, 0.24 );
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba( 18, 25, 33, 0.28 );
	color: var(--btech-compat-red);
	font-size: 24px;
	font-weight: 900;
	pointer-events: none;
	will-change: transform, opacity;
}

.btech-fly-to-cart img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* WooCommerce injects a second "View cart" link beside an AJAX button. The
 * animated cart badge and compact confirmation make it redundant and prevent
 * that late link from shifting product-page and catalog layouts. */
body:not(.woocommerce-cart):not(.woocommerce-checkout) .added_to_cart.wc-forward {
	display: none !important;
}

.btech-cart-target--pulse {
	animation: btech-cart-pulse 0.68s cubic-bezier( 0.22, 0.72, 0.18, 1 );
}

@keyframes btech-cart-pulse {
	0%, 100% { filter: drop-shadow( 0 0 0 rgba( 217, 39, 46, 0 ) ); }
	45% { filter: drop-shadow( 0 0 8px rgba( 217, 39, 46, 0.72 ) ); }
}

.btech-cart-toast {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 2147483000;
	display: grid;
	grid-template-columns: 34px minmax( 0, 1fr ) auto;
	align-items: center;
	gap: 11px;
	width: min( 390px, calc( 100vw - 32px ) );
	padding: 13px 14px;
	background: #11171e;
	border: 1px solid rgba( 255, 255, 255, 0.12 );
	border-radius: 13px;
	box-shadow: 0 18px 46px rgba( 8, 13, 19, 0.26 );
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transform: translate3d( 0, 18px, 0 );
	transition: opacity 0.2s ease, transform 0.28s cubic-bezier( 0.2, 0.72, 0.2, 1 );
}

.btech-cart-toast--visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d( 0, 0, 0 );
}

.btech-cart-toast__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: #177d4d;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

.btech-cart-toast__copy {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.btech-cart-toast__copy strong {
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.25;
}

.btech-cart-toast__product {
	overflow: hidden;
	color: rgba( 255, 255, 255, 0.7 );
	font-size: 11px;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btech-cart-toast__checkout {
	padding: 8px 10px;
	border: 1px solid rgba( 255, 255, 255, 0.3 );
	border-radius: 7px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.btech-cart-toast__checkout:hover {
	background: #fff;
	color: #11171e;
}

.btech-accessory-finder a:focus-visible,
.btech-accessory-finder select:focus-visible,
.btech-compatible-products a:focus-visible,
.btech-smart-addons a:focus-visible,
.btech-cart-drawer a:focus-visible,
.btech-cart-drawer button:focus-visible,
.btech-cart-toast a:focus-visible {
	outline: 3px solid rgba( 217, 39, 46, 0.26 );
	outline-offset: 3px;
}

@media ( max-width: 1023px ) {
	.btech-accessory-finder {
		grid-template-columns: minmax( 0, 1fr );
		gap: 22px;
	}

	.btech-accessory-intents {
		grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	}

	.btech-smart-addons--cart .btech-smart-addons__grid {
		grid-template-columns: minmax( 0, 1fr );
	}
}

@media ( max-width: 767px ) {
	.btech-accessory-finder {
		margin-bottom: 20px;
		padding: 24px 20px;
		border-radius: 14px;
	}

	.btech-accessory-finder__heading h1 {
		font-size: 31px;
	}

	.btech-accessory-finder__control {
		padding: 15px;
	}

	.btech-accessory-finder__select-row {
		grid-template-columns: minmax( 0, 1fr );
	}

	.btech-accessory-intents {
		display: flex;
		grid-column: auto;
		gap: 8px;
		margin: 0 -20px;
		padding: 0 20px 4px;
		overflow-x: auto;
		scroll-snap-type: x proximity;
	}

	.btech-accessory-intents a {
		min-width: 138px;
		scroll-snap-align: start;
	}

	.btech-compatible-products__header,
	.btech-smart-addons > header {
		align-items: flex-start;
		flex-direction: column;
	}

	.btech-compatible-products__header > p,
	.btech-smart-addons > header > p {
		text-align: left;
	}

	.btech-compatible-products--product {
		padding: 22px 4px 26px;
	}

	.btech-compatible-grid,
	.btech-smart-addons__grid {
		grid-template-columns: minmax( 0, 1fr );
	}

	.btech-smart-addons--cart {
		padding: 18px 14px;
	}

	.btech-compatible-card {
		--card-image: 86px;
	}

	.btech-smart-addons--checkout .btech-compatible-card {
		--card-image: 58px;
	}

	.btech-cart-drawer {
		width: min( 420px, 100vw );
	}

	.btech-cart-drawer__header {
		padding: 19px 18px 16px;
	}

	.btech-cart-drawer__body {
		padding: 0 16px 20px;
	}

	.btech-cart-drawer__footer {
		padding: 14px 16px 16px;
	}

	.btech-cart-toast {
		right: 16px;
		bottom: 16px;
		left: 16px;
		width: auto;
	}
}

@media ( prefers-reduced-motion: reduce ) {
	.btech-accessory-intents a,
	.btech-compatible-card,
	.btech-cart-drawer,
	.btech-cart-drawer__backdrop,
	.btech-cart-toast {
		transition: none;
	}

	.btech-cart-target--pulse {
		animation: none;
	}
}
