.ces-product-showcase{padding:80px 0;background:linear-gradient(120deg,#f8e9fb,var(--brand-bg-alt))}.ces-product-showcase h1{font-size:max(2rem, min(4vw, 3.5rem));color:var(--brand-text)}.ces-product-showcase p{color:var(--brand-text)}.ces-product-showcase img{width:100%;aspect-ratio:9/7;border-radius:var(--brand-radius);background:#dde6e3;-o-object-fit:cover;object-fit:cover}.ces-product-catalog{background:#fff}.ces-product-category+.ces-product-category{margin-top:64px;padding-top:64px;border-top:1px solid var(--brand-border)}.ces-category-heading{margin-bottom:24px}.ces-category-heading p{margin-bottom:6px;color:var(--brand-primary-dark);font-size:.78rem;font-weight:700;text-transform:uppercase}.ces-product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.ces-product-card{border:1px solid var(--brand-border);background:#fff}.ces-product-card button{width:100%;padding:0;border:0;background:#fff;color:var(--brand-text);text-align:left}.ces-product-image{display:block;aspect-ratio:1/1;overflow:hidden;background:var(--brand-neutral-light)}.ces-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ces-product-action,.ces-product-name{display:block;padding:0 16px}.ces-product-name{padding-top:16px;font-size:1rem;font-weight:700}.ces-product-action{padding-top:8px;padding-bottom:18px;color:var(--brand-primary-dark);font-size:.82rem}@media (max-width:991px){.ces-product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.ces-product-grid{grid-template-columns:1fr}}