.CategoryProducts_container__EWRgd{min-height:100vh;background:linear-gradient(180deg,#f9fafb 0,#ffffff);padding-top:4rem}.CategoryProducts_categoriesBar__A4Pav{background:white;border-bottom:2px solid #e5e7eb;position:sticky;top:4rem;z-index:50;box-shadow:0 2px 8px rgba(0,0,0,.05)}.CategoryProducts_categoriesWrapper__HZ5xN{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.CategoryProducts_categoriesScroll__CkzJc{display:flex;align-items:center;gap:.75rem;overflow-x:auto;flex:1;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.CategoryProducts_categoriesScroll__CkzJc::-webkit-scrollbar{height:6px}.CategoryProducts_categoriesScroll__CkzJc::-webkit-scrollbar-track{background:transparent}.CategoryProducts_categoriesScroll__CkzJc::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.CategoryProducts_categoryButton__LPACj{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;transition:all .3s ease;white-space:nowrap;border:2px solid transparent;background:#f3f4f6;color:#374151;cursor:pointer}.CategoryProducts_categoryButton__LPACj:hover{background:#e5e7eb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.CategoryProducts_categoryButtonActive__RdigK{color:white;transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.15)}.CategoryProducts_searchContainer__ZwT_i{position:relative;width:100%;max-width:1400px;margin:0 auto;flex-shrink:0}.CategoryProducts_searchIcon__5mfTd{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.CategoryProducts_searchInput__2wa4v{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;transition:all .3s ease;background:white}.CategoryProducts_searchInput__2wa4v:focus{outline:none;border-color:#081e31;box-shadow:0 0 0 3px rgba(8,30,49,.1)}.CategoryProducts_mainContent___7D1E{max-width:1400px;margin:0 auto;padding:2rem}.CategoryProducts_controlBar__689u2{justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap}.CategoryProducts_controlBar__689u2,.CategoryProducts_controlLeft__q_Dnk{display:flex;align-items:center;gap:1rem}.CategoryProducts_filterButton__7tnNB{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-weight:600;font-size:.95rem;background:white;color:#374151;cursor:pointer;transition:all .3s ease}.CategoryProducts_filterButton__7tnNB:hover{border-color:#081e31;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.CategoryProducts_productCount__ZUgIm{color:#6b7280;font-size:.95rem}.CategoryProducts_productCountBold__IHgRW{font-weight:700;color:#111827}.CategoryProducts_controlRight__murW7{display:flex;align-items:center;gap:.75rem}.CategoryProducts_sortSelect__ybBSx{padding:.75rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-weight:500;font-size:.95rem;background:white;color:#374151;cursor:pointer;transition:all .3s ease}.CategoryProducts_sortSelect__ybBSx:focus{outline:none;border-color:#081e31;box-shadow:0 0 0 3px rgba(8,30,49,.1)}.CategoryProducts_viewToggle__ZHnCR{display:flex;align-items:center;gap:.25rem;padding:.25rem;background:#f3f4f6;border-radius:10px}.CategoryProducts_viewButton__c9yfN{padding:.625rem;border-radius:8px;background:transparent;color:#6b7280;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;justify-content:center}.CategoryProducts_viewButton__c9yfN:hover{background:#e5e7eb}.CategoryProducts_viewButtonActive__ks7o_{background:white;color:#111827;box-shadow:0 2px 4px rgba(0,0,0,.1)}.CategoryProducts_loadingContainer__VgDQ4{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.CategoryProducts_spinner__RwRS8{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#081e31;border-radius:50%;animation:CategoryProducts_spin__gXyv5 .8s linear infinite}@keyframes CategoryProducts_spin__gXyv5{to{transform:rotate(1turn)}}.CategoryProducts_productsGrid__xpNp_{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.CategoryProducts_productsList__hBL7T{display:flex;flex-direction:column;gap:1.5rem}.CategoryProducts_productCard__xvK_x{background:white;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.05);animation:CategoryProducts_fadeInUp__D3czR .5s ease-out both}@keyframes CategoryProducts_fadeInUp__D3czR{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.CategoryProducts_productCard__xvK_x:before{content:"";position:absolute;inset:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}.CategoryProducts_productCard__xvK_x:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.CategoryProducts_productCard__xvK_x:hover:before{opacity:1}.CategoryProducts_productImageContainer__kz2uG{position:relative;height:320px;background:linear-gradient(180deg,#f9fafb 0,#f3f4f6);overflow:hidden}.CategoryProducts_imageWrapper__rJeSC{position:absolute;inset:0;padding:2rem;display:flex;align-items:center;justify-content:center;transition:transform .5s ease}.CategoryProducts_productCard__xvK_x:hover .CategoryProducts_imageWrapper__rJeSC{transform:scale(1.08)}.CategoryProducts_productImage__VFvah{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .5s ease}.CategoryProducts_productImagePlaceholder__dCjVI{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:12px}.CategoryProducts_placeholderIcon__jZHOz{color:white;opacity:.8}.CategoryProducts_outOfStockOverlay__92lpg{position:absolute;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.CategoryProducts_outOfStockIcon__HSA6V{width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;color:white}.CategoryProducts_outOfStockText__far2i{color:white;font-weight:700;font-size:1.125rem}.CategoryProducts_actionButtons__sH5N1{position:absolute;top:1rem;right:1rem;z-index:20;display:flex;flex-direction:column;gap:.5rem;opacity:0;transform:translateX(16px);transition:all .3s ease}.CategoryProducts_productCard__xvK_x:hover .CategoryProducts_actionButtons__sH5N1{opacity:1;transform:translateX(0)}.CategoryProducts_actionButton__ooQp9{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.CategoryProducts_actionButton__ooQp9:hover{background:#fef2f2;color:#ef4444;transform:scale(1.1)}.CategoryProducts_ratingBadge__nCD4o{position:absolute;bottom:1rem;left:1rem;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-radius:20px;padding:.5rem .875rem;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;align-items:center;gap:.375rem}.CategoryProducts_starIcon__XudF9{color:#fbbf24;fill:#fbbf24}.CategoryProducts_ratingValue__R2Oah{font-weight:700;color:#111827;font-size:.875rem}.CategoryProducts_reviewCount__xp4Zy{color:#6b7280;font-size:.75rem}.CategoryProducts_productInfo__DL_Do{padding:1.5rem}.CategoryProducts_brandBadge__NHWqJ{display:inline-block;padding:.375rem .75rem;background:#f3f4f6;color:#6b7280;font-size:.75rem;font-weight:600;border-radius:6px;margin-bottom:.75rem}.CategoryProducts_productTitle__6iy0L{font-weight:700;color:#0a2540;font-size:1.125rem;line-height:1.4;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.CategoryProducts_productCard__xvK_x:hover .CategoryProducts_productTitle__6iy0L{color:#1a3a52}.CategoryProducts_categoryTag__Jnh6B{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#dbeafe;color:#1e40af;font-size:.75rem;font-weight:600;border-radius:6px;margin-bottom:1rem}.CategoryProducts_priceSection__cjS4b{margin-bottom:1rem}.CategoryProducts_price__0Hzm9{font-size:1.875rem;font-weight:700;color:#0a2540}.CategoryProducts_addToCartButton___KbRl{width:100%;padding:.875rem 1.5rem;background:#0a2540;color:white;font-weight:700;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.CategoryProducts_addToCartButton___KbRl:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0a2540,#1a3a52);opacity:0;transition:opacity .3s ease}.CategoryProducts_addToCartButton___KbRl:hover:before{opacity:1}.CategoryProducts_addToCartButton___KbRl:hover{transform:scale(1.05);box-shadow:0 8px 24px rgba(8,30,49,.3)}.CategoryProducts_addToCartButton___KbRl:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.CategoryProducts_addToCartButton___KbRl:disabled:hover{transform:none;box-shadow:none}.CategoryProducts_addToCartButton___KbRl:disabled:before{display:none}.CategoryProducts_addToCartButton___KbRl span,.CategoryProducts_addToCartButton___KbRl svg{position:relative;z-index:1}.CategoryProducts_emptyState__hAcTh{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.CategoryProducts_emptyIcon__NxvYz{color:#d1d5db;margin-bottom:1rem}.CategoryProducts_emptyState__hAcTh h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.CategoryProducts_emptyState__hAcTh p{color:#6b7280;font-size:1rem}.CategoryProducts_pagination__ojrE2{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;padding:2rem 0}.CategoryProducts_paginationButton__QriWA{padding:.75rem 1.5rem;border:2px solid #e5e7eb;border-radius:12px;font-weight:600;background:white;color:#374151;cursor:pointer;transition:all .3s ease}.CategoryProducts_paginationButton__QriWA:hover:not(:disabled){border-color:#081e31;background:#081e31;color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(8,30,49,.2)}.CategoryProducts_paginationButton__QriWA:disabled{opacity:.5;cursor:not-allowed}.CategoryProducts_paginationInfo__Xx4eq{font-weight:600;color:#374151;padding:0 1rem}@media (max-width:1200px){.CategoryProducts_productsGrid__xpNp_{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.CategoryProducts_container__EWRgd{padding-top:3.5rem}.CategoryProducts_categoriesBar__A4Pav{top:3.5rem}.CategoryProducts_categoriesWrapper__HZ5xN{padding:1rem;flex-direction:column;align-items:stretch}.CategoryProducts_categoriesScroll__CkzJc{order:2;margin-top:1rem}.CategoryProducts_searchContainer__ZwT_i{order:1;width:100%;max-width:100%;padding:0;margin:0}.CategoryProducts_mainContent___7D1E{padding:1rem}.CategoryProducts_controlBar__689u2{flex-direction:column;align-items:stretch}.CategoryProducts_controlLeft__q_Dnk,.CategoryProducts_controlRight__murW7{width:100%;justify-content:space-between}.CategoryProducts_productsGrid__xpNp_{grid-template-columns:1fr}.CategoryProducts_productImageContainer__kz2uG{height:280px}.CategoryProducts_categoryButton__LPACj{padding:.625rem 1.25rem;font-size:.875rem}.CategoryProducts_filterButton__7tnNB,.CategoryProducts_sortSelect__ybBSx{font-size:.875rem;padding:.625rem 1rem}}@media (max-width:480px){.CategoryProducts_categoriesWrapper__HZ5xN{padding:.75rem}.CategoryProducts_searchContainer__ZwT_i{width:80%;max-width:100%;padding:0;margin:0}.CategoryProducts_productImageContainer__kz2uG{height:240px}.CategoryProducts_productTitle__6iy0L{font-size:1rem}.CategoryProducts_price__0Hzm9{font-size:1.5rem}.CategoryProducts_addToCartButton___KbRl{padding:.75rem 1.25rem;font-size:.875rem}.CategoryProducts_categoryButton__LPACj span{display:none}.CategoryProducts_categoryButton__LPACj{padding:.75rem}}.Breadcrumbs_breadcrumbs__Czbmb{background:transparent;border-bottom:1px solid rgba(0,0,0,.05);padding:1.25rem 0;position:relative;z-index:10}.Breadcrumbs_breadcrumbList__mR6py{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0 2rem;max-width:1400px;margin:0 auto}.Breadcrumbs_breadcrumbItem__CBlV_{display:flex;align-items:center}.Breadcrumbs_breadcrumbLink__wMcdZ{display:flex;align-items:center;gap:.375rem;color:#64748b;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease;padding:.25rem .5rem;border-radius:6px}.Breadcrumbs_breadcrumbLink__wMcdZ:hover{color:#0ea5e9;background:rgba(14,165,233,.05)}.Breadcrumbs_homeIcon__Lb69B{color:#94a3b8;transition:color .2s ease}.Breadcrumbs_breadcrumbLink__wMcdZ:hover .Breadcrumbs_homeIcon__Lb69B{color:#0ea5e9}.Breadcrumbs_breadcrumbCurrent__2UMfa{color:#081e31;font-size:.875rem;font-weight:600;padding:.25rem .5rem}.Breadcrumbs_separator__ZORt0{display:flex;align-items:center;color:#cbd5e1}@media (max-width:768px){.Breadcrumbs_breadcrumbList__mR6py{padding:0 1rem;gap:.25rem}.Breadcrumbs_breadcrumbCurrent__2UMfa,.Breadcrumbs_breadcrumbLink__wMcdZ{font-size:.8125rem;padding:.25rem}.Breadcrumbs_homeIcon__Lb69B,.Breadcrumbs_separator__ZORt0 svg{width:14px;height:14px}}@media (max-width:480px){.Breadcrumbs_breadcrumbLink__wMcdZ span{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Breadcrumbs_breadcrumbCurrent__2UMfa{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.dark .Breadcrumbs_breadcrumbLink__wMcdZ{color:#94a3b8}.dark .Breadcrumbs_breadcrumbCurrent__2UMfa{color:#f8fafc}.dark .Breadcrumbs_breadcrumbs__Czbmb{border-bottom-color:rgba(255,255,255,.05)}.dark .Breadcrumbs_separator__ZORt0{color:#475569}.PasswordSection_container__cbKNG{padding:0}.PasswordSection_sectionHeader__Mo_4n{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f3f4f6}.PasswordSection_sectionHeader__Mo_4n h2{font-size:1.75rem;font-weight:700;color:#081e31;margin:0 0 .5rem}.PasswordSection_sectionHeader__Mo_4n p{font-size:1rem;color:#6b7280;margin:0}.PasswordSection_form__B1qd8{display:flex;flex-direction:column;gap:1.75rem}.PasswordSection_inputGroup__MbmD8{display:flex;flex-direction:column;gap:.75rem}.PasswordSection_inputGroup__MbmD8 label{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;color:#374151;text-transform:uppercase;letter-spacing:.5px}.PasswordSection_inputGroup__MbmD8 label svg{color:#081e31;flex-shrink:0}.PasswordSection_passwordInput__KTRyA{position:relative;display:flex;align-items:center}.PasswordSection_inputField__Z_3FR{width:100%;padding:1rem 3rem 1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:white;color:#1f2937;transition:all .3s ease;font-family:inherit}.PasswordSection_inputField__Z_3FR:focus{outline:none;border-color:#081e31;box-shadow:0 0 0 3px rgba(8,30,49,.1)}.PasswordSection_inputField__Z_3FR::-moz-placeholder{color:#9ca3af}.PasswordSection_inputField__Z_3FR::placeholder{color:#9ca3af}.PasswordSection_toggleBtn__27p_v{position:absolute;right:1rem;background:none;border:none;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;padding:.5rem;transition:all .2s ease}.PasswordSection_toggleBtn__27p_v:hover{color:#081e31}.PasswordSection_statusMessage__FBrZ_{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.5rem;font-weight:500;animation:PasswordSection_slideDown__8Tpwf .3s ease}.PasswordSection_statusMessage__FBrZ_.PasswordSection_success__ux5z5{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);color:#065f46}.PasswordSection_statusMessage__FBrZ_.PasswordSection_error__Bo6Zx{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#7f1d1d}.PasswordSection_statusMessage__FBrZ_ svg{flex-shrink:0}@keyframes PasswordSection_slideDown__8Tpwf{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.PasswordSection_btn__iRrex{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem;padding:1.25rem;background:linear-gradient(135deg,#081e31,#0a2640);border:none;border-radius:16px;color:white;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(8,30,49,.3)}.PasswordSection_btn__iRrex:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px rgba(8,30,49,.4)}.PasswordSection_btn__iRrex:disabled{opacity:.7;cursor:not-allowed}.PasswordSection_spinner__bLAJ_{animation:PasswordSection_spin__qzrKZ 1s linear infinite}@keyframes PasswordSection_spin__qzrKZ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.PasswordSection_sectionHeader__Mo_4n h2{font-size:1.5rem}.PasswordSection_form__B1qd8{gap:1.5rem}.PasswordSection_inputField__Z_3FR{padding:.875rem 2.75rem .875rem 1rem}.PasswordSection_btn__iRrex{padding:1rem;font-size:1rem}}.AddressSection_container__1SP_p{background:white;border-radius:24px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:2px solid #e5e7eb;min-height:400px}.AddressSection_sectionHeader__D56lt{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f3f4f6}.AddressSection_sectionHeader__D56lt h2{font-size:1.75rem;font-weight:700;color:#081e31;margin:0 0 .5rem}.AddressSection_sectionHeader__D56lt p{font-size:1rem;color:#6b7280;margin:0}.AddressSection_loading__O5LBJ{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:#6b7280;gap:1rem}.AddressSection_spinner__CfBi1{animation:AddressSection_spin__58BYw 1s linear infinite;color:#081e31}@keyframes AddressSection_spin__58BYw{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AddressSection_statusMessage__IXVJu{padding:1rem;border-radius:12px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-weight:500}.AddressSection_statusMessage__IXVJu.AddressSection_success__Jpz9L{background-color:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.AddressSection_statusMessage__IXVJu.AddressSection_error__oYZzu{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.AddressSection_addressList__XPYOH{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.AddressSection_emptyState__w8_i2{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background-color:#f8f9fa;border-radius:16px;border:2px dashed #e5e7eb;color:#6b7280;text-align:center;grid-column:1/-1}.AddressSection_emptyState__w8_i2 svg{color:#cbd5e1;margin-bottom:1rem}.AddressSection_emptyState__w8_i2 h3{color:#081e31;margin:0 0 .5rem;font-size:1.25rem}.AddressSection_addressCard__gG1j3{background:white;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;transition:all .2s ease;position:relative;overflow:hidden}.AddressSection_addressCard__gG1j3:hover{border-color:#0ea5e9;box-shadow:0 4px 12px rgba(14,165,233,.1);transform:translateY(-2px)}.AddressSection_addressHeader__N6OYx{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.AddressSection_addressIcon__GzAqP{width:40px;height:40px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);color:#0ea5e9;border-radius:10px;display:flex;align-items:center;justify-content:center}.AddressSection_addressInfo__K721a{flex:1}.AddressSection_addressInfo__K721a h4{margin:0;font-size:1.1rem;font-weight:600;color:#0f172a}.AddressSection_defaultBadge__3I6Vh{display:inline-block;font-size:.75rem;padding:.25rem .5rem;background-color:#f0fdf4;color:#16a34a;border-radius:999px;font-weight:600;margin-top:.25rem}.AddressSection_addressActions__qV4EG{display:flex;gap:.5rem}.AddressSection_actionBtn__QsRQg{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background:white;border-radius:8px;color:#64748b;cursor:pointer;transition:all .2s}.AddressSection_actionBtn__QsRQg:hover{background-color:#f8fafc;color:#0f172a;border-color:#cbd5e1}.AddressSection_actionBtn__QsRQg:hover svg{transform:scale(1.1)}.AddressSection_addressDetails__k836J p{margin:.25rem 0;color:#475569;font-size:.95rem;line-height:1.5}.AddressSection_addBtn__QIsK0{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:white;border:2px dashed #cbd5e1;border-radius:16px;color:#64748b;font-weight:600;cursor:pointer;width:100%;transition:all .2s}.AddressSection_addBtn__QIsK0:hover{border-color:#0ea5e9;color:#0ea5e9;background-color:#f0f9ff}.AddressSection_addressForm__PPrXx{background:#f8fafc;border-radius:16px;padding:2rem;border:1px solid #e2e8f0}.AddressSection_formHeader__Jms_n{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.AddressSection_formHeader__Jms_n h3{margin:0;font-size:1.25rem;color:#0f172a}.AddressSection_closeBtn__epVSg{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;font-size:1.5rem;color:#94a3b8;cursor:pointer;transition:color .2s}.AddressSection_closeBtn__epVSg:hover{color:#ef4444}.AddressSection_formGrid__c6ZvQ{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.AddressSection_inputGroup__0JsXK{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.AddressSection_inputGroup__0JsXK label{font-size:.875rem;font-weight:500;color:#475569}.AddressSection_inputGroup__0JsXK input,.AddressSection_inputGroup__0JsXK select{padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:10px;font-size:.95rem;background:white;transition:all .2s}.AddressSection_inputGroup__0JsXK input:focus,.AddressSection_inputGroup__0JsXK select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px rgba(14,165,233,.1)}.AddressSection_checkboxGroup__Lj3y3{margin:1.5rem 0}.AddressSection_checkboxLabel__OT1p1{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.AddressSection_checkboxLabel__OT1p1 input[type=checkbox]{width:18px;height:18px;accent-color:#0ea5e9}.AddressSection_formActions__T0yGH{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.AddressSection_cancelBtn__i_Wim{padding:.75rem 1.5rem;background:white;border:1px solid #cbd5e1;border-radius:10px;color:#64748b;font-weight:600;cursor:pointer;transition:all .2s}.AddressSection_cancelBtn__i_Wim:hover{background-color:#f1f5f9;color:#0f172a}.AddressSection_submitBtn__HLK6w{padding:.75rem 1.5rem;background:#0ea5e9;border:1px solid #0ea5e9;border-radius:10px;color:white;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.AddressSection_submitBtn__HLK6w:hover{background-color:#0284c7;border-color:#0284c7}.AddressSection_submitBtn__HLK6w:disabled{opacity:.7;cursor:not-allowed}@media (max-width:640px){.AddressSection_sectionHeader__D56lt h2{font-size:1.5rem}.AddressSection_addressList__XPYOH,.AddressSection_formGrid__c6ZvQ{grid-template-columns:1fr}}.ServicesHighlights_section__GWSgQ{background-color:#fff;padding:3rem 1rem}.ServicesHighlights_container__aIMBr{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:center}.ServicesHighlights_card__b_J4Z{background:#fff;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-start;border-radius:16px;box-shadow:0 1px 4px rgba(0,0,0,.08);transition:box-shadow .2s ease-in-out}.ServicesHighlights_card__b_J4Z:hover{box-shadow:0 4px 12px rgba(0,0,0,.12)}.ServicesHighlights_icon__ry6CI{width:50px;height:50px;margin-bottom:1rem;-o-object-fit:contain;object-fit:contain}.ServicesHighlights_title__jGN66{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.ServicesHighlights_desc__5ZQ6k{font-size:.9rem;color:#555}.ProductCard_card__2hfhB{position:relative;width:100%;max-width:320px;background:rgba(0,0,0,.4);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:20px;border:1px solid rgba(255,255,255,.1);overflow:hidden;box-shadow:0 20px 40px -12px rgba(0,0,0,.5);transition:all .5s ease;display:flex;flex-direction:column}.ProductCard_card__2hfhB:hover{box-shadow:0 20px 40px -12px rgba(16,185,129,.2)}.ProductCard_cardLoading__T65j8{position:relative;pointer-events:none;opacity:.85}.ProductCard_cardLoading__T65j8:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;border:3px solid rgba(255,255,255,.3);border-top-color:#10b981;border-radius:50%;animation:ProductCard_cardSpin__qL4IQ .8s linear infinite;z-index:100}@keyframes ProductCard_cardSpin__qL4IQ{to{transform:rotate(1turn)}}.ProductCard_gradientOverlay__t5yep{position:absolute;inset:0;opacity:0;transition:opacity .5s ease}.ProductCard_card__2hfhB:hover .ProductCard_gradientOverlay__t5yep{opacity:1}.ProductCard_bgGradientGreen__xxw7K{background:linear-gradient(to bottom right,rgba(16,185,129,.2),rgba(20,184,166,.2))}.ProductCard_bgGradientBlue__7OLOm{background:linear-gradient(to bottom right,rgba(8,30,49,.3),rgba(37,99,235,.2))}.ProductCard_themeSelector__xeTPO{position:absolute;top:.75rem;left:.75rem;z-index:10;display:flex;gap:.35rem}.ProductCard_themeButton__YZ1Xu{padding:.25rem .65rem;border-radius:9999px;font-size:.65rem;font-weight:600;display:flex;align-items:center;gap:.25rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:rgba(255,255,255,.6);cursor:pointer}.ProductCard_themeButton__YZ1Xu:hover{color:white}.ProductCard_themeButtonGreen__jNyQS.ProductCard_themeButtonActive__iqMKx{background:linear-gradient(90deg,#059669,#14b8a6);color:white;border:none}.ProductCard_themeButtonBlue__c8DH2.ProductCard_themeButtonActive__iqMKx{background:linear-gradient(90deg,#081e31,#2563eb);color:white;border:none}.ProductCard_likeButton__SwUrE{position:absolute;top:.75rem;right:.75rem;z-index:10;width:2rem;height:2rem;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:9999px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;cursor:pointer}.ProductCard_likeButton__SwUrE:hover{background:rgba(255,255,255,.2)}.ProductCard_heart___61fD{color:white;transition:all .3s ease}.ProductCard_heartLiked__4zXiT{color:#ef4444;fill:#ef4444;transition:all .3s ease}.ProductCard_productImage__RSK1Q{position:relative;height:280px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .5s ease;padding:0}.ProductCard_productImageInner__5IYsM{transition:transform .7s ease}.ProductCard_productImageHovered__VOOEa{transform:scale(1.1) rotate(3deg)}.ProductCard_productIcon__tivGk{width:260px;height:260px;border-radius:12px;box-shadow:0 10px 25px -10px rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:0}.ProductCard_gradientGreen__KKdul{background:linear-gradient(to bottom right,#059669,#14b8a6)}.ProductCard_gradientBlue__6Mz2d{background:linear-gradient(to bottom right,#081e31,#2563eb)}.ProductCard_productImg__2NQ4T{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:relative;z-index:10}.ProductCard_particles__OPGqH{position:absolute;inset:0;pointer-events:none}.ProductCard_particle__Zzmls{position:absolute;border-radius:9999px;animation:ProductCard_pulse__bhJT5 2s cubic-bezier(.4,0,.6,1) infinite}.ProductCard_particle1__nmHEw{top:3rem;left:2rem;width:.4rem;height:.4rem}.ProductCard_particle2__DDbrQ{top:6rem;right:2.5rem;width:.3rem;height:.3rem;animation-delay:.5s}.ProductCard_particle3__raKRh{bottom:3rem;left:3rem;width:.25rem;height:.25rem;animation-delay:1s}.ProductCard_accentPulseGreen__8DjH5{background:#34d399}.ProductCard_accentPulseBlue__7tIJ6{background:#2563eb}@keyframes ProductCard_pulse__bhJT5{0%,to{opacity:1}50%{opacity:.5}}.ProductCard_content__vyu2e{position:relative;padding:1rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.ProductCard_header__ou2Of{display:flex;align-items:center;justify-content:space-between}.ProductCard_rating__cwuej{display:flex;align-items:center;gap:.5rem}.ProductCard_stars__Gq3S9{display:flex;gap:.125rem}.ProductCard_star__eCoYj{color:#facc15;fill:#facc15}.ProductCard_starEmpty__PiLzC{color:rgba(255,255,255,.3);fill:none}.ProductCard_ratingText__IYBYf{color:rgba(255,255,255,.6);font-size:.875rem}.ProductCard_ecoBadge__UKSQO{display:flex;align-items:center;gap:.25rem;color:#4ade80;font-size:.75rem;font-weight:600}.ProductCard_productInfo__FMwcf{display:flex;flex-direction:column}.ProductCard_title__oMNYf{font-size:1.1rem;font-weight:700;color:#0a2540;margin-bottom:.25rem;line-height:1.3}.ProductCard_description__JmjJL,.ProductCard_title__oMNYf{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.ProductCard_description__JmjJL{color:rgba(255,255,255,.6);font-size:.75rem;margin-bottom:.5rem;line-height:1.4}.ProductCard_pricing___5evy{display:flex;align-items:baseline;gap:.5rem}.ProductCard_price__s3DmM{font-size:1.5rem;font-weight:700;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ProductCard_priceGreen__z06mA{background-image:linear-gradient(90deg,#34d399,#14b8a6)}.ProductCard_priceBlue__Cc2HR{background-image:linear-gradient(90deg,#2563eb,#60a5fa)}.ProductCard_oldPrice__LyO7k{color:rgba(255,255,255,.4);font-size:1.125rem;text-decoration:line-through}.ProductCard_specs__gJTwc{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.ProductCard_specCard__Q3yZZ{background:rgba(255,255,255,.05);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:10px;padding:.5rem;border:1px solid rgba(255,255,255,.1)}.ProductCard_specHeader__APJkF{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.ProductCard_specHeader__APJkF svg{color:#4ade80}.ProductCard_specCard__Q3yZZ:nth-child(2) .ProductCard_specHeader__APJkF svg{color:#2563eb}.ProductCard_specLabel__sFCgC{font-size:.65rem;font-weight:600;color:inherit}.ProductCard_specValue__CuZ_2{color:white;font-size:.75rem;font-weight:500}.ProductCard_ctaButton__LnkTU{width:100%;font-weight:600;padding:.75rem;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;box-shadow:0 8px 12px -3px rgba(0,0,0,.3);cursor:pointer;border:none;color:white;font-size:.875rem}.ProductCard_buttonGreen__QYccZ{background:linear-gradient(90deg,#059669,#14b8a6)}.ProductCard_buttonBlue__vGzih{background:linear-gradient(135deg,#0a2540,#1a3a52)}.ProductCard_ctaButton__LnkTU:hover:not(:disabled){transform:scale(1.02);opacity:.9}.ProductCard_ctaButton__LnkTU:disabled{opacity:.5;cursor:not-allowed}.ProductCard_spinnerIcon__553sM{animation:ProductCard_buttonRotate__JZvSu 1s linear infinite}@keyframes ProductCard_buttonRotate__JZvSu{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProductCard_footer__aGQww{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.65rem;color:rgba(255,255,255,.4);padding-top:.25rem}@media (min-width:769px){.ProductCard_card__2hfhB{max-width:320px}}@media (max-width:768px) and (min-width:481px){.ProductCard_card__2hfhB{max-width:280px}.ProductCard_productImage__RSK1Q{height:160px}.ProductCard_productIcon__tivGk{width:120px;height:120px}}@media (max-width:480px){.ProductCard_card__2hfhB{width:100%;max-width:100%;min-width:0}.ProductCard_productImage__RSK1Q{height:122px}.ProductCard_productIcon__tivGk{width:100px;height:100px;border-radius:12px}.ProductCard_content__vyu2e{padding:.35rem .5rem;gap:.25rem}.ProductCard_rating__cwuej{gap:.25rem}.ProductCard_ratingText__IYBYf{font-size:.65rem}.ProductCard_ecoBadge__UKSQO{font-size:.6rem}.ProductCard_title__oMNYf{font-size:.85rem;margin-bottom:.1rem;-webkit-line-clamp:1;line-clamp:1}.ProductCard_description__JmjJL{display:none}.ProductCard_price__s3DmM{font-size:.95rem}.ProductCard_specs__gJTwc{gap:.3rem;margin-bottom:.1rem}.ProductCard_specCard__Q3yZZ{padding:.3rem}.ProductCard_specHeader__APJkF{gap:.25rem;margin-bottom:.1rem}.ProductCard_specHeader__APJkF svg{width:12px;height:12px}.ProductCard_specLabel__sFCgC{font-size:.55rem}.ProductCard_specValue__CuZ_2{font-size:.65rem}.ProductCard_ctaButton__LnkTU{padding:.45rem;font-size:.75rem;border-radius:10px}.ProductCard_footer__aGQww{padding-top:.15rem}.ProductCard_themeSelector__xeTPO{top:.5rem;left:.5rem}.ProductCard_themeButton__YZ1Xu{padding:.2rem .5rem;font-size:.6rem}.ProductCard_likeButton__SwUrE{top:.5rem;right:.5rem;width:1.75rem;height:1.75rem}.ProductCard_footer__aGQww{font-size:.58rem;gap:.3rem}.ProductCard_stars__Gq3S9 svg{width:12px;height:12px}.ProductCard_ratingText__IYBYf{font-size:.75rem}.ProductCard_ecoBadge__UKSQO{font-size:.65rem}}.SimplifiedProductCard_card__yLnDD{position:relative;width:100%;max-width:320px;background-color:white;border-radius:1rem;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:all .5s ease}.SimplifiedProductCard_card__yLnDD:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.SimplifiedProductCard_discountBadge__WDH3F{position:absolute;top:1rem;left:1rem;z-index:10;background:linear-gradient(90deg,#fbbf24,#f97316);color:white;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:700;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.SimplifiedProductCard_imageContainer__kGvi7{position:relative;background:linear-gradient(to bottom right,#f9fafb,#f3f4f6);height:320px;display:flex;align-items:center;justify-content:center;overflow:hidden}.SimplifiedProductCard_decorativeBackground__bfDiU{position:absolute;inset:0;opacity:.3}.SimplifiedProductCard_bgCircle1__VrPcV{position:absolute;top:2.5rem;right:2.5rem;width:8rem;height:8rem;background-color:#bfdbfe;border-radius:9999px;filter:blur(48px)}.SimplifiedProductCard_bgCircle2__vqT9n{position:absolute;bottom:2.5rem;left:2.5rem;width:10rem;height:10rem;background-color:#e9d5ff;border-radius:9999px;filter:blur(48px)}.SimplifiedProductCard_imageWrapper__HXZej{position:relative;transition:all .7s ease;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.SimplifiedProductCard_imageHovered__KE44N{transform:scale(1.05) rotate(-2deg)}.SimplifiedProductCard_productImage___eE7Y{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:.5rem}.SimplifiedProductCard_hoverOverlay__eX13v{position:absolute;inset:0;background-color:rgba(0,0,0,.8);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;opacity:0;pointer-events:none}.SimplifiedProductCard_overlayVisible__CFAGg{opacity:1}.SimplifiedProductCard_specsContainer__egNYd{text-align:center;display:flex;flex-direction:column;gap:.75rem;padding:0 1.5rem}.SimplifiedProductCard_specItem__k0egM{display:flex;align-items:center;justify-content:center;gap:.5rem}.SimplifiedProductCard_specText__KlAm0{font-size:1.125rem;font-weight:600}.SimplifiedProductCard_specIconYellow__WC4kB{color:#facc15}.SimplifiedProductCard_specIconGreen__YigQY{color:#4ade80}.SimplifiedProductCard_specIconBlue__004pN{color:#60a5fa}.SimplifiedProductCard_content__28Jy8{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.SimplifiedProductCard_ratingContainer__P965t{display:flex;align-items:center;gap:.5rem}.SimplifiedProductCard_stars__avCpV{display:flex;gap:.125rem}.SimplifiedProductCard_starFilled__E68cm{fill:#facc15;color:#facc15}.SimplifiedProductCard_starEmpty__G6ZZ6{fill:#d1d5db;color:#d1d5db}.SimplifiedProductCard_ratingValue__y_AMP{color:#6b7280;font-size:.875rem;font-weight:500}.SimplifiedProductCard_reviewCount__a9fQ7{color:#9ca3af;font-size:.875rem}.SimplifiedProductCard_titleSection__iD08c{display:flex;flex-direction:column;gap:.25rem}.SimplifiedProductCard_title___ie79{font-size:1.5rem;font-weight:700;color:#0a2540;margin:0;line-height:1.2}.SimplifiedProductCard_description__JgH8d{color:#6b7280;font-size:.875rem;margin:0}.SimplifiedProductCard_priceContainer___pkTW{display:flex;align-items:baseline;gap:.75rem}.SimplifiedProductCard_price__x14tG{font-size:2.25rem;font-weight:700;color:#111827}.SimplifiedProductCard_oldPrice__KKNF6{font-size:1.25rem;color:#9ca3af;text-decoration:line-through}.SimplifiedProductCard_features__check{display:flex;align-items:center;gap:1rem;font-size:.75rem;color:#4b5563}.SimplifiedProductCard_feature___rWeJ{display:flex;align-items:center;gap:.25rem}.SimplifiedProductCard_featureDotGreen__ducJC{width:.5rem;height:.5rem;background-color:#22c55e;border-radius:9999px}.SimplifiedProductCard_featureDotBlue__dTcKs{width:.5rem;height:.5rem;background-color:#3b82f6;border-radius:9999px}.SimplifiedProductCard_viewButton__BQcMH{width:100%;background:linear-gradient(135deg,#0a2540,#1a3a52);color:white;font-weight:600;padding:.875rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;box-shadow:0 10px 15px -3px rgba(10,37,64,.2);border:none;cursor:pointer}.SimplifiedProductCard_viewButton__BQcMH:hover{background:linear-gradient(135deg,#1a3a52,#0a2540);box-shadow:0 20px 25px -5px rgba(10,37,64,.3);transform:scale(1.02)}.SimplifiedProductCard_buttonIcon__ESxpH{transition:transform .3s ease}.SimplifiedProductCard_viewButton__BQcMH:hover .SimplifiedProductCard_buttonIcon__ESxpH{transform:scale(1.1)}.SimplifiedProductCard_accentLine__p9IpB{height:.25rem;background:linear-gradient(90deg,#3b82f6,#a855f7,#ec4899)}@media (max-width:640px){.SimplifiedProductCard_card__yLnDD{max-width:100%}.SimplifiedProductCard_imageContainer__kGvi7{height:280px}.SimplifiedProductCard_title___ie79{font-size:1.25rem}.SimplifiedProductCard_price__x14tG{font-size:1.875rem}}@media (max-width:480px){.SimplifiedProductCard_imageContainer__kGvi7{height:calc(280px * .67)}.SimplifiedProductCard_content__28Jy8{padding:1rem;gap:.75rem}.SimplifiedProductCard_title___ie79{font-size:1.05rem}.SimplifiedProductCard_description__JgH8d{font-size:.8rem}.SimplifiedProductCard_price__x14tG{font-size:1.35rem}.SimplifiedProductCard_oldPrice__KKNF6{font-size:1rem}.SimplifiedProductCard_features__check{gap:.75rem;font-size:.7rem}.SimplifiedProductCard_viewButton__BQcMH{padding:.75rem}.SimplifiedProductCard_discountBadge__WDH3F{padding:.4rem .8rem;font-size:.75rem}}.FetchedCategorySection_categorySection__VoXrc{width:100%;max-width:90%;margin:0 auto;padding:4rem 1.5rem;position:relative}.FetchedCategorySection_header__uyhrd{margin-bottom:3rem;text-align:center}.FetchedCategorySection_titleWrapper__lKACp{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap;width:100%;max-width:100%;overflow:hidden}.FetchedCategorySection_titleIcon__4hGVW{color:#f7c843;filter:drop-shadow(0 0 8px rgba(247,200,67,.5));animation:FetchedCategorySection_pulse-glow___VU_Y 2s ease-in-out infinite}@keyframes FetchedCategorySection_pulse-glow___VU_Y{0%,to{filter:drop-shadow(0 0 8px rgba(247,200,67,.5))}50%{filter:drop-shadow(0 0 16px rgba(247,200,67,.8))}}.FetchedCategorySection_title__om0QW{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#081e31,#1d3557 50%,#457b9d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-1px;position:relative}.FetchedCategorySection_titleBadge__Z9OdJ{display:flex;align-items:center;gap:.25rem;background:linear-gradient(135deg,#059669,#14b8a6);color:white;padding:.35rem .75rem;border-radius:16px;font-size:.75rem;font-weight:600;box-shadow:0 4px 12px rgba(5,150,105,.3);animation:FetchedCategorySection_float__CncJ2 3s ease-in-out infinite;flex-shrink:0;margin-right:.5rem}@keyframes FetchedCategorySection_float__CncJ2{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.FetchedCategorySection_subtitle__BbXHj{font-size:1.125rem;color:#6c757d;margin:0;font-weight:400}.FetchedCategorySection_bannerRow__v00a_{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3.5rem;width:100%;max-width:100%;overflow:hidden}.FetchedCategorySection_bannerCard__F1H7M{display:block;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);cursor:pointer;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid rgba(0,0,0,.05);transition:all .3s ease;height:100%}.FetchedCategorySection_bannerGlow__ZriaE{position:absolute;inset:-2px;background:linear-gradient(135deg,#f7c843,#059669,#2563eb);border-radius:12px;opacity:0;transition:opacity .3s ease;z-index:-1;filter:blur(20px)}.FetchedCategorySection_bannerCard__F1H7M:hover .FetchedCategorySection_bannerGlow__ZriaE{opacity:.15}.FetchedCategorySection_bannerImageWrapper__egfKz{position:relative;width:100%;padding-top:56.25%;background:#f8f9fa}.FetchedCategorySection_bannerImage__wFMOU{-o-object-fit:cover;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.FetchedCategorySection_bannerCard__F1H7M:hover .FetchedCategorySection_bannerImage__wFMOU{transform:scale(1)}.FetchedCategorySection_subheadingWrapper__refhs{margin-bottom:2.5rem;padding:0 .25rem;display:flex;align-items:center;gap:.75rem;position:relative}.FetchedCategorySection_subheadingIcon__O9EAc{color:#f7c843;flex-shrink:0}.FetchedCategorySection_subheading__rR_e9{font-size:1.75rem;font-weight:700;color:#081e31;margin:0;letter-spacing:-.5px}.FetchedCategorySection_subheadingLine__QwQZN{flex:1;height:3px;background:linear-gradient(90deg,#f7c843,transparent);border-radius:2px}.FetchedCategorySection_productGrid__jV813{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;justify-items:center;width:100%;max-width:100%;overflow:hidden}.FetchedCategorySection_emptyMessage__UjAAI{grid-column:1/-1;text-align:center;color:#6b7280;font-size:1rem;padding:2rem}.FetchedCategorySection_skeleton__ekFQg{height:450px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:FetchedCategorySection_loading__wXOvV 1.5s ease-in-out infinite;border-radius:1rem}@keyframes FetchedCategorySection_loading__wXOvV{0%{background-position:200% 0}to{background-position:-200% 0}}.FetchedCategorySection_viewAllWrapper__N9_Bc{display:flex;justify-content:center;padding:0 .25rem}.FetchedCategorySection_viewAllButton__xLoD9{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#081e31,#1d3557);color:#fff;padding:1.25rem 2.5rem;border-radius:50px;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px rgba(8,30,49,.3);letter-spacing:.3px;position:relative;overflow:hidden}.FetchedCategorySection_viewAllButton__xLoD9:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#f7c843,#f77f00);opacity:0;transition:opacity .3s ease}.FetchedCategorySection_viewAllButton__xLoD9:hover:before{opacity:1}.FetchedCategorySection_viewAllButton__xLoD9 .FetchedCategorySection_arrowIcon__OhN_A,.FetchedCategorySection_viewAllButton__xLoD9 span{position:relative;z-index:1}.FetchedCategorySection_viewAllButton__xLoD9:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 32px rgba(247,200,67,.4);color:#081e31}.FetchedCategorySection_arrowIcon__OhN_A{transition:transform .3s ease}@media (max-width:1024px){.FetchedCategorySection_categorySection__VoXrc{padding:3rem 1.25rem}.FetchedCategorySection_productGrid__jV813{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:100%;overflow:hidden}}@media (max-width:768px){.FetchedCategorySection_categorySection__VoXrc{padding:2.5rem 1rem}.FetchedCategorySection_header__uyhrd{text-align:left}.FetchedCategorySection_titleWrapper__lKACp{justify-content:flex-start;width:100%;max-width:100%;overflow:hidden}.FetchedCategorySection_title__om0QW{font-size:1.5rem}.FetchedCategorySection_titleIcon__4hGVW{width:28px;height:28px}.FetchedCategorySection_titleBadge__Z9OdJ{font-size:.75rem;padding:.4rem .75rem}.FetchedCategorySection_subtitle__BbXHj{font-size:1rem}.FetchedCategorySection_bannerRow__v00a_{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:100%;overflow:hidden}.FetchedCategorySection_hideMobile__X3qZS{display:none}.FetchedCategorySection_bannerImageWrapper__egfKz{padding-top:62%}.FetchedCategorySection_subheading__rR_e9{font-size:1.25rem}.FetchedCategorySection_productGrid__jV813{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:100%;overflow:hidden}.FetchedCategorySection_viewAllButton__xLoD9{padding:.875rem 1.75rem;font-size:.9rem}}@media (max-width:480px){.FetchedCategorySection_categorySection__VoXrc{padding:2rem .875rem}.FetchedCategorySection_title__om0QW{font-size:1.5rem}.FetchedCategorySection_bannerRow__v00a_{gap:.75rem}.FetchedCategorySection_bannerImageWrapper__egfKz{padding-top:62%}.FetchedCategorySection_subheading__rR_e9{font-size:1.125rem}.FetchedCategorySection_productGrid__jV813{gap:.875rem}.FetchedCategorySection_viewAllButton__xLoD9{padding:.75rem 1.5rem;font-size:.875rem}}@media (max-width:430px){.FetchedCategorySection_categorySection__VoXrc{max-width:95%;padding:2rem .75rem}.FetchedCategorySection_bannerRow__v00a_{grid-template-columns:repeat(2,1fr);gap:.75rem}.FetchedCategorySection_grid__is4H9,.FetchedCategorySection_productGrid__jV813{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}}@media (max-width:375px){.FetchedCategorySection_categorySection__VoXrc{padding:1.25rem .75rem}.FetchedCategorySection_header__uyhrd{margin-bottom:1.25rem}.FetchedCategorySection_title__om0QW{font-size:1.4rem}.FetchedCategorySection_subtitle__BbXHj{font-size:.85rem}.FetchedCategorySection_titleBadge__Z9OdJ{padding:.3rem .6rem;font-size:.7rem}}.RelatedProducts_section__Fu2pJ{background:linear-gradient(135deg,#f8f9fa,#e3f2fd 50%,#f8f9fa);padding:4rem 2rem;margin-top:3rem}.RelatedProducts_container___u4Y3{max-width:90%;margin:0 auto}.RelatedProducts_header__Av1HT{margin-bottom:3rem;text-align:center}.RelatedProducts_titleWrapper__6kmdV{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.RelatedProducts_titleIcon__1dGs9{color:#081e31;animation:RelatedProducts_float__qkJRm 3s ease-in-out infinite}@keyframes RelatedProducts_float__qkJRm{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.RelatedProducts_title__PyqSk{font-size:2.5rem;font-weight:700;color:#081e31;margin:0;background:linear-gradient(135deg,#081e31,#0a2640);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.RelatedProducts_subtitle__lJZn2{font-size:1rem;color:#6b7280;margin:.5rem 0 0;font-weight:500}.RelatedProducts_grid__9dSBy{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.RelatedProducts_skeleton__OgMPZ{background:white;border-radius:20px;height:400px;animation:RelatedProducts_pulse__PK2o2 2s cubic-bezier(.4,0,.6,1) infinite;box-shadow:0 4px 20px rgba(0,0,0,.08)}@keyframes RelatedProducts_pulse__PK2o2{0%,to{opacity:1}50%{opacity:.5}}.RelatedProducts_footer__3Siqf{display:flex;justify-content:center;padding-top:2rem;border-top:2px solid rgba(8,30,49,.1)}.RelatedProducts_viewAllBtn__fk_XA{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#081e31,#0a2640);color:white;padding:1rem 2.5rem;border:none;border-radius:12px;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(8,30,49,.3)}.RelatedProducts_viewAllBtn__fk_XA:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(8,30,49,.4)}.RelatedProducts_viewAllBtn__fk_XA:active{transform:translateY(0)}@media (max-width:1200px){.RelatedProducts_grid__9dSBy{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media (max-width:768px){.RelatedProducts_section__Fu2pJ{padding:3rem 1rem;margin-top:2rem}.RelatedProducts_title__PyqSk{font-size:2rem}.RelatedProducts_grid__9dSBy{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.RelatedProducts_titleWrapper__6kmdV{flex-direction:column;gap:.5rem}}@media (max-width:480px){.RelatedProducts_section__Fu2pJ{padding:2rem 1rem;margin-top:1.5rem}.RelatedProducts_title__PyqSk{font-size:1.5rem}.RelatedProducts_subtitle__lJZn2{font-size:.875rem}.RelatedProducts_grid__9dSBy{grid-template-columns:1fr;gap:1rem}.RelatedProducts_viewAllBtn__fk_XA{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:1rem}}