.product-brand-grid button{min-height:96px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;color:var(--brand-primary-dark);font-weight:800}.product-finder-box{display:grid;grid-template-columns:1fr auto;grid-gap:14px;gap:14px;margin-top:28px;padding:22px;border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.product-category-block{margin-bottom:56px}.category-heading{margin-bottom:24px}.category-heading h2{color:var(--brand-primary-dark);font-weight:800}.product-card{height:100%;padding:22px;cursor:pointer;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(23,51,68,.12)}.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{color:var(--brand-text);font-size:1.2rem;font-weight:800}.product-card p{color:var(--brand-text-muted)}@media (max-width:767px){.product-finder-box{grid-template-columns:1fr}}