Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress
Loose Cotton And Linen Casual Plain Dress

Loose Cotton And Linen Casual Plain Dress

Price

$59.99 $30.99
Save $29.00
Free shipping

color - Gray

Please select a color

size

Please select a size

Quantity

SKU:MX2404093-Gray-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

Sleeve Length:Short sleeve

Dress Length:Midi

Edition type:Loose

Accessories:No

Elasticity:No Elasticity

Waistlines:Natural

Silhouette:H-Line

Dress type:Others

Thickness:Regular

Size Type:Regular Size

Activity:Daily

Material:Cotton

Neckline:Square neck

Feature:Breathable

Pattern:Plain

Theme:Summer

Style:Linen

Color:Light Khaki,Black,Gray

Size:S,M,L,XL,XXL

Fabric:Cotton100%

Cuff:XS:30,S:31,M:32,L:33.5,XL:35,XXL:36.5,3XL:38,4XL:39.5,5XL:41

Size Chart

Size Sleeve Length Hem Width Shoulder Length Waist Bust
cm inch cm inch cm inch cm inch cm inch cm inch
S 14.5 5.7 286 112.6 38 15 116 45.7 98 38.6 96 37.8
M 15 5.9 290 114.2 39 15.4 117.5 46.3 102 40.2 100 39.4
L 15.5 6.1 296 116.5 40.6 16 119 46.9 108 42.5 106 41.7
XL 16 6.3 302 118.9 42.2 16.6 120.5 47.4 114 44.9 112 44.1
XXL 16.5 6.5 308 121.3 43.8 17.2 122 48 120 47.2 118 46.5