.sc-product-gallery {
	position: relative;
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.sc-product-gallery__link {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.sc-product-gallery__slides {
	position: relative;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.sc-product-gallery__slide {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
}

.sc-product-gallery__slide:first-child {
	position: relative;
}

.sc-product-gallery__slide:not(:first-child) {
	width: 100%;
	height: 100%;
}

.sc-product-gallery__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.sc-product-gallery__slide img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.sc-product-gallery__dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 6px 8px;
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
}

.sc-product-gallery--multi .sc-product-gallery__dots {
	opacity: 1;
}

.sc-product-gallery.is-active .sc-product-gallery__dots {
	opacity: 1;
}

.sc-product-gallery__dot {
	flex: 0 1 16px;
	width: 16px;
	max-width: 16px;
	height: 3px;
	border-radius: 2px;
	background: rgb(214 214 214);
	transition: background-color 0.2s ease;
}

.sc-product-gallery__dot.is-active {
	background: #eb5385;
}

/* Match theme: .sc-module-img img { display: block; margin: 0 auto; } */
.sc-module-img .sc-product-gallery {
	display: block;
	width: 100%;
	z-index: 1;
}

.sc-module-img .sc-product-gallery__link,
.sc-module-img .sc-product-gallery__slides {
	display: block;
	width: 100%;
}

.sc-module-img .sc-product-gallery__slide:first-child {
	width: 100%;
}

.sc-module-img .sc-product-gallery__slide img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
	.sc-product-gallery__slide,
	.sc-product-gallery__dots,
	.sc-product-gallery__dot {
		transition: none;
	}
}

@media (max-width: 500px) {
	[data-type=split] .sc-module-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}

	[data-type=split] .sc-module-caption {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
	}

	[data-type=split] .sc-module-title {
		font-size: .83rem;
	}
}
