.inverted-shadow-red {
  width: 100vw;
  max-width: 100vw;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100%;
  background-color: var(--color-surface-surface-inverse);
}
.merch-carousel-wrapper {
  position: relative;
}
.merch-carousel-wrapper .sponser-stripe-wrap {
    margin-bottom: var(--space-space-lg);
}