.products-feature{background:linear-gradient(135deg,#fff 0,var(--brand-bg-alt) 100%)}.products-feature h1{font-size:max(2rem, min(4vw, 3.5rem))}.product-catalog .section-heading{margin-left:auto;margin-right:auto;text-align:center}.category-section{margin-top:48px}.category-section>h2{border-bottom:1px solid var(--brand-border);padding-bottom:12px}.category-desc{color:var(--brand-text);max-width:780px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{background:#fff;border:1px solid var(--brand-border);border-radius:var(--radius);overflow:hidden;display:grid}.product-card a{color:var(--brand-text);display:grid}.product-image-wrap{aspect-ratio:4/3;background:var(--brand-bg-alt);display:grid;align-items:center;justify-items:center;place-items:center;overflow:hidden}.product-image-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-body{padding:18px;display:grid;grid-gap:8px;gap:8px}.product-body strong{color:var(--brand-primary-dark);font-size:1.08rem}.product-card .btn{margin:0 18px 18px}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}