.sub-hero--catalog{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary))}.products-hero .container{max-width:880px}.product-category+.product-category{margin-top:64px}.category-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.category-head p{max-width:420px;margin:0;color:var(--brand-text)}.product-dynamic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:20px;gap:20px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg)}.product-card button{display:grid;width:100%;grid-gap:14px;gap:14px;padding:14px;border:0;background:0 0;text-align:left;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card span{display:block;min-height:48px;font-weight:700}@media (max-width:575px){.category-head{display:block}}