Adding product to your cart
Ivy Jane encompasses a carefree spirit that charms and endears. Think Boho Chic meets Fun Fabric and you have the Ivy Jane collection. It's time for corduroy and this tunic will be just perfect with your favorite pair of jeans and boots!
- 100% Cotton
- Hand Wash Cold, Line dry or lay flat
- Size Chart (approximate- email susan@beyondcotton.com with questions)
- XS- Size 2/4
- S- Size 4/6
- M- Size 8/10
- L- Size 12/14
- XL- 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