.rhod-products-page{padding:76px 0 96px;background:var(--brand-bg)}.products-title-row{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:38px;padding-bottom:28px;border-bottom:1px solid var(--brand-border)}.products-title-row h1{margin:0 0 12px;font-size:max(1.75rem, min(5vw, 3rem));font-weight:900;word-break:keep-all;word-wrap:anywhere}.products-title-row p:not(.eyebrow){max-width:720px;margin:0;color:var(--brand-text-muted);line-height:1.7}.catalog-list{display:grid;grid-gap:30px;gap:30px}.catalog-category-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:2px solid var(--brand-primary)}.catalog-category-head h2{margin:0;font-size:1.35rem;font-weight:900}.catalog-category-head span{color:var(--brand-text-muted);font-size:.82rem;font-weight:700;text-transform:uppercase}.catalog-row{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(220px,1fr) auto;grid-gap:18px;gap:18px;align-items:center;min-height:86px;padding:14px 0;border-bottom:1px solid var(--brand-border)}.catalog-product-link{display:flex;align-items:center;gap:14px;color:var(--brand-text);font-weight:800}.catalog-product-link img{width:64px;height:64px;flex:0 0 64px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.catalog-specs{display:flex;flex-wrap:wrap;gap:8px}.catalog-specs span{padding:4px 8px;background:var(--brand-bg-alt);color:var(--brand-text-muted);font-size:.76rem;font-weight:700}@media (max-width:991.98px){.products-title-row{align-items:flex-start;flex-direction:column}.catalog-row{grid-template-columns:1fr}}