Liquid error (layout/theme line 135): Could not find asset snippets/cart-icon.liquid
Liquid error (layout/theme line 136): Could not find asset snippets/search-icon.liquid
Iguana Chipotle Hot Sauce - Hot Sauce
Iguana Chipotle Hot Sauce ¥1,100
The smokiness and tangy flavour of the Chipotle is given extra dimension by spices like cocoa and cinnamon. Mild heat makes this a great hot sauce for the whole family to enjoy on tacos, burgers, pizza and more! Ingredients: Water, red Jalapeno peppers 14%, onion, tomato paste, red bell pepper, fresh tomatoes, salt, cane sugar, vinegar, garlic, cocoa powder, black pepper, oregano, thyme, cinnamon, clove, natural smoke flavour and .05% sodium benzoate as a preservativeManufactured by Half Moon Bay Trading Co
Sold out
Melinda’s Tangy and Spicy Jalapeno Ketchup - Condiments
Melinda’s Tangy and Spicy Jalapeno Ketchup ¥1,400
By using pure cane sugar instead of high fructose corn syrup, Melinda's has crafted a ketchup that you can indulge in without feeling guilty.  Ingredients: Water, Tomato Paste, Pure Cane Sugar, Jalapeno Peppers, Glucose, Onion, Salt, Lime Juice, Starch, Acetic Acid, Citric Acid, Garlic and Ascorbic Acid.   Manufactured by Figueroa Brothers

This site requires cookies in order to provide all of its functionality.

// Delay chat widget loading setTimeout(function() { var gorgiasScript = document.createElement('script'); gorgiasScript.src = 'https://widget.gorgias.io/chat.js'; gorgiasScript.async = true; document.body.appendChild(gorgiasScript); }, 5000); // Load after 5 seconds function loadJQuery() { if (window.jQuery) return; var script = document.createElement('script'); script.src = 'https://code.jquery.com/jquery-3.5.1.min.js'; script.crossOrigin = 'anonymous'; document.body.appendChild(script); } // Load on user interaction ['mouseover', 'keydown', 'touchmove', 'scroll'].forEach(function(event) { window.addEventListener(event, loadJQuery, {once: true}); }); // Fallback - load after 3 seconds if no interaction setTimeout(loadJQuery, 3000); // Lazy load images when they come into viewport document.addEventListener('DOMContentLoaded', function() { if ('IntersectionObserver' in window) { const lazyImages = document.querySelectorAll('img[loading="lazy"]'); const imageObserver = new IntersectionObserver(function(entries, observer) { entries.forEach(function(entry) { if (entry.isIntersecting) { const lazyImage = entry.target; lazyImage.src = lazyImage.dataset.src; if (lazyImage.dataset.srcset) { lazyImage.srcset = lazyImage.dataset.srcset; } lazyImage.classList.remove('lazy'); imageObserver.unobserve(lazyImage); } }); }); lazyImages.forEach(function(lazyImage) { imageObserver.observe(lazyImage); }); } });