Women's Grey Breathable Chiffon Set With Cold-Shoulder Detail & Flared Silhouette, Contemporary Luxury-Feminine Style Set MDZ2651B6I

$29.99
$64.98
Save $34.99
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
Size
TOP LENGTH BUST SHOULDER BOTTOM LENGTH WAIST HIP
XS 0-2 25.6 33.5 14.2 38.6 25.6 37.4
S 4-6 26.4 35.4 15.0 39.4 27.6 39.4
M 8-10 27.2 37.4 15.7 40.2 29.5 41.3
L 12-14 28.0 39.4 16.5 40.9 31.5 43.3
XL 16-18 28.7 41.3 17.3 41.7 33.5 45.3
2XL 20-22 29.5 43.3 18.1 42.5 35.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 Grey Breathable Chiffon Set With Cold-Shoulder Detail & Flared Silhouette, Contemporary Luxury-Feminine Style Set

Product Description
A grey chiffon set featuring a cold-shoulder detail and a flared silhouette. It offers a contemporary luxury-feminine look with a flowing, wide-leg pants.

Product Features

  • Chiffon Fabric
  • Cold-Shoulder Detail
  • Flared Silhouette
  • Wide-Leg Pants
  • Grey Color
  • Lightweight & Breathable

Fabric
Grey Chiffon Fabric

Fit
Relaxed

Neckline
Cold-Shoulder

Sleeve Length
Short Sleeves 

Styling Suggestions
Pair With Strappy Sandals And Delicate Jewelry For Evening

Suitable Seasons
All Season

Occasions
Romantic, Evening, Event

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