Adding product to your cart
The Alba shirt features cross stitching all around. Collar, button front and long cuffed sleeves. Beautifully made with stretch faux suede. Super soft and comfy. Drapes beautifully. Wear open or buttoned. Perfect fall item. Stylish and timeless. Easy relax fit.
- 92% Polyester, 8% Spandex
- Machine delicate cycle, hang to dry
- XS - generally fits women's 2-4
- S - generally fits size 6-8
- M - generally fits women's size 8-10
- L - generally fits women's size 10-12
- XL - generally fits women's 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