.Header-module__mSkW9G__header{background:var(--color-dark-blue);box-shadow:var(--shadow-md);z-index:100;position:sticky;top:0}.Header-module__mSkW9G__container{max-width:1400px;padding:0 var(--spacing-lg);margin:0 auto}.Header-module__mSkW9G__content{align-items:center;gap:var(--spacing-xl);height:90px;display:flex}@media (min-width:1024px){.Header-module__mSkW9G__content{flex-wrap:nowrap;height:100px;padding:0}}.Header-module__mSkW9G__logo{align-items:center;gap:var(--spacing-sm);color:var(--color-white);flex-shrink:0;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.Header-module__mSkW9G__logoImage{margin-top:-15px}.Header-module__mSkW9G__logoText{display:none}@media (min-width:768px){.Header-module__mSkW9G__logoText{display:block}}.Header-module__mSkW9G__nav{align-items:center;gap:var(--spacing-lg);display:none}@media (min-width:1024px){.Header-module__mSkW9G__nav{display:flex}}.Header-module__mSkW9G__navLink{color:var(--color-white);border-radius:var(--radius-md);padding:.5rem .75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.Header-module__mSkW9G__navLink:hover{color:var(--color-soft-cyan);background:#ffffff1a}.Header-module__mSkW9G__dropdown{position:relative}.Header-module__mSkW9G__dropdownMenu{border-radius:var(--radius-md);opacity:0;visibility:hidden;z-index:1000;background:#fff;min-width:200px;margin-top:.5rem;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 10px 30px #00000026}.Header-module__mSkW9G__dropdown:hover .Header-module__mSkW9G__dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__mSkW9G__dropdownItem{color:var(--color-dark-blue);border-left:3px solid #0000;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.Header-module__mSkW9G__dropdownItem:hover{border-left-color:var(--color-ocean-blue);color:var(--color-ocean-blue);background:linear-gradient(90deg,#667eea1a 0%,#0000 100%)}.Header-module__mSkW9G__dropdownItem:first-child{border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md)}.Header-module__mSkW9G__dropdownItem:last-child{border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.Header-module__mSkW9G__dropdownSubItem{color:#4b5563;border-left:3px solid #0000;padding:.5rem 1.25rem .5rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Header-module__mSkW9G__dropdownSubItem:hover{border-left-color:var(--color-ocean-blue);color:var(--color-ocean-blue);background:linear-gradient(90deg,#667eea12 0%,#0000 100%)}.Header-module__mSkW9G__mobileNavSubSubLink{color:#6b7280;border-left:2px solid #e5e7eb;margin-left:1rem;padding:.5rem 1rem .5rem 2.5rem;font-size:.875rem;font-weight:500;text-decoration:none;display:block}.Header-module__mSkW9G__searchWrapper{flex:1;max-width:700px;position:relative}.Header-module__mSkW9G__searchForm{position:relative}.Header-module__mSkW9G__searchInput{border-radius:var(--radius-xl);background:var(--color-white);border:none;outline:none;width:100%;padding:.75rem 3rem .75rem 1.25rem;font-size:.95rem;transition:box-shadow .2s}.Header-module__mSkW9G__searchInput:focus{box-shadow:0 0 0 3px var(--color-soft-cyan)}.Header-module__mSkW9G__searchInput::placeholder{color:var(--color-gray-400)}.Header-module__mSkW9G__searchButton{color:var(--color-gray-500);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem .75rem;transition:color .2s;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.Header-module__mSkW9G__searchButton:hover{color:var(--color-gray-700)}.Header-module__mSkW9G__autocompleteDropdown{border-radius:var(--radius-md);z-index:1000;background:#fff;max-height:400px;animation:.2s Header-module__mSkW9G__slideDown;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #0003}@keyframes Header-module__mSkW9G__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__mSkW9G__autocompleteItem{cursor:pointer;border-bottom:2px solid var(--color-gray-100);justify-content:space-between;align-items:center;padding:.875rem 1.25rem;transition:all .2s;display:flex;position:relative}.Header-module__mSkW9G__autocompleteItem:last-child{border-bottom:none}.Header-module__mSkW9G__autocompleteItem:hover{border-left:3px solid var(--color-ocean-blue);background:linear-gradient(90deg,#667eea14 0%,#667eea05 100%);padding-left:calc(1.25rem - 3px)}.Header-module__mSkW9G__autocompleteItem:first-child{border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md)}.Header-module__mSkW9G__autocompleteThumbnail{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--color-gray-200);flex-shrink:0;width:40px;height:40px;margin-right:.75rem}.Header-module__mSkW9G__autocompleteInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.Header-module__mSkW9G__autocompleteName{color:var(--color-dark-blue);font-size:.95rem;font-weight:600}.Header-module__mSkW9G__autocompletePrice{color:var(--color-ocean-blue);font-size:.85rem;font-weight:700}.Header-module__mSkW9G__actions{align-items:center;gap:var(--spacing-md);margin-left:auto;display:flex}.Header-module__mSkW9G__cartButton{border-radius:var(--radius-md);color:var(--color-white);background:#ffffff1a;border:none;align-items:center;gap:.75rem;padding:.6rem 1rem;text-decoration:none;transition:background .2s;display:flex}.Header-module__mSkW9G__cartButton:hover{color:var(--color-white);background:#fff3}.Header-module__mSkW9G__cartIconWrapper{justify-content:center;align-items:center;display:flex;position:relative}.Header-module__mSkW9G__cartIcon{font-size:1.5rem}.Header-module__mSkW9G__cartBadge{background:var(--color-error);color:var(--color-white);text-align:center;border-radius:999px;min-width:1.25rem;padding:.15rem .4rem;font-size:.7rem;font-weight:700;position:absolute;top:-.5rem;right:-.5rem}.Header-module__mSkW9G__cartInfo{flex-direction:column;align-items:flex-start;gap:.1rem;display:none}.Header-module__mSkW9G__cartLabel{opacity:.9;font-size:.75rem;font-weight:500}.Header-module__mSkW9G__cartPrice{font-size:.9rem;font-weight:700}@media (min-width:768px){.Header-module__mSkW9G__cartInfo{display:flex}}.Header-module__mSkW9G__userMenuWrapper{position:relative}.Header-module__mSkW9G__userButton{border-radius:var(--radius-md);color:var(--color-white);cursor:pointer;background:#ffffff1a;border:none;justify-content:center;align-items:center;padding:.6rem .75rem;transition:all .2s;display:flex}.Header-module__mSkW9G__userButton:hover{background:var(--color-soft-cyan);color:var(--color-dark-blue)}.Header-module__mSkW9G__userIcon{font-size:1.25rem}.Header-module__mSkW9G__userDropdown{border-radius:var(--radius-md);z-index:1000;background:#fff;min-width:200px;animation:.2s Header-module__mSkW9G__slideDown;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 10px 30px #00000026}.Header-module__mSkW9G__userInfo{border-bottom:2px solid var(--color-gray-100);background:linear-gradient(135deg,#667eea0d 0%,#764ba20d 100%);padding:1rem 1.25rem}.Header-module__mSkW9G__userName{color:var(--color-dark-blue);font-size:1rem;font-weight:700;display:block}.Header-module__mSkW9G__userEmail{color:var(--color-gray-600);margin-top:.25rem;font-size:.85rem;display:block}.Header-module__mSkW9G__userDropdownItem{color:var(--color-dark-blue);cursor:pointer;background:#fff;border-left:3px solid #0000;padding:.875rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.Header-module__mSkW9G__userDropdownItem:hover{border-left-color:var(--color-ocean-blue);color:var(--color-ocean-blue);background:linear-gradient(90deg,#667eea1a 0%,#0000 100%)}.Header-module__mSkW9G__logoutButton{width:100%;color:var(--color-dark-blue);cursor:pointer;text-align:left;background:#fff;border:none;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__mSkW9G__logoutButton:hover{border-left-color:var(--color-ocean-blue);color:var(--color-ocean-blue);background:linear-gradient(90deg,#667eea1a 0%,#0000 100%)}.Header-module__mSkW9G__logoutIcon{font-size:1rem}.Header-module__mSkW9G__hamburgerButton{border-radius:var(--radius-md);cursor:pointer;background:#ffffff1a;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;padding:.6rem .75rem;transition:background .2s;display:flex}.Header-module__mSkW9G__hamburgerButton:hover{background:#fff3}.Header-module__mSkW9G__hamburgerLine{background:var(--color-white);border-radius:2px;width:22px;height:2px;transition:transform .2s;display:block}@media (min-width:1024px){.Header-module__mSkW9G__hamburgerButton{display:none}}.Header-module__mSkW9G__mobileSearchButton{border-radius:var(--radius-md);color:var(--color-white);cursor:pointer;background:#ffffff1a;border:none;justify-content:center;align-items:center;padding:.6rem .75rem;transition:background .2s;display:flex}.Header-module__mSkW9G__mobileSearchButton:hover{background:#fff3}@media (min-width:1024px){.Header-module__mSkW9G__mobileSearchButton{display:none}}@media (max-width:1023px){.Header-module__mSkW9G__content{gap:var(--spacing-sm);flex-wrap:wrap;height:auto;min-height:64px;padding:.6rem 0}.Header-module__mSkW9G__searchWrapper{flex:none;order:10;width:100%;max-width:none;padding-bottom:.6rem;display:none}.Header-module__mSkW9G__searchWrapper.Header-module__mSkW9G__mobileSearchOpen{display:block}.Header-module__mSkW9G__logo{display:none}.Header-module__mSkW9G__userIcon{font-size:1.4rem}.Header-module__mSkW9G__cartIcon{font-size:1.5rem}.Header-module__mSkW9G__userButton,.Header-module__mSkW9G__mobileSearchButton,.Header-module__mSkW9G__hamburgerButton,.Header-module__mSkW9G__cartButton{padding:.6rem .75rem}.Header-module__mSkW9G__searchWrapper.Header-module__mSkW9G__mobileSearchOpen{padding-top:.5rem;padding-bottom:.75rem}}.Header-module__mSkW9G__mobileOverlay{z-index:200;background:#00000080;position:fixed;inset:0}.Header-module__mSkW9G__mobileMenu{background:var(--color-dark-blue);z-index:300;flex-direction:column;width:280px;height:100%;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.Header-module__mSkW9G__mobileMenuOpen{transform:translate(0)}.Header-module__mSkW9G__mobileMenuHeader{border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Header-module__mSkW9G__mobileMenuTitle{color:var(--color-white);letter-spacing:.05em;text-transform:uppercase;font-size:1.1rem;font-weight:700}.Header-module__mSkW9G__mobileMenuClose{border-radius:var(--radius-md);color:var(--color-white);cursor:pointer;background:#ffffff1a;border:none;padding:.4rem .7rem;font-size:1rem;transition:background .2s}.Header-module__mSkW9G__mobileMenuClose:hover{background:#fff3}.Header-module__mSkW9G__mobileNav{flex-direction:column;padding:1rem 0;display:flex}.Header-module__mSkW9G__mobileNavSection{flex-direction:column;display:flex}.Header-module__mSkW9G__mobileNavLink{color:var(--color-white);border-left:3px solid #0000;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s}.Header-module__mSkW9G__mobileNavLink:hover{border-left-color:var(--color-soft-cyan);color:var(--color-soft-cyan);background:#ffffff1a}.Header-module__mSkW9G__mobileNavSubLink{color:#ffffffbf;border-left:3px solid #0000;padding:.6rem 1.5rem .6rem 2.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s}.Header-module__mSkW9G__mobileNavSubLink:hover{color:var(--color-soft-cyan);border-left-color:var(--color-soft-cyan);background:#ffffff14}.Header-module__mSkW9G__mobileMenuLogo{border-top:1px solid #ffffff26;justify-content:center;margin-top:auto;padding:1.5rem;display:flex}.Header-module__mSkW9G__mobileMenuLogoImage{opacity:.85}
.AddToCartDialog-module__yc82PG__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s ease-in-out AddToCartDialog-module__yc82PG__fadeIn;display:flex;position:fixed;inset:0}@keyframes AddToCartDialog-module__yc82PG__fadeIn{0%{opacity:0}to{opacity:1}}.AddToCartDialog-module__yc82PG__dialog{background:#fff;border-radius:16px;width:90%;max-width:500px;animation:.3s ease-out AddToCartDialog-module__yc82PG__slideUp;position:relative;box-shadow:0 20px 60px #0000004d}@keyframes AddToCartDialog-module__yc82PG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.AddToCartDialog-module__yc82PG__closeButton{color:var(--color-gray-600);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.AddToCartDialog-module__yc82PG__closeButton:hover{background:var(--color-gray-100);color:var(--color-dark-blue)}.AddToCartDialog-module__yc82PG__content{flex-direction:column;align-items:center;gap:24px;padding:48px 32px 32px;display:flex}.AddToCartDialog-module__yc82PG__icon{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:.4s ease-out .1s both AddToCartDialog-module__yc82PG__scaleIn;display:flex}@keyframes AddToCartDialog-module__yc82PG__scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.AddToCartDialog-module__yc82PG__checkIcon{color:#fff;font-size:2rem}.AddToCartDialog-module__yc82PG__title{color:var(--color-dark-blue);text-align:center;margin:0;font-size:1.75rem;font-weight:700}.AddToCartDialog-module__yc82PG__productPreview{background:var(--color-pale-blue);border-radius:12px;flex-direction:column;align-items:center;gap:12px;width:100%;padding:20px;display:flex}.AddToCartDialog-module__yc82PG__productImage{object-fit:cover;border-radius:8px;width:100px;height:100px;box-shadow:0 4px 12px #0000001a}.AddToCartDialog-module__yc82PG__productName{color:var(--color-dark-blue);text-align:center;margin:0;font-size:1rem;font-weight:500}.AddToCartDialog-module__yc82PG__actions{gap:12px;width:100%;margin-top:8px;display:flex}.AddToCartDialog-module__yc82PG__button{cursor:pointer;text-align:center;border:none;border-radius:8px;flex:1;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .2s}.AddToCartDialog-module__yc82PG__buttonSecondary{color:var(--color-ocean-blue);border:2px solid var(--color-ocean-blue);background:#fff}.AddToCartDialog-module__yc82PG__buttonSecondary:hover{background:var(--color-pale-blue);transform:translateY(-2px)}.AddToCartDialog-module__yc82PG__buttonPrimary{background:var(--color-ocean-blue);color:#fff;box-shadow:0 4px 12px #0369a14d}.AddToCartDialog-module__yc82PG__buttonPrimary:hover{background:var(--color-dark-blue);transform:translateY(-2px);box-shadow:0 6px 16px #0369a166}@media (max-width:640px){.AddToCartDialog-module__yc82PG__content{padding:40px 24px 24px}.AddToCartDialog-module__yc82PG__title{font-size:1.5rem}.AddToCartDialog-module__yc82PG__actions{flex-direction:column}.AddToCartDialog-module__yc82PG__button{width:100%}}
.FeaturedSlider-module__IeuBHG__slider{background:linear-gradient(135deg, var(--color-soft-cyan) 0%, var(--color-sky-blue) 100%);border-radius:16px;width:100%;margin-bottom:48px;position:relative;overflow:hidden}.FeaturedSlider-module__IeuBHG__slideContainer{width:100%;padding:40px 60px;position:relative;overflow:hidden}.FeaturedSlider-module__IeuBHG__slides{will-change:transform;gap:20px;display:flex}.FeaturedSlider-module__IeuBHG__productCard{color:inherit;background:#fff;border-radius:12px;flex-direction:column;flex-shrink:0;width:220px;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.FeaturedSlider-module__IeuBHG__productCard:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.FeaturedSlider-module__IeuBHG__productImageWrapper{aspect-ratio:1;background:#f8f9fa;width:100%;position:relative;overflow:hidden}.FeaturedSlider-module__IeuBHG__productImage{object-fit:cover;width:100%;height:100%}.FeaturedSlider-module__IeuBHG__discountBadge{background:var(--color-ocean-blue);color:#fff;border-radius:20px;padding:6px 12px;font-size:14px;font-weight:700;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0003}.FeaturedSlider-module__IeuBHG__productInfo{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.FeaturedSlider-module__IeuBHG__productName{color:var(--color-dark-blue);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.FeaturedSlider-module__IeuBHG__productPrice{flex-direction:column;gap:4px;margin-top:auto;display:flex}.FeaturedSlider-module__IeuBHG__currentPrice{color:var(--color-ocean-blue);font-size:20px;font-weight:800}.FeaturedSlider-module__IeuBHG__originalPrice{color:#94a3b8;font-size:14px;text-decoration:line-through}.FeaturedSlider-module__IeuBHG__navButton{cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.FeaturedSlider-module__IeuBHG__navButton:hover{background:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 4px 12px #00000026}.FeaturedSlider-module__IeuBHG__navButtonLeft{left:24px}.FeaturedSlider-module__IeuBHG__navButtonRight{right:24px}.FeaturedSlider-module__IeuBHG__navButton svg{color:var(--color-ocean-blue)}.FeaturedSlider-module__IeuBHG__dotsContainer{justify-content:center;gap:12px;padding:24px 0;display:flex}.FeaturedSlider-module__IeuBHG__dot{cursor:pointer;background:#0369a14d;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.FeaturedSlider-module__IeuBHG__dot:hover{background:#0369a180;transform:scale(1.2)}.FeaturedSlider-module__IeuBHG__dotActive{background:var(--color-ocean-blue);border-radius:6px;width:32px}@media (max-width:1200px){.FeaturedSlider-module__IeuBHG__slideContainer{padding:40px}.FeaturedSlider-module__IeuBHG__productCard{width:200px}}@media (max-width:968px){.FeaturedSlider-module__IeuBHG__slideContainer{padding:32px}.FeaturedSlider-module__IeuBHG__productCard{width:180px}.FeaturedSlider-module__IeuBHG__slides{gap:16px}.FeaturedSlider-module__IeuBHG__navButton{width:40px;height:40px}.FeaturedSlider-module__IeuBHG__navButtonLeft{left:12px}.FeaturedSlider-module__IeuBHG__navButtonRight{right:12px}.FeaturedSlider-module__IeuBHG__productName{font-size:14px}.FeaturedSlider-module__IeuBHG__currentPrice{font-size:18px}.FeaturedSlider-module__IeuBHG__originalPrice{font-size:13px}}@media (max-width:640px){.FeaturedSlider-module__IeuBHG__slideContainer{padding:24px 20px}.FeaturedSlider-module__IeuBHG__productCard{width:160px}.FeaturedSlider-module__IeuBHG__slides{gap:12px}.FeaturedSlider-module__IeuBHG__productInfo{padding:12px}.FeaturedSlider-module__IeuBHG__productName{font-size:13px}.FeaturedSlider-module__IeuBHG__currentPrice{font-size:16px}.FeaturedSlider-module__IeuBHG__discountBadge{padding:4px 8px;font-size:12px}.FeaturedSlider-module__IeuBHG__navButton{width:36px;height:36px}.FeaturedSlider-module__IeuBHG__navButtonLeft{left:8px}.FeaturedSlider-module__IeuBHG__navButtonRight{right:8px}}
.Footer-module__zizikG__footer{background:var(--color-dark-blue);color:var(--color-white);margin-top:140px}.Footer-module__zizikG__container{max-width:1400px;padding:0 var(--spacing-lg);margin:0 auto}.Footer-module__zizikG__topSection{gap:var(--spacing-xl);border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:3rem 0;display:grid}@media (max-width:768px){.Footer-module__zizikG__topSection{gap:var(--spacing-lg);grid-template-columns:1fr;padding:2rem 0}}.Footer-module__zizikG__column{gap:var(--spacing-md);flex-direction:column;display:flex}.Footer-module__zizikG__logo{align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-sm);display:flex}.Footer-module__zizikG__logoText{color:var(--color-white);font-size:1.5rem;font-weight:700}.Footer-module__zizikG__description{color:#fffc;margin-bottom:var(--spacing-sm);font-size:.95rem;line-height:1.6}.Footer-module__zizikG__socialLinks{gap:var(--spacing-sm);display:flex}.Footer-module__zizikG__socialLink{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-white);background:#ffffff1a;justify-content:center;align-items:center;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__zizikG__socialLink:hover{background:var(--color-soft-cyan);color:var(--color-dark-blue);transform:translateY(-3px)}.Footer-module__zizikG__columnTitle{margin-bottom:var(--spacing-xs);color:var(--color-soft-cyan);font-size:1.1rem;font-weight:700}.Footer-module__zizikG__linkList{gap:var(--spacing-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Footer-module__zizikG__footerLink{color:#fffc;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block}.Footer-module__zizikG__footerLink:hover{color:var(--color-soft-cyan);padding-left:var(--spacing-xs)}.Footer-module__zizikG__contactList{gap:var(--spacing-md);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Footer-module__zizikG__contactItem{gap:var(--spacing-sm);color:#fffc;font-size:.95rem;line-height:1.6;display:flex}.Footer-module__zizikG__contactIcon{color:var(--color-soft-cyan);flex-shrink:0;margin-top:.15rem;font-size:1.1rem}.Footer-module__zizikG__contactLink{color:#fffc;text-decoration:none;transition:color .2s}.Footer-module__zizikG__contactLink:hover{color:var(--color-soft-cyan)}.Footer-module__zizikG__bottomSection{justify-content:center;align-items:center;padding:1.5rem 0;display:flex}.Footer-module__zizikG__copyright{color:#ffffffb3;text-align:center;font-size:.9rem}
.ProductCard-module__6z8Uqa__card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.ProductCard-module__6z8Uqa__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.ProductCard-module__6z8Uqa__imageLink{color:inherit;text-decoration:none;display:block}.ProductCard-module__6z8Uqa__titleLink{color:inherit;text-decoration:none}.ProductCard-module__6z8Uqa__titleLink:hover .ProductCard-module__6z8Uqa__title{color:var(--color-ocean-blue)}.ProductCard-module__6z8Uqa__imageWrapper{background:var(--color-pale-blue);width:100%;padding-top:100%;position:relative;overflow:hidden}.ProductCard-module__6z8Uqa__image{object-fit:cover;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.ProductCard-module__6z8Uqa__card:hover .ProductCard-module__6z8Uqa__image{transform:scale(1.05)}.ProductCard-module__6z8Uqa__badge{top:var(--spacing-sm);left:var(--spacing-sm);background:var(--color-warning);color:var(--color-white);border-radius:var(--radius-md);z-index:1;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:flex;position:absolute}.ProductCard-module__6z8Uqa__discountBadge{top:var(--spacing-sm);right:var(--spacing-sm);background:var(--color-error);color:var(--color-white);border-radius:var(--radius-md);z-index:1;padding:.35rem .6rem;font-size:.85rem;font-weight:700;position:absolute}.ProductCard-module__6z8Uqa__content{padding:var(--spacing-lg);gap:var(--spacing-sm);flex-direction:column;flex:1;display:flex}.ProductCard-module__6z8Uqa__title{color:var(--color-gray-900);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductCard-module__6z8Uqa__priceSection{margin-top:auto}.ProductCard-module__6z8Uqa__priceWrapper{align-items:baseline;gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.ProductCard-module__6z8Uqa__currentPrice{color:var(--color-dark-blue);font-size:1.5rem;font-weight:700}.ProductCard-module__6z8Uqa__originalPrice{color:var(--color-gray-400);font-size:1.1rem;text-decoration:line-through}.ProductCard-module__6z8Uqa__footer{margin-top:var(--spacing-sm);padding-top:var(--spacing-sm);border-top:1px solid var(--color-gray-200);justify-content:space-between;align-items:center;display:flex}.ProductCard-module__6z8Uqa__stock{font-size:.85rem}.ProductCard-module__6z8Uqa__inStock{color:var(--color-success);align-items:center;gap:.4rem;font-weight:500;display:flex}.ProductCard-module__6z8Uqa__stockDot{background:var(--color-success);border-radius:50%;width:8px;height:8px;display:inline-block}.ProductCard-module__6z8Uqa__outOfStock{color:var(--color-error);font-weight:500}.ProductCard-module__6z8Uqa__addToCartButton{width:100%;margin-top:var(--spacing-md);background:var(--color-ocean-blue);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 8px #0369a133}.ProductCard-module__6z8Uqa__addToCartButton:hover:not(:disabled){background:var(--color-dark-blue);transform:translateY(-2px);box-shadow:0 4px 12px #0369a14d}.ProductCard-module__6z8Uqa__addToCartButton:active:not(:disabled){transform:translateY(0)}.ProductCard-module__6z8Uqa__addToCartButton:disabled{background:var(--color-gray-300);cursor:not-allowed;box-shadow:none}
.ShopLayout-module__wRmIrG__layout{flex-direction:column;min-height:100vh;display:flex}.ShopLayout-module__wRmIrG__main{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);flex:1}
.cart-module__zp3PTa__main{min-height:calc(100vh - 70px);padding:var(--spacing-xl) 0;background:var(--color-white)}.cart-module__zp3PTa__container{max-width:1200px;padding:0 var(--spacing-lg);margin:0 auto}.cart-module__zp3PTa__title{color:var(--color-dark-blue);margin-bottom:var(--spacing-xl);font-size:2rem;font-weight:700}.cart-module__zp3PTa__cartLayout{gap:var(--spacing-xl);grid-template-columns:1fr;display:grid}@media (min-width:968px){.cart-module__zp3PTa__cartLayout{grid-template-columns:2fr 1fr}}.cart-module__zp3PTa__emptyCart{text-align:center;padding:var(--spacing-3xl) var(--spacing-lg);background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;align-items:center;display:flex}.cart-module__zp3PTa__emptyIcon{color:var(--color-gray-300);margin-bottom:var(--spacing-lg)}.cart-module__zp3PTa__emptyTitle{color:var(--color-gray-700);margin-bottom:var(--spacing-sm);font-size:1.75rem;font-weight:700}.cart-module__zp3PTa__emptyText{color:var(--color-gray-500);margin-bottom:var(--spacing-xl);font-size:1rem}.cart-module__zp3PTa__continueButton{background:var(--color-ocean-blue);color:var(--color-white);border-radius:var(--radius-md);padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .2s}.cart-module__zp3PTa__continueButton:hover{background:var(--color-dark-blue);box-shadow:var(--shadow-md);transform:translateY(-2px)}.cart-module__zp3PTa__cartItems{gap:var(--spacing-md);flex-direction:column;display:flex}.cart-module__zp3PTa__cartItem{background:var(--color-white);border-radius:var(--radius-lg);padding:var(--spacing-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-300);gap:var(--spacing-lg);grid-template-columns:100px 1fr;display:grid}@media (min-width:640px){.cart-module__zp3PTa__cartItem{grid-template-columns:120px 1fr auto}}.cart-module__zp3PTa__itemImage{border-radius:var(--radius-md);background:var(--color-pale-blue);border-right:1px solid var(--color-gray-300);width:100px;height:100px;padding-right:var(--spacing-lg);flex-shrink:0;overflow:hidden}@media (min-width:640px){.cart-module__zp3PTa__itemImage{width:120px;height:120px}}.cart-module__zp3PTa__itemImage img{object-fit:cover;width:100%;height:100%}.cart-module__zp3PTa__itemInfo{gap:var(--spacing-sm);flex-direction:column;display:flex}.cart-module__zp3PTa__itemName{color:var(--color-gray-900);font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .2s}.cart-module__zp3PTa__itemName:hover{color:var(--color-ocean-blue)}.cart-module__zp3PTa__itemPriceSection{align-items:baseline;gap:var(--spacing-sm);display:flex}.cart-module__zp3PTa__itemPrice{color:var(--color-dark-blue);font-size:1.25rem;font-weight:700}.cart-module__zp3PTa__itemOriginalPrice{color:var(--color-gray-400);font-size:1rem;text-decoration:line-through}.cart-module__zp3PTa__itemStock{font-size:.875rem}.cart-module__zp3PTa__inStock{color:var(--color-success);font-weight:500}.cart-module__zp3PTa__outOfStock{color:var(--color-error);font-weight:500}.cart-module__zp3PTa__itemActions{align-items:flex-end;gap:var(--spacing-md);flex-direction:column;grid-column:1/-1;display:flex}@media (min-width:640px){.cart-module__zp3PTa__itemActions{border-left:1px solid var(--color-gray-300);padding-left:var(--spacing-lg);grid-column:auto}}.cart-module__zp3PTa__quantityControls{align-items:center;gap:var(--spacing-sm);background:var(--color-pale-blue);border-radius:var(--radius-md);padding:.25rem;display:flex}.cart-module__zp3PTa__quantityButton{background:var(--color-white);width:2rem;height:2rem;color:var(--color-ocean-blue);border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:.875rem;transition:all .2s;display:flex}.cart-module__zp3PTa__quantityButton:hover:not(:disabled){background:var(--color-ocean-blue);color:var(--color-white)}.cart-module__zp3PTa__quantityButton:disabled{opacity:.3;cursor:not-allowed}.cart-module__zp3PTa__quantity{text-align:center;min-width:2.5rem;color:var(--color-gray-900);font-weight:600}.cart-module__zp3PTa__itemTotal{color:var(--color-dark-blue);font-size:1.5rem;font-weight:700}.cart-module__zp3PTa__removeButton{background:var(--color-error);width:2.5rem;height:2.5rem;color:var(--color-white);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.cart-module__zp3PTa__removeButton:hover{background:#c92a2a;transform:scale(1.05)}.cart-module__zp3PTa__cartSummary{background:var(--color-white);border-radius:var(--radius-lg);padding:var(--spacing-xl);box-shadow:var(--shadow-md);height:fit-content;position:sticky;top:90px}.cart-module__zp3PTa__summaryTitle{color:var(--color-gray-900);margin-bottom:var(--spacing-lg);font-size:1.5rem;font-weight:700}.cart-module__zp3PTa__summaryRow{padding:var(--spacing-md) 0;color:var(--color-gray-700);justify-content:space-between;align-items:center;font-size:1rem;display:flex}.cart-module__zp3PTa__summaryValue{color:var(--color-gray-900);font-weight:600}.cart-module__zp3PTa__summaryDivider{background:var(--color-gray-300);height:1px;margin:var(--spacing-md) 0}.cart-module__zp3PTa__summaryTotal{padding:var(--spacing-lg) 0;color:var(--color-gray-900);justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.cart-module__zp3PTa__totalValue{color:var(--color-dark-blue);font-size:1.75rem}.cart-module__zp3PTa__checkoutButton{background:var(--color-ocean-blue);width:100%;color:var(--color-white);border-radius:var(--radius-md);text-align:center;margin-top:var(--spacing-lg);padding:1rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .2s;display:block;box-shadow:0 4px 12px #0369a133}.cart-module__zp3PTa__checkoutButton:hover{background:var(--color-dark-blue);transform:translateY(-2px);box-shadow:0 6px 16px #0369a14d}.cart-module__zp3PTa__continueShoppingLink{width:100%;color:var(--color-ocean-blue);border-radius:var(--radius-md);text-align:center;margin-top:var(--spacing-md);border:2px solid var(--color-ocean-blue);padding:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.cart-module__zp3PTa__continueShoppingLink:hover{background:var(--color-pale-blue)}
.categories-module__iL4TIG__main{background:var(--color-pale-blue);min-height:calc(100vh - 80px);padding:60px 0 80px}.categories-module__iL4TIG__container{max-width:1200px;margin:0 auto;padding:0 20px}.categories-module__iL4TIG__hero{text-align:center;margin-bottom:60px}.categories-module__iL4TIG__title{color:var(--color-dark-blue);margin-bottom:20px;font-size:3.5rem;font-weight:800}.categories-module__iL4TIG__subtitle{color:var(--color-ocean-blue);max-width:600px;margin:0 auto;font-size:1.3rem;line-height:1.6}.categories-module__iL4TIG__categoriesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:60px;display:grid}.categories-module__iL4TIG__categoryCard{background:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:40px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000026}.categories-module__iL4TIG__categoryCardLink{flex-direction:column;align-items:center;width:100%;text-decoration:none;display:flex}.categories-module__iL4TIG__categoryCard:before{content:"";background:linear-gradient(90deg, var(--color-ocean-blue) 0%, var(--color-dark-blue) 100%);height:5px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.categories-module__iL4TIG__categoryCard:hover:before{transform:scaleX(1)}.categories-module__iL4TIG__categoryCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0003}.categories-module__iL4TIG__subcategoriesList{border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;flex-direction:column;gap:4px;width:100%;margin:12px 0 8px;padding:12px 0;display:flex}.categories-module__iL4TIG__subcategoryLink{color:var(--color-ocean-blue);border-radius:6px;align-items:center;gap:8px;padding:6px 8px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex}.categories-module__iL4TIG__subcategoryLink:hover{color:var(--color-dark-blue);background:#0284c714}.categories-module__iL4TIG__subcategoryArrow{opacity:.6;flex-shrink:0;font-size:.65rem}.categories-module__iL4TIG__viewAllLink{color:var(--color-ocean-blue);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.categories-module__iL4TIG__viewAllLink:hover{color:var(--color-dark-blue)}.categories-module__iL4TIG__categoryIcon{color:#fff;border-radius:20px;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:25px;font-size:3rem;transition:all .3s;display:flex;box-shadow:0 8px 20px #00000026}.categories-module__iL4TIG__categoryCard:hover .categories-module__iL4TIG__categoryIcon{transform:scale(1.1)rotate(5deg)}.categories-module__iL4TIG__categoryContent{text-align:center;width:100%}.categories-module__iL4TIG__categoryName{color:#1f2937;margin-bottom:12px;font-size:1.8rem;font-weight:700}.categories-module__iL4TIG__categoryDescription{color:#6b7280;min-height:48px;margin-bottom:20px;font-size:1rem;line-height:1.6}.categories-module__iL4TIG__categoryFooter{justify-content:flex-end;align-items:center;width:100%;padding-top:16px;display:flex}.categories-module__iL4TIG__allProducts{text-align:center}.categories-module__iL4TIG__allProductsButton{background:var(--color-ocean-blue);color:#fff;border-radius:12px;padding:18px 50px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 8px 20px #0061aa40}.categories-module__iL4TIG__allProductsButton:hover{background:var(--color-dark-blue);color:#fff;transform:translateY(-3px);box-shadow:0 12px 30px #0061aa59}@media (max-width:768px){.categories-module__iL4TIG__main{padding:40px 0 60px}.categories-module__iL4TIG__title{font-size:2.5rem}.categories-module__iL4TIG__subtitle{font-size:1.1rem}.categories-module__iL4TIG__categoriesGrid{grid-template-columns:1fr;gap:20px}.categories-module__iL4TIG__categoryCard{padding:30px}.categories-module__iL4TIG__categoryIcon{width:80px;height:80px;font-size:2.5rem}.categories-module__iL4TIG__categoryName{font-size:1.5rem}.categories-module__iL4TIG__categoryDescription{font-size:.95rem}}@media (max-width:480px){.categories-module__iL4TIG__title{font-size:2rem}.categories-module__iL4TIG__subtitle{font-size:1rem}.categories-module__iL4TIG__allProductsButton{padding:16px 40px;font-size:1.1rem}}
.checkout-module__opYCoG__main{min-height:calc(100vh - 70px);padding:var(--spacing-xl) 0;background:var(--color-pale-blue)}.checkout-module__opYCoG__container{max-width:1400px;padding:0 var(--spacing-lg);margin:0 auto}.checkout-module__opYCoG__title{color:var(--color-dark-blue);margin-bottom:var(--spacing-xl);font-size:2rem;font-weight:700}.checkout-module__opYCoG__checkoutLayout{gap:var(--spacing-xl);grid-template-columns:1fr;display:grid}@media (min-width:968px){.checkout-module__opYCoG__checkoutLayout{grid-template-columns:2fr 1fr}}.checkout-module__opYCoG__formSection{background:var(--color-white);border-radius:var(--radius-lg);padding:var(--spacing-xl);box-shadow:var(--shadow-sm)}.checkout-module__opYCoG__form{gap:var(--spacing-xl);flex-direction:column;display:flex}.checkout-module__opYCoG__section{gap:var(--spacing-lg);flex-direction:column;display:flex}.checkout-module__opYCoG__sectionTitle{color:var(--color-gray-900);padding-bottom:var(--spacing-md);border-bottom:2px solid var(--color-pale-blue);margin:0;font-size:1.5rem;font-weight:700}.checkout-module__opYCoG__formRow{gap:var(--spacing-md);grid-template-columns:1fr;display:grid}@media (min-width:640px){.checkout-module__opYCoG__formRow{grid-template-columns:repeat(2,1fr)}}.checkout-module__opYCoG__formGroup{flex-direction:column;gap:.5rem;display:flex}.checkout-module__opYCoG__formGroupLarge{grid-column:1/-1}@media (min-width:640px){.checkout-module__opYCoG__formGroupLarge{grid-column:1/2}}.checkout-module__opYCoG__label{color:var(--color-gray-700);font-size:.95rem;font-weight:600}.checkout-module__opYCoG__required{color:var(--color-error)}.checkout-module__opYCoG__input,.checkout-module__opYCoG__textarea{border:2px solid var(--color-gray-200);border-radius:var(--radius-md);color:var(--color-gray-900);background:var(--color-white);padding:.875rem 1rem;font-size:1rem;transition:all .2s}.checkout-module__opYCoG__input:focus,.checkout-module__opYCoG__textarea:focus{border-color:var(--color-ocean-blue);outline:none;box-shadow:0 0 0 3px #0369a11a}.checkout-module__opYCoG__inputError{border-color:var(--color-error)}.checkout-module__opYCoG__inputError:focus{box-shadow:0 0 0 3px #fa52521a}.checkout-module__opYCoG__error{color:var(--color-error);margin-top:-.25rem;font-size:.875rem}.checkout-module__opYCoG__textarea{resize:vertical;min-height:100px;font-family:inherit}.checkout-module__opYCoG__termsSection{padding:1rem 0 .5rem}.checkout-module__opYCoG__termsLabel{cursor:pointer;color:#374151;align-items:flex-start;gap:.625rem;font-size:.9rem;line-height:1.5;display:flex}.checkout-module__opYCoG__termsLabelError{color:#dc2626}.checkout-module__opYCoG__termsCheckbox{width:1.1rem;height:1.1rem;accent-color:var(--color-orange,#f97316);cursor:pointer;flex-shrink:0;margin-top:.2rem}.checkout-module__opYCoG__termsLink{color:var(--color-orange,#f97316);text-decoration:underline}.checkout-module__opYCoG__termsLink:hover{text-decoration:none}.checkout-module__opYCoG__formActions{gap:var(--spacing-md);padding-top:var(--spacing-lg);border-top:2px solid var(--color-pale-blue);display:flex}.checkout-module__opYCoG__backButton{background:var(--color-white);color:var(--color-ocean-blue);border:2px solid var(--color-ocean-blue);border-radius:var(--radius-md);cursor:pointer;flex:1;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s}.checkout-module__opYCoG__backButton:hover{background:var(--color-pale-blue)}.checkout-module__opYCoG__submitButton{background:var(--color-ocean-blue);color:var(--color-white);border-radius:var(--radius-md);cursor:pointer;border:none;flex:2;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #0369a133}.checkout-module__opYCoG__submitButton:hover{background:var(--color-dark-blue);transform:translateY(-2px);box-shadow:0 6px 16px #0369a14d}.checkout-module__opYCoG__summarySection{height:fit-content}.checkout-module__opYCoG__summary{background:var(--color-white);border-radius:var(--radius-lg);padding:var(--spacing-xl);box-shadow:var(--shadow-md);position:sticky;top:90px}.checkout-module__opYCoG__summaryTitle{color:var(--color-gray-900);margin:0 0 var(--spacing-lg) 0;font-size:1.5rem;font-weight:700}.checkout-module__opYCoG__summaryItems{gap:var(--spacing-md);margin-bottom:var(--spacing-lg);flex-direction:column;display:flex}.checkout-module__opYCoG__summaryItem{justify-content:space-between;align-items:flex-start;gap:var(--spacing-md);display:flex}.checkout-module__opYCoG__summaryItemInfo{gap:var(--spacing-md);flex:1;display:flex}.checkout-module__opYCoG__summaryItemImage{border-radius:var(--radius-md);object-fit:cover;background:var(--color-pale-blue);flex-shrink:0;width:60px;height:60px}.checkout-module__opYCoG__summaryItemName{color:var(--color-gray-900);font-size:.95rem;font-weight:600;line-height:1.4}.checkout-module__opYCoG__summaryItemQuantity{color:var(--color-gray-500);margin-top:.25rem;font-size:.875rem}.checkout-module__opYCoG__summaryItemPrice{color:var(--color-dark-blue);flex-shrink:0;font-size:1rem;font-weight:700}.checkout-module__opYCoG__summaryDivider{background:var(--color-gray-200);height:1px;margin:var(--spacing-md) 0}.checkout-module__opYCoG__summaryRow{padding:var(--spacing-sm) 0;color:var(--color-gray-700);justify-content:space-between;align-items:center;font-size:1rem;display:flex}.checkout-module__opYCoG__summaryValue{color:var(--color-gray-900);font-weight:600}.checkout-module__opYCoG__summaryTotal{padding:var(--spacing-lg) 0;color:var(--color-gray-900);justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.checkout-module__opYCoG__totalValue{color:var(--color-dark-blue);font-size:1.75rem}.checkout-module__opYCoG__savedAddressesSection{background:#eff6ff;border:2px solid #bfdbfe;border-radius:10px;margin-bottom:1.5rem;padding:1rem}.checkout-module__opYCoG__savedAddressesLabel{color:#1e3a5f;margin:0 0 .75rem;font-size:.95rem;font-weight:600}.checkout-module__opYCoG__savedAddressesList{flex-direction:column;gap:.5rem;display:flex}.checkout-module__opYCoG__savedAddressOption{cursor:pointer;color:#475569;background:#fff;border:2px solid #e2e8f0;border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem;font-size:.9rem;transition:border-color .2s;display:flex}.checkout-module__opYCoG__savedAddressOption input[type=radio]{flex-shrink:0;margin-top:2px}.checkout-module__opYCoG__savedAddressOptionSelected{background:#eff6ff;border-color:#3b82f6}.checkout-module__opYCoG__defaultBadgeSmall{color:#fff;vertical-align:middle;background:#3b82f6;border-radius:9999px;margin-left:.4rem;padding:.1rem .45rem;font-size:.7rem;font-weight:700;display:inline-block}.checkout-module__opYCoG__orderBadgeSmall{color:#fff;vertical-align:middle;background:#f59e0b;border-radius:9999px;margin-left:.4rem;padding:.1rem .45rem;font-size:.7rem;font-weight:700;display:inline-block}.checkout-module__opYCoG__inputReadonly{color:#64748b;background:#f8fafc}.checkout-module__opYCoG__shippingMethodsList{flex-direction:column;gap:.75rem;display:flex}.checkout-module__opYCoG__shippingMethodOption{border:2px solid var(--color-gray-200);border-radius:var(--radius-md);cursor:pointer;background:#fff;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;transition:border-color .2s,background .2s;display:flex}.checkout-module__opYCoG__shippingMethodOption input[type=radio]{accent-color:var(--color-ocean-blue);flex-shrink:0;margin-top:3px}.checkout-module__opYCoG__shippingMethodOptionSelected{border-color:var(--color-ocean-blue);background:#eff6ff}.checkout-module__opYCoG__shippingMethodDetails{flex:1}.checkout-module__opYCoG__shippingMethodHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.checkout-module__opYCoG__shippingMethodName{color:var(--color-gray-900);font-size:1rem;font-weight:700}.checkout-module__opYCoG__shippingMethodCost{color:var(--color-dark-blue);flex-shrink:0;font-size:1rem;font-weight:700}.checkout-module__opYCoG__shippingMethodDescription,.checkout-module__opYCoG__shippingMethodDelivery{color:var(--color-gray-500);margin:.25rem 0 0;font-size:.875rem}.checkout-module__opYCoG__freeShipping{color:#16a34a;font-weight:700}.checkout-module__opYCoG__freeShippingHint{color:#16a34a;margin:.25rem 0 0;font-size:.8rem}.checkout-module__opYCoG__loadingText{color:var(--color-gray-500);font-size:.95rem}.checkout-module__opYCoG__selectedLockerInfo{border-radius:var(--radius-md);background:#f0fdf4;border:2px solid #86efac;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.checkout-module__opYCoG__selectedLockerHeader{align-items:flex-start;gap:.75rem;display:flex}.checkout-module__opYCoG__selectedLockerIcon{flex-shrink:0;font-size:1.5rem}.checkout-module__opYCoG__selectedLockerAddress{color:var(--color-gray-600);margin:.25rem 0 0;font-size:.875rem}.checkout-module__opYCoG__selectLockerButton{background:var(--color-ocean-blue);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.checkout-module__opYCoG__selectLockerButton:hover{background:var(--color-dark-blue)}.checkout-module__opYCoG__changeLockerButton{color:var(--color-ocean-blue);border:2px solid var(--color-ocean-blue);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;background:#fff;flex-shrink:0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s}.checkout-module__opYCoG__changeLockerButton:hover{background:#eff6ff}.checkout-module__opYCoG__paymentMethodsList{flex-direction:column;gap:.75rem;display:flex}.checkout-module__opYCoG__paymentMethodOption{border:2px solid var(--color-gray-200);border-radius:var(--radius-md);cursor:pointer;background:#fff;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;transition:border-color .2s,background .2s;display:flex}.checkout-module__opYCoG__paymentMethodOption input[type=radio]{accent-color:var(--color-ocean-blue);flex-shrink:0;margin-top:3px}.checkout-module__opYCoG__paymentMethodOptionSelected{border-color:var(--color-ocean-blue);background:#eff6ff}.checkout-module__opYCoG__paymentMethodDetails{flex:1}.checkout-module__opYCoG__paymentMethodHeader{align-items:center;gap:.5rem;display:flex}.checkout-module__opYCoG__paymentMethodName{color:var(--color-gray-900);font-size:1rem;font-weight:700}.checkout-module__opYCoG__paymentMethodIcon{flex-shrink:0;font-size:1.25rem}.checkout-module__opYCoG__paymentMethodDescription{color:var(--color-gray-500);margin:.25rem 0 0;font-size:.875rem}.checkout-module__opYCoG__paymentMethodPanel{border:1px solid var(--color-gray-200);border-radius:var(--radius-md);background:#f8fafc;margin-top:1rem;padding:1rem 1.25rem}.checkout-module__opYCoG__blikInputGroup{flex-direction:column;gap:.5rem;display:flex}.checkout-module__opYCoG__blikInput{border:2px solid var(--color-gray-200);border-radius:var(--radius-md);letter-spacing:.5rem;text-align:center;color:var(--color-dark-blue);max-width:200px;padding:.875rem 1rem;font-family:monospace;font-size:1.75rem;font-weight:700;transition:all .2s}.checkout-module__opYCoG__blikInput:focus{border-color:var(--color-ocean-blue);outline:none;box-shadow:0 0 0 3px #0369a11a}.checkout-module__opYCoG__blikInputError{border-color:var(--color-error)}.checkout-module__opYCoG__blikHint{color:var(--color-gray-500);font-size:.875rem}.checkout-module__opYCoG__bankTransferInfo{color:var(--color-gray-600);flex-direction:column;gap:.25rem;font-size:.9rem;line-height:1.6;display:flex}.checkout-module__opYCoG__bankTransferNote{color:#0369a1;border-radius:var(--radius-sm);background:#e0f2fe;margin-top:.5rem;padding:.5rem .75rem;font-size:.85rem}@media (max-width:640px){.checkout-module__opYCoG__formActions{flex-direction:column}.checkout-module__opYCoG__backButton,.checkout-module__opYCoG__submitButton{width:100%}}
.faq-module__tbyj1a__main{background:#f9fafb;min-height:calc(100vh - 80px);padding:60px 0}.faq-module__tbyj1a__container{max-width:900px;margin:0 auto;padding:0 20px}.faq-module__tbyj1a__title{text-align:center;background:linear-gradient(135deg, var(--color-ocean-blue) 0%, var(--color-dark-blue) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:15px;font-size:3rem;font-weight:800}.faq-module__tbyj1a__subtitle{text-align:center;color:#6b7280;margin-bottom:50px;font-size:1.2rem}.faq-module__tbyj1a__faqList{flex-direction:column;gap:15px;margin-bottom:60px;display:flex}.faq-module__tbyj1a__faqItem{background:#fff;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000000d}.faq-module__tbyj1a__faqItem:hover{box-shadow:0 4px 12px #0000001a}.faq-module__tbyj1a__question{cursor:pointer;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:25px 30px;transition:background .2s;display:flex}.faq-module__tbyj1a__question:hover{background:#f9fafb}.faq-module__tbyj1a__questionText{color:#1f2937;flex:1;padding-right:20px;font-size:1.15rem;font-weight:600}.faq-module__tbyj1a__icon{color:var(--color-ocean-blue);flex-shrink:0;font-size:1rem}.faq-module__tbyj1a__answer{padding:0 30px 25px;animation:.3s faq-module__tbyj1a__slideDown}.faq-module__tbyj1a__answer p{color:#4b5563;margin:0;font-size:1rem;line-height:1.7}@keyframes faq-module__tbyj1a__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-module__tbyj1a__contact{background:linear-gradient(135deg, var(--color-ocean-blue) 0%, var(--color-dark-blue) 100%);text-align:center;color:#fff;border-radius:16px;padding:50px 40px}.faq-module__tbyj1a__contactTitle{margin-bottom:15px;font-size:2rem;font-weight:700}.faq-module__tbyj1a__contactText{opacity:.95;margin-bottom:30px;font-size:1.1rem}.faq-module__tbyj1a__contactButton{color:var(--color-ocean-blue);background:#fff;border-radius:10px;padding:16px 40px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #0003}.faq-module__tbyj1a__contactButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}@media (max-width:768px){.faq-module__tbyj1a__main{padding:40px 0}.faq-module__tbyj1a__title{font-size:2rem}.faq-module__tbyj1a__subtitle{font-size:1rem}.faq-module__tbyj1a__question{padding:20px}.faq-module__tbyj1a__questionText{font-size:1rem}.faq-module__tbyj1a__answer{padding:0 20px 20px}.faq-module__tbyj1a__answer p{font-size:.95rem}.faq-module__tbyj1a__contact{padding:35px 25px}.faq-module__tbyj1a__contactTitle{font-size:1.5rem}.faq-module__tbyj1a__contactText{font-size:1rem}}
.forgot-password-module__ak-h0G__container{background:var(--color-pale-blue);justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem 1rem;display:flex}.forgot-password-module__ak-h0G__resetBox{background:#fff;border-radius:16px;width:100%;max-width:500px;padding:3rem;box-shadow:0 10px 40px #0000001a}.forgot-password-module__ak-h0G__title{color:#1e293b;text-align:center;margin:0 0 .5rem;font-size:2rem;font-weight:700}.forgot-password-module__ak-h0G__subtitle{color:#64748b;text-align:center;margin:0 0 2rem;font-size:.95rem;line-height:1.6}.forgot-password-module__ak-h0G__form{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.forgot-password-module__ak-h0G__formGroup{flex-direction:column;gap:.5rem;display:flex}.forgot-password-module__ak-h0G__label{color:#475569;font-size:.95rem;font-weight:600}.forgot-password-module__ak-h0G__input{border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.forgot-password-module__ak-h0G__input:focus{border-color:var(--color-ocean-blue);outline:none;box-shadow:0 0 0 3px #0061aa1a}.forgot-password-module__ak-h0G__submitButton{background:var(--color-ocean-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.forgot-password-module__ak-h0G__submitButton:hover{background:var(--color-dark-blue);transform:translateY(-2px);box-shadow:0 8px 20px #0061aa4d}.forgot-password-module__ak-h0G__success{text-align:center;padding:2rem 0}.forgot-password-module__ak-h0G__successIcon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:3rem;display:flex}.forgot-password-module__ak-h0G__successMessage{color:#1e293b;margin:0 0 1rem;font-size:1.1rem;font-weight:600;line-height:1.6}.forgot-password-module__ak-h0G__successNote{color:#64748b;margin:0;font-size:.95rem;line-height:1.6}.forgot-password-module__ak-h0G__backToLogin{text-align:center;border-top:1px solid #e2e8f0;padding-top:1.5rem}.forgot-password-module__ak-h0G__backLink{color:var(--color-ocean-blue);font-weight:600;text-decoration:none;transition:color .2s}.forgot-password-module__ak-h0G__backLink:hover{color:var(--color-dark-blue);text-decoration:underline}.forgot-password-module__ak-h0G__note{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;margin-top:2rem;padding:1rem;font-size:.9rem;line-height:1.6}.forgot-password-module__ak-h0G__note p{margin:0}.forgot-password-module__ak-h0G__note strong{font-weight:700}@media (max-width:768px){.forgot-password-module__ak-h0G__resetBox{padding:2rem 1.5rem}.forgot-password-module__ak-h0G__title{font-size:1.75rem}.forgot-password-module__ak-h0G__successIcon{width:60px;height:60px;font-size:2rem}}
.contact-module__frTLZq__main{background:#f9fafb;min-height:calc(100vh - 80px);padding:60px 0}.contact-module__frTLZq__container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-module__frTLZq__title{text-align:center;background:linear-gradient(135deg, var(--color-ocean-blue) 0%, var(--color-dark-blue) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:15px;font-size:3rem;font-weight:800}.contact-module__frTLZq__subtitle{text-align:center;color:#6b7280;margin-bottom:50px;font-size:1.2rem}.contact-module__frTLZq__contentGrid{grid-template-columns:1fr 1.5fr;gap:40px;display:grid}.contact-module__frTLZq__infoSection{flex-direction:column;gap:20px;display:flex}.contact-module__frTLZq__infoCard{background:#fff;border-radius:12px;padding:25px;transition:all .3s;box-shadow:0 2px 8px #0000000d}.contact-module__frTLZq__infoCard:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.contact-module__frTLZq__infoIcon{color:var(--color-ocean-blue);margin-bottom:15px;font-size:2rem}.contact-module__frTLZq__infoTitle{color:#1f2937;margin-bottom:10px;font-size:1.2rem;font-weight:700}.contact-module__frTLZq__infoText{color:#6b7280;font-size:1rem;line-height:1.7}.contact-module__frTLZq__formSection{background:#fff;border-radius:16px;padding:40px;box-shadow:0 2px 8px #0000000d}.contact-module__frTLZq__formTitle{color:#1f2937;margin-bottom:30px;font-size:2rem;font-weight:700}.contact-module__frTLZq__successMessage{color:#065f46;text-align:center;background:#d1fae5;border:1px solid #a7f3d0;border-radius:8px;margin-bottom:25px;padding:15px 20px;font-weight:600}.contact-module__frTLZq__form{flex-direction:column;gap:25px;display:flex}.contact-module__frTLZq__formGroup{flex-direction:column;gap:8px;display:flex}.contact-module__frTLZq__label{color:#374151;font-size:1rem;font-weight:600}.contact-module__frTLZq__required{color:#ef4444}.contact-module__frTLZq__input,.contact-module__frTLZq__textarea{border:2px solid #e5e7eb;border-radius:10px;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .3s}.contact-module__frTLZq__input:focus,.contact-module__frTLZq__textarea:focus{border-color:var(--color-ocean-blue);outline:none;box-shadow:0 0 0 3px #0061aa1a}.contact-module__frTLZq__textarea{resize:vertical;min-height:120px}.contact-module__frTLZq__submitButton{background:var(--color-ocean-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;margin-top:10px;padding:16px;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #0061aa4d}.contact-module__frTLZq__submitButton:hover{background:var(--color-dark-blue);transform:translateY(-2px);box-shadow:0 6px 20px #0061aa66}@media (max-width:968px){.contact-module__frTLZq__contentGrid{grid-template-columns:1fr}.contact-module__frTLZq__infoSection{order:2}.contact-module__frTLZq__formSection{order:1}}@media (max-width:768px){.contact-module__frTLZq__main{padding:40px 0}.contact-module__frTLZq__title{font-size:2rem}.contact-module__frTLZq__subtitle{font-size:1rem}.contact-module__frTLZq__formSection{padding:25px}.contact-module__frTLZq__formTitle{font-size:1.5rem}.contact-module__frTLZq__infoCard{padding:20px}}
.login-module__9Knd3W__container{background:var(--color-pale-blue);justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem 1rem;display:flex}.login-module__9Knd3W__loginBox{background:#fff;border-radius:16px;width:100%;max-width:450px;padding:3rem;box-shadow:0 10px 40px #0000001a}.login-module__9Knd3W__title{color:#1e293b;text-align:center;margin:0 0 .5rem;font-size:2rem;font-weight:700}.login-module__9Knd3W__subtitle{color:#64748b;text-align:center;margin:0 0 2rem;font-size:.95rem}.login-module__9Knd3W__error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.95rem}.login-module__9Knd3W__form{flex-direction:column;gap:1.5rem;display:flex}.login-module__9Knd3W__formGroup{flex-direction:column;gap:.5rem;display:flex}.login-module__9Knd3W__label{color:#475569;font-size:.95rem;font-weight:600}.login-module__9Knd3W__input{border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.login-module__9Knd3W__input:focus{border-color:var(--color-ocean-blue);outline:none;box-shadow:0 0 0 3px #0061aa1a}.login-module__9Knd3W__forgotPassword{text-align:right;margin-top:-.5rem}.login-module__9Knd3W__forgotLink{color:var(--color-ocean-blue);font-size:.9rem;text-decoration:none;transition:color .2s}.login-module__9Knd3W__forgotLink:hover{color:var(--color-dark-blue);text-decoration:underline}.login-module__9Knd3W__submitButton{background:var(--color-ocean-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.login-module__9Knd3W__submitButton:hover:not(:disabled){background:var(--color-dark-blue);transform:translateY(-2px);box-shadow:0 8px 20px #0061aa4d}.login-module__9Knd3W__submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-module__9Knd3W__divider{text-align:center;margin:2rem 0;position:relative}.login-module__9Knd3W__divider:before{content:"";background:#e2e8f0;width:100%;height:1px;position:absolute;top:50%;left:0}.login-module__9Knd3W__divider span{color:#94a3b8;background:#fff;padding:0 1rem;font-size:.9rem;position:relative}.login-module__9Knd3W__register{text-align:center}.login-module__9Knd3W__register p{color:#64748b;margin:0 0 .5rem;font-size:.95rem}.login-module__9Knd3W__registerLink{color:var(--color-ocean-blue);font-weight:600;text-decoration:none;transition:color .2s}.login-module__9Knd3W__registerLink:hover{color:var(--color-dark-blue);text-decoration:underline}@media (max-width:768px){.login-module__9Knd3W__loginBox{padding:2rem 1.5rem}.login-module__9Knd3W__title{font-size:1.75rem}}
.about-module__QEcfAq__main{background:#f9fafb;min-height:calc(100vh - 80px);padding:60px 0}.about-module__QEcfAq__container{max-width:1200px;margin:0 auto;padding:0 20px}.about-module__QEcfAq__title{text-align:center;background:linear-gradient(135deg, var(--color-ocean-blue) 0%, var(--color-dark-blue) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:50px;font-size:3rem;font-weight:800}.about-module__QEcfAq__content{flex-direction:column;gap:50px;display:flex}.about-module__QEcfAq__section{background:#fff;border-radius:16px;padding:40px;box-shadow:0 2px 8px #0000000d}.about-module__QEcfAq__sectionTitle{color:#1f2937;margin-bottom:25px;font-size:2rem;font-weight:700}.about-module__QEcfAq__text{color:#4b5563;margin-bottom:20px;font-size:1.1rem;line-height:1.8}.about-module__QEcfAq__text:last-child{margin-bottom:0}.about-module__QEcfAq__features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:30px;display:grid}.about-module__QEcfAq__feature{background:linear-gradient(135deg,#f9fafb 0%,#fff 100%);border:2px solid #e5e7eb;border-radius:12px;padding:30px;transition:all .3s}.about-module__QEcfAq__feature:hover{border-color:var(--color-ocean-blue);transform:translateY(-4px);box-shadow:0 8px 20px #0061aa26}.about-module__QEcfAq__featureTitle{color:var(--color-ocean-blue);margin-bottom:12px;font-size:1.3rem;font-weight:700}.about-module__QEcfAq__featureText{color:#6b7280;font-size:1rem;line-height:1.6}@media (max-width:768px){.about-module__QEcfAq__main{padding:40px 0}.about-module__QEcfAq__title{font-size:2rem}.about-module__QEcfAq__section{padding:25px}.about-module__QEcfAq__sectionTitle{font-size:1.5rem}.about-module__QEcfAq__text{font-size:1rem}.about-module__QEcfAq__features{grid-template-columns:1fr;gap:15px}.about-module__QEcfAq__feature{padding:20px}}
.confirmation-module__iXcURW__main{background:var(--color-pale-blue);min-height:calc(100vh - 80px);padding:60px 0}.confirmation-module__iXcURW__container{max-width:900px;margin:0 auto;padding:0 20px}.confirmation-module__iXcURW__loading,.confirmation-module__iXcURW__error{text-align:center;background:#fff;border-radius:16px;padding:60px 40px;box-shadow:0 10px 40px #0000001a}.confirmation-module__iXcURW__error h1{color:#333;margin-bottom:15px;font-size:1.8rem}.confirmation-module__iXcURW__error p{color:#666;margin-bottom:30px;font-size:1rem}.confirmation-module__iXcURW__successBanner{text-align:center;background:#fff;border-radius:16px;margin-bottom:30px;padding:50px 40px;box-shadow:0 10px 40px #0000001a}.confirmation-module__iXcURW__successIcon{background:linear-gradient(135deg, var(--color-ocean-blue) 0%, var(--color-dark-blue) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 25px;font-size:48px;font-weight:700;display:flex}.confirmation-module__iXcURW__successTitle{color:#333;margin-bottom:10px;font-size:2.2rem;font-weight:700}.confirmation-module__iXcURW__successMessage{color:#666;font-size:1.1rem;line-height:1.6}.confirmation-module__iXcURW__orderDetails{background:#fff;border-radius:16px;margin-bottom:30px;padding:40px;box-shadow:0 10px 40px #0000001a}.confirmation-module__iXcURW__detailsHeader{border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.confirmation-module__iXcURW__detailsTitle{color:#333;font-size:1.8rem;font-weight:700}.confirmation-module__iXcURW__orderNumber{color:#666;font-size:1rem}.confirmation-module__iXcURW__orderNumber strong{color:var(--color-ocean-blue);font-size:1.1rem}.confirmation-module__iXcURW__contentGrid{grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:30px;display:grid}.confirmation-module__iXcURW__section{margin-bottom:30px}.confirmation-module__iXcURW__sectionTitle{color:#333;margin-bottom:15px;font-size:1.2rem;font-weight:600}.confirmation-module__iXcURW__infoBox{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.confirmation-module__iXcURW__infoBox p{color:#4b5563;margin:5px 0;line-height:1.6}.confirmation-module__iXcURW__infoBox p strong{color:#1f2937}.confirmation-module__iXcURW__itemsTable{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.confirmation-module__iXcURW__orderItem{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px;display:flex}.confirmation-module__iXcURW__orderItem:last-child{border-bottom:none}.confirmation-module__iXcURW__itemInfo{flex:1}.confirmation-module__iXcURW__itemName{color:var(--color-ocean-blue);margin-bottom:5px;font-size:1rem;font-weight:600;text-decoration:none;display:block}.confirmation-module__iXcURW__itemName:hover{text-decoration:underline}.confirmation-module__iXcURW__itemQuantity{color:#6b7280;font-size:.9rem}.confirmation-module__iXcURW__itemPrices{text-align:right;flex-direction:column;gap:5px;display:flex}.confirmation-module__iXcURW__itemPrice{color:#6b7280;font-size:.9rem}.confirmation-module__iXcURW__itemSubtotal{color:#1f2937;font-size:1.1rem;font-weight:600}.confirmation-module__iXcURW__orderSummary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:25px}.confirmation-module__iXcURW__summaryRow{color:#4b5563;justify-content:space-between;align-items:center;padding:10px 0;font-size:1rem;display:flex}.confirmation-module__iXcURW__summaryDivider{background:#e5e7eb;height:1px;margin:15px 0}.confirmation-module__iXcURW__summaryTotal{color:#1f2937;justify-content:space-between;align-items:center;padding:15px 0 0;font-size:1.3rem;font-weight:700;display:flex}.confirmation-module__iXcURW__totalValue{color:var(--color-ocean-blue)}.confirmation-module__iXcURW__paymentSuccessBanner{color:#15803d;background:#f0fdf4;border:2px solid #86efac;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:14px 20px;font-size:1rem;font-weight:600;display:flex}.confirmation-module__iXcURW__paymentSuccessIcon{color:#fff;background:#16a34a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;display:flex}.confirmation-module__iXcURW__statusPaid{color:#16a34a;font-weight:700}.confirmation-module__iXcURW__statusAwaiting{color:#d97706;font-weight:700}.confirmation-module__iXcURW__statusPending{color:#6b7280;font-weight:700}.confirmation-module__iXcURW__bankTransferBox{background:#eff6ff;border:2px solid #bfdbfe;border-radius:10px;margin-top:1rem;padding:24px}.confirmation-module__iXcURW__bankTransferTitle{color:#1e40af;margin:0 0 16px;font-size:1rem;font-weight:700}.confirmation-module__iXcURW__bankTransferTable{border-collapse:collapse;width:100%;margin-bottom:16px}.confirmation-module__iXcURW__bankTransferTable tr{border-bottom:1px solid #dbeafe}.confirmation-module__iXcURW__bankTransferTable tr:last-child{border-bottom:none}.confirmation-module__iXcURW__bankLabel{color:#4b5563;vertical-align:top;width:160px;padding:10px 0;font-size:.9rem}.confirmation-module__iXcURW__bankValue{color:#1e3a5f;padding:10px 0;font-size:.95rem;font-weight:600}.confirmation-module__iXcURW__bankIban{letter-spacing:.05em;color:#1e40af;font-family:monospace;font-size:1rem}.confirmation-module__iXcURW__bankTransferTitleValue{color:#dc2626;font-weight:700}.confirmation-module__iXcURW__bankAmount{color:#1e3a5f;font-size:1.2rem;font-weight:700}.confirmation-module__iXcURW__bankTransferDeadline{color:#92400e;background:#fef3c7;border-radius:6px;margin:0 0 8px;padding:10px 14px;font-size:.875rem;line-height:1.5}.confirmation-module__iXcURW__bankTransferEmailNote{color:#0369a1;margin:0;font-size:.875rem}.confirmation-module__iXcURW__actions{justify-content:center;gap:15px;display:flex}.confirmation-module__iXcURW__continueButton{background:var(--color-ocean-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:16px 40px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #0061aa4d}.confirmation-module__iXcURW__continueButton:hover{background:var(--color-dark-blue);transform:translateY(-2px);box-shadow:0 6px 20px #0061aa66}@media (max-width:768px){.confirmation-module__iXcURW__main{padding:40px 0}.confirmation-module__iXcURW__successBanner{padding:40px 25px}.confirmation-module__iXcURW__successIcon{width:60px;height:60px;font-size:36px}.confirmation-module__iXcURW__successTitle{font-size:1.6rem}.confirmation-module__iXcURW__successMessage{font-size:1rem}.confirmation-module__iXcURW__orderDetails{padding:25px 20px}.confirmation-module__iXcURW__detailsHeader{flex-direction:column;align-items:flex-start;gap:10px}.confirmation-module__iXcURW__detailsTitle{font-size:1.4rem}.confirmation-module__iXcURW__contentGrid{grid-template-columns:1fr;gap:20px}.confirmation-module__iXcURW__orderItem{flex-direction:column;align-items:flex-start;gap:15px}.confirmation-module__iXcURW__itemPrices{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.confirmation-module__iXcURW__summaryTotal{font-size:1.1rem}.confirmation-module__iXcURW__continueButton{text-align:center;width:100%}}
.page-module__LBTDbq__pageWrapper{flex-direction:column;min-height:100vh;display:flex}.page-module__LBTDbq__main{flex:1}.page-module__LBTDbq__loading{justify-content:center;align-items:center;gap:var(--spacing-lg);flex-direction:column;flex:1;min-height:50vh;display:flex}.page-module__LBTDbq__spinner{border:4px solid var(--color-pale-blue);border-top-color:var(--color-ocean-blue);border-radius:50%;width:50px;height:50px;animation:1s linear infinite page-module__LBTDbq__spin}@keyframes page-module__LBTDbq__spin{to{transform:rotate(360deg)}}.page-module__LBTDbq__hero{background:linear-gradient(135deg, var(--color-dark-blue) 0%, var(--color-ocean-blue) 100%);padding:var(--spacing-2xl) var(--spacing-lg);color:var(--color-white)}.page-module__LBTDbq__heroContent{text-align:center;max-width:1400px;margin:0 auto}.page-module__LBTDbq__heroTitle{margin-bottom:var(--spacing-md);font-size:2.5rem;font-weight:700}.page-module__LBTDbq__heroSubtitle{color:var(--color-soft-cyan);max-width:600px;margin:0 auto;font-size:1.2rem}@media (max-width:768px){.page-module__LBTDbq__heroTitle{font-size:2rem}.page-module__LBTDbq__heroSubtitle{font-size:1rem}}.page-module__LBTDbq__container{max-width:1400px;padding:var(--spacing-xl) var(--spacing-lg);margin:0 auto}.page-module__LBTDbq__section{margin-top:var(--spacing-2xl)}.page-module__LBTDbq__sectionHeader{margin-bottom:var(--spacing-xl);justify-content:space-between;align-items:center;display:flex}.page-module__LBTDbq__sectionTitle{color:var(--color-dark-blue);margin:0;font-size:2rem;font-weight:700}.page-module__LBTDbq__viewAllLink{color:var(--color-ocean-blue);font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}.page-module__LBTDbq__viewAllLink:hover{color:var(--color-dark-blue)}.page-module__LBTDbq__breadcrumb{align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-xl);color:var(--color-gray-600);font-size:.9rem;display:flex}.page-module__LBTDbq__breadcrumb a{color:var(--color-ocean-blue);text-decoration:none;transition:color .2s}.page-module__LBTDbq__breadcrumb a:hover{color:var(--color-dark-blue)}.page-module__LBTDbq__filtersBar{background:var(--color-white);border-radius:var(--radius-lg);padding:var(--spacing-lg);margin-bottom:var(--spacing-xl);box-shadow:var(--shadow-sm);gap:var(--spacing-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.page-module__LBTDbq__filterGroup{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.page-module__LBTDbq__filterButton{border:2px solid var(--color-gray-300);background:var(--color-white);border-radius:var(--radius-lg);color:var(--color-gray-700);cursor:pointer;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .2s}.page-module__LBTDbq__filterButton:hover{border-color:var(--color-ocean-blue);color:var(--color-ocean-blue)}.page-module__LBTDbq__filterButton.page-module__LBTDbq__active{background:var(--color-dark-blue);border-color:var(--color-dark-blue);color:var(--color-white)}.page-module__LBTDbq__sortGroup{align-items:center;gap:var(--spacing-sm);display:flex}.page-module__LBTDbq__sortLabel{color:var(--color-gray-700);font-size:.95rem;font-weight:500}.page-module__LBTDbq__sortSelect{border:2px solid var(--color-gray-300);border-radius:var(--radius-lg);background:var(--color-white);color:var(--color-gray-700);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%234B5563' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding:.6rem 2.5rem .6rem 1rem;font-size:.95rem;transition:border-color .2s}.page-module__LBTDbq__sortSelect:focus{border-color:var(--color-ocean-blue);outline:none}.page-module__LBTDbq__productsGrid{gap:var(--spacing-xl);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}@media (max-width:640px){.page-module__LBTDbq__productsGrid{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}.page-module__LBTDbq__empty{text-align:center;padding:var(--spacing-2xl);color:var(--color-gray-500);grid-column:1/-1;font-size:1.1rem}
.product-module__arJ8wW__main{background:var(--color-gray-50);min-height:100vh}.product-module__arJ8wW__loading,.product-module__arJ8wW__notFound{justify-content:center;align-items:center;gap:var(--spacing-lg);flex-direction:column;min-height:50vh;display:flex}.product-module__arJ8wW__spinner{border:4px solid var(--color-pale-blue);border-top-color:var(--color-ocean-blue);border-radius:50%;width:50px;height:50px;animation:1s linear infinite product-module__arJ8wW__spin}@keyframes product-module__arJ8wW__spin{to{transform:rotate(360deg)}}.product-module__arJ8wW__backButton{background:var(--color-ocean-blue);color:var(--color-white);border-radius:var(--radius-md);padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:background .2s}.product-module__arJ8wW__backButton:hover{background:var(--color-dark-blue)}.product-module__arJ8wW__container{max-width:1400px;padding:var(--spacing-xl) var(--spacing-lg);margin:0 auto}.product-module__arJ8wW__breadcrumb{align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-xl);color:var(--color-gray-600);font-size:.9rem;display:flex}.product-module__arJ8wW__breadcrumb a{color:var(--color-ocean-blue);text-decoration:none;transition:color .2s}.product-module__arJ8wW__breadcrumb a:hover{color:var(--color-dark-blue)}.product-module__arJ8wW__productGrid{gap:var(--spacing-2xl);background:var(--color-white);border-radius:var(--radius-lg);padding:var(--spacing-2xl);box-shadow:var(--shadow-md);grid-template-columns:1fr 1fr;display:grid}@media (max-width:968px){.product-module__arJ8wW__productGrid{gap:var(--spacing-xl);grid-template-columns:1fr}.product-module__arJ8wW__imageSection{position:static}}.product-module__arJ8wW__imageSection{align-self:start;position:sticky;top:90px}.product-module__arJ8wW__mainImageWrapper{border-radius:var(--radius-lg);background:var(--color-pale-blue);position:relative;overflow:hidden}.product-module__arJ8wW__mainImage{width:100%;height:auto;display:block}.product-module__arJ8wW__discountBadge{top:var(--spacing-md);right:var(--spacing-md);background:var(--color-error);color:var(--color-white);border-radius:var(--radius-md);z-index:1;padding:.5rem 1rem;font-size:1.1rem;font-weight:700;position:absolute}.product-module__arJ8wW__featuredBadge{top:var(--spacing-md);left:var(--spacing-md);background:var(--color-warning);color:var(--color-white);border-radius:var(--radius-md);z-index:1;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex;position:absolute}.product-module__arJ8wW__infoSection{gap:var(--spacing-xl);flex-direction:column;display:flex}.product-module__arJ8wW__productTitle{color:var(--color-gray-900);margin:0;font-size:2rem;font-weight:700;line-height:1.3}@media (max-width:768px){.product-module__arJ8wW__productTitle{font-size:1.6rem}}.product-module__arJ8wW__priceSection{padding:var(--spacing-lg);background:var(--color-pale-blue);border-radius:var(--radius-lg);border-left:4px solid var(--color-ocean-blue)}.product-module__arJ8wW__priceWrapper{align-items:baseline;gap:var(--spacing-md);margin-bottom:var(--spacing-sm);display:flex}.product-module__arJ8wW__currentPrice{color:var(--color-dark-blue);font-size:2.5rem;font-weight:700}.product-module__arJ8wW__originalPrice{color:var(--color-gray-400);font-size:1.5rem;text-decoration:line-through}.product-module__arJ8wW__savings{color:var(--color-success);font-size:1.1rem;font-weight:600}.product-module__arJ8wW__stockStatus{padding:var(--spacing-md);background:var(--color-gray-50);border-radius:var(--radius-md)}.product-module__arJ8wW__inStock{color:var(--color-success);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.product-module__arJ8wW__stockDot{background:var(--color-success);border-radius:50%;width:10px;height:10px;animation:2s infinite product-module__arJ8wW__pulse;display:inline-block}@keyframes product-module__arJ8wW__pulse{0%,to{opacity:1}50%{opacity:.5}}.product-module__arJ8wW__outOfStock{color:var(--color-error);font-size:1rem;font-weight:600}.product-module__arJ8wW__description,.product-module__arJ8wW__details{padding-bottom:var(--spacing-lg);border-bottom:1px solid var(--color-gray-200)}.product-module__arJ8wW__sectionTitle{color:var(--color-gray-900);margin-bottom:var(--spacing-md);font-size:1.3rem;font-weight:600}.product-module__arJ8wW__description p{color:var(--color-gray-700);font-size:1rem;line-height:1.7}.product-module__arJ8wW__detailsList{gap:var(--spacing-md);flex-direction:column;display:flex}.product-module__arJ8wW__detailItem{gap:var(--spacing-md);display:flex}.product-module__arJ8wW__detailLabel{color:var(--color-gray-900);min-width:120px;font-weight:600}.product-module__arJ8wW__detailValue{color:var(--color-gray-700)}.product-module__arJ8wW__actionsSection{gap:var(--spacing-lg);padding-top:var(--spacing-lg);flex-direction:column;display:flex}.product-module__arJ8wW__quantitySelector{align-items:center;gap:var(--spacing-md);display:flex}.product-module__arJ8wW__quantityLabel{color:var(--color-gray-900);font-weight:600}.product-module__arJ8wW__quantityControls{align-items:center;gap:var(--spacing-sm);background:var(--color-gray-100);border-radius:var(--radius-md);padding:.25rem;display:flex}.product-module__arJ8wW__quantityButton{background:var(--color-white);width:36px;height:36px;color:var(--color-ocean-blue);border-radius:var(--radius-sm);border:none;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;transition:all .2s;display:flex}.product-module__arJ8wW__quantityButton:hover:not(:disabled){background:var(--color-ocean-blue);color:var(--color-white)}.product-module__arJ8wW__quantityButton:disabled{opacity:.4;cursor:not-allowed}.product-module__arJ8wW__quantityDisplay{text-align:center;min-width:40px;color:var(--color-gray-900);font-weight:600}.product-module__arJ8wW__addToCartButton{background:var(--color-ocean-blue);width:100%;color:var(--color-white);border-radius:var(--radius-lg);justify-content:center;align-items:center;gap:var(--spacing-md);box-shadow:var(--shadow-md);border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.product-module__arJ8wW__addToCartButton:hover{background:var(--color-dark-blue);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.product-module__arJ8wW__addToCartButton:active{transform:translateY(0)}.product-module__arJ8wW__thumbnailStrip{gap:var(--spacing-sm);margin-top:var(--spacing-md);flex-wrap:wrap;display:flex}.product-module__arJ8wW__thumbnailButton{border:2px solid var(--color-gray-200);border-radius:var(--radius-md);background:var(--color-pale-blue);cursor:pointer;flex-shrink:0;width:80px;height:80px;padding:0;transition:border-color .2s,transform .2s;overflow:hidden}.product-module__arJ8wW__thumbnailButton:hover{border-color:var(--color-ocean-blue);transform:scale(1.05)}.product-module__arJ8wW__thumbnailActive{border-color:var(--color-ocean-blue);box-shadow:0 0 0 2px var(--color-soft-cyan)}.product-module__arJ8wW__thumbnailImage{object-fit:cover;width:100%;height:100%;display:block}
.products-module__NgJ9jW__main{min-height:100vh}.products-module__NgJ9jW__loading{justify-content:center;align-items:center;gap:var(--spacing-lg);flex-direction:column;min-height:50vh;display:flex}.products-module__NgJ9jW__spinner{border:4px solid var(--color-pale-blue);border-top-color:var(--color-ocean-blue);border-radius:50%;width:50px;height:50px;animation:1s linear infinite products-module__NgJ9jW__spin}@keyframes products-module__NgJ9jW__spin{to{transform:rotate(360deg)}}.products-module__NgJ9jW__hero{background:linear-gradient(135deg, var(--color-dark-blue) 0%, var(--color-ocean-blue) 100%);padding:var(--spacing-2xl) var(--spacing-lg);color:var(--color-white)}.products-module__NgJ9jW__heroContent{text-align:center;max-width:1400px;margin:0 auto}.products-module__NgJ9jW__heroTitle{margin-bottom:var(--spacing-md);font-size:2.5rem;font-weight:700}.products-module__NgJ9jW__heroSubtitle{color:var(--color-soft-cyan);max-width:600px;margin:0 auto;font-size:1.2rem}@media (max-width:768px){.products-module__NgJ9jW__heroTitle{font-size:2rem}.products-module__NgJ9jW__heroSubtitle{font-size:1rem}}.products-module__NgJ9jW__container{max-width:1400px;padding:var(--spacing-xl) var(--spacing-lg);margin:0 auto}.products-module__NgJ9jW__breadcrumb{align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-xl);color:var(--color-gray-600);font-size:.9rem;display:flex}.products-module__NgJ9jW__breadcrumb a{color:var(--color-ocean-blue);text-decoration:none;transition:color .2s}.products-module__NgJ9jW__breadcrumb a:hover{color:var(--color-dark-blue)}.products-module__NgJ9jW__searchResults{border-left:4px solid var(--color-ocean-blue);margin-bottom:var(--spacing-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);padding:1rem 1.5rem}.products-module__NgJ9jW__searchResults p{color:#0c4a6e;margin:0;font-size:1rem;line-height:1.6}.products-module__NgJ9jW__searchResults strong{color:var(--color-dark-blue);font-weight:700}.products-module__NgJ9jW__searchResults span{color:#64748b;margin-left:.5rem;font-size:.9rem}.products-module__NgJ9jW__filtersBar{background:var(--color-white);border-radius:var(--radius-lg);padding:var(--spacing-lg);margin-bottom:var(--spacing-xl);box-shadow:var(--shadow-sm);gap:var(--spacing-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.products-module__NgJ9jW__filterGroup{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.products-module__NgJ9jW__filterButton{border:2px solid var(--color-gray-300);background:var(--color-white);border-radius:var(--radius-lg);color:var(--color-gray-700);cursor:pointer;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .2s}.products-module__NgJ9jW__filterButton:hover{border-color:var(--color-ocean-blue);color:var(--color-ocean-blue)}.products-module__NgJ9jW__filterButton.products-module__NgJ9jW__active{background:var(--color-dark-blue);border-color:var(--color-dark-blue);color:var(--color-white)}.products-module__NgJ9jW__sortGroup{align-items:center;gap:var(--spacing-sm);display:flex}.products-module__NgJ9jW__sortLabel{color:var(--color-gray-700);font-size:.95rem;font-weight:500}.products-module__NgJ9jW__sortSelect{border:2px solid var(--color-gray-300);border-radius:var(--radius-lg);background:var(--color-white);color:var(--color-gray-700);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%234B5563' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding:.6rem 2.5rem .6rem 1rem;font-size:.95rem;transition:border-color .2s}.products-module__NgJ9jW__sortSelect:focus{border-color:var(--color-ocean-blue);outline:none}.products-module__NgJ9jW__productsGrid{gap:var(--spacing-xl);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}@media (max-width:640px){.products-module__NgJ9jW__productsGrid{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}.products-module__NgJ9jW__empty{text-align:center;padding:var(--spacing-2xl);color:var(--color-gray-500);grid-column:1/-1;font-size:1.1rem}
.profile-module__7KoXtW__main{background:#f8fafc;min-height:calc(100vh - 80px);padding:2rem 1rem}.profile-module__7KoXtW__container{max-width:900px;margin:0 auto}.profile-module__7KoXtW__title{color:#1e293b;margin-bottom:2rem;font-size:2rem;font-weight:700}.profile-module__7KoXtW__loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;padding:4rem;display:flex}.profile-module__7KoXtW__spinner{border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite profile-module__7KoXtW__spin}@keyframes profile-module__7KoXtW__spin{to{transform:rotate(360deg)}}.profile-module__7KoXtW__tabs{border-bottom:2px solid #e2e8f0;gap:.5rem;margin-bottom:2rem;display:flex}.profile-module__7KoXtW__tab{color:#64748b;cursor:pointer;background:0 0;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:color .2s;position:relative}.profile-module__7KoXtW__tab:hover,.profile-module__7KoXtW__activeTab{color:#3b82f6}.profile-module__7KoXtW__activeTab:after{content:"";background:#3b82f6;height:2px;position:absolute;bottom:-2px;left:0;right:0}.profile-module__7KoXtW__content{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.profile-module__7KoXtW__section{padding:2rem}.profile-module__7KoXtW__sectionTitle{color:#1e293b;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.profile-module__7KoXtW__form{max-width:500px}.profile-module__7KoXtW__formGroup{margin-bottom:1.5rem}.profile-module__7KoXtW__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.profile-module__7KoXtW__label{color:#475569;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.profile-module__7KoXtW__input{border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.profile-module__7KoXtW__input:focus{border-color:#3b82f6;outline:none}.profile-module__7KoXtW__inputDisabled{color:#64748b;cursor:not-allowed;background:#f1f5f9}.profile-module__7KoXtW__hint{color:#94a3b8;margin-top:.5rem;font-size:.85rem}.profile-module__7KoXtW__submitButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.profile-module__7KoXtW__submitButton:hover:not(:disabled){background:#2563eb}.profile-module__7KoXtW__submitButton:disabled{cursor:not-allowed;background:#94a3b8}.profile-module__7KoXtW__ordersList{flex-direction:column;gap:1.5rem;display:flex}.profile-module__7KoXtW__orderCard{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.profile-module__7KoXtW__orderHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.profile-module__7KoXtW__orderInfo{flex-direction:column;gap:.25rem;display:flex}.profile-module__7KoXtW__orderNumber{color:#1e293b;font-weight:700}.profile-module__7KoXtW__orderDate{color:#64748b;font-size:.875rem}.profile-module__7KoXtW__orderStatus{border-radius:9999px;padding:.375rem .75rem;font-size:.875rem;font-weight:600}.profile-module__7KoXtW__statusPending{color:#92400e;background:#fef3c7}.profile-module__7KoXtW__statusProcessing{color:#1e40af;background:#dbeafe}.profile-module__7KoXtW__statusShipped{color:#3730a3;background:#e0e7ff}.profile-module__7KoXtW__statusDelivered{color:#065f46;background:#d1fae5}.profile-module__7KoXtW__statusCancelled{color:#991b1b;background:#fee2e2}.profile-module__7KoXtW__orderItems{padding:1rem 1.5rem}.profile-module__7KoXtW__orderItem{border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.profile-module__7KoXtW__orderItem:last-child{border-bottom:none}.profile-module__7KoXtW__orderItemImage{border-radius:8px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.profile-module__7KoXtW__orderItemImage img{object-fit:cover;width:100%;height:100%}.profile-module__7KoXtW__noImage{color:#94a3b8;text-align:center;background:#f1f5f9;justify-content:center;align-items:center;width:100%;height:100%;font-size:.7rem;display:flex}.profile-module__7KoXtW__orderItemDetails{flex-direction:column;flex:1;gap:.25rem;display:flex}.profile-module__7KoXtW__orderItemName{color:#1e293b;font-weight:600}.profile-module__7KoXtW__orderItemQuantity{color:#64748b;font-size:.875rem}.profile-module__7KoXtW__orderItemPrice{color:#1e293b;font-weight:600}.profile-module__7KoXtW__orderFooter{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1rem 1.5rem}.profile-module__7KoXtW__orderSummary{color:#64748b;justify-content:flex-end;align-items:center;gap:2rem;display:flex}.profile-module__7KoXtW__orderTotal{color:#1e293b;font-size:1.125rem;font-weight:700}.profile-module__7KoXtW__emptyState{text-align:center;color:#64748b;padding:3rem}.profile-module__7KoXtW__emptyState p{margin-bottom:1.5rem}.profile-module__7KoXtW__browseButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.profile-module__7KoXtW__browseButton:hover{background:#2563eb}.profile-module__7KoXtW__addressesHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.profile-module__7KoXtW__addressesHeader .profile-module__7KoXtW__sectionTitle{margin-bottom:0}.profile-module__7KoXtW__addAddressButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .2s}.profile-module__7KoXtW__addAddressButton:hover{background:#2563eb}.profile-module__7KoXtW__addressForm{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.profile-module__7KoXtW__addressFormTitle{color:#1e293b;margin:0 0 1.25rem;font-size:1.1rem;font-weight:700}.profile-module__7KoXtW__formGroupLarge{grid-column:span 2}.profile-module__7KoXtW__checkboxLabel{cursor:pointer;color:#475569;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.95rem;display:flex}.profile-module__7KoXtW__checkboxLabel input[type=checkbox]{cursor:pointer;width:16px;height:16px}.profile-module__7KoXtW__addressFormActions{justify-content:flex-end;gap:.75rem;display:flex}.profile-module__7KoXtW__cancelAddressButton{color:#475569;cursor:pointer;background:#e2e8f0;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .2s}.profile-module__7KoXtW__cancelAddressButton:hover{background:#cbd5e1}.profile-module__7KoXtW__addressesList{flex-direction:column;gap:1rem;display:flex}.profile-module__7KoXtW__addressCard{border:2px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex;position:relative}.profile-module__7KoXtW__addressCardDefault{background:#eff6ff;border-color:#3b82f6}.profile-module__7KoXtW__defaultBadge{color:#fff;background:#3b82f6;border-radius:9999px;padding:.2rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:-10px;left:1rem}.profile-module__7KoXtW__addressDetails{flex:1}.profile-module__7KoXtW__addressDetails p{color:#475569;margin:.2rem 0;font-size:.95rem}.profile-module__7KoXtW__addressName{font-weight:700;color:#1e293b!important;margin-bottom:.4rem!important}.profile-module__7KoXtW__addressCompany{color:#64748b;font-weight:400}.profile-module__7KoXtW__addressActions{flex-direction:column;flex-shrink:0;gap:.5rem;display:flex}.profile-module__7KoXtW__setDefaultButton{color:#166534;cursor:pointer;white-space:nowrap;background:#f0fdf4;border:1px solid #86efac;border-radius:6px;padding:.5rem .875rem;font-size:.85rem;font-weight:600;transition:all .2s}.profile-module__7KoXtW__setDefaultButton:hover:not(:disabled){background:#dcfce7}.profile-module__7KoXtW__setDefaultButton:disabled{opacity:.5;cursor:not-allowed}.profile-module__7KoXtW__editAddressButton{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem .875rem;font-size:.85rem;font-weight:600;transition:all .2s}.profile-module__7KoXtW__editAddressButton:hover{background:#e2e8f0}.profile-module__7KoXtW__deleteAddressButton{color:#be123c;cursor:pointer;background:#fff1f2;border:1px solid #fda4af;border-radius:6px;padding:.5rem .875rem;font-size:.85rem;font-weight:600;transition:all .2s}.profile-module__7KoXtW__deleteAddressButton:hover:not(:disabled){background:#ffe4e6}.profile-module__7KoXtW__deleteAddressButton:disabled{opacity:.5;cursor:not-allowed}.profile-module__7KoXtW__dialogOverlay{z-index:100;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.profile-module__7KoXtW__dialog{background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;box-shadow:0 20px 60px #0000004d}.profile-module__7KoXtW__dialogText{color:#1e293b;text-align:center;margin:0 0 1.5rem;font-size:1.1rem}.profile-module__7KoXtW__dialogActions{justify-content:center;gap:.75rem;display:flex}@media (max-width:640px){.profile-module__7KoXtW__tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.profile-module__7KoXtW__tab{white-space:nowrap;padding:.75rem 1rem}.profile-module__7KoXtW__formRow{grid-template-columns:1fr}.profile-module__7KoXtW__orderHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.profile-module__7KoXtW__orderItem{flex-wrap:wrap}.profile-module__7KoXtW__orderSummary{flex-direction:column;align-items:flex-end;gap:.5rem}}
.register-module__o4Jorq__container{background:var(--color-pale-blue);justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem 1rem;display:flex}.register-module__o4Jorq__registerBox{background:#fff;border-radius:16px;width:100%;max-width:550px;padding:3rem;box-shadow:0 10px 40px #0000001a}.register-module__o4Jorq__title{color:#1e293b;text-align:center;margin:0 0 .5rem;font-size:2rem;font-weight:700}.register-module__o4Jorq__subtitle{color:#64748b;text-align:center;margin:0 0 2rem;font-size:.95rem}.register-module__o4Jorq__error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.95rem}.register-module__o4Jorq__form{flex-direction:column;gap:1.25rem;display:flex}.register-module__o4Jorq__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.register-module__o4Jorq__formGroup{flex-direction:column;gap:.5rem;display:flex}.register-module__o4Jorq__label{color:#475569;font-size:.95rem;font-weight:600}.register-module__o4Jorq__input{border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.register-module__o4Jorq__input:focus{border-color:var(--color-ocean-blue);outline:none;box-shadow:0 0 0 3px #0061aa1a}.register-module__o4Jorq__submitButton{background:var(--color-ocean-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.register-module__o4Jorq__submitButton:hover:not(:disabled){background:var(--color-dark-blue);transform:translateY(-2px);box-shadow:0 8px 20px #0061aa4d}.register-module__o4Jorq__submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.register-module__o4Jorq__divider{text-align:center;margin:2rem 0;position:relative}.register-module__o4Jorq__divider:before{content:"";background:#e2e8f0;width:100%;height:1px;position:absolute;top:50%;left:0}.register-module__o4Jorq__divider span{color:#94a3b8;background:#fff;padding:0 1rem;font-size:.9rem;position:relative}.register-module__o4Jorq__login{text-align:center}.register-module__o4Jorq__login p{color:#64748b;margin:0 0 .5rem;font-size:.95rem}.register-module__o4Jorq__loginLink{color:var(--color-ocean-blue);font-weight:600;text-decoration:none;transition:color .2s}.register-module__o4Jorq__loginLink:hover{color:var(--color-dark-blue);text-decoration:underline}@media (max-width:768px){.register-module__o4Jorq__registerBox{padding:2rem 1.5rem}.register-module__o4Jorq__title{font-size:1.75rem}.register-module__o4Jorq__formRow{grid-template-columns:1fr}}
