I gave my buddy a bottle he always says not bad as he did with this on the other hand he told his wife don’t tell Dave but that shit could cause blisters
C
Christian Saadalla (Kitchener, CA)
Delicious AND Spicy - My Favourite Hot Sauce Of All Time
This is exactly what hot sauces should strive for, flavour AND heat.
I make my own hot sauces using Carolina reapers, ghost peppers, scotch bonnets, habaneros, etc…. And this one is my favourite without question.
J
Jason Atkinson (Hamilton, CA)
Bunsters Shit The Bed Hot Sauce
J
JOHN BRIAN GALLAGHER (Cayuga, CA)
good stuff!!!!!
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 });
}
})();