{{> components/common/quick-search}}
    {{#each categories}}
  • {{#if ../theme_settings.navigation_design '===' 'simple'}} {{> components/common/navigation-list}} {{/if}} {{#if ../theme_settings.navigation_design '===' 'alternate'}} {{> components/common/navigation-list-alternate}} {{/if}}
  • {{/each}} {{#unless theme_settings.hide_content_navigation}} {{#each pages}}
  • {{name}}
  • {{/each}} {{/unless}}
    {{#if currency_selector.currencies.length '>' 1}}
  • {{lang 'common.currency' code=currency_selector.active_currency_code}}
      {{#each currency_selector.currencies}}
    • {{#if is_active}} {{name}} {{else}} {{name}} {{/if}}
    • {{/each}}
  • {{/if}} {{#if settings.gift_certificates_enabled}}
  • {{lang 'common.gift_cert'}}
  • {{/if}} {{#if customer.store_credit.value '>' 0}}
  • {{lang 'common.store_credit_overview' credit=customer.store_credit.formatted}}
  • {{/if}} {{#if theme_settings.product_list_display_mode '==' 'list'}}
  • {{lang 'common.compare'}}
  • {{/if}} {{#if customer}}
  • {{lang 'common.account'}}
    • {{lang 'account.nav.orders'}}
    • {{#if settings.returns_enabled}}
    • {{lang 'account.nav.returns'}}
    • {{/if}}
    • {{lang 'account.mobile_nav.messages'}}
    • {{lang 'account.nav.addresses'}}
    • {{lang 'account.mobile_nav.wishlists'}}
    • {{lang 'account.nav.recently_viewed'}}
    • {{lang 'account.nav.settings'}}
  • {{lang 'common.logout'}}
  • {{else}}
  • {{lang 'common.login'}} {{#if settings.account_creation_enabled}} {{lang 'common.or'}} {{lang 'common.sign_up'}} {{/if}}
  • {{/if}} {{#if theme_settings.social_icon_placement_top}}
  • {{> components/common/social-links}}
  • {{/if}}