.product-single__image-slider {
	--swiper-theme-color: var(--color-brand-primary--500);
	container: product-image-slider / inline-size;
	border: 1px solid #0002;
	.swiper-slide {
		aspect-ratio: 16/9;
		> * {
			width: 100%;
			height: 100%;

			img {
				width: 100%;
				height: 100%;
				object-fit: contain;
				object-position: center;
			}
		}
	}
	/* @container (width <= 750px) {
		.swiper-controls {
			display: none;
		}
	} */
}