Skip to main content
FREE SHIPPING ORDERS OVER $50
Main Menu
{ if (e.key === 'k' && e.ctrlKey) { e.preventDefault(); e.stopPropagation(); if (!hasFocus) { hasFocus = true; $modal.setId('search') $nextTick(() => $el.querySelector('input')?.focus()) } } if (e.key === 'Escape' && hasFocus) { e.preventDefault(); e.stopPropagation(); hasFocus = false; $modal.id = ''; $refs.navSearchButton.focus() } }">
Search
{ hasFocus = false }, 300) }; " class="appearance-none flex-1 bg-transparent !outline-none">
{ if (hasFocus && $modal.id !== 'search') { $refs.navSearchForm.classList.remove('active'); setTimeout(()=> { hasFocus = false }, 300) return; } hasFocus = true; $modal.setId('search') $modal.setSubId('') if (window.innerWidth > 768) { $nextTick(()=> $refs.navSearchForm.querySelector('input').focus()) } }">
Search
{ if ($modal.id !== `megamenu--featured`) { e.preventDefault(); $modal.setId(`megamenu--featured`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--featured`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--featured` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
Featured
{ if ($modal.id !== `megamenu--shop-by-product`) { e.preventDefault(); $modal.setId(`megamenu--shop-by-product`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--shop-by-product`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--shop-by-product` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
Shop By Product
{ if ($modal.id !== `megamenu--shop-by-scent`) { e.preventDefault(); $modal.setId(`megamenu--shop-by-scent`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--shop-by-scent`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--shop-by-scent` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
Shop By Scent
{ if ($modal.id !== `megamenu--bundle-and-save`) { e.preventDefault(); $modal.setId(`megamenu--bundle-and-save`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--bundle-and-save`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--bundle-and-save` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
Bundle & Save
{ if ($modal.id !== `megamenu--about-us`) { e.preventDefault(); $modal.setId(`megamenu--about-us`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--about-us`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--about-us` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
About Us
{ if (e.key === 'k' && e.ctrlKey) { e.preventDefault(); e.stopPropagation(); if (!hasFocus) { hasFocus = true; $modal.setId('search') $nextTick(() => $el.querySelector('input')?.focus()) } } if (e.key === 'Escape' && hasFocus) { e.preventDefault(); e.stopPropagation(); hasFocus = false; $modal.id = ''; $refs.navSearchButton.focus() } }">
Search
{ hasFocus = false }, 300) }; " class="appearance-none flex-1 bg-transparent !outline-none">
{ if (hasFocus && $modal.id !== 'search') { $refs.navSearchForm.classList.remove('active'); setTimeout(()=> { hasFocus = false }, 300) return; } hasFocus = true; $modal.setId('search') $modal.setSubId('') if (window.innerWidth > 768) { $nextTick(()=> $refs.navSearchForm.querySelector('input').focus()) } }">
Search
0
Lotion
Hydrating moisturizer formulas to nourish and protect all skin types, including sensitive.
Body
Hair
Beard
Limited Edition
Bundles
Filters
Sort by: Loading
{ ;if (!select?.contains($event.target) && select !== $event.target) { show_popover = false; show = false; } }" @scroll.window="pos = select.getBoundingClientRect()" @resize.window="pos = select.getBoundingClientRect()" @keydown.esc="show_popover = false; show = false;" @keydown.left.prevent.stop="focusIndex = focusIndex > 0 ? focusIndex -1 : values.length - 1" @keydown.up.prevent.stop="focusIndex = focusIndex > 0 ? focusIndex -1 : values.length - 1" @keydown.down.prevent.stop="focusIndex = focusIndex + 1 < values.length ? focusIndex + 1 : 0" @keydown.right.prevent.stop="focusIndex = focusIndex + 1 < values.length ? focusIndex + 1 : 0" @keydown.space.prevent.stop="main_collection.state.sort_by = value" @keydown.enter.prevent.stop="main_collection.state.sort_by = value; show_popover = false; show = false;" class="fixed z-max min-w-max mt-1 max-h-60 w-full overflow-auto rounded-md bg-[#F2E8DA] py-1 text-base shadow-lg outline-none ring-1 ring-black/5 transition-opacity duration-75 focus:outline-none sm:text-sm dropdown--input-select-plain" aria-label="Sort by" aria-orientation="vertical" role="listbox" tabindex="0" x-show="show_popover" x-cloak x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0">
{ if (disabledItems[i]) return; main_collection.state.sort_by = value; focusIndex = i; show_popover = false; show = false; }" :disabled="!!disabledItems[i]" :class="i === focusIndex && !disabledItems[i] ? 'active' : disabledItems[i] ? 'opacity-40' :''" x-effect="i === focusIndex && $el.parentElement ? $el.parentElement.scrollTop = $el.offsetTop - 120 : null" role="option" tabindex="-1" :aria-selected="i === focusIndex">
Filters
Scent
Cedarwood (1)
Fragrance Free (2)
Sandalwood (1)
Sea Salt (1)
Apply Filters
No Products Found
17% Off
Sold out
Hand + Body Lotion Variety Bundle
4.538461538
/
5
(13)
$29.00
$35.00
Add to Cart
0% Off
Sold out
Hand + Body Lotion
Available in 3 options
4.715384615
/
5
(130)
$15.00
$15.00
Add to Cart
0% Off
Sold out
Daily Moisturizer
4.759036144
/
5
(83)
$9.00
Add to Cart
0% Off
Sold out
SPF 30 Mineral Face Lotion
4.464788732
/
5
(71)
$9.99
Add to Cart
SHOP BY SCENT
Built Around Where You’d Rather Be
MOUNTAIN AIR
Notes of high-altitude oxygen, wild pear, and alpine lemon capture the thrill of standing on the summit of a snowy peak.
Shop Mountain Air
CEDARWOOD
The aromatic scent of Cedar is blended with the earthy, woodsy scent of Vetiver. Subtle notes of spices result in a peppery, rugged finish.
Shop Cedarwood
TEA TREE
Herbaceous Tea Tree is mixed with Peppermint and Lavender, resulting in an invigorating, fresh finish.
Shop Tea Tree
COASTAL MOSS
Smell like refreshing coastal air with a blend of California Citrus and earthy Vetiver and Lavender.
Shop Coastal Moss
SANDALWOOD
Sandalwood Oil is blended with the earthy scent of Vetiver. Subtle notes of Amber give a complex, masculine finish.
Shop Sandalwood
COCONUT VANILLA
Coconut-forward with hints of vanilla and amber, this scent is breezy and tropical with just the right amount of sweet.
Shop Coconut Vanilla
SEA SALT CITRUS
On the list of freshest all-time scents, Sea Salt tops the charts. Sea Minerals and zesty Citrus combine to wake you up like a blast of morning ocean mist.
Shop Sea Salt Citrus
CRIMSON OAK
The warm, woodsy scent of Oak is blended with citrusy Bergamot. Subtle notes of spices end in a rich, distinctive finish.
Shop Crimson Oak
content_slider?.scrollToIndex(index)">
Shop All Scents
{}">
Account
Skip
Powered by