Adding product to your cart
Luukaa is all about women who favor unique style. Through their fabrics, designs and attention to detail, the result is artistic collections with a flair for overstated fashion. What's not to love about this cutie? Lightweight, GREAT sleeve length, flowy without frump. Win!
- 95% Cotton, 5% Elastane
- Wash in cold water, dry flat, no bleach, cool iron if needed
- Sizing: Please Call the Store with questions. 501.221.9195
- Size 0 (US Women's 4-6)
- Size 1 (US Women's 8)
- Size 2- (US Women's 10)
- Size 3- (US Women's 12)
- Size 4- (US Women's 14)
- Size 5- (US Women's 16)
- Size 6- (US Women's 18)
- Size 7- (US Women's 20)
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