:root{--orange: #a83c07;--orange-dk:#8a2e05;--ink: #1c1917;--ink-lt: #3d3935;--iron: #57534e;--stone: #a8a29e;--cream: #faf8f5;--white: #ffffff;--deep: #090f14;--deep2: #0c2030;--border: #e7e5e4;--radius: 4px;--t: .2s cubic-bezier(.4,0,.2,1);--max-w: 1400px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}body{font-family:Barlow,-apple-system,sans-serif;font-size:1.075rem;color:var(--ink);background:var(--cream);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}ul{list-style:none}input,textarea,select{font:inherit}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 2rem}.accent{color:var(--orange);font-style:normal}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.75rem;background:var(--orange);color:var(--white);font-family:Figtree,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius);border:2px solid var(--orange);transition:background var(--t),transform var(--t),border-color var(--t)}.btn-primary:hover{background:var(--orange-dk);border-color:var(--orange-dk);transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.75rem;background:transparent;color:var(--white);font-family:Figtree,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius);border:2px solid rgba(255,255,255,.5);transition:border-color var(--t),background var(--t),transform var(--t)}.btn-ghost:hover{border-color:var(--white);background:#ffffff14;transform:translateY(-1px)}.btn-ghost.on-light{color:var(--ink);border-color:var(--ink)}.btn-ghost.on-light:hover{background:var(--ink);color:var(--white)}.btn-lg{padding:1rem 2.25rem;font-size:1rem}.btn-block{display:flex;width:100%}.btn-atc{width:100%;padding:.65rem 1rem;background:#1e7e34;color:var(--white);font-family:Figtree,sans-serif;font-weight:700;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius);transition:background var(--t)}.btn-atc:hover{background:#166128}.btn-atc:disabled{background:var(--stone);cursor:not-allowed}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--iron);margin-bottom:1rem}.eyebrow:before{content:"";display:block;width:28px;height:1px;background:currentColor;flex-shrink:0}.eyebrow-accent{color:var(--orange)}.eyebrow-accent:before{background:var(--orange)}.section-heading{font-family:Figtree,sans-serif;font-weight:900;font-style:italic;font-size:clamp(2.4rem,5vw,4rem);line-height:1;letter-spacing:-.03em;text-transform:uppercase;color:var(--ink);margin-bottom:1.5rem}.section-heading-light{color:var(--white)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:3rem}.section-head.center{flex-direction:column;align-items:center;text-align:center}.view-all-link{flex-shrink:0;font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--iron);border-bottom:1px solid currentColor;padding-bottom:2px;transition:color var(--t)}.view-all-link:hover{color:var(--orange)}.placeholder-msg{color:var(--stone);font-style:italic;padding:3rem 0}@keyframes promo-ticker{0%{transform:translate(0)}to{transform:translate(-25%)}}@keyframes promo-sep-pulse{0%,to{opacity:1}50%{opacity:1}}.promo-bar{background:var(--ink);border-top:none;color:#ffffffe6;overflow:hidden;white-space:nowrap;padding:.55rem 0;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 5%,#000 95%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 5%,#000 95%,transparent 100%)}.promo-bar-track{display:inline-block;white-space:nowrap;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;animation:promo-ticker 28s linear infinite}.promo-bar:hover .promo-bar-track{animation-play-state:paused}.promo-msg{display:inline}.promo-sep{display:inline-block;width:4px;height:28px;background:var(--orange);vertical-align:middle;margin:0 1.1rem;font-size:0;opacity:.85;border-radius:2px}@media(max-width:767px){.promo-bar{padding:.35rem 0}.promo-bar-track{font-size:.65rem;letter-spacing:.04em}.promo-sep{height:18px;margin:0 .7rem}}.site-header{position:sticky;top:0;z-index:200;background:var(--ink);border-bottom:1px solid rgba(255,255,255,.07);transition:box-shadow .25s}.site-header.scrolled{box-shadow:0 4px 24px #00000059}.header-inner{display:flex;align-items:center;gap:1.5rem;max-width:var(--max-w);margin:0 auto;padding:0 2rem;height:90px}.site-logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.logo-img{height:auto;width:auto;max-width:130px;object-fit:contain;display:block}.logo-icon{font-size:1.6rem}.logo-name{display:block;font-family:Figtree,sans-serif;font-weight:900;font-size:1.1rem;color:var(--white);letter-spacing:-.01em;line-height:1.1}.logo-tagline{display:block;font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--stone)}.main-nav{display:flex;align-items:center;gap:.25rem;flex:1;justify-content:center}.nav-item{position:relative}.nav-link{display:block;padding:.5rem .85rem;color:#ffffffbf;font-size:.85rem;font-weight:600;letter-spacing:.04em;border-radius:var(--radius);transition:color var(--t),background var(--t)}.nav-link:hover,.nav-item:hover>.nav-link{color:var(--white);background:#ffffff12}.nav-link.active{color:var(--white);background:#ffffff12;position:relative}.nav-link.active:after{content:"";position:absolute;bottom:0;left:.85rem;right:.85rem;height:2px;background:var(--orange);border-radius:99px}.nav-sale{color:var(--orange)!important}.nav-item:hover .nav-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown{position:absolute;top:100%;padding-top:10px;left:0;background:var(--ink);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);min-width:180px;padding:.5rem 0;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity var(--t),transform var(--t);box-shadow:0 8px 32px #0006}.nav-drop-link{display:block;padding:.5rem 1.25rem;color:#ffffffbf;font-size:.84rem;transition:color var(--t),background var(--t)}.nav-drop-link:hover{color:var(--white);background:#ffffff0f}.header-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.icon-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius);color:#ffffffbf;transition:color var(--t),background var(--t)}.icon-btn:hover{color:var(--white);background:#ffffff14}.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius);background:var(--orange);color:var(--white);transition:background var(--t)}.cart-btn:hover{background:var(--orange-dk)}.cart-count{position:absolute;top:-4px;right:-4px;background:var(--white);color:var(--ink);font-size:.65rem;font-weight:800;line-height:1;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}.cart-count:empty,.cart-count[data-count="0"]{display:none}.mobile-toggle{display:none}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;pointer-events:none;visibility:hidden}.mobile-nav.open{pointer-events:auto;visibility:visible}.mobile-nav-panel{position:relative;z-index:2;width:min(340px,88vw);height:100%;background:var(--ink);overflow-y:auto;transform:translate(-100%);transition:transform .35s cubic-bezier(.25,0,.1,1);display:flex;flex-direction:column;box-shadow:6px 0 40px #00000059}.mobile-nav.open .mobile-nav-panel{transform:translate(0)}.mobile-nav-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#000000a6;opacity:0;transition:opacity .35s}.mobile-nav.open .mobile-nav-backdrop{opacity:1}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-brand{font-family:Figtree,sans-serif;font-weight:900;font-size:1.15rem;color:var(--white);letter-spacing:.01em}.mobile-nav-close{color:#fff9;font-size:1.5rem;padding:.25rem .4rem;line-height:1;border-radius:4px;transition:background .15s}.mobile-nav-close:hover{background:#ffffff1a;color:#fff}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;color:#ffffffd9;font-size:1rem;font-weight:700;border-bottom:1px solid rgba(255,255,255,.07);transition:color var(--t),background var(--t);letter-spacing:.01em}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--white);background:#ffffff0d}.mobile-nav-link.active{border-left:3px solid var(--orange)}.mobile-nav-link .mobile-nav-arrow{font-size:.75rem;opacity:.4}.mobile-nav-sub{padding:0 0 .75rem 1.5rem;background:#0003}.mobile-nav-child{display:block;padding:.65rem 1rem;color:#ffffff80;font-size:.9rem;font-weight:500;transition:color .15s}.mobile-nav-child:hover{color:var(--orange)}.mobile-nav-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding:1.5rem}.mobile-nav-footer-cta{display:block;text-align:center;background:var(--orange);color:#fff;font-family:Figtree,sans-serif;font-weight:800;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase;padding:.85rem 1rem;border-radius:8px;text-decoration:none;transition:opacity .2s}.mobile-nav-footer-cta:hover{opacity:.88}.currency-sel{position:relative}.currency-btn{display:flex;align-items:center;gap:.4rem;padding:.3rem .6rem;border-radius:var(--radius);color:#ffffffb3;font-size:.8rem;font-weight:600;border:1px solid rgba(255,255,255,.15);transition:color var(--t),border-color var(--t),background var(--t)}.currency-btn:hover{color:var(--white);border-color:#ffffff59;background:#ffffff12}.currency-caret{transition:transform var(--t)}.currency-sel.open .currency-caret{transform:rotate(180deg)}.currency-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--ink);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);min-width:190px;padding:.4rem 0;box-shadow:0 8px 32px #00000080}.currency-opt{display:flex;align-items:center;gap:.6rem;width:100%;padding:.55rem 1rem;color:#ffffffb3;font-size:.84rem;transition:background var(--t),color var(--t);text-align:left}.currency-opt:hover{background:#ffffff12;color:var(--white)}.currency-opt.active{color:var(--orange)}.currency-opt-name{color:inherit;opacity:.65}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;background:#090f14e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:flex-start;justify-content:center;padding:6rem 2rem}.search-overlay[hidden]{display:none}.search-overlay-box{width:100%;max-width:640px}.search-overlay-form{display:flex;gap:.75rem}.search-overlay-input{flex:1;padding:.9rem 1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);color:var(--white);font-size:1rem}.search-overlay-input::placeholder{color:#fff6}.search-close{display:block;margin:1.25rem auto 0;color:#ffffff80;font-size:.9rem;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);transition:color var(--t)}.search-close:hover{color:var(--white)}.scroll-top-btn{position:fixed;bottom:2rem;right:2rem;z-index:300;width:44px;height:44px;border-radius:50%;background:var(--orange);color:var(--white);font-size:1.1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000040;transition:background var(--t),transform var(--t),opacity var(--t)}.scroll-top-btn[hidden]{display:none}.scroll-top-btn:hover{background:var(--orange-dk);transform:translateY(-2px)}.hero-section{position:relative;min-height:92vh;display:flex;flex-direction:column;background:var(--deep);overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-photo{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-photo-mobile,.hero-video-mobile{display:none}@media(max-width:768px){.hero-video-desktop{display:none}.hero-video-mobile{display:block}}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 100% 70% at 60% 30%,rgba(12,53,71,.8) 0%,transparent 60%),linear-gradient(160deg,#090f14,#0c2030 35%,#0d3a52 65%,#080e13)}.hero-gradient-over-photo{background:linear-gradient(to right,#090f14,#090f14d9 40%,#090f1466,#090f1426)}.hero-grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.22;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px}.hero-fish-art{position:absolute;right:5%;bottom:10%;font-size:clamp(14rem,28vw,28rem);opacity:.035;pointer-events:none;-webkit-user-select:none;user-select:none;filter:blur(.5px)}.hero-body{position:relative;z-index:1;flex:1;display:flex;align-items:flex-end;padding-bottom:5rem}.hero-content{width:100%;max-width:var(--max-w);margin:0 auto;padding:5rem 2rem 0}.hero-kicker{display:inline-flex;align-items:center;gap:.6rem;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:1.5rem}.hero-kicker:before{content:"";width:28px;height:1px;background:var(--orange)}.hero-headline{font-family:Figtree,sans-serif;font-weight:900;font-style:italic;font-size:clamp(3.5rem,9vw,9rem);line-height:.9;letter-spacing:-.04em;text-transform:uppercase;color:var(--white);margin-bottom:2.5rem;max-width:880px}.hero-accent{color:var(--orange);font-style:normal}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-trust-bar{position:relative;z-index:1;background:#090f14cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.07)}.hero-trust-inner{display:flex;max-width:var(--max-w);margin:0 auto;padding:0 2rem}.trust-item{flex:1;display:flex;align-items:center;gap:.85rem;padding:1.1rem 1rem;border-right:1px solid rgba(255,255,255,.07)}.trust-item:last-child{border-right:none}.trust-icon{font-size:1.4rem;flex-shrink:0}.trust-title{font-family:Figtree,sans-serif;font-weight:800;font-size:.75rem;color:var(--white);text-transform:uppercase;letter-spacing:.05em}.trust-sub{font-size:.75rem;color:#ffffff80;margin-top:.15rem}.products-section{padding:6rem 0;background:var(--white)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.product-card{background:var(--white);border:1px solid var(--border);border-radius:6px;overflow:hidden;transition:box-shadow var(--t),transform var(--t)}.product-card:hover{box-shadow:0 8px 32px #0000001a;transform:translateY(-2px)}.product-card-img-wrap{display:block}.product-card-img{position:relative;aspect-ratio:1/1;overflow:hidden;background:#f0efed}.product-card-img img{width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .4s}.product-card:hover .product-card-img img{transform:scale(1.08)}.product-img-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--stone)}.product-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.4rem}.badge{font-size:.65rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .6rem;border-radius:2px}.badge-new{background:var(--orange);color:var(--white)}.badge-sale{background:var(--ink);color:var(--white)}.product-card-body{padding:1rem 1.1rem 1.1rem}.product-card-name{display:block;font-weight:600;font-size:.92rem;color:var(--ink);margin-bottom:.25rem;line-height:1.3}.product-card-name:hover{color:var(--orange)}.product-card-sku{font-size:.7rem;color:var(--iron);font-weight:700;letter-spacing:.03em;margin-bottom:.4rem}.product-card-sku.hidden{display:none}.product-page-sku{font-size:.78rem;color:var(--iron);font-weight:700;letter-spacing:.03em;margin:.15rem 0 .65rem}.product-card-price{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.price{font-family:Figtree,sans-serif;font-weight:800;font-size:1rem;color:var(--ink)}.price-was{font-size:.88rem;color:var(--stone);text-decoration:line-through}.split-section{padding:7rem 0}.split-dark{background:var(--deep)}.split-light{background:#fff}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.split-flip .split-layout{direction:rtl}.split-flip .split-layout>*{direction:ltr}.split-desc{font-size:1.05rem;line-height:1.7;color:#ffffffb3;margin-bottom:2rem;max-width:520px}.split-desc-ink{color:var(--iron)}.cat-pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.75rem}.cat-pill{padding:.45rem 1.1rem;border-radius:2rem;background:#ffffff1a;color:#fffc;font-size:.82rem;font-weight:600;letter-spacing:.04em;border:1px solid rgba(255,255,255,.15);transition:background var(--t),color var(--t)}.cat-pill:hover{background:var(--orange);color:var(--white);border-color:var(--orange)}.cat-pill-dark{background:var(--cream);color:var(--ink);border-color:var(--border)}.cat-pill-dark:hover{background:var(--orange);color:var(--white);border-color:var(--orange)}.split-visual{display:flex;align-items:center;justify-content:center}.split-visual-inner{display:flex;flex-direction:column;align-items:center;gap:2rem}.vis-emoji{font-size:8rem;filter:drop-shadow(0 0 60px rgba(168,60,7,.3))}.vis-spec-pills{display:flex;flex-direction:column;gap:.65rem}.spec-pill{padding:.55rem 1.1rem;border-radius:2rem;background:#ffffff14;color:#ffffffbf;font-size:.82rem;font-weight:600;border:1px solid rgba(255,255,255,.12)}.bottle-wrap{filter:drop-shadow(0 20px 60px rgba(168,60,7,.3))}.drinkware-specs{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.75rem 0}.dspec{display:flex;align-items:flex-start;gap:.6rem;padding:.85rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.dspec span{font-size:1.3rem;flex-shrink:0}.dspec strong{display:block;font-size:.82rem;font-weight:700;color:var(--ink)}.dspec small{font-size:.75rem;color:var(--iron)}.reviews-section{padding:6rem 0;background:var(--cream)}.reviews-summary-line{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center;color:var(--iron);font-size:.92rem;margin-top:.75rem}.star-row{color:#f59e0b;font-size:1.1rem;letter-spacing:.1em}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.review-card{background:var(--white);border:1px solid var(--border);border-radius:6px;padding:1.75rem}.review-stars{color:#f59e0b;font-size:1rem;letter-spacing:.08em;margin-bottom:.85rem}.review-body{font-size:.95rem;line-height:1.65;color:var(--ink-lt);margin-bottom:1.1rem;font-style:italic}.review-meta{font-size:.83rem;color:var(--iron)}.review-name{font-weight:700;color:var(--ink)}.review-verified{color:#16a34a;font-weight:600;margin-left:.5rem}.review-product{font-size:.78rem;color:var(--orange);font-weight:600;margin-top:.65rem;text-transform:uppercase;letter-spacing:.05em}.newsletter-section{padding:6rem 0;background:var(--deep)}.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1100px;margin:0 auto}.newsletter-desc{color:#fff9;font-size:1rem;line-height:1.7;margin-top:.75rem}.newsletter-row{display:flex;gap:.5rem}.newsletter-input{flex:1;padding:.9rem 1.25rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);color:var(--white);font-size:.95rem;transition:border-color var(--t)}.newsletter-input::placeholder{color:#ffffff59}.newsletter-input:focus{outline:none;border-color:var(--orange)}.newsletter-btn{flex-shrink:0}.newsletter-fine{font-size:.75rem;color:#ffffff59;margin-top:.85rem}.form-success{margin-top:.85rem;color:#4ade80;font-size:.88rem;font-weight:600}.form-error{margin-top:.85rem;color:#f87171;font-size:.88rem}.site-footer{background:#06090d;color:#fff9}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;max-width:var(--max-w);margin:0 auto;padding:5rem 2rem 4rem}.footer-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.footer-logo span{font-size:1.4rem}.footer-logo strong{font-family:Figtree,sans-serif;font-weight:900;font-size:1.1rem;color:var(--white)}.footer-desc{font-size:.88rem;line-height:1.65;color:#ffffff73;max-width:300px;margin-bottom:1.5rem}.footer-socials{display:flex;gap:.6rem}.social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius);color:#ffffff80;border:1px solid rgba(255,255,255,.12);transition:color var(--t),border-color var(--t),background var(--t)}.social-link:hover{color:var(--white);border-color:var(--orange);background:#a83c0726}.footer-col-title{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ffffff59;margin-bottom:1.1rem}.footer-col-links li{margin-bottom:.6rem}.footer-col-links a{font-size:.88rem;color:#ffffff80;transition:color var(--t)}.footer-col-links a:hover{color:var(--white)}.payment-icons{display:flex;flex-wrap:wrap;gap:.4rem}.payment-icon{padding:.3rem .55rem;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:3px;font-size:.65rem;font-weight:700;color:#ffffff8c;letter-spacing:.04em}.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.07);max-width:var(--max-w);margin:0 auto;padding:1.5rem 2rem;font-size:.8rem}.footer-copy{color:#ffffff4d}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#fff6;transition:color var(--t)}.footer-legal a:hover{color:var(--white)}.collection-page{padding:4rem 0 6rem}.collection-header{margin-bottom:3rem}.collection-title{font-family:Figtree,sans-serif;font-weight:900;font-size:2.5rem;color:var(--ink)}.collection-desc{color:var(--iron);margin-top:.75rem;max-width:640px}.pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:4rem}.pagination-info{color:var(--iron);font-size:.9rem}.page-link{font-weight:600;color:var(--orange);text-decoration:underline}.page-info{color:var(--iron);font-size:.9rem}.product-page{padding:3rem 0 5rem}.breadcrumb{font-size:.8rem;color:var(--stone);margin-bottom:2rem;display:flex;gap:.5rem;flex-wrap:wrap}.breadcrumb a:hover{color:var(--orange)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery-main{border-radius:6px;overflow:hidden;background:#f0efed;aspect-ratio:1/1}.product-gallery-main img{width:100%;height:100%;object-fit:cover;object-position:center center}.product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:6rem;min-height:400px}.product-thumbs{display:flex;gap:.6rem;margin-top:.75rem;flex-wrap:wrap}.product-thumb{width:90px;height:90px;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;flex-shrink:0;transition:border-color var(--t)}.product-thumb.active{border-color:var(--orange)}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-title{font-family:Figtree,sans-serif;font-weight:900;font-size:2rem;color:var(--ink);margin-bottom:1rem;line-height:1.1}.product-price{display:flex;align-items:center;gap:.75rem;margin-bottom:1.75rem}.price-main{font-family:Figtree,sans-serif;font-weight:800;font-size:1.5rem;color:var(--ink)}.price-compare{font-size:1rem;color:var(--stone);text-decoration:line-through}.price-save{font-size:.82rem;font-weight:700;color:var(--orange);background:#a83c071a;padding:.2rem .55rem;border-radius:2rem}.product-option-group{margin-bottom:1.5rem}.option-label{font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-lt);margin-bottom:.6rem;display:block}.option-pills{display:flex;flex-wrap:wrap;gap:.5rem}.option-pill{padding:.5rem 1.1rem;border:2px solid var(--border);border-radius:var(--radius);font-size:.88rem;font-weight:600;color:var(--ink);transition:border-color var(--t),background var(--t),color var(--t)}.option-pill:hover{border-color:var(--ink)}.option-pill.selected{border-color:var(--orange);background:#a83c0712;color:var(--orange)}.personalise-section{background:var(--cream);border-radius:6px;padding:1.25rem;margin:1.5rem 0;border:1px solid var(--border)}.personalise-toggle-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:600;font-size:.92rem}.personalise-fee{font-style:normal;color:var(--orange)}#personalise-panel{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border)}.form-field{margin-bottom:1.25rem}.form-field label{display:block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--iron);margin-bottom:.5rem}.form-field input[type=text]{width:100%;padding:.7rem 1rem;border:2px solid var(--border);border-radius:var(--radius);font-size:.95rem;transition:border-color var(--t)}.form-field input[type=text]:focus{outline:none;border-color:var(--orange)}.char-counter{color:var(--stone);font-weight:400}.font-options{display:flex;flex-wrap:wrap;gap:.5rem}.font-opt{padding:.4rem .9rem;border:2px solid var(--border);border-radius:var(--radius);font-size:.88rem;color:var(--ink);cursor:pointer;transition:border-color var(--t)}.font-opt.selected{border-color:var(--orange);color:var(--orange)}.personalise-note{font-size:.78rem;color:var(--stone);margin-top:.5rem}.bottle-preview-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.bottle-svg{width:110px;height:auto;filter:drop-shadow(0 4px 12px rgba(168,60,7,.15))}.bottle-preview-hint{font-size:.7rem;color:var(--stone);letter-spacing:.1em;text-transform:uppercase;margin-top:.4rem}.product-qty-row{margin-bottom:1.5rem}.qty-selector{display:inline-flex;align-items:center;border:2px solid var(--border);border-radius:var(--radius);overflow:hidden}.qty-btn{width:40px;height:40px;font-size:1.1rem;font-weight:600;color:var(--ink);transition:background var(--t)}.qty-btn:hover{background:var(--cream)}.qty-input{width:55px;height:40px;text-align:center;font-size:1rem;font-weight:700;border:none;border-left:2px solid var(--border);border-right:2px solid var(--border)}.qty-input:focus{outline:none}.product-atc{margin-bottom:1.5rem}.btn-atc-full{width:100%;padding:1rem;background:var(--orange);color:var(--white);font-family:Figtree,sans-serif;font-weight:800;font-size:1.05rem;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius);border:2px solid var(--orange);transition:background var(--t),border-color var(--t)}.btn-atc-full:hover{background:var(--orange-dk);border-color:var(--orange-dk)}.btn-atc-full:disabled{opacity:.5;cursor:not-allowed}.product-trust-row{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.82rem;color:var(--iron);padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:1.5rem}.product-gallery-main{cursor:zoom-in;position:relative}.gallery-zoom-hint{position:absolute;bottom:.75rem;right:.75rem;background:#00000080;color:#fff;font-size:.72rem;padding:.25rem .6rem;border-radius:20px;pointer-events:none}.gallery-dots{display:none;justify-content:center;gap:.4rem;margin-top:.6rem}.gallery-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;transition:background .2s;padding:0}.gallery-dot.active{background:var(--orange)}@media(max-width:768px){.gallery-dots{display:flex}.gallery-zoom-hint{display:none}.product-gallery-main{cursor:default}}.zoom-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#000000eb;align-items:center;justify-content:center}.zoom-lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px}.zoom-close{position:absolute;top:1rem;right:1rem;background:#ffffff26;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.zoom-close:hover{background:#ffffff40}.low-stock-msg{background:#fff3cd;color:#92400e;border:1px solid #fbbf24;border-radius:6px;padding:.5rem .85rem;font-size:.85rem;font-weight:700;margin-bottom:.75rem}.low-stock-warm{background:#fef3c7;color:#b45309;border-color:#fcd34d}.accordion{border-bottom:1px solid var(--border)}.accordion summary{padding:1rem 0;cursor:pointer;font-weight:700;font-size:.9rem;color:var(--ink);list-style:none;display:flex;justify-content:space-between;align-items:center}.accordion summary:after{content:"+";font-size:1.1rem;font-weight:400;transition:transform var(--t)}.accordion[open] summary:after{transform:rotate(45deg)}.accordion-body{padding:0 0 1.25rem;font-size:.92rem;line-height:1.65;color:var(--iron)}.cart-page{background:var(--bg);min-height:60vh;padding-bottom:6rem}.cart-page-header{background:var(--deep);padding:2.5rem 0;margin-bottom:3rem}.cart-page-title{font-family:Figtree,sans-serif;font-weight:900;font-size:2rem;color:var(--white);margin:0}.cart-page-count{font-size:1.1rem;font-weight:400;color:var(--mist);margin-left:.5rem}.cart-layout{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.cart-items-col{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 2px 16px #0000000f}.cart-items-head{display:grid;grid-template-columns:1fr auto auto;gap:1rem;padding:1rem 1.5rem;background:var(--deep);color:var(--mist);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto;gap:1.25rem;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none}.cart-item-img-wrap a{display:block}.cart-item-img-wrap img{width:100px;height:125px;object-fit:contain;border-radius:8px;display:block;background:#f0efed}.cart-img-placeholder{width:100px;height:125px;background:var(--cream);border-radius:8px}.cart-item-details{padding-right:1rem}.cart-item-name{font-family:Figtree,sans-serif;font-weight:700;font-size:1rem;color:var(--ink);display:block;margin-bottom:.4rem;text-decoration:none}.cart-item-name:hover{color:var(--orange)}.cart-item-variant{font-size:.82rem;color:var(--stone);margin-bottom:.4rem;background:var(--cream);display:inline-block;padding:2px 8px;border-radius:20px}.cart-item-prop{font-size:.82rem;color:var(--iron);margin-bottom:.25rem}.cart-item-prop span{font-weight:600}.cart-remove-btn{display:inline-block;margin-top:.75rem;font-size:.78rem;color:var(--stone);text-decoration:underline;text-underline-offset:2px;transition:color var(--t)}.cart-remove-btn:hover{color:#dc2626}.cart-item-qty{display:flex;justify-content:center}.cart-item-price-col{text-align:right;min-width:80px}.cart-item-price{font-family:Figtree,sans-serif;font-weight:800;font-size:1.05rem;color:var(--ink)}.cart-item-compare{font-size:.82rem;color:var(--stone);text-decoration:line-through;margin-top:.2rem}.cart-summary-col{position:sticky;top:100px}.cart-summary-box{background:var(--white);border-radius:12px;box-shadow:0 2px 16px #0000000f;overflow:hidden}.cart-summary-heading{font-family:Figtree,sans-serif;font-weight:900;font-size:1.15rem;color:var(--white);background:var(--deep);margin:0;padding:1.25rem 1.75rem}.cart-summary-lines{padding:1.5rem 1.75rem 0}.cart-summary-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.92rem;color:var(--ink)}.cart-discount-line{color:#16a34a;font-weight:600}.cart-shipping-note{font-size:.82rem;color:var(--stone)}.cart-summary-total-row{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;margin:0 0 1.5rem;border-top:2px solid var(--deep);border-bottom:1px solid var(--border);font-family:Figtree,sans-serif;font-weight:900;font-size:1.2rem;color:var(--ink)}.cart-summary-total-row small{font-size:.7rem;font-weight:400;color:var(--stone);margin-left:.25rem}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:calc(100% - 3.5rem);margin:0 1.75rem 1rem;padding:1rem;background:var(--orange);color:var(--white);font-family:Figtree,sans-serif;font-weight:800;font-size:1rem;letter-spacing:.05em;border:none;border-radius:var(--radius);cursor:pointer;transition:background var(--t);text-transform:uppercase;text-decoration:none}.cart-checkout-btn:hover{background:var(--orange-dk)}.cart-trust-badges{padding:1rem 1.75rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.6rem}.cart-trust-item{display:flex;align-items:center;gap:.6rem;font-size:.8rem;color:var(--stone)}.cart-trust-item svg{color:var(--orange);flex-shrink:0}.cart-continue-link{display:block;text-align:center;padding:1rem 1.75rem 1.5rem;font-size:.85rem;color:var(--stone);text-decoration:underline;text-underline-offset:2px;transition:color var(--t)}.cart-continue-link:hover{color:var(--orange)}.cart-empty{padding:6rem 0;text-align:center}.cart-empty-inner{max-width:420px;margin:0 auto}.cart-empty svg{color:var(--border);margin-bottom:1.5rem}.cart-empty h2{font-family:Figtree,sans-serif;font-weight:900;font-size:1.8rem;margin-bottom:.75rem;color:var(--ink)}.cart-empty p{color:var(--iron);margin-bottom:2rem}.page-404{padding:7rem 0;text-align:center}.error-404-inner{max-width:480px;margin:0 auto}.error-404-inner>div:first-child{font-size:5rem;margin-bottom:1.5rem}.error-404-inner h1{font-family:Figtree,sans-serif;font-weight:900;font-size:2.5rem;margin-bottom:1rem}.error-404-inner p{color:var(--iron);margin-bottom:2.5rem;font-size:1.05rem}.error-404-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.content-page{padding:4rem 0 6rem}.content-page .page-title{font-family:Figtree,sans-serif;font-weight:900;font-size:2.5rem;margin-bottom:2rem}.page-content{max-width:740px;line-height:1.75;color:var(--ink-lt)}.search-results-page{padding:4rem 0 6rem}.search-form{display:flex;gap:.75rem;margin-bottom:2.5rem;max-width:560px}.search-input{flex:1;padding:.8rem 1.1rem;border:2px solid var(--border);border-radius:var(--radius);font-size:.95rem}.search-input:focus{outline:none;border-color:var(--orange)}.search-count{color:var(--iron);margin-bottom:2rem;font-size:.9rem}.no-results{color:var(--stone);font-size:1rem}@media(max-width:1024px){.footer-top{grid-template-columns:1fr 1fr 1fr;gap:2rem}.split-layout{gap:3rem}.reviews-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.main-nav{display:none}.mobile-toggle{display:flex}.hero-headline{font-size:clamp(3rem,10vw,5rem)}.hero-trust-inner{flex-direction:column}.trust-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.07)}.trust-item:last-child{border-bottom:none}.split-layout{grid-template-columns:1fr;gap:3rem}.split-flip .split-layout{direction:ltr}.split-visual{order:-1}.split-visual-drinkware{order:1}.reviews-grid{grid-template-columns:1fr}.newsletter-inner{grid-template-columns:1fr;gap:2.5rem}.newsletter-row{flex-direction:column}.newsletter-btn{width:100%}.footer-top{grid-template-columns:1fr 1fr;gap:1.5rem;padding:3rem 1.5rem}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.product-layout,.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.section-head{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.container,.header-inner{padding:0 1.25rem}.hero-content{padding:4rem 1.25rem 0}.hero-trust-inner{padding:0 1.25rem}.hero-headline{font-size:2.8rem}.footer-top{grid-template-columns:1fr;padding:2.5rem 1.25rem;gap:1.5rem}.footer-col-links a{font-size:.85rem}.footer-col-title{margin-bottom:.75rem}.error-404-actions{flex-direction:column;align-items:center}.drinkware-specs{grid-template-columns:1fr}}@media(max-width:768px){.header-inner{height:68px;padding:0 1rem;gap:.75rem}.logo-img{height:auto;width:auto;max-width:100px;object-fit:contain}.cart-btn{width:36px;height:36px}.icon-btn{width:34px;height:34px}.mobile-toggle{display:flex}}@media(max-width:900px){.ck-wrap{grid-template-columns:1fr}.ck-summary{position:static;top:unset}}@media(max-width:768px){.ck-cart{padding:1.5rem 0 3rem}.ck-header h1{font-size:1.3rem}.ck-items-head{display:none}.ck-item{display:grid;grid-template-columns:75px 1fr;grid-template-rows:auto auto auto;gap:.4rem .75rem;padding:1rem}.ck-item .ck-item-img{grid-column:1;grid-row:1 / 4}.ck-item>div:nth-child(2){grid-column:2;grid-row:1;align-self:start}.ck-item>div:nth-child(3){grid-column:2;grid-row:2;justify-content:flex-start!important;align-self:center}.ck-item>div:nth-child(4){grid-column:2;grid-row:3;align-self:center}.ck-item-name{font-size:.9rem}.ck-item-img img{width:75px;height:90px}.ck-price{text-align:left;font-size:.95rem}.ck-compare{text-align:left}.ck-qty-btn{width:30px;height:32px;font-size:1rem}.ck-qty-input{width:36px;height:32px;font-size:.85rem}.ck-summary{padding:1.25rem}.ck-total-row span:last-child{font-size:1.2rem}.ck-disc-row{flex-direction:column;gap:.5rem}.ck-disc-btn{width:100%;text-align:center}.ck-trust{grid-template-columns:1fr 1fr;gap:.4rem}.ck-ship-bar{padding:1rem 1.25rem}.ck-ship-msg{font-size:.85rem}.ck-checkout-btn{font-size:.95rem;padding:.9rem 1rem}.btn-atc{font-size:.78rem;padding:.6rem .5rem}.quick-pills{flex-wrap:wrap;gap:.25rem}.quick-pill{padding:.22rem .45rem;font-size:.7rem}.hero-cta-group{flex-direction:column;gap:.75rem;align-items:flex-start}.split-uv-section{min-height:320px;padding:3rem 1.25rem}.split-content h2{font-size:1.6rem}.featured-section{padding:3rem 0}.section-heading{font-size:clamp(1.8rem,7vw,3rem)}.footer-logo-img{max-width:150px!important}}@media(max-width:480px){.product-card-img{height:auto;aspect-ratio:1/1}.hero-headline{font-size:2.4rem;line-height:1.05}.ck-trust{grid-template-columns:1fr}.footer-top{padding:2rem 1rem}.footer-logo-img{max-width:120px!important}}@media(max-width:768px){.hero-section{width:100%;min-height:100svh}.hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.hero-photo{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-size:cover;background-position:right center;background-repeat:no-repeat}.hero-body{padding-bottom:2.5rem;align-items:flex-end}.hero-content{padding:0 1.25rem}.hero-actions{margin-top:2rem;gap:.65rem}.hero-actions .btn-lg{padding:.7rem 1.4rem;font-size:.82rem}.hero-trust-inner{display:grid;grid-template-columns:1fr 1fr;padding:0}.trust-item{padding:.6rem .75rem;border-right:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);gap:.5rem}.trust-item:nth-child(2n){border-right:none}.trust-item:nth-child(3),.trust-item:nth-child(4){border-bottom:none}.trust-icon{font-size:1rem}.trust-title{font-size:.65rem}.trust-sub{font-size:.6rem}}.products-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:1.25rem!important;align-items:stretch!important}.products-grid>.product-card,.products-grid>.reveal{display:flex!important;flex-direction:column!important;min-width:0!important}.product-card{display:flex!important;flex-direction:column!important;flex:1!important;height:100%!important;min-width:0!important}.product-card-img{aspect-ratio:1/1!important;height:auto!important;min-height:unset!important;overflow:hidden!important;border-radius:6px 6px 0 0;background:#f0efed!important;display:block!important}.product-card-img img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}.product-card-body{display:flex!important;flex-direction:column!important;flex:1!important;padding:1rem!important}.qty-atc-row{margin-top:auto!important;padding-top:.75rem;flex-shrink:0}.btn-atc{width:100%!important;margin-top:.5rem!important}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.product-card-body{padding:.75rem!important}.product-card .qty-selector{display:none!important}.product-card .qty-atc-row{padding-top:.5rem!important}.quick-pills-wrap{gap:.25rem!important;margin-bottom:.35rem!important}.quick-pill,.lens-pill{font-size:.68rem!important;padding:.2rem .45rem!important}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}.product-card-body{padding:.6rem!important}.product-card-name{font-size:.82rem!important}}.delivery-estimate{display:flex;align-items:center;gap:.5rem;padding:.7rem .9rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;font-size:.83rem;color:#166534;margin:.75rem 0}.delivery-estimate svg{flex-shrink:0;stroke:#16a34a}.product-share{display:flex;align-items:center;gap:.5rem;margin:.5rem 0 1rem}.product-share-label{font-size:.78rem;font-weight:700;color:var(--stone);text-transform:uppercase;letter-spacing:.05em;margin-right:.25rem}.share-btn{width:32px;height:32px;border-radius:6px;border:1.5px solid var(--border);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink);text-decoration:none;transition:all .2s}.share-btn:hover{border-color:var(--orange);color:var(--orange)}.bis-section{padding:4rem 0;background:var(--cream)}.bis-container{max-width:560px}.bis-inner{text-align:center}.bis-icon{font-size:3rem;margin-bottom:1rem}.bis-title{font-family:Figtree,sans-serif;font-weight:900;font-size:1.5rem;margin-bottom:.5rem}.bis-desc{color:var(--iron);font-size:.9rem;margin-bottom:1.5rem;line-height:1.7}.bis-form{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.bis-input{padding:.65rem 1rem;border:1.5px solid var(--border);border-radius:8px;font-size:.9rem;min-width:220px;flex:1}.bis-input:focus{outline:none;border-color:var(--orange)}.bis-fine{font-size:.75rem;color:var(--stone);margin-top:.75rem}.product-card-stars{display:flex;align-items:center;gap:.35rem;margin-bottom:.3rem}.product-card-stars .stars-inner{position:relative;display:inline-block;font-size:.85rem;line-height:1}.product-card-stars .stars-inner:before{content:"\2605\2605\2605\2605\2605";color:#f59e0b}.stars-count{font-size:.75rem;font-weight:700;color:var(--iron)}.quick-pills-wrap{display:flex;flex-wrap:wrap;gap:.3rem;margin:.4rem 0}.quick-pill{padding:.22rem .55rem;border:1.5px solid #d1d5db;border-radius:4px;font-size:.75rem;font-weight:600;background:#fff;color:var(--ink);cursor:pointer;transition:all .15s}.quick-pill:hover{border-color:var(--orange);color:var(--orange)}.quick-pill.selected{background:var(--orange);color:#fff;border-color:var(--orange)}.quick-pill.unavailable{opacity:.35;text-decoration:line-through;cursor:not-allowed}.lens-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.22rem .55rem;border:1.5px solid #d1d5db;border-radius:20px;font-size:.75rem;font-weight:600;background:#fff;color:var(--ink);cursor:pointer;transition:all .15s}.lens-pill:hover{border-color:var(--orange)}.lens-pill.selected{border-color:var(--orange);background:#fff8f5}.lens-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.15);flex-shrink:0}.product-card .qty-atc-row{margin-top:auto;padding-top:.75rem;display:flex;flex-direction:column;gap:.4rem}.product-card .qty-selector{display:inline-flex;align-items:center;gap:.3rem;border:none;background:none;border-radius:0;overflow:visible}.product-card .qty-btn{width:30px;height:30px;border:1.5px solid #d1d5db;border-radius:4px;background:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.product-card .qty-btn:hover{border-color:var(--orange);color:var(--orange)}.product-card .qty-input{width:38px;height:30px;text-align:center;border:1.5px solid #d1d5db;border-left:1.5px solid #d1d5db;border-right:1.5px solid #d1d5db;border-radius:4px;font-size:.85rem;font-weight:600}.related-products-section{padding:4rem 0 5rem;background:var(--white)}.related-header{margin-bottom:1.75rem}.page-404{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.page-404 h1{font-family:Figtree,sans-serif;font-weight:900;font-size:clamp(4rem,15vw,10rem);color:var(--orange);line-height:1;margin-bottom:.5rem}.page-404 h2{font-size:1.5rem;font-weight:800;color:var(--ink);margin-bottom:1rem}.page-404 p{color:var(--iron);max-width:400px;margin:0 auto 2rem}.page-404-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/80/assets/theme.css.map */
