{{ RvMedia::image($product->image, $product->name, 'medium', useDefaultImage: true) }}
@if (EcommerceHelper::isWishlistEnabled()) @endif @if (EcommerceHelper::isCompareEnabled()) @endif
{!! apply_filters('ecommerce_before_product_item_content_renderer', null, $product) !!} @if (is_plugin_active('marketplace') && $product->store) @endif

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

@if(EcommerceHelper::isReviewEnabled()) @include(Theme::getThemeNamespace('views.ecommerce.includes.product.style-1.rating')) @endif @include(Theme::getThemeNamespace('views.ecommerce.includes.product.style-1.price'))

{{ strip_tags($product->description) }}

@if (EcommerceHelper::isCartEnabled())
@endif {!! apply_filters('ecommerce_after_product_item_content_renderer', null, $product) !!}