.products-hero{padding:86px 0 72px;background:var(--brand-bg-alt)}.category-card-feature img,.products-hero img{width:100%;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border)}.approved-category,.dynamic-products,.product-spec-table{padding:78px 0}.category-card-feature{display:grid;grid-template-columns:minmax(320px,0.85fr) minmax(0,1fr);grid-gap:34px;gap:34px;align-items:center;border:1px solid var(--brand-border);padding:24px;background:#fff}.product-category-group+.product-category-group{margin-top:46px}.product-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);background:#fff;cursor:pointer;transition:transform 180ms,box-shadow 180ms}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 34px rgba(10,10,10,.12)}.product-img img{width:100%;aspect-ratio:13/9;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-body{padding:20px}.product-body span{display:inline-flex;margin-top:10px;color:var(--brand-accent);font-weight:800}@media (max-width:767px){.category-card-feature{grid-template-columns:1fr}}