The iconic Mount Fuji towers into the sky, covered in snow, creating a mesmerising sight. Trees bursting with the most delicate pink and white cherry blossoms complete the idyllic scene. Look like a perfect picture when you wear our Audrey Hepburn swing dress.
The style is simple, exuding classic 50’s elegance with a scoop neck and short sleeves that outline the bodice. Vintage dresses with sleeves for women always bring an elegant, ultra-ladylike look! A seam at the waistline gives rise to gentle pleating, allowing the full skirt to flare outwards and swirl around your knees.
This delightful spring-into-summer frock will take you through a day at the office when worn with a slim-fit blazer and into the cocktail hour paired with a seductive Thai raw silk wrap.
- 97% Cotton, 3% Elastane
- Pockets
- Zipper at the back
- Inner Lining Cotton
BELT NOT INCLUDED - Please see our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"549384",
"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:'549384',
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:'549384'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});