Design & Silhouette
Premium Quality Material: This unique pouch is handmade from an Italian high-grade vegetable-tanned cowhide, boasting a higher oil content and density than ordinary cowhide, rendering a superior texture and durability. It features a textured pure copper turtle back buckle, ensuring the safety of your glasses with an antique flair.
Accessorize with Ease: The pouch comes with a seven-core paratrooper rope, allowing you to hang it around your neck individually or be waist-hung, granting accessibility and ensuring the safety of your glasses wherever you go.
Features
Here are the design highlights of this pouch:
- Handmade from Italian high-grade vegetable-tanned cowhide
- Textured pure copper turtle-back buckle for safety and style
- Versatile design accommodates various eyeglass styles
- Seven-core paratrooper rope for hands-free convenience
The size of this pack is6.69'(17cm) * 2.76'(7cm)* 1.38'(3.5cm)
If you are unsure of the fit, please feel free to'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"934139",
"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:'934139',
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:'934139'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});