.ProductsList_pageContainer__j1R_U{display:flex;max-width:1300px;margin:0 auto;padding:2rem 1rem;gap:2rem}.ProductsList_sidebar__5v9dQ{width:250px;flex-shrink:0}.ProductsList_productListContainer__XHSIu{max-width:1000px;flex-grow:1}.ProductsList_productContent___opLh{padding:2rem;background-color:#ffffff}.ProductsList_header__dOJWa{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb;text-align:left}.ProductsList_title__dKrMT{font-size:2rem;font-weight:800;margin-bottom:.4rem;color:#111827}.ProductsList_subtitle__6KZIh{font-size:1rem;color:#6b7280;max-width:800px;line-height:1.65}.ProductsList_adminButton__WNmzG{padding:.6rem 1.2rem;background-color:#1f2937;color:white;border:none;border-radius:8px;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}.ProductsList_adminButton__WNmzG:hover{background-color:#374151}.ProductsList_adminMessage__fKdY9{margin-top:1rem}.ProductsList_adminInfo__JXCGk{display:inline-block;padding:.5rem 1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.85rem;color:#6b7280}.ProductsList_categoryButtons__Q83ge{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.75rem}.ProductsList_categoryButton__sBIUh{padding:.55rem 1.1rem;background-color:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.88rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s ease;white-space:nowrap}.ProductsList_categoryButton__sBIUh:hover{background-color:#e5e7eb;color:#111827}.ProductsList_categoryButton__sBIUh.ProductsList_active__HIyu7{background-color:#1f2937;color:white;border-color:#1f2937}.ProductsList_filterContainer__u1B5n{margin-bottom:2rem}.ProductsList_searchBox__K5_64{display:flex;position:relative;max-width:460px}.ProductsList_searchInput__nyAWy{flex-grow:1;padding:.75rem 3rem .75rem 1rem;border:1.5px solid #e5e7eb;border-radius:10px;font-size:.95rem;outline:none;transition:border-color .2s,box-shadow .2s}.ProductsList_searchInput__nyAWy:focus{border-color:#9ca3af;box-shadow:0 0 0 3px rgba(0,0,0,.05)}.ProductsList_searchButton__cxI3n{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#1f2937;border:none;border-radius:8px;cursor:pointer;color:white;transition:background .2s}.ProductsList_searchButton__cxI3n:hover{background:#374151}.ProductsList_seriesFilter__UFMxJ{margin-top:1.25rem;border:1.5px solid #e5e7eb;border-radius:10px;padding:1rem 1.1rem;background-color:#f9fafb}.ProductsList_seriesFilterTitle__1ddN8{font-size:.88rem;font-weight:600;margin-bottom:.75rem;color:#374151;text-transform:uppercase;letter-spacing:.04em}.ProductsList_seriesButtons__hV9sh{display:flex;flex-wrap:wrap;gap:.5rem}.ProductsList_seriesButton__QEg9B{padding:.45rem .85rem;background-color:white;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.83rem;color:#4b5563;cursor:pointer;transition:all .2s ease}.ProductsList_seriesButton__QEg9B:hover{background-color:#f3f4f6;color:#111827}.ProductsList_seriesButton__QEg9B.ProductsList_active__HIyu7{background-color:#1f2937;color:white;border-color:#1f2937}.ProductsList_categorySection__V_Tso{margin-bottom:3rem}.ProductsList_categoryHeader__yhf9m{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.ProductsList_categoryTitle__7O6TH{font-size:1.2rem;font-weight:700;color:#111827;padding-bottom:0;border-bottom:none;position:relative}.ProductsList_categoryTitle__7O6TH:after{content:"";display:block;margin-top:.35rem;width:2rem;height:2.5px;background:#d1d5db;border-radius:2px}.ProductsList_categoryDescription__RMZuU{margin-bottom:1.25rem;color:#6b7280;font-size:.95rem;line-height:1.6}.ProductsList_productGrid__0O6Vz,.ProductsList_productsGrid__b_7fX{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem}.ProductsList_productCard__PsW9o{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s;text-decoration:none;color:inherit;height:100%;background-color:white}.ProductsList_productCard__PsW9o:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(0,0,0,.09);border-color:#d1d5db}.ProductsList_imageContainer__VewUt{padding:1.25rem;height:160px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #f3f4f6;position:relative;background-color:#f9fafb}.ProductsList_productImage__ViHpm{max-width:90%;max-height:100%;object-fit:contain;transition:transform .3s ease;margin:0 auto;display:block}.ProductsList_productCard__PsW9o:hover .ProductsList_productImage__ViHpm{transform:scale(1.05)}.ProductsList_featuredBadge__8tYid{position:absolute;top:10px;right:10px;background-color:#1f2937;color:white;font-size:.72rem;font-weight:600;padding:.25rem .7rem;border-radius:6px;letter-spacing:.03em}.ProductsList_productInfo__5b33J{padding:1.1rem 1.2rem;flex-grow:1;display:flex;flex-direction:column}.ProductsList_productName__5rCEX{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#111827;line-height:1.4}.ProductsList_productDescription__MsOpa{font-size:.875rem;color:#6b7280;flex-grow:1;line-height:1.55}.ProductsList_viewDetails___4s21{padding:.85rem 1.2rem;background-color:#f9fafb;border-top:1px solid #f0f0f0;font-size:.85rem;font-weight:600;color:#4b5563;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.ProductsList_productCard__PsW9o:hover .ProductsList_viewDetails___4s21{background-color:#1f2937;color:white}.ProductsList_noResults__FB386{text-align:center;padding:3rem;color:#9ca3af;font-size:1rem}.ProductsList_loading__bfpKt{display:flex;justify-content:center;align-items:center;height:300px;font-size:1.1rem;color:#9ca3af}.ProductsList_pagination___m5vG{display:flex;justify-content:center;margin-top:2rem;gap:.5rem}.ProductsList_pageButton__5KuZQ{padding:.5rem 1rem;border:1.5px solid #e5e7eb;border-radius:8px;background:white;cursor:pointer;font-size:.9rem;color:#4b5563;transition:all .2s ease}.ProductsList_pageButton__5KuZQ:hover{background:#f3f4f6}.ProductsList_pageButton__5KuZQ.ProductsList_active__HIyu7{background:#1f2937;color:white;border-color:#1f2937}.ProductsList_pageButton__5KuZQ.ProductsList_disabled__zU_rb{opacity:.4;cursor:not-allowed}.ProductsList_subcategoriesToggle__ATvcE{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background-color:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:background-color .2s ease;margin-bottom:1rem}.ProductsList_subcategoriesToggle__ATvcE:hover{background-color:#f3f4f6}.ProductsList_chevron__zFGnu{font-size:.8rem;color:#9ca3af;transition:transform .3s ease}.ProductsList_subcategoriesContainer__zyy7n{padding:0;background-color:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;margin-bottom:1rem;overflow:hidden;max-height:0;transition:max-height .3s ease,opacity .3s ease;opacity:0}.ProductsList_subcategoriesContainer__zyy7n.ProductsList_show__BBp0w{max-height:500px;opacity:1}.ProductsList_subcategoriesList__tkxiX{list-style:none;padding:.75rem 1.25rem;margin:0}.ProductsList_subcategoriesList__tkxiX li{margin-bottom:.5rem;color:#6b7280}.ProductsList_subcategoriesList__tkxiX li:last-child{margin-bottom:0}.ProductsList_subcategoryLink__md3u0{display:block;color:#6b7280;text-decoration:none;font-size:.9rem;padding:.4rem 0;transition:color .2s ease}.ProductsList_subcategoryLink__md3u0:hover{color:#111827}@media (max-width:768px){.ProductsList_productContent___opLh{padding:1rem}.ProductsList_title__dKrMT{font-size:1.6rem}.ProductsList_categoryButtons__Q83ge{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem;gap:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ProductsList_categoryButtons__Q83ge::-webkit-scrollbar{display:none}.ProductsList_categoryButton__sBIUh{padding:.5rem .85rem;font-size:.83rem;white-space:nowrap}.ProductsList_searchBox__K5_64{max-width:100%}.ProductsList_seriesFilter__UFMxJ{padding:.75rem}.ProductsList_seriesButtons__hV9sh{overflow-x:auto;padding-bottom:.5rem;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.ProductsList_seriesButton__QEg9B{white-space:nowrap}.ProductsList_productGrid__0O6Vz,.ProductsList_productsGrid__b_7fX{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.85rem}.ProductsList_imageContainer__VewUt{height:130px}.ProductsList_header__dOJWa{flex-direction:column;align-items:flex-start}.ProductsList_adminButton__WNmzG{margin-top:1rem}.ProductsList_filterContainer__u1B5n{flex-direction:column;align-items:stretch}}@media (max-width:480px){.ProductsList_productGrid__0O6Vz,.ProductsList_productsGrid__b_7fX{grid-template-columns:1fr 1fr}.ProductsList_productName__5rCEX{font-size:.88rem}.ProductsList_productDescription__MsOpa{font-size:.8rem}.ProductsList_imageContainer__VewUt{height:110px;padding:.75rem}}