Miss Me 'HORSESHOE BLUES' Mid Rise Denim Capri
Bring out your inner cowgirl in these adorable mid-rise, medium wash denim capris. Back pocket features embroidered horseshoe design with leather outlining and multicolor stitching. Sequin and rhinestone rivet detailing. Border stitch. Leather patch with embossed cross design and M logo.
Viewour Miss Me Collection!
Details
Fit
- Front rise: 9'
- Back rise: 14'
- Inseam: 24'
- Mid Rise
Fabric + Care
- 73% Cotton, 24% Polyester, 3% Elastane
- Machine wash separately in cold water
- Wash inside out
- Dry flat
Follow Us
To be the first to see our newest arrivals, don't forget to follow us on,and. You can also find ourhere in the shop.
Shipping
If you’re local, you can stop in and shop at our Grants Pass, Oregon storefront! Or order online and choose pick up at store option! All online orders typically ship within 1 - 2 business days after you place your order.'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1256238",
"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:'1256238',
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:'1256238'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});