When I change a product variation it is loaded by ajax and Swiper slider not working, to solve it add the next lines at the end of md_hosoren.js file
(function ($) {
Drupal.behaviors.exampleModule = {
attach: function (context, settings) {
if ($('.product-slider-main').length > 0) {
aweProductRender(true);
}
}
};
}(jQuery));