.brands-window {
  padding-top: 8px;
  padding-bottom: 12px;
  margin-top: -8px;
  margin-bottom: -12px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.brands-window.is-dragging {
  cursor: grabbing;
}

.brands-track.is-interactive {
  animation: none !important;
  will-change: transform;
}

.brand-placeholder {
  transform: translateY(0);
}

.brand-placeholder:hover {
  transform: translateY(-4px);
}

@media (hover: none) {
  .brand-placeholder:hover {
    transform: none;
  }
}
