.products-featured{padding:170px 0 82px;background:var(--brand-bg-alt)}.products-featured__grid{display:grid;grid-template-columns:1fr 0.9fr;grid-gap:42px;gap:42px;align-items:center}.products-featured img{width:100%;aspect-ratio:1.15;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.products-dynamic{padding:76px 0 90px}.product-category+.product-category{margin-top:58px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff}.product-card a{display:grid;height:100%;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 span{margin:18px 18px 4px;color:var(--brand-primary);font-size:.82rem;font-weight:800;text-transform:uppercase}.product-card h3{margin:0 18px 20px}@media (max-width:991px){.product-grid,.products-featured__grid{grid-template-columns:1fr}}