Introducing the Dehen 1920 Oxford Shawl Sweater in Goldmine, a new lighter weight shawl sweater with a dressier look, resulting in a multi-season versatile piece. With the front pockets removed, the 5-button Oxford Shawl cardigan will complement your OCBD shirts for an elevated style that seeks to impress. This medium-weight three-end jersey knit is more unstructured than its heavyweight counterpart, and makes this ideal for layering underneath.
This piece is a slightly modified version of the standard Oxford Shawl Sweater as we have opted for a soft suede accent button hole stitching instead of a tonal stitching.
Note: Generally runs TTS for a modern look (not super slim, but not overly relaxed). You can also size down one for a slimmer fitting sweater if you primarily intend to wear with only a single thinner layer underneath.Note that sizing down can make it a tad short and also feel much slimmer / snug through the arms.These Oxford Shawl Sweaters do not necessarily fit exactly the same as their classic Shawl Sweater Coat 2.0, so please double check measurements.
Model: 6'0' and 175 lbs. wearing size M (TTS) for a fit that accomodates heavier layers underneath, room through the body/chest, and decent length. Model can also size down to size S for a slimmer fitting sweater that hugs closer to the chest, but is tighter through the arms and a tad short on the body. See '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"518011",
"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:'518011',
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:'518011'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});