Возврат изображения на первую позицию в каталоге товаров.
В файл /bitrix/templates/aspro_max/js/custom.js допишите:
$(document).on("mouseleave", ".section-gallery-wrapper", function () {
$(this).children().removeClass("_active");
$(this).children('span:first').addClass("_active");
})...