/**
 * Global Single Product gallery image fitting.
 */

body.single-product .cie-product-gallery .cie-product-gallery__frame img {
	transform: none !important;
}

body.single-product .cie-product-gallery .cie-product-gallery__thumb img {
	object-fit: contain !important;
	background: #fff;
}

/* Keep thumbnail navigation inside the strip instead of scrolling its parent. */
body.single-product .cie-product-gallery .cie-product-gallery__thumbs {
	min-width: 0 !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scrollbar-width: none !important;
}

body.single-product .cie-product-gallery .cie-product-gallery__thumbs::-webkit-scrollbar {
	display: none !important;
}
