Women's Solid Color Fashion Leisure Suit Two-piece Set Suit

$27.99 $33.99 Save $6.00
Color:  Orange
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-1651799308132').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);
Share the love
Free worldwide shipping over $35
Ship within 8-24 hours after payment.
Fast refund for any dissatisfaction within 30 days, 100% money-back guarantee.
Secure payments: Payment via PayPal® and credit card.

Description

  • Material:Cotton and linen/Polyester
  • Pattern Type:Geometry/Plain/Solid Color
  • Sleeve Type:Short Sleeve
  • Style:Retro/Abstract/Casual/Vacation
  • Neckline:Round neck
  • Silhouette:Type H
  • Process:Digital printing/Conventional
  • Theme:Spring/Summer/Autumn
  • Occasion:Daily/Vacation
  • Fit:Loose
*The item does not include any accessories in the picture, unless stated otherwise in the product description.

Size chart

Size Bust Waist Hip Length Bottom Length
CM INCH CM INCH CM INCH CM INCH CM INCH
S 108 42.52 60.0 23.62 116.0 45.67 50.0 19.68 82.5 32.48
M 112 44.09 64.0 25.20 120.0 47.24 51.0 20.08 84.0 33.07
L 116 45.67 68.0 26.77 124.0 48.82 52.0 20.47 85.5 33.66
XL 120 47.24 72.0 28.35 128.0 50.39 53.0 20.87 87.0 34.25
2XL 124 48.82 76.0 29.92 132.0 51.97 54.0 21.26 88.5 34.84
3XL 128 50.39 80.0 31.50 136.0 53.54 55.0 21.65 90.0 35.43
4XL 132 51.97 84.0 33.07 140.0 55.12 56.0 22.05 91.5 36.02
5XL 136 53.54 88.0 34.65 144.0 56.69 57.0 22.44 93.0 36.61