Adding product to your cart
The mandarin collar swoops into an oversized keyhole in back with a darling band accent. The front features snap closures, front stitched pockets and wide cuffed, short sleeves. Crisp all season long - this is yet another classic from Lauren Vidal.
- 65% Cotton, 30% Nylon, 5% Elastane
- Machine Wash Cold on Gentle Cycle, Hang to Dry or Dry Clean
- Size Chart General - please call the store for questions at 501.221.9195
- Small - 4/6
- Medium - 8/10
- Large - 12/14
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