Women's Oatmeal Linen Dress With Mandarin Collar & Dolman Sleeves, Timeless Resort-Casual Style Dress MDZ0552B1I

$29.99
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
Size
LENGTH BUST SHOULDER SLEEVES WAIST HIP
XS 0-2 53.1 37.4 15.7 21.7 29.5 37.4
S 4-6 53.9 39.4 16.1 22.0 31.5 39.4
M 8-10 54.7 41.3 16.5 22.4 33.5 41.3
L 12-14 55.5 43.3 16.9 22.8 35.4 43.3
XL 16-18 56.3 45.3 17.3 23.2 37.4 45.3
2XL 20-22 57.1 47.2 17.7 23.6 39.4 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

 

Product Name
Women’s Oatmeal Linen Dress With Mandarin Collar & Dolman Sleeves, Timeless Resort-Casual Style Dress

Product Description
A soft oatmeal linen dress with a mandarin collar and dolman sleeves. It offers a timeless resort-casual vibe with relaxed fit and airy silhouette.

Product Features

  • Linen Fabric
  • Mandarin Collar
  • Dolman Sleeves
  • Oatmeal Color
  • Relaxed Fit
  • Resort-Casual Style

Fabric
40% cotton + 55% linen

Fit
Loose Fit

Neckline
High Neck

Sleeve Length
Short Sleeve

Skirt Length
Maxi

Styling Suggestions
Pair With Sandals Or Woven Tote For A Laid-Back Resort Look

Suitable Seasons
All Season

Occasions
Casual, Daytime, Vacation

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