.catalog-header{padding:72px 0 44px;background:var(--brand-bg);border-bottom:1px solid var(--brand-border)}.catalog-title-row{display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.catalog-title-row h1{font-size:max(2rem, min(4vw, 3.5rem))}.catalog-title-row p:not(.eyebrow){max-width:760px}.catalog-list-section{padding:48px 0 88px;background:var(--brand-bg-alt)}.catalog-category+.catalog-category{margin-top:38px}.category-heading{margin-bottom:18px}.category-heading h2{margin-bottom:8px}.catalog-table{background:var(--brand-bg);border:1px solid var(--brand-border)}.catalog-row{display:grid;grid-template-columns:72px minmax(0,1fr) minmax(180px,260px) auto;grid-gap:18px;gap:18px;align-items:center;padding:16px;border-bottom:1px solid var(--brand-border)}.catalog-row:last-child{border-bottom:0}.catalog-row:hover{background:var(--brand-bg-alt)}.catalog-row img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.catalog-name h3{margin:0 0 4px}.catalog-name p{margin:0;font-size:.9rem}.catalog-specs{display:flex;gap:8px;flex-wrap:wrap}.catalog-specs span{padding:4px 8px;background:var(--brand-neutral-light);color:var(--brand-text);font-size:.78rem;font-weight:700}@media (max-width:991px){.catalog-row,.catalog-title-row{display:block}.catalog-title-row .btn{margin-top:18px}.catalog-row>*+*{margin-top:12px}}