Women's Elegant Halter Neck Pleated Mini Dress - Silk-Touch Loose Flowy Party Swing Dress

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

Timeless Sophistication: The Pleated Halter Dress

Redefine your summer wardrobe with our Pleated Halter Swing Dress. Featuring an exquisite accordion-pleated neckline and a dramatic, voluminous silhouette, this dress captures the essence of "Quiet Luxury." It’s designed for the woman who loves to make a statement through minimalist elegance and fluid movement.

Why This Is A Must-Have:

  • Sculpted Halter Neck: Beautifully frames your shoulders and elongates the neck for a graceful, statuesque look.
  • Unrivaled Comfort: The oversized swing fit offers total freedom of movement—perfect for dancing or warm-weather travels.
  • Lustrous Finish: Made from a premium blend that mimics the soft glow and touch of silk, ensuring you look expensive at every angle.
  • The Perfect Camouflage: Effortlessly skims over the midsection and hips, offering a flattering look for all silhouettes, including maternity.
  • Multi-Occasion Appeal: Ideal for cocktail parties, beach resorts, bridal showers, or upscale daily wear.

Product Details:

  • Material: 90%-95% High-Grade Polyester (Silk-touch finish)
  • Style: Pleated Halter / A-Line Swing
  • Closure: Self-tie back neck for an adjustable fit
  • Length: Mid-thigh / Mini
  • Features: Wrinkle-resistant, lightweight, non-stretch flowy drape

Size Chart (Inches):

Size US Size Bust Waist Hips
XS 0 - 2 33.5" 26" 35"
S 4 - 6 35.5" 28" 37"
M 8 - 10 37.5" 30" 39"
L 12 - 14 39.5" 32" 41"
XL 16 - 18 41.5" 34" 43"

* Note: This dress features a loose fit design. If you are between sizes and prefer a less voluminous look, we recommend sizing down.

Care Instructions:

Hand wash cold recommended or machine wash in a laundry bag. Hang to dry. Steam ironing suggested to maintain the pleats.

1
Select product
Selected 0 item(s)
XS/ apricot
XS/ Dark green
XS/ black
XS/ khaki
XS/ grey
S/ apricot
S/ Dark green
S/ black
S/ khaki
S/ grey
M/ apricot
M/ Dark green
M/ black
M/ khaki
M/ grey
L/ apricot
L/ Dark green
L/ black
L/ khaki
L/ grey
XL/ apricot
XL/ Dark green
XL/ black
XL/ khaki
XL/ grey
2XL/ apricot
2XL/ Dark green
2XL/ black
2XL/ khaki
2XL/ grey
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)