Our brand new line of beauty bags are available in four sizes featuring artworks from the incredibleGundjitmara artist Merindah-Gunya. With durable canvas material, a water resistant lining and sturdy metal zippers, these bags are perfect for storage and travel for your beauty products, makeup, toiletries and more! Softly structured and cushioned to protect your valuables.
These toiletry bags are both pretty and practical.Brighten up your station, bathroom or hotel room with a burst of vibrant First Nations art! Collect the set or mix and match from the three landscape-inspired designs.
Product: ToiletryBag
Materials:Canvas with Metal Zip
Size:(L x H x W) 23cm x 16.5cm x 8cm
Artwork:Ngayt Poonan
Artist:'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1246358",
"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:'1246358',
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:'1246358'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});