Oliver Product Features:
Oliver is the refined version of the traditional blue jean. It's one of our heavier fabrics, but still has our signature comfort.
Comfort Stretch:
18% Stretch Factor
Crosby Product Features:
Crosby is the perfect combination of a medium weight jean with a significant amount of stretch for extraordinary comfort.
Comfort Stretch:
25% Stretch Factor
Fit Details:
- For those who like a tighter fit with a tapered leg opening. It's narrower from hip to hem.
- 13.5'' leg opening (measurement comes from 32'' waist size). Mid-rise with a zipper fly. When in between sizes keep the size that fits a bit snug.
- 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:
- Oliver Fabric Composition: 99% Cotton; 1% Elastane.
- Crosby Fabric Composition: 98% Cotton; 2% 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){
var data = {
"productId":"926117",
"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:'926117'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});