{% if brand.images|first != false %}
{% set path = brand.images|first.path|imagine_filter(filter|default('sylius_shop_product_thumbnail')) %}
<div class="img-kit py-3 py-md-4 px-md-3 px-2 text-center"><img src="{{ path }}" {{ sylius_test_html_attribute('main-image') }} alt="{{ brand.name }}" class="rounded-0" /></div>
{% endif %}
<h3 class="libelle-brand lib-kit text-uppercase text-center color-orange mb-0"> {{ brand.name }} </h3>
{% set totalProductBrand = app_get_total_product_by_brand(brand) %}
<div class="text-grey py-2 fontsize-normal text-center">{{ (totalProductBrand|length) }} article(s)</div>