The W10 is our take on the classic 1950's Type II jackets, but with our own unique DNA and signature detailing, as can be seen by the acorn chest pockets. We have kept the boxy cut but made it slightly longer to adapt to a more modern fit.
We have used a gorgeous linen fabric sourced from the historic mill masters at Baird McNutt.
Notes
- Boxy jacket cut
- Classic Type II detailing.
- Slightly drop shoulder, pleated back and two-piece sleeve give you volume
- Fits true to size, but note that this is a boxy and fairly short fit so you may want to go up or down depending on your styling
- Illya is wearing an Large size. He is 188cm (6’2″) and weighs 85.7kg
- 100% made on Blackhorse Lane, London E17
Fabric and Trims
- Linen woven in Ireland by Baird McNutt
- 100% Linen
- Tonal dual duty thread by Coats (polyester core with cotton outer)
- BLA-branded nickel buttons produced by YKK
- Branded labels are woven in Wales by '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"388290",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'388290'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});