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

Submitted URL: http://uk.cupshe.com/
Effective URL: https://uk.cupshe.com/
Submission: On June 07 via manual from US — Scanned from CA

Form analysis 11 forms found in the DOM

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://uk.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" name="customer[accepts_marketing]">
  </div><input id="referrer" class="referrer" type="hidden" name="return_to" value="/"><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" 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="/pages/terms-and-conditions" onclick="accountRegisterGaClick('url::Terms &amp; Conditions');">Terms &amp; Conditions</a> and <a onclick="accountRegisterGaClick('url::Privacy Policy');" class="tdu" href="/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>

<form class="popup_normal_sub" id="popupNewsletter" style="display: block;">
  <input name="source" type="hidden" value="popup">
  <input name="shopId" type="hidden" value="8">
  <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="">
                                    <p>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.</p>
                                </a>
  <button class="Form__Submit Button Button--primary Button--full" type="submit">SUBSCRIBE</button>
</form>

POST /cart

<form action="/cart" class="Cart Drawer__Content" method="POST" novalidate="">
  <div class="Drawer__Main" data-scrollable="">
    <div class="Cart__ShippingNotice Text--subdued">
      <div class="Drawer__Container">
        <p><b><strong>Buy <span>£49.00</span> more to get <b style="color:#800000;"><strong>Free Shipping</strong></b> in UK! </strong></b></p>
      </div>
    </div><!--         <p class="Cart__Empty Heading u-h5">Your bag is empty</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/0572/5768/9279/t/32/assets/nodata.png?v=86557587314082219771638264050" width="120" alt="">
      <p style="font-size:14px;color:#828282;margin-top:31px">Your bag is empty</p>
      <a href="https://uk.cupshe.com/collections/best-sellers?icn=best-sellers&amp;ici=cart" class="Form__Submit Button Button--primary Button--full noDataBtn" style="margin-top:85px;height:41px;padding: 12px 28px;">shop now</a>
    </div>
    <!--    无数据更改  结束 	 -->
  </div>
</form>

POST /contact#footer-1582685762545

<form method="post" action="/contact#footer-1582685762545" id="footer-1582685762545" accept-charset="UTF-8" class="Newsletter Form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="Newsletter__Inner">
    <input name="contact[tags]" type="hidden" value="newsletter-popup">
    <input type="email" name="contact[email]" class="Form__Input" style="width: 80%;float: left;margin-right: 5px;" aria-label="Enter your email" placeholder="Enter your email" required="">
    <button class="Form__Submit Button Button--primary" style="width: 18%;margin: 0;padding: 14px 10px;" type="submit">Subscribe</button>
  </div>
</form>

<form class="footerNewsletter2" id="footerNewsletter">
  <input name="source" type="hidden" value="footer">
  <input name="shopId" type="hidden" value="8">
  <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="Enter your email address" placeholder="Email address"
    required="">
  <div>
    <button class="Form__Submit Button Button--primary" onclick="sendFooter_order(); return false" style="width: 37%;margin: 0;padding: 12px 10px;" type="submit">SUBSCRIBE</button>
  </div>
</form>

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

Text Content

We use cookies to provide the best possible user experience and also to ensure
the relevance of Cupshe ads you see on other sites. By continuing, you agree to
the use of cookies in this way. For more info, click HERE . I ACCEPT
GET EXTRA 10% OFF
Skip to content






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



Unlock Your Perks

💙Up to extra 10% OFF on your 1st order
💙New user exclusive offers
💙Subscribers giveaway events
SUBSCRIBED!
Enter the coupon code at checkout to get offer
Extra 5% off £39+ CODE: welcome5
Extra 10% off £69+ CODE: welcome10
WELCOME BACK!
Be the first to know every sale and access to exclusive deals.

Oops, subscription failed, please try again.

SUBSCRIBE
SHOP NOW
SHOP NOW
Cupshe uses cookies. About our cookies policy.

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.

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


💰NEW USER OFFER
New In
All New In
CUPSHE X JOJO FLETCHER
New In Swimsuits
New In Bikini Sets
New In Bikini Separates
New In 3 Piece Bikini Sets
New In Cover Ups
New In Dresses
New In Clothing
New In Shoes & Accessories
New In Activewear
New In Plus Size & Curve
New In Kids
Mommy & Me
Vacay-Ready Beachwear
SWIMSUITS
All Swimsuits
Tummy Control Swimsuits
Halter & Lace Up Swimsuits
Plus Size & Curve Swimsuits
Long Sleeve Swimsuits
Girls' Swimsuits
SHOP BY EDITS
 * NEW IN SWIMSUITS🩱
 * BEST SELLER SWIMSUITS🔥
 * FLASH SALE SWIMSUITS⚡

FEATURED
 * TROPICAL FLORAL PRINTS
 * SOLID SWIMSUITS

Bikinis
All Bikinis
Bikini Sets
Bikini Tops
Bikini Bottoms
Tankini
Plus Size & Curve Bikinis
Girls' Bikinis & Boys' Trunks
SHOP BY EDITS
 * NEW IN BIKINIS👙
 * BEST SELLER BIKINIS🔥
 * FLASH SALE BIKINIS⚡

SHOP BY TYPE
 * HIGH WAISTED🔥🔥
 * MID RISE
 * BANDEAU
 * UNDERWIRED
 * LONG SLEEVE

FEATURED
 * TIMELESS CLASSIC

Cover Ups
All Cover Ups
Tunic Cover Ups
Kimono Cover Ups
Cover Up Dresses
Sarong & Skirts
Cover Up Sets
Kaftans
SHOP BY EDITS
 * NEW IN COVER UPS
 * BEST SELLER COVER UPS🔥

FEATURED
 * CROCHET COVER UPS
 * TASSEL COVER UPS

Dresses
All Dresses
NEW IN DRESSES
BEST SELLER DRESSES🔥
MAXI DRESSES
MIDI DRESSES
SHORT DRESSES
FLORAL DRESSES
FORMAL DRESSES
BOHO FLAIR
FLASH SALE DRESSES⚡
SHOP BY OCCASION
 * GOING OUT DRESSES
 * BEACH DRESSES
 * CASUAL DRESSES

FEATURED
 * SS2022 DRESSES

Best Sellers
All Best Sellers
Best Sellers Swimsuits
Best Sellers Bikinis
Best Sellers Cover Ups
Best Sellers Dresses
Shoes & Accessories
View All
Sandals
Flip Flops
Bags & Sunglasses
Jewellery
Hats & Scarves
Beach Blankets
Swimming Rings
Clothing
View All
Rompers & Jumpsuits
Women's Tops
Matching Sets
Bodysuits
Sweatshirts & Hoodies
Leggings
Sports Bras
Sweatpants
FEATURED
 * HOME STAY
 * STREET CHIC

Sale
All Sale
Swimsuits Sale
Bikini Sale
Cover Ups Sale
Dresses Sale
Plus Size & Curve Sale
New To Sale⏰
FLASH SALE OFFERS
 * All Flash Sale⚡
 * Flash Sale Swimsuits⚡
 * Flash Sale Bikinis⚡
 * Flash Sale Dresses⚡

SHOP BY PRICE
 * ALL UNDER £9
 * £9 —£12
 * £12 —£15
 * £15 —£20

BE INSPIRED
About Us
Press
Cupshe Cares
Influencer Favorite
Customer Reviews
Meet Cupshe In UK
CUPSHE CAMPAIGNS
 * Spring Summer '22 Collection
 * The Cruise '22 Collection
 * Summer Glow Up '22 Collection
 * Color Trends '22 Collection
 * Island Sun' 21 Collection
 * Moroccan Daydream '21 Collection

#CUPSHECONFIDENCE
 * #LiveGentlyTogether
 * #HappyNewYear
 * #6thBirthdayAnniversary

United Kingdom - £ GBP
Deutschland - € EUR
France - € EUR
United States - USD $
Australia - AUD $
Canada - CAD $
New Zealand - NZD $
Subscribe & Get Extra Up to 10% Off
FREE EXPEDITED SHIPPING £49+
Contact Us 24/7
📲TEXT TO WIN EXTRA £5
GBPAUDUSDCADEUR
BAG

Buy £49.00 more to get Free Shipping in UK!

Your bag is empty

shop now

Subscribe & get extra 10% off🔥

16h : 23m : 43s

Cupshe X Klarna | Extra 20% off on £100+⚡

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

 * 
 * 







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

 * 
 * 

 * NEW INNEW IN
   NEW IN SWIMWEAR
    * New In Swimsuits
    * New In Bikini Sets
    * New In Bikini Separates
    * New In 3 Piece Bikini Sets
    * New In Cover Ups
    * New In Plus Size & Curve
    * New In Kids
   
   NEW IN WOMEN'S CLOTHING
    * New In Dresses
    * New In Clothing
    * New In Activewear
    * New In Shoes & Accessories
   
   Mommy & Me
   
   CUPSHE X JOJO FLETCHER

 * SWIMSUITSSWIMSUITS
   Swimsuits
    * View All
    * Tummy Control Swimsuits
    * Halter & Lace Up Swimsuits
    * Long Sleeve Swimsuits
    * Plus Size & Curve Swimsuits
    * Girls' Swimsuits
   
   SHOP BY EDITS
    * New In Swimsuits🩱
    * Best Sellers Swimsuits
    * Flash Sale Swimsuits⚡
   
   Tropical Floral Prints
   
   Solid Swimsuits

 * BIKINISBIKINIS
   Bikinis
    * View All
    * Bikini Sets
    * Bikini Tops
    * Bikini Bottoms
    * Tankini
    * Plus Size & Curve Bikinis
    * Girls' Bikinis & Boys' Trunks
   
   SHOP BY TYPE
    * High Waisted🔥
    * Mid Rise
    * Underwired
    * Long Sleeve
    * Bandeau
   
   SHOP BY EDITS
    * New In Bikinis👙
    * Best Sellers Bikinis
    * Flash Sale Bikinis⚡
   
   TIMELESS CLASSIC

 * COVER UPSCOVER UPS
   COVER UPS
    * View All
    * Tunic Cover Ups
    * Kimono Cover Ups
    * Kaftans
    * Sarong & Skirts
    * Cover Up Dresses
    * Cover Up Sets
   
   SHOP BY EDITS
    * New In Cover Ups
    * Best Sellers Cover Ups
   
   CROCHET COVER UPS
   
   TASSEL COVER UPS

 * DRESSESDRESSES
   DRESSES
    * View All
    * New In Dresses
    * Best Sellers Dresses
    * Maxi Dresses
    * Midi Dresses
    * Short Dresses
    * Flash Sale Dresses⚡
   
   SHOP BY OCCASION
    * Beach Dresses
    * Going Out Dresses
    * Casual Dresses
   
   SHOP BY TYPE
    * Slip Dresses
    * Floral Dresses
    * Shirt Dresses
    * Formal Dresses
    * Boho Flair
   
   SS2022 Dresses

 * SHOES & ACCESSORIESSHOES & ACCESSORIES
   Shoes
    * View All
    * Sandals
    * Flip Flops
   
   Accessories
    * View All
    * Bags & Sunglasses
    * Jewellery
    * Hats & Scarves
    * Beach Blankets
    * Swimming Rings
   
   Step Into Summer
   
   Beach Essential Accessories

 * CLOTHINGCLOTHING
   Women's Clothing
    * View All
    * Jumpsuits & Rompers
    * Women's Tops
    * Matching Sets
    * Bodysuits
    * Sweatshirts & Hoodies
   
   Activewear
    * View All
    * Leggings
    * Sports Bras
    * Sweatpants
   
   Daily & Casual
   
   Work Out

 * SALESALE
   SHOP BY CATEGORY
    * Swimsuits Sale
    * Bikini Sale
    * Cover Ups Sale
    * Dresses Sale
    * Plus Size & Curve Sale
   
   FLASH SALE OFFERS
    * All Flash Sale⚡
    * Flash Sale Swimsuits⚡
    * Flash Sale Bikinis⚡
    * Flash Sale Dresses⚡
   
   SHOP BY PRICE
    * All Under £9
    * £9 —£12
    * £12 —£15
    * £15 —£20
   
   NEW TO SALE

 * BE INSPIREDBE INSPIRED
   ABOUT
    * About Us
    * Press
    * Cupshe Cares
    * Influencer Favorite
    * Customer Reviews
    * Meet Cupshe In UK
   
   CUPSHE CAMPAIGNS
    * The Cruise '22 Collection
    * Spring Summer '22 Collection
    * Summer Glow Up '22 Collection
    * Color Trends '22 Collection
    * Island Sun '21 Collection
    * Moroccan Daydream '21 Collection
   
   #CUPSHECONFIDENCE
    * #LiveGentlyTogether
    * #HappyNewYear
    * #6thBirthdayAnniversary
   
   Cupshe campaigns





 1. 
 2. 



BEACH READY

SHOP THE LOOK

FESTIVAL PARTY

SHOP THE STYLE
SHOP BY CATEGORY


SWIMSUITS

Bikinis

Dresses

Cover Ups

Clothing

SWIMSUITS

Bikinis

DRESSES

COVER UPS

Women's Clothing

SHOES & ACCESSORIES



PICK YOUR MOOD

All About Dresses >

HAVE A LOOK >

SHOP NOW >

EXPLORE CUPSHE



PALUMA RUFFLED PLUNGE ONE PIECE SWIMSUIT

£28.00


MABEL COVER UP TOP WITH SKIRT SET

£25.00


LA VIE EN ROSE RUCHED UNDERWIRE BRA SOFT CUPS AND CHEEKY HIPSTER BIKINI SET

£23.00


BARI ROUND NECK CROCHET SLEEVELESS COVER UP

£22.00


PALUMA FALLS HALTER TWISTED ONE PIECE

£28.00


FLARED SLEEVE V-NECK DITSY DRESS

£24.00


SAWYER BACKLESS FRILL A-SHAPE COVER UP

£25.00


90’S FLORAL TUNNELED CUTOUT ONE PIECE SWIMSUIT

£25.00


IMOGEN PLUNGE ELASTIC WAISTED COVER UP

£25.00


WANDERLUST FLORAL MOLDED PUSH UP BRA AND HIGH WAIST BIKINI SET

£26.00


WHITE OPEN BACK SELF-TIE COVER UP

£25.00


STRAWBERRY FIELDS FOREVER DOUBLE STRAP CUTOUT ONE PIECE SWIMSUIT

£25.00


ARTISTIC FLOWER UNDERWIRE AND CHEEKY HIGH WAIST BIKINI SET

£26.00


RADIANT SUN OMBRE BRALETTE BIKINI TOP & HIGH WAIST BIKINI BOTTOM

£23.00


BOHO PLUNGING V-NECK DRESS

£33.00


ELODIE DITSY FLORAL SELF TIE BIKINI

£26.00


SELENA YELLOW FLORAL V-NECK MAXI DRESS

£33.00



GET OFFERS COMBO

Extra 5% OFF For Order Over £39
Extra 10% OFF For Order Over £69

🏅Winner List For Mystery Gift Box Giveaway

Subscribe
find us on instagram
@cupshe_gb
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

5830 Reviews
22 / 05 / 2022
Bath suite
Love the bathing suit fits so good. My husband love it 😍

21 / 05 / 2022
Great quality
Bought a swimsuit after seeing an ad on Facebook. Wasn't sure what to expect but
I have been so impressed. The swimsuit arrived quickly. It is lovely quality and
looks great. I have since ordered 3 more and gave recommended Cupshe to all of
my friends!!
Read More
K***s

Newest
Return and Exchange
I had ordered a swimsuit that was non-refundable and Michael helped me figure it
out! I definitely recommend
H***h
Newest
Good quality
Bought 2 swimming costumes. Both good quality and nice fit reasonable price .
V***s
1 day ago
pink ring swimsuit
I bought two different styles of swimsuits for holiday an having now used them
they looked an felt great on.
C***n
1 day ago
Great suits
You can’t beat Cupshe for quality and value. Suits are true to size & fit well.
This is my 4 th Cupshe suit. I love that they have introduced a “non cheeky”
version.
S***n
1 day ago
Easy to use
Love the styles and colors of the bathing suit! Reasonably priced as well
K***E
1 day ago
Gorgeous swimsuit
Have nothing but praise for my experience with cupshe. Super quick delivery,
swimsuit gorgeous colour, just like in the photo, absolutely love it
L***d
2 day ago
I LOVE LOVE LOVE CUP
Been shopping for summer suits and wear with Cupshe since I heard of them 5plus
years ago . I’ve owned over 21 suits and sun dresses from them! …best quality
ever! …prices are beyond reasonable and their CS is absolutely amazing! …it’s
June 4th and this year alone already bought 5! Love them and as long as they are
around I’ll never buy from anyone else!
Read More
T***y
2 day ago
I've bought 3
Love them all wish I could get them all 😜😜😜

2 day ago
Swimwear
Loved the fit and colour
M***t
3 day ago
Swimming suits
I bought lots of bathing suits and I love them all, the quality, design and
colors. Every time a wear one I get many complements therefore I’ve been
referring everyone to CUPSHE! Also customer service, shipping etc it’s amazing….
Love CUPSHE
Read More
M***k
3 day ago
Love my suit
Love my 2 new suits I received. Awesome fit quality look and can't beat the
price 👌
S***i
3 day ago
Beautiful
Everything I buy at Cupshe fits well

3 day ago
Cindy B.
Quality product and very flattering to my curvy physique!
C***e
3 day ago
Swimsuits
I bought two swimsuits in green and black and they are simply amazing! I am 5’3
and 128 pounds and the small size fits perfect. I can’t wait to wear them this
summer!
W***a
03 / 06 / 2022
Perfect
Love it! Will definitely be ordering more. Size 10, 32 F, ordered a medium and
perfect fit 😁
G***K
03 / 06 / 2022
Yes!
Yes! Just do it! Most of my bathing suits are from Cupshe over the last 5 years!
I get so many compliments on them, and refer so many of my friends to check out
what Cupshe has before heading to Target or Walmart. There are so many classic
and trendy options. The quality is better than my suits from other stores!
Read More
S***k
03 / 06 / 2022
Perfect fit &quality
Great fit all around. I'd be M bottom and L to Xl top tall so most one piece
costumes are short and uncomfortable. This is just perfect, quality of the
material is fantastic, tummy control and colours actually like on the pictures.
I already got more stuff 👍
Read More
M***a
02 / 06 / 2022
Beautiful bikinis
So very happy. Gonna get some compliments when I get to the beach and pool.
L***r
02 / 06 / 2022
Bikini
Great quality. Very happy with my purchase.
A***s
02 / 06 / 2022
Loving Cupshe For Me
I came across Cupshe online and wanted to give it a try. It's hard to find plus
size swim suits and Cupshe just makes it so easy. There are so many options to
choose from. The online ordering is easy. The product is of great quality.
Cupshe has exceeded everything I want in the plus size swim shopping experience.
Thank you Cupshe!
Read More

01 / 06 / 2022
Excellent
Good quality, great fit, exactly as described
H***m
01 / 06 / 2022
All around recommend
Products, styles, customer service… for a company I was initially skeptical
about, I have grown to love it! I have never had a bad experience and I’m pretty
sure I own 7 suits now.
Read More
C***a
01 / 06 / 2022
Bathing Suits/ shirt
love my orders... The bathing suits are well made the fit is perfect! thank you
Cupshe I just ordered my bathing suits.
R***i
01 / 06 / 2022
Lovely bikini
So happy to find a high waisted bikini. True to size and very comfortable. Very
supportive and flattering. Good quality.
C***r
31 / 05 / 2022
Swimwear
Love both items, swimsuit and bikini, great quality!!!
***l
31 / 05 / 2022
Beautiful Suit
This isn't the first time I've ordered from here and it won't be the last. This
bathing suit has a nice thick material that holds up over years! I love the
design and the ruched sides were perfect for my figure. I can't wait to wear
this on my honeymoon!!
Read More
A***i
31 / 05 / 2022
Bathing Suits Are 🔥
I ordered 5 suits just to see the fit, kept ALL of them and even ordered more
tonight!! Great fit and great fabric! So many compliments!
S***o
31 / 05 / 2022
Mrs Sharon Jones
I love my swim suit. Had lots of compliments. Feel great wearing it
S***s
29 / 05 / 2022
Surprised!
Fantastic quality swimsuits, cover up & dress, and faultless service including
returns; a premium retailer at affordable (cheap!) prices - will be purchasing
from here again….
Read More

29 / 05 / 2022
Love!
I bought several bathing suits and coverups from here and love them! I don’t
recommend the dresses though because both dresses I bought were not what I
thought they would be from pictures. Definitely get bathing suits and coverups
though!
Read More

28 / 05 / 2022
Really cute and fash
I loved what I ordered but just not for my body
S***e
28 / 05 / 2022
Love it!
I love cupshe! The selection and styles are amazing and they have the cutest
swim suits and dresses. I've also been very happy with the quality of all of the
products I've ordered.
Read More
K***S
28 / 05 / 2022
Love Cupshe!!
Everything I’ve gotten from Cupshe has been great. Exactly what I expected,
correct sizing, and very cute! I like that it shipped quickly and how it is
packaged as well. I will continue ordering from there in the future.
Read More
A***k
28 / 05 / 2022
So in love!
I absolutely love Cupshe swimsuits and have been ordering from them for the past
two years. I have ordered one pieces, two pieces, coverups, and tops. I love the
variety of the styles, patterns, and cuts. My favorite shop for swimwear!
Read More
K***a
27 / 05 / 2022
Amazing swimsuits
I ordered a few of them and the first time from this site, they all absolutely
amazing!! Love it.Very good quality, sizes fits perfectly! Will order more in
the future. I was sceptical at first but its suprise me , good job cupshe!
Read More
A***e
26 / 05 / 2022
Swimwear
Love my new swimwear, fits perfect, great colours gor the beach holiday 😀..
J***e
25 / 05 / 2022
Happy
Nice website, nice item . True to size , haven’t taken it on holiday yet but I’m
confident it will meet my needs :)
H***l
25 / 05 / 2022
Great quality!
Fits true to size.
B***s
25 / 05 / 2022
Bathing suits
I absolutely love their bathing suits!!! I wear a size 10-12 and xL fits great.
They also last forever!
K***n
25 / 05 / 2022
Satisfied
Brought a few dresses. Both fit comfortable and were eye stoppers!!
L***
25 / 05 / 2022
Love!
I've always ordered from Cupshe and never disappointed! Great quality and fits!
S***s
24 / 05 / 2022
Great bathing suit!
Great quality and very flattering!! Love it!!
B***e
24 / 05 / 2022
Love it
Suit is great quality and looks amazing

24 / 05 / 2022
Very happy!
I ordered 2 bathing suits last summer and was extremely happy. They fit great.
This summer I ordered 2 more and also bought dresses. Good quality, good fit and
the prices are very reasonable. I have been recommending them to friends and
family.
Read More
K***r
24 / 05 / 2022
Very happy!
I ordered 2 bathing suits last summer and was extremely happy. They fit great.
This summer I ordered 2 more and also bought dresses. Good quality, good fit and
the prices are very reasonable. I have been recommending them to friends and
family.
Read More
K***r
23 / 05 / 2022
Stunning swimwear
Stunning swimwear, I ordered many different styles to try and kept three bikinis
and two cover ups. Such good quality and fit, combined with on-trend colours and
styles. I will be back for more! Just a small request, I like to order separates
(tops and bottoms), please make sure there is plenty of choice in these
selections as I don't know many women who are the same size top/bottom! It did
seem the choice was more limited. On a not-so-good-note, I did think that the
£5.99 refund fee was cheeky, given I had spent £243 with Cupshe!
Read More
L***n
23 / 05 / 2022
Great products
I’ve been searching for really nice swimwear which had tummy control for a long
time. Cupshe products do exactly that. Really beautiful swimwear In fantastic
colours. Im blown away. I’ll be a life long customer. Thank you cupshe
Read More
E***e
22 / 05 / 2022
Highly recommend
Most bathing suits fit well but when they don’t customer service is very helpful
and efficient at getting back to you and helping out
L***n
22 / 05 / 2022
Bath suite
Love the bathing suit fits so good. My husband love it 😍

21 / 05 / 2022
Great quality
Bought a swimsuit after seeing an ad on Facebook. Wasn't sure what to expect but
I have been so impressed. The swimsuit arrived quickly. It is lovely quality and
looks great. I have since ordered 3 more and gave recommended Cupshe to all of
my friends!!
Read More
K***s

Newest
Return and Exchange
I had ordered a swimsuit that was non-refundable and Michael helped me figure it
out! I definitely recommend
H***h
Newest
Good quality
Bought 2 swimming costumes. Both good quality and nice fit reasonable price .
V***s
1 day ago
pink ring swimsuit
I bought two different styles of swimsuits for holiday an having now used them
they looked an felt great on.
C***n
21 / 05 / 2022
Great quality
Bought a swimsuit after seeing an ad on Facebook. Wasn't sure what to expect but
I have been so impressed. The swimsuit arrived quickly. It is lovely quality and
looks great. I have since ordered 3 more and gave recommended Cupshe to all of
my friends!!
K***s
Newest
Return and Exchange
I had ordered a swimsuit that was non-refundable and Michael helped me figure it
out! I definitely recommend
H***h
Newest
Good quality
Bought 2 swimming costumes. Both good quality and nice fit reasonable price .
V***s
1 day ago
pink ring swimsuit
I bought two different styles of swimsuits for holiday an having now used them
they looked an felt great on.
C***n
1 day ago
Great suits
You can’t beat Cupshe for quality and value. Suits are true to size & fit well.
This is my 4 th Cupshe suit. I love that they have introduced a “non cheeky”
version.
S***n
1 day ago
Easy to use
Love the styles and colors of the bathing suit! Reasonably priced as well
K***E
1 day ago
Gorgeous swimsuit
Have nothing but praise for my experience with cupshe. Super quick delivery,
swimsuit gorgeous colour, just like in the photo, absolutely love it
L***d
2 day ago
I LOVE LOVE LOVE CUP
Been shopping for summer suits and wear with Cupshe since I heard of them 5plus
years ago . I’ve owned over 21 suits and sun dresses from them! …best quality
ever! …prices are beyond reasonable and their CS is absolutely amazing! …it’s
June 4th and this year alone already bought 5! Love them and as long as they are
around I’ll never buy from anyone else!
T***y
2 day ago
I've bought 3
Love them all wish I could get them all 😜😜😜

2 day ago
Swimwear
Loved the fit and colour
M***t
3 day ago
Swimming suits
I bought lots of bathing suits and I love them all, the quality, design and
colors. Every time a wear one I get many complements therefore I’ve been
referring everyone to CUPSHE! Also customer service, shipping etc it’s amazing….
Love CUPSHE
M***k
3 day ago
Love my suit
Love my 2 new suits I received. Awesome fit quality look and can't beat the
price 👌
S***i
3 day ago
Beautiful
Everything I buy at Cupshe fits well

3 day ago
Cindy B.
Quality product and very flattering to my curvy physique!
C***e
3 day ago
Swimsuits
I bought two swimsuits in green and black and they are simply amazing! I am 5’3
and 128 pounds and the small size fits perfect. I can’t wait to wear them this
summer!
W***a
03 / 06 / 2022
Perfect
Love it! Will definitely be ordering more. Size 10, 32 F, ordered a medium and
perfect fit 😁
G***K
03 / 06 / 2022
Yes!
Yes! Just do it! Most of my bathing suits are from Cupshe over the last 5 years!
I get so many compliments on them, and refer so many of my friends to check out
what Cupshe has before heading to Target or Walmart. There are so many classic
and trendy options. The quality is better than my suits from other stores!
S***k
03 / 06 / 2022
Perfect fit &quality
Great fit all around. I'd be M bottom and L to Xl top tall so most one piece
costumes are short and uncomfortable. This is just perfect, quality of the
material is fantastic, tummy control and colours actually like on the pictures.
I already got more stuff 👍
M***a
02 / 06 / 2022
Beautiful bikinis
So very happy. Gonna get some compliments when I get to the beach and pool.
L***r
02 / 06 / 2022
Bikini
Great quality. Very happy with my purchase.
A***s
02 / 06 / 2022
Loving Cupshe For Me
I came across Cupshe online and wanted to give it a try. It's hard to find plus
size swim suits and Cupshe just makes it so easy. There are so many options to
choose from. The online ordering is easy. The product is of great quality.
Cupshe has exceeded everything I want in the plus size swim shopping experience.
Thank you Cupshe!

01 / 06 / 2022
Excellent
Good quality, great fit, exactly as described
H***m
01 / 06 / 2022
All around recommend
Products, styles, customer service… for a company I was initially skeptical
about, I have grown to love it! I have never had a bad experience and I’m pretty
sure I own 7 suits now.
C***a
01 / 06 / 2022
Bathing Suits/ shirt
love my orders... The bathing suits are well made the fit is perfect! thank you
Cupshe I just ordered my bathing suits.
R***i
01 / 06 / 2022
Lovely bikini
So happy to find a high waisted bikini. True to size and very comfortable. Very
supportive and flattering. Good quality.
C***r
31 / 05 / 2022
Swimwear
Love both items, swimsuit and bikini, great quality!!!
***l
31 / 05 / 2022
Beautiful Suit
This isn't the first time I've ordered from here and it won't be the last. This
bathing suit has a nice thick material that holds up over years! I love the
design and the ruched sides were perfect for my figure. I can't wait to wear
this on my honeymoon!!
A***i
31 / 05 / 2022
Bathing Suits Are 🔥
I ordered 5 suits just to see the fit, kept ALL of them and even ordered more
tonight!! Great fit and great fabric! So many compliments!
S***o
31 / 05 / 2022
Mrs Sharon Jones
I love my swim suit. Had lots of compliments. Feel great wearing it
S***s
29 / 05 / 2022
Surprised!
Fantastic quality swimsuits, cover up & dress, and faultless service including
returns; a premium retailer at affordable (cheap!) prices - will be purchasing
from here again….

29 / 05 / 2022
Love!
I bought several bathing suits and coverups from here and love them! I don’t
recommend the dresses though because both dresses I bought were not what I
thought they would be from pictures. Definitely get bathing suits and coverups
though!

28 / 05 / 2022
Really cute and fash
I loved what I ordered but just not for my body
S***e
28 / 05 / 2022
Love it!
I love cupshe! The selection and styles are amazing and they have the cutest
swim suits and dresses. I've also been very happy with the quality of all of the
products I've ordered.
K***S
28 / 05 / 2022
Love Cupshe!!
Everything I’ve gotten from Cupshe has been great. Exactly what I expected,
correct sizing, and very cute! I like that it shipped quickly and how it is
packaged as well. I will continue ordering from there in the future.
A***k
28 / 05 / 2022
So in love!
I absolutely love Cupshe swimsuits and have been ordering from them for the past
two years. I have ordered one pieces, two pieces, coverups, and tops. I love the
variety of the styles, patterns, and cuts. My favorite shop for swimwear!
K***a
27 / 05 / 2022
Amazing swimsuits
I ordered a few of them and the first time from this site, they all absolutely
amazing!! Love it.Very good quality, sizes fits perfectly! Will order more in
the future. I was sceptical at first but its suprise me , good job cupshe!
A***e
26 / 05 / 2022
Swimwear
Love my new swimwear, fits perfect, great colours gor the beach holiday 😀..
J***e
25 / 05 / 2022
Happy
Nice website, nice item . True to size , haven’t taken it on holiday yet but I’m
confident it will meet my needs :)
H***l
25 / 05 / 2022
Great quality!
Fits true to size.
B***s
25 / 05 / 2022
Bathing suits
I absolutely love their bathing suits!!! I wear a size 10-12 and xL fits great.
They also last forever!
K***n
25 / 05 / 2022
Satisfied
Brought a few dresses. Both fit comfortable and were eye stoppers!!
L***
25 / 05 / 2022
Love!
I've always ordered from Cupshe and never disappointed! Great quality and fits!
S***s
24 / 05 / 2022
Great bathing suit!
Great quality and very flattering!! Love it!!
B***e
24 / 05 / 2022
Love it
Suit is great quality and looks amazing

24 / 05 / 2022
Very happy!
I ordered 2 bathing suits last summer and was extremely happy. They fit great.
This summer I ordered 2 more and also bought dresses. Good quality, good fit and
the prices are very reasonable. I have been recommending them to friends and
family.
K***r
24 / 05 / 2022
Very happy!
I ordered 2 bathing suits last summer and was extremely happy. They fit great.
This summer I ordered 2 more and also bought dresses. Good quality, good fit and
the prices are very reasonable. I have been recommending them to friends and
family.
K***r
23 / 05 / 2022
Stunning swimwear
Stunning swimwear, I ordered many different styles to try and kept three bikinis
and two cover ups. Such good quality and fit, combined with on-trend colours and
styles. I will be back for more! Just a small request, I like to order separates
(tops and bottoms), please make sure there is plenty of choice in these
selections as I don't know many women who are the same size top/bottom! It did
seem the choice was more limited. On a not-so-good-note, I did think that the
£5.99 refund fee was cheeky, given I had spent £243 with Cupshe!
L***n
23 / 05 / 2022
Great products
I’ve been searching for really nice swimwear which had tummy control for a long
time. Cupshe products do exactly that. Really beautiful swimwear In fantastic
colours. Im blown away. I’ll be a life long customer. Thank you cupshe
E***e
22 / 05 / 2022
Highly recommend
Most bathing suits fit well but when they don’t customer service is very helpful
and efficient at getting back to you and helping out
L***n
22 / 05 / 2022
Bath suite
Love the bathing suit fits so good. My husband love it 😍

21 / 05 / 2022
Great quality
Bought a swimsuit after seeing an ad on Facebook. Wasn't sure what to expect but
I have been so impressed. The swimsuit arrived quickly. It is lovely quality and
looks great. I have since ordered 3 more and gave recommended Cupshe to all of
my friends!!
K***s
Newest
Return and Exchange
I had ordered a swimsuit that was non-refundable and Michael helped me figure it
out! I definitely recommend
H***h
 * "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."

 * 
 * 
 * 
 * 


SUBSCRIBE & GET OFFERS COMBO

Extra 5% OFF For Order Over £39
Extra 10% OFF For Order Over £69

SUBSCRIBE

Oops, there was a hiccup! Please try again.





 * 
 * 
 * 
 * 
 * 


HELP & INFORMATION

 * FAQS
 * Size Measurement
 * Customer Reviews
 * Contact Us
 * Klarna


DELIVERY & RETURNS

 * Delivery Information
 * Free Expedited Shipping £49+
 * Track Your Order
 * Return Policy
 * Start A Return
 * Shipping Protection


COMPANY INFO

 * About Us
 * Press
 * Affiliate
 * Cupshe Cares
 * Ambassador Program
 * Sunchasers Club
 * 📲Text To Win Extra £5


SUBSCRIBE & GET OFFERS COMBO

Extra 5% OFF For Order Over £39
Extra 10% OFF For Order Over £69

SUBSCRIBE

Oops, there was a hiccup! Please try again.





 * 
 * 
 * 
 * 
 * 


© 2022 Cupshe UK

See our Terms of use and Privacy policy

OUR DELIVERY PARTNERS

 * 
 * 
 * 

OUR PAYING METHODS

   
 * Visa
 * Mastercard
 * PayPal
 * 
 * 
 * 
 * 
 * 
   


OUR PAYING METHODS

   
 * Visa
 * Mastercard
 * PayPal
 * 
 * 
 * 
 * 
 * 
   


OUR DELIVERY PARTNERS

 * 
 * 
 * 

© 2022 Cupshe UK

See our Terms of use and Privacy policy


Chat with us, powered by LiveChat
top

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.