Women's Minimalist Cotton And Linen Patchwork Single-breasted Stand-up Collar Long-sleeved Maxi Dress MDA0658K6Y

$64.95
$125.95
Save $61.00
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

Product Name: Women’s Minimalist Cotton And Linen Patchwork Single-breasted Stand-up Collar Long-sleeved Maxi Dress

Description:
A refined minimalist maxi dress crafted from a cotton and linen blend, featuring patchwork detailing and a single-breasted stand-up collar for an elegant, natural look.

Product Features:

  • Cotton and linen blend fabric for breathability and comfort

  • Patchwork design adds subtle visual interest

  • Single-breasted front with a clean, structured feel

  • Stand-up collar enhances a polished silhouette

  • Maxi length for a graceful, elongated look

Fabric: Cotton and linen blend
Fit: Relaxed straight fit
Neckline: Stand-up collar
Sleeve Length: Long sleeves
Dress Length: Maxi length

Styling Suggestions:
Style with flats or ankle boots for an effortless everyday look, or add a belt and minimalist jewelry for a more refined outfit.

Suitable Seasons: Spring, autumn
Occasions: Daily wear, casual outings, work, travel

INCHES
Size
LENGTH BUST SHOULDER SLEEVES WAIST
XS 0-2 55.9 35.0 15.2 23.6 29.1
S 4-6 56.7 37.0 15.7 24.0 31.1
M 8-10 57.5 39.0 16.1 24.4 33.1
L 12-14 58.3 40.9 16.6 24.8 35.0
XL 16-18 59.1 42.9 17.1 25.2 37.0
2XL 20-22 59.8 44.9 17.6 25.6 39.0

 ↵ ↵ 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
Blue/ XS
Blue/ S
Blue/ M
Blue/ L
Blue/ XL
Blue/ 2XL
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)