Adding product to your cart
Tempo Paris collection is made in Italy and a great "on the go" option when you want to be cute AND comfy! We love this edgy tee. Loose silhouette with crew neck and long sleeves for easy wear but the back is where the action is. Cool cut out with a little sparkle.
- 100% Cotton
- Cold Wash Delicate, Lay Flat to dry
- Size Chart (Approximate. email susan@beyondcotton.com with questions)
- XS- women's size 4/6
- S/M-women's size 8/10
- M/L- women's size 12/14
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