Adding product to your cart
What a perfect tweed threaded sweater for winter weather Raglan sleeve and a cowl neck and is still a timeless look for a chic sweater Multi colored threads entwined in this charcoal beauty that will match any pant in your wardrobe. The sleeves are ribbed and the tunic length is a great look over leggings that can be paired with booties or riding boots. WE love the look.
Sizes: S,M,L,XL
72% Polyester; 24% Acrylic; 4% Lane wool
Hand wash in cold water; lay flat to dry or Dry Clean
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