Women's Elegant Halter Neck Pleated Maxi Dress - Voluminous Sleeveless Swing Sun Dress - Chic Flowy Evening Party Dress

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

Ethereal Movement: The Pleated Halter Maxi

Experience the perfect harmony of sculptural design and effortless comfort. Our Halter Neck Pleated Maxi Dress is defined by its dramatic accordion pleats and sweeping A-line silhouette. Whether you're chasing sunsets on vacation or attending an upscale summer soirée, this dress ensures a breathtaking presence.

Design Features:

  • Adjustable Halter Neck: Features a refined tie-back design for a customized fit that highlights your back and shoulders.
  • Extra-Wide Swing Hem: A voluminous cut that provides stunning movement and complete freedom of motion.
  • Micro-Pleat Texture: Intricate vertical pleats create a slimming visual effect while adding high-fashion textural depth.
  • Lightweight & Travel-Ready: Crafted from a premium polyester blend that is naturally wrinkle-resistant and breathable.
  • Inclusive Silhouette: The oversized fit gracefully skims over the body, making it a favorite for all shapes, including maternity.

Technical Details:

  • Material: 100% High-Grade Polyester (Pleated Finish)
  • Style: Modern Goddess / Vacation Chic / Minimalist
  • Closure: Self-tie Halter at Neck
  • Length: Floor-Length / Maxi
  • Transparency: Non-see-through fabric

Size Guide (CM):

Size Bust (胸围) Length (衣长) Recommended Weight
S 94 128 45 - 55 kg
M 98 129 55 - 62 kg
L 102 130 62 - 70 kg
XL 106 131 70 - 80 kg
2XL 110 132 80 - 90 kg

* Fit Tip: This dress features a loose, oversized cut. If you prefer a more tailored look, consider sizing down. Please allow 1-3 cm difference due to manual measurement.

Care & Maintenance:

To protect the pleats, hand wash cold or use a delicate machine wash cycle in a mesh laundry bag. Hang dry. No ironing or high heat needed—simply steam lightly if required.

1
Select product
Selected 0 item(s)
S/ White
S/ Black
S/ Red
S/ Pink
S/ Light Blue
S/ Satin Green
S/ Satin Gray
M/ White
M/ Black
M/ Red
M/ Pink
M/ Light Blue
M/ Satin Green
M/ Satin Gray
L/ White
L/ Black
L/ Red
L/ Pink
L/ Light Blue
L/ Satin Green
L/ Satin Gray
XL/ White
XL/ Black
XL/ Red
XL/ Pink
XL/ Light Blue
XL/ Satin Green
XL/ Satin Gray
2XL/ White
2XL/ Black
2XL/ Red
2XL/ Pink
2XL/ Light Blue
2XL/ Satin Green
2XL/ Satin Gray
3XL/ White
3XL/ Black
3XL/ Red
3XL/ Pink
3XL/ Light Blue
3XL/ Satin Green
3XL/ Satin Gray
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)