We recommend that you treat this extract with the same level of caution that you would approach an alligator with. Except the bite from the alligator would probably be less painful.
Ingredients: Pure Chile Pepper Extract (Oleoresin Capsicum)
Manufactured by Burn Sauces
Third Degree Burn where every bottle is handcrafted in small batches. At 1 million SHU this pure extract has a heat close to the ghost pepper. Handle this carefully as it can cause harm in even small amounts.
Ingredients: Pure Chile Pepper Extract (Oleoresin Capsicum)
Manufactured by Burn Sauces
This product is an extract, not a hot sauce and should be handled with extreme care. Every 5 oz bottle contains 1 million SHU of pure pepper extract. Add to large batches of homemade wing sauce, chili, spaghetti sauce or hot sauce.
Ingredients: Premium High-Grade Certified Oleoresin Capsicum. May contain soybean oil.
Manufactured by Ashley Foods.
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 });
}
})();