{% capture boldCartCount %}{% render 'bold-options-hybrid-cart-item-count' with cart %}{% endcapture %}
{% assign cartItemCount = boldCartCount | plus: 0 %}
{% if cartItemCount == 0 %}
  {% assign cart = empty %}
{% endif %}