Adding product to your cart
This color block top is has an a line shape and is flowy without overpowering. Featuring a round neck and short sleeves and round hemline, the fabric is cool to the touch and the colorblock design adds dimension.
- 45% Viscose, 27% Polyamide, 28% Elastane
- Wash cold, lay flat to dry, cool iron as needed
- Size Chart approximate (Call our store for specifics- 501.221.9195)
- Small-6-10
- Medium- 10-12
- Large- 12-14
- XLarge- 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