diff --git a/sections/header.liquid b/sections/header.liquid
index d873bdda7..4f7dc13e4 100644
--- a/sections/header.liquid
+++ b/sections/header.liquid
@@ -16,7 +16,10 @@
{% endif %}
-
+
{% if cart.item_count > 0 %}
{{ cart.item_count }}
{% endif %}