Handcrafted with comfort and style in mind, our unisex Kids Gamble Jacket II is the fall/winter essential that little dreamers need. Providing a relaxed and comfortable fit, it is a wardrobe staple that’s lightweight, ultra warm, easy to style and perfect for layering. Available in adult and baby sizes for a complete Milano family look.
Fabric Details: 100% Wool
Styling Tip: Our Kids Gamble Jacket II is the mini version of our classic (and best-selling) adult Gamble Jacket II. Style your little dreamer's jacket with our , some denim and a fly sneaker.
Removing Your Pocket Stitch:
When your Gamble Jacket arrives, you'll notice it has pocket stitches. This is not a defect. To easily remove the stitch, cut the thread closest to the pocket's corner and do a gentle tug. It should unravel easily.
Model Sizes: Kid Model is wearing a size XS
Size Chart: To ensure you order the correct size, '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1804234",
"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:'1804234',
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:'1804234'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});