:root{--forest:#122A1B;--forest-2:#1B3B26;--moss:#4F8A3D;--moss-deep:#3B6A2E;--honey:#D6A24A;--honey-soft:#E7C583;--paper:#F5F1E6;--paper-2:#EFEADB;--ink:#15201A;--muted:#5E6B5D;--line:#DED8C6;--white:#fff;--radius:16px;--shadow:0 18px 40px -22px rgba(18,42,27,.45);--shadow-sm:0 8px 22px -16px rgba(18,42,27,.5);--maxw:1200px;--disp:"Fraunces",Georgia,serif;--body:"DM Sans",system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--body);color:var(--ink);background:var(--paper);line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4{font-family:var(--disp);font-weight:600;line-height:1.08;letter-spacing:-.01em}.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:12px;top:12px;background:#fff;padding:8px 14px;border-radius:8px;z-index:200}:focus-visible{outline:2.5px solid var(--honey);outline-offset:3px;border-radius:4px}.eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--moss-deep);display:block}.eyebrow.on-dark{color:var(--honey-soft)}.section{padding:72px 0}.section-sm{padding:44px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px}.section-head h2{font-size:clamp(28px,3.4vw,40px)}.section-head .eyebrow{margin-bottom:10px}.link-more{font-weight:600;font-size:14px;color:var(--moss-deep);white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:600;font-size:15px;padding:14px 26px;border-radius:999px;transition:transform .15s,background .2s,box-shadow .2s;text-align:center}.btn-primary{background:var(--honey);color:#231603}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px -14px #d6a24acc}.btn-dark{background:var(--forest);color:#fff}.btn-dark:hover{background:var(--moss-deep)}.btn-ghost{border:1.5px solid rgba(255,255,255,.35);color:#fff}.btn-ghost:hover{background:#ffffff17}.btn-outline{border:1.5px solid var(--line);color:var(--ink)}.btn-outline:hover{border-color:var(--forest)}.btn-block{width:100%}.announcement{background:var(--forest);color:#ede7d6;font-size:13px;text-align:center;padding:9px 16px;letter-spacing:.02em}.announcement b{color:var(--honey-soft);font-weight:600}.announcement .msg{display:none;align-items:center;justify-content:center;gap:8px}.announcement .msg.show{display:flex;animation:fade .5s ease}@keyframes fade{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}.site-header{position:sticky;top:0;z-index:60;background:#f5f1e6eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-bar{display:flex;align-items:center;gap:26px;height:74px}.brand{display:flex;align-items:center;gap:11px;font-family:var(--disp);font-weight:700;font-size:20px;letter-spacing:-.02em}.brand .logo-img{max-height:44px;width:auto}.brand small{display:block;font-family:var(--body);font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--moss-deep);font-weight:600;margin-top:1px}.nav-links{display:flex;gap:26px;list-style:none;margin-left:6px}.nav-links a{font-weight:500;font-size:15px;padding:6px 0;position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--moss);transition:width .25s}.nav-links a:hover:after{width:100%}.header-actions{margin-left:auto;display:flex;align-items:center;gap:4px}.header-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 14px;width:210px}.header-search input{border:none;outline:none;background:none;font-size:14px;width:100%;font-family:inherit}.icon-btn{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;position:relative;color:var(--ink)}.icon-btn:hover{background:var(--paper-2)}.icon-btn svg{width:21px;height:21px}.cart-count{position:absolute;top:4px;right:2px;background:var(--moss);color:#fff;font-size:10px;font-weight:700;min-width:17px;height:17px;border-radius:999px;display:grid;place-items:center;padding:0 4px}.hamburger{display:none}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:var(--forest);color:#fff;transform:translate(100%);transition:transform .3s;display:flex;flex-direction:column;padding:26px}.mobile-menu.open{transform:none}.mobile-menu a{font-family:var(--disp);font-size:28px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu .close{align-self:flex-end;font-size:34px;color:#fff;line-height:1}.hero{background:radial-gradient(120% 130% at 85% 0%,#1E4A2E 0%,var(--forest) 55%);color:#f1ecdd;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;padding:76px 0 82px}.hero h1{font-size:clamp(38px,6vw,66px);color:#fff}.hero h1 em{font-style:italic;color:var(--honey-soft);font-weight:500}.hero .lead{color:#c7d3c2;font-size:18px;max-width:460px;margin:20px 0 30px}.hero-cta{display:flex;gap:14px;flex-wrap:wrap}.hero-chips{display:flex;gap:22px;margin-top:34px;flex-wrap:wrap}.hero-chips span{display:flex;align-items:center;gap:8px;font-size:13.5px;color:#cbd6c6}.hero-media{border-radius:22px;overflow:hidden;min-height:340px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);display:grid;place-items:center}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media .placeholder{text-align:center;color:#cbd6c6;font-family:var(--disp);font-size:20px;padding:24px}.trust{background:var(--forest-2);color:#eae4d3}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:22px 0}.trust-item{display:flex;gap:13px;align-items:center}.trust-item svg{width:26px;height:26px;color:var(--honey-soft);flex:none}.trust-item b{display:block;font-size:14.5px;color:#fff}.trust-item small{font-size:12.5px;color:#aebba9}.goals{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.goal{border-radius:var(--radius);padding:26px 22px;min-height:168px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;transition:transform .2s}.goal:hover{transform:translateY(-4px)}.goal h3{font-size:21px;color:#fff}.goal p{font-size:13px;opacity:.85;margin-top:4px}.goal-1{background:linear-gradient(150deg,#2c6b36,#17421f)}.goal-2{background:linear-gradient(150deg,#b9832f,#8a5c1c)}.goal-3{background:linear-gradient(150deg,#3f7c6c,#234c43)}.goal-4{background:linear-gradient(150deg,#5b4a86,#372b57)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.pcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.pcard:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.pcard-media{position:relative;aspect-ratio:1;display:grid;place-items:center;padding:14px;background:linear-gradient(160deg,#f2efe6,#e9e3d3)}.pcard-media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.pcard-media .noimg{color:var(--muted);font-size:13px;text-align:center}.pcard-flag{position:absolute;top:12px;left:12px;background:var(--moss);color:#fff;font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.pcard-flag.sale{background:var(--honey);color:#2a1c02}.pcard-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:6px;flex:1}.pcard-cat{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--moss-deep);font-weight:600}.pcard-title{font-family:var(--body);font-weight:600;font-size:15.5px;line-height:1.3}.pcard-price{margin-top:auto;display:flex;align-items:baseline;gap:8px;padding-top:8px}.pcard-price .now{font-family:var(--disp);font-weight:600;font-size:20px}.pcard-price .was{font-size:13px;color:var(--muted);text-decoration:line-through}.pcard-add{margin-top:12px}.empty-note{grid-column:1/-1;text-align:center;padding:40px;border:1.5px dashed var(--line);border-radius:var(--radius);color:var(--muted)}.story{background:var(--paper-2)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.story-visual{background:linear-gradient(150deg,#eadfc4,#dccba0);border-radius:22px;min-height:360px;display:grid;place-items:center;overflow:hidden}.story-visual img{width:100%;height:100%;object-fit:cover}.story-visual .arabic{font-family:var(--disp);font-size:120px;color:#8a6a2e;font-weight:700}.story h2{font-size:clamp(28px,3.6vw,42px);margin:14px 0 16px}.story p{color:var(--muted);font-size:16px;max-width:460px}.story ul{list-style:none;margin:22px 0 28px;display:flex;flex-direction:column;gap:12px}.story li{display:flex;gap:11px;align-items:flex-start;font-size:15px}.story li svg{width:20px;height:20px;color:var(--moss);flex:none;margin-top:2px}.coming{background:radial-gradient(120% 140% at 15% 0%,#2C6B36,var(--forest));color:#fff;border-radius:26px;padding:52px;display:grid;grid-template-columns:1.4fr 1fr;gap:30px;align-items:center;overflow:hidden}.coming h2{font-size:clamp(28px,4vw,44px);color:#fff}.coming .tag{display:inline-flex;gap:8px;background:#d6a24a33;color:var(--honey-soft);padding:7px 14px;border-radius:999px;font-size:12.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.coming p{color:#c7d3c2;max-width:420px;margin:14px 0 26px}.coming .leaf{text-align:center;font-size:120px;line-height:1;opacity:.25}.news{text-align:center;max-width:620px;margin:0 auto}.news h2{font-size:clamp(26px,3vw,36px);margin-bottom:12px}.news p{color:var(--muted);margin-bottom:24px}.news-form{display:flex;gap:10px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px;box-shadow:var(--shadow-sm)}.news-form input{flex:1;border:none;outline:none;padding:12px 18px;font-family:inherit;font-size:15px;background:none}.product{padding:56px 0}.product-grid2{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.gallery-main{aspect-ratio:1;background:linear-gradient(160deg,#f2efe6,#e9e3d3);border-radius:var(--radius);display:grid;place-items:center;overflow:hidden;padding:24px}.gallery-main img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.gallery-main .noimg{color:var(--muted)}.gallery-thumbs{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.gallery-thumbs img{width:74px;height:74px;object-fit:cover;border-radius:10px;border:1px solid var(--line);cursor:pointer}.product-info .cat{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--moss-deep);font-weight:600}.product-info h1{font-size:clamp(28px,4vw,40px);margin:8px 0 12px}.product-price{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.product-price .now{font-family:var(--disp);font-size:28px;font-weight:600}.product-price .was{color:var(--muted);text-decoration:line-through}.product-desc{color:#3c463c;margin:22px 0}.product-desc p{margin-bottom:10px}.product-desc ul{margin:10px 0 10px 20px}.product-form label{display:block;font-weight:600;font-size:13px;margin-bottom:6px}.product-form select,.qty-input{border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-family:inherit;font-size:15px;background:#fff}.product-form .row{display:flex;gap:12px;align-items:flex-end;margin-bottom:16px}.qty-input{width:90px;text-align:center}.product-badges{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}.product-badges .b{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.product-badges svg{width:18px;height:18px;color:var(--moss)}.coll-banner{background:radial-gradient(120% 130% at 80% 0%,#1E4A2E,var(--forest));color:#fff;padding:60px 0}.coll-banner h1{font-size:clamp(30px,4.4vw,52px);color:#fff}.coll-banner p{color:#c7d3c2;max-width:560px;margin-top:12px}.coll-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:28px 0}.coll-count{color:var(--muted);font-size:14px}.pagination{display:flex;gap:8px;justify-content:center;margin-top:40px}.pagination a,.pagination span{min-width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;font-weight:600}.pagination .current{background:var(--forest);color:#fff;border-color:var(--forest)}.cart{padding:56px 0;min-height:50vh}.cart h1{font-size:clamp(28px,4vw,44px);margin-bottom:26px}.cart-line{display:grid;grid-template-columns:88px 1fr auto auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line img{width:88px;height:88px;object-fit:cover;border-radius:10px;background:var(--paper-2)}.cart-line .title{font-weight:600}.cart-line .meta{color:var(--muted);font-size:13px}.cart-foot{display:flex;justify-content:space-between;align-items:flex-start;margin-top:30px;gap:30px;flex-wrap:wrap}.cart-totals{margin-left:auto;text-align:right}.cart-totals .sub{font-size:14px;color:var(--muted)}.cart-totals .amount{font-family:var(--disp);font-size:30px;font-weight:600;margin:4px 0 16px}.cart-empty{text-align:center;padding:80px 0}.rte{max-width:760px;margin:0 auto}.rte h1{font-size:clamp(28px,4vw,44px);margin-bottom:20px}.rte p{margin-bottom:14px;color:#3c463c}.page-narrow{padding:56px 0}.site-footer{background:var(--forest);color:#c6d0c1;padding:64px 0 26px;margin-top:20px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer .brand{color:#fff}.site-footer .brand small{color:var(--honey-soft)}.footer-about{font-size:14px;margin:18px 0 20px;max-width:280px;color:#aebba9}.socials{display:flex;gap:10px}.socials a{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;transition:all .2s}.socials a:hover{background:var(--honey);color:#231603;border-color:var(--honey)}.socials svg{width:18px;height:18px}.fcol h4{font-family:var(--body);font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:18px;font-weight:600}.fcol a{display:block;font-size:14.5px;padding:6px 0;color:#b9c4b4}.fcol a:hover{color:var(--honey-soft)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:22px;font-size:13px;color:#8fa089;flex-wrap:wrap}.pay{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.pay span{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:5px 9px;font-size:11px;font-weight:600;color:#d6ddcf}.wa-widget{position:fixed;right:22px;bottom:22px;z-index:70;display:flex;align-items:center;gap:10px}.whatsapp-fab{position:relative;width:58px;height:58px;border-radius:50%;background:#25d366;display:grid;place-items:center;box-shadow:0 12px 26px -8px #25d366b3;color:#fff;transition:transform .2s}.whatsapp-fab:hover{transform:scale(1.07)}.wa-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;background:#e53935;color:#fff;border-radius:999px;font-size:12px;font-weight:700;display:grid;place-items:center;padding:0 5px;border:2px solid #fff;box-shadow:0 2px 6px #00000040;animation:waBadgePop .4s ease .6s both}@keyframes waBadgePop{0%{transform:scale(0)}to{transform:scale(1)}}.wa-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;box-shadow:0 0 #25d3668c;animation:waPulse 2.2s infinite}@keyframes waPulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 16px #25d36600}to{box-shadow:0 0 #25d36600}}.wa-bubble{position:relative;background:#fff;color:#15201a;font-family:inherit;font-weight:600;font-size:14px;padding:12px 34px 12px 16px;border-radius:14px;box-shadow:0 12px 30px -12px #0006;white-space:nowrap;opacity:0;transform:translate(10px);pointer-events:none;transition:opacity .3s,transform .3s;cursor:pointer}.wa-bubble.show{opacity:1;transform:none;pointer-events:auto}.wa-bubble span{display:inline-block;animation:waWave 1.6s ease-in-out infinite;transform-origin:70% 70%}@keyframes waWave{0%,60%,to{transform:rotate(0)}10%{transform:rotate(14deg)}30%{transform:rotate(-8deg)}}.wa-bubble:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%) rotate(45deg);width:12px;height:12px;background:#fff}.wa-bubble-x{position:absolute;top:4px;right:8px;font-size:16px;font-style:normal;color:#9aa39a;line-height:1}@media(prefers-reduced-motion:reduce){.wa-ring,.wa-badge,.wa-bubble span{animation:none}}.toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%) translateY(120px);background:var(--ink);color:#fff;padding:14px 22px;border-radius:12px;font-size:14px;font-weight:500;z-index:200;transition:transform .35s cubic-bezier(.2,.9,.3,1.2)}.toast.show{transform:translate(-50%) translateY(0)}@media(max-width:1000px){.hero-grid,.story-grid,.coming{grid-template-columns:1fr}.hero-media{order:-1;min-height:280px}.goals,.product-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.product-grid2{grid-template-columns:1fr;gap:30px}.footer-grid{grid-template-columns:1fr 1fr}.header-search{display:none}}@media(max-width:640px){.nav-links{display:none}.hamburger{display:grid}.goals,.product-grid{grid-template-columns:1fr 1fr}.section{padding:52px 0}.section-head{flex-direction:column;align-items:flex-start}.coming{padding:34px 24px}.cart-line{grid-template-columns:64px 1fr;grid-auto-rows:auto}.cart-line img{width:64px;height:64px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto}}.pcard-media{aspect-ratio:1 / 1;overflow:hidden;padding:0}.pcard-media img{width:100%;height:100%;object-fit:cover;mix-blend-mode:normal}@media(max-width:640px){.product-grid{gap:14px}.pcard-body{padding:14px}.pcard-title{font-size:14.5px}}html,body{overflow-x:hidden;width:100%;max-width:100%}*{max-width:100%}.wa-widget{right:16px;max-width:calc(100vw - 32px)}.wa-bubble{white-space:normal;max-width:170px}@media(max-width:640px){.container{padding-left:16px;padding-right:16px;width:100%}.hero,.trust,.coming,.story,.site-footer,.coll-banner,.product,.cart{max-width:100%;overflow-x:hidden}.coming{margin-left:0;margin-right:0}}.fcol .news-form{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%;max-width:100%;padding:6px;box-sizing:border-box}.fcol .news-form input{flex:1 1 auto;min-width:0;width:auto;text-align:left;background:none;border:none;outline:none;padding:10px 12px;font-family:inherit;font-size:14px}.fcol .news-form .btn{flex:0 0 auto;white-space:nowrap;padding:11px 18px}@media(max-width:640px){.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px 22px}.footer-grid>*{min-width:0}.footer-grid>*:nth-child(1){grid-column:1}.footer-grid>*:nth-child(2){grid-column:2}.footer-grid>*:nth-child(3){grid-column:1}.footer-grid>*:nth-child(4){grid-column:2}.fcol .news-form{width:100%;max-width:100%}.fcol .news-form input{min-width:0}}@media(max-width:640px){.fcol .news-form{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;width:100%;max-width:100%;padding:5px;box-sizing:border-box;overflow:hidden}.fcol .news-form input{flex:1 1 0;min-width:0;width:0;padding:9px 10px;font-size:13px}.fcol .news-form .btn{flex:0 0 auto;white-space:nowrap;padding:9px 14px;font-size:13px}}.pcard-media{padding:0;background:#fff;overflow:hidden;aspect-ratio:1 / 1;display:block}.pcard-media img{width:100%;height:100%;object-fit:cover;object-position:center;mix-blend-mode:normal;display:block}.brand .logo-img{max-height:56px;width:auto}@media(max-width:640px){.brand .logo-img{max-height:46px}}.footer-logo-img{max-height:64px;width:auto;filter:brightness(0) invert(1);opacity:.95}.cart-remove{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:8px;color:var(--muted);transition:all .2s}.cart-remove svg{width:20px;height:20px}.cart-remove:hover{background:#fde8e8;color:#c0392b}.site-footer .brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.footer-logo-badge{background:#fff;padding:6px 8px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}.footer-logo-img{height:40px;width:auto;object-fit:contain;display:block;filter:none!important}.site-footer .brand{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;text-decoration:none;width:auto!important}.footer-logo-img{height:48px;width:auto;margin:0!important;padding:0!important;display:block}.product-card-img,.card-media img{object-fit:contain!important;padding:10px}.pcard{overflow:hidden}.pcard-media{position:relative;width:100%;aspect-ratio:1 / 1;padding:0;background:#fff;overflow:hidden;display:block}.pcard-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;mix-blend-mode:normal;padding:14px;box-sizing:border-box;transition:transform .3s ease}.pcard:hover .pcard-media img{transform:scale(1.04)}.pcard-flag{z-index:2}@media(max-width:640px){.pcard-media img{padding:10px}}.pcard-actions{display:flex;flex-direction:column;gap:8px;margin-top:12px}.pcard-actions form{margin:0}.btn-buynow{background:var(--honey);color:#231603}.btn-buynow:hover{background:#c8933f}@keyframes cartBump{0%,to{transform:scale(1)}40%{transform:scale(1.25)}}.header-actions a[aria-label=Cart].bump{animation:cartBump .4s ease}.goal h3{line-height:1.15;margin-bottom:4px;white-space:nowrap}.goal p{line-height:1.35;opacity:.9}@media(max-width:640px){.goals{gap:14px}.goal{padding:18px;min-height:180px}.goal h3{font-size:19px}.goal p{font-size:12.5px}}@media(max-width:380px){.goal h3{font-size:17px}.goal p{font-size:12px}}.goal{padding:24px;justify-content:flex-end}.goal h3{font-size:22px;line-height:1.15;margin-bottom:4px}.goal p{font-size:13.5px;line-height:1.35;opacity:.9}@media(max-width:640px){.goals{gap:14px}.goal{padding:20px;min-height:190px}.goal h3{font-size:20px}.goal p{font-size:13px}}.goal{padding:22px 20px;justify-content:flex-end;align-items:flex-start;text-align:left}.goal h3{line-height:1.15;margin-bottom:6px;white-space:normal;max-width:90%}.goal p{line-height:1.35;opacity:.9;max-width:88%}@media(max-width:640px){.goals{gap:14px}.goal{padding:20px 18px;min-height:200px}.goal h3{font-size:21px}.goal p{font-size:13px}}.of-popup-done{display:none;text-align:center}.of-popup-done.show{display:block;animation:ofFade .3s ease}@keyframes ofFade{0%{opacity:0}to{opacity:1}}.of-check{width:80px;height:80px;margin:0 auto 14px}.of-check svg{width:80px;height:80px}.of-check circle{stroke:var(--moss,#4F8A3D);stroke-width:3;stroke-dasharray:151;stroke-dashoffset:151;animation:ofDraw .5s ease forwards}.of-check path{stroke:var(--moss,#4F8A3D);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:ofDraw .4s .45s ease forwards}@keyframes ofDraw{to{stroke-dashoffset:0}}.footer-brand{display:flex;align-items:center;gap:11px}.footer-brand span{color:#fff;font-family:var(--disp);font-weight:700;font-size:20px;line-height:1}.footer-brand small{display:block;font-family:var(--body);font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--honey-soft);font-weight:600;margin-top:2px}.footer-brand-icon{height:44px;width:auto;flex:none}.pgallery{max-width:440px;width:100%;margin:0 auto}.pg-stage{position:relative;width:100%;aspect-ratio:1/1;background:#fff;border-radius:16px;overflow:hidden;display:grid;place-items:center}.pg-stage img,#ofMainImg{width:100%;height:100%;object-fit:contain;object-position:center;padding:16px;box-sizing:border-box;cursor:zoom-in}.pg-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;background:#ffffffeb;box-shadow:0 4px 14px #0000002e;font-size:22px;color:#15201a;display:grid;place-items:center;border:none;cursor:pointer}.pg-prev{left:10px}.pg-next{right:10px}.pg-thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;max-width:440px;margin-left:auto;margin-right:auto}.pg-thumb{flex:0 0 auto;width:62px;height:62px;border-radius:10px;overflow:hidden;border:2px solid transparent;background:#fff;padding:0;cursor:pointer}.pg-thumb img{width:100%;height:100%;object-fit:contain;padding:4px;box-sizing:border-box}.pg-thumb.active{border-color:#4f8a3d}@media(max-width:640px){.pgallery,.pg-thumbs{max-width:100%}.pg-thumb{width:56px;height:56px}.pg-stage img,#ofMainImg{padding:10px}}.pdp-actions{display:flex;gap:12px;align-items:stretch;margin-bottom:12px}.pdp-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;overflow:hidden;flex:0 0 auto}.pdp-qty .qty-btn{width:42px;height:52px;font-size:20px;color:var(--ink);background:none;border:none;cursor:pointer}.pdp-qty .qty-btn:hover{background:var(--paper-2)}.pdp-qty .qty-num{width:50px;height:52px;text-align:center;border:none;outline:none;font-family:inherit;font-size:16px;background:none;-moz-appearance:textfield}.pdp-qty .qty-num::-webkit-outer-spin-button,.pdp-qty .qty-num::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pdp-add{flex:1}.btn-buynow{background:#fff;color:var(--forest);border:1.5px solid var(--forest)}.btn-buynow:hover{background:var(--forest);color:#fff}.pg-zoom{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#122a1be6;display:none;align-items:center;justify-content:center;padding:20px;cursor:zoom-out}.pg-zoom.open{display:flex}.pg-zoom img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}.pg-zoom-close{position:absolute;top:18px;right:22px;font-size:40px;color:#fff;background:none;border:none;line-height:1;cursor:pointer}@media(max-width:640px){.pdp-qty .qty-btn,.pdp-qty .qty-num{height:48px}}@media(max-width:640px){.pgallery{max-width:360px!important;margin:0 auto}.pg-thumbs{max-width:360px!important;margin:12px auto 0}}:root{--disp:"DM Sans",system-ui,sans-serif !important}h1,h2,h3,h4,h5,h6,.brand,.brand span,.hero h1,.section-head h2,.product-info h1,.coll-banner h1,.cart h1,.rte h1,.pcard-price .now,.product-price .now,.of-popup-card h2,.footer-brand span{font-family:DM Sans,system-ui,sans-serif!important;letter-spacing:-.02em;font-weight:700}.hero h1 em{font-style:normal;font-weight:700}.hero-media{overflow:hidden}.hero-media img{animation:heroZoom 14s ease-in-out infinite alternate;will-change:transform}@keyframes heroZoom{0%{transform:scale(1)}to{transform:scale(1.12)}}@media(prefers-reduced-motion:reduce){.hero-media img{animation:none}}.hero .eyebrow,.hero h1,.hero .lead,.hero-cta,.hero-chips{opacity:0;transform:translateY(24px);animation:heroReveal .8s cubic-bezier(.2,.7,.3,1) forwards}.hero .eyebrow{animation-delay:.1s}.hero h1{animation-delay:.25s}.hero .lead{animation-delay:.45s}.hero-cta{animation-delay:.6s}.hero-chips{animation-delay:.75s}@keyframes heroReveal{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero .eyebrow,.hero h1,.hero .lead,.hero-cta,.hero-chips{opacity:1;transform:none;animation:none}}.hero-cta .btn{transition:transform .2s ease,box-shadow .2s ease}.hero-cta .btn:hover{transform:translateY(-3px)}.hero-cta .btn-primary:hover{box-shadow:0 14px 30px -10px #d6a24ab3}.hero-cta .btn-ghost:hover{box-shadow:0 10px 24px -12px #ffffff59}.trust-item{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.trust-item.in-view{opacity:1;transform:translateY(0)}.trust-item:nth-child(1){transition-delay:.05s}.trust-item:nth-child(2){transition-delay:.15s}.trust-item:nth-child(3){transition-delay:.25s}.trust-item:nth-child(4){transition-delay:.35s}@media(prefers-reduced-motion:reduce){.trust-item{opacity:1;transform:none;transition:none}}.pcard-media{aspect-ratio:4 / 3}.pcard-media img{padding:12px}.pcard-body{padding:14px 16px 16px;gap:5px}.pcard-cat{font-size:10.5px}.pcard-title{font-size:14.5px}.pcard-price .now{font-size:18px}.pcard .btn{padding:11px;font-size:13.5px}.pcard-actions{gap:7px;margin-top:10px}.product-grid{gap:18px}@media(max-width:640px){.pcard-media{aspect-ratio:1 / 1}.pcard-title{font-size:13.5px}.pcard-price .now{font-size:16px}.pcard .btn{padding:10px;font-size:13px}}.pcard-media{aspect-ratio:3 / 2}.pcard-media img{padding:10px}.pcard-body{padding:12px 14px 14px;gap:4px}.pcard-cat{font-size:10px}.pcard-title{font-size:14px}.pcard-price .now{font-size:17px}.pcard .btn{padding:10px;font-size:13px}.pcard-actions{gap:6px;margin-top:9px}.product-grid{gap:16px}@media(max-width:640px){.pcard-media{aspect-ratio:4 / 3}.pcard-title{font-size:13px}.pcard-price .now{font-size:15px}.pcard .btn{padding:9px;font-size:12.5px}}@media(max-width:640px){.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 20px;align-items:start}.footer-grid>*{min-width:0}.footer-brand{margin-bottom:4px}.footer-brand-icon{height:36px}.footer-brand span{font-size:18px}.fcol h4{margin-top:0}.footer-about{font-size:13.5px;line-height:1.5}}@media(max-width:640px){.footer-grid{align-items:start}.footer-brand{margin:0 0 4px;line-height:1}.footer-brand-icon{height:34px;margin:0}.footer-grid .fcol{padding-top:0}.footer-grid .fcol h4{margin-top:6px}}.trust-badges-container,.value-props-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 16px;align-items:start;padding:24px 16px;background-color:#1a5632}.trust-badge-item,.value-prop-item{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.trust-badge-item .icon,.value-prop-item svg,.value-prop-item img{width:28px;height:28px;margin-bottom:8px;flex-shrink:0}.trust-badge-item h4,.value-prop-item .title{font-weight:700;font-size:15px;line-height:1.2;margin:0 0 4px;color:#fff}.trust-badge-item p,.value-prop-item .description{font-size:12px;line-height:1.3;margin:0;color:#ffffffd9}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
