{% set on_sale = product.onSale %}
{{ partial('breadcrumb-bar') }}

{{ product.name }}

{% if theme.ratingToggle %}
{% set product_rating = product.rating() %}

{% if product_rating.total_reviews %} {{ partial('product-rating-stars') }} ({{ product_rating.total_reviews }}) {% else %} ☆☆☆☆☆ (no reviews yet) {% endif %} {% if product_rating.total_reviews %} {{ partial('shop-product-review-view') }} View Review(s)  |   Write Review {% else %} Write Review {% endif %}

{% endif %}
{% if on_sale %} {{ product.fullPrice|currency }} {% endif %} {{ product.price|currency }}
{% if product.description %}
{{ product.description|unescape }}
{% endif %} {% if product.enabled %}
{% if not product.isOutOfStock() or product.allow_preorder %} {{ flash() }} Add to Cart {% if product.in_stock_amount %}
{{ product.in_stock_amount }} left in stock
{% endif %} {% else %}
This product is temporarily unavailable
{% endif %}
{% else %}
This product is not available
{% endif %} {% if product.priceTiers.count or product.productAttributes.count %}
{% if product.priceTiers.count %}

Bulk Pricing

{{ partial('shop-product-bulk-pricing')}}
{% endif %} {% if product.productAttributes.count %}

Product Specs

{{ partial('shop-product-attributes') }}
{% endif %}
{% endif %} {% if theme.socialToggle %} {% endif %}