Skip to content
Pause slideshow
Play slideshow
Free Shipping
on Orders > $75
icon-X
Close menu
Knife
Wallet
Multitools
Bottle Openers
Shop All
CUSTOM LANYARD
instagram
Instagram
Facebook
Cart
icon-X
Close cart
Your cart is currently empty.
Knife
Wallet
Multitools
Bottle Openers
Shop All
CUSTOM LANYARD
icon-hamburger
Site navigation
icon-search
Search
Cart
Search
Search
Step 3 - Add Your Tool
icon-filter
Filter
Sort
Sort
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
EverRatchet Ratcheting Multitool
from $27.99
Sale
GhostTi Utility Knife
Regular price
$70.00
Sale price
from $58.00
Save 17%
NO THANKS, GO TO CART
icon-X
"Close (esc)"
icon-X
icon-chevron
icon-X
Lanyard Add-On Tools
if (preorderVariantIds.includes(variantId)) { addToCartText.textContent = 'Add to Cart'; addToCartBtn.disabled = false; } else { addToCartText.textContent = 'Add to Cart'; } } // ✅ Detect current variant on load const currentVariantId = document.querySelector('[name="id"]')?.value; if (currentVariantId) { updateButtonText(currentVariantId); } // ✅ Update on variant change document.addEventListener('variant:change', function (e) { const variant = e.detail.variant; if (variant && variant.id) { updateButtonText(variant.id.toString()); } }); });