Verona Dress - Black
Verona Dress - Black
people are viewing this right now
🎉 Queen Rewards Event |
Spend $80 → Save 25% |
Spend $110 → Save 40% |
Spend $130 → Save 50% |
Spend $160 → Save 65%
Product was out of stock.
Product is unavailable.
/** @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);
${data.module_title}
To display this card to customers, you need to go to "Booster & Store Conversion" to turn on the trust enhancement feature.
${item.content.replaceAll("{store_name}","vondiva")}
To display this card to customers, you need to go to "Booster & Store Conversion" to turn on the trust enhancement feature.
Model wears Size ${data.size}
Height · Weight ·
THE VERONA DRESS - BLACK
Romantic, striking and endlessly elegant, Verona is the statement piece designed for golden evenings abroad, long lunches by the water and unforgettable moments under the sun. A timeless silhouette with modern femininity, she is equally suited to elevated occasions and destination escapes alike.
Crafted from our signature premium stretch cotton sateen, Verona offers a structured yet comfortable fit that flatters beautifully. Featuring a hand-crafted floral appliqué bodice, this piece is designed to turn heads while remaining refined and wearable. The strapless neckline is finished with an invisible gel strip along the top of the bust for added security, while built-in bust padding provides shape and confidence with ease.
Fully lined for a smooth and luxurious feel, Verona falls into a full sweeping skirt that moves beautifully with every step. She is completed with an invisible back zip closure for a seamless finish.
From sunset dinners on the Amalfi Coast to celebrations closer to home, Verona is the dress you'll reach for when the moment calls for something unforgettable.
| Bust | Waist | Length (Middle Front Top Of Flower) |
|---|
XXS AU/UK 4 US 0 | 80 cm 31.50 in | 62 cm 24.41 in | 124.2 cm 48.90 in |
XS AU/UK 6 US 2 | 84 cm 33.07 in | 66 cm 25.98 in | 125.4 cm 49.37 in |
S AU/UK 8 US 4 | 88 cm 34.65 in | 70 cm 27.56 in | 126.6 cm 49.84 in |
M AU/UK 10 US 6 | 92 cm 36.22 in | 74 cm 29.13 in | 127.8 cm 50.31 in |
L AU/UK 12 US 8 | 96 cm 37.80 in | 78 cm 30.71 in | 129 cm 50.79 in |
XL AU/UK 14 US 10 | 100 cm 39.37 in | 82 cm 32.28 in | 130.2 cm 51.26 in |
XXL AU/UK 16 US 12 | 104 cm 40.94 in | 86 cm 33.86 in | 131.4 cm 51.73 in |
3XL AU/UK 18 US 14 | 108 cm 42.52 in | 90 cm 35.43 in | 132.6 cm 52.20 in |
4XL AU/UK 20 US 16 | 112 cm 44.09 in | 94 cm 37.01 in | 133.8 cm 52.68 in |
5XL AU/UK 22 US 18 | 116 cm 45.67 in | 98 cm 38.58 in | 135 cm 53.15 in |