.products-hero img{width:100%;margin-top:30px;aspect-ratio:18/8;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-line)}.product-category-block+.product-category-block{margin-top:54px}.category-heading{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:22px;border-bottom:1px solid var(--brand-line);padding-bottom:18px}.category-heading p{max-width:560px;color:var(--brand-text-muted)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card{min-height:340px;border:1px solid var(--brand-line);background:var(--brand-bg);cursor:pointer;transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;padding:18px;background:var(--brand-bg-alt)}.product-card div{padding:22px}.product-card p{color:var(--brand-text-muted)}@media (max-width:991.98px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-heading{display:block}}@media (max-width:575.98px){.product-grid{grid-template-columns:1fr}}