Super Fresh
{
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.4 out of 5 stars
4.4 Stars (449 Reviews)
Go Easy Shampoo
A luxurious, moisturizing daily shampoo for healthy hair.
A luxurious, moisturizing daily shampoo for healthy hair.
Rated 4.6 out of 5 stars
4.6 Stars (226 Reviews)
8 FL OZ
Stellar Shave Cream
A deeply nourishing, non-lathering shave cream.
A deeply nourishing, non-lathering shave cream.
A deeply nourishing, non-lathering shave cream.
Rated 4.7 out of 5 stars
4.7 Stars (155 Reviews)
5 FL OZ
Citrus Riot Body Wash
A foaming gel body wash with a punchy, citrus-infused aroma.
A foaming gel body wash with a punchy, citrus-infused aroma.
Rated 4.1 out of 5 stars
4.1 Stars (108 Reviews)
8 FL OZ