Gramicci Cargo Pant - Olive
When you wear something by Gramicci, you're putting on over 30 years of innovation, experience and industry leadership.
Sizing:Wide-fit- Shop to size
Materials: Cotton 98%, Polyurethane 2%
- Two side pockets, two back pockets, and two lower thigh pockets
- Great to hold all your gadets when climbing or in town !
- Made with organic cotton stretch twill material
- Built in webbing belt
- Just the right amount of roominess, the hem can be adjusted by a drawstring cord
- Clean-line gusset crotch for style and mobility
- Inseam 32'
Hilary is 5'5' and has a 26' waist. She wears a size Medium.
Hilary wears a top from and sneakers from
Tsar is 6'3' and has a 30' waist. He wears a size Medium.
Tsar wears a tee from and sneakers from '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"515625",
"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:'515625',
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:'515625'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});