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
Every Man Jack Tri Team
Shop Every Man Jack Tri-Team’s favorite products.
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
Apply Filters
No Products Found
10% Off
Sold out
Evolved Essentials - Starter Bundle
Available in 4 options
4.697947214
/
5
(341)
Sale Price:
$27.00
Regular Price:
$30.00
Add to Cart
10% Off
Sold out
Beard Care Starter Bundle
Available in 3 options
4.813648293
/
5
(381)
Sale Price:
$35.00
Regular Price:
$39.00
Add to Cart
0% Off
Sold out
Evolved Essentials - Stock Up Bundle
Available in 3 options
4.697947214
/
5
(341)
$52.99
Add to Cart
20% Off
Sold out
Beard Care Stock Up Bundle
Available in 2 options
4.813648293
/
5
(381)
Sale Price:
$76.00
Regular Price:
$96.00
Add to Cart
12% Off
Sold out
Deodorant Variety Bundle
4.094339622
/
5
(53)
Sale Price:
$21.00
Regular Price:
$24.00
Sold out
12% Off
Sold out
Essentials Variety Bundle
4.697947214
/
5
(341)
Sale Price:
$28.00
Regular Price:
$32.00
Add to Cart
17% Off
Sold out
Hand + Body Lotion Variety Bundle
4.538461538
/
5
(13)
Sale Price:
$29.00
Regular Price:
$35.00
Add to Cart
23% Off
Sold out
Deluxe Beard Care Bundle
4.813648293
/
5
(381)
Sale Price:
$46.00
Regular Price:
$60.00
Add to Cart
40% Off
Sold out
Smooth & Sophisticated Bundle
5.0
/
5
(3)
Sale Price:
$79.99
Regular Price:
$134.00
Add to Cart
20% Off
Sold out
Small Batch Beard Collection Bundle
5.0
/
5
(11)
Sale Price:
$36.00
Regular Price:
$45.00
Add to Cart
0% Off
Sold out
Beard + Face Starter Bundle
Available in 3 options
$57.00
Add to Cart
15% Off
Sold out
Beard + Tools Starter Bundle
Available in 3 options
5.0
/
5
(5)
Sale Price:
$59.50
Regular Price:
$70.00
Add to Cart
Previous page
Go to page
1
Go to page
2
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