Adding product to your cart
This cotton tee will get softer and softer as you wash it. Featuring a round neck, long sleeves and laser cut hemline, this tee will be your favorite.
- 100% Cotton
- Hand wash or gentle machine wash in cold water using a mild detergent. Lay flat to dry or machine dry on low heat. Gauze garments should be placed in a lingerie bag when washing and drying.
- General Size chart
- S - size 8-10 Bust: 36-37" Waist: 29.5-31.5" Hip: 38-39"
- M - size 12-14 Bust:38.5-40.5" Waist: 29.5-31.5" Hip: 40.5-42.5
- L - size 16-18 Bust: 43-45" Waist: 34-36" Hip: 45-47"
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