.product-list-page{padding:4rem 0}.product-category-section{display:none}.product-category-section.active{display:block}.products-grid .row{margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.products-grid .row>div{padding:0;margin:0;width:auto;display:block}.products-grid{display:block}.product-item{position:relative;margin-bottom:1rem;height:100%}.product-title{font-size:1.3rem;font-weight:600;color:#333;margin:1.3rem 0}.product-image-container{position:relative;overflow:hidden;aspect-ratio:9/5}.product-image-container img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.product-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}@media (max-width:768px){.product-link{pointer-events:none}.product-image-container:active .product-overlay,.product-image-container.show-overlay .product-overlay{opacity:1}.product-overlay{opacity:0}.product-overlay .view-product{pointer-events:auto;cursor:pointer;display:inline-block;padding:.5rem 1rem;background:rgb(255 255 255 / .2);border:1px solid rgb(255 255 255 / .3);border-radius:4px;transition:all 0.3s ease}.product-overlay .view-product:hover{background:rgb(255 255 255 / .3);border-color:rgb(255 255 255 / .5)}}.product-item:hover .product-image-container img{transform:scale(1.05)}.product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .8);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease;z-index:2;padding:2rem;text-align:center}.product-item:hover .product-overlay{opacity:1}.product-overlay.has-description{flex-direction:column;justify-content:center}.product-overlay.has-description .overlay-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.overlay-description{color:#fff;font-size:.9rem;line-height:1.4;margin:0;max-width:200px;opacity:.9}.product-overlay.no-description{align-items:center;justify-content:center}.view-product{color:#fff;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;background:none;padding:0;border:none;border-radius:0;transition:all 0.3s ease;position:relative;text-decoration:none}.view-product::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#fff;transition:width 0.3s ease}.view-product:hover::after{width:100%}.products-grid.grid-2 .row{grid-template-columns:repeat(2,1fr)}.products-grid.grid-3 .row{grid-template-columns:repeat(3,1fr)}.products-grid.grid-4 .row{grid-template-columns:repeat(4,1fr)}.products-grid.list .row{display:block}.products-grid.list .product-item{display:flex;align-items:center;margin-bottom:2rem;background:#fff;box-shadow:0 2px 10px rgb(0 0 0 / .1);overflow:hidden}.products-grid.list .product-image-container{width:200px;flex-shrink:0;margin:1rem}.products-grid.list .product-title{margin:1rem 1rem .5rem 0}.external-product .product-item--redirect-card{box-shadow:none;transition:border-color 0.3s ease;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column}.external-product .product-item--redirect-card::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#e5e5e5;z-index:1}.external-product .product-item--redirect-card:hover{border-color:#2c2f3b}.external-product .product-image-container--with-link-badge{border-radius:0;margin-bottom:20px;box-shadow:none;position:relative;overflow:hidden;aspect-ratio:16/9;background:#f8f9fa}.external-product .product-image-container--with-link-badge img{width:100%;height:100%;object-fit:cover}.external-product .product-brand-logos{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:15px}.external-product .product-brand-logo-item{flex:0 1 auto;max-width:calc(33.33% - 8px)}.external-product .product-brand-logo-item img{height:28px;width:auto;max-width:100%;object-fit:contain;display:block}.external-product .product-brand-logo{margin-bottom:15px;text-align:center}.external-product .product-brand-logo img{height:25px;width:auto;max-width:100%;object-fit:contain}.external-product .product-title--redirect{color:#333;font-weight:600;margin-bottom:10px;font-size:1.2rem}.external-product .product-excerpt--always-visible{color:#666;font-size:.9rem;line-height:1.5;display:block!important;flex-grow:1}.external-product .product-actions--redirect-button{text-align:right}.external-product .product-actions--redirect-button .btn--external-link{background:none;border:none;border-radius:0;padding:8px 0;font-weight:400;text-transform:none;letter-spacing:.5px;font-size:.9rem;transition:all 0.4s cubic-bezier(.23,1,.32,1);display:inline-block;color:#2c2f3b;text-decoration:none;position:relative;overflow:hidden}.external-product .product-actions--redirect-button .btn--external-link::after{content:"";position:absolute;bottom:1px;left:0;width:0;height:2px;background:#a02c2c;transition:width 0.3s ease-out}.external-product .product-actions--redirect-button .btn--external-link:hover{color:#a02c2c;text-decoration:none;font-weight:500;letter-spacing:.7px}.external-product .product-actions--redirect-button .btn--external-link:hover::after{width:100%}.internal-product .product-item{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgb(0 0 0 / .08);transition:all 0.3s ease;border-left:3px solid #374151}.internal-product .product-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .12)}.products-grid.grid-2 .internal-product .product-excerpt,.products-grid.grid-3 .internal-product .product-excerpt,.products-grid.grid-4 .internal-product .product-excerpt{display:none}.products-grid.grid-2 .external-product .product-excerpt,.products-grid.grid-3 .external-product .product-excerpt,.products-grid.grid-4 .external-product .product-excerpt{display:block!important}.products-grid.list .product-content{padding:1rem;flex:1}.products-grid.list .product-excerpt{margin-bottom:1rem;display:block}.products-grid.list .product-actions{margin-top:1rem}.products-grid.list .product-actions .btn{display:inline-flex;align-items:center;gap:5px;padding:.5rem 1rem;background-color:#374151;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color 0.3s ease}.products-grid.list .product-actions .btn:hover{background-color:#0056b3;text-decoration:none;color:#fff}@media (max-width:992px){.product-list-page{padding:3rem 1rem}.products-grid .row{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem}.products-grid.grid-4 .row{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.products-grid .row,.products-grid.grid-2 .row,.products-grid.grid-3 .row,.products-grid.grid-4 .row,.product-category-section .products-grid .row{grid-template-columns:1fr!important;gap:1.5rem}.product-title{font-size:1.2rem}.product-overlay{padding:1.5rem}.overlay-description{font-size:.85rem;max-width:180px}.view-product{font-size:.8rem}.external-product .product-title--redirect{font-size:1.2rem}.external-product .product-actions--redirect-button .btn--external-link{font-size:.85rem;text-align:left}.external-product .product-image-container--with-link-badge{margin:15px}.external-product .product-title--redirect{margin:0 15px 8px 15px;font-size:1.1rem}.external-product .product-excerpt--always-visible{margin:0 15px 15px 15px}.external-product .product-actions--redirect-button{margin:0 15px 15px 15px;text-align:left}.external-product .product-brand-logo{margin:0 15px 12px 15px}.external-product .product-brand-logo img{height:50px}.external-product .product-brand-logos{margin:0 15px 12px 15px;gap:10px}.external-product .product-brand-logo-item img{height:35px}.products-grid.list .product-item{flex-direction:column;text-align:center}.products-grid.list .product-image-container{width:100%;margin:0 0 1rem 0}.products-grid.list .product-content{padding:0 1rem 1rem 1rem}.products-grid.list .product-title{margin:0 0 .5rem 0}}@media (max-width:576px){.products-grid .row,.products-grid.grid-2 .row,.products-grid.grid-3 .row,.products-grid.grid-4 .row,.product-category-section .products-grid .row{grid-template-columns:1fr!important;gap:1.5rem}}.products-info{margin-bottom:2rem}.products-count{color:#666;font-size:1rem;margin-bottom:0}.no-products-found{text-align:center}.no-products-found h3{color:#333;margin-bottom:1rem}.no-products-found p{color:#666;margin-bottom:2rem;font-size:1.1rem}.no-products-found .btn{display:inline-block;padding:.75rem 1.5rem;background-color:#374151;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color 0.3s ease}.no-products-found .btn:hover{background-color:#0056b3;text-decoration:none;color:#fff}.products-pagination{margin-top:3rem;text-align:center}.products-pagination .page-numbers{display:inline-block;padding:.5rem .75rem;margin:0 .25rem;color:#374151;text-decoration:none;border:1px solid #dee2e6;border-radius:4px;transition:all 0.3s ease}.products-pagination .page-numbers:hover{background-color:#f8f9fa;border-color:#adb5bd}.products-pagination .page-numbers.current{background-color:#374151;color:#fff;border-color:#374151}:root{--product-list-primary:#a02c2c;--product-list-text-dark:#333333;--product-list-text-light:#6c757d;--product-list-border:#dee2e6;--product-list-bg-light:#f8f9fa;--product-list-bg-hover:#f5f5f5}.product-sidebar{position:sticky;top:100px;padding-right:2rem;margin-top:.3rem}.product-sidebar-title{font-size:1.3rem;font-weight:700;color:var(--product-list-text-dark);margin-bottom:.7rem;padding-bottom:.5rem}.product-mobile-dropdown{display:none;margin-bottom:1.5rem}.product-dropdown-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;background-color:#f8f9fa;border:1px solid var(--product-list-border);color:var(--product-list-text-dark);font-weight:500;text-align:left;cursor:pointer;transition:all 0.3s ease;border-radius:6px}.product-dropdown-btn:hover{background-color:#e9ecef;border-color:#ced4da}.product-dropdown-btn:focus{outline:none;border-color:var(--product-list-primary);box-shadow:0 0 0 2px rgb(160 44 44 / .1)}.product-dropdown-btn.active{background-color:#e9ecef;border-color:var(--product-list-primary)}.product-dropdown-title{font-size:1rem}.product-dropdown-arrow{font-size:.9rem;transition:transform 0.3s ease;color:var(--product-list-text-light)}.product-dropdown-btn.active .product-dropdown-arrow{transform:rotate(180deg)}.product-nav{display:flex;flex-direction:column;gap:.25rem}.product-nav-link{display:block;padding:14px 0;color:#666;text-decoration:none;font-weight:400;font-size:1rem;transition:all 0.2s ease;padding-left:15px;outline:none;border-bottom:1px solid #f5f5f5}.product-nav-link:hover{color:#333;text-decoration:none}.product-nav-link.active{color:#333;font-weight:600;font-size:1rem}@media (max-width:991px){.product-sidebar{position:static;border-right:none;border-bottom:2px solid var(--product-list-border);padding-right:0;padding-bottom:1.5rem;margin-top:0;margin-bottom:2rem}.product-mobile-dropdown{display:block}.product-nav{max-height:0;overflow:hidden;margin-top:0;background-color:#fff;border:1px solid var(--product-list-border);border-top:none;border-radius:0 0 6px 6px;padding:0;transition:all 0.4s ease;opacity:0}.product-nav.active{max-height:400px;padding:.5rem 0;margin-top:0;opacity:1}.product-nav-link{padding:12px 20px;border-left:3px solid #fff0;margin-bottom:1px;background-color:#fff0;transition:all 0.3s ease;display:block;border-bottom:none}.product-nav-link:hover{background-color:#f8f9fa;border-left-color:#ced4da;color:var(--product-list-text-dark)}.product-nav-link.active{background-color:#f1f3f4;color:var(--product-list-primary);border-left-color:var(--product-list-primary);font-weight:600}}