@charset "UTF-8";.products-hero{background:linear-gradient(to bottom right,var(--gray-50),var(--gray-100));padding:56px 0 40px;border-bottom:1px solid var(--gray-100)}.products-hero h1{font-size:max(1.6rem, min(3vw, 2.2rem));font-weight:800;color:var(--gray-900);margin-bottom:12px}.products-hero-sub{color:var(--gray-500);font-size:1rem;max-width:640px;margin:0}.filter-panel{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:24px;position:sticky;top:80px}.filter-heading{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--gray-100)}.filter-group{margin-bottom:20px}.filter-group-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--gray-500);margin-bottom:10px}.form-check{margin-bottom:6px}.form-check-input:checked{background-color:var(--primary);border-color:var(--primary)}.products-count{color:var(--gray-500);font-size:.9rem}.category-heading{font-size:1.3rem;font-weight:700;color:var(--gray-900);padding-bottom:12px;border-bottom:2px solid var(--primary-light);margin-bottom:16px}.category-desc{color:var(--gray-500);font-size:.9rem;margin-bottom:20px}.product-grid-card{border:1px solid var(--gray-100);border-radius:var(--radius-md);overflow:hidden;background:var(--white)}.pgc-image{position:relative;overflow:hidden}.pgc-image img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;transition:transform .35s}.product-grid-card:hover .pgc-image img{transform:scale(1.04)}.pgc-quick-quote{position:absolute;bottom:-48px;left:50%;transform:translateX(-50%);white-space:nowrap;transition:bottom .25s}.product-grid-card:hover .pgc-quick-quote{bottom:12px}.pgc-body{padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.pgc-name{font-size:.9rem;font-weight:600;color:var(--gray-900);margin:0}.pgc-cta{font-size:.8rem;font-weight:600;color:var(--primary);white-space:nowrap}.pgc-cta:hover{color:var(--primary-dark)}@media (max-width:991.98px){.filter-panel{position:static;margin-bottom:24px}}