html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body.wht-wine-shop-standalone {
	background: #f7f0e4;
	color: #17211f;
	min-width: 0;
}

.wht-wine-shop-page {
	--wht-ink: #17211f;
	--wht-forest: #253b2f;
	--wht-charcoal: #101715;
	--wht-paper: #f7f0e4;
	--wht-cream: #fffaf0;
	--wht-wine: #73263a;
	--wht-olive: #778b35;
	--wht-gold: #c1975a;
	--wht-line: rgba(23, 33, 31, 0.14);
	--wht-shadow: 0 18px 45px rgba(37, 28, 20, 0.11);
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin: 0;
	overflow-x: hidden;
	background: var(--wht-paper);
	color: var(--wht-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

.wht-wine-shop-page *,
.wht-wine-shop-page *::before,
.wht-wine-shop-page *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.wht-wine-shop-page a {
	color: inherit;
	text-decoration: none;
}

.wht-wine-shop-page img {
	max-width: 100%;
	height: auto;
}

.wht-wine-shop-page .wht-wine-shop-shell {
	width: min(1180px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

.wht-wine-shop-page .wht-wine-shop-header {
	position: sticky;
	top: 0;
	z-index: 90;
	width: 100%;
	background: rgba(16, 23, 21, 0.97);
	color: var(--wht-cream);
	border-bottom: 1px solid rgba(255, 250, 240, 0.12);
	backdrop-filter: blur(14px);
}

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

.wht-wine-shop-page .wht-wine-shop-header__inner {
	width: min(1240px, calc(100% - 32px));
	min-height: 76px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
}

.wht-wine-shop-page .wht-wine-shop-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 190px;
}

.wht-wine-shop-page .wht-wine-shop-brand__logo {
	width: auto;
	max-width: 58px;
	max-height: 46px;
	object-fit: contain;
}

.wht-wine-shop-page .wht-wine-shop-brand__fallback {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 250, 240, 0.32);
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: var(--wht-cream);
}

.wht-wine-shop-page .wht-wine-shop-brand__text {
	display: grid;
	gap: 2px;
}

.wht-wine-shop-page .wht-wine-shop-brand__text span {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1;
}

.wht-wine-shop-page .wht-wine-shop-brand__text small {
	color: #d8c6a6;
	font-size: 12px;
	line-height: 1.2;
}

.wht-wine-shop-page .wht-wine-shop-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex: 1;
	min-width: 0;
}

.wht-wine-shop-page .wht-wine-shop-nav a {
	border-radius: 999px;
	padding: 10px 12px;
	color: rgba(255, 250, 240, 0.78);
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
}

.wht-wine-shop-page .wht-wine-shop-nav a:hover,
.wht-wine-shop-page .wht-wine-shop-nav a:focus-visible,
.wht-wine-shop-page .wht-wine-shop-nav a.is-active {
	background: rgba(255, 250, 240, 0.09);
	color: var(--wht-cream);
}

.wht-wine-shop-page .wht-wine-shop-cart-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid rgba(255, 250, 240, 0.2);
	border-radius: 999px;
	padding: 10px 14px;
	font-size: 14px;
	color: var(--wht-cream);
	white-space: nowrap;
}

.wht-wine-shop-page .wht-wine-shop-cart-link__count {
	min-width: 22px;
	height: 22px;
	border-radius: 999px;
	display: inline-grid;
	place-items: center;
	background: var(--wht-gold);
	color: var(--wht-charcoal);
	font-weight: 700;
	font-size: 12px;
}

.wht-wine-shop-page .wht-wine-shop-hero {
	background:
		linear-gradient(135deg, rgba(16, 23, 21, 0.98), rgba(37, 59, 47, 0.92)),
		var(--wht-charcoal);
	color: var(--wht-cream);
	padding: 82px 0 70px;
	overflow: hidden;
}

.wht-wine-shop-page .wht-wine-shop-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
	gap: 54px;
	align-items: center;
}

.wht-wine-shop-page .wht-wine-shop-breadcrumb {
	margin: 0 0 28px;
	color: rgba(255, 250, 240, 0.68);
	font-size: 13px;
	line-height: 1.6;
}

.wht-wine-shop-page .wht-wine-shop-breadcrumb a {
	color: #e8d5b4;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wht-wine-shop-page .wht-wine-shop-product .wht-wine-shop-breadcrumb {
	color: rgba(23, 33, 31, 0.62);
}

.wht-wine-shop-page .wht-wine-shop-product .wht-wine-shop-breadcrumb a {
	color: var(--wht-wine);
}

.wht-wine-shop-page .wht-wine-shop-kicker {
	margin: 0 0 14px;
	color: #d8c6a6;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.4;
}

.wht-wine-shop-page h1,
.wht-wine-shop-page h2,
.wht-wine-shop-page h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	line-height: 1.08;
	color: inherit;
}

.wht-wine-shop-page .wht-wine-shop-hero h1 {
	max-width: 780px;
	font-size: 58px;
}

.wht-wine-shop-page .wht-wine-shop-hero__lead {
	margin: 22px 0 0;
	max-width: 620px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.2;
	color: #f0dfbf;
}

.wht-wine-shop-page .wht-wine-shop-hero__text {
	max-width: 650px;
	margin-top: 18px;
	color: rgba(255, 250, 240, 0.82);
	font-size: 17px;
	line-height: 1.75;
}

.wht-wine-shop-page .wht-wine-shop-hero__text p {
	margin: 0;
}

.wht-wine-shop-page .wht-wine-shop-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.wht-wine-shop-page .wht-wine-shop-button,
.wht-wine-shop-page .button,
.wht-wine-shop-page button.button,
.wht-wine-shop-page input.button,
.wht-wine-shop-page a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 1px solid var(--wht-wine);
	border-radius: 999px;
	background: var(--wht-wine);
	color: var(--wht-cream);
	padding: 13px 22px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	box-shadow: none;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

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

.wht-wine-shop-page .wht-wine-shop-button--ghost {
	background: transparent;
	border-color: rgba(255, 250, 240, 0.28);
	color: var(--wht-cream);
}

.wht-wine-shop-page .wht-wine-shop-button--ghost:hover,
.wht-wine-shop-page .wht-wine-shop-button--ghost:focus-visible {
	background: rgba(255, 250, 240, 0.1);
	color: var(--wht-cream);
	border-color: rgba(255, 250, 240, 0.52);
}

.wht-wine-shop-page .wht-wine-shop-hero__media {
	position: relative;
	min-height: 430px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
	background: var(--wht-forest);
}

.wht-wine-shop-page .wht-wine-shop-hero__image {
	width: 100%;
	height: 100%;
	min-height: 430px;
	display: block;
	object-fit: cover;
}

.wht-wine-shop-page .wht-wine-shop-hero__image-fallback {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(115, 38, 58, 0.82), rgba(37, 59, 47, 0.9)),
		var(--wht-forest);
}

.wht-wine-shop-page .wht-wine-shop-hero__image-fallback span {
	width: 58%;
	height: 2px;
	display: block;
	background: rgba(255, 250, 240, 0.48);
	transform: rotate(-10deg);
}

.wht-wine-shop-page .wht-wine-shop-section {
	padding: 72px 0;
	background: var(--wht-paper);
}

.wht-wine-shop-page .wht-wine-shop-intro {
	padding-bottom: 38px;
}

.wht-wine-shop-page .wht-wine-shop-category-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 28px;
}

.wht-wine-shop-page .wht-wine-shop-category-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	border: 1px solid rgba(23, 33, 31, 0.15);
	border-radius: 999px;
	background: rgba(255, 250, 240, 0.72);
	padding: 10px 15px;
	color: var(--wht-ink);
	font-size: 14px;
	font-weight: 700;
}

.wht-wine-shop-page .wht-wine-shop-category-nav a:hover,
.wht-wine-shop-page .wht-wine-shop-category-nav a:focus-visible,
.wht-wine-shop-page .wht-wine-shop-category-nav a.is-active {
	background: var(--wht-forest);
	color: var(--wht-cream);
	border-color: var(--wht-forest);
}

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

.wht-wine-shop-page .wht-wine-shop-reassurance-row div {
	min-height: 132px;
	padding: 24px;
	border: 1px solid rgba(23, 33, 31, 0.12);
	border-radius: 8px;
	background: var(--wht-cream);
	box-shadow: 0 10px 25px rgba(37, 28, 20, 0.05);
}

.wht-wine-shop-page .wht-wine-shop-reassurance-row strong {
	display: block;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.15;
	color: var(--wht-forest);
}

.wht-wine-shop-page .wht-wine-shop-reassurance-row span {
	display: block;
	color: rgba(23, 33, 31, 0.72);
	font-size: 15px;
	line-height: 1.55;
}

.wht-wine-shop-page .wht-wine-shop-products {
	padding-top: 34px;
}

.wht-wine-shop-page .wht-wine-shop-section__header {
	max-width: 760px;
	margin-bottom: 28px;
}

.wht-wine-shop-page .wht-wine-shop-section__header p,
.wht-wine-shop-page .wht-wine-shop-checkout-note p {
	margin: 0 0 8px;
	color: var(--wht-olive);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.4;
}

.wht-wine-shop-page .wht-wine-shop-section__header h2,
.wht-wine-shop-page .wht-wine-shop-checkout-note h2 {
	font-size: 36px;
	color: var(--wht-ink);
}

.wht-wine-shop-page .wht-wine-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 26px;
	padding: 14px 0;
	border-top: 1px solid var(--wht-line);
	border-bottom: 1px solid var(--wht-line);
}

.wht-wine-shop-page .wht-wine-shop-toolbar .woocommerce-result-count {
	margin: 0;
	color: rgba(23, 33, 31, 0.68);
	font-size: 14px;
}

.wht-wine-shop-page .wht-wine-shop-toolbar .woocommerce-ordering {
	margin: 0;
}

.wht-wine-shop-page .wht-wine-shop-toolbar select {
	max-width: 100%;
	min-height: 42px;
	border: 1px solid rgba(23, 33, 31, 0.18);
	border-radius: 999px;
	background: var(--wht-cream);
	padding: 0 40px 0 14px;
	color: var(--wht-ink);
	font-size: 14px;
}

.wht-wine-shop-page ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(260px, 1fr)) !important;
	gap: 28px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	clear: both;
}

.wht-wine-shop-page ul.products::before,
.wht-wine-shop-page ul.products::after {
	display: none !important;
	content: none !important;
}

.wht-wine-shop-page ul.products li.product.wht-wine-shop-card,
.wht-wine-shop-page .wht-wine-shop-card {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	border: 1px solid rgba(23, 33, 31, 0.11);
	border-radius: 8px;
	background: var(--wht-cream);
	box-shadow: var(--wht-shadow);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wht-wine-shop-page .wht-wine-shop-card:hover,
.wht-wine-shop-page .wht-wine-shop-card:focus-within {
	transform: translateY(-3px);
	border-color: rgba(115, 38, 58, 0.24);
	box-shadow: 0 22px 55px rgba(37, 28, 20, 0.16);
}

.wht-wine-shop-page .wht-wine-shop-card__image-link {
	display: grid;
	place-items: center;
	min-height: 340px;
	padding: 28px;
	background: linear-gradient(180deg, #fffdf8, #f4ecdd);
}

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

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

.wht-wine-shop-page .wht-wine-shop-card__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 22px;
}

.wht-wine-shop-page .wht-wine-shop-card__category {
	align-self: flex-start;
	color: var(--wht-olive);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.wht-wine-shop-page .wht-wine-shop-card__title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 1.14;
	color: var(--wht-ink);
}

.wht-wine-shop-page .wht-wine-shop-card__excerpt {
	min-height: 48px;
	margin: 0;
	color: rgba(23, 33, 31, 0.68);
	font-size: 14px;
	line-height: 1.55;
}

.wht-wine-shop-page .wht-wine-shop-card__price,
.wht-wine-shop-page .wht-wine-shop-product__price {
	color: var(--wht-wine);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.wht-wine-shop-page .wht-wine-shop-card__price del,
.wht-wine-shop-page .wht-wine-shop-product__price del {
	color: rgba(23, 33, 31, 0.5);
	font-size: 0.82em;
}

.wht-wine-shop-page .wht-wine-shop-card__price ins,
.wht-wine-shop-page .wht-wine-shop-product__price ins {
	text-decoration: none;
}

.wht-wine-shop-page .wht-wine-shop-card__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.wht-wine-shop-page .wht-wine-shop-card__actions .button {
	min-height: 42px;
	padding: 11px 16px;
	font-size: 14px;
}

.wht-wine-shop-page .wht-wine-shop-card__view {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	border-radius: 999px;
	padding: 10px 4px;
	color: var(--wht-forest);
	font-size: 14px;
	font-weight: 800;
}

.wht-wine-shop-page .woocommerce-pagination {
	margin-top: 36px;
}

.wht-wine-shop-page .woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.wht-wine-shop-page .woocommerce-pagination li {
	border: 0;
}

.wht-wine-shop-page .woocommerce-pagination a,
.wht-wine-shop-page .woocommerce-pagination span {
	min-width: 42px;
	height: 42px;
	border: 1px solid rgba(23, 33, 31, 0.16);
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: var(--wht-cream);
	color: var(--wht-ink);
	font-weight: 700;
}

.wht-wine-shop-page .woocommerce-pagination span.current,
.wht-wine-shop-page .woocommerce-pagination a:hover,
.wht-wine-shop-page .woocommerce-pagination a:focus-visible {
	background: var(--wht-forest);
	color: var(--wht-cream);
	border-color: var(--wht-forest);
}

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

.wht-wine-shop-page .wht-wine-shop-checkout-note .wht-wine-shop-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.wht-wine-shop-page .wht-wine-shop-checkout-note h2 {
	max-width: 760px;
	color: var(--wht-cream);
}

.wht-wine-shop-page .wht-wine-shop-checkout-note .wht-wine-shop-button {
	flex: 0 0 auto;
	background: var(--wht-cream);
	border-color: var(--wht-cream);
	color: var(--wht-charcoal);
}

.wht-wine-shop-page .wht-wine-shop-product {
	padding: 64px 0 72px;
	background: var(--wht-paper);
}

.wht-wine-shop-page .wht-wine-shop-product__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
	gap: 58px;
	align-items: start;
}

.wht-wine-shop-page .wht-wine-shop-product__gallery {
	min-width: 0;
	padding: 28px;
	border: 1px solid rgba(23, 33, 31, 0.1);
	border-radius: 8px;
	background: var(--wht-cream);
	box-shadow: var(--wht-shadow);
}

.wht-wine-shop-page .wht-wine-shop-product__gallery .woocommerce-product-gallery {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	opacity: 1 !important;
}

.wht-wine-shop-page .wht-wine-shop-product__gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.wht-wine-shop-page .wht-wine-shop-product__gallery .woocommerce-product-gallery__image {
	border-radius: 8px;
	background: linear-gradient(180deg, #fffdf8, #f4ecdd);
	overflow: hidden;
}

.wht-wine-shop-page .wht-wine-shop-product__gallery .woocommerce-product-gallery__image a {
	display: grid;
	place-items: center;
	min-height: 560px;
	padding: 34px;
}

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

.wht-wine-shop-page .wht-wine-shop-product__gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.wht-wine-shop-page .wht-wine-shop-product__gallery .flex-control-thumbs li {
	width: auto;
	float: none;
	margin: 0;
}

.wht-wine-shop-page .wht-wine-shop-product__gallery .flex-control-thumbs img {
	width: 100%;
	height: 88px;
	border: 1px solid rgba(23, 33, 31, 0.12);
	border-radius: 8px;
	object-fit: contain;
	background: var(--wht-cream);
	padding: 8px;
	opacity: 1;
}

.wht-wine-shop-page .wht-wine-shop-product__summary {
	position: sticky;
	top: 112px;
	min-width: 0;
}

body.admin-bar .wht-wine-shop-page .wht-wine-shop-product__summary {
	top: 144px;
}

.wht-wine-shop-page .wht-wine-shop-product__summary h1 {
	font-size: 54px;
	color: var(--wht-ink);
}

.wht-wine-shop-page .wht-wine-shop-product__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 20px 0 0;
}

.wht-wine-shop-page .wht-wine-shop-product__chips span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	border: 1px solid rgba(23, 33, 31, 0.13);
	border-radius: 999px;
	background: rgba(255, 250, 240, 0.72);
	padding: 8px 12px;
	color: rgba(23, 33, 31, 0.75);
	font-size: 13px;
	font-weight: 700;
}

.wht-wine-shop-page .wht-wine-shop-product__short {
	margin-top: 24px;
	color: rgba(23, 33, 31, 0.76);
	font-size: 17px;
	line-height: 1.75;
}

.wht-wine-shop-page .wht-wine-shop-product__short p {
	margin: 0 0 14px;
}

.wht-wine-shop-page .wht-wine-shop-product__price {
	margin-top: 24px;
	font-size: 34px;
}

.wht-wine-shop-page .wht-wine-shop-product__cart {
	margin-top: 24px;
}

.wht-wine-shop-page .wht-wine-shop-product__cart form.cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
}

.wht-wine-shop-page .wht-wine-shop-product__cart .quantity {
	margin: 0;
}

.wht-wine-shop-page .wht-wine-shop-product__cart .quantity .qty {
	width: 76px;
	min-height: 48px;
	border: 1px solid rgba(23, 33, 31, 0.18);
	border-radius: 999px;
	background: var(--wht-cream);
	padding: 0 8px;
	color: var(--wht-ink);
	text-align: center;
	font-weight: 700;
}

.wht-wine-shop-page .wht-wine-shop-product__cart table.variations {
	width: 100%;
	margin: 0 0 18px;
	border: 0;
}

.wht-wine-shop-page .wht-wine-shop-product__cart table.variations th,
.wht-wine-shop-page .wht-wine-shop-product__cart table.variations td {
	display: block;
	padding: 0 0 10px;
	border: 0;
	text-align: left;
}

.wht-wine-shop-page .wht-wine-shop-product__cart table.variations label {
	color: var(--wht-ink);
	font-weight: 800;
}

.wht-wine-shop-page .wht-wine-shop-product__cart table.variations select {
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(23, 33, 31, 0.18);
	border-radius: 999px;
	background: var(--wht-cream);
	padding: 0 16px;
}

.wht-wine-shop-page .wht-wine-shop-product__shipping {
	margin-top: 22px;
	padding: 20px;
	border: 1px solid rgba(119, 139, 53, 0.3);
	border-radius: 8px;
	background: rgba(255, 250, 240, 0.72);
}

.wht-wine-shop-page .wht-wine-shop-product__shipping strong {
	display: block;
	color: var(--wht-forest);
	font-size: 16px;
	line-height: 1.4;
}

.wht-wine-shop-page .wht-wine-shop-product__shipping p {
	margin: 8px 0 0;
	color: rgba(23, 33, 31, 0.7);
	font-size: 14px;
	line-height: 1.55;
}

.wht-wine-shop-page .wht-wine-shop-tabs {
	width: min(980px, calc(100% - 48px));
	margin: 0 auto;
	padding-top: 0;
}

.wht-wine-shop-page .wht-wine-shop-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(23, 33, 31, 0.13);
}

.wht-wine-shop-page .wht-wine-shop-tabs__nav button {
	border: 0;
	border-bottom: 3px solid transparent;
	background: transparent;
	padding: 14px 2px 13px;
	color: rgba(23, 33, 31, 0.62);
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
}

.wht-wine-shop-page .wht-wine-shop-tabs__nav button.is-active,
.wht-wine-shop-page .wht-wine-shop-tabs__nav button:hover,
.wht-wine-shop-page .wht-wine-shop-tabs__nav button:focus-visible {
	border-bottom-color: var(--wht-wine);
	color: var(--wht-ink);
}

.wht-wine-shop-page .wht-wine-shop-tabs__panel {
	padding: 26px;
	border: 1px solid rgba(23, 33, 31, 0.1);
	border-radius: 8px;
	background: var(--wht-cream);
	color: rgba(23, 33, 31, 0.76);
	font-size: 17px;
	line-height: 1.75;
	box-shadow: 0 10px 30px rgba(37, 28, 20, 0.06);
}

.wht-wine-shop-page .wht-wine-shop-tabs__panel[hidden] {
	display: none;
}

.wht-wine-shop-page .wht-wine-shop-tabs__panel p:first-child {
	margin-top: 0;
}

.wht-wine-shop-page .wht-wine-shop-tabs__panel p:last-child {
	margin-bottom: 0;
}

.wht-wine-shop-page .wht-wine-shop-muted {
	color: rgba(23, 33, 31, 0.55);
}

.wht-wine-shop-page .wht-wine-shop-related {
	padding-top: 32px;
}

.wht-wine-shop-page .wht-wine-shop-footer {
	background: #0d1211;
	color: rgba(255, 250, 240, 0.78);
	padding: 48px 0;
}

.wht-wine-shop-page .wht-wine-shop-footer__inner {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 36px;
	align-items: start;
}

.wht-wine-shop-page .wht-wine-shop-footer .wht-wine-shop-brand__fallback {
	margin-bottom: 18px;
}

.wht-wine-shop-page .wht-wine-shop-footer p {
	max-width: 460px;
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
}

.wht-wine-shop-page .wht-wine-shop-footer nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(150px, 1fr));
	gap: 12px 24px;
}

.wht-wine-shop-page .wht-wine-shop-footer nav a {
	color: rgba(255, 250, 240, 0.78);
	font-size: 14px;
}

.wht-wine-shop-page .wht-wine-shop-footer nav a:hover,
.wht-wine-shop-page .wht-wine-shop-footer nav a:focus-visible {
	color: var(--wht-cream);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.wht-wine-shop-page .woocommerce-notices-wrapper {
	margin-bottom: 24px;
}

.wht-wine-shop-page .woocommerce-message,
.wht-wine-shop-page .woocommerce-info,
.wht-wine-shop-page .woocommerce-error {
	border-top-color: var(--wht-olive);
	border-radius: 8px;
	background: var(--wht-cream);
	color: var(--wht-ink);
	box-shadow: 0 10px 28px rgba(37, 28, 20, 0.08);
}

.wht-wine-shop-page .wht-wine-shop-empty {
	padding: 32px;
	border-radius: 8px;
	background: var(--wht-cream);
	color: var(--wht-ink);
}

@media (max-width: 1100px) {
	.wht-wine-shop-page .wht-wine-shop-header__inner {
		min-height: auto;
		padding: 14px 0;
		flex-wrap: wrap;
	}

	.wht-wine-shop-page .wht-wine-shop-brand {
		order: 1;
	}

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

	.wht-wine-shop-page .wht-wine-shop-nav {
		order: 3;
		flex: 0 0 100%;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 4px;
	}

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

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

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

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

	.wht-wine-shop-page .wht-wine-shop-shell,
	.wht-wine-shop-page .wht-wine-shop-footer__inner,
	.wht-wine-shop-page .wht-wine-shop-tabs {
		width: min(1180px, calc(100% - 32px));
	}

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

	.wht-wine-shop-page .wht-wine-shop-hero h1,
	.wht-wine-shop-page .wht-wine-shop-product__summary h1 {
		font-size: 42px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero__lead {
		font-size: 24px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero__media,
	.wht-wine-shop-page .wht-wine-shop-hero__image {
		min-height: 300px;
	}

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

	.wht-wine-shop-page .wht-wine-shop-toolbar,
	.wht-wine-shop-page .wht-wine-shop-checkout-note .wht-wine-shop-shell {
		align-items: flex-start;
		flex-direction: column;
	}

	.wht-wine-shop-page .wht-wine-shop-section {
		padding: 54px 0;
	}

	.wht-wine-shop-page .wht-wine-shop-section__header h2,
	.wht-wine-shop-page .wht-wine-shop-checkout-note h2 {
		font-size: 30px;
	}

	.wht-wine-shop-page .wht-wine-shop-product__gallery {
		padding: 16px;
	}

	.wht-wine-shop-page .wht-wine-shop-product__gallery .woocommerce-product-gallery__image a {
		min-height: 390px;
		padding: 22px;
	}

	.wht-wine-shop-page .wht-wine-shop-product__gallery .woocommerce-product-gallery__image img {
		max-height: 390px;
	}

	.wht-wine-shop-page .wht-wine-shop-footer__inner {
		grid-template-columns: 1fr;
	}
}

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

@media (max-width: 520px) {
	.wht-wine-shop-page .wht-wine-shop-header__inner {
		width: min(1240px, calc(100% - 22px));
	}

	.wht-wine-shop-page .wht-wine-shop-brand {
		min-width: 0;
	}

	.wht-wine-shop-page .wht-wine-shop-brand__text span {
		font-size: 13px;
	}

	.wht-wine-shop-page .wht-wine-shop-brand__text small {
		font-size: 11px;
	}

	.wht-wine-shop-page .wht-wine-shop-cart-link {
		padding: 9px 11px;
	}

	.wht-wine-shop-page .wht-wine-shop-nav a {
		padding: 10px;
		font-size: 13px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero h1,
	.wht-wine-shop-page .wht-wine-shop-product__summary h1 {
		font-size: 34px;
	}

	.wht-wine-shop-page .wht-wine-shop-card__image-link {
		min-height: 280px;
		padding: 20px;
	}

	.wht-wine-shop-page .wht-wine-shop-card__image {
		height: 245px;
	}

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

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

	.wht-wine-shop-page .wht-wine-shop-product__cart .quantity .qty,
	.wht-wine-shop-page .wht-wine-shop-product__cart .single_add_to_cart_button {
		width: 100%;
	}

	.wht-wine-shop-page .wht-wine-shop-footer nav {
		grid-template-columns: 1fr;
	}
}


/* === v0.1.2 WHT wine shop boutique refinement === */
.wht-wine-shop-page {
	--wht-paper: #f4ecdd;
	--wht-cream: #fffaf1;
	--wht-forest: #173526;
	--wht-charcoal: #0d1613;
	--wht-wine: #81243e;
	--wht-olive: #667a2e;
	--wht-line: rgba(23, 33, 31, 0.12);
	--wht-shadow: 0 18px 42px rgba(34, 26, 18, 0.09);
	font-family: "Instrument Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wht-wine-shop-page .wht-wine-shop-hero {
	padding: clamp(54px, 7vw, 78px) 0 clamp(48px, 6vw, 70px);
	background:
		radial-gradient(circle at 80% 20%, rgba(193, 151, 90, 0.12), rgba(193, 151, 90, 0) 32%),
		linear-gradient(135deg, #111b17, #173526 62%, #203a2c);
}

.wht-wine-shop-page .wht-wine-shop-hero__grid {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
	gap: clamp(34px, 5vw, 68px);
}

.wht-wine-shop-page .wht-wine-shop-hero h1 {
	font-size: clamp(3rem, 6vw, 5.2rem);
	letter-spacing: -0.045em;
}

.wht-wine-shop-page .wht-wine-shop-hero__lead {
	max-width: 680px;
	margin-top: 18px;
	font-size: clamp(1.45rem, 2.4vw, 2.35rem);
	line-height: 1.12;
	color: #f3dfbb;
	letter-spacing: -0.035em;
}

.wht-wine-shop-page .wht-wine-shop-hero__text {
	max-width: 640px;
	margin-top: 16px;
	color: rgba(255, 250, 240, 0.78);
	font-size: 1rem;
	line-height: 1.72;
}

.wht-wine-shop-page .wht-wine-shop-hero__media {
	min-height: clamp(280px, 31vw, 390px);
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.wht-wine-shop-page .wht-wine-shop-hero__image {
	min-height: clamp(280px, 31vw, 390px);
	object-position: 50% 46%;
}

.wht-wine-shop-page .wht-wine-shop-button,
.wht-wine-shop-page .button,
.wht-wine-shop-page button.button,
.wht-wine-shop-page input.button,
.wht-wine-shop-page a.button {
	min-height: 44px;
	padding: 12px 18px;
	border-color: var(--wht-wine);
	background: var(--wht-wine);
	color: var(--wht-cream);
	font-size: 0.92rem;
	font-weight: 760;
}

.wht-wine-shop-page .wht-wine-shop-intro {
	padding: 34px 0 18px;
	background: linear-gradient(180deg, #f7f0e4, #f4ecdd);
}

.wht-wine-shop-page .wht-wine-shop-category-nav {
	margin-bottom: 20px;
	gap: 8px;
}

.wht-wine-shop-page .wht-wine-shop-category-nav a {
	min-height: 34px;
	padding: 8px 12px;
	background: rgba(255, 250, 241, 0.74);
	font-size: 0.82rem;
}

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

.wht-wine-shop-page .wht-wine-shop-reassurance-row div {
	min-height: 0;
	border-radius: 14px;
	padding: 18px 18px 16px;
	background: rgba(255, 250, 241, 0.86);
	box-shadow: 0 10px 30px rgba(34, 26, 18, 0.055);
}

.wht-wine-shop-page .wht-wine-shop-reassurance-row strong {
	margin-bottom: 7px;
	font-size: 1.08rem;
	line-height: 1.18;
}

.wht-wine-shop-page .wht-wine-shop-reassurance-row span {
	font-size: 0.88rem;
	line-height: 1.46;
}

.wht-wine-shop-page .wht-wine-shop-products {
	padding-top: 38px;
}

.wht-wine-shop-page .wht-wine-shop-section__header {
	max-width: 820px;
	margin-bottom: 22px;
}

.wht-wine-shop-page .wht-wine-shop-section__header h2,
.wht-wine-shop-page .wht-wine-shop-checkout-note h2 {
	font-size: clamp(2.1rem, 4.2vw, 3.4rem);
	letter-spacing: -0.045em;
}

.wht-wine-shop-page .wht-wine-shop-toolbar {
	margin-bottom: 24px;
	padding: 12px 0;
}

.wht-wine-shop-page ul.products {
	grid-template-columns: repeat(3, minmax(280px, 1fr)) !important;
	gap: 24px !important;
	align-items: stretch;
}

.wht-wine-shop-page ul.products li.product.wht-wine-shop-card,
.wht-wine-shop-page .wht-wine-shop-card {
	display: flex !important;
	flex-direction: column;
	border-radius: 16px;
	background: #fff8ed;
	border-color: rgba(23, 33, 31, 0.09);
	box-shadow: 0 14px 36px rgba(34, 26, 18, 0.08);
}

.wht-wine-shop-page .wht-wine-shop-card__image-link {
	min-height: 288px;
	padding: 24px;
	background:
		radial-gradient(circle at 50% 38%, rgba(193, 151, 90, 0.13), rgba(193, 151, 90, 0) 44%),
		linear-gradient(180deg, #fffdf8, #f5ecdc);
}

.wht-wine-shop-page .wht-wine-shop-card__image {
	height: 245px;
	object-fit: contain;
}

.wht-wine-shop-page .wht-wine-shop-card__body {
	flex: 1;
	gap: 10px;
	padding: 20px 20px 22px;
}

.wht-wine-shop-page .wht-wine-shop-card__category {
	color: var(--wht-olive);
	font-size: 0.74rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.wht-wine-shop-page .wht-wine-shop-card__title {
	font-size: clamp(1.22rem, 1.9vw, 1.55rem);
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.wht-wine-shop-page .wht-wine-shop-card__excerpt {
	display: -webkit-box;
	min-height: 0;
	max-height: 3.2em;
	margin: 0;
	overflow: hidden;
	color: rgba(23, 33, 31, 0.62);
	font-size: 0.88rem;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wht-wine-shop-page .wht-wine-shop-card__price {
	margin-top: auto;
	font-size: 1.25rem;
}

.wht-wine-shop-page .wht-wine-shop-card__actions {
	gap: 12px;
	margin-top: 2px;
}

.wht-wine-shop-page .wht-wine-shop-card__actions .button,
.wht-wine-shop-page .wht-wine-shop-card__add-to-case {
	min-height: 40px;
	padding: 10px 15px;
	font-size: 0.82rem;
}

.wht-wine-shop-page .wht-wine-shop-card__view {
	min-height: 40px;
	padding: 8px 0;
	color: var(--wht-charcoal);
	font-size: 0.82rem;
	opacity: 0.82;
}

.wht-wine-shop-page .wht-wine-shop-checkout-note {
	background:
		radial-gradient(circle at 12% 20%, rgba(193, 151, 90, 0.1), rgba(193, 151, 90, 0) 28%),
		#0f1916;
}

.wht-wine-shop-page .wht-wine-shop-checkout-note .wht-wine-shop-shell {
	padding: 4px 0;
}

.wht-wine-shop-page .wht-wine-shop-checkout-note p {
	color: #d2b46d;
}

.wht-wine-shop-page .wht-wine-shop-checkout-note h2 {
	max-width: 800px;
	font-size: clamp(2rem, 3.8vw, 3rem);
	color: var(--wht-cream);
}

.wht-wine-shop-page .wht-wine-shop-product {
	padding: clamp(46px, 6vw, 76px) 0;
}

.wht-wine-shop-page .wht-wine-shop-product__grid {
	grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
	gap: clamp(36px, 5vw, 68px);
}

.wht-wine-shop-page .wht-wine-shop-product__gallery,
.wht-wine-shop-page .wht-wine-shop-tabs__panel {
	border-radius: 16px;
	background: #fff8ed;
	box-shadow: 0 14px 36px rgba(34, 26, 18, 0.08);
}

.wht-wine-shop-page .wht-wine-shop-product__summary h1 {
	font-size: clamp(2.5rem, 5vw, 4.6rem);
	letter-spacing: -0.045em;
}

.wht-wine-shop-page .wht-wine-shop-product__shipping {
	border-radius: 14px;
	background: rgba(255, 250, 241, 0.84);
}

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

@media (max-width: 860px) {
	.wht-wine-shop-page .wht-wine-shop-reassurance-row {
		grid-template-columns: 1fr;
	}

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

	.wht-wine-shop-page .wht-wine-shop-hero__media {
		order: -1;
	}
}

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

	.wht-wine-shop-page .wht-wine-shop-card__image-link {
		min-height: 250px;
	}

	.wht-wine-shop-page .wht-wine-shop-card__image {
		height: 220px;
	}
}


/* === v0.1.3 Malvajío boutique shop refinement === */
body.wht-wine-shop-standalone {
	background: #f4ecdd;
}

.wht-wine-shop-page {
	--wht-shop-ink: #16211d;
	--wht-shop-dark: #0b1411;
	--wht-shop-green: #143425;
	--wht-shop-green-2: #1f4833;
	--wht-shop-paper: #f4ecdd;
	--wht-shop-cream: #fffaf0;
	--wht-shop-wine: #8b2141;
	--wht-shop-gold: #e5c994;
	--wht-shop-line: rgba(22, 33, 29, 0.13);
	background: var(--wht-shop-paper);
}

/* The public site has no WP admin bar. Logged-in Chrome may show a WP admin toolbar;
   keep the shop header in normal flow so no artificial admin-bar gap appears. */
.wht-wine-shop-page .wht-wine-shop-header {
	position: relative;
	top: auto;
	background:
		linear-gradient(180deg, rgba(10, 18, 15, 0.99), rgba(10, 18, 15, 0.97)),
		var(--wht-shop-dark);
	border-top: 0;
	border-bottom: 1px solid rgba(255, 250, 240, 0.12);
	backdrop-filter: none;
}

body.admin-bar .wht-wine-shop-page .wht-wine-shop-header {
	top: auto;
}

@media (max-width: 860px) {
	body.admin-bar .wht-wine-shop-page .wht-wine-shop-header {
		top: auto;
	}
}

.wht-wine-shop-page .wht-wine-shop-header__inner {
	min-height: 78px;
	width: min(1240px, calc(100% - 44px));
}

.wht-wine-shop-page .wht-wine-shop-brand {
	gap: 14px;
	min-width: 220px;
}

.wht-wine-shop-page .wht-wine-shop-brand__logo {
	max-width: 82px;
	max-height: 52px;
	object-fit: contain;
}

.wht-wine-shop-page .wht-wine-shop-brand__text span {
	color: var(--wht-shop-cream);
	font-size: 14px;
	font-weight: 760;
	letter-spacing: -0.01em;
}

.wht-wine-shop-page .wht-wine-shop-brand__text small {
	color: rgba(229, 201, 148, 0.92);
	font-size: 12px;
	font-weight: 560;
	letter-spacing: 0.01em;
}

.wht-wine-shop-page .wht-wine-shop-nav {
	justify-content: flex-end;
	gap: 8px;
}

.wht-wine-shop-page .wht-wine-shop-nav a {
	padding: 10px 13px;
	color: rgba(255, 250, 240, 0.78);
	font-size: 14px;
	font-weight: 650;
}

.wht-wine-shop-page .wht-wine-shop-nav a.is-active,
.wht-wine-shop-page .wht-wine-shop-nav a:hover,
.wht-wine-shop-page .wht-wine-shop-nav a:focus-visible {
	background: rgba(255, 250, 240, 0.1);
	color: var(--wht-shop-cream);
}

.wht-wine-shop-page .wht-wine-shop-cart-link {
	border-color: rgba(229, 201, 148, 0.28);
	background: rgba(255, 250, 240, 0.025);
}

.wht-wine-shop-page .wht-wine-shop-cart-link__count {
	background: var(--wht-shop-gold);
	color: var(--wht-shop-dark);
}

.wht-wine-shop-page .wht-wine-shop-hero {
	background:
		radial-gradient(circle at 75% 18%, rgba(229, 201, 148, 0.14), rgba(229, 201, 148, 0) 30%),
		linear-gradient(135deg, #0c1713 0%, #123322 58%, #1c4930 100%);
	padding: clamp(62px, 7.6vw, 92px) 0 clamp(56px, 6.4vw, 78px);
}

.wht-wine-shop-page .wht-wine-shop-hero__grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
	align-items: center;
}

.wht-wine-shop-page .wht-wine-shop-hero__lead {
	color: #f0d6a6;
}

.wht-wine-shop-page .wht-wine-shop-hero__text {
	color: rgba(255, 250, 240, 0.82);
}

.wht-wine-shop-page .wht-wine-shop-hero__media {
	min-height: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.wht-wine-shop-page .wht-wine-shop-hero-card {
	display: grid;
	grid-template-columns: minmax(150px, 0.62fr) minmax(210px, 1fr);
	grid-template-rows: auto auto;
	gap: 14px;
}

.wht-wine-shop-page .wht-wine-shop-hero-card__logo,
.wht-wine-shop-page .wht-wine-shop-hero-card__photo {
	position: relative;
	min-height: 170px;
	border: 1px solid rgba(255, 250, 240, 0.14);
	border-radius: 18px;
	overflow: hidden;
	background: #fffaf0;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.23);
}

.wht-wine-shop-page .wht-wine-shop-hero-card__logo {
	display: grid;
	place-items: center;
	padding: 22px;
}

.wht-wine-shop-page .wht-wine-shop-hero-card__logo img {
	width: 100%;
	height: 100%;
	max-height: 205px;
	object-fit: contain;
}

.wht-wine-shop-page .wht-wine-shop-hero-card__photo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.wht-wine-shop-page .wht-wine-shop-hero-card__photo--main {
	grid-row: span 2;
	min-height: 360px;
}

.wht-wine-shop-page .wht-wine-shop-hero-card__photo--main img {
	object-position: 50% 43%;
}

.wht-wine-shop-page .wht-wine-shop-category-nav {
	display: none !important;
}

.wht-wine-shop-page .wht-wine-shop-intro {
	padding-top: 42px;
	padding-bottom: 18px;
}

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

.wht-wine-shop-page .wht-wine-shop-reassurance-row div {
	border-radius: 18px;
	border: 1px solid rgba(22, 33, 29, 0.1);
	background:
		linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(252, 244, 231, 0.92)),
		var(--wht-shop-cream);
	box-shadow: 0 18px 45px rgba(44, 30, 20, 0.07);
}

.wht-wine-shop-page .wht-wine-shop-section__header p {
	color: var(--wht-shop-wine);
}

.wht-wine-shop-page .wht-wine-shop-section__header h2 {
	max-width: 820px;
	color: var(--wht-shop-ink);
}

.wht-wine-shop-page .wht-wine-shop-products {
	padding-top: 46px;
}

.wht-wine-shop-page .wht-wine-shop-card {
	border-radius: 20px !important;
}

.wht-wine-shop-page .wht-wine-shop-card__title {
	text-wrap: balance;
}

.wht-wine-shop-page .wht-wine-shop-checkout-note {
	background:
		radial-gradient(circle at 14% 18%, rgba(229, 201, 148, 0.12), rgba(229, 201, 148, 0) 30%),
		linear-gradient(135deg, #0c1713, #14241f);
}

.wht-wine-shop-page .wht-wine-shop-footer {
	background:
		linear-gradient(180deg, #0b1411, #070d0b);
	padding: clamp(52px, 6vw, 76px) 0;
}

.wht-wine-shop-page .wht-wine-shop-footer__inner {
	width: min(1240px, calc(100% - 48px));
	display: grid;
	grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
	gap: clamp(38px, 6vw, 82px);
	align-items: start;
}

.wht-wine-shop-page .wht-wine-shop-footer__brand .wht-wine-shop-brand__logo,
.wht-wine-shop-page .wht-wine-shop-footer__brand .wht-wine-shop-brand__fallback {
	margin-bottom: 22px;
}

.wht-wine-shop-page .wht-wine-shop-footer__kicker {
	margin: 0 0 10px !important;
	color: var(--wht-shop-gold) !important;
	font-size: 0.78rem !important;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wht-wine-shop-page .wht-wine-shop-footer h2 {
	max-width: 520px;
	margin: 0 0 14px;
	color: var(--wht-shop-cream);
	font-size: clamp(2rem, 3.2vw, 3.2rem);
	letter-spacing: -0.045em;
}

.wht-wine-shop-page .wht-wine-shop-footer p {
	max-width: 620px;
	color: rgba(255, 250, 240, 0.72);
}

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

.wht-wine-shop-page .wht-wine-shop-footer__columns h3 {
	margin: 0 0 14px;
	color: var(--wht-shop-gold);
	font-family: var(--wht-serif, Georgia, "Times New Roman", serif);
	font-size: 1.05rem;
}

.wht-wine-shop-page .wht-wine-shop-footer__columns div {
	display: grid;
	align-content: start;
	gap: 10px;
}

.wht-wine-shop-page .wht-wine-shop-footer__columns a {
	color: rgba(255, 250, 240, 0.78);
	font-size: 0.94rem;
}

.wht-wine-shop-page .wht-wine-shop-footer__columns a:hover,
.wht-wine-shop-page .wht-wine-shop-footer__columns a:focus-visible {
	color: var(--wht-shop-cream);
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Old footer nav fallback, kept harmless if cached markup appears. */
.wht-wine-shop-page .wht-wine-shop-footer > .wht-wine-shop-footer__inner > nav {
	display: none;
}

@media (max-width: 1100px) {
	.wht-wine-shop-page .wht-wine-shop-header__inner {
		align-items: center;
		flex-wrap: wrap;
	}

	.wht-wine-shop-page .wht-wine-shop-nav {
		order: 3;
		flex: 0 0 100%;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-card {
		grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
	}
}

@media (max-width: 860px) {
	.wht-wine-shop-page .wht-wine-shop-hero-card {
		grid-template-columns: 1fr 1fr;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-card__photo--main {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 300px;
	}

	.wht-wine-shop-page .wht-wine-shop-footer__inner,
	.wht-wine-shop-page .wht-wine-shop-footer__columns {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.wht-wine-shop-page .wht-wine-shop-header__inner {
		width: min(1240px, calc(100% - 24px));
	}

	.wht-wine-shop-page .wht-wine-shop-brand__logo {
		max-width: 70px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-card {
		grid-template-columns: 1fr;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-card__logo,
	.wht-wine-shop-page .wht-wine-shop-hero-card__photo {
		min-height: 210px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-card__photo--main {
		min-height: 280px;
	}
}


/* === v0.1.4 refined Malvajío shop: clean header, calmer hero, finer bottle cards === */

/* Clean WHT header: no duplicated subtitle, no visual clutter. */
.wht-wine-shop-page .wht-wine-shop-header {
	position: relative !important;
	top: auto !important;
	background: rgba(8, 14, 12, 0.98) !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(255, 250, 240, 0.08) !important;
	box-shadow: none !important;
}

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

.wht-wine-shop-page .wht-wine-shop-header__inner {
	width: min(1180px, calc(100% - 48px)) !important;
	min-height: 72px !important;
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: clamp(22px, 4vw, 52px) !important;
	padding: 0 !important;
}

.wht-wine-shop-page .wht-wine-shop-brand {
	min-width: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 0 !important;
}

.wht-wine-shop-page .wht-wine-shop-brand__logo {
	display: block !important;
	width: auto !important;
	height: 34px !important;
	max-width: 168px !important;
	max-height: 34px !important;
	object-fit: contain !important;
	object-position: left center !important;
}

.wht-wine-shop-page .wht-wine-shop-brand__fallback {
	width: 46px !important;
	height: 46px !important;
	font-size: 13px !important;
}

.wht-wine-shop-page .wht-wine-shop-brand__label,
.wht-wine-shop-page .wht-wine-shop-brand__text {
	display: none !important;
}

.wht-wine-shop-page .wht-wine-shop-nav {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 8px !important;
	min-width: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
}

.wht-wine-shop-page .wht-wine-shop-nav a {
	padding: 10px 13px !important;
	border-radius: 999px !important;
	color: rgba(255, 250, 240, 0.74) !important;
	font-size: 0.92rem !important;
	font-weight: 650 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	transition: background 160ms ease, color 160ms ease;
}

.wht-wine-shop-page .wht-wine-shop-nav a.is-active {
	background: rgba(255, 250, 240, 0.12) !important;
	color: #fffaf0 !important;
}

.wht-wine-shop-page .wht-wine-shop-nav a:hover,
.wht-wine-shop-page .wht-wine-shop-nav a:focus-visible {
	background: rgba(255, 250, 240, 0.08) !important;
	color: #fffaf0 !important;
}

.wht-wine-shop-page .wht-wine-shop-cart-link {
	min-height: 42px !important;
	padding: 9px 14px !important;
	border: 1px solid rgba(229, 201, 148, 0.24) !important;
	border-radius: 999px !important;
	background: rgba(255, 250, 240, 0.025) !important;
	color: #fffaf0 !important;
	font-weight: 650 !important;
}

.wht-wine-shop-page .wht-wine-shop-cart-link__count {
	background: #e5c994 !important;
	color: #0b1411 !important;
}

/* Hero: more editorial, less busy, with Malvajío as the bodega identity. */
.wht-wine-shop-page .wht-wine-shop-hero {
	position: relative !important;
	padding: clamp(76px, 8vw, 112px) 0 clamp(64px, 7vw, 98px) !important;
	background:
		radial-gradient(circle at 74% 20%, rgba(229, 201, 148, 0.12), rgba(229, 201, 148, 0) 30%),
		radial-gradient(circle at 18% 78%, rgba(139, 33, 65, 0.18), rgba(139, 33, 65, 0) 24%),
		linear-gradient(135deg, #07110e 0%, #123222 54%, #183f2c 100%) !important;
	overflow: hidden !important;
}

.wht-wine-shop-page .wht-wine-shop-hero::after {
	position: absolute;
	inset: auto 0 0 0;
	height: 1px;
	background: rgba(255, 250, 240, 0.08);
	content: "";
}

.wht-wine-shop-page .wht-wine-shop-hero__grid {
	position: relative !important;
	z-index: 1 !important;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.74fr) !important;
	gap: clamp(48px, 7vw, 92px) !important;
	align-items: center !important;
}

.wht-wine-shop-page .wht-wine-shop-breadcrumb {
	margin-bottom: clamp(24px, 3vw, 36px) !important;
	font-size: 0.86rem !important;
}

.wht-wine-shop-page .wht-wine-shop-kicker {
	margin-bottom: 14px !important;
	color: #e5c994 !important;
	font-size: 0.78rem !important;
	font-weight: 850 !important;
	letter-spacing: 0.08em !important;
}

.wht-wine-shop-page .wht-wine-shop-hero h1 {
	max-width: 760px !important;
	font-size: clamp(4rem, 7.6vw, 7.15rem) !important;
	line-height: 0.94 !important;
	letter-spacing: -0.065em !important;
	color: #fffaf0 !important;
}

.wht-wine-shop-page .wht-wine-shop-hero__lead {
	max-width: 730px !important;
	margin-top: 26px !important;
	color: #f0d6a6 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(1.55rem, 2.8vw, 2.65rem) !important;
	line-height: 1.08 !important;
	letter-spacing: -0.045em !important;
}

.wht-wine-shop-page .wht-wine-shop-hero__text {
	max-width: 690px !important;
	margin-top: 20px !important;
	color: rgba(255, 250, 240, 0.78) !important;
	font-size: clamp(1rem, 1.2vw, 1.1rem) !important;
	line-height: 1.78 !important;
}

.wht-wine-shop-page .wht-wine-shop-hero__actions {
	gap: 14px !important;
	margin-top: 32px !important;
}

.wht-wine-shop-page .wht-wine-shop-hero-art {
	position: relative;
	min-height: clamp(390px, 42vw, 560px);
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: end;
}

.wht-wine-shop-page .wht-wine-shop-hero-art figure {
	margin: 0;
}

.wht-wine-shop-page .wht-wine-shop-hero-art__main {
	position: relative;
	z-index: 1;
	width: min(100%, 430px);
	justify-self: end;
	border: 1px solid rgba(255, 250, 240, 0.16);
	border-radius: 26px;
	overflow: hidden;
	background: #fffaf0;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
}

.wht-wine-shop-page .wht-wine-shop-hero-art__main img {
	display: block;
	width: 100%;
	height: clamp(390px, 42vw, 560px);
	object-fit: cover;
	object-position: 50% 42%;
}

.wht-wine-shop-page .wht-wine-shop-hero-art__brand {
	position: absolute;
	z-index: 2;
	top: 7%;
	left: 0;
	width: clamp(170px, 18vw, 230px);
	border: 1px solid rgba(23, 33, 31, 0.1);
	border-radius: 22px;
	background: rgba(255, 250, 240, 0.96);
	padding: 20px 20px 16px;
	box-shadow: 0 24px 65px rgba(0, 0, 0, 0.26);
}

.wht-wine-shop-page .wht-wine-shop-hero-art__brand img {
	display: block;
	width: 100%;
	height: auto;
}

.wht-wine-shop-page .wht-wine-shop-hero-art__brand span {
	display: block;
	margin-top: 10px;
	color: #173526;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.wht-wine-shop-page .wht-wine-shop-hero-art__thumb {
	position: absolute;
	z-index: 2;
	width: clamp(150px, 17vw, 230px);
	border: 1px solid rgba(255, 250, 240, 0.16);
	border-radius: 20px;
	overflow: hidden;
	background: #fffaf0;
	box-shadow: 0 24px 65px rgba(0, 0, 0, 0.26);
}

.wht-wine-shop-page .wht-wine-shop-hero-art__thumb img {
	display: block;
	width: 100%;
	height: clamp(130px, 14vw, 188px);
	object-fit: cover;
}

.wht-wine-shop-page .wht-wine-shop-hero-art__thumb--one {
	left: 4%;
	bottom: 8%;
}

.wht-wine-shop-page .wht-wine-shop-hero-art__thumb--one img {
	object-position: 52% 54%;
}

.wht-wine-shop-page .wht-wine-shop-hero-art__thumb--two {
	right: -3%;
	bottom: -5%;
	width: clamp(130px, 14vw, 190px);
}

.wht-wine-shop-page .wht-wine-shop-hero-art__thumb--two img {
	height: clamp(116px, 12vw, 164px);
	object-position: 56% 50%;
}

/* Reassurance and product area: lighter and more shop-like. */
.wht-wine-shop-page .wht-wine-shop-intro {
	padding: clamp(34px, 4.5vw, 54px) 0 18px !important;
	background: linear-gradient(180deg, #f7f0e4, #f4ecdd) !important;
}

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

.wht-wine-shop-page .wht-wine-shop-reassurance-row div {
	border-radius: 18px !important;
	padding: 20px 22px !important;
	background: rgba(255, 250, 240, 0.86) !important;
	box-shadow: 0 14px 36px rgba(34, 26, 18, 0.06) !important;
}

.wht-wine-shop-page .wht-wine-shop-reassurance-row strong {
	color: #173526 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 1.18rem !important;
	letter-spacing: -0.03em !important;
}

.wht-wine-shop-page .wht-wine-shop-products {
	padding-top: clamp(42px, 5vw, 62px) !important;
}

/* Finer, more boutique bottle cards. */
.wht-wine-shop-page ul.products {
	grid-template-columns: repeat(4, minmax(220px, 1fr)) !important;
	gap: 20px !important;
}

.wht-wine-shop-page ul.products li.product.wht-wine-shop-card,
.wht-wine-shop-page .wht-wine-shop-card {
	border-radius: 18px !important;
	border: 1px solid rgba(22, 33, 29, 0.09) !important;
	background: rgba(255, 250, 240, 0.92) !important;
	box-shadow: 0 16px 38px rgba(34, 26, 18, 0.07) !important;
}

.wht-wine-shop-page .wht-wine-shop-card:hover,
.wht-wine-shop-page .wht-wine-shop-card:focus-within {
	transform: translateY(-2px) !important;
	box-shadow: 0 22px 52px rgba(34, 26, 18, 0.11) !important;
}

.wht-wine-shop-page .wht-wine-shop-card__image-link {
	min-height: 236px !important;
	padding: 24px 22px 18px !important;
	background:
		radial-gradient(circle at 50% 34%, rgba(229, 201, 148, 0.14), rgba(229, 201, 148, 0) 45%),
		linear-gradient(180deg, #fffdf8, #f6eddf) !important;
}

.wht-wine-shop-page .wht-wine-shop-card__image {
	height: 212px !important;
	width: 100% !important;
	object-fit: contain !important;
}

.wht-wine-shop-page .wht-wine-shop-card__body {
	padding: 18px 18px 20px !important;
	gap: 9px !important;
}

.wht-wine-shop-page .wht-wine-shop-card__category {
	color: #667a2e !important;
	font-size: 0.72rem !important;
	font-weight: 850 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
}

.wht-wine-shop-page .wht-wine-shop-card__title {
	display: -webkit-box !important;
	min-height: 3.05em !important;
	overflow: hidden !important;
	font-size: clamp(1.08rem, 1.35vw, 1.32rem) !important;
	line-height: 1.02 !important;
	letter-spacing: -0.035em !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
}

.wht-wine-shop-page .wht-wine-shop-card__excerpt {
	display: -webkit-box !important;
	max-height: 2.95em !important;
	overflow: hidden !important;
	color: rgba(22, 33, 29, 0.58) !important;
	font-size: 0.82rem !important;
	line-height: 1.46 !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
}

.wht-wine-shop-page .wht-wine-shop-card__price {
	margin-top: auto !important;
	font-size: 1.13rem !important;
	letter-spacing: -0.02em !important;
}

.wht-wine-shop-page .wht-wine-shop-card__actions {
	gap: 10px !important;
}

.wht-wine-shop-page .wht-wine-shop-card__actions .button,
.wht-wine-shop-page .wht-wine-shop-card__add-to-case {
	min-height: 38px !important;
	padding: 10px 14px !important;
	border-radius: 999px !important;
	font-size: 0.78rem !important;
}

.wht-wine-shop-page .wht-wine-shop-card__view {
	min-height: 38px !important;
	padding: 8px 0 !important;
	font-size: 0.78rem !important;
	font-weight: 850 !important;
}

/* Footer: keep the same structure, make it calmer and cleaner. */
.wht-wine-shop-page .wht-wine-shop-footer {
	background: linear-gradient(180deg, #0b1411, #060b09) !important;
}

.wht-wine-shop-page .wht-wine-shop-footer__inner {
	width: min(1180px, calc(100% - 48px)) !important;
}

.wht-wine-shop-page .wht-wine-shop-footer__brand .wht-wine-shop-brand__logo {
	height: 34px !important;
	max-height: 34px !important;
	max-width: 168px !important;
}

@media (max-width: 1220px) {
	.wht-wine-shop-page ul.products {
		grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
	}
}

@media (max-width: 980px) {
	.wht-wine-shop-page .wht-wine-shop-header__inner {
		grid-template-columns: auto auto !important;
		row-gap: 14px !important;
		padding: 14px 0 !important;
	}

	.wht-wine-shop-page .wht-wine-shop-nav {
		grid-column: 1 / -1 !important;
		justify-content: flex-start !important;
		overflow-x: auto !important;
		scrollbar-width: none;
	}

	.wht-wine-shop-page .wht-wine-shop-nav::-webkit-scrollbar {
		display: none;
	}

	.wht-wine-shop-page .wht-wine-shop-cart-link {
		justify-self: end !important;
	}

	.wht-wine-shop-page .wht-wine-shop-hero__grid {
		grid-template-columns: 1fr !important;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-art {
		width: min(620px, 100%);
		margin: 0 auto;
	}

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

@media (max-width: 760px) {
	.wht-wine-shop-page .wht-wine-shop-reassurance-row {
		grid-template-columns: 1fr !important;
	}

	.wht-wine-shop-page .wht-wine-shop-hero h1 {
		font-size: clamp(3.15rem, 15vw, 4.4rem) !important;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-art {
		min-height: auto;
		display: grid;
		gap: 12px;
		grid-template-columns: 1fr 1fr;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-art__main,
	.wht-wine-shop-page .wht-wine-shop-hero-art__brand,
	.wht-wine-shop-page .wht-wine-shop-hero-art__thumb {
		position: relative;
		inset: auto;
		width: auto;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-art__main {
		grid-column: 1 / -1;
		justify-self: stretch;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-art__main img {
		height: 360px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-art__brand,
	.wht-wine-shop-page .wht-wine-shop-hero-art__thumb {
		min-height: 190px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-art__brand {
		padding: 18px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-art__thumb img {
		height: 190px;
	}
}

@media (max-width: 560px) {
	.wht-wine-shop-page .wht-wine-shop-header__inner {
		width: min(1180px, calc(100% - 26px)) !important;
	}

	.wht-wine-shop-page .wht-wine-shop-brand__logo {
		height: 28px !important;
		max-height: 28px !important;
		max-width: 130px !important;
	}

	.wht-wine-shop-page .wht-wine-shop-nav a {
		font-size: 0.84rem !important;
	}

	.wht-wine-shop-page ul.products {
		grid-template-columns: 1fr !important;
	}

	.wht-wine-shop-page .wht-wine-shop-card__image-link {
		min-height: 250px !important;
	}

	.wht-wine-shop-page .wht-wine-shop-card__image {
		height: 226px !important;
	}
}


/* v0.1.5 — final simplified shop header, logo-led hero and minimal bottle cards. */
.wht-wine-shop-page .wht-wine-shop-header {
	background: rgba(13, 20, 18, 0.985);
	border-bottom: 1px solid rgba(255, 250, 240, 0.09);
}

.wht-wine-shop-page .wht-wine-shop-header__inner {
	width: min(1180px, calc(100% - 48px));
	min-height: 64px;
	gap: 24px;
}

.wht-wine-shop-page .wht-wine-shop-brand {
	min-width: 88px;
	max-width: 118px;
	gap: 0;
}

.wht-wine-shop-page .wht-wine-shop-brand__logo {
	display: block;
	width: auto;
	max-width: 112px;
	max-height: 34px;
	object-fit: contain;
}

.wht-wine-shop-page .wht-wine-shop-brand__label,
.wht-wine-shop-page .wht-wine-shop-brand__text {
	display: none !important;
}

.wht-wine-shop-page .wht-wine-shop-nav {
	gap: 2px;
}

.wht-wine-shop-page .wht-wine-shop-nav a {
	padding: 9px 11px;
	font-size: 13px;
	font-weight: 650;
}

.wht-wine-shop-page .wht-wine-shop-cart-link {
	min-height: 38px;
	padding: 7px 12px;
	font-size: 13px;
}

.wht-wine-shop-page .wht-wine-shop-cart-link__count {
	min-width: 20px;
	height: 20px;
}

.wht-wine-shop-page .wht-wine-shop-hero {
	padding: clamp(68px, 7vw, 96px) 0;
	background:
		radial-gradient(circle at 78% 45%, rgba(113, 72, 110, 0.17), transparent 28%),
		linear-gradient(130deg, #0d1a15 0%, #103426 58%, #1b4934 100%);
}

.wht-wine-shop-page .wht-wine-shop-hero__grid {
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
	gap: clamp(46px, 7vw, 92px);
}

.wht-wine-shop-page .wht-wine-shop-hero__media {
	display: grid;
	place-items: center;
	min-height: 390px;
	border-radius: 0;
	overflow: visible;
	box-shadow: none;
	background: transparent;
}

.wht-wine-shop-page .wht-wine-shop-hero-logo {
	display: grid;
	place-items: center;
	width: min(100%, 430px);
	min-height: 360px;
	padding: 22px;
}

.wht-wine-shop-page .wht-wine-shop-hero-logo img {
	display: block;
	width: min(100%, 390px);
	max-height: 370px;
	object-fit: contain;
	filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.24));
}

.wht-wine-shop-page .wht-wine-shop-hero h1 {
	font-size: clamp(3.4rem, 5vw, 5.6rem);
	letter-spacing: -0.045em;
}

.wht-wine-shop-page .wht-wine-shop-hero__lead {
	max-width: 560px;
	font-size: clamp(1.75rem, 2.5vw, 2.5rem);
}

.wht-wine-shop-page .wht-wine-shop-hero__text {
	max-width: 590px;
	font-size: 16px;
	line-height: 1.7;
}

.wht-wine-shop-page .wht-wine-shop-hero__actions {
	margin-top: 28px;
}

.wht-wine-shop-page ul.products {
	grid-template-columns: repeat(4, minmax(210px, 1fr)) !important;
	gap: 18px !important;
}

.wht-wine-shop-page ul.products li.product.wht-wine-shop-card,
.wht-wine-shop-page .wht-wine-shop-card {
	border-radius: 14px !important;
	box-shadow: 0 12px 30px rgba(34, 26, 18, 0.055) !important;
}

.wht-wine-shop-page .wht-wine-shop-card__image-link {
	min-height: 250px !important;
	padding: 22px 20px 16px !important;
}

.wht-wine-shop-page .wht-wine-shop-card__image {
	height: 222px !important;
}

.wht-wine-shop-page .wht-wine-shop-card__body {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
	min-height: 205px;
	padding: 18px 18px 20px !important;
}

.wht-wine-shop-page .wht-wine-shop-card__category,
.wht-wine-shop-page .wht-wine-shop-card__excerpt {
	display: none !important;
}

.wht-wine-shop-page .wht-wine-shop-card__title {
	display: block !important;
	min-height: auto !important;
	margin: 0 !important;
	overflow: visible !important;
	font-size: clamp(1.16rem, 1.4vw, 1.38rem) !important;
	line-height: 1.08 !important;
	letter-spacing: -0.035em !important;
	-webkit-line-clamp: unset !important;
}

.wht-wine-shop-page .wht-wine-shop-card__varieties {
	min-height: 2.8em;
	margin: 0;
	color: rgba(23, 33, 31, 0.62);
	font-size: 0.82rem;
	font-weight: 650;
	line-height: 1.4;
}

.wht-wine-shop-page .wht-wine-shop-card__price {
	margin-top: auto;
	font-size: 1.08rem !important;
	line-height: 1.2;
}

.wht-wine-shop-page .wht-wine-shop-card__actions {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 12px;
	margin-top: 2px;
}

.wht-wine-shop-page .wht-wine-shop-card__actions .button {
	min-height: 36px !important;
	padding: 9px 13px !important;
	font-size: 0.76rem !important;
	white-space: nowrap;
}

.wht-wine-shop-page .wht-wine-shop-card__view {
	min-height: 36px;
	padding: 8px 0;
	font-size: 0.78rem;
	white-space: nowrap;
}

@media (max-width: 1100px) {
	.wht-wine-shop-page .wht-wine-shop-header__inner {
		width: min(1180px, calc(100% - 32px));
	}

	.wht-wine-shop-page .wht-wine-shop-hero__media {
		min-height: 300px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-logo {
		min-height: 290px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-logo img {
		max-height: 290px;
	}
}

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

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

	.wht-wine-shop-page .wht-wine-shop-hero__media {
		min-height: 260px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-logo {
		min-height: 250px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-logo img {
		max-height: 250px;
	}
}

@media (max-width: 640px) {
	.wht-wine-shop-page .wht-wine-shop-header__inner {
		min-height: 58px;
		padding: 10px 0;
	}

	.wht-wine-shop-page .wht-wine-shop-brand__logo {
		max-width: 94px;
		max-height: 30px;
	}

	.wht-wine-shop-page ul.products {
		grid-template-columns: 1fr !important;
	}

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

	.wht-wine-shop-page .wht-wine-shop-card__varieties {
		min-height: auto;
	}
}


/* v0.1.6 — exact WHT header mark and white Malvajío logo blended into hero. */
.wht-wine-shop-page .wht-wine-shop-brand {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 91px;
	min-width: 91px;
	max-width: 91px;
	height: 53px;
	overflow: visible;
}

.wht-wine-shop-page .wht-wine-shop-brand__logo {
	display: block;
	width: 91px !important;
	height: 53px !important;
	max-width: 91px !important;
	max-height: 53px !important;
	object-fit: contain;
	object-position: left center;
}

.wht-wine-shop-page .wht-wine-shop-hero-logo {
	position: relative;
	isolation: isolate;
	display: grid;
	place-items: center;
	width: min(100%, 470px);
	min-height: 390px;
	padding: 20px;
	background: transparent;
}

.wht-wine-shop-page .wht-wine-shop-hero-logo::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 1%;
	border-radius: 50%;
	background: radial-gradient(
		ellipse at center,
		rgba(255, 255, 255, 0.98) 0%,
		rgba(255, 255, 255, 0.96) 48%,
		rgba(255, 255, 255, 0.78) 64%,
		rgba(255, 255, 255, 0.28) 78%,
		rgba(255, 255, 255, 0) 94%
	);
	filter: blur(4px);
}

.wht-wine-shop-page .wht-wine-shop-hero-logo img {
	display: block;
	width: min(100%, 390px);
	max-height: 390px;
	object-fit: contain;
	background: #fff;
	-webkit-mask-image: radial-gradient(
		ellipse at center,
		#000 0%,
		#000 63%,
		rgba(0, 0, 0, 0.94) 72%,
		rgba(0, 0, 0, 0.52) 84%,
		transparent 98%
	);
	mask-image: radial-gradient(
		ellipse at center,
		#000 0%,
		#000 63%,
		rgba(0, 0, 0, 0.94) 72%,
		rgba(0, 0, 0, 0.52) 84%,
		transparent 98%
	);
	filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.18));
}

@media (max-width: 980px) {
	.wht-wine-shop-page .wht-wine-shop-hero-logo {
		min-height: 300px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-logo img {
		max-height: 300px;
	}
}

@media (max-width: 640px) {
	.wht-wine-shop-page .wht-wine-shop-brand {
		width: 82px;
		min-width: 82px;
		max-width: 82px;
		height: 48px;
	}

	.wht-wine-shop-page .wht-wine-shop-brand__logo {
		width: 82px !important;
		height: 48px !important;
		max-width: 82px !important;
		max-height: 48px !important;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-logo {
		min-height: 250px;
		padding: 8px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-logo img {
		max-height: 250px;
	}
}

/* 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 {
		width: 164px !important;
		height: auto !important;
		max-width: 164px !important;
		max-height: none !important;
	}
}


/* v0.1.7 — functional dropdown navigation, white shop hero and Cargo Wine delivery module. */
.wht-wine-shop-page .wht-wine-shop-hero {
	background: #ffffff !important;
	color: #16372a !important;
	border-bottom: 1px solid rgba(22, 55, 42, 0.10);
}

.wht-wine-shop-page .wht-wine-shop-breadcrumb {
	color: rgba(22, 55, 42, 0.62) !important;
}

.wht-wine-shop-page .wht-wine-shop-breadcrumb a {
	color: #7d263f !important;
}

.wht-wine-shop-page .wht-wine-shop-kicker {
	color: #8d2945 !important;
}

.wht-wine-shop-page .wht-wine-shop-hero h1 {
	color: #153b2b !important;
}

.wht-wine-shop-page .wht-wine-shop-hero__lead {
	color: #8d2945 !important;
}

.wht-wine-shop-page .wht-wine-shop-hero__text {
	color: rgba(22, 55, 42, 0.78) !important;
}

.wht-wine-shop-page .wht-wine-shop-hero-logo {
	min-height: 420px;
	background: #fff;
}

.wht-wine-shop-page .wht-wine-shop-hero-logo::before {
	display: none !important;
}

.wht-wine-shop-page .wht-wine-shop-hero-logo img {
	width: min(100%, 430px);
	max-height: 410px;
	background: #fff;
	-webkit-mask-image: none !important;
	mask-image: none !important;
	filter: drop-shadow(0 24px 48px rgba(39, 28, 31, 0.10));
}

.wht-wine-shop-page .wht-wine-shop-button--outline {
	background: transparent;
	border-color: rgba(21, 59, 43, 0.28);
	color: #153b2b;
}

.wht-wine-shop-page .wht-wine-shop-button--outline:hover,
.wht-wine-shop-page .wht-wine-shop-button--outline:focus-visible {
	background: #153b2b;
	border-color: #153b2b;
	color: #fffaf0;
}

/* Desktop dropdown navigation. */
.wht-wine-shop-page .wht-wine-shop-nav__item {
	position: relative;
	display: flex;
	align-items: center;
}

.wht-wine-shop-page .wht-wine-shop-nav__item > a {
	display: inline-flex;
	align-items: center;
}

.wht-wine-shop-page .wht-wine-shop-submenu-toggle {
	display: none;
	width: 24px;
	height: 34px;
	margin-left: -7px;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.wht-wine-shop-page .wht-wine-shop-submenu-toggle::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 auto;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.wht-wine-shop-page .wht-wine-shop-submenu {
	position: absolute;
	z-index: 120;
	top: calc(100% + 8px);
	left: 50%;
	width: max-content;
	min-width: 230px;
	padding: 10px;
	border: 1px solid rgba(255, 250, 240, 0.10);
	border-radius: 14px;
	background: #111b18;
	box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 8px);
	transition: opacity 150ms ease, visibility 150ms ease, transform 150ms ease;
}

.wht-wine-shop-page .wht-wine-shop-submenu::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	height: 14px;
}

.wht-wine-shop-page .wht-wine-shop-submenu a {
	display: block;
	border-radius: 9px;
	padding: 10px 12px;
	color: rgba(255, 250, 240, 0.84);
	font-size: 13px;
	line-height: 1.35;
}

.wht-wine-shop-page .wht-wine-shop-submenu a:hover,
.wht-wine-shop-page .wht-wine-shop-submenu a:focus-visible {
	background: rgba(255, 250, 240, 0.08);
	color: #fffaf0;
}

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

.wht-wine-shop-page .wht-wine-shop-menu-toggle {
	display: none;
}

/* Cargo Wine block. */
.wht-wine-shop-page .wht-wine-shop-delivery {
	background: #153b2b;
	color: #fffaf0;
}

.wht-wine-shop-page .wht-wine-shop-delivery__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 58px;
	align-items: center;
}

.wht-wine-shop-page .wht-wine-shop-delivery__copy h2 {
	margin-bottom: 18px;
	color: #fffaf0;
	font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.wht-wine-shop-page .wht-wine-shop-delivery__copy > p:not(.wht-wine-shop-kicker) {
	max-width: 620px;
	margin: 0 0 26px;
	color: rgba(255, 250, 240, 0.80);
	font-size: 16px;
	line-height: 1.7;
}

.wht-wine-shop-page .wht-wine-shop-delivery__benefits {
	display: grid;
	gap: 12px;
}

.wht-wine-shop-page .wht-wine-shop-delivery__benefits div {
	padding: 22px;
	border: 1px solid rgba(255, 250, 240, 0.14);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.055);
}

.wht-wine-shop-page .wht-wine-shop-delivery__benefits strong,
.wht-wine-shop-page .wht-wine-shop-delivery__benefits span {
	display: block;
}

.wht-wine-shop-page .wht-wine-shop-delivery__benefits strong {
	margin-bottom: 7px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.18rem;
}

.wht-wine-shop-page .wht-wine-shop-delivery__benefits span {
	color: rgba(255, 250, 240, 0.76);
	font-size: 14px;
	line-height: 1.55;
}

/* Code-based calculator modal. */
.wht-wine-shop-page .wht-wine-shop-modal[hidden] {
	display: none !important;
}

.wht-wine-shop-page .wht-wine-shop-modal {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
}

.wht-wine-shop-page .wht-wine-shop-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 12, 10, 0.76);
	backdrop-filter: blur(6px);
}

.wht-wine-shop-page .wht-wine-shop-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(980px, 100%);
	max-height: min(88vh, 900px);
	overflow: auto;
	border-radius: 20px;
	background: #fffaf0;
	box-shadow: 0 32px 100px rgba(0, 0, 0, 0.34);
	padding: clamp(24px, 4vw, 46px);
}

.wht-wine-shop-page .wht-wine-shop-modal__close {
	position: absolute;
	top: 14px;
	right: 16px;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(21, 59, 43, 0.16);
	border-radius: 50%;
	background: #fff;
	color: #153b2b;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.wht-wine-shop-page .wht-wine-shop-modal__header {
	max-width: 720px;
	margin-bottom: 24px;
	padding-right: 46px;
}

.wht-wine-shop-page .wht-wine-shop-modal__header h2 {
	color: #153b2b;
	font-size: clamp(2rem, 4vw, 3.2rem);
}

.wht-wine-shop-page .wht-wine-shop-modal__header > p:last-child {
	margin: 14px 0 0;
	color: rgba(23, 33, 31, 0.70);
	line-height: 1.65;
}

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

@media (max-width: 1100px) {
	.wht-wine-shop-page .wht-wine-shop-menu-toggle {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		order: 2;
		border: 1px solid rgba(255, 250, 240, 0.16);
		border-radius: 999px;
		background: transparent;
		color: #fffaf0;
		padding: 8px 12px;
		font-size: 13px;
	}

	.wht-wine-shop-page .wht-wine-shop-menu-toggle__icon {
		position: relative;
		width: 16px;
		height: 10px;
		border-top: 1.5px solid currentColor;
		border-bottom: 1.5px solid currentColor;
	}

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

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

	.wht-wine-shop-page .wht-wine-shop-nav {
		display: none;
		order: 4;
		flex: 0 0 100%;
		align-items: stretch;
		flex-direction: column;
		padding: 10px 0 4px;
		overflow: visible;
	}

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

	.wht-wine-shop-page .wht-wine-shop-nav__item {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		width: 100%;
	}

	.wht-wine-shop-page .wht-wine-shop-nav__item > a {
		padding: 11px 10px;
	}

	.wht-wine-shop-page .wht-wine-shop-submenu-toggle {
		display: inline-grid;
		place-items: center;
	}

	.wht-wine-shop-page .wht-wine-shop-submenu {
		position: static;
		grid-column: 1 / -1;
		display: none;
		width: 100%;
		min-width: 0;
		padding: 6px 0 8px 18px;
		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-submenu a {
		padding: 9px 12px;
	}

	.wht-wine-shop-page .wht-wine-shop-delivery__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.wht-wine-shop-page .wht-wine-shop-menu-toggle__label {
		display: none;
	}

	.wht-wine-shop-page .wht-wine-shop-modal {
		padding: 10px;
	}

	.wht-wine-shop-page .wht-wine-shop-modal__dialog {
		max-height: 94vh;
		border-radius: 14px;
		padding: 22px 16px;
	}
}


/* v0.1.8 — transparent Malvajío hero logo, product-page-style contact form, and calculator enquiry refinements. */
.wht-wine-shop-page .wht-wine-shop-hero__grid {
	grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
	gap: clamp(42px, 6vw, 86px);
}

.wht-wine-shop-page .wht-wine-shop-hero__media {
	min-height: 500px;
}

.wht-wine-shop-page .wht-wine-shop-hero-logo {
	width: min(100%, 620px);
	min-height: 500px;
	padding: 0;
	background: transparent !important;
}

.wht-wine-shop-page .wht-wine-shop-hero-logo img {
	width: min(100%, 600px) !important;
	max-height: 560px !important;
	background: transparent !important;
	object-fit: contain;
	filter: drop-shadow(0 24px 52px rgba(35, 25, 35, 0.10));
}

/* Contact section based on the WHT product-page form pattern. */
.wht-wine-shop-page .wht-wine-shop-contact {
	background: #f7f0e4;
}

.wht-wine-shop-page .wht-wine-shop-contact__grid {
	display: grid;
	grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(44px, 7vw, 88px);
	align-items: center;
}

.wht-wine-shop-page .wht-wine-shop-contact__copy {
	max-width: 430px;
}

.wht-wine-shop-page .wht-wine-shop-contact__copy h2 {
	margin: 0 0 18px;
	color: #153b2b;
	font-size: clamp(2.4rem, 4vw, 4.1rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.wht-wine-shop-page .wht-wine-shop-contact__copy > p:last-child {
	margin: 0;
	color: rgba(23, 33, 31, 0.7);
	font-size: 16px;
	line-height: 1.7;
}

.wht-wine-shop-page .wht-wine-shop-contact__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid rgba(21, 59, 43, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 18px 48px rgba(32, 26, 21, 0.065);
}

.wht-wine-shop-page .wht-wine-shop-form-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.wht-wine-shop-page .wht-wine-shop-form-field--full {
	grid-column: 1 / -1;
}

.wht-wine-shop-page .wht-wine-shop-form-field label {
	color: #153b2b;
	font-size: 13px;
	font-weight: 750;
}

.wht-wine-shop-page .wht-wine-shop-form-field input,
.wht-wine-shop-page .wht-wine-shop-form-field textarea {
	width: 100%;
	border: 1px solid rgba(21, 59, 43, 0.18);
	border-radius: 10px;
	background: #fff;
	color: #17211f;
	padding: 12px 13px;
	font: inherit;
	line-height: 1.4;
}

.wht-wine-shop-page .wht-wine-shop-form-field input {
	min-height: 46px;
}

.wht-wine-shop-page .wht-wine-shop-form-field input:focus,
.wht-wine-shop-page .wht-wine-shop-form-field textarea:focus {
	border-color: #8d2945;
	outline: 3px solid rgba(141, 41, 69, 0.12);
	outline-offset: 1px;
}

.wht-wine-shop-page .wht-wine-shop-form-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.wht-wine-shop-page .wht-wine-shop-form-status {
	margin: 0;
	color: #153b2b;
	font-size: 13px;
	line-height: 1.45;
}

.wht-wine-shop-page .wht-wine-shop-form-status.is-error {
	color: #9e1d35;
}

.wht-wine-shop-page .wht-wine-shop-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

/* Perfectly centred close icon. */
.wht-wine-shop-page .wht-wine-shop-modal__close {
	display: grid;
	place-items: center;
	padding: 0;
	font-size: 0;
	line-height: 1;
}

.wht-wine-shop-page .wht-wine-shop-modal__close::before,
.wht-wine-shop-page .wht-wine-shop-modal__close::after {
	content: "";
	position: absolute;
	width: 17px;
	height: 2px;
	border-radius: 999px;
	background: #153b2b;
}

.wht-wine-shop-page .wht-wine-shop-modal__close::before {
	transform: rotate(45deg);
}

.wht-wine-shop-page .wht-wine-shop-modal__close::after {
	transform: rotate(-45deg);
}

/* Manual destination check inside the calculator. */
.wht-wine-shop-page .wht-wine-shop-manual-check {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(21, 59, 43, 0.14);
}

.wht-wine-shop-page .wht-wine-shop-manual-check > p {
	margin: 0;
	color: rgba(23, 33, 31, 0.78);
	font-size: 14px;
	line-height: 1.6;
}

.wht-wine-shop-page .wht-wine-shop-manual-check__toggle {
	appearance: none;
	border: 0;
	background: transparent;
	color: #8d2945;
	padding: 0;
	font: inherit;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.wht-wine-shop-page .wht-wine-shop-manual-check__form {
	display: grid;
	grid-template-columns: minmax(130px, 0.75fr) minmax(190px, 1fr) minmax(150px, 0.85fr) auto;
	gap: 12px;
	align-items: end;
	margin-top: 16px;
	padding: 16px;
	border: 1px solid rgba(21, 59, 43, 0.12);
	border-radius: 12px;
	background: rgba(21, 59, 43, 0.045);
}

.wht-wine-shop-page .wht-wine-shop-manual-check__form[hidden] {
	display: none !important;
}

.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-wine-shop-form-actions {
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
}

.wht-wine-shop-page .wht-wine-shop-modal__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(21, 59, 43, 0.12);
}

.wht-wine-shop-page .wht-wine-shop-modal__understood {
	min-width: 160px;
	background: #8d2945;
	border-color: #8d2945;
}

.wht-wine-shop-page .wht-wine-shop-modal__understood:hover,
.wht-wine-shop-page .wht-wine-shop-modal__understood:focus-visible {
	background: #6f1f35;
	border-color: #6f1f35;
}

/* Make the calculator modal roomy enough for the inline support form. */
.wht-wine-shop-page .wht-wine-shop-modal__dialog {
	width: min(1040px, 100%);
}

@media (max-width: 1100px) {
	.wht-wine-shop-page .wht-wine-shop-hero__grid {
		grid-template-columns: 1fr;
	}

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

	.wht-wine-shop-page .wht-wine-shop-hero-logo img {
		width: min(100%, 520px) !important;
		max-height: 450px !important;
	}

	.wht-wine-shop-page .wht-wine-shop-manual-check__form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-wine-shop-form-actions {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.wht-wine-shop-page .wht-wine-shop-contact__grid {
		grid-template-columns: 1fr;
	}

	.wht-wine-shop-page .wht-wine-shop-contact__form {
		grid-template-columns: 1fr;
	}

	.wht-wine-shop-page .wht-wine-shop-form-field--full {
		grid-column: auto;
	}

	.wht-wine-shop-page .wht-wine-shop-manual-check__form {
		grid-template-columns: 1fr;
	}

	.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-wine-shop-form-actions {
		grid-column: auto;
	}
}

@media (max-width: 640px) {
	.wht-wine-shop-page .wht-wine-shop-hero__media,
	.wht-wine-shop-page .wht-wine-shop-hero-logo {
		min-height: 300px;
	}

	.wht-wine-shop-page .wht-wine-shop-hero-logo img {
		width: min(100%, 390px) !important;
		max-height: 330px !important;
	}
}


/* v2.0 — Contact Form 7 owns validation and email delivery. */
.wht-wine-shop-page .wht-wine-shop-contact__form {
	display: block;
}

.wht-wine-shop-page .wht-wine-shop-contact__form .wpcf7 {
	width: 100%;
}

.wht-wine-shop-page .wht-shop-cf7-fields {
	display: grid;
	gap: 18px;
}

.wht-wine-shop-page .wht-shop-cf7-fields--contact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wht-wine-shop-page .wht-shop-cf7-full {
	grid-column: 1 / -1;
}

.wht-wine-shop-page .wht-shop-cf7-fields label {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 0;
	color: #153b2b;
	font-size: 13px;
	font-weight: 750;
}

.wht-wine-shop-page .wht-shop-cf7-fields .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.wht-wine-shop-page .wht-shop-cf7-fields input[type="text"],
.wht-wine-shop-page .wht-shop-cf7-fields input[type="email"],
.wht-wine-shop-page .wht-shop-cf7-fields textarea {
	width: 100%;
	border: 1px solid rgba(21, 59, 43, 0.18);
	border-radius: 10px;
	background: #fff;
	color: #17211f;
	padding: 12px 13px;
	font: inherit;
	line-height: 1.4;
	box-sizing: border-box;
}

.wht-wine-shop-page .wht-shop-cf7-fields input[type="text"],
.wht-wine-shop-page .wht-shop-cf7-fields input[type="email"] {
	min-height: 46px;
}

.wht-wine-shop-page .wht-shop-cf7-fields textarea {
	min-height: 132px;
	resize: vertical;
}

.wht-wine-shop-page .wht-shop-cf7-fields input:focus,
.wht-wine-shop-page .wht-shop-cf7-fields textarea:focus {
	border-color: #8d2945;
	outline: 3px solid rgba(141, 41, 69, 0.12);
	outline-offset: 1px;
}

.wht-wine-shop-page .wht-shop-cf7-fields input[type="submit"] {
	min-height: 42px;
	border: 1px solid #8d2945;
	border-radius: 999px;
	background: #8d2945;
	color: #fff;
	padding: 10px 18px;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.wht-wine-shop-page .wht-shop-cf7-fields input[type="submit"]:hover,
.wht-wine-shop-page .wht-shop-cf7-fields input[type="submit"]:focus-visible {
	background: #6f1f35;
	border-color: #6f1f35;
	transform: translateY(-1px);
}

.wht-wine-shop-page .wht-shop-cf7-fields .wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #9e1d35;
	font-size: 12px;
	font-weight: 650;
}

.wht-wine-shop-page .wpcf7 form .wpcf7-response-output {
	margin: 14px 0 0;
	border: 0;
	border-radius: 10px;
	background: rgba(21, 59, 43, 0.075);
	color: #153b2b;
	padding: 11px 13px;
	font-size: 13px;
	line-height: 1.5;
}

.wht-wine-shop-page .wpcf7 form.invalid .wpcf7-response-output,
.wht-wine-shop-page .wpcf7 form.failed .wpcf7-response-output,
.wht-wine-shop-page .wpcf7 form.unaccepted .wpcf7-response-output,
.wht-wine-shop-page .wpcf7 form.spam .wpcf7-response-output {
	background: rgba(158, 29, 53, 0.08);
	color: #9e1d35;
}

.wht-wine-shop-page .wpcf7 .wpcf7-spinner {
	margin: 0 0 0 10px;
	vertical-align: middle;
}

/* Keep the calculator enquiry compact and genuinely one-line on wide screens. */
.wht-wine-shop-page .wht-wine-shop-manual-check__form .wpcf7 {
	width: 100%;
}

.wht-wine-shop-page .wht-shop-cf7-fields--delivery {
	grid-template-columns: minmax(130px, 0.75fr) minmax(190px, 1fr) minmax(160px, 0.9fr) auto;
	align-items: end;
}

.wht-wine-shop-page .wht-shop-cf7-fields--delivery textarea {
	display: none;
}

.wht-wine-shop-page .wht-wine-shop-manual-check__form .wpcf7-response-output {
	grid-column: 1 / -1;
}

.wht-wine-shop-page .wht-wine-shop-form-fallback {
	margin: 0;
	border-radius: 10px;
	background: rgba(158, 29, 53, 0.08);
	color: #9e1d35;
	padding: 12px 14px;
	font-size: 13px;
	line-height: 1.5;
}

@media (max-width: 980px) {
	.wht-wine-shop-page .wht-shop-cf7-fields--delivery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wht-wine-shop-page .wht-shop-cf7-fields--delivery > div:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.wht-wine-shop-page .wht-shop-cf7-fields--contact,
	.wht-wine-shop-page .wht-shop-cf7-fields--delivery {
		grid-template-columns: 1fr;
	}

	.wht-wine-shop-page .wht-shop-cf7-full,
	.wht-wine-shop-page .wht-shop-cf7-fields--delivery > div:last-child {
		grid-column: auto;
	}
}


/* v2.0.1 — compact inline calculator enquiry and refined lower contact block. */

/* The outer reveal panel must not become another grid column. */
.wht-wine-shop-page .wht-wine-shop-manual-check__form {
	display: block !important;
	width: 100%;
	padding: 18px 20px;
}

.wht-wine-shop-page .wht-wine-shop-manual-check__form[hidden] {
	display: none !important;
}

.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-wine-shop-cf7,
.wht-wine-shop-page .wht-wine-shop-manual-check__form .wpcf7,
.wht-wine-shop-page .wht-wine-shop-manual-check__form .wpcf7-form {
	width: 100%;
	margin: 0;
}

.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-shop-cf7-fields--delivery {
	display: grid !important;
	grid-template-columns:
		minmax(150px, 0.82fr)
		minmax(220px, 1.12fr)
		minmax(180px, 0.95fr)
		auto;
	gap: 14px;
	align-items: end;
	width: 100%;
}

.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-shop-cf7-fields--delivery > label,
.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-shop-cf7-fields--delivery > div {
	min-width: 0;
	margin: 0;
}

.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-shop-cf7-fields--delivery input[type="text"],
.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-shop-cf7-fields--delivery input[type="email"] {
	min-height: 46px;
}

.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-shop-cf7-fields--delivery input[type="submit"] {
	min-width: 112px;
	min-height: 46px;
	padding-inline: 22px;
	white-space: nowrap;
}

.wht-wine-shop-page .wht-wine-shop-manual-check__form .wpcf7-response-output {
	width: 100%;
	margin: 14px 0 0 !important;
}

/* Lower contact section: more balanced, quieter and more premium. */
.wht-wine-shop-page .wht-wine-shop-contact {
	padding-top: clamp(68px, 8vw, 108px);
	padding-bottom: clamp(72px, 8vw, 112px);
}

.wht-wine-shop-page .wht-wine-shop-contact__grid {
	grid-template-columns: minmax(280px, 0.82fr) minmax(480px, 1.18fr);
	gap: clamp(48px, 7vw, 96px);
	align-items: center;
}

.wht-wine-shop-page .wht-wine-shop-contact__copy {
	max-width: 500px;
}

.wht-wine-shop-page .wht-wine-shop-contact__copy h2 {
	max-width: 460px;
	margin-bottom: 18px;
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: 0.96;
	letter-spacing: -0.045em;
}

.wht-wine-shop-page .wht-wine-shop-contact__copy > p:last-child {
	max-width: 470px;
	margin: 0;
	color: rgba(23, 33, 31, 0.70);
	font-size: 16px;
	line-height: 1.7;
}

.wht-wine-shop-page .wht-wine-shop-contact__form {
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid rgba(21, 59, 43, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 24px 70px rgba(37, 28, 20, 0.09);
	backdrop-filter: blur(6px);
}

.wht-wine-shop-page .wht-shop-cf7-fields--contact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 18px;
}

.wht-wine-shop-page .wht-shop-cf7-fields--contact textarea {
	min-height: 150px;
}

.wht-wine-shop-page .wht-shop-cf7-fields--contact input[type="submit"] {
	min-width: 142px;
	min-height: 46px;
	padding-inline: 22px;
}

.wht-wine-shop-page .wht-wine-shop-contact__form .wpcf7-response-output {
	margin-top: 16px;
}

@media (max-width: 980px) {
	.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-shop-cf7-fields--delivery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-shop-cf7-fields--delivery > div:last-child {
		grid-column: 1 / -1;
	}

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

	.wht-wine-shop-page .wht-wine-shop-contact__copy {
		max-width: 650px;
	}
}

@media (max-width: 680px) {
	.wht-wine-shop-page .wht-wine-shop-manual-check__form {
		padding: 16px;
	}

	.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-shop-cf7-fields--delivery,
	.wht-wine-shop-page .wht-shop-cf7-fields--contact {
		grid-template-columns: 1fr;
	}

	.wht-wine-shop-page .wht-wine-shop-manual-check__form .wht-shop-cf7-fields--delivery > div:last-child,
	.wht-wine-shop-page .wht-shop-cf7-full {
		grid-column: auto;
	}

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

	.wht-wine-shop-page .wht-wine-shop-contact__copy h2 {
		font-size: clamp(2.7rem, 13vw, 4rem);
	}
}
