@media only screen and (max-width: 767px) { .product-single__photo { transform: scale(1) !important; object-fit: contain !important; } .product__media img { max-width: 100%; height: auto !important; } @media only screen and (max-width: 767px) { /* Asegura que la imagen no se escale por hover */ .product-single__photo, .product__media img, .product__media { transform: none !important; object-fit: contain !important; pointer-events: none !important; touch-action: none !important; } /* Elimina cualquier lupa o cursor de zoom */ .zoom, .zoomImg, .media--zoom, .product__media-item:hover, .product__media-wrapper:hover { display: none !important; pointer-events: none !important; } /* Cambia el cursor para evitar confusión */ .product__media img { cursor: default !important; } } }