{%- comment -%}
  /account/register: Shopify always serves this route, but the store has no
  sign-up on purpose (Max, Sept 2026). Buying needs no store account, and a
  second "create account" next to the Bigscreen VR one only confused people.
  The page says so and sends existing account holders to login. No
  create_customer form here, so nothing on this page can register anyone.
{%- endcomment -%}
{{ 'bs-account.css' | asset_url | stylesheet_tag }}

<div class="acct acct-register">
  <section class="acct-head">
    <div class="acct-container">
      <p class="acct-kicker">{{ 'customer.account.store_title' | t }}</p>
      <h1 class="acct-title">{{ 'customer.register.no_signup_title' | t }}</h1>
      <p class="acct-sub">{{ 'customer.register.no_signup_text' | t }}</p>
    </div>
  </section>
  <section class="acct-wrap">
    <div class="acct-container">
      <div class="acct-form">
        <a class="acct-submit" href="{{ routes.account_login_url }}">{{ 'customer.log_in' | t }}</a>
        <p class="acct-alt">
          {{ 'customer.login_page.vr_account' | t }} <a href="https://bigscreenvr.com/account/login">{{ 'customer.login_page.vr_account_link' | t }}</a>
        </p>
      </div>
    </div>
  </section>
</div>
