Women's Cotton Linen Dress Casual Dress Shift Dress Midi Dress
Women's Cotton Linen Dress Casual Dress Shift Dress Midi Dress
Women's Cotton Linen Dress Casual Dress Shift Dress Midi Dress
Women's Cotton Linen Dress Casual Dress Shift Dress Midi Dress
Women's Cotton Linen Dress Casual Dress Shift Dress Midi Dress
Women's Cotton Linen Dress Casual Dress Shift Dress Midi Dress
Women's Cotton Linen Dress Casual Dress Shift Dress Midi Dress
Women's Cotton Linen Dress Casual Dress Shift Dress Midi Dress

Women's Cotton Linen Dress Casual Dress Shift Dress Midi Dress

Price

$63.99 $30.99
Save $33.00
Free shipping

color - Black

Please select a color

size

Please select a size

Quantity

SKU:MX2404015-Black-S
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

Product Details


Decoration/Process:Lace

Sleeve Length:Half Sleeve

Edition type:Loose

Dress Length:Short

Accessories:No

Waistlines:High Waist

Elasticity:No Elasticity

Silhouette:H-Line

Dress type:Shift and Shelf Dress

Thickness:Regular

Size Type:Regular Size

Activity:Daily

Neckline:V neck

Material:Linen

Pattern:Plain

Style:Casual

Theme:Summer

Color:Yellow,White,Black,Blue

Size:XS,S,M,L,XL,XXL

Fabric:Cotton45%; Linen55%

Cuff:XS:31.2,S:32,M:32.8,L:34.1,XL:35.4,XXL:36.7,3XL:38,4XL:39.3,5XL:40.6

Size Chart

Size Sleeve Length Hem Width Shoulder Length Waist Bust
cm inch cm inch cm inch cm inch cm inch cm inch
XS 37 14.6 113 44.5 38.5 15.2 97.5 38.4 90 35.4 95 37.4
S 37.5 14.8 117 46.1 39.5 15.6 99 39 94 37 99 39
M 38 15 121 47.6 40.5 15.9 100.5 39.6 98 38.6 103 40.6
L 38.5 15.2 127 50 42.1 16.6 102 40.2 104 40.9 109 42.9
XL 39 15.4 133 52.4 43.7 17.2 103.5 40.7 110 43.3 115 45.3
XXL 39.5 15.6 139 54.7 45.3 17.8 105 41.3 1