Classic bomber jacket with two large front pockets and mobile pocket to right breast. With a range of 4 colours to choose from you will not be disappointed. Its also has a heavy duty front zip with a studded storm flap. Also boasts a fold away hood for those rainy days.
- Orange also to GO/RT 3279
- Black and Navy provide enhanced visibility
- Hi Vis Yellow, Orange & Orange/Yellow conforms to EN ISO EN20471:2013 Class 3 & EN343 against foul weather.
- Orange also conforms to GO/RT 3279.
- Black and Navy provide enhanced visibility (non-EN471 standard).
- Heavy duty zip with studded storm flap.
- 2 outer pockets with over flaps.
- Matching colour self-fabric elasticatedat cuffs and hem.
- Diamond quilted Nylon lining with 190g Polyester padding.
- Inside patch pocket.
- Throughout stitched and taped seams to ensure waterproof.
- Foldaway hood.
- Matching trousers available.
Fabric
100% Polyester
Weight
300D Outer fabric. Padding 190gsm
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":"1400480",
"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:'1400480',
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:'1400480'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});