<style>
  /*--- Fonts (mirrors sections/header.liquid — see the note there) ---*/
  @font-face {
    font-family: "Neue Haas Grotesk Display Pro - 55 Roman";
    src: url({{ 'HaasGrotDisp-55Roman.otf' | file_url }}) format("opentype")
  }
  @font-face {
    font-family: "Neue Haas Grotesk Display Pro - Medium";
    src: url({{ 'HaasGrotDisp-55Roman.otf' | file_url }}) format("opentype")
  }
  @font-face {
    font-family: "Zen Kaku Gothic New - Regular";
    src: url({{ 'ZenKakuGothicNew-Regular.ttf' | file_url }}) format("truetype")
  }
  @font-face {
    font-family: "Zen Kaku Gothic New - Medium";
    src: url({{ 'ZenKakuGothicNew-Medium.ttf' | file_url }}) format("truetype")
  }
</style>


<link rel="stylesheet" href="{{ 'beyond-checkout.css' | asset_url }}" media="print" onload="this.media='all'">
<link rel="stylesheet" href="{{ 'beyond-store.css' | asset_url }}" media="print" onload="this.media='all'">
<link rel="stylesheet" href="{{ 'beyond-copy.css' | asset_url }}" media="print" onload="this.media='all'">

<noscript>{{ 'beyond-checkout.css' | asset_url | stylesheet_tag }}</noscript>
<noscript>{{ 'beyond-store.css' | asset_url | stylesheet_tag }}</noscript>
<noscript>{{ 'beyond-copy.css' | asset_url | stylesheet_tag }}</noscript>

<script defer="defer">
  window.BigShop = {rootUrl: "{{ request.locale.root_url | split: '/' | join: '/' | append: '/' | default: '/' }}"};
</script>

<script src="{{ 'beyond-checkout.js' | asset_url }}" defer="defer"></script>
<script src="{{ 'beyond-header.js' | asset_url }}" defer="defer"></script>

 
<header class="header-nav-frame font-detail">
  <div>
    <nav class='header-nav'>
      <a class='header-logo' target="_blank" href='https://bigscreenvr.com'><img src='https://www.bigscreenvr.com/images/logos/bigscreen.svg'></img></a>
    </nav>
  </div>
</header>