.products-featured{background:var(--brand-bg-alt);padding:176px 0 72px;min-height:420px}.products-featured h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-featured p{color:var(--brand-text)}.featured-product-img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-border);min-height:280px}.product-category-block{margin-bottom:48px}.category-note{margin-bottom:24px;max-width:820px}.category-note p{color:var(--brand-text)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg)}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);min-height:180px}.product-card__body{padding:16px}.product-card__body p{color:var(--brand-text);font-size:.92rem}@media (max-width:991.98px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.product-grid{grid-template-columns:1fr}}