A raglan coat is a greatmodern tailoring piece thatis characterized by its raglan sleeves, whichare constructed from one piece, without the shoulder delimitation, which allows them to follow the natural shoulder line. Therefore, it is a versatile piece that will adapt to all body types and is a great bridge between formal and casual.
Our raglan coat features a five-button closure up to the neck, a waist belt and diagonal front welt pockets. A box-pleat at the back finishes the piece.
Composition:100% wool - Loro Piana 'Capolavoro' - 570gsm
Color: Charcoal
Waist belt
Diagonal front welt pockets
Box pleat
Unstructured construction
Fully lined
Made In Italy
We suggest ordering the same sizeas your suit jacket
- '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"670947",
"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:'670947',
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:'670947'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});