.sn-home-brands .sn-home-brands__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.sn-home-brands .sn-home-brands__controls { display: none; }
.sn-home-brands .sn-home-brand-viewport { margin-top: 20px; width: 100%; }
.sn-home-brands .sn-home-brand-track { display: grid; grid-template-columns: repeat(auto-fit,minmax(120px,1fr)); }
.sn-home-brands .sn-home-brand-cell {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  padding: 8px 20px;
  min-width: 0;
}
.sn-home-brands .sn-home-brand-cell img { display: block; width: 100%; max-width: 130px; height: 100%; object-fit: contain; filter: brightness(0); opacity: .6; }
/* Preserve the white background of the two original opaque images as neutral. */
.sn-home-brands .sn-home-brand-cell--opaque img { filter: grayscale(1); mix-blend-mode: multiply; }
.sn-home-brands img[src$="/home-brand-aje.svg"] { max-width: 94px; }
body.dark-theme .sn-home-brands .sn-home-brand-cell img { filter: brightness(0) invert(1); }
.sn-home-brands .sn-home-brand-viewport.is-ready { position: relative; overflow: hidden; touch-action: pan-y; }
.sn-home-brands .sn-home-brand-viewport.is-ready .sn-home-brand-track { display: flex; flex-wrap: nowrap; }
.sn-home-brands .sn-home-brand-viewport.is-ready .sn-home-brand-cell { flex: 0 0 var(--brand-slot); width: var(--brand-slot); }
.sn-home-brands .sn-home-brand-cell[aria-hidden="true"] { visibility: hidden; }
@media (max-width: 640px) {
  .sn-home-brands .sn-home-brand-cell { height: 82px; padding: 8px 18px; }
}
