/* ============================================================
   Single product page – .woocommerce-single overrides.
   Quickview modal styles live in shop-cards.css and are shared;
   here we only specialise for the full product page.
   ============================================================ */

/* ── Breadcrumbs ────────────────────────────────────────────── */
.woocommerce-single .breadcrumbs {
	margin-bottom: 16px;
}

/* ── Wrapper ────────────────────────────────────────────────── */
.woocommerce-single .n19-single-product.product {
	border: 0;
	padding: 0;
	background: transparent;
}

.woocommerce-single .n19-single-product-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	margin-bottom: 0;
	position: relative;
}

/* ─────────────────────────────────────────────────────────────
   LEFT COLUMN: gallery
   ───────────────────────────────────────────────────────────── */
.woocommerce-single .n19-product__media {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
	background: #ffffff;
}

/* Main image */
.woocommerce-single .n19-product__main {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
	overflow: hidden;
}

.woocommerce-single .n19-product__main img,
.woocommerce-single .n19-product__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.woocommerce-single .n19-product__main.is-changing .n19-product__image {
	opacity: 0.25;
	transform: scale(0.97);
}

/* Sale badge */
.woocommerce-single .n19-single-product__sale {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	padding: 4px 10px;
	background: #f4f4f4;
	color: #de4244;
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-single .n19-single-product__sale[hidden] {
	display: none !important;
}

/* Thumbnail strip */
.woocommerce-single .n19-product__thumbs-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 10px 0;
}

.woocommerce-single .n19-product__thumbs {
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	gap: 10px;
	overflow: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.woocommerce-single .n19-product__thumbs::-webkit-scrollbar {
	display: none;
}

/* Mobile: 40px thumbnails */
.woocommerce-single .n19-product__thumb {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #dddddd;
	background: #ffffff;
	scroll-snap-align: start;
	cursor: pointer;
	transition: border-color 0.15s;
}

.woocommerce-single .n19-product__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woocommerce-single .n19-product__thumb.is-active {
	border-color: #498e96;
}

/* Thumb nav arrows — 40×40 white bg, 8px padding, 15×15 SVG icon, currentColor stroke */
.woocommerce-single .n19-product__thumb-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	padding: 8px;
	border: 0;
	background: #ffffff;
	color: #000000;
	cursor: pointer;
	box-sizing: border-box;
}

.woocommerce-single .n19-product__thumb-nav svg {
	display: block;
	overflow: visible;
}

.woocommerce-single .n19-product__thumb-nav[hidden] {
	display: none;
}

/* ─────────────────────────────────────────────────────────────
   RIGHT COLUMN: product info
   Figma: px-[80px] py-[40px] on 1920, gap-[16px] between blocks
   ───────────────────────────────────────────────────────────── */
.woocommerce-single .n19-product__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
	padding: 24px 20px;
	background: #ffffff;
}

/* Brand/category label – Lexend 11px #666 */
.woocommerce-single .n19-product__content .n19-module-label {
	margin: 0;
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
	color: #666666;
}

/* Title – Lexend Exa 28px #223224 -0.04em */
.woocommerce-single .n19-product__content h1 {
	margin: 0;
	font-family: var(--font-heading);
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #223224;
}

/* Short description – Lexend 14px #666 */
.woocommerce-single .n19-product__excerpt {
	margin: 0;
}

.woocommerce-single .n19-product__excerpt p {
	margin: 0;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #666666;
}


/* USP / Benefits bar — border top+bottom #ddd, padding 12px, gap 8px */
.woocommerce-single .n19-product__content .n19-single-product__usps {
	display: flex;
	gap: 8px;
	align-items: stretch;
	justify-content: center;
	padding: 12px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.woocommerce-single .n19-single-product__usp {
	display: flex;
	align-items: center;
	gap: 4px;
	flex: 1 1 0;
	min-width: 0;
}

.woocommerce-single .n19-single-product__usp-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	color: #000000;
}

.woocommerce-single .n19-single-product__usp-icon-svg {
	width: 20px;
	height: 20px;
	display: block;
	overflow: visible;
}

.woocommerce-single .n19-single-product__usp-text {
	font-family: var(--font-ui);
	font-size: 10px;
	font-weight: 300;
	line-height: 1.2;
	color: #000000;
	hyphens: auto;
}

/* Stock status item — icon + text go green or red */
.woocommerce-single .n19-single-product__usp--stock.is-in-stock .n19-single-product__usp-icon {
	color: #4e9a5b;
}

.woocommerce-single .n19-single-product__usp--stock.is-in-stock .n19-single-product__usp-text {
	color: #4e9a5b;
}

.woocommerce-single .n19-single-product__usp--stock.is-out-stock .n19-single-product__usp-icon {
	color: #de4244;
}

.woocommerce-single .n19-single-product__usp--stock.is-out-stock .n19-single-product__usp-text {
	color: #de4244;
}

/* Price – Lexend 20px #000 tracking +0.02em */
.woocommerce-single .n19-product__price {
	margin: 0;
	font-family: var(--font-ui);
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #000000;
}

.woocommerce-single .n19-product__price.is-sale {
	color: #de4244;
}

.woocommerce-single .n19-product__price.is-sale .woocommerce-Price-amount,
.woocommerce-single .n19-product__price.is-sale .amount,
.woocommerce-single .n19-product__price.is-sale bdi {
	color: #de4244;
}

.woocommerce-single .n19-product__price del {
	font-size: 0.75em;
	font-weight: 300;
	color: #b9b9b9;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: currentColor;
}

.woocommerce-single .n19-product__price del .woocommerce-Price-amount,
.woocommerce-single .n19-product__price del .amount,
.woocommerce-single .n19-product__price del bdi {
	color: #b9b9b9;
	font-weight: 300;
}

.woocommerce-single .n19-product__price ins,
.woocommerce-single .n19-product__price ins .woocommerce-Price-amount,
.woocommerce-single .n19-product__price ins .amount,
.woocommerce-single .n19-product__price ins bdi {
	color: #de4244;
	text-decoration: none;
}

/* Price per 100ml – Lexend 11px #444 */
.woocommerce-single .n19-product__price-per-100ml {
	margin: 0;
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 300;
	line-height: 1;
	color: #444444;
}

.woocommerce-single .n19-product__price-per-100ml[hidden] {
	display: none;
}

.woocommerce-single .n19-product__omnibus {
	margin: 0;
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 300;
	line-height: 14px;
	color: #65605e;
}

.woocommerce-single .n19-product__omnibus[hidden] {
	display: none;
}

.woocommerce-single .n19-product__omnibus p {
	margin: 0;
}

.woocommerce-single .n19-product__omnibus-discount {
	color: #de4244;
}

.woocommerce-single .n19-product__omnibus-discount[hidden] {
	display: none;
}

/* Price block (per-100ml + price) */
.woocommerce-single .n19-product__price-block {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

/* ── Delivery notice ─────────────────────────────────────────── */
.woocommerce-single .n19-delivery-notice {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: var(--font-base);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.24px;
	white-space: nowrap;
	grid-column: 1 / -1;
}

.woocommerce-single .n19-delivery-notice__label,
.woocommerce-single .n19-delivery-notice__note {
	color: #666666;
}

.woocommerce-single .n19-delivery-notice__date {
	color: #4e9a5b;
}

/* ── Variations ─────────────────────────────────────────────── */
.woocommerce-single .n19-product__variations {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	width: 100%;
	min-width: 0;
}

.woocommerce-single .n19-product__variation-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	min-width: 0;
}

.woocommerce-single .n19-product__variation-row label {
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 300;
	line-height: 1;
	color: #666666;
}

/* Variant select: border 0.7px #666, height 40px, padding 12px 16px */
.woocommerce-single .n19-product__variation-row select,
.woocommerce-single .n19-product__variation-select {
	width: 100%;
	height: 40px;
	padding: 0 40px 0 16px;
	border: 0.7px solid #666666;
	border-radius: 0;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23000' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 20px 20px;
	appearance: none;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	cursor: pointer;
}

/* ── Purchase row layout ─────────────────────────────────────
   Variable: row-1 = [variations (1fr) | qty (116px)]
             row-2 = [button (full width, spans both columns)]
   Button and qty-message sit INSIDE purchase-row with
   grid-column: 1 / -1 so they span both columns and are
   immune to WooCommerce JS overriding variations_button display.
   ─────────────────────────────────────────────────────────── */
.woocommerce-single .n19-product__purchase-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 108px;
	row-gap: 8px;
	column-gap: 16px;
	align-items: end;
	width: 100%;
}

/* Variations fill the 1fr column */
.woocommerce-single .n19-product__variations {
	grid-column: 1;
	width: 100%;
	min-width: 0;
}

.woocommerce-single .n19-product__qty-wrap {
	grid-column: 2;
}

/* Button and qty-message span both columns → full width */
.woocommerce-single .n19-cta-btn.n19-product__cart-btn,
.woocommerce-single .n19-product__qty-message {
	grid-column: 1 / -1;
}

/* Simple product: single-column (no variant select) */
.woocommerce-single .n19-product__purchase-row--simple {
	grid-template-columns: 1fr;
}

.woocommerce-single .n19-product__purchase-row--simple .n19-product__qty-wrap {
	grid-column: 1;
	width: 108px;
	justify-self: start;
}

.woocommerce-single .n19-product__purchase-row--simple .n19-cta-btn.n19-product__cart-btn,
.woocommerce-single .n19-product__purchase-row--simple .n19-product__qty-message {
	grid-column: 1;
}

/* Qty stepper — flex, single outer border, no radius, no internal dividers */
.woocommerce-single .n19-product__qty-wrap {
	display: flex;
	align-items: center;
	gap: 2px;
	width: 108px;
	height: 40px;
	padding: 0 16px;
	border: 0.7px solid #666666;
	border-radius: 0;
	overflow: hidden;
	box-sizing: border-box;
	background: #ffffff;
}

.woocommerce-single .n19-product__qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	color: #666666;
	cursor: pointer;
	user-select: none;
	-webkit-appearance: none;
	appearance: none;
}

.woocommerce-single .n19-product__qty-btn svg {
	display: block;
	overflow: visible;
}

.woocommerce-single .n19-product__qty-btn:focus-visible {
	outline: none;
}

.woocommerce-single .n19-product__qty-btn:disabled {
	opacity: 0.35;
	cursor: default;
}

.woocommerce-single .n19-product__qty {
	flex: 1 1 0;
	min-width: 0;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	background: transparent;
	text-align: center;
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.04em;
	color: #000000;
	-webkit-appearance: textfield;
	appearance: textfield;
}

.woocommerce-single .n19-product__qty:focus {
	outline: none;
	box-shadow: none;
}

/* CTA area */
.woocommerce-single .n19-product__actions form {
	display: grid;
	gap: 8px;
}

/* CTA button layout; color states are inherited from global .n19-btn--primary. */
.woocommerce-single .n19-cta-btn.n19-product__cart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 16px 32px;
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: var(--button-letter-spacing);
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
}

.woocommerce-single .n19-cta-btn.n19-product__cart-btn:hover,
.woocommerce-single .n19-cta-btn.n19-product__cart-btn:focus-visible {
	text-decoration: none;
}

.woocommerce-single .n19-cta-btn.n19-product__cart-btn:disabled,
.woocommerce-single .n19-cta-btn.n19-product__cart-btn.is-loading {
	opacity: 0.5;
	cursor: default;
}

.woocommerce-single .n19-single-product__catalog-message {
	margin: 0;
	padding: 16px 24px;
	border: 1px solid #d8d8d8;
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.35;
	letter-spacing: var(--button-letter-spacing);
	text-align: center;
	text-transform: uppercase;
	color: #404040;
	background: #f7f7f7;
}

/* Qty message */
.woocommerce-single .n19-product__qty-message {
	margin: 0;
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 300;
	color: #de4244;
	min-height: 1em;
}

/* Sold out */
.woocommerce-single .n19-product__sold-out {
	margin: 0;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 300;
	color: #de4244;
}

/* ── Meta (SKU, categories, tags) ───────────────────────────── */
.woocommerce-single .n19-product__meta {
	padding-top: 16px;
	border-top: 1px solid #ececec;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.woocommerce-single .n19-product__meta p {
	margin: 0;
	font-family: var(--font-heading);
	font-size: 11px;
	font-weight: 300;
	line-height: 14px;
	color: #000000;
}

.woocommerce-single .n19-product__meta a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

/* ─────────────────────────────────────────────────────────────
   BOTTOM sections — always visible, no accordion
   Figma: flex-col gap-16px per panel, border separator 32px pad
   ───────────────────────────────────────────────────────────── */
.woocommerce-single .n19-single-product__bottom {
	margin-top: 40px;
	padding: 0 20px;
	background: #ffffff;
}

.woocommerce-single .n19-single-product__panel {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 32px 0;
	border-top: 1px solid #ececec;
}

.woocommerce-single .n19-single-product__panel:last-child {
	border-bottom: 1px solid #ececec;
}

/* ── Shared heading styles ──────────────────────────────────── */
/* Accent bar SVG is the "Subtract" shape from Figma: two halves with tiny gap,
   fill #2B7D86. Encoded as a CSS background on the ::before pseudo-element. */
.woocommerce-single .n19-single-product__panel h3 {
	margin: 0;
	padding: 0;
	font-size: 0; /* collapse h3 itself; children set their own size */
}

/* Accent bar mixin — applied exactly once per heading, via the appropriate element */
.woocommerce-single .n19-single-product__panel:not(.n19-panel--collapsible) h3::before,
.woocommerce-single .n19-panel__label::before {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 5.5px;
	height: 22px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.5 22.3008' fill='none'%3E%3Cpath d='M5.5 0.572917H3.04505V10.985H5.5V11.5572H3.04505V21.7279H5.5V22.3008H3.04505H2.45352H0V21.7279H2.45352V11.5572H0V10.985H2.45352V0.572917H0V0H5.5V0.572917Z' fill='%232B7D86'/%3E%3C/svg%3E");
	background-size: 5.5px 22px;
	background-repeat: no-repeat;
	background-position: center;
}

/* Static heading (description, reviews) — h3 directly contains the text */
.woocommerce-single .n19-single-product__panel:not(.n19-panel--collapsible) h3 {
	display: flex;
	align-items: center;
	gap: 16px;
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #202020;
}

/* ── Collapsible panel trigger button ────────────────────────── */
.woocommerce-single .n19-panel--collapsible h3 {
	display: block; /* reset — layout handled by button inside */
}

.woocommerce-single .n19-panel__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	gap: 16px;
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #202020;
}

.woocommerce-single .n19-panel__label {
	display: flex;
	align-items: center;
	gap: 16px;
}

/* chevron icon */
.woocommerce-single .n19-panel__chevron {
	flex-shrink: 0;
	color: #000000;
	transition: transform 0.25s ease;
}

.woocommerce-single .n19-panel__trigger[aria-expanded="true"] .n19-panel__chevron {
	transform: rotate(180deg);
}

/* Content body — hidden by default for collapsible panels */
.woocommerce-single .n19-panel--collapsible .n19-single-product__panel-content[hidden] {
	display: none;
}

/* Content text — always visible */
.woocommerce-single .n19-single-product__panel-content {
	padding: 0;
}

.woocommerce-single .n19-single-product__panel-content,
.woocommerce-single .n19-single-product__panel-content p,
.woocommerce-single .n19-single-product__panel-content li {
	font-family: var(--font-base);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.65;
	color: #444444;
}

.woocommerce-single .n19-single-product__panel-content > :first-child {
	margin-top: 0;
}

.woocommerce-single .n19-single-product__panel-content > :last-child {
	margin-bottom: 0;
}

.woocommerce-single .n19-product-active-ingredients {
	display: grid;
	gap: 24px;
	padding-top: 10px;
}

.woocommerce-single .n19-product-active-ingredients__item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: start;
	gap: 24px;
}

.woocommerce-single .n19-product-active-ingredients__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	color: currentColor;
}

.woocommerce-single .n19-product-active-ingredients__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.woocommerce-single .n19-product-active-ingredients__body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.woocommerce-single .n19-product-active-ingredients__title {
	font-family: var(--font-base);
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	color: #202020;
}

.woocommerce-single .n19-product-active-ingredients__description {
	font-family: var(--font-base);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.35;
	color: #444444;
}

.woocommerce-single .n19-product-indications {
	display: grid;
	gap: 10px;
	padding-top: 4px;
}

.woocommerce-single .n19-product-indications p {
	margin: 0;
	font-family: var(--font-base);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.65;
	color: #444444;
}

.woocommerce-single .n19-product-indications strong {
	font-weight: 400;
	color: #202020;
}

.woocommerce-single .n19-product-brand-about {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	align-items: start;
	gap: 24px;
	padding-top: 4px;
}

.woocommerce-single .n19-product-brand-about--no-logo {
	grid-template-columns: minmax(0, 1fr);
}

.woocommerce-single .n19-product-brand-about__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	min-height: 64px;
	padding: 12px;
	border: 1px solid #dddddd;
	background: #ffffff;
}

.woocommerce-single .n19-product-brand-about__logo img {
	display: block;
	max-width: 100%;
	max-height: 56px;
	object-fit: contain;
}

.woocommerce-single .n19-product-brand-about__body {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.woocommerce-single .n19-product-brand-about__name {
	margin: 0;
	font-family: var(--font-base);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: #202020;
}

.woocommerce-single .n19-product-brand-about__description,
.woocommerce-single .n19-product-brand-about__description p {
	margin: 0;
	font-family: var(--font-base);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.65;
	color: #444444;
}

.woocommerce-single .n19-product-brand-about__link {
	justify-self: start;
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 300;
	line-height: 1.2;
	color: #202020;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 991px) {
	.woocommerce-single .n19-product__media {
		display: contents;
	}

	.woocommerce-single .n19-product__main {
		order: 1;
	}

	.woocommerce-single .n19-product__thumbs-wrap {
		order: 2;
		background: var(--surface);
	}

	.woocommerce-single .n19-product__content {
		order: 3;
	}

	.woocommerce-single .n19-single-product__bottom {
		order: 4;
	}

	.woocommerce-single .n19-product-brand-about {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

.woocommerce-single .n19-single-product__extra-content p {
	margin: 0.6em 0 0;
}

/* Reviews */
.woocommerce-single .n19-single-product__panel--reviews .woocommerce-Reviews-title,
.woocommerce-single .n19-single-product__panel--reviews #reviews .woocommerce-Reviews-title {
	display: none !important;
}

/* ─────────────────────────────────────────────────────────────
   DESKTOP ≥ 992px
   2-column 50/50, gap 10px (matching Figma 632+10+632 = 1274)
   Info column: px-80px py-40px (scaled to ~60px at 1600px)
   ───────────────────────────────────────────────────────────── */
@media (min-width: 992px) {
	.woocommerce-single .n19-single-product-wrap {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 10px;
		align-items: start;
	}

	/* Thumbnails 80×80 on desktop */
	.woocommerce-single .n19-product__thumb {
		flex: 0 0 80px;
		width: 80px;
		height: 80px;
	}

	/* Info column: sticky right column — sticks below the site-nav */
	.woocommerce-single .n19-product__content {
		position: sticky;
		top: 60px;
		align-self: start;
		padding: 40px 60px;
		background: #ffffff;
	}

	body.admin-bar .woocommerce-single .n19-product__content {
		top: 92px;
	}

	/* Title */
	.woocommerce-single .n19-product__content h1 {
		font-size: 28px;
	}

	/* Price */
	.woocommerce-single .n19-product__price {
		font-size: 20px;
	}


	/* Bottom panels — Figma: content at x=50 in 632px col → 50px side padding */
	.woocommerce-single .n19-single-product__bottom {
		margin-top: 40px;
		padding: 0 50px;
	}
}

/* ─────────────────────────────────────────────────────────────
   LARGE DESKTOP ≥ 1280px
   ───────────────────────────────────────────────────────────── */
@media (min-width: 1280px) {
	.woocommerce-single .n19-product__content {
		padding: 40px 80px;
	}

	/* Figma 1920px: 50px panel padding in 632px col */
	.woocommerce-single .n19-single-product__bottom {
		padding: 0 50px;
	}
}

/* ─────────────────────────────────────────────────────────────
   SECTIONS BELOW THE PRODUCT LAYOUT
   ───────────────────────────────────────────────────────────── */

/* ── Reviews – inner white box (Figma: bg white, px-50 py-40) */
.n19-single-product-reviews {
	background: #ffffff;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

/* heading row: accent img + title */
.n19-single-product-reviews__heading {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
}

/* Accent — same <img> approach as home-products / home-month-products */
.n19-single-product-reviews__accent {
	display: block;
	flex-shrink: 0;
	width: 5.5px;
	height: 22.3px;
}

/* Override WooCommerce global img { height: auto } */
.n19-single-product-reviews__heading img.n19-single-product-reviews__accent {
	width: 5.5px;
	height: 22.3px;
	max-width: none;
}

/* Title — Figma: Lexend Exa Light 18px, uppercase, ls -0.04em */
.n19-single-product-reviews__title {
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #202020;
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* Hide default WC reviews title — we render our own */
.n19-single-product-reviews .woocommerce-Reviews-title {
	display: none;
}

/* WooCommerce reviews wrapper — flex column with consistent gaps */
.n19-single-product-reviews .woocommerce-Reviews {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

/* Wipe the margin WC uses for its internal layout */
.n19-single-product-reviews .woocommerce-Reviews > * {
	margin: 0;
}

/* Hide default WC gravatar + any leftovers */
.n19-single-product-reviews .comment_container > img.avatar,
.n19-single-product-reviews .woocommerce-review__gravatar,
.n19-single-product-reviews .gravatar {
	display: none !important;
}

/* ─────────────────────────────────────────────────────────────
   RATING SUMMARY (Figma: two 350px columns, centered, gap 24px)
   ───────────────────────────────────────────────────────────── */
.n19-review-summary {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}

/* Left: average score block — Figma: w-350px, px-40px, centered */
.n19-review-summary__avg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex: 0 0 auto;
	width: 100%;
	max-width: 350px;
	padding: 0 40px;
	text-align: center;
	box-sizing: border-box;
}

/* Stars in summary — custom SVG, flexbox row, gap 2px */
.n19-review-summary__stars {
	display: flex;
	align-items: center;
	gap: 2px;
}

/* Hide WC font-based star-rating in summary (replaced by SVG) */
.n19-review-summary__stars .star-rating {
	display: none !important;
}

/* Score — Figma: Montserrat SemiBold 24px */
.n19-review-summary__score {
	font-family: var(--font-base);
	font-size: 24px;
	font-weight: 700;
	color: #222222;
	line-height: 24px;
	margin: 0;
}

/* Count — Figma: Montserrat SemiBold 16px */
.n19-review-summary__count {
	font-family: var(--font-base);
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	margin: 0;
}

/* Right: distribution bars — Figma: w-350px, px-40px, gap 12px */
.n19-review-summary__bars {
	flex: 0 0 auto;
	width: 100%;
	max-width: 350px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0 40px;
	box-sizing: border-box;
}

/* Single bar row — Figma: flex gap-8 items-center */
.n19-review-summary__row {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

/* Star label (number) — Figma: Montserrat SemiBold 16px, w-22px, centered */
.n19-review-summary__star-label {
	font-family: var(--font-base);
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	width: 22px;
	text-align: center;
	flex-shrink: 0;
}

.n19-review-summary__star-icon {
	flex-shrink: 0;
}

/* Bar track — Figma: h-4px, flex-1 */
.n19-review-summary__bar-track {
	flex: 1;
	height: 4px;
	background: #e8e8e8;
	overflow: hidden;
}

/* Bar fill */
.n19-review-summary__bar-fill {
	height: 100%;
	background: #222222;
	transition: background 0.2s ease;
}

/* Percentage — Figma: Montserrat Regular 12px, w-30px, text-right */
.n19-review-summary__pct {
	font-family: var(--font-base);
	font-size: 12px;
	font-weight: 400;
	color: #222222;
	width: 30px;
	text-align: right;
	flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────────────
   REVIEW CAROUSEL
   ───────────────────────────────────────────────────────────── */
/* #comments wrapper — no default WC margins */
.n19-single-product-reviews #comments {
	margin: 0;
	padding: 0;
	width: 100%;
}

.n19-single-product-reviews .n19-review-summary + #comments {
	margin-top: clamp(28px, 4vw, 48px);
}

/* Carousel outer — relative for arrow positioning */
.n19-review-carousel {
	position: relative;
	width: 100%;
	padding: 0 48px;
	box-sizing: border-box;
}

/* Viewport — horizontal scroll, hidden scrollbar */
.n19-review-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
}

.n19-review-viewport::-webkit-scrollbar {
	display: none;
}

/* Track = ol.commentlist as horizontal flex row, NO wrap */
.n19-single-product-reviews ol.commentlist,
.n19-single-product-reviews .commentlist {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 16px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: max-content !important;
	background: none !important;
}

/* Reset WC li overrides */
/* NOTE: WooCommerce adds padding-left to review li for avatar space — must override */
.n19-single-product-reviews ol.commentlist li,
.n19-single-product-reviews .commentlist li,
.woocommerce .n19-single-product-reviews ol.commentlist li,
.woocommerce .n19-single-product-reviews .commentlist li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	position: static !important;
	float: none !important;
	width: auto !important;
}

/* Card = fixed-width flex item (width set by JS per breakpoint), scroll-snap per card */
.n19-review-card {
	flex: 0 0 auto !important;
	min-width: 0;
	scroll-snap-align: start;
}

/* ── Arrow buttons — same standard as product thumbnail nav ── */
.n19-review-carousel .n19-product__thumb-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.n19-review-carousel .n19-product__thumb-nav:disabled {
	opacity: 0.35;
	cursor: default;
}

.n19-review-carousel .n19-product__thumb-nav.is-prev { left: 0; }
.n19-review-carousel .n19-product__thumb-nav.is-next { right: 0; }

/* ── Review card inner (Figma: bg #f7f7f7, p-32px, flex-col gap-8) */
.n19-review-card__inner {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: #f7f7f7;
	padding: 32px;
	height: 100%;
	box-sizing: border-box;
}

/* Header row: author + verified badge */
.n19-review-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
}

/* Author — Figma: Lexend Exa Light 16px, tracking -0.64px */
.n19-review-card__author {
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.04em;
	color: #222222;
	line-height: 24px;
	margin: 0;
	flex: 1;
	min-width: 0;
}

/* Verified badge — Figma: Sora Light 11px + orange dot */
.n19-review-card__verified {
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: 'Sora', var(--font-base);
	font-size: 11px;
	font-weight: 300;
	color: #000000;
	white-space: nowrap;
	flex-shrink: 0;
	line-height: 14px;
}

.n19-review-card__verified-dot {
	flex-shrink: 0;
}

/* Stars row — custom SVG stars, no WC star-rating font */
.n19-review-card__rating {
	display: flex;
	align-items: center;
	gap: 8px;
}

.n19-review-card__stars {
	display: flex;
	align-items: center;
	gap: 2px;
}

/* Rating number — Figma: Montserrat SemiBold 16px */
.n19-review-card__rating-num {
	font-family: var(--font-base);
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

/* Review text — Figma: Lexend ExtraLight 14px, lh 20px */
.n19-review-card__text {
	font-family: 'Lexend', var(--font-heading);
	font-size: 14px;
	font-weight: 200;
	color: #000000;
	line-height: 20px;
}

.n19-review-card__text p {
	margin: 0;
}

/* Date — Figma: Montserrat Regular 12px, color #65605e */
.n19-review-card__date {
	display: block;
	font-family: var(--font-base);
	font-size: 12px;
	font-weight: 400;
	color: #65605e;
	line-height: 18px;
}

/* Pending */
.n19-review-card__pending {
	font-family: var(--font-base);
	font-size: 12px;
	color: #999999;
	margin: 0;
}

/* Hide WC star-rating element inside cards (we use custom SVG stars) */
.n19-review-card .star-rating {
	display: none !important;
}

/* Review form */
.n19-single-product-reviews #review_form_wrapper {
	margin-top: clamp(32px, 5vw, 56px);
	border-top: 1px solid var(--border-subtle);
	padding-top: clamp(28px, 4vw, 40px);
	width: 100%;
}

.n19-single-product-reviews #review_form,
.n19-single-product-reviews #respond {
	width: 100%;
}

.n19-single-product-reviews #commentform {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
	max-width: 920px;
	margin: 0;
	padding: clamp(24px, 4vw, 36px);
	background: var(--surface-muted);
}

.n19-single-product-reviews #reply-title {
	display: block;
	margin: 0 0 18px;
	font-family: var(--font-heading);
	font-size: var(--font-size-h4);
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -0.04em;
	color: var(--text-heading);
}

.n19-single-product-reviews .comment-form-rating,
.n19-single-product-reviews .comment-form-comment,
.n19-single-product-reviews .comment-notes,
.n19-single-product-reviews .form-submit,
.n19-single-product-reviews .must-log-in {
	grid-column: 1 / -1;
}

.n19-single-product-reviews #commentform p {
	margin: 0;
}

.n19-single-product-reviews #commentform label {
	display: block;
	margin: 0 0 8px;
	font-family: var(--font-ui);
	font-size: var(--label-font-size);
	font-weight: 300;
	line-height: var(--label-line-height);
	letter-spacing: var(--label-letter-spacing);
	color: var(--text-heading);
}

.n19-single-product-reviews .required {
	color: var(--accent);
}

.n19-single-product-reviews #commentform input:not([type="submit"]),
.n19-single-product-reviews #commentform textarea,
.n19-single-product-reviews #commentform select {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--border-subtle);
	border-radius: 0;
	background: var(--surface);
	color: var(--text-body);
	font-family: var(--font-base);
	font-size: var(--body-font-size-2);
	font-weight: 300;
	line-height: 1.5;
}

.n19-single-product-reviews #commentform input:not([type="submit"]),
.n19-single-product-reviews #commentform select {
	padding: 0 16px;
}

.n19-single-product-reviews #commentform textarea {
	min-height: 140px;
	padding: 14px 16px;
	resize: vertical;
}

.n19-single-product-reviews #commentform input:not([type="submit"]):focus,
.n19-single-product-reviews #commentform textarea:focus,
.n19-single-product-reviews #commentform select:focus {
	outline: none;
	border-color: var(--input_focus);
	box-shadow: 0 0 0 1px var(--input_focus);
}

.n19-single-product-reviews .comment-form-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
}

.n19-single-product-reviews .comment-form-rating label {
	margin: 0;
}

.n19-single-product-reviews .comment-form-rating select {
	max-width: 260px;
}

.woocommerce .n19-single-product-reviews p.stars,
.n19-single-product-reviews p.stars {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0 !important;
	line-height: 1;
}

.woocommerce .n19-single-product-reviews p.stars a,
.n19-single-product-reviews p.stars a {
	color: #f59f38;
	font-size: 20px;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.woocommerce .n19-single-product-reviews p.stars a:hover,
.woocommerce .n19-single-product-reviews p.stars a:focus-visible,
.n19-single-product-reviews p.stars a:hover,
.n19-single-product-reviews p.stars a:focus-visible {
	color: #f59f38;
	transform: translateY(-1px);
	outline: none;
}

.n19-single-product-reviews .form-submit {
	display: flex;
	justify-content: flex-start;
	margin-top: 4px !important;
}

.n19-single-product-reviews #submit {
	min-height: var(--cta-btn-height);
	padding: var(--cta-btn-padding);
	border: 1px solid var(--btn-primary-border);
	border-radius: var(--cta-btn-radius);
	background: var(--btn-primary-bg);
	color: var(--btn-primary-color);
	font-family: var(--font-ui);
	font-size: var(--button-font-size);
	font-weight: 300;
	line-height: 1;
	letter-spacing: var(--button-letter-spacing);
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.n19-single-product-reviews #submit:hover,
.n19-single-product-reviews #submit:focus-visible {
	background: var(--btn-primary-hover);
	border-color: var(--btn-primary-hover);
	color: var(--btn-primary-color);
	outline: none;
}

/* Empty state */
.n19-review-empty {
	font-family: var(--font-base);
	font-size: 14px;
	color: #666666;
	margin: 0;
}

@media (max-width: 575px) {
	.n19-single-product-reviews #commentform {
		grid-template-columns: minmax(0, 1fr);
		padding: 20px;
	}

	.n19-single-product-reviews .comment-form-rating {
		align-items: flex-start;
		flex-direction: column;
	}

	.n19-single-product-reviews .comment-form-rating select {
		max-width: none;
	}

	.n19-single-product-reviews .form-submit,
	.n19-single-product-reviews #submit {
		width: 100%;
	}

	.woocommerce-single .n19-product-active-ingredients__item {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 16px;
	}

	.woocommerce-single .n19-product-active-ingredients__icon {
		width: 56px;
		height: 56px;
	}

	.woocommerce-single .n19-product-active-ingredients__title {
		font-size: 16px;
	}
}

/* ── Related products on single product page ──────────────── */
.n19-home-products.n19-single-related-products {
	margin: 40px 0;
	background: #ffffff;
	padding: 24px 0;
}

.n19-single-related-products .container {
	background: #ffffff;
}

.n19-single-related-products .woocommerce ul.products li.product,
.n19-single-related-products .woocommerce-page ul.products li.product,
.n19-single-related-products .n19-product-card,
.n19-single-related-products .n19-product-card__inner,
.n19-single-related-products .n19-product-card__media,
.n19-single-related-products .n19-product-card__content {
	background: #ffffff;
}

/* ─────────────────────────────────────────────────────────────
   REVIEWS RESPONSIVE  — card widths set by JS (initReviewCarousel)
   ───────────────────────────────────────────────────────────── */
@media (min-width: 992px) {
	.n19-single-product-reviews {
		padding: 40px 50px;
	}

	/* Summary: side-by-side on desktop */
	.n19-review-summary__avg,
	.n19-review-summary__bars {
		width: 350px;
		max-width: 350px;
	}
}

@media (max-width: 699px) {
	.n19-review-carousel {
		padding: 0;
	}

	.n19-review-carousel .n19-product__thumb-nav {
		display: none;
	}

	.n19-review-card__inner {
		padding: 24px;
	}
}

/* Design system alignment */
.woocommerce-single .n19-product__media,
.woocommerce-single .n19-product__content,
.woocommerce-single .n19-product__thumb,
.woocommerce-single .n19-product__thumb-nav,
.woocommerce-single .n19-product__panel,
.woocommerce-single .n19-product__accordion,
.woocommerce-single .n19-single-product__bottom,
.woocommerce-single .n19-single-product__panel,
.n19-review-card,
.n19-review-summary,
.n19-single-product-reviews,
.n19-single-related-products .container,
.n19-single-related-products .woocommerce ul.products li.product,
.n19-single-related-products .woocommerce-page ul.products li.product,
.n19-single-related-products .n19-product-card,
.n19-single-related-products .n19-product-card__inner,
.n19-single-related-products .n19-product-card__media,
.n19-single-related-products .n19-product-card__content {
	background: var(--surface);
	color: var(--text-body);
}

.woocommerce-single .n19-product__thumb,
.woocommerce-single .n19-product__content .n19-single-product__usps,
.woocommerce-single .n19-product__variant-select,
.woocommerce-single .n19-product__qty-wrap,
.woocommerce-single .n19-product__panel,
.woocommerce-single .n19-product__accordion,
.woocommerce-single .n19-single-product__panel,
.woocommerce-single .n19-single-product__panel:last-child,
.n19-review-card,
.n19-review-summary,
.n19-single-product-reviews #review_form_wrapper {
	border-color: var(--border-subtle);
}

.woocommerce-single .n19-product__content h1,
.woocommerce-single .n19-product__panel-title,
.woocommerce-single .n19-product__accordion-title,
.woocommerce-single .n19-single-product__panel:not(.n19-panel--collapsible) h3,
.woocommerce-single .n19-panel__trigger,
.woocommerce-single .n19-panel__chevron,
.woocommerce-single .n19-product-active-ingredients__title,
.woocommerce-single .n19-product-indications strong,
.woocommerce-single .n19-product-brand-about__name,
.woocommerce-single .n19-product-brand-about__link,
.woocommerce-single .n19-product__price,
.woocommerce-single .n19-single-product__usp-icon,
.woocommerce-single .n19-single-product__usp-text,
.n19-single-product-reviews__title,
.n19-review-summary__score,
.n19-review-card__author,
.n19-review-card__content {
	color: var(--text-heading);
}

.woocommerce-single .n19-product__content .n19-module-label,
.woocommerce-single .n19-product__excerpt p,
.woocommerce-single .n19-product__meta,
.woocommerce-single .n19-product__pack-size,
.woocommerce-single .n19-product__omnibus,
.woocommerce-single .n19-product__panel-content,
.woocommerce-single .n19-product__accordion-content,
.woocommerce-single .n19-single-product__panel-content,
.woocommerce-single .n19-single-product__panel-content p,
.woocommerce-single .n19-single-product__panel-content li,
.woocommerce-single .n19-product-active-ingredients__description,
.woocommerce-single .n19-product-indications p,
.woocommerce-single .n19-product-brand-about__description,
.woocommerce-single .n19-product-brand-about__description p,
.n19-review-summary__count,
.n19-review-summary__label,
.n19-review-card__date,
.n19-review-empty {
	color: var(--text-muted);
}

.woocommerce-single .n19-product__price.is-sale,
.woocommerce-single .n19-product__price.is-sale .woocommerce-Price-amount,
.woocommerce-single .n19-product__price.is-sale .amount,
.woocommerce-single .n19-product__price.is-sale bdi,
.woocommerce-single .n19-product__omnibus-discount {
	color: var(--price-sale);
}

.woocommerce-single .n19-product__omnibus-regular,
.woocommerce-single .n19-product__omnibus-regular *,
.woocommerce-single .n19-product__price del,
.woocommerce-single .n19-product__price del * {
	color: var(--price-regular) !important;
}

.woocommerce-single .n19-single-product__sale {
	background: var(--surface-muted);
	color: var(--price-sale);
}

.woocommerce-single .n19-product-brand-about__logo {
	background: var(--surface);
	border-color: var(--border-subtle);
}

.woocommerce-single .n19-single-product__usp--stock.is-in-stock .n19-single-product__usp-icon,
.woocommerce-single .n19-single-product__usp--stock.is-in-stock .n19-single-product__usp-text {
	color: var(--success);
}

.woocommerce-single .n19-single-product__usp--stock.is-out-of-stock .n19-single-product__usp-icon,
.woocommerce-single .n19-single-product__usp--stock.is-out-of-stock .n19-single-product__usp-text {
	color: var(--danger);
}

.woocommerce-single .n19-product__variant-select {
	background: var(--input_bg);
	color: var(--text-body);
}

.woocommerce-single .n19-product__variant-select:focus {
	border-color: var(--input_focus);
	box-shadow: 0 0 0 1px var(--input_focus);
}

.woocommerce-single .n19-product__qty-wrap {
	grid-template-columns: var(--qty-size) minmax(42px, auto) var(--qty-size);
	background: var(--surface);
}

.woocommerce-single .n19-product__qty,
.woocommerce-single .n19-product__qty-btn {
	height: var(--qty-size);
	color: var(--text-heading);
}

.woocommerce-single .n19-product__thumb.is-active {
	border-color: var(--accent);
}

[data-theme="dark"] .woocommerce-single .n19-product-active-ingredients__icon img {
	filter: brightness(0) invert(1);
}

.woocommerce-single .n19-product__thumb-nav:hover,
.woocommerce-single .n19-product__thumb-nav:focus-visible,
.n19-review-carousel__arrow:hover,
.n19-review-carousel__arrow:focus-visible {
	color: var(--accent);
}

.n19-review-carousel__arrow {
	background: var(--surface-elevated);
	color: var(--text-heading);
}

.n19-home-products.n19-single-related-products {
	background: var(--surface);
}

.woocommerce-single .n19-single-product-reviews-wrap,
.woocommerce-single .n19-single-product-reviews-wrap .container,
.woocommerce-single .n19-single-product-reviews,
.woocommerce-single .n19-single-product-reviews .woocommerce-Reviews,
.woocommerce-single .n19-single-product-reviews #review_form_wrapper,
.woocommerce-single .n19-single-product-reviews #review_form,
.woocommerce-single .n19-single-product-reviews #respond,
.woocommerce-single .n19-review-carousel__viewport,
.woocommerce-single .n19-review-viewport {
	background: var(--surface);
}

.woocommerce-single .n19-review-card__inner {
	background: var(--surface-elevated);
}

.woocommerce-single .n19-single-product-reviews textarea,
.woocommerce-single .n19-single-product-reviews input:not([type="submit"]) {
	background: var(--surface);
	border-color: var(--border-subtle);
	color: var(--text-body);
}

.woocommerce-single .n19-single-product-reviews #reply-title,
.woocommerce-single .n19-single-product-reviews label,
.woocommerce-single .n19-review-summary__star-label,
.woocommerce-single .n19-review-summary__pct,
.woocommerce-single .n19-review-card__rating-num,
.woocommerce-single .n19-review-card__text {
	color: var(--text-heading);
}

.woocommerce-single .n19-review-summary__bar-track {
	background: var(--border-subtle);
}

.woocommerce-single .n19-review-summary__bar-fill {
	background: var(--text-heading);
}

[data-theme="dark"] .woocommerce-single .n19-review-summary,
[data-theme="dark"] .woocommerce-single .n19-review-card__inner {
	background: var(--surface-elevated);
	color: var(--text-body);
}

[data-theme="dark"] .woocommerce-single .n19-single-product-reviews__title,
[data-theme="dark"] .woocommerce-single .n19-review-summary__score,
[data-theme="dark"] .woocommerce-single .n19-review-summary__count,
[data-theme="dark"] .woocommerce-single .n19-review-summary__star-label,
[data-theme="dark"] .woocommerce-single .n19-review-summary__pct,
[data-theme="dark"] .woocommerce-single .n19-review-card__author,
[data-theme="dark"] .woocommerce-single .n19-review-card__verified,
[data-theme="dark"] .woocommerce-single .n19-review-card__rating-num,
[data-theme="dark"] .woocommerce-single .n19-review-card__text,
[data-theme="dark"] .woocommerce-single .n19-review-card__text p,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews #reply-title,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews label,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews .comment-form-rating .stars a {
	color: var(--text-heading);
}

[data-theme="dark"] .woocommerce-single .n19-review-card__date,
[data-theme="dark"] .woocommerce-single .n19-review-card__pending,
[data-theme="dark"] .woocommerce-single .n19-review-empty,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews .description {
	color: var(--text-muted);
}

[data-theme="dark"] .woocommerce-single .n19-review-summary__bar-track {
	background: var(--border-subtle);
}

[data-theme="dark"] .woocommerce-single .n19-review-summary__bar-fill {
	background: var(--text-heading);
}

[data-theme="dark"] .woocommerce-single .n19-single-product-reviews textarea,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews input:not([type="submit"]) {
	background: var(--surface);
	border-color: var(--border-subtle);
	color: var(--text-heading);
}

.woocommerce-single .n19-single-product__panel {
	border-top-color: var(--border-subtle);
}

.woocommerce-single .n19-single-product__panel:last-child {
	border-bottom-color: var(--border-subtle);
}

[data-theme="dark"] .woocommerce-single .breadcrumbs,
[data-theme="dark"] .woocommerce-single .breadcrumbs a {
	color: var(--text-muted);
}

[data-theme="dark"] .woocommerce-single .breadcrumbs a:hover,
[data-theme="dark"] .woocommerce-single .breadcrumbs a:focus-visible {
	color: var(--text-heading);
}

[data-theme="dark"] .woocommerce-single .n19-product__content,
[data-theme="dark"] .woocommerce-single .n19-product__content h1,
[data-theme="dark"] .woocommerce-single .n19-product__price,
[data-theme="dark"] .woocommerce-single .n19-product__qty,
[data-theme="dark"] .woocommerce-single .n19-product__qty-btn,
[data-theme="dark"] .woocommerce-single .n19-product__meta p,
[data-theme="dark"] .woocommerce-single .n19-product__meta strong,
[data-theme="dark"] .woocommerce-single .n19-product__meta a {
	color: var(--text-heading);
}

[data-theme="dark"] .woocommerce-single .n19-product__content .n19-module-label,
[data-theme="dark"] .woocommerce-single .n19-product__excerpt p,
[data-theme="dark"] .woocommerce-single .n19-product__price-per-100ml,
[data-theme="dark"] .woocommerce-single .n19-product__omnibus,
[data-theme="dark"] .woocommerce-single .n19-product__variation-row label,
[data-theme="dark"] .woocommerce-single .n19-delivery-notice__label,
[data-theme="dark"] .woocommerce-single .n19-delivery-notice__note {
	color: var(--text-muted);
}

[data-theme="dark"] .woocommerce-single .n19-product__meta {
	border-top-color: var(--border-subtle);
}

[data-theme="dark"] .woocommerce-single .n19-product__variation-row select,
[data-theme="dark"] .woocommerce-single .n19-product__variation-select {
	background-color: var(--surface);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23fff' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	border-color: var(--border-strong);
	color: var(--text-heading);
}

[data-theme="dark"] .woocommerce-single .n19-product__variation-row select option,
[data-theme="dark"] .woocommerce-single .n19-product__variation-select option {
	background: var(--surface);
	color: var(--text-heading);
}

[data-theme="dark"] .woocommerce-single .n19-product__qty-wrap {
	background: var(--surface);
	border-color: var(--border-strong);
}

[data-theme="dark"] .woocommerce-single .n19-share-module {
	border-top-color: var(--border-subtle);
}

[data-theme="dark"] .woocommerce-single .n19-share-module .n19-module-label {
	color: var(--text-heading);
}

/* Final dark-mode guard for Woo review markup. */
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews-wrap,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews-wrap .container,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews .woocommerce-Reviews,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews #comments,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews #review_form_wrapper,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews #review_form,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews #respond,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews .commentlist,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews ol.commentlist,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews ol.commentlist li,
[data-theme="dark"] .woocommerce-single .n19-review-viewport {
	color: var(--text-body) !important;
}

[data-theme="dark"] .woocommerce-single .n19-review-summary,
[data-theme="dark"] .woocommerce-single .n19-review-card,
[data-theme="dark"] .woocommerce-single .n19-review-card__inner,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews .comment_container,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews .comment-text {
	background: var(--surface-elevated) !important;
	color: var(--text-body) !important;
}

[data-theme="dark"] .woocommerce-single .n19-single-product-reviews__title,
[data-theme="dark"] .woocommerce-single .n19-review-summary__score,
[data-theme="dark"] .woocommerce-single .n19-review-summary__count,
[data-theme="dark"] .woocommerce-single .n19-review-summary__star-label,
[data-theme="dark"] .woocommerce-single .n19-review-summary__pct,
[data-theme="dark"] .woocommerce-single .n19-review-card__author,
[data-theme="dark"] .woocommerce-single .n19-review-card__verified,
[data-theme="dark"] .woocommerce-single .n19-review-card__rating-num,
[data-theme="dark"] .woocommerce-single .n19-review-card__text,
[data-theme="dark"] .woocommerce-single .n19-review-card__text p,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews #reply-title,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews label,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews .comment-form-rating .stars a,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews .comment-form-rating .stars span {
	color: var(--text-heading) !important;
}

[data-theme="dark"] .woocommerce-single .n19-review-card__date,
[data-theme="dark"] .woocommerce-single .n19-review-card__pending,
[data-theme="dark"] .woocommerce-single .n19-review-empty,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews .description,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews .comment-notes {
	color: var(--text-muted) !important;
}

[data-theme="dark"] .woocommerce-single .n19-review-summary__bar-track {
	background: var(--border-subtle) !important;
}

[data-theme="dark"] .woocommerce-single .n19-review-summary__bar-fill {
	background: var(--text-heading) !important;
}

[data-theme="dark"] .woocommerce-single .n19-single-product-reviews textarea,
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews input:not([type="submit"]),
[data-theme="dark"] .woocommerce-single .n19-single-product-reviews select {
	background: var(--surface) !important;
	border-color: var(--border-subtle) !important;
	color: var(--text-heading) !important;
}

/* Reviews are rendered outside .woocommerce-single in single-product.php. */
[data-theme="dark"] .n19-single-product-reviews-wrap,
[data-theme="dark"] .n19-single-product-reviews-wrap .container,
[data-theme="dark"] .n19-single-product-reviews,
[data-theme="dark"] .n19-single-product-reviews #comments,
[data-theme="dark"] .n19-single-product-reviews #review_form_wrapper,
[data-theme="dark"] .n19-single-product-reviews #review_form,
[data-theme="dark"] .n19-single-product-reviews #respond,
[data-theme="dark"] .n19-single-product-reviews .commentlist,
[data-theme="dark"] .n19-single-product-reviews ol.commentlist,
[data-theme="dark"] .n19-single-product-reviews ol.commentlist li {
	color: var(--text-body) !important;
}

[data-theme="dark"] .n19-single-product-reviews {
	background-color: #202020 !important;
}

[data-theme="dark"] .n19-single-product-reviews .n19-review-summary,
[data-theme="dark"] .n19-single-product-reviews .n19-review-card,
[data-theme="dark"] .n19-single-product-reviews .n19-review-card__inner,
[data-theme="dark"] .n19-single-product-reviews .comment_container,
[data-theme="dark"] .n19-single-product-reviews .comment-text {
	background: var(--surface-elevated) !important;
	color: var(--text-body) !important;
}

[data-theme="dark"] .n19-single-product-reviews__title,
[data-theme="dark"] .n19-single-product-reviews .n19-review-summary__score,
[data-theme="dark"] .n19-single-product-reviews .n19-review-summary__count,
[data-theme="dark"] .n19-single-product-reviews .n19-review-summary__star-label,
[data-theme="dark"] .n19-single-product-reviews .n19-review-summary__pct,
[data-theme="dark"] .n19-single-product-reviews .n19-review-card__author,
[data-theme="dark"] .n19-single-product-reviews .n19-review-card__verified,
[data-theme="dark"] .n19-single-product-reviews .n19-review-card__rating-num,
[data-theme="dark"] .n19-single-product-reviews .n19-review-card__text,
[data-theme="dark"] .n19-single-product-reviews .n19-review-card__text p,
[data-theme="dark"] .n19-single-product-reviews #reply-title,
[data-theme="dark"] .n19-single-product-reviews label,
[data-theme="dark"] .n19-single-product-reviews .comment-form-rating .stars a,
[data-theme="dark"] .n19-single-product-reviews .comment-form-rating .stars span {
	color: var(--text-heading) !important;
}

[data-theme="dark"] .n19-single-product-reviews .n19-review-card__date,
[data-theme="dark"] .n19-single-product-reviews .n19-review-card__pending,
[data-theme="dark"] .n19-single-product-reviews .n19-review-empty,
[data-theme="dark"] .n19-single-product-reviews .description,
[data-theme="dark"] .n19-single-product-reviews .comment-notes {
	color: var(--text-muted) !important;
}

[data-theme="dark"] .n19-single-product-reviews .n19-review-summary__bar-track {
	background: var(--border-subtle) !important;
}

[data-theme="dark"] .n19-single-product-reviews .n19-review-summary__bar-fill {
	background: var(--text-heading) !important;
}

[data-theme="dark"] .n19-single-product-reviews textarea,
[data-theme="dark"] .n19-single-product-reviews input:not([type="submit"]),
[data-theme="dark"] .n19-single-product-reviews select {
	background: var(--surface) !important;
	border-color: var(--border-subtle) !important;
	color: var(--text-heading) !important;
}
