.products-feature{background:var(--brand-bg-alt);padding:150px 0 80px}.products-feature__grid{align-items:center;display:grid;grid-gap:42px;gap:42px;grid-template-columns:minmax(0,0.95fr) minmax(320px,1.05fr)}.products-feature h1{color:var(--brand-text);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08;margin-bottom:18px}.products-feature p{color:var(--brand-text);max-width:620px}.products-feature__media{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:22px}.products-feature__media img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;width:100%}.product-category+.product-category{margin-top:64px}.product-category__head{border-bottom:1px solid var(--brand-border);margin-bottom:26px;padding-bottom:18px}.product-category__head h2{color:var(--brand-text);font-size:max(1.5rem, min(3vw, 2.2rem))}.product-category__head p{color:var(--brand-text)}.product-card-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);display:grid;grid-gap:14px;gap:14px;padding:14px}.product-card a{color:var(--brand-text);display:grid;grid-gap:12px;gap:12px}.product-card__image{align-items:center;aspect-ratio:1/1;background:var(--brand-neutral-light);display:flex;justify-content:center;overflow:hidden}.product-card__image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-card h3{color:var(--brand-text);font-size:1rem;margin:0 0 8px}.product-card__tag{color:var(--brand-secondary);font-size:.84rem;font-weight:700}@media (max-width:991px){.products-feature__grid{grid-template-columns:1fr}.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-card-grid{grid-template-columns:1fr}}