Adding product to your cart
With high quality yarns sourced in Istanbul, Turkey, French Kyss creates a fun and contemporary womenswear line heavy in Chic Style and Bold Flavor! This cross between poncho and sweater is super soft and lightweight. Featuring a sleeve on one side and poncho opening on the other, this crossover is tres chic! Angles are a thing, and I can't think of a better way to rock them!
- 79% Viscose, 18% Polyester, 3% Elastane
- Wash cold, delicate cycle, lay flat to dry
- Size Chart (Email susan@beyondcotton.com with specific questions)
- Extra Small- Women's 2/4
- Small- Women's 6/8
- Medium- Women's 8/10
- Large- Women's 10/12
- Extra Large- Women's 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