.Account-module__KvZLVq__container{background:radial-gradient(circle at 100% 0,#ff6b000d 0%,#0000 40%),radial-gradient(circle at 0 100%,#0f172a05 0%,#0000 50%);justify-content:center;align-items:center;min-height:80vh;padding:4rem 1.5rem;display:flex}.Account-module__KvZLVq__authCard{-webkit-backdrop-filter:blur(20px);background:#fffc;border:1px solid #0f172a14;border-radius:20px;width:100%;max-width:460px;padding:3rem 2.5rem;transition:all .3s;box-shadow:0 20px 40px -15px #0f172a1a,0 1px 3px #0f172a0d}.Account-module__KvZLVq__authCard:hover{border-color:#ff6b0033;box-shadow:0 25px 50px -12px #ff6b0014,0 1px 3px #0f172a0d}.Account-module__KvZLVq__authHeader{text-align:center;flex-direction:column;align-items:center;margin-bottom:2.5rem;display:flex}.Account-module__KvZLVq__authHeader h2{color:var(--foreground);margin-top:1rem;margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.Account-module__KvZLVq__authHeader p{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}.Account-module__KvZLVq__form{flex-direction:column;gap:1.25rem;display:flex}.Account-module__KvZLVq__errorBox{border-radius:var(--radius);color:#ef4444;background:#ef444414;border:1px solid #ef444429;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;display:flex}.Account-module__KvZLVq__field{flex-direction:column;gap:.5rem;display:flex}.Account-module__KvZLVq__field label{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.Account-module__KvZLVq__inputWrapper{align-items:center;display:flex;position:relative}.Account-module__KvZLVq__inputIcon{color:var(--muted-foreground);pointer-events:none;transition:color .2s;position:absolute;left:1rem}.Account-module__KvZLVq__inputWrapper input{border-radius:var(--radius);border:1px solid var(--border);background:var(--input);width:100%;color:var(--foreground);padding:.8rem 1rem .8rem 2.75rem;font-size:.95rem;transition:all .2s}.Account-module__KvZLVq__inputWrapper input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #ff6b001f}.Account-module__KvZLVq__inputWrapper input:focus+.Account-module__KvZLVq__inputIcon{color:var(--accent)}.Account-module__KvZLVq__submitBtn{background:var(--accent);color:#fff;border-radius:var(--radius);text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.875rem;font-size:.9rem;font-weight:700;display:flex;box-shadow:0 4px 12px #ff6b0033}.Account-module__KvZLVq__submitBtn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 16px #ff6b004d}.Account-module__KvZLVq__submitBtn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.Account-module__KvZLVq__authFooter{text-align:center;margin-top:2rem}.Account-module__KvZLVq__authFooter p{color:var(--muted-foreground);font-size:.85rem}.Account-module__KvZLVq__authFooter button{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-weight:600;transition:color .2s}.Account-module__KvZLVq__authFooter button:hover{color:var(--primary-hover);text-decoration:underline}.Account-module__KvZLVq__dashboardContainer{min-height:70vh;padding:4rem 0}.Account-module__KvZLVq__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:2rem;display:flex}.Account-module__KvZLVq__header h1{color:var(--foreground);letter-spacing:-.03em;font-size:2.2rem;font-weight:800}.Account-module__KvZLVq__subtitle{color:var(--muted-foreground);margin-top:.25rem;font-size:1rem}.Account-module__KvZLVq__logoutBtn{border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-flex}.Account-module__KvZLVq__logoutBtn:hover{color:var(--accent);background:#fff5f0;border-color:#ff6b004d}.Account-module__KvZLVq__statsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.Account-module__KvZLVq__statCard{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.Account-module__KvZLVq__statCard:hover{box-shadow:var(--shadow-md);border-color:#ff6b0026;transform:translateY(-2px)}.Account-module__KvZLVq__statIconWrapper{background:#fff5f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Account-module__KvZLVq__statInfo{flex-direction:column;display:flex}.Account-module__KvZLVq__statLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.Account-module__KvZLVq__statValue{color:var(--foreground);margin-top:.25rem;font-size:1.8rem;font-weight:800}.Account-module__KvZLVq__ordersSection{margin-top:2rem}.Account-module__KvZLVq__ordersSection h2{color:var(--foreground);margin-bottom:2rem;font-size:1.5rem;font-weight:700}.Account-module__KvZLVq__emptyOrders{border:2px dashed var(--border);text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.Account-module__KvZLVq__emptyOrders p{color:var(--muted-foreground);font-size:1rem}.Account-module__KvZLVq__ordersList{flex-direction:column;gap:1.5rem;display:flex}.Account-module__KvZLVq__orderCard{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:16px;transition:border-color .2s;overflow:hidden}.Account-module__KvZLVq__orderCard:hover{border-color:#ff6b0033}.Account-module__KvZLVq__orderHeader{border-bottom:1px solid var(--border);background:#fafafb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.Account-module__KvZLVq__orderId{font-family:var(--font-heading);color:var(--foreground);font-size:1.1rem;font-weight:700;display:block}.Account-module__KvZLVq__orderDate{color:var(--muted-foreground);margin-top:.25rem;font-size:.85rem;display:block}.Account-module__KvZLVq__orderTotal{color:var(--foreground);font-size:1.25rem;font-weight:800}.Account-module__KvZLVq__badge{text-transform:uppercase;letter-spacing:.05em;border-radius:50px;justify-content:center;align-items:center;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.Account-module__KvZLVq__badgePending{color:#d97706;background:#fffbeb;border:1px solid #d9770626}.Account-module__KvZLVq__badgePaid{color:#059669;background:#ecfdf5;border:1px solid #05966926}.Account-module__KvZLVq__badgeShipped{color:#2563eb;background:#eff6ff;border:1px solid #2563eb26}.Account-module__KvZLVq__badgeDelivered{color:#16a34a;background:#f0fdf4;border:1px solid #16a34a26}.Account-module__KvZLVq__orderItems{padding:1.5rem 2rem}.Account-module__KvZLVq__orderItems h4{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:600}.Account-module__KvZLVq__orderItem{border-bottom:1px dotted var(--border);justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.95rem;display:flex}.Account-module__KvZLVq__orderItem:last-child{border-bottom:none;padding-bottom:0}.Account-module__KvZLVq__orderItem span:first-child{color:var(--foreground);font-weight:500}.Account-module__KvZLVq__orderItem span:last-child{color:var(--foreground);font-weight:600}@media (max-width:992px){.Account-module__KvZLVq__statsGrid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width:768px){.Account-module__KvZLVq__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.Account-module__KvZLVq__logoutBtn{align-self:flex-start}.Account-module__KvZLVq__statsGrid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:3rem}.Account-module__KvZLVq__orderHeader,.Account-module__KvZLVq__orderItems{padding:1.25rem 1.5rem}}
.Navbar-module__cRh5nW__topBar{color:#fffc;background:#0b0f19;border-bottom:1px solid #ffffff0d;padding:.45rem 0;font-size:.75rem;font-weight:500}.Navbar-module__cRh5nW__topBarContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cRh5nW__topBarLeft{align-items:center;gap:1rem;display:flex}.Navbar-module__cRh5nW__topBarRight{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cRh5nW__topBarRight a{color:#fffc;transition:color .2s}.Navbar-module__cRh5nW__topBarRight a:hover{color:var(--accent)}.Navbar-module__cRh5nW__navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border-bottom:1px solid #0f172a0f;padding:.5rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:sticky;top:0;left:0;right:0;box-shadow:0 4px 30px #0f172a04}.Navbar-module__cRh5nW__navContainer{justify-content:space-between;align-items:center;gap:1.5rem;height:64px;display:flex}.Navbar-module__cRh5nW__logo{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--foreground);flex-shrink:0;align-items:center;font-size:1.4rem;font-weight:800;display:flex}.Navbar-module__cRh5nW__logo span{color:var(--accent)}.Navbar-module__cRh5nW__searchBar{background:#f1f5f9;border:1px solid #0000;border-radius:50px;flex:1;align-items:center;gap:.25rem;max-width:520px;padding:3px;transition:all .25s;display:flex}.Navbar-module__cRh5nW__searchBar:focus-within{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #ff6b001f}.Navbar-module__cRh5nW__searchInputWrapper{flex:1;align-items:center;display:flex;position:relative}.Navbar-module__cRh5nW__searchIcon{color:#64748b;z-index:1;pointer-events:none;position:absolute;left:1.25rem}.Navbar-module__cRh5nW__searchBar input{width:100%;color:var(--foreground);background:0 0;border:none;border-radius:50px;outline:none;padding:.5rem 1rem .5rem 2.75rem;font-size:.85rem}.Navbar-module__cRh5nW__searchButton{background:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.02em;border-radius:50px;padding:.5rem 1.5rem;font-size:.8rem;font-weight:600;transition:all .2s}.Navbar-module__cRh5nW__searchButton:hover{background:var(--primary-hover);transform:translateY(-.5px)}.Navbar-module__cRh5nW__actions{align-items:center;gap:.75rem;display:flex}.Navbar-module__cRh5nW__actionItem{color:var(--foreground);border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.Navbar-module__cRh5nW__actionItem:hover{color:var(--accent);background:#f1f5f9}.Navbar-module__cRh5nW__cartBtn{color:#fff;background:#0f172a;position:relative}.Navbar-module__cRh5nW__cartBtn:hover{color:#fff;background:#1e293b}.Navbar-module__cRh5nW__badge{background:var(--accent);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.Navbar-module__cRh5nW__menuIcon{color:var(--foreground);border-radius:50%;padding:.5rem;transition:background .2s;display:none}.Navbar-module__cRh5nW__menuIcon:hover{background:#f1f5f9}@media (max-width:1024px){.Navbar-module__cRh5nW__searchBar{display:none}.Navbar-module__cRh5nW__menuIcon{display:block}.Navbar-module__cRh5nW__actionItem span{display:none}.Navbar-module__cRh5nW__actionItem{padding:.5rem}.Navbar-module__cRh5nW__cartBtn{color:var(--foreground);background:0 0}.Navbar-module__cRh5nW__cartBtn:hover{color:var(--accent);background:#f1f5f9}.Navbar-module__cRh5nW__badge{border-color:var(--card)}.Navbar-module__cRh5nW__topBar{display:none}}.Navbar-module__cRh5nW__drawer{z-index:1100;background:#fff;flex-direction:column;width:290px;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:0 10px 40px #00000026}.Navbar-module__cRh5nW__drawerHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Navbar-module__cRh5nW__drawerLinks{flex:1;padding:1rem 0;overflow-y:auto}.Navbar-module__cRh5nW__drawerLinks li{list-style:none}.Navbar-module__cRh5nW__drawerLinks a{color:var(--foreground);align-items:center;gap:1rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.Navbar-module__cRh5nW__drawerLinks a:hover{background:var(--muted);color:var(--accent)}.Navbar-module__cRh5nW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1050;background:#0f172a66;position:fixed;inset:0}
.HomeTopSection-module__03Jxhq__wrapper{background:var(--background);padding:1.5rem 0}.HomeTopSection-module__03Jxhq__grid{grid-template-columns:260px 1fr 260px;gap:1.25rem;min-height:420px;display:grid}@media (max-width:1200px){.HomeTopSection-module__03Jxhq__grid{grid-template-columns:260px 1fr}}@media (max-width:1024px){.HomeTopSection-module__03Jxhq__grid{grid-template-columns:1fr}.HomeTopSection-module__03Jxhq__sidebar{display:none}}.HomeTopSection-module__03Jxhq__sidebar{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);height:fit-content;padding:.75rem 0}.HomeTopSection-module__03Jxhq__categoryList{flex-direction:column;display:flex}.HomeTopSection-module__03Jxhq__categoryLink{color:var(--foreground);border-left:2px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.HomeTopSection-module__03Jxhq__categoryLink:hover{color:var(--accent);border-left-color:var(--accent);background:#f8fafc;padding-left:1.5rem}.HomeTopSection-module__03Jxhq__hero{border-radius:var(--radius);box-shadow:var(--shadow-md);border:1px solid var(--border);background:#0f172a;position:relative;overflow:hidden}.HomeTopSection-module__03Jxhq__sliderContainer{width:100%;height:420px;position:relative}.HomeTopSection-module__03Jxhq__slide{width:100%;height:100%;position:absolute;inset:0}.HomeTopSection-module__03Jxhq__heroImage{object-fit:cover;opacity:.8}.HomeTopSection-module__03Jxhq__heroContent{color:#fff;z-index:2;background:linear-gradient(90deg,#0f172ad9 30%,#0f172a33 70%,#0000);flex-direction:column;justify-content:center;padding:4rem 3.5rem;display:flex;position:absolute;inset:0}.HomeTopSection-module__03Jxhq__heroContent h2{font-family:var(--font-heading);letter-spacing:-.03em;text-shadow:0 4px 12px #00000026;max-width:500px;margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.1}.HomeTopSection-module__03Jxhq__heroContent p{color:#e2e8f0;max-width:440px;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.HomeTopSection-module__03Jxhq__navBtnPrev,.HomeTopSection-module__03Jxhq__navBtnNext{-webkit-backdrop-filter:blur(8px);color:#fff;z-index:10;opacity:0;background:#ffffff26;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HomeTopSection-module__03Jxhq__sliderContainer:hover .HomeTopSection-module__03Jxhq__navBtnPrev,.HomeTopSection-module__03Jxhq__sliderContainer:hover .HomeTopSection-module__03Jxhq__navBtnNext{opacity:1}.HomeTopSection-module__03Jxhq__navBtnPrev:hover,.HomeTopSection-module__03Jxhq__navBtnNext:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-50%)scale(1.08);box-shadow:0 4px 15px #ff6b004d}.HomeTopSection-module__03Jxhq__navBtnPrev{left:1.25rem}.HomeTopSection-module__03Jxhq__navBtnNext{right:1.25rem}.HomeTopSection-module__03Jxhq__dots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1.75rem;left:3.5rem}.HomeTopSection-module__03Jxhq__dot{background:#ffffff59;border-radius:50%;width:7px;height:7px;transition:all .3s cubic-bezier(.4,0,.2,1)}.HomeTopSection-module__03Jxhq__dotActive{background:var(--accent);border-radius:100px;width:28px}.HomeTopSection-module__03Jxhq__rightAside{flex-direction:column;gap:.75rem;display:flex}@media (max-width:1200px){.HomeTopSection-module__03Jxhq__rightAside{grid-column:span 2;grid-template-columns:repeat(4,1fr);display:grid}}@media (max-width:1024px){.HomeTopSection-module__03Jxhq__rightAside{grid-column:span 1;grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.HomeTopSection-module__03Jxhq__rightAside{grid-template-columns:1fr}}.HomeTopSection-module__03Jxhq__promoCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:1rem;padding:1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.HomeTopSection-module__03Jxhq__promoCard:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1;transform:translateY(-2px)}.HomeTopSection-module__03Jxhq__promoIcon{background:#fff7ed;border:1px solid #ff6b0026;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.HomeTopSection-module__03Jxhq__promoCard h4{font-family:var(--font-heading);color:var(--foreground);letter-spacing:.02em;margin-bottom:.15rem;font-size:.8rem;font-weight:700}.HomeTopSection-module__03Jxhq__promoCard p{color:var(--muted-foreground);margin:0;font-size:.725rem;font-weight:500}.HomeTopSection-module__03Jxhq__miniBanner{border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);grid-column:span 1;min-height:155px;position:relative;overflow:hidden}@media (max-width:1200px){.HomeTopSection-module__03Jxhq__miniBanner{min-height:110px}}.HomeTopSection-module__03Jxhq__miniImage{object-fit:cover;transition:transform .6s}.HomeTopSection-module__03Jxhq__miniBanner:hover .HomeTopSection-module__03Jxhq__miniImage{transform:scale(1.05)}.HomeTopSection-module__03Jxhq__miniBannerText{color:#fff;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(#0000,#0f172ae6);padding:.75rem 1rem;font-size:.75rem;font-weight:700;position:absolute;bottom:0;left:0;right:0}.HomeTopSection-module__03Jxhq__fullPageLoader{background:var(--background);z-index:99999;pointer-events:all;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:fixed;inset:0}.HomeTopSection-module__03Jxhq__loadingText{font-family:var(--font-heading);color:var(--foreground);letter-spacing:.03em;font-size:1.1rem;font-weight:700;animation:1.5s ease-in-out infinite HomeTopSection-module__03Jxhq__pulse}.HomeTopSection-module__03Jxhq__loadingSpinner{justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.HomeTopSection-module__03Jxhq__spinnerDouble{border:3px solid #0000;border-top-color:var(--accent);border-bottom-color:var(--accent);border-radius:50%;width:100%;height:100%;animation:1.2s cubic-bezier(.5,0,.5,1) infinite HomeTopSection-module__03Jxhq__spin;position:absolute}.HomeTopSection-module__03Jxhq__spinnerCore{background:var(--accent);width:24px;height:24px;box-shadow:0 0 15px var(--accent);border-radius:50%;animation:1.5s ease-in-out infinite HomeTopSection-module__03Jxhq__pulseCore}@keyframes HomeTopSection-module__03Jxhq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes HomeTopSection-module__03Jxhq__pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes HomeTopSection-module__03Jxhq__pulseCore{0%,to{opacity:.8;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}
.FlashSales-module__Ph7RfG__section{padding:1.5rem 0}.FlashSales-module__Ph7RfG__wrapper{background:0 0;overflow:visible}.FlashSales-module__Ph7RfG__header{color:var(--foreground);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding:1rem 1.25rem;display:flex}.FlashSales-module__Ph7RfG__titleGroup{align-items:center;gap:1.5rem;display:flex}.FlashSales-module__Ph7RfG__badge{text-transform:uppercase;color:#ef4444;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:800;display:flex}.FlashSales-module__Ph7RfG__badge svg{animation:1.5s infinite FlashSales-module__Ph7RfG__pulse}@keyframes FlashSales-module__Ph7RfG__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.FlashSales-module__Ph7RfG__timer{color:var(--muted-foreground);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.FlashSales-module__Ph7RfG__timer span{color:#fff;text-align:center;letter-spacing:.02em;background:#0f172a;border-radius:6px;min-width:32px;padding:3px 7px;font-size:.8rem;font-weight:700;display:inline-block}.FlashSales-module__Ph7RfG__seeAll{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700;transition:opacity .2s}.FlashSales-module__Ph7RfG__seeAll:hover{opacity:.85}.FlashSales-module__Ph7RfG__grid{scrollbar-width:none;scroll-snap-type:x mandatory;gap:1.25rem;padding:.5rem .25rem 1.5rem;display:flex;overflow-x:auto}.FlashSales-module__Ph7RfG__grid::-webkit-scrollbar{display:none}.FlashSales-module__Ph7RfG__grid>*{scroll-snap-align:start;flex:0 0 220px}@media (max-width:640px){.FlashSales-module__Ph7RfG__grid>*{flex:0 0 180px}.FlashSales-module__Ph7RfG__titleGroup{flex-direction:column;align-items:flex-start;gap:.75rem}.FlashSales-module__Ph7RfG__header{padding:.75rem 1rem}.FlashSales-module__Ph7RfG__timer{font-size:.75rem}.FlashSales-module__Ph7RfG__timer span{min-width:26px;padding:2px 5px;font-size:.75rem}}
.Footer-module__3hUVsW__footer{color:#fff;background:#0b0f19;border-top:1px solid #ffffff0d;padding:5rem 0 2.5rem}.Footer-module__3hUVsW__top{grid-template-columns:1.5fr 3.5fr;gap:5rem;margin-bottom:4rem;display:grid}@media (max-width:1024px){.Footer-module__3hUVsW__top{grid-template-columns:1fr;gap:3rem}}.Footer-module__3hUVsW__brandCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__3hUVsW__logo{font-family:var(--font-heading);letter-spacing:-.03em;color:#fff;font-size:1.5rem;font-weight:800}.Footer-module__3hUVsW__logo span{color:var(--accent)}.Footer-module__3hUVsW__description{color:#94a3b8;font-size:.875rem;line-height:1.7}.Footer-module__3hUVsW__socials{gap:.75rem;display:flex}.Footer-module__3hUVsW__socialLink{color:#fffc;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Footer-module__3hUVsW__socialLink:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #ff6b004d}.Footer-module__3hUVsW__linksGrid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}@media (max-width:768px){.Footer-module__3hUVsW__linksGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:480px){.Footer-module__3hUVsW__linksGrid{grid-template-columns:1fr}}.Footer-module__3hUVsW__colTitle{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.Footer-module__3hUVsW__linksList{flex-direction:column;gap:.875rem;display:flex}.Footer-module__3hUVsW__linksList a{color:#cbd5e1;font-size:.875rem;transition:all .2s}.Footer-module__3hUVsW__linksList a:hover{color:var(--accent);padding-left:6px}.Footer-module__3hUVsW__contactList{flex-direction:column;gap:1rem;display:flex}.Footer-module__3hUVsW__contactList li{color:#cbd5e1;align-items:flex-start;gap:.75rem;font-size:.875rem;display:flex}.Footer-module__3hUVsW__contactList svg{color:var(--accent);flex-shrink:0;margin-top:3px}.Footer-module__3hUVsW__bottom{border-top:1px solid #ffffff0f;padding-top:2rem}.Footer-module__3hUVsW__bottomContent{justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (max-width:640px){.Footer-module__3hUVsW__bottomContent{text-align:center;flex-direction:column}}.Footer-module__3hUVsW__copyright{color:#64748b;font-size:.8rem}.Footer-module__3hUVsW__legal{gap:1.5rem;display:flex}.Footer-module__3hUVsW__legal a{color:#64748b;font-size:.8rem;transition:color .2s}.Footer-module__3hUVsW__legal a:hover{color:#cbd5e1}
.page-module___8aEwW__main{flex-direction:column;min-height:100vh;display:flex}
.ProductCard-module__bki8ua__card{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.ProductCard-module__bki8ua__card:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1;transform:translateY(-4px)}.ProductCard-module__bki8ua__imageWrapper{aspect-ratio:1.05;background:#f8fafc;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ProductCard-module__bki8ua__image{object-fit:contain;padding:1.25rem;transition:transform .5s cubic-bezier(.4,0,.2,1)}.ProductCard-module__bki8ua__card:hover .ProductCard-module__bki8ua__image{transform:scale(1.06)}.ProductCard-module__bki8ua__badges{z-index:2;flex-direction:column;gap:.35rem;display:flex;position:absolute;top:.75rem;right:.75rem}.ProductCard-module__bki8ua__saleBadge{color:var(--accent);background:#fff7ed;border:1px solid #ff6b0026;border-radius:50px;padding:3px 8px;font-size:.65rem;font-weight:700}.ProductCard-module__bki8ua__newBadge{color:#2563eb;background:#eff6ff;border:1px solid #2563eb1a;border-radius:50px;padding:3px 8px;font-size:.65rem;font-weight:700}.ProductCard-module__bki8ua__info{flex-direction:column;flex:1;gap:.35rem;padding:1rem;display:flex}.ProductCard-module__bki8ua__category{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.ProductCard-module__bki8ua__name{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.8rem;margin:0;font-size:.9rem;font-weight:600;line-height:1.4;transition:color .2s;display:-webkit-box;overflow:hidden}.ProductCard-module__bki8ua__name:hover{color:var(--accent)}.ProductCard-module__bki8ua__priceRow{align-items:baseline;gap:.5rem;margin-top:auto;display:flex}.ProductCard-module__bki8ua__price{color:var(--foreground);font-size:1.15rem;font-weight:800}.ProductCard-module__bki8ua__oldPrice{color:var(--muted-foreground);font-size:.8rem;font-weight:500;text-decoration:line-through}.ProductCard-module__bki8ua__rating{color:#fbbf24;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.75rem;display:flex}.ProductCard-module__bki8ua__rating span{color:var(--muted-foreground);font-weight:500}.ProductCard-module__bki8ua__footer{padding:0 1rem 1rem}.ProductCard-module__bki8ua__addBtn{color:#fff;border-radius:var(--radius);text-transform:uppercase;letter-spacing:.02em;opacity:1;background:#0f172a;width:100%;padding:.65rem;font-size:.8rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.ProductCard-module__bki8ua__addBtn:hover{background:var(--accent);box-shadow:0 4px 12px #ff6b0033}.ProductCard-module__bki8ua__addBtn.ProductCard-module__bki8ua__added{background:var(--accent);color:#fff}.ProductCard-module__bki8ua__addBtn.ProductCard-module__bki8ua__added:hover{background:#e05e00;box-shadow:0 4px 12px #ff6b004d}@media (max-width:1024px){.ProductCard-module__bki8ua__addBtn{opacity:1;background:#0f172a;transform:translateY(0)}.ProductCard-module__bki8ua__card:hover{box-shadow:var(--shadow-sm);transform:none}}
.Cart-module__BIMPfG__container{max-width:100%;margin:0 auto;padding:1.5rem 3rem}@media (max-width:768px){.Cart-module__BIMPfG__container{padding:1rem 1.5rem}}.Cart-module__BIMPfG__title{margin:1rem 0;font-size:1.5rem;font-weight:700}.Cart-module__BIMPfG__layout{grid-template-columns:1fr 350px;gap:1rem;display:grid}@media (max-width:1024px){.Cart-module__BIMPfG__layout{grid-template-columns:1fr}}.Cart-module__BIMPfG__items{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem}.Cart-module__BIMPfG__header{border-bottom:1px solid var(--border);text-transform:uppercase;color:var(--muted-foreground);grid-template-columns:3fr 1fr 1fr 1fr;padding-bottom:.5rem;font-size:.75rem;font-weight:700;display:grid}.Cart-module__BIMPfG__item{border-bottom:1px solid var(--border);grid-template-columns:3fr 1fr 1fr 1fr;align-items:center;padding:1rem 0;display:grid}.Cart-module__BIMPfG__productInfo{align-items:center;gap:1rem;display:flex}.Cart-module__BIMPfG__imgWrapper{border-radius:var(--radius);background:#f8f8f8;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.Cart-module__BIMPfG__img{object-fit:contain;padding:.5rem}.Cart-module__BIMPfG__itemName{margin-bottom:.25rem;font-size:.95rem;font-weight:500}.Cart-module__BIMPfG__itemCat{color:var(--muted-foreground);font-size:.8rem}.Cart-module__BIMPfG__removeBtn{color:var(--accent);align-items:center;gap:.25rem;margin-top:.5rem;font-size:.75rem;font-weight:600;display:flex}.Cart-module__BIMPfG__itemPrice,.Cart-module__BIMPfG__itemTotal{font-size:.9rem;font-weight:600}.Cart-module__BIMPfG__qtyControl{border:1px solid var(--border);border-radius:4px;align-items:center;width:fit-content;display:flex;overflow:hidden}.Cart-module__BIMPfG__qtyControl button{background:var(--muted);width:28px;height:28px;font-size:1rem}.Cart-module__BIMPfG__qtyControl span{text-align:center;width:32px;font-size:.85rem}.Cart-module__BIMPfG__actions{padding-top:1rem}.Cart-module__BIMPfG__continue{color:var(--accent);font-size:.85rem;font-weight:600}.Cart-module__BIMPfG__summary{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);height:fit-content;padding:1.5rem}.Cart-module__BIMPfG__summaryTitle{text-transform:uppercase;border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1rem;font-weight:700}.Cart-module__BIMPfG__summaryRows{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.Cart-module__BIMPfG__summaryRow{justify-content:space-between;font-size:.9rem;display:flex}.Cart-module__BIMPfG__totalRow{border-top:1px solid var(--border);justify-content:space-between;padding-top:1rem;font-size:1.1rem;font-weight:700;display:flex}.Cart-module__BIMPfG__checkoutBtn{background:var(--accent);color:#fff;text-transform:uppercase;border-radius:var(--radius);justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1.5rem;padding:.75rem;font-weight:700;display:flex}.Cart-module__BIMPfG__checkoutBtn:hover{background:var(--primary-hover)}.Cart-module__BIMPfG__paymentIcons{color:var(--muted-foreground);text-align:center;font-size:.75rem}.Cart-module__BIMPfG__emptyContainer{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem;display:flex}.Cart-module__BIMPfG__continueBtn{background:var(--accent);color:#fff;border-radius:var(--radius);text-transform:uppercase;padding:.75rem 2rem;font-weight:700}@media (max-width:768px){.Cart-module__BIMPfG__header{display:none}.Cart-module__BIMPfG__item{grid-template-columns:1fr;gap:1rem}.Cart-module__BIMPfG__itemPrice,.Cart-module__BIMPfG__itemTotal{display:none}}
.Checkout-module__L-piDa__container{max-width:100%;margin:0 auto;padding:1.5rem 3rem}@media (max-width:768px){.Checkout-module__L-piDa__container{padding:1rem 1.5rem}}.Checkout-module__L-piDa__steps{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1rem;display:flex}.Checkout-module__L-piDa__step{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.Checkout-module__L-piDa__step.Checkout-module__L-piDa__active{color:var(--accent);font-weight:700}.Checkout-module__L-piDa__stepNum{background:var(--muted);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex}.Checkout-module__L-piDa__step.Checkout-module__L-piDa__active .Checkout-module__L-piDa__stepNum{background:var(--accent);color:#fff}.Checkout-module__L-piDa__layout{grid-template-columns:1fr 350px;gap:1rem;display:grid}@media (max-width:1024px){.Checkout-module__L-piDa__layout{grid-template-columns:1fr}}.Checkout-module__L-piDa__formCard{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.Checkout-module__L-piDa__sectionTitle{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700}.Checkout-module__L-piDa__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Checkout-module__L-piDa__field{flex-direction:column;gap:.5rem;display:flex}.Checkout-module__L-piDa__fieldFull{flex-direction:column;grid-column:span 2;gap:.5rem;display:flex}@media (max-width:640px){.Checkout-module__L-piDa__field{grid-column:span 2}}.Checkout-module__L-piDa__field label,.Checkout-module__L-piDa__fieldFull label{font-size:.85rem;font-weight:600}.Checkout-module__L-piDa__field input,.Checkout-module__L-piDa__fieldFull input{border:1px solid var(--border);border-radius:4px;outline:none;padding:.75rem}.Checkout-module__L-piDa__field input:focus,.Checkout-module__L-piDa__fieldFull input:focus{border-color:var(--accent)}.Checkout-module__L-piDa__nextBtn{background:var(--accent);color:#fff;text-transform:uppercase;border-radius:var(--radius);width:100%;margin-top:1.5rem;padding:1rem;font-weight:700}.Checkout-module__L-piDa__nextBtn:hover{background:var(--primary-hover)}.Checkout-module__L-piDa__btnGroup{gap:1rem;margin-top:1.5rem;display:flex}.Checkout-module__L-piDa__backBtn{border:1px solid var(--border);border-radius:var(--radius);flex:.5;padding:1rem;font-weight:600}.Checkout-module__L-piDa__orderSummary{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);height:fit-content;padding:1.5rem}.Checkout-module__L-piDa__summaryTitle{text-transform:uppercase;border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1rem;font-weight:700}.Checkout-module__L-piDa__items{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.Checkout-module__L-piDa__item{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Checkout-module__L-piDa__itemInfo{flex-direction:column;display:flex}.Checkout-module__L-piDa__itemInfo strong{font-size:.85rem;font-weight:500}.Checkout-module__L-piDa__itemInfo span{color:var(--muted-foreground);font-size:.75rem}.Checkout-module__L-piDa__itemPrice{font-size:.85rem;font-weight:600}.Checkout-module__L-piDa__totals{border-top:1px solid var(--border);padding-top:1rem}.Checkout-module__L-piDa__totalRow{justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;display:flex}.Checkout-module__L-piDa__grandTotal{color:var(--accent);margin-top:.5rem;font-size:1.1rem;font-weight:700}.Checkout-module__L-piDa__success{text-align:center;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;grid-column:span 2;align-items:center;gap:1rem;padding:4rem 1rem;display:flex}.Checkout-module__L-piDa__success h1{font-size:2rem;font-weight:700}.Checkout-module__L-piDa__success p{color:var(--muted-foreground);max-width:400px}.Checkout-module__L-piDa__paymentOptions{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.Checkout-module__L-piDa__paymentOption{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;align-items:center;gap:1rem;padding:1rem;display:flex}.Checkout-module__L-piDa__paymentOption input{width:18px;height:18px;accent-color:var(--accent)}.Checkout-module__L-piDa__paymentOption label{cursor:pointer;align-items:center;gap:1rem;font-weight:600;display:flex}
.ProductDetails-module__iSoE3W__container{max-width:100%;margin:0 auto;padding:1.5rem 3rem}@media (max-width:768px){.ProductDetails-module__iSoE3W__container{padding:1rem 1.5rem}}.ProductDetails-module__iSoE3W__productLayout{grid-template-columns:1fr 350px;gap:1rem;margin-bottom:2rem;display:grid}@media (max-width:1024px){.ProductDetails-module__iSoE3W__productLayout{grid-template-columns:1fr}}.ProductDetails-module__iSoE3W__mainSection{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:1fr 1fr;gap:2rem;padding:1.5rem;display:grid}@media (max-width:768px){.ProductDetails-module__iSoE3W__mainSection{grid-template-columns:1fr}}.ProductDetails-module__iSoE3W__gallery{flex-direction:column;gap:1rem;display:flex}.ProductDetails-module__iSoE3W__mainImage{aspect-ratio:1;border-radius:var(--radius);background:#f8f8f8;position:relative;overflow:hidden}.ProductDetails-module__iSoE3W__image{object-fit:contain;padding:1rem}.ProductDetails-module__iSoE3W__thumbnails{gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.ProductDetails-module__iSoE3W__thumbnail{border:1px solid var(--border);cursor:pointer;border-radius:4px;flex-shrink:0;width:60px;height:60px;position:relative;overflow:hidden}.ProductDetails-module__iSoE3W__thumbnail:hover{border-color:var(--accent)}.ProductDetails-module__iSoE3W__info{flex-direction:column;display:flex}.ProductDetails-module__iSoE3W__breadcrumb{color:var(--muted-foreground);margin-bottom:1rem;font-size:.8rem}.ProductDetails-module__iSoE3W__name{margin-bottom:.5rem;font-size:1.5rem;font-weight:500}.ProductDetails-module__iSoE3W__ratingRow{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.ProductDetails-module__iSoE3W__stars{color:#fbbf24;display:flex}.ProductDetails-module__iSoE3W__reviews{color:var(--muted-foreground);font-size:.8rem}.ProductDetails-module__iSoE3W__priceRow{border-top:1px solid var(--border);margin-bottom:1.5rem;padding-top:1rem}.ProductDetails-module__iSoE3W__price{color:var(--foreground);font-size:1.75rem;font-weight:700}.ProductDetails-module__iSoE3W__oldPrice{color:var(--muted-foreground);margin-left:.5rem;font-size:1.1rem;text-decoration:line-through}.ProductDetails-module__iSoE3W__unit{color:var(--muted-foreground);font-size:.9rem;display:block}.ProductDetails-module__iSoE3W__description{color:var(--foreground);margin-bottom:2rem;font-size:.9rem;line-height:1.6}.ProductDetails-module__iSoE3W__actions{gap:1rem;margin-bottom:2rem;display:flex}.ProductDetails-module__iSoE3W__quantity{border:1px solid var(--border);border-radius:var(--radius);align-items:center;display:flex;overflow:hidden}.ProductDetails-module__iSoE3W__quantity button{background:var(--muted);justify-content:center;align-items:center;width:40px;height:48px;font-size:1.2rem;display:flex}.ProductDetails-module__iSoE3W__quantity span{text-align:center;width:40px;font-weight:600}.ProductDetails-module__iSoE3W__addToCart{background:var(--accent);color:#fff;text-transform:uppercase;border-radius:var(--radius);flex:1;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.ProductDetails-module__iSoE3W__addToCart:hover{background:var(--primary-hover)}.ProductDetails-module__iSoE3W__added{background:#10b981!important}.ProductDetails-module__iSoE3W__wishlist{border:1px solid var(--border);border-radius:var(--radius);width:48px;height:48px;color:var(--muted-foreground);justify-content:center;align-items:center;transition:all .2s;display:flex}.ProductDetails-module__iSoE3W__wishlist:hover{border-color:var(--accent);color:var(--accent)}.ProductDetails-module__iSoE3W__sidePanel{flex-direction:column;gap:1rem;display:flex}.ProductDetails-module__iSoE3W__deliveryCard,.ProductDetails-module__iSoE3W__sellerCard{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem}.ProductDetails-module__iSoE3W__cardTitle{text-transform:uppercase;border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:.85rem;font-weight:700}.ProductDetails-module__iSoE3W__features{flex-direction:column;gap:1rem;display:flex}.ProductDetails-module__iSoE3W__feature{align-items:flex-start;gap:1rem;display:flex}.ProductDetails-module__iSoE3W__feature strong{font-size:.85rem;display:block}.ProductDetails-module__iSoE3W__feature p{color:var(--muted-foreground);font-size:.75rem}.ProductDetails-module__iSoE3W__related{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.ProductDetails-module__iSoE3W__sectionTitle{margin-bottom:1.5rem;font-size:1.25rem}.ProductDetails-module__iSoE3W__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}
.Shop-module__z430ba__main{background:var(--background);min-height:100vh}.Shop-module__z430ba__shopContent{padding:1rem 0 3rem}.Shop-module__z430ba__breadcrumb{color:var(--muted-foreground);gap:.5rem;margin-bottom:1rem;font-size:.8rem;display:flex}.Shop-module__z430ba__breadcrumb a:hover{color:var(--accent)}.Shop-module__z430ba__layout{grid-template-columns:240px 1fr;gap:1rem;display:grid}@media (max-width:1024px){.Shop-module__z430ba__layout{grid-template-columns:1fr}}.Shop-module__z430ba__sidebar{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);height:fit-content;padding:1rem}@media (max-width:1024px){.Shop-module__z430ba__sidebar{display:none}}.Shop-module__z430ba__filterTitle{text-transform:uppercase;border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:.9rem;font-weight:700}.Shop-module__z430ba__filterList{flex-direction:column;gap:.5rem;display:flex}.Shop-module__z430ba__filterItem{color:var(--foreground);cursor:pointer;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.85rem;display:flex}.Shop-module__z430ba__filterItem:hover{color:var(--accent)}.Shop-module__z430ba__filterItem.Shop-module__z430ba__active{color:var(--accent);font-weight:700}.Shop-module__z430ba__content{flex-direction:column;gap:1rem;display:flex}.Shop-module__z430ba__toolbar{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);justify-content:space-between;align-items:center;padding:1rem;display:flex}.Shop-module__z430ba__resultCount{font-size:.9rem;font-weight:600}.Shop-module__z430ba__sortGroup{align-items:center;gap:.5rem;display:flex}.Shop-module__z430ba__sortLabel{color:var(--muted-foreground);font-size:.8rem}.Shop-module__z430ba__sortSelect{border:1px solid var(--border);border-radius:var(--radius);background:#fff;outline:none;padding:.4rem .8rem;font-size:.85rem}.Shop-module__z430ba__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}@media (max-width:640px){.Shop-module__z430ba__grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}.Shop-module__z430ba__searchStatus{background:var(--card);border:1px dashed var(--border);border-radius:var(--radius);color:var(--muted-foreground);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.75rem 1.25rem;font-size:.9rem;display:flex}.Shop-module__z430ba__searchStatus strong{color:var(--foreground)}.Shop-module__z430ba__clearSearch{color:var(--primary);cursor:pointer;background:0 0;background:var(--muted);border:none;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.Shop-module__z430ba__clearSearch:hover{background:var(--border);color:var(--primary-hover)}.Shop-module__z430ba__emptyState{text-align:center;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.Shop-module__z430ba__emptyIcon{color:var(--muted-foreground);opacity:.6;margin-bottom:1.5rem}.Shop-module__z430ba__emptyState h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.Shop-module__z430ba__emptyState p{color:var(--muted-foreground);max-width:400px;margin-bottom:2rem;font-size:.95rem}.Shop-module__z430ba__emptyActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Shop-module__z430ba__resetBtn{background:var(--accent);color:#fff;border-radius:var(--radius);text-transform:uppercase;letter-spacing:.02em;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.Shop-module__z430ba__resetBtn:hover{background:var(--primary-hover);transform:translateY(-1px)}.Shop-module__z430ba__resetBtnSecondary{background:var(--muted);color:var(--foreground);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.02em;border:1px solid var(--border);padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.Shop-module__z430ba__resetBtnSecondary:hover{background:var(--border);transform:translateY(-1px)}
.Track-module__-TXfyG__container{background-color:#f8fafc;flex-direction:column;align-items:center;max-width:100%;min-height:calc(100vh - 200px);margin:0 auto;padding:3rem;display:flex}@media (max-width:768px){.Track-module__-TXfyG__container{padding:1.5rem}}.Track-module__-TXfyG__titleSection{text-align:center;margin-bottom:2.5rem}.Track-module__-TXfyG__title{font-family:var(--font-serif);color:#0f172a;margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.Track-module__-TXfyG__subtitle{color:#64748b;max-width:500px;margin:0 auto;font-size:.95rem}.Track-module__-TXfyG__card{width:100%;max-width:580px;box-shadow:var(--shadow-md);border:1px solid var(--border);background:#fff;border-radius:12px;padding:2.5rem;transition:all .3s}@media (max-width:640px){.Track-module__-TXfyG__card{padding:1.5rem}}.Track-module__-TXfyG__form{flex-direction:column;gap:1.25rem;display:flex}.Track-module__-TXfyG__field{flex-direction:column;gap:.5rem;display:flex}.Track-module__-TXfyG__field label{color:#334155;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.Track-module__-TXfyG__inputWrapper{align-items:center;display:flex;position:relative}.Track-module__-TXfyG__inputIcon{color:#94a3b8;pointer-events:none;position:absolute;left:1rem}.Track-module__-TXfyG__input{border:1px solid var(--border);border-radius:var(--radius);background-color:#f8fafc;outline:none;width:100%;padding:.75rem 1rem .75rem 2.75rem;font-family:inherit;font-size:.95rem;transition:all .2s}.Track-module__-TXfyG__input:focus{border-color:var(--accent);background-color:#fff;box-shadow:0 0 0 3px #ff6b0026}.Track-module__-TXfyG__btnTrack{background:var(--accent);color:#fff;border-radius:var(--radius);text-transform:uppercase;letter-spacing:.03em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.85rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.Track-module__-TXfyG__btnTrack:hover{background:var(--primary-hover);transform:translateY(-1px)}.Track-module__-TXfyG__btnTrack:active{transform:translateY(0)}.Track-module__-TXfyG__errorBox{color:#b91c1c;border-radius:var(--radius);background:#fef2f2;border:1px solid #fee2e2;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.Track-module__-TXfyG__resultCard{width:100%;max-width:900px;box-shadow:var(--shadow-md);border:1px solid var(--border);background:#fff;border-radius:16px;padding:2.5rem}@media (max-width:768px){.Track-module__-TXfyG__resultCard{padding:1.5rem}}.Track-module__-TXfyG__resultHeader{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.Track-module__-TXfyG__orderMeta h2{color:#0f172a;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.Track-module__-TXfyG__orderDate{color:#64748b;font-size:.85rem}.Track-module__-TXfyG__orderStatusBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.35rem .75rem;font-size:.8rem;font-weight:700}.Track-module__-TXfyG__badgePending{color:#d97706;background:#fffbeb;border:1px solid #fef3c7}.Track-module__-TXfyG__badgePaid{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe}.Track-module__-TXfyG__badgeShipped{color:#7c3aed;background:#f5f3ff;border:1px solid #ede9fe}.Track-module__-TXfyG__badgeDelivered{color:#16a34a;background:#f0fdf4;border:1px solid #dcfce7}.Track-module__-TXfyG__badgeCancelled{color:#b91c1c;background:#fef2f2;border:1px solid #fee2e2}.Track-module__-TXfyG__timelineSection{margin-bottom:2.5rem}.Track-module__-TXfyG__timeline{justify-content:space-between;margin-top:1.5rem;display:flex;position:relative}.Track-module__-TXfyG__timeline:before{content:"";z-index:1;background-color:#e2e8f0;width:100%;height:4px;position:absolute;top:24px;left:0}.Track-module__-TXfyG__progressLine{background-color:var(--accent);z-index:2;height:4px;transition:width .5s;position:absolute;top:24px;left:0}.Track-module__-TXfyG__timelineStep{z-index:3;text-align:center;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.Track-module__-TXfyG__stepIconWrapper{color:#94a3b8;background-color:#f1f5f9;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;display:flex;box-shadow:0 2px 4px #0000000d}.Track-module__-TXfyG__stepTitle{color:#64748b;margin-top:.75rem;font-size:.85rem;font-weight:700}.Track-module__-TXfyG__stepDesc{color:#94a3b8;max-width:140px;margin-top:.15rem;font-size:.7rem}.Track-module__-TXfyG__stepCompleted .Track-module__-TXfyG__stepIconWrapper{background-color:var(--accent);color:#fff}.Track-module__-TXfyG__stepCompleted .Track-module__-TXfyG__stepTitle{color:#0f172a}.Track-module__-TXfyG__stepActive .Track-module__-TXfyG__stepIconWrapper{border-color:var(--accent);color:var(--accent);background-color:#fff;box-shadow:0 0 0 4px #ff6b0026}.Track-module__-TXfyG__stepActive .Track-module__-TXfyG__stepTitle{color:var(--accent)}@media (max-width:640px){.Track-module__-TXfyG__timeline{flex-direction:column;gap:1.5rem;padding-left:2rem}.Track-module__-TXfyG__timeline:before{width:4px;height:100%;top:0;left:26px}.Track-module__-TXfyG__progressLine{width:4px;transition:height .5s;top:0;left:26px}.Track-module__-TXfyG__timelineStep{text-align:left;flex-direction:row;align-items:flex-start;gap:1rem}.Track-module__-TXfyG__stepTitle{margin-top:.5rem}.Track-module__-TXfyG__stepDesc{max-width:100%}}.Track-module__-TXfyG__detailsGrid{grid-template-columns:1.25fr 1fr;gap:2rem;display:grid}@media (max-width:768px){.Track-module__-TXfyG__detailsGrid{grid-template-columns:1fr}}.Track-module__-TXfyG__panelTitle{text-transform:uppercase;color:#334155;letter-spacing:.05em;border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.05rem;font-weight:700}.Track-module__-TXfyG__itemsCard{border:1px solid var(--border);background-color:#f8fafc;border-radius:12px;padding:1.5rem}.Track-module__-TXfyG__orderItem{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.85rem 0;display:flex}.Track-module__-TXfyG__orderItem:last-child{border-bottom:none}.Track-module__-TXfyG__itemMeta{flex-direction:column;display:flex}.Track-module__-TXfyG__itemName{color:#0f172a;font-size:.9rem;font-weight:600}.Track-module__-TXfyG__itemQty{color:#64748b;margin-top:.15rem;font-size:.75rem}.Track-module__-TXfyG__itemPrice{color:#0f172a;font-size:.9rem;font-weight:700}.Track-module__-TXfyG__priceSummary{border-top:2px dashed #cbd5e1;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1rem;display:flex}.Track-module__-TXfyG__summaryRow{color:#64748b;justify-content:space-between;font-size:.85rem;display:flex}.Track-module__-TXfyG__totalRow{color:#0f172a;border-top:1px solid #e2e8f0;padding-top:.75rem;font-size:1.05rem;font-weight:800}.Track-module__-TXfyG__infoCard{border:1px solid var(--border);background-color:#f8fafc;border-radius:12px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.Track-module__-TXfyG__infoBlock{flex-direction:column;gap:.25rem;display:flex}.Track-module__-TXfyG__infoBlock label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.Track-module__-TXfyG__infoBlock p{color:#0f172a;font-size:.9rem;font-weight:600;line-height:1.5}.Track-module__-TXfyG__btnReset{color:#64748b;border-radius:var(--radius);cursor:pointer;background-color:#0000;border:1px solid #cbd5e1;align-items:center;gap:.5rem;width:fit-content;margin-top:2rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.Track-module__-TXfyG__btnReset:hover{color:#0f172a;background-color:#cbd5e1}
