.products-feature{padding:86px 0 72px;background:var(--brand-bg-alt)}.products-feature__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.75fr);grid-gap:48px;gap:48px;align-items:center}.products-feature h1{color:var(--brand-text);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1;margin-bottom:18px}.products-feature p{max-width:680px;color:var(--brand-text);font-size:1.06rem}.products-feature__media{padding:18px;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.products-feature__media img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-catalog{padding:80px 0}.product-category+.product-category{margin-top:64px}.product-category h2{margin-bottom:8px}.product-category__desc{max-width:720px;margin-bottom:24px}.product-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.product-card__button{display:grid;width:100%;padding:0;border:0;background:0 0;color:var(--brand-text);text-align:left;cursor:pointer}.product-card__image{display:block;padding:16px;background:var(--brand-neutral-light)}.product-card__image img{width:100%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain}.product-card__name{padding:18px 18px 6px;font-weight:800}.product-card__action{padding:0 18px 18px;color:var(--brand-primary-dark);font-weight:700;font-size:.9rem}@media (max-width:991px){.product-card-grid,.products-feature__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-card-grid,.products-feature__grid{grid-template-columns:1fr}}