Value Packs
{
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)
'
>
Morning Mojo Three-Pack
MADE TO:
Wake you up with invigorating freshness.
Invigorating freshness to start your day.
CONTAINS:
Three Morning Mojo Bar Soaps
Three Morning Mojo Bar Soaps
Rated 4.8 out of 5 stars
4.8 Stars (259 Reviews)
3 items
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 (431 Reviews)
3 items
Fantastic Face Wash Two-Pack
MADE TO:
Cleanse at the sink or in the shower!
Cleanse at the sink or in the shower!
CONTAINS:
Two Fantastic Face Washes
Two Fantastic Face Washes
Rated 4.7 out of 5 stars
4.7 Stars (1,569 Reviews)
2 items
Lip Balm Three-Pack
MADE TO:
Keep lips hydrated wherever you go.
Keep lips hydrated wherever you go.
CONTAINS:
Three Going Places Lip Balms
Three Going Places Lip Balms
Rated 4.3 out of 5 stars
4.3 Stars (345 Reviews)
3 items