$style === 3, $class ?? null])>
{{ RvMedia::image($product->image, $product->name, 'medium', true) }} @include(Theme::getThemeNamespace('views.ecommerce.includes.product.badges')) @include(Theme::getThemeNamespace('views.ecommerce.includes.product.style-1.actions'))
{!! apply_filters('ecommerce_before_product_item_content_renderer', null, $product) !!} @if (is_plugin_active('marketplace') && $product->store) @endif

{!! BaseHelper::clean($product->name) !!}

@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) !!}