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. This cotton shacket (love that word) is great for transitional weather. As the days get shorter and the evenings cool down, this is a solid choice to add a little pep to any outfit!
- 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