.products-feature{background:var(--brand-bg-alt)}.products-feature-grid{display:grid;grid-template-columns:minmax(0,0.92fr) minmax(360px,0.78fr);grid-gap:42px;gap:42px;align-items:center}.products-feature h1{color:var(--brand-text);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08;letter-spacing:0}.products-feature img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);background:var(--brand-primary-dark)}.product-category-block{padding:34px 0;border-top:1px solid var(--brand-border)}.product-category-block>h2{margin-bottom:8px;color:var(--brand-text);font-size:max(1.45rem, min(2.4vw, 2rem))}.category-desc{max-width:760px;color:var(--brand-text)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px;margin-top:22px}.product-card{border:1px solid var(--brand-border);background:#fff}.product-card a{display:grid;color:var(--brand-text);-webkit-text-decoration:none;text-decoration:none}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-card span{margin:18px 18px 6px;color:var(--brand-primary-dark);font-size:.75rem;font-weight:840;text-transform:uppercase}.product-card h3{min-height:58px;margin:0;padding:0 18px 20px;color:var(--brand-text);font-size:1.12rem;line-height:1.25}@media (max-width:991px){.product-grid,.products-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid,.products-feature-grid{grid-template-columns:1fr}}