.cros-products-catalog{background:var(--brand-bg)}.cros-products-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:end;margin-bottom:38px}.cros-products-head p:not(.cros-eyebrow){max-width:760px;margin-bottom:0;color:var(--brand-text)}.cros-catalog-list{display:grid;grid-gap:36px;gap:36px}.cros-catalog-category{border:1px solid var(--brand-border);background:var(--brand-bg)}.cros-catalog-category__head{padding:22px 24px;border-bottom:1px solid var(--brand-border);background:var(--brand-bg-alt)}.cros-catalog-category__head h2{margin:0 0 6px;font-size:1.45rem}.cros-catalog-category__head p{margin:0;color:var(--brand-text)}.cros-product-rows{display:grid}.cros-product-row{display:grid;grid-template-columns:82px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--brand-border)}.cros-product-row:last-child{border-bottom:0}.cros-product-row:hover{background:#f8fafb}.cros-product-row__image{display:block;width:72px;height:72px;border:1px solid var(--brand-border);background:var(--brand-bg-alt)}.cros-product-row__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cros-product-row__body h3{margin:0 0 4px}.cros-product-row__body p{margin:0;color:var(--brand-text)}.cros-btn-row{background:var(--brand-primary-dark);color:var(--brand-text-inverse);min-height:38px;white-space:nowrap}.cros-btn-row:hover{background:var(--brand-primary);color:var(--brand-text-inverse)}@media (max-width:767px){.cros-product-row,.cros-products-head{grid-template-columns:1fr}.cros-btn-row{width:100%}}