Women's Minimalist Linen Blend Halter Neck Sleeveless Maxi Dress MDZ2210A0Y

$49.99
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
Size
LENGTHBUSTSHOULDERWAISTHIP
XS0-253.137.415.729.537.4
S4-653.939.416.131.539.4
M8-1054.741.316.533.541.3
L12-1455.543.316.935.443.3
XL16-1856.345.317.337.445.3
2XL20-2257.147.217.739.447.2

Sizes can vary from 2-3 centimeters because they are measured by hand. 1inch=2.54cm
The size matched on a label can differ from the one you have ordered

 

Product Name: Women’s Minimalist Linen Blend Halter Neck Sleeveless Maxi Dress

Description:
A breezy minimalist maxi dress made from a breathable linen blend, featuring a halter neckline and sleeveless silhouette for effortless summer elegance.

Product Features:

  • Linen blend fabric

  • Halter neck design

  • Sleeveless cut

  • Maxi length silhouette

Fabric: Linen blend
Fit: Regular fit
Neckline: Halter neck
Sleeve Length: Sleeveless
Dress Length: Maxi length

Styling Suggestions:
Pair with flat sandals for casual days, or elevate with wedges and minimalist jewelry for a chic vacation look.

Suitable Seasons: Spring, summer
Occasions: Daily wear, vacations, casual outings, beach days

1
Select product
Selected 0 item(s)
Black/ XS
Black/ S
Black/ M
Black/ L
Black/ XL
Black/ 2XL
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)