.product-finder-hero .finder-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;max-width:760px;margin-top:28px}.product-catalog{padding:72px 0 96px;background:#fff}.filter-panel{position:sticky;top:110px;padding:24px;border:1px solid var(--brand-border);border-radius:8px;background:var(--brand-bg-alt)}.filter-panel h2{font-size:1.2rem}.filter-panel a{display:block;padding:10px 0;border-bottom:1px solid var(--brand-border);font-weight:700}.category-block{margin-bottom:56px}.category-heading{margin-bottom:24px}.product-card{height:100%;padding:18px;border:1px solid var(--brand-border);border-radius:8px;background:#fff;box-shadow:0 8px 24px rgba(23,51,68,.08)}.product-card a{display:block;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:8px;background:var(--brand-bg-alt)}.product-card h3{margin-top:18px;font-size:1.15rem;font-weight:800}@media (max-width:575px){.product-finder-hero .finder-bar{grid-template-columns:1fr}}