.products-feature{background:var(--brand-bg-alt);padding:168px 0 88px}.products-feature h1{font-size:max(2rem, min(4vw, 3.3rem));line-height:1.08;margin-bottom:24px}.products-hero-image{aspect-ratio:1.15}.product-category{border-bottom:1px solid var(--brand-border);margin-bottom:64px;padding-bottom:64px}.product-category:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.category-head{margin-bottom:28px;max-width:760px}.product-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{border:1px solid var(--brand-border);background:#fff}.product-card a{color:var(--brand-text);display:grid;grid-template-rows:auto 1fr auto;min-height:100%}.product-img{aspect-ratio:4/3;background:var(--brand-neutral-light);display:block}.product-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-name{display:block;font-family:var(--brand-font);font-size:1.25rem;padding:20px 22px 8px}.product-action{color:var(--brand-primary);display:block;font-weight:800;padding:0 22px 22px}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.products-feature{padding:140px 0 56px}.product-grid{grid-template-columns:1fr}}