/** Shopify CDN: Minification failed

Line 33:28 Expected ";"

**/
s-carousel .swiper {
  @apply overflow-visible;
}

s-carousel .swiper.swiper-initialized {
  @apply overflow-hidden;
}

s-carousel .swiper-wrapper {
  @apply block;
}

s-carousel .swiper-initialized .swiper-wrapper {
  @apply flex;
}

s-carousel .swiper-button-prev,
s-carousel .swiper-button-next {
  display: none;
}

s-carousel .swiper-initialized .swiper-button-prev,
s-carousel .swiper-initialized .swiper-button-next {
  @apply flex;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  @apply pointer-events-none
}

.scroll-carousel .swiper-scrollbar-drag {
	@apply bg-black;
}

.scroll-carousel .swiper-initialized .swiper-button-prev, 
.scroll-carousel .swiper-initialized .swiper-button-next {
	@apply hidden
	desktop:flex;
}

.scroll-carousel .swiper-button-next:after, 
.scroll-carousel .swiper-rtl .swiper-button-prev:after,
.scroll-carousel .swiper-button-prev:after, 
.scroll-carousel .swiper-rtl .swiper-button-next:after {
	content: "";
}

.scroll-carousel--offset .swiper-horizontal>.swiper-scrollbar, 
.scroll-carousel--offset .swiper-scrollbar.swiper-scrollbar-horizontal {
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%) - 24px);
}

@media screen(desktop) {
	.scroll-carousel--offset .swiper-horizontal>.swiper-scrollbar, 
	.scroll-carousel--offset .swiper-scrollbar.swiper-scrollbar-horizontal {
		width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
	}
}