Dear, i check and see the shop page in theme use image size 270x370 if you want change image size, please install and switch your site to use iVent child theme. Then add custom PHP code in file functions.php of iVent child theme.
Please change 270 and 370 to size width and height you want use.
function custom_noo_thumbnail_shop_size(){
add_image_size('noo-thumbnail-shop',270,370, true);
}
add_action('after_setup_theme', 'custom_noo_thumbnail_shop_size',50);
After add custom code, please install and use plugin Regenerate Thumbnails to regenerate thumbnail on your site.
Best regards.