Women's Christmas-Themed Contrasting Color Rose Beaded Embroidered Dress 9557

$38.89
$66.48
Save $27.59
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

Description

Exquisite fabric: 70% Cotton , 20% Nylon 10% Spandex

Please note that differences in color or texture are inherent to the product itself. This piece was created by our designer for the theme of 'Christmas' and the design is unique and elegant. In order to present the colors as accurately as possible, we shot in daylight, but the design and color may vary slightly due to lighting.

  • size guide:

    Size
    US
    UK
    EUR
    BustShoulder
    cminchcminch
    S610369838.64015.7
    M8123810340.64116.1
    L10144010842.54216.5
    XL12164211344.54316.9
    2XL14184411846.54417.3
    3XL16204612348.44517.7
    4XL18224812850.44618.1
    5XL20245013352.44718.5

    Ladies Bust

    Measure at the fullest part of your bust, by placing the tape measure under your arms and across your shoulder blades. Remember to breathe out when taking this measurement.

    Waist

    Decide where you want your trousers to sit (on the hips, above the hips) and measure at this position. Ensure that the tape is horizontal to the ground.

    Hip

    Measure around the fullest part of your bottom, about 20cm below your natural waist, at the top of your legs.

1
Select product
Selected 0 item(s)
S
M
L
XL
2XL
3XL
4XL
5XL
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)