Bundle & Save
These forest-fueled bestsellers are bundled to save—and ready to gift!
Bestsellers
All-time favorites, bundled to save.
{
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)
'
>
Hydration Heroes Bundle
MADE TO:
Hydrate and boost all-around radiance.
Hydrate and boost all-around radiance.
CONTAINS:
Moisturizer + serum
Moisturizer + serum
Rated 4.6 out of 5 stars
4.6 Stars (6,785 Reviews)
Co-Founder Emily's Heavy Hitter Bundle
MADE TO:
Dial back the look of fine lines.
Dial back the look of fine lines.
CONTAINS:
Serum + eye cream
Serum + eye cream
Rated 4.5 out of 5 stars
4.5 Stars (3,395 Reviews)
Haircare Heroes Bundle
MADE TO:
Keep hair soft, shiny, & manageable.
Keep hair soft, shiny, & manageable.
CONTAINS:
Shampoo + conditioner
Shampoo + conditioner
Rated 4.5 out of 5 stars
4.5 Stars (404 Reviews)
Everyday Essentials Skincare Bundle
MADE TO:
Deliver clear, even-toned skin.
Deliver clear, even-toned skin.
CONTAINS:
Moisturizer + cleanser + serum
Moisturizer + cleanser + serum
Rated 4.5 out of 5 stars
4.5 Stars (8,181 Reviews)
Super Soother Skincare Bundle
MADE TO:
Soothe stressed, dehydrated skin.
Soothe stressed, dehydrated skin.
CONTAINS:
Moisturizer + serum
Moisturizer + serum
Rated 4.5 out of 5 stars
4.5 Stars (6,675 Reviews)
Deep Rest Bundle
MADE TO:
Renew & replenish skin overnight.
Renew & replenish skin overnight.
CONTAINS:
Serum + moisturizer
Serum + moisturizer
Rated 4.6 out of 5 stars
4.6 Stars (765 Reviews)
The Essential Serum Set
MADE TO:
Lighten, brighten, and boost glow.
Lighten, brighten, and boost glow.
CONTAINS:
Two serums
Two serums
Rated 4.5 out of 5 stars
4.5 Stars (3,076 Reviews)
Day & Night Duo
MADE TO:
Protect skin daily & renew skin nightly.
Protect skin daily & renew skin nightly.
CONTAINS:
Serum + SPF
Serum + SPF
Rated 4.6 out of 5 stars
4.6 Stars (587 Reviews)
Forest Bliss Bundle
MADE TO:
Hydrate deeply and rewind fine lines.
Hydrate deeply and rewind fine lines.
CONTAINS:
Moisturizer + eye cream
Moisturizer + eye cream
Rated 4.3 out of 5 stars
4.3 Stars (2,260 Reviews)
Bright & Early Bundle
MADE TO:
Brighten & protect skin everyday.
Brighten & protect skin everyday.
CONTAINS:
Serum + SPF
Serum + SPF
Rated 4.4 out of 5 stars
4.4 Stars (1,865 Reviews)
Mini Bestsellers Bundle
MADE TO:
Travel with you & keep you fresh.
Travel with you & keep you fresh.
CONTAINS:
A sampling of our travel-ready essentials
A sampling of our travel-ready essentials
Rated 4.5 out of 5 stars
4.5 Stars (278 Reviews)
New bundles
Our latest and greatest combinations.
{
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)
'
>
Fresh Start Bundle
MADE TO:
Revive & replenish skin for a fresh start.
Revive & replenish skin for a fresh start.
CONTAINS:
Face polish + moisturizer
Face polish + moisturizer
Rated 4.5 out of 5 stars
4.5 Stars (5,093 Reviews)
Botanic Buzz Hand Care Bundle
MADE TO:
Cleanse and hydrate hands.
Cleanse and hydrate hands.
CONTAINS:
Hand wash + hand cream
Hand wash + hand cream
Rated 4.7 out of 5 stars
4.7 Stars (26 Reviews)
Value packs
Multi-packs for staying well-stocked!
{
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)
'
>
Morning Mojo Three-Pack
MADE TO:
Wake you up with invigorating freshness.
Wake you up with invigorating freshness.
CONTAINS:
Three Morning Mojo Bar Soaps
Three Morning Mojo Bar Soaps
Rated 4.8 out of 5 stars
4.8 Stars (248 Reviews)
Hoppin’ Fresh Deodorant Three-Pack
MADE TO:
Keep you fresh all day long!
Keep you fresh all day long!
CONTAINS:
Three Hoppin’ Fresh Deodorants
Three Hoppin’ Fresh Deodorants
Rated 4.4 out of 5 stars
4.4 Stars (422 Reviews)
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,541 Reviews)
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.2 out of 5 stars
4.2 Stars (326 Reviews)