{{ this.theme.site_name }}
    {% set arMenuItemList = HeaderStaticMenu.menuItems() %} {% for obMenuItem in arMenuItemList if obMenuItem.viewBag.isHidden == false %} {% if obMenuItem.items is not empty %}
  • {{ obMenuItem.title }}
    {% for obChildMenuItem in obMenuItem.items %} {% if obChildMenu.viewBag.isHidden == false %} {{ obChildMenuItem.title }} {% if loop.last == false %}
    {% endif %} {% endif %} {% endfor %}
  • {% else %}
  • {{ obMenuItem.title }}
  • {% endif %} {% endfor %}
{# search is hidden for the next release version #} {#
#} {% if this.theme.facebook_link is not empty or this.theme.instagram_link is not empty or this.theme.twitter_link is not empty %}
    {% if this.theme.facebook_link is not empty %}
  • {% endif %} {% if this.theme.instagram_link is not empty %}
  • {% endif %} {% if this.theme.twitter_link is not empty %}
  • {% endif %}
{% endif %}
{% partial 'product/cart-link-header/cart-link-header' %}