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 open weave crochet number features open sides, fun dot and contrast detail.
- 70% Cotton, 30% Poly
- Wash cold, delicate cycle, lay flat to dry
- Size 1 and 2, but wears like a one size fits all. Size 2 can easily accommodate size 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