.products-hero h1{max-width:920px}.market-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1px;gap:1px;border:1px solid var(--brand-border);background:var(--brand-border)}.market-grid article{background:#fff;padding:28px}.market-grid h2{font-size:1.25rem;color:var(--brand-primary)}.market-grid p{color:var(--brand-text-muted);margin-bottom:0}.product-category-block{margin-top:46px}.product-category-block:first-of-type{margin-top:0}.category-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px;border-bottom:1px solid var(--brand-border);padding-bottom:18px}.category-heading p{margin-bottom:0;color:var(--brand-text-muted)}.product-card{height:100%;background:#fff;border:1px solid var(--brand-border)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{padding:22px}.product-card h4{font-size:1.1rem;color:var(--brand-primary)}.product-card p{color:var(--brand-text-muted)}@media (max-width:767.98px){.category-heading{display:block}.category-heading .btn{margin-top:14px}}