{"title":"Rubs","description":null,"products":[{"product_id":"crazy-gaucho-cajun-rub","title":"Crazy Gaucho Cajun Rub","description":"\u003cstyle\u003e\n.tabs {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  margin-bottom: 20px;\n  flex-wrap: nowrap;\n  overflow-x: auto;\n  padding-bottom: 10px;\n  direction: ltr;\n}\n\n.tab-btn {\n  background-color: #f8f8f8;\n  border: none;\n  flex: 1 1 0;\n  max-width: 150px;\n  padding: 12px 8px;\n  border-radius: 12px;\n  cursor: pointer;\n  font-weight: 600;\n  color: #333;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 6px;\n  transition: all 0.3s ease;\n  font-family: 'Poppins', sans-serif;\n  box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n  text-align: center;\n}\n\n.tab-btn.active {\n  background-color: #fff;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n}\n\n.tab-content {\n  display: none;\n  background-color: #fff;\n  border-radius: 12px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  padding: 20px;\n  font-family: 'Poppins', sans-serif;\n  color: #444;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto 30px;\n  text-align: left;\n  direction: ltr;\n}\n\n.tab-content.active {\n  display: block;\n  animation: fadeIn 0.4s ease;\n}\n\n@keyframes fadeIn {\n  from {opacity: 0; transform: translateY(10px);}\n  to {opacity: 1; transform: translateY(0);}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tabs\"\u003e\n  \u003cbutton class=\"tab-btn active\" data-tab=\"description\"\u003e📄\u003cspan\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eCrazy Gaucho Cajun Rub\u003c\/strong\u003e — Spicy South African-style seasoning perfect for meats, chicken, and BBQ. Combines paprika, garlic, chili, and aromatic herbs for a bold and zesty flavor.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003ePaprika, garlic, onion powder, cayenne pepper, black pepper, oregano, thyme, salt, sugar, chili flakes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100g: Energy: 65 kcal, Protein: 3 g, Carbohydrates: 10 g, Fat: 2 g, Sodium: 4800 mg\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.forEach(c =\u003e c.classList.remove(\"active\"));\n    tab.classList.add(\"active\");\n    document.getElementById(tab.dataset.tab).classList.add(\"active\");\n  });\n});\n\u003c\/script\u003e\n","brand":"Jeremy Gourmet","offers":[{"title":"Default Title","offer_id":51414659334425,"sku":null,"price":39.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Crazy_Gaucho_Cajun_Rub.jpg?v=1765450289"},{"product_id":"crazy-gaucho-chimichurri-rub","title":"Crazy Gaucho Chimichurri Rub","description":"\u003cstyle\u003e\n.tabs {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  margin-bottom: 20px;\n  flex-wrap: nowrap;\n  overflow-x: auto;\n  padding-bottom: 10px;\n  direction: ltr;\n}\n\n.tab-btn {\n  background-color: #f8f8f8;\n  border: none;\n  flex: 1 1 0;\n  max-width: 150px;\n  padding: 12px 8px;\n  border-radius: 12px;\n  cursor: pointer;\n  font-weight: 600;\n  color: #333;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 6px;\n  transition: all 0.3s ease;\n  font-family: 'Poppins', sans-serif;\n  box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n  text-align: center;\n}\n\n.tab-btn.active {\n  background-color: #fff;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n}\n\n.tab-content {\n  display: none;\n  background-color: #fff;\n  border-radius: 12px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  padding: 20px;\n  font-family: 'Poppins', sans-serif;\n  color: #444;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto 30px;\n  text-align: left;\n  direction: ltr;\n}\n\n.tab-content.active {\n  display: block;\n  animation: fadeIn 0.4s ease;\n}\n\n@keyframes fadeIn {\n  from {opacity: 0; transform: translateY(10px);}\n  to {opacity: 1; transform: translateY(0);}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"tabs\"\u003e\n\u003cbutton class=\"tab-btn active\" data-tab=\"description\"\u003e📄\u003cspan\u003eDescription\u003c\/span\u003e\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n\u003cp\u003e\u003cstrong\u003eCrazy Gaucho Chimichurri Rub\u003c\/strong\u003e — Bold South African-style seasoning perfect for steaks, grilled meats, and BBQ. Infused with herbs, garlic, and spices for authentic flavor that enhances every dish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n\u003cp\u003eSalt, garlic, parsley, oregano, paprika, chili, black pepper, herbs and spices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n\u003cp\u003ePer 100g: Energy: 60 kcal, Protein: 4 g, Carbohydrates: 8 g, Fat: 2 g, Sodium: 5200 mg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Jeremy Gourmet","offers":[{"title":"Default Title","offer_id":51414659399961,"sku":null,"price":39.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Crazy_Gaucho_Chimichurri_Rub.png?v=1765793648"},{"product_id":"crazy-gaucho-all-purpose","title":"Crazy Gaucho ALL PURPOSE Rub","description":"\u003cstyle\u003e\n.tabs {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  margin-bottom: 20px;\n  flex-wrap: nowrap;\n  overflow-x: auto;\n  padding-bottom: 10px;\n  direction: ltr;\n}\n\n.tab-btn {\n  background-color: #f8f8f8;\n  border: none;\n  flex: 1 1 0;\n  max-width: 150px;\n  padding: 12px 8px;\n  border-radius: 12px;\n  cursor: pointer;\n  font-weight: 600;\n  color: #333;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 6px;\n  transition: all 0.3s ease;\n  font-family: 'Poppins', sans-serif;\n  box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n  text-align: center;\n}\n\n.tab-btn.active {\n  background-color: #fff;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n}\n\n.tab-content {\n  display: none;\n  background-color: #fff;\n  border-radius: 12px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  padding: 20px;\n  font-family: 'Poppins', sans-serif;\n  color: #444;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto 30px;\n  text-align: left;\n  direction: ltr;\n}\n\n.tab-content.active {\n  display: block;\n  animation: fadeIn 0.4s ease;\n}\n\n@keyframes fadeIn {\n  from {opacity: 0; transform: translateY(10px);}\n  to {opacity: 1; transform: translateY(0);}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tabs\"\u003e\n  \u003cbutton class=\"tab-btn active\" data-tab=\"description\"\u003e📄\u003cspan\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eCrazy Gaucho All Purpose\u003c\/strong\u003e — A versatile South African spice blend for all your cooking needs. Perfect for seasoning meats, vegetables, and grilling. Brings authentic flavor to every dish.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003eSalt, paprika, garlic, onion, chili, black pepper, herbs, and spices.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100g: Energy: 50 kcal, Protein: 3 g, Carbohydrates: 10 g, Fat: 1 g, Sodium: 5000 mg\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.forEach(c =\u003e c.classList.remove(\"active\"));\n    tab.classList.add(\"active\");\n    document.getElementById(tab.dataset.tab).classList.add(\"active\");\n  });\n});\n\u003c\/script\u003e\n","brand":"Jeremy Gourmet","offers":[{"title":"Default Title","offer_id":51414659432729,"sku":null,"price":39.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Crazy_Gaucho_All_Purpose_seaso.jpg?v=1765450446"},{"product_id":"texan-steakhouse-rub","title":"Cape Herb \u0026 Texas Steak Seasoning","description":"\u003cstyle\u003e\n.gp-texas-steak-en {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n.gp-texas-steak-en .badges-wrapper {\n  display: flex;\n  justify-content: center;\n  gap: 12px;\n  margin-bottom: 15px;\n  flex-wrap: wrap;\n}\n\n.gp-texas-steak-en .badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  padding: 6px 16px;\n  border-radius: 16px;\n  font-size: 0.95rem;\n  font-weight: 700;\n  color: #333;\n  background: linear-gradient(135deg, #FFD700, #FFC107);\n  box-shadow: 0 2px 6px rgba(0,0,0,0.20);\n}\n\n.gp-texas-steak-en .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n.gp-texas-steak-en .tabs {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  margin-bottom: 15px;\n  flex-wrap: nowrap;\n  overflow-x: auto;\n}\n\n.gp-texas-steak-en .tab-btn {\n  background: none;\n  border: none;\n  font-weight: 600;\n  font-size: 0.95rem;\n  padding: 10px 12px;\n  cursor: pointer;\n  border-bottom: 2px solid transparent;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n  font-family: 'Poppins', sans-serif;\n}\n\n.gp-texas-steak-en .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n.gp-texas-steak-en .tab-content {\n  display: none;\n  background: #fff;\n  border-radius: 12px;\n  padding: 20px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  line-height: 1.7;\n  max-width: 800px;\n  margin: 0 auto 30px;\n  text-align: left;\n  direction: ltr;\n}\n\n.gp-texas-steak-en .tab-content.active {\n  display: block;\n  animation: gpTexasFadeEn 0.4s ease;\n}\n\n@keyframes gpTexasFadeEn {\n  from {\n    opacity: 0;\n    transform: translateY(10px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@media(max-width:480px) {\n  .gp-texas-steak-en {\n    padding: 0 10px;\n  }\n\n  .gp-texas-steak-en .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-texas-steak-en .tab-btn {\n    flex: 0 0 auto;\n    min-width: 90px;\n    text-align: center;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"gp-texas-steak-en\"\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eBold \u0026amp; Smoky\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn active\" data-tab=\"texas-steak-en-description\"\u003e\n      Description\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"texas-steak-en-ingredients\"\u003e\n      Ingredients\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"texas-steak-en-nutrition\"\u003e\n      Nutrition\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"texas-steak-en-description\" class=\"tab-content active\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eBring the taste of Texas to your grill.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A bold, smoky seasoning blend designed to bring out the best in\n      \u003cstrong\u003esteaks, burgers and grilled meats\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Rich, savoury and packed with flavour, it gives your meat that\n      \u003cstrong\u003edeep BBQ-style kick\u003c\/strong\u003e without overpowering the natural\n      taste of the beef.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Perfect for the \u003cstrong\u003ebraai, BBQ or grill\u003c\/strong\u003e — simply season,\n      cook and enjoy.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"texas-steak-en-ingredients\" class=\"tab-content\"\u003e\n\n    \u003cp\u003e\u003cstrong\u003eIngredients:\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\n      Salt, spices, garlic, onion, herbs, paprika, sugar,\n      vegetable oil and flavouring.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eAllergen information:\u003c\/strong\u003e\n      Please refer to the product packaging for the manufacturer's\n      current allergen declaration.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"texas-steak-en-nutrition\" class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      Nutritional information:\n      Please refer to the nutritional panel on the product packaging\n      for the manufacturer's current nutritional values.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function() {\n\n  function initTexasSteakEN() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-texas-steak-en'\n    );\n\n    wrappers.forEach(function(wrapper) {\n\n      var tabs = wrapper.querySelectorAll('.tab-btn');\n      var contents = wrapper.querySelectorAll('.tab-content');\n\n      tabs.forEach(function(tab) {\n\n        tab.addEventListener('click', function(event) {\n\n          event.preventDefault();\n\n          var targetId = tab.getAttribute('data-tab');\n\n          var targetContent =\n            wrapper.querySelector('#' + targetId);\n\n          if (!targetContent) {\n            return;\n          }\n\n          tabs.forEach(function(t) {\n            t.classList.remove('active');\n          });\n\n          contents.forEach(function(content) {\n            content.classList.remove('active');\n          });\n\n          tab.classList.add('active');\n          targetContent.classList.add('active');\n\n        });\n\n      });\n\n    });\n\n  }\n\n  if (document.readyState === 'loading') {\n\n    document.addEventListener(\n      'DOMContentLoaded',\n      initTexasSteakEN\n    );\n\n  } else {\n\n    initTexasSteakEN();\n\n  }\n\n})();\n\u003c\/script\u003e","brand":"Cape Herb","offers":[{"title":"Default Title","offer_id":51414662807833,"sku":null,"price":28.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Texan_Steakhouse_Rub.png?v=1765793294"}],"url":"https:\/\/gaiaspantry.com\/collections\/rubs.oembed","provider":"Gaia’s Pantry","version":"1.0","type":"link"}