Original presentation jacket dedicated to Arsenal fans.
Branded Adidas product – technical sponsor of the club.
Jacket produced under the CONDIVO20 collection & ndash; a modern interpretation of adidas' traditional football clothing, offering best-in-class training products for players, both on and off the pitch.
This is the jacket in which Arsenal players come out for their pre-match presentation. Made of soft, moisture-absorbing material enriched with RipStop technique, which guarantees mechanical strength and durability.
The use of the above technologies makes it a universal jacket. It will be perfect during training and daily activities.
Product features
- standard, non-adherent cut
- high collar
- printed club badge on the left, manufacturer's logo on the right side
- zip side pockets
- applied technologies: '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"432656",
"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:'432656'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});