Holiday Print Sleeveless Dress

$32.26
$43.26
-25%
Color:  Blue dress
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:MM24080925756

Category: Dress

Pattern:Yes

Thickness:Conventional
Elasticity:Non stretchy
Scenes:Daily/ Holiday /Going Out
Material:Polyester

Season: Spring /Summer/Autumn
Style:Casual
Size Chart:


Dress Size Length Chest Shoulder
cm inch cm inch cm inch
S 82 32.28 88 34.65 29 11.42
M 83 32.68 93 36.61 30 11.81
L 84 33.07 98 38.58 31 12.20
XL 85 33.46 103 40.55 32 12.60
2XL 86 33.86 108 42.52 33 12.99
3XL 87 34.25 113 44.49 34 13.39
4XL 88 34.65 118 46.46 35 13.78
5XL 89 35.04 123 48.43 36 14.17


Shirt Size Length Chest
cm inch cm inch
S 86 33.86 110 43.31
M 87 34.25 114 44.88
L 88 34.65 118 46.46
XL 89 35.04 122 48.03
2XL 90 35.43 126 49.61
3XL 91 35.83 130 51.18
4XL 92 36.22 134 52.76
5XL 93 36.61 138 54.33


Pants Size Length Hip Waist
cm inch cm inch cm inch
S 106 41.73 131 51.57 68 26.77
M 107 42.13 135 53.15 72 28.35
L 108 42.52 139 54.72 76 29.92
XL 109 42.91 143 56.30 80 31.50
2XL 110 43.31 147 57.87 84 33.07
3XL 111 43.70 151 59.45 88 34.65
4XL 112 44.09 155 61.02 92 36.22
5XL 113 44.49 159 62.60 96 37.80