.ProductSearch_container__apYrh{padding:2rem;max-width:1200px;margin:0 auto}.ProductSearch_header__ofKlI{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.ProductSearch_searchInput__I140L{padding:.75rem 1rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;flex-grow:1;min-width:200px;max-width:400px}.ProductSearch_searchGroup__j1lXW{display:flex;align-items:center;gap:.5rem;flex-grow:2}.ProductSearch_controls__HbR7E{display:flex;align-items:center;gap:1rem}.ProductSearch_filterIndicator__ukrDW{font-style:italic;color:#555;background-color:#e0f2fe;padding:.5rem 1rem;border-radius:4px;border:1px solid #bae6fd}.ProductSearch_sortLabel__FVNnq{font-weight:700}.ProductSearch_sortSelect__2nQcI{padding:.5rem;border:1px solid #ccc;border-radius:4px}.ProductSearch_resultsGrid__IW3Ol{display:grid;grid-template-columns:repeat(4,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;justify-content:center;max-width:1200px;margin-left:auto;margin-right:auto}@media (max-width:1200px){.ProductSearch_resultsGrid__IW3Ol{grid-template-columns:repeat(2,minmax(250px,1fr))}}@media (max-width:640px){.ProductSearch_resultsGrid__IW3Ol{grid-template-columns:repeat(1,minmax(250px,1fr))}}.ProductSearch_productCard__ITaOJ{border:1px solid #eee;border-radius:8px;padding:0;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:all .2s ease-in-out;position:relative;overflow:hidden}.ProductSearch_productCard__ITaOJ:hover{box-shadow:0 8px 16px rgba(0,0,0,.1);transform:translateY(-4px)}.ProductSearch_productBrandHeader__7EGt8{background-color:#D90000;color:white;padding:8px 12px;font-size:14px;font-weight:500;position:relative}.ProductSearch_productImageContainer__nN3tE{padding:16px;display:flex;justify-content:center;position:relative;aspect-ratio:200/180;overflow:hidden}.ProductSearch_productImage__1kf74{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.ProductSearch_productCard__ITaOJ:hover .ProductSearch_productImage__1kf74{transform:scale(1.05)}.ProductSearch_productInfo__0_B4O{padding:0 16px 16px;display:flex;flex-direction:column;flex-grow:1}.ProductSearch_productTitle__ni66R{font-weight:700;font-size:1.1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.6em;margin-bottom:8px}.ProductSearch_productBrand__KvY4s{color:#555;font-size:.9rem;margin-bottom:12px}.ProductSearch_productStats__8K7d6{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#333;margin-top:auto;padding-top:.5rem;border-top:1px solid #eee}.ProductSearch_productReviews__V_yeN,.ProductSearch_productStars__IxmIX{display:flex;align-items:center;gap:.3rem}.ProductSearch_productLikes__9L1fH{position:absolute;top:4px;right:8px;z-index:5;background-color:rgba(255,255,255,.8);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .2s ease}.ProductSearch_productLikes__9L1fH:hover{transform:scale(1.1);box-shadow:0 4px 8px rgba(0,0,0,.15)}.ProductSearch_likeCount__MdxxY{position:absolute;right:45px;color:white;font-size:14px;font-weight:700}.ProductSearch_likeButton__9NVjD{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#f43f5e}.ProductSearch_liked__hZO9C{color:#f43f5e}.ProductSearch_viewButton__HOeoe{display:block;width:100%;background-color:#2563eb;color:white;text-align:center;padding:8px 16px;border-radius:6px;font-weight:500;font-size:14px;text-decoration:none;margin-top:12px;transition:background-color .2s ease}.ProductSearch_viewButton__HOeoe:hover{background-color:#1d4ed8}.ProductSearch_error__fxDtA,.ProductSearch_loading___EGr3,.ProductSearch_noResults__N54gb{text-align:center;margin-top:2rem;font-size:1.1rem;color:#555}.ProductSearch_starRating__uj_vL{display:flex;align-items:center;color:#fbbf24}.ProductSearch_emptyStar__N_E7E{color:#d1d5db}.ProductSearch_businessCard__1p4ew{border:1px solid #eee;border-radius:8px;padding:0;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:all .2s ease-in-out;position:relative;overflow:hidden}.ProductSearch_businessCard__1p4ew:hover{box-shadow:0 8px 16px rgba(0,0,0,.1);transform:translateY(-4px)}.ProductSearch_disclaimer__pTz2Z{font-size:.8rem;color:#666;margin-top:.5rem;text-align:center;font-style:italic}.ProductSearch_centeredSearchForm__VGe4o{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;width:100%;flex-wrap:wrap;gap:.5rem}.ProductSearch_centeredSearchInput__o3oNw{padding:.75rem 1rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;width:450px;max-width:100%}.ProductSearch_centeredControls__tsI2s{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.ProductSearch_spinnerContainer__3ViG5{display:flex;justify-content:center;align-items:center;padding:2rem 1rem;width:100%}.ProductSearch_spinner__4lnLX{border:4px solid rgba(217,0,0,.1);border-left-color:#d90000;border-radius:50%;width:40px;height:40px;animation:ProductSearch_spin__tsJ5Y 1s linear infinite}@keyframes ProductSearch_spin__tsJ5Y{to{transform:rotate(1turn)}}.ProductSearch_skeletonGrid__YJ23r{display:grid;grid-template-columns:repeat(4,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}@media (max-width:1200px){.ProductSearch_skeletonGrid__YJ23r{grid-template-columns:repeat(2,minmax(250px,1fr))}}@media (max-width:640px){.ProductSearch_skeletonGrid__YJ23r{grid-template-columns:repeat(1,minmax(250px,1fr))}}.ProductSearch_skeletonCard__ADqqp{border:1px solid #eee;border-radius:8px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;flex-direction:column;height:350px;overflow:hidden}.ProductSearch_skeletonHeader__jOMNY{height:36px;background:#D90000;position:relative}.ProductSearch_skeletonHeaderContent__VvNUW{position:absolute;right:45px;width:30px;height:20px;top:8px;background:linear-gradient(90deg,rgba(255,255,255,.3) 25%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.3) 75%);background-size:200% 100%;animation:ProductSearch_loading___EGr3 1.5s infinite;border-radius:4px}.ProductSearch_skeletonImage__1Pmc1{height:180px;background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%);background-size:200% 100%;animation:ProductSearch_loading___EGr3 1.5s infinite;margin:15px}.ProductSearch_skeletonTitle__xn06f{height:40px;margin:10px 15px}.ProductSearch_skeletonStats__DcUZZ,.ProductSearch_skeletonTitle__xn06f{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:ProductSearch_loading___EGr3 1.5s infinite}.ProductSearch_skeletonStats__DcUZZ{height:20px;margin:10px 15px 15px}@keyframes ProductSearch_loading___EGr3{0%{background-position:200% 0}to{background-position:-200% 0}}.CategoryMenu_categoryMenuContainer__IIp59{position:relative;width:100%;max-width:300px}.CategoryMenu_categoryMenuToggle__7dwlM{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;background-color:white;border:1px solid #ccc;border-radius:.375rem;cursor:pointer;font-size:.875rem;text-align:left;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.CategoryMenu_categoryMenuToggle__7dwlM:focus,.CategoryMenu_categoryMenuToggle__7dwlM:hover{border-color:#D90000;outline:none;box-shadow:0 0 0 2px rgba(217,0,0,.2)}.CategoryMenu_categoryPath__4pZmC{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-grow:1;margin-right:.5rem}.CategoryMenu_dropdownIcon__124Qh{font-size:.75rem;color:#666}.CategoryMenu_menuDropdown__B8T8F{position:absolute;top:calc(100% + .5rem);left:0;width:auto;min-width:320px;max-width:720px;background-color:white;border:1px solid #eee;border-radius:.375rem;box-shadow:0 4px 8px rgba(0,0,0,.1);z-index:50;display:flex;flex-direction:column;max-height:450px}.CategoryMenu_menuHeader___X5_r{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #d90000;background-color:#D90000;color:white}.CategoryMenu_menuHeader___X5_r h3{font-size:1rem;margin:0;color:white}.CategoryMenu_resetButton__rUb2I{font-size:1.25rem;color:white;background:none;border:none;cursor:pointer;padding:0 .5rem;border-radius:.25rem;line-height:1;font-weight:700;margin-left:.5rem}.CategoryMenu_resetButton__rUb2I:hover{background-color:rgba(255,255,255,.2)}.CategoryMenu_closeButton__ND4iE{font-size:1.25rem;color:white;background:none;border:none;cursor:pointer;padding:0 .5rem;border-radius:.25rem;line-height:1;font-weight:700;margin-left:.5rem}.CategoryMenu_closeButton__ND4iE:hover{background-color:rgba(255,255,255,.2)}.CategoryMenu_categoryTree__gUOup{display:flex;overflow-y:auto;overflow-x:hidden;flex-grow:1}.CategoryMenu_categoryLevel__OOBb7{min-width:200px;width:auto;border-right:1px solid #eee;box-sizing:border-box;flex-shrink:0;scrollbar-width:thin}.CategoryMenu_categoryLevel__OOBb7::-webkit-scrollbar{width:14px;height:14px}.CategoryMenu_categoryLevel__OOBb7::-webkit-scrollbar-track{background:#f0f0f0;border-radius:0}.CategoryMenu_categoryLevel__OOBb7::-webkit-scrollbar-thumb{background:#D90000;border-radius:0;border:3px solid #f0f0f0;min-height:40px}.CategoryMenu_categoryLevel__OOBb7::-webkit-scrollbar-thumb:hover{background:#a80000}.CategoryMenu_categoryLevel__OOBb7:last-child{border-right:none;margin-right:0}.CategoryMenu_nestedLevel__H9ah7{background-color:#f9f9f9}.CategoryMenu_categoryList__m0xvr{list-style:none;padding:0;margin:0}.CategoryMenu_categoryItem__FJPBG{border-bottom:1px solid #eeeeee}.CategoryMenu_categoryItem__FJPBG:last-child{border-bottom:none}.CategoryMenu_categoryButton__Qr7hh{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.875rem;transition:background-color .15s ease-in-out}.CategoryMenu_categoryName__aguyb{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:.5rem}.CategoryMenu_categoryInfo__gW5VD{display:flex;align-items:center;flex-shrink:0}.CategoryMenu_categoryCount__EYJdL{font-size:.75rem;color:#666;background-color:#f0f0f0;border-radius:.75rem;padding:.125rem .5rem;margin-right:.5rem}.CategoryMenu_categoryButton__Qr7hh:hover{background-color:#f5f5f5}.CategoryMenu_selected__ju2fB .CategoryMenu_categoryButton__Qr7hh{background-color:#f0f0f0;font-weight:500;color:#D90000}.CategoryMenu_hasChildrenIndicator__pExZV{color:#999;font-size:1rem;font-weight:700}.CategoryMenu_backOption__0WzY1{border-bottom:1px solid #dedede;background-color:#f5f5f5}.CategoryMenu_backButton__o0QdF{display:block;width:100%;text-align:left;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.875rem;color:#666}.CategoryMenu_backButton__o0QdF:hover{background-color:#eeeeee}@media (max-width:768px){.CategoryMenu_categoryMenuContainer__IIp59{width:100%;max-width:none}.CategoryMenu_menuDropdown__B8T8F{position:absolute;top:calc(100% + .25rem);left:0;right:0;width:auto;margin-left:.5rem;margin-right:.5rem;max-width:calc(100vw - 1rem);min-width:0;bottom:auto;transform:none;border-radius:.375rem;max-height:calc(100vh - 4.5rem - 4rem);overflow-y:auto;z-index:100;display:block}.CategoryMenu_categoryTree__gUOup{display:block;max-height:none;overflow:visible}.CategoryMenu_categoryLevel__OOBb7{min-width:auto;width:100%;border-right:none;border-bottom:1px solid #eee;overflow-y:visible;max-height:none}.CategoryMenu_categoryLevel__OOBb7:last-child{border-bottom:none}.CategoryMenu_nestedLevel__H9ah7{background-color:white}}