.SearchInput-module__lDEA2W__searchForm{background:rgba(var(--color-surface-rgb),.1);border:1px solid rgba(var(--color-border-rgb),.1);border-radius:var(--radius-full);align-items:center;width:100%;max-width:300px;padding:.25rem .5rem .25rem 1rem;transition:all .3s;display:flex}.SearchInput-module__lDEA2W__searchForm:focus-within{background:rgba(var(--color-surface-rgb),.2);border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(var(--color-primary-rgb),.1)}.SearchInput-module__lDEA2W__searchInput{color:var(--color-text);background:0 0;border:none;outline:none;width:100%;padding:.5rem 0;font-size:.9rem}.SearchInput-module__lDEA2W__searchInput::placeholder{color:var(--color-text-muted)}.SearchInput-module__lDEA2W__searchButton{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex}.SearchInput-module__lDEA2W__searchButton:hover{color:var(--color-primary)}[dir=rtl] .SearchInput-module__lDEA2W__searchForm{padding:.25rem 1rem .25rem .5rem}@media (max-width:768px){.SearchInput-module__lDEA2W__searchForm{max-width:100%;margin-bottom:1rem}}
.Navbar-module___rHu7W__navbar{z-index:1000;height:var(--navbar-height);background:0 0;border-bottom:1px solid #0000;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:0}.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:blur(12px)saturate(190%);background:#ffffffb3;border-bottom:1px solid #ffffff4d;box-shadow:0 4px 6px -1px #0000000d,inset 0 0 0 1px #00000005}.Navbar-module___rHu7W__navInner{width:100%;max-width:var(--container-max);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module___rHu7W__logo{letter-spacing:-.05em;color:var(--color-text);font-size:1.75rem;font-weight:950;transition:all .4s cubic-bezier(.4,0,.2,1)}.Navbar-module___rHu7W__logoAccent{color:var(--color-primary)}.Navbar-module___rHu7W__navLinks{align-items:center;gap:2.5rem;display:flex}.Navbar-module___rHu7W__logo:hover{letter-spacing:-.03em;transform:scale(1.05)}.Navbar-module___rHu7W__navLink{color:var(--color-text-secondary);padding:.5rem 0;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.Navbar-module___rHu7W__navLink:after{content:"";background:var(--color-primary);border-radius:var(--radius-full);opacity:0;width:0;height:3px;box-shadow:0 0 10px hsla(var(--p-h),var(--p-s),47%,.5);transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Navbar-module___rHu7W__activeLink{color:var(--color-primary)}.Navbar-module___rHu7W__activeLink:after,.Navbar-module___rHu7W__navLink:hover:after{opacity:1;width:20px}.Navbar-module___rHu7W__navLink:hover{color:var(--color-primary)}.Navbar-module___rHu7W__langToggle{background:var(--color-primary-50);color:var(--color-primary);border-radius:var(--radius-full);border:1.5px solid var(--color-primary-200);letter-spacing:.3px;align-items:center;gap:.4rem;padding:.55rem 1.15rem;font-size:.82rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Navbar-module___rHu7W__langToggle:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:var(--shadow-primary);transform:translateY(-1px)}.Navbar-module___rHu7W__cartBtn{color:var(--color-text-secondary);justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex;position:relative}.Navbar-module___rHu7W__cartBtn:hover{color:var(--color-primary)}.Navbar-module___rHu7W__cartBadge{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-2px;right:-6px;box-shadow:0 2px 6px #8e44ad66}[dir=rtl] .Navbar-module___rHu7W__cartBadge{left:-6px;right:auto}.Navbar-module___rHu7W__mobileActions{align-items:center;gap:.5rem;display:none}.Navbar-module___rHu7W__mobileMenuBtn{flex-direction:column;gap:5px;padding:.5rem;display:flex}.Navbar-module___rHu7W__mobileMenuBtn span{background:var(--color-text);width:22px;height:2px;transition:all var(--transition-base);border-radius:2px;display:block}.Navbar-module___rHu7W__mobileMenu{top:var(--navbar-height);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:#fffffffa;flex-direction:column;gap:.5rem;padding:2rem 1.5rem;display:none;position:fixed;bottom:0;left:0;right:0}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__open{display:flex}.Navbar-module___rHu7W__mobileNavLink{color:var(--color-text);border-radius:var(--radius-lg);text-align:inherit;width:100%;padding:1rem 1.25rem;font-size:1.15rem;font-weight:600;transition:all .2s}[dir=rtl] .Navbar-module___rHu7W__mobileNavLink{text-align:right}.Navbar-module___rHu7W__mobileNavLink:hover{background:var(--color-primary-50);color:var(--color-primary)}@media (max-width:768px){.Navbar-module___rHu7W__navLinks{display:none}.Navbar-module___rHu7W__mobileActions{display:flex}}.Navbar-module___rHu7W__desktopSearch{display:none}@media (min-width:1024px){.Navbar-module___rHu7W__desktopSearch{margin-right:1.5rem;display:flex}[dir=rtl] .Navbar-module___rHu7W__desktopSearch{margin-left:1.5rem;margin-right:0}}
.Footer-module__Grjkva__footer{color:#d1d5db;background:linear-gradient(#111827 0%,#0f172a 100%);margin-top:0;padding:5rem 0 0;position:relative}.Footer-module__Grjkva__footerWave{width:100%;color:var(--color-bg);pointer-events:none;z-index:2;line-height:0;position:absolute;top:0;left:0;overflow:hidden}.Footer-module__Grjkva__footerWave svg{width:100%;height:80px;display:block}.Footer-module__Grjkva__footerPattern{background:radial-gradient(circle,hsla(var(--p-h),var(--p-s),50%,.06)0%,transparent 70%);pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute;top:0;right:0}.Footer-module__Grjkva__footerInner{max-width:var(--container-max);z-index:1;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}.Footer-module__Grjkva__footerBrand{color:#fff;letter-spacing:-.05em;margin-bottom:1.25rem;font-size:2.25rem;font-weight:950}.Footer-module__Grjkva__footerBrandAccent{color:var(--color-primary-light)}.Footer-module__Grjkva__footerAbout{color:#9ca3af;max-width:320px;font-size:.95rem;line-height:1.9}.Footer-module__Grjkva__footerTitle{color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.Footer-module__Grjkva__footerLinks{flex-direction:column;gap:1rem;display:flex}.Footer-module__Grjkva__footerLink{color:#9ca3af;align-items:center;gap:.5rem;font-size:.9rem;transition:all .25s;display:inline-flex}.Footer-module__Grjkva__footerLink:hover{color:var(--color-primary-light);padding-inline-start:8px}.Footer-module__Grjkva__footerBottom{text-align:center;color:#4b5563;z-index:1;border-top:1px solid #ffffff0f;margin-top:4rem;padding:2rem 1.5rem;font-size:.85rem;position:relative}@media (max-width:768px){.Footer-module__Grjkva__footerInner{text-align:center;grid-template-columns:1fr;gap:3rem}.Footer-module__Grjkva__footerAbout{max-width:100%;margin:0 auto}.Footer-module__Grjkva__footerLinks{align-items:center}.Footer-module__Grjkva__footer{padding:3rem 0 0}}
.ConfirmationModal-module__msZCCW__wrapper{z-index:9999;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.ConfirmationModal-module__msZCCW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;transition:all .3s;position:absolute;inset:0}.ConfirmationModal-module__msZCCW__modal{border-radius:var(--radius-2xl,24px);border:1px solid var(--color-border-light,#eee);background:#fff;width:100%;max-width:400px;padding:2rem;animation:.4s cubic-bezier(.16,1,.3,1) ConfirmationModal-module__msZCCW__modalAppear;position:relative;box-shadow:0 20px 50px #0003}@media (max-width:480px){.ConfirmationModal-module__msZCCW__modal{border-radius:var(--radius-xl,20px);padding:1.5rem}.ConfirmationModal-module__msZCCW__iconWrapper{width:40px;height:40px;margin-bottom:1rem}.ConfirmationModal-module__msZCCW__title{font-size:1.15rem}.ConfirmationModal-module__msZCCW__message{margin-bottom:1.5rem;font-size:.9rem}}@keyframes ConfirmationModal-module__msZCCW__modalAppear{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ConfirmationModal-module__msZCCW__iconWrapper{width:48px;height:48px;color:var(--color-danger,#e74c3c);background:#fff5f5;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.ConfirmationModal-module__msZCCW__title{color:var(--color-text,#1a1a1a);margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.ConfirmationModal-module__msZCCW__message{color:var(--color-text-muted,#666);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.ConfirmationModal-module__msZCCW__actions{gap:1rem;display:flex}.ConfirmationModal-module__msZCCW__cancelBtn,.ConfirmationModal-module__msZCCW__confirmBtn{border-radius:var(--radius-lg,12px);cursor:pointer;flex:1;padding:.85rem;font-size:.9rem;font-weight:700;transition:all .2s}.ConfirmationModal-module__msZCCW__cancelBtn{background:var(--color-bg-secondary,#f8f9fa);color:var(--color-text-secondary,#444);border:1px solid var(--color-border-light,#eee)}.ConfirmationModal-module__msZCCW__cancelBtn:hover{background:var(--color-bg-tertiary,#f1f3f5)}.ConfirmationModal-module__msZCCW__confirmBtn{background:var(--color-primary,#8e44ad);color:#fff;border:none}.ConfirmationModal-module__msZCCW__confirmBtn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #8e44ad4d}.ConfirmationModal-module__msZCCW__dangerBtn{background:var(--color-danger,#e74c3c)}.ConfirmationModal-module__msZCCW__dangerBtn:hover{box-shadow:0 5px 15px #e74c3c4d}[dir=rtl] .ConfirmationModal-module__msZCCW__title,[dir=rtl] .ConfirmationModal-module__msZCCW__message{text-align:right}[dir=rtl] .ConfirmationModal-module__msZCCW__actions{flex-direction:row-reverse}[dir=rtl] .ConfirmationModal-module__msZCCW__iconWrapper{margin-left:auto;margin-right:0}
.orders-module__Aeo7IG__page{background-color:var(--color-bg-secondary);min-height:calc(100vh - 80px);padding:2rem 0}.orders-module__Aeo7IG__header{margin-bottom:2rem}.orders-module__Aeo7IG__title{color:var(--color-text-primary);letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.25rem;font-weight:900}.orders-module__Aeo7IG__subtitle{color:var(--color-text-secondary);font-size:1rem}.orders-module__Aeo7IG__filterBar{scrollbar-width:none;-ms-overflow-style:none;gap:.65rem;margin-bottom:2rem;padding:.25rem .25rem 1.25rem;display:flex;overflow-x:auto}.orders-module__Aeo7IG__filterBar::-webkit-scrollbar{display:none}.orders-module__Aeo7IG__filterBtn{border-radius:var(--radius-full);border:1.5px solid var(--color-border);background:var(--color-bg-primary);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;flex-shrink:0;padding:.65rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.orders-module__Aeo7IG__filterBtn:hover{border-color:var(--color-primary-light);color:var(--color-primary);background:hsla(var(--p-h),var(--p-s),47%,.05);transform:translateY(-1px)}.orders-module__Aeo7IG__filterBtnActive{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:0 4px 12px hsla(var(--p-h),var(--p-s),47%,.25)}.orders-module__Aeo7IG__card{background:var(--color-bg-primary);border-radius:var(--radius-lg);border:1px solid var(--color-border);margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.orders-module__Aeo7IG__cardTitle{color:var(--color-text-primary);border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;font-size:1.25rem;font-weight:600;display:flex}.orders-module__Aeo7IG__cardTitle svg{color:var(--color-primary)}.orders-module__Aeo7IG__ordersGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.orders-module__Aeo7IG__orderItem{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-tertiary);flex-direction:column;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.orders-module__Aeo7IG__orderItem:hover{border-color:var(--color-primary);box-shadow:0 8px 20px hsla(var(--p-h),var(--p-s),47%,.08);transform:translateY(-2px)}.orders-module__Aeo7IG__orderHeader{border-bottom:1px dashed var(--color-border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.orders-module__Aeo7IG__orderId{color:var(--color-text-primary);font-size:1.1rem;font-weight:700}.orders-module__Aeo7IG__orderDate{color:var(--color-text-secondary);font-size:.875rem}.orders-module__Aeo7IG__orderFooter{justify-content:space-between;align-items:flex-end;display:flex}.orders-module__Aeo7IG__orderTotalLabel{color:var(--color-text-secondary);margin-bottom:.25rem;font-size:.875rem;display:block}.orders-module__Aeo7IG__orderTotalAmount{color:var(--color-text-primary);font-size:1.25rem;font-weight:700}.orders-module__Aeo7IG__viewDetailsBtn{color:var(--color-primary);border:1px solid var(--color-primary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.orders-module__Aeo7IG__orderItem:hover .orders-module__Aeo7IG__viewDetailsBtn{background:var(--color-primary);color:var(--color-bg-primary)}.orders-module__Aeo7IG__emptyState{text-align:center;background:var(--color-bg-primary);border-radius:var(--radius-lg);border:1px dashed var(--color-border);padding:4rem 2rem}.orders-module__Aeo7IG__emptyIcon{color:var(--color-text-muted);opacity:.5;margin:0 auto 1.5rem}.orders-module__Aeo7IG__emptyState p{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.orders-module__Aeo7IG__shopBtn{background:var(--color-primary);color:var(--color-bg-primary);border-radius:var(--radius-md);padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.orders-module__Aeo7IG__shopBtn:hover{opacity:.9}.orders-module__Aeo7IG__backLink{color:var(--color-text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.orders-module__Aeo7IG__backLink:hover{color:var(--color-primary)}.orders-module__Aeo7IG__detailsLayout{grid-template-columns:1fr 350px;align-items:start;gap:2rem;display:grid}@media (max-width:900px){.orders-module__Aeo7IG__detailsLayout{grid-template-columns:1fr}}.orders-module__Aeo7IG__itemsList{flex-direction:column;gap:1rem;display:flex}.orders-module__Aeo7IG__productRow{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-tertiary);gap:1rem;padding:1rem;display:flex}.orders-module__Aeo7IG__productImages{border-radius:var(--radius-sm);background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.orders-module__Aeo7IG__productImg{object-fit:contain;max-width:100%;max-height:100%}.orders-module__Aeo7IG__productInfo{flex-direction:column;flex:1;justify-content:space-between;display:flex}.orders-module__Aeo7IG__productHeader{justify-content:space-between;align-items:flex-start;display:flex}.orders-module__Aeo7IG__productName{color:var(--color-text-primary);margin-bottom:.25rem;font-weight:600}.orders-module__Aeo7IG__productMeta{color:var(--color-text-secondary);font-size:.875rem}.orders-module__Aeo7IG__productPrice{color:var(--color-text-primary);font-weight:600}.orders-module__Aeo7IG__summaryRow{color:var(--color-text-secondary);justify-content:space-between;margin-bottom:1rem;font-size:.95rem;display:flex}.orders-module__Aeo7IG__summaryRow.orders-module__Aeo7IG__totalRow{border-top:1px solid var(--color-border);color:var(--color-text-primary);margin-top:1.5rem;margin-bottom:0;padding-top:1.5rem;font-size:1.2rem;font-weight:700}.orders-module__Aeo7IG__statusBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.orders-module__Aeo7IG__status_pending{color:#ca8a04;background:#eab30826}.orders-module__Aeo7IG__status_processing{color:#2563eb;background:#3b82f626}.orders-module__Aeo7IG__status_shipped{color:#9333ea;background:#a855f726}.orders-module__Aeo7IG__status_delivered{color:#16a34a;background:#22c55e26}.orders-module__Aeo7IG__status_cancelled{color:#dc2626;background:#ef444426}.orders-module__Aeo7IG__addressBox{background:var(--color-bg-tertiary);border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1rem}.orders-module__Aeo7IG__addressBox p{color:var(--color-text-secondary);margin:0;font-size:.95rem;line-height:1.5}.orders-module__Aeo7IG__paymentBox{background:var(--color-bg-tertiary);border-radius:var(--radius-md);color:var(--color-text-primary);align-items:center;gap:.75rem;padding:1rem;font-weight:500;display:flex}.orders-module__Aeo7IG__loadingContainer{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;padding:5rem 0;display:flex}
.CartSidebar-module__thz8_q__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;background:#0006;transition:all .3s;position:fixed;inset:0}.CartSidebar-module__thz8_q__overlayOpen{opacity:1;visibility:visible}.CartSidebar-module__thz8_q__sidebar{z-index:2001;background:#fff;grid-template-rows:auto 1fr auto;width:420px;max-width:90vw;height:100dvh;transition:transform .4s cubic-bezier(.4,0,.2,1);display:grid;position:fixed;top:0;overflow:hidden;box-shadow:-10px 0 40px #0000001a}[dir=rtl] .CartSidebar-module__thz8_q__sidebar{left:0;transform:translate(-100%)}[dir=ltr] .CartSidebar-module__thz8_q__sidebar{right:0;transform:translate(100%)}.CartSidebar-module__thz8_q__sidebarOpen{transform:translate(0)!important}.CartSidebar-module__thz8_q__header{border-bottom:1px solid var(--color-border-light);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartSidebar-module__thz8_q__title{color:var(--color-text);font-size:1.25rem;font-weight:800}.CartSidebar-module__thz8_q__itemCount{color:var(--color-text-muted);margin-inline-start:.5rem;font-size:.85rem;font-weight:600}.CartSidebar-module__thz8_q__closeBtn{background:var(--color-bg-tertiary);width:40px;height:40px;color:var(--color-text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.CartSidebar-module__thz8_q__closeBtn:hover{background:var(--color-danger);color:#fff}.CartSidebar-module__thz8_q__itemsList{flex-direction:column;gap:1.25rem;min-height:0;padding:1.25rem;display:flex;overflow-y:auto}.CartSidebar-module__thz8_q__cartItem{background:var(--color-bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--color-border-light);gap:1rem;padding:1rem;transition:all .2s;display:flex}.CartSidebar-module__thz8_q__cartItem:hover{border-color:var(--color-primary-200)}.CartSidebar-module__thz8_q__itemImage{border-radius:var(--radius-md);object-fit:cover;background:var(--color-bg-tertiary);flex-shrink:0;width:80px;height:80px}.CartSidebar-module__thz8_q__itemDetails{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.CartSidebar-module__thz8_q__itemName{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.CartSidebar-module__thz8_q__itemMeta{color:var(--color-text-muted);flex-wrap:wrap;gap:.5rem;font-size:.75rem;display:flex}.CartSidebar-module__thz8_q__metaTag{background:var(--color-primary-50);color:var(--color-primary);border-radius:var(--radius-full);align-items:center;gap:.25rem;padding:.15rem .5rem;font-weight:600;display:inline-flex}.CartSidebar-module__thz8_q__colorTag{align-items:center;gap:.25rem;display:inline-flex}.CartSidebar-module__thz8_q__colorDot{border:1.5px solid var(--color-border);border-radius:50%;width:10px;height:10px}.CartSidebar-module__thz8_q__itemBottom{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.CartSidebar-module__thz8_q__itemPrice{color:var(--color-primary);font-size:.95rem;font-weight:800}.CartSidebar-module__thz8_q__quantityControls{border-radius:var(--radius-md);border:1px solid var(--color-border);align-items:center;gap:0;display:flex;overflow:hidden}.CartSidebar-module__thz8_q__qtyBtn{background:var(--color-bg-tertiary);width:30px;height:30px;color:var(--color-text);justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:all .15s;display:flex}.CartSidebar-module__thz8_q__qtyBtn:hover{background:var(--color-primary);color:#fff}.CartSidebar-module__thz8_q__qtyValue{text-align:center;background:#fff;width:36px;height:30px;font-size:.85rem;font-weight:700;line-height:30px}.CartSidebar-module__thz8_q__removeBtn{color:var(--color-text-muted);padding:.25rem;transition:color .2s}.CartSidebar-module__thz8_q__removeBtn:hover{color:var(--color-danger)}.CartSidebar-module__thz8_q__footer{border-top:1px solid var(--color-border-light);padding:1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));background:#fff;flex-direction:column;gap:.75rem;display:flex;position:relative;box-shadow:0 -10px 20px #0000000d}.CartSidebar-module__thz8_q__totalsRow{justify-content:space-between;align-items:center;display:flex}.CartSidebar-module__thz8_q__totalsLabel{color:var(--color-text);font-size:1rem;font-weight:700}.CartSidebar-module__thz8_q__totalsValue{color:var(--color-primary);font-size:1.25rem;font-weight:800}.CartSidebar-module__thz8_q__checkoutBtn{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;border-radius:var(--radius-lg);text-align:center;width:100%;box-shadow:var(--shadow-primary);padding:1rem;font-size:1rem;font-weight:700;transition:all .3s}.CartSidebar-module__thz8_q__checkoutBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8e44ad59}.CartSidebar-module__thz8_q__clearBtn{text-align:center;color:var(--color-text-muted);border-radius:var(--radius-md);cursor:pointer;padding:.5rem;font-size:.85rem;font-weight:600;transition:all .2s}.CartSidebar-module__thz8_q__clearBtn:hover{color:var(--color-danger);background:var(--color-danger-50,#fff5f5)}.CartSidebar-module__thz8_q__emptyState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.CartSidebar-module__thz8_q__emptyIcon{width:80px;height:80px;color:var(--color-border)}.CartSidebar-module__thz8_q__emptyTitle{color:var(--color-text);font-size:1.15rem;font-weight:700}.CartSidebar-module__thz8_q__emptyDesc{color:var(--color-text-muted);font-size:.9rem}.CartSidebar-module__thz8_q__continueBtn{background:var(--color-primary-50);color:var(--color-primary);border-radius:var(--radius-full);border:1px solid var(--color-primary-200);padding:.75rem 2rem;font-size:.9rem;font-weight:700;transition:all .3s}.CartSidebar-module__thz8_q__continueBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}@media (max-width:480px){.CartSidebar-module__thz8_q__sidebar{width:100%;max-width:100%}.CartSidebar-module__thz8_q__header{padding:1rem 1.25rem}.CartSidebar-module__thz8_q__itemsList{padding:1rem}.CartSidebar-module__thz8_q__footer{padding:1rem 1.25rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,20px))}.CartSidebar-module__thz8_q__checkoutBtn{padding:1rem;font-size:1.1rem}}
