Hand-thrown on the pottery wheel with a special thumb rest at the handle, this14 oz taper mug is perfect for your morning routine. The narrow lip is designed to keep your beverage warmer for longer.
Note: All pieces are made individually by hand; therefore, color, size, and shape may vary slightly from piece to piece.
- Dimensions| 3' diameter +3.75' wide x 3.75' high
- Volume | 14 ounces
- Made from domestically sourced speckled brown cone 6 stoneware
- Food, microwave, dishwasher safe
- Lead-free
- Hand-thrown in Brooklyn, NY
- Style Code |0018
- Shop All'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"934862",
"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:'934862'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});