Linen /Cotton Cross Apron Dress

$35.63
$56.97
-37%
Size:  S
Color:  White
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

FIT and SIZE:

model is wearing white&beige color linen dress in size S and is 172 cm/5'8" tall.
Sku : 21042201

SIZE S

*BODY:
Bust: fits bust around 34”-36”/ 88-92 cm
Waist: fits waist around 26”-28”/ 68-72 cm
Hips: fits hips around 35”-37”/ 90-94 cm

*GARMENT:
Front width: +/- 16.5"/42 cm
Waist stretch: +/- 20.4"/52 cm
Hips: +/- 29.5"/75 cm
Skirt length: +/- 29.9"/76 cm

SIZE M

*BODY:
Bust: fits bust around 36”-38”/ 92-96 cm
Waist: fits waist around 28”-30”/ 72-76 cm
Hips: fits hips around 37”-38”/ 94-98 cm

*GARMENT:
Front width: +/- 17.3"/44 cm
Waist stretch: +/- 21.6"/55 cm
Hips: +/- 30.7"/78 cm
Skirt length: +/- 29.9"/76 cm

SIZE L

*BODY:
Bust: fits bust around 38”-39”/ 96-100 cm
Waist: fits waist around 30”-31”/76-80 cm
Hips: fits hips around 38”-40”/ 98-102 cm

*GARMENT:
Front width: +/- 18.1"/46 cm
Waist stretch: +/- 22.8"/58 cm
Hips: +/- 31.8"/81 cm
Skirt length: +/- 29.9"/76 cm

SIZE XL

*BODY
Bust: fits bust around 39''-42''/ 100-108 cm
Waist: fits waist around 31''-35'' / 80-90 cm
Hips: fits hips around 40''-43'' / 102-110 cm

*GARMENT:
Front width: +/- 18.9"/48 cm
Waist stretch: +/- 24"/61 cm
Hips: +/- 33"/84 cm
Skirt length: +/- 29.9"/76 cm

SIZE XXL

*BODY:
Bust: fits bust around 42”-45”/ 108-116 cm
Waist: fits waist around 35”-37”/ 90-94 cm
Hips: fits hips around 43”-46”/ 110-118 cm

*GARMENT:
Front width: +/- 19.6"/50 cm
Waist stretch: +/- 25.2"/64 cm
Hips: +/- 34.2"/87 cm
Skirt length: +/- 29.9"/76 cm