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 super soft poncho features an oversized cowl and open sides. Perfect for early fall, this lightweight number will have you looking cozy but feeling just right!
- 79% Viscose, 18% Polyester, 3% Elastane
- Wash cold, delicate cycle, lay flat to dry
- Size 1 and 2, but wears like a one size fits all.
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