This sauce is smokey sweet and delightful. Would definitely order again.
D
Dominique Rheaume (Ottawa, CA)
Amazing
They were amazing sauces and arrived quickly thank you
C
Claude Lalande (Saint-Joseph-du-Lac, CA)
The best sauce !!!
This is an order renewal for me and it will be renewed again and again.
Goes great with a nice steak on the BBQ, in the plate, or both.
P
Patrick Hamilton (Elmview, CA)
Great sauce!
This sauce pairs extremely well with pork, chicken, or fish. Made pork ribs on the bbq, lathering this sauce on it throughout cooking; and my picky wife loved them! Definitely would recommend this 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 });
}
})();