{% sw_extends '@Storefront/storefront/layout/header/actions/cart-widget.html.twig' %}
{% block layout_header_actions_cart_widget %}
<span class="header-cart-icon">
{% sw_icon 'bag' %}
</span>
<span class="header-cart-total">
<sup class="product-count has-{{ page.cart.lineItems|length }}">{{ page.cart.lineItems|length != 0 ? page.cart.lineItems|length : '' }}</sup>
</span>
{% endblock %}