.AddressForm-module__7X6fJq__form{background:var(--color-bg-secondary);border-radius:var(--radius-lg);border:1px dashed var(--color-primary-200);grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2rem;padding:1.5rem;animation:.3s ease-out AddressForm-module__7X6fJq__slideDown;display:grid}@keyframes AddressForm-module__7X6fJq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.AddressForm-module__7X6fJq__fullWidth{grid-column:span 2}.AddressForm-module__7X6fJq__field{flex-direction:column;gap:.5rem;display:flex}.AddressForm-module__7X6fJq__label{color:var(--color-text-secondary);font-size:.85rem;font-weight:700}.AddressForm-module__7X6fJq__input,.AddressForm-module__7X6fJq__select{border-radius:var(--radius-md);border:1px solid var(--color-border);color:var(--color-text);background:#fff;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.AddressForm-module__7X6fJq__input:focus,.AddressForm-module__7X6fJq__select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-50);outline:none}.AddressForm-module__7X6fJq__actions{grid-column:span 2;justify-content:flex-end;gap:1rem;margin-top:.5rem;display:flex}.AddressForm-module__7X6fJq__cancelBtn{color:var(--color-text-muted);padding:.75rem 1.5rem;font-weight:600;transition:color .2s}.AddressForm-module__7X6fJq__cancelBtn:hover{color:var(--color-danger)}.AddressForm-module__7X6fJq__submitBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:700;transition:all .3s;display:flex}.AddressForm-module__7X6fJq__submitBtn:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.AddressForm-module__7X6fJq__submitBtn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:640px){.AddressForm-module__7X6fJq__form{grid-template-columns:1fr;gap:.85rem;padding:1rem .85rem}.AddressForm-module__7X6fJq__fullWidth,.AddressForm-module__7X6fJq__actions{grid-column:span 1}.AddressForm-module__7X6fJq__actions{flex-direction:column-reverse;gap:.5rem}.AddressForm-module__7X6fJq__submitBtn,.AddressForm-module__7X6fJq__cancelBtn{text-align:center;justify-content:center;width:100%;padding:.75rem 1rem}}
.ConfirmationModal-module__msZCCW__wrapper{z-index:9999;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.ConfirmationModal-module__msZCCW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;transition:all .3s;position:absolute;inset:0}.ConfirmationModal-module__msZCCW__modal{border-radius:var(--radius-2xl,24px);border:1px solid var(--color-border-light,#eee);background:#fff;width:100%;max-width:400px;padding:2rem;animation:.4s cubic-bezier(.16,1,.3,1) ConfirmationModal-module__msZCCW__modalAppear;position:relative;box-shadow:0 20px 50px #0003}@media (max-width:480px){.ConfirmationModal-module__msZCCW__modal{border-radius:var(--radius-xl,20px);padding:1.5rem}.ConfirmationModal-module__msZCCW__iconWrapper{width:40px;height:40px;margin-bottom:1rem}.ConfirmationModal-module__msZCCW__title{font-size:1.15rem}.ConfirmationModal-module__msZCCW__message{margin-bottom:1.5rem;font-size:.9rem}}@keyframes ConfirmationModal-module__msZCCW__modalAppear{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ConfirmationModal-module__msZCCW__iconWrapper{width:48px;height:48px;color:var(--color-danger,#e74c3c);background:#fff5f5;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.ConfirmationModal-module__msZCCW__title{color:var(--color-text,#1a1a1a);margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.ConfirmationModal-module__msZCCW__message{color:var(--color-text-muted,#666);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.ConfirmationModal-module__msZCCW__actions{gap:1rem;display:flex}.ConfirmationModal-module__msZCCW__cancelBtn,.ConfirmationModal-module__msZCCW__confirmBtn{border-radius:var(--radius-lg,12px);cursor:pointer;flex:1;padding:.85rem;font-size:.9rem;font-weight:700;transition:all .2s}.ConfirmationModal-module__msZCCW__cancelBtn{background:var(--color-bg-secondary,#f8f9fa);color:var(--color-text-secondary,#444);border:1px solid var(--color-border-light,#eee)}.ConfirmationModal-module__msZCCW__cancelBtn:hover{background:var(--color-bg-tertiary,#f1f3f5)}.ConfirmationModal-module__msZCCW__confirmBtn{background:var(--color-primary,#8e44ad);color:#fff;border:none}.ConfirmationModal-module__msZCCW__confirmBtn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #8e44ad4d}.ConfirmationModal-module__msZCCW__dangerBtn{background:var(--color-danger,#e74c3c)}.ConfirmationModal-module__msZCCW__dangerBtn:hover{box-shadow:0 5px 15px #e74c3c4d}[dir=rtl] .ConfirmationModal-module__msZCCW__title,[dir=rtl] .ConfirmationModal-module__msZCCW__message{text-align:right}[dir=rtl] .ConfirmationModal-module__msZCCW__actions{flex-direction:row-reverse}[dir=rtl] .ConfirmationModal-module__msZCCW__iconWrapper{margin-left:auto;margin-right:0}
.CartSidebar-module__thz8_q__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;opacity:0;visibility:hidden;background:#0006;transition:all .3s;position:fixed;inset:0}.CartSidebar-module__thz8_q__overlayOpen{opacity:1;visibility:visible}.CartSidebar-module__thz8_q__sidebar{z-index:2001;visibility:hidden;pointer-events:none;background:#fff;grid-template-rows:auto 1fr auto;width:420px;max-width:90vw;height:100dvh;transition:transform .4s cubic-bezier(.4,0,.2,1),visibility .4s;display:grid;position:fixed;top:0;overflow:hidden;box-shadow:-10px 0 40px #0000001a}[dir=rtl] .CartSidebar-module__thz8_q__sidebar{left:0;transform:translate(-100%)}[dir=ltr] .CartSidebar-module__thz8_q__sidebar{right:0;transform:translate(100%)}.CartSidebar-module__thz8_q__sidebarOpen{visibility:visible!important;pointer-events:auto!important;transform:translate(0)!important}.CartSidebar-module__thz8_q__header{border-bottom:1px solid var(--color-border-light);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartSidebar-module__thz8_q__title{color:var(--color-text);font-size:1.25rem;font-weight:800}.CartSidebar-module__thz8_q__itemCount{color:var(--color-text-muted);margin-inline-start:.5rem;font-size:.85rem;font-weight:600}.CartSidebar-module__thz8_q__closeBtn{background:var(--color-bg-tertiary);width:40px;height:40px;color:var(--color-text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.CartSidebar-module__thz8_q__closeBtn:hover{background:var(--color-danger);color:#fff}.CartSidebar-module__thz8_q__itemsList{flex-direction:column;gap:1.25rem;min-height:0;padding:1.25rem;display:flex;overflow-y:auto}.CartSidebar-module__thz8_q__cartItem{background:var(--color-bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--color-border-light);gap:1rem;padding:1rem;transition:all .2s;display:flex}.CartSidebar-module__thz8_q__cartItem:hover{border-color:var(--color-primary-200)}.CartSidebar-module__thz8_q__itemImage{border-radius:var(--radius-md);object-fit:cover;background:var(--color-bg-tertiary);flex-shrink:0;width:80px;height:80px}.CartSidebar-module__thz8_q__itemDetails{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.CartSidebar-module__thz8_q__itemName{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.CartSidebar-module__thz8_q__itemMeta{color:var(--color-text-muted);flex-wrap:wrap;gap:.5rem;font-size:.75rem;display:flex}.CartSidebar-module__thz8_q__metaTag{background:var(--color-primary-50);color:var(--color-primary);border-radius:var(--radius-full);align-items:center;gap:.25rem;padding:.15rem .5rem;font-weight:600;display:inline-flex}.CartSidebar-module__thz8_q__colorTag{align-items:center;gap:.25rem;display:inline-flex}.CartSidebar-module__thz8_q__colorDot{border:1.5px solid var(--color-border);border-radius:50%;width:10px;height:10px}.CartSidebar-module__thz8_q__itemBottom{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.CartSidebar-module__thz8_q__itemPrice{color:var(--color-primary);font-size:.95rem;font-weight:800}.CartSidebar-module__thz8_q__quantityControls{border-radius:var(--radius-md);border:1px solid var(--color-border);align-items:center;gap:0;display:flex;overflow:hidden}.CartSidebar-module__thz8_q__qtyBtn{background:var(--color-bg-tertiary);width:30px;height:30px;color:var(--color-text);justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:all .15s;display:flex}.CartSidebar-module__thz8_q__qtyBtn:hover{background:var(--color-primary);color:#fff}.CartSidebar-module__thz8_q__qtyValue{text-align:center;background:#fff;width:36px;height:30px;font-size:.85rem;font-weight:700;line-height:30px}.CartSidebar-module__thz8_q__removeBtn{color:var(--color-text-muted);padding:.25rem;transition:color .2s}.CartSidebar-module__thz8_q__removeBtn:hover{color:var(--color-danger)}.CartSidebar-module__thz8_q__footer{border-top:1px solid var(--color-border-light);padding:1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));background:#fff;flex-direction:column;gap:.75rem;display:flex;position:relative;box-shadow:0 -10px 20px #0000000d}.CartSidebar-module__thz8_q__totalsRow{justify-content:space-between;align-items:center;display:flex}.CartSidebar-module__thz8_q__totalsLabel{color:var(--color-text);font-size:1rem;font-weight:700}.CartSidebar-module__thz8_q__totalsValue{color:var(--color-primary);font-size:1.25rem;font-weight:800}.CartSidebar-module__thz8_q__checkoutBtn{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;border-radius:var(--radius-lg);text-align:center;width:100%;box-shadow:var(--shadow-primary);padding:1rem;font-size:1rem;font-weight:700;transition:all .3s}.CartSidebar-module__thz8_q__checkoutBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8e44ad59}.CartSidebar-module__thz8_q__clearBtn{text-align:center;color:var(--color-text-muted);border-radius:var(--radius-md);cursor:pointer;padding:.5rem;font-size:.85rem;font-weight:600;transition:all .2s}.CartSidebar-module__thz8_q__clearBtn:hover{color:var(--color-danger);background:var(--color-danger-50,#fff5f5)}.CartSidebar-module__thz8_q__emptyState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.CartSidebar-module__thz8_q__emptyIcon{width:80px;height:80px;color:var(--color-border)}.CartSidebar-module__thz8_q__emptyTitle{color:var(--color-text);font-size:1.15rem;font-weight:700}.CartSidebar-module__thz8_q__emptyDesc{color:var(--color-text-muted);font-size:.9rem}.CartSidebar-module__thz8_q__continueBtn{background:var(--color-primary-50);color:var(--color-primary);border-radius:var(--radius-full);border:1px solid var(--color-primary-200);padding:.75rem 2rem;font-size:.9rem;font-weight:700;transition:all .3s}.CartSidebar-module__thz8_q__continueBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}@media (max-width:480px){.CartSidebar-module__thz8_q__sidebar{width:100%;max-width:100%}.CartSidebar-module__thz8_q__header{padding:1rem 1.25rem}.CartSidebar-module__thz8_q__itemsList{padding:1rem}.CartSidebar-module__thz8_q__footer{padding:1rem 1.25rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,20px))}.CartSidebar-module__thz8_q__checkoutBtn{padding:1rem;font-size:1.1rem}}
.WhatsAppButton-module__Ya1Cjq__whatsappFloat{pointer-events:auto;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;outline:none;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;display:flex;inset:auto auto 28px 24px;z-index:999999!important;direction:ltr!important;margin:0!important;padding:0!important;position:fixed!important}.WhatsAppButton-module__Ya1Cjq__isDragging{cursor:grabbing!important;transition:none!important}.WhatsAppButton-module__Ya1Cjq__whatsappBtn{color:#fff;cursor:grab;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;display:flex;position:relative;box-shadow:0 8px 24px #25d36673,0 4px 10px #00000026}.WhatsAppButton-module__Ya1Cjq__isDragging .WhatsAppButton-module__Ya1Cjq__whatsappBtn{cursor:grabbing!important;transform:scale(1.15)!important;box-shadow:0 16px 36px #25d366a6,0 8px 18px #00000040!important}.WhatsAppButton-module__Ya1Cjq__pulseRing{z-index:-1;pointer-events:none;background:#25d36666;border-radius:50%;animation:2.2s cubic-bezier(.24,0,.38,1) infinite WhatsAppButton-module__Ya1Cjq__pulse;position:absolute;inset:-6px}.WhatsAppButton-module__Ya1Cjq__isDragging .WhatsAppButton-module__Ya1Cjq__pulseRing{opacity:.8;animation:none;transform:scale(1.2)}.WhatsAppButton-module__Ya1Cjq__whatsappFloat:hover:not(.WhatsAppButton-module__Ya1Cjq__isDragging) .WhatsAppButton-module__Ya1Cjq__whatsappBtn{transform:scale(1.1)rotate(6deg);box-shadow:0 12px 30px #25d36699,0 6px 14px #0003}.WhatsAppButton-module__Ya1Cjq__whatsappIcon{fill:currentColor;pointer-events:none;width:32px;height:32px;transition:transform .3s}.WhatsAppButton-module__Ya1Cjq__tooltip{-webkit-backdrop-filter:blur(12px);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;direction:rtl;background:#0f172af0;border:1px solid #ffffff26;border-radius:9999px;padding:.5rem .9rem;font-size:.82rem;font-weight:700;transition:all .25s cubic-bezier(.2,.8,.2,1);position:absolute;top:50%;box-shadow:0 6px 20px #0003}.WhatsAppButton-module__Ya1Cjq__tooltipRight{left:calc(100% + 12px);transform:translateY(-50%)translate(-8px)scale(.95)}.WhatsAppButton-module__Ya1Cjq__tooltipLeft{right:calc(100% + 12px);transform:translateY(-50%)translate(8px)scale(.95)}.WhatsAppButton-module__Ya1Cjq__whatsappFloat:hover:not(.WhatsAppButton-module__Ya1Cjq__isDragging) .WhatsAppButton-module__Ya1Cjq__tooltipRight,.WhatsAppButton-module__Ya1Cjq__whatsappFloat:hover:not(.WhatsAppButton-module__Ya1Cjq__isDragging) .WhatsAppButton-module__Ya1Cjq__tooltipLeft{opacity:1;transform:translateY(-50%)translate(0)scale(1)}@keyframes WhatsAppButton-module__Ya1Cjq__pulse{0%{opacity:.7;transform:scale(.95)}50%{opacity:0;transform:scale(1.3)}to{opacity:0;transform:scale(.95)}}@media (max-width:768px){.WhatsAppButton-module__Ya1Cjq__whatsappFloat{width:52px;height:52px}.WhatsAppButton-module__Ya1Cjq__whatsappIcon{width:28px;height:28px}.WhatsAppButton-module__Ya1Cjq__tooltip{display:none!important}}
.Toast-module__DGgETa__container{top:2rem;top:calc(1rem + env(safe-area-inset-top,1rem));z-index:10000;pointer-events:none;flex-direction:column;gap:.75rem;width:100%;max-width:400px;padding:0 1rem;display:flex;position:fixed;left:50%;transform:translate(-50%)}@media (max-width:480px){.Toast-module__DGgETa__container{top:calc(.5rem + env(safe-area-inset-top,.5rem));max-width:100%}.Toast-module__DGgETa__toast{border-radius:var(--radius-lg,12px);padding:.6rem 1rem}}.Toast-module__DGgETa__toast{border-radius:var(--radius-xl,16px);pointer-events:auto;border:1px solid var(--color-border-light,#eee);background:#fff;align-items:center;gap:.75rem;padding:.75rem 1.25rem;animation:.4s cubic-bezier(.16,1,.3,1) Toast-module__DGgETa__toastAppear;display:flex;box-shadow:0 10px 30px #0000001f}@keyframes Toast-module__DGgETa__toastAppear{0%{opacity:0;transform:translateY(-20px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.Toast-module__DGgETa__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Toast-module__DGgETa__success .Toast-module__DGgETa__icon{color:#2ecc71}.Toast-module__DGgETa__error .Toast-module__DGgETa__icon{color:var(--color-danger,#e74c3c)}.Toast-module__DGgETa__message{color:var(--color-text,#1a1a1a);font-size:.9rem;font-weight:700}[dir=rtl] .Toast-module__DGgETa__toast{flex-direction:row}[dir=rtl] .Toast-module__DGgETa__message{text-align:right}
.ProductCard-module__g-pugq__card{border-radius:var(--radius-md);border:1px solid var(--color-border);background:#fff;flex-direction:column;transition:all .35s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0f172a08}.ProductCard-module__g-pugq__card:hover{box-shadow:0 10px 24px -6px hsla(var(--p-h),var(--p-s),46%,.18),0 0 0 1px hsla(var(--p-h),var(--p-s),46%,.15);border-color:var(--color-primary-200);transform:translateY(-3px)}.ProductCard-module__g-pugq__imageWrapper{aspect-ratio:1;border-bottom:1px solid var(--color-border-light);background:#fff;justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative;overflow:hidden}.ProductCard-module__g-pugq__image{object-fit:contain;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.ProductCard-module__g-pugq__card:hover .ProductCard-module__g-pugq__image{transform:scale(1.06)}.ProductCard-module__g-pugq__discountBadge{color:#fff;border-radius:var(--radius-full);z-index:5;text-transform:uppercase;letter-spacing:.03em;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:1px solid #ffffff4d;padding:.15rem .45rem;font-size:.56rem;font-weight:800;position:absolute;top:.35rem;left:.35rem;box-shadow:0 3px 8px #ef444440}[dir=rtl] .ProductCard-module__g-pugq__discountBadge{left:auto;right:.35rem}.ProductCard-module__g-pugq__favoriteBtn{-webkit-backdrop-filter:blur(6px);color:#64748b;cursor:pointer;z-index:5;background:#ffffffeb;border:1px solid #e2e8f0cc;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;top:.35rem;right:.35rem;box-shadow:0 2px 6px #0f172a0f}[dir=rtl] .ProductCard-module__g-pugq__favoriteBtn{left:.35rem;right:auto}.ProductCard-module__g-pugq__favoriteBtn:hover{color:#ef4444;background:#fff;transform:scale(1.1);box-shadow:0 4px 10px #ef444433}.ProductCard-module__g-pugq__favoriteActive{color:#ef4444;background:#fff}.ProductCard-module__g-pugq__favoriteActive svg{fill:#ef4444}.ProductCard-module__g-pugq__info{flex-direction:column;flex:1;gap:.15rem;padding:.5rem .65rem .6rem;display:flex}.ProductCard-module__g-pugq__category{color:var(--color-primary);text-transform:uppercase;letter-spacing:.04em;opacity:.9;margin-bottom:.15rem;font-size:.65rem;font-weight:800;display:block}.ProductCard-module__g-pugq__name{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5rem;margin-bottom:.25rem;font-size:.92rem;font-weight:750;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.ProductCard-module__g-pugq__card:hover .ProductCard-module__g-pugq__name{color:var(--color-primary)}.ProductCard-module__g-pugq__colorsRow{gap:4px;margin-bottom:.2rem;display:flex}.ProductCard-module__g-pugq__colorDot{border:1px solid #0000001f;border-radius:50%;width:8px;height:8px}.ProductCard-module__g-pugq__priceRow{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.15rem;display:flex}.ProductCard-module__g-pugq__priceContainer{align-items:baseline;gap:.2rem;display:flex}.ProductCard-module__g-pugq__price{color:var(--color-primary);font-size:.92rem;font-weight:900}.ProductCard-module__g-pugq__currency{color:var(--color-primary);opacity:.85;font-size:.58rem;font-weight:800}.ProductCard-module__g-pugq__originalPrice{color:var(--color-text-muted);margin-left:.35rem;font-size:.66rem;text-decoration:line-through}[dir=rtl] .ProductCard-module__g-pugq__originalPrice{margin-left:0;margin-right:.35rem}.ProductCard-module__g-pugq__addToCartBtn{background:var(--color-primary-50);width:100%;color:var(--color-primary);border:1px solid var(--color-primary-200);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;gap:.35rem;margin-top:.45rem;padding:.4rem .55rem;font-size:.74rem;font-weight:750;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex}.ProductCard-module__g-pugq__addToCartBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:0 4px 12px hsla(var(--p-h),var(--p-s),46%,.3);transform:translateY(-1px)}.ProductCard-module__g-pugq__addToCartBtn:active{transform:translateY(0)}.ProductCard-module__g-pugq__addToCartBtnAdded{color:#fff!important;background:#10b981!important;border-color:#10b981!important;box-shadow:0 4px 12px #10b9814d!important}@media (max-width:768px){.ProductCard-module__g-pugq__info{padding:.45rem .55rem .5rem}.ProductCard-module__g-pugq__category{font-size:.6rem}.ProductCard-module__g-pugq__name{min-height:2.2rem;font-size:.85rem;line-height:1.3}.ProductCard-module__g-pugq__price{font-size:.88rem}.ProductCard-module__g-pugq__addToCartBtn{gap:.25rem;margin-top:.35rem;padding:.38rem .45rem;font-size:.72rem}}
.HomeProductsSection-module__MCb0cG__loaderContainer{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:2.5rem 0 1rem;display:flex}.HomeProductsSection-module__MCb0cG__spinner{border:3px solid #d4955a33;border-top-color:var(--color-primary);border-radius:50%;width:38px;height:38px;animation:.8s cubic-bezier(.4,0,.2,1) infinite HomeProductsSection-module__MCb0cG__spin}.HomeProductsSection-module__MCb0cG__loadingText{color:var(--color-text-secondary);margin-top:.75rem;font-size:.9rem;font-weight:600}.HomeProductsSection-module__MCb0cG__endMessage{text-align:center;color:var(--color-text-muted);padding:2rem 0 1rem;font-size:.9rem;font-weight:500}.HomeProductsSection-module__MCb0cG__sentinel{pointer-events:none;width:100%;height:40px;margin-top:1rem}@keyframes HomeProductsSection-module__MCb0cG__spin{to{transform:rotate(360deg)}}
.FeaturesSection-module__WDKDFq__section{border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light);background:linear-gradient(#fff 0%,#f8fafc 100%);padding:4.5rem 0}.FeaturesSection-module__WDKDFq__grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.FeaturesSection-module__WDKDFq__featureItem{border-radius:var(--radius-xl);background:#fff;border:1px solid #e2e8f0;align-items:center;gap:1.25rem;padding:1.75rem 1.5rem;transition:all .4s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 4px 15px #0f172a08}.FeaturesSection-module__WDKDFq__featureItem:hover{border-color:var(--color-primary-200);box-shadow:0 16px 32px -8px hsla(var(--p-h),var(--p-s),46%,.15);background:#fff;transform:translateY(-6px)}.FeaturesSection-module__WDKDFq__iconWrapper{background:linear-gradient(135deg,hsla(var(--p-h),var(--p-s),46%,.12)0%,hsla(var(--p-h),var(--p-s),46%,.04)100%);width:60px;height:60px;color:var(--color-primary);border-radius:var(--radius-lg);border:1px solid hsla(var(--p-h),var(--p-s),46%,.18);flex-shrink:0;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.2,.8,.2,1);display:flex}.FeaturesSection-module__WDKDFq__featureItem:hover .FeaturesSection-module__WDKDFq__iconWrapper{background:var(--color-primary);color:#fff;box-shadow:0 10px 24px -4px hsla(var(--p-h),var(--p-s),46%,.4);transform:rotate(6deg)scale(1.08)}.FeaturesSection-module__WDKDFq__textContent{flex-direction:column;gap:.3rem;display:flex}.FeaturesSection-module__WDKDFq__featureTitle{color:var(--color-text);font-size:1.1rem;font-weight:800}.FeaturesSection-module__WDKDFq__featureDesc{color:var(--color-text-secondary);font-size:.88rem;line-height:1.45}@media (max-width:1024px){.FeaturesSection-module__WDKDFq__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:640px){.FeaturesSection-module__WDKDFq__grid{grid-template-columns:1fr;gap:1rem}.FeaturesSection-module__WDKDFq__featureItem{padding:1.25rem}}
@keyframes categories-module__iL4TIG__fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes categories-module__iL4TIG__pulse{0%,to{opacity:1}50%{opacity:.4}}.categories-module__iL4TIG__page{min-height:calc(100vh - var(--navbar-height));background:var(--color-bg);padding-bottom:5rem}.categories-module__iL4TIG__heroSection{background:linear-gradient(135deg,hsla(var(--p-h),var(--p-s),46%,.08)0%,hsla(var(--p-h),var(--p-s),46%,.02)100%);border-bottom:1px solid var(--color-border);margin-bottom:1.5rem;padding:2.25rem 0 1.75rem;position:relative;overflow:hidden}.categories-module__iL4TIG__heroSection:after{content:"";background:radial-gradient(circle,hsla(var(--p-h),var(--p-s),46%,.12)0%,transparent 70%);pointer-events:none;border-radius:50%;width:220px;height:220px;position:absolute;top:-50px;right:-50px}.categories-module__iL4TIG__pageTitle{color:var(--color-text);letter-spacing:-.03em;margin:0 0 .35rem;font-size:clamp(1.6rem,3.5vw,2.35rem);font-weight:900}.categories-module__iL4TIG__pageSubtitle{color:var(--color-text-secondary);margin:0;font-size:.98rem;line-height:1.5}.categories-module__iL4TIG__clientContainer{flex-direction:column;gap:1.75rem;display:flex}.categories-module__iL4TIG__trackDragging{cursor:grabbing!important;scroll-snap-type:none!important}.categories-module__iL4TIG__sectionsSection{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:#fff;padding:1.25rem 1.35rem 1.4rem;box-shadow:0 4px 20px #0f172a08}.categories-module__iL4TIG__sectionHeader{border-bottom:1px solid var(--color-border-light);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.categories-module__iL4TIG__headerBadge{align-items:center;gap:.5rem;display:flex}.categories-module__iL4TIG__badgeDot{background:var(--color-primary);width:8px;height:8px;box-shadow:0 0 8px var(--color-primary);border-radius:50%}.categories-module__iL4TIG__sectionTitle{color:var(--color-text);margin:0;font-size:1.1rem;font-weight:850}.categories-module__iL4TIG__sectionsTrack{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none;gap:.85rem;padding:.25rem .15rem .5rem;display:flex;overflow-x:auto}.categories-module__iL4TIG__sectionsTrack::-webkit-scrollbar{display:none}.categories-module__iL4TIG__sectionCard{background:var(--color-bg-secondary);border-radius:var(--radius-lg);cursor:pointer;scroll-snap-align:start;border:1.5px solid #0000;flex-direction:column;flex:none;align-items:center;gap:.55rem;min-width:105px;padding:.75rem .95rem;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex}.categories-module__iL4TIG__sectionCard:hover{background:var(--color-primary-50);border-color:var(--color-primary-200);transform:translateY(-3px)}.categories-module__iL4TIG__activeSectionCard{box-shadow:0 6px 18px hsla(var(--p-h),var(--p-s),46%,.16);background:var(--color-primary-50)!important;border-color:var(--color-primary)!important}.categories-module__iL4TIG__sectionImgWrapper{border:2px solid var(--color-border);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .3s,border-color .3s;display:flex;overflow:hidden;box-shadow:0 3px 8px #0f172a0a}.categories-module__iL4TIG__sectionCard:hover .categories-module__iL4TIG__sectionImgWrapper,.categories-module__iL4TIG__activeSectionCard .categories-module__iL4TIG__sectionImgWrapper{border-color:var(--color-primary);transform:scale(1.06)}.categories-module__iL4TIG__sectionImg{object-fit:contain;width:100%;height:100%;padding:4px}.categories-module__iL4TIG__allSecIcon{font-size:1.35rem}.categories-module__iL4TIG__secCardName{color:var(--color-text);text-align:center;word-break:break-word;max-width:95px;font-size:.84rem;font-weight:750;line-height:1.25}.categories-module__iL4TIG__activeSectionCard .categories-module__iL4TIG__secCardName{color:var(--color-primary);font-weight:850}.categories-module__iL4TIG__secCategoryBadge{color:var(--color-text-muted);border:1px solid var(--color-border-light);background:#fff;border-radius:1rem;padding:.1rem .45rem;font-size:.68rem;font-weight:700}.categories-module__iL4TIG__categoriesPillsWrapper{scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none;width:100%;padding:.25rem .15rem .5rem;overflow-x:auto}.categories-module__iL4TIG__categoriesPillsWrapper::-webkit-scrollbar{display:none}.categories-module__iL4TIG__categoriesPillsBar{align-items:center;gap:.75rem;min-width:min-content;display:flex}.categories-module__iL4TIG__categoryPill{border:1.5px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text);cursor:pointer;white-space:nowrap;background:#fff;align-items:center;gap:.55rem;padding:.55rem 1.15rem;font-size:.88rem;font-weight:750;transition:all .3s cubic-bezier(.2,.8,.2,1);display:inline-flex;box-shadow:0 2px 8px #0f172a08}.categories-module__iL4TIG__categoryPill:hover{border-color:var(--color-primary-200);color:var(--color-primary);box-shadow:0 6px 16px hsla(var(--p-h),var(--p-s),46%,.15);transform:translateY(-2px)}.categories-module__iL4TIG__activeCategoryPill{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-dark)100%);border-color:var(--color-primary);box-shadow:0 6px 18px hsla(var(--p-h),var(--p-s),46%,.35);color:#fff!important}.categories-module__iL4TIG__categoryPillImg{object-fit:contain;background:#fff;border-radius:50%;width:22px;height:22px;padding:1px}.categories-module__iL4TIG__categoryPillIcon{font-size:1rem}.categories-module__iL4TIG__categoryPillText{font-size:.88rem;font-weight:750}.categories-module__iL4TIG__categoryPillBadge{color:inherit;background:#0f172a0f;border-radius:1rem;justify-content:center;align-items:center;padding:.1rem .45rem;font-size:.7rem;font-weight:800;display:inline-flex}.categories-module__iL4TIG__activeCategoryPill .categories-module__iL4TIG__categoryPillBadge{color:#fff;background:#ffffff40}.categories-module__iL4TIG__productsSection{flex-direction:column;gap:1.25rem;display:flex}.categories-module__iL4TIG__productsSectionHeader{justify-content:space-between;align-items:center;display:flex}.categories-module__iL4TIG__productsTitleGroup{align-items:center;gap:.75rem;display:flex}.categories-module__iL4TIG__productsTitle{color:var(--color-text);letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:900}.categories-module__iL4TIG__productsCountTag{color:var(--color-primary);background:var(--color-primary-50);border:1px solid var(--color-primary-200);border-radius:var(--radius-full);padding:.25rem .7rem;font-size:.78rem;font-weight:750}.categories-module__iL4TIG__productGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.15rem;animation:.4s ease-out categories-module__iL4TIG__fadeSlideUp;display:grid}.categories-module__iL4TIG__loadingGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.15rem;display:grid}.categories-module__iL4TIG__skeletonCard{border-radius:var(--radius-md);border:1px solid var(--color-border);background:#fff;flex-direction:column;gap:.75rem;padding:1rem;animation:1.5s infinite categories-module__iL4TIG__pulse;display:flex}.categories-module__iL4TIG__skeletonImg{aspect-ratio:1;background:var(--color-bg-secondary);border-radius:var(--radius-sm);width:100%}.categories-module__iL4TIG__skeletonText{background:var(--color-bg-secondary);border-radius:4px;width:80%;height:14px}.categories-module__iL4TIG__skeletonTextShort{background:var(--color-bg-secondary);border-radius:4px;width:40%;height:14px}.categories-module__iL4TIG__emptyProducts{border:2px dashed var(--color-border);border-radius:var(--radius-xl);text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:3.5rem 1.5rem;display:flex}.categories-module__iL4TIG__emptyIconWrapper{color:var(--color-primary-200);margin-bottom:.85rem}.categories-module__iL4TIG__emptyTitle{color:var(--color-text);margin:0 0 .35rem;font-size:1.15rem;font-weight:850}.categories-module__iL4TIG__emptyDesc{color:var(--color-text-secondary);margin:0;font-size:.9rem}@media (max-width:1200px){.categories-module__iL4TIG__productGrid,.categories-module__iL4TIG__loadingGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}@media (max-width:768px){.categories-module__iL4TIG__heroSection{margin-bottom:1rem;padding:1.5rem 0 1.1rem}.categories-module__iL4TIG__sectionsSection{border-radius:var(--radius-lg);padding:1rem .85rem 1.15rem}.categories-module__iL4TIG__sectionCard{min-width:90px;padding:.65rem .75rem}.categories-module__iL4TIG__sectionImgWrapper{width:46px;height:46px}.categories-module__iL4TIG__secCardName{max-width:80px;font-size:.78rem}.categories-module__iL4TIG__productGrid,.categories-module__iL4TIG__loadingGrid{grid-template-columns:repeat(2,1fr);gap:.85rem}.categories-module__iL4TIG__productsTitle{font-size:1.15rem}}@media (max-width:480px){.categories-module__iL4TIG__sectionCard{min-width:78px;padding:.55rem}.categories-module__iL4TIG__sectionImgWrapper{width:40px;height:40px}.categories-module__iL4TIG__secCardName{font-size:.72rem}.categories-module__iL4TIG__categoryPill{gap:.4rem;padding:.45rem .85rem;font-size:.82rem}.categories-module__iL4TIG__categoryPillImg{width:18px;height:18px}.categories-module__iL4TIG__productGrid,.categories-module__iL4TIG__loadingGrid{gap:.65rem}}.categories-module__iL4TIG__loadingMoreContainer{justify-content:center;align-items:center;width:100%;padding:2.5rem 0;display:flex}.categories-module__iL4TIG__spinner{border:3.5px solid var(--color-primary-100,#fee2e2);border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite categories-module__iL4TIG__spin}@keyframes categories-module__iL4TIG__spin{to{transform:rotate(360deg)}}
@keyframes checkout-module__opYCoG__fadeSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes checkout-module__opYCoG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes checkout-module__opYCoG__successPop{0%{opacity:0;transform:scale(.6)}70%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.checkout-module__opYCoG__page{min-height:calc(100vh - var(--navbar-height));background:var(--color-bg);width:100%;padding:2rem 0 5rem;overflow-x:hidden}.checkout-module__opYCoG__title{color:var(--color-text);letter-spacing:-.03em;margin:0 0 1.25rem;font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:900}.checkout-module__opYCoG__layout{box-sizing:border-box;grid-template-columns:1.4fr 1fr;align-items:start;gap:1.5rem;width:100%;min-width:0;display:grid}.checkout-module__opYCoG__mainContent{box-sizing:border-box;flex-direction:column;gap:1.25rem;width:100%;min-width:0;display:flex}.checkout-module__opYCoG__summarySidebar{top:calc(var(--navbar-height) + 1.25rem);box-sizing:border-box;width:100%;min-width:0;position:sticky}.checkout-module__opYCoG__card{border-radius:var(--radius-xl);border:1px solid var(--color-border);box-sizing:border-box;background:#fff;width:100%;min-width:0;padding:1.35rem 1.45rem;position:relative;overflow:hidden;box-shadow:0 4px 18px #0f172a08}.checkout-module__opYCoG__animateIn{animation:.35s ease-out both checkout-module__opYCoG__fadeSlideUp}.checkout-module__opYCoG__sectionHeader{border-bottom:1px solid var(--color-border-light);box-sizing:border-box;justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-width:0;margin-bottom:1.15rem;padding-bottom:.75rem;display:flex}.checkout-module__opYCoG__cardTitle{color:var(--color-text);flex:1;align-items:center;gap:.5rem;min-width:0;margin:0;font-size:1.05rem;font-weight:850;display:flex}.checkout-module__opYCoG__cardTitle span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.checkout-module__opYCoG__cardTitle svg{color:var(--color-primary);flex-shrink:0;width:20px;height:20px}.checkout-module__opYCoG__itemCountBadge{color:var(--color-primary);background:var(--color-primary-50);border:1px solid var(--color-primary-200);border-radius:var(--radius-full);flex-shrink:0;padding:.1rem .45rem;font-size:.7rem;font-weight:800}.checkout-module__opYCoG__addAddressBtn{border-radius:var(--radius-full);background:var(--color-primary-50);color:var(--color-primary);border:1px solid var(--color-primary-200);cursor:pointer;white-space:nowrap;flex-shrink:0;padding:.38rem .85rem;font-size:.78rem;font-weight:750;transition:all .2s}.checkout-module__opYCoG__addAddressBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-1px)}.checkout-module__opYCoG__inputGroup{box-sizing:border-box;flex-direction:column;gap:.4rem;width:100%;min-width:0;display:flex}.checkout-module__opYCoG__label{color:var(--color-text);font-size:.84rem;font-weight:750}.checkout-module__opYCoG__input{border-radius:var(--radius-sm);border:1.5px solid var(--color-border);background:var(--color-bg-secondary);width:100%;color:var(--color-text);box-sizing:border-box;resize:vertical;padding:.7rem .85rem;font-family:inherit;font-size:.88rem;transition:all .2s}.checkout-module__opYCoG__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-50);background:#fff;outline:none}.checkout-module__opYCoG__addressList{box-sizing:border-box;flex-direction:column;gap:.65rem;width:100%;min-width:0;margin-top:.35rem;display:flex}.checkout-module__opYCoG__addressCard{border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;box-sizing:border-box;background:#fff;align-items:flex-start;gap:.75rem;width:100%;min-width:0;padding:.85rem 1rem;transition:all .2s;display:flex;position:relative}.checkout-module__opYCoG__addressCard:hover{border-color:var(--color-primary-200);box-shadow:0 4px 12px hsla(var(--p-h),var(--p-s),46%,.1);transform:translateY(-1px)}.checkout-module__opYCoG__addressCard.checkout-module__opYCoG__selected{border-color:var(--color-primary);background:var(--color-primary-50);box-shadow:0 4px 14px hsla(var(--p-h),var(--p-s),46%,.14)}.checkout-module__opYCoG__addressRadioCircle{border:2px solid var(--color-border);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;transition:all .2s;display:flex}.checkout-module__opYCoG__addressCard.checkout-module__opYCoG__selected .checkout-module__opYCoG__addressRadioCircle{border-color:var(--color-primary)}.checkout-module__opYCoG__addressRadioInner{background:var(--color-primary);border-radius:50%;width:8px;height:8px}.checkout-module__opYCoG__addressDetails{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex;overflow:hidden}.checkout-module__opYCoG__addressTitle{color:var(--color-text);word-break:break-word;font-size:.88rem;font-weight:800}.checkout-module__opYCoG__addressText{color:var(--color-text-secondary);word-break:break-word;font-size:.78rem;line-height:1.4}.checkout-module__opYCoG__addressEmpty{background:var(--color-bg-secondary);border:1.5px dashed var(--color-border);border-radius:var(--radius-lg);text-align:center;color:var(--color-text-muted);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:0;padding:2rem 1rem;display:flex}.checkout-module__opYCoG__addressEmptyIcon{color:var(--color-primary-200);margin-bottom:.5rem}.checkout-module__opYCoG__addressEmpty p{color:var(--color-text-secondary);margin:0;font-size:.85rem;font-weight:700}.checkout-module__opYCoG__summaryHeader{border-bottom:1px solid var(--color-border-light);box-sizing:border-box;justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-width:0;margin-bottom:.85rem;padding-bottom:.65rem;display:flex}.checkout-module__opYCoG__clearCartBtn{color:var(--color-danger);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;padding:.2rem .45rem;font-size:.78rem;font-weight:750;transition:all .2s}.checkout-module__opYCoG__clearCartBtn:hover{background:#fef2f2}.checkout-module__opYCoG__summaryItems{scrollbar-width:thin;box-sizing:border-box;flex-direction:column;gap:.65rem;width:100%;min-width:0;max-height:240px;margin-bottom:1rem;padding-right:.2rem;display:flex;overflow-y:auto}.checkout-module__opYCoG__summaryItem{border-bottom:1px solid var(--color-border-light);box-sizing:border-box;align-items:center;gap:.65rem;width:100%;min-width:0;padding-bottom:.65rem;display:flex}.checkout-module__opYCoG__summaryItem:last-child{border-bottom:none;padding-bottom:0}.checkout-module__opYCoG__summaryItemImg{border-radius:var(--radius-sm);border:1px solid var(--color-border-light);object-fit:contain;background:#fff;flex-shrink:0;width:44px;height:44px;padding:2px}.checkout-module__opYCoG__summaryItemDetails{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex;overflow:hidden}.checkout-module__opYCoG__summaryItemName{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:750;overflow:hidden}.checkout-module__opYCoG__summaryItemPriceRow{justify-content:space-between;align-items:center;display:flex}.checkout-module__opYCoG__summaryItemQty{color:var(--color-text-muted);font-size:.72rem;font-weight:700}.checkout-module__opYCoG__summaryItemPrice{color:var(--color-primary);font-size:.82rem;font-weight:850}.checkout-module__opYCoG__promoGroup{box-sizing:border-box;gap:.4rem;width:100%;min-width:0;margin-bottom:.85rem;display:flex}.checkout-module__opYCoG__promoInput{border-radius:var(--radius-sm);border:1.5px solid var(--color-border);background:var(--color-bg-secondary);min-width:0;color:var(--color-text);box-sizing:border-box;flex:1;padding:.6rem .75rem;font-size:.82rem;transition:all .2s}.checkout-module__opYCoG__promoInput:focus{border-color:var(--color-primary);background:#fff;outline:none}.checkout-module__opYCoG__promoBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;padding:.6rem 1rem;font-size:.8rem;font-weight:750;transition:all .2s}.checkout-module__opYCoG__promoBtn:hover{background:var(--color-primary-dark)}.checkout-module__opYCoG__promoBtn:disabled{opacity:.6;cursor:not-allowed}.checkout-module__opYCoG__promoError{color:var(--color-danger);margin-top:-.4rem;margin-bottom:.65rem;font-size:.78rem;font-weight:700}.checkout-module__opYCoG__promoSuccess{color:#10b981;margin-top:-.4rem;margin-bottom:.65rem;font-size:.78rem;font-weight:750}.checkout-module__opYCoG__promoRow{color:#10b981;justify-content:space-between;align-items:center;font-size:.82rem;display:flex}.checkout-module__opYCoG__promoLabelWrap{align-items:center;gap:.35rem;display:flex}.checkout-module__opYCoG__promoRemoveBtn{color:var(--color-danger);cursor:pointer;background:0 0;border:none;padding:0;font-size:.72rem;font-weight:750}.checkout-module__opYCoG__promoDiscount{font-weight:800}.checkout-module__opYCoG__totalsBlock{border-top:1px solid var(--color-border);box-sizing:border-box;flex-direction:column;gap:.55rem;width:100%;min-width:0;padding-top:.75rem;display:flex}.checkout-module__opYCoG__totalRow{color:var(--color-text-secondary);justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.checkout-module__opYCoG__totalRow.checkout-module__opYCoG__final{border-top:1.5px dashed var(--color-border);color:var(--color-text);padding-top:.65rem;font-size:1rem;font-weight:850}.checkout-module__opYCoG__finalPrice{color:var(--color-primary);font-size:1.2rem;font-weight:900}.checkout-module__opYCoG__submitBtn{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-dark)100%);color:#fff;border-radius:var(--radius-md);cursor:pointer;width:100%;box-shadow:0 4px 14px hsla(var(--p-h),var(--p-s),46%,.35);border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:1.15rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:800;transition:all .25s;display:flex}.checkout-module__opYCoG__submitBtn:hover{box-shadow:0 6px 18px hsla(var(--p-h),var(--p-s),46%,.45);transform:translateY(-1px)}.checkout-module__opYCoG__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkout-module__opYCoG__mobileStickyFooter{display:none}.checkout-module__opYCoG__successContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:480px;min-height:50vh;margin:0 auto;padding:3.5rem 1.25rem;animation:.5s ease-out checkout-module__opYCoG__fadeSlideUp;display:flex}.checkout-module__opYCoG__successIcon{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;width:72px;height:72px;box-shadow:0 8px 24px hsla(var(--p-h),var(--p-s),46%,.3);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.15rem;animation:.5s ease-out checkout-module__opYCoG__successPop;display:flex}.checkout-module__opYCoG__successTitle{color:var(--color-text);margin:0 0 .45rem;font-size:1.5rem;font-weight:900}.checkout-module__opYCoG__successDesc{color:var(--color-text-secondary);margin:0 0 1.5rem;font-size:.92rem;line-height:1.55}.checkout-module__opYCoG__backHomeBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-primary);justify-content:center;align-items:center;padding:.75rem 2rem;font-size:.92rem;font-weight:750;text-decoration:none;transition:all .25s;display:inline-flex}.checkout-module__opYCoG__backHomeBtn:hover{transform:translateY(-2px)}@media (max-width:1024px){.checkout-module__opYCoG__layout{grid-template-columns:1fr;gap:1.15rem;width:100%;max-width:100%}.checkout-module__opYCoG__summarySidebar{order:-1;width:100%;max-width:100%;position:static}.checkout-module__opYCoG__mainContent{order:1;width:100%;max-width:100%}}@media (max-width:768px){.checkout-module__opYCoG__page{padding:1rem 0 6.5rem}.checkout-module__opYCoG__title{margin-bottom:.85rem;font-size:1.3rem}.checkout-module__opYCoG__card{border-radius:var(--radius-lg);padding:1.1rem .95rem}.checkout-module__opYCoG__cardTitle{font-size:1rem}.checkout-module__opYCoG__desktopOnly{display:none!important}.checkout-module__opYCoG__mobileStickyFooter{-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--color-border);width:100%;padding:.65rem .85rem;padding-bottom:max(.65rem,env(safe-area-inset-bottom,0px));z-index:999;box-sizing:border-box;background:#fffffffa;display:block;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0f172a14}.checkout-module__opYCoG__stickyFooterContent{max-width:var(--container-max);box-sizing:border-box;justify-content:space-between;align-items:center;gap:.75rem;width:100%;margin:0 auto;display:flex}.checkout-module__opYCoG__stickyFooterInfo{flex-direction:column;min-width:0;display:flex}.checkout-module__opYCoG__stickyFooterLabel{color:var(--color-text-muted);font-size:.68rem;font-weight:700}.checkout-module__opYCoG__stickyFooterPrice{color:var(--color-primary);white-space:nowrap;font-size:1.1rem;font-weight:900}.checkout-module__opYCoG__stickySubmitBtn{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-dark)100%);color:#fff;border-radius:var(--radius-md);max-width:175px;box-shadow:0 4px 14px hsla(var(--p-h),var(--p-s),46%,.35);cursor:pointer;white-space:nowrap;border:none;flex:1;padding:.75rem 1rem;font-size:.9rem;font-weight:800;transition:all .2s}.checkout-module__opYCoG__stickySubmitBtn:disabled{opacity:.6;cursor:not-allowed}}@media (max-width:480px){.checkout-module__opYCoG__page{padding:.85rem 0 6.5rem}.checkout-module__opYCoG__card{padding:.95rem .8rem}.checkout-module__opYCoG__addressCard{gap:.6rem;padding:.75rem}.checkout-module__opYCoG__addressTitle{font-size:.85rem}.checkout-module__opYCoG__addressText{font-size:.75rem}.checkout-module__opYCoG__summaryItemImg{width:40px;height:40px}.checkout-module__opYCoG__summaryItemName{font-size:.76rem}.checkout-module__opYCoG__summaryItemPrice{font-size:.78rem}.checkout-module__opYCoG__promoInput{padding:.55rem .65rem;font-size:.78rem}.checkout-module__opYCoG__promoBtn{padding:.55rem .85rem;font-size:.76rem}.checkout-module__opYCoG__totalRow{font-size:.82rem}.checkout-module__opYCoG__finalPrice{font-size:1.05rem}.checkout-module__opYCoG__stickyFooterPrice{font-size:1rem}.checkout-module__opYCoG__stickySubmitBtn{padding:.7rem .85rem;font-size:.85rem}}
.favorites-module__wuK83W__page{min-height:60vh;padding:3rem 0 5rem}.favorites-module__wuK83W__title{color:var(--color-text);text-align:center;margin-bottom:2rem;font-size:2.2rem;font-weight:800}.favorites-module__wuK83W__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;display:grid}.favorites-module__wuK83W__loadingContainer{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 0;display:flex}.favorites-module__wuK83W__spinner{border:3px solid #0000001a;border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:1s ease-in-out infinite favorites-module__wuK83W__spin}@keyframes favorites-module__wuK83W__spin{to{transform:rotate(360deg)}}.favorites-module__wuK83W__emptyState{border-radius:var(--radius-xl);border:1px dashed var(--color-border);text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;max-width:500px;margin:0 auto;padding:4rem 2rem;display:flex}.favorites-module__wuK83W__emptyIcon{width:80px;height:80px;color:var(--color-text-muted);opacity:.5;margin-bottom:1.5rem}.favorites-module__wuK83W__emptyTitle{color:var(--color-text);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.favorites-module__wuK83W__emptyText{color:var(--color-text-muted);margin-bottom:2rem;font-size:.95rem}.favorites-module__wuK83W__shopBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;padding:.8rem 2rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.favorites-module__wuK83W__shopBtn:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 5px 15px #8e44ad4d}@media (max-width:768px){.favorites-module__wuK83W__page{padding:2rem 0 3rem}.favorites-module__wuK83W__title{margin-bottom:1.5rem;font-size:1.8rem}.favorites-module__wuK83W__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}
.offers-module___Cf8mG__pageHeader{padding:3.5rem 0 1.5rem}.offers-module___Cf8mG__pageTitle{color:var(--color-text);letter-spacing:-.03em;font-size:2.25rem;font-weight:900;display:inline-block;position:relative}.offers-module___Cf8mG__pageTitle:after{content:"";background:linear-gradient(90deg,var(--color-danger),#f87171);border-radius:var(--radius-full);width:50px;height:4px;margin-top:.75rem;display:block}.offers-module___Cf8mG__empty{text-align:center;color:var(--color-text-muted);padding:5rem 2rem;font-size:1.1rem}.offers-module___Cf8mG__emptyIcon{width:80px;height:80px;color:var(--color-border);opacity:.6;margin:0 auto 1.25rem}@media (max-width:768px){.offers-module___Cf8mG__pageHeader{text-align:center;padding:2.5rem 0 1rem}.offers-module___Cf8mG__pageTitle{font-size:1.75rem}.offers-module___Cf8mG__pageTitle:after{margin:.75rem auto 0}}.offers-module___Cf8mG__loadingMoreContainer{justify-content:center;align-items:center;width:100%;padding:2.5rem 0;display:flex}.offers-module___Cf8mG__spinner{border:3.5px solid #fee2e2;border-top-color:var(--color-danger,#ef4444);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite offers-module___Cf8mG__spin}@keyframes offers-module___Cf8mG__spin{to{transform:rotate(360deg)}}
.orders-module__Aeo7IG__page{background-color:var(--color-bg-secondary);min-height:calc(100vh - 80px);padding:2rem 0}.orders-module__Aeo7IG__header{margin-bottom:2rem}.orders-module__Aeo7IG__title{color:var(--color-text-primary);letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.25rem;font-weight:900}.orders-module__Aeo7IG__subtitle{color:var(--color-text-secondary);font-size:1rem}.orders-module__Aeo7IG__filterBar{scrollbar-width:none;-ms-overflow-style:none;gap:.65rem;margin-bottom:2rem;padding:.25rem .25rem 1.25rem;display:flex;overflow-x:auto}.orders-module__Aeo7IG__filterBar::-webkit-scrollbar{display:none}.orders-module__Aeo7IG__filterBtn{border-radius:var(--radius-full);border:1.5px solid var(--color-border);background:var(--color-bg-primary);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;flex-shrink:0;padding:.65rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.orders-module__Aeo7IG__filterBtn:hover{border-color:var(--color-primary-light);color:var(--color-primary);background:hsla(var(--p-h),var(--p-s),47%,.05);transform:translateY(-1px)}.orders-module__Aeo7IG__filterBtnActive{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:0 4px 12px hsla(var(--p-h),var(--p-s),47%,.25)}.orders-module__Aeo7IG__card{background:var(--color-bg-primary);border-radius:var(--radius-lg);border:1px solid var(--color-border);margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.orders-module__Aeo7IG__cardTitle{color:var(--color-text-primary);border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;font-size:1.25rem;font-weight:600;display:flex}.orders-module__Aeo7IG__cardTitle svg{color:var(--color-primary)}.orders-module__Aeo7IG__ordersGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.orders-module__Aeo7IG__orderItem{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-tertiary);flex-direction:column;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.orders-module__Aeo7IG__orderItem:hover{border-color:var(--color-primary);box-shadow:0 8px 20px hsla(var(--p-h),var(--p-s),47%,.08);transform:translateY(-2px)}.orders-module__Aeo7IG__orderHeader{border-bottom:1px dashed var(--color-border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.orders-module__Aeo7IG__orderId{color:var(--color-text-primary);font-size:1.1rem;font-weight:700}.orders-module__Aeo7IG__orderDate{color:var(--color-text-secondary);font-size:.875rem}.orders-module__Aeo7IG__orderFooter{justify-content:space-between;align-items:flex-end;display:flex}.orders-module__Aeo7IG__orderTotalLabel{color:var(--color-text-secondary);margin-bottom:.25rem;font-size:.875rem;display:block}.orders-module__Aeo7IG__orderTotalAmount{color:var(--color-text-primary);font-size:1.25rem;font-weight:700}.orders-module__Aeo7IG__viewDetailsBtn{color:var(--color-primary);border:1px solid var(--color-primary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.orders-module__Aeo7IG__orderItem:hover .orders-module__Aeo7IG__viewDetailsBtn{background:var(--color-primary);color:var(--color-bg-primary)}.orders-module__Aeo7IG__emptyState{text-align:center;background:var(--color-bg-primary);border-radius:var(--radius-lg);border:1px dashed var(--color-border);padding:4rem 2rem}.orders-module__Aeo7IG__emptyIcon{color:var(--color-text-muted);opacity:.5;margin:0 auto 1.5rem}.orders-module__Aeo7IG__emptyState p{color:var(--color-text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.orders-module__Aeo7IG__shopBtn{background:var(--color-primary);color:var(--color-bg-primary);border-radius:var(--radius-md);padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.orders-module__Aeo7IG__shopBtn:hover{opacity:.9}.orders-module__Aeo7IG__backLink{color:var(--color-text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.orders-module__Aeo7IG__backLink:hover{color:var(--color-primary)}.orders-module__Aeo7IG__detailsLayout{grid-template-columns:1fr 350px;align-items:start;gap:2rem;display:grid}@media (max-width:900px){.orders-module__Aeo7IG__detailsLayout{grid-template-columns:1fr}}.orders-module__Aeo7IG__itemsList{flex-direction:column;gap:1rem;display:flex}.orders-module__Aeo7IG__productRow{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-tertiary);gap:1rem;padding:1rem;display:flex}.orders-module__Aeo7IG__productImages{border-radius:var(--radius-sm);background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.orders-module__Aeo7IG__productImg{object-fit:contain;max-width:100%;max-height:100%}.orders-module__Aeo7IG__productInfo{flex-direction:column;flex:1;justify-content:space-between;display:flex}.orders-module__Aeo7IG__productHeader{justify-content:space-between;align-items:flex-start;display:flex}.orders-module__Aeo7IG__productName{color:var(--color-text-primary);margin-bottom:.25rem;font-weight:600}.orders-module__Aeo7IG__productMeta{color:var(--color-text-secondary);font-size:.875rem}.orders-module__Aeo7IG__productPrice{color:var(--color-text-primary);font-weight:600}.orders-module__Aeo7IG__summaryRow{color:var(--color-text-secondary);justify-content:space-between;margin-bottom:1rem;font-size:.95rem;display:flex}.orders-module__Aeo7IG__summaryRow.orders-module__Aeo7IG__totalRow{border-top:1px solid var(--color-border);color:var(--color-text-primary);margin-top:1.5rem;margin-bottom:0;padding-top:1.5rem;font-size:1.2rem;font-weight:700}.orders-module__Aeo7IG__statusBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.orders-module__Aeo7IG__status_pending{color:#ca8a04;background:#eab30826}.orders-module__Aeo7IG__status_processing{color:#2563eb;background:#3b82f626}.orders-module__Aeo7IG__status_shipped{color:#9333ea;background:#a855f726}.orders-module__Aeo7IG__status_delivered{color:#16a34a;background:#22c55e26}.orders-module__Aeo7IG__status_cancelled{color:#dc2626;background:#ef444426}.orders-module__Aeo7IG__addressBox{background:var(--color-bg-tertiary);border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1rem}.orders-module__Aeo7IG__addressBox p{color:var(--color-text-secondary);margin:0;font-size:.95rem;line-height:1.5}.orders-module__Aeo7IG__paymentBox{background:var(--color-bg-tertiary);border-radius:var(--radius-md);color:var(--color-text-primary);align-items:center;gap:.75rem;padding:1rem;font-weight:500;display:flex}.orders-module__Aeo7IG__loadingContainer{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;padding:5rem 0;display:flex}
@keyframes detail-module__fJG1xa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.detail-module__fJG1xa__page{padding:2rem 0 4rem;animation:.5s ease-out forwards detail-module__fJG1xa__fadeInUp}.detail-module__fJG1xa__backBtn{color:var(--color-text-muted);border-radius:var(--radius-full);background:var(--color-bg-secondary);border:1px solid var(--color-border);align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.5rem 1.1rem;font-size:.88rem;font-weight:700;transition:all .3s cubic-bezier(.2,.8,.2,1);display:inline-flex}.detail-module__fJG1xa__backBtn:hover{color:var(--color-primary);background:var(--color-primary-50);border-color:var(--color-primary-200);box-shadow:0 4px 12px hsla(var(--p-h),var(--p-s),46%,.12);transform:translate(-4px)}[dir=rtl] .detail-module__fJG1xa__backBtn:hover{transform:translate(4px)}.detail-module__fJG1xa__productLayout{grid-template-columns:minmax(320px,440px) 1fr;align-items:start;gap:3rem;display:grid}.detail-module__fJG1xa__imageSection{top:calc(var(--navbar-height) + 1.5rem);width:100%;max-width:440px;position:sticky}.detail-module__fJG1xa__mainImageWrapper{border-radius:var(--radius-lg);border:1px solid var(--color-border);background:#fff;position:relative;overflow:hidden;box-shadow:0 8px 24px #0f172a0d}.detail-module__fJG1xa__mainImage{aspect-ratio:1;object-fit:contain;border-radius:var(--radius-lg);background:#fff;width:100%;max-height:380px;padding:.75rem;transition:transform .4s cubic-bezier(.2,.8,.2,1)}.detail-module__fJG1xa__mainImage:hover{transform:scale(1.03)}.detail-module__fJG1xa__thumbnailsRow{scrollbar-width:none;gap:.5rem;margin-top:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.detail-module__fJG1xa__thumbnailsRow::-webkit-scrollbar{display:none}.detail-module__fJG1xa__thumbnail{border-radius:var(--radius-sm);border:2px solid var(--color-border);cursor:pointer;opacity:.7;background:#fff;flex:none;width:60px;height:60px;padding:2px;transition:all .3s cubic-bezier(.2,.8,.2,1);overflow:hidden}.detail-module__fJG1xa__thumbnail:hover{opacity:1;border-color:var(--color-primary-200);box-shadow:0 4px 12px hsla(var(--p-h),var(--p-s),46%,.15);transform:translateY(-2px)}.detail-module__fJG1xa__thumbnailActive{opacity:1;border-color:var(--color-primary);box-shadow:0 0 0 2px hsla(var(--p-h),var(--p-s),46%,.25)}.detail-module__fJG1xa__thumbnailImg{object-fit:contain;width:100%;height:100%}.detail-module__fJG1xa__detailSection{flex-direction:column;gap:1.25rem;display:flex}.detail-module__fJG1xa__badge{background:var(--color-danger);color:#fff;border-radius:var(--radius-full);align-items:center;gap:.35rem;width:fit-content;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-flex}.detail-module__fJG1xa__categoryBadge{background:linear-gradient(135deg,hsla(var(--p-h),var(--p-s),46%,.1)0%,hsla(var(--p-h),var(--p-s),46%,.04)100%);color:var(--color-primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.08em;border:1px solid hsla(var(--p-h),var(--p-s),46%,.2);align-items:center;width:fit-content;padding:.45rem 1.15rem;font-size:.78rem;font-weight:800;display:inline-flex}.detail-module__fJG1xa__productName{color:var(--color-text);letter-spacing:-.01em;font-size:1.55rem;font-weight:800;line-height:1.35}.detail-module__fJG1xa__rating{align-items:center;gap:.6rem;padding:.5rem 0;display:flex}.detail-module__fJG1xa__stars{color:#f59e0b;filter:drop-shadow(0 2px 4px #f59e0b4d);gap:3px;display:flex}.detail-module__fJG1xa__ratingValue{color:var(--color-text);background:var(--color-bg-secondary);border-radius:var(--radius-sm);padding:.2rem .65rem;font-size:1rem;font-weight:800}.detail-module__fJG1xa__priceSection{background:linear-gradient(135deg,hsla(var(--p-h),var(--p-s),46%,.06)0%,hsla(var(--p-h),var(--p-s),46%,.02)100%);border:1px solid hsla(var(--p-h),var(--p-s),46%,.15);border-radius:var(--radius-lg);flex-wrap:wrap;align-items:baseline;gap:.75rem;padding:1rem 1.25rem;display:flex}.detail-module__fJG1xa__currentPrice{color:var(--color-primary);letter-spacing:-.02em;font-size:2.2rem;font-weight:900}.detail-module__fJG1xa__currency{color:var(--color-primary);opacity:.7;font-size:1rem;font-weight:700}.detail-module__fJG1xa__oldPrice{color:var(--color-text-muted);font-size:1.15rem;text-decoration:line-through}.detail-module__fJG1xa__discountTag{color:#fff;border-radius:var(--radius-full);background:linear-gradient(135deg,#ef4444,#dc2626);padding:.3rem .85rem;font-size:.78rem;font-weight:800;box-shadow:0 4px 12px #ef444440}[dir=rtl] .detail-module__fJG1xa__backBtn svg{margin-left:0}.detail-module__fJG1xa__separator{background:linear-gradient(90deg,transparent,var(--color-border),transparent);height:1px;margin:.25rem 0}.detail-module__fJG1xa__optionGroup{flex-direction:column;gap:.65rem;display:flex}.detail-module__fJG1xa__optionLabel{color:var(--color-text);text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;font-weight:800}.detail-module__fJG1xa__sizesRow{flex-wrap:wrap;gap:.6rem;display:flex}.detail-module__fJG1xa__sizeBtn{border-radius:var(--radius-md);border:2px solid var(--color-border);color:var(--color-text);cursor:pointer;background:#fff;padding:.6rem 1.35rem;font-size:.9rem;font-weight:700;transition:all .25s cubic-bezier(.2,.8,.2,1)}.detail-module__fJG1xa__sizeBtn:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-50);box-shadow:0 4px 12px hsla(var(--p-h),var(--p-s),46%,.12);transform:translateY(-2px)}.detail-module__fJG1xa__sizeBtnActive{border-color:var(--color-primary);background:var(--color-primary-50);color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary-200)}.detail-module__fJG1xa__colorsRow{flex-wrap:wrap;gap:.75rem;display:flex}.detail-module__fJG1xa__colorOption{border-radius:var(--radius-full);border:2px solid var(--color-border);cursor:pointer;background:#fff;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex}.detail-module__fJG1xa__colorOption:hover{border-color:var(--color-primary);box-shadow:0 4px 12px hsla(var(--p-h),var(--p-s),46%,.12);transform:translateY(-2px)}.detail-module__fJG1xa__colorOptionActive{border-color:var(--color-primary);background:var(--color-primary-50);box-shadow:0 0 0 2px var(--color-primary-200)}.detail-module__fJG1xa__colorCircle{border:2px solid #0000001a;border-radius:50%;width:20px;height:20px;box-shadow:inset 0 2px 4px #00000014}.detail-module__fJG1xa__colorName{color:var(--color-text);font-size:.85rem;font-weight:700}.detail-module__fJG1xa__extrasGrid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.75rem;display:grid}.detail-module__fJG1xa__extraItem{border-radius:var(--radius-md);border:1px solid var(--color-border-light);background:var(--color-bg-secondary);justify-content:space-between;align-items:center;padding:.85rem 1rem;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex}.detail-module__fJG1xa__extraItem:hover{border-color:var(--color-primary-200);box-shadow:0 6px 16px hsla(var(--p-h),var(--p-s),46%,.1);transform:translateY(-2px)}.detail-module__fJG1xa__extraName{color:var(--color-text);font-size:.88rem;font-weight:700}.detail-module__fJG1xa__extraPrice{color:var(--color-primary);font-size:.85rem;font-weight:800}.detail-module__fJG1xa__description{color:var(--color-text-secondary);font-size:.95rem;line-height:1.85}.detail-module__fJG1xa__addToCartRow{align-items:center;gap:.85rem;margin-top:.5rem;display:flex}.detail-module__fJG1xa__quantityPicker{border-radius:var(--radius-md);border:2px solid var(--color-border);background:#fff;align-items:center;height:50px;display:flex;overflow:hidden}.detail-module__fJG1xa__qtyBtn{background:var(--color-bg-secondary);width:44px;height:100%;color:var(--color-text);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;transition:all .2s;display:flex}.detail-module__fJG1xa__qtyBtn:hover{background:var(--color-primary);color:#fff}.detail-module__fJG1xa__qtyValue{text-align:center;background:#fff;justify-content:center;align-items:center;width:50px;height:100%;font-size:1.05rem;font-weight:900;line-height:48px;display:flex}.detail-module__fJG1xa__addToCartBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;height:50px;box-shadow:0 8px 20px -4px hsla(var(--p-h),var(--p-s),46%,.35);flex:1;justify-content:center;align-items:center;gap:.7rem;padding:0 2rem;font-size:1rem;font-weight:800;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.detail-module__fJG1xa__addToCartBtn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.detail-module__fJG1xa__addToCartBtn:hover:before{left:100%}.detail-module__fJG1xa__addToCartBtn:hover{box-shadow:0 14px 28px -6px hsla(var(--p-h),var(--p-s),46%,.45);transform:translateY(-3px)}.detail-module__fJG1xa__addToCartBtn:active{transform:translateY(-1px)scale(.98)}.detail-module__fJG1xa__addToCartBtnAdded{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 20px -4px #10b98159}.detail-module__fJG1xa__favoriteActionBtn{border:2px solid var(--color-border);border-radius:var(--radius-md);width:50px;height:50px;color:var(--color-text-muted);cursor:pointer;background:#fff;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex}.detail-module__fJG1xa__favoriteActionBtn:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444;transform:translateY(-3px);box-shadow:0 8px 20px #ef444426}.detail-module__fJG1xa__favoriteActionActive{color:#ef4444;background:#fef2f2;border-color:#ef4444}.detail-module__fJG1xa__favoriteActionActive svg{fill:#ef4444}@media (max-width:991px){.detail-module__fJG1xa__productLayout{grid-template-columns:360px 1fr;gap:2rem}.detail-module__fJG1xa__mainImage{max-height:320px}.detail-module__fJG1xa__productName{font-size:1.35rem}}@media (max-width:768px){.detail-module__fJG1xa__page{padding:1rem 1rem 3rem}.detail-module__fJG1xa__backBtn{margin-bottom:1rem}.detail-module__fJG1xa__productLayout{grid-template-columns:1fr;gap:1.5rem}.detail-module__fJG1xa__imageSection{max-width:320px;margin:0 auto .5rem;position:relative;top:0}.detail-module__fJG1xa__mainImage{border-radius:var(--radius-lg);aspect-ratio:1;object-fit:contain;max-height:280px;padding:.5rem;box-shadow:0 4px 16px #0f172a0f}.detail-module__fJG1xa__thumbnailsRow{justify-content:center;gap:.4rem}.detail-module__fJG1xa__thumbnail{width:50px;height:50px}.detail-module__fJG1xa__detailSection{gap:.85rem;padding:0 .5rem}.detail-module__fJG1xa__productName{font-size:1.25rem}.detail-module__fJG1xa__currentPrice{font-size:1.65rem}.detail-module__fJG1xa__priceSection{padding:.75rem 1rem}.detail-module__fJG1xa__addToCartRow{-webkit-backdrop-filter:blur(12px);z-index:100;background:#fffffff2;border-top:1px solid #e2e8f0cc;grid-template-columns:auto 1fr auto;gap:.65rem;margin-top:0;padding:.85rem 1rem;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0f172a14}.detail-module__fJG1xa__quantityPicker{height:46px}.detail-module__fJG1xa__qtyBtn{width:38px}.detail-module__fJG1xa__qtyValue{width:40px}.detail-module__fJG1xa__addToCartBtn{height:46px;padding:0 1rem;font-size:.92rem}.detail-module__fJG1xa__favoriteActionBtn{width:46px;height:46px}.detail-module__fJG1xa__page{padding-bottom:90px}.detail-module__fJG1xa__extrasGrid{grid-template-columns:1fr}}@media (max-width:480px){.detail-module__fJG1xa__productName{font-size:1.15rem}.detail-module__fJG1xa__imageSection{max-width:260px}.detail-module__fJG1xa__mainImage{max-height:240px}.detail-module__fJG1xa__thumbnail{width:44px;height:44px}.detail-module__fJG1xa__addToCartRow{grid-template-columns:1fr auto}.detail-module__fJG1xa__quantityPicker{grid-column:1/-1;justify-content:space-between;width:100%}.detail-module__fJG1xa__qtyBtn,.detail-module__fJG1xa__qtyValue{flex:1}.detail-module__fJG1xa__addToCartBtn{grid-column:1}.detail-module__fJG1xa__favoriteActionBtn{grid-column:2}.detail-module__fJG1xa__page{padding-bottom:140px}}
.products-module__NgJ9jW__pageHeader{padding:3.5rem 0 1.5rem}.products-module__NgJ9jW__pageTitle{color:var(--color-text);letter-spacing:-.03em;font-size:2.25rem;font-weight:900;display:inline-block;position:relative}.products-module__NgJ9jW__pageTitle:after{content:"";background:linear-gradient(90deg,var(--color-primary),var(--color-primary-light));border-radius:var(--radius-full);width:50px;height:4px;margin-top:.75rem;display:block}.products-module__NgJ9jW__filterBar{scrollbar-width:none;gap:.6rem;margin-bottom:2.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.products-module__NgJ9jW__filterBar::-webkit-scrollbar{display:none}.products-module__NgJ9jW__filterBtn{border-radius:var(--radius-full);border:1.5px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;letter-spacing:-.01em;background:#fff;flex-shrink:0;padding:.65rem 1.75rem;font-size:.88rem;font-weight:600;transition:all .4s cubic-bezier(.2,.8,.2,1)}.products-module__NgJ9jW__filterBtn:hover{border-color:var(--color-primary-200);color:var(--color-primary);background:var(--color-primary-50);transform:translateY(-2px);box-shadow:0 4px 12px #0000000a}.products-module__NgJ9jW__filterBtnActive{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:var(--shadow-primary);transform:translateY(-2px)}.products-module__NgJ9jW__empty{text-align:center;color:var(--color-text-muted);padding:5rem 2rem;font-size:1.1rem}.products-module__NgJ9jW__emptyIcon{width:80px;height:80px;color:var(--color-border);opacity:.6;margin:0 auto 1.25rem}.products-module__NgJ9jW__searchHeader{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.products-module__NgJ9jW__searchHeader p{color:var(--color-text-secondary);margin:0;font-size:1.1rem}.products-module__NgJ9jW__searchHeader strong{color:var(--color-text)}.products-module__NgJ9jW__clearSearchBtn{background:var(--color-primary-50);color:var(--color-primary);border:1px solid var(--color-primary-200);border-radius:var(--radius-full);cursor:pointer;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.products-module__NgJ9jW__clearSearchBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}[dir=rtl] .products-module__NgJ9jW__searchHeader{flex-direction:row}.products-module__NgJ9jW__loadingMoreContainer{justify-content:center;align-items:center;width:100%;padding:2.5rem 0;display:flex}.products-module__NgJ9jW__spinner{border:3.5px solid var(--color-primary-100,#fee2e2);border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite products-module__NgJ9jW__spin}@keyframes products-module__NgJ9jW__spin{to{transform:rotate(360deg)}}
