Adding product to your cart
This darling shawl collar cropped jacket is the perfect weight for all your spring/summer needs. Perfection when paired with the Eleven Stitch tank dress - equally wonderful with jeans and your favorite T!
- 74% Rayon, 26% Nylon
- Machine wash cold, with like colors, tumble dry low. Cool iron if desired.
- Sizing fits approximately as follows, but please call our store with questions at 501.221.9195.
- XS- 2-4
- S- Size 4-6
- M- Size 8-10
- L- Size 12-14
- XL- Size 16-18
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