When you can't decide between a fleece and waterproof jacket, go for both with the Defender 3-in-1. The winter jacket provides waterproof and windproof protection, with a mesh lined body. When rain disappears into the clouds, take off the waterproof outer-layer to reveal a warming fleece. With anti-pill qualities, the fleece will withstand long-term wear. The men's jacket features a peached polyester finish for super-soft comfort against the skin.
- Outer: Waterproof Hydrafort 5000 peached polyester fabric.
- Concealed hood with adjuster.
- Storm flap hook and loop.
- Adjustable cuffs.
- 2 zipped lower pockets
- Adjustable shock cord hem.
- Mesh lined body. Taped seams.
- Inner: Fleece cuffs. 2 zipped lower pockets. Adjustable shock cord hem.
- 220 series anti-pill symmetry fleece
For printing please add size/s and colour/s to your shopping cart then go to '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1097439",
"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:'1097439',
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:'1097439'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});