.products-feature{padding-top:160px;padding-bottom:80px;background:linear-gradient(135deg,var(--brand-bg-alt),var(--brand-bg))}.products-feature__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,0.9fr);grid-gap:48px;gap:48px;align-items:center}.products-feature h1{margin:0 0 18px;color:var(--brand-text)}.products-feature p{max-width:640px;color:var(--brand-text)}.products-feature__media{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-neutral-light);box-shadow:0 18px 46px rgba(33,26,23,.12)}.products-feature__media img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-category-block+.product-category-block{margin-top:72px}.category-heading{max-width:760px;margin-bottom:28px}.category-heading h2{margin:0 0 10px;color:var(--brand-text);font-size:max(1.6rem, min(3vw, 2.4rem))}.category-heading p{color:var(--brand-text)}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{overflow:hidden}.product-card a{display:grid;height:100%;color:var(--brand-text)}.product-card__image{display:block;background:var(--brand-neutral-light)}.product-card__image img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.product-card__body{display:grid;grid-gap:12px;gap:12px;padding:22px}.product-card h3{margin:0;font-size:1.18rem}.product-static-note{color:var(--brand-text);font-size:.94rem}.product-card__cta{color:var(--brand-accent);font-weight:800}@media (max-width:991px){.product-card-grid,.product-card-grid:has(> :nth-child(4):last-child),.products-feature__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-card-grid,.product-card-grid:has(> :nth-child(4):last-child),.products-feature__grid{grid-template-columns:1fr}}