.product-finder-hero{padding:118px 0 70px;background:linear-gradient(135deg,rgba(22,163,39,.13),rgba(14,165,233,.11))}.product-finder-hero h1{max-width:880px}.product-finder-hero p{max-width:760px}.finder-search{display:flex;gap:10px;max-width:760px;margin-top:26px;padding:10px;background:#fff;border:1px solid var(--brand-border);border-radius:8px;box-shadow:var(--shadow-sm)}.finder-search input{flex:1;border:0;padding:11px 12px;min-width:0}.product-finder-main{padding:70px 0 96px}.filter-panel{position:sticky;top:112px;padding:22px;border:1px solid var(--brand-border);border-radius:8px;background:#fff;box-shadow:var(--shadow-sm)}.filter-panel h2{font-size:22px}.filter-panel a{display:block;padding:11px 0;border-bottom:1px solid var(--brand-border);color:var(--brand-text)}.filter-panel a:last-child{border-bottom:0}.product-category-block+.product-category-block{margin-top:46px}.category-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.category-head h2{margin:0}.product-card{height:100%;padding:20px;border:1px solid var(--brand-border);border-radius:8px;background:#fff;box-shadow:var(--shadow-sm)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:6px;background:var(--brand-bg-alt);margin-bottom:16px}.product-card h3{font-size:20px}@media (max-width:767px){.category-head,.finder-search{flex-direction:column;align-items:stretch}}