.products-hero{background:linear-gradient(135deg,var(--brand-primary-dark),#2a2230)}.product-catalog{padding:82px 0}.product-category-block+.product-category-block{margin-top:70px}.category-heading{max-width:740px;margin-bottom:28px}.category-heading h2{font-size:2rem}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;transition:transform .22s,box-shadow .22s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(42,34,48,.12)}.product-card a{display:grid;color:var(--brand-text)}.product-card__image{background:var(--brand-neutral-light);aspect-ratio:4/3;display:grid;align-items:center;justify-items:center;place-items:center}.product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card__body{display:grid;grid-gap:10px;gap:10px;padding:22px}.product-card h3{margin:0;font-size:1.15rem}.product-card__action{color:var(--brand-primary-dark);font-weight:900}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}