@php
$itemsPerRow ??= get_products_per_row();
$itemsPerRowOnMobile = theme_option('ecommerce_products_per_row_mobile', 2);
@endphp
@foreach($products as $product)
@include(Theme::getThemeNamespace('views.ecommerce.includes.product-item'))
@endforeach
@if (theme_option('enable_quick_view', 'yes') === 'yes')
@include(Theme::getThemeNamespace('views.ecommerce.includes.quick-view-modal'))
@endif