Adding product to your cart
We love Tekbika. The fabric is SPF50, it is easy to care for and the designs are uber sophisticated. This cropped cardigan is a versatile fashion plate! Wear it over a sleeveless dress, pair it with your favorite denim skinnies, or wear with the bell shaped punto pant.
- 50% Nylon, 20% Viscose, 15% Polyester, 15% Elastane
- Wash Cold, Hang to Dry
- Size Chart (approximate, call store for specific measurements or email susan@beyondcotton.com)
- Small- Bust 48", Length 21"
- Medium- Bust 52", Length 34"
- Large- Bust 56", Length 25"
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