/* Single-product gallery, information, colour options and related products. */

/* Deterministic gallery: one main image, no stacked native gallery. */
body.single-product .helova-pdp-gallery-v400 {
	display: grid !important;
	grid-template-columns: 76px minmax(0, 1fr) !important;
	align-items: start !important;
	gap: 12px !important;
	box-sizing: border-box !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: var(--helova-white) !important;
}

body.single-product .helova-pdp-gallery-v400.has-one-image {
	grid-template-columns: minmax(0, 1fr) !important;
}

body.single-product .helova-pdp-thumbs-v400 {
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	width: 76px !important;
	max-height: min(650px, 70vh) !important;
	margin: 0 !important;
	padding: 2px !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	scrollbar-width: thin !important;
}

body.single-product .helova-pdp-thumb-v400 {
	box-sizing: border-box !important;
	display: block !important;
	flex: 0 0 72px !important;
	width: 72px !important;
	height: 72px !important;
	margin: 0 !important;
	padding: 3px !important;
	overflow: hidden !important;
	border: 1px solid rgba(107, 30, 53, .15) !important;
	border-radius: 5px !important;
	background: var(--helova-white) !important;
	box-shadow: none !important;
	cursor: pointer !important;
	opacity: .68 !important;
}

body.single-product .helova-pdp-thumb-v400:hover,
body.single-product .helova-pdp-thumb-v400.is-active {
	border-color: var(--helova-burgundy) !important;
	box-shadow: 0 0 0 2px rgba(107, 30, 53, .10) !important;
	opacity: 1 !important;
}

body.single-product .helova-pdp-thumb-v400 img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 3px !important;
	background: var(--helova-white) !important;
	object-fit: cover !important;
	object-position: center !important;
}

body.single-product .helova-pdp-main-frame-v400 {
	box-sizing: border-box !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	aspect-ratio: 1 / 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--helova-white) !important;
}

body.single-product .helova-pdp-main-link-v400 {
	display: grid !important;
	place-items: center !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--helova-white) !important;
	text-decoration: none !important;
}

body.single-product .helova-pdp-main-image-v400 {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--helova-white) !important;
	object-fit: contain !important;
	object-position: center !important;
}

/* Product information hierarchy, unboxed. */
body.single-product div.product .product_title {
	max-width: 620px !important;
	margin: 0 0 13px !important;
	color: var(--helova-burgundy) !important;
	font-family: var(--helova-serif) !important;
	font-size: clamp(37px, 3.65vw, 56px) !important;
	font-weight: 500 !important;
	letter-spacing: -.035em !important;
	line-height: 1.02 !important;
	text-transform: none !important;
	overflow-wrap: anywhere !important;
}

body.single-product div.product .price {
	margin: 0 0 18px !important;
	color: var(--helova-mauve) !important;
	font-family: var(--helova-sans) !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
}

body.single-product .woocommerce-product-details__short-description {
	max-width: 590px !important;
	margin: 0 0 24px !important;
	color: var(--helova-deep) !important;
	font-family: var(--helova-sans) !important;
	font-size: 14px !important;
	line-height: 1.75 !important;
}

body.single-product .woocommerce-product-details__short-description p {
	margin: 0 !important;
}

body.single-product .product_meta {
	display: none !important;
}

body.single-product form.cart,
body.single-product form.variations_form,
body.single-product table.variations {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body.single-product table.variations {
	margin-bottom: 18px !important;
	border: 0 !important;
}

body.single-product table.variations tr {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 8px !important;
	margin-bottom: 14px !important;
}

body.single-product table.variations th,
body.single-product table.variations td {
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: left !important;
}

body.single-product table.variations th.label label {
	color: var(--helova-burgundy) !important;
	font-family: var(--helova-sans) !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	letter-spacing: .11em !important;
	text-transform: uppercase !important;
}

body.single-product select.helova-pdp-native-colour-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

body.single-product .helova-pdp-colours-v400 {
	display: flex !important;
	flex-flow: row wrap !important;
	gap: 9px !important;
	width: 100% !important;
	margin: 0 !important;
}

body.single-product .helova-pdp-colour-v400 {
	display: inline-flex !important;
	align-items: center !important;
	gap: 9px !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 8px 13px !important;
	border: 1px solid rgba(107, 30, 53, .23) !important;
	border-radius: 999px !important;
	background: var(--helova-white) !important;
	color: var(--helova-deep) !important;
	box-shadow: none !important;
	font-family: var(--helova-sans) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
}

body.single-product .helova-pdp-colour-v400:hover,
body.single-product .helova-pdp-colour-v400.is-selected {
	border-color: var(--helova-burgundy) !important;
	color: var(--helova-burgundy) !important;
	box-shadow: 0 0 0 2px rgba(107, 30, 53, .10) !important;
}

body.single-product .helova-pdp-colour-dot-v400 {
	flex: 0 0 24px !important;
	width: 24px !important;
	height: 24px !important;
	border: 1px solid rgba(75, 46, 43, .24) !important;
	border-radius: 50% !important;
	background: var(--helova-swatch, var(--helova-gold)) !important;
	box-shadow: inset 0 0 0 3px var(--helova-white) !important;
}

body.single-product table.variations select:not(.helova-pdp-native-colour-select) {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 44px !important;
	padding: 10px 12px !important;
	border: 1px solid rgba(107, 30, 53, .22) !important;
	border-radius: 4px !important;
	background: var(--helova-white) !important;
	color: var(--helova-deep) !important;
	font-size: 14px !important;
}

body.single-product .woocommerce-variation-add-to-cart,
body.single-product form.cart:not(.variations_form) {
	display: grid !important;
	grid-template-columns: 84px minmax(0, 1fr) !important;
	align-items: stretch !important;
	gap: 10px !important;
	width: 100% !important;
	margin-top: 10px !important;
}

body.single-product .quantity {
	display: flex !important;
	width: 84px !important;
	margin: 0 !important;
}

body.single-product .quantity input.qty {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 47px !important;
	margin: 0 !important;
	border: 1px solid rgba(107, 30, 53, .24) !important;
	border-radius: 4px !important;
	background: var(--helova-white) !important;
	color: var(--helova-deep) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-align: center !important;
}

body.single-product form.cart .single_add_to_cart_button {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 47px !important;
	margin: 0 !important;
	padding: 12px 20px !important;
	border: 1px solid var(--helova-burgundy) !important;
	border-radius: 4px !important;
	background: var(--helova-burgundy) !important;
	color: var(--helova-ivory) !important;
	font-family: var(--helova-sans) !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	letter-spacing: .095em !important;
	text-transform: uppercase !important;
}

body.single-product form.cart .single_add_to_cart_button.disabled,
body.single-product form.cart .single_add_to_cart_button:disabled {
	opacity: .48 !important;
	cursor: not-allowed !important;
}

body.single-product .helova-stock-notice {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	width: fit-content !important;
	margin: 12px 0 0 !important;
	padding: 8px 11px !important;
	border: 1px solid rgba(107, 30, 53, .16) !important;
	border-radius: 999px !important;
	background: rgba(217, 166, 166, .12) !important;
	color: var(--helova-burgundy) !important;
	font-family: var(--helova-sans) !important;
	font-size: 10px !important;
	font-weight: 800 !important;
}

body.single-product .helova-stock-dot {
	flex: 0 0 7px !important;
	width: 7px !important;
	height: 7px !important;
	border-radius: 50% !important;
	background: var(--helova-burgundy) !important;
	box-shadow: 0 0 0 4px rgba(107, 30, 53, .10) !important;
}

/* Plain editorial details: no beige panel and no oversized blank block. */
body.single-product .woocommerce-tabs {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 1320px !important;
	margin: clamp(54px, 7vw, 88px) auto 0 !important;
	padding: clamp(26px, 4vw, 42px) 0 0 !important;
	border-top: 1px solid rgba(107, 30, 53, .12) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.single-product .woocommerce-tabs ul.tabs {
	display: flex !important;
	gap: 8px !important;
	width: 100% !important;
	margin: 0 0 24px !important;
	padding: 0 !important;
	overflow-x: auto !important;
	border: 0 !important;
	list-style: none !important;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	display: flex !important;
	align-items: center !important;
	min-height: 39px !important;
	padding: 9px 16px !important;
	border: 1px solid rgba(107, 30, 53, .20) !important;
	border-radius: 999px !important;
	background: var(--helova-white) !important;
	color: var(--helova-burgundy) !important;
	font-family: var(--helova-sans) !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	letter-spacing: .07em !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
	border-color: var(--helova-burgundy) !important;
	background: var(--helova-burgundy) !important;
	color: var(--helova-ivory) !important;
}

body.single-product .woocommerce-tabs .panel {
	box-sizing: border-box !important;
	width: min(100%, 920px) !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--helova-deep) !important;
	font-family: var(--helova-sans) !important;
	font-size: 14px !important;
	line-height: 1.75 !important;
}

body.single-product .woocommerce-tabs .panel > :first-child {
	margin-top: 0 !important;
}

body.single-product .woocommerce-tabs .panel > :last-child {
	margin-bottom: 0 !important;
}

/* Related products: compact spacing and a reliable universal grid. */
body.single-product .related.products,
body.single-product .upsells.products {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 1320px !important;
	margin: clamp(58px, 7vw, 92px) auto 0 !important;
	padding: clamp(34px, 4vw, 52px) 0 0 !important;
	border-top: 1px solid rgba(107, 30, 53, .12) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
	margin: 0 0 clamp(26px, 3vw, 40px) !important;
	color: var(--helova-burgundy) !important;
	font-family: var(--helova-serif) !important;
	font-size: clamp(34px, 4vw, 52px) !important;
	font-weight: 500 !important;
	letter-spacing: -.025em !important;
	line-height: 1.05 !important;
	text-align: center !important;
	text-transform: none !important;
}







@media (max-width: 1080px) {
	body.single-product .helova-pdp-v400 {
		grid-template-columns: minmax(0, 1fr) minmax(320px, .84fr) !important;
		gap: 34px !important;
	}

	
}

@media (max-width: 820px) {
	body.single-product .helova-pdp-v400 {
		grid-template-columns: 1fr !important;
		gap: 26px !important;
	}

	
}

@media (max-width: 767px) {
	body.single-product .helova-core-product-main,
	body.helova-core-woo-portrait.single-product .helova-core-product-main {
		padding: 12px 12px 54px !important;
	}

	body.single-product .helova-pdp-gallery-v400 {
		display: flex !important;
		flex-direction: column !important;
		gap: 9px !important;
	}

	body.single-product .helova-pdp-main-frame-v400 {
		order: 1 !important;
		width: 100% !important;
		aspect-ratio: 1 / 1 !important;
	}

	body.single-product .helova-pdp-thumbs-v400 {
		order: 2 !important;
		display: flex !important;
		flex-direction: row !important;
		gap: 7px !important;
		width: 100% !important;
		max-height: none !important;
		padding: 2px 0 4px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x proximity !important;
	}

	body.single-product .helova-pdp-thumb-v400 {
		flex: 0 0 64px !important;
		width: 64px !important;
		height: 64px !important;
		scroll-snap-align: start !important;
	}

	body.single-product div.product .product_title {
		font-size: clamp(31px, 9vw, 43px) !important;
	}

	body.single-product .helova-pdp-colour-v400 {
		min-height: 39px !important;
		padding: 7px 10px !important;
		font-size: 10px !important;
	}

	body.single-product .helova-pdp-colour-dot-v400 {
		flex-basis: 22px !important;
		width: 22px !important;
		height: 22px !important;
	}

	body.single-product .woocommerce-variation-add-to-cart,
	body.single-product form.cart:not(.variations_form) {
		grid-template-columns: 76px minmax(0, 1fr) !important;
		gap: 8px !important;
	}

	body.single-product .quantity {
		width: 76px !important;
	}

	body.single-product .woocommerce-tabs {
		margin-top: 48px !important;
		padding-top: 30px !important;
	}

	body.single-product .related.products,
	body.single-product .upsells.products {
		margin-top: 48px !important;
		padding-top: 32px !important;
	}
}


/* ===============================================================
   HELOVA CORE STORE 4.1.0 — canonical product pages
   Fixes product-template, gallery, canvas, meta, colour and related products.
   =============================================================== */

/* One clean near-white canvas. No outer product card or tinted panel. */
body.single-product,
body.single-product .wp-site-blocks,
body.single-product .helova-core-product-main,
body.single-product .wp-block-woocommerce-legacy-template,
body.single-product .woocommerce,
body.single-product .woocommerce div.product,
body.single-product .helova-pdp-v400,
body.single-product .helova-pdp-media-v400,
body.single-product .summary.entry-summary,
body.single-product .woocommerce-tabs,
body.single-product .woocommerce-tabs .panel,
body.single-product .related.products,
body.single-product .upsells.products {
	background-color: var(--helova-white) !important;
	background-image: none !important;
}

/* Remove box styling introduced by a theme or an older product template. */
body.single-product :where(
	.woocommerce div.product,
	.helova-pdp-v400,
	.helova-pdp-media-v400,
	.summary.entry-summary,
	.woocommerce-tabs,
	.woocommerce-tabs .panel,
	.related.products,
	.upsells.products
) {
	min-height: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

/* Never allow a native/old gallery to render alongside the canonical one. */
body.single-product :where(
	.woocommerce-product-gallery,
	div.images.woocommerce-product-gallery,
	.wp-block-woocommerce-product-image-gallery
) {
	display: none !important;
}

/* Stable editorial composition. */
body.single-product .helova-pdp-v400 {
	display: grid !important;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr) !important;
	align-items: start !important;
	gap: clamp(34px, 5vw, 72px) !important;
	width: 100% !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

body.single-product .helova-pdp-media-v400,
body.single-product .summary.entry-summary {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* One main image with thumbnails neatly stacked on the right. */
body.single-product .helova-pdp-gallery-v400 {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 76px !important;
	grid-template-rows: auto !important;
	align-items: start !important;
	gap: 12px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--helova-white) !important;
}



body.single-product .helova-pdp-main-frame-v400 {
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	margin: 0 !important;
	background: var(--helova-white) !important;
}

body.single-product .helova-pdp-thumbs-v400 {
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	width: 76px !important;
	max-height: min(650px, 70vh) !important;
	margin: 0 !important;
	padding: 2px !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

body.single-product .helova-pdp-main-image-v400 {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
	background: var(--helova-white) !important;
}

/* Product information is unboxed and aligned with the gallery. */
body.single-product .summary.entry-summary {
	color: var(--helova-deep) !important;
	padding-top: 2px !important;
}



/* Server-rendered colour swatches.
   Without JavaScript the native WooCommerce dropdown remains visible. */
body.single-product .helova-pdp-swatches-v410 {
	display: none;
}

body.single-product .helova-pdp-swatches-v410.is-enhanced {
	display: flex !important;
	flex-flow: row wrap !important;
	gap: 9px !important;
	width: 100% !important;
	margin: 0 !important;
}

body.single-product select.helova-pdp-native-colour-select-v410 {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

body.single-product .helova-pdp-swatch-v410 {
	display: inline-flex !important;
	align-items: center !important;
	gap: 9px !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 8px 13px !important;
	border: 1px solid rgba(107, 30, 53, .23) !important;
	border-radius: 999px !important;
	background: var(--helova-white) !important;
	color: var(--helova-deep) !important;
	box-shadow: none !important;
	font-family: var(--helova-sans) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	cursor: pointer !important;
	transition: border-color .16s ease, box-shadow .16s ease, opacity .16s ease !important;
}

body.single-product .helova-pdp-swatch-v410:hover,
body.single-product .helova-pdp-swatch-v410.is-selected {
	border-color: var(--helova-burgundy) !important;
	box-shadow: 0 0 0 2px rgba(107, 30, 53, .12) !important;
	color: var(--helova-burgundy) !important;
}

body.single-product .helova-pdp-swatch-v410.is-unavailable,
body.single-product .helova-pdp-swatch-v410:disabled {
	opacity: .34 !important;
	cursor: not-allowed !important;
	text-decoration: line-through !important;
}

body.single-product .helova-pdp-swatch-dot-v410 {
	flex: 0 0 24px !important;
	width: 24px !important;
	height: 24px !important;
	border: 1px solid rgba(75, 46, 43, .24) !important;
	border-radius: 50% !important;
	background: var(--helova-swatch, var(--helova-gold)) !important;
	box-shadow: inset 0 0 0 3px var(--helova-white) !important;
}

body.single-product .helova-pdp-swatch-name-v410 {
	white-space: nowrap !important;
}

/* The older JS-generated selector can never duplicate the server markup. */
body.single-product .helova-pdp-colours-v400 {
	display: none !important;
}

/* Exactly one consistent Related Products grid. */




/* WooCommerce appends this after AJAX adds; it is not a second card action. */
body.single-product :where(
	.related.products,
	.upsells.products
) a.added_to_cart,
body.single-product :where(
	.related.products,
	.upsells.products
) a.wc-forward {
	display: none !important;
}

/* Plain editorial details beneath the purchase section. */
body.single-product .woocommerce-tabs .panel {
	width: min(100%, 920px) !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--helova-white) !important;
}

/* Tablet/mobile: gallery first, details second; thumbnails become a touch rail. */
@media (max-width: 820px) {
	

	
}

@media (max-width: 767px) {
	

	

	

	

	body.single-product .helova-pdp-swatch-v410 {
		min-height: 39px !important;
		padding: 7px 10px !important;
		font-size: 10px !important;
	}

	body.single-product .helova-pdp-swatch-dot-v410 {
		flex-basis: 22px !important;
		width: 22px !important;
		height: 22px !important;
	}
}


/* ===============================================================
   HELOVA CORE STORE 4.2.0 — static, borderless product pages
   =============================================================== */

/* One consistent product-page colour. No beige/tinted archive or card canvas. */
html body.single-product,
body.single-product .wp-site-blocks,
body.single-product main,
body.single-product #primary,
body.single-product .site-main,
body.single-product .content-area,
body.single-product .helova-core-product-main,
body.single-product .wp-block-woocommerce-legacy-template,
body.single-product .woocommerce,
body.single-product .woocommerce-notices-wrapper,
body.single-product .helova-static-product-v420,
body.single-product .helova-static-product-v420__primary,
body.single-product .helova-static-product-v420__media,
body.single-product .helova-static-product-v420__summary,
body.single-product .helova-static-product-v420__secondary,
body.single-product .woocommerce-tabs,
body.single-product .woocommerce-tabs .panel,
body.single-product .related.products,
body.single-product .upsells.products {
	background: #FFFFFF !important;
	background-color: #FFFFFF !important;
	background-image: none !important;
}

/* Remove every product-card treatment from the selected product itself. */
body.single-product :where(
	.helova-static-product-v420,
	.helova-static-product-v420__primary,
	.helova-static-product-v420__media,
	.helova-static-product-v420__summary,
	.helova-static-product-v420__secondary,
	.product.type-product,
	.summary.entry-summary,
	.woocommerce-tabs,
	.woocommerce-tabs .panel,
	.related.products,
	.upsells.products
) {
	min-height: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
	transform: none !important;
}

body.single-product :where(
	.helova-static-product-v420,
	.helova-static-product-v420__primary,
	.helova-static-product-v420__media,
	.helova-static-product-v420__summary,
	.helova-static-product-v420__secondary
)::before,
body.single-product :where(
	.helova-static-product-v420,
	.helova-static-product-v420__primary,
	.helova-static-product-v420__media,
	.helova-static-product-v420__summary,
	.helova-static-product-v420__secondary
)::after {
	display: none !important;
	content: none !important;
	background: transparent !important;
}

/* Compact page spacing beneath the shared navigation. */
body.single-product .helova-core-product-main {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(14px, 2vw, 24px) clamp(16px, 4vw, 60px) clamp(58px, 7vw, 92px) !important;
}

body.single-product .woocommerce {
	box-sizing: border-box !important;
	width: min(100%, 1320px) !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

body.single-product .woocommerce-breadcrumb {
	width: 100% !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
	border: 0 !important;
	background: #FFFFFF !important;
	color: var(--helova-mauve) !important;
	font-family: var(--helova-sans) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}

/* The selected product is a static page section, not a catalogue card. */
body.single-product .helova-static-product-v420 {
	box-sizing: border-box !important;
	display: block !important;
	position: static !important;
	width: 100% !important;
	max-width: 1320px !important;
	height: auto !important;
	margin: 0 auto !important;
	padding: 0 !important;
	overflow: visible !important;
}

body.single-product .helova-static-product-v420__primary {
	box-sizing: border-box !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
	align-items: start !important;
	gap: clamp(34px, 5vw, 72px) !important;
	position: static !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

body.single-product .helova-static-product-v420__media,
body.single-product .helova-static-product-v420__summary {
	box-sizing: border-box !important;
	position: static !important;
	float: none !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

/* Remove any old experimental wrappers if cached markup still contains them. */
body.single-product .helova-static-product-v420 :where(
	.helova-pdp-v400,
	.helova-pdp-media-v400
) {
	display: contents !important;
	position: static !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Deterministic gallery remains media, never a product card. */
body.single-product .helova-static-product-v420 .helova-pdp-gallery-v400 {
	box-sizing: border-box !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 76px !important;
	align-items: start !important;
	gap: 12px !important;
	position: static !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #FFFFFF !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.single-product .helova-static-product-v420 .helova-pdp-gallery-v400.has-one-image {
	grid-template-columns: minmax(0, 1fr) !important;
}

body.single-product .helova-static-product-v420 .helova-pdp-main-frame-v400 {
	grid-column: 1 !important;
	box-sizing: border-box !important;
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #FFFFFF !important;
	box-shadow: none !important;
}

body.single-product .helova-static-product-v420 .helova-pdp-main-link-v400,
body.single-product .helova-static-product-v420 .helova-pdp-main-image-v400 {
	box-sizing: border-box !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #FFFFFF !important;
	box-shadow: none !important;
}

body.single-product .helova-static-product-v420 .helova-pdp-main-image-v400 {
	object-fit: contain !important;
	object-position: center !important;
}

body.single-product .helova-static-product-v420 .helova-pdp-thumbs-v400 {
	grid-column: 2 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	width: 76px !important;
	max-height: min(650px, 70vh) !important;
	margin: 0 !important;
	padding: 2px !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

/* Product information is plain page content, not a sticky card. */
body.single-product .helova-static-product-v420__summary {
	align-self: start !important;
	position: static !important;
	inset: auto !important;
	padding-top: clamp(4px, 1vw, 14px) !important;
	color: var(--helova-deep) !important;
}

body.single-product .helova-static-product-v420__summary .product_title {
	max-width: 620px !important;
	margin: 0 0 13px !important;
	font-size: clamp(36px, 3.6vw, 56px) !important;
	line-height: 1.02 !important;
}

body.single-product .helova-static-product-v420__summary .product_meta {
	display: none !important;
}

body.single-product .helova-static-product-v420__secondary {
	position: static !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
}

/* Details and related products use the same white canvas without a containing card. */
body.single-product .helova-static-product-v420__secondary :where(
	.woocommerce-tabs,
	.woocommerce-tabs .panel,
	.related.products,
	.upsells.products
) {
	position: static !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-radius: 0 !important;
	background: #FFFFFF !important;
	box-shadow: none !important;
}

body.single-product .helova-static-product-v420__secondary .woocommerce-tabs .panel {
	width: min(100%, 920px) !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 820px) {
	body.single-product .helova-static-product-v420__primary {
		grid-template-columns: 1fr !important;
		gap: 26px !important;
	}
}

@media (max-width: 767px) {
	body.single-product .helova-core-product-main {
		padding: 12px 12px 54px !important;
	}

	body.single-product .helova-static-product-v420 .helova-pdp-gallery-v400 {
		display: flex !important;
		flex-direction: column !important;
		gap: 9px !important;
	}

	body.single-product .helova-static-product-v420 .helova-pdp-main-frame-v400 {
		order: 1 !important;
	}

	body.single-product .helova-static-product-v420 .helova-pdp-thumbs-v400 {
		order: 2 !important;
		display: flex !important;
		flex-direction: row !important;
		gap: 7px !important;
		width: 100% !important;
		max-height: none !important;
		padding: 2px 0 4px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x proximity !important;
	}
}


/* Legacy v4.2.1 malformed card-reset block removed in v4.13.1.
 * The valid static-product rules above are the authoritative reset. */

/* ===============================================================
   HELOVA CORE STORE 4.3.0 — compact product-card information row
   =============================================================== */

/*
 * Card dimensions are intentionally untouched.
 * Only the price/colour/action area is reorganized.
 */



/* Price and colours share one compact row directly above the action. */


/* Slightly larger, clearer price. */


/* The colour list occupies only the available space beside the price. */




/* Keep the small label, but never let it squeeze the swatches. */


/* Swatches remain the established size and become horizontal-scroll items. */


/* Remove the old automatic gap above the action button. */




/* Fallback while JavaScript is initializing. */


/* Mobile keeps the same cards and grid; only the lower row is compacted. */



/* ===============================================================
   HELOVA CORE STORE 4.3.1 — card media and spacing refinement
   =============================================================== */

/*
 * Outer card width, height, grid columns and image-panel ratio are unchanged.
 */

/* 1. Remove the Colour text before swatches. */


/* 2. Make the photograph fill the existing media panel.
   The media panel itself is not resized. */




/* 3. Remove the forced flexible gap around the metadata and action area. */






/* Ensure card children cannot create an automatic vertical spacer. */


/* Keep simple cards compact when they do not have colour choices. */





/* ===============================================================
   HELOVA CORE STORE 4.3.2 — restore card content and isolate media
   =============================================================== */

/*
 * v4.3.1 accidentally used the classic WooCommerce product link as the
 * image viewport. That link also contains the title and price, so overflow
 * clipping hid the product information. Only .helova-core-card-media may
 * now act as the fixed image viewport.
 */

/* Restore the complete clickable product-copy link. */


/* The image-only wrapper owns the unchanged media-panel ratio. */


/* Fill only that media wrapper; never size every image inside the card. */


/* Undo the broad v4.3.1 rule on product links and non-media descendants. */


/* Titles must remain visible inside classic WooCommerce links. */


/* Metadata is now a direct card child, so swatches are valid controls. */


/* Keep the action directly beneath metadata with no artificial blank band. */


/* Ensure the old global card-image rule cannot restore padding/aspect ratio. */


/* No dimensions of the outer card, grid or image panel are changed. */


/* ===============================================================
   HELOVA CORE STORE 4.3.4 — restore media and compact Shop cards
   =============================================================== */

/*
 * This release is built from the stable v4.3.2 media system.
 * Outer card width, card min-height and grid columns remain unchanged.
 */

/* ----------------------------------------------------------------
   HOME + RELATED PRODUCTS: restore visible, uncropped photographs
   ---------------------------------------------------------------- */

/* Avoid deferred-containment rendering glitches in visible product rails. */
body.home :where(
	.helova-core-product-carousel,
	.helova-home-featured-products,
	.helova-home-edit-section,
	.helova-home-new-in-section
),
body.single-product :where(
	.related.products,
	.upsells.products
) {
	content-visibility: visible !important;
	contain: none !important;
	contain-intrinsic-size: auto !important;
}

/* Restore the image-only media wrapper and make every image visible. */


/* Home and Related Products show the complete photograph without zooming. */


/* Prevent hover rules from zooming those images again. */


/* ----------------------------------------------------------------
   SHOP: enlarge the image into unused space and remove the blank band
   ---------------------------------------------------------------- */

/* Keep the same card dimensions, but let the clickable copy area consume
   the available vertical space instead of leaving it above the button. */


/* The product link fills the remaining card height. Its media area grows,
   while the title remains directly underneath the image. */


/* The Shop media panel expands into the formerly empty region.
   Cover is intentional here because the user requested a fully filled frame. */


/* Fill the enlarged Shop media panel edge to edge. */


/* The title remains fixed content and does not absorb spare height. */


/* Metadata and action follow each other immediately—no black-circled gap. */






/* Remove any theme flex-growth or auto margin from action descendants. */


/* Swatch label stays removed. */


/* Mobile keeps two Shop columns and the same outer cards. */



/* ===============================================================
   HELOVA CORE STORE 4.3.5 — canonical WooCommerce card images
   =============================================================== */

/*
 * Every card now receives one controlled media link using the product's
 * WooCommerce featured image. Theme/block image wrappers no longer determine
 * whether an image appears.
 */





/* Home carousels and product-page recommendations: complete image, no zoom. */




/* Shop: use the already-correct card size and fill its enlarged image area. */




/* The title link must never absorb the spare height on Shop cards. */


/* Keep metadata and the action immediately together. */




/* No hover zoom anywhere. */


/* Earlier media wrappers cannot reserve a second blank image area. */


/* Make visible product rails render normally rather than waiting on containment. */





/* ===============================================================
   HELOVA CORE STORE 4.3.6 — sharp variation image switching
   =============================================================== */

/*
 * The selected variation image keeps the existing card/media dimensions.
 * It uses contain rather than cover so colour-specific images are not enlarged,
 * cropped or made to look zoomed-in on Shop cards.
 */





/* Keep the previous image visible while the high-resolution variation image
   is downloading and decoding. */





/* ===============================================================
   HELOVA CORE STORE 4.3.7 — compact Home section rhythm
   =============================================================== */

/*
 * Home content, cards and images are unchanged.
 * Only empty spacing artifacts and excessive wrapper dimensions are reset.
 */

body.home .helova-core-home-gap-artifact {
	display: none !important;
	box-sizing: border-box !important;
	width: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
}

body.home .helova-core-home-tight-section {
	box-sizing: border-box !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	scroll-margin-top: 100px !important;
}

body.home .helova-core-home-trust-spacing {
	margin-bottom: 0 !important;
	padding-bottom: clamp(12px, 2vw, 22px) !important;
}

body.home :where(
	.helova-core-home-edit-spacing,
	.helova-home-edit-section
) {
	height: auto !important;
	min-height: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: clamp(32px, 4vw, 52px) !important;
	padding-bottom: clamp(30px, 4vw, 48px) !important;
}

body.home :where(
	.helova-core-home-newin-spacing,
	.helova-home-new-in-section
) {
	height: auto !important;
	min-height: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: clamp(32px, 4vw, 52px) !important;
	padding-bottom: clamp(30px, 4vw, 48px) !important;
}



body.home .helova-core-home-ritual-spacing {
	box-sizing: border-box !important;
	height: auto !important;
	min-height: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: clamp(32px, 4vw, 54px) !important;
	padding-bottom: clamp(32px, 4vw, 54px) !important;
}

body.home .helova-core-home-ritual-spacing
:where(.wp-block-columns, .wp-block-group) {
	height: auto !important;
	min-height: 0 !important;
	margin-block: 0 !important;
}

body.home :where(
	.helova-core-home-category-spacing,
	.helova-core-category-section
) {
	box-sizing: border-box !important;
	height: auto !important;
	min-height: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: clamp(32px, 4vw, 52px) !important;
	padding-bottom: clamp(36px, 5vw, 64px) !important;
}

body.home .helova-core-category-rail {
	margin-top: clamp(22px, 3vw, 34px) !important;
	padding-bottom: 18px !important;
}

body.home .helova-core-home-tight-section
> :first-child {
	margin-top: 0 !important;
}

body.home .helova-core-home-tight-section
> :last-child {
	margin-bottom: 0 !important;
}

@media (max-width: 767px) {
	body.home .helova-core-home-trust-spacing {
		padding-bottom: 10px !important;
	}

	body.home :where(
		.helova-core-home-edit-spacing,
		.helova-home-edit-section,
		.helova-core-home-newin-spacing,
		.helova-home-new-in-section,
		.helova-core-home-ritual-spacing,
		.helova-core-home-category-spacing,
		.helova-core-category-section
	) {
		padding-top: 28px !important;
		padding-bottom: 32px !important;
	}

	
}


