Bohemian holiday cotton floral dress
Bohemian holiday cotton floral dress
Bohemian holiday cotton floral dress
Bohemian holiday cotton floral dress
Bohemian holiday cotton floral dress
Bohemian holiday cotton floral dress
Bohemian holiday cotton floral dress
Bohemian holiday cotton floral dress
Bohemian holiday cotton floral dress
Bohemian holiday cotton floral dress
Bohemian holiday cotton floral dress
Bohemian holiday cotton floral dress
2 / 6

Bohemian holiday cotton floral dress

Color - Red
Please select a color
Size
Please select a size
Price
$27.99
$27.99

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);

SPU:E0YDR6Q622F

Pattern Type:Floral

Sleeve Type:Sleeveless

Material:Cotton

Style:Casual,Boho,Holiday

Theme:Spring/Fall,Summer

Color:Green,Khaki,Blue,Gray,Red

Size:S,M,L,XL,XXL,3XL,4XL,5XL

Hem Width (cm):S:201, M:206, L:211, XL:216, XXL:221, 3XL:226, 4XL:231, 5XL:236

Shoulder (cm):S:37, M:38, L:39, XL:40, XXL:41, 3XL:42, 4XL:43, 5XL:44

Length (cm):S:125, M:126, L:127, XL:128, XXL:129, 3XL:130, 4XL:131, 5XL:132

Waist (cm):S:99, M:104, L:109, XL:114, XXL:119, 3XL:124, 4XL:129, 5XL:134

Bust (cm):S:89, M:94, L:99, XL:104, XXL:109, 3XL:114, 4XL:119, 5XL:124

Size Chart

Size Hem Width Shoulder Length Waist Bust
cm inch cm inch cm inch cm inch cm inch
S 201 79.1 37 14.6 125 49.2 99 39 89 35
M 206 81.1 38 15 126 49.6 104 40.9 94 37
L 211 83.1 39 15.4 127 50 109 42.9 99 39
XL 216 85 40 15.7 128 50.4 114 44.9 104 40.9
XXL 221 87 41 16.1 129 50.8 119 46.9 109 42.9
3XL 226 89 42 16.5 130 51.2 124 48.8 114 44.9
4XL 231 90.9 43 16.9 131 51.6 129 50.8 119 46.9
5XL 236 92.9 44 17.3 132 52 134 52.8 124 48.8