A very sweet mildly spicy popcorn with a great lime flavour.
Ingredients: Popcorn, palm oil, fully hydrogenated soybean oil, salt, spices, natural and artificial flavours, sucralose.
Manufactured by Southwest Specialty Food
Sweet, salty & addictive - this tasty popcorn makes a perfect afternoon snack.
Ingredients: Popcorn, Palm Oil, Salt, Fully Hydrogenated Soybean Oil, Spices, Natural & Artificial Flavours, Sucralose, Colour Added.
Produced In A Plant That Uses Peanuts, Tree Nuts and Soy Products.
Manufactured by Southwest Speciality Food Inc.
Tasty and not too hot, the perfect popcorn for your afternoon snack.
Ingredients: Popcorn, palm oil, salt, fully hydrogenated soybean oil, spices, natural & artificial flavours, Sriracha. 99.2 g
Produced in a plant that uses Peanuts, Tree Nuts and Soy products.
Manufactured by Southwest Specialty Food, Inc.
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 });
}
})();