cocoluxury.com Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: http://cocoluxury.com/
Effective URL: https://cocoluxury.com/password
Submission: On August 18 via api from BY — Scanned from CA

Form analysis 7 forms found in the DOM

<form uds-search-link="" class="search-bar-form pe-4 d-none d-lg-block">
  <div class="content"><input id="search-field" class="form-control me-2" type="search" placeholder="Search Store..." aria-label="Search"><button class="btn btn-search" type="submit"><svg xmlns="http://www.w3.org/2000/svg" width="72" height="72"
        viewBox="0 0 18 18">
        <g>
          <g>
            <g>
              <path fill="#5c3d9b" d="M12 6.75a5.25 5.25 0 1 1-10.5 0 5.25 5.25 0 0 1 10.5 0zm-1.036 5.273l5.754 5.757a.75.75 0 0 0 1.062-1.062l-5.757-5.755a6.75 6.75 0 1 0-1.06 1.06z"></path>
            </g>
          </g>
        </g>
      </svg></button></div>
</form>

<form uds-search-link="" class="search-bar-form mb-3 mt-4 d-lg-none">
  <div class="content"><input id="search-field" class="form-control me-2" type="search" placeholder="Search Store..." aria-label="Search"><button class="btn btn-search" type="submit"><svg xmlns="http://www.w3.org/2000/svg" width="72" height="72"
        viewBox="0 0 18 18">
        <g>
          <g>
            <g>
              <path fill="#5c3d9b" d="M12 6.75a5.25 5.25 0 1 1-10.5 0 5.25 5.25 0 0 1 10.5 0zm-1.036 5.273l5.754 5.757a.75.75 0 0 0 1.062-1.062l-5.757-5.755a6.75 6.75 0 1 0-1.06 1.06z"></path>
            </g>
          </g>
        </g>
      </svg></button></div>
</form>

POST /password

<form method="post" action="/password" id="login_form" accept-charset="UTF-8" class="storefront-password-form"><input type="hidden" name="form_type" value="storefront_password"><input type="hidden" name="utf8" value="✓">
  <div class="form-group">
    <label for="password">Enter store using password:</label>
    <input class="form-control" type="password" name="password" id="password" autofocus="">
    <input class="btn btn-primary form-control mt-3" name="commit" type="submit" value="Enter">
  </div>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true" novalidate="novalidate"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8"
    value="✓">
  <!-- <input type="hidden" name="return_to" value="/collections/all"> -->
  <div class="row">
    <div class="col col-12">
      <label for="email">EMAIL</label>
      <input type="email" name="customer[email]" id="CustomerEmail" placeholder="email@example.com" class="form-control" autocomplete="email" autocorrect="off" autocapitalize="off">
    </div>
    <div class="col col-12">
      <label for="password">PASSWORD</label>
      <input type="password" value="" name="customer[password]" placeholder="••••••••" class="form-control" id="CustomerPassword">
      <a type="button" class="btn btn-link password-link" data-bs-toggle="modal" data-bs-target="#passwordModalToggle" data-bs-dismiss="modal">
                             Forgot your password?
                        </a>
    </div>
  </div>
  <div class="row">
    <div class="col col-12">
      <div class="content accounts-btn-container">
        <input type="submit" class="btn" value="Sign In">
      </div>
    </div>
  </div>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div class="row">
    <div class="col col-12">
      <label for="email">EMAIL</label>
      <input type="email" value="" name="email" id="RecoverEmail" placeholder="Email Address" class="form-control input-full" autocorrect="off" autocapitalize="off">
    </div>
  </div>
  <div class="row">
    <div class="col col-12">
      <div class="content accounts-btn-container">
        <input type="submit" class="btn" value="Submit">
      </div>
    </div>
  </div>
</form>

POST /account

<form method="post" action="/account" accept-charset="UTF-8" data-login-with-shop-sign-up="true" novalidate="novalidate"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="return_to" value="back">
  <div class="row">
    <div class="col col-12">
      <label for="First Name">FIRST NAME</label>
      <input type="text" class="form-control" placeholder="First Name" name="customer[first_name]" id="-FirstName" autocomplete="given-name">
    </div>
    <div class="col col-12">
      <label for="Last Name">LAST NAME</label>
      <input type="text" class="form-control" placeholder="Last Name" name="customer[last_name]" id="-LastName" autocomplete="family-name">
    </div>
    <div class="col col-12">
      <label for="Email">EMAIL</label>
      <input id="-email" class="form-control " type="email" name="customer[email]" placeholder="Email" autocorrect="off" autocapitalize="off" autocomplete="email" aria-required="true">
    </div>
    <div class="col col-12">
      <label for="Password">PASSWORD</label>
      <input id="-password" class="form-control " type="password" name="customer[password]" placeholder="Password" aria-required="true">
    </div>
  </div>
  <div class="row">
    <div class="col col-12">
      <div class="content accounts-btn-container">
        <input type="submit" value="Create" class="btn">
      </div>
    </div>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="email" id="newsLetterFormEmail" name="contact[email]" placeholder="Enter your email address" autocorrect="off" autocapitalize="off" required="">
  <button type="submit" name="button"> SIGN ME UP </button>
</form>

Text Content

SHOPPING CART

OOPS, YOUR SHOPPING CART IS EMPTY!

Keep Shopping

 * NEW ARRIVALS
 * DESIGNERS
 * BAGS
 * ABOUT
 * BLOG
 * CONTACT

 * NEW ARRIVALS
 * DESIGNERS>
 * BAGS>
 * ABOUT>
 * BLOG
 * CONTACT


 * 
 * 
 * 

 * NEW ARRIVALS
 * DESIGNERS >
 * BAGS >
 * ABOUT >
 * BLOG
 * CONTACT
 * ACCOUNT






WE CAN'T WAIT TO SHOW YOU WHAT WE'VE BEEN WORKING ON.

Enter store using password:

SIGN IN TO START FAVORITING

SIGN IN

EMAIL
PASSWORD Forgot your password?

Create an Account

FORGOT PASSWORD

EMAIL

Back to Login

CREATE ACCOUNT

FIRST NAME
LAST NAME
EMAIL
PASSWORD

Back to Login


SIGN UP AND GET EARLY ACCESS TO OUR NEWEST ITEMS

Receive offers, product alerts, styling insipiration and more. By signing up,
you agree to our Terms of Service and Privacy Policy. You can unsubscribe
anytime.

SIGN ME UP

ABOUT

 * About Us
 * FAQ
 * Returns
 * Shipping
 * Contact Us

ACCOUNT

 * Favorites
 * Purchases

BUY

 * New Arrivals
 * Our Favorites

OTHER

 * Guidelines
 * Authenticity

FOLLOW US