.split-showcase{padding:82px 0;background:var(--brand-bg-alt)}.split-showcase img{width:100%;min-height:330px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border)}.catalog-category{margin-bottom:28px}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.product-card{display:grid;grid-gap:12px;gap:12px;text-align:left;padding:18px;border:1px solid var(--brand-border);background:var(--brand-bg);color:var(--brand-text)}.product-img{display:grid;align-items:center;justify-items:center;place-items:center;background:var(--brand-bg-alt)}.product-img img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.product-name{font-weight:750}.product-action{color:var(--brand-primary);font-size:.9rem;font-weight:700}