{% block layout_header_actions_cart_widget %}
{% if page.cart.lineItems|length > 0 %}
{% endif %}
{# Live updates of the cart will be shown by the offcanvas #}
{{ 'checkout.cartScreenReaderUpdate'|trans({
'%count%': page.cart.lineItems|length,
'%total%': page.cart.price.positionPrice|currency,
})|sw_sanitize }}
{% endblock %}