@import"https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--green:#A8D65C;--green-700:#6F9A2E;--green-900:#3E5A14;--green-50:#F1F8E5;--orange:#FFB54A;--orange-600:#F09418;--orange-900:#7A4A06;--ink:#23291C;--ink-soft:#5C6555;--ink-faint:#8C947F;--line:#E7EBDC;--white:#FFFFFF;--bg-soft:#F7F9F2;--shadow-sm: 0 2px 10px -4px rgba(35,41,28,.12);--shadow-md: 0 14px 34px -16px rgba(35,41,28,.28);--radius-lg: 22px;--radius-md: 14px;--radius-sm: 9px;--radius-pill: 999px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Poppins,sans-serif;margin:0;line-height:1.15;letter-spacing:-.01em}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{margin:0;padding:0;list-style:none}.wrap{max-width:1180px;margin:0 auto;padding:0 24px}.eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--green-900);background:var(--green-50);border:1px solid var(--green);padding:5px 14px;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.06em}.section{padding:72px 0}.section-soft{background:var(--bg-soft)}.section-head{max-width:640px;margin:0 auto 44px;text-align:center}.section-head h2{font-size:clamp(28px,4vw,38px);margin-top:14px}.section-head p{margin-top:14px;color:var(--ink-soft);font-size:16px;line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 28px;border-radius:var(--radius-pill);font-weight:700;font-size:15px;transition:transform .15s ease,box-shadow .15s ease;white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:var(--green);color:var(--green-900);box-shadow:var(--shadow-sm)}.btn-primary:hover{box-shadow:var(--shadow-md)}.btn-dark{background:var(--ink);color:var(--white)}.btn-dark:hover{background:var(--green-900)}.btn-outline{background:var(--white);color:var(--ink);border:1.5px solid var(--line)}.btn-outline:hover{border-color:var(--ink)}.btn-block{width:100%}.btn-sm{padding:10px 18px;font-size:13px}.announce{background:var(--ink);color:var(--white);text-align:center;font-size:13px;font-weight:600;padding:9px 16px;letter-spacing:.01em}header{position:sticky;top:0;z-index:60;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;gap:20px}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand img{width:38px;height:38px}.brand span{font-family:Poppins,sans-serif;font-weight:800;font-size:21px}.nav-links{display:none;gap:30px;align-items:center}.nav-links a{font-size:14.5px;font-weight:600;color:var(--ink-soft);transition:color .15s}.nav-links a:hover{color:var(--ink)}.nav-actions{display:flex;align-items:center;gap:6px}.icon-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink);position:relative;transition:background .15s}.icon-btn:hover{background:var(--bg-soft)}.cart-count{position:absolute;top:1px;right:1px;background:var(--orange);color:var(--orange-900);font-size:10px;font-weight:800;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--white)}.menu-toggle{display:flex}@media(min-width:880px){.nav-links{display:flex}.menu-toggle{display:none}}.mnav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:none}.mnav.open{display:block}.mnav-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#23291c66}.mnav-panel{position:absolute;top:0;left:0;bottom:0;width:78%;max-width:320px;background:var(--white);padding:22px;display:flex;flex-direction:column;gap:4px}.mnav-panel a{padding:14px 6px;font-weight:700;font-size:17px;border-bottom:1px solid var(--line)}.hero{padding:48px 0 64px}.hero-grid{display:grid;grid-template-columns:1fr;gap:36px;align-items:center}.hero-copy h1{font-size:clamp(34px,5.4vw,56px)}.hero-copy p.lead{margin-top:18px;font-size:18px;line-height:1.6;color:var(--ink-soft);max-width:480px}.hero-actions{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}.trust-row{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:34px}.trust-item{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;color:var(--ink-soft)}.trust-item svg{width:18px;height:18px;flex-shrink:0;color:var(--green-700)}.hero-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.hero-media img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/5}.hero-badge{position:absolute;left:18px;bottom:18px;background:var(--white);border-radius:var(--radius-md);padding:12px 16px;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:10px}.fan-spin{width:30px;height:30px;color:var(--green-700);animation:spin 1.6s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.hero-badge .t1{font-size:12px;color:var(--ink-faint);font-weight:600}.hero-badge .t2{font-size:14px;font-weight:800}@media(min-width:900px){.hero-grid{grid-template-columns:1.05fr .95fr;gap:60px}}.feat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.feat-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:26px 20px;text-align:center;transition:transform .15s,box-shadow .15s}.feat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.feat-icon{width:54px;height:54px;border-radius:50%;background:var(--green-50);color:var(--green-700);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.feat-icon svg{width:26px;height:26px}.feat-card h3{font-size:16px}.feat-card p{font-size:13.5px;color:var(--ink-soft);margin-top:8px;line-height:1.5}@media(min-width:900px){.feat-grid{grid-template-columns:repeat(4,1fr)}}.prod-grid{display:grid;grid-template-columns:1fr;gap:24px}.prod-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;position:relative;transition:box-shadow .2s,transform .2s}.prod-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.prod-tag{position:absolute;top:14px;left:14px;background:var(--orange);color:var(--orange-900);font-size:11.5px;font-weight:800;padding:6px 13px;border-radius:var(--radius-pill);z-index:2}.prod-img{aspect-ratio:1/1;overflow:hidden;background:var(--bg-soft)}.prod-img img{width:100%;height:100%;object-fit:cover}.prod-body{padding:20px 20px 22px}.prod-rating{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--ink-faint);font-weight:600}.stars{color:var(--orange);display:flex;gap:1px}.stars svg{width:13px;height:13px}.prod-body h3{font-size:18px;margin-top:8px}.prod-sub{font-size:13px;color:var(--ink-soft);margin-top:4px}.prod-price{display:flex;align-items:baseline;gap:8px;margin-top:12px}.prod-price .now{font-size:19px;font-weight:800}.prod-price .was{font-size:14px;color:var(--ink-faint);text-decoration:line-through}.prod-cart-btn{margin-top:16px}@media(min-width:640px){.prod-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.qshop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.qshop-card{text-align:center}.qshop-img{aspect-ratio:1/1;border-radius:var(--radius-md);overflow:hidden;background:var(--bg-soft);border:1px solid var(--line);transition:border-color .15s,transform .15s}.qshop-card:hover .qshop-img{border-color:var(--green-700);transform:translateY(-2px)}.qshop-img img{width:100%;height:100%;object-fit:cover}.qshop-name{margin-top:9px;font-size:12.5px;font-weight:700}.qshop-price{font-size:11px;color:var(--ink-faint);font-weight:600;margin-top:1px}@media(min-width:640px){.qshop-grid{gap:22px}.qshop-name{font-size:14.5px}.qshop-price{font-size:12.5px}}.ps-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}.ps-illustration{background:var(--green-50);border-radius:var(--radius-lg);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:30px}.ps-illustration svg{width:100%;height:100%;max-width:320px}.ps-copy h2{font-size:clamp(26px,4vw,34px)}.ps-list{margin-top:22px;display:flex;flex-direction:column;gap:14px}.ps-list li{display:flex;align-items:flex-start;gap:12px;font-size:15.5px;color:var(--ink-soft);font-weight:500}.ps-list svg{width:21px;height:21px;color:var(--green-700);flex-shrink:0;margin-top:1px}@media(min-width:900px){.ps-grid{grid-template-columns:1fr 1fr}}.how-grid{display:grid;grid-template-columns:1fr;gap:30px;position:relative}.how-step{text-align:center;padding:0 10px}.how-num{width:64px;height:64px;border-radius:50%;background:var(--white);border:2px solid var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;color:var(--green-700)}.how-num svg{width:30px;height:30px}.how-step h3{font-size:17px}.how-step p{font-size:14px;color:var(--ink-soft);margin-top:8px;max-width:230px;margin-left:auto;margin-right:auto;line-height:1.5}@media(min-width:900px){.how-grid{grid-template-columns:repeat(3,1fr)}}.story-row{display:flex;gap:16px;overflow-x:auto;padding:8px 4px 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;justify-content:center}.story-row::-webkit-scrollbar{height:6px}.story-row::-webkit-scrollbar-thumb{background:var(--line);border-radius:10px}.story-card{flex:0 0 200px;scroll-snap-align:start;border-radius:var(--radius-md);overflow:hidden;position:relative;aspect-ratio:9/16;background:var(--ink);box-shadow:var(--shadow-sm)}.story-card img{width:100%;height:100%;object-fit:cover;opacity:.88}.story-label{position:absolute;left:12px;bottom:12px;color:var(--white);font-weight:700;font-size:13.5px;text-shadow:0 2px 8px rgba(0,0,0,.5)}.story-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;color:var(--ink)}.story-play svg{width:18px;height:18px;margin-left:2px}.rate-summary{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:36px}.rate-num{font-size:44px;font-weight:800;font-family:Poppins,sans-serif}.rate-summary .stars svg{width:20px;height:20px}.rate-summary p{font-size:13.5px;color:var(--ink-faint);font-weight:600}.rev-row{display:flex;gap:18px;overflow-x:auto;padding:6px 4px 18px;scroll-snap-type:x mandatory}.rev-row::-webkit-scrollbar{height:6px}.rev-row::-webkit-scrollbar-thumb{background:var(--line);border-radius:10px}.rev-card{flex:0 0 280px;scroll-snap-align:start;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:20px}.rev-top{display:flex;align-items:center;gap:10px;margin-bottom:12px}.avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;color:var(--white);flex-shrink:0}.rev-name{font-size:14px;font-weight:700}.rev-meta{font-size:11.5px;color:var(--ink-faint)}.rev-card .stars{margin-bottom:8px}.rev-card p.body{font-size:13.5px;color:var(--ink-soft);line-height:1.55}.rev-prod{margin-top:12px;font-size:11.5px;font-weight:700;color:var(--green-700);background:var(--green-50);display:inline-block;padding:3px 10px;border-radius:var(--radius-pill)}.cmp-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line)}.cmp-table th,.cmp-table td{padding:14px 12px;text-align:center;font-size:13.5px;border-bottom:1px solid var(--line)}.cmp-table th{font-family:Poppins,sans-serif;font-size:14px;padding:18px 12px}.cmp-table td:first-child,.cmp-table th:first-child{text-align:left;font-weight:700}.cmp-table tr:last-child td{border-bottom:none}.cmp-table th.brand{background:var(--green);color:var(--green-900)}.cmp-table th.other{color:var(--ink-faint)}.cmp-table td.brand-col{background:var(--green-50)}.cmp-icon-yes{color:var(--green-700);width:19px;height:19px}.cmp-icon-no{color:#c7cabc;width:19px;height:19px}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 4px;text-align:left;font-weight:700;font-size:15.5px}.faq-q svg{width:20px;height:20px;flex-shrink:0;color:var(--ink-faint);transition:transform .2s}.faq-item.open .faq-q svg{transform:rotate(180deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease}.faq-a-inner{padding:0 4px 20px;font-size:14.5px;color:var(--ink-soft);line-height:1.6;max-width:680px}.cta-final{background:var(--green);border-radius:var(--radius-lg);padding:60px 28px;text-align:center}.cta-final h2{font-size:clamp(28px,4.4vw,40px);color:var(--green-900)}.cta-final p{margin-top:14px;font-size:16px;color:var(--green-900);opacity:.85}.cta-final .btn{margin-top:26px}footer{background:var(--ink);color:#d9decb;padding:60px 0 26px;margin-top:0}.foot-grid{display:grid;grid-template-columns:1fr;gap:36px}.foot-brand{display:flex;align-items:center;gap:10px;margin-bottom:14px}.foot-brand img{width:32px;height:32px;border-radius:8px;background:var(--white);padding:3px}.foot-brand span{font-family:Poppins,sans-serif;font-weight:800;font-size:18px;color:var(--white)}footer p.tag{font-size:13.5px;color:#9ca68a;max-width:260px;line-height:1.6}.foot-col h4{font-size:12.5px;text-transform:uppercase;letter-spacing:.07em;color:#9ca68a;margin-bottom:14px}.foot-col ul{display:flex;flex-direction:column;gap:10px}.foot-col a{font-size:14px;color:#d9decb}.foot-col a:hover{color:var(--white)}.newsletter{grid-column:1/-1}.nl-form{display:flex;gap:10px;margin-top:14px;max-width:380px;flex-wrap:wrap}.nl-form input{flex:1;min-width:180px;padding:13px 16px;border-radius:var(--radius-pill);border:none;font-size:14px}.foot-bottom{display:flex;flex-direction:column;gap:14px;align-items:flex-start;border-top:1px solid #3A4030;margin-top:44px;padding-top:22px;font-size:12.5px;color:#9ca68a}.foot-social{display:flex;gap:10px}.foot-social a{width:36px;height:36px;border-radius:50%;background:#323828;display:flex;align-items:center;justify-content:center;color:#d9decb}.foot-social svg{width:16px;height:16px}@media(min-width:900px){.foot-grid{grid-template-columns:1.4fr repeat(3,1fr)}.newsletter{grid-column:auto}.foot-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#23291c73;z-index:120;opacity:0;pointer-events:none;transition:opacity .25s}.overlay.show{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:400px;background:var(--white);z-index:130;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--line)}.cart-head h3{font-size:18px}.cart-items{flex:1;overflow-y:auto;padding:18px 22px;display:flex;flex-direction:column;gap:18px}.cart-empty{text-align:center;padding:50px 20px;color:var(--ink-faint);font-size:14px}.cart-line{display:flex;gap:14px}.cart-line img{width:68px;height:68px;border-radius:var(--radius-sm);object-fit:cover;background:var(--bg-soft)}.cart-line-info{flex:1}.cart-line-info h4{font-size:14.5px;font-weight:700}.cart-line-info p{font-size:12.5px;color:var(--ink-faint);margin-top:3px}.cart-line-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.qty-stepper{display:flex;align-items:center;border:1px solid var(--line);border-radius:var(--radius-pill)}.qty-stepper button{width:26px;height:26px;font-size:15px;font-weight:700}.qty-stepper span{width:22px;text-align:center;font-size:13px;font-weight:700}.remove-link{font-size:12px;color:var(--ink-faint);text-decoration:underline;cursor:pointer;background:none;border:none}.cart-foot{border-top:1px solid var(--line);padding:18px 22px 24px}.cart-upsell{background:var(--bg-soft);border-radius:var(--radius-md);padding:12px 14px;display:flex;align-items:center;gap:12px;margin-bottom:16px}.cart-upsell img{width:46px;height:46px;border-radius:var(--radius-sm);object-fit:cover}.cart-upsell-text{flex:1;font-size:12.5px}.cart-upsell-text strong{display:block;font-size:13px}.cart-subtotal{display:flex;justify-content:space-between;font-size:16px;font-weight:800;margin-bottom:14px}.toast{position:fixed;left:18px;bottom:18px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:13px 16px;display:flex;gap:11px;align-items:center;max-width:280px;z-index:80;transform:translateY(120%);transition:transform .35s ease}.toast.show{transform:translateY(0)}.toast-dot{width:9px;height:9px;border-radius:50%;background:#3fbe6e;flex-shrink:0}.toast p{font-size:12.5px;line-height:1.4}.toast p strong{font-weight:700}.toast span.time{display:block;color:var(--ink-faint);font-size:11px;margin-top:2px}.pp-grid{display:grid;grid-template-columns:1fr;gap:40px;padding:24px 0 60px}.pp-gallery-main{border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-soft);aspect-ratio:1/1}.pp-gallery-main img{width:100%;height:100%;object-fit:cover}.pp-thumbs{display:flex;gap:10px;margin-top:12px}.pp-thumb{width:64px;height:64px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--bg-soft)}.pp-thumb.active{border-color:var(--green)}.pp-thumb img{width:100%;height:100%;object-fit:cover}.crumb{font-size:13px;color:var(--ink-faint);padding:18px 0 0}.crumb a{font-weight:600;color:var(--ink-soft)}.pp-title{font-size:clamp(26px,3.6vw,36px);margin-top:6px}.pp-tagline{font-size:15px;color:var(--ink-soft);margin-top:8px}.pp-rating{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:13.5px;color:var(--ink-faint);font-weight:600}.pp-rating .stars svg{width:15px;height:15px}.pp-price{display:flex;align-items:baseline;gap:10px;margin-top:18px}.pp-price .now{font-size:28px;font-weight:800}.pp-price .was{font-size:16px;color:var(--ink-faint);text-decoration:line-through}.pp-save{font-size:12px;font-weight:800;color:var(--orange-900);background:var(--orange);padding:3px 10px;border-radius:var(--radius-pill)}.pp-block{margin-top:26px}.pp-label{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft);margin-bottom:10px}.swatches{display:flex;gap:10px}.swatch{width:46px;height:46px;border-radius:50%;overflow:hidden;border:2px solid transparent;cursor:pointer;position:relative}.swatch.active{border-color:var(--green-700)}.swatch img{width:100%;height:100%;object-fit:cover}.bundle-options{display:flex;flex-direction:column;gap:10px}.bundle-card{border:1.5px solid var(--line);border-radius:var(--radius-md);padding:14px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.bundle-card.active{border-color:var(--green-700);background:var(--green-50)}.bundle-card .bname{font-size:14.5px;font-weight:700}.bundle-card .bsub{font-size:12px;color:var(--ink-faint);margin-top:2px}.bundle-save{font-size:11.5px;font-weight:800;color:var(--orange-900);background:var(--orange);padding:3px 9px;border-radius:var(--radius-pill)}.pp-buy-row{display:flex;gap:12px;margin-top:26px}.pp-buy-row .qty-stepper{padding:0 2px}.pp-buy-row .qty-stepper button{width:38px;height:48px}.pp-buy-row .qty-stepper span{width:30px}.pp-actions{display:flex;flex-direction:column;gap:10px;margin-top:14px}.benefit-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:30px;padding-top:26px;border-top:1px solid var(--line)}.benefit-row .b-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--ink-soft)}.benefit-row svg{width:18px;height:18px;color:var(--green-700)}.pp-desc{margin-top:24px;font-size:14.5px;color:var(--ink-soft);line-height:1.7}.pp-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}.pp-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;font-size:11.5px;font-weight:700;color:var(--ink-soft);padding:14px 8px;background:var(--bg-soft);border-radius:var(--radius-md)}.pp-trust-item svg{width:22px;height:22px;color:var(--green-700)}.sticky-bar{position:fixed;left:0;right:0;bottom:0;background:var(--white);border-top:1px solid var(--line);padding:12px 16px;display:none;align-items:center;justify-content:space-between;gap:14px;z-index:70;box-shadow:0 -8px 20px -10px #00000026}.sticky-bar.show{display:flex}@media(min-width:900px){.pp-grid{grid-template-columns:1fr 1fr;gap:64px}.sticky-bar{display:none!important}}.section h2,.section-head h2{font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
