clearall
A turban-style, unisex beanie hat with a strap and custom-made metal bead decoration. Made of heavenly soft, comfortable and stretchable, double-knitted fabric. It will keep you nice and cosy without overheating. The three-panel design gives shape and fullness. Covered overlap fabric assures a comfortable fit and ways to wear it in different combinations, as you prefer. With its functional properties, this modern turban is a proven practical companion for everyday life.
- Made of Psylo’s signature double-knitted fabric, giving the volume of a turban.
- Not only stylish but also warm and practical - complimenting your Psylo outfit and look.
- Suitable to wear in Spring, Autumn and Winter.
- Featuring a metal eyelet with a red strap, custom-made bead decoration and cotton inner lining.
- Handcrafted in Bali.
- Measurements: Size 1: 55-61 cm, Size 2: 57-63 cm.
Material :CVC cotton slub double knit
For more information on materials and care instructions '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"463860",
"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:'463860',
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:'463860'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});