/* Carousel item background override */
#productGalleryCarousel .carousel-inner {
	background-color: transparent !important;
}
#productGalleryCarousel .carousel-item {
	background-color: lightgrey !important;
	min-height: 320px;
	padding: 8px;
	box-sizing: border-box;
}

/* Ensure link wrapper doesn't override background */
#productGalleryCarousel .carousel-item > a {
	background-color: transparent !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 100% !important;
	width: 100% !important;
}

/* Keep inner layout centered as well */
#productGalleryCarousel .carousel-item > a > * {
	display: block;
	margin: 0 auto;
}

/* Optional: show grey around images that don't fill the slide */
#productGalleryCarousel .carousel-item img {
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
	background-color: transparent !important;
}

.bg-light {
  --bs-bg-opacity: 0;
}

