Liquid error (layout/theme line 135): Could not find asset snippets/cart-icon.liquid
Liquid error (layout/theme line 136): Could not find asset snippets/search-icon.liquid
Sold out
Hot Ones The Last Dab Apollo Hot Sauce - Hot Sauce
Hot Ones The Last Dab Apollo Hot Sauce $46.00
The latest installment in the Hot Ones Last Dab series, the Apollo, features pepper cultivating genius Smokin' Ed Currie's latest killer pepper, the Apollo. Out of four ingredients, the pepper counts for three; pure pepper, pepper powder and pepper distillate. Pure heat and straight-up flavour, this is what hot sauce is all about!Ingredients: The Apollo pepper, distilled vinegar, the Apollo pepper powder, the Apollo pepper distillate. 148 ml Manufactured by Puckerbutt Pepper Co
Sold out
Hot Ones 3pk Last Dab Apollo Edition - Hot Sauce
Hot Ones 3pk Last Dab Apollo Edition $96.00
SAVE ON HOT ONES   This 3pk was featured on Hot Ones Season 19 and the new Classic version with maple syrup was an instant hit! Slightly hotter than its siblings it has a robust, sweet flavour profile that lends itself to a variety of foods from tacos to lasagna. Along with the other two sauces in this discounted 3pk it puts the perfect touch to a selection that gives you lots of flavour versatility along with a variety of heat levels. Every pack contains one each of: The Classic Chili Maple Los Calientes Barbacoa Last Dab Apollo
Sold out
Black Mamba Extreme Hot Sauce - Hot Sauce
Black Mamba Extreme Hot Sauce $35.00
Chocolate Habaneros have a deep, earthy flavour with notes of coffee and cinnamon and the added extract gives this sauce a fearsome bite. Ingredients: Chocolate Habaneros, Vinegar and Capsaicin. 60 ml Manufactured by CaJohns 
Sold out
Hot Ones The Last Dab XXX Hot Sauce - Hot Sauce
Hot Ones The Last Dab XXX Hot Sauce $45.00
***AS SEEN ON HOT ONES*** The latest incarnation of the hot sauce made famous by Hot Ones includes not only Pepper X but Chocolate and Peach Pepper X, for a more intense and layered heat. Ginger, cumin and turmeric add rich flavour to round out the taste experience. Ingredients: Pepper X, Chocolate Pepper X, Peach Pepper X, distilled vinegar, ginger root, turmeric, coriander, cumin, dry mustard.Manufactured by Heatonist

This site requires cookies in order to provide all of its functionality.

// Delay chat widget loading setTimeout(function() { var gorgiasScript = document.createElement('script'); gorgiasScript.src = 'https://widget.gorgias.io/chat.js'; gorgiasScript.async = true; document.body.appendChild(gorgiasScript); }, 5000); // Load after 5 seconds function loadJQuery() { if (window.jQuery) return; var script = document.createElement('script'); script.src = 'https://code.jquery.com/jquery-3.5.1.min.js'; script.crossOrigin = 'anonymous'; document.body.appendChild(script); } // Load on user interaction ['mouseover', 'keydown', 'touchmove', 'scroll'].forEach(function(event) { window.addEventListener(event, loadJQuery, {once: true}); }); // Fallback - load after 3 seconds if no interaction setTimeout(loadJQuery, 3000); // Lazy load images when they come into viewport document.addEventListener('DOMContentLoaded', function() { if ('IntersectionObserver' in window) { const lazyImages = document.querySelectorAll('img[loading="lazy"]'); const imageObserver = new IntersectionObserver(function(entries, observer) { entries.forEach(function(entry) { if (entry.isIntersecting) { const lazyImage = entry.target; lazyImage.src = lazyImage.dataset.src; if (lazyImage.dataset.srcset) { lazyImage.srcset = lazyImage.dataset.srcset; } lazyImage.classList.remove('lazy'); imageObserver.unobserve(lazyImage); } }); }); lazyImages.forEach(function(lazyImage) { imageObserver.observe(lazyImage); }); } });