Description & Sizing
The Ultimate Soft Leggings
Introducing our Isabel soft sets, a collection to allow you to unwind in the perfect comfort. With a variety of calming colours, timeless designs and refined silhouettes; these are the sets to wear when you feel you need to take life at a gentler pace.
Our Ultimate Soft Leggings in dusty pink are crafted from a super soft fabric. They perfectly contour the body, providing a comfortable feel and ample flexibility. Pair all the items in the collection with our best-selling Jumper and Hoodie, the Isabel.
- True to size
- Super soft material
- High waisted
- Lightweight and breathable
- 4-way stretch
- Small Blakely Branding
- Ideal for lounging or the Coffee run
- Model is 5'7'and wears a size S
Size Guide:
Regular
size | UK | Inches | CM | EU | USA | Length CM |
---|
xs | 6 | 22-24 | 55-60 | 34 | 2 | 84.5 |
---|
s | 8 | 24-26 | 65-70 | 36 | 4 | 86.5 |
---|
m | 10 | 26-28 | 70-75 | 38 | 6 | 88.5 |
---|
l | 12 | 28-30 | 75-80 | 40 | 8 | 90.5 |
---|
xl | 14 | 30-32 | 80-85 | 42 | 10 | 92.5 |
---|
xxl | 16 | 32-34 | 85-90 | 44 | 12 | 94.5 |
---|
Long
size | UK | Inches | CM | EU | USA | Length CM |
---|
xs | 6 | 22-24 | 55-60 | 34 | 2 | 93.5 |
---|
s | 8 | 24-26 | 65-70 | 36 | 4 | 95.5 |
---|
m | 10 | 26-28 | 70-75 | 38 | 6 | 97.5 |
---|
l | 12 | 28-30 | 75-80 | 40 | 8 | 99.5 |
---|
xl | 14 | 30-32 | 80-85 | 42 | 10 | 101.5 |
---|
xxl | 16 | 32-34 | 85-90 | 44 | 12 | 103.5 |
---|
Materials & Care
- 85% Polyamide 15% Elastane
- 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){
var data = {
"productId":"667490",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'667490'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});