.em-products-hero{background:var(--em-primary-dark);padding:180px 0 80px;text-align:center}.em-products-hero h1{color:#fff;font-size:42px;margin-bottom:16px}.em-products-hero p{color:rgba(255,255,255,.8);font-size:18px;max-width:650px;margin:0 auto}.em-products-grid{padding:64px 0}.em-category-heading{font-size:28px;font-weight:700;color:var(--em-text);margin-bottom:8px;padding-bottom:12px;border-bottom:2px solid var(--em-secondary);display:inline-block}.em-category-desc{color:var(--em-text-muted);font-size:15px;margin-bottom:32px}.em-prod-card{background:#fff;border:1px solid var(--em-border);overflow:hidden;transition:box-shadow .2s;cursor:pointer;height:100%;display:flex;flex-direction:column}.em-prod-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.08)}.em-prod-card-img{width:100%;height:200px;overflow:hidden;background:var(--em-bg-alt);display:flex;align-items:center;justify-content:center}.em-prod-card-img ai-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.em-prod-card-body{padding:20px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.em-prod-card-name{font-size:16px;font-weight:600;color:var(--em-text);margin-bottom:12px}.em-prod-card .em-btn-primary{padding:8px 20px;font-size:13px;width:100%;text-align:center}