{!! apply_filters('ecommerce_before_product_item_content_renderer', null, $product) !!}
@if (is_plugin_active('marketplace') && $product->store)
@endif
@include(Theme::getThemeNamespace('views.ecommerce.includes.product.style-1.rating'))
@include(Theme::getThemeNamespace('views.ecommerce.includes.product.style-1.price'))
@if ($withCountdown ?? false)
@include(Theme::getThemeNamespace('views.ecommerce.includes.product.countdown'), compact('endDate'))
@endif
{!! apply_filters('ecommerce_after_product_item_content_renderer', null, $product) !!}