@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap";:root{--grove: #2A1A0E;--rust: #7A3E10;--amber: #C47A3A;--wheat: #E8C99A;--ivory: #FBF5EE;--white: #ffffff;--text: #1A0F06;--muted: #7A5C42;--border: rgba(42,26,14,.12);--fd: "Cormorant Garamond", Georgia, serif;--fb: "DM Sans", -apple-system, sans-serif;--r: 4px;--rl: 8px;--t: .25s cubic-bezier(.4,0,.2,1);--mw: 1280px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}body{font-family:var(--fb);background:var(--ivory);color:var(--text);font-size:15px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;background:none;border:none}ul,ol{list-style:none}:focus-visible{outline:2px solid var(--amber);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.mw{max-width:var(--mw);margin:0 auto;padding:0 40px}@media(max-width:749px){.mw{padding:0 16px}}.ann{background:var(--grove);color:var(--wheat);text-align:center;padding:9px 20px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:500}.ann span{color:var(--amber)}.ann a{color:var(--amber);text-decoration:underline}.cd-bar{background:var(--rust);padding:12px 40px}.cd-inner{max-width:var(--mw);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.cd-text{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--ivory)}.cd-timer{display:flex;gap:6px;align-items:center}.cd-unit{background:#ffffff26;border-radius:var(--r);padding:5px 10px;min-width:42px;text-align:center}.cd-n{font-family:var(--fd);font-size:20px;font-weight:600;color:var(--ivory);display:block;line-height:1}.cd-l{font-size:9px;color:var(--wheat);letter-spacing:.06em;text-transform:uppercase}.cd-sep{font-size:18px;color:var(--wheat);opacity:.6;font-weight:300}.site-header{position:sticky;top:0;z-index:100;background:var(--ivory);border-bottom:1px solid var(--border);transition:box-shadow var(--t)}.site-header.scrolled{box-shadow:0 2px 20px #2a1a0e14}.nav{max-width:var(--mw);margin:0 auto;padding:0 40px;height:68px;display:flex;align-items:center;justify-content:space-between;gap:32px}.nav-logo{font-family:var(--fd);font-size:22px;font-weight:600;color:var(--grove);letter-spacing:.12em;text-transform:uppercase;text-decoration:none;flex-shrink:0;display:flex;align-items:center;gap:8px}.nav-logo img{height:36px;width:auto}.nav-links{display:flex;gap:32px}.nav-links a{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color var(--t);position:relative;padding-bottom:2px}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--grove);transition:width var(--t)}.nav-links a:hover{color:var(--grove)}.nav-links a:hover:after{width:100%}.nav-actions{display:flex;gap:4px;align-items:center}.nav-icon{background:none;border:none;cursor:pointer;color:var(--grove);display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:var(--r);transition:opacity var(--t);position:relative;text-decoration:none}.nav-icon:hover{opacity:.65}.nav-icon svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.8}.cart-bubble{position:absolute;top:6px;right:6px;background:var(--rust);color:var(--ivory);font-size:9px;font-weight:600;min-width:16px;height:16px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.burger{display:none;flex-direction:column;gap:5px;min-width:44px;min-height:44px;align-items:center;justify-content:center}.burger span{display:block;width:20px;height:1.5px;background:var(--grove);transition:all var(--t)}.mob-menu{position:fixed;inset:0 auto 0 0;width:min(290px,85vw);background:var(--ivory);z-index:300;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;border-right:1px solid var(--border)}.mob-menu.open{transform:translate(0)}.mob-head{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:68px;border-bottom:1px solid var(--border);flex-shrink:0}.mob-logo{font-family:var(--fd);font-size:20px;font-weight:600;color:var(--grove);letter-spacing:.12em;text-transform:uppercase}.mob-close{font-size:22px;color:var(--muted);min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.mob-links{flex:1;overflow-y:auto}.mob-links a{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;font-size:15px;font-weight:500;color:var(--grove);border-bottom:1px solid var(--border);min-height:54px}.mob-links a svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a0f0680;z-index:200;opacity:0;pointer-events:none;transition:opacity var(--t)}.overlay.open{opacity:1;pointer-events:all}.hero{max-width:var(--mw);margin:0 auto;padding:80px 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;min-height:580px}.hero-eyebrow{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:20px;display:flex;align-items:center;gap:10px}.hero-eyebrow:before{content:"";display:block;width:32px;height:1px;background:var(--amber)}.hero-title{font-family:var(--fd);font-size:clamp(44px,5.5vw,68px);font-weight:500;line-height:1.05;color:var(--grove);margin-bottom:24px}.hero-title em{font-style:italic;color:var(--rust)}.hero-sub{font-size:16px;color:var(--muted);line-height:1.7;margin-bottom:36px;max-width:400px}.hero-btns{display:flex;gap:14px;flex-wrap:wrap}.hero-visual{position:relative;height:480px}.hero-img-main{width:100%;height:100%;background:var(--wheat);border-radius:var(--rl);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-img-main img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;bottom:32px;left:-24px;background:var(--ivory);border:1px solid var(--border);border-radius:var(--rl);padding:16px 20px;box-shadow:0 8px 32px #2a1a0e1f}.hero-badge-title{font-size:11px;color:var(--muted);margin-bottom:2px}.hero-badge-val{font-family:var(--fd);font-size:20px;font-weight:500;color:var(--grove);line-height:1}.hero-badge-sub{font-size:10px;color:var(--amber);font-weight:500;margin-top:2px}.hero-mob{display:none}.hero-mob-img{height:320px;background:var(--wheat);position:relative;overflow:hidden}.hero-mob-img img{width:100%;height:100%;object-fit:cover}.hero-mob-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,10,2,.72) 0%,transparent 55%);display:flex;align-items:flex-end;padding:24px}.hero-mob-inner{color:var(--ivory)}.hero-mob-tag{font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--wheat);margin-bottom:6px}.hero-mob-title{font-family:var(--fd);font-size:38px;font-weight:500;line-height:1.08}.hero-mob-body{padding:22px 0 28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:14px 32px;border-radius:var(--r);border:1px solid transparent;cursor:pointer;transition:all var(--t);text-decoration:none;white-space:nowrap;min-height:48px}.btn:active{transform:scale(.98)}.btn-w{width:100%}.btn-p{background:var(--grove);color:var(--ivory);border-color:var(--grove)}.btn-p:hover{background:var(--rust);border-color:var(--rust)}.btn-s{background:transparent;color:var(--grove);border-color:var(--grove)}.btn-s:hover{background:var(--grove);color:var(--ivory)}.btn-a{background:var(--amber);color:var(--grove);border-color:var(--amber)}.btn-a:hover{background:var(--wheat)}.btn:disabled{opacity:.5;pointer-events:none}.trust-bar{background:var(--grove);padding:20px 40px}.trust-inner{max-width:var(--mw);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.trust-val{font-size:13px;font-weight:500;color:var(--ivory);margin-bottom:2px}.trust-lbl{font-size:11px;color:var(--wheat);opacity:.7}.sec{max-width:var(--mw);margin:0 auto;padding:88px 40px}.sec-head{text-align:center;margin-bottom:56px}.eyebrow{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:12px}.sec-title{font-family:var(--fd);font-size:clamp(30px,4vw,44px);font-weight:500;color:var(--grove);line-height:1.15;margin-bottom:14px}.sec-sub{font-size:15px;color:var(--muted);max-width:520px;margin:0 auto;line-height:1.7}.prods-bg{background:var(--white)}.prods-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.prod-card{background:var(--white);border:1px solid var(--border);border-radius:var(--rl);overflow:hidden;transition:transform var(--t),box-shadow var(--t)}.prod-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #2a1a0e1f}.prod-card.featured{border:2px solid var(--grove)}.prod-img{height:280px;background:var(--wheat);position:relative;overflow:hidden;display:block}.prod-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.prod-card:hover .prod-img img{transform:scale(1.05)}.prod-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.prod-badge-wrap{position:absolute;top:14px;left:14px;z-index:1;display:flex;flex-direction:column;gap:4px}.badge{display:inline-flex;align-items:center;padding:3px 10px;font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border-radius:20px}.badge-dk{background:var(--grove);color:var(--ivory)}.badge-rs{background:var(--rust);color:var(--ivory)}.badge-am{background:var(--amber);color:var(--grove)}.badge-sale{background:#d93025;color:#fff}.prod-wish{position:absolute;top:14px;right:14px;background:var(--ivory);border:1px solid var(--border);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--t);font-size:15px;color:var(--muted);z-index:1}.prod-wish:hover{background:var(--grove);color:var(--ivory)}.qv-btn{position:absolute;bottom:0;left:0;right:0;background:#2a1a0ee6;color:var(--ivory);font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:12px;text-align:center;transform:translateY(100%);transition:transform var(--t);border:none;cursor:pointer;width:100%}.prod-card:hover .qv-btn{transform:translateY(0)}.prod-body{padding:18px}.prod-rating{color:var(--amber);font-size:12px;margin-bottom:6px}.prod-rating span{color:var(--muted);font-size:11px;margin-left:4px}.prod-name{font-family:var(--fd);font-size:18px;font-weight:500;color:var(--grove);margin-bottom:6px;line-height:1.3}.prod-name a{text-decoration:none;color:inherit}.prod-desc{font-size:12px;color:var(--muted);line-height:1.55;margin-bottom:14px}.prod-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.prod-price{font-size:18px;font-weight:500;color:var(--grove)}.prod-price.sale{color:var(--rust)}.prod-compare{font-size:12px;color:var(--muted);text-decoration:line-through;margin-left:6px}.atc-btn{background:var(--grove);color:var(--ivory);font-size:11px;font-weight:500;padding:9px 16px;border-radius:var(--r);border:none;cursor:pointer;min-height:38px;white-space:nowrap;transition:background var(--t);flex-shrink:0;letter-spacing:.06em}.atc-btn:hover{background:var(--rust)}.atc-btn:active{transform:scale(.97)}.scroll-hint{font-size:11px;color:var(--muted);opacity:.5;text-align:right;padding:0 0 8px}.bundle-bg{background:var(--wheat)}.bundle-card{background:var(--ivory);border-radius:var(--rl);padding:52px 56px;display:grid;grid-template-columns:1fr auto;gap:56px;align-items:center;border:1px solid rgba(42,26,14,.08);box-shadow:0 4px 32px #2a1a0e0f}.bundle-title{font-family:var(--fd);font-size:clamp(26px,3vw,36px);font-weight:500;color:var(--grove);line-height:1.15;margin-bottom:8px}.bundle-desc{font-size:14px;color:var(--muted);margin-bottom:20px;line-height:1.65}.bundle-items{display:flex;gap:10px;align-items:center;margin-bottom:28px;flex-wrap:wrap}.bundle-item-img{width:72px;height:72px;background:var(--wheat);border-radius:var(--r);border:1px solid var(--border);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:24px}.bundle-item-img img{width:100%;height:100%;object-fit:cover}.bundle-plus{color:var(--amber);font-size:18px;font-weight:300}.bundle-includes{font-size:13px;color:var(--muted);margin-bottom:26px;line-height:1.65}.bundle-price-box{text-align:right;flex-shrink:0}.bundle-was{font-size:13px;color:var(--muted);text-decoration:line-through;margin-bottom:4px}.bundle-now{font-family:var(--fd);font-size:clamp(40px,5vw,56px);font-weight:600;color:var(--grove);line-height:1;margin-bottom:4px}.bundle-curr{font-size:18px;font-weight:400}.bundle-save{display:inline-block;background:var(--rust);color:var(--ivory);font-size:10px;font-weight:500;letter-spacing:.06em;padding:3px 10px;border-radius:20px;margin-bottom:18px;text-transform:uppercase}.bundle-ship{font-size:12px;color:var(--muted)}.story-bg{background:var(--white)}.story-grid{max-width:var(--mw);margin:0 auto;padding:88px 40px;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.story-media{border-radius:var(--rl);overflow:hidden;aspect-ratio:4/5;background:var(--wheat)}.story-media img{width:100%;height:100%;object-fit:cover}.story-media-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.story-title{font-family:var(--fd);font-size:clamp(28px,4vw,46px);font-weight:500;color:var(--grove);line-height:1.1;margin-bottom:20px}.story-p{font-size:15px;color:var(--muted);line-height:1.8;margin-bottom:16px}.story-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:36px;padding-top:36px;border-top:1px solid var(--border)}.story-num{font-family:var(--fd);font-size:34px;font-weight:600;color:var(--rust);line-height:1;margin-bottom:4px}.story-lbl{font-size:12px;color:var(--muted);line-height:1.4}.reviews-bg{background:var(--ivory)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:var(--white);border:1px solid var(--border);border-radius:var(--rl);padding:24px}.review-stars{color:var(--amber);font-size:13px;margin-bottom:14px}.review-text{font-family:var(--fd);font-size:16px;font-style:italic;color:var(--grove);line-height:1.65;margin-bottom:18px}.review-author{display:flex;align-items:center;gap:10px}.review-av{width:36px;height:36px;background:var(--wheat);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:var(--grove);overflow:hidden;flex-shrink:0}.review-av img{width:100%;height:100%;object-fit:cover}.review-name{font-size:13px;font-weight:500;color:var(--grove)}.review-loc{font-size:11px;color:var(--muted)}.review-check{margin-left:auto;font-size:9px;color:var(--amber);font-weight:500;flex-shrink:0}.faq-bg{background:var(--ivory)}.faq-wrap{max-width:700px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-trigger{width:100%;background:none;border:none;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;text-align:left;min-height:60px}.faq-q{font-size:15px;font-weight:500;color:var(--grove);line-height:1.4;flex:1}.faq-icon{width:24px;height:24px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--muted);flex-shrink:0;transition:all var(--t);line-height:1}.faq-item.open .faq-icon{background:var(--grove);color:var(--ivory);transform:rotate(45deg);border-color:var(--grove)}.faq-ans{font-size:14px;color:var(--muted);line-height:1.75;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-ans{max-height:300px;padding-bottom:18px}.email-bg{background:var(--grove);padding:88px 40px;text-align:center}.email-title{font-family:var(--fd);font-size:clamp(28px,4vw,46px);font-weight:500;color:var(--ivory);margin-bottom:12px}.email-sub{font-size:14px;color:var(--wheat);opacity:.8;margin-bottom:32px;max-width:480px;margin-left:auto;margin-right:auto;display:block;line-height:1.7}.email-form{display:flex;max-width:440px;margin:0 auto}.email-inp{flex:1;padding:14px 16px;border:1.5px solid rgba(255,255,255,.2);border-right:none;border-radius:var(--r) 0 0 var(--r);background:#ffffff14;color:var(--ivory);font-size:14px;font-family:var(--fb);outline:none;min-height:48px;transition:border-color var(--t)}.email-inp::placeholder{color:#ffffff4d}.email-inp:focus{border-color:#ffffff80}.email-sub-btn{background:var(--amber);color:var(--grove);border:none;padding:14px 24px;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-radius:0 var(--r) var(--r) 0;cursor:pointer;min-height:48px;white-space:nowrap;transition:background var(--t);font-family:var(--fb)}.email-sub-btn:hover{background:var(--wheat)}.site-footer{background:#160d06;padding:64px 40px 36px}.footer-grid{max-width:var(--mw);margin:0 auto 48px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.07)}.footer-logo{font-family:var(--fd);font-size:22px;font-weight:600;color:var(--ivory);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.footer-logo img{height:30px;width:auto}.footer-desc{font-size:13px;color:var(--wheat);opacity:.55;line-height:1.75;max-width:240px}.footer-col-title{font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--amber);margin-bottom:16px}.footer-links li{margin-bottom:8px}.footer-links a{font-size:13px;color:var(--wheat);opacity:.55;transition:opacity var(--t);display:inline-block;min-height:30px;line-height:30px}.footer-links a:hover{opacity:1}.footer-bot{max-width:var(--mw);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-copy{font-size:12px;color:var(--wheat);opacity:.35}.footer-socials{display:flex;gap:10px}.footer-soc{width:34px;height:34px;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--wheat);opacity:.55;transition:all var(--t)}.footer-soc:hover{opacity:1;border-color:var(--amber);color:var(--amber)}.footer-soc svg{width:15px;height:15px;fill:currentColor}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--ivory);z-index:300;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 40px #2a1a0e24}.cart-drawer.open{transform:translate(0)}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:68px;border-bottom:1px solid var(--border);flex-shrink:0}.cart-head-title{font-family:var(--fd);font-size:22px;color:var(--grove)}.cart-close-btn{font-size:22px;color:var(--muted);min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--r);transition:background var(--t)}.cart-close-btn:hover{background:#2a1a0e0f}.cart-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px}.cart-ship-bar{background:var(--wheat);border-radius:var(--r);padding:10px 14px;margin-bottom:14px;text-align:center}.cart-ship-txt{font-size:12px;color:var(--grove);margin-bottom:5px}.cart-ship-txt strong{font-weight:500}.cart-prog{background:#2a1a0e1f;border-radius:20px;height:4px;overflow:hidden}.cart-prog-fill{background:var(--rust);height:100%;border-radius:20px;transition:width .5s ease}.cart-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}.cart-item-img{width:72px;height:72px;background:var(--wheat);border-radius:var(--r);flex-shrink:0;overflow:hidden}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-name{font-size:13px;font-weight:500;color:var(--grove);margin-bottom:3px}.cart-item-price{font-size:12px;color:var(--amber);margin-bottom:8px}.qty-wrap{display:flex;align-items:center;gap:8px}.qty-btn{width:28px;height:28px;border:1px solid var(--border);border-radius:var(--r);background:none;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--grove);cursor:pointer;transition:all var(--t);flex-shrink:0}.qty-btn:hover{background:var(--grove);color:var(--ivory);border-color:var(--grove)}.qty-n{font-size:14px;font-weight:500;color:var(--grove);min-width:22px;text-align:center}.item-rm{background:none;border:none;font-size:11px;color:var(--muted);cursor:pointer;text-decoration:underline;margin-left:auto}.cart-upsell{background:var(--wheat);border-radius:var(--rl);padding:10px 12px;margin-top:10px;display:flex;gap:10px;align-items:center}.cart-upsell-icon{font-size:22px;flex-shrink:0}.cart-upsell-txt{font-size:12px;color:var(--grove);flex:1;line-height:1.4}.cart-upsell-txt strong{font-weight:500}.cart-upsell-btn{background:var(--grove);color:var(--ivory);border:none;padding:6px 10px;font-size:10px;font-weight:500;border-radius:var(--r);cursor:pointer;min-height:30px;white-space:nowrap;flex-shrink:0;transition:background var(--t)}.cart-upsell-btn:hover{background:var(--rust)}.cart-foot{padding:16px 20px;border-top:1px solid var(--border);flex-shrink:0;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cart-subtotal-lbl{font-size:13px;color:var(--muted)}.cart-subtotal-val{font-size:18px;font-weight:500;color:var(--grove)}.express-btns{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.express-btn{width:100%;padding:12px;border-radius:var(--r);font-size:14px;font-weight:500;cursor:pointer;min-height:48px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity var(--t)}.express-btn:hover{opacity:.82}.express-apple{background:#000;color:#fff;border-color:#000}.express-afterpay{background:#b3fde8;color:#000;border-color:#b3fde8}.cart-divider{display:flex;align-items:center;gap:10px;margin-bottom:12px}.cart-divider-line{flex:1;height:1px;background:var(--border)}.cart-divider-txt{font-size:11px;color:var(--muted)}.cart-checkout-btn{display:block;width:100%;background:var(--grove);color:var(--ivory);border:none;padding:15px;font-size:14px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;border-radius:var(--r);cursor:pointer;min-height:52px;margin-bottom:10px;transition:background var(--t);text-align:center;text-decoration:none;font-family:var(--fb)}.cart-checkout-btn:hover{background:var(--rust)}.pay-icons{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.pay-icon{background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:3px 8px;font-size:10px;color:var(--muted);font-weight:500}.toast{position:fixed;bottom:calc(60px + env(safe-area-inset-bottom));left:50%;transform:translate(-50%) translateY(80px);background:var(--grove);color:var(--ivory);padding:11px 20px;border-radius:30px;font-size:13px;font-weight:500;white-space:nowrap;z-index:400;display:flex;align-items:center;gap:8px;box-shadow:0 4px 20px #2a1a0e40;transition:transform .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.toast.show{transform:translate(-50%) translateY(0)}.sticky-bar{position:fixed;bottom:0;left:0;right:0;background:var(--ivory);border-top:1px solid var(--border);padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom));display:flex;gap:10px;align-items:center;z-index:99;box-shadow:0 -4px 20px #2a1a0e12;transform:translateY(100%);transition:transform var(--t)}.sticky-bar.show{transform:translateY(0)}.sticky-price-info{display:flex;flex-direction:column;flex-shrink:0}.sticky-price{font-size:15px;font-weight:500;color:var(--grove)}.sticky-was{font-size:11px;color:var(--muted);text-decoration:line-through}.sticky-atc{flex:1;background:var(--grove);color:var(--ivory);border:none;padding:12px;font-size:13px;font-weight:500;letter-spacing:.05em;border-radius:var(--r);cursor:pointer;min-height:46px;transition:background var(--t);font-family:var(--fb)}.sticky-atc:hover{background:var(--rust)}.sticky-cart{background:var(--wheat);border:1px solid var(--border);border-radius:var(--r);width:46px;height:46px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;flex-shrink:0}.sticky-cart svg{width:18px;height:18px;stroke:var(--grove);fill:none;stroke-width:1.8}.prod-page{background:var(--white)}.prod-layout{max-width:var(--mw);margin:0 auto;padding:56px 40px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.gallery-wrap{position:sticky;top:90px}.gallery-main{aspect-ratio:1;background:var(--wheat);border-radius:var(--rl);overflow:hidden;margin-bottom:12px;position:relative;cursor:zoom-in}.gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-main.zoomed{cursor:zoom-out}.gallery-main.zoomed img{transform:scale(1.8)}.gallery-zoom-hint{position:absolute;bottom:12px;right:12px;background:#2a1a0e99;color:var(--ivory);font-size:10px;padding:4px 8px;border-radius:var(--r);pointer-events:none;transition:opacity var(--t)}.gallery-main:hover .gallery-zoom-hint{opacity:0}.gallery-thumbs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumb{width:68px;height:68px;flex-shrink:0;border-radius:var(--r);overflow:hidden;border:1.5px solid var(--border);cursor:pointer;transition:border-color var(--t);background:var(--wheat)}.gallery-thumb.active{border-color:var(--grove);border-width:2px}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.prod-detail-eyebrow{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:10px}.prod-detail-title{font-family:var(--fd);font-size:clamp(28px,3.5vw,42px);font-weight:500;color:var(--grove);line-height:1.12;margin-bottom:12px}.prod-detail-rating{display:flex;align-items:center;gap:8px;margin-bottom:18px}.prod-detail-stars{color:var(--amber);font-size:14px}.prod-detail-rating-count{font-size:12px;color:var(--muted)}.prod-detail-price-wrap{display:flex;align-items:baseline;gap:10px;margin-bottom:24px;flex-wrap:wrap}.prod-detail-price{font-size:24px;font-weight:500;color:var(--grove)}.prod-detail-price.sale{color:var(--rust)}.prod-detail-compare{font-size:15px;color:var(--muted);text-decoration:line-through}.prod-detail-save{background:var(--rust);color:var(--ivory);font-size:10px;font-weight:500;padding:3px 8px;border-radius:20px}.variant-wrap{margin-bottom:22px}.variant-label{font-size:13px;font-weight:500;color:var(--grove);margin-bottom:10px;display:flex;align-items:center;gap:6px}.variant-label span{font-weight:400;color:var(--muted)}.color-swatches{display:flex;gap:8px;flex-wrap:wrap}.color-swatch{width:34px;height:34px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all var(--t);position:relative}.color-swatch:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid transparent;transition:border-color var(--t)}.color-swatch.active:after{border-color:var(--grove)}.color-swatch:hover:after{border-color:var(--muted)}.size-options{display:flex;gap:8px;flex-wrap:wrap}.size-opt{padding:8px 16px;border:1px solid var(--border);border-radius:var(--r);font-size:13px;font-weight:500;color:var(--grove);cursor:pointer;transition:all var(--t);background:none}.size-opt:hover{border-color:var(--grove)}.size-opt.active{background:var(--grove);color:var(--ivory);border-color:var(--grove)}.size-opt.unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.variant-select-wrap{position:relative}.variant-select{width:100%;padding:12px 40px 12px 16px;border:1.5px solid var(--border);border-radius:var(--r);background:var(--ivory);color:var(--grove);font-size:14px;min-height:48px;outline:none;cursor:pointer;transition:border-color var(--t);appearance:none;-webkit-appearance:none;font-family:var(--fb)}.variant-select:focus{border-color:var(--amber)}.variant-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--grove)}.variant-select-arrow svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.qty-selector{display:flex;align-items:center;gap:0;border:1.5px solid var(--border);border-radius:var(--r);overflow:hidden;width:fit-content;margin-bottom:20px}.qty-selector-btn{width:44px;height:48px;background:none;border:none;font-size:20px;color:var(--grove);cursor:pointer;transition:background var(--t);display:flex;align-items:center;justify-content:center}.qty-selector-btn:hover{background:var(--wheat)}.qty-selector-num{width:52px;height:48px;text-align:center;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);background:none;font-size:15px;font-weight:500;color:var(--grove);font-family:var(--fb)}.prod-atc-wrap{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.prod-atc{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:var(--grove);color:var(--ivory);border:none;padding:15px;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--r);cursor:pointer;min-height:54px;transition:background var(--t);font-family:var(--fb)}.prod-atc:hover{background:var(--rust)}.prod-atc.loading{opacity:.65;pointer-events:none}.prod-atc svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.prod-buy-now{display:block;width:100%;background:transparent;color:var(--grove);border:1.5px solid var(--grove);padding:15px;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--r);cursor:pointer;min-height:54px;transition:all var(--t);text-align:center;text-decoration:none;font-family:var(--fb)}.prod-buy-now:hover{background:var(--grove);color:var(--ivory)}.prod-trust{display:flex;flex-direction:column;gap:10px;padding-top:24px;border-top:1px solid var(--border)}.prod-trust-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.prod-trust-item svg{width:16px;height:16px;stroke:var(--amber);fill:none;stroke-width:2;flex-shrink:0}.prod-accordion{margin-top:24px}.prod-accordion-item{border-top:1px solid var(--border)}.prod-accordion-trigger{width:100%;background:none;border:none;padding:16px 0;display:flex;justify-content:space-between;align-items:center;gap:12px;cursor:pointer;text-align:left;min-height:52px;font-family:var(--fb)}.prod-accordion-title{font-size:14px;font-weight:500;color:var(--grove)}.prod-accordion-icon{width:20px;height:20px;color:var(--muted);transition:transform var(--t);flex-shrink:0}.prod-accordion-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}.prod-accordion-item.open .prod-accordion-icon{transform:rotate(45deg)}.prod-accordion-body{font-size:14px;color:var(--muted);line-height:1.75;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.prod-accordion-item.open .prod-accordion-body{max-height:500px;padding-bottom:16px}.coll-banner{background:var(--wheat);padding:56px 40px;text-align:center}.coll-title{font-family:var(--fd);font-size:clamp(30px,5vw,52px);font-weight:500;color:var(--grove)}.coll-desc{font-size:15px;color:var(--muted);margin-top:10px;max-width:500px;margin-inline:auto}.coll-grid{background:var(--white);padding:60px 40px}.page-wrap{max-width:720px;margin:0 auto;padding:64px 40px}.page-title{font-family:var(--fd);font-size:clamp(28px,4vw,42px);font-weight:500;color:var(--grove);margin-bottom:36px}.page-body{font-size:15px;color:var(--muted);line-height:1.8}.page-body h2{font-family:var(--fd);font-size:24px;color:var(--grove);margin:32px 0 10px}.page-body p{margin-bottom:16px}.page-body ul,.page-body ol{padding-left:20px;margin-bottom:16px}.page-body li{margin-bottom:6px}.error-page{text-align:center;padding:88px 20px}.error-emoji{font-size:60px;margin-bottom:20px}.error-title{font-family:var(--fd);font-size:clamp(28px,4vw,44px);font-weight:500;color:var(--grove);margin-bottom:14px}.error-text{font-size:15px;color:var(--muted);margin-bottom:32px;line-height:1.7;max-width:480px;margin-inline:auto}@media(max-width:990px){.nav-links{display:none}.burger{display:flex}.nav{padding:0 20px;height:60px}.prods-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}.bundle-card{grid-template-columns:1fr;gap:28px}.bundle-price-box{text-align:left}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}.footer-desc{max-width:none}}@media(max-width:749px){.hero{display:none}.hero-mob{display:block}.trust-bar{padding:0}.trust-inner{grid-template-columns:repeat(2,1fr);gap:1px;background:#ffffff0f}.trust-item{background:var(--grove);padding:14px}.sec{padding:56px 16px}.prods-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:8px;margin:0 -16px;padding-left:16px;padding-right:16px;scrollbar-width:none}.prods-grid::-webkit-scrollbar{display:none}.prod-card{flex-shrink:0;width:min(255px,72vw);scroll-snap-align:start}.reviews-grid{grid-template-columns:1fr;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;margin:0 -16px;padding:0 16px 8px;scrollbar-width:none}.reviews-grid::-webkit-scrollbar{display:none}.review-card{flex-shrink:0;width:min(270px,78vw);scroll-snap-align:start}.bundle-bg .mw{padding:0 16px}.bundle-card{padding:28px 20px}.story-grid{grid-template-columns:1fr;padding:56px 16px;gap:28px}.story-media{aspect-ratio:4/3}.email-bg{padding:56px 16px}.email-form{flex-direction:column}.email-inp{border-right:1.5px solid rgba(255,255,255,.2);border-bottom:none;border-radius:var(--r) var(--r) 0 0}.email-sub-btn{border-radius:0 0 var(--r) var(--r)}.site-footer{padding:48px 16px calc(40px + env(safe-area-inset-bottom))}.prod-layout{grid-template-columns:1fr;padding:0 0 40px;gap:0}.gallery-wrap{position:static}.gallery-main{border-radius:0}.prod-detail-info{padding:20px 16px}.coll-banner{padding:36px 16px}.coll-grid,.page-wrap{padding:40px 16px}.cd-bar{padding:10px 16px}}@media(min-width:750px){.scroll-hint,.hero-mob{display:none}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .5s linear infinite;display:inline-block}
/*# sourceMappingURL=/cdn/shop/t/15/assets/groveston.css.map */
