.products-hero{background:var(--brand-bg-alt);padding:76px 0}.products-hero p{max-width:780px}.product-category-block+.product-category-block{margin-top:54px}.category-copy{max-width:760px;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg);display:flex;flex-direction:column;min-height:100%}.product-card__image{background:#f8fafc}.product-card__image img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-card__body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.product-card__body .btn{margin-top:auto}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}