.StoreNavbar-module__SRQOFW__navbar{z-index:1000;background:#fff;transition:all .3s;position:sticky;top:0;box-shadow:0 2px 8px #0000001a}.StoreNavbar-module__SRQOFW__navbarContainer{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.StoreNavbar-module__SRQOFW__logoSection{flex-shrink:0}.StoreNavbar-module__SRQOFW__logoLink{align-items:center;text-decoration:none;transition:transform .2s;display:flex}.StoreNavbar-module__SRQOFW__logoLink:hover{transform:scale(1.05)}.StoreNavbar-module__SRQOFW__logo{object-fit:contain;width:auto;max-width:200px;height:50px}.StoreNavbar-module__SRQOFW__logoText{color:var(--primary-color);white-space:nowrap;font-size:1.75rem;font-weight:700}.StoreNavbar-module__SRQOFW__navLinks{flex-shrink:0;align-items:center;gap:2rem;display:flex}.StoreNavbar-module__SRQOFW__navLink{color:var(--nav-link-color,#374151);white-space:nowrap;padding:.5rem 0;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.StoreNavbar-module__SRQOFW__navLink:after{content:"";background:var(--primary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.StoreNavbar-module__SRQOFW__navLink:hover{color:var(--nav-link-hover-color,var(--primary-color))}.StoreNavbar-module__SRQOFW__navLink:hover:after{width:100%}.StoreNavbar-module__SRQOFW__searchForm{flex:1;min-width:200px;max-width:500px}.StoreNavbar-module__SRQOFW__searchContainer{width:100%;position:relative}.StoreNavbar-module__SRQOFW__searchIcon{color:#9ca3af;pointer-events:none;font-size:1rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.StoreNavbar-module__SRQOFW__searchInput{background:#f9fafb;border:2px solid #e5e7eb;border-radius:50px;outline:none;width:100%;padding:.75rem 1rem .75rem 3rem;font-size:.95rem;transition:all .3s}.StoreNavbar-module__SRQOFW__searchInput:focus{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #3b82f61a}.StoreNavbar-module__SRQOFW__searchInput::placeholder{color:#9ca3af}.StoreNavbar-module__SRQOFW__searchDropdown{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-height:350px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000026}.StoreNavbar-module__SRQOFW__searchDropdownItem{cursor:pointer;border-bottom:1px solid #f3f4f6;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}.StoreNavbar-module__SRQOFW__searchDropdownItem:hover{background:#f9fafb}.StoreNavbar-module__SRQOFW__searchDropdownItem:last-of-type{border-bottom:none}.StoreNavbar-module__SRQOFW__searchDropdownImage{object-fit:cover;background:#f3f4f6;border-radius:8px;flex-shrink:0;width:48px;height:48px}.StoreNavbar-module__SRQOFW__searchDropdownInfo{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.StoreNavbar-module__SRQOFW__searchDropdownName{color:#374151;white-space:nowrap;text-overflow:ellipsis;font-size:.925rem;font-weight:500;overflow:hidden}.StoreNavbar-module__SRQOFW__searchDropdownPrice{color:var(--primary-color);font-size:.875rem;font-weight:600}.StoreNavbar-module__SRQOFW__searchDropdownViewAll{text-align:center;color:var(--primary-color);background:#f9fafb;border-top:1px solid #e5e7eb;border-radius:0 0 12px 12px;padding:.875rem 1rem;font-size:.925rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.StoreNavbar-module__SRQOFW__searchDropdownViewAll:hover{background:var(--primary-color);color:#fff}.StoreNavbar-module__SRQOFW__navActions{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.StoreNavbar-module__SRQOFW__cartLink{color:var(--nav-text-color,#374151);cursor:pointer;text-decoration:none;transition:all .3s;position:relative}.StoreNavbar-module__SRQOFW__cartIcon{border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;transition:all .3s;display:flex;position:relative}.StoreNavbar-module__SRQOFW__cartLink:hover .StoreNavbar-module__SRQOFW__cartIcon{color:var(--primary-color);background:#3b82f61a;transform:scale(1.1)}.StoreNavbar-module__SRQOFW__cartBadge{background:var(--secondary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px;box-shadow:0 2px 4px #0003}.StoreNavbar-module__SRQOFW__mobileMenuToggle{color:var(--nav-text-color,#374151);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;font-size:1.75rem;transition:all .3s;display:none}.StoreNavbar-module__SRQOFW__mobileMenuToggle:hover{color:var(--primary-color);background:#3b82f61a}.StoreNavbar-module__SRQOFW__mobileMenuOverlay{z-index:1000;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.StoreNavbar-module__SRQOFW__mobileMenuOverlayVisible{opacity:1;visibility:visible}.StoreNavbar-module__SRQOFW__mobileMenu{z-index:1001;background:#fff;width:80%;max-width:320px;height:100vh;transition:right .3s ease-out;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-4px 0 20px #00000026}.StoreNavbar-module__SRQOFW__mobileMenuOpen{right:0}.StoreNavbar-module__SRQOFW__sidebarHeader{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.StoreNavbar-module__SRQOFW__sidebarTitle{color:#fff;font-size:1.25rem;font-weight:700}.StoreNavbar-module__SRQOFW__sidebarCloseBtn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;font-size:1.25rem;transition:all .2s;display:flex}.StoreNavbar-module__SRQOFW__sidebarCloseBtn:hover{background:#ffffff4d;transform:scale(1.1)}.StoreNavbar-module__SRQOFW__mobileSearchForm{border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem}.StoreNavbar-module__SRQOFW__mobileNavLinks{flex-direction:column;padding:.5rem 0;display:flex}.StoreNavbar-module__SRQOFW__mobileNavLink{color:#374151;border-bottom:1px solid #f3f4f6;align-items:center;padding:1rem 1.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.StoreNavbar-module__SRQOFW__mobileNavLink:last-of-type{border-bottom:none}.StoreNavbar-module__SRQOFW__mobileNavLink:hover{color:var(--primary-color);background:#3b82f60d;padding-left:2rem}.StoreNavbar-module__SRQOFW__authSection{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.StoreNavbar-module__SRQOFW__authButtons{align-items:center;gap:.5rem;display:flex}.StoreNavbar-module__SRQOFW__loginBtn{color:var(--nav-text-color,#374151);white-space:nowrap;border-radius:10px;padding:.6rem 1.1rem;font-size:.925rem;font-weight:500;text-decoration:none;transition:all .3s}.StoreNavbar-module__SRQOFW__loginBtn:hover{color:var(--primary-color);background:#3b82f614}.StoreNavbar-module__SRQOFW__signupBtn{color:#fff;background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));white-space:nowrap;border-radius:50px;padding:.65rem 1.3rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 14px #3b82f640}.StoreNavbar-module__SRQOFW__signupBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f659}.StoreNavbar-module__SRQOFW__userMenu{align-items:center;gap:.75rem;display:flex}.StoreNavbar-module__SRQOFW__userName{color:var(--nav-text-color,#374151);white-space:nowrap;font-size:.925rem;font-weight:500}.StoreNavbar-module__SRQOFW__logoutBtn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#f87171,#ef4444);border:none;border-radius:50px;padding:.6rem 1.2rem;font-size:.875rem;font-weight:600;transition:all .3s;box-shadow:0 4px 14px #f8717140}.StoreNavbar-module__SRQOFW__logoutBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f8717159}.StoreNavbar-module__SRQOFW__mobileAuthSection{background:#f9fafb;border-top:1px solid #e5e7eb;flex-direction:column;gap:.75rem;margin-top:.5rem;padding:1.5rem;display:flex}.StoreNavbar-module__SRQOFW__mobileUserName{color:#374151;align-items:center;gap:.5rem;padding:.5rem 0;font-size:1rem;font-weight:600;display:flex}.StoreNavbar-module__SRQOFW__mobileLoginBtn,.StoreNavbar-module__SRQOFW__mobileSignupBtn{text-align:center;border-radius:12px;padding:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.StoreNavbar-module__SRQOFW__mobileLoginBtn{color:var(--primary-color);border:2px solid var(--primary-color);background:#3b82f614}.StoreNavbar-module__SRQOFW__mobileLoginBtn:hover{background:#3b82f626}.StoreNavbar-module__SRQOFW__mobileSignupBtn{color:#fff;background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));box-shadow:0 4px 14px #3b82f640}.StoreNavbar-module__SRQOFW__mobileSignupBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f659}.StoreNavbar-module__SRQOFW__mobileLogoutBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f87171,#ef4444);border:none;border-radius:12px;width:100%;padding:.875rem;font-weight:600;transition:all .3s;box-shadow:0 4px 14px #f8717140}.StoreNavbar-module__SRQOFW__mobileLogoutBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f8717159}@media (max-width:1024px){.StoreNavbar-module__SRQOFW__navbarContainer{gap:1rem;padding:1rem 1.5rem}.StoreNavbar-module__SRQOFW__navLinks,.StoreNavbar-module__SRQOFW__searchForm,.StoreNavbar-module__SRQOFW__authSection{display:none}.StoreNavbar-module__SRQOFW__mobileMenuToggle{display:block}.StoreNavbar-module__SRQOFW__logo{height:45px}.StoreNavbar-module__SRQOFW__logoText{font-size:1.5rem}.StoreNavbar-module__SRQOFW__navActions{gap:1rem}}@media (max-width:768px){.StoreNavbar-module__SRQOFW__navbarContainer{padding:1rem 1.25rem}.StoreNavbar-module__SRQOFW__logo{height:40px}.StoreNavbar-module__SRQOFW__logoText{font-size:1.375rem}.StoreNavbar-module__SRQOFW__cartIcon{font-size:1.35rem}.StoreNavbar-module__SRQOFW__navActions{gap:.75rem}}@media (max-width:480px){.StoreNavbar-module__SRQOFW__navbarContainer{padding:.75rem 1rem}.StoreNavbar-module__SRQOFW__logoText{font-size:1.25rem}.StoreNavbar-module__SRQOFW__logo{height:35px}.StoreNavbar-module__SRQOFW__cartIcon{padding:.25rem;font-size:1.25rem}.StoreNavbar-module__SRQOFW__mobileMenuToggle{padding:.25rem;font-size:1.5rem}.StoreNavbar-module__SRQOFW__mobileSearchForm{padding:.75rem 1rem}.StoreNavbar-module__SRQOFW__mobileNavLinks{padding:.25rem 0}.StoreNavbar-module__SRQOFW__mobileNavLink{padding:.875rem 1rem;font-size:1rem}.StoreNavbar-module__SRQOFW__mobileAuthSection{padding:1rem}}@container navbar-block (max-width:1024px){.StoreNavbar-module__SRQOFW__navbarContainer{gap:1rem;padding:1rem 1.5rem}.StoreNavbar-module__SRQOFW__navLinks,.StoreNavbar-module__SRQOFW__searchForm,.StoreNavbar-module__SRQOFW__authSection{display:none}.StoreNavbar-module__SRQOFW__mobileMenuToggle{display:block}.StoreNavbar-module__SRQOFW__logo{height:45px}.StoreNavbar-module__SRQOFW__logoText{font-size:1.5rem}.StoreNavbar-module__SRQOFW__navActions{gap:1rem}}@container navbar-block (max-width:768px){.StoreNavbar-module__SRQOFW__navbarContainer{padding:1rem 1.25rem}.StoreNavbar-module__SRQOFW__logo{height:40px}.StoreNavbar-module__SRQOFW__logoText{font-size:1.375rem}.StoreNavbar-module__SRQOFW__cartIcon{font-size:1.35rem}.StoreNavbar-module__SRQOFW__navActions{gap:.75rem}}@container navbar-block (max-width:480px){.StoreNavbar-module__SRQOFW__navbarContainer{padding:.75rem 1rem}.StoreNavbar-module__SRQOFW__logoText{font-size:1.25rem}.StoreNavbar-module__SRQOFW__logo{height:35px}.StoreNavbar-module__SRQOFW__cartIcon{padding:.25rem;font-size:1.25rem}.StoreNavbar-module__SRQOFW__mobileMenuToggle{padding:.25rem;font-size:1.5rem}.StoreNavbar-module__SRQOFW__mobileSearchForm{padding:.75rem 1rem}.StoreNavbar-module__SRQOFW__mobileNavLinks{padding:.25rem 0}.StoreNavbar-module__SRQOFW__mobileNavLink{padding:.875rem 1rem;font-size:1rem}.StoreNavbar-module__SRQOFW__mobileAuthSection{padding:1rem}}@media (prefers-reduced-motion:no-preference){.StoreNavbar-module__SRQOFW__navbar{animation:.3s ease-out StoreNavbar-module__SRQOFW__slideDown}}@keyframes StoreNavbar-module__SRQOFW__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}
.Breadcrumb-module__RHO-oa__breadcrumb{background-color:#0000;width:100%;padding:1rem 1.5rem;font-size:.8125rem}.Breadcrumb-module__RHO-oa__breadcrumbList{flex-wrap:wrap;align-items:center;max-width:1200px;margin:0 auto;padding:0;list-style:none;display:flex}.Breadcrumb-module__RHO-oa__breadcrumbItem{align-items:center;gap:.5rem;margin:.25rem 0;display:flex}.Breadcrumb-module__RHO-oa__breadcrumbLink{color:#6b7280;border-radius:6px;align-items:center;gap:.375rem;padding:.25rem .5rem;font-weight:450;text-decoration:none;transition:all .2s;display:flex}.Breadcrumb-module__RHO-oa__breadcrumbLink:hover{color:#111827;background-color:#f3f4f6}.Breadcrumb-module__RHO-oa__breadcrumbLink:focus{outline:2px solid var(--primary-color,#3b82f6);outline-offset:2px}.Breadcrumb-module__RHO-oa__homeIcon{flex-shrink:0;font-size:.9375rem}.Breadcrumb-module__RHO-oa__breadcrumbText{white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.Breadcrumb-module__RHO-oa__separator{color:#d1d5db;flex-shrink:0;margin:0 .125rem;font-size:.6875rem}.Breadcrumb-module__RHO-oa__breadcrumbCurrent{color:#111827;white-space:nowrap;text-overflow:ellipsis;max-width:250px;padding:.25rem .5rem;font-weight:600;overflow:hidden}@media (max-width:768px){.Breadcrumb-module__RHO-oa__breadcrumb{padding:.75rem 1rem;font-size:.8125rem}.Breadcrumb-module__RHO-oa__breadcrumbText{max-width:150px}.Breadcrumb-module__RHO-oa__breadcrumbCurrent{max-width:180px}.Breadcrumb-module__RHO-oa__homeIcon{font-size:.9375rem}.Breadcrumb-module__RHO-oa__separator{margin:0 .125rem;font-size:.6875rem}}@media (max-width:480px){.Breadcrumb-module__RHO-oa__breadcrumb{padding:.625rem .75rem;font-size:.75rem}.Breadcrumb-module__RHO-oa__breadcrumbList{gap:0}.Breadcrumb-module__RHO-oa__breadcrumbItem{gap:.25rem}.Breadcrumb-module__RHO-oa__breadcrumbLink{gap:.25rem;padding:.125rem .25rem}.Breadcrumb-module__RHO-oa__breadcrumbText{max-width:100px}.Breadcrumb-module__RHO-oa__breadcrumbCurrent{max-width:120px;padding:.125rem .25rem}.Breadcrumb-module__RHO-oa__homeIcon{font-size:.875rem}.Breadcrumb-module__RHO-oa__separator{margin:0 .0625rem;font-size:.625rem}@media (max-width:360px){.Breadcrumb-module__RHO-oa__breadcrumbText{display:none}.Breadcrumb-module__RHO-oa__homeIcon{font-size:1rem}.Breadcrumb-module__RHO-oa__breadcrumbCurrent{max-width:150px;font-size:.8125rem}}}@media print{.Breadcrumb-module__RHO-oa__breadcrumb{background-color:#0000;border-bottom:1px solid #000;padding:.5rem 0}.Breadcrumb-module__RHO-oa__breadcrumbLink{color:#000}.Breadcrumb-module__RHO-oa__breadcrumbLink:after{content:" (" attr(href) ")";font-size:.625rem}}@media (prefers-color-scheme:dark){.Breadcrumb-module__RHO-oa__breadcrumb{background-color:#1f2937;border-bottom-color:#374151}.Breadcrumb-module__RHO-oa__breadcrumbLink:hover{background-color:#3b82f61a}}.Breadcrumb-module__RHO-oa__breadcrumbLink:focus-visible{outline:2px solid var(--primary-color,#3b82f6);outline-offset:2px;border-radius:.25rem}@media (prefers-contrast:high){.Breadcrumb-module__RHO-oa__breadcrumb{border-bottom-width:2px}.Breadcrumb-module__RHO-oa__breadcrumbLink{text-decoration:underline}.Breadcrumb-module__RHO-oa__separator{opacity:1}}@keyframes Breadcrumb-module__RHO-oa__breadcrumbHover{0%{transform:translate(0)}50%{transform:translate(2px)}to{transform:translate(0)}}.Breadcrumb-module__RHO-oa__breadcrumbLink:hover{animation:.3s Breadcrumb-module__RHO-oa__breadcrumbHover}[dir=rtl] .Breadcrumb-module__RHO-oa__breadcrumbList{direction:rtl}[dir=rtl] .Breadcrumb-module__RHO-oa__separator{transform:rotate(180deg)}
.StoreFooter-module___pw2Oa__footer{background:linear-gradient(135deg, var(--secondary-color,#6b7280), var(--primary-color,#3b82f6));color:#fff;margin-top:4rem;position:relative;overflow:hidden}.StoreFooter-module___pw2Oa__footer:before{content:"";pointer-events:none;background:#0000000d;position:absolute;inset:0}.StoreFooter-module___pw2Oa__footerContent{z-index:1;max-width:1400px;margin:0 auto;padding:0 1.5rem;position:relative}.StoreFooter-module___pw2Oa__newsletterSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;margin-top:-2rem;margin-bottom:3rem;padding:2.5rem;box-shadow:0 8px 32px #0000001a}.StoreFooter-module___pw2Oa__newsletterContent{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.StoreFooter-module___pw2Oa__newsletterText{max-width:600px}.StoreFooter-module___pw2Oa__newsletterTitle{color:#fff;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.StoreFooter-module___pw2Oa__newsletterDescription{opacity:.95;margin:0;font-size:1rem;line-height:1.6}.StoreFooter-module___pw2Oa__newsletterForm{width:100%;max-width:500px}.StoreFooter-module___pw2Oa__inputGroup{gap:.75rem;width:100%;display:flex}.StoreFooter-module___pw2Oa__emailInput{color:#1f2937;background:#fffffff2;border:2px solid #ffffff4d;border-radius:8px;flex:1;padding:.875rem 1.25rem;font-size:1rem;transition:all .3s}.StoreFooter-module___pw2Oa__emailInput:focus{border-color:var(--accent-color,#f59e0b);background:#fff;outline:none;box-shadow:0 0 0 3px #f59e0b1a}.StoreFooter-module___pw2Oa__emailInput::placeholder{color:#9ca3af}.StoreFooter-module___pw2Oa__subscribeButton{background:var(--accent-color,#f59e0b);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.StoreFooter-module___pw2Oa__subscribeButton:hover{background:var(--primary-color,#3b82f6);transform:translateY(-2px);box-shadow:0 6px 20px #0003}.StoreFooter-module___pw2Oa__subscribeButton:active{transform:translateY(0)}.StoreFooter-module___pw2Oa__subscribeMessage{margin-top:.75rem;font-size:.9rem;font-weight:500}.StoreFooter-module___pw2Oa__subscribeMessage.StoreFooter-module___pw2Oa__success{color:#34d399}.StoreFooter-module___pw2Oa__subscribeMessage.StoreFooter-module___pw2Oa__error{color:#fca5a5}.StoreFooter-module___pw2Oa__footerGrid{border-bottom:1px solid #fff3;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding:3rem 0;display:grid}.StoreFooter-module___pw2Oa__footerColumn{flex-direction:column;gap:1.25rem;display:flex}.StoreFooter-module___pw2Oa__footerColumnTitle{color:#fff;letter-spacing:.5px;margin:0;font-size:1.25rem;font-weight:700}.StoreFooter-module___pw2Oa__footerDescription{opacity:.9;margin:0;font-size:.95rem;line-height:1.7}.StoreFooter-module___pw2Oa__footerLogo{background:#fff;border-radius:8px;width:120px;height:auto;margin-top:.5rem;padding:.5rem}.StoreFooter-module___pw2Oa__footerLinks{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.StoreFooter-module___pw2Oa__footerLink{color:#fff;opacity:.9;padding-left:1rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block;position:relative}.StoreFooter-module___pw2Oa__footerLink:before{content:"→";opacity:0;transition:all .2s;position:absolute;left:0}.StoreFooter-module___pw2Oa__footerLink:hover{opacity:1;color:var(--accent-color,#f59e0b);transform:translate(.5rem)}.StoreFooter-module___pw2Oa__footerLink:hover:before{opacity:1;left:-.5rem}.StoreFooter-module___pw2Oa__contactInfo{flex-direction:column;gap:1rem;display:flex}.StoreFooter-module___pw2Oa__contactItem{align-items:flex-start;gap:.75rem;display:flex}.StoreFooter-module___pw2Oa__contactIcon{opacity:.9;flex-shrink:0;margin-top:.2rem;font-size:1.1rem}.StoreFooter-module___pw2Oa__contactLink{color:#fff;opacity:.9;word-break:break-word;font-size:.95rem;text-decoration:none;transition:all .2s}.StoreFooter-module___pw2Oa__contactLink:hover{opacity:1;color:var(--accent-color,#f59e0b)}.StoreFooter-module___pw2Oa__addressText{opacity:.9;font-size:.95rem;line-height:1.6}.StoreFooter-module___pw2Oa__socialSection{margin-top:1.5rem}.StoreFooter-module___pw2Oa__socialTitle{color:#fff;margin:0 0 .75rem;font-size:1rem;font-weight:600}.StoreFooter-module___pw2Oa__socialLinks{flex-wrap:wrap;gap:.75rem;display:flex}.StoreFooter-module___pw2Oa__socialLink{color:#fff;background:#ffffff26;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;text-decoration:none;transition:all .3s;display:flex}.StoreFooter-module___pw2Oa__socialLink:hover{background:var(--accent-color,#f59e0b);border-color:var(--accent-color,#f59e0b);transform:translateY(-4px)scale(1.1);box-shadow:0 8px 16px #0003}.StoreFooter-module___pw2Oa__footerBottom{text-align:center;flex-direction:column;align-items:center;gap:2rem;padding:2rem 0;display:flex}.StoreFooter-module___pw2Oa__copyright{flex-direction:column;gap:.5rem;display:flex}.StoreFooter-module___pw2Oa__copyright p{opacity:.9;margin:0;font-size:.9rem}.StoreFooter-module___pw2Oa__copyrightSubtext{font-style:italic;opacity:.75!important;font-size:.85rem!important}@media (max-width:1024px){.StoreFooter-module___pw2Oa__footerGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:768px){.StoreFooter-module___pw2Oa__newsletterSection{margin-top:-1rem;padding:2rem 1.5rem}.StoreFooter-module___pw2Oa__newsletterTitle{font-size:1.5rem}.StoreFooter-module___pw2Oa__newsletterDescription{font-size:.9rem}.StoreFooter-module___pw2Oa__inputGroup{flex-direction:column;gap:.5rem}.StoreFooter-module___pw2Oa__subscribeButton{width:100%;padding:1rem}.StoreFooter-module___pw2Oa__footerGrid{grid-template-columns:1fr;gap:2rem;padding:2rem 0}.StoreFooter-module___pw2Oa__footerBottom{gap:1.5rem;padding:1.5rem 0}}@media (max-width:480px){.StoreFooter-module___pw2Oa__footerContent{padding:0 1rem}.StoreFooter-module___pw2Oa__newsletterSection{margin-top:0;padding:1.5rem 1rem}.StoreFooter-module___pw2Oa__newsletterTitle{font-size:1.25rem}.StoreFooter-module___pw2Oa__newsletterDescription{font-size:.85rem}.StoreFooter-module___pw2Oa__emailInput,.StoreFooter-module___pw2Oa__subscribeButton{font-size:.9rem}.StoreFooter-module___pw2Oa__footerColumnTitle{font-size:1.1rem}.StoreFooter-module___pw2Oa__footerDescription,.StoreFooter-module___pw2Oa__footerLink,.StoreFooter-module___pw2Oa__contactLink{font-size:.875rem}.StoreFooter-module___pw2Oa__copyright p{font-size:.8rem}.StoreFooter-module___pw2Oa__copyrightSubtext{font-size:.75rem!important}}@keyframes StoreFooter-module___pw2Oa__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.StoreFooter-module___pw2Oa__newsletterSection{animation:.6s ease-out StoreFooter-module___pw2Oa__slideDown}.StoreFooter-module___pw2Oa__footerColumn:hover .StoreFooter-module___pw2Oa__footerColumnTitle{color:var(--accent-color,#f59e0b);transition:color .3s}.StoreFooter-module___pw2Oa__emailInput:focus-visible,.StoreFooter-module___pw2Oa__subscribeButton:focus-visible,.StoreFooter-module___pw2Oa__footerLink:focus-visible,.StoreFooter-module___pw2Oa__contactLink:focus-visible,.StoreFooter-module___pw2Oa__socialLink:focus-visible{outline:3px solid var(--accent-color,#f59e0b);outline-offset:2px}
.CategoryPage-module__FEqYkq__container{background-color:#fafbfc;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.CategoryPage-module__FEqYkq__breadcrumbWrapper{max-width:1200px;margin:0 auto;padding:1rem 1.5rem 0}.CategoryPage-module__FEqYkq__pageHeader{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem;display:flex}.CategoryPage-module__FEqYkq__pageTitle{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.CategoryPage-module__FEqYkq__productCountBadge{color:#6b7280;font-size:.875rem;font-weight:500}.CategoryPage-module__FEqYkq__toolbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffffa;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0}.CategoryPage-module__FEqYkq__toolbarInner{align-items:center;gap:.75rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.CategoryPage-module__FEqYkq__toolbarSearch{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;flex:1;align-items:center;min-width:0;padding:.625rem 1rem;transition:all .2s;display:flex}.CategoryPage-module__FEqYkq__toolbarSearch:focus-within{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #3b82f61a}.CategoryPage-module__FEqYkq__toolbarSearch .CategoryPage-module__FEqYkq__searchIcon{color:#9ca3af;flex-shrink:0;margin-right:.625rem;font-size:.875rem}.CategoryPage-module__FEqYkq__toolbarSearch .CategoryPage-module__FEqYkq__searchInput{color:#1f2937;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.875rem}.CategoryPage-module__FEqYkq__toolbarSearch .CategoryPage-module__FEqYkq__clearSearchBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.25rem;transition:all .15s;display:flex}.CategoryPage-module__FEqYkq__toolbarSearch .CategoryPage-module__FEqYkq__clearSearchBtn:hover{color:#ef4444;background:#fef2f2}.CategoryPage-module__FEqYkq__filterBtn{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.CategoryPage-module__FEqYkq__filterBtn:hover{background:#f9fafb;border-color:#d1d5db}.CategoryPage-module__FEqYkq__filterBtnActive{color:#fff;background:#111827;border-color:#111827}.CategoryPage-module__FEqYkq__filterBtnActive:hover{background:#1f2937;border-color:#1f2937}.CategoryPage-module__FEqYkq__filterBadge{background:var(--primary-color,#3b82f6);color:#fff;text-align:center;border-radius:10px;min-width:18px;padding:.125rem .5rem;font-size:.6875rem;font-weight:700}.CategoryPage-module__FEqYkq__filterBtnActive .CategoryPage-module__FEqYkq__filterBadge{color:#111827;background:#fff}.CategoryPage-module__FEqYkq__sortSelect{color:#374151;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L2 4h8z'/%3E%3C/svg%3E") right .75rem center no-repeat;border:1px solid #e5e7eb;border-radius:10px;padding:.625rem 2rem .625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.CategoryPage-module__FEqYkq__sortSelect:hover{border-color:#d1d5db}.CategoryPage-module__FEqYkq__sortSelect:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #3b82f61a}.CategoryPage-module__FEqYkq__activeFilters{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:.75rem 0}.CategoryPage-module__FEqYkq__activeFiltersInner{flex-wrap:wrap;align-items:center;gap:.5rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.CategoryPage-module__FEqYkq__filterChip{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd;border-radius:9999px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;display:inline-flex}.CategoryPage-module__FEqYkq__chipRemove{cursor:pointer;color:#0369a1;opacity:.7;background:0 0;border:none;align-items:center;padding:0;font-size:.625rem;transition:opacity .15s;display:flex}.CategoryPage-module__FEqYkq__chipRemove:hover{opacity:1}.CategoryPage-module__FEqYkq__clearAllChips{color:#dc2626;cursor:pointer;background:0 0;border:none;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;transition:all .15s}.CategoryPage-module__FEqYkq__clearAllChips:hover{text-decoration:underline}.CategoryPage-module__FEqYkq__pagination{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:2rem;padding:1.25rem}.CategoryPage-module__FEqYkq__paginationInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.CategoryPage-module__FEqYkq__resultsInfo{color:#6b7280;font-size:.875rem}.CategoryPage-module__FEqYkq__resultsInfo strong{color:#111827;font-weight:600}.CategoryPage-module__FEqYkq__pageButtons{align-items:center;gap:.25rem;display:flex}.CategoryPage-module__FEqYkq__pageBtn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;min-width:36px;height:36px;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.CategoryPage-module__FEqYkq__pageBtn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.CategoryPage-module__FEqYkq__pageBtn:disabled{opacity:.4;cursor:not-allowed}.CategoryPage-module__FEqYkq__pageBtnActive{color:#fff;background:#111827;border-color:#111827}.CategoryPage-module__FEqYkq__pageBtnActive:hover{background:#1f2937}.CategoryPage-module__FEqYkq__ellipsis{color:#9ca3af;padding:0 .5rem;font-weight:500}.CategoryPage-module__FEqYkq__perPageWrapper{align-items:center;gap:.5rem;display:flex}.CategoryPage-module__FEqYkq__perPageLabel{color:#6b7280;font-size:.875rem}.CategoryPage-module__FEqYkq__perPageSelect{cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L2 4h8z'/%3E%3C/svg%3E") right .5rem center no-repeat;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem 2rem .5rem .75rem;font-size:.875rem}.CategoryPage-module__FEqYkq__doneBtn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .15s}.CategoryPage-module__FEqYkq__doneBtn:hover{background:#1f2937}.CategoryPage-module__FEqYkq__backHomeBtn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.CategoryPage-module__FEqYkq__backHomeBtn:hover{background:#1f2937}.CategoryPage-module__FEqYkq__categoryHeader{background:linear-gradient(#fff 0%,#f8fafc 100%);border-bottom:1px solid #e5e7eb;margin-bottom:0;padding:4rem 0 3rem;position:relative}.CategoryPage-module__FEqYkq__categoryHeader:before{content:"";background:linear-gradient(90deg, var(--primary-color), var(--secondary-color));height:4px;position:absolute;top:0;left:0;right:0}.CategoryPage-module__FEqYkq__categoryHeaderContent{align-items:center;gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.CategoryPage-module__FEqYkq__categoryHeroImage{border-radius:24px;flex-shrink:0;width:180px;height:180px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 8px 24px #00000014}.CategoryPage-module__FEqYkq__categoryHeroImage:hover{transform:scale(1.02);box-shadow:0 16px 40px #0000001f}.CategoryPage-module__FEqYkq__categoryHeroImage img{object-fit:cover;width:100%;height:100%}.CategoryPage-module__FEqYkq__categoryInfo{flex:1}.CategoryPage-module__FEqYkq__categoryTitle{color:#111827;letter-spacing:-.02em;margin:0 0 .75rem;font-size:2.75rem;font-weight:800;line-height:1.1}.CategoryPage-module__FEqYkq__categoryDescription{color:#6b7280;max-width:600px;margin:0 0 .75rem;font-size:1.125rem;line-height:1.6}.CategoryPage-module__FEqYkq__productCount{color:var(--primary-color);background:#3b82f614;border-radius:16px;align-items:center;gap:.5rem;margin:0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.CategoryPage-module__FEqYkq__filterSection{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-bottom:1px solid #f0f0f0;margin-bottom:0;padding:1.25rem 0;position:sticky;top:0}.CategoryPage-module__FEqYkq__filterContainer{max-width:1200px;margin:0 auto;padding:0 1.5rem}.CategoryPage-module__FEqYkq__searchWrapper{margin-bottom:1rem}.CategoryPage-module__FEqYkq__searchBar{background:#f8fafc;border:1px solid #e5e7eb;border-radius:24px;align-items:center;max-width:480px;padding:.875rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.CategoryPage-module__FEqYkq__searchBar:focus-within{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 4px #3b82f614}.CategoryPage-module__FEqYkq__searchIcon{color:#9ca3af;flex-shrink:0;margin-right:.875rem;font-size:1rem;transition:color .15s}.CategoryPage-module__FEqYkq__searchBar:focus-within .CategoryPage-module__FEqYkq__searchIcon{color:var(--primary-color)}.CategoryPage-module__FEqYkq__searchInput{color:#1f2937;background:0 0;border:none;outline:none;flex:1;font-size:.9375rem;font-weight:450}.CategoryPage-module__FEqYkq__searchInput::placeholder{color:#9ca3af;font-weight:400}.CategoryPage-module__FEqYkq__clearSearchBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.375rem;transition:all .15s;display:flex}.CategoryPage-module__FEqYkq__clearSearchBtn:hover{color:#ef4444;background:#fef2f2;transform:scale(1.1)}.CategoryPage-module__FEqYkq__filterToggleBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#111827;border:none;border-radius:12px;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.CategoryPage-module__FEqYkq__filterToggleBtn:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.CategoryPage-module__FEqYkq__filterBadge{background:var(--primary-color);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.6875rem;font-weight:700;display:flex}.CategoryPage-module__FEqYkq__filterOverlay{z-index:999;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.CategoryPage-module__FEqYkq__filterOverlay.CategoryPage-module__FEqYkq__show{opacity:1;visibility:visible}.CategoryPage-module__FEqYkq__filterDrawer{z-index:1000;background:#fff;flex-direction:column;width:320px;max-width:85vw;height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #00000026}.CategoryPage-module__FEqYkq__filterDrawer.CategoryPage-module__FEqYkq__show{transform:translate(0)}.CategoryPage-module__FEqYkq__drawerHeader{background:#fafbfc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.CategoryPage-module__FEqYkq__drawerTitle{color:#111827;margin:0;font-size:1.125rem;font-weight:700}.CategoryPage-module__FEqYkq__drawerCloseBtn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .15s;display:flex}.CategoryPage-module__FEqYkq__drawerCloseBtn:hover{color:#111827;background:#f3f4f6}.CategoryPage-module__FEqYkq__drawerContent{flex-direction:column;flex:1;gap:1.25rem;padding:1.25rem;display:flex;overflow-y:auto}.CategoryPage-module__FEqYkq__drawerFooter{background:#fafbfc;border-top:1px solid #e5e7eb;gap:.75rem;padding:1rem 1.25rem;display:flex}.CategoryPage-module__FEqYkq__clearAllBtn{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:10px;flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .15s}.CategoryPage-module__FEqYkq__clearAllBtn:hover:not(:disabled){color:#dc2626;background:#fef2f2;border-color:#fecaca}.CategoryPage-module__FEqYkq__clearAllBtn:disabled{opacity:.5;cursor:not-allowed}.CategoryPage-module__FEqYkq__applyFiltersBtn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .15s}.CategoryPage-module__FEqYkq__applyFiltersBtn:hover{background:#1f2937}.CategoryPage-module__FEqYkq__searchFilterRow{align-items:center;gap:1rem;display:flex}.CategoryPage-module__FEqYkq__searchFilterRow .CategoryPage-module__FEqYkq__searchWrapper{flex:1;margin-bottom:0}.CategoryPage-module__FEqYkq__searchFilterRow .CategoryPage-module__FEqYkq__searchBar{max-width:100%}.CategoryPage-module__FEqYkq__drawerFilterGroup{flex-direction:column;gap:.5rem;display:flex}.CategoryPage-module__FEqYkq__drawerFilterGroup .CategoryPage-module__FEqYkq__filterLabel{margin-bottom:0}.CategoryPage-module__FEqYkq__drawerFilterGroup .CategoryPage-module__FEqYkq__filterSelect,.CategoryPage-module__FEqYkq__drawerFilterGroup .CategoryPage-module__FEqYkq__priceInput{width:100%}.CategoryPage-module__FEqYkq__labelChips{flex-wrap:wrap;gap:.5rem;display:flex}.CategoryPage-module__FEqYkq__labelChip{color:#6b7280;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:20px;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s}.CategoryPage-module__FEqYkq__labelChip:hover{border-color:var(--chip-color,#6b7280);color:var(--chip-color,#6b7280)}.CategoryPage-module__FEqYkq__labelChipActive{border-color:var(--chip-color,#3b82f6);background:color-mix(in srgb, var(--chip-color,#3b82f6) 10%, white);color:var(--chip-color,#3b82f6);font-weight:600}.CategoryPage-module__FEqYkq__filterGroupDrawer{flex-direction:column;gap:.5rem;display:flex}.CategoryPage-module__FEqYkq__filterGroupDrawer .CategoryPage-module__FEqYkq__filterLabel{margin-bottom:0}.CategoryPage-module__FEqYkq__filterGroupDrawer .CategoryPage-module__FEqYkq__filterSelect,.CategoryPage-module__FEqYkq__filterGroupDrawer .CategoryPage-module__FEqYkq__priceInput{width:100%}.CategoryPage-module__FEqYkq__filtersPanel{display:none}.CategoryPage-module__FEqYkq__filterGroup{min-width:unset}.CategoryPage-module__FEqYkq__filterLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.025em;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8125rem;font-weight:500;display:flex}.CategoryPage-module__FEqYkq__filterIcon{color:var(--primary-color);font-size:.75rem}.CategoryPage-module__FEqYkq__filterSelect{color:#374151;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L2 4h8z'/%3E%3C/svg%3E") right 1rem center no-repeat;border:1px solid #e5e7eb;border-radius:12px;width:100%;padding:.75rem 2.5rem .75rem 1rem;font-size:.875rem;transition:all .15s}.CategoryPage-module__FEqYkq__filterSelect:hover{background-color:#fafafa;border-color:#d1d5db}.CategoryPage-module__FEqYkq__filterSelect:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #3b82f614}.CategoryPage-module__FEqYkq__priceInputs{align-items:center;gap:.5rem;display:flex}.CategoryPage-module__FEqYkq__priceInput{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1;padding:.75rem 1rem;font-size:.875rem;transition:all .15s}.CategoryPage-module__FEqYkq__priceInput:hover{border-color:#d1d5db}.CategoryPage-module__FEqYkq__priceInput:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #3b82f614}.CategoryPage-module__FEqYkq__priceInput::placeholder{color:#9ca3af;font-size:.8125rem}.CategoryPage-module__FEqYkq__priceSeparator{color:#d1d5db;font-size:.875rem;font-weight:400}.CategoryPage-module__FEqYkq__priceRangeDisplay{color:var(--primary-color);background:#3b82f614;border-radius:8px;margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.CategoryPage-module__FEqYkq__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .15s;display:flex}.CategoryPage-module__FEqYkq__checkboxLabel:hover{border-color:var(--primary-color);background:#3b82f605}.CategoryPage-module__FEqYkq__checkbox{cursor:pointer;width:18px;height:18px;accent-color:var(--primary-color);border-radius:4px}.CategoryPage-module__FEqYkq__checkboxLabel span{color:#374151;font-size:.875rem;font-weight:500}.CategoryPage-module__FEqYkq__clearFiltersBtn{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:.5rem;margin-top:0;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.CategoryPage-module__FEqYkq__clearFiltersBtn:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.CategoryPage-module__FEqYkq__productsSection{background:#fafbfc;padding:3rem 0 5rem}.CategoryPage-module__FEqYkq__productsContainer{max-width:1200px;margin:0 auto;padding:0 1.5rem}.CategoryPage-module__FEqYkq__productsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.CategoryPage-module__FEqYkq__productsGrid>*{opacity:0;animation:.5s forwards CategoryPage-module__FEqYkq__fadeInUp;transform:translateY(20px)}.CategoryPage-module__FEqYkq__productsGrid>:first-child{animation-delay:50ms}.CategoryPage-module__FEqYkq__productsGrid>:nth-child(2){animation-delay:.1s}.CategoryPage-module__FEqYkq__productsGrid>:nth-child(3){animation-delay:.15s}.CategoryPage-module__FEqYkq__productsGrid>:nth-child(4){animation-delay:.2s}.CategoryPage-module__FEqYkq__productsGrid>:nth-child(5){animation-delay:.25s}.CategoryPage-module__FEqYkq__productsGrid>:nth-child(6){animation-delay:.3s}.CategoryPage-module__FEqYkq__productsGrid>:nth-child(7){animation-delay:.35s}.CategoryPage-module__FEqYkq__productsGrid>:nth-child(8){animation-delay:.4s}.CategoryPage-module__FEqYkq__productsGrid>:nth-child(9){animation-delay:.45s}.CategoryPage-module__FEqYkq__productsGrid>:nth-child(10){animation-delay:.5s}.CategoryPage-module__FEqYkq__productsGrid>:nth-child(11){animation-delay:.55s}.CategoryPage-module__FEqYkq__productsGrid>:nth-child(12){animation-delay:.6s}@keyframes CategoryPage-module__FEqYkq__fadeInUp{to{opacity:1;transform:translateY(0)}}.CategoryPage-module__FEqYkq__noResults{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:24px;padding:5rem 2rem}.CategoryPage-module__FEqYkq__noResultsIcon{opacity:.6;margin-bottom:1.5rem;font-size:3.5rem}.CategoryPage-module__FEqYkq__noResults h2{color:#111827;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.CategoryPage-module__FEqYkq__noResults p{color:#6b7280;margin:0 0 2rem;font-size:1rem}.CategoryPage-module__FEqYkq__paginationWrapper{flex-direction:column;align-items:center;gap:1.25rem;margin-top:4rem;display:flex}.CategoryPage-module__FEqYkq__loadMoreBtn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:24px;padding:1rem 2.5rem;font-size:.9375rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000000f}.CategoryPage-module__FEqYkq__loadMoreBtn:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.CategoryPage-module__FEqYkq__loadMoreBtn:active{transform:translateY(0);box-shadow:0 1px 2px #0000000a}.CategoryPage-module__FEqYkq__endMessage{color:#9ca3af;background:#f3f4f6;border-radius:16px;margin:0;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500}.CategoryPage-module__FEqYkq__pageInfo{color:#9ca3af;margin:0;font-size:.8125rem}.CategoryPage-module__FEqYkq__notFound{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:24px;max-width:500px;margin:5rem auto;padding:3.5rem 2rem}.CategoryPage-module__FEqYkq__notFound h1{color:#111827;margin:0 0 1.5rem;font-size:1.75rem;font-weight:700}.CategoryPage-module__FEqYkq__notFound button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:16px;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.CategoryPage-module__FEqYkq__notFound button:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}@media (max-width:1024px){.CategoryPage-module__FEqYkq__productsGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.CategoryPage-module__FEqYkq__filtersPanel{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.CategoryPage-module__FEqYkq__categoryTitle{font-size:2.25rem}.CategoryPage-module__FEqYkq__toolbarInner{flex-wrap:wrap}}@media (max-width:768px){.CategoryPage-module__FEqYkq__categoryHeader{padding:3rem 0 2rem}.CategoryPage-module__FEqYkq__categoryHeaderContent{text-align:center;flex-direction:column}.CategoryPage-module__FEqYkq__categoryHeroImage{width:140px;height:140px}.CategoryPage-module__FEqYkq__categoryTitle{font-size:1.875rem}.CategoryPage-module__FEqYkq__categoryDescription{max-width:100%;font-size:1rem}.CategoryPage-module__FEqYkq__filterToggleBtn{width:auto}.CategoryPage-module__FEqYkq__filterDrawer{width:100%;max-width:320px}.CategoryPage-module__FEqYkq__searchWrapper{margin-bottom:.875rem}.CategoryPage-module__FEqYkq__searchBar{max-width:100%}.CategoryPage-module__FEqYkq__productsSection{padding:2rem 0 3rem}.CategoryPage-module__FEqYkq__productsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.CategoryPage-module__FEqYkq__paginationWrapper{margin-top:2.5rem}.CategoryPage-module__FEqYkq__loadMoreBtn{width:100%;max-width:320px;padding:.875rem 2rem}.CategoryPage-module__FEqYkq__pageHeader{flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem 1.5rem}.CategoryPage-module__FEqYkq__pageTitle{font-size:1.25rem}.CategoryPage-module__FEqYkq__toolbarInner{flex-wrap:wrap}.CategoryPage-module__FEqYkq__toolbarSearch{flex:none;order:1;width:100%;margin-bottom:.5rem}.CategoryPage-module__FEqYkq__filterBtn{flex:1;order:2;justify-content:center}.CategoryPage-module__FEqYkq__sortSelect{flex:1;order:3}.CategoryPage-module__FEqYkq__paginationInner{flex-direction:column;align-items:center;gap:1rem}.CategoryPage-module__FEqYkq__resultsInfo{order:1}.CategoryPage-module__FEqYkq__pageButtons{order:2}.CategoryPage-module__FEqYkq__perPageWrapper{order:3}}@media (max-width:480px){.CategoryPage-module__FEqYkq__categoryHeader{padding:2.5rem 0 1.5rem}.CategoryPage-module__FEqYkq__categoryTitle{font-size:1.5rem}.CategoryPage-module__FEqYkq__categoryDescription{font-size:.9375rem}.CategoryPage-module__FEqYkq__categoryHeroImage{width:100px;height:100px}.CategoryPage-module__FEqYkq__productCount{padding:.375rem .75rem;font-size:.75rem}.CategoryPage-module__FEqYkq__productsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.CategoryPage-module__FEqYkq__searchBar{padding:.75rem 1rem}.CategoryPage-module__FEqYkq__searchInput{font-size:.875rem}.CategoryPage-module__FEqYkq__filterLabel{font-size:.75rem}.CategoryPage-module__FEqYkq__filterSelect,.CategoryPage-module__FEqYkq__priceInput{padding:.625rem .875rem;font-size:.8125rem}.CategoryPage-module__FEqYkq__checkboxLabel{padding:.625rem .875rem}.CategoryPage-module__FEqYkq__checkboxLabel span{font-size:.8125rem}.CategoryPage-module__FEqYkq__breadcrumbWrapper{padding:.75rem 1rem 0}.CategoryPage-module__FEqYkq__noResults{padding:3rem 1.25rem}.CategoryPage-module__FEqYkq__noResultsIcon{font-size:2.5rem}.CategoryPage-module__FEqYkq__noResults h2{font-size:1.25rem}.CategoryPage-module__FEqYkq__noResults p{font-size:.9375rem}.CategoryPage-module__FEqYkq__pageHeader{padding:.75rem 1rem}.CategoryPage-module__FEqYkq__pageTitle{font-size:1.125rem}.CategoryPage-module__FEqYkq__productCountBadge{font-size:.8125rem}.CategoryPage-module__FEqYkq__toolbarInner{gap:.5rem;padding:0 1rem}.CategoryPage-module__FEqYkq__filterBtn span{display:none}.CategoryPage-module__FEqYkq__sortSelect{padding:.5rem 1.75rem .5rem .75rem;font-size:.8125rem}.CategoryPage-module__FEqYkq__activeFiltersInner{padding:0 1rem}.CategoryPage-module__FEqYkq__filterChip{padding:.25rem .5rem;font-size:.75rem}.CategoryPage-module__FEqYkq__pagination{margin-top:1.5rem;padding:1rem}.CategoryPage-module__FEqYkq__pageBtn{min-width:32px;height:32px;font-size:.8125rem}.CategoryPage-module__FEqYkq__perPageWrapper{display:none}.CategoryPage-module__FEqYkq__resultsInfo{font-size:.8125rem}}@keyframes CategoryPage-module__FEqYkq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.CategoryPage-module__FEqYkq__filtersPanel.CategoryPage-module__FEqYkq__show{animation:.3s ease-out CategoryPage-module__FEqYkq__slideDown}.CategoryPage-module__FEqYkq__priceInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.CategoryPage-module__FEqYkq__priceInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.CategoryPage-module__FEqYkq__priceInput[type=number]{-moz-appearance:textfield}
.ProductCard-module__HOiECa__productCard{background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ProductCard-module__HOiECa__productCard:hover{border-color:#e5e7eb;box-shadow:0 12px 32px #0000001a}.ProductCard-module__HOiECa__productLink{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.ProductCard-module__HOiECa__productImageWrapper{background:#f8fafc;width:100%;height:240px;position:relative;overflow:hidden}.ProductCard-module__HOiECa__productImage{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.ProductCard-module__HOiECa__productCard:hover .ProductCard-module__HOiECa__productImage{transform:scale(1.05)}.ProductCard-module__HOiECa__SaleBadge,.ProductCard-module__HOiECa__NewBadge{letter-spacing:.02em;z-index:2;border-radius:8px;padding:.375rem .875rem;font-size:.75rem;font-weight:600;position:absolute;top:12px;left:12px}.ProductCard-module__HOiECa__SaleBadge{color:#fff;background:#111827}.ProductCard-module__HOiECa__NewBadge,.ProductCard-module__HOiECa__newBadge{color:#fff;letter-spacing:.02em;z-index:2;background:#10b981;border-radius:8px;padding:.375rem .875rem;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px}.ProductCard-module__HOiECa__labelsContainer{z-index:2;flex-wrap:wrap;gap:4px;max-width:70%;display:flex;position:absolute;top:8px;left:8px}.ProductCard-module__HOiECa__premiumLabel{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:600;box-shadow:0 2px 4px #f59e0b4d}.ProductCard-module__HOiECa__on_saleLabel{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#ef4444;border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:600}.ProductCard-module__HOiECa__discountedLabel{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#10b981;border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:600}.ProductCard-module__HOiECa__limitedLabel{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#f97316;border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:600}.ProductCard-module__HOiECa__selling_fastLabel{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#8b5cf6;border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:600}.ProductCard-module__HOiECa__customLabel{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#6366f1;border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:600}.ProductCard-module__HOiECa__bundleBadge{color:#fff;text-transform:uppercase;letter-spacing:.02em;z-index:2;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:4px;padding:4px 10px;font-size:.65rem;font-weight:600;position:absolute;top:8px;right:8px;box-shadow:0 2px 4px #3b82f64d}.ProductCard-module__HOiECa__productActions{opacity:0;z-index:3;flex-direction:column;gap:.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:12px;right:12px;transform:translateY(-8px)}.ProductCard-module__HOiECa__productCard:hover .ProductCard-module__HOiECa__productActions{opacity:1;transform:translateY(0)}.ProductCard-module__HOiECa__actionBtn{cursor:pointer;color:#6b7280;background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000001a}.ProductCard-module__HOiECa__actionBtn:hover{color:#fff;background:#111827;transform:scale(1.08)}.ProductCard-module__HOiECa__heartFilled{color:#ef4444}.ProductCard-module__HOiECa__productInfo{flex-direction:column;flex:1;gap:.625rem;padding:1.25rem;display:flex}.ProductCard-module__HOiECa__productName{color:#111827;-webkit-line-clamp:2;letter-spacing:-.01em;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.ProductCard-module__HOiECa__productPricing{flex-wrap:wrap;align-items:baseline;gap:.625rem;display:flex}.ProductCard-module__HOiECa__price{font-size:1.25rem;font-weight:700}.ProductCard-module__HOiECa__salePrice{color:#111827;font-size:1.25rem;font-weight:700}.ProductCard-module__HOiECa__originalPrice{color:#9ca3af;font-size:.9375rem;font-weight:400;text-decoration:line-through}.ProductCard-module__HOiECa__saveAmount{color:#15803d;background:#f0fdf4;border-radius:6px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.ProductCard-module__HOiECa__saleCountdown{color:#dc2626;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:1px solid #fecaca;border-radius:6px;align-items:center;gap:6px;margin-top:4px;padding:6px 10px;display:flex}.ProductCard-module__HOiECa__countdownLabel{color:#dc2626;font-size:11px;font-weight:500}.ProductCard-module__HOiECa__addToCartBtn{cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin:0 1rem 1rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.ProductCard-module__HOiECa__addToCartBtn:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 6px 20px #11182740}.ProductCard-module__HOiECa__addToCartBtn:active{transform:translateY(0);box-shadow:0 2px 8px #11182733}.ProductCard-module__HOiECa__addToCartBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.ProductCard-module__HOiECa__spinner{animation:1s linear infinite ProductCard-module__HOiECa__spin}@keyframes ProductCard-module__HOiECa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.ProductCard-module__HOiECa__productCard{border-radius:14px}.ProductCard-module__HOiECa__productImageWrapper{height:180px}.ProductCard-module__HOiECa__productActions{opacity:1;transform:translateY(0)}.ProductCard-module__HOiECa__actionBtn{border-radius:8px;width:32px;height:32px;font-size:.875rem}.ProductCard-module__HOiECa__productInfo{padding:1rem}.ProductCard-module__HOiECa__productName{font-size:.9375rem}.ProductCard-module__HOiECa__price,.ProductCard-module__HOiECa__salePrice{font-size:1.125rem}.ProductCard-module__HOiECa__originalPrice{font-size:.875rem}.ProductCard-module__HOiECa__addToCartBtn{border-radius:8px;margin:0 .875rem .875rem;padding:.75rem 1rem;font-size:.8125rem}.ProductCard-module__HOiECa__SaleBadge,.ProductCard-module__HOiECa__NewBadge,.ProductCard-module__HOiECa__newBadge{padding:.3125rem .75rem;font-size:.6875rem}.ProductCard-module__HOiECa__labelsContainer{gap:3px;max-width:65%}.ProductCard-module__HOiECa__premiumLabel,.ProductCard-module__HOiECa__on_saleLabel,.ProductCard-module__HOiECa__discountedLabel,.ProductCard-module__HOiECa__limitedLabel,.ProductCard-module__HOiECa__selling_fastLabel{padding:3px 6px;font-size:.6rem}.ProductCard-module__HOiECa__bundleBadge{padding:3px 8px;font-size:.6rem}}@media (max-width:480px){.ProductCard-module__HOiECa__productImageWrapper{height:160px}.ProductCard-module__HOiECa__productInfo{padding:.875rem}.ProductCard-module__HOiECa__productName{font-size:.875rem}.ProductCard-module__HOiECa__price,.ProductCard-module__HOiECa__salePrice{font-size:1rem}.ProductCard-module__HOiECa__saveAmount{padding:.1875rem .5rem;font-size:.6875rem}.ProductCard-module__HOiECa__productCard{border-radius:12px}.ProductCard-module__HOiECa__productCard:hover{transform:none}}
.Notifications-module__tSTqsq__headerBanner{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:20px;padding:22px 24px;position:relative;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.Notifications-module__tSTqsq__floatingOrb{display:none}.Notifications-module__tSTqsq__floatingOrb1{background:radial-gradient(circle at 30% 30%,#fff3 0%,#ffffff0d 50%,#0000 70%);width:120px;height:120px;animation:8s ease-in-out infinite Notifications-module__tSTqsq__float;top:-30px;right:10%;}.Notifications-module__tSTqsq__floatingOrb2{background:radial-gradient(circle at 30% 30%,#ffffff26 0%,#ffffff08 50%,#0000 70%);width:80px;height:80px;animation:10s ease-in-out infinite Notifications-module__tSTqsq__floatSlow;bottom:-20px;right:25%;}.Notifications-module__tSTqsq__floatingOrb3{background:radial-gradient(circle at 30% 30%,#ffffff1a 0%,#0000 60%);width:60px;height:60px;animation:12s ease-in-out infinite reverse Notifications-module__tSTqsq__float;top:20%;left:5%;}.Notifications-module__tSTqsq__gridOverlay{display:none}.Notifications-module__tSTqsq__headerContent{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex;position:relative}.Notifications-module__tSTqsq__titleSection{flex:1}.Notifications-module__tSTqsq__pageTitle{color:#0f172a;letter-spacing:-.01em;align-items:center;gap:10px;margin:0 0 4px;font-size:1.5rem;font-weight:700;display:flex}.Notifications-module__tSTqsq__titleIcon{color:#64748b;font-size:1.25rem}.Notifications-module__tSTqsq__subtitle{color:#64748b;margin:0;font-size:.875rem}.Notifications-module__tSTqsq__headerActions{align-items:center;gap:12px;display:flex}.Notifications-module__tSTqsq__glassButton{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.Notifications-module__tSTqsq__glassButton:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.Notifications-module__tSTqsq__glassButton:active{transform:translateY(0)}.Notifications-module__tSTqsq__glassButtonIcon{padding:12px;}.Notifications-module__tSTqsq__spinning{animation:1s linear infinite Notifications-module__tSTqsq__spin}.Notifications-module__tSTqsq__filterBar{background:#fff;border-radius:16px;flex-direction:column;gap:16px;margin-bottom:24px;padding:20px 24px;display:flex;box-shadow:0 4px 6px #0000000a,0 1px 3px #0000000f}.Notifications-module__tSTqsq__filterRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Notifications-module__tSTqsq__filterLabel{color:#64748b;min-width:70px;font-size:.8125rem;font-weight:600}.Notifications-module__tSTqsq__filterPills{flex-wrap:wrap;gap:8px;display:flex}.Notifications-module__tSTqsq__filterPill{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.Notifications-module__tSTqsq__filterPill:hover{color:#475569;background:#f1f5f9;border-color:#cbd5e1}.Notifications-module__tSTqsq__filterPill.Notifications-module__tSTqsq__active{color:#fff;background:#0f172a;border-color:#0000;box-shadow:0 4px 12px #0f172a2e}.Notifications-module__tSTqsq__pillBadge{background:#ffffff40;border-radius:10px;padding:2px 8px;font-size:.6875rem;font-weight:700}.Notifications-module__tSTqsq__filterPill:not(.Notifications-module__tSTqsq__active) .Notifications-module__tSTqsq__pillBadge{color:#475569;background:#e2e8f0}.Notifications-module__tSTqsq__loadingContainer{justify-content:center;align-items:center;min-height:400px;display:flex}.Notifications-module__tSTqsq__emptyState{text-align:center;background:#fff;border-radius:20px;padding:64px 32px;animation:.4s Notifications-module__tSTqsq__slideInBottom;box-shadow:0 4px 6px #0000000a}.Notifications-module__tSTqsq__emptyIconWrapper{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:24px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 24px;display:flex}.Notifications-module__tSTqsq__emptyIcon{color:#94a3b8;font-size:42px}.Notifications-module__tSTqsq__emptyState h3{color:#0f172a;margin:0 0 8px;font-size:1.25rem;font-weight:700}.Notifications-module__tSTqsq__emptyState p{color:#64748b;max-width:300px;margin:0 auto;font-size:.9375rem;line-height:1.5}.Notifications-module__tSTqsq__notificationsList{flex-direction:column;gap:12px;display:flex}.Notifications-module__tSTqsq__notificationCard{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:16px;gap:16px;padding:20px;transition:all .25s;animation:.4s backwards Notifications-module__tSTqsq__slideInBottom;display:flex;position:relative;box-shadow:0 2px 8px #0000000a}.Notifications-module__tSTqsq__notificationCard:before{content:"";background:0 0;border-radius:16px 16px 0 0;height:4px;transition:background .2s;position:absolute;top:0;left:0;right:0}.Notifications-module__tSTqsq__notificationCard:hover{border-color:#e2e8f0;transform:translateY(-3px);box-shadow:0 12px 28px #0000001a}.Notifications-module__tSTqsq__notificationCard.Notifications-module__tSTqsq__unread{background:#f8fafc;border-color:#e2e8f0}.Notifications-module__tSTqsq__notificationCard.Notifications-module__tSTqsq__unread:before{background:#0f172a}.Notifications-module__tSTqsq__notificationCard.Notifications-module__tSTqsq__critical:before{background:linear-gradient(90deg,#ef4444,#dc2626)}.Notifications-module__tSTqsq__notificationCard.Notifications-module__tSTqsq__high:before{background:linear-gradient(90deg,#f59e0b,#d97706)}.Notifications-module__tSTqsq__iconWrapper{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;display:flex}.Notifications-module__tSTqsq__iconSuccess{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 6px 16px #10b9814d}.Notifications-module__tSTqsq__iconError{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 6px 16px #ef44444d}.Notifications-module__tSTqsq__iconWarning{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 6px 16px #f59e0b4d}.Notifications-module__tSTqsq__iconInfo{color:#fff;background:#0f172a;box-shadow:0 6px 16px #0f172a2e}.Notifications-module__tSTqsq__iconPurple{color:#fff;background:#0f172a;box-shadow:0 6px 16px #8b5cf64d}.Notifications-module__tSTqsq__notificationContent{flex:1;min-width:0}.Notifications-module__tSTqsq__notificationHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.Notifications-module__tSTqsq__notificationTitle{color:#0f172a;margin:0;font-size:.9375rem;font-weight:600;line-height:1.4}.Notifications-module__tSTqsq__notificationCard.Notifications-module__tSTqsq__unread .Notifications-module__tSTqsq__notificationTitle{font-weight:700}.Notifications-module__tSTqsq__notificationDate{color:#94a3b8;white-space:nowrap;background:#f8fafc;border-radius:8px;flex-shrink:0;padding:4px 10px;font-size:.75rem}.Notifications-module__tSTqsq__notificationMessage{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Notifications-module__tSTqsq__notificationFooter{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.Notifications-module__tSTqsq__tagBadge{text-transform:uppercase;letter-spacing:.3px;border-radius:8px;padding:4px 12px;font-size:.6875rem;font-weight:600}.Notifications-module__tSTqsq__priorityBadge{text-transform:uppercase;letter-spacing:.3px;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.Notifications-module__tSTqsq__priorityBadge.Notifications-module__tSTqsq__critical{color:#dc2626;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%)}.Notifications-module__tSTqsq__priorityBadge.Notifications-module__tSTqsq__high{color:#d97706;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%)}.Notifications-module__tSTqsq__priorityBadge.Notifications-module__tSTqsq__medium{color:#2563eb;background:#f8fafc}.Notifications-module__tSTqsq__priorityBadge.Notifications-module__tSTqsq__low{color:#64748b;background:#f8fafc}.Notifications-module__tSTqsq__unreadBadge{color:#0f172a;align-items:center;gap:6px;font-size:.6875rem;font-weight:600;display:inline-flex}.Notifications-module__tSTqsq__unreadDot{background:#0f172a;border-radius:50%;width:8px;height:8px;animation:2s infinite Notifications-module__tSTqsq__pulse;box-shadow:0 0 8px #0f172a4d}.Notifications-module__tSTqsq__markReadButton{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:40px;height:40px;font-size:16px;transition:all .2s;display:flex}.Notifications-module__tSTqsq__markReadButton:hover{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-color:#0000;transform:scale(1.05);box-shadow:0 6px 16px #10b9814d}@keyframes Notifications-module__tSTqsq__slideInBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Notifications-module__tSTqsq__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(3deg)}}@keyframes Notifications-module__tSTqsq__floatSlow{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-25px)scale(1.1)}}@keyframes Notifications-module__tSTqsq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes Notifications-module__tSTqsq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Notifications-module__tSTqsq__mobileFilterButton{display:none}@media (max-width:768px){.Notifications-module__tSTqsq__floatingOrb1,.Notifications-module__tSTqsq__floatingOrb2,.Notifications-module__tSTqsq__floatingOrb3,.Notifications-module__tSTqsq__gridOverlay{display:none}.Notifications-module__tSTqsq__headerBanner{border-radius:12px;margin-bottom:16px;padding:16px 20px}.Notifications-module__tSTqsq__headerContent{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.Notifications-module__tSTqsq__titleSection{flex:1;min-width:0}.Notifications-module__tSTqsq__pageTitle{gap:8px;font-size:1.125rem}.Notifications-module__tSTqsq__titleIcon{font-size:1rem}.Notifications-module__tSTqsq__subtitle{white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.Notifications-module__tSTqsq__headerActions{flex-shrink:0;gap:8px}.Notifications-module__tSTqsq__glassButton{padding:10px 14px;font-size:.8125rem}.Notifications-module__tSTqsq__glassButtonIcon{padding:10px}.Notifications-module__tSTqsq__filterBar{display:none}.Notifications-module__tSTqsq__mobileFilterButton{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;margin-bottom:16px;padding:14px 20px;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000000a}.Notifications-module__tSTqsq__mobileFilterButton:hover,.Notifications-module__tSTqsq__mobileFilterButton:active{background:#f8fafc;border-color:#0f172a}.Notifications-module__tSTqsq__mobileFilterButtonActive{color:#0f172a;background:#f8fafc;border-color:#0f172a}.Notifications-module__tSTqsq__filterBadge{color:#fff;text-align:center;background:#0f172a;border-radius:10px;min-width:20px;padding:2px 8px;font-size:.6875rem;font-weight:700}.Notifications-module__tSTqsq__notificationCard{border-radius:14px;padding:16px}.Notifications-module__tSTqsq__iconWrapper{border-radius:12px;width:44px;height:44px;font-size:18px}.Notifications-module__tSTqsq__notificationHeader{flex-direction:column;gap:6px}.Notifications-module__tSTqsq__notificationDate{align-self:flex-start}.Notifications-module__tSTqsq__emptyState{padding:48px 24px}.Notifications-module__tSTqsq__emptyIconWrapper{border-radius:20px;width:80px;height:80px}.Notifications-module__tSTqsq__emptyIcon{font-size:36px}}.Notifications-module__tSTqsq__filterSheetOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;opacity:0;visibility:hidden;background:#0f172a80;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.Notifications-module__tSTqsq__filterSheetOverlayVisible{opacity:1;visibility:visible}.Notifications-module__tSTqsq__filterSheet{z-index:1101;background:#fff;border-radius:24px 24px 0 0;flex-direction:column;max-height:85vh;transition:transform .35s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -10px 40px #00000026}.Notifications-module__tSTqsq__filterSheetOpen{transform:translateY(0)}.Notifications-module__tSTqsq__filterSheetHandle{flex-shrink:0;justify-content:center;padding:12px 0 8px;display:flex}.Notifications-module__tSTqsq__filterSheetHandleBar{background:#e2e8f0;border-radius:2px;width:40px;height:4px}.Notifications-module__tSTqsq__filterSheetHeader{border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 20px 16px;display:flex}.Notifications-module__tSTqsq__filterSheetTitle{color:#0f172a;align-items:center;gap:10px;margin:0;font-size:1.125rem;font-weight:700;display:flex}.Notifications-module__tSTqsq__filterSheetTitleIcon{color:#64748b;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Notifications-module__tSTqsq__filterSheetCloseBtn{color:#64748b;cursor:pointer;background:#f8fafc;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;min-width:44px;height:40px;min-height:44px;transition:all .2s;display:flex}.Notifications-module__tSTqsq__filterSheetCloseBtn:hover,.Notifications-module__tSTqsq__filterSheetCloseBtn:active{color:#0f172a;background:#e2e8f0}.Notifications-module__tSTqsq__filterSheetContent{-webkit-overflow-scrolling:touch;flex:1;padding:20px;overflow-y:auto}.Notifications-module__tSTqsq__filterSheetSection{margin-bottom:24px}.Notifications-module__tSTqsq__filterSheetSection:last-child{margin-bottom:0}.Notifications-module__tSTqsq__filterSheetSectionLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:.8125rem;font-weight:600}.Notifications-module__tSTqsq__filterSheetPills{flex-wrap:wrap;gap:10px;display:flex}.Notifications-module__tSTqsq__filterSheetPill{color:#475569;cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;min-height:48px;padding:12px 18px;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.Notifications-module__tSTqsq__filterSheetPill:active{transform:scale(.97)}.Notifications-module__tSTqsq__filterSheetPillActive{color:#fff;background:#0f172a;border-color:#0000;box-shadow:0 4px 12px #0f172a2e}.Notifications-module__tSTqsq__filterSheetPillBadge{background:#ffffff40;border-radius:8px;padding:2px 8px;font-size:.75rem;font-weight:700}.Notifications-module__tSTqsq__filterSheetPill:not(.Notifications-module__tSTqsq__filterSheetPillActive) .Notifications-module__tSTqsq__filterSheetPillBadge{color:#475569;background:#e2e8f0}.Notifications-module__tSTqsq__filterSheetFooter{padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));background:#fafafa;border-top:1px solid #f1f5f9;flex-shrink:0;gap:12px;display:flex}.Notifications-module__tSTqsq__filterSheetResetBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;flex:1;min-height:48px;padding:14px 20px;font-size:.9375rem;font-weight:600;transition:all .2s}.Notifications-module__tSTqsq__filterSheetResetBtn:hover,.Notifications-module__tSTqsq__filterSheetResetBtn:active{color:#475569;background:#e2e8f0}.Notifications-module__tSTqsq__filterSheetApplyBtn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;flex:2;min-height:48px;padding:14px 20px;font-size:.9375rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #0f172a2e}.Notifications-module__tSTqsq__filterSheetApplyBtn:hover,.Notifications-module__tSTqsq__filterSheetApplyBtn:active{transform:translateY(-1px);box-shadow:0 6px 16px #0f172a3d}@media (max-width:768px){.Notifications-module__tSTqsq__filterSheet{max-height:90vh}.Notifications-module__tSTqsq__filterSheetContent{padding:16px}.Notifications-module__tSTqsq__filterSheetSection{margin-bottom:20px}.Notifications-module__tSTqsq__filterSheetPill{min-height:44px;padding:10px 14px;font-size:.875rem}.Notifications-module__tSTqsq__filterSheetFooter{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.Notifications-module__tSTqsq__filterSheetResetBtn,.Notifications-module__tSTqsq__filterSheetApplyBtn{min-height:44px;padding:12px 16px;font-size:.875rem}}@media (max-width:480px){.Notifications-module__tSTqsq__filterSheet{border-radius:16px 16px 0 0;max-height:95vh}.Notifications-module__tSTqsq__filterSheetHeader{padding:6px 14px 12px}.Notifications-module__tSTqsq__filterSheetTitle{gap:8px;font-size:1rem}.Notifications-module__tSTqsq__filterSheetTitleIcon{border-radius:8px;width:30px;height:30px}.Notifications-module__tSTqsq__filterSheetCloseBtn{width:36px;min-width:36px;height:36px;min-height:36px}.Notifications-module__tSTqsq__filterSheetContent{padding:12px}.Notifications-module__tSTqsq__filterSheetSection{margin-bottom:16px}.Notifications-module__tSTqsq__filterSheetSectionLabel{margin-bottom:8px;font-size:.75rem}.Notifications-module__tSTqsq__filterSheetPills{gap:6px}.Notifications-module__tSTqsq__filterSheetPill{border-radius:10px;min-height:40px;padding:8px 12px;font-size:.8125rem}.Notifications-module__tSTqsq__filterSheetFooter{padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));gap:8px}.Notifications-module__tSTqsq__filterSheetResetBtn,.Notifications-module__tSTqsq__filterSheetApplyBtn{border-radius:10px;min-height:40px;padding:10px 14px;font-size:.8125rem}}
.ReviewsTab-module__gxvNRW__container{animation:.4s ReviewsTab-module__gxvNRW__fadeIn}@keyframes ReviewsTab-module__gxvNRW__fadeIn{0%{opacity:0}to{opacity:1}}.ReviewsTab-module__gxvNRW__tabHeader{margin-bottom:18px}.ReviewsTab-module__gxvNRW__tabHeader h2{font-family:var(--ax-font-display);color:var(--ax-text);letter-spacing:-.015em;margin:0;font-size:1.5rem;font-weight:700}.ReviewsTab-module__gxvNRW__filters{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.ReviewsTab-module__gxvNRW__filters select{border:1px solid var(--ax-border);height:36px;color:var(--ax-text);background:var(--ax-card) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 4l3 3 3-3' stroke='%2364748b' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;cursor:pointer;appearance:none;border-radius:999px;padding:0 32px 0 14px;font-size:.8125rem;font-weight:600}.ReviewsTab-module__gxvNRW__filters select:focus{border-color:var(--ax-tertiary);box-shadow:0 0 0 3px color-mix(in srgb, var(--ax-tertiary) 18%, transparent);outline:none}.ReviewsTab-module__gxvNRW__empty{text-align:center;color:var(--ax-text-soft);background:var(--ax-card-soft);border:1px dashed var(--ax-border-2);border-radius:var(--ax-radius);padding:40px 24px;font-size:.9rem}.ReviewsTab-module__gxvNRW__reviewsList{flex-direction:column;display:flex}.ReviewsTab-module__gxvNRW__reviewCard{border-bottom:1px solid var(--ax-border-2);padding:18px 22px}.ReviewsTab-module__gxvNRW__reviewCard:last-child{border-bottom:none}.ReviewsTab-module__gxvNRW__reviewHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px;display:flex}.ReviewsTab-module__gxvNRW__reviewMeta{flex-direction:column;gap:2px;display:flex}.ReviewsTab-module__gxvNRW__reviewMeta strong{color:var(--ax-text);font-size:.9rem;font-weight:700}.ReviewsTab-module__gxvNRW__email{color:var(--ax-text-soft);font-size:.75rem}.ReviewsTab-module__gxvNRW__reviewRating{align-items:center;gap:10px;display:flex}.ReviewsTab-module__gxvNRW__reviewDate{color:var(--ax-text-soft);font-size:.75rem}.ReviewsTab-module__gxvNRW__productInfo{background:var(--ax-card-soft);border:1px solid var(--ax-border-2);color:var(--ax-text-muted);border-radius:999px;align-items:center;gap:8px;margin-bottom:8px;padding:4px 10px 4px 4px;font-size:.8125rem;display:inline-flex}.ReviewsTab-module__gxvNRW__productThumb{object-fit:cover;border:1px solid var(--ax-border);border-radius:999px;width:24px;height:24px}.ReviewsTab-module__gxvNRW__reviewTitle{color:var(--ax-text);margin:0 0 6px;font-size:.95rem;font-weight:700}.ReviewsTab-module__gxvNRW__reviewComment{color:var(--ax-text-muted);margin:0 0 10px;font-size:.875rem;line-height:1.55}.ReviewsTab-module__gxvNRW__existingResponse{background:color-mix(in srgb, var(--ax-tertiary) 8%, transparent);border:1px solid color-mix(in srgb, var(--ax-tertiary) 22%, transparent);border-left:3px solid var(--ax-tertiary);border-radius:var(--ax-radius-sm);margin-top:10px;padding:12px 14px}.ReviewsTab-module__gxvNRW__existingResponse strong{color:var(--ax-tertiary-2);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700}.ReviewsTab-module__gxvNRW__existingResponse p{color:var(--ax-text);margin:6px 0 0;font-size:.875rem}.ReviewsTab-module__gxvNRW__responseDate{color:var(--ax-text-soft);font-size:.7rem}.ReviewsTab-module__gxvNRW__replyBtn{border:1px solid var(--ax-border);background:var(--ax-card);color:var(--ax-text);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.ReviewsTab-module__gxvNRW__replyBtn:hover{background:var(--ax-card-soft);border-color:var(--ax-text-soft)}.ReviewsTab-module__gxvNRW__responseForm{margin-top:10px}.ReviewsTab-module__gxvNRW__responseForm textarea{border:1px solid var(--ax-border);border-radius:var(--ax-radius-sm);width:100%;color:var(--ax-text);background:var(--ax-card);resize:vertical;box-sizing:border-box;padding:10px 12px;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.ReviewsTab-module__gxvNRW__responseForm textarea:focus{border-color:var(--ax-tertiary);box-shadow:0 0 0 3px color-mix(in srgb, var(--ax-tertiary) 18%, transparent);outline:none}.ReviewsTab-module__gxvNRW__responseActions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.ReviewsTab-module__gxvNRW__cancelBtn{border:1px solid var(--ax-border);background:var(--ax-card);color:var(--ax-text);cursor:pointer;border-radius:999px;padding:8px 16px;font-size:.8125rem;font-weight:600}.ReviewsTab-module__gxvNRW__submitBtn{background:var(--ax-primary);color:#fff;border:1px solid var(--ax-primary);cursor:pointer;border-radius:999px;padding:8px 18px;font-size:.8125rem;font-weight:600;transition:background .15s}.ReviewsTab-module__gxvNRW__submitBtn:hover{background:var(--ax-primary-2)}.ReviewsTab-module__gxvNRW__submitBtn:disabled{opacity:.55;cursor:not-allowed}.ReviewsTab-module__gxvNRW__pagination{justify-content:center;gap:6px;margin-top:18px;display:flex}.ReviewsTab-module__gxvNRW__pageBtn{border:1px solid var(--ax-border);background:var(--ax-card);min-width:34px;color:var(--ax-text-muted);cursor:pointer;border-radius:999px;padding:6px 10px;font-size:.8125rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.ReviewsTab-module__gxvNRW__pageBtn:hover{color:var(--ax-text);border-color:var(--ax-text-soft)}.ReviewsTab-module__gxvNRW__pageBtn.ReviewsTab-module__gxvNRW__active{background:var(--ax-primary);color:#fff;border-color:var(--ax-primary)}@media (max-width:768px){.ReviewsTab-module__gxvNRW__filters{flex-direction:column}.ReviewsTab-module__gxvNRW__filters select{width:100%}.ReviewsTab-module__gxvNRW__reviewHeader{flex-direction:column}.ReviewsTab-module__gxvNRW__tabHeader h2{font-size:1.25rem}}@media (max-width:480px){.ReviewsTab-module__gxvNRW__reviewCard{padding:14px}.ReviewsTab-module__gxvNRW__tabHeader h2{font-size:1.125rem}}
.ProductDetail-module__Dpk9fq__container{background-color:#f9fafb;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.ProductDetail-module__Dpk9fq__header{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;padding:1.5rem 0;box-shadow:0 2px 8px #0000001a}.ProductDetail-module__Dpk9fq__headerContent{flex-wrap:wrap;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.ProductDetail-module__Dpk9fq__backLink{color:#fff;background:#ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.ProductDetail-module__Dpk9fq__backLink:hover{background:#fff3}.ProductDetail-module__Dpk9fq__logo{object-fit:contain;background:#fff;border-radius:8px;width:auto;height:50px;padding:.5rem}.ProductDetail-module__Dpk9fq__storeName{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.ProductDetail-module__Dpk9fq__productSection{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.ProductDetail-module__Dpk9fq__productContainer{background:#fff;border-radius:12px;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;padding:2rem;display:grid;box-shadow:0 2px 8px #00000014}.ProductDetail-module__Dpk9fq__imageGallery{flex-direction:column;gap:1rem;display:flex}.ProductDetail-module__Dpk9fq__mainImage{background:#f3f4f6;border-radius:12px;width:100%;height:500px;position:relative;overflow:hidden}.ProductDetail-module__Dpk9fq__mainImage img{object-fit:cover;width:100%;height:100%}.ProductDetail-module__Dpk9fq__saleBadge{background:var(--accent-color);color:#fff;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 4px #0003}.ProductDetail-module__Dpk9fq__thumbnails{gap:.75rem;display:flex;overflow-x:auto}.ProductDetail-module__Dpk9fq__thumbnail{cursor:pointer;border:3px solid #0000;border-radius:8px;flex-shrink:0;width:100px;height:100px;transition:all .2s;overflow:hidden}.ProductDetail-module__Dpk9fq__thumbnail:hover{border-color:var(--primary-color)}.ProductDetail-module__Dpk9fq__thumbnail.ProductDetail-module__Dpk9fq__active{border-color:var(--primary-color);box-shadow:0 0 0 1px var(--primary-color)}.ProductDetail-module__Dpk9fq__thumbnail img{object-fit:cover;width:100%;height:100%}.ProductDetail-module__Dpk9fq__productInfo{flex-direction:column;gap:1.5rem;display:flex}.ProductDetail-module__Dpk9fq__productName{color:#1f2937;margin:0;font-size:2rem;font-weight:700}.ProductDetail-module__Dpk9fq__priceSection{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.ProductDetail-module__Dpk9fq__price{color:var(--primary-color);font-size:2.25rem;font-weight:700}.ProductDetail-module__Dpk9fq__salePrice{color:var(--accent-color);font-size:2.25rem;font-weight:700}.ProductDetail-module__Dpk9fq__originalPrice{color:#9ca3af;font-size:1.5rem;text-decoration:line-through}.ProductDetail-module__Dpk9fq__savings{color:#166534;background:#dcfce7;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.ProductDetail-module__Dpk9fq__stockInfo{border-radius:8px;width:fit-content;padding:.75rem 1rem;display:inline-block}.ProductDetail-module__Dpk9fq__inStock{color:#166534;background:#dcfce7;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:600;display:flex}.ProductDetail-module__Dpk9fq__outOfStock{color:#991b1b;background:#fee2e2;border-radius:8px;padding:.75rem 1rem;font-weight:600}.ProductDetail-module__Dpk9fq__quantitySection{align-items:center;gap:1rem;display:flex}.ProductDetail-module__Dpk9fq__quantitySection label{color:#374151;font-weight:600}.ProductDetail-module__Dpk9fq__quantityControls{align-items:center;gap:.5rem;display:flex}.ProductDetail-module__Dpk9fq__quantityControls button{border:2px solid var(--primary-color);width:40px;height:40px;color:var(--primary-color);cursor:pointer;background:#fff;border-radius:8px;font-size:1.25rem;font-weight:700;transition:all .2s}.ProductDetail-module__Dpk9fq__quantityControls button:hover{background:var(--primary-color);color:#fff}.ProductDetail-module__Dpk9fq__quantityControls input{text-align:center;border:2px solid #e5e7eb;border-radius:8px;width:60px;height:40px;font-size:1rem;font-weight:600}.ProductDetail-module__Dpk9fq__addToCartBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000001a}.ProductDetail-module__Dpk9fq__addToCartBtn:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.ProductDetail-module__Dpk9fq__addToCartBtn.ProductDetail-module__Dpk9fq__added{background:#16a34a}.ProductDetail-module__Dpk9fq__addToCartBtn:disabled{opacity:.7;cursor:not-allowed}.ProductDetail-module__Dpk9fq__spinner{animation:1s linear infinite ProductDetail-module__Dpk9fq__spin}@keyframes ProductDetail-module__Dpk9fq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProductDetail-module__Dpk9fq__actionButtons{gap:1rem;margin-top:.75rem;display:flex}.ProductDetail-module__Dpk9fq__wishlistBtn,.ProductDetail-module__Dpk9fq__shareBtn{color:#6b7280;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.ProductDetail-module__Dpk9fq__wishlistBtn:hover,.ProductDetail-module__Dpk9fq__wishlistBtn.ProductDetail-module__Dpk9fq__favorite{color:#ef4444;background:#fef2f2;border-color:#ef4444}.ProductDetail-module__Dpk9fq__wishlistBtn.ProductDetail-module__Dpk9fq__favorite:hover{background:#fee2e2}.ProductDetail-module__Dpk9fq__shareBtn:hover{border-color:var(--primary-color);color:var(--primary-color);background:#eff6ff}.ProductDetail-module__Dpk9fq__description{border-top:1px solid #e5e7eb;padding-top:1.5rem}.ProductDetail-module__Dpk9fq__description h3{color:#1f2937;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.ProductDetail-module__Dpk9fq__description p{color:#6b7280;margin:0;line-height:1.6}.ProductDetail-module__Dpk9fq__productDetails{border-top:1px solid #e5e7eb;padding-top:1.5rem}.ProductDetail-module__Dpk9fq__productDetails h3{color:#1f2937;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.ProductDetail-module__Dpk9fq__productDetails ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.ProductDetail-module__Dpk9fq__productDetails li{color:#6b7280;font-size:.95rem}.ProductDetail-module__Dpk9fq__productDetails li strong{color:#374151;font-weight:600}.ProductDetail-module__Dpk9fq__relatedSection{margin-top:3rem}.ProductDetail-module__Dpk9fq__relatedSection h2{color:var(--primary-color);text-align:center;margin:0 0 1.5rem;font-size:1.875rem;font-weight:700}.ProductDetail-module__Dpk9fq__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.ProductDetail-module__Dpk9fq__relatedCard{cursor:pointer;color:inherit;background:#fff;border-radius:12px;text-decoration:none;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #00000014}.ProductDetail-module__Dpk9fq__relatedCard:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.ProductDetail-module__Dpk9fq__relatedImage{background:#f3f4f6;width:100%;height:200px;position:relative;overflow:hidden}.ProductDetail-module__Dpk9fq__relatedImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ProductDetail-module__Dpk9fq__relatedCard:hover .ProductDetail-module__Dpk9fq__relatedImage img{transform:scale(1.05)}.ProductDetail-module__Dpk9fq__relatedSaleBadge{background:var(--accent-color);color:#fff;border-radius:9999px;padding:.375rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.ProductDetail-module__Dpk9fq__relatedInfo{padding:1rem}.ProductDetail-module__Dpk9fq__relatedInfo h4{color:#1f2937;margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.4}.ProductDetail-module__Dpk9fq__relatedPrice{align-items:center;gap:.5rem;display:flex}.ProductDetail-module__Dpk9fq__relatedSalePrice{color:var(--accent-color);font-size:1.25rem;font-weight:700}.ProductDetail-module__Dpk9fq__relatedOriginalPrice{color:#9ca3af;font-size:1rem;text-decoration:line-through}.ProductDetail-module__Dpk9fq__relatedPriceNormal{color:var(--primary-color);font-size:1.25rem;font-weight:700}.ProductDetail-module__Dpk9fq__footer{background:linear-gradient(135deg, var(--secondary-color), var(--primary-color));color:#fff;margin-top:4rem;padding:2rem 0}.ProductDetail-module__Dpk9fq__footerContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.ProductDetail-module__Dpk9fq__footerContent p{opacity:.9;margin:0}.ProductDetail-module__Dpk9fq__footerLinks{gap:1.5rem;display:flex}.ProductDetail-module__Dpk9fq__footerLinks a{color:#fff;opacity:.9;text-decoration:none;transition:opacity .2s}.ProductDetail-module__Dpk9fq__footerLinks a:hover{opacity:1}@media (max-width:768px){.ProductDetail-module__Dpk9fq__productContainer{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.ProductDetail-module__Dpk9fq__mainImage{height:350px}.ProductDetail-module__Dpk9fq__productName{font-size:1.5rem}.ProductDetail-module__Dpk9fq__price,.ProductDetail-module__Dpk9fq__salePrice{font-size:1.75rem}.ProductDetail-module__Dpk9fq__actionButtons{flex-direction:column;gap:.75rem}.ProductDetail-module__Dpk9fq__wishlistBtn,.ProductDetail-module__Dpk9fq__shareBtn{width:100%}.ProductDetail-module__Dpk9fq__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.ProductDetail-module__Dpk9fq__relatedImage{height:150px}.ProductDetail-module__Dpk9fq__footerContent{text-align:center;flex-direction:column}}
.StoreProductReviews-module__TI4zDa__reviewsSection{border-top:1px solid #e5e7eb;margin-top:3rem;padding:2rem 0}.StoreProductReviews-module__TI4zDa__reviewsHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.StoreProductReviews-module__TI4zDa__reviewsHeader h2{color:#1f2937;margin:0;font-size:1.5rem;font-weight:600}.StoreProductReviews-module__TI4zDa__writeReviewBtn{background:var(--primary-color,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:opacity .2s}.StoreProductReviews-module__TI4zDa__writeReviewBtn:hover{opacity:.9}.StoreProductReviews-module__TI4zDa__reviewsSummary{background:#f9fafb;border-radius:12px;gap:2rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.StoreProductReviews-module__TI4zDa__averageRating{flex-direction:column;align-items:center;gap:.5rem;min-width:120px;display:flex}.StoreProductReviews-module__TI4zDa__ratingNumber{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1}.StoreProductReviews-module__TI4zDa__totalReviews{color:#6b7280;font-size:.85rem}.StoreProductReviews-module__TI4zDa__ratingBars{flex-direction:column;flex:1;gap:.4rem;display:flex}.StoreProductReviews-module__TI4zDa__ratingBar{align-items:center;gap:.5rem;display:flex}.StoreProductReviews-module__TI4zDa__starLabel{color:#6b7280;align-items:center;gap:2px;min-width:30px;font-size:.8rem;display:flex}.StoreProductReviews-module__TI4zDa__barTrack{background:#e5e7eb;border-radius:4px;flex:1;height:8px;overflow:hidden}.StoreProductReviews-module__TI4zDa__barFill{background:#fbbf24;border-radius:4px;height:100%;transition:width .3s}.StoreProductReviews-module__TI4zDa__barCount{color:#6b7280;text-align:right;min-width:20px;font-size:.8rem}.StoreProductReviews-module__TI4zDa__reviewsControls{margin-bottom:1rem}.StoreProductReviews-module__TI4zDa__sortSelect{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.5rem .75rem;font-size:.85rem}.StoreProductReviews-module__TI4zDa__loading{text-align:center;color:#6b7280;padding:2rem}.StoreProductReviews-module__TI4zDa__noReviews{text-align:center;color:#9ca3af;padding:2rem}.StoreProductReviews-module__TI4zDa__reviewsList{flex-direction:column;gap:1rem;display:flex}.StoreProductReviews-module__TI4zDa__reviewCard{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem}.StoreProductReviews-module__TI4zDa__reviewTop{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.StoreProductReviews-module__TI4zDa__reviewAuthor{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.StoreProductReviews-module__TI4zDa__verifiedBadge{color:#059669;align-items:center;gap:3px;font-size:.75rem;font-weight:500;display:inline-flex}.StoreProductReviews-module__TI4zDa__reviewTitle{color:#1f2937;margin:.25rem 0 .5rem;font-size:1rem;font-weight:600}.StoreProductReviews-module__TI4zDa__reviewComment{color:#4b5563;margin:0 0 .5rem;font-size:.9rem;line-height:1.5}.StoreProductReviews-module__TI4zDa__reviewDate{color:#9ca3af;font-size:.78rem}.StoreProductReviews-module__TI4zDa__storeResponse{border-left:3px solid var(--primary-color,#3b82f6);background:#f3f4f6;border-radius:8px;margin-top:.75rem;padding:.75rem}.StoreProductReviews-module__TI4zDa__storeResponse strong{color:#374151;font-size:.8rem}.StoreProductReviews-module__TI4zDa__storeResponse p{color:#4b5563;margin:.25rem 0 0;font-size:.85rem}.StoreProductReviews-module__TI4zDa__pagination{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.StoreProductReviews-module__TI4zDa__pageBtn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.4rem .75rem;font-size:.85rem}.StoreProductReviews-module__TI4zDa__pageBtn.StoreProductReviews-module__TI4zDa__active{background:var(--primary-color,#3b82f6);color:#fff;border-color:var(--primary-color,#3b82f6)}.StoreProductReviews-module__TI4zDa__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.StoreProductReviews-module__TI4zDa__modal{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;padding:2rem;overflow-y:auto}.StoreProductReviews-module__TI4zDa__modal h3{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600}.StoreProductReviews-module__TI4zDa__formGroup{margin-bottom:1rem}.StoreProductReviews-module__TI4zDa__formGroup label{color:#374151;margin-bottom:.4rem;font-size:.85rem;font-weight:500;display:block}.StoreProductReviews-module__TI4zDa__formGroup input,.StoreProductReviews-module__TI4zDa__formGroup textarea{resize:vertical;box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.6rem .75rem;font-size:.9rem}.StoreProductReviews-module__TI4zDa__formGroup input:focus,.StoreProductReviews-module__TI4zDa__formGroup textarea:focus{border-color:var(--primary-color,#3b82f6);outline:none;box-shadow:0 0 0 3px #3b82f61a}.StoreProductReviews-module__TI4zDa__charCount{text-align:right;color:#9ca3af;margin-top:.25rem;font-size:.75rem;display:block}.StoreProductReviews-module__TI4zDa__formError{color:#ef4444;background:#fef2f2;border-radius:6px;margin-bottom:1rem;padding:.5rem;font-size:.85rem}.StoreProductReviews-module__TI4zDa__formActions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.StoreProductReviews-module__TI4zDa__cancelBtn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem}.StoreProductReviews-module__TI4zDa__submitBtn{background:var(--primary-color,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500}.StoreProductReviews-module__TI4zDa__submitBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.StoreProductReviews-module__TI4zDa__reviewsSummary{flex-direction:column;gap:1rem}.StoreProductReviews-module__TI4zDa__averageRating{flex-direction:row;gap:1rem}.StoreProductReviews-module__TI4zDa__reviewsHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.StoreProductReviews-module__TI4zDa__reviewTop{flex-direction:column;align-items:flex-start;gap:.25rem}}
.MarketplaceFooter-module__fjIZHq__footer{margin-top:auto}.MarketplaceFooter-module__fjIZHq__backToTop{color:#fff;cursor:pointer;background:#475569;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:.875rem;font-weight:500;transition:background .2s;display:flex}.MarketplaceFooter-module__fjIZHq__backToTop:hover{background:#334155}.MarketplaceFooter-module__fjIZHq__footerMain{background:linear-gradient(#1e293b 0%,#0f172a 100%);padding:60px 24px}.MarketplaceFooter-module__fjIZHq__footerContent{grid-template-columns:1.5fr repeat(3,1fr) 1.2fr;gap:40px;max-width:1400px;margin:0 auto;display:grid}.MarketplaceFooter-module__fjIZHq__footerColumn{min-width:0}.MarketplaceFooter-module__fjIZHq__footerLogo{margin-bottom:16px;text-decoration:none;display:inline-block}.MarketplaceFooter-module__fjIZHq__logoText{background:linear-gradient(135deg,#f97316 0%,#fbbf24 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700}.MarketplaceFooter-module__fjIZHq__footerDescription{color:#94a3b8;margin:0 0 20px;font-size:.875rem;line-height:1.6}.MarketplaceFooter-module__fjIZHq__contactInfo{flex-direction:column;gap:12px;display:flex}.MarketplaceFooter-module__fjIZHq__contactItem{color:#cbd5e1;align-items:center;gap:10px;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.MarketplaceFooter-module__fjIZHq__contactItem:hover{color:#f97316}.MarketplaceFooter-module__fjIZHq__footerTitle{color:#fff;margin:0 0 20px;padding-bottom:12px;font-size:1rem;font-weight:600;position:relative}.MarketplaceFooter-module__fjIZHq__footerTitle:after{content:"";background:#f97316;width:30px;height:2px;position:absolute;bottom:0;left:0}.MarketplaceFooter-module__fjIZHq__footerLinks{margin:0;padding:0;list-style:none}.MarketplaceFooter-module__fjIZHq__footerLinks li{margin-bottom:10px}.MarketplaceFooter-module__fjIZHq__footerLinks a{color:#94a3b8;font-size:.875rem;line-height:1.5;text-decoration:none;transition:all .2s;display:inline-block}.MarketplaceFooter-module__fjIZHq__footerLinks a:hover{color:#f97316;transform:translate(4px)}.MarketplaceFooter-module__fjIZHq__footerButton{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;line-height:1.5;text-decoration:none;transition:all .2s}.MarketplaceFooter-module__fjIZHq__footerButton:hover{color:#f97316;transform:translate(4px)}.MarketplaceFooter-module__fjIZHq__newsletterText{color:#94a3b8;margin:0 0 16px;font-size:.875rem;line-height:1.6}.MarketplaceFooter-module__fjIZHq__newsletterForm{margin-bottom:20px}.MarketplaceFooter-module__fjIZHq__inputWrapper{background:#ffffff1a;border-radius:8px;display:flex;overflow:hidden}.MarketplaceFooter-module__fjIZHq__newsletterInput{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:12px 16px;font-size:.875rem}.MarketplaceFooter-module__fjIZHq__newsletterInput::placeholder{color:#64748b}.MarketplaceFooter-module__fjIZHq__newsletterButton{color:#fff;cursor:pointer;background:#f97316;border:none;padding:12px 16px;transition:background .2s}.MarketplaceFooter-module__fjIZHq__newsletterButton:hover{background:#ea580c}.MarketplaceFooter-module__fjIZHq__successMessage{color:#22c55e;margin-top:8px;font-size:.75rem;display:block}.MarketplaceFooter-module__fjIZHq__socialSection{margin-top:20px}.MarketplaceFooter-module__fjIZHq__socialTitle{color:#fff;margin:0 0 12px;font-size:.875rem;font-weight:500}.MarketplaceFooter-module__fjIZHq__socialLinks{gap:10px;display:flex}.MarketplaceFooter-module__fjIZHq__socialLink{color:#cbd5e1;background:#ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .2s;display:flex}.MarketplaceFooter-module__fjIZHq__socialLink:hover{color:#fff;background:#f97316;transform:translateY(-2px)}.MarketplaceFooter-module__fjIZHq__footerBottom{background:#0f172a;border-top:1px solid #ffffff1a;padding:24px}.MarketplaceFooter-module__fjIZHq__footerBottomContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1400px;margin:0 auto;display:flex}.MarketplaceFooter-module__fjIZHq__copyright{color:#64748b;margin:0;font-size:.8125rem}.MarketplaceFooter-module__fjIZHq__paymentMethods{align-items:center;gap:16px;display:flex}.MarketplaceFooter-module__fjIZHq__paymentLabel{color:#64748b;font-size:.8125rem}.MarketplaceFooter-module__fjIZHq__paymentIcons{align-items:center;gap:12px;display:flex}.MarketplaceFooter-module__fjIZHq__paymentIcon{color:#64748b;opacity:.7;font-size:2rem;transition:opacity .2s}.MarketplaceFooter-module__fjIZHq__paymentIcon:hover{opacity:1}@media (max-width:1200px){.MarketplaceFooter-module__fjIZHq__footerContent{grid-template-columns:repeat(3,1fr)}.MarketplaceFooter-module__fjIZHq__footerColumn:first-child,.MarketplaceFooter-module__fjIZHq__footerColumn:last-child{grid-column:span 3}}@media (max-width:768px){.MarketplaceFooter-module__fjIZHq__footerContent{grid-template-columns:repeat(2,1fr);gap:32px}.MarketplaceFooter-module__fjIZHq__footerColumn:first-child,.MarketplaceFooter-module__fjIZHq__footerColumn:last-child{grid-column:span 2}.MarketplaceFooter-module__fjIZHq__footerMain{padding:48px 16px}}@media (max-width:480px){.MarketplaceFooter-module__fjIZHq__footerContent{text-align:center;grid-template-columns:1fr}.MarketplaceFooter-module__fjIZHq__footerColumn:first-child,.MarketplaceFooter-module__fjIZHq__footerColumn:last-child{grid-column:span 1}.MarketplaceFooter-module__fjIZHq__footerTitle:after{left:50%;transform:translate(-50%)}.MarketplaceFooter-module__fjIZHq__contactInfo{align-items:center}.MarketplaceFooter-module__fjIZHq__socialLinks{justify-content:center}.MarketplaceFooter-module__fjIZHq__footerBottomContent{text-align:center;flex-direction:column}.MarketplaceFooter-module__fjIZHq__paymentMethods{flex-direction:column;gap:8px}}
.ProductBadge-module__kbPr-G__badge{text-transform:uppercase;letter-spacing:.5px;color:#fff;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.ProductBadge-module__kbPr-G__hot{background-color:var(--color-badge-hot,#4caf50)}.ProductBadge-module__kbPr-G__discount{background-color:var(--color-badge-discount,#607d8b)}.ProductBadge-module__kbPr-G__new{background-color:var(--color-badge-new,#2196f3)}.ProductBadge-module__kbPr-G__bestseller{background-color:var(--color-badge-bestseller,#ff9800)}
.EnhancedProductCard-module__beE5ja__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex;position:relative;overflow:hidden}.EnhancedProductCard-module__beE5ja__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.EnhancedProductCard-module__beE5ja__cardCompact{border-radius:10px}.EnhancedProductCard-module__beE5ja__cardCompact .EnhancedProductCard-module__beE5ja__imageContainer{height:140px}.EnhancedProductCard-module__beE5ja__cardCompact .EnhancedProductCard-module__beE5ja__info{padding:12px}.EnhancedProductCard-module__beE5ja__cardCompact .EnhancedProductCard-module__beE5ja__name{-webkit-line-clamp:1;font-size:.8125rem}.EnhancedProductCard-module__beE5ja__cardCompact .EnhancedProductCard-module__beE5ja__priceRow{flex-wrap:wrap}.EnhancedProductCard-module__beE5ja__imageContainer{background:#f8fafc;height:180px;position:relative;overflow:hidden}.EnhancedProductCard-module__beE5ja__imageLink{width:100%;height:100%;display:block}.EnhancedProductCard-module__beE5ja__image{object-fit:contain;width:100%;height:100%;padding:12px;transition:transform .3s}.EnhancedProductCard-module__beE5ja__card:hover .EnhancedProductCard-module__beE5ja__image{transform:scale(1.05)}.EnhancedProductCard-module__beE5ja__badges{z-index:2;flex-direction:column;gap:6px;display:flex;position:absolute;top:10px;left:10px}.EnhancedProductCard-module__beE5ja__bestSellerBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.EnhancedProductCard-module__beE5ja__hotBadge{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.EnhancedProductCard-module__beE5ja__discountBadge{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.EnhancedProductCard-module__beE5ja__featuredBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-size:.6875rem;font-weight:600;display:inline-flex;box-shadow:0 2px 6px #f59e0b4d}.EnhancedProductCard-module__beE5ja__wishlistBtn{cursor:pointer;z-index:2;opacity:0;color:#94a3b8;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px;transform:scale(.8);box-shadow:0 2px 8px #0000001a}.EnhancedProductCard-module__beE5ja__card:hover .EnhancedProductCard-module__beE5ja__wishlistBtn{opacity:1;transform:scale(1)}.EnhancedProductCard-module__beE5ja__wishlistBtn:hover{color:#ef4444}.EnhancedProductCard-module__beE5ja__wishlistBtnActive{color:#ef4444;opacity:1;transform:scale(1)}.EnhancedProductCard-module__beE5ja__quickAddBtn{color:#fff;cursor:pointer;opacity:0;z-index:2;background:#0f172a;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 20px;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)translateY(10px)}.EnhancedProductCard-module__beE5ja__card:hover .EnhancedProductCard-module__beE5ja__quickAddBtn{opacity:1;transform:translate(-50%)translateY(0)}.EnhancedProductCard-module__beE5ja__quickAddBtn:hover{background:#f97316}.EnhancedProductCard-module__beE5ja__quickAddBtn:disabled{opacity:.6;cursor:not-allowed}.EnhancedProductCard-module__beE5ja__info{flex-direction:column;flex:1;padding:14px;display:flex}.EnhancedProductCard-module__beE5ja__name{color:#1f2937;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:.9375rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.EnhancedProductCard-module__beE5ja__nameLink{color:inherit;text-decoration:none}.EnhancedProductCard-module__beE5ja__nameLink:hover .EnhancedProductCard-module__beE5ja__name{color:#f97316}.EnhancedProductCard-module__beE5ja__rating{align-items:center;gap:6px;margin-bottom:8px;display:flex}.EnhancedProductCard-module__beE5ja__stars{gap:2px;display:flex}.EnhancedProductCard-module__beE5ja__starFilled{color:#f59e0b;font-size:.75rem}.EnhancedProductCard-module__beE5ja__starEmpty{color:#e2e8f0;font-size:.75rem}.EnhancedProductCard-module__beE5ja__ratingText{color:#64748b;font-size:.75rem}.EnhancedProductCard-module__beE5ja__priceRow{align-items:center;gap:8px;margin-bottom:8px;display:flex}.EnhancedProductCard-module__beE5ja__currentPrice{color:#0f172a;font-size:1.125rem;font-weight:700}.EnhancedProductCard-module__beE5ja__originalPrice{color:#94a3b8;font-size:.875rem;text-decoration:line-through}.EnhancedProductCard-module__beE5ja__discountPercent{color:#22c55e;font-size:.75rem;font-weight:600}.EnhancedProductCard-module__beE5ja__stockWarning{color:#f59e0b;align-items:center;gap:4px;margin-bottom:8px;font-size:.75rem;display:flex}.EnhancedProductCard-module__beE5ja__stockWarningIcon{font-size:.875rem}.EnhancedProductCard-module__beE5ja__stockInfo{color:#6b7280;margin-bottom:8px;font-size:.75rem}.EnhancedProductCard-module__beE5ja__deliveryBadge{color:#059669;text-transform:uppercase;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border-radius:6px;align-items:center;gap:4px;padding:6px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.EnhancedProductCard-module__beE5ja__deliveryBadgeExpress{color:#15803d;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%)}.EnhancedProductCard-module__beE5ja__storeLink{color:#64748b;background:#f8fafc;border-radius:6px;align-items:center;gap:6px;margin-top:auto;padding:6px 10px;font-size:.75rem;text-decoration:none;transition:all .2s;display:inline-flex}.EnhancedProductCard-module__beE5ja__storeLink:hover{color:#f97316;background:#f1f5f9}.EnhancedProductCard-module__beE5ja__storeLogo{object-fit:cover;border-radius:4px;width:18px;height:18px}.EnhancedProductCard-module__beE5ja__spinner{animation:1s linear infinite EnhancedProductCard-module__beE5ja__spin}@keyframes EnhancedProductCard-module__beE5ja__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:640px){.EnhancedProductCard-module__beE5ja__imageContainer{height:160px}.EnhancedProductCard-module__beE5ja__info{padding:12px}.EnhancedProductCard-module__beE5ja__name{font-size:.875rem}.EnhancedProductCard-module__beE5ja__currentPrice{font-size:1rem}.EnhancedProductCard-module__beE5ja__quickAddBtn{opacity:1;padding:8px 16px;font-size:.75rem;transform:translate(-50%)translateY(0)}.EnhancedProductCard-module__beE5ja__wishlistBtn{opacity:1;transform:scale(1)}}
.StarRating-module__3LZTRa__rating{align-items:center;gap:6px;display:flex}.StarRating-module__3LZTRa__stars{align-items:center;gap:2px;display:flex}.StarRating-module__3LZTRa__starFilled{color:var(--color-star-filled,#ffb300)}.StarRating-module__3LZTRa__starEmpty{color:var(--color-star-empty,#ccc)}.StarRating-module__3LZTRa__reviewCount{color:var(--color-text-secondary,#666)}.StarRating-module__3LZTRa__sm .StarRating-module__3LZTRa__stars svg{width:12px;height:12px}.StarRating-module__3LZTRa__sm .StarRating-module__3LZTRa__reviewCount{font-size:11px}.StarRating-module__3LZTRa__md .StarRating-module__3LZTRa__stars svg{width:14px;height:14px}.StarRating-module__3LZTRa__md .StarRating-module__3LZTRa__reviewCount{font-size:12px}.StarRating-module__3LZTRa__lg .StarRating-module__3LZTRa__stars svg{width:16px;height:16px}.StarRating-module__3LZTRa__lg .StarRating-module__3LZTRa__reviewCount{font-size:14px}
.PriceDisplay-module__S0vYxa__priceDisplay{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.PriceDisplay-module__S0vYxa__currentPrice{color:var(--color-price-current,#333);font-weight:700}.PriceDisplay-module__S0vYxa__originalPrice{color:var(--color-price-original,#999);text-decoration:line-through}.PriceDisplay-module__S0vYxa__sm .PriceDisplay-module__S0vYxa__currentPrice{font-size:14px}.PriceDisplay-module__S0vYxa__sm .PriceDisplay-module__S0vYxa__originalPrice{font-size:12px}.PriceDisplay-module__S0vYxa__md .PriceDisplay-module__S0vYxa__currentPrice{font-size:18px}.PriceDisplay-module__S0vYxa__md .PriceDisplay-module__S0vYxa__originalPrice{font-size:14px}.PriceDisplay-module__S0vYxa__lg .PriceDisplay-module__S0vYxa__currentPrice{font-size:24px}.PriceDisplay-module__S0vYxa__lg .PriceDisplay-module__S0vYxa__originalPrice{font-size:16px}
