shapelxx.vip
Open in
urlscan Pro
23.227.38.65
Public Scan
Submitted URL: https://slxshop.vip/
Effective URL: https://shapelxx.vip/
Submission: On August 05 via api from BE — Scanned from CA
Effective URL: https://shapelxx.vip/
Submission: On August 05 via api from BE — Scanned from CA
Form analysis
5 forms found in the DOMPOST /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 class="localization__selector">
<input type="hidden" name="country_code" value="CA">
<country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-button">
<span class="text-start">Canada (USD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
<span class="pointer-events-none">Canada (USD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</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 class="localization__selector">
<input type="hidden" name="country_code" value="CA">
<country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-buttonMobileNav">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-buttonMobileNav">
<span class="text-start">Canada (USD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0MobileNav" role="option" data-value="CA" aria-selected="true">
<span class="pointer-events-none">Canada (USD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</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 class="localization__selector">
<input type="hidden" name="country_code" value="CA">
<country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
<span class="text-start">Canada (USD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
<span class="pointer-events-none">Canada (USD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</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 🎁Receive a gift when you purchase two items Country/Region Canada (USD $) * Canada (USD $) Search * Home * Best Sellers * Final sale * Shapewear * Swimsuits * Bras * Underwear * Occasions * More Account Search Cart * Home * Best Sellers * Final sale * 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 * Final sale * 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 37% off Quick buy Medium Waist-Slimming Bodysuit 4.8 (85 reviews) $44.99 $70.98 Sale Black Rose pink Brown 36% off Quick buy Lace Steel Boned Butt Enhancer Shorts 4.9 (157 reviews) $27.99 $43.98 Sale Black Beige 35% off Quick buy Firm Slim-Waist Lift Shorts 4.9 (47 reviews) $47.99 $73.98 Sale Black Beige Sand Bronze + 1 more 35% off Quick buy Firm Sculpting Waist Shorts 4.8 (99 reviews) $50.99 $78.98 Sale Black Beige 37% off Quick buy Medium Support Tummy Shapewear 4.9 (104 reviews) $43.99 $69.98 Sale Brown Black Almond Milk Beige Lilac + 2 more 35% off Quick buy Medium Waist-Slimming Swimsuit 4.9 (137 reviews) $49.99 $76.99 Sale Earth Yellow Black 43% off Quick buy 3 styles in 1 Tummy Control Swimsuit 4.9 (188 reviews) $49.99 $86.99 Sale Sky Blue Black Red Orange Yellow Earth Yellow + 2 more 47% off Quick buy Booty Goals: Get Your BBL 🍑! 4.9 (233 reviews) $19.98 $37.99 Sale Black Rose Red Red Sand Clay Nude Grayish Purple Sienna Bronze Cocoa + 7 more 40% off Quick buy Medium Support Tummy Tuck Bodysuit 4.8 (94 reviews) $32.99 $54.98 Sale Black Sienna Coffee Skin Light Skin Clay Ochre Rose Red Red + 6 more 37% off Quick buy Medium Support Shaping Shorts 4.8 (114 reviews) $49.99 $79.98 Sale Brown Beige Black Country/Region Canada (USD $) * Canada (USD $) In Shapelxx We Trust EMBRACE FREEDOM WITH SHAPELXX SHOP NOW PREVIOUS HOT SALE NEXT View all 37% off Quick buy Medium Support Shaping Shorts 4.8 (114 reviews) $49.99 $79.98 Sale Brown Beige Black 40% off Quick buy Medium Support Shaping Bodysuit 4.8 (106 reviews) $49.99 $83.99 Sale Black Beige 36% off Quick buy Lace Steel Boned Butt Enhancer Shorts 4.9 (157 reviews) $27.99 $43.98 Sale Black Beige 35% off Quick buy Firm High-Waist Lift Shorts 4.8 (59 reviews) $47.99 $73.98 Sale Black Sand Beige Bronze + 1 more 35% off Quick buy Firm Sculpting Waist Shorts 4.8 (99 reviews) $50.99 $78.98 Sale Black Beige 40% off Quick buy Firm Open Bust Shaping Bodysuit 4.9 (9 reviews) $49.99 $83.99 Sale Black Beige 37% off Quick buy Firm Waist-Slimming Shaper 4.8 (66 reviews) $49.99 $78.98 Sale Black Beige 43% off Quick buy Light Support Shaping Bodysuit 4.8 (5 reviews) $49.99 $86.99 Sale Black Beige 43% off Quick buy Firm Post-Surgical Shapewear 4.9 (9 reviews) $49.99 $88.00 Sale Black Taro purple 40% off Quick buy Firm Support Extreme Bodysuit 4.8 (16 reviews) $49.99 $83.99 Sale Black Beige 37% off Quick buy Medium Support Tummy Shapewear 4.9 (104 reviews) $43.99 $69.98 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 40% off Quick buy Medium Support Tank Bodysuit 4.9 (22 reviews) $29.99 $49.98 Sale Black Ivory 40% off Quick buy Firm Waistband Shaping Bodysuit 4.9 (17 reviews) $45.99 $76.98 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 43% off Quick buy Light Support Lace Trim Bodysuit 5.0 (4 reviews) $43.99 $76.99 Sale Brown Black Wine Red 43% off Quick buy Light Support Lace Trim Bodysuit 5.0 (4 reviews) $34.99 $60.99 Sale Black 41% off Quick buy Light Support Swallow Gird Bodysuit 5.0 (1 review) $29.99 $50.99 Sale Black Rose pink 44% off Quick buy Firm Contour Seamless Bodysuit 4.9 (37 reviews) $29.99 $53.99 Sale Black Beige 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 40% off Quick buy Medium Support Shaping Bodysuit 4.8 (106 reviews) $49.99 $83.99 Sale Black Beige 35% off Quick buy Firm High-Waist Lift Shorts 4.8 (59 reviews) $47.99 $73.98 Sale Black Sand Beige Bronze + 1 more 37% off Quick buy Medium Support Shaping Shorts 4.8 (114 reviews) $49.99 $79.98 Sale Brown Beige Black 23% off Quick buy AirSlim® Butt-Lifting Lace Panty 4.9 (27 reviews) $35.99 $46.99 Sale Black Beige 23% off Quick buy AirSlim® Tummy Compression Butt-Lifting Shorts 4.9 (18 reviews) $35.99 $46.99 Sale Black Beige 36% off Quick buy Lace Steel Boned Butt Enhancer Shorts 4.9 (157 reviews) $27.99 $43.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 35% off Quick buy Firm Sculpting Waist Shorts 4.8 (99 reviews) $50.99 $78.98 Sale Black Beige 23% off Quick buy AirSlim® Waistband Workout Shaping Shorts 4.9 (19 reviews) $35.99 $46.99 Sale Black Navy Blue 23% off Quick buy AirSlim® 2-In-1 High-Waisted Booty Lift Shaper Shorts 4.9 (20 reviews) $35.99 $46.99 Sale Black Beige 23% off Quick buy AirSlim® Tummy Control Body Shaper with Butt Lifter 4.9 (18 reviews) $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 43% off Quick buy AirSlim® Padded Butt Lifter Hip Enhancer 4.9 (18 reviews) $49.99 $86.98 Sale Black Beige 23% off Quick buy AirSlim® Strapless Figure Corrector 4.9 (18 reviews) $35.99 $46.99 Sale Black Beige 23% off Quick buy PowerConceal™ Seamless Power Mesh Sculptor (no reviews yet) $35.99 $46.99 Sale Black Beige Coffee 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 * Shipping * Payment Method * Accessibility Statement * Wholesale * Shapelxx Result HELP * Contact Us * Refund Policy * FAQ * Delivery Information * Sustainability * Sizing Help * Blog SUBSCRIBE TO SHAPELXX *By signing up via email or text, you agree to our Privacy Policy. You may unsubscribe later. PayPal Venmo Country/Region Canada (USD $) * Canada (USD $) © 2024 Shapelxx. Powered by Shopify Your cart Close 1. 📦 Free shipping over $45.00 & Buy two, get a free gift 🎁 📦 Free shipping over $45.00 & Buy two, get a free gift 🎁 1. Add $45.00 more to get free shipping!✅ Free shipping applied! 1. 📦 Free shipping over $45.00 & Buy two, get a free gift 🎁 Add $45.00 more to get free shipping! ✅ Free shipping applied! Trending This Month * 36% off Lace Steel Boned Butt Enhancer Shorts 4.9 (157 reviews) $27.99 $43.98 Sale Black Beige * 43% off 3 styles in 1 Tummy Control Swimsuit 4.9 (188 reviews) $49.99 $86.99 Sale Sky Blue Black Red Orange Yellow Earth Yellow + 2 more * 37% off Medium Waist-Slimming Bodysuit 4.8 (85 reviews) $44.99 $70.98 Sale Black Rose pink Brown * 37% off Medium Support Shaping Shorts 4.8 (114 reviews) $49.99 $79.98 Sale Brown Beige Black * 35% off Firm Sculpting Waist Shorts 4.8 (99 reviews) $50.99 $78.98 Sale Black Beige * 35% off Firm Slim-Waist Lift Shorts 4.9 (47 reviews) $47.99 $73.98 Sale Black Beige Sand Bronze + 1 more * 40% off Medium Support Shaping Bodysuit 4.8 (106 reviews) $49.99 $83.99 Sale Black Beige * 35% off Medium Waist-Slimming Swimsuit 4.9 (137 reviews) $49.99 $76.99 Sale Earth Yellow Black Checkout Checkout Close Your cart is empty Start shopping