Women's White Linen Fabric Sleeveless Midi Dress With Round Neck & Asymmetric Hem MDZ0987B9T

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

Product Name
Women's White Linen Fabric Sleeveless Midi Dress With Round Neck & Asymmetric Hem

Product Description
A clean white linen midi dress with a sleeveless design, round neck, and an asymmetric, high-low hem for a modern, airy look.

Product Features

  • Linen Fabric
  • Sleeveless
  • Round Neck
  • Asymmetric Hem
  • Midi Dress

Fabric
Linen Fabric

Fit
Regular

Neckline
Round Neck

Sleeve Length
Sleeveless

Skirt Length
Midi

Styling Suggestions
Pair with breeze sandals and minimal jewelry for a fresh day-to-evening style. Add a clutch to complete the outfit.

Suitable Seasons
Spring, Summer

Occasions
Casual, Daytime, Evening

INCHES
Size
LENGTH BUST SHOULDER WAIST HIP
XS 0-2 44.1 37.4 15.4 34.6 37.4
S 4-6 44.9 39.4 15.7 36.6 39.4
M 8-10 45.7 41.3 16.1 38.6 41.3
L 12-14 46.5 43.3 16.5 40.6 43.3
XL 16-18 47.2 45.3 16.9 42.5 45.3
2XL 20-22 48.0 47.2 17.3 44.5 47.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

 

1
Select product
Selected 0 item(s)
White/ XS
White/ S
White/ M
White/ L
White/ XL
White/ 2XL
Warm yellow/ XS
Warm yellow/ S
Warm yellow/ M
Warm yellow/ L
Warm yellow/ XL
Warm yellow/ 2XL
Green/ XS
Green/ S
Green/ M
Green/ L
Green/ XL
Green/ 2XL
Navy blue/ XS
Navy blue/ S
Navy blue/ M
Navy blue/ L
Navy blue/ XL
Navy blue/ 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)