Women's Sports Cotton Blend Half-high Collar Zipper Loose Maxi Dress MDA3197G9Y

$29.99
$173.95
Save $143.96
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
Size
LENGTH SHOULDER BUST WAIST SLEEVE LENGTH HIP
XS 0-2 50.8 14.2 31.5 26.4 22.8 36.2
S 4-6 51.6 14.7 33.5 28.3 23.2 38.2
M 8-10 52.4 15.2 35.4 30.3 23.6 40.2
L 12-14 53.1 15.6 37.4 32.3 24.0 42.1
XL 16-18 53.9 16.1 39.4 34.3 24.4 44.1
2XL 20-22 54.7 16.6 41.3 36.2 24.8 46.1

 ↵ ↵ 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 Sports Cotton Blend Half-high Collar Zipper Loose Maxi Dress

Product Description:
This loose maxi dress is crafted from a breathable cotton blend, featuring a half-high collar with zipper closure for adjustable comfort and sporty style.

Product Features:

  • Breathable cotton blend fabric
  • Loose fit for relaxed comfort
  • Half-high collar with zipper for adjustable neckline
  • Maxi length for elegant coverage
  • Sporty yet casual design

Fabric:
Soft, breathable cotton blend

Fit:
Loose and comfortable

Neckline:
Half-high collar with zipper

Sleeve Length:
Long sleeves

Skirt Length:
Maxi

Styling Suggestions:
Pair with sneakers or sandals for a casual sporty look.

Suitable Seasons:
Spring, Summer, Fall

Occasions:
Casual outings, sports, leisure activities

1
Select product
Selected 0 item(s)
Black/ XS
Black/ S
Black/ M
Black/ L
Black/ XL
Black/ 2XL
Ivory White/ XS
Ivory White/ S
Ivory White/ M
Ivory White/ L
Ivory White/ XL
Ivory White/ 2XL
Royal Blue/ XS
Royal Blue/ S
Royal Blue/ M
Royal Blue/ L
Royal Blue/ XL
Royal 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)