www.marinedepotdirect.com Open in urlscan Pro
172.66.40.239  Public Scan

Submitted URL: http://marinedepotdirect.com/
Effective URL: https://www.marinedepotdirect.com/
Submission: On October 07 via manual from IN — Scanned from DE

Form analysis 10 forms found in the DOM

POST https://www.marinedepotdirect.com/customer/account/loginPost/

<form class="form form-login account-wrap" action="https://www.marinedepotdirect.com/customer/account/loginPost/" method="post" x-data="initCustomerLoginForm_67040400cb7db()" @submit.prevent="submitForm()" id="customer-mobile-login-form"><input
    name="form_key" type="hidden" value="H8icrfedQFlQtrzt">
  <fieldset class="fieldset login">
    <legend class="mb-3">
      <h2 class="text-xl font-medium title-font text-primary">Login</h2>
    </legend>
    <div class="text-secondary-darker mb-8">If you have an account, sign in with your email address.</div>
    <div class="field email required"><label class="label" for="email"><span>Email</span></label>
      <div class="control"><input name="login[username]" class="form-input" required="" value="" autocomplete="off" id="email" type="email" title="Email"></div>
    </div>
    <div class="field password required"><label for="pass" class="label"><span>Password</span></label>
      <div class="control flex items-center"><input name="login[password]" class="form-input" required="" :type="showPassword ? 'text' : 'password'" autocomplete="off" id="pass" title="Password" type="password">
        <div x-on:click="showPassword = !showPassword" class="cursor-pointer px-4" :aria-label="showPassword ? 'Hide\u0020Password' : 'Show\u0020Password'" aria-label="Show Password"><template x-if="!showPassword"><svg
              xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
              <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"></path>
              <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"></path>
              <title>eye</title>
            </svg>
          </template><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
            <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"></path>
            <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"></path>
            <title>eye</title>
          </svg><template x-if="showPassword"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
              <path fill-rule="evenodd"
                d="M3.707 2.293a1 1 0 00-1.414 1.414l14 14a1 1 0 001.414-1.414l-1.473-1.473A10.014 10.014 0 0019.542 10C18.268 5.943 14.478 3 10 3a9.958 9.958 0 00-4.512 1.074l-1.78-1.781zm4.261 4.26l1.514 1.515a2.003 2.003 0 012.45 2.45l1.514 1.514a4 4 0 00-5.478-5.478z"
                clip-rule="evenodd"></path>
              <path d="M12.454 16.697L9.75 13.992a4 4 0 01-3.742-3.741L2.335 6.578A9.98 9.98 0 00.458 10c1.274 4.057 5.065 7 9.542 7 .847 0 1.669-.105 2.454-.303z"></path>
              <title>eye-off</title>
            </svg>
          </template></div>
      </div>
    </div>
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center"><button type="submit" class="btn btn-primary disabled:opacity-75" name="send"><span>Sign In</span></button>
      <a class="underline text-secondary" href="https://www.marinedepotdirect.com/customer/account/forgotpassword/"><span>Forgot Your Password?</span></a></div>
    <div><template x-if="displayErrorMessage">
        <p class="text-red flex items-center"><span class="inline-block w-8 h-8 mr-3"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="24" height="24" role="img">
              <path stroke-linecap="round" stroke-linejoin="round" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
              <title>exclamation-circle</title>
            </svg>
          </span> <template x-for="errorMessage in errorMessages"><span x-html="errorMessage"></span></template></p>
      </template></div>
  </fieldset>
</form>

POST https://www.marinedepotdirect.com/customer/account/createpost/

<form class="form create account form-create-account account-wrap" action="https://www.marinedepotdirect.com/customer/account/createpost/" id="accountcreate_for_mobile" @submit.prevent="submitForm()" method="post" enctype="multipart/form-data"
  autocomplete="off"><input name="form_key" type="hidden" value="GfsljYVBPEIYS4nC">
  <div class="md:grid grid-cols-2 gap-4">
    <fieldset class="my-8 card">
      <legend class="contents"><span> Personal Information</span></legend><input type="hidden" name="success_url" value=""><input type="hidden" name="error_url" value="">
      <div class="field field-reserved w-full field-name-firstname required"><label class="label" for="firstname"><span> First Name</span></label>
        <div class="control"><input type="text" id="firstname" name="firstname" value="" required="" title="First Name" class="form-input required-entry" @input.debounce="onChange"></div>
      </div>
      <div class="field field-reserved w-full field-name-lastname required"><label class="label" for="lastname"><span> Last Name</span></label>
        <div class="control"><input type="text" id="lastname" name="lastname" required="" value="" title="Last Name" class="form-input required-entry" @input.debounce="onChange"></div>
      </div>
    </fieldset>
    <fieldset class="my-8 card">
      <legend class="contents"><span> Sign-in Information</span></legend>
      <div class="field field-reserved required"><label for="email_address" class="label"><span> Email</span></label>
        <div class="control"><input type="email" name="email" autocomplete="email" id="email_address" required="" value="" title="Email" class="form-input"></div>
      </div>
      <div class="field field-reserved"><label for="password" class="label"><span>Password</span></label>
        <div class="control flex items-center"> <input :type="showPassword ? 'text' : 'password'" type="password" id="password" name="password" title="Password" minlength="8" class="form-input" required=""
            data-validate="{&quot;password-strength&quot;: {&quot;minCharacterSets&quot;: 3}}" autocomplete="off">
          <div x-on:click="showPassword = !showPassword" class="cursor-pointer px-4" :aria-label="showPassword ? 'Hide\u0020Password' : 'Show\u0020Password'"><template x-if="!showPassword"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
                fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
                <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"></path>
                <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"></path>
                <title>eye</title>
              </svg>
            </template><template x-if="showPassword"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
                <path fill-rule="evenodd"
                  d="M3.707 2.293a1 1 0 00-1.414 1.414l14 14a1 1 0 001.414-1.414l-1.473-1.473A10.014 10.014 0 0019.542 10C18.268 5.943 14.478 3 10 3a9.958 9.958 0 00-4.512 1.074l-1.78-1.781zm4.261 4.26l1.514 1.515a2.003 2.003 0 012.45 2.45l1.514 1.514a4 4 0 00-5.478-5.478z"
                  clip-rule="evenodd"></path>
                <path d="M12.454 16.697L9.75 13.992a4 4 0 01-3.742-3.741L2.335 6.578A9.98 9.98 0 00.458 10c1.274 4.057 5.065 7 9.542 7 .847 0 1.669-.105 2.454-.303z"></path>
                <title>eye-off</title>
              </svg>
            </template></div>
        </div>
        <div id="password-strength-meter-container" data-role="password-strength-meter" aria-live="polite">
          <div id="password-strength-meter" class="password-strength-meter">Password Strength: <span id="password-strength-meter-label" data-role="password-strength-meter-label">No Password</span></div>
        </div>
      </div>
      <div class="field field-reserved"><label for="password-confirmation" class="label"><span> Confirm Password</span></label>
        <div class="control flex items-center"><input :type="showPasswordConfirm ? 'text' : 'password'" type="password" name="password_confirmation" title="Confirm Password" id="password-confirmation"
            data-validate="{&quot;equalTo&quot;: &quot;password&quot;}" required="" class="form-input" autocomplete="off">
          <div x-on:click="showPasswordConfirm = !showPasswordConfirm" class="cursor-pointer px-4" :aria-label="showPasswordConfirm ? 'Hide\u0020Password' : 'Show\u0020Password'"><template x-if="!showPasswordConfirm"><svg
                xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
                <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"></path>
                <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"></path>
                <title>eye</title>
              </svg>
            </template><template x-if="showPasswordConfirm"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
                <path fill-rule="evenodd"
                  d="M3.707 2.293a1 1 0 00-1.414 1.414l14 14a1 1 0 001.414-1.414l-1.473-1.473A10.014 10.014 0 0019.542 10C18.268 5.943 14.478 3 10 3a9.958 9.958 0 00-4.512 1.074l-1.78-1.781zm4.261 4.26l1.514 1.515a2.003 2.003 0 012.45 2.45l1.514 1.514a4 4 0 00-5.478-5.478z"
                  clip-rule="evenodd"></path>
                <path d="M12.454 16.697L9.75 13.992a4 4 0 01-3.742-3.741L2.335 6.578A9.98 9.98 0 00.458 10c1.274 4.057 5.065 7 9.542 7 .847 0 1.669-.105 2.454-.303z"></path>
                <title>eye-off</title>
              </svg>
            </template></div>
        </div>
      </div>
    </fieldset>
  </div>
  <div class="actions-toolbar flex">
    <div class="primary"><button type="submit" class="action submit primary btn btn-primary disabled:opacity-75" title="Create an Account"><span>Create an Account</span></button></div>
    <div class="secondary ml-4 self-center"><a class="action back" href="https://www.marinedepotdirect.com/customer/account/login/referer/aHR0cHM6Ly93d3cubWFyaW5lZGVwb3RkaXJlY3QuY29tL2Ntcy9ub3JvdXRlL2luZGV4Lw~~/"><span> Back</span></a></div>
  </div>
</form>

POST https://www.marinedepotdirect.com/customer/account/loginPost/

<form class="form form-login account-wrap" action="https://www.marinedepotdirect.com/customer/account/loginPost/" method="post" x-data="initCustomerLoginForm_67040400cb7db()" @submit.prevent="submitForm()" id="customer-mobile-login-form"><input
    name="form_key" type="hidden" value="H8icrfedQFlQtrzt">
  <fieldset class="fieldset login">
    <legend class="mb-3">
      <h2 class="text-xl font-medium title-font text-primary">Login</h2>
    </legend>
    <div class="text-secondary-darker mb-8">If you have an account, sign in with your email address.</div>
    <div class="field email required"><label class="label" for="email"><span>Email</span></label>
      <div class="control"><input name="login[username]" class="form-input" required="" value="" autocomplete="off" id="email" type="email" title="Email"></div>
    </div>
    <div class="field password required"><label for="pass" class="label"><span>Password</span></label>
      <div class="control flex items-center"><input name="login[password]" class="form-input" required="" :type="showPassword ? 'text' : 'password'" autocomplete="off" id="pass" title="Password" type="password">
        <div x-on:click="showPassword = !showPassword" class="cursor-pointer px-4" :aria-label="showPassword ? 'Hide\u0020Password' : 'Show\u0020Password'" aria-label="Show Password"><template x-if="!showPassword"><svg
              xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
              <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"></path>
              <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"></path>
              <title>eye</title>
            </svg>
          </template><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
            <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"></path>
            <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"></path>
            <title>eye</title>
          </svg><template x-if="showPassword"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
              <path fill-rule="evenodd"
                d="M3.707 2.293a1 1 0 00-1.414 1.414l14 14a1 1 0 001.414-1.414l-1.473-1.473A10.014 10.014 0 0019.542 10C18.268 5.943 14.478 3 10 3a9.958 9.958 0 00-4.512 1.074l-1.78-1.781zm4.261 4.26l1.514 1.515a2.003 2.003 0 012.45 2.45l1.514 1.514a4 4 0 00-5.478-5.478z"
                clip-rule="evenodd"></path>
              <path d="M12.454 16.697L9.75 13.992a4 4 0 01-3.742-3.741L2.335 6.578A9.98 9.98 0 00.458 10c1.274 4.057 5.065 7 9.542 7 .847 0 1.669-.105 2.454-.303z"></path>
              <title>eye-off</title>
            </svg>
          </template></div>
      </div>
    </div>
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center"><button type="submit" class="btn btn-primary disabled:opacity-75" name="send"><span>Sign In</span></button>
      <a class="underline text-secondary" href="https://www.marinedepotdirect.com/customer/account/forgotpassword/"><span>Forgot Your Password?</span></a></div>
    <div><template x-if="displayErrorMessage">
        <p class="text-red flex items-center"><span class="inline-block w-8 h-8 mr-3"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="24" height="24" role="img">
              <path stroke-linecap="round" stroke-linejoin="round" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
              <title>exclamation-circle</title>
            </svg>
          </span> <template x-for="errorMessage in errorMessages"><span x-html="errorMessage"></span></template></p>
      </template></div>
  </fieldset>
</form>

POST https://www.marinedepotdirect.com/customer/account/createpost/

<form class="form create account form-create-account account-wrap" action="https://www.marinedepotdirect.com/customer/account/createpost/" id="accountcreate_for_mobile" @submit.prevent="submitForm()" method="post" enctype="multipart/form-data"
  autocomplete="off"><input name="form_key" type="hidden" value="GfsljYVBPEIYS4nC">
  <div class="md:grid grid-cols-2 gap-4">
    <fieldset class="my-8 card">
      <legend class="contents"><span> Personal Information</span></legend><input type="hidden" name="success_url" value=""><input type="hidden" name="error_url" value="">
      <div class="field field-reserved w-full field-name-firstname required"><label class="label" for="firstname"><span> First Name</span></label>
        <div class="control"><input type="text" id="firstname" name="firstname" value="" required="" title="First Name" class="form-input required-entry" @input.debounce="onChange"></div>
      </div>
      <div class="field field-reserved w-full field-name-lastname required"><label class="label" for="lastname"><span> Last Name</span></label>
        <div class="control"><input type="text" id="lastname" name="lastname" required="" value="" title="Last Name" class="form-input required-entry" @input.debounce="onChange"></div>
      </div>
    </fieldset>
    <fieldset class="my-8 card">
      <legend class="contents"><span> Sign-in Information</span></legend>
      <div class="field field-reserved required"><label for="email_address" class="label"><span> Email</span></label>
        <div class="control"><input type="email" name="email" autocomplete="email" id="email_address" required="" value="" title="Email" class="form-input"></div>
      </div>
      <div class="field field-reserved"><label for="password" class="label"><span>Password</span></label>
        <div class="control flex items-center"> <input :type="showPassword ? 'text' : 'password'" type="password" id="password" name="password" title="Password" minlength="8" class="form-input" required=""
            data-validate="{&quot;password-strength&quot;: {&quot;minCharacterSets&quot;: 3}}" autocomplete="off">
          <div x-on:click="showPassword = !showPassword" class="cursor-pointer px-4" :aria-label="showPassword ? 'Hide\u0020Password' : 'Show\u0020Password'"><template x-if="!showPassword"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
                fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
                <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"></path>
                <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"></path>
                <title>eye</title>
              </svg>
            </template><template x-if="showPassword"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
                <path fill-rule="evenodd"
                  d="M3.707 2.293a1 1 0 00-1.414 1.414l14 14a1 1 0 001.414-1.414l-1.473-1.473A10.014 10.014 0 0019.542 10C18.268 5.943 14.478 3 10 3a9.958 9.958 0 00-4.512 1.074l-1.78-1.781zm4.261 4.26l1.514 1.515a2.003 2.003 0 012.45 2.45l1.514 1.514a4 4 0 00-5.478-5.478z"
                  clip-rule="evenodd"></path>
                <path d="M12.454 16.697L9.75 13.992a4 4 0 01-3.742-3.741L2.335 6.578A9.98 9.98 0 00.458 10c1.274 4.057 5.065 7 9.542 7 .847 0 1.669-.105 2.454-.303z"></path>
                <title>eye-off</title>
              </svg>
            </template></div>
        </div>
        <div id="password-strength-meter-container" data-role="password-strength-meter" aria-live="polite">
          <div id="password-strength-meter" class="password-strength-meter">Password Strength: <span id="password-strength-meter-label" data-role="password-strength-meter-label">No Password</span></div>
        </div>
      </div>
      <div class="field field-reserved"><label for="password-confirmation" class="label"><span> Confirm Password</span></label>
        <div class="control flex items-center"><input :type="showPasswordConfirm ? 'text' : 'password'" type="password" name="password_confirmation" title="Confirm Password" id="password-confirmation"
            data-validate="{&quot;equalTo&quot;: &quot;password&quot;}" required="" class="form-input" autocomplete="off">
          <div x-on:click="showPasswordConfirm = !showPasswordConfirm" class="cursor-pointer px-4" :aria-label="showPasswordConfirm ? 'Hide\u0020Password' : 'Show\u0020Password'"><template x-if="!showPasswordConfirm"><svg
                xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
                <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"></path>
                <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"></path>
                <title>eye</title>
              </svg>
            </template><template x-if="showPasswordConfirm"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
                <path fill-rule="evenodd"
                  d="M3.707 2.293a1 1 0 00-1.414 1.414l14 14a1 1 0 001.414-1.414l-1.473-1.473A10.014 10.014 0 0019.542 10C18.268 5.943 14.478 3 10 3a9.958 9.958 0 00-4.512 1.074l-1.78-1.781zm4.261 4.26l1.514 1.515a2.003 2.003 0 012.45 2.45l1.514 1.514a4 4 0 00-5.478-5.478z"
                  clip-rule="evenodd"></path>
                <path d="M12.454 16.697L9.75 13.992a4 4 0 01-3.742-3.741L2.335 6.578A9.98 9.98 0 00.458 10c1.274 4.057 5.065 7 9.542 7 .847 0 1.669-.105 2.454-.303z"></path>
                <title>eye-off</title>
              </svg>
            </template></div>
        </div>
      </div>
    </fieldset>
  </div>
  <div class="actions-toolbar flex">
    <div class="primary"><button type="submit" class="action submit primary btn btn-primary disabled:opacity-75" title="Create an Account"><span>Create an Account</span></button></div>
    <div class="secondary ml-4 self-center"><a class="action back" href="https://www.marinedepotdirect.com/customer/account/login/referer/aHR0cHM6Ly93d3cubWFyaW5lZGVwb3RkaXJlY3QuY29tL2Ntcy9ub3JvdXRlL2luZGV4Lw~~/"><span> Back</span></a></div>
  </div>
</form>

GET https://www.marinedepotdirect.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.marinedepotdirect.com/catalogsearch/result/" method="get">
  <div class="relative"><label class="sr-only" for="search">Search entire store here...</label> <input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="search"
      class="w-full rounded-md pl-4 pr-10 py-2 leading-normal transition appearance-none border-white focus:border-white focus:outline-none focus:shadow-none shadow-none ring-white ring-0 focus:ring-0 text-sm h-10" autocapitalize="off"
      autocomplete="off" autocorrect="off" name="q" value="" placeholder="Search entire store here..." maxlength="128"></div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
    <div class="absolute bg-[#202c3b] border border-solid border-[#342014] text-white z-50 w-full grid grid-cols-1 md:grid-cols-3 lg:grid-cols-3 shadow p-4 overflow-auto max-h-[70vh]"><template
        x-for="searchResultByType in Object.values(searchResultsByType)">
        <div class=""><template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].title &amp;&amp; templates[searchResultByType[0].type].titleRenderer === undefined">
            <div class="font-semibold pl-2 text-left text-sm" x-text="templates[searchResultByType[0].type].title"></div>
          </template><template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].titleRenderer !== undefined">
            <div class="font-semibold pl-2 text-left text-sm" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
          </template><template x-for="searchResult in searchResultByType">
            <div class="hover:text-[#febd69] text-sm"> <template
                x-if="searchResult.type == 'term'"><a class="w-full block p-2" x-bind:href="'https://www.marinedepotdirect.com/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-sm" x-text="'(' + searchResult.num_results + ')'"></span></a></template>
              <template
                x-if="searchResult.type == 'product'"><a class="w-full block" :href="searchResult.url" :title="searchResult.title"><div class="grid grid-cols-4 gap-4 p-3"><div><img :src="searchResult.image" class="inline-block"></div><div class="col-span-3"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-sm " x-html="searchResult.price"></span></div></div></a></template>
              <template
                x-if="searchResult.type == 'category'"><a class="w-full block flex gap-2 p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm block" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span> <span class="text-sm" x-text="searchResult.title"></span></a></template>
              <template
                x-if="searchResult.type == 'product_attribute'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span></a></template>
              <template x-if="searchResult.type == 'cms_page'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span></a></template> </div>
          </template></div>
      </template></div>
  </div>
</form>

POST https://www.marinedepotdirect.com/customer/account/loginPost/

<form class="form form-login account-wrap" action="https://www.marinedepotdirect.com/customer/account/loginPost/" method="post" x-data="initCustomerLoginForm_670404386dc12()" @submit="submitForm()" id="customer-login-form"><input name="form_key"
    type="hidden" value="H8icrfedQFlQtrzt">
  <fieldset class="fieldset login">
    <legend class="mb-3">
      <h2 class="text-2xl font-bold">Sign In</h2>
    </legend>
    <div class="field email required"><!-- <label class="label" for="email"><span>Email</span></label> -->
      <div class="control"><input name="login[username]" class="form-input" required="" value="" autocomplete="off" id="email" type="email" placeholder="Email Address" title="Email"></div>
    </div>
    <div class="field password required"><!-- <label for="pass" class="label"><span>Password</span></label> -->
      <div class="control flex items-center"><input name="login[password]" class="form-input" required="" :type="showPassword ? 'text' : 'password'" autocomplete="off" id="pass" placeholder="Password" title="Password" type="password"><!-- <div x-on:click="showPassword = !showPassword" class="cursor-pointer px-4" :aria-label="showPassword ? 'Hide\u0020Password' : 'Show\u0020Password'" ><template x-if="!showPassword"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
  <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"/>
  <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"/>
<title>eye</title></svg>
</template><template x-if="showPassword"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
  <path fill-rule="evenodd" d="M3.707 2.293a1 1 0 00-1.414 1.414l14 14a1 1 0 001.414-1.414l-1.473-1.473A10.014 10.014 0 0019.542 10C18.268 5.943 14.478 3 10 3a9.958 9.958 0 00-4.512 1.074l-1.78-1.781zm4.261 4.26l1.514 1.515a2.003 2.003 0 012.45 2.45l1.514 1.514a4 4 0 00-5.478-5.478z" clip-rule="evenodd"/>
  <path d="M12.454 16.697L9.75 13.992a4 4 0 01-3.742-3.741L2.335 6.578A9.98 9.98 0 00.458 10c1.274 4.057 5.065 7 9.542 7 .847 0 1.669-.105 2.454-.303z"/>
<title>eye-off</title></svg>
</template></div> --></div>
    </div>
    <div class="pt-2 pb-2"><a class="forgot-pwd text-secondary" href="https://www.marinedepotdirect.com/customer/account/forgotpassword/"><span>Forgot Password?</span></a></div>
    <div class="pt-2 pb-2 flex"><button type="submit" class="btn btn-primary disabled:opacity-75" name="send"><span>Sign In</span></button>
      <!-- <a role ="button" class="block btn btn-primary transparent-btn cursor-pointer text-sm py-1 hover:text-white" href="https://www.marinedepotdirect.com/customer/account/create/" >Create an Account</a> --><a role="button" class="block btn btn-primary transparent-btn cursor-pointer text-sm py-1 hover:text-white" href="/createaccount">Create an Account</a>
    </div>
    <div></div>
    <div><template x-if="displayErrorMessage">
        <p class="text-red flex items-center"><span class="inline-block w-8 h-8 mr-3"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="24" height="24" role="img">
              <path stroke-linecap="round" stroke-linejoin="round" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
              <title>exclamation-circle</title>
            </svg>
          </span> <template x-for="errorMessage in errorMessages"><span x-html="errorMessage"></span></template></p>
      </template></div>
  </fieldset>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required"><label class="label" for="form-login-username" form="login-form"><span>Email Address</span></label>
      <div class="control"><input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" autocomplete="off" class="form-input input-text"></div>
    </div>
    <div class="field password required"><label for="form-login-password" class="label" form="login-form"><span>Password</span></label>
      <div class="control"><input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" autocomplete="off" @change="errors = 0"></div>
    </div><input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center"><button type="submit" class="inline-flex btn btn-primary disabled:opacity-75">Sign In</button>
      <a href="https://www.marinedepotdirect.com/customer/account/forgotpassword/">Forgot Your Password?</a></div>
  </div>
</form>

POST https://www.marinedepotdirect.com/customer/account/createpost/

<form class="form create account form-create-account account-wrap" action="https://www.marinedepotdirect.com/customer/account/createpost/" x-data="createAcPopUp_6704043870505()" id="createaccount_popup" @submit.prevent="submitForm()" method="post"
  enctype="multipart/form-data" autocomplete="off"><input name="form_key" type="hidden" value="H8icrfedQFlQtrzt">
  <div class="md:grid grid-cols-2 gap-4">
    <fieldset class="my-8 card">
      <legend class="contents"><span> Personal Information 12</span></legend><input type="hidden" name="success_url" value=""><input type="hidden" name="error_url" value="">
      <div class="field field-reserved w-full field-name-firstname required"><label class="label" for="firstname"><span> First Name</span></label>
        <div class="control"><input type="text" id="firstname" name="firstname" value="" required="" title="First Name" class="form-input required-entry" @input.debounce="onChange"></div>
      </div>
      <div class="field field-reserved w-full field-name-lastname required"><label class="label" for="lastname"><span> Last Name</span></label>
        <div class="control"><input type="text" id="lastname" name="lastname" required="" value="" title="Last Name" class="form-input required-entry" @input.debounce="onChange"></div>
      </div>
    </fieldset>
    <fieldset class="my-8 card">
      <legend class="contents"><span> Sign-in Information</span></legend>
      <div class="field field-reserved required"><label for="email_address" class="label"><span> Email</span></label>
        <div class="control"><input type="email" name="email" autocomplete="email" id="email_address" required="" value="" title="Email" class="form-input"></div>
      </div>
      <div class="field field-reserved"><label for="password" class="label"><span>Password</span></label>
        <div class="control flex items-center"> <input :type="showPassword ? 'text' : 'password'" type="password" id="password" name="password" title="Password" minlength="8" class="form-input" required=""
            data-validate="{&quot;password-strength&quot;: {&quot;minCharacterSets&quot;: 3}}" autocomplete="off">
          <div x-on:click="showPassword = !showPassword" class="cursor-pointer px-4" :aria-label="showPassword ? 'Hide\u0020Password' : 'Show\u0020Password'" aria-label="Show Password"><template x-if="!showPassword"><svg
                xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
                <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"></path>
                <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"></path>
                <title>eye</title>
              </svg>
            </template><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
              <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"></path>
              <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"></path>
              <title>eye</title>
            </svg><template x-if="showPassword"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
                <path fill-rule="evenodd"
                  d="M3.707 2.293a1 1 0 00-1.414 1.414l14 14a1 1 0 001.414-1.414l-1.473-1.473A10.014 10.014 0 0019.542 10C18.268 5.943 14.478 3 10 3a9.958 9.958 0 00-4.512 1.074l-1.78-1.781zm4.261 4.26l1.514 1.515a2.003 2.003 0 012.45 2.45l1.514 1.514a4 4 0 00-5.478-5.478z"
                  clip-rule="evenodd"></path>
                <path d="M12.454 16.697L9.75 13.992a4 4 0 01-3.742-3.741L2.335 6.578A9.98 9.98 0 00.458 10c1.274 4.057 5.065 7 9.542 7 .847 0 1.669-.105 2.454-.303z"></path>
                <title>eye-off</title>
              </svg>
            </template></div>
        </div>
        <div id="password-strength-meter-container" data-role="password-strength-meter" aria-live="polite">
          <div id="password-strength-meter" class="password-strength-meter">Password Strength: <span id="password-strength-meter-label" data-role="password-strength-meter-label">No Password</span></div>
        </div>
      </div>
      <div class="field field-reserved"><label for="password-confirmation" class="label"><span> Confirm Password</span></label>
        <div class="control flex items-center"><input :type="showPasswordConfirm ? 'text' : 'password'" type="password" name="password_confirmation" title="Confirm Password" id="password-confirmation"
            data-validate="{&quot;equalTo&quot;: &quot;password&quot;}" required="" class="form-input" autocomplete="off">
          <div x-on:click="showPasswordConfirm = !showPasswordConfirm" class="cursor-pointer px-4" :aria-label="showPasswordConfirm ? 'Hide\u0020Password' : 'Show\u0020Password'" aria-label="Show Password"><template x-if="!showPasswordConfirm"><svg
                xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
                <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"></path>
                <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"></path>
                <title>eye</title>
              </svg>
            </template><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
              <path d="M10 12a2 2 0 100-4 2 2 0 000 4z"></path>
              <path fill-rule="evenodd" d="M.458 10C1.732 5.943 5.522 3 10 3s8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7S1.732 14.057.458 10zM14 10a4 4 0 11-8 0 4 4 0 018 0z" clip-rule="evenodd"></path>
              <title>eye</title>
            </svg><template x-if="showPasswordConfirm"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="24" height="24" role="img">
                <path fill-rule="evenodd"
                  d="M3.707 2.293a1 1 0 00-1.414 1.414l14 14a1 1 0 001.414-1.414l-1.473-1.473A10.014 10.014 0 0019.542 10C18.268 5.943 14.478 3 10 3a9.958 9.958 0 00-4.512 1.074l-1.78-1.781zm4.261 4.26l1.514 1.515a2.003 2.003 0 012.45 2.45l1.514 1.514a4 4 0 00-5.478-5.478z"
                  clip-rule="evenodd"></path>
                <path d="M12.454 16.697L9.75 13.992a4 4 0 01-3.742-3.741L2.335 6.578A9.98 9.98 0 00.458 10c1.274 4.057 5.065 7 9.542 7 .847 0 1.669-.105 2.454-.303z"></path>
                <title>eye-off</title>
              </svg>
            </template></div>
        </div>
      </div>
    </fieldset>
  </div>
  <div class="actions-toolbar flex">
    <div class="primary"><button type="submit" class="action submit primary btn btn-primary disabled:opacity-75" title="Create an Account"><span>Create an Account</span></button></div>
    <div class="secondary ml-4 self-center"><a class="action back" href="https://www.marinedepotdirect.com/customer/account/login/referer/aHR0cHM6Ly93d3cubWFyaW5lZGVwb3RkaXJlY3QuY29tLw~~/"><span> Back</span></a></div>
  </div>
</form>

POST https://www.marinedepotdirect.com/phpcuong/customer_ajax/login/

<form class="form form-login" action="https://www.marinedepotdirect.com/phpcuong/customer_ajax/login/" method="post" id="customer-popup-login-form" data-mage-init="{&quot;validation&quot;:{}}"><input type="hidden" name="redirect_url"
    value="https://www.marinedepotdirect.com/"><input type="hidden" name="form_key" value="H8icrfedQFlQtrzt">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field note">If you have an account, sign in with your email address.</div>
    <div class="messages"></div><input type="hidden" class="g-recaptcha-response-login" name="g-recaptcha-response-token"
      value="03AFcWeA4x0frZeQo7KbMAs2Cy2wejtKJZdYAjCsh8XeMD2Xcfx29zgofxIujRHToKI0yY8YC0EBC_HlElt3Oq2S4cOXUhOCBRwMtxIwx5m8X0SF_KOARjqroDiRTdtmh3KMQzU7uLIKg9NkReQbUaFbuNL7PXax7YeFuN0RTEV7s90VIBlRxVRyOCa7Dm7Q2bpCSsEdMCcycKr3ZAVKPViPF815HeWEuTkPytxoDw1nvnnLBYx3na2qydY6cQ2liLIsjCD-cHsZeB9r3JI_9IBsJZhOKirffSzCGDtb2PXTJWUJ-1rli5JCAa30BeVxlGka_-75B5C_bHKjpeWWlf2KtcepfcH2757ADe5JMQZpvXCbpvHLI0CqV6JbSlLcHFs2quQcumjPDN6FnqT9K3qMDW6oTQLqO6O4fu8jf2OdRFmDOYMRQyJdx6sLXzy5rrBrShX6chAMP9RYT0RsfzdwsGTmUoQ03cjLrQTk-NWUkb80Hw7TTjQWlYHnL7iLyzbAfaXk3d_Thna98dAmNCRycw1c9AFPjeNABZ8DHHWa6bPC6hgAIxvstvf__OHCJr5WckKXBwmx5MsgPXzvGfYFgyZkH0S_lQVYUNjl13AbUDD_HFlxfcoZfmmKlkkYbzgY3jBgXUhjJO9Qy9YBDBnuZDG1WefAf5Yd1Sj6y56SPMI9GEIwainrgNCXC9rGM2pvPZf-EmOxdomf59umV9KD3BapXwII8db5Az_259yAp26v9CuXXWC3Uep--C8SgNIf_R9juTYSq13DGxHRD4OHxTScvXMuFXrZnh-qD-H3euVVB5thuhXUe0NO22suFQXe3vJz-0gENZJHL-GYBQJVccOzz2UPFDWQ5zl2AUHjAQkT-4FScKZYA"><input
      type="hidden" name="action" value="validate_captcha">
    <div class="field email required"><label class="label" for="email"><span>Email</span></label>
      <div class="control"><input name="username" value="" autocomplete="off" id="email-login" type="email" class="input-text" title="Email" data-validate="{required:true, 'validate-email':true}"></div>
    </div>
    <div class="field password required"><label for="pass" class="label"><span>Password</span></label>
      <div class="control"><input name="password" type="password" autocomplete="off" class="input-text" id="pass-login" title="Password" data-validate="{required:true}"></div>
    </div>
    <div id="inline-badge-login">
      <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
        <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-d9lzt7evayjl" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcQUr0ZAAAAACNrvUHGiCtFB6dOG2C_1yDDtfk-&amp;co=aHR0cHM6Ly93d3cubWFyaW5lZGVwb3RkaXJlY3QuY29tOjQ0Mw..&amp;hl=de&amp;v=xds0rzGrktR88uEZ2JUvdgOY&amp;size=invisible&amp;badge=inline&amp;cb=34utppnnq8ni"></iframe>
        </div>
        <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div>
    </div><br>
    <div class="actions-toolbar">
      <div class="primary"><button type="submit" class="action login primary" name="send" id="send2-login"><span>Sign In</span></button></div>
      <div class="or-another-selection">or</div>
      <div class="secondary"><a class="action remind" href="https://www.marinedepotdirect.com/customer/account/create/" id="customer-popup-registration"><span>Create an Account</span></a></div>
    </div>
  </fieldset>
</form>

POST https://www.marinedepotdirect.com/phpcuong/customer_ajax/register/

<form class="form-create-account" action="https://www.marinedepotdirect.com/phpcuong/customer_ajax/register/" method="post" id="customer-popup-form-register" enctype="multipart/form-data" autocomplete="off"
  data-mage-init="{&quot;validation&quot;:{}}"><input type="hidden" class="g-recaptcha-response-register" name="g-recaptcha-response-token"
    value="03AFcWeA4x0frZeQo7KbMAs2Cy2wejtKJZdYAjCsh8XeMD2Xcfx29zgofxIujRHToKI0yY8YC0EBC_HlElt3Oq2S4cOXUhOCBRwMtxIwx5m8X0SF_KOARjqroDiRTdtmh3KMQzU7uLIKg9NkReQbUaFbuNL7PXax7YeFuN0RTEV7s90VIBlRxVRyOCa7Dm7Q2bpCSsEdMCcycKr3ZAVKPViPF815HeWEuTkPytxoDw1nvnnLBYx3na2qydY6cQ2liLIsjCD-cHsZeB9r3JI_9IBsJZhOKirffSzCGDtb2PXTJWUJ-1rli5JCAa30BeVxlGka_-75B5C_bHKjpeWWlf2KtcepfcH2757ADe5JMQZpvXCbpvHLI0CqV6JbSlLcHFs2quQcumjPDN6FnqT9K3qMDW6oTQLqO6O4fu8jf2OdRFmDOYMRQyJdx6sLXzy5rrBrShX6chAMP9RYT0RsfzdwsGTmUoQ03cjLrQTk-NWUkb80Hw7TTjQWlYHnL7iLyzbAfaXk3d_Thna98dAmNCRycw1c9AFPjeNABZ8DHHWa6bPC6hgAIxvstvf__OHCJr5WckKXBwmx5MsgPXzvGfYFgyZkH0S_lQVYUNjl13AbUDD_HFlxfcoZfmmKlkkYbzgY3jBgXUhjJO9Qy9YBDBnuZDG1WefAf5Yd1Sj6y56SPMI9GEIwainrgNCXC9rGM2pvPZf-EmOxdomf59umV9KD3BapXwII8db5Az_259yAp26v9CuXXWC3Uep--C8SgNIf_R9juTYSq13DGxHRD4OHxTScvXMuFXrZnh-qD-H3euVVB5thuhXUe0NO22suFQXe3vJz-0gENZJHL-GYBQJVccOzz2UPFDWQ5zl2AUHjAQkT-4FScKZYA"><input
    type="hidden" name="action" value="validate_captcha"><input name="form_key" type="hidden" value="H8icrfedQFlQtrzt"> <input type="hidden" name="redirect_url" value="https://www.marinedepotdirect.com/">
  <div class="messages"></div>
  <p>Creating an account has many benefits: check out faster, keep more than one address, track orders and more.</p>
  <fieldset class="fieldset create info">
    <legend class="legend"><span>Personal Information</span></legend><br>
    <div class="field field-reserved w-full field-name-firstname required"><label class="label" for="firstname"><span> First Name</span></label>
      <div class="control"><input type="text" id="firstname" name="firstname" value="" required="" title="First Name" class="form-input required-entry" @input.debounce="onChange"></div>
    </div>
    <div class="field field-reserved w-full field-name-lastname required"><label class="label" for="lastname"><span> Last Name</span></label>
      <div class="control"><input type="text" id="lastname" name="lastname" required="" value="" title="Last Name" class="form-input required-entry" @input.debounce="onChange"></div>
    </div>
    <div class="field choice newsletter"><input type="checkbox" name="is_subscribed" title="Sign Up for Newsletter" value="1" id="popup-is_subscribed" class="checkbox"><label for="is_subscribed" class="label"><span>Sign Up for
          Newsletter</span></label></div>
  </fieldset>
  <fieldset class="fieldset create account" data-hasrequired="* Required Fields">
    <legend class="legend"><span>Sign-in Information</span></legend><br>
    <div class="field required"><label for="popup-email_address" class="label"><span>Email</span></label>
      <div class="control"><input type="email" name="email" autocomplete="email" id="popup-email_address" value="" title="Email" class="input-text" data-validate="{required:true, 'validate-email':true}"></div>
    </div>
    <div class="field password required" data-mage-init="{&quot;passwordStrengthIndicator&quot;: {}}"><label for="password" class="label"><span>Password</span></label>
      <div class="control"><input type="password" name="password" id="password" title="Password" class="input-text" data-password-min-length="8" data-password-min-character-sets="3" data-validate="{required:true, 'validate-customer-password':true}"
          autocomplete="off">
        <div id="password-strength-meter-container" data-role="password-strength-meter">
          <div id="password-strength-meter" class="password-strength-meter">Password Strength: <span id="password-strength-meter-label" data-role="password-strength-meter-label">No Password</span></div>
        </div>
      </div>
    </div>
    <div class="field confirmation required"><label for="password-confirmation" class="label"><span>Confirm Password</span></label>
      <div class="control"><input type="password" name="password_confirmation" title="Confirm Password" id="password-confirmation" class="input-text" data-validate="{required:true, equalTo:'#password'}" autocomplete="off"></div>
    </div>
    <div id="inline-badge">
      <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
        <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-scw1hp3xrg" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcQUr0ZAAAAACNrvUHGiCtFB6dOG2C_1yDDtfk-&amp;co=aHR0cHM6Ly93d3cubWFyaW5lZGVwb3RkaXJlY3QuY29tOjQ0Mw..&amp;hl=de&amp;v=xds0rzGrktR88uEZ2JUvdgOY&amp;size=invisible&amp;badge=inline&amp;cb=wdxz3evwog47"></iframe>
        </div>
        <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary"><button type="submit" class="action submit primary" title="Create an Account"><span>Create an Account</span></button></div>
    <div class="or-another-selection">or</div>
    <div class="secondary"><a class="action remind" href="https://www.marinedepotdirect.com/customer/account/login/" id="customer-popup-sign-in"><span>Sign In</span></a></div>
  </div>
</form>

Text Content

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Skip to Content
 * Home
 * Blog
 * Check Order Status
 * Shop By Parts Brands
 * FAQs
 * Resources
 * Returns

Call Us: 855.215.4211

Intl: 909.393.0016

Free shipping on orders above $99 (US 48 Only)
X


FREE SHIPPING ON ORDERS ABOVE $99.00

 * Applies to standard shipping only within the contiguous United States.
 * No coupon code required.

Shop By

Categories
Menu
Account
x menu
Shop By Boat Brand chevron-right
chevron-left Shop By Brand Boat Back Cove Barletta Boats Bertram Yachts Boston
Whaler C-Dory Carolina Skiff Catalina Yachts Centurion Boats Chislett's Boating
Chittum Skiffs Chris-Craft Boats Cobalt Boats Cobia Boats Costa Boats Cruisers
Yachts Defiance Boats Duckworth Boats Duffy Electric Boats Eastern Boats
ElectraCraft Formula Boats Freeman Boatworks Glasstream Powerboats Godfrey Boats
Grady-White Boats Hell's Bay Boatworks Hurricane Boats Intrepid Power Boats
Island Packet Yachts Key West Boats KingFisher Boats Leopard Catamarans Life
Proof Boats Mag Bay Yachts Majek Boats Maverick Boats MJM Yachts Munson Boats
Nautique Boats Nordic Tugs Pathfinder Boats Pioneer Boats Pursuit Boats Qwest
Pontoons Regal Boats Regulator Marine RH Aluminum Boats Robalo Saber Yachts
Sailfish Boats Savannah Boats Scout Boats Sea Hunt Boats Sea Ray Sea Sport Boats
Seahunter Boats Smoker Craft Southport Boats Sportsman Boats Stringray Boats
Supreme Boats Tartan Yachts Tiara Yachts Tidewater Boats Twin Vee PowerCats
Viking Yachts Weldcraft Marine World Cat Yellowfin Yachts
Anchoring & Mooring chevron-right
chevron-left Anchoring & Mooring View All Anchoring Accessories Anchor Bow
Rollers Anchor Roller Wheel Replacements Chain Stoppers Deck Pipe Bow Eyes /
Stern Eyes and Ski Tows Cleats Bow Chocks Hawse Pipe Lift Eyes and Slings
Mooring Bitt / Bollard Pad Eyes Dock Line
Bimini Top Hardware chevron-right
chevron-left Bimini Top Hardware View All Top Caps, Jaw Slides, Inserts Deck
Hinges Toggle & Quick Release Pins Eye Straps
Clearance
Deck Hatches chevron-right
chevron-left Deck Hatches View All Standard Deck Hatches Deck Hatch Accessories
Door, Cabinet & Hatch Hardware chevron-right
chevron-left Door, Cabinet & Hatch Hardware View All Barrel Bolts & Hasps
Cabinet Latches Cabin Door Hooks & Wardrobe Hooks Cabinet Catches & Elbows Door
Handle Sets Door Holders, Door Stops, Door Buttons Hatch Fittings Hinges
Latches, Handles, Pulls Teak Louvered Doors
Boat Drink Holders
Flag Pole Mount & Staffs
Grab Rails
Ladders and Boarding chevron-right
chevron-left Ladders and Boarding View All Ladders Ladder Accessories Deck Steps
Plumbing chevron-right
chevron-left Plumbing View All Deck Fills Marine Exhaust Fuel Vents Thru Hulls
Drain Plugs and Tubes
Portlights chevron-right
chevron-left Portlights View All Rectangular Stainless Portlights Round
Stainless Portlights Oval Stainless Portlights Stainless Portlight Screens
Stainless Portlight Accessories
Rail Fittings chevron-right
chevron-left Rail Fittings View All Hand Rails Stanchion Pole, Base, & Handrail
Stanchions Rail Bases Boat Rail Tees, Elbow, Connectors, Bow Form
Rod Holders chevron-right
chevron-left Rod Holders View All Flush Mount Rod Holders Removable Rod Holders
Fishing Rod Rack Chair Rod Gimbal Rod Holder Caps and Liners Outriggers
Steering Wheels
Ventilation
Miscellaneous chevron-right
chevron-left Miscellaneous View All Ship / Boat Bells Boat Lights Antenna Mounts
Bronze & Brass Hardware Gas Grills Footrests Fillet Tables Custom
Welcome to Marine Depot Direct Sign In
+


LOGIN

If you have an account, sign in with your email address.
Email

Password
eye eye eye-off
Sign In Forgot Your Password?

exclamation-circle


Create an Account
+
Personal Information
First Name

Last Name

Sign-in Information
Email

Password
eye eye-off
Password Strength: No Password
Confirm Password
eye eye-off
Create an Account
Back
Anchoring & Mooring
Anchoring Accessories Anchor Bow Rollers Anchor Roller Wheel Replacements Chain
Stoppers Deck Pipe Bow Eyes / Stern Eyes and Ski Tows Cleats Bow Chocks Hawse
Pipe Lift Eyes and Slings Mooring Bitt / Bollard Pad Eyes Dock Line
Bimini Top Hardware
Top Caps, Jaw Slides, Inserts Deck Hinges Toggle & Quick Release Pins Eye Straps
Clearance
Deck Hatches
Standard Deck Hatches Deck Hatch Accessories
Door, Cabinet & Hatch Hardware
Barrel Bolts & Hasps Cabinet Latches Cabin Door Hooks & Wardrobe Hooks Cabinet
Catches & Elbows Door Handle Sets Door Holders, Door Stops, Door Buttons Hatch
Fittings Hinges Latches, Handles, Pulls Teak Louvered Doors
Boat Drink Holders
Flag Pole Mount & Staffs
Grab Rails
Ladders and Boarding
Ladders Ladder Accessories Deck Steps
Plumbing
Deck Fills Marine Exhaust Fuel Vents Thru Hulls Drain Plugs and Tubes
Portlights
Rectangular Stainless Portlights Round Stainless Portlights Oval Stainless
Portlights Stainless Portlight Screens Stainless Portlight Accessories
Rail Fittings
Hand Rails Stanchion Pole, Base, & Handrail Stanchions Rail Bases Boat Rail
Tees, Elbow, Connectors, Bow Form
Rod Holders
Flush Mount Rod Holders Removable Rod Holders Fishing Rod Rack Chair Rod Gimbal
Rod Holder Caps and Liners Outriggers
Steering Wheels
Ventilation
Miscellaneous
Ship / Boat Bells Boat Lights Antenna Mounts Bronze & Brass Hardware Gas Grills
Footrests Fillet Tables Custom
Menu
Account
x menu
Shop By Boat Brand chevron-right
chevron-left Shop By Brand Boat Back Cove Barletta Boats Bertram Yachts Boston
Whaler C-Dory Carolina Skiff Catalina Yachts Centurion Boats Chislett's Boating
Chittum Skiffs Chris-Craft Boats Cobalt Boats Cobia Boats Costa Boats Cruisers
Yachts Defiance Boats Duckworth Boats Duffy Electric Boats Eastern Boats
ElectraCraft Formula Boats Freeman Boatworks Glasstream Powerboats Godfrey Boats
Grady-White Boats Hell's Bay Boatworks Hurricane Boats Intrepid Power Boats
Island Packet Yachts Key West Boats KingFisher Boats Leopard Catamarans Life
Proof Boats Mag Bay Yachts Majek Boats Maverick Boats MJM Yachts Munson Boats
Nautique Boats Nordic Tugs Pathfinder Boats Pioneer Boats Pursuit Boats Qwest
Pontoons Regal Boats Regulator Marine RH Aluminum Boats Robalo Saber Yachts
Sailfish Boats Savannah Boats Scout Boats Sea Hunt Boats Sea Ray Sea Sport Boats
Seahunter Boats Smoker Craft Southport Boats Sportsman Boats Stringray Boats
Supreme Boats Tartan Yachts Tiara Yachts Tidewater Boats Twin Vee PowerCats
Viking Yachts Weldcraft Marine World Cat Yellowfin Yachts
Anchoring & Mooring chevron-right
chevron-left Anchoring & Mooring View All Anchoring Accessories Anchor Bow
Rollers Anchor Roller Wheel Replacements Chain Stoppers Deck Pipe Bow Eyes /
Stern Eyes and Ski Tows Cleats Bow Chocks Hawse Pipe Lift Eyes and Slings
Mooring Bitt / Bollard Pad Eyes Dock Line
Bimini Top Hardware chevron-right
chevron-left Bimini Top Hardware View All Top Caps, Jaw Slides, Inserts Deck
Hinges Toggle & Quick Release Pins Eye Straps
Clearance
Deck Hatches chevron-right
chevron-left Deck Hatches View All Standard Deck Hatches Deck Hatch Accessories
Door, Cabinet & Hatch Hardware chevron-right
chevron-left Door, Cabinet & Hatch Hardware View All Barrel Bolts & Hasps
Cabinet Latches Cabin Door Hooks & Wardrobe Hooks Cabinet Catches & Elbows Door
Handle Sets Door Holders, Door Stops, Door Buttons Hatch Fittings Hinges
Latches, Handles, Pulls Teak Louvered Doors
Boat Drink Holders
Flag Pole Mount & Staffs
Grab Rails
Ladders and Boarding chevron-right
chevron-left Ladders and Boarding View All Ladders Ladder Accessories Deck Steps
Plumbing chevron-right
chevron-left Plumbing View All Deck Fills Marine Exhaust Fuel Vents Thru Hulls
Drain Plugs and Tubes
Portlights chevron-right
chevron-left Portlights View All Rectangular Stainless Portlights Round
Stainless Portlights Oval Stainless Portlights Stainless Portlight Screens
Stainless Portlight Accessories
Rail Fittings chevron-right
chevron-left Rail Fittings View All Hand Rails Stanchion Pole, Base, & Handrail
Stanchions Rail Bases Boat Rail Tees, Elbow, Connectors, Bow Form
Rod Holders chevron-right
chevron-left Rod Holders View All Flush Mount Rod Holders Removable Rod Holders
Fishing Rod Rack Chair Rod Gimbal Rod Holder Caps and Liners Outriggers
Steering Wheels
Ventilation
Miscellaneous chevron-right
chevron-left Miscellaneous View All Ship / Boat Bells Boat Lights Antenna Mounts
Bronze & Brass Hardware Gas Grills Footrests Fillet Tables Custom
Welcome to Marine Depot Direct Sign In
+


LOGIN

If you have an account, sign in with your email address.
Email

Password
eye eye eye-off
Sign In Forgot Your Password?

exclamation-circle


Create an Account
+
Personal Information
First Name

Last Name

Sign-in Information
Email

Password
eye eye-off
Password Strength: No Password
Confirm Password
eye eye-off
Create an Account
Back
Anchoring & Mooring
Anchoring Accessories Anchor Bow Rollers Anchor Roller Wheel Replacements Chain
Stoppers Deck Pipe Bow Eyes / Stern Eyes and Ski Tows Cleats Bow Chocks Hawse
Pipe Lift Eyes and Slings Mooring Bitt / Bollard Pad Eyes Dock Line
Bimini Top Hardware
Top Caps, Jaw Slides, Inserts Deck Hinges Toggle & Quick Release Pins Eye Straps
Clearance
Deck Hatches
Standard Deck Hatches Deck Hatch Accessories
Door, Cabinet & Hatch Hardware
Barrel Bolts & Hasps Cabinet Latches Cabin Door Hooks & Wardrobe Hooks Cabinet
Catches & Elbows Door Handle Sets Door Holders, Door Stops, Door Buttons Hatch
Fittings Hinges Latches, Handles, Pulls Teak Louvered Doors
Boat Drink Holders
Flag Pole Mount & Staffs
Grab Rails
Ladders and Boarding
Ladders Ladder Accessories Deck Steps
Plumbing
Deck Fills Marine Exhaust Fuel Vents Thru Hulls Drain Plugs and Tubes
Portlights
Rectangular Stainless Portlights Round Stainless Portlights Oval Stainless
Portlights Stainless Portlight Screens Stainless Portlight Accessories
Rail Fittings
Hand Rails Stanchion Pole, Base, & Handrail Stanchions Rail Bases Boat Rail
Tees, Elbow, Connectors, Bow Form
Rod Holders
Flush Mount Rod Holders Removable Rod Holders Fishing Rod Rack Chair Rod Gimbal
Rod Holder Caps and Liners Outriggers
Steering Wheels
Ventilation
Miscellaneous
Ship / Boat Bells Boat Lights Antenna Mounts Bronze & Brass Hardware Gas Grills
Footrests Fillet Tables Custom

Shop By

Boat Brands
 * Cutwater Boats
 * Ranger Tugs
 * Solara Boats

 * Back Cove
 * Barletta Boats
 * Bertram Yachts
 * Boston Whaler
 * C-Dory
 * Carolina Skiff
 * Catalina Yachts
 * Centurion Boats
 * Chislett's Boating
 * Chittum Skiffs
 * Chris-Craft Boats
 * Cobalt Boats
 * Cobia Boats
 * Costa Boats
 * Cruisers Yachts
 * Defiance Boats
 * Duckworth Boats
 * Duffy Electric Boats
 * Eastern Boats
 * ElectraCraft
 * Formula Boats
 * Freeman Boatworks
 * Glasstream Powerboats
 * Godfrey Boats
 * Grady-White Boats
 * Hell's Bay Boatworks
 * Hurricane Boats
 * Intrepid Power Boats
 * Island Packet Yachts
 * Key West Boats
 * KingFisher Boats
 * Leopard Catamarans
 * Life Proof Boats
 * Mag Bay Yachts
 * Majek Boats
 * Maverick Boats
 * MJM Yachts
 * Munson Boats
 * Nautique Boats
 * Nordic Tugs
 * Pathfinder Boats
 * Pioneer Boats
 * Pursuit Boats
 * Qwest Pontoons
 * Regal Boats
 * Regulator Marine
 * RH Aluminum Boats
 * Robalo
 * Saber Yachts
 * Sailfish Boats
 * Savannah Boats
 * Scout Boats
 * Sea Hunt Boats
 * Sea Ray
 * Sea Sport Boats
 * Seahunter Boats
 * Smoker Craft
 * Southport Boats
 * Sportsman Boats
 * Stringray Boats
 * Supreme Boats
 * Tartan Yachts
 * Tiara Yachts
 * Tidewater Boats
 * Twin Vee PowerCats
 * Viking Yachts
 * Weldcraft Marine
 * World Cat
 * Yellowfin Yachts


Search entire store here...

search

Sign in

user-circle


SIGN IN



Forgot Password?
Sign In Create an Account


exclamation-circle


Cart shopping-cart 0

International

Shipping

Close panel

Checkout using your account

Email Address

Password

Sign In Forgot Your Password?


Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Create An Account
X
Personal Information 12
First Name

Last Name

Sign-in Information
Email

Password
eye eye eye-off
Password Strength: No Password
Confirm Password
eye eye eye-off
Create an Account
Back

 * 


PREMIUM BOAT HARDWARE

Superior Products at Factory-Direct Prices

 * 


Free shipping for orders s99
Express delivery in 3-5 days
Secure payment
Money Back Guarantee


HOME |MARINEDEPOTDIRECT




BEST SELLER

Manufacturer: White Water
Boat Transom Ladder Fold Up - 4-Step



shop
Manufacturer: White Water
Pivoting Self-Launch Bow Roller



shop
Manufacturer: White Water
Delrin Anchor Roller Replacement Wheels



shop
Manufacturer: White Water
Stainless Steel 30° Angled Deck Fill, 3-Gas Marking, 1-1/2" Hose Size



shop
Manufacturer: White Water
Stainless Steel Gunwale-Mounted Removable Ladder



shop
Manufacturer: White Water
Boat Transom Ladder Fold Up - 4-Step - Extended Standoff



shop



NEW PRODUCT

| New

New Products

Newest Products In Marine Shop

View More >
Manufacturer: White Water
316 Stainless Steel Chafe Plate for Arch Cleat



shop
Manufacturer: White Water
Stainless Water Inlet with Cap



shop
Manufacturer: White Water
Stainless Steel Threaded Thru Hull 1"



shop
Manufacturer:
Stainless Steel Fold Out Over Platform Telescoping Ladder with Welded Bumpers, 4
Step



shop
Menufacturer:
test product



shop
Menufacturer: White Water
White Nylon Rail-Mounted Double Drink Holder For Horizontal Or Vertical Rail



shop
Menufacturer:
Vertical Rod Rack, For 6 Rods



shop
Menufacturer:
Telescoping Folding Transom Ladder



shop
Menufacturer:
Grab Rail, Stud Mount Flanged 7/8" Tube with Larger Radius



shop
Menufacturer: White Water
Outrigger Rod Holders White Powder Coated, Pack of 2



shop
Menufacturer: White Water
9-3/4" Stainless Weld On Rod Holder with Blade for 1" Tubing



shop
Menufacturer:
Man Ship Stainless Steel Inside Opening Hatch Handles



shop
Menufacturer: White Water
Stainless, Heavy Duty Lockable Boat Latch with Anti-Rattle Fastener



shop
Menufacturer:
Fortress Fx-7 Anchor,4lb



shop
Menufacturer:
Fortress FX-11 Anchor 7lb



shop
Menufacturer:
316 Stainless Steel Upholstery Clip



shop
Menufacturer:
316 Stainless Steel Upholstery Clips



shop
Menufacturer:
Stainless Steel Upholstery Clips



shop



REVIEWS

 



BLOG

chevron-left chevron-right
The Best Place to Get Hardware for your Boat
Posted: July 06, 2024
Summer is the perfect season to set sail, and having the right hardware for your
boat can make all the difference. Whether you're a new or experienced...
Read more....
Spotting Marine Life on Your Boating Excursions
Posted: April 21, 2024
Boating offers a unique opportunity to immerse yourself in the natural world and
observe marine life in its natural habitat. From majestic whales to p...
Read more....
What to Expect at the 2024 Newport Beach International Boat Show
Posted: April 14, 2024
Prepare to immerse yourself in the excitement of the 2024 Newport Beach Boat
Show (NBIBS), happening this upcoiming weekend at Lido Marina Village. Wi...
Read more....
Boating is expensive, replacement hardware doesn’t have to be
Posted: April 07, 2024
Boating is often perceived as a luxurious hobby, and rightfully so. From the
initial investment in a boat to ongoing maintenance and fuel costs, ownin...
Read more....
Replacement Hardware for Duffy Boats
Posted: March 31, 2024
Owning a Duffy Boat is a source of pride for many boating enthusiasts. These
electric boats are known for their elegance, comfort, and eco-friendlines...
Read more....







INFORMATION




INFORMATION

 * About Us
 * Testimonials
 * Products
 * Blog
 * Resources
 * Courses


CUSTOMER SERVICE




CUSTOMER SERVICE

 * Check Order Status
 * Return Policy
 * Shipping
 * Warranty
 * FAQ
 * Privacy Policy
 * Terms Of Use
 * Contacts


ACCOUNT





CONTACT US




CONTACT US

 * Marine Depot Direct - Chino, CA
 * (855) 215-4211
 * Contact Us


SUBSCRIBE NOW




--------------------------------------------------------------------------------

Copyright © 1993 -2024 Marine Depot Direct. All Rights Reserved.


 * 
 * 
 * 
 * 
 * 

If you have an account, sign in with your email address.

Email

Password



Sign In
or
Create an Account

Creating an account has many benefits: check out faster, keep more than one
address, track orders and more.

Personal Information

First Name

Last Name

Sign Up for Newsletter
Sign-in Information

Email

Password
Password Strength: No Password
Confirm Password


Create an Account
or
Sign In