.products-subbrand-page{padding:var(--section-space) 0;background:linear-gradient(180deg,var(--brand-bg-alt),#fff 34%)}.products-hero{max-width:860px;margin:0 auto 34px;text-align:center}.product-logo-matrix{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin:0 auto 56px;max-width:920px}.product-logo-matrix a{min-height:72px;display:grid;align-items:center;justify-items:center;place-items:center;border:1px solid var(--brand-border);border-radius:var(--radius);background:#fff;color:var(--brand-primary-dark);font-weight:800;box-shadow:0 12px 30px rgba(23,51,68,.08)}.category-block{padding:42px 0;border-top:1px solid var(--brand-border)}.category-intro{max-width:720px;margin-bottom:24px}.product-card button{width:100%;height:100%;text-align:left;padding:0;border:1px solid var(--brand-border);border-radius:var(--radius);background:#fff;overflow:hidden;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card h3,.product-card p,.product-card span{margin-left:20px;margin-right:20px}.product-card span{display:inline-block;margin-top:20px;color:var(--brand-secondary);font-weight:800;font-size:13px;text-transform:uppercase}@media (max-width:767px){.product-logo-matrix{grid-template-columns:repeat(2,1fr)}}