/* Dedicated, cache-isolated featured-products marquee. */
.st-featured-marquee .st-carousel-viewport {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
  overscroll-behavior-x: contain !important;
  overscroll-behavior-y: auto !important;
  touch-action: pan-y pinch-zoom !important;
}

.st-featured-marquee .st-carousel-track {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  scroll-snap-type: none !important;
}

.st-featured-marquee .st-carousel-track > * {
  scroll-snap-align: none !important;
  flex-shrink: 0;
}

.st-featured-marquee .st-carousel-arrow,
.st-featured-marquee .st-carousel-arrow[disabled] {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
