.products-hero{position:relative;min-height:520px;padding:170px 0 96px;overflow:hidden;background:var(--brand-primary-dark)}.products-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(20,14,18,.82),rgba(20,14,18,.64))}.products-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.products-hero__copy{position:relative;z-index:2;max-width:840px}.products-hero h1,.products-hero p{color:#fff}.product-grid-section{background:var(--brand-bg)}.product-category+.product-category{margin-top:56px}.product-category h2{margin:0 0 24px;color:var(--brand-text);font-size:max(1.6rem, min(2.6vw, 2.2rem));font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid var(--brand-border);background:#fff}.product-card a{display:grid;grid-gap:12px;gap:12px;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-card__meta{color:var(--brand-primary-dark);font-size:.78rem;font-weight:800;text-transform:uppercase}.product-card h3{margin:0;color:var(--brand-text);font-size:1.1rem;font-weight:800}@media (max-width:991.98px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.product-grid{grid-template-columns:1fr}}