Adding product to your cart
Luukaa is all about women who favor unique style. Through the fabrics, designs and attention to detail, the result is artistic collections with a flair for overstated fashion. Sometimes you just need a scarf to set off your outfit. This one is perfect for laid back or dressy occasions.
- 100% Polyester
- Wash in cold water, dry flat, no bleach, cool iron if needed
- One Size
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