Stocking stuffers
{
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)
'
>
Essential Face Wipes
Bright & Easy 3-Minute Flash Mask
Hoppin' Fresh Deodorant
Going Places Lip Balm
Morning Mojo Bar Soap
Ursa Major Digital Gift Card

Individually-wrapped bamboo face wipes to refresh skin on the go.
Rated 4.8 out of 5 stars
4.8 Stars (487 Reviews)

A powerful, fast-acting enzyme face mask for clear, vibrant skin.
Rated 4.7 out of 5 stars
4.7 Stars (139 Reviews)

A crisp, clean and naturally cooling aluminum-free stick deodorant.
Rated 4.3 out of 5 stars
4.3 Stars (340 Reviews)

A clean lip balm for soft, hydrated lips, everywhere you go.
Rated 4.3 out of 5 stars
4.3 Stars (217 Reviews)

An energizing and exfoliating bar soap that’ll wake you right up.
Rated 4.8 out of 5 stars
4.8 Stars (188 Reviews)

Looking for a gift you can give right now? Our digital gift card should do the trick.
Rated 5.0 out of 5 stars
5.0 Stars (1 Review)