.products-featured{padding:160px 0 72px;background:linear-gradient(135deg,var(--brand-bg-alt),#f8fbf7)}.products-featured__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.8fr);grid-gap:48px;gap:48px;align-items:center}.products-featured h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-featured img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-bg);box-shadow:0 18px 48px rgba(28,38,34,.12)}.product-category+.product-category{margin-top:64px;padding-top:48px;border-top:1px solid var(--brand-border)}.product-category__heading{max-width:760px;margin-bottom:28px}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{display:grid;grid-template-rows:auto 1fr;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);box-shadow:0 10px 28px rgba(28,38,34,.07)}.product-card__media{display:block;width:100%;padding:0;border:0;background:var(--brand-bg-alt)}.product-card__media img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;padding:18px}.product-card__body{display:grid;grid-gap:12px;gap:12px;padding:22px}.product-card__body p{margin-bottom:0}@media (max-width:991px){.product-card-grid,.products-featured__row{grid-template-columns:1fr}}