Women's Black And White Patterned Stretch Blend Wrap Dress MDA1295K1AP

$58.99
$219.95
Save $160.96
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
Size
SHOULDERBUSTWAISTLENGTHSLEEVES
XS0-214.031.524.854.322.8
S4-614.533.526.855.123.2
M8-1015.035.428.755.923.6
L12-1415.437.430.756.724.0
XL16-1815.939.432.757.524.4
2XL20-2216.441.334.658.324.8

 ↵ ↵ 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 High-Neck Long Sleeve Floral Print Maxi Dress

Product Description:

This elegant maxi dress features a sophisticated high neckline and a striking black-and-white floral print. Designed with a fitted upper body and a beautifully flowing skirt, it offers a refined and feminine silhouette suitable for formal and upscale occasions.

Product Features:

  • High neckline for a polished, refined look
  • All-over black-and-white floral print
  • Long fitted sleeves for elegant coverage
  • Tailored waistline that enhances the figure
  • Flowing maxi skirt for graceful movement

Fabric:

Smooth woven fabric

Fit:

Fitted bodice with a flowy maxi skirt

Neckline:

High neckline

Sleeve Length:

Long sleeves

Skirt Length:

Maxi

Styling Suggestions:

Pair with gold heels and a structured clutch for formal events, or style with understated jewelry for an elegant evening look.

Suitable Seasons:

Spring, Autumn, Winter

Occasions:

Formal gatherings, evening events, galas, upscale dinners

 

1
Select product
Selected 0 item(s)
Black and white pattern/ XS
Black and white pattern/ S
Black and white pattern/ M
Black and white pattern/ L
Black and white pattern/ XL
Black and white pattern/ 2XL
Red/ XS
Red/ S
Red/ M
Red/ L
Red/ XL
Red/ 2XL
Blue/ XS
Blue/ S
Blue/ M
Blue/ L
Blue/ XL
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)