.products-hero{background:var(--brand-primary-dark);padding:88px 0}.products-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.85fr);grid-gap:44px;gap:44px;align-items:center}.products-hero h1,.products-hero p{color:#fff}.products-hero img{width:100%;min-height:360px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.24);border-radius:var(--brand-radius)}.products-grid-section{background:#fff}.product-category+.product-category{margin-top:64px}.product-category__head{margin-bottom:24px;border-bottom:1px solid var(--brand-border);padding-bottom:16px}.product-category__head h2{margin:0;color:var(--brand-text)}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card{overflow:hidden}.product-card__button{width:100%;min-height:100%;display:grid;grid-template-rows:auto auto 1fr auto;grid-gap:8px;gap:8px;padding:0;border:0;background:#fff;text-align:left;cursor:pointer}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-card h3,.product-card small,.product-card span{margin-left:16px;margin-right:16px}.product-card span{margin-top:14px;color:var(--brand-accent);font-size:.75rem;font-weight:800;text-transform:uppercase}.product-card h3{color:var(--brand-text);font-size:1rem;line-height:1.25}.product-card small{margin-bottom:16px;color:var(--brand-primary);font-weight:800}@media (max-width:991px){.products-hero__grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.products-grid{grid-template-columns:1fr}}