/* 
Warehouse pagina single producte, incluye swiper y la imagen ppal es muy pequeña 
Cambio la src con js y re-estilo
*/
#product  #product-images-large .swiper-wrapper picture img{
	opacity:0 !important;
	transition: all 0.2s linear;
}
#product #product-images-large .swiper-wrapper picture{
	max-height: 650px;
	display: flex;
	overflow-y: hidden;
	align-items: center;
	justify-content: center;
}
#product #product-images-large .swiper-wrapper picture img.img-product-modificada-vtm{
	opacity: 1 !important;
	min-width: calc( 100% - 20px );
	max-height:700px;
	min-height:769px !important;
	object-fit:contain !important;
	@media ( max-width:600px){
		max-height:400px;
		/*min-height:400px;*/
	}
}