Vintage sardine print suspender dress

$35.99
$57.00
-37%
Color:  Red
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);

وصف

SKU: 6624071621514
Material: Polyester
Thickness: normal
Size : S-3XL
Popular elements: Printing
Style type: fashion casual
Suitable season: spring,autumn,summer
crowd: women
Product Type: Dress
The size is measured by hand, there may be 2-3cm difference due to manual measurement.

Size chart:

Size Chest Length Waist
cm inch cm inch cm inch
S 87 34.3 130 51.18 67 26.4
M 91 35.8 131 51.57 71 28.0
L 95 37.4 132 51.97 75 29.5
XL 99 39.0 133 52.36 79 31.1
2XL 103 40.6 134 52.76 83 32.7
3XL 107 42.1 135 53.15 87 34.3

Skirt sizechart

Size Length Waist
cm inch cm inch
S 95 37.40 66 25.98
M 96 37.80 70 27.56
L 97 38.19 74 29.13
XL 98 38.58 78 30.71
2XL 99 38.98 82 32.28
3XL 100 39.37 86 33.86
4XL 101 39.76 90 35.43
5XL 102 40.16 94 37.01

Dress1 sizechart

Size Chest Length
cm inch cm inch
S 86 33.9 82 32.28
M 90 35.4 83 32.68
L 94 37.0 84 33.07
XL 98 38.6 85 33.46
2XL 102 40.2 86 33.86
3XL 106 41.7 87 34.25

Dress2 sizechart

Size Chest Length
cm inch cm inch
S 106 41.7 86 33.86
M 110 43.3 87 34.25
L 114 44.9 88 34.65
XL 118 46.5 89 35.04
2XL 122 48.0 90 35.43
3XL 126 49.6 91 35.83