.lec-product-showcase{background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border)}.lec-product-showcase h1{font-size:max(2rem, min(4vw, 3.5rem))}.lec-product-showcase img{width:100%;height:440px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.lec-product-catalog{background:#fff}.lec-catalog-intro{max-width:720px;margin-bottom:40px}.lec-product-category{padding:0 0 64px}.lec-product-category+.lec-product-category{padding-top:64px;border-top:1px solid var(--brand-border)}.lec-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.lec-product-card{overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;cursor:pointer;transition:.2s}.lec-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(33,26,23,.12)}.lec-product-image{aspect-ratio:4/3;background:var(--brand-neutral-light)}.lec-product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;color:transparent;font-size:0;text-indent:-9999px}.lec-product-card-body{padding:20px}.lec-product-card-body span{color:var(--brand-primary-dark);font-weight:700}@media (max-width:991px){.lec-product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.lec-product-grid{grid-template-columns:1fr}}