Special Sets
Gift-ready bundles designed to delight.
{
const children = Array.from($el.children)
const children_products = children.filter((child) => child.classList.contains("filter__product"))
let order = 0
for (let i = 0; i < children_products.length; i++) {
if (children_products[i].dataset.show == "false") {
children_products[i].style.display = "none"
} else {
children_products[i].style.display = ""
children_products[i].style.order = order
order++
}
}
const children_promos = children.filter((child) => child.classList.contains("filter__promo"))
for (let i = 0; i < children_promos.length; i++) {
const index = children.indexOf(children_promos[i])
if (index > -1) {
const next_children_products = children.filter((child) => child.classList.contains("filter__product") && child.dataset.show != "false" && parseInt(child.style.order) > parseInt(children_promos[i].style.order))
if (next_children_products.length > 0) {
children_promos[i].style.display = ""
} else {
children_promos[i].style.display = ""
}
} else {
console.error("Element not found!")
}
}
}, 5)
'
>


Hydration Heroes Bundle
MADE TO:
Hydrate and boost all-around radiance.
Hydrate deeply and boost all-around radiance.
CONTAINS:
Serum + moisturizer
Serum + moisturizer
Rated 4.6 out of 5 stars
4.6 Stars (7,628 Reviews)
2 items


Co-Founder Emily's Heavy Hitter Bundle
MADE TO:
Dial back the look of fine lines.
Dial back the look of fine lines.
CONTAINS:
Serum + eye cream
Serum + eye cream
Rated 4.5 out of 5 stars
4.5 Stars (3,716 Reviews)
2 items


Fresh Start Bundle
MADE TO:
Revive & replenish skin for a fresh start.
Revive & replenish skin for a fresh start.
CONTAINS:
Face polish + moisturizer
Face polish + moisturizer
Rated 4.5 out of 5 stars
4.5 Stars (5,769 Reviews)
2 items


Everyday Essentials Skincare Bundle
MADE TO:
Deliver clear, even-toned skin.
A daily ritual for clear, even-toned skin.
CONTAINS:
Moisturizer + cleanser + serum
Moisturizer + cleanser + serum
Rated 4.5 out of 5 stars
4.5 Stars (8,866 Reviews)
3 items


Botanic Buzz Hand Care Bundle
MADE TO:
Cleanse and hydrate hands.
Cleanse and hydrate hands.
CONTAINS:
Hand wash + hand cream
Hand wash + hand cream
Rated 4.7 out of 5 stars
4.7 Stars (98 Reviews)
2 items