Adding product to your cart
This top will keep you stylish coming and going with its center button down detailing in back and hidden placket front. Angled pockets and an a-line shape keeps this top loose over the torso - a longer length makes it exceptional for leggings or a more fitted pant. Crisp cotton keeps this top fresh and stylish.
- 100% Cotton
- Machine wash cold, hang to dry.
- Sizing is generous, we recommend ordering down by one size for a roomy but tailored fit.
- Guide is approximate. Please call the store with questions! 501.221.9195
- XS = 6-8
- S = 8-10
- M = 10-12
- L = 14-16
- XL = 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