.faro-catalog{padding:72px 0 96px}.faro-catalog__toolbar{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-bottom:32px}.faro-catalog__toolbar p{margin-bottom:0}.faro-catalog__category{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);margin-bottom:24px;overflow:hidden}.faro-catalog__category>h3{background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border);margin:0;padding:18px 22px}.faro-product-row{align-items:center;border-bottom:1px solid var(--brand-border);display:grid;grid-template-columns:72px minmax(0,1fr) auto;grid-gap:18px;gap:18px;padding:18px 22px}.faro-product-row:last-child{border-bottom:0}.faro-product-row:hover{background:rgba(62,200,218,.08)}.faro-product-row img{aspect-ratio:1/1;background:var(--brand-neutral-light);border-radius:12px;-o-object-fit:cover;object-fit:cover;width:72px}.faro-product-row h4{font-size:1.06rem;margin-bottom:4px}.faro-product-row p{margin-bottom:0}@media (max-width:767px){.faro-catalog__toolbar{align-items:flex-start;flex-direction:column}.faro-product-row{grid-template-columns:64px 1fr}.faro-product-row .btn{grid-column:1/-1;width:100%}}