/**
 * White Ash single-product story
 *
 * This layer is deliberately gated by the server-rendered readiness class.
 * WooCommerce continues to own the gallery, variations form, price, stock,
 * quantity, cart submission, notices, and accessibility live regions.
 */

body.wa-single-product-story-active {
	--wa-story-paper: #f1e9dc;
	--wa-story-paper-band: #e5d9c8;
	--wa-story-paper-ink: #11120f;
	--wa-story-paper-muted: #755f4f;
	--wa-story-paper-line: #b8aa98;
	--wa-story-copper: #c87945;
	--wa-story-copper-dark: #98552e;
	--wa-story-available: #7c9c69;
	--wa-story-unavailable: #df715f;
}

body.wa-single-product-story-active
	div.product
	.product-entry-wrapper,
body.wa-single-product-story-active
	div.product
	:is(.woocommerce-product-gallery, .summary, .entry-summary) {
	min-width: 0;
}

/*
 * RC23 builds a two-column rail from 900px and may make the summary sticky.
 * The approved design is mobile/tablet-first through 1023px and always keeps
 * the purchase controls in normal document flow.
 */
@media (max-width: 1023px) {
	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		.product-entry-wrapper {
		display: block;
		grid-template-columns: none;
		width: 100%;
		margin-block: 0 clamp(38px, 7vw, 62px);
		padding-block: 0;
		border: 0;
	}

	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		:is(.summary, .entry-summary) {
		position: static;
		top: auto;
		width: 100%;
		max-width: none;
		align-self: auto;
		clear: both;
	}
}

/* Native gallery: full-width square stage on phones and tablets. */
body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	.woocommerce-product-gallery {
	--wa-gallery-pad: 0px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--wa-commerce-line);
	background: #0c0c0b;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	.woocommerce-product-gallery__image {
	width: 100%;
	min-height: 0;
	aspect-ratio: 1;
	background: #e6e8f7;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	.woocommerce-product-gallery__image
	img:not(.zoomImg) {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	.woocommerce-product-gallery__trigger {
	top: 14px;
	right: 14px;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	.flex-control-thumbs {
	gap: 10px;
	margin: 0;
	padding: 12px;
	border-top: 1px solid var(--wa-commerce-line);
	background: #080807;
}

/*
 * Summary uses a two-track micro-grid only for the native price and the
 * aria-hidden presentation mirror. Every other direct child spans both
 * tracks, including unknown plugin output and the untouched cart form.
 */
body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	:is(.summary, .entry-summary) {
	position: static;
	top: auto;
	width: 100%;
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	column-gap: 18px;
	align-content: start;
	align-items: center;
	align-self: stretch;
	margin: 0;
	padding: clamp(30px, 7vw, 48px) clamp(18px, 5vw, 34px)
		clamp(44px, 8vw, 62px);
	border: 0;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	:is(.summary, .entry-summary)
	> * {
	grid-column: 1 / -1;
	min-width: 0;
	max-width: 100%;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	:is(.summary, .entry-summary)
	> .price {
	grid-column: 1;
	align-self: center;
	margin: 16px 0 0;
	font-family: var(--wa-commerce-serif);
	font-size: clamp(27px, 7vw, 35px);
	font-weight: 400;
	line-height: 1.1;
}

.wa-product-identity {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0 0 13px;
	color: var(--wa-commerce-muted);
	font-family: var(--wa-commerce-sans);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.wa-product-identity__brand {
	color: #e5a170;
}

.wa-product-identity__type {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.wa-product-identity__type::before {
	color: rgba(244, 240, 229, 0.35);
	content: "\2022";
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	.product_title {
	max-width: 100%;
	margin: 0;
	font-size: clamp(42px, 12vw, 60px);
	line-height: 0.94;
	overflow-wrap: break-word;
}

.wa-product-availability {
	grid-column: 2 !important;
	align-self: center;
	justify-self: end;
	gap: 8px;
	align-items: center;
	margin: 16px 0 0;
	color: var(--wa-commerce-muted);
	font-family: var(--wa-commerce-sans);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.35;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
}

.wa-product-availability:not([hidden]) {
	display: inline-flex;
}

.wa-product-availability::before {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 50%;
	background: var(--wa-story-available);
	content: "";
}

.wa-product-availability.is-out-of-stock::before {
	background: var(--wa-story-unavailable);
}

.wa-product-availability.is-backorder::before {
	background: var(--wa-story-copper);
}

/* Approved Lineage Lead story panel, in physical DOM order. */
.wa-product-story {
	position: relative;
	width: auto;
	max-width: calc(100% - 9px);
	display: flex;
	flex-direction: column;
	margin: 26px 9px 9px 0;
	padding: 19px;
	border: 1px solid #b0a493;
	background: var(--wa-story-paper);
	box-shadow: 9px 9px 0 var(--wa-story-copper);
	color: var(--wa-story-paper-ink);
	font-family: var(--wa-commerce-sans);
}

.wa-product-story::before {
	position: absolute;
	top: 20px;
	left: -1px;
	width: 4px;
	height: 42px;
	background: var(--wa-story-copper-dark);
	content: "";
}

.wa-product-story__genetics,
.wa-product-story__strain-list,
.wa-product-story__profile {
	display: grid;
	grid-template-columns: minmax(72px, 0.3fr) minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.wa-product-story__genetics {
	margin: 0;
	padding: 11px 12px;
	border-top: 1px solid var(--wa-story-paper-line);
	border-bottom: 1px solid var(--wa-story-paper-line);
	background: var(--wa-story-paper-band);
}

.wa-product-story__strain-list {
	margin: 0;
	padding: 13px 12px;
	border-bottom: 1px solid var(--wa-story-paper-line);
}

.wa-product-story__strain-list:first-child {
	border-top: 1px solid var(--wa-story-paper-line);
	background: var(--wa-story-paper-band);
}

.wa-product-story__label,
.wa-product-story__kicker {
	margin: 0;
	color: var(--wa-story-paper-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.45;
	text-transform: uppercase;
}

.wa-product-story__value {
	min-width: 0;
	margin: 0;
	color: #2b2924;
	font-size: 12px;
	line-height: 1.48;
	overflow-wrap: anywhere;
}

.wa-product-story__strain-items {
	min-width: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 7px 14px;
	margin: 0;
	padding: 0;
	color: #2b2924;
	font-size: 12px;
	line-height: 1.42;
	list-style: none;
}

.wa-product-story__strain-items li {
	position: relative;
	min-width: 0;
	padding-left: 12px;
	overflow-wrap: anywhere;
}

.wa-product-story__strain-items li::before {
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--wa-story-copper-dark);
	content: "";
}

.wa-product-story__kicker {
	margin: 18px 0 0;
	padding-left: 12px;
	color: var(--wa-story-copper-dark);
}

.wa-product-story__kicker:first-child {
	margin-top: 0;
}

/*
 * The custom chrome has a late critical-recovery rule that intentionally
 * forces ordinary h2 headings to cream. Our Take, Aroma and Flavor use h2 for
 * a correct document outline, but live inside the light story card. Keep that
 * recovery rule intact and restore only the card's own ink colours here.
 */
body.wa-single-product-story-active
	.wa-product-story
	.wa-product-story__label {
	color: var(--wa-story-paper-muted) !important;
}

body.wa-single-product-story-active
	.wa-product-story
	.wa-product-story__kicker {
	color: var(--wa-story-copper-dark) !important;
}

.wa-product-story__take {
	margin: 10px 0 0;
	padding-left: 12px;
	padding-block: 0;
	padding-right: 0;
	border: 0;
	color: var(--wa-story-paper-ink);
	font-family: var(--wa-commerce-serif);
	font-size: clamp(23px, 6.7vw, 29px);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.22;
	overflow-wrap: anywhere;
}

.wa-product-story__take > :first-child {
	margin-top: 0;
}

.wa-product-story__take > :last-child {
	margin-bottom: 0;
}

.wa-product-story__profiles {
	display: grid;
	gap: 0;
	margin-top: 17px;
	padding-top: 3px;
	border-top: 1px solid #b8aea0;
}

.wa-product-story__profiles:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.wa-product-story__genetics + .wa-product-story__profiles {
	border-top: 0;
}

.wa-product-story__strain-list + .wa-product-story__profiles {
	border-top: 0;
}

.wa-product-story__profile {
	padding-top: 12px;
}

.wa-product-story__profile + .wa-product-story__profile {
	margin-top: 12px;
	border-top: 1px solid #cfc4b5;
}

.wa-product-reservation-note {
	margin: 20px 0 0;
	color: var(--wa-commerce-muted);
	font-family: var(--wa-commerce-sans);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	.wa-product-reservation-note {
	margin-bottom: 14px;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.cart
	.wa-product-reservation-note {
	grid-column: 1 / -1;
	margin-top: 0;
}

/*
 * Keep Blocksy/WooCommerce hook lifecycles intact while removing only the
 * duplicated native taxonomy fields for story-ready products. Unknown/plugin
 * children remain visible. The container reset prevents an empty meta rail
 * from leaving a bordered gap.
 */
body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	[data-id="divider_2"],
body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	.product_meta
	> :is(.sku_wrapper, .posted_in, .tagged_as) {
	display: none;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	.product_meta {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

/*
 * The mirror is decorative. WooCommerce's native availability remains in the
 * DOM and continues to be the live-region authority; it is clipped only after
 * JS has populated the visible mirror from the same variation payload.
 */
body.wa-single-product-story-js
	form.variations_form
	.woocommerce-variation-availability.wa-native-availability--mirrored,
body.wa-single-product-story-js
	form.variations_form.wa-price-mirror-active
	.woocommerce-variation-price {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/*
 * If Woo's variation ledger contains only the now-mirrored price and
 * availability, remove its decorative box without hiding the live container.
 * A description or plugin-added child prevents this class from being set.
 */
body.wa-single-product-story-js
	form.variations_form.wa-variation-ledger-mirrored
	.woocommerce-variation.single_variation {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

/* --------------------------------------------------------------------------
 * RC27 single-product purchase controls
 *
 * Presentation only. Blocksy/WooCommerce retain the select, swatch buttons,
 * reset link, live variation ledger, quantity input and native submit button.
 * No display or visibility declarations target a WooCommerce JS-toggle node.
 * ------------------------------------------------------------------------ */

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.variations {
	margin-bottom: 14px;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.variations
	tr,
body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.variations
	:is(th.label, td.value) {
	width: 100%;
	display: block;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.variations
	th.label {
	padding: 0 0 10px;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.variations
	th.label
	label {
	width: 100%;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	font-size: 10px;
	letter-spacing: 0.14em;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.variations
	th.label
	label
	span {
	color: var(--wa-commerce-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

/* Blocksy repeats the active swatch value inside the attribute label
 * (for example, "Grams: 14g"). The selected swatch already communicates that
 * state, so suppress only this duplicate visual echo. The native select,
 * swatches, reset link and variation events remain untouched. */
body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.variations
	th.label
	> label
	> span {
	display: none !important;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.variations
	td.value {
	min-width: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 0 0 14px;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.ct-variation-swatches[data-swatches-type="button"] {
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.ct-variation-swatches[data-swatches-type="button"]
	.ct-swatch-container {
	inline-size: auto !important;
	block-size: auto !important;
	min-width: 62px;
	min-height: 48px;
	margin: 0;
	padding: 0 !important;
	box-sizing: border-box;
	border: 1px solid var(--wa-commerce-line-strong) !important;
	border-radius: 0 !important;
	background: var(--wa-commerce-panel) !important;
	box-shadow: none !important;
	color: var(--wa-commerce-cream);
	cursor: pointer;
	transition:
		border-color 160ms ease,
		background-color 160ms ease,
		color 160ms ease;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.ct-variation-swatches[data-swatches-type="button"]
	.ct-swatch-container
	.ct-swatch {
	inline-size: 100% !important;
	block-size: auto !important;
	min-width: 0;
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	box-sizing: border-box;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.ct-variation-swatches[data-swatches-type="button"]
	.ct-swatch-container
	.ct-swatch-content {
	color: inherit !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.ct-variation-swatches[data-swatches-type="button"]
	.ct-swatch-container[aria-pressed="true"] {
	border-color: var(--wa-commerce-cream) !important;
	background: var(--wa-commerce-cream) !important;
	box-shadow: inset 0 0 0 1px var(--wa-commerce-action-dark) !important;
	color: var(--wa-commerce-action-dark);
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.ct-variation-swatches[data-swatches-type="button"]
	.ct-swatch-container:hover:not([aria-pressed="true"]):not(.ct-hidden) {
	border-color: var(--wa-commerce-action) !important;
	background: var(--wa-commerce-panel-raised) !important;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.ct-variation-swatches[data-swatches-type="button"]
	.ct-swatch-container:focus-visible {
	outline: 2px solid var(--wa-commerce-action);
	outline-offset: 3px;
}

/* Blocksy applies ct-hidden to unavailable swatches. Do not unhide them; when
 * its configured faded state keeps one visible, retain a clear unavailable
 * treatment without disabling Blocksy's own event contract. */
body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.ct-variation-swatches[data-swatches-type="button"]
	.ct-swatch-container.ct-hidden {
	border-style: dashed !important;
	color: var(--wa-commerce-muted);
	cursor: not-allowed;
	opacity: 1;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.variations
	.reset_variations {
	align-self: stretch;
	margin: 0;
	padding-inline: 8px;
	color: var(--wa-commerce-muted);
	font-size: 9px;
	letter-spacing: 0.12em;
	text-decoration: none;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form
	.variations
	.reset_variations:hover {
	color: var(--wa-commerce-action);
}

/* The mirror script keeps Woo's live ledger in the DOM and marks the form only
 * when its price/availability are already represented above. This selector is
 * deliberately stronger than style.css's decorative ledger shell. */
body.wa-single-product-story-js.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.variations_form.wa-variation-ledger-mirrored
	.woocommerce-variation.single_variation {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.cart
	:is(.woocommerce-variation-add-to-cart, .variations_button) {
	grid-template-columns: minmax(112px, 0.38fr) minmax(0, 1fr);
	gap: 10px;
}

/* Blocksy places the native quantity and submit button inside this public cart
 * actions wrapper. Keep the same two-track rail when that wrapper is present;
 * the parent rule above remains the core-WooCommerce fallback. */
body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.cart
	.ct-cart-actions {
	width: 100%;
	min-width: 0;
	display: grid;
	grid-template-columns: minmax(112px, 0.38fr) minmax(0, 1fr);
	gap: 10px;
	align-items: stretch;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.cart
	.ct-cart-actions
	> *:not(.quantity):not(.single_add_to_cart_button) {
	grid-column: 1 / -1;
	min-width: 0;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.cart
	.ct-cart-actions:is(
		:has(> .quantity.hidden),
		:not(:has(.quantity))
	) {
	grid-template-columns: minmax(0, 1fr);
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.cart
	.quantity {
	border: 1px solid var(--wa-commerce-line-strong);
	background: var(--wa-commerce-panel);
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.cart
	.quantity
	input.qty,
body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.cart
	.single_add_to_cart_button {
	min-height: 56px;
}

body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
	div.product
	form.cart
	.quantity
	input.qty {
	border: 0;
	background: transparent;
	font-size: 14px;
	font-weight: 700;
}

@media (min-width: 1024px) {
	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		.product-entry-wrapper {
		width: 100%;
		display: grid;
		grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
		gap: 0;
		align-items: stretch;
		margin-block: clamp(26px, 4vw, 54px) clamp(52px, 6vw, 86px);
		padding-block: 0;
		border-right: 0;
		border-left: 1px solid var(--wa-commerce-line);
	}

	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		.woocommerce-product-gallery {
		width: 100%;
		max-width: none;
		align-self: stretch;
		justify-self: stretch;
		border-top: 1px solid var(--wa-commerce-line);
		border-right: 0;
		border-bottom: 1px solid var(--wa-commerce-line);
	}

	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		.woocommerce-product-gallery__image {
		height: clamp(720px, 54vw, 880px);
		min-height: 720px;
		aspect-ratio: auto;
	}

	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		:is(.summary, .entry-summary) {
		position: static;
		top: auto;
		align-self: stretch;
		align-content: center;
		padding: clamp(36px, 3.4vw, 52px);
		border-top: 1px solid var(--wa-commerce-line);
		border-right: 1px solid var(--wa-commerce-line);
		border-bottom: 1px solid var(--wa-commerce-line);
		border-left: 1px solid var(--wa-commerce-line);
	}

	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		.product_title {
		font-size: clamp(42px, 3.6vw, 58px);
		line-height: 0.96;
		text-wrap: balance;
	}

	.wa-product-story {
		margin-top: 28px;
		padding: 22px;
	}

	.wa-product-story__genetics,
	.wa-product-story__strain-list,
	.wa-product-story__profile {
		grid-template-columns: minmax(112px, max-content) minmax(0, 1fr);
		gap: 14px;
	}

	.wa-product-story__label,
	.wa-product-story__kicker {
		font-size: 10px;
		white-space: nowrap;
	}

	.wa-product-story__take {
		font-size: clamp(24px, 2vw, 30px);
	}
}

@media (max-width: 430px) {
	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		:is(.summary, .entry-summary) {
		column-gap: 12px;
		padding-inline: 16px;
	}

	.wa-product-availability {
		font-size: 9px;
		letter-spacing: 0.07em;
	}

	.wa-product-story {
		padding: 17px;
	}

	.wa-product-story__genetics,
	.wa-product-story__strain-list,
	.wa-product-story__profile {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.wa-product-story__genetics {
		grid-template-columns: max-content minmax(0, 1fr);
	}
}

@media (max-width: 480px) {
	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		form.variations_form
		.variations
		td.value {
		grid-template-columns: minmax(0, 1fr);
		gap: 4px;
	}

	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		form.variations_form
		.variations
		.reset_variations {
		width: fit-content;
		padding-inline: 0;
	}

	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		form.cart
		.ct-cart-actions {
		grid-template-columns: minmax(0, 1fr);
	}

	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		form.cart
		.quantity
		input.qty,
	body.wa-single-product-story-active.wa-reserve-custom-chrome.wa-reserve-product-page
		div.product
		form.cart
		.single_add_to_cart_button {
		min-height: 58px;
	}
}

@media (max-width: 350px) {
	.wa-product-story__genetics,
	.wa-product-story__strain-list,
	.wa-product-story__profile {
		grid-template-columns: minmax(0, 1fr);
		gap: 5px;
	}

	.wa-product-story__strain-items {
		grid-template-columns: minmax(0, 1fr);
	}

	.wa-product-availability {
		white-space: normal;
	}
}

@media (forced-colors: active) {
	.wa-product-story {
		border: 2px solid CanvasText;
		box-shadow: 9px 9px 0 CanvasText;
	}

	.wa-product-availability::before {
		border: 1px solid CanvasText;
		background: CanvasText;
	}

	.wa-product-story__strain-items li::before {
		background: CanvasText;
	}
}
