/* Product Hero
--------------------------------------------- */


.productHero img {
	object-fit: contain;
	object-position: center;
	height: 100%;
	min-height: 200px;
	max-height: 50vh;
	width: 100%;
	display: block;
}

.productHero .zoom {
	cursor: zoom-in;
}

.productHero .carousel-indicators {
	position: relative;
}

.productHero .carousel-indicators [data-bs-target]{
	width: 6px;
    border-radius: 100%;
    height: 6px;
    background-color: #0939a3;
}

.productHero h1 {
	font-size: 1.5rem !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.productHero h1 {
		font-size: 1.75rem !important;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.productHero h1 {
		font-size: 2rem !important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.productHero h1 {
		font-size: 2.5rem !important;
	}
}