This design is perfect for those who want to carry more than just a phone and wallet. Drew will fit a 0.5l water bottle as well as other essentials. Featuringa zip pocket on the front and back, inside slip-in pockets and a secure zipper closure; this bag also comes with two adjustable straps. One leather and one checkered webbing strap.
O My BagSoft Grain Leatheris produced by Sean’s Shee Sen Tannery in Kolkata, India. This leather has a soft exterior, but a reliable thickness. The Soft Grain has been rotated in a milling drum to bring out it’s natural grain and texture. The soft supple feel gives it a luxurious look and finish.
O My Bags are designed to last a lifetime and you’ll often see the color change gradually as the years go by. This is one of the beautiful features of their natural, vegetable tanned leathers.
Also available in .
- Material | Naturally tanned leather
- Dimensions |35 x 8 x 16 cm
- Comes with two straps
- Handmade sustainably inKolkata, India
- Style Code |OMB-E158Q
- Shop All'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"624129",
"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:'624129'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});