- Design:Techwear, Ninja Techwear, Cyberpunk, Military, Futuristic
- Ultra-resistant Techwear Jacket:Made with premium materials that are resistant, flexible and lightweight to preserve your mobility while protecting you from rain and wind.
- Technical clothing: This techwear jacket is equipped with a multitude of storage pockets to easily carry your personal belongings.
- Breathable materials:This techwear jacket made of polyester, cotton and spandex can be worn all year round.
- Suitable for men and women
- Machine washable: 30°C (86°F)
- FREE worldwide shipping
A FUTURISTIC ENGLISH MILITARY LOOK WITH THE TECHWEAR JACKET UK
Inspired byBritish fashion, this techwear jacket features a sleek design with a reflective stripe on the hood and two reflective writings on the front. Ideal to be visible in the dark. The coat also features numerous storage pockets and a closable mesh on the back of the coat. A unique andpractical techwear coatfor all occasions.
If you like this design and practical jacket, you may also like ourWhite Techwear'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"322297",
"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:'322297'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});