Stand out from the crowd with these strikingpink coloured camouflage trousers. With these pants you don't have to make a compromise between style and functionality. The Battle Dress Uniform design has numerous features derived from military trousers.
Get the perfect fit with the help of adjustable waist tabs. Or wear a belt using the 5.5cm loops around the waist. The reinforced seat and knees add durability to prevent wear and tear. Keep all your essential items on you with 2 rear button pockets, 2 slash pockets, and 2 cargo pockets. These are great for casual wear while still being prepared for a tactical situation.
Features:
- Adjustable waist tabs
- 2 rear button down pockets
- 2 slash pockets
- 2 cargo pockets
- Button up fly
- Reinforced seat and knees
- Drawstring leg ties
Sizing:Trouser sizes are measured by the circumference of your waist. For more information on sizing,check out our.
Manufacturer:Rothco
Weight:0.6kg
Content:55% cotton / 45% polyester
Colour:Pink
Condition:New - Commercial New Product (Non-Military issue). If you want more information on our condition ratings, check out our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"967334",
"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:'967334',
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:'967334'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});