.hnc-products h1{font-size:max(2rem, min(4vw, 3.5rem))}.hnc-products__title{max-width:980px}.hnc-product-group{margin-top:48px}.hnc-product-list{border-top:1px solid var(--brand-border)}.hnc-product-row{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;grid-gap:24px;gap:24px;min-height:96px;padding:16px;border-right:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border);border-left:1px solid var(--brand-border);background:var(--brand-bg)}.hnc-product-row:hover{background:var(--brand-bg-alt)}.hnc-product-row img{display:block;width:64px;height:64px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.hnc-product-row h3{margin:0;font-size:1.125rem}@media (max-width:575.98px){.hnc-product-row{grid-template-columns:64px minmax(0,1fr);gap:12px 16px}.hnc-product-row .btn{grid-column:1/-1}}