.ProductDetail-module__O5PFCq__container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 6rem}.ProductDetail-module__O5PFCq__breadcrumb{color:var(--text-muted);text-transform:capitalize;margin-bottom:2rem;font-size:.875rem}.ProductDetail-module__O5PFCq__breadcrumb a{color:var(--primary);text-decoration:none}.ProductDetail-module__O5PFCq__breadcrumb a:hover{text-decoration:underline}.ProductDetail-module__O5PFCq__grid{flex-direction:column;gap:2.5rem;display:flex}@media (min-width:768px){.ProductDetail-module__O5PFCq__grid{grid-template-rows:auto 1fr;grid-template-columns:55% 45%;gap:2.5rem 3rem;display:grid}.ProductDetail-module__O5PFCq__gallery{grid-area:1/1}.ProductDetail-module__O5PFCq__details{grid-area:1/2/span 2}.ProductDetail-module__O5PFCq__quickInfoBox{grid-area:2/1;align-self:start}}.ProductDetail-module__O5PFCq__gallery{flex-direction:row-reverse;gap:1rem;display:flex}.ProductDetail-module__O5PFCq__quickInfoBox{background-color:var(--background);border:1px solid var(--card-border);border-radius:var(--radius);padding:1.25rem}.ProductDetail-module__O5PFCq__quickInfoList{color:var(--text-muted);flex-direction:column;gap:.75rem;margin:0;padding:0;font-size:.825rem;list-style:none;display:flex}.ProductDetail-module__O5PFCq__quickInfoList li{gap:.5rem;line-height:1.5;display:flex}.ProductDetail-module__O5PFCq__infoIcon{flex-shrink:0;font-size:1rem}.ProductDetail-module__O5PFCq__quickInfoList strong{color:var(--foreground)}.ProductDetail-module__O5PFCq__mainImageContainer{aspect-ratio:1;background-color:var(--card-bg);border-radius:var(--radius);border:1px solid var(--card-border);flex:1;position:relative;overflow:hidden}.ProductDetail-module__O5PFCq__mainImage{object-fit:cover;transition:opacity .3s}.ProductDetail-module__O5PFCq__thumbnailStrip{scrollbar-width:thin;scrollbar-color:var(--card-border) transparent;flex-direction:column;gap:1rem;max-height:500px;padding-right:.5rem;display:flex;overflow-y:auto}.ProductDetail-module__O5PFCq__thumbnailButton{border-radius:var(--radius);cursor:pointer;background-color:var(--card-bg);border:2px solid #0000;flex:0 0 80px;height:80px;transition:all .2s;position:relative;overflow:hidden}.ProductDetail-module__O5PFCq__thumbnailImage{object-fit:cover;width:100%;height:100%}.ProductDetail-module__O5PFCq__thumbnailSelected{border-color:var(--primary)}.ProductDetail-module__O5PFCq__thumbnailButton:hover{opacity:.8}.ProductDetail-module__O5PFCq__details{flex-direction:column;gap:2.5rem;display:flex}.ProductDetail-module__O5PFCq__headerInfo{flex-direction:column;gap:.75rem;display:flex}.ProductDetail-module__O5PFCq__badge{background-color:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;align-self:flex-start;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.ProductDetail-module__O5PFCq__title{color:var(--foreground);letter-spacing:-.025em;font-size:2rem;font-weight:800;line-height:1.2}.ProductDetail-module__O5PFCq__priceDisplay{color:var(--primary);font-size:1.5rem;font-weight:700}.ProductDetail-module__O5PFCq__unitPrice{color:var(--text-muted);margin-left:.5rem;font-size:1rem;font-weight:500}.ProductDetail-module__O5PFCq__description{color:var(--text-muted);line-height:1.6}.ProductDetail-module__O5PFCq__optionSection{flex-direction:column;gap:1rem;display:flex}.ProductDetail-module__O5PFCq__optionTitle{color:var(--foreground);font-size:1.125rem;font-weight:600}.ProductDetail-module__O5PFCq__required{color:#ef4444}.ProductDetail-module__O5PFCq__sizeGrid{flex-wrap:wrap;gap:.5rem;display:flex}.ProductDetail-module__O5PFCq__sizePill{border:1px solid var(--card-border);background-color:var(--card-bg);color:var(--foreground);border-radius:9999px;align-items:center;gap:.3rem;padding:.5rem .875rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.ProductDetail-module__O5PFCq__sizePill:hover{border-color:var(--primary);background-color:var(--background)}.ProductDetail-module__O5PFCq__sizeSelected{background-color:var(--primary);color:#fff;border-color:var(--primary)}.ProductDetail-module__O5PFCq__sizeSelected:hover{background-color:var(--primary)}.ProductDetail-module__O5PFCq__extraPrice{opacity:.7;font-size:.75rem;font-weight:500}.ProductDetail-module__O5PFCq__patchGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem;display:grid}.ProductDetail-module__O5PFCq__patchCard{border:1px solid var(--card-border);background-color:var(--card-bg);border-radius:var(--radius);flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;transition:all .2s;display:flex}.ProductDetail-module__O5PFCq__patchCard:hover{border-color:var(--primary);transform:translateY(-2px)}.ProductDetail-module__O5PFCq__patchSelected{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary);background-color:var(--background)}.ProductDetail-module__O5PFCq__patchImagePlaceholder{height:50px;color:var(--text-muted);justify-content:center;align-items:center;font-size:.7rem;display:flex}.ProductDetail-module__O5PFCq__patchImageObj{object-fit:contain;max-width:100%;height:100%}.ProductDetail-module__O5PFCq__noPatchIcon{font-size:1.2rem}.ProductDetail-module__O5PFCq__patchName{text-align:center;color:var(--foreground);font-size:.875rem;font-weight:600}.ProductDetail-module__O5PFCq__nameToggleWrapper{border-radius:var(--radius);background-color:var(--card-bg);gap:.25rem;padding:.25rem;display:flex}.ProductDetail-module__O5PFCq__toggleBtn{border-radius:calc(var(--radius) - .25rem);color:var(--text-muted);flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.ProductDetail-module__O5PFCq__toggleActive{background-color:var(--background);color:var(--foreground);box-shadow:var(--shadow-sm)}.ProductDetail-module__O5PFCq__customConfigBox{flex-direction:column;gap:1rem;animation:.3s ProductDetail-module__O5PFCq__fadeIn;display:flex}.ProductDetail-module__O5PFCq__inputsRow{gap:1rem;display:flex}.ProductDetail-module__O5PFCq__textInput{border-radius:var(--radius);border:1px solid var(--card-border);background-color:var(--background);color:var(--foreground);font-size:1rem;font-family:var(--font-family);flex:1;padding:.875rem 1rem}.ProductDetail-module__O5PFCq__textInput:focus{outline:2px solid var(--primary);border-color:#0000}.ProductDetail-module__O5PFCq__numberInput{text-align:center;flex:0 0 80px}.ProductDetail-module__O5PFCq__suggestionsWrapper{flex-direction:column;gap:.5rem;display:flex}.ProductDetail-module__O5PFCq__suggestionsLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:700}.ProductDetail-module__O5PFCq__suggestionsScroll{scrollbar-width:thin;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.ProductDetail-module__O5PFCq__suggestionPill{white-space:nowrap;background-color:var(--card-bg);border:1px solid var(--card-border);color:var(--foreground);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.ProductDetail-module__O5PFCq__suggestionPill:hover{background-color:var(--card-border)}.ProductDetail-module__O5PFCq__textArea{border-radius:var(--radius);border:1px solid var(--card-border);background-color:var(--background);width:100%;min-height:100px;color:var(--foreground);font-size:1rem;font-family:var(--font-family);resize:vertical;padding:.875rem 1rem}.ProductDetail-module__O5PFCq__textArea:focus{outline:2px solid var(--primary);border-color:#0000}.ProductDetail-module__O5PFCq__checkoutActions{align-items:flex-end;gap:1rem;margin-top:1rem;display:flex}.ProductDetail-module__O5PFCq__quantitySection{flex-direction:column;gap:.5rem;display:flex}.ProductDetail-module__O5PFCq__qtyLabel{color:var(--text-muted);font-size:.875rem;font-weight:600}.ProductDetail-module__O5PFCq__quantityWrapper{border:1px solid var(--card-border);border-radius:var(--radius);background-color:var(--background);align-items:center;display:flex;overflow:hidden}.ProductDetail-module__O5PFCq__qtyBtn{background-color:var(--card-bg);width:48px;height:48px;color:var(--foreground);justify-content:center;align-items:center;font-size:1.25rem;transition:background-color .2s;display:flex}.ProductDetail-module__O5PFCq__qtyBtn:hover{background-color:var(--card-border)}.ProductDetail-module__O5PFCq__qtyValue{text-align:center;width:48px;color:var(--foreground);font-weight:600}.ProductDetail-module__O5PFCq__addToCartLarge{background-color:var(--primary);color:#fff;border-radius:var(--radius);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;padding:1rem;font-size:1.125rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #0000001a}.ProductDetail-module__O5PFCq__addToCartLarge:not(:disabled):after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:30%;height:100%;animation:3s infinite ProductDetail-module__O5PFCq__shine;position:absolute;top:0;left:-100%;transform:skew(-25deg)}.ProductDetail-module__O5PFCq__addToCartLarge:hover:not(:disabled){background-color:var(--primary-hover);box-shadow:0 10px 25px -5px var(--primary);transform:translateY(-3px)scale(1.01)}.ProductDetail-module__O5PFCq__addToCartLarge:active:not(:disabled){transform:translateY(-1px)scale(.98)}.ProductDetail-module__O5PFCq__addToCartLarge:disabled{background-color:var(--card-border);color:var(--text-muted);cursor:not-allowed;box-shadow:none}@keyframes ProductDetail-module__O5PFCq__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes ProductDetail-module__O5PFCq__shine{0%{left:-100%}20%{left:200%}to{left:200%}}.ProductDetail-module__O5PFCq__moreInfoContainer{border-top:1px solid var(--card-border);margin-top:4rem;padding-top:2rem}.ProductDetail-module__O5PFCq__accordion{background-color:var(--card-border);border:1px solid var(--card-border);border-radius:var(--radius);flex-direction:column;gap:1px;display:flex;overflow:hidden}.ProductDetail-module__O5PFCq__accordionHeader{text-align:left;background-color:var(--background);width:100%;color:var(--foreground);cursor:pointer;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.125rem;font-weight:700;transition:background-color .2s;display:flex}.ProductDetail-module__O5PFCq__accordionHeader:hover{background-color:var(--card-bg)}.ProductDetail-module__O5PFCq__accordionIcon{color:var(--text-muted);font-size:1.25rem;font-weight:500}.ProductDetail-module__O5PFCq__accordionContent{background-color:var(--card-bg);padding:1.5rem;animation:.3s ProductDetail-module__O5PFCq__fadeIn}.ProductDetail-module__O5PFCq__sizeTabs{border-bottom:1px solid var(--card-border);scrollbar-width:none;gap:1rem;margin-bottom:1.5rem;display:flex;overflow-x:auto}.ProductDetail-module__O5PFCq__sizeTabBtn{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem .5rem;font-weight:600;transition:all .2s}.ProductDetail-module__O5PFCq__sizeTabBtn:hover{color:var(--foreground)}.ProductDetail-module__O5PFCq__sizeTabBtn.ProductDetail-module__O5PFCq__activeTab{color:var(--primary);border-bottom-color:var(--primary)}.ProductDetail-module__O5PFCq__infoRemark{color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem;font-style:italic}.ProductDetail-module__O5PFCq__placeholderText{color:var(--text-muted)}.ProductDetail-module__O5PFCq__tableWrapper{scrollbar-width:thin;overflow-x:auto}.ProductDetail-module__O5PFCq__sizeTable{border-collapse:collapse;text-align:left;width:100%;min-width:600px}.ProductDetail-module__O5PFCq__sizeTable th,.ProductDetail-module__O5PFCq__sizeTable td{border-bottom:1px solid var(--card-border);padding:.875rem .5rem}.ProductDetail-module__O5PFCq__sizeTable th{color:var(--foreground);background-color:var(--background);font-weight:700}.ProductDetail-module__O5PFCq__sizeTable td{color:var(--foreground);font-size:.95rem}.ProductDetail-module__O5PFCq__sizeTable tr:nth-child(2n) td{background-color:var(--background)}
@keyframes CartButton-module__pFxYXa__badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.CartButton-module__pFxYXa__cartBtn{border-radius:var(--radius,12px);color:var(--foreground);background:0 0;align-items:center;gap:.45rem;padding:.5rem .875rem;font-size:.875rem;font-weight:600;transition:background .2s,color .2s;display:flex;position:relative}.CartButton-module__pFxYXa__cartBtn:hover{background:var(--card-bg);color:var(--foreground)}.CartButton-module__pFxYXa__label{display:none}@media (min-width:480px){.CartButton-module__pFxYXa__label{display:inline}}.CartButton-module__pFxYXa__badge{background:var(--accent,#e63946);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.CartButton-module__pFxYXa__badge.CartButton-module__pFxYXa__pulse{animation:.3s CartButton-module__pFxYXa__badgePulse}@media (prefers-reduced-motion:reduce){.CartButton-module__pFxYXa__badge.CartButton-module__pFxYXa__pulse{animation:none}}
.AuthButton-module__H_HO7G__wrapper{position:relative}.AuthButton-module__H_HO7G__signInLink{color:var(--text-muted);white-space:nowrap;border-radius:6px;padding:.4rem .5rem;font-size:.875rem;font-weight:500;transition:color .15s}.AuthButton-module__H_HO7G__signInLink:hover{color:var(--foreground);text-decoration:underline}.AuthButton-module__H_HO7G__avatarBtn{background:var(--accent);color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;transition:opacity .15s,transform .15s;display:flex}.AuthButton-module__H_HO7G__avatarBtn:hover{opacity:.88;transform:scale(1.05)}.AuthButton-module__H_HO7G__dropdown{z-index:200;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);min-width:160px;box-shadow:var(--shadow-lg);animation:.15s both AuthButton-module__H_HO7G__dropIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}@media (prefers-reduced-motion:no-preference){@keyframes AuthButton-module__H_HO7G__dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}}.AuthButton-module__H_HO7G__dropdownItem{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:.65rem 1rem;font-size:.875rem;font-weight:500;transition:background .12s;display:block}.AuthButton-module__H_HO7G__dropdownItem:hover{background:var(--background)}.AuthButton-module__H_HO7G__dropdownDivider{background:var(--card-border);height:1px;margin:.25rem 0}.AuthButton-module__H_HO7G__dropdownSignOut{color:var(--color-danger)}
.Header-module__hBw1pG__header{z-index:100;background:var(--background);border-bottom:1px solid var(--card-border);box-shadow:var(--shadow-sm);transition:background-color var(--transition-speed) ease, border-color var(--transition-speed) ease;position:sticky;top:0}.Header-module__hBw1pG__wrap{max-width:1200px;margin:0 auto}.Header-module__hBw1pG__row1{align-items:center;gap:.625rem;height:54px;padding:0 1.25rem;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0}.Header-module__hBw1pG__logo a{letter-spacing:-.05em;color:var(--foreground);white-space:nowrap;font-size:1.25rem;font-weight:800}.Header-module__hBw1pG__logo span{color:var(--primary)}.Header-module__hBw1pG__pillsDesktop{display:none}@media (min-width:768px){.Header-module__hBw1pG__pillsDesktop{scrollbar-width:none;-ms-overflow-style:none;flex:1;align-items:center;gap:2px;min-width:0;padding:0 .5rem;display:flex;overflow-x:auto}.Header-module__hBw1pG__pillsDesktop::-webkit-scrollbar{display:none}}.Header-module__hBw1pG__searchBar{background:var(--card-bg);border:1.5px solid var(--primary);border-radius:8px;flex:1;align-items:center;gap:.5rem;min-width:0;height:36px;padding:0 .75rem;animation:.22s both Header-module__hBw1pG__searchExpand;display:flex}@keyframes Header-module__hBw1pG__searchExpand{0%{opacity:0;transform-origin:100%;transform:scaleX(.85)}to{opacity:1;transform-origin:100%;transform:scaleX(1)}}.Header-module__hBw1pG__searchBarIcon{color:var(--text-muted);flex-shrink:0}.Header-module__hBw1pG__searchInput{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:.875rem}.Header-module__hBw1pG__searchInput::placeholder{color:var(--text-muted)}.Header-module__hBw1pG__searchInput::-webkit-search-cancel-button{display:none}.Header-module__hBw1pG__actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.Header-module__hBw1pG__ordersLink{letter-spacing:.05em;color:var(--primary);white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.2rem .4rem;font-size:.68rem;font-weight:700;transition:opacity .15s}.Header-module__hBw1pG__ordersLink:hover{opacity:.7}@media (max-width:479px){.Header-module__hBw1pG__ordersLink{display:none}}.Header-module__hBw1pG__iconBtn{width:34px;height:34px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.Header-module__hBw1pG__iconBtn:hover{background:var(--card-bg);color:var(--foreground)}.Header-module__hBw1pG__themeToggle{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;transition:background .15s,transform .12s;display:flex}.Header-module__hBw1pG__themeToggle:hover{background:var(--card-border);transform:scale(1.05)}.Header-module__hBw1pG__pillsMobile{scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:6px;padding:0 1.25rem 8px;display:flex;overflow-x:auto}.Header-module__hBw1pG__pillsMobile::-webkit-scrollbar{display:none}@media (min-width:768px){.Header-module__hBw1pG__pillsMobile{display:none}}.Header-module__hBw1pG__pill{color:var(--text-muted);white-space:nowrap;border:1px solid #0000;border-radius:20px;flex-shrink:0;padding:5px 14px;font-size:13px;font-weight:500;transition:color .15s,border-color .15s,background .15s,transform .12s}.Header-module__hBw1pG__pill:hover{color:var(--foreground);border-color:var(--card-border);transform:translateY(-1px)}.Header-module__hBw1pG__pillActive{background:var(--primary);border-color:var(--primary);color:#fff!important}.Header-module__hBw1pG__pillActive:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-1px)}@media (max-width:767px){.Header-module__hBw1pG__pill{padding:5px 12px;font-size:12px}.Header-module__hBw1pG__logo a{font-size:1.1rem}}
@keyframes CartPage-module__q6fwHq__shimmer{0%{background-position:-200%}to{background-position:200%}}.CartPage-module__q6fwHq__page{background:var(--background);min-height:100vh;padding-bottom:4rem}.CartPage-module__q6fwHq__container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.CartPage-module__q6fwHq__heading{letter-spacing:-.03em;color:var(--foreground);margin-bottom:2rem;font-size:1.75rem;font-weight:800}.CartPage-module__q6fwHq__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:6rem 1rem;display:flex}.CartPage-module__q6fwHq__emptyIcon{width:80px;height:80px;color:var(--card-border)}.CartPage-module__q6fwHq__emptyTitle{color:var(--foreground);font-size:1.25rem;font-weight:700}.CartPage-module__q6fwHq__emptyCtaBtn{background:linear-gradient(135deg, var(--primary), #306ee8);color:#fff;border-radius:9999px;padding:.75rem 2rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #1a5ee659}.CartPage-module__q6fwHq__emptyCtaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a5ee673}.CartPage-module__q6fwHq__layout{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.CartPage-module__q6fwHq__layout{grid-template-columns:1fr 360px;align-items:start}}.CartPage-module__q6fwHq__left{flex-direction:column;gap:1rem;display:flex}.CartPage-module__q6fwHq__tableHeader{display:none}@media (min-width:768px){.CartPage-module__q6fwHq__tableHeader{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--card-border);grid-template-columns:1fr 80px 120px 80px;gap:1rem;padding:.6rem 1rem;font-size:.75rem;font-weight:700;display:grid}}.CartPage-module__q6fwHq__itemsList{flex-direction:column;gap:.75rem;display:flex}.CartPage-module__q6fwHq__warningBanner{border-radius:var(--radius);color:#635436;background:#fffbeb;border:1px solid #f6e7ac;padding:1rem 1.25rem;font-size:.875rem;line-height:1.6}[data-theme=dark] .CartPage-module__q6fwHq__warningBanner{color:#e6d699;background:#2b2612;border-color:#4f4622}.CartPage-module__q6fwHq__accent{color:#f2460d;font-style:normal}.CartPage-module__q6fwHq__sidebar{position:sticky;top:80px}.CartPage-module__q6fwHq__summaryCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow-md);flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.CartPage-module__q6fwHq__summaryHeading{color:var(--foreground);letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.CartPage-module__q6fwHq__discountTiers{background:var(--background);border:1px solid var(--card-border);border-radius:10px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.CartPage-module__q6fwHq__tier{align-items:center;gap:.75rem;display:flex}.CartPage-module__q6fwHq__tierTag{color:#fff;text-align:center;background:linear-gradient(135deg,#e61a1a,#f46a25);border-radius:9999px;min-width:52px;padding:.25rem .6rem;font-size:.7rem;font-weight:800}.CartPage-module__q6fwHq__tierLabel{color:var(--foreground);font-size:.8rem;font-weight:600}.CartPage-module__q6fwHq__checkoutBtn{text-align:center;color:#fff;background:linear-gradient(135deg,#256af4,#6347eb,#0d59f2) 0 0/200%;border-radius:9999px;padding:.9rem 1.5rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:block;position:relative;overflow:hidden;box-shadow:0 4px 20px #1a5ee666}.CartPage-module__q6fwHq__checkoutBtn:after{content:"";background:linear-gradient(105deg,#0000 40%,#ffffff4d 50%,#0000 60%) 0 0/200%;animation:2.5s linear infinite CartPage-module__q6fwHq__shimmer;position:absolute;inset:0}.CartPage-module__q6fwHq__checkoutBtn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #1a5ee680}.CartPage-module__q6fwHq__continueLink{text-align:center;color:var(--text-muted);padding:.25rem;font-size:.875rem;font-weight:500;transition:color .2s;display:block}.CartPage-module__q6fwHq__continueLink:hover{color:var(--foreground)}
@keyframes Information-module__POStsa__shimmer{0%{background-position:-200%}to{background-position:200%}}.Information-module__POStsa__page{background:var(--background);min-height:100vh;padding-bottom:4rem}.Information-module__POStsa__container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.Information-module__POStsa__empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding:6rem 1rem;display:flex}.Information-module__POStsa__backLink{color:var(--primary);font-weight:600}.Information-module__POStsa__breadcrumb{align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.Information-module__POStsa__breadcrumbStep{color:var(--text-muted);font-size:.875rem;font-weight:600;transition:color .2s}.Information-module__POStsa__breadcrumbStep:hover{color:var(--foreground)}.Information-module__POStsa__breadcrumbActive{color:var(--primary);position:relative}.Information-module__POStsa__breadcrumbActive:after{content:"";background:var(--primary);border-radius:2px;height:2px;position:absolute;bottom:-3px;left:0;right:0}.Information-module__POStsa__breadcrumbDisabled{opacity:.4;cursor:default}.Information-module__POStsa__breadcrumbSep{color:var(--card-border);font-size:1rem}.Information-module__POStsa__layout{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (min-width:1024px){.Information-module__POStsa__layout{grid-template-columns:1fr 340px}}.Information-module__POStsa__left{flex-direction:column;gap:1.5rem;display:flex}.Information-module__POStsa__section{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);flex-direction:column;gap:.875rem;padding:1.5rem;display:flex}.Information-module__POStsa__sectionHeader{justify-content:space-between;align-items:center;display:flex}.Information-module__POStsa__sectionTitle{color:var(--foreground);letter-spacing:-.01em;font-size:1rem;font-weight:700}.Information-module__POStsa__changeLink{color:var(--primary);font-size:.8rem;font-weight:600;transition:opacity .2s}.Information-module__POStsa__changeLink:hover{opacity:.75}.Information-module__POStsa__fieldGroup{flex-direction:column;gap:.35rem;display:flex}.Information-module__POStsa__fieldLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.Information-module__POStsa__optional{text-transform:none;letter-spacing:0;color:var(--text-muted);font-size:.8rem;font-weight:400}.Information-module__POStsa__selectWrapper{position:relative}.Information-module__POStsa__select{border:1px solid var(--card-border);background:var(--background);width:100%;color:var(--foreground);appearance:none;cursor:pointer;border-radius:8px;outline:none;padding:.75rem 2.5rem .75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.Information-module__POStsa__select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a5ee61f}.Information-module__POStsa__selectPlaceholder{color:var(--text-muted)}.Information-module__POStsa__selectChevron{color:var(--text-muted);pointer-events:none;font-size:.75rem;position:absolute;top:50%;right:.875rem;transform:translateY(-50%)}.Information-module__POStsa__countryMissing{color:var(--text-muted);border-bottom:1px dashed var(--card-border);cursor:pointer;text-align:left;background:0 0;align-self:flex-start;margin-top:.2rem;padding-bottom:1px;font-size:.75rem;transition:color .2s,border-color .2s}.Information-module__POStsa__countryMissing:hover{color:var(--primary);border-color:var(--primary)}@keyframes Information-module__POStsa__popupIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.Information-module__POStsa__popupOverlay{z-index:8000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.Information-module__POStsa__popupCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;flex-direction:column;gap:.75rem;width:100%;max-width:420px;padding:2rem 1.75rem 1.75rem;animation:.28s cubic-bezier(.34,1.56,.64,1) both Information-module__POStsa__popupIn;display:flex;position:relative;box-shadow:0 20px 60px #0000002e,0 4px 16px #0000001a}.Information-module__POStsa__popupClose{color:var(--text-muted);border-radius:6px;justify-content:center;align-items:center;padding:.3rem;transition:color .15s,background .15s;display:flex;position:absolute;top:1rem;right:1rem}.Information-module__POStsa__popupClose:hover{color:var(--foreground);background:var(--card-border)}.Information-module__POStsa__popupIcon{color:var(--primary);justify-content:center;margin-bottom:.25rem;display:flex}.Information-module__POStsa__popupTitle{color:var(--foreground);letter-spacing:-.02em;text-align:center;font-size:1.05rem;font-weight:700}.Information-module__POStsa__popupBody{color:var(--text-muted);text-align:center;font-size:.85rem;line-height:1.6}.Information-module__POStsa__popupEmail{color:var(--primary);text-underline-offset:2px;font-weight:600;text-decoration:underline}.Information-module__POStsa__popupThanks{color:var(--text-muted);text-align:center;font-size:.8rem;font-style:italic}.Information-module__POStsa__popupBtn{background:var(--primary);color:#fff;border-radius:8px;width:100%;height:42px;margin-top:.5rem;font-size:.9rem;font-weight:600;transition:background .15s,transform .15s}.Information-module__POStsa__popupBtn:hover{background:var(--primary-hover);transform:translateY(-1px)}.Information-module__POStsa__addressGrid{grid-template-columns:1fr 1fr;gap:.875rem;margin-top:.25rem;display:grid}.Information-module__POStsa__inputFull{grid-column:1/-1}.Information-module__POStsa__input{border:1px solid var(--card-border);background:var(--background);width:100%;color:var(--foreground);border-radius:8px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.Information-module__POStsa__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a5ee61f}.Information-module__POStsa__input::placeholder{color:var(--text-muted)}.Information-module__POStsa__textarea{border:1px solid var(--card-border);background:var(--background);width:100%;color:var(--foreground);resize:vertical;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.Information-module__POStsa__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a5ee61f}.Information-module__POStsa__methodCard{border:2px solid var(--card-border);cursor:pointer;border-radius:10px;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:border-color .2s,background .2s;display:flex}.Information-module__POStsa__methodCardActive{border-color:var(--primary);background:#1a5ee60f}.Information-module__POStsa__methodInfo{flex:1}.Information-module__POStsa__methodName{color:var(--foreground);font-size:.9rem;font-weight:600}.Information-module__POStsa__methodDesc{color:var(--text-muted);margin-top:.2rem;font-size:.75rem}.Information-module__POStsa__methodPrice{color:var(--primary);white-space:nowrap;font-size:.9rem;font-weight:700}.Information-module__POStsa__methodRadio{border:2px solid var(--primary);background:var(--primary);width:18px;height:18px;box-shadow:inset 0 0 0 4px var(--background);border-radius:50%}.Information-module__POStsa__paymentGrid{flex-direction:column;gap:.6rem;display:flex}.Information-module__POStsa__paymentCard{border:2px solid var(--card-border);cursor:pointer;border-radius:10px;align-items:center;gap:.875rem;padding:.875rem 1.25rem;transition:border-color .2s,background .2s;display:flex}.Information-module__POStsa__paymentCard:hover{border-color:var(--primary);background:#1a5ee60a}.Information-module__POStsa__paymentCardActive{border-color:var(--primary);background:#1a5ee612}.Information-module__POStsa__radioHidden{opacity:0;width:0;height:0;position:absolute}.Information-module__POStsa__paymentCardDisabled{opacity:.5;cursor:not-allowed}.Information-module__POStsa__paymentCardDisabled:hover{border-color:var(--card-border);background:0 0}.Information-module__POStsa__paymentIcon{color:#1a5ee6;flex-shrink:0;align-items:center;display:flex}.Information-module__POStsa__paymentText{flex-direction:column;flex:1;gap:.15rem;display:flex}.Information-module__POStsa__paymentLabel{color:var(--foreground);font-size:.9rem;font-weight:600}.Information-module__POStsa__paymentSublabel{color:var(--text-muted);font-size:.72rem}.Information-module__POStsa__comingSoonBadge{background:var(--card-border);color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;border-radius:9999px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.Information-module__POStsa__continueBtnDisabled{opacity:.45;cursor:not-allowed}.Information-module__POStsa__loggedInNote{color:var(--text-muted);margin-top:.35rem;font-size:.72rem;font-style:italic}.Information-module__POStsa__prefillNotice{color:#36c;background:#f1f5fd;border:1px solid #c8d8f9;border-radius:6px;margin-bottom:.25rem;padding:.6rem .875rem;font-size:.78rem}[data-theme=dark] .Information-module__POStsa__prefillNotice{color:#8caef2;background:#151f32;border-color:#28395d}.Information-module__POStsa__addrSuggestion{background:#f1f5fd;border:1px solid #c8d8f9;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.875rem 1rem;display:flex}[data-theme=dark] .Information-module__POStsa__addrSuggestion{background:#151f32;border-color:#28395d}.Information-module__POStsa__addrSuggestionInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.Information-module__POStsa__addrSuggestionTitle{color:#36c;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:700}[data-theme=dark] .Information-module__POStsa__addrSuggestionTitle{color:#7ea5f1}.Information-module__POStsa__addrSuggestionPreview{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.Information-module__POStsa__addrSuggestionBtn{color:#fff;background:var(--primary);border-radius:9999px;flex-shrink:0;padding:.45rem 1rem;font-size:.78rem;font-weight:700;transition:opacity .2s,transform .15s}.Information-module__POStsa__addrSuggestionBtn:hover{opacity:.88;transform:translateY(-1px)}.Information-module__POStsa__addrAppliedBadge{color:#279b51;background:#effbf3;border:1px solid #bae8cb;border-radius:6px;margin-bottom:.25rem;padding:.5rem .875rem;font-size:.78rem;font-weight:600}[data-theme=dark] .Information-module__POStsa__addrAppliedBadge{color:#5cd689;background:#15281c;border-color:#274934}.Information-module__POStsa__saveAddressRow{cursor:pointer;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.Information-module__POStsa__checkbox{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.Information-module__POStsa__saveAddressLabel{color:var(--text-muted);font-size:.8rem}.Information-module__POStsa__phoneRow{border:1px solid var(--card-border);background:var(--background);border-radius:8px;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.Information-module__POStsa__phoneRow:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1a5ee61f}.Information-module__POStsa__phoneRowError{border-color:var(--color-danger)!important}.Information-module__POStsa__phoneRowError:focus-within{box-shadow:0 0 0 3px #d926261f!important}.Information-module__POStsa__phonePrefixWrapper{flex-shrink:0;position:relative}.Information-module__POStsa__phonePrefixSelect{border:none;border-right:1px solid var(--card-border);height:100%;color:var(--foreground);appearance:none;cursor:pointer;background:#f6f7f8;outline:none;min-width:94px;padding:.75rem 2rem .75rem .875rem;font-family:inherit;font-size:.875rem}[data-theme=dark] .Information-module__POStsa__phonePrefixSelect{background:#1d2026}.Information-module__POStsa__phonePrefixChevron{color:var(--text-muted);pointer-events:none;font-size:.65rem;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.Information-module__POStsa__phoneNumberInput{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.75rem 1rem;font-family:inherit;font-size:.9rem}.Information-module__POStsa__phoneNumberInput::placeholder{color:var(--text-muted)}.Information-module__POStsa__fieldError{color:var(--color-danger);margin-top:.15rem;font-size:.725rem;font-weight:500}.Information-module__POStsa__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Information-module__POStsa__backBtn{color:var(--text-muted);border:1px solid var(--card-border);border-radius:9999px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:color .2s,border-color .2s}.Information-module__POStsa__backBtn:hover{color:var(--foreground);border-color:var(--foreground)}.Information-module__POStsa__continueBtn{color:#fff;background:linear-gradient(135deg,#256af4,#6347eb) 0 0/200%;border-radius:9999px;padding:.875rem 2rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 20px #1a5ee666}.Information-module__POStsa__continueBtn:after{content:"";background:linear-gradient(105deg,#0000 40%,#ffffff4d 50%,#0000 60%) 0 0/200%;animation:2.5s linear infinite Information-module__POStsa__shimmer;position:absolute;inset:0}.Information-module__POStsa__continueBtn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #1a5ee680}.Information-module__POStsa__sidebar{position:sticky;top:80px}.Information-module__POStsa__summaryCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow-md);flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.Information-module__POStsa__summaryHeading{color:var(--foreground);letter-spacing:-.01em;font-size:1rem;font-weight:800}
.page-module___8aEwW__page{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__main{flex:1}.page-module___8aEwW__footer{border-top:1px solid var(--card-border);text-align:center;color:var(--text-muted);padding:1.75rem 1.5rem;font-size:.8rem}.page-module___8aEwW__footerContent{max-width:1200px;margin:0 auto}
@keyframes PayPalButton-module__OvPaIW__shimmer{0%{background-position:-200%}to{background-position:200%}}.PayPalButton-module__OvPaIW__buttons{width:100%;min-height:50px}.PayPalButton-module__OvPaIW__skeleton{background:linear-gradient(90deg, var(--card-bg) 25%, #d3d7de99 50%, var(--card-bg) 75%);background-size:200%;border-radius:6px;height:50px;animation:1.4s linear infinite PayPalButton-module__OvPaIW__shimmer}[data-theme=dark] .PayPalButton-module__OvPaIW__skeleton{background:linear-gradient(90deg,#1e2229 25%,#30354199 50%,#1e2229 75%) 0 0/200%;animation:1.4s linear infinite PayPalButton-module__OvPaIW__shimmer}.PayPalButton-module__OvPaIW__loadError{color:#ef4444;text-align:center;background:#fdeded;border-radius:8px;padding:.75rem;font-size:.8rem}[data-theme=dark] .PayPalButton-module__OvPaIW__loadError{background:#361212}
@keyframes Payment-module__ajmeWG__shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes Payment-module__ajmeWG__glowPulse{0%,to{box-shadow:0 0 #22c35d66}50%{box-shadow:0 0 0 8px #22c35d00}}.Payment-module__ajmeWG__page{background:var(--background);min-height:100vh;padding-bottom:4rem}.Payment-module__ajmeWG__container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.Payment-module__ajmeWG__empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding:6rem 1rem;display:flex}.Payment-module__ajmeWG__backLink{color:var(--primary);font-weight:600}.Payment-module__ajmeWG__breadcrumb{align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.Payment-module__ajmeWG__breadcrumbStep{color:var(--text-muted);font-size:.875rem;font-weight:600;transition:color .2s}.Payment-module__ajmeWG__breadcrumbStep:hover{color:var(--foreground)}.Payment-module__ajmeWG__breadcrumbActive{color:var(--primary);position:relative}.Payment-module__ajmeWG__breadcrumbActive:after{content:"";background:var(--primary);border-radius:2px;height:2px;position:absolute;bottom:-3px;left:0;right:0}.Payment-module__ajmeWG__breadcrumbSep{color:var(--card-border);font-size:1rem}.Payment-module__ajmeWG__layout{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (min-width:1024px){.Payment-module__ajmeWG__layout{grid-template-columns:1fr 340px}}.Payment-module__ajmeWG__left{flex-direction:column;gap:1.5rem;display:flex}.Payment-module__ajmeWG__section{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.Payment-module__ajmeWG__sectionTitle{color:var(--foreground);font-size:1rem;font-weight:700}.Payment-module__ajmeWG__confirmNote{color:var(--text-muted);margin-top:-.5rem;font-size:.875rem}.Payment-module__ajmeWG__infoTable{border:1px solid var(--card-border);border-radius:10px;flex-direction:column;gap:0;display:flex;overflow:hidden}.Payment-module__ajmeWG__infoRow{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.Payment-module__ajmeWG__infoRow:last-child{border-bottom:none}.Payment-module__ajmeWG__infoLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;min-width:80px;font-size:.8rem;font-weight:600}.Payment-module__ajmeWG__infoValueRow{align-items:center;gap:.75rem;display:flex}.Payment-module__ajmeWG__shippingInfo{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.Payment-module__ajmeWG__shippingDays{color:var(--text-muted);font-size:.75rem}.Payment-module__ajmeWG__infoValue{color:var(--foreground);font-size:.875rem;font-weight:500}.Payment-module__ajmeWG__changeLink{color:var(--primary);font-size:.75rem;font-weight:600;transition:opacity .2s}.Payment-module__ajmeWG__changeLink:hover{opacity:.75}.Payment-module__ajmeWG__whatsappCard{background:linear-gradient(135deg,#f3fcf6,#f0faf6);border-color:#bae8cb}[data-theme=dark] .Payment-module__ajmeWG__whatsappCard{background:linear-gradient(135deg,#15281c,#15231d);border-color:#274934}.Payment-module__ajmeWG__whatsappIntro{color:#2d533b;font-size:.9rem;font-weight:500;line-height:1.6}[data-theme=dark] .Payment-module__ajmeWG__whatsappIntro{color:#9fdfb7}.Payment-module__ajmeWG__whatsappStep{color:var(--text-muted);font-size:.875rem;line-height:1.6}.Payment-module__ajmeWG__agentBlock{border-top:1px solid #bfe3cc;flex-direction:column;gap:.6rem;padding-top:.5rem;display:flex}[data-theme=dark] .Payment-module__ajmeWG__agentBlock{border-color:#2a4634}.Payment-module__ajmeWG__agentName{color:var(--foreground);font-size:.9rem}.Payment-module__ajmeWG__whatsappNumber{color:#1b9849;align-items:center;gap:.5rem;width:fit-content;font-size:1.1rem;font-weight:800;transition:opacity .2s;animation:2.5s infinite Payment-module__ajmeWG__glowPulse;display:inline-flex}[data-theme=dark] .Payment-module__ajmeWG__whatsappNumber{color:#47d17a}.Payment-module__ajmeWG__whatsappNumber:hover{opacity:.8}.Payment-module__ajmeWG__emailLink{color:var(--primary);font-size:.875rem;font-weight:600;text-decoration:underline;transition:opacity .2s}.Payment-module__ajmeWG__emailLink:hover{opacity:.75}.Payment-module__ajmeWG__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Payment-module__ajmeWG__leaveBtn{color:var(--foreground);border:2px solid var(--card-border);border-radius:9999px;padding:.875rem 1.75rem;font-size:.9rem;font-weight:700;transition:border-color .2s,transform .15s}.Payment-module__ajmeWG__leaveBtn:hover{border-color:var(--foreground);transform:translateY(-1px)}.Payment-module__ajmeWG__orderDetailBtn{color:#fff;background:linear-gradient(135deg,#256af4,#6347eb) 0 0/200%;border-radius:9999px;padding:.875rem 1.75rem;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 16px #1a5ee659}.Payment-module__ajmeWG__orderDetailBtn:after{content:"";background:linear-gradient(105deg,#0000 40%,#ffffff4d 50%,#0000 60%) 0 0/200%;animation:2.5s linear infinite Payment-module__ajmeWG__shimmer;position:absolute;inset:0}.Payment-module__ajmeWG__orderDetailBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1a5ee680}.Payment-module__ajmeWG__freeShippingBadge{color:#1b984f;letter-spacing:.03em;font-size:.82rem;font-weight:800}[data-theme=dark] .Payment-module__ajmeWG__freeShippingBadge{color:#47d181}.Payment-module__ajmeWG__totalHighlight{color:var(--primary);font-size:1rem;font-weight:800}.Payment-module__ajmeWG__payError{color:#dc2626;background:#fdeded;border:1px solid #f4bebe;border-radius:8px;padding:.75rem 1rem;font-size:.875rem}[data-theme=dark] .Payment-module__ajmeWG__payError{color:#f87171;background:#361212;border-color:#632121}.Payment-module__ajmeWG__payNotReady{background:var(--card-bg);border:1px dashed var(--card-border);color:var(--text-muted);text-align:center;border-radius:8px;padding:1rem;font-size:.875rem}.Payment-module__ajmeWG__textarea{border:1px solid var(--card-border);background:var(--background);width:100%;color:var(--foreground);resize:vertical;border-radius:8px;outline:none;padding:.7rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.Payment-module__ajmeWG__textarea:focus{border-color:var(--primary)}.Payment-module__ajmeWG__optional{color:var(--text-muted);margin-left:.4rem;font-size:.78rem;font-weight:400}.Payment-module__ajmeWG__backBtn{color:var(--foreground);border:1.5px solid var(--card-border);border-radius:9999px;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:border-color .2s,transform .15s;display:inline-flex}.Payment-module__ajmeWG__backBtn:hover{border-color:var(--foreground);transform:translateY(-1px)}.Payment-module__ajmeWG__sidebar{position:sticky;top:80px}.Payment-module__ajmeWG__summaryCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow-md);flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.Payment-module__ajmeWG__summaryHeading{color:var(--foreground);font-size:1rem;font-weight:800}.Payment-module__ajmeWG__authGate{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;display:flex}.Payment-module__ajmeWG__authGateIcon{width:52px;height:52px;color:var(--primary);background:#edf2fd;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}[data-theme=dark] .Payment-module__ajmeWG__authGateIcon{background:#182339}.Payment-module__ajmeWG__authGateTitle{color:var(--foreground);margin:0;font-size:1rem;font-weight:700}.Payment-module__ajmeWG__authGateBody{color:var(--text-muted);max-width:360px;margin:0;font-size:.875rem;line-height:1.6}.Payment-module__ajmeWG__authGateActions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.Payment-module__ajmeWG__authGateLoginBtn{color:#fff;background:var(--primary);border-radius:9999px;padding:.7rem 1.5rem;font-size:.875rem;font-weight:700;transition:opacity .2s,transform .15s}.Payment-module__ajmeWG__authGateLoginBtn:hover{opacity:.88;transform:translateY(-1px)}.Payment-module__ajmeWG__authGateSignupBtn{color:var(--foreground);border:1.5px solid var(--card-border);border-radius:9999px;padding:.7rem 1.5rem;font-size:.875rem;font-weight:700;transition:border-color .2s,transform .15s}.Payment-module__ajmeWG__authGateSignupBtn:hover{border-color:var(--foreground);transform:translateY(-1px)}@keyframes Payment-module__ajmeWG__authDotPulse{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.Payment-module__ajmeWG__authChecking{justify-content:center;align-items:center;gap:6px;padding:1.5rem;display:flex}.Payment-module__ajmeWG__authCheckingDot{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite Payment-module__ajmeWG__authDotPulse}.Payment-module__ajmeWG__authCheckingDot:nth-child(2){animation-delay:.2s}.Payment-module__ajmeWG__authCheckingDot:nth-child(3){animation-delay:.4s}
.ProductCard-module__t53O_a__card{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);transition:transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;flex-direction:column;display:flex;overflow:hidden}.ProductCard-module__t53O_a__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.ProductCard-module__t53O_a__imageContainer{aspect-ratio:1;background-color:var(--background);width:100%;position:relative;overflow:hidden}.ProductCard-module__t53O_a__tag{z-index:10;background-color:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-sm);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.ProductCard-module__t53O_a__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__image{transform:scale(1.05)}.ProductCard-module__t53O_a__overlay{opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0003;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__overlay{opacity:1}.ProductCard-module__t53O_a__viewButton{color:#000;background-color:#fff;border-radius:9999px;padding:.75rem 1.5rem;font-weight:600;transition:transform .3s,background-color .2s;transform:translateY(20px)}.ProductCard-module__t53O_a__viewButton:hover{background-color:var(--card-bg)}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__viewButton{transform:translateY(0)}.ProductCard-module__t53O_a__info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.ProductCard-module__t53O_a__name{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.ProductCard-module__t53O_a__price{color:var(--primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}
@keyframes Toast-module__UKUNqG__toastIn{0%{opacity:0;transform:translate(-50%)translateY(-18px)scale(.95)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.Toast-module__UKUNqG__toast{z-index:9999;pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #0000;border-radius:10px;align-items:center;gap:.625rem;width:max-content;min-width:280px;max-width:460px;padding:.8rem 1rem;font-size:.875rem;font-weight:500;animation:.38s cubic-bezier(.34,1.56,.64,1) both Toast-module__UKUNqG__toastIn;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000024,0 2px 8px #00000014}.Toast-module__UKUNqG__success{color:#1e673c;background:#effaf4;border-color:#98e1b7}[data-theme=dark] .Toast-module__UKUNqG__success{color:#8de2b0;background:#182a20;border-color:#30553f}.Toast-module__UKUNqG__error{color:#8f1e1e;background:#fdf1f1;border-color:#f0a8a8}[data-theme=dark] .Toast-module__UKUNqG__error{color:#f17e7e;background:#391414;border-color:#6a2525}.Toast-module__UKUNqG__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Toast-module__UKUNqG__message{flex:1;line-height:1.4}.Toast-module__UKUNqG__close{color:currentColor;opacity:.5;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:.2rem;transition:opacity .15s;display:flex}.Toast-module__UKUNqG__close:hover{opacity:1}
@media (prefers-reduced-motion:no-preference){@keyframes Login-module__pVi8nG__fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.Login-module__pVi8nG__card{animation:.35s both Login-module__pVi8nG__fadeUp}}.Login-module__pVi8nG__page{background:var(--background);background-image:radial-gradient(at 60% 0,#306ee80f 0%,#0000 60%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.Login-module__pVi8nG__card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);width:100%;max-width:420px;padding:2.25rem 2rem;box-shadow:0 1px 3px #00000014,0 4px 16px #0000000a}.Login-module__pVi8nG__logo{justify-content:center;margin-bottom:1.5rem;display:flex}.Login-module__pVi8nG__logoText{letter-spacing:-.04em;color:var(--foreground);font-size:1.1rem;font-weight:800}.Login-module__pVi8nG__logoText span{color:var(--primary)}.Login-module__pVi8nG__heading{color:var(--foreground);text-align:center;letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.5rem;font-weight:500}.Login-module__pVi8nG__subtitle{color:var(--text-muted);text-align:center;margin-bottom:1.75rem;font-size:.875rem}.Login-module__pVi8nG__form{flex-direction:column;gap:1rem;display:flex}.Login-module__pVi8nG__field{flex-direction:column;gap:.35rem;display:flex}.Login-module__pVi8nG__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.Login-module__pVi8nG__input{border:1px solid var(--card-border);background:var(--background);width:100%;height:44px;color:var(--foreground);border-radius:8px;outline:none;padding:0 .875rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.Login-module__pVi8nG__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a5ee61f}.Login-module__pVi8nG__input::placeholder{color:var(--text-muted)}.Login-module__pVi8nG__input:read-only{opacity:.6;cursor:default}.Login-module__pVi8nG__passwordWrapper{align-items:center;display:flex;position:relative}.Login-module__pVi8nG__passwordWrapper .Login-module__pVi8nG__input{padding-right:2.75rem}.Login-module__pVi8nG__eyeBtn{color:var(--text-muted);border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:color .15s;display:flex;position:absolute;right:.75rem}.Login-module__pVi8nG__eyeBtn:hover{color:var(--foreground)}.Login-module__pVi8nG__fieldError{color:var(--color-danger);margin-top:.15rem;font-size:.72rem}.Login-module__pVi8nG__forgotLink{color:var(--primary);align-self:flex-end;margin-top:-.4rem;font-size:.75rem;font-weight:500;transition:opacity .15s}.Login-module__pVi8nG__forgotLink:hover{opacity:.75}.Login-module__pVi8nG__submitBtn{background:var(--primary);color:#fff;border-radius:8px;width:100%;height:44px;margin-top:.25rem;font-size:.9rem;font-weight:600;transition:background .15s,transform .15s,opacity .15s}.Login-module__pVi8nG__submitBtn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.Login-module__pVi8nG__submitBtn:disabled{opacity:.6;cursor:not-allowed}.Login-module__pVi8nG__errorBanner{color:var(--color-danger);text-align:center;background:#fdeded;border:1px solid #f9c8c8;border-radius:6px;padding:.6rem .875rem;font-size:.8rem}[data-theme=dark] .Login-module__pVi8nG__errorBanner{background:#3d1414;border-color:#6b2424}.Login-module__pVi8nG__successBanner{color:#248f50;text-align:center;background:#effbf4;border:1px solid #b6edcd;border-radius:6px;padding:.6rem .875rem;font-size:.8rem}[data-theme=dark] .Login-module__pVi8nG__successBanner{color:#85e0ab;background:#192e22;border-color:#2e563f}.Login-module__pVi8nG__divider{align-items:center;gap:.75rem;margin:.5rem 0;display:flex}.Login-module__pVi8nG__dividerLine{background:var(--card-border);flex:1;height:1px}.Login-module__pVi8nG__dividerText{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.Login-module__pVi8nG__googleBtn{border:1px solid var(--card-border);background:var(--background);width:100%;height:44px;color:var(--foreground);border-radius:8px;justify-content:center;align-items:center;gap:.625rem;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s;display:flex}.Login-module__pVi8nG__googleBtn:hover{background:var(--card-bg);border-color:var(--text-muted)}.Login-module__pVi8nG__footerLink{text-align:center;color:var(--text-muted);margin-top:1.25rem;font-size:.8rem}.Login-module__pVi8nG__footerLink a{color:var(--primary);margin-left:.25rem;font-weight:600;transition:opacity .15s}.Login-module__pVi8nG__footerLink a:hover{opacity:.75}.Login-module__pVi8nG__signupCta{text-align:center;background:#306ee80f;border:1px solid #306ee82e;border-radius:10px;flex-direction:column;align-items:center;gap:.45rem;margin-top:1.5rem;padding:1.1rem 1rem;display:flex}[data-theme=dark] .Login-module__pVi8nG__signupCta{background:#4775d114;border-color:#4775d138}.Login-module__pVi8nG__signupCtaText{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.Login-module__pVi8nG__signupCtaBtn{background:var(--primary);color:#fff;letter-spacing:-.01em;border-radius:8px;padding:.55rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .15s,transform .15s;display:inline-block}.Login-module__pVi8nG__signupCtaBtn:hover{background:var(--primary-hover);transform:translateY(-1px)}.Login-module__pVi8nG__signupCtaHint{color:var(--text-muted);font-size:.72rem}
.Account-module__KvZLVq__page{background:var(--background);min-height:100vh;padding-bottom:4rem}.Account-module__KvZLVq__container{max-width:860px;margin:0 auto;padding:2rem 1.5rem}.Account-module__KvZLVq__pageHeader{align-items:center;gap:1.25rem;margin-bottom:2.5rem;display:flex}.Account-module__KvZLVq__avatar{background:var(--accent);color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.6rem;font-weight:700;display:flex}.Account-module__KvZLVq__headerText h1{color:var(--foreground);letter-spacing:-.02em;font-size:1.5rem;font-weight:600}.Account-module__KvZLVq__headerText p{color:var(--text-muted);margin-top:.2rem;font-size:.875rem}.Account-module__KvZLVq__sections{flex-direction:column;gap:1.5rem;display:flex}.Account-module__KvZLVq__section{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:1.5rem}.Account-module__KvZLVq__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.Account-module__KvZLVq__sectionTitle{color:var(--foreground);letter-spacing:-.01em;font-size:1rem;font-weight:700}.Account-module__KvZLVq__editBtn{color:var(--primary);border:1px solid var(--card-border);background:var(--background);border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:border-color .15s,background .15s}.Account-module__KvZLVq__editBtn:hover{border-color:var(--primary);background:#1a5ee60f}.Account-module__KvZLVq__infoGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:560px){.Account-module__KvZLVq__infoGrid{grid-template-columns:1fr}}.Account-module__KvZLVq__infoItem{flex-direction:column;gap:.2rem;display:flex}.Account-module__KvZLVq__infoLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:600}.Account-module__KvZLVq__infoValue{color:var(--foreground);font-size:.9rem}.Account-module__KvZLVq__infoValueEmpty{color:var(--text-muted);font-size:.9rem;font-style:italic}.Account-module__KvZLVq__form{border-top:1px solid var(--card-border);flex-direction:column;gap:.875rem;margin-top:1rem;padding-top:1rem;display:flex}.Account-module__KvZLVq__formRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:560px){.Account-module__KvZLVq__formRow{grid-template-columns:1fr}}.Account-module__KvZLVq__fieldGroup{flex-direction:column;gap:.3rem;display:flex}.Account-module__KvZLVq__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.Account-module__KvZLVq__input{border:1px solid var(--card-border);background:var(--background);height:40px;color:var(--foreground);border-radius:8px;outline:none;width:100%;padding:0 .875rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.Account-module__KvZLVq__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a5ee61a}.Account-module__KvZLVq__selectWrapper{position:relative}.Account-module__KvZLVq__select{border:1px solid var(--card-border);background:var(--background);width:100%;height:40px;color:var(--foreground);appearance:none;border-radius:8px;outline:none;padding:0 2.25rem 0 .875rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.Account-module__KvZLVq__select:focus{border-color:var(--primary)}.Account-module__KvZLVq__selectChevron{color:var(--text-muted);pointer-events:none;font-size:.7rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.Account-module__KvZLVq__formActions{flex-wrap:wrap;gap:.75rem;display:flex}.Account-module__KvZLVq__saveBtn{background:var(--primary);color:#fff;border-radius:8px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .15s,transform .15s}.Account-module__KvZLVq__saveBtn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.Account-module__KvZLVq__saveBtn:disabled{opacity:.6;cursor:not-allowed}.Account-module__KvZLVq__cancelBtn{border:1px solid var(--card-border);background:var(--background);color:var(--text-muted);border-radius:8px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;transition:border-color .15s,color .15s}.Account-module__KvZLVq__cancelBtn:hover{border-color:var(--foreground);color:var(--foreground)}.Account-module__KvZLVq__successMsg{color:#248f50;background:#effbf4;border:1px solid #b6edcd;border-radius:6px;padding:.5rem .75rem;font-size:.78rem}[data-theme=dark] .Account-module__KvZLVq__successMsg{color:#85e0ab;background:#192e22;border-color:#2e563f}.Account-module__KvZLVq__errorMsg{color:var(--color-danger);background:#fdeded;border:1px solid #f9c8c8;border-radius:6px;padding:.5rem .75rem;font-size:.78rem}[data-theme=dark] .Account-module__KvZLVq__errorMsg{background:#3d1414;border-color:#6b2424}.Account-module__KvZLVq__accountActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Account-module__KvZLVq__signOutBtn{color:#c22929;background:0 0;border:1.5px solid #d92626;border-radius:8px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .15s,color .15s,transform .15s}.Account-module__KvZLVq__signOutBtn:hover:not(:disabled){color:#fff;background:#d92626;transform:translateY(-1px)}.Account-module__KvZLVq__signOutBtn:disabled{opacity:.5;cursor:not-allowed}.Account-module__KvZLVq__signOutHint{color:var(--text-muted);font-size:.78rem}.Account-module__KvZLVq__addressNotice{color:#36c;background:#f1f5fd;border:1px solid #c8d8f9;border-radius:6px;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;padding:.6rem .875rem;font-size:.78rem;display:flex}[data-theme=dark] .Account-module__KvZLVq__addressNotice{color:#8caef2;background:#151f32;border-color:#28395d}
.Orders-module__Du7BWG__page{background:var(--background);min-height:100vh;padding-bottom:5rem}.Orders-module__Du7BWG__container{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.Orders-module__Du7BWG__heading{color:var(--foreground);letter-spacing:-.03em;margin-bottom:.3rem;font-size:1.6rem;font-weight:700}.Orders-module__Du7BWG__subheading{color:var(--text-muted);margin-bottom:2rem;font-size:.875rem}.Orders-module__Du7BWG__backLink{color:var(--text-muted);align-items:center;gap:.4rem;margin-bottom:1.75rem;font-size:.8rem;font-weight:500;transition:color .15s;display:inline-flex}.Orders-module__Du7BWG__backLink:hover{color:var(--foreground)}.Orders-module__Du7BWG__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:6rem 1rem;display:flex}.Orders-module__Du7BWG__emptyIcon{width:60px;height:60px;color:var(--card-border)}.Orders-module__Du7BWG__emptyTitle{color:var(--foreground);font-size:1.1rem;font-weight:600}.Orders-module__Du7BWG__emptySubtitle{color:var(--text-muted);font-size:.875rem}.Orders-module__Du7BWG__shopBtn{background:var(--primary);color:#fff;border-radius:9999px;margin-top:.5rem;padding:.7rem 1.75rem;font-size:.875rem;font-weight:600;transition:background .15s,transform .15s}.Orders-module__Du7BWG__shopBtn:hover{background:var(--primary-hover);transform:translateY(-2px)}.Orders-module__Du7BWG__orderList{flex-direction:column;gap:1.5rem;display:flex}@keyframes Orders-module__Du7BWG__cardSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.Orders-module__Du7BWG__orderCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(12px);border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.5rem;animation:.45s both Orders-module__Du7BWG__cardSlideIn;display:flex;position:relative;overflow:hidden}.Orders-module__Du7BWG__orderCard:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#477eeb0a 0%,#0000 50%);position:absolute;inset:0}[data-theme=dark] .Orders-module__Du7BWG__orderCard{-webkit-backdrop-filter:blur(20px);background:#16181db3;border-color:#2c313a99}.Orders-module__Du7BWG__orderTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Orders-module__Du7BWG__orderMeta{flex-direction:column;gap:.15rem;display:flex}.Orders-module__Du7BWG__orderIdRow{align-items:center;gap:.35rem;display:flex}.Orders-module__Du7BWG__orderId{color:var(--foreground);letter-spacing:.04em;font-family:Courier New,monospace;font-size:.9rem;font-weight:700}.Orders-module__Du7BWG__copyBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;align-items:center;gap:.25rem;padding:.15rem .3rem;line-height:1;transition:color .15s,background .15s;display:inline-flex}.Orders-module__Du7BWG__copyBtn:hover{color:var(--foreground);background:var(--card-border)}.Orders-module__Du7BWG__copyBtn svg{width:13px;height:13px}.Orders-module__Du7BWG__copyFeedback{color:#2eb860;white-space:nowrap;font-size:.62rem;font-weight:600}[data-theme=dark] .Orders-module__Du7BWG__copyFeedback{color:#64d88f}.Orders-module__Du7BWG__orderDate{color:var(--text-muted);text-transform:capitalize;font-size:.72rem}.Orders-module__Du7BWG__badge{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-radius:9999px;padding:.25rem .7rem;font-size:.68rem;font-weight:700}.Orders-module__Du7BWG__badge_pending_whatsapp{color:#a16c12;background:#fdecce}[data-theme=dark] .Orders-module__Du7BWG__badge_pending_whatsapp{color:#f0c375;background:#412f10}.Orders-module__Du7BWG__badge_confirmed{color:#1259a1;background:#daebfb}[data-theme=dark] .Orders-module__Du7BWG__badge_confirmed{color:#75b3f0;background:#14293d}.Orders-module__Du7BWG__badge_preparing{color:#6629a3;background:#ebdef7}[data-theme=dark] .Orders-module__Du7BWG__badge_preparing{color:#b88de2;background:#291839}.Orders-module__Du7BWG__badge_shipped{color:#1d7272;background:#d6f5f5}[data-theme=dark] .Orders-module__Du7BWG__badge_shipped{color:#5cd6d6;background:#153232}.Orders-module__Du7BWG__badge_delivered{color:#1d723c;background:#d6f5e1}[data-theme=dark] .Orders-module__Du7BWG__badge_delivered{color:#5cd689;background:#142e1e}.Orders-module__Du7BWG__badge_cancelled{color:#ad1f1f;background:#fbdfdf}[data-theme=dark] .Orders-module__Du7BWG__badge_cancelled{color:#e77474;background:#3d1414}@keyframes Orders-module__Du7BWG__stepPulse{0%,to{transform:scale(1);box-shadow:0 0 #3d7af580,0 0 0 6px #3d7af526}50%{transform:scale(1.05);box-shadow:0 0 0 4px #3d7af54d,0 0 0 10px #3d7af50f}}.Orders-module__Du7BWG__stepper{grid-template-columns:repeat(6,1fr);gap:0;padding:1.25rem 0 .5rem;display:grid;position:relative}.Orders-module__Du7BWG__stepItem{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex;position:relative}.Orders-module__Du7BWG__connector{background:var(--card-border);z-index:0;height:2px;transition:background .3s;position:absolute;top:18px;left:-50%;right:50%}.Orders-module__Du7BWG__connectorFilled{background:linear-gradient(90deg,#33cc6b,#3d99f5)}.Orders-module__Du7BWG__stepNode{z-index:1;position:relative}.Orders-module__Du7BWG__stepIcon{border:2px solid var(--card-border);background:var(--card-bg);width:36px;height:36px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Orders-module__Du7BWG__stepIcon svg{width:15px;height:15px}.Orders-module__Du7BWG__stepIconDone{color:#fff;background:#2eb860;border-color:#2eb860}.Orders-module__Du7BWG__stepIconActive{color:#fff;background:linear-gradient(135deg,#3d7af5,#8e5eed);border-color:#0000;animation:2.4s ease-in-out infinite Orders-module__Du7BWG__stepPulse}@media (prefers-reduced-motion:reduce){.Orders-module__Du7BWG__stepIconActive{animation:none}}.Orders-module__Du7BWG__stepLabel{flex-direction:column;align-items:center;gap:.2rem;padding:0 .25rem;display:flex}.Orders-module__Du7BWG__stepLabelText{color:var(--text-muted);font-size:.62rem;font-weight:500;line-height:1.3;transition:color .2s}.Orders-module__Du7BWG__stepActive .Orders-module__Du7BWG__stepLabelText{color:var(--foreground);font-weight:700}.Orders-module__Du7BWG__stepDone .Orders-module__Du7BWG__stepLabelText{color:#29a356}[data-theme=dark] .Orders-module__Du7BWG__stepDone .Orders-module__Du7BWG__stepLabelText{color:#47d17a}.Orders-module__Du7BWG__stepNote{color:#dc9518;text-align:center;font-size:.58rem;font-style:italic;line-height:1.3}[data-theme=dark] .Orders-module__Du7BWG__stepNote{color:#edb95e}@media (max-width:640px){.Orders-module__Du7BWG__stepper{grid-template-columns:1fr;gap:0;padding:.75rem 0}.Orders-module__Du7BWG__stepItem{text-align:left;flex-direction:row;align-items:flex-start;gap:.875rem;min-height:52px;padding:.5rem 0}.Orders-module__Du7BWG__connector{width:2px;height:auto;inset:-50% auto 50% 17px}.Orders-module__Du7BWG__stepNode{flex-shrink:0}.Orders-module__Du7BWG__stepLabel{align-items:flex-start;padding:.5rem 0 0}.Orders-module__Du7BWG__stepLabelText{font-size:.78rem}.Orders-module__Du7BWG__stepNote{font-size:.7rem}}.Orders-module__Du7BWG__itemList{background:var(--background);border:1px solid var(--card-border);border-radius:10px;flex-direction:column;gap:.875rem;padding:1rem;display:flex}.Orders-module__Du7BWG__itemListHeading{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.25rem;font-size:.72rem;font-weight:700}.Orders-module__Du7BWG__itemRow{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Orders-module__Du7BWG__itemLegend{color:var(--text-muted);word-break:break-word;flex:1;min-width:0;font-size:.78rem;line-height:1.5}.Orders-module__Du7BWG__itemPrice{color:var(--primary);white-space:nowrap;padding-top:.1rem;font-size:.85rem;font-weight:700}.Orders-module__Du7BWG__orderTotal{border-top:1px solid var(--card-border);justify-content:flex-end;align-items:center;gap:.625rem;padding-top:.875rem;display:flex}.Orders-module__Du7BWG__orderTotalLabel{color:var(--text-muted);font-size:.875rem;font-weight:500}.Orders-module__Du7BWG__orderTotalAmount{color:var(--foreground);letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.Orders-module__Du7BWG__evidenceBlock{background:color-mix(in srgb, var(--accent) 8%, transparent);border:1px solid color-mix(in srgb, var(--accent) 25%, transparent);border-radius:10px;margin:.75rem 0;padding:.875rem 1rem}.Orders-module__Du7BWG__evidenceLabel{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.625rem;font-size:.8rem;font-weight:600}.Orders-module__Du7BWG__evidenceImgRow{flex-wrap:wrap;gap:8px;display:flex}.Orders-module__Du7BWG__evidenceImgWrap{background:color-mix(in srgb, var(--foreground) 4%, transparent);border-radius:8px;flex:1;justify-content:center;align-items:center;min-width:0;min-height:120px;padding:8px;display:flex}.Orders-module__Du7BWG__evidenceImg{object-fit:contain;border-radius:5px;width:auto;max-width:100%;height:auto;max-height:280px;display:block}.Orders-module__Du7BWG__trackingBtn{background:color-mix(in srgb, var(--primary) 10%, transparent);border:1px solid color-mix(in srgb, var(--primary) 30%, transparent);color:var(--primary);border-radius:8px;align-items:center;gap:8px;margin:.5rem 0 .75rem;padding:10px 18px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.Orders-module__Du7BWG__trackingBtn svg{flex-shrink:0;width:16px;height:16px}.Orders-module__Du7BWG__trackingBtn:hover{background:color-mix(in srgb, var(--primary) 18%, transparent);border-color:color-mix(in srgb, var(--primary) 50%, transparent)}
.Signup-module__fYlxpq__nameRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:400px){.Signup-module__fYlxpq__nameRow{grid-template-columns:1fr}}
@keyframes Success-module__9hb2Ia__popIn{0%{opacity:0;transform:scale(.7)}70%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes Success-module__9hb2Ia__fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes Success-module__9hb2Ia__shimmer{0%{background-position:-200%}to{background-position:200%}}.Success-module__9hb2Ia__page{background:var(--background);justify-content:center;align-items:flex-start;min-height:100vh;padding:3rem 1rem 5rem;display:flex}.Success-module__9hb2Ia__container{width:100%;max-width:600px}.Success-module__9hb2Ia__card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:calc(var(--radius) + 4px);text-align:center;box-shadow:var(--shadow-md);flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem 2rem;animation:.5s both Success-module__9hb2Ia__fadeUp;display:flex}.Success-module__9hb2Ia__iconWrap{animation:.5s cubic-bezier(.34,1.56,.64,1) both Success-module__9hb2Ia__popIn}.Success-module__9hb2Ia__icon{filter:drop-shadow(0 6px 20px #22c36573);width:72px;height:72px}.Success-module__9hb2Ia__iconCircle{fill:#20b65f}.Success-module__9hb2Ia__title{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:900}.Success-module__9hb2Ia__subtitle{color:var(--text-muted);max-width:400px;margin:0;font-size:.9375rem;line-height:1.6}.Success-module__9hb2Ia__refBox{background:linear-gradient(135deg,#256af414,#6347eb14);border:1px solid #477eeb33;border-radius:10px;flex-direction:column;align-items:center;gap:.3rem;width:100%;padding:1rem 2rem;display:flex}.Success-module__9hb2Ia__refLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:700}.Success-module__9hb2Ia__refValue{color:#3d7af5;letter-spacing:.04em;font-family:monospace;font-size:1.25rem;font-weight:900}.Success-module__9hb2Ia__itemsSection{text-align:left;width:100%}.Success-module__9hb2Ia__itemsTitle{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.75rem;font-size:.875rem;font-weight:700}.Success-module__9hb2Ia__itemsList{border:1px solid var(--card-border);border-radius:10px;flex-direction:column;gap:0;margin-bottom:0;display:flex;overflow:hidden}.Success-module__9hb2Ia__item{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:flex-start;gap:1rem;padding:.75rem 1rem;display:flex}.Success-module__9hb2Ia__item:last-child{border-bottom:none}.Success-module__9hb2Ia__itemInfo{flex-direction:column;gap:.2rem;display:flex}.Success-module__9hb2Ia__itemName{color:var(--foreground);font-size:.875rem;font-weight:600}.Success-module__9hb2Ia__itemMeta{color:var(--text-muted);font-size:.75rem}.Success-module__9hb2Ia__itemPrice{color:var(--foreground);white-space:nowrap;flex-shrink:0;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.Success-module__9hb2Ia__itemQty{color:var(--text-muted);font-size:.75rem}.Success-module__9hb2Ia__totalRow{background:var(--card-bg);border:1px solid var(--card-border);color:var(--foreground);border-top:none;border-radius:0 0 10px 10px;justify-content:space-between;align-items:center;padding:.875rem 1rem;font-size:.9rem;font-weight:700;display:flex}.Success-module__9hb2Ia__totalValue{color:var(--primary);font-size:1rem;font-weight:900}.Success-module__9hb2Ia__couponNote{color:#29a35c;text-align:center;margin-top:.5rem;font-size:.75rem;font-weight:600}[data-theme=dark] .Success-module__9hb2Ia__couponNote{color:#69d395}.Success-module__9hb2Ia__shippingBox{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:.875rem;display:flex}.Success-module__9hb2Ia__shippingLabel{color:var(--text-muted);font-weight:600}.Success-module__9hb2Ia__shippingValue{color:var(--foreground);font-weight:500}.Success-module__9hb2Ia__contactBox{background:linear-gradient(135deg,#f3fcf6,#f0faf6);border:1px solid #bae8cb;border-radius:10px;flex-direction:column;align-items:center;gap:.4rem;width:100%;padding:1.25rem 1.5rem;display:flex}[data-theme=dark] .Success-module__9hb2Ia__contactBox{background:linear-gradient(135deg,#122117,#111d18);border-color:#24422f}.Success-module__9hb2Ia__contactText{color:var(--text-muted);margin:0;font-size:.875rem}.Success-module__9hb2Ia__contactEmail{color:#1b9849;font-size:.9rem;font-weight:700;text-decoration:underline;transition:opacity .2s}[data-theme=dark] .Success-module__9hb2Ia__contactEmail{color:#47d17a}.Success-module__9hb2Ia__contactEmail:hover{opacity:.75}.Success-module__9hb2Ia__contactNote{color:var(--text-muted);margin:0;font-size:.75rem}.Success-module__9hb2Ia__whatsappSection{background:linear-gradient(135deg,#eefcf3,#ebfaf4);border:1px solid #a8e6bf;border-radius:12px;flex-direction:column;align-items:center;gap:.6rem;width:100%;padding:1.5rem;animation:.4s .2s both Success-module__9hb2Ia__fadeUp;display:flex}[data-theme=dark] .Success-module__9hb2Ia__whatsappSection{background:linear-gradient(135deg,#0f1f15,#0e1b15);border-color:#244c33}.Success-module__9hb2Ia__whatsappNote{color:var(--text-muted);text-align:center;margin:0;font-size:.8125rem;line-height:1.5}.Success-module__9hb2Ia__whatsappBtn{color:#fff;background:linear-gradient(135deg,#1ba74e,#1a894e);border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 4px 16px #1f934a66}.Success-module__9hb2Ia__whatsappBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1f934a8c}.Success-module__9hb2Ia__whatsappCountdown{color:#30a65b;letter-spacing:.01em;margin:0;font-size:.75rem;font-weight:600}[data-theme=dark] .Success-module__9hb2Ia__whatsappCountdown{color:#61d18a}.Success-module__9hb2Ia__cta{color:#fff;background:linear-gradient(135deg,#256af4,#6347eb);border-radius:9999px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #1a5ee659}.Success-module__9hb2Ia__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1a5ee680}@media (max-width:480px){.Success-module__9hb2Ia__card{padding:1.75rem 1.25rem}.Success-module__9hb2Ia__title{font-size:1.4rem}}
.ProductList-module__zmu4OW__container{max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem 4rem}.ProductList-module__zmu4OW__infoBar{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ProductList-module__zmu4OW__infoText{color:var(--text-muted);letter-spacing:.01em;font-size:.8rem}.ProductList-module__zmu4OW__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (min-width:640px){.ProductList-module__zmu4OW__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:768px){.ProductList-module__zmu4OW__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.ProductList-module__zmu4OW__grid{grid-template-columns:repeat(4,1fr)}}.ProductList-module__zmu4OW__empty{color:var(--text-muted);text-align:center;flex-direction:column;grid-column:1/-1;align-items:center;gap:.875rem;padding:5rem 1rem;display:flex}.ProductList-module__zmu4OW__empty p{font-size:.9rem}.ProductList-module__zmu4OW__resetBtn{border:1.5px solid var(--card-border);background:var(--background);color:var(--text-muted);border-radius:8px;padding:.45rem 1.1rem;font-size:.8rem;font-weight:600;transition:border-color .15s,color .15s}.ProductList-module__zmu4OW__resetBtn:hover{border-color:var(--primary);color:var(--primary)}
