Introducing the perfect for girls and women who love to travel in style—the Ins-Style Backpack from adds a touch of elegance to your travel accessories. Crafted from high-quality leather, it's not only stylish but also portable and durable, making it the ideal companion for all your adventures.
Key Features:
- Charming Embroidery: The cute swan hanging embroidery adds a unique and elegant touch, making this a standout accessory.
- High-Quality Leather: Made from premium patent leather, this is stylish, durable, and built to last.
- Spacious Interior: With a capacity of up to 20 liters, it offers ample space for all your essential travel items.
- Soft Polyester Lining: Lined with soft polyester for added comfort and durability.
- Secure Zipper Closure: The zipper closure ensures your belongings are safe and secure.
- Comfortable Handle: The soft handle makes it easy and comfortable to carry, whether you're traveling or running daily errands.
- Elegant Design: The combination of patent leather and the beautiful embroidered pattern exudes luxury and sophistication.
Why You'll Love It:
- Fashion-Forward: Make a statement with the elegant design and unique swan embroidery, perfect for adding a touch of charm to any outfit.
- Durable & Practical: Crafted from high-quality leather, this is both durable and practical for everyday use and travel.
- Spacious & Comfortable: The roomy interior and soft handle provide comfort and convenience, making it ideal for carrying your essentials.
Say goodbye to bulky and boring travel bags, and hello to the Ins-Style Swan Embroidery Backpack. This must-have satchel from '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"54086",
"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:'54086',
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:'54086'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});