Pink dragon fruit and Ghost peppers sounds like an interesting hot sauce combo and it is! Lingering heat mixed with a light fruitiness while extra virgin olive oil adds a touch of creaminess. Pair with seafood, salads, veggies, rice and chicken.
Ingredients: Ghost peppers, extra virgin olive oil, sugars (cane sugar), apple cider vinegar, garlic, pink dragon fruit, sea salt.
Manufactured by Lunar Hot Sauce
This hot sauce was made especially for Ghost pepper lovers. With nothing to overpower the natural flavour of the pepper itself, this is a clean and powerful sauce. Intense and full bodied it's a perfect all around hot sauce for those with a higher heat tolerance.
Ingredients: Apple cider vinegar, Ghost peppers, garlic, natural flavour, sugars (cane sugar), sea salt.
Manufactured by Lunar Hot Sauce
This delightful collaboration between Dawson's Hot Sauce & La Pimenterie is the perfect example of what happens when two hot sauce geniuses get together and brainstorm. This sauce has it all: deep, robust flavour with sweetness and a hint of smoke and a heat level that allows you to be generous with the serving size! Pair with just about everything; charcuterie boards, pizza, tacos, cheese, soups and casseroles.
Ingredients: Butternut squash, water, cedar infused white wine vinegar, red bell peppers, onions, Habanero peppers, Miso (water, soybeans, rice, salt), dehydrated hot peppers (Ancho, Arbol, Guajillo), garlic, brown sugar, salt, canola oil, dehydrated maple syrup milky cap mushrooms, spices. 148 ml
Manufactured by Dawson's Hot Sauce & La Pimenterie
With up to 16 Ghost peppers in each bottle, this hot sauce has not only a flavour profile with subtle notes of citrus, ginger and garlic but carries tremendous heat as well. Thick, silky texture and soft aroma finish off this beautiful package.
Ingredients: Vinegar, extra virgin olive oil, garlic, Bhut Jolokia, Sichuan peppercorn, lemon, ginger, sea salt. 155 ml
Manufactured by Dawson's Hot Sauce
This site requires cookies in order to provide all of its functionality.
(function() {
var flame = document.getElementById('cart-flame');
if (!flame) return;
// Utility to trigger the flame burst
function burstFlame() {
flame.classList.remove('ignite');
// Force reflow to restart animation if triggered rapidly
void flame.offsetWidth;
flame.classList.add('ignite');
setTimeout(function() {
flame.classList.remove('ignite');
}, 900);
}
// Listen for changes to the cart count span
var cartCountSpan = document.querySelector('[data-count]');
if (cartCountSpan) {
var lastCount = cartCountSpan.textContent;
var observer = new MutationObserver(function() {
if (cartCountSpan.textContent !== lastCount) {
lastCount = cartCountSpan.textContent;
burstFlame();
}
});
observer.observe(cartCountSpan, { childList: true, subtree: true });
}
})();