A great, durable jacket ideal for the outdoors, great for work or for leisure activities. Heavyweight and waterproofPilot Jacket
- Heavy-duty fabric
- Reinforced seams
- Zip-out sleeves
- Water repellent. Windproof. Heavy duty.
- Zip out sleeves.
- Active fleece by Result lined collar.
- Reinforced seams with bar tacked pockets and stress points.
- Full front zip fastening.
- 2 Deep front patch pockets, 2 front chest pockets including 2 pen holders
- 1 sleeve pocket including 3 pen holders, 1 outside phone pocket
- 2 inside pockets and 1 large mesh pocket.
- 2 D-rings (1 concealed). Cable loops for headphones.
- Knitted elasticated waist and cuffs.
- Stud closing storm flap.
- Piping detail to front, back and sleeves incorporating 3M Scotchlite reflective materials.
Fabric
Outer: 600D Taslon with PU coating. Inner: 160gsm Thermoprotec insulation. Lining: 190T Nylon taffetae
For printing please add size/s and colour/s to your shopping cart then go to '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"645319",
"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:'645319'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});