Momocco Coastal Chic 2-Piece Set - V-Neck Linen-Textured Tunic & Wide-Leg Pants Lounge Set

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

The Art of Effortless Living

"Linen aesthetic meets modern convenience."

  • Zero-Iron Linen Texture: Get the high-end look without the high-maintenance wrinkles.
  • Sculpted Comfort: Flattering V-neckline and elastic high-waist designed for all body types.
  • Summer-Ready Breathability: Specially woven to keep you cool during the hottest coastal days.

Product Details

Material Premium Linen-Feel Chiffon (95% Polyester)
Set Includes Short-Sleeve V-Neck Tunic & Wide-Leg Trousers
Features Elastic Waist, Side Pockets, Wrinkle-Resistant
Occasions Vacation, Daily Chic, Casual Business, Loungewear

Size Guide (Inches)

Find your perfect fit with our detailed measurements.

Size Bust Top Length Waist Pants Length
S 42.5" 26.4" 26.0" 40.6"
M 44.5" 26.8" 28.0" 40.9"
L 46.5" 27.2" 29.9" 41.3"
XL 48.4" 27.6" 31.9" 41.7"
XXL 50.4" 28.0" 33.9" 42.1"
3XL 52.4" 28.3" 35.8" 42.5"

*Note: Measurements are taken manually, please allow 0.5-1 inch difference.

Machine Wash Cold | Tumble Dry Low | Do Not Bleach

1
Select product
Selected 0 item(s)
S/ Green
S/ Blue
S/ White
S/ Black
S/ Apricot
S/ Red
M/ Green
M/ Blue
M/ White
M/ Black
M/ Apricot
M/ Red
L/ Green
L/ Blue
L/ White
L/ Black
L/ Apricot
L/ Red
XL/ Green
XL/ Blue
XL/ White
XL/ Black
XL/ Apricot
XL/ Red
2XL/ Green
2XL/ Blue
2XL/ White
2XL/ Black
2XL/ Apricot
2XL/ Red
3XL/ Green
3XL/ Blue
3XL/ White
3XL/ Black
3XL/ Apricot
3XL/ Red
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)