It's Swiss, it's military issue, it's what you need to battle wet weather. This raincoat is a compact and lightweight solution to protect yourself from an incoming downpour. It features a sewn in pouch which the jacket conveniently folds into. The upper back area has a large flap with mesh fabricunderneath that provides good ventilation.Soldiers wear this along with a hat so there is no need for a hood. An inexpensive and simple raincoat that you can throw into your rucksack or emergency kit.
Features:
- Genuine Swiss Army surplus
- Polyamide with a waterproof polyurethane coating
- Cape with mesh ventilation
- Shoulder epaulettes
- Button-up front
- Sewn-on pouch
Sizing/Fit:Long, almost knee length cut. The number is the chest circumference, the 'Short' or 'Regular' refers to estimated height.For more information on parka sizing, check out ourUsed/Very Good - Item has clearly had some use. There may be marks and signs of wear, but still lot's of life left. If you want more information on our condition ratings, check out our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"778558",
"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:'778558',
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:'778558'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});