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
Bundles that Qualify for Free Shipping
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
4 Pack Variety (1)
Aged Bourbon (5)
Amber + Sandalwood (1)
Cedar + Red Sage (1)
Cedarwood (2)
Coastal Moss (2)
Coconut + Driftwood (1)
Fragrance Free (1)
Hawt Sauce (1)
Hinoki Spice (2)
Pacific Cypress (2)
Sandalwood (11)
Sea Minerals + Citron (1)
Sea Salt (9)
Variety (1)
Apply Filters
No Products Found
10% Off
Sold out
Beard Care Starter Bundle
Available in 3 options
4.813648293
/
5
(381)
$35.00
$39.00
Add to Cart
0% Off
Sold out
Evolved Essentials - Stock Up Bundle
Available in 3 options
4.696165191
/
5
(339)
$52.99
$52.99
Add to Cart
10% Off
Sold out
Evolved Essentials - Starter Bundle
Available in 4 options
4.696165191
/
5
(339)
$27.00
$30.00
Add to Cart
20% Off
Sold out
Beard Care Stock Up Bundle
Available in 2 options
4.813648293
/
5
(381)
$76.00
$96.00
Add to Cart
14% Off
Sold out
Body Gift Set
Available in 3 options
4.676300578
/
5
(346)
$35.99
$41.99
Add to Cart
12% Off
Sold out
Deodorant Variety Bundle
4.153846153
/
5
(52)
$21.00
$24.00
Add to Cart
0% Off
Sold out
Beard Gift Set
Available in 2 options
4.813648293
/
5
(381)
$44.99
$44.99
Add to Cart
17% Off
Sold out
Hand + Body Lotion Variety Bundle
4.538461538
/
5
(13)
$29.00
$35.00
Add to Cart
12% Off
Sold out
Essentials Variety Bundle
4.696165191
/
5
(339)
$28.00
$32.00
Add to Cart
27% Off
Sold out
Rainbow Railroad Box Set
4.901869158
/
5
(214)
$40.00
$55.00
Add to Cart
23% Off
Sold out
Deluxe Beard Care Bundle
4.813648293
/
5
(381)
$46.00
$60.00
Add to Cart
40% Off
Sold out
Smooth & Sophisticated Bundle
5.0
/
5
(3)
$79.99
$134.00
Add to Cart
Previous page
page
1
page
2
page
3
Next page
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