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

@include(Theme::getThemeNamespace('views.ecommerce.includes.product-price-big'))
@csrf @if ($product->has_variation)
{!! render_product_swatches($product, [ 'selected' => $selectedAttrs, 'view' => Theme::getThemeNamespace() . '::views.ecommerce.attributes.swatches-renderer' ]) !!}
@endif @if ($product->options()->count() > 0 && isset($product->toArray()['options']))
{!! render_product_options($product) !!}
@endif {!! Theme::partial('product-availability', compact('product', 'productVariation')) !!} {!! apply_filters(ECOMMERCE_PRODUCT_DETAIL_EXTRA_HTML, null, $product) !!}