Gifts under $150
{
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 = "none"
}
} else {
console.error("Element not found!")
}
}
}, 5)
'
>
The Essential Serum Set
Co-Founder Emily's Heavy Hitter Bundle
Everyday Essentials Skincare Bundle
Hydration Heroes Bundle
Forest Bliss Bundle
Bright & Early Bundle

MADE TO:
Lighten, brighten, and boost glow.
CONTAINS:
Two serums
Rated 4.6 out of 5 stars
4.6 Stars (2,087 Reviews)
2 items

MADE TO:
Dial back the look of fine lines.
CONTAINS:
Eye cream + serum
Rated 4.4 out of 5 stars
4.4 Stars (2,373 Reviews)
2 items

MADE TO:
Deliver clear, even-toned skin.
CONTAINS:
Cleanser + serum + moisturizer
Rated 4.5 out of 5 stars
4.5 Stars (6,028 Reviews)
3 items

MADE TO:
Hydrate and boost all-around radiance.
CONTAINS:
Serum + moisturizer
Rated 4.5 out of 5 stars
4.5 Stars (4,570 Reviews)
2 items

MADE TO:
Hydrate deeply & rewind fine lines.
CONTAINS:
Eye cream + moisturizer
Rated 4.3 out of 5 stars
4.3 Stars (1,434 Reviews)
2 items

MADE TO:
Brighten & protect skin everyday.
CONTAINS:
Serum + SPF
Rated 4.5 out of 5 stars
4.5 Stars (1,329 Reviews)
2 items