Hair & Body
For that “woohoo!” in the shower feeling
{
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)
'
>
Forest Fix Deodorant
Base Layer Deodorant
Morning Mojo Bar Soap
Stellar Shave Cream
Hello Hinoki Spray Deodorant

A uniquely-effective, forest fresh deodorant with a woodsy scent that eliminates underarm odor and absorbs excess moisture, all while delivering a daily dose of the great outdoors.

A uniquely-effective, unscented, aluminum and baking soda-free stick deodorant.

SOMETHING EXTRA
Free Lip Balm in orders $90+

An energizing and exfoliating bar soap that’ll have you woohoo-ing in the shower.

A super-nourishing, non-lathering shave cream. Perfect for legs, face or wherever you need a close shave.

A powerful, long-lasting aluminum and baking soda-free spray deodorant.
.jpg?v=1695998990534)