diff --git a/src/Resources/views/storefront/layout/footer/footer.html.twig b/src/Resources/views/storefront/layout/footer/footer.html.twig
index b16a26e..cff684b 100644
--- a/src/Resources/views/storefront/layout/footer/footer.html.twig
+++ b/src/Resources/views/storefront/layout/footer/footer.html.twig
@@ -12,7 +12,7 @@
{% block layout_footer_navigation_hotline_headline %}
{{ 'footer.serviceHotlineHeadline'|trans|sw_sanitize }}
diff --git a/src/Resources/views/storefront/layout/header/actions/cart-widget.html.twig b/src/Resources/views/storefront/layout/header/actions/cart-widget.html.twig
index fbbcf22..8b326f6 100644
--- a/src/Resources/views/storefront/layout/header/actions/cart-widget.html.twig
+++ b/src/Resources/views/storefront/layout/header/actions/cart-widget.html.twig
@@ -5,7 +5,7 @@
{% sw_icon 'bag' %}
{% if page.cart.lineItems|length > 0 %}
-
+
{% endif %}