.infinite-scroll{width:100%;margin-top:2rem}.infinite-scroll .observer-target{padding:2rem 0;display:flex;justify-content:center;align-items:center;min-height:100px}.infinite-scroll .loading-indicator{display:flex;flex-direction:column;align-items:center;gap:1rem}.infinite-scroll .loading-indicator .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite}.infinite-scroll .loading-indicator p{font-size:1rem;color:#666;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.product-list-page-v2{margin-top:5px;min-height:100vh;background-color:#fff}@media(max-width:768px){.product-list-page-v2{padding:0}.product-list-page-v2 .hidden-mobile{display:none}}@media(min-width:768px){.product-list-page-v2 .hidden-desktop{display:none}}.product-list-page-v2 .container{max-width:1380px;margin:0 auto;padding:0 1rem}.product-list-page-v2 .product-navigation{margin-bottom:2rem;text-align:center}.product-list-page-v2 .product-navigation .nav-links{display:flex;justify-content:center;gap:2rem;list-style:none;padding:0;margin:0}.product-list-page-v2 .product-navigation .nav-links li a{display:inline-block;padding:.75rem 1.5rem;text-decoration:none;color:#666;font-size:1.1rem;font-weight:500;border-radius:8px;transition:all .3s ease;border:2px solid transparent}.product-list-page-v2 .product-navigation .nav-links li a:hover{color:#333;background-color:#f0f0f0}.product-list-page-v2 .product-navigation .nav-links li a.active{color:#007bff;border-color:#007bff;background-color:#f8f9ff}.product-list-page-v2 .product-header{margin-bottom:2rem;text-align:center}.product-list-page-v2 .product-header h1{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.product-list-page-v2 .product-header p{font-size:1.1rem;color:#666;margin:0}.product-list-page-v2 .product-content{display:block;width:100%}.product-list-page-v2 .product-content .category-path{font-size:13px;font-weight:500;color:#000}.product-list-page-v2 .product-content .product-layout{display:flex;gap:2rem;align-items:flex-start}.product-list-page-v2 .product-content .product-layout .filter-sidebar{width:300px;max-width:300px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#fff #e0e0e0}@media(max-width:768px){.product-list-page-v2 .product-content .product-layout .filter-sidebar{display:none}}.product-list-page-v2 .product-content .product-layout .filter-sidebar::-webkit-scrollbar{width:8px;background:#e0e0e0}.product-list-page-v2 .product-content .product-layout .filter-sidebar::-webkit-scrollbar-thumb{background:#fff;border-radius:4px;border:1px solid #e0e0e0}.product-list-page-v2 .product-content .product-layout .filter-sidebar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.product-list-page-v2 .product-content .product-layout .product-grid{flex:1 1;width:100%;display:flex;justify-content:center}.product-list-page-v2 .product-content .product-layout .product-grid .products-container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3.3rem;gap:3.3rem;margin-bottom:2rem;max-width:100%;width:100%;justify-items:space-between;justify-content:space-between}.product-list-page-v2 .product-content .product-layout .product-grid .products-container>div{width:100%;height:auto}@media(max-width:1380px){.product-list-page-v2 .product-content .product-layout .product-grid .products-container{grid-template-columns:repeat(4,1fr);gap:2rem}}@media(max-width:1280px){.product-list-page-v2 .product-content .product-layout .product-grid .products-container{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(max-width:1200px){.product-list-page-v2 .product-content .product-layout .product-grid .products-container{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(max-width:900px){.product-list-page-v2 .product-content .product-layout .product-grid .products-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.product-list-page-v2 .product-content .product-layout .product-grid .products-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-list-page-v2 .product-content .product-layout .product-grid .products-container>div:first-child{justify-self:start}.product-list-page-v2 .product-content .product-layout .product-grid .products-container>div:nth-child(2){justify-self:end}}@media(max-width:480px){.product-list-page-v2 .product-content .product-layout .product-grid .products-container{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:375px){.product-list-page-v2 .product-content .product-layout .product-grid .products-container{grid-template-columns:repeat(2,1fr);gap:.5rem}}.quick-filters-mobile{display:none}@media(max-width:768px){.quick-filters-mobile{display:block}}.desktop-sort-button{display:block;margin-bottom:10px}.desktop-sort-button div{border-radius:10px!important;min-height:35px!important}@media(max-width:768px){.desktop-sort-button{display:none}}.quick-filters-sort-list{list-style:none;padding:10px;margin:0;display:flex;flex-direction:column;gap:10px;background-color:#fff}.quick-filters-sort-list li{cursor:pointer;transition:background-color .2s}.quick-filters-sort-list li:hover{background-color:#f5f5f5}.quick-filters-sort-list li.active{font-weight:700}.total-result-count{width:100%;max-width:1380px;margin:0 auto;padding-left:0;display:flex;align-items:center;justify-content:flex-start;font-size:1rem;font-weight:300;color:#333}@media(max-width:768px){.total-result-count{padding-left:0;padding-right:0}}