{% sw_extends "@CrehlerMojeBambinoEngine/storefront/component/product/listing.html.twig" %}
{% block product_listing %}
{% set currentCategory = page.header.navigation.active %}
{% set isArrangment = (currentCategory.translated.customFields.crehler_category_is_arrangements
or currentCategory.translated.customFields.crehler_category_is_inspiration)
or app.request.query.has('is-arrangement')
%}
{% if isArrangment %}
{% set listingPagination = listingPagination|merge({'params': listingPagination.params|merge({'is-arrangement': 1})}) %}
{% set listingColumns = "col-sm-6 col-12" %}
{% set boxLayout = "arrangement" %}
{% endif %}
{{ parent() }}
{% endblock %}