Adding product to your cart
The Marble range is designed to complement and flatter women of all ages, shape, and size. The Marble woman knows her own style and this stylish cape wear season after season. This trend is classic, stylish and has seen the test of time A Beautiful red and black color combo with off set pockets and toggle enclosure at the neck. A real touch of class!
- 100% Cotton
- Wash cold, gentle cycle, no bleach, no dryer
- Approximate size chart- email susan@beyondcotton.com with questions.
- S- Women's size 4/8
- M-Women's size 8/12
- L- Women's size 12/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