.illu-products-hero{padding:160px 0 88px}.illu-product-intro{max-width:760px;margin:0 auto 32px;text-align:center}.illu-product-category+.illu-product-category{margin-top:56px}.illu-product-category h2{margin-bottom:22px}.illu-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.illu-product-card{position:relative}.illu-product-card button{width:100%;height:100%;border:1px solid var(--brand-border);border-radius:var(--radius);padding:0;overflow:hidden;background:#fff;text-align:left}.illu-product-img{display:block;aspect-ratio:4/3;background:var(--brand-bg-alt)}.illu-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.illu-product-action,.illu-product-name{display:block;padding:0 18px}.illu-product-name{padding-top:18px;color:var(--brand-text);font-weight:900}.illu-product-action{padding-top:8px;padding-bottom:18px;color:var(--brand-primary-dark);font-weight:800}@media (max-width:991px){.illu-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.illu-product-grid{grid-template-columns:1fr}}