:root{--green-900:#0a3f2f;--green-800:#0f4f3b;--green-600:#146a4d;--green-100:#e6f4ef;--green-50:#f2faf7;--orange-500:#f59e0b;--orange-600:#d97706;--gray-900:#111827;--gray-700:#374151;--gray-600:#4b5563;--gray-400:#9ca3af;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--white:#ffffff}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;color:var(--gray-900);background:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 16px}@media (max-width: 720px){.container{padding:0 10px}}.banner{background:var(--green-900);color:var(--white);padding:10px 0}.banner-inner{display:flex;justify-content:space-between;gap:12px;align-items:center;justify-content:center}.banner-title{font-weight:800;letter-spacing:.04em}.timer{display:flex;gap:6px}.timer .unit{background:#ffffff1f;border-radius:8px;padding:6px 10px;min-width:54px;text-align:center}.timer .label{display:block;font-size:10px;font-weight:600;opacity:.9}@media (max-width: 720px){.banner{background:var(--green-900);padding:6px 0}.banner-inner{gap:8px;justify-content:center}.banner-title{font-size:11px;letter-spacing:.02em}.timer{gap:4px}.timer .unit{min-width:40px;padding:4px 6px;height:44px;width:44px;display:flex;align-items:center;justify-content:center;flex-direction:column}.timer .label{font-size:9px}.timer .unit strong{font-size:16px}}.header{background:var(--white);color:var(--gray-900)}.header .brand-name{color:var(--gray-900)}.header .brand-mark{background:var(--green-600);color:var(--white)}.header .icon-btn{background:transparent;border:1px solid var(--gray-200);color:var(--gray-900)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}@media (max-width: 720px){.header{background:var(--white);padding:8px 0}.header-inner{height:48px}.brand-name{font-size:16px}.brand-mark{width:22px;height:22px;font-size:11px}.icon-btn{width:32px;height:32px}}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;border:1px solid var(--gray-200);background:var(--white);cursor:pointer}.brand{display:flex;align-items:center;gap:8px}.brand-mark{width:28px;height:28px;border-radius:8px;background:var(--green-600);color:var(--white);display:inline-flex;align-items:center;justify-content:center;font-weight:800}.brand-name{font-weight:700;letter-spacing:.02em}.feature-bar{background:#e9fbe5;border-bottom:1px solid #d7ead5}.feature-list{display:flex;gap:16px;overflow-x:auto;padding:10px 0}.marquee{--marquee-speed: 30s;overflow:hidden}.marquee-track{display:flex;gap:32px;width:max-content;padding:10px 0;animation:marquee-reverse var(--marquee-speed) linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.feature{display:inline-flex;align-items:center;gap:8px;color:#0f4f3b;white-space:nowrap}.feature span:last-child{display:block}.feature .fi{display:flex;align-items:center;justify-content:center}.feature .fi{width:18px;height:18px;display:inline-block}@media (max-width: 720px){.feature-bar{padding:6px 0}.marquee{--marquee-speed: 25s}.marquee-track{gap:20px;padding:6px 0}.feature{gap:4px;font-size:13px}.feature .fi{width:14px;height:14px}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (prefers-reduced-motion: reduce){.marquee-track{animation:none}}.hero-cta{display:flex;justify-content:center;background:var(--orange-500);color:var(--white);padding:10px 0;font-weight:700;letter-spacing:.02em;border:none;width:100%;font-family:Poppins,sans-serif}.hero-cta:hover{background:var(--orange-600)}.pitch em,.results-title strong,.safety-title em,.steps-title strong,.comparison-title em,.insta-title em,.faq-title br+*,.g-title em,.mf-title em{font-family:Playball,cursive;font-weight:400}em{font-family:Playball,cursive}.hero-wrap{background:#8fd29e;padding:24px 0}.hero-media{display:flex;align-items:center;justify-content:center}.hero-media img{width:min(680px,92%);height:auto;border-radius:12px;box-shadow:0 10px 30px #00000014}.product-top{padding:16px 0}.pt-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}@media (max-width: 720px){.product-top{padding:8px 0}.pt-layout{grid-template-columns:1fr;gap:16px}.pt-title{font-size:18px}}.pt-gallery-section,.pt-info-section{display:flex;flex-direction:column;gap:12px}.pt-gallery .pt-large{border:1px solid var(--gray-200);border-radius:12px;background:var(--gray-100);display:flex;align-items:center;justify-content:center}.pt-gallery .pt-large img{width:100%;height:auto;object-fit:contain}.pt-thumbs-container{overflow-x:auto;scroll-behavior:smooth}.pt-thumbs{display:flex;gap:12px;justify-content:flex-start;padding:8px 0}.pt-thumb{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:6px;cursor:pointer;min-width:96px}.pt-thumb.on{outline:2px solid var(--green-600);border-color:var(--green-600)}.pt-thumb img{width:84px;height:84px;object-fit:cover;border-radius:10px}@media (max-width: 720px){.pt-thumbs{gap:6px;padding:6px 0}.pt-thumb{min-width:60px}.pt-thumb img{width:52px;height:52px}}.pt-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.pt-icon{background:#e9fbe5;border:1px solid #cfe8df;border-radius:12px;padding:10px;text-align:center;font-size:11px;display:flex;flex-direction:column;align-items:center;gap:6px;color:#0f4f3b}.pt-icon img{width:28px;height:28px;object-fit:contain}@media (max-width: 720px){.pt-icons{grid-template-columns:repeat(4,1fr);gap:6px}.pt-icon{padding:8px;font-size:10px;gap:4px}.pt-icon img{width:24px;height:24px}}.pt-title{margin:0;font-size:22px}@media (max-width: 720px){.pt-title{font-size:18px}}.pt-rating{display:flex;align-items:center;gap:10px}.pt-rating .pt-users{height:32px;border-radius:999px;border:2px solid #fff}@media (max-width: 720px){.pt-rating{flex-wrap:nowrap;justify-content:space-between}.pt-rating .pt-users{height:28px}}.pt-stars{color:#f59e0b;display:inline-flex;gap:2px}.pt-bullets{display:flex;flex-direction:column;gap:8px}.pt-bullets-panel{background:#f1f8ef;border:1px solid #d7ead5;border-radius:12px;padding:12px}.pt-bullets{display:flex;flex-direction:column;gap:10px}.pt-bullet{display:flex;align-items:flex-start;gap:10px}.pt-check{width:22px;height:22px;border-radius:999px;background:#e6f4ef;color:#166c53;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex:0 0 22px;border:1px solid #cfe8df}.pt-text{color:var(--gray-900)}.pt-text .uline{box-shadow:inset 0 -4px #cde9df;text-decoration:underline;text-decoration-color:#3a947a;text-decoration-thickness:3px;text-underline-offset:4px}@media (max-width: 720px){.pt-bullets-panel{padding:8px}.pt-bullets,.pt-bullet{gap:6px}.pt-check{width:18px;height:18px;flex:0 0 18px;font-size:11px}}.pt-deals{display:flex;flex-direction:row;gap:10px;margin:12px 0}.pt-deal{position:relative;border:1px solid var(--gray-200);border-radius:12px;background:#fff;padding:12px}.pt-deal .pt-tag{position:absolute;top:-10px;left:50%;transform:translate(-50%);font-size:10px;background:var(--green-600);color:#fff;border-radius:999px;padding:4px 8px}.pt-deal.best .pt-tag{background:#b07f00}.pt-deal-title{font-weight:700}.pt-deal-per{color:var(--gray-600);font-size:12px;margin:6px 0}.pt-deal-save{background:var(--green-100);border-radius:10px;padding:6px;text-align:center;color:var(--green-800);font-size:12px}.pt-addtocart{display:inline-block;border:none;border-radius:999px;background:var(--green-900);color:#fff;padding:12px 18px;font-weight:800;font-family:Poppins,system-ui}.pt-addtocart .pt-strike{opacity:.8;margin-left:8px;text-decoration:line-through}.pt-ship{display:flex;align-items:center;gap:10px;padding:10px 0;color:var(--gray-700)}.pt-ship .dot{width:8px;height:8px;border-radius:999px;background:#10b981;box-shadow:0 0 0 4px #10b98126}.pt-ship .fast{margin-left:auto}.pt-ship .fast img{width:16px;height:11px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px #00000026;margin-right:6px}.pt-accordion{display:flex;flex-direction:column;gap:8px}.pt-qa{border:1px solid #d1fae5;border-radius:12px;background:#f0fdf4}.pt-q{width:100%;text-align:left;background:transparent;border:none;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;color:#064e3b}.pt-plus{border:none;background:#e6f4ef;color:#166c53;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px}.pt-a{display:none;padding:0 14px 12px;color:var(--gray-700)}.pt-qa.open .pt-a{display:block}.gallery{padding:16px 0}.gallery-strip{display:flex;gap:10px;overflow-x:auto}.gallery-strip img{width:110px;height:110px;object-fit:cover;border-radius:10px;border:1px solid var(--gray-200);background:var(--gray-100)}.living{padding:18px 0}.living-title{font-size:22px;margin:0 0 12px}.living-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.living-card{border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;background:#fff}.living-media{height:180px;background:#e5e7eb}.living-media.placeholder{background:linear-gradient(135deg,#e5e7eb,#f3f4f6,#e5e7eb)}.living-caption{padding:10px;font-size:13px;color:var(--gray-700)}@media (min-width: 980px){.living-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.living-media{height:220px}}.benefits{padding:18px 0}.benefit-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.benefit{border:1px solid var(--gray-200);border-radius:12px;padding:14px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;background:var(--white)}.benefit .bi{width:26px;height:26px}.benefit .title{font-weight:600}.benefit .sub{font-size:12px;color:var(--gray-600)}@media (max-width: 720px){.benefit-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.rating{padding:8px 0 24px}.rating-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}@media (max-width: 720px){.rating{padding:6px 0 16px}.rating-row{gap:8px;margin-bottom:4px}}.stars{color:#ea580c;display:inline-flex;gap:3px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.stars span{font-size:22px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.stars span.on{color:#f97316}.stars span:not(.on){color:#d1d5db;opacity:.6}@media (max-width: 720px){.stars span{font-size:18px;gap:2px}}.avatars{display:inline-flex}.avatars img{width:24px;height:24px;border-radius:999px;border:2px solid var(--white);margin-left:-6px}.avatars-round img{width:52px;height:52px;border-radius:999px;border:4px solid #fff;margin-left:-12px;object-fit:cover}.avatars-strip{height:48px;border-radius:999px;border:2px solid #fff;object-fit:cover}.customer-images{display:flex;align-items:center;gap:8px}.customer-images img{max-width:200px;height:auto;border-radius:12px;box-shadow:0 2px 8px #0000001a}@media (max-width: 720px){.customer-images{gap:6px}.customer-images img{max-width:120px}}.pitch{padding:24px 0;background:var(--green-900);color:#fff}.pitch-title{font-size:26px;margin:0 0 10px}.pitch-wrap{display:grid;grid-template-columns:1fr;gap:16px;align-items:center}@media (min-width: 980px){.pitch-wrap{grid-template-columns:1.1fr .9fr}}.pitch-box{border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:12px;background:#ffffff0f}.pitch-row{display:flex;gap:10px;align-items:flex-start;padding:8px 6px}.pitch-row .check{color:#d6a449}.pitch-media{height:360px;border-radius:12px;background:url(https://picsum.photos/seed/ed-feature/800/600) center/cover no-repeat}.bundles{padding:16px 0}.bundles-title{font-size:14px;letter-spacing:.08em;font-weight:800;color:var(--gray-700)}.bundle-grid{display:flex;gap:12px;margin:10px 0;align-items:stretch}.bundle-card{border:1px solid var(--gray-200);border-radius:12px;padding:12px;background:#fff;position:relative}.bundle-card .ribbon{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--green-600);color:#fff;font-size:10px;padding:4px 8px;border-radius:999px;box-shadow:0 2px 6px #0000001a}.bundle-card.best .ribbon{background:#b07f00}.bundle-title{font-weight:700}.bundle-per{color:var(--gray-600);font-size:12px;margin:6px 0}.bundle-save{background:var(--green-100);border-radius:10px;padding:6px;text-align:center;color:var(--green-800);font-size:12px}.bundle-cta{margin-top:12px}.strike{text-decoration:line-through;opacity:.7;margin-left:6px}@media (min-width: 721px){.bundle-card.best .ribbon{display:none}}.shipping-row{display:flex;align-items:center;gap:10px;padding:10px 0;color:var(--gray-700)}.shipping-row .dot{width:8px;height:8px;border-radius:999px;background:#10b981;box-shadow:0 0 0 4px #10b98126}.shipping-row .fast{margin-left:auto}.results{position:relative;padding:72px 0 18px;background:#fff6e5;overflow:hidden}.results:before{content:"";position:absolute;left:0;right:0;top:0;height:70px;background-repeat:no-repeat;background-size:100% 100%;background-position:top center;display:block;pointer-events:none}.results:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'><path fill='%23ffffff' d='M0,64L60,74.7C120,85,240,107,360,101.3C480,96,600,64,720,69.3C840,75,960,117,1080,133.3C1200,149,1320,139,1380,133.3L1440,128L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z'/></svg>")}.results-title{font-size:22px;margin:0 0 10px}.carousel{border:1px solid var(--gray-200);border-radius:12px;padding:12px;background:#fff}.beforeafter{position:relative;height:220px;border-radius:8px;background:linear-gradient(90deg,#fce7f3 50%,#e0f2fe 50%);margin-bottom:10px}.beforeafter .half{position:absolute;top:0;bottom:0;width:50%}.beforeafter .left{left:0}.beforeafter .right{right:0}.beforeafter .knob{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:36px;height:36px;border-radius:999px;border:1px solid var(--gray-200);background:#fff}.quote{font-size:14px;color:var(--gray-700)}.dots{display:flex;gap:6px;justify-content:center;margin-top:8px}.dots .dot{width:8px;height:8px;border-radius:999px;background:var(--gray-200)}.dots .dot.on{background:#10b981}.safety{padding:18px 0;background:var(--green-900);color:#fff}.safety-title{font-size:22px;margin:0 0 12px}.safety-grid{display:grid;grid-template-columns:1fr;gap:12px}.safety-row{display:flex;gap:10px;align-items:flex-start;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px}.safety-row .ic{font-size:20px}.safety-row .t{font-weight:700}.safety-row .s{font-size:13px;opacity:.9}.safety-media{height:180px;border-radius:12px;background:url(https://picsum.photos/seed/ed-safe/800/400) center/cover no-repeat;margin-top:12px}.steps{padding:18px 0}.steps-title{font-size:22px;margin:0 0 12px}.steps-list{display:flex;flex-direction:column;gap:12px}.step{display:flex;gap:12px;align-items:flex-start;border:1px solid var(--gray-200);border-radius:12px;padding:10px}.step .num{width:28px;height:28px;border-radius:999px;background:var(--green-600);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.step .t{font-weight:700}.step .s{color:var(--gray-700);font-size:13px}.comparison{padding:18px 0}.comparison-title{font-size:22px;margin:0 0 10px}.table{border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;background:#fff}.thead,.tr{display:grid;grid-template-columns:1.5fr .75fr .75fr}.thead{background:var(--green-100);font-weight:700}.thead>div,.tr>div{padding:10px;border-bottom:1px solid var(--gray-200)}.brand{color:var(--green-800)}.us{color:#10b981;font-weight:700}.them{color:#b91c1c;font-weight:700}.insta{padding:18px 0;background:#fff6e5}.insta-title{font-size:22px;margin:0 0 12px}.insta-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.insta-card img{width:100%;height:340px;object-fit:cover;border-radius:12px;border:1px solid var(--gray-200)}.faq{padding:18px 0}.faq-title{font-size:22px;margin:0 0 10px}.accordion{display:flex;flex-direction:column;gap:8px}.qa{border:1px solid #d1fae5;border-radius:12px;background:#f0fdf4}.q{width:100%;text-align:left;background:transparent;border:none;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;color:#064e3b;font-family:Poppins,system-ui;cursor:pointer}.q .star{border:none;background:#e6f4ef;color:#166c53;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;transition:transform .3s ease}.qa.open .q .star{transform:rotate(180deg)}.q .star svg{transition:transform .3s ease}.qa.open .q .star svg{transform:rotate(180deg)}.a{max-height:0;overflow:hidden;padding:0 14px;color:var(--gray-700);transition:max-height .25s ease,padding .25s ease}.qa.open .a{max-height:300px;padding:0 14px 12px}@media (max-width: 720px){.bundle-grid{flex-direction:column}.insta-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.guarantee{background:var(--green-900);color:#fff;padding:24px 0;position:relative}.g-wrap{position:relative;overflow:hidden;border-radius:12px;background:linear-gradient(180deg,#ffffff0a,#ffffff05);padding:22px}.seal{position:absolute;left:16px;top:16px;width:76px;height:76px;border-radius:999px;border:2px solid #fff;display:flex;align-items:center;justify-content:center;text-align:center;font-size:10px;line-height:1.1}.g-title{margin:40px 0 8px;font-size:26px}.g-sub{margin:0 0 16px;opacity:.95}.g-illustration{height:140px;border-radius:12px;background:url(https://picsum.photos/seed/ed-gu/800/400) center/cover no-repeat}.reviews{padding:18px 0}.reviews-title{font-size:22px;text-align:center;margin:0 0 10px}.reviews-actions{display:flex;align-items:center;gap:12px;justify-content:flex-start;margin-bottom:12px}.pill{border:1px solid var(--gray-200);background:#fff;border-radius:999px;padding:8px 14px}.review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media (min-width: 980px){.review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.review-card{border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;background:#fff}.review-card img{width:100%;height:200px;object-fit:cover}.r-body{padding:10px}.r-name{font-weight:700}.verified{color:#10b981;font-size:12px;margin-left:6px}.r-stars{color:#f59e0b}.r-text{color:var(--gray-700)}.r-item{font-size:12px;color:var(--gray-600)}.morefrom{padding:20px 0;background:var(--green-900)}.mf-title{color:#fff;font-size:22px;margin:0 0 12px}.mf-card{background:#e9fbe5;border-radius:12px;overflow:hidden}.mf-media{height:240px;background:url(https://picsum.photos/seed/ed-mf/800/600) center/cover no-repeat}.mf-feats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px}.mf-feats .feat{background:#fff;border-radius:10px;border:1px solid var(--gray-200);padding:8px;text-align:center;font-size:12px}.mf-body{background:var(--green-900);color:#fff;padding:16px;display:flex;flex-direction:column;gap:10px}.mf-rating{opacity:.9}.mf-name{margin:0}.mf-sub{margin:0;color:#d1fae5}.footer{background:var(--green-900);color:#fff;padding:22px 0}.footer .logo{font-weight:900;font-size:38px;margin-bottom:16px;opacity:.95}.footer .badges{display:flex;gap:16px;margin-bottom:14px}.footer .badge{display:inline-flex;align-items:center;gap:8px}.footer .badge:before{content:"✔";display:inline-block}.newsletter{display:flex;gap:10px;margin-bottom:16px}.newsletter input{flex:1;border-radius:999px;border:2px solid #e5e7eb;padding:12px 16px;background:#114d2d;color:#fff}.newsletter input::placeholder{color:#d1fae5}.newsletter .signup{border:none;border-radius:999px;background:#d6a449;color:#1f2937;padding:12px 18px;font-weight:700}.socials{display:flex;gap:16px;margin-bottom:10px}.soc{width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none}.footer-links{display:flex;flex-direction:column;gap:8px;margin:12px 0}.footer-links details{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:10px}.footer-links summary{padding:12px 14px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.footer-links ul{padding:0 12px 12px;margin:0;list-style:none}.footer-links a{color:#e5e7eb;text-decoration:none}.mission{margin:10px 0}.mission .mh{font-weight:700;margin-bottom:6px}.copyright{opacity:.8;font-size:12px;margin-top:10px}.locale{display:flex;align-items:center;gap:8px;margin-top:10px}.locale select{background:#ffffff14;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:999px;padding:8px 10px}.payments{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:12px;list-style:none;padding:0}.pm{height:28px;border-radius:6px;background:#fff}.vc-section{padding:20px 0}.vc-section.muted{background:var(--gray-100)}.vc-title{font-size:28px;margin:0 0 10px}.vc-h2{font-size:22px;margin:0 0 10px}.vc-h3{font-size:16px;margin:0 0 6px}.vc-intro p{color:var(--gray-700)}.vc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vc-card{border:1px solid var(--gray-200);border-radius:12px;padding:12px;background:#fff}.vc-card-title{font-weight:700;margin-bottom:6px}.vc-card-sub{color:var(--gray-700)}.vc-list{margin:0;padding-left:18px;color:var(--gray-800)}.vc-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.verdict{background:#fefbea}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182700;opacity:0;pointer-events:none;transition:opacity .2s ease;background-blend-mode:multiply;z-index:40}.overlay.open{opacity:1;background:#11182773;pointer-events:auto}.drawer{position:fixed;top:0;right:0;height:100%;width:min(420px,92%);background:var(--white);box-shadow:-10px 0 30px #0000001f;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column;z-index:41}.drawer.open{transform:translate(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--gray-200)}.drawer-title{margin:0;font-size:16px}.drawer-body{padding:10px 12px;overflow:auto;flex:1}.drawer-footer{padding:12px 16px;border-top:1px solid var(--gray-200);display:flex;flex-direction:column;gap:10px}.drawer .total{display:flex;align-items:center;justify-content:space-between}.drawer-footer .hero-cta{background:#14532d}.drawer-footer .hero-cta:hover{background:#0f3e21}.empty{padding:24px;color:var(--gray-600);text-align:center}.cart-row{display:grid;grid-template-columns:64px 1fr auto;gap:10px;align-items:center;padding:10px 6px;border-bottom:1px solid var(--gray-100)}.cart-media img{width:64px;height:64px;object-fit:cover;border-radius:8px;border:1px solid var(--gray-200);background:var(--gray-100)}.cart-info{display:flex;flex-direction:column;gap:4px}.cart-name{font-weight:600}.cart-price{color:var(--gray-600);font-size:12px}.cart-qty{display:inline-flex;align-items:center;gap:8px}.cart-qty button{width:28px;height:28px;border-radius:6px;border:1px solid var(--gray-200);background:var(--white);cursor:pointer}.cart-line-total{font-weight:600}.cart-btn{position:relative}.badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--orange-500);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}
