Adding product to your cart
Established and designed in Scotland, Marble is designed for all body types in all seasons. Featuring missy cuts without losing shape or style, the collections are timeless. We are fans!
There is something about a soft winter white fuzzy sweater. Featuring a crew neck, elbow length sleeves and ribbing at the hemline, this is perfect alone or layered under your favorite jacket.
- 59% Acrylic, 41% Polyamide
- Wash cold delicate, no dryer, no bleach
- Approximate sizing. Email susan@beyondcotton.com with questions.
- S- Women's 4/6
- M- Women's 8/10
- L-Women's 10/12
- XL- women's 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