Cross Back Bow-tie /Lace Up Linen Dress

$39.89
$67.20
-41%
Color:  Pink
Size:  m
Quantity
/** @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);

Description

SKU: 21051001


Category: Dress

Skirt length:Long skirt

Crop:Conventional cropping

elasticity:Non-stretchy

Scenes:Daily Holiday Going Out

season:Spring Summer Autumn

style:Casual

Please Check The Waistline measurement  carefully  

Sizes are all mearsured by hand  , There might be 2-3cm difference according to manual measurement.

Please Check the Size Form Before you make the  order 

Size Chart:

Size Waist Length
cm inch cm inch
S 72 28.3  96 37.80 
M 74 29.1  97 38.19 
L 76 29.9  98 38.58 
XL 78 30.7  99 38.98 
2XL 80 31.5  100 39.37 

 

  • S (US 4, UK 8, FR/BE 36, AU/NZ 8)

    Recommended size of BODY

    Bust: 33 in | 84 cm
    Waist: 26 in | 66 cm
    Hips: 35,4 in | 90 cm
  • - M (US 6, UK 10, FR/BE 38, AU/NZ 10)

    Recommended size of BODY

    Bust: 34,6 in | 88 cm
    Waist: 27,5 in | 70 cm
    Hips: 37 in | 94 cm
  • L (US 8, UK 12, FR/BE 40, AU/NZ 12)

    Recommended size of BODY

    Bust: 36,2 in | 92 cm
    Waist: 29 in | 74 cm
    Hips: 38,6 in | 98 cm
  • XL (US 10, UK 14, FR/BE 42, AU/NZ 14) *

    Recommended size of BODY

    Bust: 38 in | 96 cm
    Waist: 31 in | 78 cm
    Hips: 40,2 in | 102 cm

So on .......