Refined Black Belted Sheath Dress with Mandarin Collar

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

The Mooyius dress collection embodies a perfect balance of contemporary elegance and timeless sophistication, crafted for the modern woman who seeks both style and comfort. Made from premium fabrics, these dresses feature a luxurious drape with intricate details that enhance their allure. From subtle floral prints to rich textures, each piece in the collection is designed to make a statement while remaining versatile for various occasions.

  • Material: Made of durable, premium polyester
  • Design: Plain
  • Fit: Loose and comfortable, suitable for all body shapes and sizes
  • Occasion: Suitable for casual outings, work or smart casual wear.
  • Care Instructions: Wash in cold water, air dry, iron at low temperature when necessary
  • Available Sizes:  S, M, L, XL, 2XL
  • Model Information(M):Height:168/66.1, Bust:93.3/36.9, Waist:73.6/28.9, Hip:100.3/39.4
Size Waist  Length Hips
cm inch cm inch cm inch
S 68 26.8  103 40.6  88 34.6 
M 72 28.3  104 40.9  92 36.2 
L 78 30.7  105 41.3  98 38.6 
XL 84 33.1  106 41.7  104 40.9 
2XL 90 35.4  107 42.1  110 43.3 

Ideal for both daytime events and evening soirées, the dresses can be effortlessly paired with elegant accessories to elevate any look. Meticulously tailored for a flattering fit, each design adds a touch of refined glamour, making these dresses an essential addition to your wardrobe.

1
Select product
Selected 0 item(s)
Black/ S(4-6)
Black/ M(8-10)
Black/ L(12-14)
Black/ XL(16)
Black/ 2XL(18)
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)