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 lightweight sweater features a round neck, 3/4 sleeves and open weave fabric. The design is both playful and comfortable. That's a win in our book!
- 70% Cotton, 30% Poly
- 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