let freeShippingRestTimer = null; async function showFreeShippingRest(e) { const freeShippingRest = document.querySelector('.layout-floating-cart__free-shipping--rest'); if (freeShippingRest) { if (freeShippingRestTimer) { clearTimeout(freeShippingRestTimer); } freeShippingRest.classList.add('flex'); freeShippingRestTimer = setTimeout(function() { freeShippingRest.classList.remove('flex'); freeShippingRestTimer = null; }, 6000); } } document.addEventListener('dj.cartItemChange', showFreeShippingRest); document.addEventListener('dj.cartItemDelete', showFreeShippingRest);

California Lace Dress Romper

California Lace Dress Romper

$34.95
people are viewing this right now
Color: Pink
Size:
Please select a Size
Quantity
Product was out of stock.
Product is unavailable.
Free worldwide shipping

Enjoy free shipping on every order, delivered to your doorstep no matter where you are in the world.

Free returns

Shop with confidence with our hassle-free returns policy, ensuring you love what you buy.

Sustainably made

Designed with the planet in mind, all our products are committed to sustainable practices.

Secure payments

Your payment information is always protected with our advanced, encrypted checkout security.

Description

"Whenever I wear it, I get showered with compliments!"

✔️ Handmade With Soft Cotton

✔️ Romper Fits True To Size

✔️ Lightweight & Non-Stretch

✔️ Built-In Snuggly Pockets

✔️ Fabric Has No Stretch & Lightweight Feel

✔️fitted in the bust, the lining runs short

✔️ V-Neckline With Ruffled Sleeves & Eyelet Hem

✔️Flowy romper style wear like a dress with shorts

✔️ Pair This Romper With Booties & A Fedora

✔️ Shorts Lining With Skirt Outlay

✔️ Size Small From Shoulder To Hem: 34 Inches

SIZE INFO

  Size Chest Waist Hips
XS 0-2 32-33 24-25 34-35
S 4-6 34-35 26-27 36-37
M 8-10 36-37 28-29 38-39
L 12-14 38-40 30-32 41-43
XL 16-18 40-42 34-36 44
2XL 20 44-45 38-40 46
3XL 22-24 46-48 42-44 48-50

The size may have a 1in. difference due to manual measurement

 

OUR GUARANTEE
  • We truly believe we make some of the most innovative products in the world, and we want to make sure we back that up with a risk-free ironclad 30-day guarantee.
  • If you don't have a positive experience for ANY reason, we will do WHATEVER it takes to make sure you are 100% satisfied with your purchase.
  • Buying items online can be a daunting task, so we want you to realize that there is absolutely ZERO risk in buying something and trying it out.  If you don't like it, no hard feelings we'll make it right.

HOW TO PAY

✅Payments Via PayPal®Debit and CreditCard.

   Add to cart first, and Check out, then select Shipping method and Payment method.

✅If you checkout with a Debit / Credit Card, just enter your * Card Number* Expiration Date, and * Secure Code.

🌎 Worldwide Shipping ✈  

Delivery typically takes different times based on the different destination. You may receive your items earlier. Tracking Numbers will always be sent so you can track them every step of the way! 
🔒 100% Risk-Free Purchase
If you bought it and felt that it is not for you, don't worry. Send a message to us, and we will make it right by offering you a replacement or refund. It 100% Simple & Risk-Free process.
🏭 Our Warehouse 
Once your order is dispatched, depending on your country or region, products will be delivered to you as soon as possible.
No products viewed

Cart

Your cart is empty
Your cart is reserved for !

Summary

Taxes and shipping calculated at checkout
Payment method

You may also like

class SpzCustomFreeShippingRest extends SPZ.BaseElement { constructor(element) { super(element); this.freeShippingRestTimer = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.registerAction('showTips', () => { this.showTips_(); }); } showTips_(e) { const freeShippingRest = document.querySelector( '.layout-floating-cart__free-shipping--rest' ); if (freeShippingRest) { if (this.freeShippingRestTimer) { clearTimeout(this.freeShippingRestTimer); } freeShippingRest.classList.add('flex'); this.freeShippingRestTimer = setTimeout(function () { freeShippingRest.classList.remove('flex'); this.freeShippingRestTimer = null; }, 6000); } } } SPZ.defineElement('spz-custom-free-shipping-rest', SpzCustomFreeShippingRest);