/*
 * White Houses Tours unified editorial system — Wine Shop v2.1.0
 * Loaded after the proven v2.0.1 stylesheet so the legacy build remains a
 * recoverable visual baseline while this layer owns the final presentation.
 */

body.wht-wine-shop-standalone {
	margin: 0;
	background: #fffdf8;
	color: #24221f;
}

body.wht-wine-shop-menu-open,
body.wht-wine-shop-modal-open {
	overflow: hidden !important;
}

.wht-wine-shop-page {
	--wht-radius: 8px;
	--wht-navy: #071624;
	--wht-navy-soft: #123047;
	--wht-paper: #fffdf8;
	--wht-cream: #f7f3ea;
	--wht-olive: #596f43;
	--wht-olive-dark: #34462c;
	--wht-gold: #d7c89d;
	--wht-ink: #24221f;
	--wht-muted: #686860;
	--wht-line: rgba(36, 34, 31, .13);
	--wht-shadow-soft: 0 18px 42px rgba(7, 22, 36, .055);
	--wht-shadow-card: 0 22px 50px rgba(7, 22, 36, .075);
	width: 100%;
	max-width: none;
	background: var(--wht-paper);
	color: var(--wht-ink);
	font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.wht-wine-shop-page :is(h1, h2, h3) {
	font-family: "Fraunces", Georgia, serif;
	font-weight: 700;
	letter-spacing: -.035em;
}

.wht-wine-shop-page :is(a, button, input, textarea, select) {
	font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wht-wine-shop-page :is(a, button, input, textarea, select):focus-visible {
	outline: 3px solid var(--wht-gold);
	outline-offset: 3px;
}

.wht-wine-shop-page .wht-wine-shop-shell {
	width: min(1320px, calc(100% - clamp(40px, 6.4vw, 128px)));
}

/* Unified header */
.wht-wine-shop-page .wht-wine-shop-header {
	position: sticky;
	top: 0;
	z-index: 900;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	background: rgba(7, 22, 36, .98);
	color: var(--wht-paper);
	box-shadow: none;
	backdrop-filter: blur(14px);
}

.wht-wine-shop-page .wht-wine-shop-header__inner {
	display: flex;
	width: min(1440px, calc(100% - clamp(32px, 4vw, 80px)));
	min-height: 92px;
	align-items: center;
	gap: clamp(12px, 1.7vw, 26px);
	margin: 0 auto;
}

.wht-wine-shop-page .wht-wine-shop-brand {
	display: inline-flex;
	width: clamp(218px, 17vw, 292px);
	min-width: 190px;
	align-items: center;
}

.wht-wine-shop-page .wht-wine-shop-brand__logo {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	max-height: 47px;
	object-fit: contain;
}

.wht-wine-shop-page .wht-wine-shop-nav {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(7px, .9vw, 15px);
	margin-left: auto;
}

.wht-wine-shop-page .wht-wine-shop-nav__item > a {
	padding: 12px 5px;
	border-radius: 0;
	background: transparent;
	color: var(--wht-paper);
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.wht-wine-shop-page .wht-wine-shop-nav__item > a:hover,
.wht-wine-shop-page .wht-wine-shop-nav__item > a:focus-visible,
.wht-wine-shop-page .wht-wine-shop-nav__item > a.is-active {
	background: transparent;
	color: var(--wht-gold);
}

.wht-wine-shop-page .wht-wine-shop-submenu-toggle {
	display: inline-grid;
	width: 22px;
	height: 34px;
	margin-left: -6px;
	place-items: center;
}

.wht-wine-shop-page .wht-wine-shop-submenu {
	top: calc(100% + 8px);
	min-width: 270px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--wht-radius);
	background: rgba(7, 22, 36, .99);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
}

.wht-wine-shop-page .wht-wine-shop-submenu a {
	padding: 11px 13px;
	border-radius: 6px;
	color: var(--wht-paper);
	font-size: .85rem;
	font-weight: 650;
}

.wht-wine-shop-page .wht-wine-shop-nav__item--contact > a,
.wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:link,
.wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:visited,
.wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:hover,
.wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:focus-visible {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	padding: 0 20px;
	border: 1px solid var(--wht-paper);
	border-radius: var(--wht-radius);
	background: var(--wht-paper);
	color: var(--wht-navy) !important;
	-webkit-text-fill-color: var(--wht-navy) !important;
	font-size: .75rem;
	font-weight: 800;
	text-transform: uppercase;
}

.wht-wine-shop-page .wht-wine-shop-header__socials {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wht-wine-shop-page .wht-wine-shop-header__social,
.wht-wine-shop-page .wht-wine-shop-menu-toggle {
	display: inline-flex;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	background: rgba(7, 22, 36, .2);
	color: var(--wht-paper);
}

.wht-wine-shop-page .wht-wine-shop-header__social svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.wht-wine-shop-page .wht-wine-shop-menu-toggle {
	display: none;
	border-radius: var(--wht-radius);
	cursor: pointer;
}

.wht-wine-shop-page .wht-wine-shop-menu-toggle__icon {
	position: relative;
	display: block;
	width: 23px;
	height: 15px;
	border-top: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
}

.wht-wine-shop-page .wht-wine-shop-menu-toggle__icon::after {
	position: absolute;
	top: 5px;
	left: 0;
	width: 23px;
	border-top: 2px solid currentColor;
	content: "";
}

.wht-wine-shop-page .wht-wine-shop-cart-link {
	display: inline-flex;
	min-height: 48px;
	flex: 0 0 auto;
	align-items: center;
	gap: 7px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: var(--wht-radius);
	background: transparent;
	color: var(--wht-paper);
	font-size: .78rem;
	font-weight: 750;
}

.wht-wine-shop-page .wht-wine-shop-cart-link__count {
	min-width: 22px;
	height: 22px;
	background: var(--wht-gold);
	color: var(--wht-navy);
}

/* Archive hero */
.wht-wine-shop-page .wht-wine-shop-hero {
	padding: clamp(82px, 8vw, 124px) 0;
	background:
		radial-gradient(circle at 86% 18%, rgba(215, 200, 157, .13), transparent 28%),
		linear-gradient(135deg, var(--wht-navy), var(--wht-navy-soft));
	color: var(--wht-paper);
}

.wht-wine-shop-page .wht-wine-shop-hero__grid {
	grid-template-columns: minmax(0, 1.03fr) minmax(360px, .72fr);
	gap: clamp(44px, 7vw, 102px);
}

.wht-wine-shop-page .wht-wine-shop-kicker,
.wht-wine-shop-page .wht-wine-shop-section__header > p {
	color: var(--wht-olive);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.wht-wine-shop-page .wht-wine-shop-hero .wht-wine-shop-kicker {
	color: var(--wht-gold);
}

.wht-wine-shop-page .wht-wine-shop-hero h1 {
	max-width: 10ch;
	margin: 0 0 22px;
	color: var(--wht-paper);
	font-size: clamp(4rem, 6.1vw, 6.4rem);
	line-height: .94;
}

.wht-wine-shop-page .wht-wine-shop-hero__lead {
	max-width: 30ch;
	margin: 0 0 17px;
	color: var(--wht-paper);
	font-size: clamp(1.25rem, 1.7vw, 1.62rem);
	font-weight: 650;
	line-height: 1.42;
}

.wht-wine-shop-page .wht-wine-shop-hero__text {
	max-width: 650px;
	color: rgba(255, 253, 248, .78);
	font-size: 1.03rem;
	line-height: 1.72;
}

.wht-wine-shop-page .wht-wine-shop-hero-logo {
	min-height: 390px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--wht-radius);
	background: rgba(255, 255, 255, .035) !important;
}

.wht-wine-shop-page .wht-wine-shop-hero-logo img {
	width: min(88%, 560px) !important;
	max-height: 450px !important;
	filter: drop-shadow(0 24px 52px rgba(0, 0, 0, .18));
}

.wht-wine-shop-page .wht-wine-shop-breadcrumb {
	margin-bottom: 24px;
	font-size: .78rem;
}

.wht-wine-shop-page .wht-wine-shop-button,
.wht-wine-shop-page .button,
.wht-wine-shop-page button.button,
.wht-wine-shop-page input[type="submit"] {
	min-height: 52px;
	border: 1px solid var(--wht-olive);
	border-radius: var(--wht-radius) !important;
	background: var(--wht-olive);
	color: var(--wht-paper);
	box-shadow: none;
	font-size: .86rem;
	font-weight: 800;
}

.wht-wine-shop-page .wht-wine-shop-button:hover,
.wht-wine-shop-page .wht-wine-shop-button:focus-visible,
.wht-wine-shop-page .button:hover,
.wht-wine-shop-page .button:focus-visible {
	border-color: var(--wht-olive-dark);
	background: var(--wht-olive-dark);
	color: var(--wht-paper);
	transform: translateY(-1px);
}

.wht-wine-shop-page .wht-wine-shop-button--outline {
	border-color: rgba(255, 253, 248, .46);
	background: transparent;
	color: var(--wht-paper);
}

/* Editorial sections and three-column rhythm */
.wht-wine-shop-page .wht-wine-shop-section {
	padding-block: clamp(80px, 8vw, 124px);
}

.wht-wine-shop-page :is(.wht-wine-shop-intro, .wht-wine-shop-products, .wht-wine-shop-contact) {
	background: var(--wht-paper);
}

.wht-wine-shop-page .wht-wine-shop-reassurance-row {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.wht-wine-shop-page .wht-wine-shop-reassurance-row > div,
.wht-wine-shop-page .wht-wine-shop-delivery__benefits > div,
.wht-wine-shop-page .wht-wine-shop-contact__form,
.wht-wine-shop-page .wht-wine-shop-product__shipping {
	border: 1px solid var(--wht-line);
	border-radius: var(--wht-radius);
	box-shadow: var(--wht-shadow-soft);
}

.wht-wine-shop-page .wht-wine-shop-reassurance-row > div {
	padding: clamp(24px, 2.5vw, 34px);
	background: #fff;
}

.wht-wine-shop-page .wht-wine-shop-reassurance-row strong {
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.35rem;
}

.wht-wine-shop-page .wht-wine-shop-delivery {
	background: var(--wht-navy);
	color: var(--wht-paper);
}

.wht-wine-shop-page .wht-wine-shop-delivery__copy h2,
.wht-wine-shop-page .wht-wine-shop-section__header h2,
.wht-wine-shop-page .wht-wine-shop-contact__copy h2,
.wht-wine-shop-page .wht-wine-shop-checkout-note h2 {
	font-size: clamp(2.65rem, 4.2vw, 4.65rem);
	line-height: 1.02;
}

.wht-wine-shop-page .wht-wine-shop-delivery__benefits > div {
	border-color: rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .045);
	box-shadow: none;
}

.wht-wine-shop-page .wht-wine-shop-products ul.products,
.wht-wine-shop-page .wht-wine-shop-related ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.wht-wine-shop-page .wht-wine-shop-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--wht-line);
	border-radius: var(--wht-radius);
	background: #fff;
	box-shadow: var(--wht-shadow-soft);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.wht-wine-shop-page .wht-wine-shop-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--wht-shadow-card);
}

.wht-wine-shop-page .wht-wine-shop-card__image-link {
	aspect-ratio: 4 / 4.35;
	background: #f5f1e8;
}

.wht-wine-shop-page .wht-wine-shop-card__image {
	width: 100%;
	height: 100%;
	padding: 20px;
	object-fit: contain;
	transition: transform 220ms ease;
}

.wht-wine-shop-page .wht-wine-shop-card:hover .wht-wine-shop-card__image {
	transform: scale(1.015);
}

.wht-wine-shop-page .wht-wine-shop-card__body {
	display: flex;
	min-height: 290px;
	flex-direction: column;
	padding: 26px;
}

.wht-wine-shop-page .wht-wine-shop-card__title {
	font-size: clamp(1.65rem, 2.2vw, 2.2rem);
	line-height: 1.05;
}

.wht-wine-shop-page .wht-wine-shop-card__varieties {
	color: var(--wht-muted);
	line-height: 1.55;
}

.wht-wine-shop-page .wht-wine-shop-card__price {
	margin-top: auto;
	color: var(--wht-navy);
	font-size: 1.25rem;
	font-weight: 800;
}

.wht-wine-shop-page .wht-wine-shop-card__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.wht-wine-shop-page .wht-wine-shop-card__actions .button,
.wht-wine-shop-page .wht-wine-shop-card__view {
	min-height: 48px;
	border-radius: var(--wht-radius) !important;
}

.wht-wine-shop-page .wht-wine-shop-card__view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	border: 1px solid var(--wht-line);
	color: var(--wht-navy);
	font-size: .82rem;
	font-weight: 800;
}

/* Single product */
.wht-wine-shop-page .wht-wine-shop-product {
	padding: clamp(64px, 7vw, 106px) 0;
	background: var(--wht-paper);
}

.wht-wine-shop-page .wht-wine-shop-product__grid {
	grid-template-columns: minmax(0, .95fr) minmax(420px, .78fr);
	gap: clamp(48px, 7vw, 104px);
	align-items: start;
}

.wht-wine-shop-page .wht-wine-shop-product__gallery {
	position: sticky;
	top: 124px;
	border: 1px solid var(--wht-line);
	border-radius: var(--wht-radius);
	background: #f5f1e8;
	box-shadow: var(--wht-shadow-soft);
}

.wht-wine-shop-page .wht-wine-shop-product__gallery :is(img, .woocommerce-product-gallery__image img) {
	width: 100%;
	max-height: 680px;
	object-fit: contain;
}

.wht-wine-shop-page .wht-wine-shop-product__summary {
	padding-top: 12px;
}

.wht-wine-shop-page .wht-wine-shop-product__summary h1 {
	margin: 0 0 24px;
	color: var(--wht-navy);
	font-size: clamp(3.35rem, 5vw, 5.5rem);
	line-height: .96;
}

.wht-wine-shop-page .wht-wine-shop-product__short {
	color: var(--wht-muted);
	font-size: 1.02rem;
	line-height: 1.72;
}

.wht-wine-shop-page .wht-wine-shop-product__short > :last-child {
	margin-bottom: 0;
}

.wht-wine-shop-page .wht-wine-shop-product__price {
	margin: 28px 0 20px;
	color: var(--wht-navy);
	font-family: "Fraunces", Georgia, serif;
	font-size: 2.1rem;
	font-weight: 700;
}

.wht-wine-shop-page .wht-wine-shop-product__cart form.cart {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.wht-wine-shop-page .wht-wine-shop-product__cart .quantity input {
	min-height: 52px;
	border: 1px solid var(--wht-line);
	border-radius: var(--wht-radius);
	background: #fff;
}

.wht-wine-shop-page .wht-wine-shop-product__shipping {
	margin-top: 24px;
	padding: 22px;
	background: #fff;
}

.wht-wine-shop-page .wht-wine-shop-tabs,
.wht-wine-shop-page .wht-wine-shop-related {
	background: var(--wht-cream);
}

.wht-wine-shop-page .wht-wine-shop-tabs__nav {
	border-color: var(--wht-line);
}

.wht-wine-shop-page .wht-wine-shop-tabs__nav button {
	border-radius: 0 !important;
	background: transparent;
	color: var(--wht-muted);
}

.wht-wine-shop-page .wht-wine-shop-tabs__nav button.is-active {
	border-color: var(--wht-olive);
	background: transparent;
	color: var(--wht-navy);
}

/* Contact, checkout note and footer */
.wht-wine-shop-page .wht-wine-shop-contact__grid {
	grid-template-columns: minmax(280px, .8fr) minmax(480px, 1.2fr);
	align-items: start;
	gap: clamp(48px, 7vw, 96px);
}

.wht-wine-shop-page .wht-wine-shop-contact__form {
	padding: clamp(26px, 4vw, 42px);
	background: #fff;
}

.wht-wine-shop-page .wht-shop-cf7-fields :is(input[type="text"], input[type="email"], textarea) {
	border-radius: var(--wht-radius);
}

.wht-wine-shop-page .wht-wine-shop-checkout-note {
	background: var(--wht-olive);
	color: var(--wht-paper);
}

.wht-wine-shop-page .wht-wine-shop-checkout-note .wht-wine-shop-button {
	border-color: var(--wht-paper);
	background: var(--wht-paper);
	color: var(--wht-navy);
}

.wht-wine-shop-page .wht-wine-shop-footer {
	padding: clamp(72px, 7vw, 104px) 0;
	background: var(--wht-navy);
	color: var(--wht-paper);
}

.wht-wine-shop-page .wht-wine-shop-footer__inner {
	width: min(1320px, calc(100% - clamp(40px, 6.4vw, 128px)));
}

.wht-wine-shop-page .wht-wine-shop-footer .wht-wine-shop-brand__logo {
	width: min(260px, 100%);
	max-height: none;
}

.wht-wine-shop-page .wht-wine-shop-modal__dialog {
	border-radius: var(--wht-radius);
	background: var(--wht-paper);
}

@media (max-width: 1180px) {
	.wht-wine-shop-page .wht-wine-shop-header__inner {
		width: calc(100% - 28px);
		min-height: 82px;
		flex-wrap: nowrap;
	}

	.wht-wine-shop-page .wht-wine-shop-brand {
		width: clamp(148px, 23vw, 188px);
		min-width: 0;
	}

	.wht-wine-shop-page .wht-wine-shop-brand__logo {
		max-height: 34px;
	}

	.wht-wine-shop-page .wht-wine-shop-menu-toggle {
		display: inline-flex;
		order: 2;
	}

	.wht-wine-shop-page .wht-wine-shop-header__socials {
		order: 3;
	}

	.wht-wine-shop-page .wht-wine-shop-cart-link {
		order: 4;
	}

	.wht-wine-shop-page .wht-wine-shop-nav {
		position: fixed;
		top: 82px;
		right: 0;
		z-index: 950;
		display: none;
		width: min(88vw, 390px);
		height: calc(100dvh - 82px);
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 7px;
		padding: 26px 24px 32px;
		background: var(--wht-navy);
		box-shadow: -18px 0 42px rgba(0, 0, 0, .28);
		overflow-y: auto;
	}

	.wht-wine-shop-page .wht-wine-shop-nav.is-open {
		display: flex;
	}

	.wht-wine-shop-page .wht-wine-shop-nav__item {
		display: grid;
		width: 100%;
		grid-template-columns: minmax(0, 1fr) auto;
		border: 1px solid rgba(255, 255, 255, .1);
		border-radius: 6px;
	}

	.wht-wine-shop-page .wht-wine-shop-nav__item > a {
		padding: 13px 14px;
	}

	.wht-wine-shop-page .wht-wine-shop-nav__item--contact {
		margin-top: 10px;
		border: 0;
	}

	.wht-wine-shop-page .wht-wine-shop-nav__item--contact > a,
	.wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:link,
	.wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:visited {
		width: 100%;
		justify-content: center;
	}

	.wht-wine-shop-page .wht-wine-shop-submenu {
		position: static;
		display: none;
		width: 100%;
		grid-column: 1 / -1;
		padding: 4px 8px 10px;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.wht-wine-shop-page .wht-wine-shop-nav__item--dropdown.is-open .wht-wine-shop-submenu {
		display: block;
	}

	.wht-wine-shop-page .wht-wine-shop-hero__grid,
	.wht-wine-shop-page .wht-wine-shop-product__grid,
	.wht-wine-shop-page .wht-wine-shop-contact__grid {
		grid-template-columns: 1fr;
	}

	.wht-wine-shop-page .wht-wine-shop-product__gallery {
		position: static;
	}
}

@media (max-width: 760px) {
	.wht-wine-shop-page .wht-wine-shop-shell,
	.wht-wine-shop-page .wht-wine-shop-footer__inner {
		width: min(calc(100% - 40px), 620px);
	}

	.wht-wine-shop-page .wht-wine-shop-header__inner {
		width: calc(100% - 24px);
		gap: 8px;
	}

	.wht-wine-shop-page .wht-wine-shop-brand {
		width: clamp(122px, 31vw, 158px);
	}

	.wht-wine-shop-page .wht-wine-shop-header__social,
	.wht-wine-shop-page .wht-wine-shop-menu-toggle {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}

	.wht-wine-shop-page .wht-wine-shop-cart-link {
		width: 44px;
		height: 44px;
		min-height: 44px;
		justify-content: center;
		padding: 0;
	}

	.wht-wine-shop-page .wht-wine-shop-cart-link > span:first-child {
		display: none;
	}

	.wht-wine-shop-page .wht-wine-shop-hero {
		padding: 68px 0;
	}

	.wht-wine-shop-page .wht-wine-shop-hero h1 {
		max-width: 9ch;
		font-size: clamp(3.35rem, 15vw, 4.75rem);
	}

	.wht-wine-shop-page .wht-wine-shop-hero__lead {
		font-size: 1.16rem;
	}

	.wht-wine-shop-page .wht-wine-shop-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.wht-wine-shop-page .wht-wine-shop-hero__actions > * {
		width: 100%;
	}

	.wht-wine-shop-page .wht-wine-shop-hero__media,
	.wht-wine-shop-page .wht-wine-shop-hero-logo {
		min-height: 280px;
	}

	.wht-wine-shop-page .wht-wine-shop-section {
		padding-block: 72px;
	}

	.wht-wine-shop-page .wht-wine-shop-reassurance-row,
	.wht-wine-shop-page .wht-wine-shop-products ul.products,
	.wht-wine-shop-page .wht-wine-shop-related ul.products {
		grid-template-columns: 1fr;
	}

	.wht-wine-shop-page .wht-wine-shop-card__body {
		min-height: 0;
	}

	.wht-wine-shop-page .wht-wine-shop-product__summary h1 {
		font-size: clamp(3rem, 13vw, 4.25rem);
	}

	.wht-wine-shop-page .wht-wine-shop-product__cart form.cart {
		align-items: stretch;
	}

	.wht-wine-shop-page .wht-wine-shop-contact__form {
		padding: 24px 18px;
	}
}

@media (max-width: 430px) {
	.wht-wine-shop-page .wht-wine-shop-header__inner {
		width: calc(100% - 20px);
		gap: 6px;
	}

	.wht-wine-shop-page .wht-wine-shop-brand {
		width: 106px;
	}

	.wht-wine-shop-page .wht-wine-shop-header__social,
	.wht-wine-shop-page .wht-wine-shop-menu-toggle,
	.wht-wine-shop-page .wht-wine-shop-cart-link {
		width: 40px;
		height: 40px;
		min-height: 40px;
		flex-basis: 40px;
	}

	.wht-wine-shop-page .wht-wine-shop-header__socials {
		gap: 5px;
	}
}

@media (max-width: 350px) {
	.wht-wine-shop-page .wht-wine-shop-brand {
		width: 92px;
	}

	.wht-wine-shop-page .wht-wine-shop-header__social,
	.wht-wine-shop-page .wht-wine-shop-menu-toggle,
	.wht-wine-shop-page .wht-wine-shop-cart-link {
		width: 37px;
		height: 37px;
		min-height: 37px;
		flex-basis: 37px;
	}
}

/*
 * v2.7.0 — City Tasting header proportions, five-column shop collection,
 * compact cards and the MALAOSTIA label story.
 */
.wht-wine-shop-page .wht-wine-shop-header__actions {
	display: inline-flex;
	min-width: 0;
	flex: 0 0 auto;
	align-items: center;
	gap: 9px;
}

.wht-wine-shop-page .wht-wine-shop-header__contact {
	display: inline-grid;
	min-height: 50px;
	place-items: center;
	padding: 0 22px;
	border: 1px solid #fff;
	border-radius: 999px;
	background: #fff;
	color: #02060a;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.wht-wine-shop-page .wht-wine-shop-header__contact:hover,
.wht-wine-shop-page .wht-wine-shop-header__contact:focus-visible {
	border-color: var(--wht-gold);
	background: var(--wht-gold);
	color: #02060a;
	transform: translateY(-1px);
}

@media (min-width: 1101px) {
	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-header__inner {
		width: 100% !important;
		min-height: 82px !important;
		gap: clamp(18px, 2vw, 34px) !important;
		padding: 0 clamp(28px, 5.9vw, 112px) !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-brand {
		width: clamp(245px, 15.5vw, 300px) !important;
		min-width: 245px !important;
		max-width: 300px !important;
		flex: 0 0 clamp(245px, 15.5vw, 300px) !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-brand__logo {
		width: 100% !important;
		height: auto !important;
		max-width: none !important;
		max-height: 52px !important;
		object-fit: contain !important;
		object-position: left center !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-nav__item--contact {
		display: none !important;
	}
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-products ul.products {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
	justify-content: center !important;
	gap: 18px !important;
	margin: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-products ul.products > li.wht-wine-shop-card {
	width: calc((100% - 72px) / 5) !important;
	min-width: 0 !important;
	max-width: none !important;
	flex: 0 0 calc((100% - 72px) / 5) !important;
	margin: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__image-link {
	aspect-ratio: 4 / 4.4 !important;
	padding: 14px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__body {
	min-height: 257px !important;
	padding: 20px 18px 18px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__title {
	margin: 0 0 7px !important;
	font-size: clamp(.96rem, 1.1vw, 1.16rem) !important;
	line-height: 1.12 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__varieties {
	margin: 0 0 10px !important;
	font-size: .75rem !important;
	line-height: 1.35 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__price {
	margin-top: auto !important;
	margin-bottom: 8px !important;
	font-size: 1rem !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__actions {
	gap: 7px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__purchase {
	grid-template-columns: 54px minmax(0, 1fr) !important;
	gap: 7px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__quantity select,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__add-to-case {
	height: 38px !important;
	min-height: 38px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__view {
	min-height: 34px !important;
	padding: 6px 11px !important;
	font-size: .73rem !important;
}

.wht-wine-shop-page .wht-wine-shop-tom-story {
	padding: clamp(74px, 7vw, 112px) 0;
	background:
		radial-gradient(circle at 85% 12%, rgba(215, 200, 157, .2), transparent 31%),
		linear-gradient(135deg, #0b293d 0%, #153b45 54%, #254c39 100%);
	color: var(--wht-paper);
}

.wht-wine-shop-page .wht-wine-shop-tom-story__grid {
	display: grid;
	grid-template-columns: minmax(280px, .7fr) minmax(0, 1.15fr);
	align-items: center;
	gap: clamp(42px, 7vw, 108px);
}

.wht-wine-shop-page .wht-wine-shop-tom-story__media {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 250, 240, .22);
	border-radius: 18px;
	box-shadow: 0 28px 64px rgba(0, 0, 0, .25);
}

.wht-wine-shop-page .wht-wine-shop-tom-story__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 58%, rgba(7, 22, 36, .3));
	content: "";
	pointer-events: none;
}

.wht-wine-shop-page .wht-wine-shop-tom-story__media img {
	display: block;
	width: 100%;
	height: clamp(430px, 48vw, 620px);
	object-fit: cover;
	object-position: center 42%;
}

.wht-wine-shop-page .wht-wine-shop-tom-story__copy {
	max-width: 710px;
}

.wht-wine-shop-page .wht-wine-shop-tom-story__copy .wht-wine-shop-kicker {
	color: var(--wht-gold);
}

.wht-wine-shop-page .wht-wine-shop-tom-story__copy h2 {
	max-width: 12ch;
	margin: 10px 0 24px;
	color: var(--wht-paper);
	font-size: clamp(3.15rem, 5.2vw, 5.8rem);
	line-height: .95;
}

.wht-wine-shop-page .wht-wine-shop-tom-story__copy > p:last-child {
	max-width: 61ch;
	margin: 0;
	color: rgba(255, 250, 240, .84);
	font-size: clamp(1rem, 1.3vw, 1.17rem);
	line-height: 1.72;
}

@media (max-width: 1100px) {
	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-header__inner {
		width: 100% !important;
		padding: 0 clamp(14px, 4vw, 42px) !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-header__actions {
		margin-left: auto;
		gap: clamp(6px, 1.2vw, 9px);
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-header__contact {
		display: none !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-products ul.products > li.wht-wine-shop-card {
		width: calc((100% - 36px) / 3) !important;
		flex-basis: calc((100% - 36px) / 3) !important;
	}
}

@media (max-width: 760px) {
	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-header__inner {
		padding: 0 10px !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-brand {
		width: 150px !important;
		min-width: 0 !important;
		max-width: 150px !important;
		flex: 0 1 150px !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-brand__logo {
		width: 150px !important;
		max-width: 150px !important;
		max-height: none !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-products ul.products > li.wht-wine-shop-card {
		width: 100% !important;
		flex-basis: 100% !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__body {
		min-height: 0 !important;
	}

	.wht-wine-shop-page .wht-wine-shop-tom-story__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.wht-wine-shop-page .wht-wine-shop-tom-story__media img {
		height: min(128vw, 590px);
	}

	.wht-wine-shop-page .wht-wine-shop-tom-story__copy h2 {
		font-size: clamp(2.8rem, 14vw, 4rem);
	}
}

@media (max-width: 390px) {
	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-brand {
		width: 126px !important;
		max-width: 126px !important;
		flex-basis: 126px !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-brand__logo {
		width: 126px !important;
		max-width: 126px !important;
	}
}

/*
 * v2.10.0 final cascade lock.
 * Legacy archive rules above are retained for rollback history, but the live
 * catalogue is now an uninterrupted 3 x 3 grid beside the shop-owned case.
 */
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	gap: 18px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products ul.products > li.wht-wine-shop-card {
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	flex: none !important;
	margin: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products .wht-wine-shop-card__body {
	min-height: 245px !important;
}

@media (max-width: 1100px) and (min-width: 901px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 900px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 760px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products ul.products {
		grid-template-columns: 1fr !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products .wht-wine-shop-card__body {
		min-height: 0 !important;
	}
}

/*
 * v2.10.0 — uninterrupted 3 × 3 catalogue with a shop-owned live case.
 * The old side-cart layer is deliberately absent in every wine-shop context:
 * no backdrop, no scroll lock and no delayed drawer after adding a bottle.
 */
body.wht-wine-shop-context > .xoo-wsc-modal,
body.wht-wine-shop-context > .xoo-wsc-markup,
body.wht-wine-shop-context .xoo-wsc-basket,
body.wht-wine-shop-context .xoo-wsc-modal,
body.wht-wine-shop-context .xoo-wsc-markup {
	display: none !important;
	pointer-events: none !important;
}

html:has(body.wht-wine-shop-context),
body.wht-wine-shop-context,
body.wht-wine-shop-context.xoo-wsc-cart-active,
body.wht-wine-shop-context.xoo-wsc-open {
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-catalogue-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(286px, 320px);
	align-items: start;
	gap: clamp(22px, 2.4vw, 34px);
}

body.wht-wine-shop-archive-body .wht-wine-shop-catalogue-products {
	min-width: 0;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	gap: 18px !important;
	margin: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products ul.products > li.wht-wine-shop-card {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	flex: none !important;
	margin: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products .wht-wine-shop-card__image-link {
	aspect-ratio: 4 / 4.15 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products .wht-wine-shop-card__body {
	min-height: 245px !important;
}

.wht-wine-shop-inline-cart {
	min-width: 0;
}

.wht-wine-shop-inline-cart__sticky {
	position: sticky;
	top: 24px;
}

.wht-wine-shop-inline-cart__fragment {
	border: 1px solid rgba(225, 205, 149, .28);
	border-radius: 20px;
	background: linear-gradient(155deg, #102d3b 0%, #061a29 78%);
	box-shadow: 0 22px 52px rgba(8, 27, 38, .18);
	color: #fffaf0;
	overflow: hidden;
}

.wht-wine-shop-inline-cart__desktop {
	display: block;
	padding: 24px 20px 20px;
}

.wht-wine-shop-inline-cart__mobile {
	display: none;
}

.wht-wine-shop-inline-cart__heading {
	position: relative;
	padding: 0 0 18px;
	border-bottom: 1px solid rgba(255, 250, 240, .16);
}

.wht-wine-shop-inline-cart__heading::after {
	position: absolute;
	right: 0;
	top: 2px;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(225, 205, 149, .38);
	border-radius: 50%;
	color: #e1cd95;
	content: "⌁";
	display: grid;
	place-items: center;
	font-size: 1.15rem;
}

.wht-wine-shop-inline-cart__heading p {
	margin: 0 0 7px;
	color: #e1cd95;
	font: 700 .68rem/1.2 "Instrument Sans", sans-serif;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.wht-wine-shop-inline-cart__heading h3 {
	max-width: calc(100% - 46px);
	margin: 0 0 5px;
	color: #fffaf0;
	font: 700 clamp(1.75rem, 2.15vw, 2.15rem)/.98 "Fraunces", Georgia, serif;
}

.wht-wine-shop-inline-cart__heading > span {
	color: rgba(255, 250, 240, .7);
	font-size: .82rem;
}

.wht-wine-shop-inline-cart__items {
	max-height: min(46vh, 430px);
	margin: 0 -5px;
	padding: 8px 5px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(225, 205, 149, .55) transparent;
}

.wht-wine-shop-inline-cart__item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 250, 240, .1);
}

.wht-wine-shop-inline-cart__item:last-child {
	border-bottom: 0;
}

.wht-wine-shop-inline-cart__image {
	display: grid;
	width: 42px;
	height: 54px;
	place-items: center;
	border-radius: 7px;
	background: #fffdf8;
	overflow: hidden;
}

.wht-wine-shop-inline-cart__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wht-wine-shop-inline-cart__item > div {
	min-width: 0;
}

.wht-wine-shop-inline-cart__name,
.wht-wine-shop-inline-cart__name:link,
.wht-wine-shop-inline-cart__name:visited {
	display: block;
	margin-bottom: 3px;
	color: #fffaf0 !important;
	font: 700 .76rem/1.18 "Instrument Sans", sans-serif;
	text-decoration: none;
}

.wht-wine-shop-inline-cart__item div > span {
	display: block;
	color: rgba(255, 250, 240, .62);
	font-size: .7rem;
}

.wht-wine-shop-inline-cart__item > strong {
	color: #e1cd95;
	font: 700 .76rem/1.2 "Instrument Sans", sans-serif;
	white-space: nowrap;
}

.wht-wine-shop-inline-cart__subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 17px 0 15px;
	border-top: 1px solid rgba(255, 250, 240, .16);
}

.wht-wine-shop-inline-cart__subtotal span {
	color: rgba(255, 250, 240, .72);
	font-size: .82rem;
}

.wht-wine-shop-inline-cart__subtotal strong {
	color: #fffaf0;
	font: 700 1.05rem/1.2 "Fraunces", Georgia, serif;
}

.wht-wine-shop-inline-cart__actions {
	display: grid;
	gap: 8px;
}

.wht-wine-shop-inline-cart__checkout,
.wht-wine-shop-inline-cart__view {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font: 700 .82rem/1 "Instrument Sans", sans-serif;
	text-decoration: none !important;
}

.wht-wine-shop-inline-cart__checkout,
.wht-wine-shop-inline-cart__checkout:link,
.wht-wine-shop-inline-cart__checkout:visited {
	background: #657f4b;
	color: #fff !important;
}

.wht-wine-shop-inline-cart__view,
.wht-wine-shop-inline-cart__view:link,
.wht-wine-shop-inline-cart__view:visited {
	border: 1px solid rgba(255, 250, 240, .24);
	color: #fffaf0 !important;
}

.wht-wine-shop-inline-cart__empty {
	display: grid;
	min-height: 188px;
	align-content: center;
	justify-items: start;
	gap: 13px;
	padding: 16px 2px 0;
}

.wht-wine-shop-inline-cart__empty > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(225, 205, 149, .42);
	border-radius: 50%;
	color: #e1cd95;
	font-size: 1.35rem;
}

.wht-wine-shop-inline-cart__empty p {
	margin: 0;
	color: rgba(255, 250, 240, .72);
	font-size: .82rem;
	line-height: 1.55;
}

.wht-wine-shop-added-confirmation {
	position: fixed;
	right: 22px;
	top: 104px;
	z-index: 10050;
	max-width: min(320px, calc(100vw - 32px));
	padding: 12px 16px;
	border: 1px solid rgba(225, 205, 149, .42);
	border-radius: 999px;
	background: #102d3b;
	box-shadow: 0 14px 34px rgba(6, 26, 41, .24);
	color: #fffaf0;
	font: 700 .78rem/1.25 "Instrument Sans", sans-serif;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-10px);
	transition: opacity .18s ease, transform .18s ease;
}

.wht-wine-shop-added-confirmation.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.wht-wine-shop-inline-cart__fragment.wht-wine-shop-cart-pulse {
	animation: wht-inline-case-pulse .48s ease;
}

@keyframes wht-inline-case-pulse {
	0%, 100% { transform: scale(1); }
	45% { transform: scale(1.025); box-shadow: 0 25px 60px rgba(101, 127, 75, .3); }
}

.wht-wine-shop-product__summary .single_add_to_cart_button.is-loading {
	opacity: .72;
	cursor: wait;
}

@media (max-width: 1100px) and (min-width: 901px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-catalogue-layout {
		grid-template-columns: minmax(0, 1fr) minmax(270px, 294px);
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 900px) {
	body.wht-wine-shop-archive-body {
		padding-bottom: 92px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-catalogue-layout {
		display: block;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-inline-cart {
		position: fixed;
		left: max(12px, env(safe-area-inset-left));
		right: max(12px, env(safe-area-inset-right));
		bottom: max(12px, env(safe-area-inset-bottom));
		z-index: 10030;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-inline-cart__sticky {
		position: static;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-inline-cart__fragment {
		border-radius: 14px;
		box-shadow: 0 18px 46px rgba(5, 20, 31, .35);
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-inline-cart__desktop {
		display: none;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-inline-cart__mobile {
		display: flex;
		min-height: 64px;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		padding: 9px 10px 9px 16px;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-inline-cart__mobile > div {
		display: grid;
		gap: 2px;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-inline-cart__mobile span {
		color: rgba(255, 250, 240, .68);
		font-size: .7rem;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-inline-cart__mobile strong {
		color: #fffaf0;
		font: 700 1rem/1.1 "Fraunces", Georgia, serif;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-inline-cart__mobile > a {
		display: inline-flex;
		min-height: 44px;
		align-items: center;
		justify-content: center;
		padding: 0 18px;
		border-radius: 8px;
		background: #657f4b;
		color: #fff !important;
		font: 700 .78rem/1 "Instrument Sans", sans-serif;
		text-decoration: none;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-back-to-top.is-visible {
		bottom: 94px !important;
	}

	.wht-wine-shop-added-confirmation {
		right: 16px;
		top: 86px;
	}
}

@media (max-width: 760px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-catalogue-products ul.products {
		grid-template-columns: 1fr !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wht-wine-shop-added-confirmation,
	.wht-wine-shop-inline-cart__fragment.wht-wine-shop-cart-pulse {
		animation: none !important;
		transition: none !important;
	}
}

/* v2.8.0 — public VAT-inclusive prices and uninterrupted catalogue shopping. */
.wht-wine-shop-page .wht-wine-shop-vat-note {
	display: block;
	margin-top: 3px;
	color: rgba(7, 29, 43, .58);
	font: 600 .64rem/1.2 "Instrument Sans", Arial, sans-serif;
	letter-spacing: .015em;
}

.wht-wine-shop-page .wht-wine-shop-related-card__footer .wht-wine-shop-vat-note {
	display: none;
}

.wht-wine-shop-flying-bottle {
	position: fixed !important;
	z-index: 2147483000 !important;
	margin: 0 !important;
	object-fit: contain !important;
	pointer-events: none !important;
	transform-origin: center;
	transition: transform .68s cubic-bezier(.2,.8,.2,1), opacity .62s ease;
}

.wht-wine-shop-cart-pulse {
	animation: whtWineCartPulse .58s cubic-bezier(.2,.8,.2,1);
}

@keyframes whtWineCartPulse {
	0%, 100% { transform: scale(1); }
	45% { transform: scale(1.22); box-shadow: 0 0 0 9px rgba(217,191,120,.2); }
}

.wht-wine-shop-added-toast {
	position: fixed;
	right: clamp(16px, 3vw, 42px);
	bottom: clamp(78px, 9vw, 112px);
	z-index: 2147482000;
	max-width: min(390px, calc(100vw - 32px));
	padding: 13px 17px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 12px;
	background: #071d2b;
	box-shadow: 0 18px 50px rgba(7,29,43,.25);
	color: #fffdf8;
	font: 700 .82rem/1.4 "Instrument Sans", Arial, sans-serif;
	opacity: 0;
	transform: translateY(12px);
	transition: .24s ease;
}

.wht-wine-shop-added-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

body.wht-wine-shop-suppress-sidecart .xoo-wsc-modal {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.wht-wine-shop-suppress-sidecart { overflow: auto !important; }

@media (prefers-reduced-motion: reduce) {
	.wht-wine-shop-flying-bottle { display: none !important; }
	.wht-wine-shop-cart-pulse { animation: none; }
}

/*
 * v2.2.0 — Shop interaction and calculator integrity pass.
 * Archive-only rules keep the bottle product templates unchanged.
 */
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__social svg,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link__icon svg {
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	overflow: visible !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__social svg[fill="none"],
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link__icon svg {
	fill: none !important;
	stroke: currentColor !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__social svg[fill="currentColor"] {
	fill: currentColor !important;
	stroke: none !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link {
	position: relative !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link__label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link__icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link__count {
	position: absolute !important;
	top: -5px !important;
	right: -5px !important;
	min-width: 20px !important;
	height: 20px !important;
	padding: 0 4px !important;
	border: 2px solid var(--wht-navy) !important;
	font-size: .64rem !important;
	line-height: 1 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-button--shipping {
	border-color: #9a2445 !important;
	background: #9a2445 !important;
	color: #fffdf8 !important;
	-webkit-text-fill-color: #fffdf8 !important;
	box-shadow: 0 13px 28px rgba(154, 36, 69, .24) !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-button--shipping:hover,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-button--shipping:focus-visible {
	border-color: #781a35 !important;
	background: #781a35 !important;
	transform: translateY(-1px);
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__image-link {
	position: relative !important;
	isolation: isolate;
	overflow: hidden !important;
	background: #f5f1e8 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__image-link::after {
	position: absolute;
	z-index: 2;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(ellipse at center, transparent 48%, rgba(245, 241, 232, .2) 66%, rgba(245, 241, 232, .82) 88%, #f5f1e8 100%);
	content: "";
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__image {
	position: relative;
	z-index: 1;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__body {
	min-height: 330px;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__pairing {
	margin: 14px 0 20px;
	color: #4e514a;
	font-size: .86rem;
	font-weight: 600;
	line-height: 1.5;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-modal {
	padding: 12px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-modal__dialog {
	width: min(1120px, calc(100vw - 24px)) !important;
	max-height: calc(100dvh - 24px) !important;
	padding: clamp(22px, 2.7vw, 34px) !important;
	overflow: auto !important;
	scrollbar-gutter: stable;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-modal__header {
	max-width: 820px;
	margin-bottom: 18px;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-modal__header h2 {
	font-size: clamp(2.2rem, 4vw, 3.35rem);
	line-height: 1;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-modal__header > p:last-child {
	margin-top: 10px;
	line-height: 1.5;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc {
	max-width: none;
	margin: 0;
	padding: 20px 22px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 12px;
	background: #123f2e;
	color: #fffdf8;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc [hidden] {
	display: none !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__header {
	margin-bottom: 14px;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__header h3 {
	margin: 0;
	color: #fffdf8;
	font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -.02em;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__header p {
	margin: 5px 0 0;
	color: rgba(255, 253, 248, .78);
	font-size: .83rem;
	line-height: 1.45;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__field {
	display: block;
	margin: 0;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__field > span {
	display: block;
	margin-bottom: 5px;
	color: #fffdf8;
	font-size: .8rem;
	font-weight: 750;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__field :is(select, input) {
	width: 100%;
	min-height: 44px;
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 8px;
	background-color: #fff;
	color: #17211f;
	font-size: .9rem;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__field small {
	display: block;
	margin-top: 5px;
	color: rgba(255, 253, 248, .72);
	font-size: .72rem;
	line-height: 1.35;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__result {
	margin-top: 15px;
	padding-top: 11px;
	border-top: 1px solid rgba(255, 255, 255, .25);
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 5px 0;
	font-size: .94rem;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__row strong {
	white-space: nowrap;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__row--primary,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__row--total {
	font-weight: 800;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__row--total {
	margin-top: 5px;
	padding-top: 9px;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__note {
	margin: 7px 0 0;
	color: rgba(255, 253, 248, .76);
	font-size: .72rem;
	line-height: 1.4;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-manual-check {
	margin-top: 14px;
	padding-top: 14px;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-modal__footer {
	margin-top: 14px;
	padding-top: 14px;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-modal__understood {
	min-width: 182px;
}

@media (max-width: 760px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__body {
		min-height: 0;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-modal {
		padding: 8px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-modal__dialog {
		width: calc(100vw - 16px) !important;
		max-height: calc(100dvh - 16px) !important;
		padding: 22px 15px 18px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-modal__header {
		padding-right: 38px;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-modal__header h2 {
		font-size: clamp(2rem, 10.5vw, 2.8rem);
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc {
		padding: 18px 15px;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__grid {
		grid-template-columns: 1fr;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-shipcalc__row {
		gap: 12px;
		font-size: .87rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wht-wine-shop-page *,
	.wht-wine-shop-page *::before,
	.wht-wine-shop-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/*
 * v2.1.1 — Shop archive header and footer repair.
 *
 * The original stylesheet contains historical rules with !important flags.
 * These final, archive-only rules deliberately neutralise those declarations
 * without changing the bottle product pages that share this plugin.
 */
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header {
	position: sticky !important;
	top: 0 !important;
	z-index: 990 !important;
	width: 100% !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
	background: rgba(7, 22, 36, .98) !important;
	box-shadow: 0 12px 32px rgba(3, 12, 20, .12) !important;
	color: var(--wht-paper) !important;
	backdrop-filter: blur(14px);
}

body.admin-bar.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header {
	top: 32px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__inner {
	display: flex !important;
	width: min(1440px, calc(100% - clamp(36px, 4.5vw, 88px))) !important;
	min-height: 92px !important;
	grid-template-columns: none !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	gap: clamp(12px, 1.45vw, 24px) !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-brand {
	display: inline-flex !important;
	width: clamp(220px, 17vw, 292px) !important;
	min-width: 190px !important;
	flex: 0 1 292px !important;
	align-items: center !important;
	margin: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-brand__logo {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	max-height: 48px !important;
	object-fit: contain !important;
	object-position: left center !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-menu-toggle {
	display: none !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav {
	position: static !important;
	display: flex !important;
	min-width: 0 !important;
	flex: 1 1 auto !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: clamp(5px, .7vw, 12px) !important;
	margin: 0 0 0 auto !important;
	padding: 0 !important;
	overflow: visible !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item {
	position: relative !important;
	display: flex !important;
	width: auto !important;
	grid-template-columns: none !important;
	align-items: center !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item > a,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item > a:link,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item > a:visited {
	display: inline-flex !important;
	min-height: 46px !important;
	align-items: center !important;
	padding: 0 5px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--wht-paper) !important;
	-webkit-text-fill-color: var(--wht-paper) !important;
	font-size: clamp(.73rem, .76vw, .84rem) !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item > a:hover,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item > a:focus-visible,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item > a.is-active {
	background: transparent !important;
	color: var(--wht-gold) !important;
	-webkit-text-fill-color: var(--wht-gold) !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-submenu-toggle {
	display: inline-grid !important;
	width: 22px !important;
	height: 38px !important;
	flex: 0 0 22px !important;
	margin: 0 0 0 -5px !important;
	place-items: center !important;
	color: var(--wht-paper) !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-submenu {
	position: absolute !important;
	top: calc(100% + 8px) !important;
	left: 50% !important;
	z-index: 1000 !important;
	display: block !important;
	width: max-content !important;
	min-width: 270px !important;
	padding: 10px !important;
	border: 1px solid rgba(255, 255, 255, .12) !important;
	border-radius: 8px !important;
	background: #071624 !important;
	box-shadow: 0 20px 48px rgba(0, 0, 0, .28) !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transform: translate(-50%, 8px) !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--dropdown:hover .wht-wine-shop-submenu,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--dropdown:focus-within .wht-wine-shop-submenu,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--dropdown.is-open .wht-wine-shop-submenu {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translate(-50%, 0) !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-submenu a,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-submenu a:link,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-submenu a:visited {
	display: block !important;
	padding: 11px 13px !important;
	border-radius: 6px !important;
	background: transparent !important;
	color: var(--wht-paper) !important;
	-webkit-text-fill-color: var(--wht-paper) !important;
	font-size: .85rem !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-submenu a:hover,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-submenu a:focus-visible {
	background: rgba(255, 255, 255, .08) !important;
	color: var(--wht-gold) !important;
	-webkit-text-fill-color: var(--wht-gold) !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:link,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:visited,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:hover,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:focus-visible {
	min-height: 48px !important;
	justify-content: center !important;
	padding: 0 20px !important;
	border: 1px solid var(--wht-paper) !important;
	border-radius: 8px !important;
	background: var(--wht-paper) !important;
	color: var(--wht-navy) !important;
	-webkit-text-fill-color: var(--wht-navy) !important;
	font-size: .75rem !important;
	font-weight: 850 !important;
	text-transform: uppercase !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__socials {
	display: flex !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	gap: 8px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__social,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link {
	display: inline-flex !important;
	width: 48px !important;
	height: 48px !important;
	min-height: 48px !important;
	flex: 0 0 48px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .24) !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: var(--wht-paper) !important;
	-webkit-text-fill-color: var(--wht-paper) !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__social:hover,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__social:focus-visible,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link:hover,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link:focus-visible {
	border-color: var(--wht-gold) !important;
	color: var(--wht-gold) !important;
	-webkit-text-fill-color: var(--wht-gold) !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__social svg {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	fill: currentColor !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link > span:first-child {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link__count {
	display: inline-grid !important;
	min-width: 24px !important;
	height: 24px !important;
	place-items: center !important;
	border-radius: 999px !important;
	background: var(--wht-gold) !important;
	color: var(--wht-navy) !important;
	-webkit-text-fill-color: var(--wht-navy) !important;
	font-size: .72rem !important;
	font-weight: 850 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer {
	padding: clamp(74px, 7vw, 108px) 0 !important;
	border-top: 1px solid rgba(255, 255, 255, .1) !important;
	background: #071624 !important;
	color: var(--wht-paper) !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__inner {
	display: grid !important;
	width: min(1320px, calc(100% - clamp(40px, 6.4vw, 128px))) !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(520px, .92fr) !important;
	align-items: start !important;
	gap: clamp(62px, 8vw, 132px) !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__brand {
	max-width: 600px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__brand .wht-wine-shop-brand__logo {
	display: block !important;
	width: min(274px, 100%) !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 0 32px !important;
	object-fit: contain !important;
	object-position: left center !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__kicker {
	margin: 0 0 15px !important;
	color: var(--wht-gold) !important;
	font-size: .76rem !important;
	font-weight: 850 !important;
	letter-spacing: .08em !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer h2 {
	max-width: 640px !important;
	margin: 0 0 22px !important;
	color: var(--wht-paper) !important;
	font-family: "Fraunces", Georgia, serif !important;
	font-size: clamp(2.35rem, 3.8vw, 4.15rem) !important;
	font-weight: 700 !important;
	letter-spacing: -.04em !important;
	line-height: .98 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__brand > p:last-child {
	max-width: 580px !important;
	margin: 0 !important;
	color: rgba(255, 250, 240, .72) !important;
	font-size: 1rem !important;
	line-height: 1.7 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__columns {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(30px, 4vw, 62px) !important;
	margin: 0 !important;
	padding: 12px 0 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__columns > div {
	display: flex !important;
	min-width: 0 !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 13px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__columns h3 {
	margin: 0 0 8px !important;
	color: var(--wht-gold) !important;
	font-family: "Fraunces", Georgia, serif !important;
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	letter-spacing: -.015em !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__columns a,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__columns a:link,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__columns a:visited {
	display: inline-block !important;
	max-width: 100% !important;
	padding: 1px 0 !important;
	background: transparent !important;
	color: rgba(255, 250, 240, .76) !important;
	-webkit-text-fill-color: rgba(255, 250, 240, .76) !important;
	font-size: .92rem !important;
	font-weight: 550 !important;
	line-height: 1.45 !important;
	overflow-wrap: anywhere !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__columns a:hover,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__columns a:focus-visible {
	color: var(--wht-gold) !important;
	-webkit-text-fill-color: var(--wht-gold) !important;
}

@media (max-width: 1100px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__inner {
		width: calc(100% - 28px) !important;
		min-height: 82px !important;
		gap: 8px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-brand {
		width: clamp(150px, 22vw, 190px) !important;
		min-width: 0 !important;
		flex: 0 1 190px !important;
		order: 1 !important;
		margin-right: auto !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-brand__logo {
		max-height: 35px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-menu-toggle {
		display: inline-flex !important;
		width: 48px !important;
		height: 48px !important;
		min-height: 48px !important;
		flex: 0 0 48px !important;
		order: 2 !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0 !important;
		border: 1px solid rgba(255, 255, 255, .28) !important;
		border-radius: 8px !important;
		background: transparent !important;
		color: var(--wht-paper) !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-menu-toggle__icon {
		position: relative !important;
		display: block !important;
		width: 23px !important;
		height: 16px !important;
		border-top: 2px solid currentColor !important;
		border-bottom: 2px solid currentColor !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-menu-toggle__icon::after {
		position: absolute !important;
		top: 5px !important;
		left: 0 !important;
		width: 23px !important;
		border-top: 2px solid currentColor !important;
		content: "" !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__socials {
		order: 3 !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link {
		order: 4 !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav {
		position: fixed !important;
		top: 82px !important;
		right: 0 !important;
		left: auto !important;
		z-index: 1000 !important;
		display: none !important;
		width: min(90vw, 410px) !important;
		height: calc(100dvh - 82px) !important;
		min-width: 0 !important;
		flex: 0 0 auto !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		gap: 8px !important;
		margin: 0 !important;
		padding: 26px 24px 38px !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		background: #071624 !important;
		box-shadow: -18px 18px 46px rgba(0, 0, 0, .32) !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav.is-open {
		display: flex !important;
	}

	body.admin-bar.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav {
		top: 114px !important;
		height: calc(100dvh - 114px) !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item {
		display: grid !important;
		width: 100% !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: center !important;
		border: 1px solid rgba(255, 255, 255, .11) !important;
		border-radius: 8px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item > a,
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item > a:link,
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item > a:visited {
		width: 100% !important;
		min-height: 50px !important;
		padding: 0 14px !important;
		font-size: .9rem !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-submenu-toggle {
		display: inline-grid !important;
		width: 48px !important;
		height: 48px !important;
		margin: 0 !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-submenu {
		position: static !important;
		display: none !important;
		width: 100% !important;
		min-width: 0 !important;
		grid-column: 1 / -1 !important;
		padding: 4px 8px 10px !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--dropdown:hover .wht-wine-shop-submenu,
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--dropdown:focus-within .wht-wine-shop-submenu {
		display: none !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--dropdown.is-open .wht-wine-shop-submenu {
		display: block !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--contact {
		margin-top: 8px !important;
		border: 0 !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a,
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:link,
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:visited {
		width: 100% !important;
		min-height: 52px !important;
		justify-content: center !important;
		border-radius: 8px !important;
		color: var(--wht-navy) !important;
		-webkit-text-fill-color: var(--wht-navy) !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__inner {
		grid-template-columns: 1fr !important;
		gap: 58px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__brand {
		max-width: 700px !important;
	}
}

@media (max-width: 782px) {
	body.admin-bar.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header {
		top: 46px !important;
	}

	body.admin-bar.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav {
		top: 128px !important;
		height: calc(100dvh - 128px) !important;
	}
}

@media (max-width: 760px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__inner {
		width: calc(100% - 20px) !important;
		min-height: 78px !important;
		gap: 6px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-brand {
		width: clamp(118px, 35vw, 148px) !important;
		flex: 0 1 148px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-brand__logo {
		max-height: 31px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__social,
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-menu-toggle,
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link {
		width: 42px !important;
		height: 42px !important;
		min-height: 42px !important;
		flex-basis: 42px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__socials {
		gap: 5px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav {
		top: 78px !important;
		height: calc(100dvh - 78px) !important;
		width: min(94vw, 410px) !important;
		padding: 20px 16px 34px !important;
	}

	body.admin-bar.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-nav {
		top: 124px !important;
		height: calc(100dvh - 124px) !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer {
		padding: 68px 0 76px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__inner {
		width: calc(100% - 36px) !important;
		gap: 46px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__brand .wht-wine-shop-brand__logo {
		width: min(230px, 100%) !important;
		margin-bottom: 26px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer h2 {
		font-size: clamp(2.25rem, 11vw, 3.25rem) !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__columns {
		grid-template-columns: 1fr !important;
		gap: 34px !important;
		padding-top: 0 !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__columns > div {
		gap: 10px !important;
		padding-bottom: 26px !important;
		border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-footer__columns > div:last-child {
		padding-bottom: 0 !important;
		border-bottom: 0 !important;
	}
}

@media (max-width: 430px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-brand {
		width: 104px !important;
		flex-basis: 104px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__social,
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-menu-toggle,
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link {
		width: 40px !important;
		height: 40px !important;
		min-height: 40px !important;
		flex-basis: 40px !important;
	}
}

@media (max-width: 350px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-brand {
		width: 88px !important;
		flex-basis: 88px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header__social,
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-menu-toggle,
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-cart-link {
		width: 37px !important;
		height: 37px !important;
		min-height: 37px !important;
		flex-basis: 37px !important;
	}
}

/* v2.2.2 — verified destinations, centred reassurance strip and discreet reCAPTCHA. */
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-intro {
	padding: clamp(30px, 3.2vw, 40px) 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-intro .wht-wine-shop-shell {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-reassurance-row {
	width: min(1060px, 100%) !important;
	margin-inline: auto !important;
}

body.wht-wine-shop-context .grecaptcha-badge {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* v2.2.4 — large proportional bottle panels matching the approved reference. */
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__image-link::after {
	background: none !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__image-link {
	display: grid !important;
	place-items: stretch !important;
	min-height: 0 !important;
	height: auto !important;
	aspect-ratio: 4 / 4.35 !important;
	padding: 20px !important;
	background: #f5f1e8 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__image {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	background: #fff !important;
	-webkit-mask-image: none !important;
	mask-image: none !important;
}

/*
 * v2.3.0 — logged-in header, catalogue quantities and tighter card rhythm.
 * Public visitors retain the sticky header. WordPress administrators use a
 * normal-flow header so the toolbar and sticky offsets cannot create a gap.
 */
body.admin-bar.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header {
	position: relative !important;
	top: auto !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__body {
	min-height: 310px;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__pairing {
	margin-bottom: 10px;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__actions {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: end !important;
	gap: 10px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__purchase {
	display: grid;
	min-width: 0;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: end;
	gap: 8px;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__quantity {
	display: grid;
	min-width: 0;
	gap: 4px;
	margin: 0;
	color: #4e514a;
	font-size: .7rem;
	font-weight: 800;
	line-height: 1;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__quantity select {
	width: 100%;
	height: 38px;
	min-height: 38px;
	margin: 0;
	padding: 0 22px 0 10px;
	border: 1px solid rgba(7, 22, 36, .2);
	border-radius: 8px;
	background-color: #fffaf0;
	color: #071624;
	font: inherit;
	font-size: .84rem;
	line-height: 1;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__add-to-case {
	width: 100%;
	min-width: 0;
}

@media (max-width: 760px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__body {
		min-height: 0;
	}
}

/* v2.3.1 — two-tier card actions and a mobile back-to-top control. */
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__body {
	min-height: 350px;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__actions {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	align-items: stretch !important;
	gap: 9px !important;
	width: 100% !important;
	margin-top: 2px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__purchase {
	display: grid !important;
	grid-template-columns: 64px minmax(0, 1fr) !important;
	align-items: end !important;
	gap: 9px !important;
	width: 100% !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__quantity select,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__add-to-case {
	box-sizing: border-box !important;
	height: 42px !important;
	min-height: 42px !important;
	margin: 0 !important;
	align-self: end !important;
	vertical-align: bottom !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__add-to-case {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 9px 14px !important;
	line-height: 1 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__view {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 38px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 8px 14px !important;
	border: 1px solid rgba(7, 22, 36, .2) !important;
	border-radius: 8px !important;
	background: transparent !important;
	color: #071624 !important;
	font-size: .79rem !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	white-space: normal !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__view:hover,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__view:focus-visible {
	border-color: #8f203f !important;
	color: #8f203f !important;
}

.wht-wine-shop-page .wht-wine-shop-back-to-top {
	display: none;
}

@media (max-width: 760px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__body {
		min-height: 0;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__purchase {
		grid-template-columns: 68px minmax(0, 1fr) !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-back-to-top {
		position: fixed;
		right: 84px;
		bottom: calc(20px + env(safe-area-inset-bottom, 0px));
		z-index: 990;
		display: grid;
		width: 50px;
		height: 50px;
		place-items: center;
		padding: 0;
		border: 1px solid rgba(255, 250, 240, .28);
		border-radius: 14px;
		background: #071624;
		box-shadow: 0 10px 26px rgba(7, 22, 36, .24);
		color: #fffaf0;
		opacity: 0;
		pointer-events: none;
		transform: translateY(10px);
		transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-back-to-top.is-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-back-to-top:hover,
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-back-to-top:focus-visible {
		background: #153b2b;
		outline: 3px solid rgba(214, 190, 108, .42);
		outline-offset: 2px;
	}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-back-to-top svg {
		width: 25px;
		height: 25px;
	}
}

/* v2.3.4 — mobile shop header logo at exactly 200% of the previous 82 px width. */
@media (max-width: 760px) {
	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header .wht-wine-shop-brand {
		width: 164px !important;
		min-width: 0 !important;
		max-width: 164px !important;
		flex: 0 1 164px !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-header .wht-wine-shop-brand__logo {
		display: block !important;
		width: 164px !important;
		height: auto !important;
		max-width: 164px !important;
		max-height: none !important;
		object-fit: contain !important;
	}
}

/*
 * v2.4.0 — Caníbal Chardonnay single-product design pilot.
 * Only this product receives the approved shop header and product-detail
 * presentation. The remaining bottle pages keep their previous output until
 * Rodrigo validates this master design.
 */
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header {
	position: sticky !important;
	top: 0 !important;
	z-index: 990 !important;
	width: 100% !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
	background: rgba(7, 22, 36, .98) !important;
	box-shadow: 0 12px 32px rgba(3, 12, 20, .12) !important;
	color: var(--wht-paper) !important;
	backdrop-filter: blur(14px);
}

body.admin-bar.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header {
	top: 32px !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__inner {
	display: flex !important;
	width: min(1440px, calc(100% - clamp(36px, 4.5vw, 88px))) !important;
	min-height: 92px !important;
	grid-template-columns: none !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	gap: clamp(12px, 1.45vw, 24px) !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-brand {
	display: inline-flex !important;
	width: clamp(220px, 17vw, 292px) !important;
	min-width: 190px !important;
	max-width: none !important;
	height: auto !important;
	flex: 0 1 292px !important;
	align-items: center !important;
	margin: 0 !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-brand__logo {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	max-height: 48px !important;
	object-fit: contain !important;
	object-position: left center !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-menu-toggle {
	display: none !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav {
	position: static !important;
	display: flex !important;
	min-width: 0 !important;
	flex: 1 1 auto !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: clamp(5px, .7vw, 12px) !important;
	margin: 0 0 0 auto !important;
	padding: 0 !important;
	overflow: visible !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item {
	position: relative !important;
	display: flex !important;
	width: auto !important;
	grid-template-columns: none !important;
	align-items: center !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item > a,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item > a:link,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item > a:visited {
	display: inline-flex !important;
	min-height: 46px !important;
	align-items: center !important;
	padding: 0 5px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--wht-paper) !important;
	-webkit-text-fill-color: var(--wht-paper) !important;
	font-size: clamp(.73rem, .76vw, .84rem) !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item > a:hover,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item > a:focus-visible,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item > a.is-active {
	background: transparent !important;
	color: var(--wht-gold) !important;
	-webkit-text-fill-color: var(--wht-gold) !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-submenu-toggle {
	display: inline-grid !important;
	width: 22px !important;
	height: 38px !important;
	flex: 0 0 22px !important;
	margin: 0 0 0 -5px !important;
	place-items: center !important;
	color: var(--wht-paper) !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-submenu {
	position: absolute !important;
	top: calc(100% + 8px) !important;
	left: 50% !important;
	z-index: 1000 !important;
	display: block !important;
	width: max-content !important;
	min-width: 270px !important;
	padding: 10px !important;
	border: 1px solid rgba(255, 255, 255, .12) !important;
	border-radius: 8px !important;
	background: #071624 !important;
	box-shadow: 0 20px 48px rgba(0, 0, 0, .28) !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transform: translate(-50%, 8px) !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--dropdown:hover .wht-wine-shop-submenu,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--dropdown:focus-within .wht-wine-shop-submenu,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--dropdown.is-open .wht-wine-shop-submenu {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translate(-50%, 0) !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-submenu a,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-submenu a:link,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-submenu a:visited {
	display: block !important;
	padding: 11px 13px !important;
	border-radius: 6px !important;
	background: transparent !important;
	color: var(--wht-paper) !important;
	-webkit-text-fill-color: var(--wht-paper) !important;
	font-size: .85rem !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-submenu a:hover,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-submenu a:focus-visible {
	background: rgba(255, 255, 255, .08) !important;
	color: var(--wht-gold) !important;
	-webkit-text-fill-color: var(--wht-gold) !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:link,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:visited,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:hover,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:focus-visible {
	min-height: 48px !important;
	justify-content: center !important;
	padding: 0 20px !important;
	border: 1px solid var(--wht-paper) !important;
	border-radius: 8px !important;
	background: var(--wht-paper) !important;
	color: var(--wht-navy) !important;
	-webkit-text-fill-color: var(--wht-navy) !important;
	font-size: .75rem !important;
	font-weight: 850 !important;
	text-transform: uppercase !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__socials {
	display: flex !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	gap: 8px !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__social,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-cart-link {
	position: relative !important;
	display: inline-flex !important;
	width: 48px !important;
	height: 48px !important;
	min-height: 48px !important;
	flex: 0 0 48px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .24) !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: var(--wht-paper) !important;
	-webkit-text-fill-color: var(--wht-paper) !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__social {
	line-height: 0 !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__social:hover,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__social:focus-visible {
	border-color: var(--wht-gold) !important;
	background: rgba(215, 200, 157, .1) !important;
	color: var(--wht-gold) !important;
	-webkit-text-fill-color: var(--wht-gold) !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__social svg,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-cart-link__icon svg {
	display: block !important;
	width: 21px !important;
	height: 21px !important;
	overflow: visible !important;
	transform: none !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__social svg[fill="none"],
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-cart-link__icon svg {
	fill: none !important;
	stroke: currentColor !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__social svg[fill="currentColor"] {
	fill: currentColor !important;
	stroke: none !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-cart-link__label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-cart-link__count {
	position: absolute !important;
	top: -6px !important;
	right: -4px !important;
	display: inline-grid !important;
	min-width: 24px !important;
	height: 24px !important;
	place-items: center !important;
	border-radius: 999px !important;
	background: var(--wht-gold) !important;
	color: var(--wht-navy) !important;
	-webkit-text-fill-color: var(--wht-navy) !important;
	font-size: .72rem !important;
	font-weight: 850 !important;
}

/* Explicit product image enlargement. */
body.wht-wine-shop-product-lightbox-open {
	overflow: hidden !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-product-image-stage {
	position: relative;
	display: grid;
	min-height: 560px;
	place-items: center;
	padding: 34px;
	border-radius: var(--wht-radius);
	background: #fff;
	overflow: hidden;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-product-image-stage__image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 560px;
	object-fit: contain;
	transform: none !important;
	cursor: default;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-product-image-stage__zoom {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	display: grid;
	width: 50px;
	height: 50px;
	min-height: 50px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(7, 22, 36, .14);
	border-radius: 50% !important;
	background: #fffdf8;
	box-shadow: 0 12px 30px rgba(7, 22, 36, .16);
	color: var(--wht-navy);
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-product-image-stage__zoom:hover,
body.wht-wine-shop-product-pilot .wht-wine-shop-product-image-stage__zoom:focus-visible {
	background: var(--wht-navy);
	color: var(--wht-paper);
	transform: translateY(-2px);
}

body.wht-wine-shop-product-pilot .wht-wine-shop-product-image-stage__zoom svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wht-wine-shop-product-lightbox[hidden] {
	display: none !important;
}

.wht-wine-shop-product-lightbox:not([hidden]) {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: grid;
	width: 100vw;
	height: 100dvh;
	place-items: center;
	padding: 24px;
	isolation: isolate;
}

.wht-wine-shop-product-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 12, 20, .82);
	backdrop-filter: blur(9px);
}

.wht-wine-shop-product-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(760px, calc(100vw - 48px));
	max-height: calc(100dvh - 48px);
	place-items: center;
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 18px;
	background: #fffdf8;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .42);
}

.wht-wine-shop-product-lightbox__dialog img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: calc(100dvh - 136px);
	object-fit: contain;
}

.wht-wine-shop-product-lightbox__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: grid;
	width: 46px;
	height: 46px;
	min-height: 46px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(7, 22, 36, .16);
	border-radius: 50% !important;
	background: #fff;
	color: var(--wht-navy);
	cursor: pointer;
}

.wht-wine-shop-product-lightbox__close svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

/* Refined editorial detail block. */
body.wht-wine-shop-product-pilot .wht-wine-shop-tabs {
	display: grid;
	width: min(1240px, calc(100% - clamp(40px, 6.4vw, 128px)));
	grid-template-columns: minmax(210px, .34fr) minmax(0, 1fr);
	gap: clamp(30px, 5vw, 72px);
	margin: clamp(34px, 5vw, 74px) auto clamp(88px, 8vw, 130px);
	padding: clamp(34px, 5vw, 68px);
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 24px;
	background:
		radial-gradient(circle at 12% 8%, rgba(215, 200, 157, .17), transparent 31%),
		linear-gradient(145deg, #071624 0%, #123047 58%, #153b2b 100%);
	box-shadow: 0 28px 70px rgba(7, 22, 36, .16);
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	margin: 0;
	padding: 8px 0 0;
	border: 0;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav::before {
	display: block;
	margin: 0 0 22px;
	color: var(--wht-gold);
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	content: "Explore the wine";
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav button {
	display: grid;
	min-height: 52px;
	grid-template-columns: 32px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
	padding: 7px 13px 7px 9px;
	border: 1px solid rgba(255, 255, 255, .14) !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, .045);
	color: rgba(255, 253, 248, .75);
	font-size: .88rem;
	font-weight: 750;
	text-align: left;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__tab-icon {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	background: rgba(255, 255, 255, .06);
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__tab-icon svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav button::after {
	color: var(--wht-gold);
	font-size: 1rem;
	content: "→";
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav button.is-active,
body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav button:hover,
body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav button:focus-visible {
	border-color: rgba(215, 200, 157, .55) !important;
	background: #fffaf2;
	color: var(--wht-navy);
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav button[data-wht-wine-detail="tasting"].is-active {
	background: #eaf2e9;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav button[data-wht-wine-detail="pairing"].is-active {
	background: #f2e8d5;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav button.is-active .wht-wine-shop-tabs__tab-icon {
	border-color: rgba(7, 22, 36, .12);
	background: var(--wht-olive);
	color: var(--wht-paper);
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel {
	display: flex;
	grid-column: 2;
	grid-row: 1;
	height: 400px;
	min-height: 400px;
	align-self: stretch;
	flex-direction: column;
	padding: clamp(30px, 3.5vw, 46px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 16px;
	background: #fffaf2;
	box-shadow: 0 22px 54px rgba(0, 0, 0, .18);
	color: #3e403b;
	font-size: clamp(.98rem, 1.05vw, 1.08rem);
	line-height: 1.68;
	box-sizing: border-box;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel[hidden] {
	display: none !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel[data-wht-wine-detail="tasting"] {
	border-color: rgba(77, 106, 72, .2);
	background: #eaf2e9;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel[data-wht-wine-detail="pairing"] {
	border-color: rgba(168, 139, 76, .23);
	background: #f2e8d5;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel-heading {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 17px;
	margin-bottom: 25px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(7, 22, 36, .1);
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel-icon {
	display: grid;
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	place-items: center;
	border-radius: 50%;
	background: var(--wht-olive);
	color: var(--wht-paper);
	box-shadow: 0 10px 24px rgba(33, 64, 48, .16);
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel-icon svg {
	display: block;
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.55;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel-heading > div > span {
	display: block;
	margin-bottom: 4px;
	color: #8e2947;
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .09em;
	text-transform: uppercase;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel-heading h3 {
	margin: 0;
	color: var(--wht-navy);
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.7rem, 2.5vw, 2.45rem);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel-copy {
	min-height: 0;
	flex: 1 1 auto;
	padding-right: 8px;
	overflow-y: auto;
	scrollbar-color: rgba(33, 64, 48, .42) transparent;
	scrollbar-width: thin;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel-copy > :first-child {
	margin-top: 0;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel-copy > :last-child {
	margin-bottom: 0;
}

/* Eight-bottle related collection. */
body.wht-wine-shop-product-pilot .wht-wine-shop-related--pilot {
	padding: clamp(84px, 8vw, 126px) 0;
	background: #f7f3ea;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related--pilot .wht-wine-shop-section__header {
	max-width: 800px;
	margin: 0 0 clamp(34px, 4vw, 54px);
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related--pilot .wht-wine-shop-section__header h2 {
	max-width: 15ch;
	margin: 8px 0 0;
	color: var(--wht-navy);
	font-size: clamp(2.8rem, 4.2vw, 4.8rem);
	line-height: .98;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related__collection {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(7, 22, 36, .1);
	border-radius: 12px;
	background: var(--wht-paper);
	box-shadow: 0 14px 32px rgba(7, 22, 36, .055);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 42px rgba(7, 22, 36, .1);
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related-card__image {
	display: grid;
	aspect-ratio: 1 / 1.14;
	place-items: center;
	padding: 10px;
	background: #f1ede4;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related-card__image .wht-wine-shop-card__image {
	display: block;
	width: 100%;
	height: 100%;
	padding: 7px;
	background: #fff;
	object-fit: contain;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related-card__body {
	display: flex;
	min-height: 148px;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 14px 13px 13px;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related-card h3 {
	margin: 0;
	font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: -.015em;
	line-height: 1.25;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related-card h3 a {
	color: var(--wht-navy);
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related-card__body > p {
	margin: 7px 0 10px;
	color: var(--wht-muted);
	font-size: .67rem;
	line-height: 1.35;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
	padding-top: 11px;
	border-top: 1px solid rgba(7, 22, 36, .09);
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related-card__footer > span {
	min-width: 0;
	color: var(--wht-navy);
	font-family: "Fraunces", Georgia, serif;
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.2;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-related-card__footer > a {
	display: grid;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	place-items: center;
	border-radius: 50%;
	background: var(--wht-olive);
	color: var(--wht-paper);
	font-weight: 800;
}

/* Product-pilot footer: rich blue-green, distinct from a flat black block. */
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-footer {
	border-top: 1px solid rgba(215, 200, 157, .3) !important;
	background:
		radial-gradient(circle at 16% 10%, rgba(215, 200, 157, .12), transparent 28%),
		linear-gradient(135deg, #0b293d 0%, #12394a 48%, #184534 100%) !important;
	color: var(--wht-paper) !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-footer h2 {
	color: var(--wht-paper) !important;
}

body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-footer__columns h3,
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-footer__kicker {
	color: var(--wht-gold) !important;
}

@media (max-width: 1180px) {
	body.wht-wine-shop-product-pilot .wht-wine-shop-related__collection {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 18px;
	}
}

@media (max-width: 1100px) {
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__inner {
		width: calc(100% - 28px) !important;
		min-height: 82px !important;
		gap: 8px !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-brand {
		width: clamp(150px, 22vw, 190px) !important;
		min-width: 0 !important;
		max-width: none !important;
		height: auto !important;
		flex: 0 1 190px !important;
		order: 1 !important;
		margin-right: auto !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-brand__logo {
		max-height: 35px !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-menu-toggle {
		display: inline-flex !important;
		width: 48px !important;
		height: 48px !important;
		min-height: 48px !important;
		flex: 0 0 48px !important;
		order: 2 !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0 !important;
		border: 1px solid rgba(255, 255, 255, .28) !important;
		border-radius: 8px !important;
		background: transparent !important;
		color: var(--wht-paper) !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-menu-toggle__icon {
		position: relative !important;
		display: block !important;
		width: 23px !important;
		height: 16px !important;
		border-top: 2px solid currentColor !important;
		border-bottom: 2px solid currentColor !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-menu-toggle__icon::after {
		position: absolute !important;
		top: 5px !important;
		left: 0 !important;
		width: 23px !important;
		border-top: 2px solid currentColor !important;
		content: "" !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__socials {
		order: 3 !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-cart-link {
		order: 4 !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav {
		position: fixed !important;
		top: 82px !important;
		right: 0 !important;
		left: auto !important;
		z-index: 1000 !important;
		display: none !important;
		width: min(90vw, 410px) !important;
		height: calc(100dvh - 82px) !important;
		min-width: 0 !important;
		flex: 0 0 auto !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		gap: 8px !important;
		margin: 0 !important;
		padding: 26px 24px 38px !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		background: #071624 !important;
		box-shadow: -18px 18px 46px rgba(0, 0, 0, .32) !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav.is-open {
		display: flex !important;
	}

	body.admin-bar.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav {
		top: 114px !important;
		height: calc(100dvh - 114px) !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item {
		display: grid !important;
		width: 100% !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: center !important;
		border: 1px solid rgba(255, 255, 255, .11) !important;
		border-radius: 8px !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item > a,
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item > a:link,
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item > a:visited {
		width: 100% !important;
		min-height: 50px !important;
		padding: 0 14px !important;
		font-size: .9rem !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-submenu-toggle {
		display: inline-grid !important;
		width: 48px !important;
		height: 48px !important;
		margin: 0 !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-submenu {
		position: static !important;
		display: none !important;
		width: 100% !important;
		min-width: 0 !important;
		grid-column: 1 / -1 !important;
		padding: 4px 8px 10px !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--dropdown:hover .wht-wine-shop-submenu,
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--dropdown:focus-within .wht-wine-shop-submenu {
		display: none !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--dropdown.is-open .wht-wine-shop-submenu {
		display: block !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--contact {
		margin-top: 8px !important;
		border: 0 !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a,
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:link,
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav__item--contact > a:visited {
		width: 100% !important;
		min-height: 52px !important;
		justify-content: center !important;
		border-radius: 8px !important;
		color: var(--wht-navy) !important;
		-webkit-text-fill-color: var(--wht-navy) !important;
	}
}

@media (max-width: 900px) {
	body.wht-wine-shop-product-pilot .wht-wine-shop-tabs {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 28px;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav {
		flex-flow: row wrap;
		padding: 0;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav::before {
		width: 100%;
		margin-bottom: 10px;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav button {
		min-width: 150px;
		flex: 1 1 150px;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel {
		grid-column: 1;
		grid-row: 2;
		height: 410px;
		min-height: 410px;
	}
}

@media (max-width: 782px) {
	body.admin-bar.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header {
		top: 46px !important;
	}
}

@media (max-width: 760px) {
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__inner {
		width: calc(100% - 20px) !important;
		min-height: 78px !important;
		gap: 6px !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-brand {
		width: 164px !important;
		min-width: 0 !important;
		max-width: 164px !important;
		flex: 0 1 164px !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-brand__logo {
		width: 164px !important;
		height: auto !important;
		max-width: 164px !important;
		max-height: none !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__social,
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-menu-toggle,
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-cart-link {
		width: 42px !important;
		height: 42px !important;
		min-height: 42px !important;
		flex-basis: 42px !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__socials {
		gap: 5px !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav {
		top: 78px !important;
		height: calc(100dvh - 78px) !important;
		width: min(94vw, 410px) !important;
		padding: 20px 16px 34px !important;
	}

	body.admin-bar.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-nav {
		top: 124px !important;
		height: calc(100dvh - 124px) !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-product-image-stage {
		min-height: 390px;
		padding: 22px;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-product-image-stage__image {
		max-height: 390px;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-tabs {
		width: calc(100% - 28px);
		margin-block: 34px 76px;
		padding: 20px;
		border-radius: 18px;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav {
		flex-direction: column;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav button {
		width: 100%;
		min-width: 0;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__panel {
		height: 440px;
		min-height: 440px;
		padding: 27px 23px;
		font-size: 1rem;
		line-height: 1.65;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-related__collection {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}
}

@media (max-width: 430px) {
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__social,
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-menu-toggle,
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-cart-link {
		width: 40px !important;
		height: 40px !important;
		min-height: 40px !important;
		flex-basis: 40px !important;
	}

	body.wht-wine-shop-product-pilot .wht-wine-shop-related-card__body {
		min-height: 142px;
		padding: 12px 10px 11px;
	}
}

/*
 * v2.4.2 — Pilot header gap and compact mobile detail navigation.
 * Keep the pilot header in normal document flow. This prevents WordPress's
 * admin-bar offset from being applied twice and removes the pale strip that
 * appeared above the header at both desktop and mobile breakpoints.
 */
body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header,
body.admin-bar.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header {
	position: relative !important;
	top: auto !important;
	margin-top: 0 !important;
	border-top: 0 !important;
}

@media (max-width: 760px) {
	/*
	 * A 32 px icon with 11 px above and below creates a 54 px control.
	 * The vertical breathing room is approximately 20% greater than the
	 * 9 px left inset, while the inherited 150 px tablet flex-basis is reset.
	 */
	body.wht-wine-shop-product-pilot .wht-wine-shop-tabs__nav button {
		min-height: 54px;
		flex: 0 0 54px;
		padding: 10px 13px 10px 9px;
	}
}

@media (max-width: 350px) {
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-header__social,
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-menu-toggle,
	body.wht-wine-shop-product-pilot .wht-wine-shop-page .wht-wine-shop-cart-link {
		width: 37px !important;
		height: 37px !important;
		min-height: 37px !important;
		flex-basis: 37px !important;
	}
}

/*
 * v2.7.0 final cascade lock.
 * The shop now inherits City Tasting's full-width header rhythm. These rules
 * deliberately live at the end of the bundle so legacy archive and pilot
 * compatibility layers cannot shrink the wordmark or restore a four-card row.
 */
@media (min-width: 1101px) {
	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-header__inner {
		display: flex !important;
		width: 100% !important;
		min-height: 82px !important;
		align-items: center !important;
		gap: clamp(18px, 2vw, 34px) !important;
		margin: 0 !important;
		padding: 0 clamp(28px, 5.9vw, 112px) !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-brand {
		display: inline-flex !important;
		width: clamp(245px, 15.5vw, 300px) !important;
		min-width: 245px !important;
		max-width: 300px !important;
		flex: 0 0 clamp(245px, 15.5vw, 300px) !important;
		align-items: center !important;
		margin: 0 !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-brand__logo {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		max-width: none !important;
		max-height: 52px !important;
		object-fit: contain !important;
		object-position: left center !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-menu-toggle {
		display: none !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-nav__item--contact {
		display: none !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-header__actions {
		display: inline-flex !important;
		min-width: 0 !important;
		flex: 0 0 auto !important;
		align-items: center !important;
		gap: 9px !important;
		margin: 0 !important;
	}
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-products ul.products {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
	justify-content: center !important;
	gap: 18px !important;
	margin: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-products ul.products > li.wht-wine-shop-card {
	width: calc((100% - 72px) / 5) !important;
	min-width: 0 !important;
	max-width: none !important;
	flex: 0 0 calc((100% - 72px) / 5) !important;
	margin: 0 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__image-link {
	aspect-ratio: 4 / 4.4 !important;
	padding: 14px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__body {
	min-height: 257px !important;
	padding: 20px 18px 18px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__title {
	margin: 0 0 7px !important;
	font-size: clamp(.96rem, 1.1vw, 1.16rem) !important;
	line-height: 1.12 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__varieties {
	margin: 0 0 10px !important;
	font-size: .75rem !important;
	line-height: 1.35 !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__price {
	margin-top: auto !important;
	margin-bottom: 8px !important;
	font-size: 1rem !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__actions {
	gap: 7px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__purchase {
	grid-template-columns: 54px minmax(0, 1fr) !important;
	gap: 7px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__quantity select,
body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__add-to-case {
	height: 38px !important;
	min-height: 38px !important;
}

body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__view {
	min-height: 34px !important;
	padding: 6px 11px !important;
	font-size: .73rem !important;
}

@media (max-width: 1100px) {
	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-header__inner {
		width: 100% !important;
		padding: 0 clamp(14px, 4vw, 42px) !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-header__actions {
		display: inline-flex !important;
		min-width: 0 !important;
		flex: 0 0 auto !important;
		align-items: center !important;
		gap: clamp(6px, 1.2vw, 9px) !important;
		margin-left: auto !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-header__contact {
		display: none !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-products ul.products > li.wht-wine-shop-card {
		width: calc((100% - 36px) / 3) !important;
		flex-basis: calc((100% - 36px) / 3) !important;
	}
}

@media (max-width: 760px) {
	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-header__inner {
		padding: 0 10px !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-brand {
		width: 150px !important;
		min-width: 0 !important;
		max-width: 150px !important;
		flex: 0 1 150px !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-brand__logo {
		width: 150px !important;
		max-width: 150px !important;
		max-height: none !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-products ul.products > li.wht-wine-shop-card {
		width: 100% !important;
		flex-basis: 100% !important;
	}

	body.wht-wine-shop-archive-body .wht-wine-shop-page .wht-wine-shop-card__body {
		min-height: 0 !important;
	}
}

@media (max-width: 390px) {
	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-brand {
		width: 126px !important;
		max-width: 126px !important;
		flex-basis: 126px !important;
	}

	body.wht-wine-shop-context .wht-wine-shop-page .wht-wine-shop-brand__logo {
		width: 126px !important;
		max-width: 126px !important;
	}
}
