:root{--yellow:#f4d23f;--cream:#fff7e8;--soft:#fffdf6;--ink:#141414;--muted:#5e6470;--line:#e7dfcd}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,Arial,sans-serif}
img,video{max-width:100%}
img{height:auto}
a{color:inherit}
h1,h2,p{margin-top:0}
.shell{width:min(1280px,calc(100% - 48px));margin-inline:auto}
.shell--narrow{max-width:880px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.kicker{margin:0 0 12px;color:#6f5d00;font-size:12px;font-weight:900;letter-spacing:.16em;text-align:center;text-transform:uppercase}
.align-left{text-align:left}
h2{max-width:790px;margin:0 auto 38px;font-size:clamp(38px,4.2vw,60px);line-height:1.04;font-weight:950;letter-spacing:0;text-align:center}
.sale-bar{position:relative;background:var(--yellow);color:#111}
.sale-bar strong,.sale-bar span{color:#fff}
.sale-bar__inner{display:flex;align-items:center;justify-content:center;gap:22px;min-height:58px;padding:8px 58px 8px 18px}
.sale-bar strong{display:block;font-size:22px;line-height:1;font-weight:950;text-transform:uppercase}
.sale-bar span{display:block;margin-top:5px;font-size:11px;font-weight:850;text-align:center;text-transform:uppercase}
.sale-bar__timer{display:flex;gap:16px;align-items:center;font-weight:950}
.sale-bar__timer:before,.sale-bar__timer:after{content:"";display:none}
.sale-bar__timer span{display:grid;grid-template-rows:30px 15px;width:44px;border-radius:7px;background:rgba(255,255,255,.4);overflow:visible}
.sale-bar__timer span:not(:last-child)::after{content:":";position:absolute;right:-12px;top:7px;z-index:2;color:#fff;font-size:24px;font-weight:950;line-height:1;text-shadow:0 1px 0 rgba(0,0,0,.05)}
.sale-bar__timer span{position:relative}
.sale-bar__timer i{display:grid;place-items:center;font-style:normal;font-size:22px;line-height:1}
.sale-bar__timer small{display:grid;place-items:center;font-size:9px;font-weight:800;text-transform:lowercase}
.sale-bar.is-ended strong:after{content:" ended";text-transform:uppercase}
.sale-bar__close{position:absolute;right:16px;top:50%;display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:999px;background:rgba(255,255,255,.2);color:#fff;font-size:24px;font-weight:900;line-height:1;transform:translateY(-50%);cursor:pointer}
.sale-bar__close:hover{background:rgba(255,255,255,.34)}
.sale-bar__close:focus-visible{outline:2px solid #fff;outline-offset:2px}
.sale-bar.is-hidden{display:none}
.ticker{width:100%;overflow:hidden;background:#050505;color:#fff}
.ticker>div{display:flex;width:max-content;gap:76px;align-items:center;min-height:38px;padding-inline:34px;animation:ticker 26s linear infinite}
.ticker span,.ticker b{font-size:13px;font-weight:900;letter-spacing:.08em;white-space:nowrap}
.ticker b{color:var(--yellow)}
@keyframes ticker{to{transform:translateX(-50%)}}
.site-nav{background:#fff;border-bottom:1px solid #eee}
.site-nav__grid{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;min-height:76px}
.site-nav__links{display:flex;align-items:center;gap:14px}
.site-nav__links a{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:5px;text-decoration:none;font-size:14px;font-weight:700;line-height:1}
.site-nav__links a.is-active{background:var(--yellow);font-weight:800}
.logo{display:flex;align-items:center;justify-content:center;justify-self:center;text-decoration:none}
.logo img{display:block;width:auto;height:38px}
.site-nav__icons{display:flex;align-items:center;justify-self:end;gap:20px}
.site-nav__icons>a,.site-nav__icons>.region-selector>.flag{display:grid;place-items:center;width:24px;height:24px;border:0;background:transparent;color:#111;padding:0;text-decoration:none;cursor:pointer}
.site-nav__icons .flag{font-size:18px;line-height:1}
.site-nav__icons svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hgp-woo-cart-toggle{position:relative;display:grid;place-items:center;width:24px;height:24px;border:0;background:transparent;color:#111;padding:0;cursor:pointer}
.hgp-woo-cart-count{position:absolute;right:-9px;top:-10px;display:grid;place-items:center;min-width:17px;height:17px;border-radius:999px;background:var(--yellow);color:#111;font-size:10px;font-weight:950;line-height:1;padding:0 4px}
.hgp-surecart-menu-icon{display:grid;place-items:center;width:24px;height:24px}
.hgp-surecart-menu-icon a{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;color:#111!important;text-decoration:none!important}
.hgp-surecart-menu-icon .sc-cart-icon{display:grid!important;place-items:center!important;position:relative!important;color:#111!important}
.hgp-surecart-menu-icon .sc-cart-icon svg{width:22px!important;height:22px!important}
.hgp-surecart-menu-icon .sc-cart-count{position:absolute!important;right:-9px!important;top:-9px!important;display:grid!important;place-items:center!important;min-width:16px!important;height:16px!important;border-radius:999px!important;background:var(--yellow)!important;color:#111!important;font-size:10px!important;font-weight:900!important;line-height:1!important;padding:0 4px!important;box-shadow:none!important}
.sc-cart-wrapper{--sc-color-primary-500:var(--yellow)!important;--sc-color-primary-text:#111!important;--sc-input-border-color-focus:var(--yellow)!important}
.sc-cart-wrapper .wp-block-surecart-slide-out-cart{background:#fffdf6!important;color:#172033!important}
.sc-cart-wrapper .wp-block-surecart-slide-out-cart-header{border-bottom:1px solid #eadfbd!important}
.sc-cart-wrapper .wp-block-surecart-slide-out-cart-header,.sc-cart-wrapper sc-cart-header{font-weight:950!important;letter-spacing:-.03em!important}
.sc-cart-wrapper .wp-block-surecart-slide-out-cart-items-submit,.sc-cart-wrapper .sc-button__link{background:var(--yellow)!important;color:#111!important;border-radius:10px!important;font-weight:950!important}
.sc-cart-wrapper .wp-block-surecart-cart-line-item-remove{color:#596273!important}
.sc-cart-wrapper .wp-block-surecart-cart-subtotal-amount,.sc-cart-wrapper .wp-block-surecart-cart-line-item-amount{font-weight:950!important;color:#172033!important}
.region-selector{display:none!important;position:relative;place-items:center}
.region-selector__button{border-radius:999px}
.region-selector__button:focus-visible,.site-nav__icons>a:focus-visible{outline:2px solid var(--yellow);outline-offset:5px}
.region-selector__menu{position:absolute;right:-12px;top:calc(100% + 18px);z-index:30;display:grid;gap:4px;width:238px;border:1px solid #e2e2e2;border-radius:14px;background:#fff;padding:8px;box-shadow:0 18px 44px rgba(17,17,17,.14);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}
.region-selector__menu:before{content:"";position:absolute;right:17px;top:-7px;width:12px;height:12px;border-left:1px solid #e2e2e2;border-top:1px solid #e2e2e2;background:#fff;transform:rotate(45deg)}
.region-selector.is-open .region-selector__menu{opacity:1;visibility:visible;transform:translateY(0)}
.region-selector__menu button{position:relative;z-index:1;display:grid;grid-template-columns:28px 1fr auto;gap:10px;align-items:center;width:100%;min-height:44px;border:0;border-radius:10px;background:transparent;color:#172033;padding:8px 10px;text-align:left;cursor:pointer}
.region-selector__menu button:hover,.region-selector__menu button.is-selected{background:#fff7e8}
.region-selector__menu span{font-size:20px;line-height:1}
.region-selector__menu b{font-size:13px;font-weight:900}
.region-selector__menu small{color:#6b717d;font-size:11px;font-weight:900}
.cart-drawer{position:fixed;inset:0;z-index:2147483646;pointer-events:none}
.cart-drawer__shade{position:absolute;inset:0;border:0;background:rgba(20,20,20,.58);opacity:0;transition:opacity .22s ease;cursor:pointer}
.cart-drawer__panel{position:absolute;top:0;right:0;display:grid;grid-template-rows:auto auto 1fr auto;width:min(400px,100%);height:100%;background:#fffdf6;box-shadow:-18px 0 48px rgba(0,0,0,.24);transform:translateX(105%);transition:transform .26s ease;color:#151515}
.cart-drawer.is-open{pointer-events:auto}
.cart-drawer.is-open .cart-drawer__shade{opacity:1}
.cart-drawer.is-open .cart-drawer__panel{transform:translateX(0)}
body.cart-drawer-open{overflow:hidden}
.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;min-height:68px;border-bottom:1px solid #eadfbd;background:#fff;padding:0 14px 0 18px}
.cart-drawer__header strong{font-size:28px;font-weight:950;letter-spacing:-.04em}
.cart-drawer__close{display:grid;place-items:center;width:38px;height:38px;border:0;background:transparent;color:#111;font-size:36px;line-height:1;cursor:pointer}
.cart-drawer__notice{display:grid;place-items:center;min-height:46px;background:#0b0b0b;color:#fff;font-size:13px;font-weight:950;letter-spacing:.02em}
.cart-drawer__body{overflow:auto;padding:18px 16px 22px}
.cart-drawer__empty{display:grid;place-items:center;min-height:220px;text-align:center;color:#596273}
.cart-drawer__empty h3{margin:0 0 8px;color:#172033;font-size:24px}
.cart-drawer__empty p{margin:0;font-size:14px}
.cart-line{display:grid;grid-template-columns:74px 1fr auto;gap:12px;align-items:start;padding:14px 0;border-bottom:1px solid #eadfbd}
.cart-line img{width:74px;height:74px;border-radius:4px;object-fit:cover;background:#f5efe3}
.cart-line b{display:block;margin:0 0 6px;font-size:16px;line-height:1.15}
.cart-line small{display:block;color:#515866;font-size:13px;line-height:1.4}
.cart-line__qty{display:inline-flex;align-items:center;margin-top:9px;border:1px solid #d7c46a;border-radius:4px;overflow:hidden;background:#fff}
.cart-line__qty button{display:grid;place-items:center;width:28px;height:26px;border:0;background:#fff;font-size:17px;cursor:pointer}
.cart-line__qty span{display:grid;place-items:center;min-width:32px;height:26px;border-inline:1px solid #d7c46a;font-weight:800}
.cart-line__price{display:grid;gap:8px;justify-items:end;white-space:nowrap}
.cart-line__price strong{color:#141414;font-size:15px}
.cart-line__remove{border:0;background:transparent;color:#6f5d00;font-size:18px;cursor:pointer}
.cart-line__remove:hover{color:#141414}
.cart-drawer__footer{border-top:1px solid #eadfbd;background:#fff;padding:16px}
.cart-drawer__footer>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.cart-drawer__footer span{font-size:24px;font-weight:950;letter-spacing:-.03em}
.cart-drawer__footer strong{font-size:22px;font-weight:950}
.cart-drawer__checkout{display:grid;place-items:center;min-height:50px;border-radius:9px;background:var(--yellow);color:#171717;text-decoration:none;font-size:18px;font-weight:950;box-shadow:inset 0 -2px 0 rgba(0,0,0,.12)}
.cart-drawer__checkout:hover{filter:brightness(.98)}
.hgp-woo-cart-drawer .cart-drawer__panel{grid-template-rows:auto auto 1fr}
.hgp-woo-cart-drawer .cart-drawer__body{padding:0}
.hgp-woo-cart-drawer .widget_shopping_cart_content{min-height:100%;display:flex;flex-direction:column}
.hgp-woo-cart-drawer .woocommerce-mini-cart{display:grid;gap:0;margin:0;padding:4px 18px 0;list-style:none}
.hgp-woo-cart-drawer .woocommerce-mini-cart-item{position:relative;display:grid;grid-template-columns:80px minmax(0,1fr);align-items:start;gap:14px;min-height:126px;border-bottom:1px solid #eadfbd;padding:18px 30px 18px 0}
.hgp-woo-cart-drawer .hgp-mini-cart-item__media,.hgp-woo-cart-drawer .hgp-mini-cart-item__details{min-width:0}
.hgp-woo-cart-drawer .hgp-mini-cart-item__media a{display:block}
.hgp-woo-cart-drawer .woocommerce-mini-cart-item img{display:block;float:none;width:80px;height:80px;border-radius:10px;object-fit:cover;margin:0}
.hgp-woo-cart-drawer .hgp-mini-cart-item__name{padding-right:4px;color:#172033;font-size:15px;font-weight:900;line-height:1.3;overflow-wrap:normal;word-break:normal}
.hgp-woo-cart-drawer .hgp-mini-cart-item__name a{color:inherit;text-decoration:none}
.hgp-woo-cart-drawer .woocommerce-mini-cart-item .remove{position:absolute;right:0;top:14px;display:grid;place-items:center;width:25px;height:25px;border-radius:999px;color:#6f5d00;text-decoration:none;font-size:22px;line-height:1}
.hgp-woo-cart-drawer .woocommerce-mini-cart-item dl.variation{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:3px 7px;margin:9px 0 7px;color:#596273;font-size:12px;line-height:1.35}
.hgp-woo-cart-drawer .woocommerce-mini-cart-item dl.variation dt,.hgp-woo-cart-drawer .woocommerce-mini-cart-item dl.variation dd{float:none;clear:none;width:auto;margin:0;padding:0;white-space:normal;word-break:normal}
.hgp-woo-cart-drawer .woocommerce-mini-cart-item dl.variation dt{font-weight:700}
.hgp-woo-cart-drawer .woocommerce-mini-cart-item dl.variation dd p{margin:0}
.hgp-woo-cart-drawer .woocommerce-mini-cart-item .quantity{display:block;color:#172033;font-size:13px;font-weight:900;line-height:1.4}
.hgp-woo-cart-drawer .woocommerce-mini-cart__empty-message{margin:auto;padding:80px 20px;color:#596273;text-align:center}
.hgp-woo-cart-drawer .woocommerce-mini-cart__total{display:flex;justify-content:space-between;margin:auto 0 0;border-top:1px solid #eadfbd;padding:18px;font-size:18px}
.hgp-woo-cart-drawer .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:0 18px 18px}
.hgp-woo-cart-drawer .woocommerce-mini-cart__buttons a{display:grid;place-items:center;min-height:48px;border-radius:9px;background:#171114;color:#fff;text-decoration:none;font-weight:900}
.hgp-woo-cart-drawer .woocommerce-mini-cart__buttons .checkout{background:var(--yellow);color:#111}
.product{padding:36px 0 64px;background:#fff}
.product__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(430px,.78fr);gap:74px;align-items:start}
.gallery{position:sticky;top:22px}
.gallery__main{margin:0;overflow:hidden;border-radius:8px;background:#f5efe3}
.gallery__main img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}
.gallery__thumbs{display:flex;gap:12px;justify-content:center;margin-top:17px}
.gallery__thumbs button{width:78px;height:66px;overflow:hidden;border:1px solid #dedede;border-radius:8px;background:#fff;padding:0;cursor:pointer}
.gallery__thumbs button.is-active{border:2px solid #d8b600}
.gallery__thumbs img{display:block;width:100%;height:100%;object-fit:cover}
.buybox{padding-top:28px}
.buybox h1{max-width:560px;margin:0 0 9px;font-size:35px;line-height:1.08;font-weight:950;text-transform:uppercase;letter-spacing:0}
.lede{max-width:540px;margin-bottom:8px;color:var(--muted);font-size:16px;line-height:1.55}
.product-rating{display:flex!important;align-items:center;gap:4px;margin:6px 0 13px;color:#171717;font-size:13px;font-weight:950;font-style:italic;letter-spacing:.02em;white-space:nowrap}
.product-rating__stars{display:inline-block!important;color:var(--yellow)!important;-webkit-text-fill-color:var(--yellow)!important;font-size:15px;line-height:1;letter-spacing:0;text-shadow:none!important}
.product-rating strong{font-weight:950}
.price-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.price-row del{color:#8a8f98;font-size:15px}
.price-row strong{font-size:26px}
.price-row span{border-radius:999px;background:#dff0df;color:#246034;padding:7px 12px;font-size:11px;font-weight:900;text-transform:uppercase}
.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-bottom:22px}
.benefit-grid span{position:relative;padding-left:30px;color:#4f535b;font-size:15px;font-weight:700}
.benefit-grid span:before{content:"";position:absolute;left:0;top:1px;width:20px;height:20px;border-radius:50%;background:var(--yellow);box-shadow:inset 0 0 0 6px #fff3bf}
.offers{display:grid;gap:10px;margin:0 0 16px;border:0;padding:0}
.offers legend{display:flex;align-items:center;width:100%;gap:13px;margin-bottom:8px;text-align:center}
.offers legend:before,.offers legend:after{content:"";height:1px;flex:1;background:#d9bd00}
.offers legend span{font-size:16px;font-weight:950}
.offer-card{position:relative;display:grid;grid-template-columns:22px 60px 1fr auto;gap:12px;align-items:center;min-height:84px;border:2px solid #f1c400;border-radius:15px;background:#fff;padding:14px 16px;cursor:pointer}
.offer-card:has(>input:checked){background:#fff2bd}
.offer-card:has(>input:checked):after{content:"";position:absolute;inset:auto 0 0;height:42px;border-radius:0 0 13px 13px;background:rgba(244,210,63,.62);pointer-events:none}
.offer-card input{position:absolute;opacity:0;pointer-events:none}
.offer-card__radio{position:relative;z-index:1;width:22px;height:22px;border:1.8px solid #111;border-radius:50%;background:#fff}
.offer-card:has(>input:checked)>.offer-card__radio{border:6px solid #111}
.offer-card>img{position:relative;z-index:1;width:60px;height:60px;border-radius:8px;object-fit:cover}
.offer-card__copy{position:relative;z-index:1}
.offer-card__copy b{display:block;font-size:18px;line-height:1.15}
.offer-card__copy small{display:block;margin-top:4px;color:#5f6470;font-size:13px}
.offer-card__price{position:relative;z-index:1;text-align:right;align-self:start}
.offer-card__price strong,.offer-card__price del{display:block}
.offer-card__price strong{font-size:17px}
.offer-card__price del{color:#777;font-size:12px}
.offer-card em{position:absolute;right:24px;top:-14px;z-index:2;border-radius:5px;background:#191919;color:#fff;padding:5px 11px;font-size:11px;font-style:normal;font-weight:900}
.color-row{position:relative;z-index:2;display:flex;align-items:center;gap:8px;margin-top:10px;font-size:13px;font-style:normal;font-weight:800}
.offer-card:not(:has(>input:checked)) .color-row{display:none}
.swatch{appearance:none;width:31px;height:31px;border:3px solid #fff;border-radius:50%;padding:0;box-shadow:0 0 0 1px #cfd3d9;cursor:pointer}
.swatch.is-selected{box-shadow:0 0 0 3px var(--yellow),0 0 0 4px #111}
.swatch--pink{background:#efb8c7}
.swatch--blue{background:#8ad6e3}
.add-button{width:100%;min-height:58px;border:0;border-radius:17px;background:#171114;color:#fff;font-size:16px;font-weight:900;cursor:pointer}
.surecart-selected-actions{margin-top:14px}
.surecart-offer-action{display:none}
.buybox:has(.offer-card input[value="1"]:checked) .surecart-offer-action[data-offer="1"],
.buybox:has(.offer-card input[value="2"]:checked) .surecart-offer-action[data-offer="2"],
.buybox:has(.offer-card input[value="3"]:checked) .surecart-offer-action[data-offer="3"]{display:block}
.surecart-selected-actions .sc-form-wrapper,
.surecart-selected-actions .sc-form,
.surecart-selected-actions .wp-block-button{display:block!important;width:100%!important}
.surecart-selected-actions button.sc-button,
.surecart-selected-actions .sc-button__link{display:grid!important;place-items:center!important;width:100%!important;min-height:58px!important;border:0!important;border-radius:17px!important;background:#171114!important;color:#fff!important;font-size:16px!important;font-weight:900!important;box-shadow:none!important;text-decoration:none!important;cursor:pointer!important}
.surecart-selected-actions button.sc-button:disabled{opacity:.7!important;cursor:wait!important}
.surecart-real-buttons{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.inventory-note{display:flex;align-items:center;gap:8px;margin:12px 0 16px;font-size:13px;font-weight:800}
.inventory-note span{width:10px;height:10px;border-radius:50%;background:#e63333;box-shadow:0 0 0 7px #ffe7e7}
.video-section{padding:72px 0 88px;background:var(--cream);text-align:center}
.video-section h2{max-width:none;white-space:nowrap;font-size:clamp(42px,3.9vw,58px)}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.video-grid article{position:relative;overflow:hidden;aspect-ratio:9/14;border-radius:7px;background:#111}
.video-grid video{display:block;width:100%;height:100%;object-fit:cover}
.video-grid article:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(transparent,rgba(0,0,0,.72))}
.video-grid b{position:absolute;z-index:1;left:19px;right:19px;bottom:18px;color:#fff;font-size:19px;text-align:left}
.instinct{padding:82px 0 92px;background:#fff;text-align:center}
.instinct-card{display:grid;grid-template-columns:1fr minmax(280px,420px) 1fr;gap:42px;align-items:center;min-height:560px;border-radius:30px;background:var(--cream);padding:60px 62px}
.instinct-card img{justify-self:center;width:min(390px,100%);max-height:420px;object-fit:contain}
.instinct-mobile-art{display:none}
.instinct-list{display:grid;gap:58px;text-align:left}
.instinct-list span{display:block;position:relative;padding-top:43px}
.instinct-list span:before{content:attr(data-icon);position:absolute;top:0;left:0;font-size:30px}
.instinct-list b{display:block;font-size:21px;line-height:1.18}
.how{padding:88px 0;background:var(--soft)}
.how__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.how img{display:block;width:100%;border-radius:8px}
.how h2{margin-left:0;text-align:left}
.how ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.how li{display:grid;gap:4px;border-top:1px solid var(--line);padding:18px 0}
.how b{font-size:18px}
.how span{color:var(--muted);line-height:1.55}
.wave-strip{position:relative;width:100%;min-height:226px;overflow:hidden;background:#f7d84c;padding:58px 0}
.wave-strip:before,.wave-strip:after{content:"";position:absolute;left:-6%;width:112%;height:74px;background:#fff;border-radius:50%}
.wave-strip:before{top:-50px}.wave-strip:after{bottom:-50px}
.wave-track{display:flex;width:max-content;gap:72px;align-items:center;min-height:112px;padding:0 42px;animation:wave 30s linear infinite}
.wave-track article{width:315px;flex:0 0 315px;color:#151515}
.wave-track b{font-size:13px;font-weight:950;letter-spacing:.1em}
.wave-track p{margin:9px 0 0;font-size:14px;line-height:1.48}
@keyframes wave{to{transform:translateX(calc(-50% - 36px))}}
.faq{padding:86px 0;background:#fff}
.faq h2{margin-bottom:28px}
.faq details{border-top:1px solid #d8d1c4;padding:22px 4px}
.faq details:last-child{border-bottom:1px solid #d8d1c4}
.faq summary{font-size:19px;font-weight:950;cursor:pointer}
.faq p{margin:12px 0 0;color:var(--muted);line-height:1.65}
.testimonials{padding:82px 0 94px;background:#fff;text-align:center}
.video-section,.instinct,.how,.wave-strip,.faq,.testimonials,.footer{content-visibility:auto;contain-intrinsic-size:auto 800px}
.review-disclosure{margin:-22px 0 30px;color:#6b717d;font-size:12px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}
.review-grid article{position:relative;display:grid;align-content:center;min-height:236px;border-radius:24px;background:#f4f4f4;padding:42px 28px 24px}
.review-grid article:after{content:"”";position:absolute;right:12px;top:10px;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--yellow);color:#111;font-size:31px;font-weight:950;line-height:1}
.review-grid article>span{position:absolute;right:58px;top:19px;color:#f4be00;font-size:16px;font-weight:950;letter-spacing:.08em}
.stars{margin:0 0 10px;color:#f4be00;font-size:23px;line-height:1;text-align:center;letter-spacing:1px}
.review-grid p{max-width:345px;min-height:0;margin:0 auto 18px;color:#181818;font-size:17px;line-height:1.62;font-weight:500;letter-spacing:.01em;text-align:center}
.review-grid small{display:block;width:100%;border-top:1px solid #dedede;padding-top:13px;color:#172033;font-size:13px;font-weight:900;font-style:italic;text-align:center}
.footer{padding:68px 0 26px;background:#0b0b0b;color:#fff}
.footer__grid{display:grid;grid-template-columns:1.35fr .8fr 1.2fr;gap:72px;padding-bottom:54px}
.footer strong{font-size:32px;font-weight:950;letter-spacing:-.02em}
.footer p{max-width:300px;margin:18px 0 0;color:#b9b9b9;font-size:13px;line-height:1.6}
.footer h3{margin:0 0 17px;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.09em}
.footer a{display:block;width:max-content;margin:10px 0;color:#c4c4c4;text-decoration:none;font-size:13px}
.footer a:hover{color:var(--yellow)}
.footer form{display:flex;margin-top:18px}
.footer input{min-width:0;flex:1;border:1px solid #555;border-right:0;border-radius:5px 0 0 5px;background:#161616;color:#fff;padding:12px}
.footer button{border:1px solid var(--yellow);border-radius:0 5px 5px 0;background:var(--yellow);color:#171717;padding:0 14px;font-size:11px;font-weight:900;text-transform:uppercase}
.footer input:disabled,.footer button:disabled{opacity:1}
.footer__bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #303030;padding-top:24px}
.footer__bottom small{color:#999}
.footer__bottom div{display:flex;gap:9px;flex-wrap:wrap}
.footer__bottom span{border:1px solid #3d3d3d;border-radius:4px;padding:6px 9px;color:#cfcfcf;font-size:10px;text-transform:uppercase;letter-spacing:.05em}
.hgp-policy{width:100%;max-width:none!important;margin:0!important;font-family:Inter,Arial,sans-serif;color:#172033;background:#fff}
.hgp-policy *{box-sizing:border-box}
.hgp-policy header{padding:82px 24px 66px;text-align:center;background:var(--cream)}
.hgp-policy header>p{margin:0 0 12px;color:#796600;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.hgp-policy h1{margin:0 0 14px;color:#172033;font-size:clamp(42px,6vw,70px);font-weight:950;line-height:1;letter-spacing:-.045em}
.hgp-policy header span{display:block;color:#676e7b;font-size:16px;line-height:1.55}
.hgp-policy>section{width:min(820px,calc(100% - 36px));margin:auto;padding:65px 0 90px}
.hgp-policy h2{margin:38px 0 12px;color:#172033;font-size:24px;font-weight:950;line-height:1.2;letter-spacing:-.02em;text-align:left}
.hgp-policy p,.hgp-policy li{color:#596273;font-size:15px;line-height:1.75}
.hgp-policy p{margin:0 0 16px}
.hgp-policy ul,.hgp-policy ol{padding-left:23px;margin:10px 0 22px}
.hgp-policy li{margin:7px 0}
.hgp-policy a{color:#796600;text-decoration:underline;text-underline-offset:3px}
.hgp-policy-note{margin-top:32px;border-left:4px solid var(--yellow);background:#fff9df;padding:19px 21px}
.hgp-policy-note strong{display:block;margin-bottom:5px}
.hgp-policy-note p{margin:0}
.hgp-policy-links{display:flex;flex-wrap:wrap;gap:14px 28px;align-items:center;padding:38px max(24px,calc((100% - 1120px)/2));background:#5595e8;color:#fff}
.hgp-policy-links strong{width:100%;font-size:24px;font-weight:950;letter-spacing:-.02em}
.hgp-policy-links a{color:#fff;text-decoration:none;font-size:15px;font-weight:800}
.hgp-policy-links a:hover{text-decoration:underline;text-underline-offset:4px}
.hgp-cart-page{width:100%;max-width:none!important;margin:0!important;font-family:Inter,Arial,sans-serif;color:#172033;background:#fff}
.hgp-cart-page *{box-sizing:border-box}
.hgp-cart-page header{padding:78px 24px 58px;text-align:center;background:var(--cream)}
.hgp-cart-page header>p{margin:0 0 12px;color:#796600;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.hgp-cart-page h1{margin:0 0 14px;color:#172033;font-size:clamp(42px,6vw,68px);font-weight:950;line-height:1;letter-spacing:-.045em}
.hgp-cart-page header span{display:block;color:#676e7b;font-size:16px;line-height:1.55}
.hgp-cart-page>section{width:min(900px,calc(100% - 36px));margin:auto;padding:58px 0 80px}
.hgp-cart-page .wp-block-surecart-slide-out-cart{max-width:560px;margin-inline:auto;border:1px solid #e6e6e6;border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(23,32,51,.08)}
.hgp-cart-page .woocommerce{width:100%}
.hgp-cart-page .shop_table{width:100%;border-collapse:collapse;border:1px solid #e7dfcd;border-radius:14px;background:#fff;overflow:hidden}
.hgp-cart-page .shop_table th,.hgp-cart-page .shop_table td{border-bottom:1px solid #e7dfcd;padding:16px;text-align:left;vertical-align:middle}
.hgp-cart-page .shop_table img{width:72px;height:72px;border-radius:8px;object-fit:cover}
.hgp-cart-page .quantity input{width:72px;min-height:40px;border:1px solid #d8d1c4;border-radius:7px;padding:8px}
.hgp-cart-page .button,.hgp-cart-page button,.hgp-cart-page .checkout-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:8px;background:var(--yellow);color:#171717;padding:0 18px;text-decoration:none;font-weight:900;cursor:pointer}
.hgp-cart-page .coupon{display:flex;gap:8px}
.hgp-cart-page input.input-text,.hgp-cart-page select,.hgp-cart-page textarea{width:100%;min-height:44px;border:1px solid #d8d1c4;border-radius:8px;background:#fff;padding:10px 12px}
.hgp-cart-page .cart-collaterals{display:flex;justify-content:flex-end;margin-top:28px}
.hgp-cart-page .cart_totals{width:min(480px,100%)}
.hgp-checkout-page form.checkout{display:grid;grid-template-columns:1.15fr .85fr;gap:46px}
.hgp-checkout-page #order_review_heading,.hgp-checkout-page #order_review{grid-column:2}
.hgp-checkout-page #customer_details{grid-row:1/4}
.hgp-account-page .woocommerce{max-width:920px;margin-inline:auto}
.hgp-account-page .woocommerce-form-login,.hgp-account-page .woocommerce-form-register{max-width:560px;margin-inline:auto;border:1px solid #e7dfcd;border-radius:14px;padding:28px}
.woocommerce-error,.woocommerce-info,.woocommerce-message{border-left:4px solid var(--yellow);background:#fff7e8;padding:14px 18px;list-style:none}
.hgp-cart-empty{width:min(560px,100%);margin:0 auto;border:1px solid #e6e6e6;border-radius:18px;background:#fff;padding:34px 28px;text-align:center;box-shadow:0 18px 50px rgba(23,32,51,.08)}
.hgp-cart-empty h2{margin:0 0 10px;color:#172033;font-size:28px;font-weight:950;letter-spacing:-.03em}
.hgp-cart-empty p{margin:0 auto 22px;max-width:390px;color:#596273;font-size:15px;line-height:1.65}
.hgp-cart-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:999px;background:var(--yellow);color:#171717;padding:0 22px;text-decoration:none;font-size:14px;font-weight:950}
@media(max-width:980px){.site-nav__grid{min-height:72px}.site-nav__links{gap:18px}.product__grid,.how__grid{grid-template-columns:1fr;gap:32px}.gallery{position:static}.buybox{padding-top:0}.video-section h2{max-width:790px;white-space:normal}.video-grid{grid-template-columns:repeat(3,78vw);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:16px}.video-grid article{scroll-snap-align:center}.instinct-card{grid-template-columns:1fr;padding:42px 28px}.instinct-list{grid-template-columns:1fr 1fr;gap:28px}.review-grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:first-child,.footer__grid>div:last-child{grid-column:1/3}.hgp-checkout-page form.checkout{display:block}.hgp-checkout-page #order_review_heading{margin-top:36px}}
@media(max-width:640px){.shell{width:calc(100% - 28px)}.sale-bar__inner{display:grid;gap:6px;min-height:76px;text-align:center;padding-right:46px}.sale-bar__close{right:9px;width:28px;height:28px;font-size:22px}.sale-bar strong{font-size:17px}.sale-bar span{font-size:10px}.sale-bar__timer{justify-content:center;gap:12px}.sale-bar__timer span{grid-template-rows:27px 14px;width:38px}.sale-bar__timer span:not(:last-child)::after{right:-10px;top:7px;font-size:20px}.sale-bar__timer i{font-size:19px}.sale-bar__timer small{font-size:8px}.ticker>div{gap:34px;min-height:34px}.ticker span,.ticker b{font-size:11px}.site-nav__grid{grid-template-columns:1fr auto;min-height:68px}.logo{justify-content:flex-start;justify-self:start}.logo img{height:34px}.site-nav__links{display:none}.site-nav__icons{gap:13px}.site-nav__icons a,.site-nav__icons button{width:21px;height:21px}.site-nav__icons .flag{font-size:16px}.site-nav__icons svg{width:20px;height:20px}.product{padding-top:18px}.gallery__main img{aspect-ratio:1/1.02}.gallery__thumbs{justify-content:flex-start;overflow-x:auto}.buybox h1{font-size:29px}.benefit-grid{grid-template-columns:1fr}.offer-card{grid-template-columns:22px 48px 1fr auto;gap:8px;padding:12px 10px}.offer-card>img{width:48px;height:48px}.offer-card__copy b{font-size:15px}.offer-card__copy small{font-size:11px}.offer-card__price strong{font-size:14px}.color-row{font-size:11px}.swatch{width:27px;height:27px}.video-section,.instinct,.how,.faq,.testimonials{padding-block:58px}h2{font-size:35px}.video-grid{grid-template-columns:repeat(3,84vw)}.instinct .kicker,.instinct h2,.instinct-card{display:none}.instinct-mobile-art{display:block;width:100%;height:auto;margin:0 auto}.wave-strip{min-height:190px}.review-grid article{padding-inline:22px}.footer__grid{grid-template-columns:1fr;gap:32px}.footer__grid>div:first-child,.footer__grid>div:last-child{grid-column:auto}.footer__bottom{display:grid;gap:18px}.footer form{display:grid}.footer input,.footer button{min-height:42px;border:1px solid #555;border-radius:5px}.footer button{border-color:var(--yellow)}}
