Staple Product Features:
Staple is our Italian denim with Dynamic Stretch. It's a soft fabric with medium weight that feels substantial and luxurious.
Dynamic Stretch:
32% Stretch Factor
Oliver Product Features:
Staple is our Italian denim with Dynamic Stretch. It's a soft fabric with medium weight that feels substantial and luxurious.
Dynamic Stretch:
32% Stretch Factor
Fit Details:
- A classic looser fit that's straight from hip to leg opening.
- 17'' leg opening (measurement comes from 32'' waist size). Mid-rise with a zipper fly.
- Model is 5'10'' wearing size 32
Our most popular style, it’s slim fitted through the hips, and features a slight taper at the hem, creating a long and lean silhouette that is flattering on most body types.
Material and Care:
- Staple Fabric Composition: 92% Cotton; 6% Polyester; 2% Elastane.
- Oliver Fabric Composition: 99% Cotton; 1% Elastane.
- Can be machine washed in cold water inside out. Can be tumble dried or hang dried. Washing often not required.
Shipping and Returns:
USA shipping:
- Our deliveries take between 3 to 7 business days. We have different options available at checkout.
International shipping:
- Our deliveries take between 2 to 10 business days, and are taken care of by local carriers.
Returns:
- You have 30 days from the date of delivery to return your item. Returns are refunded via store credit in the form of a Mott & Bow gift card. You can find additional information about our Return Policy '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"925859",
"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:'925859',
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:'925859'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});