{% sw_extends '@Storefront/storefront/component/product/listing.html.twig' %}{% block element_product_listing_col %} {% for product in searchResult %} <div class="cms-listing-col col-sm-6 col-lg-6 col-xl-6"> {% block element_product_listing_box %} {% sw_include '@Storefront/storefront/component/product/card/box.html.twig' with { 'layout': boxLayout, 'displayMode': displayMode } %} {% endblock %} </div> {% endfor %}{% endblock %}{% block product_listing %} {{ parent() }}{% endblock %}