@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--green-50:#f0fdf4;--green-100:#dcfce7;--green-200:#bbf7d0;--green-300:#86efac;--green-400:#4ade80;--green-500:#22c55e;--green-600:#16a34a;--green-700:#15803d;--green-800:#166534;--green-900:#14532d;--green-950:#052e16;--sand-50:#fafaf5;--sand-100:#f5f5eb;--sand-200:#e8e6d9;--sand-300:#d4d0c0;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--terracotta:#c2410c;--terracotta-light:#fb923c;--gold:#ca8a04;--gold-light:#fbbf24;--red-500:#ef4444;--red-600:#dc2626;--color-primary:var(--green-600);--color-primary-hover:var(--green-700);--color-primary-light:var(--green-100);--color-primary-50:var(--green-50);--color-secondary:var(--green-800);--color-accent:var(--gold);--color-danger:var(--terracotta);--color-text:var(--gray-900);--color-text-secondary:var(--gray-600);--color-text-muted:var(--gray-400);--color-text-inverse:var(--white);--color-bg:var(--white);--color-bg-warm:var(--sand-50);--color-bg-subtle:var(--green-50);--color-bg-card:var(--white);--color-bg-overlay:#00000080;--color-border:var(--gray-200);--color-border-light:var(--gray-100);--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--text-xs:clamp(.75rem, .8vw, .8rem);--text-sm:clamp(.85rem, .95vw, .9rem);--text-base:clamp(.95rem, 1.1vw, 1.063rem);--text-lg:clamp(1.1rem, 1.3vw, 1.2rem);--text-xl:clamp(1.25rem, 1.6vw, 1.4rem);--text-2xl:clamp(1.5rem, 2vw, 1.8rem);--text-3xl:clamp(1.8rem, 2.8vw, 2.25rem);--text-4xl:clamp(2.2rem, 3.5vw, 3rem);--text-5xl:clamp(2.8rem, 5vw, 4rem);--text-6xl:clamp(3.5rem, 6vw, 5rem);--leading-tight:1.2;--leading-snug:1.35;--leading-normal:1.6;--leading-relaxed:1.75;--tracking-tight:-.025em;--tracking-normal:0;--tracking-wide:.025em;--tracking-wider:.05em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--section-gap:clamp(4rem, 8vw, 7rem);--container-max:1280px;--container-narrow:900px;--container-wide:1440px;--container-padding:clamp(1rem, 4vw, 2rem);--radius-sm:.375rem;--radius-md:.625rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-2xl:2rem;--radius-full:9999px;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--shadow-xl:0 20px 25px -5px #00000014, 0 8px 10px -6px #00000008;--shadow-2xl:0 25px 50px -12px #00000026;--shadow-green:0 4px 14px #16a34a33;--shadow-green-lg:0 10px 30px #16a34a40;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--duration-fast:.15s;--duration-normal:.3s;--duration-slow:.5s;--transition-colors:color var(--duration-normal) var(--ease-out), background-color var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);--transition-transform:transform var(--duration-normal) var(--ease-out);--transition-shadow:box-shadow var(--duration-normal) var(--ease-out);--transition-all:all var(--duration-normal) var(--ease-out);--glass-bg:#ffffffb3;--glass-blur:blur(12px);--glass-border:1px solid #ffffff4d;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500;--navbar-height:4.5rem;--navbar-height-scrolled:3.75rem}[data-theme=dark]{--color-bg:#0a0f0a;--color-bg-warm:#0f160f;--color-bg-subtle:#141f14;--color-bg-card:#1a2d1a;--color-bg-overlay:#000000b3;--color-text:#e8ede8;--color-text-secondary:#a3b5a3;--color-text-muted:#6b836b;--color-border:#2a3d2a;--color-border-light:#1f2e1f;--color-primary:var(--green-500);--color-primary-hover:var(--green-400);--color-primary-light:#22c55e1a;--color-primary-50:#22c55e0d;--glass-bg:#0a0f0ab3;--glass-border:1px solid #22c55e1a;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 6px #0000004d;--shadow-lg:0 10px 15px #0000004d;--shadow-xl:0 20px 25px #0000004d;--shadow-green:0 4px 14px #22c55e26}
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes glowPulse{0%,to{box-shadow:0 0 5px #16a34a33}50%{box-shadow:0 0 20px #16a34a66}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatSlow{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-8px)rotate(1deg)}66%{transform:translateY(-4px)rotate(-1deg)}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes countReveal{0%{opacity:0;transform:translateY(20px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes leafDrift{0%{opacity:0;transform:translateY(-10vh)rotate(0)translate(0)}10%{opacity:.7}90%{opacity:.7}to{opacity:0;transform:translateY(100vh)rotate(360deg)translate(50px)}}.animate-fade-in{animation:fadeIn .6s var(--ease-out) forwards}.animate-fade-in-up{animation:fadeInUp .6s var(--ease-out) forwards}.animate-fade-in-down{animation:fadeInDown .5s var(--ease-out) forwards}.animate-fade-in-left{animation:fadeInLeft .6s var(--ease-out) forwards}.animate-fade-in-right{animation:fadeInRight .6s var(--ease-out) forwards}.animate-fade-in-scale{animation:fadeInScale .5s var(--ease-out) forwards}.animate-slide-in-right{animation:slideInRight .4s var(--ease-out) forwards}.animate-bounce-in{animation:bounceIn .6s var(--ease-spring) forwards}.animate-float{animation:3s ease-in-out infinite float}.animate-float-slow{animation:6s ease-in-out infinite floatSlow}.animate-pulse{animation:2s ease-in-out infinite pulse}.animate-glow{animation:2s ease-in-out infinite glowPulse}.animate-spin{animation:1s linear infinite spin}.animate-ticker{animation:30s linear infinite ticker}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}.hover-lift{transition:transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out)}.hover-lift:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.hover-scale{transition:transform var(--duration-normal) var(--ease-spring)}.hover-scale:hover{transform:scale(1.03)}.hover-glow{transition:box-shadow var(--duration-normal) var(--ease-out)}.hover-glow:hover{box-shadow:var(--shadow-green)}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--color-text);font-weight:700}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}h5{font-size:var(--text-xl)}h6{font-size:var(--text-lg)}p{color:var(--color-text-secondary);line-height:var(--leading-relaxed);max-width:70ch}a{color:var(--color-primary);transition:var(--transition-colors);text-decoration:none}a:hover{color:var(--color-primary-hover)}img,video{max-width:100%;height:auto;display:block}button{font-family:var(--font-body);cursor:pointer;font-size:inherit;background:0 0;border:none}ul,ol{list-style:none}input,textarea,select{font-family:var(--font-body);font-size:var(--text-base)}::selection{background-color:var(--green-200);color:var(--green-900)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--green-300);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--green-400)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}.container{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.container-narrow{max-width:var(--container-narrow)}.container-wide{max-width:var(--container-wide)}.section{padding:var(--section-gap) 0}.section-alt{padding:var(--section-gap) 0;background-color:var(--color-bg-warm)}.section-green{padding:var(--section-gap) 0;background-color:var(--color-bg-subtle)}.section-header{text-align:center;margin-bottom:var(--space-16)}.section-header h2{margin-bottom:var(--space-4)}.section-header p{color:var(--color-text-secondary);font-size:var(--text-lg);margin:0 auto}.section-badge{align-items:center;gap:var(--space-2);color:var(--color-primary);margin-bottom:var(--space-3);font-size:.8rem;font-weight:600;font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;background:0 0;border-radius:0;padding:0;display:inline-flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}main{padding-top:var(--navbar-height)}
.Navbar-module__ZERf_q__navbar{z-index:var(--z-sticky);height:var(--navbar-height);transition:all var(--duration-normal) var(--ease-out);background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__ZERf_q__navbar.Navbar-module__ZERf_q__scrolled{height:var(--navbar-height-scrolled);border-bottom:1px solid var(--color-border-light);box-shadow:var(--shadow-sm)}.Navbar-module__ZERf_q__navContainer{width:100%;max-width:var(--container-wide);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__ZERf_q__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.Navbar-module__ZERf_q__logoImg{object-fit:contain;width:auto;height:42px;transition:opacity var(--duration-normal) var(--ease-out)}.Navbar-module__ZERf_q__logo:hover .Navbar-module__ZERf_q__logoImg{opacity:.85}.Navbar-module__ZERf_q__navLinks{align-items:center;gap:var(--space-1);display:flex}.Navbar-module__ZERf_q__navLink{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);color:var(--color-text-secondary);border-radius:var(--radius-md);transition:var(--transition-colors);white-space:nowrap;font-weight:500;text-decoration:none;position:relative}.Navbar-module__ZERf_q__navLink:hover{color:var(--color-primary);background:var(--color-primary-50)}.Navbar-module__ZERf_q__navLink.Navbar-module__ZERf_q__active{color:var(--color-primary);font-weight:600}.Navbar-module__ZERf_q__navLink.Navbar-module__ZERf_q__active:after{content:"";background:var(--color-primary);border-radius:var(--radius-full);width:20px;height:2px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.Navbar-module__ZERf_q__dropdown{position:relative}.Navbar-module__ZERf_q__dropdownTrigger{align-items:center;gap:var(--space-1);display:flex}.Navbar-module__ZERf_q__dropdownIcon{width:14px;height:14px;transition:transform var(--duration-fast) var(--ease-out)}.Navbar-module__ZERf_q__dropdown:hover .Navbar-module__ZERf_q__dropdownIcon{transform:rotate(180deg)}.Navbar-module__ZERf_q__dropdownMenu{top:calc(100% + var(--space-2));background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-width:200px;box-shadow:var(--shadow-xl);padding:var(--space-2);opacity:0;visibility:hidden;transition:all var(--duration-normal) var(--ease-out);position:absolute;left:50%;transform:translate(-50%)translateY(8px)}.Navbar-module__ZERf_q__dropdown:hover .Navbar-module__ZERf_q__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module__ZERf_q__dropdownItem{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--color-text-secondary);border-radius:var(--radius-md);transition:var(--transition-all);text-decoration:none;display:flex}.Navbar-module__ZERf_q__dropdownItem:hover{background:var(--color-primary-50);color:var(--color-primary)}.Navbar-module__ZERf_q__dropdownItemIcon{border-radius:var(--radius-md);background:var(--color-primary-light);width:32px;height:32px;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module__ZERf_q__navActions{align-items:center;gap:var(--space-2);display:flex}.Navbar-module__ZERf_q__actionBtn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text-secondary);transition:var(--transition-all);justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__ZERf_q__actionBtn:hover{background:var(--color-primary-50);color:var(--color-primary)}.Navbar-module__ZERf_q__cartBadge{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);width:18px;height:18px;animation:Navbar-module__ZERf_q__scaleIn .3s var(--ease-spring);justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.Navbar-module__ZERf_q__shopBtn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);background:var(--color-primary);color:var(--color-text-inverse);font-size:var(--text-sm);border-radius:var(--radius-full);transition:var(--transition-all);white-space:nowrap;font-weight:600;text-decoration:none;display:flex}.Navbar-module__ZERf_q__shopBtn:hover{background:var(--color-primary-hover);color:var(--color-text-inverse);box-shadow:var(--shadow-green);transform:translateY(-1px)}.Navbar-module__ZERf_q__menuBtn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text);justify-content:center;align-items:center;display:none}.Navbar-module__ZERf_q__mobileOverlay{background:var(--color-bg-overlay);z-index:var(--z-overlay);opacity:0;visibility:hidden;pointer-events:none;transition:all var(--duration-normal) var(--ease-out);position:fixed;inset:0}.Navbar-module__ZERf_q__mobileOverlay.Navbar-module__ZERf_q__open{opacity:1;visibility:visible;pointer-events:auto}.Navbar-module__ZERf_q__mobileMenu{background:var(--color-bg);width:min(85vw,380px);z-index:var(--z-modal);transition:transform var(--duration-slow) var(--ease-out);padding:var(--space-6);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.Navbar-module__ZERf_q__mobileMenu.Navbar-module__ZERf_q__open{transform:translate(0)}.Navbar-module__ZERf_q__mobileMenuHeader{margin-bottom:var(--space-8);padding-bottom:var(--space-4);border-bottom:1px solid var(--color-border-light);justify-content:space-between;align-items:center;display:flex}.Navbar-module__ZERf_q__mobileNavLink{align-items:center;gap:var(--space-3);padding:var(--space-4) 0;font-size:var(--text-lg);color:var(--color-text);border-bottom:1px solid var(--color-border-light);transition:var(--transition-colors);font-weight:500;text-decoration:none;display:flex}.Navbar-module__ZERf_q__mobileNavLink:hover{color:var(--color-primary)}.Navbar-module__ZERf_q__mobileSubLinks{padding-left:var(--space-6)}.Navbar-module__ZERf_q__mobileSubLink{align-items:center;gap:var(--space-3);padding:var(--space-3) 0;font-size:var(--text-base);color:var(--color-text-secondary);text-decoration:none;display:flex}.Navbar-module__ZERf_q__mobileSubLink:hover{color:var(--color-primary)}.Navbar-module__ZERf_q__mobileShopBtn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-4);margin-top:var(--space-8);background:var(--color-primary);color:var(--color-text-inverse);font-size:var(--text-lg);border-radius:var(--radius-lg);transition:var(--transition-all);font-weight:600;text-decoration:none;display:flex}.Navbar-module__ZERf_q__mobileShopBtn:hover{background:var(--color-primary-hover);color:var(--color-text-inverse)}@media (max-width:1024px){.Navbar-module__ZERf_q__navLinks,.Navbar-module__ZERf_q__shopBtn{display:none}.Navbar-module__ZERf_q__menuBtn{display:flex}}@media (max-width:480px){.Navbar-module__ZERf_q__logoTagline{display:none}.Navbar-module__ZERf_q__logoName{font-size:1.1rem}}
.Footer-module__hP-FLq__footer{background:var(--green-950);color:var(--green-200);padding:var(--space-20) 0 0;position:relative;overflow:hidden}.Footer-module__hP-FLq__footer:before{content:"";background:linear-gradient(90deg, var(--green-400), var(--green-600), var(--green-400));height:4px;position:absolute;top:0;left:0;right:0}.Footer-module__hP-FLq__footerTop{gap:var(--space-12);padding-bottom:var(--space-16);grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid}.Footer-module__hP-FLq__brandCol{max-width:320px}.Footer-module__hP-FLq__footerLogo{margin-bottom:var(--space-5);align-items:center;text-decoration:none;display:flex}.Footer-module__hP-FLq__footerLogoImg{object-fit:contain;filter:brightness(0)invert();opacity:.9;width:auto;height:38px}.Footer-module__hP-FLq__brandTagline{font-size:var(--text-sm);color:var(--green-300);margin-top:var(--space-2);margin-bottom:var(--space-5);letter-spacing:.01em;font-style:normal;font-weight:500}.Footer-module__hP-FLq__brandDesc{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--green-300);margin-bottom:var(--space-6)}.Footer-module__hP-FLq__socialLinks{gap:var(--space-3);display:flex}.Footer-module__hP-FLq__socialLink{border-radius:var(--radius-md);width:40px;height:40px;color:var(--green-300);transition:var(--transition-all);background:#ffffff14;justify-content:center;align-items:center;text-decoration:none;display:flex}.Footer-module__hP-FLq__socialLink:hover{background:var(--green-600);color:var(--white);transform:translateY(-2px)}.Footer-module__hP-FLq__footerCol h4{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--white);text-transform:uppercase;letter-spacing:var(--tracking-wider);margin-bottom:var(--space-6);font-weight:600}.Footer-module__hP-FLq__footerLinks{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__hP-FLq__footerLink{font-size:var(--text-sm);color:var(--green-300);transition:var(--transition-colors);align-items:center;gap:var(--space-2);text-decoration:none;display:flex}.Footer-module__hP-FLq__footerLink:hover{color:var(--green-100);transform:translate(3px)}.Footer-module__hP-FLq__footerBottom{padding:var(--space-6) 0;justify-content:space-between;align-items:center;gap:var(--space-4);border-top:1px solid #ffffff14;flex-wrap:wrap;display:flex}.Footer-module__hP-FLq__copyright{font-size:var(--text-xs);color:var(--green-400)}.Footer-module__hP-FLq__legalLinks{gap:var(--space-6);display:flex}.Footer-module__hP-FLq__legalLink{font-size:var(--text-xs);color:var(--green-400);transition:var(--transition-colors);text-decoration:none}.Footer-module__hP-FLq__legalLink:hover{color:var(--green-200)}.Footer-module__hP-FLq__contactInfo{gap:var(--space-3);margin-top:var(--space-4);flex-direction:column;display:flex}.Footer-module__hP-FLq__contactItem{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--green-300);transition:var(--transition-colors);text-decoration:none;display:flex}.Footer-module__hP-FLq__contactItem:hover{color:var(--green-100)}@media (max-width:1024px){.Footer-module__hP-FLq__footerTop{gap:var(--space-8);grid-template-columns:1fr 1fr}.Footer-module__hP-FLq__brandCol{grid-column:1/-1;max-width:none}}@media (max-width:640px){.Footer-module__hP-FLq__footerTop{gap:var(--space-8);grid-template-columns:1fr}.Footer-module__hP-FLq__footerBottom{text-align:center;flex-direction:column}}
.CartDrawer-module__RfjTLG__overlay{background:var(--color-bg-overlay);z-index:var(--z-overlay);opacity:0;visibility:hidden;transition:all var(--duration-normal) var(--ease-out);position:fixed;inset:0}.CartDrawer-module__RfjTLG__overlay.CartDrawer-module__RfjTLG__open{opacity:1;visibility:visible}.CartDrawer-module__RfjTLG__drawer{background:var(--color-bg);width:min(90vw,420px);z-index:var(--z-modal);transition:transform var(--duration-slow) var(--ease-out);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.CartDrawer-module__RfjTLG__drawer.CartDrawer-module__RfjTLG__open{transform:translate(0)}.CartDrawer-module__RfjTLG__header{padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--color-border-light);justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__RfjTLG__headerTitle{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-text);align-items:center;gap:var(--space-2);font-weight:700;display:flex}.CartDrawer-module__RfjTLG__itemCount{font-size:var(--text-sm);color:var(--color-text-muted);font-weight:500}.CartDrawer-module__RfjTLG__closeBtn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-text-secondary);transition:var(--transition-all);justify-content:center;align-items:center;display:flex}.CartDrawer-module__RfjTLG__closeBtn:hover{background:var(--gray-100);color:var(--color-text)}.CartDrawer-module__RfjTLG__items{padding:var(--space-4) var(--space-6);flex:1;overflow-y:auto}.CartDrawer-module__RfjTLG__cartItem{gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--color-border-light);display:flex}.CartDrawer-module__RfjTLG__cartItem:last-child{border-bottom:none}.CartDrawer-module__RfjTLG__itemImage{border-radius:var(--radius-md);background:var(--green-50);flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.CartDrawer-module__RfjTLG__itemImage img{object-fit:cover;width:100%;height:100%}.CartDrawer-module__RfjTLG__itemPlaceholder{color:var(--green-300)}.CartDrawer-module__RfjTLG__itemDetails{gap:var(--space-2);flex-direction:column;flex:1;display:flex}.CartDrawer-module__RfjTLG__itemName{font-weight:600;font-size:var(--text-sm);color:var(--color-text);line-height:var(--leading-snug)}.CartDrawer-module__RfjTLG__itemPrice{font-weight:700;font-size:var(--text-base);color:var(--green-700)}.CartDrawer-module__RfjTLG__itemActions{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__RfjTLG__quantityControl{border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;gap:0;display:flex;overflow:hidden}.CartDrawer-module__RfjTLG__qtyBtn{width:32px;height:32px;color:var(--color-text-secondary);transition:var(--transition-all);justify-content:center;align-items:center;font-size:1rem;display:flex}.CartDrawer-module__RfjTLG__qtyBtn:hover{background:var(--green-50);color:var(--color-primary)}.CartDrawer-module__RfjTLG__qtyValue{text-align:center;width:36px;font-weight:600;font-size:var(--text-sm);color:var(--color-text);border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);padding:var(--space-1) 0}.CartDrawer-module__RfjTLG__removeBtn{color:var(--color-text-muted);transition:var(--transition-colors);padding:var(--space-1)}.CartDrawer-module__RfjTLG__removeBtn:hover{color:var(--red-500)}.CartDrawer-module__RfjTLG__emptyState{justify-content:center;align-items:center;gap:var(--space-4);padding:var(--space-12);text-align:center;flex-direction:column;flex:1;display:flex}.CartDrawer-module__RfjTLG__emptyIcon{border-radius:var(--radius-full);background:var(--green-50);width:80px;height:80px;color:var(--green-300);justify-content:center;align-items:center;display:flex}.CartDrawer-module__RfjTLG__emptyTitle{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-text);font-weight:600}.CartDrawer-module__RfjTLG__emptyText{font-size:var(--text-sm);color:var(--color-text-muted)}.CartDrawer-module__RfjTLG__footer{padding:var(--space-6);border-top:1px solid var(--color-border-light);background:var(--color-bg)}.CartDrawer-module__RfjTLG__subtotalRow{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__RfjTLG__subtotalLabel{font-size:var(--text-sm);color:var(--color-text-secondary)}.CartDrawer-module__RfjTLG__subtotalValue{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-text);font-weight:700}.CartDrawer-module__RfjTLG__shippingNote{font-size:var(--text-xs);color:var(--color-text-muted);margin-bottom:var(--space-4)}.CartDrawer-module__RfjTLG__checkoutBtn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-4);background:var(--color-primary);color:var(--color-text-inverse);font-size:var(--text-base);border-radius:var(--radius-lg);transition:var(--transition-all);font-weight:600;text-decoration:none;display:flex}.CartDrawer-module__RfjTLG__checkoutBtn:hover{background:var(--color-primary-hover);color:var(--color-text-inverse);box-shadow:var(--shadow-green);transform:translateY(-1px)}.CartDrawer-module__RfjTLG__continueLink{text-align:center;margin-top:var(--space-3);font-size:var(--text-sm);color:var(--color-text-secondary);text-decoration:none;display:block}.CartDrawer-module__RfjTLG__continueLink:hover{color:var(--color-primary)}
