.merch-carousel-wrapper {
  padding-bottom: var(--space-space-3xl);
}

.merch-carousel-slider .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: var(--space-space-xl);
}

.merch-carousel-items .swiper-slide .img {
  width: 100%;
  padding-bottom: var(--space-space-lg);
}

.merch-carousel-items .img img {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.enable-poster-image .img img {
  aspect-ratio: unset;
  object-fit: unset;
  height: 407px;
}
.enable-poster-image .desc {
  text-align: center;
}
.merch-carousel-item .desc {
  color: var(--color-foreground-foreground-default);
  padding-bottom: var(--space-space-lg);
} 

.merch-carousel-item .desc .title {
  font-size: var(--typography-font-size-body1-lg);
  line-height: var(--typography-line-height-body1-lg);
  font-weight: var(--font-weight-font-font-weight-regular);
  padding-bottom: var(--dimension-scale-4);
  color: var(--color-foreground-foreground-default);
}

.merch-carousel-slider .swiper-pagination-fraction.swiper-pagination {
  margin-top: var(--space-space-3xl);
}

@media only screen and (max-width: 960px) {
  .merch-carousel-slider .swiper-slide {
    margin-right: 0;
  }
  .merch-carousel-item {
    width: 270px;
  }
  .merch-carousel-slider.swiper {
    padding-left: var(--space-space-2xl);
  }
}
@media only screen and (max-width: 767px) {
  .merch-carousel-slider.swiper {
    padding-left: var(--space-space-xl);
  }
}
@media only screen and (max-width: 640px) {
  .merch-carousel-slider.swiper {
    padding-left: var(--space-space-lg);
  }
}