[ot04fw20]
Ottolinger has collaborated with a mask brand Isko vital which part of global denim company ISKO to create a limited edition face mask.
The ISKO Vital+ x Ottolinger face maskfeatures a bold, flowery print which is inspired by the emotional connection between humans and nature and the happiness of a reawakening in the coming spring. It also references Ottolinger's print heritage. The exclusive face maskis available in two colour ways.
The ISKO Vital Supreme Face Maskis an Eco Friendly face maskthat can be washed up to30 times. It is produced with Organic Cotton and therefore biodegradable. In this face maskwe use a special material from SANITIZED that is integrated into the fabric, featuring a patented polymer matrix technology.
The Supreme face maskmakes it the perfect piece to carry with you wherever you go, from your daily commute to work to going out.ISKO Vital face masks are made withOrganically Grown Cotton(CU 17908) and its elastic straps are made from latex-free fabrics.
The ISKO Vital Supreme FaceMaskis available in various fashionable colours and three sizes. Theunique four-fold designoffers a more comfortable and elegant fit. The mask wears slimmer on the cheeks, but still has the same coverage over the nose and mouth.
[Ref.] SS21AC15
[Size] One size
[Measurement]
[Material] 100% Organic Cotton
[Country of Origin] Made inTurkey
[Retail Price] 31.00EUR
[Terms and conditions]Check our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"125782",
"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:'125782',
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:'125782'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});