@font-face {
	font-display: swap;
	font-family: "Red Hat Text";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/red-hat-text-400.woff2") format("woff2");
}
@font-face {
	font-display: swap;
	font-family: "Red Hat Text";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/red-hat-text-700.woff2") format("woff2");
}
@font-face {
	font-display: swap;
	font-family: "Newsreader";
	font-style: normal;
	font-weight: 200;
	src: url("../fonts/newsreader-200.woff2") format("woff2");
}
@font-face {
	font-display: swap;
	font-family: "Newsreader";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/newsreader-700.woff2") format("woff2");
}

:root {
	--hellest-ink: #161311;
	--hellest-paper: #f7f3ec;
	--hellest-white: #fff;
	--hellest-wine: #641d2b;
	--hellest-gold: #b79357;
	--hellest-muted: #716b66;
	--hellest-line: rgba(22, 19, 17, .15);
	--hellest-serif: "Newsreader", "Iowan Old Style", "Baskerville", "Times New Roman", serif;
	--hellest-sans: "Red Hat Text", "Avenir Next", "Segoe UI", Arial, sans-serif;
	--hellest-max: 1440px;
}

html { scroll-behavior: smooth; }
body.hellest-shop-enabled {
	background: var(--hellest-white);
	color: var(--hellest-ink);
	font-family: var(--hellest-sans);
	font-size: 16px;
	line-height: 1.65;
}
body.hellest-shop-enabled * { box-sizing: border-box; }
body.hellest-shop-enabled img { max-width: 100%; }
body.hellest-shop-enabled h1,
body.hellest-shop-enabled h2,
body.hellest-shop-enabled h3,
body.hellest-shop-enabled h4 {
	color: inherit;
	font-family: var(--hellest-serif);
	font-weight: 200;
	letter-spacing: -.025em;
	line-height: 1.05;
}
body.hellest-shop-enabled a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
body.hellest-shop-enabled button,
body.hellest-shop-enabled input,
body.hellest-shop-enabled textarea,
body.hellest-shop-enabled select { font: inherit; }
body.hellest-shop-enabled :focus-visible { outline: 2px solid var(--hellest-wine); outline-offset: 3px; }

body.hellest-custom-header header#masthead,
body.hellest-custom-header .site-header:not(.hellest-header),
body.hellest-custom-header header.wp-block-template-part:not(.hellest-header),
body.hellest-custom-header .wp-site-blocks > header.wp-block-template-part,
body.hellest-custom-header .elementor-location-header { display: none !important; }
body.hellest-custom-footer footer#colophon,
body.hellest-custom-footer .site-footer:not(.hellest-footer),
body.hellest-custom-footer footer.wp-block-template-part:not(.hellest-footer),
body.hellest-custom-footer .wp-site-blocks > footer.wp-block-template-part,
body.hellest-custom-footer .elementor-location-footer { display: none !important; }

.hellest-skip-link {
	background: var(--hellest-white);
	color: var(--hellest-ink);
	left: 12px;
	padding: 10px 16px;
	position: fixed;
	top: -100px;
	z-index: 100002;
}
.hellest-skip-link:focus { top: 12px; }
.hellest-announcement {
	background: var(--hellest-ink);
	color: var(--hellest-white);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: .13em;
	min-height: 31px;
	padding: 7px 16px;
	text-align: center;
	text-transform: uppercase;
}
.hellest-header {
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid var(--hellest-line);
	color: var(--hellest-ink);
	position: relative;
	z-index: 9999;
}
.hellest-header.is-sticky { box-shadow: 0 8px 30px rgba(22, 19, 17, .06); position: sticky; top: 0; }
.home.hellest-shop-enabled .hellest-header:not(.is-sticky) { background: transparent; border-bottom-color: rgba(255,255,255,.22); color: var(--hellest-white); left: 0; position: absolute; right: 0; top: 31px; }
.home.hellest-shop-enabled .hellest-header.is-sticky { background: rgba(255,255,255,.97); color: var(--hellest-ink); left: 0; position: fixed; right: 0; top: 0; }
.admin-bar .hellest-header.is-sticky { top: 32px; }
.hellest-header__inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 190px 1fr auto;
	margin: 0 auto;
	max-width: var(--hellest-max);
	min-height: 74px;
	padding: 0 40px;
}
.hellest-logo {
	align-items: center;
	display: inline-flex;
	font-family: var(--hellest-serif);
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .18em;
	text-decoration: none;
}
.hellest-logo img { display: block; height: 32px; object-fit: contain; object-position: left center; width: 150px; }
.hellest-logo img { transition: filter .2s ease; }
.hellest-header.is-sticky .hellest-logo img,
body:not(.home).hellest-shop-enabled .hellest-logo img { filter: brightness(0); }
.home.hellest-shop-enabled .hellest-header:not(.is-sticky) .hellest-navigation > ul > li > a::after,
.home.hellest-shop-enabled .hellest-header:not(.is-sticky) .hellest-navigation .menu > li > a::after { background: var(--hellest-white); }
.hellest-navigation > ul,
.hellest-navigation .menu {
	align-items: center;
	display: flex;
	gap: clamp(15px, 1.7vw, 30px);
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.hellest-navigation li { margin: 0; position: relative; }
.hellest-navigation a {
	display: block;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .09em;
	padding: 27px 0 24px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.hellest-navigation > ul > li > a::after,
.hellest-navigation .menu > li > a::after {
	background: var(--hellest-ink);
	bottom: 20px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .25s ease;
	width: 100%;
}
.hellest-navigation > ul > li > a:hover::after,
.hellest-navigation .menu > li > a:hover::after,
.hellest-navigation .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.hellest-navigation .sub-menu {
	background: var(--hellest-white);
	border: 1px solid var(--hellest-line);
	box-shadow: 0 18px 45px rgba(22, 19, 17, .08);
	display: none;
	left: -20px;
	list-style: none;
	margin: 0;
	min-width: 210px;
	padding: 12px 20px;
	position: absolute;
	top: 100%;
}
.hellest-navigation li:hover > .sub-menu,
.hellest-navigation li:focus-within > .sub-menu { display: block; }
.hellest-navigation .sub-menu a { padding: 10px 0; }
.hellest-header__actions { align-items: center; display: flex; gap: 4px; }
.hellest-language-switcher { position: relative; }
.hellest-language-switcher summary { align-items: center; cursor: pointer; display: inline-flex; font-size: 11px; font-weight: 700; gap: 4px; height: 42px; justify-content: center; letter-spacing: .05em; list-style: none; padding: 0 7px; }
.hellest-language-switcher summary::-webkit-details-marker { display: none; }
.hellest-language-switcher ul { background: var(--hellest-white); border: 1px solid var(--hellest-line); box-shadow: 0 18px 45px rgba(22,19,17,.12); color: var(--hellest-ink); list-style: none; margin: 0; min-width: 155px; padding: 8px; position: absolute; right: 0; top: calc(100% + 3px); z-index: 10002; }
.hellest-language-switcher li { margin: 0; }
.hellest-language-switcher a { display: block; font-size: 12px; padding: 9px 11px; text-decoration: none; }
.hellest-language-switcher a:hover,
.hellest-language-switcher a[aria-current="page"] { background: var(--hellest-paper); }
body.hellest-polylang-active .gtranslate_wrapper,
body.hellest-polylang-active .gt_switcher_wrapper,
body.hellest-polylang-active .switcher.notranslate,
body.hellest-polylang-active #gtranslate_wrapper { display: none !important; }
.hellest-icon-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 8px;
	position: relative;
	text-decoration: none;
	width: 42px;
}
.hellest-icon-button svg { fill: none; height: 21px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; width: 21px; }
.hellest-cart-count {
	align-items: center;
	background: var(--hellest-wine);
	border-radius: 50%;
	color: var(--hellest-white);
	display: inline-flex;
	font-size: 9px;
	font-weight: 700;
	height: 17px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 3px;
	width: 17px;
}
.hellest-menu-toggle { display: none; }
.hellest-menu-toggle span { background: currentColor; display: block; height: 1px; position: absolute; transition: .2s; width: 21px; }
.hellest-menu-toggle span:first-child { transform: translateY(-6px); }
.hellest-menu-toggle span:last-child { transform: translateY(6px); }
.hellest-menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.hellest-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hellest-menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.hellest-search { background: var(--hellest-white); border-top: 1px solid var(--hellest-line); padding: 22px 40px; }
.hellest-search[hidden] { display: none; }
.hellest-search form { display: flex; gap: 10px; margin: auto; max-width: 850px; }
.hellest-search input { background: transparent; border: 0; border-bottom: 1px solid var(--hellest-ink); flex: 1; font-family: var(--hellest-serif); font-size: 24px; padding: 9px 0; }
.hellest-search button { background: var(--hellest-ink); border: 1px solid var(--hellest-ink); color: white; min-width: 90px; padding: 10px 18px; }

.hellest-hero {
	align-items: flex-end;
	background-color: #28231f;
	background-image: var(--hellest-hero-poster);
	background-position: center;
	background-size: cover;
	color: var(--hellest-white);
	display: flex;
	isolation: isolate;
	min-height: min(88svh, 940px);
	overflow: hidden;
	padding: 90px clamp(24px, 6vw, 100px);
	position: relative;
}
.hellest-hero video { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: -2; }
.hellest-hero__shade { background: linear-gradient(90deg, rgba(12, 10, 9, .65) 0%, rgba(12, 10, 9, .12) 65%), linear-gradient(0deg, rgba(12, 10, 9, .42), transparent 55%); inset: 0; position: absolute; z-index: -1; }
.hellest-hero__content { max-width: 780px; }
.hellest-eyebrow { font-family: var(--hellest-sans); font-size: 11px; font-weight: 700; letter-spacing: .2em; line-height: 1.4; margin: 0 0 20px; text-transform: uppercase; }
.hellest-hero h1 { color: inherit; font-size: clamp(52px, 7.5vw, 114px); margin: 0 0 24px; max-width: 950px; }
.hellest-hero__content > p:not(.hellest-eyebrow) { font-size: clamp(16px, 1.6vw, 22px); margin: 0 0 35px; max-width: 570px; }
.hellest-button,
body.hellest-shop-enabled .button,
body.hellest-shop-enabled button.button,
body.hellest-shop-enabled input.button,
body.hellest-shop-enabled #respond input#submit {
	background: var(--hellest-ink);
	border: 1px solid var(--hellest-ink);
	border-radius: 0;
	color: var(--hellest-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .14em;
	line-height: 1.2;
	min-height: 49px;
	padding: 17px 25px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
}
.hellest-button:hover,
body.hellest-shop-enabled .button:hover { background: var(--hellest-wine); border-color: var(--hellest-wine); color: var(--hellest-white); }
body.hellest-shop-enabled a.hellest-button { color: var(--hellest-white); }
body.hellest-shop-enabled a.hellest-button--light { background: var(--hellest-white); border-color: var(--hellest-white); color: var(--hellest-ink) !important; }
body.hellest-shop-enabled a.hellest-button--light:hover { background: var(--hellest-wine); border-color: var(--hellest-wine); color: var(--hellest-white) !important; }
body.hellest-shop-enabled a.hellest-button--outline { background: transparent; color: var(--hellest-ink) !important; }
body.hellest-shop-enabled a.hellest-button--outline:hover { background: var(--hellest-ink); color: var(--hellest-white) !important; }
.hellest-scroll-cue { bottom: 34px; font-size: 11px; font-weight: 700; letter-spacing: .17em; position: absolute; right: clamp(24px, 6vw, 100px); text-decoration: none; text-transform: uppercase; }
.hellest-scroll-cue span { display: inline-block; margin-left: 10px; }

.hellest-trust {
	background: var(--hellest-paper);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0 clamp(24px, 6vw, 100px);
}
.hellest-trust > div { border-right: 1px solid var(--hellest-line); padding: 25px clamp(14px, 2.5vw, 42px); }
.hellest-trust > div:first-child { border-left: 1px solid var(--hellest-line); }
.hellest-trust strong { display: block; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.hellest-trust span { color: var(--hellest-muted); display: block; font-size: 12px; margin-top: 3px; }

.hellest-section { margin: 0 auto; max-width: var(--hellest-max); padding: clamp(70px, 9vw, 135px) 40px; }
.hellest-section__head { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: clamp(32px, 5vw, 65px); }
.hellest-section__head h2 { font-size: clamp(42px, 5vw, 72px); margin: 0; }
.hellest-section__head .hellest-eyebrow { margin-bottom: 12px; }
.hellest-section__head > a { border-bottom: 1px solid var(--hellest-ink); font-size: 11px; font-weight: 700; letter-spacing: .13em; padding-bottom: 4px; text-decoration: none; text-transform: uppercase; }
.hellest-collection-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.hellest-collection-card { aspect-ratio: 4 / 5; color: var(--hellest-white) !important; overflow: hidden; position: relative; text-decoration: none; }
.hellest-collection-card::after { background: linear-gradient(0deg, rgba(10, 8, 7, .72), transparent 55%); content: ""; inset: 0; position: absolute; }
.hellest-collection-card img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.6,.2,1); width: 100%; }
.hellest-collection-card:hover img { transform: scale(1.035); }
.hellest-collection-card > span { bottom: 27px; display: flex; flex-direction: column; left: 28px; position: absolute; z-index: 1; }
.hellest-collection-card strong { font-family: var(--hellest-serif); font-size: clamp(28px, 3vw, 43px); font-weight: 400; letter-spacing: -.02em; }
.hellest-collection-card small { font-size: 10px; font-weight: 700; letter-spacing: .15em; margin-top: 6px; text-transform: uppercase; }

.hellest-featured-products { padding-top: 25px; }
.hellest-product-grid { display: grid; gap: 42px 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hellest-product-card { min-width: 0; position: relative; }
.hellest-product-card__image { aspect-ratio: 4 / 5; background: #f3f1ed; display: block; overflow: hidden; position: relative; }
.hellest-product-card__image img { height: 100%; object-fit: cover; transition: transform .55s ease; width: 100%; }
.hellest-product-card:hover .hellest-product-card__image img { transform: scale(1.025); }
.hellest-badge,
body.hellest-shop-enabled span.onsale { background: var(--hellest-wine); border-radius: 0; color: white; font-size: 9px; font-weight: 700; left: 12px; letter-spacing: .1em; line-height: 1; min-height: 0; min-width: 0; padding: 8px 10px; position: absolute; text-transform: uppercase; top: 12px; }
.hellest-wishlist-button { align-items: center; background: rgba(255,255,255,.9); border: 0; border-radius: 50%; display: flex; font-family: Arial, sans-serif; font-size: 25px; height: 38px; justify-content: center; line-height: 1; padding: 0; position: absolute; right: 12px; top: 12px; width: 38px; z-index: 2; }
.hellest-wishlist-button.is-active { background: var(--hellest-wine); color: white; }
.hellest-wishlist-button--loop { bottom: auto; position: absolute; right: 12px; top: 12px; }
.hellest-single-wishlist { background: transparent; border: 0; color: var(--hellest-ink); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .1em; margin: 0 0 25px; padding: 5px 0; text-transform: uppercase; }
.hellest-single-wishlist span { font-size: 20px; margin-right: 7px; vertical-align: -2px; }
.hellest-single-wishlist.is-active { color: var(--hellest-wine); }
.hellest-product-card__meta { padding-top: 15px; }
.hellest-product-card__meta a { text-decoration: none; }
.hellest-product-card h3 { font-family: var(--hellest-sans); font-size: 14px; font-weight: 550; letter-spacing: 0; line-height: 1.35; margin: 0 0 7px; }
.hellest-price,
.hellest-product-card .price { color: var(--hellest-ink); font-size: 13px; }
.hellest-price del { color: var(--hellest-muted); margin-right: 4px; }
.hellest-price ins { background: none; color: var(--hellest-wine); text-decoration: none; }

.hellest-story { background: var(--hellest-paper); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); min-height: 700px; }
.hellest-story__image img { display: block; height: 100%; object-fit: cover; width: 100%; }
.hellest-story__copy { align-self: center; padding: clamp(50px, 8vw, 130px); }
.hellest-story__copy h2 { font-size: clamp(48px, 6vw, 88px); margin: 0 0 28px; }
.hellest-story__copy > p:not(.hellest-eyebrow) { color: #48413c; font-size: 17px; margin-bottom: 34px; max-width: 530px; }

.hellest-journal-grid { display: grid; gap: 35px 18px; grid-template-columns: repeat(3, 1fr); }
.hellest-journal-grid article { min-width: 0; }
.hellest-journal__image { aspect-ratio: 4 / 3; background: #eee9e2; display: block; margin-bottom: 22px; overflow: hidden; }
.hellest-journal__image img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.hellest-journal__image:hover img { transform: scale(1.025); }
.hellest-journal-grid .hellest-eyebrow { color: var(--hellest-muted); margin: 0 0 9px; }
.hellest-journal-grid h3 { font-size: clamp(27px, 2.5vw, 36px); line-height: 1.08; margin: 0 0 15px; }
.hellest-journal-grid h3 a { text-decoration: none; }
.hellest-journal-grid article > p:not(.hellest-eyebrow) { color: var(--hellest-muted); font-size: 14px; }
.hellest-text-link { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.hellest-footer { background: var(--hellest-ink); color: var(--hellest-white); padding: 0 clamp(24px, 6vw, 100px); }
.hellest-footer__newsletter { align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; gap: 60px; grid-template-columns: 1fr 1fr; padding: clamp(65px, 8vw, 110px) 0; }
.hellest-footer__newsletter h2 { color: inherit; font-size: clamp(40px, 5vw, 70px); margin: 0; max-width: 700px; }
.hellest-newsletter { display: grid; grid-template-columns: 1fr auto; }
.hellest-newsletter > input[type="email"] { background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.75); border-radius: 0; color: white; font-family: var(--hellest-serif); font-size: 23px; padding: 15px 0; width: 100%; }
.hellest-newsletter > input[type="email"]::placeholder { color: rgba(255,255,255,.6); }
.hellest-newsletter > button { background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.75); color: white; font-size: 11px; font-weight: 700; letter-spacing: .12em; padding: 0 6px 0 25px; text-transform: uppercase; }
.hellest-newsletter .hellest-check { grid-column: 1 / -1; }
.hellest-check { align-items: flex-start; display: flex !important; font-size: 11px; gap: 9px; line-height: 1.45; margin-top: 14px; }
.hellest-check input { flex: 0 0 auto; margin-top: 3px; }
.hellest-footer .hellest-check { color: rgba(255,255,255,.65); }
.hellest-footer__grid { display: grid; gap: 70px; grid-template-columns: 1.2fr 1.8fr 1fr; padding: 70px 0; }
.hellest-footer__brand > a { font-family: var(--hellest-serif); font-size: 31px; font-weight: 600; letter-spacing: .17em; text-decoration: none; }
.hellest-footer__brand p { color: rgba(255,255,255,.6); font-size: 13px; max-width: 270px; }
.hellest-socials { align-items: center; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.hellest-socials a { align-items: center; border: 1px solid rgba(255,255,255,.28); color: var(--hellest-white) !important; display: inline-flex; height: 38px; justify-content: center; transition: background .2s ease, border-color .2s ease; width: 38px; }
.hellest-socials a:hover { background: var(--hellest-wine); border-color: var(--hellest-wine); }
.hellest-socials svg { fill: currentColor; height: 17px; width: 17px; }
.hellest-footer nav ul { columns: 2; gap: 35px; list-style: none; margin: 0; padding: 0; }
.hellest-footer nav li { break-inside: avoid; margin-bottom: 10px; }
.hellest-footer nav a,
.hellest-footer__contact a { color: rgba(255,255,255,.8); display: block; font-size: 12px; text-decoration: none; }
.hellest-footer__contact h3 { color: white; font-family: var(--hellest-sans); font-size: 11px; font-weight: 700; letter-spacing: .15em; margin: 0 0 15px; text-transform: uppercase; }
.hellest-footer__contact a { margin-bottom: 7px; }
.hellest-footer__bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55); display: flex; font-size: 10px; gap: 30px; justify-content: space-between; letter-spacing: .08em; padding: 21px 0; text-transform: uppercase; }
.hellest-footer__bottom button { background: none; border: 0; color: inherit; cursor: pointer; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.hellest-footer__bottom a { color: inherit; }

.hellest-copy,
.hellest-contact,
.hellest-wishlist-page { margin: 0 auto; max-width: 1020px; padding: clamp(65px, 9vw, 130px) 40px; }
.hellest-copy > h1,
.hellest-contact h1,
.hellest-wishlist-page h1 { font-size: clamp(48px, 7vw, 82px); margin: 0 0 40px; }
.hellest-copy > h2 { font-size: clamp(30px, 4vw, 44px); margin: 55px 0 18px; }
.hellest-copy p,
.hellest-copy li { color: #46403b; }
.hellest-copy a { color: var(--hellest-wine); }
.hellest-table-wrap { max-width: 100%; overflow-x: auto; }
.hellest-copy table { border-collapse: collapse; margin: 25px 0; width: 100%; }
.hellest-copy th,
.hellest-copy td { border: 1px solid var(--hellest-line); padding: 13px 15px; text-align: left; vertical-align: top; }
.hellest-copy th { background: var(--hellest-paper); font-size: 12px; letter-spacing: .04em; }
.hellest-legal-updated { color: var(--hellest-muted) !important; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hellest-callout { background: var(--hellest-paper); border-left: 3px solid var(--hellest-gold); margin: 32px 0; padding: 20px 24px; }
.hellest-faq details { border-top: 1px solid var(--hellest-line); }
.hellest-faq details:last-child { border-bottom: 1px solid var(--hellest-line); }
.hellest-faq summary { cursor: pointer; font-family: var(--hellest-serif); font-size: 24px; list-style: none; padding: 24px 45px 24px 0; position: relative; }
.hellest-faq summary::-webkit-details-marker { display: none; }
.hellest-faq summary::after { content: "+"; font-family: var(--hellest-sans); position: absolute; right: 8px; }
.hellest-faq details[open] summary::after { content: "−"; }
.hellest-faq details p { padding: 0 40px 25px 0; }
.hellest-care-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); margin: 35px 0; }
.hellest-care-grid > div { background: var(--hellest-paper); padding: 30px; }
.hellest-care-grid span { color: var(--hellest-gold); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.hellest-care-grid h2 { font-size: 30px; margin: 15px 0; }
.hellest-contact { display: grid; gap: clamp(45px, 8vw, 110px); grid-template-columns: .85fr 1.15fr; max-width: 1200px; }
.hellest-contact dl { border-top: 1px solid var(--hellest-line); margin-top: 38px; padding-top: 20px; }
.hellest-contact dt { color: var(--hellest-muted); font-size: 10px; font-weight: 700; letter-spacing: .15em; margin-top: 16px; text-transform: uppercase; }
.hellest-contact dd { margin: 3px 0 0; }
.hellest-form { display: grid; gap: 18px; }
.hellest-form > label:not(.hellest-check) { display: grid; font-size: 11px; font-weight: 700; gap: 7px; letter-spacing: .1em; text-transform: uppercase; }
.hellest-form input[type="text"],
.hellest-form input[type="email"],
.hellest-form select,
.hellest-form textarea { background: white; border: 1px solid var(--hellest-line); border-radius: 0; color: var(--hellest-ink); padding: 13px; width: 100%; }
.hellest-honeypot { height: 0 !important; left: -9999px !important; margin: 0 !important; opacity: 0 !important; overflow: hidden !important; position: absolute !important; width: 0 !important; }
.hellest-form-status { display: block; font-size: 13px; margin-bottom: 18px; padding: 12px 15px; }
.hellest-form-status.is-success { background: #e8f2e8; color: #1d5724; }
.hellest-form-status.is-error { background: #f8e6e7; color: #7a1723; }

.hellest-delivery { border-bottom: 1px solid var(--hellest-line); border-top: 1px solid var(--hellest-line); display: flex; flex-wrap: wrap; font-size: 11px; gap: 12px 24px; margin: 25px 0; padding: 18px 0; }
body.hellest-shop-enabled div.product div.images,
body.hellest-shop-enabled div.product div.summary { margin-bottom: 80px; }
body.hellest-shop-enabled div.product .product_title { font-size: clamp(42px, 5vw, 72px); }
body.hellest-shop-enabled div.product p.price { color: var(--hellest-ink); font-size: 20px; }
body.hellest-shop-enabled div.product form.cart .variations select { border: 1px solid var(--hellest-line); border-radius: 0; min-height: 47px; padding: 8px 34px 8px 12px; }
body.hellest-shop-enabled div.product form.cart .variations tr.hellest-size-enhanced select {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.hellest-size-swatches { display: flex; flex-wrap: wrap; gap: 9px; margin: 2px 0 10px; }
.hellest-size-swatch {
	align-items: center;
	background: var(--hellest-white);
	border: 1px solid var(--hellest-ink);
	color: var(--hellest-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	height: 46px;
	justify-content: center;
	letter-spacing: .06em;
	min-width: 52px;
	padding: 0 14px;
	transition: background .16s ease, color .16s ease, border-color .16s ease;
}
.hellest-size-swatch:hover,
.hellest-size-swatch.is-selected { background: var(--hellest-ink); border-color: var(--hellest-ink); color: var(--hellest-white); }
.hellest-size-swatch:disabled { background: #eeeae5; border-color: #b8b1aa; color: #756f69; cursor: not-allowed; text-decoration: line-through; }
body.hellest-shop-enabled div.product form.cart .single_add_to_cart_button,
body.hellest-shop-enabled div.product form.cart button.single_add_to_cart_button.alt {
	background: var(--hellest-ink);
	border-color: var(--hellest-ink);
	color: var(--hellest-white);
	opacity: 1;
}
body.hellest-shop-enabled div.product form.cart .single_add_to_cart_button:hover,
body.hellest-shop-enabled div.product form.cart button.single_add_to_cart_button.alt:hover { background: var(--hellest-wine); border-color: var(--hellest-wine); color: var(--hellest-white); }
body.hellest-shop-enabled div.product form.cart .single_add_to_cart_button.disabled,
body.hellest-shop-enabled div.product form.cart .single_add_to_cart_button:disabled,
body.hellest-shop-enabled div.product form.cart .single_add_to_cart_button.wc-variation-selection-needed {
	background: #6d6966;
	border-color: #6d6966;
	color: var(--hellest-white);
	cursor: not-allowed;
	opacity: 1;
}
body.hellest-shop-enabled .quantity .qty { border: 1px solid var(--hellest-line); border-radius: 0; min-height: 49px; }
body.hellest-shop-enabled .woocommerce-tabs ul.tabs { border-bottom: 1px solid var(--hellest-line); display: flex; gap: 30px; padding: 0; }
body.hellest-shop-enabled .woocommerce-tabs ul.tabs::before { display: none; }
body.hellest-shop-enabled .woocommerce-tabs ul.tabs li { background: none; border: 0; border-radius: 0; margin: 0; padding: 0; }
body.hellest-shop-enabled .woocommerce-tabs ul.tabs li::before,
body.hellest-shop-enabled .woocommerce-tabs ul.tabs li::after { display: none; }
body.hellest-shop-enabled .woocommerce-tabs ul.tabs li a { font-size: 11px; letter-spacing: .1em; padding: 15px 0; text-transform: uppercase; }
body.hellest-shop-enabled .woocommerce-breadcrumb { color: var(--hellest-muted); font-size: 11px; letter-spacing: .06em; margin-bottom: 35px; }
.woocommerce-shop.hellest-shop-enabled .site-main,
.tax-product_cat.hellest-shop-enabled .site-main,
.single-product.hellest-shop-enabled .site-main,
.woocommerce-cart.hellest-shop-enabled .site-main,
.woocommerce-checkout.hellest-shop-enabled .site-main,
.woocommerce-account.hellest-shop-enabled .site-main { margin-left: auto; margin-right: auto; max-width: var(--hellest-max); padding: clamp(45px, 6vw, 85px) 40px; width: 100%; }
body.hellest-shop-enabled .woocommerce-message,
body.hellest-shop-enabled .woocommerce-info,
body.hellest-shop-enabled .woocommerce-error { background: var(--hellest-paper); border-top-color: var(--hellest-wine); }
body.hellest-shop-enabled .woocommerce form .form-row input.input-text,
body.hellest-shop-enabled .woocommerce form .form-row textarea,
body.hellest-shop-enabled .select2-container--default .select2-selection--single { border: 1px solid var(--hellest-line); border-radius: 0; min-height: 45px; padding: 8px 11px; }
body.hellest-shop-enabled .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 27px; padding: 0; }
body.hellest-shop-enabled table.shop_table { border: 1px solid var(--hellest-line); border-collapse: collapse; border-radius: 0; }
body.hellest-shop-enabled table.shop_table td,
body.hellest-shop-enabled table.shop_table th { border: 1px solid var(--hellest-line); padding: 14px; }
body.hellest-shop-enabled ul.products li.product { position: relative; }
body.hellest-shop-enabled ul.products li.product a img { aspect-ratio: 4 / 5; background: #f3f1ed; margin: 0 0 14px; object-fit: cover; width: 100%; }
body.hellest-shop-enabled ul.products li.product .woocommerce-loop-product__title { font-family: var(--hellest-sans); font-size: 14px; font-weight: 550; letter-spacing: 0; line-height: 1.35; padding: 0; }
body.hellest-shop-enabled ul.products li.product .price { color: var(--hellest-ink); font-size: 13px; }
body.hellest-shop-enabled ul.products li.product .button { margin-top: 10px; min-height: 40px; padding: 13px 16px; width: 100%; }
body.hellest-shop-enabled .woocommerce-products-header__title.page-title { font-size: clamp(50px, 7vw, 90px); margin: 55px 0; }
.hellest-consent-row label { line-height: 1.5 !important; }
.hellest-consent-row a { color: var(--hellest-wine); }
.hellest-checkout-lock { background: var(--hellest-paper); border-left: 3px solid var(--hellest-wine); display: grid; gap: 3px; margin: 18px 0; padding: 16px 18px; }
.hellest-checkout-lock span { color: var(--hellest-muted); font-size: 12px; }

.hellest-consent { align-items: flex-end; background: rgba(10, 8, 7, .5); display: flex; inset: 0; justify-content: flex-end; padding: 25px; position: fixed; z-index: 100000; }
.hellest-consent[hidden] { display: none; }
.hellest-consent__panel { background: var(--hellest-white); box-shadow: 0 25px 80px rgba(0,0,0,.22); max-height: calc(100vh - 50px); max-width: 520px; overflow-y: auto; padding: 36px; position: relative; width: 100%; }
.hellest-consent__panel h2 { font-size: 42px; margin: 0 0 14px; }
.hellest-consent__panel > p:not(.hellest-eyebrow) { color: var(--hellest-muted); font-size: 14px; }
.hellest-consent__close { background: none; border: 0; font-size: 27px; position: absolute; right: 20px; top: 13px; }
.hellest-consent__options { border-bottom: 1px solid var(--hellest-line); border-top: 1px solid var(--hellest-line); margin: 25px 0; }
.hellest-consent__options label { align-items: center; border-bottom: 1px solid var(--hellest-line); display: flex; justify-content: space-between; padding: 12px 0; }
.hellest-consent__options label:last-child { border: 0; }
.hellest-consent__options strong,
.hellest-consent__options small { display: block; }
.hellest-consent__options strong { font-size: 13px; }
.hellest-consent__options small { color: var(--hellest-muted); font-size: 11px; }
.hellest-consent__options input { accent-color: var(--hellest-wine); height: 19px; width: 19px; }
.hellest-consent__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.hellest-consent__actions .hellest-button { flex: 1; }
.hellest-text-button { background: none; border: 0; color: var(--hellest-muted); font-size: 11px; padding: 8px; text-decoration: underline; width: 100%; }
.hellest-consent__panel > a { color: var(--hellest-muted); font-size: 11px; }
.hellest-toast { background: var(--hellest-ink); bottom: 24px; color: white; font-size: 12px; left: 50%; padding: 12px 18px; position: fixed; transform: translateX(-50%); z-index: 100003; }

@media (max-width: 1100px) {
	.hellest-header__inner { gap: 12px; grid-template-columns: auto 1fr auto; padding: 0 22px; }
	.hellest-menu-toggle { display: inline-flex; }
	.hellest-logo { justify-self: center; }
	.hellest-navigation { background: white; border-top: 1px solid var(--hellest-line); color: var(--hellest-ink); display: none; left: 0; max-height: calc(100vh - 105px); overflow-y: auto; padding: 20px 28px 32px; position: absolute; right: 0; top: 100%; }
	.hellest-navigation.is-open { display: block; }
	.hellest-navigation > ul,
	.hellest-navigation .menu { align-items: stretch; display: block; }
	.hellest-navigation a { border-bottom: 1px solid var(--hellest-line); font-family: var(--hellest-serif); font-size: 25px; font-weight: 400; letter-spacing: 0; padding: 13px 0; text-transform: none; }
	.hellest-navigation a::after { display: none; }
	.hellest-navigation .sub-menu { border: 0; box-shadow: none; display: block; padding: 0 0 0 18px; position: static; }
	.hellest-navigation .sub-menu a { font-size: 18px; }
	.hellest-story { grid-template-columns: 1fr 1fr; }
	.hellest-story__copy { padding: 50px; }
}

@media (max-width: 782px) {
	.admin-bar .hellest-header.is-sticky { top: 46px; }
	.hellest-announcement { font-size: 9px; }
	.hellest-header__inner { min-height: 63px; padding: 0 12px; }
	.hellest-logo img { height: 25px; width: 118px; }
	.hellest-header__actions .hellest-wishlist-link,
	.hellest-header__actions .hellest-account-link { display: none; }
	.hellest-language-switcher__code { display: none; }
	.hellest-icon-button { height: 39px; width: 39px; }
	.hellest-search { padding: 15px; }
	.hellest-search input { font-size: 18px; min-width: 0; }
	.hellest-hero { min-height: 76svh; padding: 70px 22px; }
	.hellest-hero__shade { background: linear-gradient(0deg, rgba(12,10,9,.7), rgba(12,10,9,.05) 75%); }
	.hellest-scroll-cue { bottom: 22px; right: 22px; }
	.hellest-trust { grid-template-columns: repeat(2, 1fr); padding: 0; }
	.hellest-trust > div { border-bottom: 1px solid var(--hellest-line); border-right: 1px solid var(--hellest-line); padding: 19px; }
	.hellest-trust > div:first-child { border-left: 0; }
	.hellest-section { padding: 70px 18px; }
	.hellest-section__head { align-items: flex-start; gap: 25px; }
	.hellest-section__head > a { margin-top: 10px; white-space: nowrap; }
	.hellest-collection-grid { display: flex; margin-right: -18px; overflow-x: auto; padding-right: 18px; scroll-snap-type: x mandatory; }
	.hellest-collection-card { flex: 0 0 78vw; scroll-snap-align: start; }
	.hellest-product-grid { gap: 30px 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hellest-product-card h3 { font-size: 12px; }
	.hellest-story { display: block; }
	.hellest-story__image { aspect-ratio: 4 / 5; }
	.hellest-story__copy { padding: 60px 22px 70px; }
	.hellest-journal-grid { display: flex; margin-right: -18px; overflow-x: auto; padding-right: 18px; scroll-snap-type: x mandatory; }
	.hellest-journal-grid article { flex: 0 0 82vw; scroll-snap-align: start; }
	.hellest-footer { padding: 0 22px; }
	.hellest-footer__newsletter { display: block; }
	.hellest-footer__newsletter > div:first-child { margin-bottom: 35px; }
	.hellest-footer__grid { grid-template-columns: 1fr; }
	.hellest-footer nav ul { columns: 1; }
	.hellest-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
	.hellest-copy,
	.hellest-contact,
	.hellest-wishlist-page { padding: 65px 20px; }
	.woocommerce-shop.hellest-shop-enabled .site-main,
	.tax-product_cat.hellest-shop-enabled .site-main,
	.single-product.hellest-shop-enabled .site-main,
	.woocommerce-cart.hellest-shop-enabled .site-main,
	.woocommerce-checkout.hellest-shop-enabled .site-main,
	.woocommerce-account.hellest-shop-enabled .site-main { padding: 45px 18px; }
	.hellest-contact { display: block; }
	.hellest-contact > div:first-child { margin-bottom: 55px; }
	.hellest-care-grid { grid-template-columns: 1fr; }
	.hellest-consent { align-items: flex-end; padding: 0; }
	.hellest-consent__panel { max-height: 92vh; max-width: none; padding: 28px 22px; }
	.hellest-consent__actions { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.hellest-hero video { display: none; }
	.hellest-collection-card img,
	.hellest-product-card__image img,
	.hellest-journal__image img { transition: none; }
}
