.products-featured{background:var(--brand-bg-alt);padding:128px 0 72px}.products-featured .container{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,0.85fr);grid-gap:44px;gap:44px;align-items:center}.products-featured h1{font-size:3.1rem;line-height:1.1;margin:0 0 16px;color:var(--brand-text)}.products-featured__media img{width:100%;min-height:360px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);border:1px solid var(--brand-border)}.products-category{padding:38px 0;border-bottom:1px solid var(--brand-border)}.products-category:first-child{padding-top:0}.products-category h2{margin-bottom:8px}.products-category__desc{max-width:760px}.products-grid__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px;margin-top:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden;display:grid}.product-card a{color:var(--brand-text);display:grid}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-card h3{font-size:1rem;color:var(--brand-text);margin:0;padding:16px}.product-card__btn{margin:0 16px 16px;border:1px solid var(--brand-primary);background:var(--brand-primary);color:var(--brand-text-inverse);border-radius:var(--brand-radius);min-height:42px;font-weight:700}@media (max-width:991px){.products-featured .container{grid-template-columns:1fr}}