Stay classically cool in this authentic 1940s-style blouse. The design has a slightly loose fit, cinching the waist, and is full of vintage details. It features a revere collar, stylish large statement buttons, short cuffed sleeves and is gathered into the shoulder and back yokes for a beautiful fit. The blouse is made from soft viscose fabric in an ivory colour, and it's easy to style in your own unique way. A wardrobe staple, this blouse teams up beautifully with our high-waisted trousers for a stylish Katharine Hepburn look or skirt for retro glamour. There's nothing more versatile than a statement ivory shirt for work, weekends and dancing!
Available in Ivory, Black, Roseand Sage Green
- Front button closure
- Material: 100%Viscose (This blouse has not been pre-shrunk and will shrink 3% on the first wash.)
- Care:Cool hand wash or Delicate machine wash.
- Size & Fit -
- These blouses run smaller on the arms than the usual Pretty Retro items. We recommend you size up once.
- Lightweight, non-stretchy fabric
- The mode wearing our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1239486",
"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:'1239486',
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:'1239486'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});