Poète Linen Skirt
Color:
- {
const colors = [...$root.children].map(child => child.dataset.color);
let list = []
let labeledGroups = []
const labels = []
// parse the sequence of labels/colors into an array of objects
for (let i = 0; i < labels.length; i++) {
if (i%2) {
list.push({
title: labels[i],
value: labels[i-1]
})
}
}
// merge objects with same title
list.forEach(el => {
if (labeledGroups.some(g => g.title.toLowerCase() == el.title.toLowerCase())) {
labeledGroups.find(g => g.title.toLowerCase() == el.title.toLowerCase()).values.push(el.value)
} else {
labeledGroups.push({
title: el.title,
values: [el.value]
})
}
})
// if any of the title is 'classic colors', move it to the top
if (labeledGroups.some(g => g.title.toLowerCase() == 'classic colors')) {
const classicColors = labeledGroups.find(g => g.title.toLowerCase() == 'classic colors')
labeledGroups = labeledGroups.filter(g => g.title.toLowerCase() != 'classic colors')
labeledGroups.unshift(classicColors)
}
// if any of the title is 'sale', move it to the top
if (labeledGroups.some(g => g.title.toLowerCase() == 'sale')) {
const classicColors = labeledGroups.find(g => g.title.toLowerCase() == 'sale')
labeledGroups = labeledGroups.filter(g => g.title.toLowerCase() != 'sale')
labeledGroups.unshift(classicColors)
}
// add all html elements matching the color value
labeledGroups.forEach(group => {
group.items = []
group.values.forEach(value => {
group.items.push([...$root.children].filter(child => child.dataset.color == value)[0])
})
});
labeledGroups.unshift(groups[0])
labeledGroups.forEach(group => {
const el = document.createElement('li');
if (group.title) {
el.innerHTML = '
' + group.title + '
'; el.querySelector('p').className = 'sm-feat-cap mb-[5px] mt-[10px]'; } el.innerHTML += 'Only a few left in stock!
Voyageur by MERSEA
The rhapsody of earth tones — an understated simplicity that makes you feel good all over. We’ve captured it in our breezy linen skirt, that falls right below the knee with a beautiful swing. A flat front waist with back elastic and a zipper for an easy fit, we then finished it with side seam pockets and pintucks. A poetic touch of Boho for that soft-spoken artist inside you who still wants to dance on tables. Pair this summer skirt with its matching Poète Blouse.
- Features side seam pockets and pintucks
- Pair with our Poète Linen Blouse
- Made with 100% linen
- Machine wash cold inside out, do not bleach, do not use softener, do not tumble dry
- Imported
- If between sizes, we recommend sizing up
- Length 27” (size small)
- Available in XS-XL
- Model is 5’ 10” and is wearing a size small
Shipping:
For all US customers, we offer Expedited Shipping (2-business days) and Standard Shipping (2 - 5 business days). For international customers, we offer Standard Shipping (3 - 5 business days).
All orders are processed on the same day or the next business day (excluding weekends or holidays) from our Kansas warehouse. Please visit our shipping page for more details on tracking, import charges and more.
See all shipping details here.
Returns & exchanges:
Exchanges and returns for store credit are free and are honored for 60 days from the date of receipt. Returns for refunds are honored for 30 days from the date of receipt and have a $5.99 shipping label fee.