Hello,
1) Keep this option disabled in Elementor settings https://prnt.sc/25zpc8j Check now.
2) We’ll add option to show a slider for the product images on mobile only in one of the next theme update.
Added below code to Theme Options > Custom CSS to change the order of the elements for the mobile version
@media only screen and (max-width: 992px){
.single-product-builder .row > div > .row {
display: flex;
flex-direction: column;
}
.single-product-builder .row > div > .row .element-TFML4 {
order: -1;
}
}
Regards