Buy $69.98 Free shipping

🔥HOT-SALE 49%-OFF🔥Un nuevo vestido estampado

$34.99
$59.99
Save $25.00
PRINT COLOR
SIZE
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);
Description

Description

¡Este vestido midi tipo kimono estampado será tu nuevo favorito del fin de semana! ¡Es luminoso, cómodo y aireado!


Combínalo con bisutería y sandalias para disfrutar de tus vacaciones con el mejor estilo.

✅Tejido ligero
✅Material ligeramente brillante, muy agradable al tacto.
✅Dividido para mostrar las piernas
✅Elegante escote en V 
✅Corte de manga kimono
✅Con cintura ceñida hacia atrás

✅El estilo luce elegante y caro.

GUÍA DE TAMAÑO DEL CUERPO

Tamaño (pulgadas) Nuestro tamaño Tamaño de UK Busto Cintura Cadera
S 6 6-9 38 27 36
M 8 11 40 29 38
L 10 13 42 31 40
XL 12-14 15-17 44 33 42
2XL 14-16 18-20 46 35 44
3XL 16-18 20-23 48 37 46
4XL 18-20 23-26 50 39 48
5XL 20-22 26-30 52 41 50

 

Tamaño (cm) Nuestro tamaño Tamaño de UK Busto (cm) Cintura Cadera
S 6 6-9 97 69 91
M 8 11 102 74 96
L 10 13 107 79 101
XL 12-14 15-17 112 84 106
2XL 14-16 18-20 117 89 111
3XL 16-18 20-23 122 94 116
4XL 18-20 23-26 127 99 121
5XL 20-22 26-30 132 104 126