#infoPrincipal > h1 {
	display: none !important;
}

.img-grande {
	width: 500px;
	height: 300px;
}

.img-pequena {
	width: 100px;
	/* ajusta el tamaño según tus preferencias */
	height: 50px;
}

aside {
	width: 30%;
	padding-left: 15px;
	margin-left: 15px;
	float: right;
	font-style: italic;
	background-color: lightgray;
}

scroll-container {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 500px;
	height: 250px;
	overflow-y: scroll;
	scroll-behavior: smooth;
}


#contenedorZoom {
	overflow: hidden;
	height: auto;
	position: relative;
}

#ImgSliderDet1 {
	transition: transform 0.3s ease;
}

#ImgSliderDet1:hover {
	transform-origin: top left;
	transform: scale(1.2);
}

.card-img-top {
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.value-main {
	font-size: 1.5em;
	color: #333;
}

.value-second {
	text-decoration: line-through;
}

.value-tax {
	font-size: 0.9em;
	color: #666;
}

.carousel-item img,
.carousel-item video {
	width: 100%;
	height: 500px;
	object-fit: contain;
}

.carousel-indicators {
	padding-bottom: 42px;
	pointer-events: none;
}

.carousel-control-next, 
.carousel-control-prev {
	width: 48px;
	height: 48px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
}

.carousel-indicators li {
	pointer-events: auto;
}
@media screen and (max-width: 767px) {
	.carousel-item img,
	.carousel-item video {
		width: 100%;
		height: 100%;
		object-fit: contain;
		aspect-ratio: 1/1;
	}
	.detail-producto {
		padding-top: 2rem;
	}
}
/* Otros estilos */