Description & Sizing
Outline Isabel Oversized Hoodie
Our best-selling Isabel Oversized Hoodie is made from a soft cotton fabric blend, perfect for every season. It features dropped shoulders and an oversized silhouette. Style it with our Ultimate Leggings or matching Isabel Shorts for a complete look.
Your favourite hoodie now comes in an outline version. Update your wardrobe with our Outline Isabel Oversized Hoodie in teal green, featuring our screen-printed outline Blakely branding in chalk on the back.
- Oversized fit
- Super soft fabric
- Brushed on the inside
- Dropped shoulders
- Outlined Blakely back print
- Subtle crossover neckline details
- Part of the Club collection
- Model is 5'7 and wearing size S
Size Guide:
XS - UK 6-8
S - UK 8-10
M - UK 10-12
L - UK 12-14
XL - UK 14-16
XXL - UK 16-18
Materials & Care
- 50% Cotton 50% Polyester
- Keep Away From Fire
- Do Not Dry Clean
- Wash And Dry Inside Out
- Wash At 30 Degrees With Similar Colours
- Do Not Dry In Direct Sun
- Iron Inside Out With A Cool Iron
- Do Not Bleach
Delivery & Returns
UK
- Next Day (1-2 Days) - 6.99 - order before 4:30pm
- Express (1-3 Days) - 3.99
- Standard (3-5 Days - 2.49 - Free on orders over 70
* Quoted days are working days, does not include weekends or bank/public holidays. For European, USA and rest of world prices please refer to the correct website.
Returns: Blakely Clothing offers a 14 days return policy from the delivery date to receive a refund or 28 days for an exchange or gift voucher.
EU
- Duties and taxes paid during checkout - No further payments to make
- All orders sent via tracked services
- Returns available - See Returns Policy
ROW
- Worldwide shipping available. '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"954884",
"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:'954884',
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:'954884'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});