{{ format_price($product->front_sale_price_with_taxes) }} @if ($product->front_sale_price !== $product->price) {{ format_price($product->price_with_taxes) }} @endif
{!! clean($product->description) !!}
@if ($product->variations()->count() > 0)
{!! render_product_swatches($product, [
'selected' => $selectedAttrs,
'view' => Theme::getThemeNamespace() . '::views.ecommerce.attributes.swatches-renderer'
]) !!}
@endif