.sub-category-card{width:100px;height:140px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;cursor:pointer;padding-top:10px;border-radius:50px}.sub-category-card:hover .category-image-2{transform:scale(1.025);box-shadow:1px 1px 5px #737373}.sub-category-card:hover .category-title{transform:scale(1.025);font-weight:500}.sub-category-card .category-images{width:70px;height:70px;display:flex;justify-content:center;align-items:center}.sub-category-card .category-images .category-image-2{border-radius:50%;object-fit:cover;z-index:1;box-shadow:0 0 10px #fff}.category-title{width:70px;margin-top:15px;font-size:12px;text-align:center;line-height:15px;max-height:30px}.category-carousel{display:flex;align-items:center;justify-content:center;position:relative;gap:10px;width:100%;max-width:1200px;margin:0 auto}.category-carousel .swiper-container{height:110px}.category-carousel .swiper-slide{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:30%;text-align:center}.swiper-wrapper{justify-content:space-evenly}.carousel-container{width:100%;margin:0 auto}@media(max-width:600px){.carousel-container{width:100%}}.next-category,.normal-cards,.prew-category{display:flex;align-items:center;justify-content:center}.next-category,.prew-category{position:absolute;top:30%;transform:translateY(-50%);z-index:10;background:#fff;border:none;border-radius:50%;box-shadow:2px 2px 5px rgba(0,0,0,.3);width:40px;height:40px;cursor:pointer;transition:background .3s}.next-category.hidden,.prew-category.hidden{display:none}@media(max-width:950px){.next-category,.prew-category{display:none}}.prew-category{left:-10px}@media(max-width:1280px){.prew-category{left:-10px}}.next-category{right:10px}@media(max-width:1280px){.next-category{right:-10px}}.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}@media(max-width:768px){.product-list-page-v2 .container{padding:0 .5rem}}@media(max-width:480px){.product-list-page-v2 .container{padding:0 .25rem}}@media(max-width:375px){.product-list-page-v2 .container{padding:0 .125rem}}.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:5rem;max-height:calc(100vh - 4rem);overflow-y:auto}@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{background:#fff}.product-list-page-v2 .product-content .product-layout .filter-sidebar::-webkit-scrollbar-thumb{background:#d7d7d7;border-radius:4px;border:1px solid #e0e0e0}.product-list-page-v2 .product-content .product-layout .filter-sidebar::-webkit-scrollbar-track{background:#fff;border-radius:4px}.product-list-page-v2 .product-content .product-layout .filter-sidebar::-webkit-scrollbar{display:block;width:8px}.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:center;justify-content:center}.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:1rem;justify-items:center}}@media(max-width:480px){.product-list-page-v2 .product-content .product-layout .product-grid .products-container{grid-template-columns:repeat(2,1fr);gap:.75rem;justify-items:center}}@media(max-width:375px){.product-list-page-v2 .product-content .product-layout .product-grid .products-container{grid-template-columns:repeat(2,1fr);gap:.5rem;justify-items:center}}.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}}