Stylish Print Resort Style Two-Piece Set

$45.99
$65.00
-29%
Color:  Pink
Size:  S
/** @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:6624081526743
Material:Polyester
Thickness:normal
Size :S-5XL
Popular elements:Printing
Style type:fashion casual
Suitable season:spring,autumn,summer
crowd:women
Product Type:two-piece set
The size is measured by hand, there may be 2-3cm difference due to manual measurement.

Size chart:

SizeChestTop LengthPants LengthWaist
cminchcminchcminchcminch
S11645.77629.923413.396626.0
M12047.27730.313513.787027.6
L12448.87830.713614.177429.1
XL12850.47931.103714.577830.7
2XL13252.08031.503814.968232.3
3XL13653.58131.893915.358633.9
4XL14055.18232.284015.759035.4
5XL14456.78332.684116.149437.0

Men's Shirts sizechart

Size Chest Length
cm inch cm inch
S 108 42.5  74 29.13 
M 112 44.1  75 29.53 
L 116 45.7  76 29.92 
XL 120 47.2  77 30.31 
2XL 124 48.8  78 30.71 
3XL 128 50.4  79 31.10 
4XL 132 52.0  80 31.50 
5XL 136 53.5  81 31.89 

Dress1 sizechart

Size Chest Length
cm inch cm inch
S 87 34.3  128 50.39 
M 91 35.8  129 50.79 
L 95 37.4  130 51.18 
XL 99 39.0  131 51.57 
2XL 103 40.6  132 51.97 
3XL 107 42.1  133 52.36 
4XL 111 43.7  134 52.76 
5XL 115 45.3  135 53.15 

Dress2 sizechart

Size Chest Length
cm inch cm inch
S 86 33.9  67 26.38 
M 90 35.4  68 26.77 
L 94 37.0  69 27.17 
XL 98 38.6  70 27.56 
2XL 102 40.2  71 27.95 
3XL 106 41.7  72 28.35 
4XL 110 43.3  73 28.74 
5XL 114 44.9  74 29.13 

Women's Shirts sizechart

Size Chest Length
cm inch cm inch
S 98 38.6  67 26.38 
M 104 40.9  68 26.77 
L 110 43.3  69 27.17 
XL 116 45.7  70 27.56 
2XL 122 48.0  71 27.95 
3XL 128 50.4  72 28.35 
4XL 134 52.8  73 28.74 
5XL 140 55.1  74 29.13