{% partial '@favorite' product=product %}
{% if product.is_on_sale %} {{ 'pixel.shop::lang.frontend.onsale'|trans }} {% endif %} {% if product.quantity < 1 and product.quantity != null %} {{ 'pixel.shop::lang.frontend.soldout'|trans }} {% endif %}
{% if product.image %} {% endif %}
{% if product.brand.name %} {{ product.brand.name }} {% endif %}

{{ str_limit( product.name, 48,'...') }}

{{ product.getPrice()|currency }}

{% if product.is_on_sale %} {{ product.getOldPrice()|currency }} {% endif %} {% if product.categories|length > 0 %}

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

{% endif %} {% if product.short_description %}

{{ str_limit( product.short_description, 120,'...')|nl2br }}

{% endif %}
{% if product.quantity > 0 or product.quantity == null %}
{% if showQuickAdd %} {% if product.is_with_variants and product.variants|length > 0 %} {{ 'pixel.shop::lang.frontend.moreinfo'|trans }} {% else %} {% endif %} {% else %} {{ 'pixel.shop::lang.frontend.moreinfo'|trans }} {% endif %}
{% else %} {{ 'pixel.shop::lang.frontend.order_reserve'|trans }} {% endif %}