{"product_id":"ina-paarman-steakhouse-pepper-flavour-bomb-1","title":"Ina Paarman – Steakhouse Pepper Flavour Bomb","description":"\u003cstyle\u003e\n.gp-steakhouse-en {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n.gp-steakhouse-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-steakhouse-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-steakhouse-en .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n.gp-steakhouse-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-steakhouse-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-steakhouse-en .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n.gp-steakhouse-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-steakhouse-en .tab-content.active {\n  display: block;\n  animation: gpSteakhouseFadeEn 0.4s ease;\n}\n\n@keyframes gpSteakhouseFadeEn {\n  from {\n    opacity: 0;\n    transform: translateY(10px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@media(max-width:480px) {\n\n  .gp-steakhouse-en {\n    padding: 0 10px;\n  }\n\n  .gp-steakhouse-en .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-steakhouse-en .tab-btn {\n    flex: 0 0 auto;\n    min-width: 90px;\n    text-align: center;\n  }\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"gp-steakhouse-en\"\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eRich \u0026amp; Savoury\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn active\" data-tab=\"steakhouse-en-description\"\u003e\n      Description\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"steakhouse-en-ingredients\"\u003e\n      Ingredients\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"steakhouse-en-description\" class=\"tab-content active\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eINA PAARMAN Steakhouse Flavour Bomb\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Give your next meal that\n      \u003cstrong\u003erich, restaurant-style steakhouse flavour\u003c\/strong\u003e\n      with almost no effort.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A concentrated blend of savoury herbs, spices and rich flavour,\n      carefully created to complement\n      \u003cstrong\u003esteak, beef, chicken and vegetables\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Simply mix with a little oil, coat your ingredients and cook.\n      Perfect for the \u003cstrong\u003epan, oven, air fryer or braai\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      It's your shortcut to\n      \u003cstrong\u003edeep, delicious flavour and a seriously impressive meal.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The pack contains \u003cstrong\u003e4 convenient sachets\u003c\/strong\u003e,\n      ready whenever you want to turn an everyday dinner into something special.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"steakhouse-en-ingredients\" class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eIngredients:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Please refer to the product packaging for the manufacturer's\n      current ingredient declaration.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function() {\n\n  function initSteakhouseEN() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-steakhouse-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      initSteakhouseEN\n    );\n\n  } else {\n\n    initSteakhouseEN();\n\n  }\n\n})();\n\u003c\/script\u003e","brand":"Ina Paarman's","offers":[{"title":"Default Title","offer_id":53058254307609,"sku":null,"price":24.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/6a59ecdf783b22c984a52c46.webp?v=1787651918","url":"https:\/\/gaiaspantry.com\/products\/ina-paarman-steakhouse-pepper-flavour-bomb-1","provider":"Gaia’s Pantry","version":"1.0","type":"link"}