shapelxx.vip Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: https://lxxshop.vip/
Effective URL: https://shapelxx.vip/
Submission: On July 17 via api from BE — Scanned from CA

Form analysis 5 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="annbar-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid"></div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.selectedOption = this.querySelector('[aria-selected="true"]');
              if (!this.selectedOption) {
                this.selectedOption = this.listbox.firstElementChild;
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('annbar-localization').addEventListener('change', (evt) => {
      const input = evt.target.closest('.localization__selector').firstElementChild;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /search

<form class="main-search__form" action="/search" method="get" autocomplete="off">
  <div class="main-search__input-container">
    <input class="main-search__input" type="text" name="q" autocomplete="off" placeholder="Search our store" aria-label="Search">
    <button class="main-search__button" type="submit" aria-label="Search"><svg class="icon" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation">
        <g transform="translate(3 3)" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd">
          <circle cx="7.824" cy="7.824" r="7.824"></circle>
          <path stroke-linecap="square" d="m13.971 13.971 4.47 4.47"></path>
        </g>
      </svg></button>
  </div>
  <script src="//shapelxx.vip/cdn/shop/t/25/assets/search-suggestions.js?v=136224079820713396391719912956" defer=""></script>
  <search-suggestions></search-suggestions>
</form>

POST /localization

<form method="post" action="/localization" id="annbar-localizationMobileNav" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid"></div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.selectedOption = this.querySelector('[aria-selected="true"]');
              if (!this.selectedOption) {
                this.selectedOption = this.listbox.firstElementChild;
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('annbar-localization').addEventListener('change', (evt) => {
      const input = evt.target.closest('.localization__selector').firstElementChild;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <p>
    <input type="email" placeholder="Your email" class="signup-form__email" value="" name="contact[email]" aria-label="Email" required="">
  </p>
  <button class="btn btn--primary signup-form__button" type="submit">Subscribe</button>
</form>

POST /localization

<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid"></div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.selectedOption = this.querySelector('[aria-selected="true"]');
              if (!this.selectedOption) {
                this.selectedOption = this.listbox.firstElementChild;
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.closest('.localization__selector').firstElementChild;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

Text Content

Skip to content
🎉 Get $29.99 off on purchases over $88.99
FREE SHIPPING ON ORDERS OVER $45


Search
 * Home
 * Best Sellers
 * Shapewear
 * Swimsuits
 * Bras
 * Underwear
 * Occasions
 * More




Account Search Cart

 * Home
 * Best Sellers
 * Shapewear
    * STYLE
       * VIEW ALL
       * Bodysuits
       * Shorts
       * Panties
       * Waist Trainers
       * Postpartum Recovery
   
    * COMPRESSION LEVEL
       * Light Support
       * Mid Support
       * Firm Support
   
    * CONTROL AREA
       * Tummy and Belly
       * Hips and Butt
       * Legs and Thighs
       * Overall
       * Back
   
    * RECENT BEST SELLERS
    * TRENDING NOW

 * Swimsuits
 * Bras
 * Underwear
 * Occasions
    * FEATURED
       * Everyday Essentials
       * Swimsuits
       * Night Out and Party
       * Wedding
       * Postpartum Recovery
   
    * EVERYDAY ESSENTIALS
    * BEACH AND POOL ACTIVITY
    * NIGHT OUT AND PARTY
    * WEDDING SHOP

 * More
    * DISCOVER SHAPELXX
       * About Us
       * The Blog
   
    * FAQS
       * Contact Us
       * Delivery Information
       * Privacy Policy
       * Terms Of Service
       * Sizing Help
   
    * Unveiling the heart behind our brand
    * Troubleshooting about shapelxx

 * Home
 * Best Sellers
 * Shapewear
    * STYLE
       * VIEW ALL
       * Bodysuits
       * Shorts
       * Panties
       * Waist Trainers
       * Postpartum Recovery
   
    * COMPRESSION LEVEL
       * Light Support
       * Mid Support
       * Firm Support
   
    * CONTROL AREA
       * Tummy and Belly
       * Hips and Butt
       * Legs and Thighs
       * Overall
       * Back
   
    * RECENT BEST SELLERS
      TRENDING NOW

 * Swimsuits
 * Bras
 * Underwear
 * Occasions
    * FEATURED
       * Everyday Essentials
       * Swimsuits
       * Night Out and Party
       * Wedding
       * Postpartum Recovery
   
    * EVERYDAY ESSENTIALS
      BEACH AND POOL ACTIVITY
      NIGHT OUT AND PARTY
      WEDDING SHOP

 * More
    * DISCOVER SHAPELXX
       * About Us
       * The Blog
   
    * FAQS
       * Contact Us
       * Delivery Information
       * Privacy Policy
       * Terms Of Service
       * Sizing Help
   
    * Unveiling the heart behind our brand
      Troubleshooting about shapelxx

Best Sellers
42% off
Quick buy
Medium Waist-Slimming Bodysuit
5.0 (18 reviews)
$44.99 $76.98
Sale
Black Rose pink Brown
40% off
Quick buy
Firm Slim-Waist Lift Shorts
4.8 (56 reviews)
$47.99 $79.98
Sale
Black Beige Sand Bronze + 1 more
40% off
Quick buy
Firm Sculpting Waist Shorts
4.9 (54 reviews)
$50.99 $84.98
Sale
Black
41% off
Quick buy
Medium Support Tummy Shapewear
4.9 (58 reviews)
$43.99 $73.99
Sale
Brown Black Almond Milk Beige Lilac + 2 more
43% off
Quick buy
Medium Support Waist Swimsuit
4.9 (179 reviews)
$49.99 $86.99
Sale
Sky Blue Black Red Orange Yellow Earth Yellow + 2 more
40% off
Quick buy
Medium Waist-Slimming Swimsuit
4.9 (127 reviews)
$49.99 $83.99
Sale
Earth Yellow Black
40% off
Quick buy
Medium Support Belly & Legs Bodysuit
4.9 (221 reviews)
$44.99 $74.98
Sale
Black Rose Red Red Sand Clay Ochre Nude Grayish Purple Sienna Bronze Coffee
Cocoa Chocolate + 10 more
42% off
Quick buy
Medium Support Tummy Tuck Bodysuit
5.0 (19 reviews)
$44.99 $76.98
Sale
Black Coffee Skin Light Skin Clay Ochre Sienna Rose Red Red + 6 more
47% off
Quick buy
Medium Support Shaping Shorts
4.9 (73 reviews)
$49.99 $93.65
Sale
Brown Beige Black
43% off
Quick buy
Firm Waist & Butt Lift Shorts
4.9 (54 reviews)
$38.99 $68.98
Sale
Black Beige

In Shapelxx We Trust


EMBRACE FREEDOM

WITH SHAPELXX

SHOP NOW


PREVIOUS HOT SALE NEXT

View all
47% off
Quick buy
Medium Support Shaping Shorts
4.9 (73 reviews)
$49.99 $93.65
Sale
Brown Beige Black
23% off
Quick buy
Medium Support Shaping Bodysuit
4.8 (56 reviews)
$35.99 $46.99
Sale
Black Beige
43% off
Quick buy
Firm Waist & Butt Lift Shorts
4.9 (54 reviews)
$38.99 $68.98
Sale
Black Beige
40% off
Quick buy
Firm High-Waist Lift Shorts
4.8 (18 reviews)
$47.99 $79.98
Sale
Black Sand Beige Bronze + 1 more
40% off
Quick buy
Firm Slim-Waist Lift Shorts
4.8 (56 reviews)
$47.99 $79.98
Sale
Black Beige Sand Bronze + 1 more
40% off
Quick buy
Firm Sculpting Waist Shorts
4.9 (54 reviews)
$50.99 $84.98
Sale
Black
47% off
Quick buy
Firm Open Bust Shaping Bodysuit
4.9 (9 reviews)
$35.99 $67.99
Sale
Black Beige
45% off
Quick buy
Firm Waist-Slimming Shaper
4.8 (15 reviews)
$49.99 $91.65
Sale
Black Beige
23% off
Quick buy
Light Support Shaping Bodysuit
4.8 (5 reviews)
$35.99 $46.99
Sale
Black Beige

Quick buy
Firm Post-Surgical Shapewear
4.9 (9 reviews)
$88.00
Black Taro purple
55% off
Quick buy
Firm Support Extreme Bodysuit
4.8 (16 reviews)
$39.99 $88.00
Sale
Black Beige
41% off
Quick buy
Medium Support Tummy Shapewear
4.9 (58 reviews)
$43.99 $73.99
Sale
Brown Black Almond Milk Beige Lilac + 2 more
47% off
Quick buy
Firm Sculpt Strapless Bodysuit
5.0 (10 reviews)
$29.99 $56.99
Sale
Black Beige
23% off
Quick buy
Medium Support Tank Bodysuit
4.9 (22 reviews)
$29.99 $38.99
Sale
Black Ivory
52% off
Quick buy
Firm Waistband Shaping Bodysuit
4.9 (17 reviews)
$29.99 $62.99
Sale
Black Beige
52% off
Quick buy
Firm Support Backless Shape Bodysuit
4.8 (6 reviews)
$29.99 $61.99
Sale
Black Beige Brown
55% off
Quick buy
Firm Support Plus Size Shapewear
4.8 (11 reviews)
$39.99 $88.00
Sale
Black Beige
23% off
Quick buy
Light Support Lace Trim Bodysuit
5.0 (4 reviews)
$29.99 $38.99
Sale
Brown Black Wine Red
23% off
Quick buy
Light Support Lace Trim Bodysuit
5.0 (4 reviews)
$29.99 $38.99
Sale
Black
23% off
Quick buy
Light Support Swallow Gird Bodysuit
5.0 (1 review)
$29.99 $38.99
Sale
Black Rose pink

The most-wanted styles winning everyone over


FIVE-STAR FAVORITES

SHOP NOW
Shapelxx Iconic One Stop Shop for Underwear and Panties


LINGERIE & UNDERWEAR SHOP

SHOP NOW


SHOP ESSENTIALS

Shapewear
Shorts
Panties
Bras


PREVIOUS TRENDING NEXT

View all
23% off
Quick buy
Medium Support Shaping Bodysuit
4.8 (56 reviews)
$35.99 $46.99
Sale
Black Beige
40% off
Quick buy
Firm Slim-Waist Lift Shorts
4.8 (56 reviews)
$47.99 $79.98
Sale
Black Beige Sand Bronze + 1 more
40% off
Quick buy
Firm High-Waist Lift Shorts
4.8 (18 reviews)
$47.99 $79.98
Sale
Black Sand Beige Bronze + 1 more
47% off
Quick buy
Medium Support Shaping Shorts
4.9 (73 reviews)
$49.99 $93.65
Sale
Brown Beige Black
23% off
Quick buy
AirSlim® Butt-Lifting Lace Panty
(no reviews yet)
$35.99 $46.99
Sale
Black Beige
23% off
Quick buy
AirSlim® Tummy Compression Butt-Lifting Shorts
(no reviews yet)
$35.99 $46.99
Sale
Black Beige
43% off
Quick buy
Firm Waist & Butt Lift Shorts
4.9 (54 reviews)
$38.99 $68.98
Sale
Black Beige
23% off
Quick buy
Feelingirl Seamless Open-Bust Women Tummy Control Bodysuit
(no reviews yet)
$35.99 $46.99
Sale
Skin Black Light Skin Coffee + 1 more
40% off
Quick buy
Firm Sculpting Waist Shorts
4.9 (54 reviews)
$50.99 $84.98
Sale
Black
23% off
Quick buy
AirSlim® Waistband Workout Shaping Shorts
(no reviews yet)
$35.99 $46.99
Sale
Black Navy Blue
23% off
Quick buy
AirSlim® 2-In-1 High-Waisted Booty Lift Shaper Shorts
(no reviews yet)
$35.99 $46.99
Sale
Black Beige
23% off
Quick buy
AirSlim® Tummy Control Body Shaper with Butt Lifter
(no reviews yet)
$35.99 $46.99
Sale
Beige Black
48% off
Quick buy
Feelingirl Seamless Thigh Control Breast Lift Shapewear
5.0 (6 reviews)
$29.99 $57.99
Sale
Black Skin
52% off
Quick buy
Feelingirl Square Collar Elastic Outerwear Shape Bodysuit
4.9 (13 reviews)
$29.99 $61.99
Sale
Black White
23% off
Quick buy
Feelingirl High Waisted Tummy Control Butt Lifter Shorts
(no reviews yet)
$35.99 $46.99
Sale
Black Skin
23% off
Quick buy
Feelingirl Seamless Body Shaper for Women Butt Lifting
(no reviews yet)
$35.99 $46.99
Sale
Black Beige Brown
23% off
Quick buy
Feelingirl Side Zipper Bodysuit Shaper With Butt Lifter
(no reviews yet)
$35.99 $46.99
Sale
Black Beige
23% off
Quick buy
Feelingirl Tummy Control Body Sculpting Shapewear
(no reviews yet)
$35.99 $46.99
Sale
Black Nude

Quick buy
AirSlim® Padded Butt Lifter Hip Enhancer
(no reviews yet)
$88.00
Black Beige
23% off
Quick buy
AirSlim® Strapless Figure Corrector
(no reviews yet)
$35.99 $46.99
Sale
Black Beige

Previous Next
CoreSculpt™ Scoop Neck Pullover Bra
(no reviews yet)
$29.00 $48.00
Sale
Black Beige
AirWear Wireless 3D Enhance Bra
(no reviews yet)
$39.00
Very Peri Dusty Rose Yellow Green + 2
CoreSculpt™ Seamless Lace Racerback Bra
(no reviews yet)
$24.00 $48.00
Sale
Pink Very-peri
CoreSculpt™ Seamless Magic Back Bra
(no reviews yet)
$48.00
Black Beige
Discover the new collection


CUT TO FIT ALL HIP SIZES

Shop our best-selling styles at great prices

 * CoreSculpt™ Scoop Neck Pullover Bra
   (no reviews yet)
   $29.00 $48.00
   Sale
   Black Beige
 * AirWear Wireless 3D Enhance Bra
   (no reviews yet)
   $39.00
   Very Peri Dusty Rose Yellow Green Purple Nude
 * CoreSculpt™ Seamless Lace Racerback Bra
   (no reviews yet)
   $24.00 $48.00
   Sale
   Pink Very-peri
 * CoreSculpt™ Seamless Magic Back Bra
   (no reviews yet)
   $48.00
   Black Beige


PREVIOUS NEW COLLECTION NEXT

View all

Quick buy
AirWear Fits Everybody Boy Short
(no reviews yet)
$8.00
Black Nude Dusty Rose

Quick buy
AirWear Free Cut Bikini
(no reviews yet)
$9.00
Black Nude Dusty Rose

Quick buy
AirWear Free Cut Thong
(no reviews yet)
$9.00
Very Peri Dusty Rose Yellow Green Purple Nude Black + 3 more
56% off
Quick buy
CoreSculpt™ Seamless Stretch Thong
(no reviews yet)
$4.00 $9.00
Sale
Black Beige Brown Moonstone
41% off
Quick buy
CoreSculpt™ 3-Pack Seamless Stretch Briefs
(no reviews yet)
$16.00 $27.00
Sale
Black Obsidian Beige Moonstone Brown Moonstone Multicolor + 1 more
41% off
Quick buy
CoreSculpt™ 3-Pack Seamless Stretch Thong
(no reviews yet)
$16.00 $27.00
Sale
Black Obsidian Brown Moonstone Beige Moonstone Multicolor + 1 more

Quick buy
CoreSculpt™ Low Waist Seamless Stretch Briefs
(no reviews yet)
From $10.00
Black Beige

Quick buy
CoreSculpt™ Mid Waist Seamless Stretch Briefs
(no reviews yet)
From $10.00
Black Beige

Quick buy
CoreSculpt™ Seamless Stretch Briefs
(no reviews yet)
$10.00
Black Beige
30% off
Quick buy
Lace Glamour High Waist Contour Panty
4.9 (19 reviews)
$19.00 $27.00
Sale
White

Quick buy
Ultrafine Mesh Thong
(no reviews yet)
$9.00
Black



FEATURED COLLECTIONS


SWIMWEAR

Designed to accentuate your beach-ready body.

SHOP NOW


SHAPING DRESS

Discover the perfect balance of style and shaping.

SHOP NOW


BRA & UNDERWEAR

Elevate your intimate style and allure for every occasion.

SHOP NOW

HASSLE-FREE RETURN
24-HOUR CUSTOMER SERVICE
SECURE PAYMENT
CONTACT US
Newsletter

Sign up for exclusive offers, original stories, events and more.



Subscribe
INFORMATION
 * About Us
 * Privacy Policy
 * Terms Of Service
 * Payment Method
 * ACCESSIBILITY STATEMENT

HELP
 * Contact Us
 * Refund Policy
 * FAQ
 * Delivery Information
 * Sustainability
 * Sizing Help

Subscribe to Shapelxx

*By signing up via email or text, you agree to our Privacy Policy. You may
unsubscribe later.


PayPal Venmo
© 2024 Shapelxx. Powered by Shopify
Your cart
Close

 1. 📦 Free shipping for orders over $45.00📦 Free shipping for orders over
    $45.00

 
 1. Add $45.00 more to get free shipping!✅ Free shipping applied!

 
 1. 📦 Free shipping for orders over $45.00
    Add $45.00 more to get free shipping!
    
    ✅ Free shipping applied!




Checkout
Checkout
Close
Your cart is empty
Start shopping