.trel-product-category{margin-bottom:58px}.trel-product-category>h2{border-bottom:2px solid var(--brand-border);padding-bottom:14px;margin-bottom:24px}.trel-product-featured{display:grid;grid-template-columns:minmax(280px,0.48fr) 1fr;grid-gap:28px;gap:28px;align-items:center;padding:26px;border:1px solid var(--brand-border);background:var(--brand-bg-alt);border-radius:var(--brand-radius);margin-bottom:24px}.trel-product-image{min-height:260px;background:#fff;display:grid;align-items:center;justify-items:center;place-items:center}.trel-product-card img,.trel-product-image img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:#fff}.trel-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.trel-product-card{border:1px solid var(--brand-border);padding:18px;background:#fff;border-radius:var(--brand-radius)}@media (max-width:767px){.trel-product-featured{grid-template-columns:1fr}}