Deodorant
{
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)
'
>
Hoppin' Fresh Deodorant
A crisp, cooling aluminum and baking soda-free stick deodorant.
A crisp, cooling aluminum and baking soda-free stick deodorant.
Rated 4.3 out of 5 stars
4.3 Stars (427 Reviews)
Forest Fix Deodorant
A forest-fresh aluminum and baking soda-free stick deodorant.
A forest-fresh aluminum and baking soda-free stick deodorant.
Rated 4.4 out of 5 stars
4.4 Stars (58 Reviews)
2.6 OZ
Sublime Sage Spray Deodorant
An aluminum-free spray deodorant with a bright, herbaceous scent.
An aluminum-free spray deodorant with a bright, herbaceous scent.
Rated 4.4 out of 5 stars
4.4 Stars (123 Reviews)
1.7 FL OZ
Hoppin’ Fresh Deodorant Three-Pack
MADE TO:
Keep you fresh all day long!
A stash of freshness to keep or share.
CONTAINS:
Three Hoppin’ Fresh Deodorants
Three Hoppin’ Fresh Deodorants
Rated 4.4 out of 5 stars
4.4 Stars (413 Reviews)
3 items