.products-showcase{background:var(--brand-bg-alt);padding:80px 0}.products-showcase img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:#dde6ee}.category-block{margin-bottom:64px}.category-heading{max-width:820px;margin-bottom:26px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);background:#fff;transition:transform 180ms,box-shadow 180ms}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(6,30,43,.12)}.product-img{aspect-ratio:4/3;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center}.product-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-body{padding:22px}.product-body p{min-height:78px}.product-body span{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}