.marcas-faixa { width: 100%; overflow: hidden; background: #fff; padding: 1.75rem 0; }
.marcas-trilho { display: flex; width: max-content; will-change: transform; }
.marcas-grupo { display: flex; flex-shrink: 0; align-items: center; }
.marca-item { flex: 0 0 11rem; width: 11rem; height: 4.5rem; padding: 0 1.5rem; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.marca-item img { width: 100%; height: 100%; object-fit: contain; flex-shrink: 0; }
.marca-item .marca-wella { width: 8rem; height: 8rem; }
.marca-item .marca-keune { width: 11rem; height: 8rem; }
.marca-item .marca-joico { width: 8.5rem; height: 8rem; }
.marca-item .marca-sebastian { width: 9rem; height: 7rem; }
@media (min-width: 1024px) { .marca-item { flex-basis: 12rem; width: 12rem; } }
