Women's Summer Cotton&Linen Pleated Suit

$57.99
Color:  Picture 1
Size:  S
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

Description

  • SPU:
    OWO634711
  • Material:
    Terylene
  • Style:
    Casual/Daily/Boho
  • Element:
    Ruched/Toggle
  • Type:
    Solid Color
  • Elastic:
    Small Elastic
  • Size:
    S/M/L/XL/XXL/XXXL
*The item does not include any accessories in the picture, unless stated otherwise in the product description.

Size chart

SizeShoulderBustWaistSleeve LengthDresses Length
CMINCHCMINCHCMINCHCMINCHCMINCH
S47.0~48.018.50~18.9089.0~90.035.04~35.4365.0~66.025.59~25.9832.0~33.012.60~12.99115.0~116.045.28~45.67
M48.0~49.018.90~19.2991.0~92.035.83~36.2267.0~68.026.38~26.7733.0~34.012.99~13.39116.0~117.045.67~46.06
L49.0~50.019.29~19.6893.0~94.036.61~37.0169.0~70.027.17~27.5634.0~35.013.39~13.78117.0~118.046.06~46.46
XL50.0~51.019.68~20.0895.0~96.037.40~37.8071.0~72.027.95~28.3535.0~36.013.78~14.17118.0~119.046.46~46.85
2XL51.0~52.020.08~20.4797.0~98.038.19~38.5873.0~74.028.74~29.1336.0~37.014.17~14.57119.0~120.046.85~47.24
3XL52.0~53.020.47~20.8799.0~100.038.98~39.3775.0~76.029.53~29.9237.0~38.014.57~14.96120.0~121.047.24~47.64