Design & Silhouette
Nordic Retro Elegance in Variety: The 'Helsinki Nordic Thick Socks' come in a set of three pairs, each featuring distinct color palettes. With the option of Mid-calf and Knee-high lengths, this set offers versatility for different styles and preferences.
Versatility in Length and Style: Whether you prefer Mid-calf or Knee-high, the 'Helsinki Nordic Thick Retro Socks' cater to your style. The variety in length allows you to express your fashion sense in different ways.
Comfortable Thickness and Fit: Beyond their stylish appearance, these socks prioritize comfort. The extra thickness adds a cozy feel, making them an ideal choice for those who appreciate both style and substance.
Key Features
- 90% Cotton
- Mid-calf and knee-high Length for Versatility
- Double Thickness
- Skin-Friendly Comfort
- One size fits all
- US Men's5.5 to 10
- US Women's7 to 11.5
- EU size 38 to 44
- JP size24 to 28
All measurements are in EUsize. If you are unsure of the fit, please do not hesitate to'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"821492",
"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:'821492',
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:'821492'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});