Women's Elegant Cross Halter Jumpsuit - Wide-Leg Backless Tie-Waist Romper for Summer & Vacation

$56.99
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

✨ Elevate your wardrobe with the ultimate statement of modern elegance.

Designed for the woman who commands attention without saying a word, this Criss-Cross Halter Jumpsuit combines a daring silhouette with sophisticated tailoring. Whether you're attending a summer wedding or sunset cocktails, this piece ensures a flawless look from every angle.


WHY YOU'LL LOVE IT

  • Chic Halter Neck: Criss-cross design highlights your shoulders and neckline beautifully.
  • Figure-Flattering Fit: Adjustable waist tie creates an instant hourglass silhouette.
  • Flowy Wide-Leg: Dramatic leg opening offers freedom of movement and a high-fashion edge.
  • Travel-Ready Fabric: Premium woven material stays smooth and crisp through long hours.
  • Functional Elegance: Side pockets included for your essentials—style meets practicality.

SPECIFICATIONS

Material: Premium Polyester (Woven)
Style: Elegant / Sexy / Celebrity Style
Pattern: Solid Color
Fit Type: Slim Fit at waist, Loose at legs
Season: Spring/Summer 2026

SIZE GUIDE

*Please allow 1-3cm difference due to manual measurement.

Unit: CM (Metric)

Size Bust Waist Hip Length
XS 84 66 135 139
S 88 70 136 140
M 92 74 137 141
L 96 78 138 142
XL 101 83 139 143
2XL 106 88 140 144

Unit: INCH (Imperial)

Size Bust Waist Hip Length
XS 33.1 26.0 53.1 54.7
S 34.6 27.6 53.5 55.1
M 36.2 29.1 53.9 55.5
L 37.8 30.7 54.3 55.9
XL 39.8 32.7 54.7 56.3
2XL 41.7 34.6 55.1 56.7

SHIPPING & RETURNS

📍 Hassle-Free Returns: 7-day return policy for quality issues. Contact us via momocco01@outlook.com for support.
🚚 Fast Shipping: We ensure trackable shipping for all orders. Your satisfaction is our priority.

1
Select product
Selected 0 item(s)
XS/ Navy Blue
XS/ Black
XS/ Khaki
S/ Navy Blue
S/ Black
S/ Khaki
M/ Navy Blue
M/ Black
M/ Khaki
L/ Navy Blue
L/ Black
L/ Khaki
XL/ Navy Blue
XL/ Black
XL/ Khaki
2XL/ Navy Blue
2XL/ Black
2XL/ Khaki
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)