www.cupshe.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://www.cupshe.com/
Effective URL: https://www.cupshe.com/
Submission: On August 10 via manual from PH — Scanned from CA

Form analysis 13 forms found in the DOM

<form class="popup_normal_sub" id="popupNewsletter" style="display: block;">
  <input name="source" type="hidden" value="popup">
  <input name="shopId" type="hidden" value="1">
  <input type="email" id="sendEmail_order" name="email" class="Form__Input popupEmailBlur" required="required" aria-label="Enter your email" placeholder="Email address">
  <p class="popup_error"></p>
  <p class="fetch_popup_error" style="display: none;">Oops, subscription failed, please try again.</p>
</form>

POST //cupshe.us10.list-manage.com/subscribe/post-json?u=45662aafff5878a283c234bbd&id=5596c73491&c=?

<form method="post" action="//cupshe.us10.list-manage.com/subscribe/post-json?u=45662aafff5878a283c234bbd&amp;id=5596c73491&amp;c=?" id="newsletter-popup2" accept-charset="UTF-8" class="NewsletterPopup__Form" target="nm_iframe"><input type="hidden"
    name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><input name="contact[tags]" type="hidden" value="newsletter-popup">
  <input type="email" id="sendEmail_order2" name="EMAIL" class="Form__Input" required="required" aria-label="Enter your email" placeholder="Enter your email">
  <a style="font-size: 12px;text-align:  left; margin: 12px 0px;" href="">

        </a>
  <button class="Form__Submit Button Button--primary Button--full" type="submit">Subscribe</button>
</form>

Name: create_customerPOST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8" name="create_customer" class="Form Form--spacingTight  signUpPart"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8"
    value="✓">
  <header class="Form__Header loginPcShow" style="margin-bottom:24px;">
    <h1 class="Form__Title Heading r-h1 fwb fs30 pc mb32" id="title">SIGN UP</h1>
  </header>
  <!-- 邮箱 -->
  <div class="Form__Item">
    <input type="email" class="Form__Input" onclick="accountRegisterGaClick('input::Email');" name="customer[email]" aria-label="Email address" placeholder="Email address" required="required" onfocus="clearValid(event)" onblur="validInput(event)">
    <p class="error-msg"></p>
    <label class="Form__FloatingLabel">Email address</label>
  </div>
  <!-- 密码 -->
  <div class="Form__Item">
    <input type="password" class="Form__Input" onclick="accountRegisterGaClick('input::Password');" name="customer[password]" aria-label="Password" placeholder="Password" required="required" id="pwd1" onfocus="clearValid(event)"
      onblur="validInput(event)">
    <p class="error-msg"></p>
    <label class="Form__FloatingLabel">Password</label>
  </div>
  <!-- 确认密码 -->
  <div class="Form__Item  ">
    <input type="password" class="Form__Input" onclick="accountRegisterGaClick('input::Comfirm Password');" placeholder="Confirm Password" name="confirmPwd" id="pwd2" onfocus="clearValid(event)" onblur="validInput(event)">
    <p class="error-msg"></p>
    <label class="Form__FloatingLabel">Confirm Password</label>
  </div>
  <div style="display: none;">
    <input type="hidden" name="customer[accepts_marketing]" value="">
    <input id="checkboxForMarket" type="checkbox" checked="" name="customer[accepts_marketing]">
  </div><input id="referrer" class="referrer" type="hidden" name="return_to" value="https://www.cupshe.com/"><!-- 隐私 -->
  <div class="Form__Item tal register_checkbox  aifs mb8 " style="display: flex;align-items: flex-start ">
    <input id="checkboxForCustomer" type="checkbox" checked="" name="customer[tags]" value="newsletter, newsletter-signup" onclick="accountRegisterGaClick('checkbox::I agree');">
    <label for="checkboxForCustomer" class="checkLabel">I'd like to receive exclusive discounts and news from Cupshe.</label>
  </div>
  <div class="Form__Item tal register_checkbox  aifs" style="display: flex;align-items: flex-start ">
    <input id="checkPolicy" type="checkbox">
    <label for="checkPolicy" class="checkLabel">I agree to Cupshe <a class="tdu" href="https://www.cupshe.com/pages/terms-and-conditions" onclick="accountRegisterGaClick('url::Terms &amp; Conditions');">Terms &amp; Conditions</a> and <a onclick="accountRegisterGaClick('url::Privacy Policy');" class="tdu" href="https://www.cupshe.com/pages/privacy-policy">Privacy
    Policy</a></label>
  </div>
  <div id="registerSubmitCopy" onclick="accountRegisterGaClick('btn::BE A SUNCHASER');" class="Form__Submit Button Button--primary  Button--full " style="margin-top:24px;  text-transform: uppercase;cursor: pointer;">JOIN NOW </div>
  <button id="registerSubmit" type="submit" class="Form__Submit Button  Button--full" style="margin-top:30px;background: black;color: white;    text-transform: uppercase;display:none">Create Account</button>
  <p class=" bottom desc df aic jcc" style="color: #666;"> Already have an account? &nbsp; <a class="tdu ffsb" onclick="linkToSign();accountLoginGaView();accountRegisterGaClick('btn::SIGN IN');"> SIGN IN </a><i class="icon-right"></i>
  </p>
  <script>
    function linkToSign() {
      $(".popupBody #register").css("display", "none")
      $(".popupBody #login").css("display", "flex")
    }
    var isPopup = 'true'
    var activityName = ""
    $(function() {
      if (isPopup == 'true' || isPopup == true) {
        $("#referrer").val(location.href)
        $("#customerTags").val('register-popup,newsletter-registerpopup')
      }
      $("#checkboxForCustomer").change(function() {
        $("#checkboxForMarket").attr("checked", $(this).prop('checked'))
        if (isPopup == true) {
          addTags()
        }
      });
      $("#checkPolicy").change(function() {
        var isCheck = $(this).prop('checked')
        if (isCheck) {
          $(this).parent().removeClass('error')
          $("#registerSubmitCopy").removeClass('Button--disabled')
        }
        if (isPopup == true) {
          policyGA($(this))
        }
      })
    })

    function registerSubmit() {
      if ($("#pwd2").val() && $("#pwd2").val() != $("#pwd1").val()) {
        alert("Your passwords do not match, please try again.")
        $(".Alert__ErrorItem").css("display", "block")
      } else {
        $("#registerSubmit").click()
      }
      gtag('event', 'registered', {
        'event_category': 'engagement',
        'event_label': 'submit'
      });
    }
    // 注册打tags
    function addTags() {
      var isChecked = $("#checkboxForCustomer").prop("checked")
      if (isChecked) {
        $("#customerTags").val('register-popup,newsletter-registerpopup')
      } else {
        $("#customerTags").val('register-popup')
      }
      gtag('event', 'click', {
        'event_category': 'LoginRegisterPopup',
        'event_action': `btn::${isChecked ? 'check':'cancel'}`,
        'event_label': `${activityName}::SubscriptionCheckbox`
      });
    }
    // 政策埋点
    function policyGA(target) {
      var isCheck = target.prop('checked')
      var event_action = ''
      if (isCheck) {
        event_action = 'btn::check'
      } else {
        event_action = 'btn::cancel'
      }
      gtag('event', 'click', {
        'event_category': 'LoginRegisterPopup',
        'event_action': event_action,
        'event_label': `${activityName}::PolicyCheckbox`
      });
    }
    $("#registerSubmitCopy").click(function() {
      var isCheck = $("#checkPolicy").prop('checked')
      if (!isCheck) {
        $("#checkPolicy").parent().addClass('error')
        return false
      }
      $("#checkPolicy").parent().removeClass('error')
      var v1 = validInput(null, 'create_customer', {
        name: 'customer[email]',
        value: $("#create_customer input[name='customer[email]']").val()
      })
      var v2 = validInput(null, 'create_customer', {
        name: 'customer[password]',
        value: $("#create_customer input[name='customer[password]']").val()
      })
      var v3 = validInput(null, 'create_customer', {
        name: 'confirmPwd',
        value: $("#create_customer input[name='confirmPwd']").val()
      })
      if ($("#pwd2").val() && $("#pwd2").val() != $("#pwd1").val()) {
        alert("Your passwords do not match, please try again.")
        $(".Alert__ErrorItem").css("display", "block")
      } else if (v1 && v2 && v3) {
        $("#registerSubmit").click()
      }
    })
  </script>
</form>

Name: loginPOST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" name="login" class="Form Form--spacingTight
  from_new signInPart customer_login_form"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <header class="Form__Header pc">
    <h1 class="Form__Title Heading u-h1" id="login_title">SIGN IN</h1>
  </header>
  <!-- 邮箱 -->
  <div class="Form__Item">
    <input type="email" class="Form__Input" name="customer[email]" onclick="accountLoginGaClick('input::Email');" placeholder="Email address" aria-label="Email address" onfocus="clearValid(event)" onblur="validInput(event)">
    <p class="error-msg"></p>
    <label class="Form__FloatingLabel">Email address</label>
  </div>
  <!-- 密码 -->
  <div class="Form__Item mb8">
    <input type="password" class="Form__Input" name="customer[password]" onclick="accountLoginGaClick('input::Password');" placeholder="Password" aria-label="Password" onfocus="clearValid(event)" onblur="validInput(event)">
    <p class="error-msg"></p>
    <label class="Form__FloatingLabel">Password</label>
  </div>
  <div class="tar forget">
    <a onclick="forGetPassword();accountResetGaView();accountLoginGaClick('url::Forgot password');" class="Link Link--primary tdu" href="/account/login#recover">
    Forgot password?
    </a>
  </div>
  <!-- 登录报错 --><input id="referrer" class="referrer" type="hidden" name="return_to" value="https://www.cupshe.com/"><button onclick="loginSubmit();accountLoginGaClick('btn::SIGN IN');" class="Form__Submit Button--primary Button Button--full mt40">
    SIGN IN </button>
  <!-- 触发提交 -->
  <button id="loginBtn" type="submit" class="Form__Submit Button Button--primary Button--full" style="display:none">SIGN IN</button>
  <p class=" bottom desc"> Don't have an account?&nbsp; <a class="tdu ffsb" onclick="linkToRegister();accountRegisterGaView();accountLoginGaClick('url::JOIN NOW');"> SIGN UP</a><i class="icon-right"></i>
  </p>
  <script>
    function linkToRegister() {
      $(".popupBody #register").css("display", "flex")
      $(".popupBody #login").css("display", "none")
    }
    document.querySelector('#referrer').setAttribute('value', window.location.href)

    function loginSubmit() {
      var v1 = validInput(null, 'customer_login', {
        name: 'customer[email]',
        value: $("#customer_login input[name='customer[email]']").val()
      })
      var v2 = validInput(null, 'customer_login', {
        name: 'customer[password]',
        value: $("#customer_login input[name='customer[password]']").val()
      })
      if (v1 && v2) {
        $("#loginBtn").click()
      }
    }
  </script>
</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="✓"></form>

Name: recoverPOST /account/recover

<form method="post" action="/account/recover" id="recover_customer_password" accept-charset="UTF-8" name="recover" class="Form Form--spacingTight from_new"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden"
    name="utf8" value="✓">
  <header class="Form__Header">
    <h1 class="Form__Title Heading u-h1">RESET PASSWORD</h1>
    <p class="Form__Legend">Please enter your email:</p>
  </header>
  <div class="Form__Item">
    <input type="email" class="Form__Input" name="email" required="required" onclick="accountResetGaClick('input::Email');" placeholder="Email" aria-label="Email" autofocus="">
    <label class="Form__FloatingLabel">Email</label>
  </div>
  <div class="Form__Item">
    <button style="background: black; color: white;" type="submit" onclick="accountResetGaClick('btn::RESET');" class="Form__Submit Button  Button--full">RESET</button>
  </div>
  <div class="Form__Hint Form__Hint--center">
    <span class="Text--subdued">Remember your password?</span>
    <button type="button" class="Link Link--secondary goToSignIn tdu" onclick="backLogin();accountResetGaClick('url::Back to login');accountLoginGaView();">Back to login</button>
  </div>
</form>

Name: loginPOST /account/login

<form method="post" action="/account/login" id="customer_login_new" accept-charset="UTF-8" name="login" class="Form Form--spacingTight
  from_new signInPart customer_login_form"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <header class="Form__Header pc">
    <h1 class="Form__Title Heading u-h1" id="login_title">SIGN IN</h1>
  </header>
  <!-- 邮箱 -->
  <div class="Form__Item">
    <input type="email" class="Form__Input" name="customer[email]" onclick="accountLoginGaClick('input::Email');" placeholder="Email address" aria-label="Email address" onfocus="clearValid(event)" onblur="validInput(event)">
    <p class="error-msg"></p>
    <label class="Form__FloatingLabel">Email address</label>
  </div>
  <!-- 密码 -->
  <div class="Form__Item mb8">
    <input type="password" class="Form__Input" name="customer[password]" onclick="accountLoginGaClick('input::Password');" placeholder="Password" aria-label="Password" onfocus="clearValid(event)" onblur="validInput(event)">
    <p class="error-msg"></p>
    <label class="Form__FloatingLabel">Password</label>
  </div>
  <div class="tar forget">
    <a onclick="forGetPassword();accountResetGaView();accountLoginGaClick('url::Forgot password');" class="Link Link--primary tdu">
    Forgot password?
    </a>
  </div>
  <!-- 登录报错 --><input id="referrer" class="referrer" type="hidden" name="return_to" value="https://www.cupshe.com/"><button onclick="loginSubmitNew();accountLoginGaClick('btn::SIGN IN');" class="Form__Submit Button--primary Button Button--full mt40">
    SIGN IN </button>
  <!-- 触发提交 -->
  <button id="loginBtn" type="submit" class="Form__Submit Button Button--primary Button--full" style="display:none">SIGN IN</button>
  <p class="mobile bottom desc"> Don't have an account?&nbsp; <a class="tdu ffsb" onclick="back('register');accountRegisterGaView();accountLoginGaClick('url::JOIN NOW');"> SIGN UP</a><i class="icon-right"></i>
  </p>
  <script>
    document.querySelector('#referrer').setAttribute('value', window.location.href)

    function loginSubmitNew() {
      var v1 = validInput(null, 'customer_login', {
        name: 'customer[email]',
        value: $("#customer_login_new input[name='customer[email]']").val()
      })
      var v2 = validInput(null, 'customer_login', {
        name: 'customer[password]',
        value: $("#customer_login_new input[name='customer[password]']").val()
      })
      console.log("v1", v1)
      console.log("v2", v2)
      if (v1 && v2) {
        $("#loginBtn").click()
      }
    }
  </script>
</form>

Name: create_customerPOST /account

<form method="post" action="/account" id="create_customer_new" accept-charset="UTF-8" name="create_customer" class="Form Form--spacingTight  signUpPart"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8"
    value="✓">
  <header class="Form__Header loginPcShow" style="margin-bottom:24px;">
    <h1 class="Form__Title Heading r-h1 fwb fs30 pc mb32" id="title">SIGN UP</h1>
    <p class=" fwb mb8 lh15 ls0">BECOME A SUNCHASER</p>
    <p class="fw300 mb6 lh15 ls0"> You'll enjoy exclusive deals, offers and rewards. </p>
    <p class="fw300 lh15 mb8 ls0"> Join now to earn <b class="ls0" style="color:#B78126">300 points</b>! </p>
  </header>
  <!-- 邮箱 -->
  <div class="Form__Item">
    <input type="email" class="Form__Input" onclick="accountRegisterGaClick('input::Email');" name="customer[email]" aria-label="Email address" placeholder="Email address" required="required" onfocus="clearValid(event)" onblur="validInput(event)">
    <p class="error-msg"></p>
    <label class="Form__FloatingLabel">Email address</label>
  </div>
  <!-- 密码 -->
  <div class="Form__Item">
    <input type="password" class="Form__Input" onclick="accountRegisterGaClick('input::Password');" name="customer[password]" aria-label="Password" placeholder="Password" required="required" id="pwd1" onfocus="clearValid(event)"
      onblur="validInput(event)">
    <p class="error-msg"></p>
    <label class="Form__FloatingLabel">Password</label>
  </div>
  <!-- 确认密码 -->
  <div class="Form__Item  ">
    <input type="password" class="Form__Input" onclick="accountRegisterGaClick('input::Comfirm Password');" placeholder="Confirm Password" name="confirmPwd" id="pwd2" onfocus="clearValid(event)" onblur="validInput(event)">
    <p class="error-msg"></p>
    <label class="Form__FloatingLabel">Confirm Password</label>
  </div>
  <div style="display: none;">
    <input type="hidden" name="customer[accepts_marketing]" value="">
    <input id="checkboxForMarket" type="checkbox" checked="" name="customer[accepts_marketing]">
  </div><input id="referrer" class="referrer" type="hidden" name="return_to" value="https://www.cupshe.com/"><input type="hidden" name="customer[tags]" id="customerTags" value="newsletter, newsletter-signup">
  <!-- 隐私 -->
  <div class="Form__Item tal register_checkbox  aifs mb8 " style="display: flex;align-items: flex-start ">
    <input id="checkboxForCustomer" type="checkbox" checked="" onclick="accountRegisterGaClick('checkbox::I agree');">
    <label for="checkboxForCustomer" class="checkLabel">I'd like to receive exclusive discounts and news from Cupshe.</label>
  </div>
  <div class="Form__Item tal register_checkbox  aifs" style="display: flex;align-items: flex-start ">
    <input id="checkPolicy" type="checkbox">
    <label for="checkPolicy" class="checkLabel">I agree to Cupshe <a class="tdu" href="https://www.cupshe.com/pages/terms-and-conditions" onclick="accountRegisterGaClick('url::Terms &amp; Conditions');">Terms &amp; Conditions</a> and <a onclick="accountRegisterGaClick('url::Privacy Policy');" class="tdu" href="https://www.cupshe.com/pages/privacy-policy">Privacy
    Policy</a></label>
  </div>
  <div id="registerSubmitCopy" onclick="accountRegisterGaClick('btn::BE A SUNCHASER');" class="Form__Submit Button Button--primary  Button--full " style="margin-top:24px;  text-transform: uppercase;cursor: pointer;">Create Account </div>
  <button id="registerSubmit" type="submit" class="Form__Submit Button  Button--full" style="margin-top:30px;background: black;color: white;    text-transform: uppercase;display:none">Create Account</button>
  <p class="mobile bottom desc df aic jcc" style="color: #666;"> Already have an account? &nbsp; <a class="tdu ffsb" onclick="back('login');accountLoginGaView();accountRegisterGaClick('btn::SIGN IN');"> SIGN IN </a><i class="icon-right"></i>
  </p>
  <script>
    var isPopup = ''
    var activityName = ""
    $(function() {
      if (isPopup == 'true' || isPopup == true) {
        $("#referrer").val(location.href)
        $("#customerTags").val('register-popup,newsletter-registerpopup')
      }
      $("#checkboxForCustomer").change(function() {
        $("#checkboxForMarket").attr("checked", $(this).prop('checked'))
        if (isPopup == true) {
          addTags()
        }
      });
      $("#checkPolicy").change(function() {
        var isCheck = $(this).prop('checked')
        if (isCheck) {
          $(this).parent().removeClass('error')
          $("#registerSubmitCopy").removeClass('Button--disabled')
        }
        if (isPopup == true) {
          policyGA($(this))
        }
      })
    })

    function registerSubmit() {
      if ($("#pwd2").val() && $("#pwd2").val() != $("#pwd1").val()) {
        alert("Your passwords do not match, please try again.")
        $(".Alert__ErrorItem").css("display", "block")
      } else {
        $("#registerSubmit").click()
      }
      gtag('event', 'registered', {
        'event_category': 'engagement',
        'event_label': 'submit'
      });
    }
    // 注册打tags
    function addTags() {
      var isChecked = $("#checkboxForCustomer").prop("checked")
      if (isChecked) {
        $("#customerTags").val('register-popup,newsletter-registerpopup')
      } else {
        $("#customerTags").val('register-popup')
      }
      gtag('event', 'click', {
        'event_category': 'LoginRegisterPopup',
        'event_action': `btn::${isChecked ? 'check':'cancel'}`,
        'event_label': `${activityName}::SubscriptionCheckbox`
      });
    }
    // 政策埋点
    function policyGA(target) {
      var isCheck = target.prop('checked')
      var event_action = ''
      if (isCheck) {
        event_action = 'btn::check'
      } else {
        event_action = 'btn::cancel'
      }
      gtag('event', 'click', {
        'event_category': 'LoginRegisterPopup',
        'event_action': event_action,
        'event_label': `${activityName}::PolicyCheckbox`
      });
    }
    $(".login-container #registerSubmitCopy").click(function() {
      var isCheck = $(".login-container #checkPolicy").prop('checked')
      if (!isCheck) {
        $(".login-container #checkPolicy").parent().addClass('error')
        return false
      }
      $(".login-container #checkPolicy").parent().removeClass('error')
      var v1 = validInput(null, 'create_customer', {
        name: 'customer[email]',
        value: $(".login-container #create_customer_new input[name='customer[email]']").val()
      })
      var v2 = validInput(null, 'create_customer', {
        name: 'customer[password]',
        value: $(".login-container #create_customer_new input[name='customer[password]']").val()
      })
      var v3 = validInput(null, 'create_customer', {
        name: 'confirmPwd',
        value: $(".login-container #create_customer_new input[name='confirmPwd']").val()
      })
      if ($(".login-container #pwd2").val() && $(".login-container #pwd2").val() != $(".login-container #pwd1").val()) {
        alert("Your passwords do not match, please try again.")
        $(".login-container .Alert__ErrorItem").css("display", "block")
      } else if (v1 && v2 && v3) {
        $(".login-container #registerSubmit").click()
      }
    })
  </script>
</form>

POST /cart

<form class="Cart Drawer__Content" action="/cart" method="POST" novalidate="">
  <div class="Drawer__Main" data-scrollable="">
    <div class="Cart__ShippingNotice Text--subdued">
      <div class="Drawer__Container">
        <p>❤️Free Shipping 1st order! No minimum | code: FS29</p>
      </div>
    </div><!--         <p class="Cart__Empty Heading u-h5">Your bag is empty.  Subscribe &amp; Get Extra 12% Off</p> -->
    <!--    无数据更改   	 -->
    <div style="position: absolute;width: 230px;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;">
      <img src="//cdn.shopify.com/s/files/1/0784/0207/t/365/assets/nodata.png?v=86557587314082219771646104326" width="120" alt="">
      <p style="font-size:14px;color:#828282;margin-top:31px">Your bag is empty. Subscribe &amp; Get Extra 12% Off</p>
      <a href="https://www.cupshe.com/collections/popular-style-gallery?icn=addbag&amp;ici=emptybag" class="Form__Submit Button Button--primary Button--full" style="margin-top:85px;height:41px;padding: 12px 28px;">Discover Now</a>
    </div>
    <!--    无数据更改  结束 	 -->
  </div>
</form>

<form class="footerNewsletter2" id="footerNewsletter">
  <input name="source" type="hidden" value="footer">
  <input name="shopId" type="hidden" value="1">
  <input id="sendEmail_order4" type="email" name="email" style="border: 1px solid #999;width: 63%;float: left;margin-right: 0px;background: white;" class="Form__Input footerEmailBlur" aria-label="Email address" placeholder="Email address"
    required="">
  <div>
    <button class="Form__Submit Button Button--primary" onclick="sendFooter_order(); return false" style="width: 34%;margin: 0;padding: 13px 10px 14px;" type="submit">SUBSCRIBE</button>
  </div>
</form>

<form class="footerNewsletter1" id="footerNewsletter">
  <input name="source" type="hidden" value="footer">
  <input name="shopId" type="hidden" value="1">
  <input id="sendEmail_order4" name="email" style="width: 70%;float: left;margin-right: 0px;background: white;border: 1px solid #999;" class="Form__Input footerEmailBlur" aria-label="Email address" placeholder="Email address">
  <div>
    <button class="Form__Submit Button Button--primary" onclick="sendFooter_order(); return false" style="width: 30%;margin: 0;padding: 12px 10px;">SUBSCRIBE</button>
  </div>
</form>

Name: GET /search

<form action="/search" name="GET" role="search" class="Search__Form">
  <input type="search" oninput="searchInput()" class="Search__Input Heading" name="q" autocomplete="off" autocorrect="off" autocapitalize="off" placeholder="Start Typing Here" autofocus="">
  <input type="hidden" name="type" value="product">
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-HQNMZZ" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; max-width: 450px; margin: 0px auto; border-radius: 2px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(159, 157, 157, 0); background-image: url(&quot;https://d3k81ch9hvuctc.cloudfront.net/company/LjZex3/images/6c061fe9-4358-43f4-842d-371fa47d4654.jpeg&quot;); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; padding: 10px 20px;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 20px 6px 15px; position: relative; background-color: rgba(255, 255, 255, 0); flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 kl-private-quill-wrapper-Lkqws1" style="width: 100%;">
          <div class="ql-snow ql-container ql-disabled">
            <div class="ql-editor" data-gramm="false" contenteditable="false">
              <p style="text-align: center;"><span style="color: rgb(255, 255, 255); font-size: 18px;" class="ql-font-helvetica">SUBSCRIBE FOR AN EXTRA</span><span style="font-size: 20px;" class="ql-font-helvetica"> </span><strong
                  class="ql-font-helvetica" style="font-size: 20px; color: rgb(245, 165, 3);">15% OFF</strong><span class="ql-font-helvetica" style="font-size: 18px;"> </span><span class="ql-font-helvetica"
                  style="font-size: 18px; color: rgb(255, 255, 255);">$75+</span></p>
            </div>
            <div class="ql-clipboard" contenteditable="true" tabindex="-1"></div>
          </div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 5px 6px 15px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 kl-private-quill-wrapper-Lkqws1" style="width: 100%;">
          <div class="ql-snow ql-container ql-disabled">
            <div class="ql-editor" data-gramm="false" contenteditable="false">
              <p style="text-align: center;"><span style="color: rgb(255, 255, 255);" class="ql-font-helvetica">Get an exclusive offer when you sign up, plus early access to even more deals, new arrivals, style tips and more.</span></p>
            </div>
            <div class="ql-clipboard" contenteditable="true" tabindex="-1"></div>
          </div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 15px 6px 10px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input class="needsclick go2024679571 kl-private-reset-css-Xuajs1" type="text" tabindex="0"
            placeholder="FIRST NAME" aria-label="FIRST NAME" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 40px; text-align: left; color: rgb(0, 0, 0); font-family: &quot;Century Gothic&quot;, CenturyGothic, AppleGothic, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(180, 187, 195);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 15px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;">
          <div class="needsclick go1082645369 kl-private-reset-css-Xuajs1"
            style="display: flex; flex-direction: row; align-items: center; box-sizing: border-box; border-radius: 2px; padding: 0px; height: 40px; text-align: left; font-family: &quot;Century Gothic&quot;, CenturyGothic, AppleGothic, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(180, 187, 195);">
            <button aria-label="Search Countries" type="button" class="needsclick  kl-private-reset-css-Xuajs1"
              style="display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 52px; height: 40px; cursor: pointer; padding-left: 10px; padding-right: 5px;"><img aria-label="United States" title="United States"
                src="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.4/flags/4x3/us.svg" style="display: inline-block; width: 1em; height: 1em; vertical-align: middle; border-radius: 3px;"><svg height="20" width="20" viewBox="0 0 20 20"
                aria-hidden="true" focusable="false" class="" transform="" style="fill: rgb(180, 187, 195);">
                <path
                  d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z">
                </path>
              </svg></button><input type="tel" data-testid="phoneNumberInput" autocomplete="tel" name="phone-number" tabindex="0" placeholder="Phone Number" aria-label="Phone Number" aria-invalid="false"
              class="needsclick undefined kl-private-reset-css-Xuajs1"
              style="border: none; text-align: left; color: rgb(0, 0, 0); font-family: &quot;Century Gothic&quot;, CenturyGothic, AppleGothic, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgba(0, 0, 0, 0); flex-grow: 1;">
          </div>
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 15px; position: relative; flex: 0 1 auto;"><button
          class="needsclick go952291206 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(245, 165, 3); border-radius: 2px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(255, 255, 255); font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 2px; line-height: 1; white-space: normal; padding: 11px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto;">SUBSCRIBE</button>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 20px 6px 15px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 kl-private-quill-wrapper-Lkqws1" style="width: 100%;">
          <div class="ql-snow ql-container ql-disabled">
            <div class="ql-editor" data-gramm="false" contenteditable="false">
              <p style="text-align: justify;"><span style="color: rgb(255, 255, 255); font-size: 12px;" class="ql-font-helvetica">*By signing up via text, you agree to receive marketing messages at the number provided. Consent is not a condition of
                  purchase. Message and data rates may apply. Message frequency varies. Reply HELP for help or STOP to cancel. View our
                </span><a href="https://www.cupshe.com/pages/privacy-policy" target="_blank" class="ql-font-helvetica" style="color: rgb(245, 165, 3); font-size: 12px;">Privacy Policy</a><span class="ql-font-helvetica"
                  style="color: rgb(54, 54, 54); font-size: 12px;"> </span><span class="ql-font-helvetica" style="color: rgb(255, 255, 255); font-size: 12px;">and</span><span class="ql-font-helvetica" style="color: rgb(54, 54, 54); font-size: 12px;">
                </span><a href="https://www.cupshe.com/pages/terms-and-conditions" target="_blank" class="ql-font-helvetica" style="color: rgb(245, 165, 3); font-size: 12px;">Terms of Service</a><span class="ql-font-helvetica"
                  style="color: rgb(255, 255, 255); font-size: 12px;">.</span></p>
            </div>
            <div class="ql-clipboard" contenteditable="true" tabindex="-1"></div>
          </div>
        </div>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

We use cookies to give you a better shopping experience. By continuing to use
our services or create an account on our website, you agree to our Privacy
Policy and Cookie Policy. I agree cancel
Skip to content


EXTRA 12% OFF

SITEWIDE
❤️12% off first order
❤️FREE Shipping first order
YOU'RE ON THE LIST!
❤️Check your inbox for exclusive first order discounts
Yay! You're back!
Get ready to see some cute styles heading your way!

Oops, subscription failed, please try again.

GET COUPON
SHOP NOW
SHOP NOW
Cupshe uses cookies. About our cookies policy.
Subscribe


SIGN UP



Email address



Password



Confirm Password

I'd like to receive exclusive discounts and news from Cupshe.
I agree to Cupshe Terms & Conditions and Privacy Policy
JOIN NOW
Create Account

Already have an account?   SIGN IN


SIGN IN



Email address



Password
Forgot password?
SIGN IN SIGN IN

Don't have an account?  SIGN UP


RESET PASSWORD

Please enter your email:

Email
RESET
Remember your password? Back to login
SIGN IN
SIGN UP


SIGN IN



Email address



Password
Forgot password?
SIGN IN SIGN IN

Don't have an account?  SIGN UP




SIGN UP

BECOME A SUNCHASER

You'll enjoy exclusive deals, offers and rewards.

Join now to earn 300 points!



Email address



Password



Confirm Password

I'd like to receive exclusive discounts and news from Cupshe.
I agree to Cupshe Terms & Conditions and Privacy Policy
Create Account
Create Account

Already have an account?   SIGN IN


 * ACCOUNT
   SIGN IN SIGN UP
    * Order History
    * Track My Order
    * Sunchasers Club


👉New User Offer | GET EXTRA 12% OFF
🔥Hot Picks
Tummy Control One Pieces ✨
High Waist Bikinis
Fall '22 Ready-to-Wear Clothing
Women's Trendy Tops
Rompers& Jumpsuits
Fall Dresses 2022
Homecoming Dresses
Cupshe Top Rated 🏆
Cute Bathing Suits
Casual Look Coverup & Dresses
Full Coverage Wrap Swimwear
New In FALL '22
View All New
Fall 2022 Collection🍁
New In: Clothing
 * New In: Dresses
 * Wedding Guest Dresses
 * New In Clothing
 * New In: Women's Tops
 * New In: Jumpsuits
 * New In: Cover Ups
 * New In: Shoes & Accessories

New In: Swim
 * New In: One Pieces
 * New In: Bikini Sets
 * New In: Bikini Separates
 * New In: Plus Size
 * Back to School Outfits
 * Mommy & Me
 * Kids Swimsuit

New to Sale | Buy 1 Get 10% OFF
Bikinis
View All Bikinis
New In Bikinis
Bikini Sets
Bikini Separates
High Waist Bikini
Tankini
Bikini Tops
Bikini Bottoms
Bikini Best Sellers
Plus Size Bikini
Kids Bikini
Swimwear UP TO 70% OFF
Smocked and Floral Swimsuits
Top Styles
 * Underwire / Push Up
 * Triangle
 * Bandeau
 * Cross Back Bikinis
 * Bralette
 * Long Sleeve Swimsuits

Bottom Styles
 * Mid Rise
 * Low Rise
 * Cheeky
 * Full Bottom Coverage

Find your Perfect Fit
MIX & MATCH
Restock:Bikinis
SS22 Trendy Color
Bikini Sale
One Pieces Swimsuits
View All One Pieces
New In One Pieces
Tummy Control One Piece
One Piece Best Sellers
Plus Size One Piece
Kids One Piece
Swimwear UP TO 70% OFF
Shop by Styles
 * Halter & Lace Up
 * Monokini / Cut Out
 * Adjustable Straps
 * Plunge Neck/ V-Neck
 * High Neck
 * Long Sleeve One Pieces
 * Long Torso Swimsuits

Shop by Feature
 * Timeless Classic
 * Full Coverage Wrap Swimwear
 * Cute Bathing Suits
 * Cross Back One Piece
 * Trendy Features (Mesh , Shoulder)
 * Sporty Swimwear

Restock: One Pieces
Find Your Perfect Fit
Bodysuits
Swimwear Flash Sale
Dresses
View All Dresses
New In Dresses ✨
Fall Dresses 2022 🍁
Summer Dresses 2022
Wedding Guest Dresses
Beach Dresses
Boho Dresses
Dresses Best Sellers
Maxi Dresses
Midi Dresses
Short Dresses
Homecoming Dresses
Dresses UP TO 80% OFF
Shop by Occasion
 * Casual Dresses
 * Vacation Dresses
 * Going Out Dresses
 * House Party Dresses
 * Work Dresses

Shop by Trends
 * Wrap Dresses
 * Ditsy Floral Dresses
 * Cami Dresses
 * Summer Sundresses
 * White Dresses
 * Shirt Dresses
 * Black Dresses

Fall Clothing 2022 👚
View All Clothing
Fall Clothing 2022
Rompers & Jumpsuits
Women's Tops & Shirts💗
New In Clothing
Best Seller Clothing
Pants & Shorts
Cute & Casual Outfits 💗
Bodysuits
Two-piece Sets
Activewear
Cover ups & Kimonos
View All Cover Ups
Kimonos
New In Cover Ups ✨
Cover Ups Best Sellers
Tunic Cover Ups
Resort Wear
Kaftan ✨
Coverup Dresses
Coverup UP TO 80% OFF
Shop by Styles
 * Beach Shirts & Tops
 * Beach Bottoms & Sarongs
 * Beach Two-pieces

Shop by Trends
 * Floral & Print
 * White
 * Black
 * Crochet
 * Tassel & Embroidery
 * Beach Accessories

Accessories
View All Accessories
All Shoes
SHOES & ACCS FLASH SALE
Bracelet& Earring
Sunglasses & Bags
Hats & Scarves
Beach Blankets
Swimming Rings
Curve & Plus (Size 10-26) 💗
View All Plus Size
Plus Size One Piece
Plus Size Bikini
Cupshe X Tabria Majors 💗
Plus Size Separates
Plus Size Tops
Plus Size Bottoms
Fuller Figure Swimwear
Plus Size Best Sellers
Discover More with XL,XXL (Size 10-18)
Mommy &Me
Best Sellers
View All Best Sellers
One Piece Best Sellers
Bikini Best Sellers
Dresses Best Sellers
Clothing Best Sellers
Cover Ups Best Sellers
Plus Size Best Sellers
Shop by Mood
 * Classic Black Edit
 * Classic Stripes
 * Cupshe Exclusive
 * Animal/ Leopard Print
 * Boho Flair
 * One Shoulder Styles
 * Pink Vibes
 * Effortless Charming
 * The Y2K Edit: All Under $16.99
 * Scalloped Swimsuits & Clothing
 * CUPSHE X JOJO FLETCHER
 * CUPSHE X TABRIA MAJORS

Restock
SALE
View All Sales
Final Sale | UP TO 70% OFF
Flash Sale | UP TO 70% OFF
BUY 3 GET 70% OFF
Dresses UP TO 80% OFF
Swimwear ALL 45% OFF
New to Sale | 10% OFF
Bikini Sale
One Piece Sale
Dresses Sale
Cover Ups Sale
Plus Size Sale
Clothing Sale
Shoes Sale
Shop by Price
 * All Under $9.99
 * All Under $14.99
 * All Under $19.99
 * All Under $24.99

Cupshe Campaigns
#Find Your Perfect Fit 🩱
#MIAMI POP UP
#CUPSHE X TABRIA MAJORS
#Sea to Shining Sea
#CUPSHE X JOJO FLETCHER
#Summer Dresses of Love
#Summer Glow Up
#SS22 Trendy Color
#Island Sun
#Moroccan Daydream
🚚 FREE SHIPPING $49+*
☎️ CONTACT US 24/7
United States - USD $
Canada - CAD $
Australia - AUD $
United Kingdom - £ GBP
Deutschland - € EUR
France - € EUR
New Zealand - NZD $
España - € EUR
Singapore - S $
Mexico - $ MXN
USD CAD EUR GBP AUD
BAG

❤️Free Shipping 1st order! No minimum | code: FS29

Your bag is empty. Subscribe & Get Extra 12% Off

Discover Now

FALL 2022 READY-TO-WEAR COLLECTION | SHOP NOW

UP TO 80% OFF | SHOP NOW

FREE SHIPPING 1ST ORDER | CODE: FS29

 * United States  - USD $
    * United States - USD $
    * Canada - CAD $
    * Australia - AUD $
    * Deutschland - € EUR
      
    * France - € EUR
    * United Kingdom - £ GBP
    * New Zealand - NZD $
    * España - € EUR
    * Singapore - S $
    * Mexico - $ MXN

 * 
 * 







   
 * 
   
 * SIGN IN / SIGN UP
    * Order History
    * Track My Order
    * Sunchasers Club

 * 
 * 

 * New InNew In
   New In:Swim
    * All New In
    * New In: One Pieces
    * New In: Bikini Sets
    * New In: Bikini Separates
    * New In: Plus Size
    * New In: Kids Swimsuit
    * Mommy & Me
    * Back to School Outfits
   
   New In:Clothing
    * New In: Dresses
    * New In: Clothing
    * New In: Women's Tops
    * New In: Jumpsuits
    * New In: Cover Ups
    * New In: Shoes & Accs
    * Wedding Guest Dresses
    * Fall 2022 Collection
   
   CAMPAIGNS
    * Find Your Perfect Fit 🩱
    * CUPSHE X TABRIA MAJORS
    * MIAMI POP UP
    * Sea to Shining Sea
    * CUPSHE X JOJO FLETCHER
    * Summer Dresses of Love
    * Summer Glow Up
    * SS22 Trendy Color
    * Moroccan Daydream
   
   NEW TO SALE
   
   Fall 2022 COLLECTION

 * BikinisBikinis
   All Bikinis
    * All Bikinis
    * New In Bikinis
    * Bikini Sets
    * Bikini Separates
    * Bikini Tops
    * Bikini Bottoms
    * Bikini Best Sellers
    * Plus Size Bikini
    * Kids Bikini
   
   Top Styles
    * Tankini
    * Underwire / Push Up
    * Bandeau
    * Triangle
    * Bralette
    * Cross Back Bikinis
    * Long Sleeve Swimsuits
    * Smocked and Floral Swimsuits
   
   Bottom Styles
    * High Waist
    * Low Rise
    * Mid Rise
    * Cheeky
    * Full Bottom Coverage
    * Find Your Perfect Fit
   
   SWIMWEAR Up to 70% OFF
   
   MIX & MATCH

 * One PiecesOne Pieces
   All One Pieces
    * All One Pieces
    * New In One Pieces
    * One Piece Best Sellers
    * Plus Size One Piece
    * Kids One Piece
    * Bodysuits
    * Swimwear UP TO 70% OFF
   
   Shop by Styles
    * Tummy Control
    * Monokini / Cut Out
    * Halter & Lace Up
    * Plunge Neck/ V-Neck
    * High Neck
    * Long Sleeve
    * Long Torso Swimsuits
    * Find Your Perfect Fit
   
   Shop by Trends
    * Full Coverage Wrap Swimwear
    * Cute Bathing Suits
    * Cross Back One Piece
    * Swimwear Trendy Features
    * Sporty Swimwear
   
   Classic Black Swimsuits
   
   Swimwear Flash Sale

 * DressesDresses
   All Dresses
    * All Dresses
    * New In Dresses ✨
    * Fall Dresses 2022
    * Dresses Best Sellers
    * Maxi Dresses
    * Midi Dresses
    * Short Dresses
    * Dresses UP TO 80% OFF
   
   Shop by Occasion
    * Wedding Guest Dresses
    * Beach Dresses
    * Casual Dresses
    * Homecoming Dresses
    * Vacation Dresses
    * Going Out Dresses
    * House Party Dresses
    * Work Dresses
   
   Shop by Trends
    * Wrap Dresses
    * Sundresses
    * Ditsy Floral Dresses
    * Cami Dresses
    * Shirt Dresses
    * White Dresses
    * Black Dresses
   
   FALL Dresses 2022
   
   BOHO DRESSES

 * Clothing💗Clothing💗
   ALL CLOTHING
    * All Clothing
    * New In Clothing
    * Fall 2022 Clothing
    * Best Seller Clothing
   
   Shop by Styles
    * Women's Tops & Shirts
    * Rompers & Jumpsuits
    * Pants & Shorts
    * Bodysuits
    * Two-piece Sets
   
   All ACCESSORIES
    * All Accessories
    * All Shoes
    * Bracelet & Earring
    * Sunglasses & Bags
    * Hats & Scarves
    * Swimming Rings
    * Beach Blankets
   
   Cute & Casual Outfits
   
   Women's Trendy Tops

 * Cover UpsCover Ups
   All Cover Ups
    * All Cover Ups
    * New In Cover Ups
    * Cover Ups Best Sellers
    * Beach Accessories
    * Coverup UP TO 80% OFF
   
   Shop by Styles
    * Tunic Cover Ups
    * Kimonos
    * Kaftan
    * Coverup Dresses
    * Beach Shirts & Tops
    * Beach Bottoms & Sarongs
    * Beach Two-Pieces
    * Resort Wear
   
   Shop by Trend
    * Floral &Print
    * White
    * Black
    * Crochet
    * Tassel & Embroidery
   
   Coverup Dresses
   
   RESORT WEAR

 * Plus SizePlus Size
   All Plus Size (10-26)
    * All Plus Size
    * Plus Size One Piece
    * Plus Size Bikini
    * Plus Size Separates
    * Plus Size Tops
    * Plus Size Bottoms
    * Fuller Figure Swimwear
    * Mommy &Me
   
   Cupshe X Tabria Majors
   
   Best Sellers

 * Best SellersBest Sellers
   All Best Sellers
    * All Best Sellers
    * One Piece Best Sellers
    * Bikini Best Sellers
    * Dresses Best Sellers
    * Clothing Best Sellers
    * Cover Ups Best Sellers
    * Plus Size Best Sellers
    * Restock
   
   Hot Picks
    * High Waist Bikinis
    * Tummy Control One Pieces
    * Fall Dresses 2022
    * Fall '22 Ready-to-Wear Clothing
    * Cute Bathing Suits
    * Cupshe Top Rated 🏆
    * Casual Look Coverup & Dresses
    * The Y2K Edit: All Under $16.99
   
   Shop by Mood
    * Classic Black Edit
    * Boho Flair
    * Leopard Print
    * Pink Vibes
    * One Shoulder Styles
    * Effortless Charming
    * Scalloped Swimsuits & Clothing
   
   Full Coverage Swimwear
   
   Dresses Best Sellers

 * SaleSale
   Sale
    * All Sale
    * Bikini Sale
    * One Piece Sale
    * Dresses Sale
    * Cover Ups Sale
    * Plus Size Sale
    * Shoes Sale
    * Clothing Sale
   
   Shop by Price
    * All Under $9.99
    * All Under $14.99
    * All Under $19.99
    * All Under $24.99
   
   Shop by Discounts
    * Final Sale | UP TO 75% OFF
    * Flash Sale | UP TO 70% OFF
    * New to Sale | 10% OFF
    * ALL 45% OFF
   
   Buy more save more
   
   FINAL SALE | UP TO 75% OFF





 1. 
 2. 

SHOP BY CATEGORY


BIKINIS

ONE PIECES

Clothing

DRESSES

COVER UPS

BIKINIS

ONE PIECES

COVER UPS

DRESSES

CLOTHING

Women's Tops

High Waisted

Tummy Control

Plus Size



✨FALL 2022 COLLECTION



✨FALL 2022 COLLECTION

View more


HAYDEN V-NECK FLARED SLEEVE LOOSE DRESS

$27.99


TRAVEL DIARY OFF-SHOULDER MAXI SMOCKING DRESS

$34.99


BOLD TROPICAL TALL TRI TIE BACK TOP & HIGH WAIST BIKINI SET

$27.99


LUCIANA V-NECK FLARED SLEEVE DITSY A-SHAPE DRESS

$27.99


ZOLA SLEEVELESS LOOSE WAISTED JUMPSUIT

$28.99


ONCE A CHEETAH TWISTED CUTOUT TANKINI & STANDARD RISE HIPSTER SET

$32.99


ASHTYN SHIRT COLLAR BELL SLEEVE BUTTON DRESS

$34.99


CLAUDETTE V-NECK ELASTIC WAIST RUFFLE DRESS

$31.99


ENJOY THE SUN SCALLOP TANKINI & LOW RISE HIPSTER BIKINI SET

$29.99


FELICITY V-NECK SHORT LENGTH SLIP DRESS

$24.99


ZOLA ROUND NECK RUCHING SHORT SLEEVE DRESS

$19.99


PARTY IN PARADISE V FRONT HALTER ONE PIECE SWIMSUIT

$17.99


GERTRUDE SHIRT COLLAR STRIPE LOOSE DRESS

$33.99


ANTONELLA DOLMAN SLEEVE DRAPE COLLAR LOOSE TOP

$17.99


WHIMSICAL STROKES TWISTED FRONT BRALETTE & CHEEKY BIKINI SET

$27.99


BUFFY SHORT SLEEVE OFF SHOULDER MID LENGTH DRESS

$24.99


ANTONELLA V-NECK LACE TRIMS RUCHING TOP

$14.99


WHIMSICAL STROKES WRAP FRONT HALTER ONE PIECE SWIMSUIT

$27.99


ARIYA FITTED CAMIS TANK TOP

$14.99


CHARLEIGH PUFF SLEEVE V-NECK FRILL DRESS

$34.99


PARTY IN PARADISE WRAPPED TRIANGLE HALTER BIKINI TOP

$17.00


BUFFY SLEEVELESS ROUND NECK CUT OUT DRESS

$19.99


DEMETRIA SQUARE NECK SMOCKING JUMPSUIT

$28.99


TROPICAL JACQUARD TIE BACK BRALETTE & HIGH WAIST BIKINI SET

$29.99


PALMA RIB BANDED X-BACK BRA & ULTRA CHEEKY HIPSTER BIKINI SET

$17.99


ELLIS EMBROIDERY RAGLAN SLEEVE DRESS

$39.99


CARLEY LEOPARD PRINT LACE UP A-SHAPE DRESS

$27.99


GRETE V-NECK POLKA DOT LACE UP A-SHAPE DRESS

$31.99


GERTIE V-NECK LACE UP MAXI A-SHAPE DRESS

$37.99


ENJOY THE SUN KEYHOLE HALTER ONE PIECE SWIMSUIT

$24.99


DEMETRIA LOOSE PLUNGE 3/4 SLEEVE JUMPSUIT

$27.99


PALMA RIB V NECK LACE BACK CHEEKY MONOKINI SWIMSUIT

$17.99


HAYDEN V-NECK LEOPARD PRINT LONG SLEEVE JUMPSUIT

$27.99


ROCKIN RIB BINDING CUTOUT ONE PIECE SWIMSUIT

$21.99


PERSEPHONE LONG SLEEVE CONTRAST LACE LOOSE TOP

$21.99


RETRO DAISY PRINT KNOTTED TOP & CHEEKY HIGH LEG BIKINI SET

$22.99


SAMANTHA BUBBLE SLEEVE RUCHING FLORAL DRESS

$34.99


ARGYLE V NECK STRAPPY BACK CHEEKY MONOKINI SWIMSUIT

$27.99


CLAIRE ONE SHOULDER LOOSE WOVEN JUMPSUIT

$31.99


ENJOY THE SUN SCOOP NECK CHEEKY HIGH LEG ONE PIECE SWIMSUIT

$17.99


ELLIOTT V-NECK MID LENGTH DOTS DRESS

$34.99


BRANDI LONG SLEEVE LACE TRIMS BACKLESS TOPS

$19.99


ELLIOTT MID LENGTH FLORAL A-SHAPE DRESS

$34.99
7% OFF


4TH OF JULY SEA TO SHINING SEA RED TWIST TANKINI & MID RISE HIPSTER BIKINI SET

$27.69 $29.99


ADDISON V-NECK LONG SLEEVE SMOCKING SHORT DRESS

$31.99


LUCIANA FLARED SLEEVE PLUNGE RUCHING A-SHAPE DRESS

$31.99


STREAM HIGH NECK HALTER CUTOUT MONOKINI SWIMSUIT

$17.99


SAMANTHA MID LENGTH X-SLIM DOTS DRESS

$31.99
8% OFF


SUMMER SKY HALTER TOP & STANDARD RISE HIPSTER BIKINI SET

$16.47 $17.99


ENJOY THE SUN TWIST FRONT BRA & MID RISE HIPSTER BIKINI SET

$17.99
SHOP BY DEALS

SHOP NOW

SHOP NOW

SHOP NOW


⚡Flash sale



⚡Flash sale

View more
41% OFF


VALERIE BLACK TEXTURED O-RING HALTER BLACK ONE PIECE SWIMSUIT

$16.39 $27.99
50% OFF


MARISA V-NECK HALF SLEEVES TEA LENGTH COVER UP

$10.99 $21.99
43% OFF


BLACK FLORAL PRINT HALTER TUMMY CONTROL ONE PIECE SWIMSUIT

$18.80 $32.99
40% OFF


DOREEN V-NECK ETHNIC PRINT A-SHAPE DRESS

$17.99 $29.99
45% OFF


DEANNA PLUNGE STRAPPY BACK TIE ONE PIECE SWIMSUIT

$16.49 $29.99
50% OFF


MARITZA TIE WAIST MAXI CUT OUT COVER UP

$10.99 $21.99
48% OFF


CONTRAST TRIM BUTTONED STRIPED BIKINI

$14.43 $27.99
40% OFF


SARZANNA PLEATED OFF-SHOULDER DRESS

$20.39 $33.99
54% OFF


JADA FLORAL CUTOUT ONE PIECE SWIMSUIT

$18.85 $40.99
50% OFF


TERESA ELASTIC WAIST PLUNGE COVER-UP DRESS

$15.99 $31.99
31% OFF


ARIZONA ROAD TRIP ABSTRACT TIE ONE SHOULDER ONE PIECE SWIMSUIT

$11.03 $15.99
50% OFF


SADIE CROCHET FRINGE HALF SLEEVE COVER UP

$11.99 $23.99
48% OFF


PROMISE PURPLE V-NECK BACK TIE LOW CUT ONE PIECE SWIMSUIT

$14.43 $27.99
50% OFF


ABRIL RUCHING THIN STRAPS DRESS

$15.99 $31.99
33% OFF


ALISSA FLORAL KNOT FRONT BIKINI

$22.10 $32.99
50% OFF


SOFIA WHITE CUTOUT COVER UP

$13.99 $27.99
55% OFF


KEYLA FLORAL CUT-OUT KNOT ONE PIECE SWIMSUIT

$14.84 $32.99
39% OFF


SHAINA BRAIDED CROCHET CUT OUT COVER UP

$19.29 $31.99
33% OFF


DEVON YELLOW HALTER O-RING ONE PIECE SWIMSUIT

$20.09 $29.99
40% OFF


ALANIS BLACK V-NECK TASSEL COVER-UP DRESS

$14.99 $24.99
42% OFF


KAYLEE TWIST CRISSCROSS BACK PLUS SIZE ONE PIECE SWIMSUIT

$22.99 $39.99
50% OFF


SOLANA BEACH ELASTIC WAIST RUFFLE SMOCKING SKIRT

$15.99 $31.99
45% OFF


CHARMED ROMANCE TWIST FRONT BLACK PLUS SIZE MIDKINI

$13.19 $23.99
SHOP BY TREND

SHOP LOOK

SHOP STYLES

CUTE EVERYDAY


🔥WHAT'S HOT



🔥WHAT'S HOT

View more


MARSALA TWIST HIGH WAISTED BIKINI

$27.99


ANALIA DOLMAN SLEEVE STRIPE SHIRT COLLAR OVERSIZE DRESS

$33.99
22% OFF


BRAELYNN BLACK HALTER CRISS CROSS BACK TIE BLACK ONE PIECE SWIMSUIT

$23.39 $29.99


ANTONELLA DOLMAN SLEEVE DRAPE COLLAR LOOSE TOP

$17.99


KATHLEEN LACE-UP HALTER ONE PIECE SWIMSUIT

$32.99


DEMETRIA SQUARE NECK SMOCKING JUMPSUIT

$28.99


SUMMER OF LOVE SCALLOPED MISSY BLACK ONE PIECE

$22.99


FELICITY V-NECK SHORT LENGTH SLIP DRESS

$24.99


MINI ZEBRA TEXTURE TALL TRI AND CLASSIC HIGH WAIST SET

$32.99


ASHTYN SHIRT COLLAR BELL SLEEVE BUTTON DRESS

$34.99


THE WIZARD OF OZ BLACK V NECK TANKINI AND HIPSTER SET

$29.99


HAYDEN V-NECK FLARED SLEEVE LOOSE DRESS

$27.99


RETRO DAISY PRINT KNOTTED TOP & CHEEKY HIGH LEG BIKINI SET

$22.99


ASTRID SLEEVELESS V-NECK TASSEL RUCHING DRESS

$39.99
20% OFF


GREENLAND AURORA CUTOUT ONE SHOULDER BLACK ONE PIECE SWIMSUIT

$19.99 $24.99


BUFFY SHORT SLEEVE OFF SHOULDER MID LENGTH DRESS

$24.99
17% OFF


KASEY BLACK CUTOUT BACK ONE PIECE SWIMSUIT

$23.11 $27.99


AGATHA OPEN FRONT FLORAL COVER UP

$19.99
19% OFF


PENNY BLACK TANK LOW WAISTED BLACK BIKINI

$26.40 $32.99


JOELLE SLEEVELESS HALTER NECK SHORT LENGTH DRESS

$24.99


BRIANNE TIE FRONT PLUNGING BLACK ONE PIECE SWIMSUIT

$26.99
21% OFF


HENLEY ROUND NECK CUT OUT RUCHING DRESS

$28.99 $36.99


STREAM HIGH NECK HALTER CUTOUT MONOKINI SWIMSUIT

$17.99


DELINA PLUNGE SHORT SLEEVE ELASTIC WAIST COVER UP

$24.99
10% OFF


OMNISCIENT SOLID MESH PANEL TUMMY CONTROL BLACK PLUS SIZE ONE PIECE

$33.18 $36.99


GERTIE ELASTIC WAIST V-NECK BOHO A-SHAPE DRESS

$29.99


JENNY RUFFLE SMOCKING FRILL A-SHAPE DRESS

$36.99


KORA BACKLESS THIN STRAPS MINI LENGTH SLIP DRESS

$19.99
22% OFF


GUINEVERE SQUARE NECK BUBBLE SLEEVE SMOCKING DRESS

$30.99 $39.99


LOVE STRUCK ASYMMETRICAL ONE PIECE

$36.99




find us on instagram
@cupshe
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now
icon/web/52/ins
Shop now

Reviews from Our Community

5754 Reviews
06 / 08 / 2022
Bathing Suits
I always get my bathing suits from CUPSHE. I'm 65 yrs old and they make me sexy.
They are wonderful. The clothes too!! Stupendous



Newest
Love Cupshe!!
So many great bathing suits in many styles for all ages! Prices are so nice- I
keep buying! Quality is nice too!
N***e
Newest
Bathing suit
Love the material!
m***n
Newest
Perfect!
Fits exactly as expected and looks better than I imagined!
D***e
1 day ago
Love my bikini
Colors are very bright, material is soft
D***s
1 day ago
Love CUPSHE!
I absolutely love the selection of swimsuits!! I bought several this season. I
also love some of the apparel items. I recently ordered a black jumpsuit and it
has become my go to for travel and leisure. I wore it this weekend and received
lots of compliments. Your marketing is great as I keep purchasing items even
though my closet is full! LOL! The quality is decent for the price too. Very
satisfied customer!
Read More
S***i
2 day ago
My favorite shop!
Love the styles and plenty of choices for plus size women! Please introduce plus
size cover up and dresses too!

3 day ago
Great swimsuit
Fits great and I’ve had alot of compliments
C***s
3 day ago
You can trust Cupshe
Cupshe is a great company to order from! They have quality swimwear and
excellent customer service. They are my first go-to for vacation wear.
K***s
06 / 08 / 2022
Maxi dress
I am so pleased with everything I have purchased ! Great quality and fast and
efficient customer service ! Highly recommend 👍
R***i
06 / 08 / 2022
Bathing Suits
I always get my bathing suits from CUPSHE. I'm 65 yrs old and they make me sexy.
They are wonderful. The clothes too!! Stupendous



Newest
Love Cupshe!!
So many great bathing suits in many styles for all ages! Prices are so nice- I
keep buying! Quality is nice too!
N***e
Newest
Bathing suit
Love the material!
m***n
Newest
Perfect!
Fits exactly as expected and looks better than I imagined!
D***e
06 / 08 / 2022
Bathing Suits
I always get my bathing suits from CUPSHE. I'm 65 yrs old and they make me sexy.
They are wonderful. The clothes too!! Stupendous

Newest
Love Cupshe!!
So many great bathing suits in many styles for all ages! Prices are so nice- I
keep buying! Quality is nice too!
N***e
Newest
Bathing suit
Love the material!
m***n
Newest
Perfect!
Fits exactly as expected and looks better than I imagined!
D***e
1 day ago
Love my bikini
Colors are very bright, material is soft
D***s
1 day ago
Love CUPSHE!
I absolutely love the selection of swimsuits!! I bought several this season. I
also love some of the apparel items. I recently ordered a black jumpsuit and it
has become my go to for travel and leisure. I wore it this weekend and received
lots of compliments. Your marketing is great as I keep purchasing items even
though my closet is full! LOL! The quality is decent for the price too. Very
satisfied customer!
S***i
2 day ago
My favorite shop!
Love the styles and plenty of choices for plus size women! Please introduce plus
size cover up and dresses too!

3 day ago
Great swimsuit
Fits great and I’ve had alot of compliments
C***s
3 day ago
You can trust Cupshe
Cupshe is a great company to order from! They have quality swimwear and
excellent customer service. They are my first go-to for vacation wear.
K***s
06 / 08 / 2022
Maxi dress
I am so pleased with everything I have purchased ! Great quality and fast and
efficient customer service ! Highly recommend 👍
R***i
06 / 08 / 2022
Bathing Suits
I always get my bathing suits from CUPSHE. I'm 65 yrs old and they make me sexy.
They are wonderful. The clothes too!! Stupendous

Newest
Love Cupshe!!
So many great bathing suits in many styles for all ages! Prices are so nice- I
keep buying! Quality is nice too!
N***e
 * "Cupshe has both bikinis and one-pieces inspired by California's laid back
   aesthetic, embracing the lifestyle filled with sun, surf, and sand. The
   swimsuits have been taking over Instagram thanks to the influencers that love
   Cupshe's selection."
 * "These trend-driven suits come at a cheery price that can't be beat. With
   most pieces under $35, you can test drive styles such as wrap tops or daring
   cut-outs without feeling guilty."
 * "CUPSHE has been a go-to for swimwear for Us for a while. The
   California-inspired beachwear brand is like our own vacation destination when
   it comes to affordable, adorable bathing suits."
 * "Quality is top notch."

 * 
 * 
 * 
 * 

SUNCHASERS CLUB

Join now to earn

 300 POINTS

Get Sweet Perks + Exclusive Offers + Members Hotline!

JOIN NOW

GIVE 20%, GET $10

Refer a friend and earn rewards! Share now and start earning!

REFER A FRIEND


SUBSCRIBE & GET EXTRA 12% OFF

No minimum purchase requirement
SUBSCRIBE

Oops, there was a hiccup! Please try again.





 * 
 * 
   
 * 
 * 
 * 
 * 


COMPANY INFO

 * About Us
 * Press
 * Affiliate
 * Cupshe Cares
 * Ambassador Program
 * Customer Reviews


SERVICE CENTER

 * Size Measurement
 * Delivery
 * Order Tracker
 * Return Policy
 * Start A Return
 * FAQS
 * Contact Us


QUICK LINKS

 * Blog
 * Klarna
 * GIVE 20%, GET $10
 * Sunchasers Club
 * Student Discount
 * Healthcare Heroes Discount


DOWNLOAD APP & GET 15% OFF

 * 
 * 
   


SUBSCRIBE & GET EXTRA 12% OFF

No minimum purchase requirement
SUBSCRIBE

Oops, there was a hiccup! Please try again.





 * 
 * 
   
 * 
 * 
 * 
 * 


Cupshe©2022

See our terms of use and privacy policy

OUR DELIVERY PARTNERS

 * 
 * 
 * 
 * 

OUR PAYING METHODS

 * 
 * 
 * Visa
 * Mastercard
 * Apple Pay
 * PayPal
 * Google Pay
 * American Express


OUR PAYING METHODS

 * 
 * 
 * Visa
 * Mastercard
 * Apple Pay
 * PayPal
 * Google Pay
 * American Express


OUR DELIVERY PARTNERS

 * 
 * 
 * 
 * 

Cupshe©2022

See our terms of use and privacy policy


Chat with us, powered by LiveChat



SUBSCRIBE FOR AN EXTRA 15% OFF $75+



Get an exclusive offer when you sign up, plus early access to even more deals,
new arrivals, style tips and more.



SUBSCRIBE

*By signing up via text, you agree to receive marketing messages at the number
provided. Consent is not a condition of purchase. Message and data rates may
apply. Message frequency varies. Reply HELP for help or STOP to cancel. View our
Privacy Policy and Terms of Service.


Why doesn't my Safari load Chat widget?
If you are using any Mac devices, please go to Safari > Preferences then select
the Privacy tab. Make sure "Block All Cookies" is not selected.
Don't forget to refresh the page after you modify your settings.
If you are using an iPhone device, please go to Settings > Safari >
Privacy&Security. Make sure "Block All Cookies" is not selected.
Don't forget to refresh the page after you modify your settings.