{% sw_extends '@Storefront/storefront/component/product/breadcrumb.html.twig' %}{% block component_product_breadcrumb %} {{ parent() }} <div class="breadcrumb-placeholder"> {% sw_icon 'arrow-medium-right' style { 'size': 'fluid', 'pack': 'solid'} %} </div> <span class="breadcrump-current"> {{ product.translated.name }} </span>{% endblock %}