/**
 * Styles for woo-sil7en/buy-box block.
 *
 * The premium sticky buy column for a single book: category eyebrow, the page
 * H1, linked author, price (sale del/ins), data-true availability + urgency
 * signals, a short "Por qué leerlo" pitch, the add-to-cart form, and a trust
 * micro-row. Sober editorial system on design tokens only — every value has a
 * vendaval-accurate fallback. Mobile-first, single DOM. Motion is compositor-
 * only (transform/opacity) and gated by prefers-reduced-motion: no-preference.
 *
 * @package woo-sil7en-blocks-commerce
 * @since   0.1.0
 */

/* --- Hero layout: cover (LCP) + sticky buy panel ------------------------ */

.woo-sil7en-buy-box {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--wp--preset--spacing--lg, 2.5rem);
	margin-block: var(--wp--preset--spacing--lg, 2.5rem) var(--wp--preset--spacing--2xl, 5rem);
	font-family: var(--wp--preset--font-family--sans, "Poppins", sans-serif);
	color: var(--wp--preset--color--contrast, #150a1e);
}

/* The hero earns the page's wide measure (the constrained main otherwise
   clamps it to the narrow reading column). Centred, never wider than wide-size. */
.woo-sil7en-single-product .woo-sil7en-buy-box {
	max-inline-size: var(--wp--style--global--wide-size, 78rem);
	inline-size: 100%;
	margin-inline: auto;
}

/* Asymmetric split on roomy viewports: a calm, capped cover | a roomy buy
   panel. The cover no longer dominates — it tops out at ~21rem so the panel
   gets the measure it needs and the text reads well. */
@media (min-width: 48rem) {
	.woo-sil7en-buy-box {
		grid-template-columns: minmax(14rem, 21rem) minmax(0, 1fr);
		gap: var(--wp--preset--spacing--xl, 3.5rem);
		align-items: start;
	}
}

/* --- Cover (the LCP + wsvt-cover View Transition morph target) ----------- */

.woo-sil7en-buy-box__cover {
	margin: 0;
	border-radius: var(--wp--custom--radius--xl, 1rem);
	overflow: hidden;
	background: var(--wp--preset--color--surface, #f5f3f9);
	box-shadow: 0 1.5rem 3rem -1.5rem rgba(21, 10, 30, 0.28);
	view-transition-name: wsvt-cover;
}

/* Mobile: a calm, centred cover that isn't tall — not a full-bleed wall. */
@media (max-width: 47.99rem) {
	.woo-sil7en-buy-box__cover {
		max-inline-size: 13rem;
		margin-inline: auto;
	}
}

.woo-sil7en-buy-box__cover-img {
	display: block;
	inline-size: 100%;
	block-size: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

@media (prefers-reduced-motion: no-preference) {
	.woo-sil7en-buy-box__cover-img {
		transition: transform var(--wp--custom--motion--duration--slow, 600ms) var(--wp--custom--motion--ease--soft, ease);
	}

	.woo-sil7en-buy-box__cover:hover .woo-sil7en-buy-box__cover-img {
		transform: scale(1.015);
	}
}

/* --- Buy panel: the editorial column with the H1 + CTA ------------------- */

.woo-sil7en-buy-box__panel {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--sm, 1rem);
}

/* Keep the buy panel in reach while the reader studies the cover. */
@media (min-width: 48rem) {
	.woo-sil7en-buy-box__panel {
		position: sticky;
		top: var(--wp--preset--spacing--lg, 2.5rem);
	}
}

/* --- Eyebrow ------------------------------------------------------------- */

.woo-sil7en-buy-box__eyebrow {
	margin: 0;
	font-size: var(--wp--preset--font-size--xs, 0.8125rem);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--wp--preset--color--primary, #531099);
}

.woo-sil7en-buy-box__eyebrow a {
	color: inherit;
	text-decoration: none;
}

.woo-sil7en-buy-box__eyebrow a:hover,
.woo-sil7en-buy-box__eyebrow a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

/* --- Title (the page H1) ------------------------------------------------- */

.woo-sil7en-buy-box__title {
	margin: 0;
	font-family: var(--wp--preset--font-family--display, "Lora", Georgia, serif);
	/* Explicit clamp (not the xl preset, which resolves to a large fixed 3rem). */
	font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.3rem);
	font-weight: 500;
	line-height: var(--wp--custom--font--line-height--tight, 1.1);
	letter-spacing: var(--wp--custom--font--tracking--tight, -0.02em);
	color: var(--wp--preset--color--contrast, #150a1e);
	text-wrap: balance;
}

/* --- Author ------------------------------------------------------------- */

.woo-sil7en-buy-box__author {
	margin: 0;
	font-size: var(--wp--preset--font-size--sm, 0.9375rem);
	color: var(--wp--preset--color--muted, #5a5068);
}

.woo-sil7en-buy-box__by {
	font-style: italic;
}

.woo-sil7en-buy-box__author-link {
	color: var(--wp--preset--color--contrast, #150a1e);
	text-decoration: none;
	border-block-end: 1px solid var(--wp--preset--color--border, #ddd8e6);
	transition: border-color var(--wp--custom--motion--duration--fast, 150ms) var(--wp--custom--motion--ease--standard, ease);
}

.woo-sil7en-buy-box__author-link:hover,
.woo-sil7en-buy-box__author-link:focus-visible {
	border-color: var(--wp--preset--color--primary, #531099);
	color: var(--wp--preset--color--primary, #531099);
}

/* --- Price (with sale del/ins) ------------------------------------------ */

.woo-sil7en-buy-box__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	margin-block-start: var(--wp--preset--spacing--2xs, 0.5rem);
	font-size: var(--wp--preset--font-size--lg, clamp(1.5rem, 1.3rem + 0.9vw, 2rem));
	font-weight: 700;
	line-height: 1;
	color: var(--wp--preset--color--primary, #531099);
}

/* WooCommerce wraps sale prices in <del>/<ins>. */
.woo-sil7en-buy-box__price del {
	font-size: 0.55em;
	font-weight: 500;
	color: var(--wp--preset--color--muted, #5a5068);
	text-decoration: line-through;
}

.woo-sil7en-buy-box__price ins {
	text-decoration: none;
	color: inherit;
}

/* --- Availability + urgency signals ------------------------------------- */

.woo-sil7en-buy-box__signals {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--2xs, 0.5rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.woo-sil7en-buy-box__signal {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: var(--wp--preset--font-size--sm, 0.9375rem);
	color: var(--wp--preset--color--contrast, #150a1e);
}

.woo-sil7en-buy-box__signal-icon {
	flex: none;
	color: var(--wp--preset--color--muted, #5a5068);
}

/* Low stock → an urgent red callout (not a plain line) to drive the purchase. */
.woo-sil7en-buy-box__signal--low {
	align-items: center;
	gap: 0.55rem;
	padding: 0.5rem 0.8rem;
	font-weight: 700;
	color: var(--wp--preset--color--danger, #c0362c);
	background: color-mix(in srgb, var(--wp--preset--color--danger, #c0362c) 10%, transparent);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--danger, #c0362c) 30%, transparent);
	border-radius: var(--wp--custom--radius--md, 0.5rem);
}

.woo-sil7en-buy-box__signal--low .woo-sil7en-buy-box__signal-icon {
	color: var(--wp--preset--color--danger, #c0362c);
}

@media (prefers-reduced-motion: no-preference) {
	.woo-sil7en-buy-box__signal--low .woo-sil7en-buy-box__signal-icon {
		animation: woo-sil7en-bb-pulse 1.4s ease-in-out infinite;
	}

	@keyframes woo-sil7en-bb-pulse {
		0%,
		100% {
			transform: scale(1);
			opacity: 1;
		}

		50% {
			transform: scale(1.18);
			opacity: 0.72;
		}
	}
}

.woo-sil7en-buy-box__signal--in .woo-sil7en-buy-box__signal-icon,
.woo-sil7en-buy-box__signal--dispatch .woo-sil7en-buy-box__signal-icon {
	color: var(--wp--preset--color--success, #1a7f4b);
}

.woo-sil7en-buy-box__signal--out {
	font-weight: 600;
	color: var(--wp--preset--color--danger, #c0362c);
}

.woo-sil7en-buy-box__signal--out .woo-sil7en-buy-box__signal-icon {
	color: var(--wp--preset--color--danger, #c0362c);
}

/* --- Pitch ("Por qué leerlo") ------------------------------------------- */

/* Short editorial teaser — a quiet, small italic lead. The full description
   lives in the "Sobre el libro" section below. */
.woo-sil7en-buy-box__pitch-text {
	margin: 0;
	max-inline-size: 34rem;
	font-size: var(--wp--preset--font-size--sm, 0.875rem);
	font-style: italic;
	line-height: var(--wp--custom--font--line-height--relaxed, 1.6);
	color: var(--wp--preset--color--muted, #5a5068);
}

/* --- Key-data chips: quick-scan facts under the title ------------------- */
.woo-sil7en-buy-box__chips {
	display: flex;
	flex-wrap: wrap;
	gap: var(--wp--preset--spacing--2xs, 0.5rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.woo-sil7en-buy-box__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.28rem 0.7rem;
	border: 1px solid var(--wp--preset--color--border, #ddd8e6);
	border-radius: var(--wp--custom--radius--pill, 999px);
	background: var(--wp--preset--color--surface, #f5f3f9);
	color: var(--wp--preset--color--muted, #5a5068);
	font-size: var(--wp--preset--font-size--xs, 0.8125rem);
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.woo-sil7en-buy-box__chip-icon {
	flex: none;
	inline-size: 0.95em;
	block-size: 0.95em;
}

/* Type accents make category vs publisher scannable at a glance. */
.woo-sil7en-buy-box__chip--category {
	border-color: color-mix(in srgb, var(--wp--preset--color--primary, #531099) 32%, transparent);
	color: var(--wp--preset--color--primary, #531099);
}

.woo-sil7en-buy-box__chip--category .woo-sil7en-buy-box__chip-icon {
	color: var(--wp--preset--color--primary, #531099);
}

.woo-sil7en-buy-box__chip--brand .woo-sil7en-buy-box__chip-icon {
	color: var(--wp--preset--color--accent, #ffc800);
}

.woo-sil7en-buy-box__chip--meta .woo-sil7en-buy-box__chip-icon {
	color: var(--wp--preset--color--muted, #5a5068);
}

a.woo-sil7en-buy-box__chip {
	transition:
		border-color var(--wp--custom--motion--duration--fast, 150ms) ease,
		color var(--wp--custom--motion--duration--fast, 150ms) ease;
}

a.woo-sil7en-buy-box__chip:hover,
a.woo-sil7en-buy-box__chip:focus-visible {
	border-color: var(--wp--preset--color--primary, #531099);
	color: var(--wp--preset--color--primary, #531099);
}

/* --- Add-to-cart (composed block) --------------------------------------- */

/* Full width so the service add-on can span the column; the CTA itself is capped
   below so it still reads as a button, not a full-bleed bar. */
.woo-sil7en-buy-box__cart {
	margin-block-start: var(--wp--preset--spacing--2xs, 0.5rem);
}

/* A confident primary button — sized, not stretched edge to edge. */
.woo-sil7en-buy-box__cart .woo-sil7en-add-to-cart__button {
	min-block-size: 3rem;
	max-inline-size: 18rem;
	font-size: var(--wp--preset--font-size--sm, 0.9375rem);
	font-weight: 600;
	border-radius: var(--wp--custom--radius--pill, 999px);
	background: var(--wp--preset--color--primary, #531099);
	color: var(--wp--preset--color--primary-ink, #ffffff);
	transition:
		background-color var(--wp--custom--motion--duration--fast, 150ms) var(--wp--custom--motion--ease--standard, ease),
		transform var(--wp--custom--motion--duration--fast, 150ms) var(--wp--custom--motion--ease--standard, ease);
}

.woo-sil7en-buy-box__cart .woo-sil7en-add-to-cart__button:hover {
	background: var(--wp--preset--color--primary-hover, #400080);
}

.woo-sil7en-buy-box__cart .woo-sil7en-add-to-cart__button:focus-visible {
	outline: 2px solid var(--wp--preset--color--primary, #531099);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
	.woo-sil7en-buy-box__cart .woo-sil7en-add-to-cart__button:active {
		transform: translateY(1px);
	}
}

/* --- Trust micro-row ----------------------------------------------------- */

.woo-sil7en-buy-box__trust {
	display: flex;
	flex-wrap: wrap;
	gap: var(--wp--preset--spacing--xs, 0.75rem) var(--wp--preset--spacing--md, 1.5rem);
	margin: 0;
	padding-block-start: var(--wp--preset--spacing--sm, 1rem);
	border-block-start: 1px solid var(--wp--preset--color--border, #ddd8e6);
	list-style: none;
}

.woo-sil7en-buy-box__trust-item {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: var(--wp--preset--font-size--xs, 0.8125rem);
	color: var(--wp--preset--color--muted, #5a5068);
}

.woo-sil7en-buy-box__trust-icon {
	flex: none;
	color: var(--wp--preset--color--accent, #ffc800);
}

/* --- Scroll-driven reveal (compositor-only, reduced-motion safe) --------- */

/* Hero is above the fold: NO scroll-driven reveal here (it would leave the
   LCP cover / H1 stuck at opacity 0 on first paint). The hero animates once on
   load instead — compositor-only, reduced-motion safe. */
@media (prefers-reduced-motion: no-preference) {
	.woo-sil7en-buy-box__cover,
	.woo-sil7en-buy-box__panel > * {
		animation: woo-sil7en-buy-box-in var(--wp--custom--motion--duration--slow, 600ms) var(--wp--custom--motion--ease--soft, ease) both;
	}

	.woo-sil7en-buy-box__panel > *:nth-child(2) { animation-delay: 60ms; }
	.woo-sil7en-buy-box__panel > *:nth-child(3) { animation-delay: 120ms; }
	.woo-sil7en-buy-box__panel > *:nth-child(4) { animation-delay: 180ms; }
	.woo-sil7en-buy-box__panel > *:nth-child(n+5) { animation-delay: 240ms; }

	@keyframes woo-sil7en-buy-box-in {
		from {
			opacity: 0;
			transform: translateY(0.75rem);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}
}

/* ===================================================================== *
 *  Gallery — multi-image viewer (thumbs + crossfade + lightbox).
 *  Functional + neutral here; the E-Bicis skin makes it wide & square.
 *  The container reuses .woo-sil7en-buy-box__cover (radius/shadow/bg).
 * ===================================================================== */
.woo-sil7en-gallery {
	position: relative;
	/* Definite width so the column can't be blown out by the scroll-track's
	   intrinsic image width (aspect-ratio + absolute slides make it indefinite). */
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.woo-sil7en-gallery__stage {
	position: relative;
	aspect-ratio: 3 / 4;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	border-radius: inherit;
}

/* Native horizontal scroll-snap track: swipe works on touch for free, and SSR
   shows slide 0 by default (scrollLeft 0) with no JS. JS only syncs the index. */
.woo-sil7en-gallery__slides {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	inset: 0;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.woo-sil7en-gallery__slides::-webkit-scrollbar {
	display: none;
}

.woo-sil7en-gallery__slide {
	flex: 0 0 100%;
	height: 100%;
	min-width: 0;
	margin: 0;
	scroll-snap-align: center;
	scroll-snap-stop: always;
}

.woo-sil7en-gallery__zoom {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	cursor: zoom-in;
}

.woo-sil7en-gallery__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Prev / next — shown only when there are multiple images. */
.woo-sil7en-gallery__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	place-items: center;
	border: 0;
	border-radius: 50%;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	color: var(--wp--preset--color--contrast, #1a1a1a);
	background: color-mix(in srgb, var(--wp--preset--color--base, #fff) 90%, transparent);
	box-shadow: 0 2px 10px rgb(0 0 0 / 0.18);
}

.woo-sil7en-gallery__nav:hover {
	background: var(--wp--preset--color--base, #fff);
}

.woo-sil7en-gallery__nav--prev {
	left: 0.6rem;
}

.woo-sil7en-gallery__nav--next {
	right: 0.6rem;
}

.woo-sil7en-gallery.has-multiple .woo-sil7en-gallery__nav {
	display: grid;
}

.woo-sil7en-gallery__counter {
	position: absolute;
	bottom: 0.6rem;
	right: 0.6rem;
	z-index: 3;
	margin: 0;
	padding: 0.15rem 0.55rem;
	border-radius: 999px;
	font-size: 0.75rem;
	color: #fff;
	background: color-mix(in srgb, var(--wp--preset--color--contrast, #1a1a1a) 72%, transparent);
}

.woo-sil7en-gallery:not(.has-multiple) .woo-sil7en-gallery__counter {
	display: none;
}

/* Thumbnail strip — a single horizontal scrolling row (mini-carousel feel),
   not a wrapping grid. The active thumb is auto-centred by the scroll sync. */
.woo-sil7en-gallery__thumbs {
	list-style: none;
	margin: 0.6rem 0 0;
	padding: 0 0 0.25rem;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-padding-inline: 0.25rem;
}

.woo-sil7en-gallery__thumbs::-webkit-scrollbar {
	display: none;
}

.woo-sil7en-gallery__thumb {
	flex: 0 0 auto;
	margin: 0;
	scroll-snap-align: start;
}

.woo-sil7en-gallery__thumb button {
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	background: var(--wp--preset--color--surface, #f5f5f5);
	border: 2px solid transparent;
	border-radius: 0.5rem;
}

.woo-sil7en-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woo-sil7en-gallery__thumb.is-active button {
	border-color: var(--wp--preset--color--primary, #00b8bf);
}

/* Close + backdrop appear only in the lightbox state. */
.woo-sil7en-gallery__close,
.woo-sil7en-gallery__backdrop {
	display: none;
}

/* --- Lightbox (the stage goes fullscreen — no duplicate images) -------- */

/* The buy-box entrance animation (fill: both) leaves an identity-matrix
   transform on the cover, which would trap position:fixed in a containing block.
   Clear it (and any overflow clip) so the fixed stage escapes to the viewport. */
.woo-sil7en-gallery.is-lightbox {
	position: relative;
	/* Above the leftover WhatsApp float (#ht-ctc-chat, z-index 99999999). */
	z-index: 100000000;
	animation: none;
	transform: none;
	overflow: visible;
}

.woo-sil7en-gallery.is-lightbox .woo-sil7en-gallery__backdrop {
	display: block;
	position: fixed;
	inset: 0;
	z-index: 1000;
	/* Near-white: e-bike photos are shot on white, so a light backdrop blends
	   seamlessly (RadPower-style) rather than floating a white image in dark. */
	background: color-mix(in srgb, var(--wp--preset--color--surface, #f5f5f5) 60%, #fff);
	backdrop-filter: blur(6px);
}

@media (prefers-reduced-motion: no-preference) {
	.woo-sil7en-gallery.is-lightbox .woo-sil7en-gallery__backdrop {
		animation: woo-sil7en-lightbox-in 200ms ease both;
	}

	@keyframes woo-sil7en-lightbox-in {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
}

/* Thumbnail strip becomes a floating dock at the bottom of the lightbox. */
.woo-sil7en-gallery.is-lightbox .woo-sil7en-gallery__thumbs {
	position: fixed;
	left: 50%;
	bottom: 0.9rem;
	transform: translateX(-50%);
	z-index: 1002;
	max-width: min(94vw, 56rem);
	margin: 0;
	padding: 0.4rem 0.5rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--wp--preset--color--contrast, #1a1a1a) 10%, transparent);
	backdrop-filter: blur(8px);
}

.woo-sil7en-gallery.is-lightbox .woo-sil7en-gallery__thumb button {
	width: 3rem;
	height: 3rem;
}

.woo-sil7en-gallery.is-lightbox .woo-sil7en-gallery__stage {
	position: fixed;
	inset: 0;
	z-index: 1001;
	aspect-ratio: auto;
	display: grid;
	place-items: center;
	padding: clamp(1rem, 4vw, 3rem);
}

.woo-sil7en-gallery.is-lightbox .woo-sil7en-gallery__slides {
	position: relative;
	inset: auto;
	width: min(100%, 72rem);
	height: 100%;
}

/* Each lightbox slide centres its image; the image fits the viewport box
   (max 100% w/h, intrinsic ratio) so nothing is ever cropped. */
.woo-sil7en-gallery.is-lightbox .woo-sil7en-gallery__slide {
	display: grid;
	place-items: center;
}

.woo-sil7en-gallery.is-lightbox .woo-sil7en-gallery__zoom {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	cursor: zoom-out;
}

.woo-sil7en-gallery.is-lightbox .woo-sil7en-gallery__img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.woo-sil7en-gallery.is-lightbox .woo-sil7en-gallery__close {
	display: grid;
	place-items: center;
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 1002;
	width: 2.75rem;
	height: 2.75rem;
	border: 0;
	border-radius: 50%;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	color: var(--wp--preset--color--base, #fff);
	background: var(--wp--preset--color--contrast, #1a1a1a);
}

.woo-sil7en-gallery.is-lightbox .woo-sil7en-gallery__counter {
	position: fixed;
	top: 1.1rem;
	bottom: auto;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.woo-sil7en-gallery.is-lightbox .woo-sil7en-gallery__nav {
	z-index: 1002;
}

/* ===================================================================== *
 *  Assembly / delivery band — per-client highlight cards in the panel.
 * ===================================================================== */
.woo-sil7en-buy-box__assembly {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.woo-sil7en-buy-box__assembly-item {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--wp--preset--color--border, #e3e6e6);
	border-radius: var(--wp--custom--radius--md, 0.5rem);
	background: var(--wp--preset--color--surface, #f5f5f5);
}

.woo-sil7en-buy-box__assembly-icon {
	flex: none;
	width: 1.4em;
	height: 1.4em;
	margin-top: 0.1rem;
	color: var(--wp--preset--color--primary, #00b8bf);
}

.woo-sil7en-buy-box__assembly-copy {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}

.woo-sil7en-buy-box__assembly-title {
	font-weight: 700;
	font-size: var(--wp--preset--font-size--sm, 0.95rem);
	line-height: 1.25;
}

.woo-sil7en-buy-box__assembly-desc {
	font-size: var(--wp--preset--font-size--xs, 0.8rem);
	color: var(--wp--preset--color--muted, #5f6a6a);
	line-height: 1.35;
}
