Fashion is the ultimate way to express your unique style and our latest vintage collection will spoil you for choice. Choose dancing cranes in white on a navy backdrop and turn heads when your enter a room. The cranes are beautifully depicted with detailed feathery wings, red beaks and long elegant shapes in full flight.
This delightful pattern adorns a classic styled vintage dress with a V-neck collar, fitted waist and full-circle flared skirt. All-ladylike – all you! The bodice closes with matching blue buttons. Open the top one to show a hint of cleavage on a night out or keep closed for a formal business look. Cinch in your waist and accentuate your curvy silhouette with a blue belt from our belt range. Vintage dresses with sleeves for women are perfect for our cooler Winter season. Our White Dancing Cranes Dress features sleeves that are three-quarter length.
Slip a few essentials, your mobile phone and car keys into the pockets and you are hands free for a stroll along the boardwalk, a walk through the autumn park or a relaxing sunset cruise on the lake.
BELT NOT INCLUDED - Please see our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1121393",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'1121393',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1121393'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});