<turbo-stream action="update" target="checkout_form"><template>
<div class="hidden
            sm:block sm:relative sm:bg-gray-200 sm:dark:sm:bg-secondary-dark-800 sm:py-3.5 sm:px-4 sm:rounded-t-lg">
  <div class="relative z-50 flex items-center justify-between space-x-2">
    
<div class="bg-gray-200 dark:bg-secondary-dark-800 py-2 px-4 inline-flex items-center space-x-2.5 justify-start">
  <div class="size-6 text-xs font-semibold rounded-full flex items-center justify-center
              bg-black dark:bg-white text-white dark:text-black">
    1
  </div>
  <div class="inline-block font-medium
              text-black dark:text-white">
    Register
  </div>
</div>

    
<div class="bg-gray-200 dark:bg-secondary-dark-800 py-2 px-4 inline-flex items-center space-x-2.5 justify-center">
  <div class="size-6 text-xs font-semibold rounded-full flex items-center justify-center
              bg-gray-400 dark:bg-secondary-dark-600 text-gray-200 dark:text-secondary-dark-300">
    2
  </div>
  <div class="inline-block font-medium
              text-gray-500 dark:text-secondary-dark-400">
    Payment details
  </div>
</div>

    
<div class="bg-gray-200 dark:bg-secondary-dark-800 py-2 px-4 inline-flex items-center space-x-2.5 justify-end">
  <div class="size-6 text-xs font-semibold rounded-full flex items-center justify-center
              bg-gray-400 dark:bg-secondary-dark-600 text-gray-200 dark:text-secondary-dark-300">
    3
  </div>
  <div class="inline-block font-medium
              text-gray-500 dark:text-secondary-dark-400">
    Dive in...
  </div>
</div>

  </div>
  <div class="hidden
              sm:block sm:absolute sm:z-10 sm:top-[calc(50%-1px)] sm:left-6 sm:w-[90%] sm:border-b-2 sm:border-dashed sm:border-gray-500 dark:sm:border-secondary-dark-600"></div>
</div>


<div class="pt-10 pb-8 px-8">

    
<form action="/checkout/register" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="sAHl0SMuZ-7WvF48i-xPeL3GQ1vx6bD4zPbK9Hi05js8GccsHxczFvDqenyrhp7dmljviOm10HhPh_OloGrX6A" autocomplete="off" />
  


  <div class="space-y-6">
      <input id="user_timezone" name="user[timezone]" data-controller="timezone" autocomplete="off" type="hidden" />
    <input value="instrumental-components" autocomplete="off" type="hidden" name="product" id="product" />
    <input value="xp6tojxz" autocomplete="off" type="hidden" name="price" id="price" />
    <input autocomplete="off" type="hidden" name="coupon" id="coupon" />

    





<div class="space-y-2 w-full "
     >



        <label class="inline-flex  font-medium text-gray-400 dark:text-secondary-dark-500" for="user[email_address]">
          Email address
          
</label>

        <div class="">
      
      <input placeholder="name@domain.com" class="form-control  " autofocus="autofocus" type="email" name="user[email_address]" id="user[email_address]" />

    </div>



</div>

    





<div class="space-y-2 w-full "
     >



        <label class="inline-flex  font-medium text-gray-400 dark:text-secondary-dark-500" for="user[password]">
          Create a password
          
</label>

        <div class="">
      
      <input placeholder="Create a password" class="form-control  " type="password" name="user[password]" id="user[password]" />

    </div>



</div>

    <div class="space-y-6 pt-2
                sm:flex sm:items-center sm:justify-between sm:space-x-6 sm:space-y-0">
      <button name="button" type="submit" class="text-center btn btn-primary btn-large shadow-sm">
        <span>
          Register <span class="hidden xs:inline-block">&amp; continue</span>
        </span>
        <svg aria-hidden="true" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" absoluteStrokeWidth="false" class=" "><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg>
</button>
      <a class="flex items-center space-x-2 font-medium
                          sm:pr-4" data-turbo-frame="checkout_form" href="/checkout/login?product=instrumental-components">
        <span>
          Already registered? Login
        </span>
</a>    </div>
  </div>
</form>

</div>
</template></turbo-stream>