.seal-products-featured{background:var(--brand-bg-alt);padding:82px 0}.seal-products-featured img{width:100%;min-height:400px;-o-object-fit:cover;object-fit:cover;background:#dbe6f1;border-radius:var(--seal-radius);box-shadow:var(--seal-shadow)}.seal-product-category{margin-bottom:60px}.seal-category-head{max-width:760px;margin-bottom:26px}.seal-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.seal-product-card{border:1px solid var(--brand-border);background:var(--brand-bg);border-radius:var(--seal-radius);overflow:hidden;transition:.2s}.seal-product-card:hover{transform:translateY(-4px);box-shadow:var(--seal-shadow)}.seal-product-img{aspect-ratio:4/3;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center}.seal-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.seal-product-body{padding:22px}.seal-product-body span{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.seal-product-grid{grid-template-columns:1fr}}