Moisturizing Multitaskers
{
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)
'
>


Force Field SPF 30
Pure protection on every level, in a silky-smooth, sheer formula.
Pure protection on every level, in a silky-smooth, sheer formula.
Rated 4.5 out of 5 stars
4.5 Stars (359 Reviews)
1.7 FL OZ


Making Moves Milky Cleanser
An easy-rinsing, enzyme-powered facial milk for clean, hydrated skin.
An easy-rinsing, enzyme-powered facial milk for clean, hydrated skin.
Rated 4.5 out of 5 stars
4.5 Stars (409 Reviews)
3.7 FL OZ


Mountain Glow Golden Serum
A one-of-a-kind, deeply rejuvenating face serum for your best skin ever.
A one-of-a-kind, deeply rejuvenating face serum for your best skin ever.
Rated 4.7 out of 5 stars
4.7 Stars (1,715 Reviews)
1 FL OZ