@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{--primary:#5b7553;--primary-dark:#3f5238;--primary-light:#e8f0e5;--primary-lighter:#f2f7f0;--accent:#c8956c;--accent-dark:#a87450;--accent-light:#f5e6d8;--bg:#fafaf7;--bg-card:#fff;--bg-dark:#1a1f16;--text:#2c2c2c;--text-light:#fff;--text-muted:#7a7a7a;--text-secondary:#5a5a5a;--border:#e8e5e0;--border-light:#f0ede8;--surface:#f5f3ee;--surface-dark:#e8e5de;--danger:#d64545;--danger-light:#fef0f0;--success:#4caf50;--star:#e8a634;--overlay:#00000080;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 30px #0000001a;--shadow-xl:0 16px 48px #0000001f;--shadow-card:0 2px 8px #0000000d;--shadow-card-hover:0 8px 24px #0000001a;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1);--header-height:72px;--announcement-height:40px;--max-width:1280px;--max-width-wide:1440px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text);font-weight:600;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.25rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}h4{font-size:1.15rem}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;font-size:inherit;background:0 0;border:none;outline:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}input,textarea,select{font-family:var(--font-body);font-size:inherit;border:none;outline:none}.container{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.container-wide{max-width:var(--max-width-wide);padding:0 var(--space-lg);margin:0 auto}.section{padding:var(--space-3xl) 0}.section-header{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.section-title{color:var(--text);font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:700}.section-link{align-items:center;gap:var(--space-xs);color:var(--primary);transition:gap var(--transition-base);white-space:nowrap;font-size:.9rem;font-weight:500;display:flex}.section-link:hover{gap:var(--space-sm)}.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}.btn{justify-content:center;align-items:center;gap:var(--space-sm);font-family:var(--font-heading);border-radius:var(--radius-full);transition:all var(--transition-base);white-space:nowrap;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--text);border:1.5px solid var(--border);background:0 0}.btn-secondary:hover{border-color:var(--text);background:var(--text);color:#fff}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline-primary{color:var(--primary);border:1.5px solid var(--primary);background:0 0}.btn-outline-primary:hover{background:var(--primary);color:#fff}.btn-sm{padding:.5rem 1.25rem;font-size:.8rem}.btn-lg{padding:.9rem 2.25rem;font-size:1rem}.btn-icon{border-radius:var(--radius-full);background:var(--bg-card);border:1px solid var(--border);width:42px;height:42px;transition:all var(--transition-base);justify-content:center;align-items:center;padding:0;display:flex}.btn-icon:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-sm)}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm);align-items:center;padding:.2rem .65rem;font-size:.7rem;font-weight:600;display:inline-flex}.badge-new{background:var(--primary);color:#fff}.badge-sale{background:var(--accent);color:#fff}.badge-bestseller{background:var(--text);color:#fff}.stars{align-items:center;gap:1px;display:flex}.star{color:var(--star)}.star-empty{color:var(--border)}.input{border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);width:100%;transition:border-color var(--transition-base), box-shadow var(--transition-base);color:var(--text);padding:.85rem 1rem;font-size:.9rem}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.input::placeholder{color:var(--text-muted)}.input-label{margin-bottom:var(--space-xs);color:var(--text);font-size:.85rem;font-weight:500;display:block}.input-error{border-color:var(--danger)}.input-error-text{color:var(--danger);margin-top:4px;font-size:.78rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes heartBeat{0%{transform:scale(1)}15%{transform:scale(1.3)}30%{transform:scale(1)}45%{transform:scale(1.15)}60%{transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes confetti-fall{0%{opacity:1;transform:translateY(-100vh)rotate(0)}to{opacity:0;transform:translateY(100vh)rotate(720deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes countdownPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.toast-container{z-index:10000;gap:var(--space-sm);flex-direction:column;display:flex;position:fixed;bottom:24px;right:24px}.toast{align-items:center;gap:var(--space-sm);background:var(--bg-dark);color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-xl);min-width:260px;padding:.85rem 1.25rem;font-size:.88rem;font-weight:500;animation:.3s slideInRight,.3s fadeIn;display:flex}.toast-success{border-left:3px solid var(--success)}.toast-icon{color:var(--success);flex-shrink:0}@media (max-width:1024px){:root{--header-height:64px}.section{padding:var(--space-2xl) 0}}@media (max-width:768px){:root{--header-height:60px;--announcement-height:36px}body{font-size:14px}.container,.container-wide{padding:0 var(--space-md)}.section{padding:var(--space-xl) 0}.section-header{margin-bottom:var(--space-lg)}.btn{padding:.65rem 1.5rem}.toast-container{bottom:16px;left:16px;right:16px}.toast{min-width:auto}}@media (max-width:480px){.container,.container-wide{padding:0 .85rem}.btn-lg{padding:.75rem 1.75rem;font-size:.9rem}}
.Header-module__arFiJq__announcement{background:var(--bg-dark);color:var(--text-light);height:var(--announcement-height);align-items:center;font-size:.78rem;font-weight:500;display:flex;position:relative;overflow:hidden}.Header-module__arFiJq__announcementTrack{white-space:nowrap;gap:0;animation:30s linear infinite Header-module__arFiJq__marquee;display:flex}.Header-module__arFiJq__announcementItem{flex-shrink:0;align-items:center;gap:6px;padding:0 2rem;display:inline-flex}.Header-module__arFiJq__announcementDot{opacity:.3;margin-left:1rem}.Header-module__arFiJq__header{z-index:1000;-webkit-backdrop-filter:blur(12px);transition:all var(--transition-base);background:#fafaf7eb;border-bottom:1px solid #0000;position:sticky;top:0}.Header-module__arFiJq__header.Header-module__arFiJq__scrolled{border-bottom-color:var(--border);box-shadow:var(--shadow-sm)}.Header-module__arFiJq__headerInner{max-width:var(--max-width-wide);padding:0 var(--space-lg);height:var(--header-height);justify-content:space-between;align-items:center;gap:var(--space-lg);margin:0 auto;display:flex}.Header-module__arFiJq__logo{align-items:center;gap:var(--space-sm);flex-shrink:0;text-decoration:none;display:flex}.Header-module__arFiJq__logoIcon{color:var(--primary)}.Header-module__arFiJq__logoText{font-family:var(--font-heading);color:var(--text);letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.Header-module__arFiJq__desktopNav{align-items:center;gap:var(--space-xs);display:flex}.Header-module__arFiJq__navItemWrapper{position:relative}.Header-module__arFiJq__navLink{color:var(--text-secondary);border-radius:var(--radius-full);transition:all var(--transition-base);white-space:nowrap;align-items:center;gap:4px;padding:.5rem .85rem;font-size:.9rem;font-weight:500;display:inline-flex}.Header-module__arFiJq__navLink:hover{color:var(--text);background:var(--surface)}.Header-module__arFiJq__navLinkActive{color:var(--primary);font-weight:600}.Header-module__arFiJq__chevron{transition:transform var(--transition-fast)}.Header-module__arFiJq__chevronOpen{transform:rotate(180deg)}.Header-module__arFiJq__dropdown{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:var(--space-sm);z-index:100;min-width:200px;animation:.2s Header-module__arFiJq__fadeInDown;position:absolute;top:100%;left:0}.Header-module__arFiJq__dropdownLink{color:var(--text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);justify-content:space-between;align-items:center;padding:.6rem .85rem;font-size:.88rem;display:flex}.Header-module__arFiJq__dropdownLink:hover{background:var(--primary-light);color:var(--primary-dark)}.Header-module__arFiJq__actions{align-items:center;gap:var(--space-xs);display:flex}.Header-module__arFiJq__actionBtn{border-radius:var(--radius-full);width:42px;height:42px;color:var(--text);transition:all var(--transition-base);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:relative}.Header-module__arFiJq__actionBtn:hover{background:var(--surface);color:var(--primary)}.Header-module__arFiJq__badge{background:var(--primary);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:4px;right:4px}.Header-module__arFiJq__mobileMenuBtn{border-radius:var(--radius-md);width:40px;height:40px;color:var(--text);transition:background var(--transition-fast);justify-content:center;align-items:center;display:none}.Header-module__arFiJq__mobileMenuBtn:hover{background:var(--surface)}.Header-module__arFiJq__searchOverlay{background:var(--overlay);z-index:2000;justify-content:center;align-items:flex-start;padding-top:120px;animation:.2s Header-module__arFiJq__fadeIn;display:flex;position:fixed;inset:0}.Header-module__arFiJq__searchContainer{background:var(--bg-card);border-radius:var(--radius-lg);width:90%;max-width:600px;box-shadow:var(--shadow-xl);animation:.25s Header-module__arFiJq__scaleIn;overflow:hidden}.Header-module__arFiJq__searchInputWrap{align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--border);display:flex}.Header-module__arFiJq__searchIcon{color:var(--text-muted);flex-shrink:0}.Header-module__arFiJq__searchInput{color:var(--text);background:0 0;flex:1;font-size:1rem}.Header-module__arFiJq__searchInput::placeholder{color:var(--text-muted)}.Header-module__arFiJq__searchClose{color:var(--text-muted);border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:4px}.Header-module__arFiJq__searchClose:hover{background:var(--surface);color:var(--text)}.Header-module__arFiJq__searchResults{padding:var(--space-sm)}.Header-module__arFiJq__searchResultItem{align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);transition:background var(--transition-fast);display:flex}.Header-module__arFiJq__searchResultItem:hover{background:var(--surface)}.Header-module__arFiJq__searchResultImg{border-radius:var(--radius-sm);object-fit:cover;width:48px;height:48px}.Header-module__arFiJq__searchResultName{color:var(--text);font-size:.9rem;font-weight:500}.Header-module__arFiJq__searchResultPrice{color:var(--primary);font-size:.82rem;font-weight:600}.Header-module__arFiJq__searchNoResults{padding:var(--space-lg);text-align:center;color:var(--text-muted);font-size:.9rem}.Header-module__arFiJq__mobileOverlay{background:var(--overlay);z-index:2000;animation:.2s Header-module__arFiJq__fadeIn;position:fixed;inset:0}.Header-module__arFiJq__mobileMenu{background:var(--bg-card);z-index:2001;width:300px;max-width:85vw;animation:.3s Header-module__arFiJq__slideInLeft;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.Header-module__arFiJq__mobileHeader{padding:var(--space-lg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;display:flex}.Header-module__arFiJq__mobileLinks{padding:var(--space-md)}.Header-module__arFiJq__mobileLink{padding:.85rem var(--space-md);color:var(--text);border-radius:var(--radius-md);transition:background var(--transition-fast);font-size:1rem;font-weight:500;display:block}.Header-module__arFiJq__mobileLink:hover{background:var(--surface)}.Header-module__arFiJq__mobileCategoryHeader{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:var(--space-lg) var(--space-md) var(--space-sm);font-size:.75rem;font-weight:600}.Header-module__arFiJq__mobileCategoryLink{padding:.7rem var(--space-md);color:var(--text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);justify-content:space-between;align-items:center;font-size:.92rem;display:flex}.Header-module__arFiJq__mobileCategoryLink:hover{background:var(--primary-light);color:var(--primary-dark)}@media (max-width:1024px){.Header-module__arFiJq__desktopNav{display:none}.Header-module__arFiJq__mobileMenuBtn{display:flex}}@media (max-width:480px){.Header-module__arFiJq__logoText{font-size:1.15rem}.Header-module__arFiJq__actionBtn{width:36px;height:36px}.Header-module__arFiJq__searchOverlay{padding-top:80px}}
.Footer-module__rnk_JG__footer{background:var(--bg-dark);color:#fffc}.Footer-module__rnk_JG__footerTop{padding:var(--space-3xl) 0 var(--space-2xl)}.Footer-module__rnk_JG__footerGrid{gap:var(--space-2xl);grid-template-columns:1.4fr 1fr 1fr 1.3fr;display:grid}.Footer-module__rnk_JG__footerLogo{align-items:center;gap:var(--space-sm);font-family:var(--font-heading);color:#fff;margin-bottom:var(--space-md);font-size:1.3rem;font-weight:700;display:flex}.Footer-module__rnk_JG__footerLogo svg{color:var(--primary)}.Footer-module__rnk_JG__footerDesc{color:#fff9;margin-bottom:var(--space-lg);font-size:.88rem;line-height:1.7}.Footer-module__rnk_JG__socials{gap:var(--space-sm);display:flex}.Footer-module__rnk_JG__socialLink{border-radius:var(--radius-full);color:#ffffffb3;width:38px;height:38px;transition:all var(--transition-base);background:#ffffff14;justify-content:center;align-items:center;display:flex}.Footer-module__rnk_JG__socialLink:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.Footer-module__rnk_JG__footerColTitle{font-family:var(--font-heading);color:#fff;margin-bottom:var(--space-lg);font-size:1rem;font-weight:600}.Footer-module__rnk_JG__footerLinks{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__rnk_JG__footerLinks a{color:#fff9;transition:all var(--transition-base);font-size:.88rem;display:inline-block}.Footer-module__rnk_JG__footerLinks a:hover{color:#fff;transform:translate(4px)}.Footer-module__rnk_JG__contactInfo{margin-bottom:var(--space-lg);flex-direction:column;gap:.75rem;display:flex}.Footer-module__rnk_JG__contactItem{align-items:center;gap:var(--space-sm);color:#fff9;font-size:.85rem;display:flex}.Footer-module__rnk_JG__contactItem svg{color:var(--primary);flex-shrink:0}.Footer-module__rnk_JG__newsletterLabel{color:#ffffff80;margin-bottom:var(--space-sm);font-size:.82rem;font-weight:500}.Footer-module__rnk_JG__newsletterForm{border-radius:var(--radius-full);border:1px solid #ffffff1f;display:flex;overflow:hidden}.Footer-module__rnk_JG__newsletterInput{color:#fff;background:#ffffff0f;flex:1;min-width:0;padding:.6rem 1rem;font-size:.85rem}.Footer-module__rnk_JG__newsletterInput::placeholder{color:#ffffff59}.Footer-module__rnk_JG__newsletterBtn{background:var(--primary);color:#fff;transition:background var(--transition-base);align-items:center;padding:0 1rem;display:flex}.Footer-module__rnk_JG__newsletterBtn:hover{background:var(--primary-dark)}.Footer-module__rnk_JG__footerBottom{padding:var(--space-lg) 0;border-top:1px solid #ffffff14}.Footer-module__rnk_JG__footerBottomInner{color:#fff6;justify-content:space-between;align-items:center;font-size:.82rem;display:flex}.Footer-module__rnk_JG__footerBottomLinks{gap:var(--space-lg);display:flex}.Footer-module__rnk_JG__footerBottomLinks a{color:#fff6;transition:color var(--transition-base)}.Footer-module__rnk_JG__footerBottomLinks a:hover{color:#fff}@media (max-width:1024px){.Footer-module__rnk_JG__footerGrid{gap:var(--space-2xl) var(--space-xl);grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__rnk_JG__footerGrid{gap:var(--space-xl);grid-template-columns:1fr}.Footer-module__rnk_JG__footerTop{padding:var(--space-2xl) 0}.Footer-module__rnk_JG__footerBottomInner{gap:var(--space-md);text-align:center;flex-direction:column}}
.CartSidebar-module__1Fx40a__overlay{background:var(--overlay);z-index:2000;animation:.2s CartSidebar-module__1Fx40a__fadeIn;position:fixed;inset:0}.CartSidebar-module__1Fx40a__sidebar{background:var(--bg-card);z-index:2001;flex-direction:column;width:400px;max-width:90vw;animation:.3s CartSidebar-module__1Fx40a__slideInRight;display:flex;position:fixed;top:0;bottom:0;right:0}.CartSidebar-module__1Fx40a__header{padding:var(--space-lg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;display:flex}.CartSidebar-module__1Fx40a__headerTitle{align-items:center;gap:var(--space-sm);display:flex}.CartSidebar-module__1Fx40a__headerTitle h3{font-size:1.1rem;font-weight:600}.CartSidebar-module__1Fx40a__closeBtn{border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-muted);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.CartSidebar-module__1Fx40a__closeBtn:hover{background:var(--surface);color:var(--text)}.CartSidebar-module__1Fx40a__empty{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-xl);text-align:center;flex-direction:column;flex:1;display:flex}.CartSidebar-module__1Fx40a__emptyIcon{color:var(--border);margin-bottom:var(--space-md)}.CartSidebar-module__1Fx40a__emptyTitle{font-family:var(--font-heading);font-size:1.15rem;font-weight:600}.CartSidebar-module__1Fx40a__emptyText{color:var(--text-muted);margin-bottom:var(--space-md);font-size:.9rem}.CartSidebar-module__1Fx40a__items{padding:var(--space-md);gap:var(--space-md);flex-direction:column;flex:1;display:flex;overflow-y:auto}.CartSidebar-module__1Fx40a__item{gap:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--border-light);animation:.3s both CartSidebar-module__1Fx40a__fadeInUp;display:flex}.CartSidebar-module__1Fx40a__item:last-child{border-bottom:none}.CartSidebar-module__1Fx40a__itemImage{border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:80px;height:80px}.CartSidebar-module__1Fx40a__itemInfo{flex:1;min-width:0}.CartSidebar-module__1Fx40a__itemName{color:var(--text);-webkit-line-clamp:2;transition:color var(--transition-fast);-webkit-box-orient:vertical;font-size:.9rem;font-weight:500;display:-webkit-box;overflow:hidden}.CartSidebar-module__1Fx40a__itemName:hover{color:var(--primary)}.CartSidebar-module__1Fx40a__itemPrice{font-family:var(--font-heading);color:var(--primary);margin-top:4px;font-size:.95rem;font-weight:700}.CartSidebar-module__1Fx40a__itemControls{margin-top:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.CartSidebar-module__1Fx40a__quantity{border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:0;display:flex;overflow:hidden}.CartSidebar-module__1Fx40a__qtyBtn{width:30px;height:30px;color:var(--text);transition:background var(--transition-fast);justify-content:center;align-items:center;display:flex}.CartSidebar-module__1Fx40a__qtyBtn:hover{background:var(--surface)}.CartSidebar-module__1Fx40a__qtyValue{text-align:center;border-left:1px solid var(--border);border-right:1px solid var(--border);width:32px;font-size:.85rem;font-weight:600;line-height:30px}.CartSidebar-module__1Fx40a__removeBtn{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--text-muted);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.CartSidebar-module__1Fx40a__removeBtn:hover{background:var(--danger-light);color:var(--danger)}.CartSidebar-module__1Fx40a__footer{padding:var(--space-lg);border-top:1px solid var(--border);background:var(--surface)}.CartSidebar-module__1Fx40a__subtotal{margin-bottom:var(--space-xs);justify-content:space-between;align-items:center;display:flex}.CartSidebar-module__1Fx40a__subtotal span:first-child{color:var(--text-muted);font-size:.9rem}.CartSidebar-module__1Fx40a__subtotalPrice{font-family:var(--font-heading);color:var(--text);font-size:1.2rem;font-weight:700}.CartSidebar-module__1Fx40a__shippingNote{color:var(--text-muted);margin-bottom:var(--space-md);font-size:.78rem}@media (max-width:480px){.CartSidebar-module__1Fx40a__sidebar{width:100vw;max-width:100vw}}
