.joma-products-hero{background:var(--brand-bg-alt);padding:96px 0}.joma-products-hero .container{display:grid;grid-template-columns:minmax(0,1fr) 44%;grid-gap:48px;gap:48px;align-items:center}.joma-products-hero h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08;color:var(--brand-text)}.joma-products-hero p{font-size:1.08rem;margin:18px 0 26px}.joma-products-hero img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border)}.joma-product-catalog{background:#fff}.joma-product-category+.joma-product-category{margin-top:56px}.joma-product-category h2{margin-bottom:22px}.joma-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.joma-product-card{border:1px solid var(--brand-border);background:#fff;padding:14px;display:grid;grid-gap:12px;gap:12px}.joma-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.joma-product-card h3{margin:14px 0 0;font-size:1.05rem;color:var(--brand-text)}@media (max-width:991px){.joma-product-grid,.joma-products-hero .container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.joma-product-grid,.joma-products-hero .container{grid-template-columns:1fr}}