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
Sold out
Ass Kickin’ Bacon Popcorn Seasoning - Spice/Peppers
Ass Kickin' Bacon Popcorn Seasoning €5,95
Sprinkle on your popcorn give it that great "Hickory Smoked" touch! You can also use Ass Kickin' Popcorn Seasoning to spice up meats, poultry and fish. Ingredients: Maltodextrin, flour salt, bacon flavor, sugar, natural butter flavor and calcium silicate Manufactured by Southwest Specialty Food
Historic Lynchburg Tennessee Barbecue Seasoning & Rub - Spice/Peppers
Historic Lynchburg Tennessee Whiskey Barbecue Seasoning & Rub €9,95
Classic Southern barbecue flavour with a touch of smokey Tennessee whiskey. Ingredients: Salt, Sugar, Spices, Paprika, Monosodium Glutamate, Onion Powder, Garlic Powder, Natural Hickory Smoke Flavor, Flavoring, and Jack Daniel's Black Label Whiskey.  Gluten-free Manufactured by Lynchburgs Merchandise Co.
Sold out
Killer Hogs The A.P. Seasoning - Spice/Peppers
Killer Hogs The A.P. Seasoning €14,95
Killer Hogs The A.P. Seasoning is perfect for all your grilling needs. A well-balanced blend with bold flavors, it's the ideal seasoning for beef, pork, chicken, or vegetables.  Ingredients: Salt, dehydrated garlic, spices, monosodium glutamate, refined soybean oil, dehydrated parsley and less than 2% calcium stearate added to prevent caking. 396 gr Manufactured by Killer Hogs
Sold out
Killer Hogs The BBQ Rub - Spice/Peppers
Killer Hogs The BBQ Rub €14,95
Killer Hogs The BBQ Rub has a well-balanced flavor with a hint of sweetness and a little kick of spice. Its beautiful color and great taste provide the perfect combination for winning BBQ awards. Ingredients: Brown sugar, sugar, paprika, salt, spices, dehydrated garlic, oleoresin paprika, dehydrated orange peel, natural flavour and less than 2% of tricalcium phosphate added to prevent caking. 311 gr Manufactured by Killer Hogs
Sold out
Slap Ya Mama Original 16oz - Herbs & Spices
Slap Ya Mama Original 16oz €11,95
You can never have too much of a good thing and Slap Ya Mama isn't just a good thing, it's a GREAT thing! Dredge chicken wings and potato wedges before frying, sprinkle on your breakfast eggs, marinate chicken, pork and seafood, season fried rice - there's no wrong way to use this authentic Cajun seasoning. Ingredients: Salt, black pepper, red pepper, granulated garlic. 454 g   Manufactured by Slap Ya Mama

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); }); } });