www.johnnywas.com Open in urlscan Pro
151.101.129.124  Public Scan

Submitted URL: http://trk.klclick3.com/ls/click?upn=PZ-2FTtC-2B6LfYwiF8ybhiL1RPP-2BN50fy4bcWl72dVatRHL2aEyqJlpraSlOzNOj5PuRCcep1Alc2ivx...
Effective URL: https://www.johnnywas.com/store-pickup?utm_source=Klaviyo&utm_medium=email&utm_campaign=02012022%20Resort%20-%20Lunar%20Ne...
Submission Tags: falconsandbox
Submission: On April 11 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

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

<form class="form minisearch" id="search_mini_form" action="https://www.johnnywas.com/catalogsearch/result/" method="get">
  <div class="field search">
    <div class="control"><input id="search" type="text" name="q" value="" placeholder="Search" class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested"><a class="action advanced" href="https://www.johnnywas.com/catalogsearch/advanced/" data-action="advanced-search">Advanced Search</a></div>
      <div class="actions"><button type="submit" title="Search" class="action search" aria-label="Search" disabled=""><span>Search</span></button> <a class="search-close" title="Close Search" href="#"></a></div>
    </div>
  </div>
</form>

POST https://www.johnnywas.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuam9obm55d2FzLmNvbS9zdG9yZS1waWNrdXA_X2t4PVlDV1R0OWFWYmRZbHpFaWpiSXVoY0FnbU9jaWFUSXdHNW9SQ0JycUlRZktwNnJXLXAxWllvckkweWYzZ3NuSVAuS0RXZk41JmJ4aWQ9MDFGUENZUkNTTVZLVlJaWDRaUVJSQjlSMUg%2C/?___store=default

<form
  action="https://www.johnnywas.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuam9obm55d2FzLmNvbS9zdG9yZS1waWNrdXA_X2t4PVlDV1R0OWFWYmRZbHpFaWpiSXVoY0FnbU9jaWFUSXdHNW9SQ0JycUlRZktwNnJXLXAxWllvckkweWYzZ3NuSVAuS0RXZk41JmJ4aWQ9MDFGUENZUkNTTVZLVlJaWDRaUVJSQjlSMUg%2C/?___store=default"
  method="post" id="nosto_addtocart_form" novalidate="novalidate"><input name="form_key" type="hidden" value="nbzVP3aVsrncrLiW"> <input type="hidden" name="qty" value="1"><input type="hidden" name="product"></form>

POST https://www.johnnywas.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.johnnywas.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter"><label class="label" for="newsletter"><span>Sign Up for Our Newsletter:</span></label>
    <div class="control"><input name="email" type="email" id="newsletter" placeholder="email address" data-validate="{required:true, 'validate-email':true}"></div>
  </div>
  <div class="actions"><button class="action subscribe primary" title="Subscribe" type="submit" aria-label="Subscribe"><span></span></button></div>
  <div class="field-recaptcha" id="msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef-container" data-bind="scope:'msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef'"><!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) --><!-- /ko -->
    <!-- /ko -->
  </div>
</form>

POST

<form class="form form-login" id="login-form-wishlist" method="post" novalidate="novalidate"><input name="form_key" type="hidden" value="nbzVP3aVsrncrLiW">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field note">Log in with your Johnny Was account.</div>
    <div class="field email required">
      <div class="control"><input name="login[username]" placeholder="email address" value="" autocomplete="off" id="email_field" type="email" class="input-text" title="Email" data-validate="{required:true, 'validate-email':true}"
          aria-required="true"></div>
    </div>
    <div class="field password required">
      <div class="control"><input name="login[password]" placeholder="password" type="password" autocomplete="off" class="input-text" id="pass_field" title="Password" data-validate="{required:true}" aria-required="true"></div>
    </div>
    <div class="actions-toolbar">
      <div class="primary"><button type="submit" class="action primary _gray" name="send" id="send2_form"><span>Log In</span></button></div>
      <div class="secondary"><a class="action remind" href="https://www.johnnywas.com/customer/account/forgotpassword/"><span>Forgot Password?</span></a></div>
    </div>
  </fieldset>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <!-- ko foreach: getRegion('before-amazon-button') --><!--/ko-->
    <div class="amazon-button-container" data-bind="visible: !isAmazonAccountLoggedIn() &amp;&amp; isLwaVisible()">
      <div class="amazon-button-container__cell">
        <div id="LoginWithAmazon" class="login-with-amazon" data-bind="mageInit: {'amazonButton':{'buttonType': 'LwA'}}"><img class=" amazonpay-button-inner-image" style="cursor:pointer; max-height:64px;" alt="AmazonPay"
            id="OffAmazonPaymentsWidgets1" src="https://d2ldlvi1yef00y.cloudfront.net/default/us/live/lwa/darkgray/large/LwA.png" tabindex="0"></div>
      </div>
      <div class="amazon-button-container__cell">
        <div class="field-tooltip toggle" style="display: block;">
          <span class="field-tooltip-action action-help" data-bind="mageInit: {'dropdown':{'activeClass': '_active'}}" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" role="button" tabindex="0"></span>
          <div class="field-tooltip-content" data-target="dropdown" aria-hidden="true" data-bind="text: tooltip">Securely login to our website using your existing Amazon details.</div>
        </div>
      </div>
    </div>
    <!-- ko foreach: getRegion('after-amazon-button') --><!--/ko-->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="msp-recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="msp-recaptcha-popup-login">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Le2xM4UAAAAAK-GOVCrZXO-SwuqLrIBi9y1uzsD&amp;co=aHR0cHM6Ly93d3cuam9obm55d2FzLmNvbTo0NDM.&amp;hl=en&amp;v=Y-cOIEkAqcfDdup_qnnmkxIC&amp;theme=light&amp;size=normal&amp;badge=inline&amp;cb=3enr1ghvxk8g"
              width="304" height="78" role="presentation" name="a-fy26hpz7tot1" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></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><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) -->
      <div class="field">
        <div class="control">
          <input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}">
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.johnnywas.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

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

Shop our New Spring Arrivals!
Skip to Content
 * stores
 * request a catalog

 * locations
 * account

 * search
 * account

Toggle Nav

My Bag
My Bag
Close You have no items in your shopping bag.

 * Compare Products

Search
Advanced Search
Search
 * New
    * Shop All
    * Clothing
       * Kimonos
       * Tops
       * Dresses
       * Outerwear
       * Bottoms
       * Swim
   
    * Accessories
       * Jewelry
       * Handbags
       * Scarves
       * Shoes
   
    * Best Sellers

 * Clothing
    * Shop All
    * Tops
       * Blouses
       * Shirts & Buttondowns
       * Slips & Camis
       * Tunics
       * Tees
       * 
   
    * Bottoms
       * Denim
       * Pants
       * Leggings
       * Joggers
       * Shorts
   
    * Outerwear
       * Kimonos
       * Hoodies
       * Jackets
   
    * Plus Size
       * Tops
       * Bottoms
       * Dresses
       * Swim
   
    * Dresses
       * Midi
       * Maxi
   
    * Loungewear
       * Pajama Sets
       * Silk Sets
   
    * Sweaters
       * Cardigan
       * Pull-Over
       * Cashmere

 * Dresses
 * Kimonos
 * Accessories + Home
    * Shop All
    * Essentials
       * Belts
       * Eyewear
       * Beauty
       * Masks
       * Umbrellas
   
    * Shoes
       * Sneakers
       * Slides
   
    * Jewelry
       * Necklaces
       * Rings
       * Bracelets
       * Earrings
       * Fine Jewelry
   
    * Handbags
       * Crossbody
       * Totes
       * Clutch
   
    * Home
       * Aprons
       * Stationery
       * Pillows
       * Tableware
       * Dog Beds
   
    * Scarves
    * Blankets

 * Blankets
 * Collections
    * Shop All
    * Catalogs
       * Pre Spring 2022
       * Spring 2022
       * April 2022
   
    * Collaborations
       * Amanda Bond
   
    * Signature Staples
       * Embroidered
       * Animal Print
       * Perfect Pairs
       * Dreamer
       * Mothers Day Edit
       * E-Gift Cards

 * Swim + Resort
    * Shop All
    * Swim
       * Cover Ups
       * One Piece
       * Two Piece
       * Men's Swim Trunks
       * Towels and Beach Blankets

 * Sale
    * Shop All
    * Clothing
       * New to Sale
       * Kimonos
       * Tops
       * Dresses
       * Outerwear
       * Bottoms
   
    * Accessories
       * New to Sale
       * Jewelry
       * Shoes
       * Home

   
   

 * Account

 * Home
 * Store Pickup





ABOUT

 * Our Story
 * Blog
 * Careers
   
 * Wholesale
 * Contact


CUSTOMER CARE

 * Returns
 * Garment Care
 * Shipping
 * Request Catalog
 * International
   
 * Sizing
 * FAQs
 * Website Accessibility
 * Covid-19 Response
 * Catalog Removal


NEWSLETTER

Newsletter

Sign up to receive text messages →

Sign up to receive emails and promotions.

Sign Up for Our Newsletter:





CONNECT

 * Facebook
 * Instagram
 * Pinterest
   
   
   

 * Our Services

Call us: (866) 942-8806
©2018 johnnywas.com. All Rights Reserved.

SITE MAP // TERMS & CONDITIONS // PRIVACY POLICY // CA NOTICE // DO NOT SELL MY
PERSONAL INFORMATION

Back to top


LOG IN / SIGN UP

Close
Existing
Customers
Log in with your Johnny Was account.


Log In
Forgot Password?
New Customers

Create a Johnny Was account to create wishlists, check out faster, save multiple
shipping addresses, view and track orders in your account, and more.

Create Account
LOG IN
OTHER WAYS
Have one of these accounts?
You can use it to log in here.





Ok

Close
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
Checkout using your account

Email Address

Password

Securely login to our website using your existing Amazon details.

Sign In
Forgot Your Password?