{% if localization.available_countries.size > 1 %}
  • {{ localization.country | image_url: width: 20, height: 20 | image_tag }}
  • {% endif %} {% if shop.customer_accounts_enabled %}
  • {% render 'svg-icons', icon: 'account', size: 20 %}
  • {% endif %} {% if settings.search %}
  • {% render 'svg-icons', icon: 'search', size: 20 %}
  • {% endif %}
  • {% render 'svg-icons', icon: 'cart', size: 20 %} {% render 'cart-count-badge' %}