Adding product to your cart
Habitat collection is all about wearable stylish clothing that looks great, goes anywhere and fits well...clothes you truly live in.
This little number is for days when comfort is key! Soft double faced cotton rich jersey in a mixed black and purple stripe pattern. Like a favorite sweatshirt but with a jazzy center seam and raw edge. Bracelet length sleeves with a contrasting cuff. Boxy notched hi-lo hem falls at the hip.
•56% Cotton; 37% Polyester;6% Nylon
• Machine wash cold, gentle cycle; tumble dry low
XS |
S |
M |
L |
XL |
XXL |
|
2/4 |
6/8 |
10/12 |
14/16 |
18/20 |
22/24 |
Bust |
33 1/2 – 34 1/2 |
35 1/2 – 36 1/2 |
37 1/2 – 39 |
40 1/2 – 42 |
43 1/2 – 45 |
46 1/2 – 48 |
Waist |
26 1/2 – 27 1/2 |
28 1/2 – 29 1/2 |
30 1/2 – 32 |
33 1/2 – 35 |
36 1/2 – 38 |
39 1/2 – 41 |
Hip |
36 1/2 – 37 1/2 |
38 1/2 – 39 1/2 |
40 1/2 – 42 |
43 1/2 – 45 |
46 1/2 – 48 |
49 1/2 – 51 |
if(sessionStorage.backToCollection) {
theme.backToCollection = {};
theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection);
var productCollections = [];
var showCollection = false;
if (productCollections) {
productCollections.forEach(function(collection) {
if (collection.title === theme.backToCollection.collection.title) {
showCollection = true;
}
});
}
if(showCollection) {
var backToCollectionHTML = '';
var backToCollectionContainer = document.getElementById('backToCollection');
backToCollectionContainer.insertAdjacentHTML('afterbegin', backToCollectionHTML);
}
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device