Women's Summer Cotton&Linen Cross-Pleated Suit

$48.99
Color:  Light Khaki
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:
    TPS626556
  • Material:
    Terylene
  • Style:
    Casual/Daily/Boho
  • Element:
    Ruched
  • Type:
    Solid Color
  • 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

Size ShoulderBustWaistSleeve LengthBottom Length
CM INCHCM INCHCM INCHCM INCHCM INCH
S 48.0~49.0 18.90~19.2989.0~90.0 35.04~35.4365.0~66.0 25.59~25.9825.0~26.0 9.84~10.24110.0~111.0 43.31~43.70
M 49.0~50.0 19.29~19.6891.0~92.0 35.83~36.2266.0~67.0 25.98~26.3826.0~27.0 10.24~10.63111.0~112.0 43.70~44.09
L 50.0~51.0 19.68~20.0893.0~94.0 36.61~37.0167.0~68.0 26.38~26.7727.0~28.0 10.63~11.02112.0~113.0 44.09~44.49
XL 51.0~52.0 20.08~20.4795.0~96.0 37.40~37.8068.0~69.0 26.77~27.1728.0~29.0 11.02~11.42113.0~114.0 44.49~44.88
2XL 52.0~53.0 20.47~20.8797.0~98.0 38.19~38.5869.0~70.0 27.17~27.5629.0~30.0 11.42~11.81114.0~115.0 44.88~45.28
3XL 53.0~54.0 20.87~21.2699.0~100.0 38.98~39.3770.0~71.0 27.56~27.9530.0~31.0 11.81~12.20115.0~116.0 45.28~45.67