Design & Silhouette
Sophisticated Protection: This case offers a stylish sanctuary for your valued eyewear, ensuring they remain pristine and protected within a casing that radiates elegance.
Aesthetic Functionality: This isn’t just an accessory. It’s a style statement that allows you to carry your glasses with unmatched elegance and sophistication.
Features
Here are the design highlights of this pouch:
- Vintage Charm: The cases exude a retro style, offering a nostalgic touch to modern functionality, suitable for anyone with an appreciation for timeless designs.
- Premium Material: Crafted meticulously using Italy-imported high-grade vegetable-tanned cowhide, it showcases a texture and resilience superior to ordinary cowhide.
- Artisan Craftsmanship: Each case is handmade with meticulous attention to detail, reflecting a commitment to enduring quality and aesthetic refinement.
- Iconic Coin Buttons: The cases feature iconic coin buttons, ensuring your glasses or sunglasses are securely encased while adding a touch of vintage flair.
- Versatile Shades: Available in Chocolate, Black, and Brown, allowing you to choose the hue that resonates with your personal style.
The size of this pack is6.89'(17.5cm) * 3.35'(8.5cm)* 1.97'(5cm)
If you are unsure of the fit, please feel free to'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"934029",
"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:'934029',
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:'934029'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});