.ipg-catalog-heading{padding:64px 0 40px;border-bottom:1px solid var(--brand-border);background:var(--brand-bg-alt)}.ipg-catalog-heading .container{display:flex;justify-content:space-between;align-items:end;gap:32px}.ipg-catalog-heading span{color:var(--brand-primary);font-weight:800;letter-spacing:.12em;text-transform:uppercase}.ipg-catalog-heading h1{margin:10px 0 12px}.ipg-catalog-heading p{max-width:720px;margin:0;color:var(--brand-text)}.ipg-catalog-group+.ipg-catalog-group{margin-top:56px}.ipg-category-row{display:flex;justify-content:space-between;gap:24px;border-bottom:3px solid var(--brand-primary)}.ipg-category-row h2{margin:0 0 12px}.ipg-category-row p{margin:0 0 12px;color:var(--brand-text)}.ipg-product-row{display:grid;grid-template-columns:72px minmax(180px,1fr) minmax(260px,2fr) auto;align-items:center;grid-gap:24px;gap:24px;padding:18px 12px;border-bottom:1px solid var(--brand-border)}.ipg-product-row:hover{background:var(--brand-bg-alt)}.ipg-product-row img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light);border:1px solid var(--brand-border)}.ipg-product-row h3{margin:0}.ipg-product-row span{color:var(--brand-text)}@media (max-width:767.98px){.ipg-catalog-heading .container{align-items:flex-start;flex-direction:column}.ipg-product-row{grid-template-columns:64px 1fr}.ipg-product-row>button,.ipg-product-row>span{grid-column:2;justify-self:start}.ipg-category-row{flex-direction:column}}