Adding product to your cart
Habitat designs for real women leading real lives. Making comfort, fit and detail a priority, the result is unique and modern looks that complement a body's sense of self. This tee is a winner in my store! Featuring soft cotton fabric, round neck and starched deep hem, it's a step above your average tee. And, it is perfect paired with the deep hem pant. Travel? (Someday?) You will want this!
- 100% Cotton
- Wash Cool, Tumble Dry Low, Low Iron
- Sizing (approximate- email susan@beyondcotton.com with questions)
- XS- Size 2/4
- S- Size 4/6
- M- Size 8/10
- L- Size 10/12
- XL- Size 12/14
- XXL- Size 14/16
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