{{ product.name }}

{% if product.is_on_sale %} {{ 'pixel.shop::lang.frontend.onsale'|trans }} {% endif %} {% if product.quantity > 0 %} {{ 'pixel.shop::lang.frontend.instock'|trans }} {% endif %} {% if not product.isInfiniteQuantity() and product.quantity == 0 %} {{ 'pixel.shop::lang.frontend.soldout'|trans }} {% endif %}
{% if product.categories|length > 0 %}

{{ product.categories.lists('name')|join(', ') }}

{% endif %}

{{ product.getPrice()|currency }} {% if product.is_on_sale %}   {{ product.getOldPrice()|currency }} {% endif %}

{% if product.brand %}
{{ 'pixel.shop::lang.frontend.brand'|trans }} {% if (product.brand.url) %} {{ product.brand.name }} {% else %} {{ product.brand.name }} {% endif %}
{% endif %}
{{ product.description|raw }}

{% if product.attachments|length > 0 %}

{{ 'pixel.shop::lang.frontend.attachments'|trans }}

{% for file in product.attachments %} {{ file.title ? file.title : file.file_name }}
{% endfor %}
{% endif %} {% if product.is_with_variants %} {% for variant in product.variants %}
{% endfor %} {% endif %} {% if product.quantity > 0 or product.isInfiniteQuantity() %}
{% endif %}

{% partial '@share-buttons' %}