Adding product to your cart
Oh La La! Love is in the air with this oh so cute top by Inoah. With whimsical flair, this features a v neck, 3/4 sleeves, A line shape and a rounded hemline. The fabric is soft to the touch and lightweight.
- 75% Polyester, 20% Rayon, 5% Spandex
- Hand wash cold, lay flat to dry
- Small- Bust- 34", Back seam 26"
- Medium- Bust 38", Back seam 27"
- Large- Bust 40", Back seam 28"
- XLarge- Bust 42", Back seam 29"
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