.products-hero{position:relative;min-height:430px;padding:170px 0 82px;background:var(--brand-primary-dark);color:#fff;overflow:hidden}.products-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.48}.products-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(25,38,51,.62)}.products-hero .container{position:relative;z-index:2}.products-hero .eyebrow,.products-hero h1,.products-hero p{color:#fff}.product-catalog{padding:72px 0}.catalog-intro{max-width:760px;margin-bottom:28px}.catalog-intro p{line-height:1.7}.product-category{margin-top:40px}.product-grid-dynamic{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card,.product-card button{width:100%}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg);position:relative}.product-card button{border:0;background:0 0;padding:0;text-align:left;color:var(--brand-text)}.product-card__image{display:block;aspect-ratio:1;background:var(--brand-bg-alt);overflow:hidden}.product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card__action,.product-card__name{display:block;padding:0 16px}.product-card__name{margin-top:16px;font-weight:700}.product-card__action{margin:8px 0 16px;color:var(--brand-primary);-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:4px}@media (max-width:991px){.product-grid-dynamic{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid-dynamic{grid-template-columns:1fr}}