.products-hero .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.8fr);grid-gap:42px;gap:42px;align-items:center}.product-category-block{margin-bottom:64px}.product-category-block h2{margin-bottom:8px;padding-bottom:14px;border-bottom:1px solid var(--brand-border)}.category-desc{max-width:760px;margin-bottom:24px}.product-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:22px;gap:22px}.product-card{display:flex;flex-direction:column;border:1px solid var(--brand-border);background:var(--brand-bg);box-shadow:var(--shadow-card)}.product-card a{display:block;flex:1 1 auto;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card h3,.product-card p,.product-family{display:block;margin-left:18px;margin-right:18px}.product-family{margin-top:18px;color:var(--brand-primary);font-size:.78rem;font-weight:800;text-transform:uppercase}.product-card .btn{margin:0 18px 18px}@media (max-width:991px){.products-hero .container{grid-template-columns:1fr}}