Earhart Jumper
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
Of all the cotton jumpers for women to choose from, this is a must-have. Known for her jumpsuits, Amelia was the first female to fly solo across the Atlantic. Inspired by the celebrated female aviator and Kansas native, this heavier cotton linen blend features summer-like, yet durable pull-on jumper shorts with a self-belt, a square neck, ruffle sleeves and smocked back with a neck-tie. The print is both strong and feminine, just like her namesake.
- Features self-belt, back neck tie and side seam pockets
- Made with 70% cotton and 30% linen
- Wash with cold water, do not bleach, do not tumble dry, iron inside out, do not dry clean
- Imported
- Length 36” (size small)
- Inseam 5" (size small)
- If between sizes, we recommend sizing down
- 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.