.CartDrawer-module__wN0dRW__overlay{z-index:10000;justify-content:flex-end;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.CartDrawer-module__wN0dRW__backdrop{-webkit-backdrop-filter:blur(4px);background:#0f172a66;width:100%;height:100%;position:absolute;top:0;left:0}.CartDrawer-module__wN0dRW__drawer{-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-left:1px solid #4f46e51a;flex-direction:column;width:440px;max-width:100%;height:100%;font-family:Inter,sans-serif;animation:.35s cubic-bezier(.16,1,.3,1) forwards CartDrawer-module__wN0dRW__slideLeft;display:flex;position:relative;box-shadow:-10px 0 40px #0000001a}@keyframes CartDrawer-module__wN0dRW__slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.CartDrawer-module__wN0dRW__header{border-bottom:1px solid var(--neutral-100);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.CartDrawer-module__wN0dRW__header h3{color:var(--neutral-900);font-size:1.15rem;font-weight:700}.CartDrawer-module__wN0dRW__closeBtn{color:var(--neutral-400);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;font-size:2rem;line-height:1}.CartDrawer-module__wN0dRW__closeBtn:hover{color:var(--neutral-900);transform:rotate(90deg)}.CartDrawer-module__wN0dRW__emptyState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px;display:flex}.CartDrawer-module__wN0dRW__emptyState span{font-size:3rem}.CartDrawer-module__wN0dRW__emptyState p{color:var(--neutral-500);margin-bottom:8px;font-size:.95rem}.CartDrawer-module__wN0dRW__itemsList{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.CartDrawer-module__wN0dRW__cartItem{border:1px solid var(--neutral-100);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);background:#fff;gap:16px;padding:12px;display:flex}.CartDrawer-module__wN0dRW__cartItem:hover{box-shadow:var(--shadow-md);border-color:#4f46e533}.CartDrawer-module__wN0dRW__itemImage{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--neutral-100);width:70px;height:70px}.CartDrawer-module__wN0dRW__itemMeta{flex-direction:column;flex:1;justify-content:center;display:flex}.CartDrawer-module__wN0dRW__itemName{color:var(--neutral-900);font-size:.88rem;font-weight:600;line-height:1.3}.CartDrawer-module__wN0dRW__itemCode{color:var(--neutral-400);margin-top:2px;font-family:monospace;font-size:.72rem}.CartDrawer-module__wN0dRW__itemPrice{color:var(--primary);margin-top:4px;font-size:.88rem;font-weight:700}.CartDrawer-module__wN0dRW__itemActions{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.CartDrawer-module__wN0dRW__quantityWidget{border:1px solid var(--neutral-200);border-radius:var(--radius-sm);background:var(--neutral-50);align-items:center;display:flex;overflow:hidden}.CartDrawer-module__wN0dRW__quantityWidget button{cursor:pointer;width:24px;height:24px;color:var(--neutral-600);transition:var(--transition-smooth);background:0 0;border:none;font-size:.85rem;font-weight:700}.CartDrawer-module__wN0dRW__quantityWidget button:hover{background:var(--neutral-200);color:var(--neutral-900)}.CartDrawer-module__wN0dRW__quantityWidget span{text-align:center;width:24px;color:var(--neutral-900);font-size:.8rem;font-weight:600}.CartDrawer-module__wN0dRW__removeBtn{color:var(--error);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;font-size:.7rem;font-weight:500}.CartDrawer-module__wN0dRW__removeBtn:hover{text-decoration:underline}.CartDrawer-module__wN0dRW__footer{border-top:1px solid var(--neutral-100);background:#f8fafc80;padding:24px}.CartDrawer-module__wN0dRW__couponForm{gap:8px;margin-bottom:14px;display:flex}.CartDrawer-module__wN0dRW__couponForm input{border:1px solid var(--neutral-200);border-radius:var(--radius-sm);transition:var(--transition-smooth);outline:none;flex:1;padding:8px 12px;font-size:.82rem}.CartDrawer-module__wN0dRW__couponForm input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow)}.CartDrawer-module__wN0dRW__couponForm button{background:var(--neutral-800);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-smooth);border:none;padding:8px 16px;font-size:.82rem;font-weight:600}.CartDrawer-module__wN0dRW__couponForm button:hover{background:var(--neutral-950)}.CartDrawer-module__wN0dRW__removeCouponBtn{background:var(--error-light)!important;color:var(--error)!important;border:1px solid var(--error-light)!important}.CartDrawer-module__wN0dRW__removeCouponBtn:hover{background:#fecaca!important}.CartDrawer-module__wN0dRW__errorText{color:var(--error);margin-bottom:10px;font-size:.75rem;font-weight:500}.CartDrawer-module__wN0dRW__successText{color:var(--success);margin-bottom:10px;font-size:.75rem;font-weight:500}.CartDrawer-module__wN0dRW__priceBreakdown{flex-direction:column;gap:8px;display:flex}.CartDrawer-module__wN0dRW__priceLine{color:var(--neutral-600);justify-content:space-between;font-size:.85rem;display:flex}.CartDrawer-module__wN0dRW__divider{background:var(--neutral-200);height:1px;margin:6px 0}.CartDrawer-module__wN0dRW__totalLine{color:var(--neutral-900);font-size:1rem;font-weight:700}.CartDrawer-module__wN0dRW__checkoutForm{flex-direction:column;flex:1;height:100%;display:flex}.CartDrawer-module__wN0dRW__formHeader{border-bottom:1px solid var(--neutral-100);flex-direction:column;gap:12px;padding:20px 24px;display:flex}.CartDrawer-module__wN0dRW__backBtn{color:var(--primary);cursor:pointer;text-align:left;background:0 0;border:none;width:fit-content;font-size:.82rem;font-weight:600}.CartDrawer-module__wN0dRW__backBtn:hover{text-decoration:underline}.CartDrawer-module__wN0dRW__formHeader h4{color:var(--neutral-900);font-size:1.1rem}.CartDrawer-module__wN0dRW__formContent{flex-direction:column;flex:1;gap:18px;padding:24px;display:flex;overflow-y:auto}.CartDrawer-module__wN0dRW__formGroup{flex-direction:column;gap:6px;display:flex}.CartDrawer-module__wN0dRW__formGroup label{color:var(--neutral-700);font-size:.78rem;font-weight:600}.CartDrawer-module__wN0dRW__formGroup input,.CartDrawer-module__wN0dRW__formGroup textarea{border:1px solid var(--neutral-200);border-radius:var(--radius-md);transition:var(--transition-smooth);background:var(--neutral-50);outline:none;padding:10px 12px;font-size:.85rem}.CartDrawer-module__wN0dRW__formGroup input:focus,.CartDrawer-module__wN0dRW__formGroup textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow);background:#fff}.CartDrawer-module__wN0dRW__checkoutSummary{border-top:1px solid var(--neutral-100);background:#f8fafccc;padding:24px}.CartDrawer-module__wN0dRW__successView{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 32px;display:flex}.CartDrawer-module__wN0dRW__successIcon{margin-bottom:16px;font-size:3.5rem;animation:2s ease-in-out infinite CartDrawer-module__wN0dRW__pulseGlow;display:inline-block}.CartDrawer-module__wN0dRW__successView h4{color:var(--success);margin-bottom:12px;font-size:1.3rem;font-weight:800}.CartDrawer-module__wN0dRW__successView p{color:var(--neutral-500);margin-bottom:24px;font-size:.88rem;line-height:1.5}.CartDrawer-module__wN0dRW__receiptBox{background:var(--neutral-50);border:1px dashed var(--neutral-300);border-radius:var(--radius-xl);text-align:left;flex-direction:column;gap:10px;width:100%;padding:18px;display:flex}.CartDrawer-module__wN0dRW__receiptLine{color:var(--neutral-600);justify-content:space-between;font-size:.82rem;display:flex}.CartDrawer-module__wN0dRW__receiptLine strong{color:var(--neutral-900)}.CartDrawer-module__wN0dRW__statusBadge{color:#065f46;background:#d1fae5;border-radius:4px;padding:2px 6px;font-size:.68rem;font-weight:700}
.Header-module__hBw1pG__header{z-index:999;-webkit-backdrop-filter:blur(16px);background:#fffc;border-bottom:1px solid #4f46e514;width:100%;font-family:Inter,sans-serif;position:sticky;top:0;left:0;box-shadow:0 4px 30px #00000005}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 24px;display:flex}.Header-module__hBw1pG__logoBox{color:var(--primary);letter-spacing:-.02em;align-items:center;gap:8px;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:800;display:flex}.Header-module__hBw1pG__logoIcon{font-size:1.4rem}.Header-module__hBw1pG__brandName{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Header-module__hBw1pG__nav{gap:24px;display:flex}.Header-module__hBw1pG__navLink{color:var(--neutral-600);font-size:.9rem;font-weight:600}.Header-module__hBw1pG__navLink:hover{color:var(--primary);transform:translateY(-1px)}.Header-module__hBw1pG__utilityBox{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__utilityBtn{cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition-smooth);background:0 0;border:none;padding:6px;font-size:1.25rem;position:relative}.Header-module__hBw1pG__utilityBtn:hover{background:var(--neutral-100);transform:scale(1.08)}.Header-module__hBw1pG__badge{background:var(--accent);color:#fff;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.Header-module__hBw1pG__loginBtn{background:var(--primary-light);color:var(--primary);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:8px 16px;font-size:.82rem;font-weight:700}.Header-module__hBw1pG__loginBtn:hover{background:var(--primary);color:#fff;transform:translateY(-1px)}.Header-module__hBw1pG__profileContainer{position:relative}.Header-module__hBw1pG__profileBtn{background:var(--neutral-100);border:1px solid var(--neutral-200);border-radius:var(--radius-xl);cursor:pointer;transition:var(--transition-smooth);align-items:center;gap:8px;padding:6px 12px;display:flex}.Header-module__hBw1pG__profileBtn:hover{background:var(--neutral-200)}.Header-module__hBw1pG__avatar{font-size:.95rem}.Header-module__hBw1pG__profileName{color:var(--neutral-800);font-size:.82rem;font-weight:600}.Header-module__hBw1pG__dropdown{border:1px solid var(--neutral-200);border-radius:var(--radius-xl);width:260px;box-shadow:var(--shadow-xl);background:#fff;flex-direction:column;gap:8px;padding:12px;animation:.2s ease-out Header-module__hBw1pG__fadeIn;display:flex;position:absolute;top:calc(100% + 8px);right:0}.Header-module__hBw1pG__dropdownHeader{border-bottom:1px solid var(--neutral-100);flex-direction:column;padding:6px 8px;display:flex}.Header-module__hBw1pG__dropdownHeader strong{color:var(--neutral-900);font-size:.85rem}.Header-module__hBw1pG__dropdownHeader span{color:var(--neutral-500);margin-top:2px;font-size:.7rem}.Header-module__hBw1pG__verifiedBadge{background:var(--success-light);color:var(--success);border-radius:4px;width:fit-content;margin-top:6px;padding:2px 6px;font-weight:700;font-size:.68rem!important}.Header-module__hBw1pG__dropdownLinks{flex-direction:column;display:flex}.Header-module__hBw1pG__dropdownLinks a{color:var(--neutral-700);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:8px 10px;font-size:.82rem;font-weight:600;display:flex}.Header-module__hBw1pG__dropdownLinks a:hover{background:var(--neutral-50);color:var(--primary)}.Header-module__hBw1pG__mobileToggle{cursor:pointer;color:var(--neutral-700);background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:768px){.Header-module__hBw1pG__mobileToggle{display:block}.Header-module__hBw1pG__nav{display:none!important}.Header-module__hBw1pG__profileName{display:none}.Header-module__hBw1pG__hideOnMobile{display:none!important}}.Header-module__hBw1pG__currencyWrapper{align-items:center;margin-right:8px;display:flex}.Header-module__hBw1pG__currencySelector{border-radius:var(--radius-md);border:1px solid var(--neutral-200);background-color:var(--neutral-50);height:32px;color:var(--neutral-700);cursor:pointer;transition:var(--transition-smooth);outline:none;padding:0 8px;font-family:inherit;font-size:.8rem;font-weight:600}.Header-module__hBw1pG__currencySelector:hover{border-color:var(--neutral-300);background-color:var(--neutral-100)}.Header-module__hBw1pG__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a66;width:100vw;height:100vh;animation:.2s ease-out forwards Header-module__hBw1pG__fadeIn;position:fixed;top:0;left:0}.Header-module__hBw1pG__drawer{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border-left:1px solid var(--glass-border);width:320px;max-width:85vw;height:100vh;box-shadow:var(--shadow-xl);z-index:1001;flex-direction:column;gap:24px;padding:24px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.Header-module__hBw1pG__drawerOpen{transform:translate(0)}.Header-module__hBw1pG__drawerHeader{border-bottom:1px solid var(--neutral-200);justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.Header-module__hBw1pG__drawerLogo{color:var(--primary);align-items:center;gap:8px;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:800;display:flex}.Header-module__hBw1pG__drawerClose{cursor:pointer;color:var(--neutral-600);border-radius:var(--radius-sm);transition:var(--transition-smooth);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:flex}.Header-module__hBw1pG__drawerClose:hover{background:var(--neutral-100);color:var(--primary)}.Header-module__hBw1pG__drawerNav{flex-direction:column;gap:12px;display:flex}.Header-module__hBw1pG__drawerNavLink{color:var(--neutral-700);border-bottom:1px solid var(--neutral-100);padding:8px 0;font-size:.95rem;font-weight:600}.Header-module__hBw1pG__drawerNavLink:hover{color:var(--primary)}.Header-module__hBw1pG__drawerDivider{background:var(--neutral-200);height:1px;margin:4px 0}.Header-module__hBw1pG__drawerExtra{flex-direction:column;flex:1;gap:16px;display:flex;overflow-y:auto}.Header-module__hBw1pG__drawerSectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--neutral-400);font-size:.72rem;font-weight:700}.Header-module__hBw1pG__drawerCurrencyBox{color:var(--neutral-700);justify-content:space-between;align-items:center;font-size:.88rem;font-weight:600;display:flex}.Header-module__hBw1pG__drawerProfile{background:var(--neutral-50);border-radius:var(--radius-xl);border:1px solid var(--neutral-200);flex-direction:column;gap:12px;padding:16px;display:flex}.Header-module__hBw1pG__drawerProfileHeader{flex-direction:column;gap:2px;display:flex}.Header-module__hBw1pG__drawerProfileHeader strong{color:var(--neutral-900);font-size:.85rem}.Header-module__hBw1pG__drawerProfileMetaText{color:var(--neutral-500);font-size:.7rem}.Header-module__hBw1pG__drawerProfileLinks{flex-direction:column;display:flex}.Header-module__hBw1pG__drawerProfileLinks a{color:var(--neutral-700);align-items:center;gap:8px;padding:8px 0;font-size:.82rem;font-weight:600;display:flex}.Header-module__hBw1pG__drawerProfileLinks a:hover{color:var(--primary)}.Header-module__hBw1pG__drawerLoginBtn{background:var(--primary);color:#fff;border-radius:var(--radius-xl);box-shadow:0 4px 12px var(--primary-glow);justify-content:center;align-items:center;gap:8px;padding:10px;font-size:.82rem;font-weight:700;display:flex}.Header-module__hBw1pG__drawerLoginBtn:hover{background:var(--primary-hover)}
.Footer-module__S6Hkya__footer{background:var(--neutral-900);color:var(--neutral-300);border-top:1px solid var(--neutral-800);margin-top:auto;font-family:Inter,sans-serif}.Footer-module__S6Hkya__container{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;padding:60px 24px 40px;display:grid}.Footer-module__S6Hkya__section{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__brandTitle{color:#fff;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800}.Footer-module__S6Hkya__description{color:var(--neutral-400);font-size:.85rem;line-height:1.6}.Footer-module__S6Hkya__section h5{color:#fff;letter-spacing:.02em;text-transform:uppercase;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__S6Hkya__linksList li a,.Footer-module__S6Hkya__linksList li a:visited{color:var(--neutral-400);transition:var(--transition-smooth);font-size:.85rem}.Footer-module__S6Hkya__linksList li a:hover{color:var(--primary-light);padding-left:4px}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--neutral-800);background:#0b0f19}.Footer-module__S6Hkya__bottomContainer{max-width:1200px;color:var(--neutral-500);justify-content:space-between;align-items:center;margin:0 auto;padding:24px;font-size:.8rem;display:flex}.Footer-module__S6Hkya__badges{gap:12px;display:flex}.Footer-module__S6Hkya__badge{background:var(--neutral-800);color:var(--neutral-300);border-radius:var(--radius-sm);padding:4px 10px;font-size:.72rem;font-weight:600}@media (max-width:768px){.Footer-module__S6Hkya__container{grid-template-columns:1fr;gap:30px;padding:40px 24px}.Footer-module__S6Hkya__bottomContainer{text-align:center;flex-direction:column;gap:16px}}
