DESCRIPTION The designs of London-based creative director Virgil Abloh for Off-White are a successful mix of Japanese-inspired designs and graphic motifs with a high fashion twist. Urban aesthetics combined with innovative fashion ideas make the cult streetwear label Off-White one of the hottest fashion brands worldwide. His CV reads like a fairy tale, at the age of 22, he met the then relatively unknown rapper Kanye West and began working for him as a creative director. In 2009, they both completed an internship at the Italian luxury brand Fendi. Only four years later - in 2013 - Virgil Abloh founded his label Off-White in Milan after taking his first steps in the fashion industry. The name Off-White describes the grey zone between black and white. The company logo is composed of a four-way arrow that forms a cross. Off-White is fashion infused with stylish casualness. This contemporary fashion concept enables the designers to skilfully turn casual streetwear into unmistakeable looks, combining industrial chic and fine materials to form an unique symbiosis.
INFORMATIONLens Size | 54 mm |
Nose Bridge Length | 19 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Acetate |
Shape | Rectangle |
Country of Origin | Italy |
Front Colour | Black |
Temple Colour | Black |
Lens Colour | Grey |
Style Tip | This shape is best suited for an oval, round or heart shaped face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"491426",
"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:'491426',
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:'491426'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|