{"title":"New","description":null,"products":[{"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"},{"product_id":"spanish-tomato-flavour-bomb","title":"Ina Paarman Spanish Tomato Flavour Bomb","description":"\u003cstyle\u003e\n.gp-spanish-tomato-en {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n.gp-spanish-tomato-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-spanish-tomato-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-spanish-tomato-en .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n.gp-spanish-tomato-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-spanish-tomato-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-spanish-tomato-en .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n.gp-spanish-tomato-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-spanish-tomato-en .tab-content.active {\n  display: block;\n  animation: gpSpanishTomatoFadeEn 0.4s ease;\n}\n\n@keyframes gpSpanishTomatoFadeEn {\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-spanish-tomato-en {\n    padding: 0 10px;\n  }\n\n  .gp-spanish-tomato-en .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-spanish-tomato-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-spanish-tomato-en\"\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eRich \u0026amp; Flavourful\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn active\" data-tab=\"spanish-tomato-en-description\"\u003e\n      Description\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"spanish-tomato-en-ingredients\"\u003e\n      Ingredients\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"spanish-tomato-en-description\" class=\"tab-content active\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eINA PAARMAN Spanish Tomato Flavour Bomb\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Turn an ordinary meal into something seriously delicious with\n      \u003cstrong\u003eIna Paarman's Spanish Tomato Flavour Bomb\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A rich, concentrated blend of\n      \u003cstrong\u003esun-ripened tomatoes, roasted peppers and smoky paprika\u003c\/strong\u003e,\n      created to bring incredible depth and flavour to your cooking.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Simply mix with a little oil and coat your meat or vegetables before\n      cooking. It works beautifully in the\n      \u003cstrong\u003epan, oven, air fryer or braai\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      From juicy steaks and grilled chicken to roasted vegetables and hearty\n      sauces, this little flavour bomb is your\n      \u003cstrong\u003esecret weapon for big flavour with almost no effort.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The pack contains \u003cstrong\u003e4 convenient sachets\u003c\/strong\u003e —\n      perfect for keeping in the pantry whenever you want to transform\n      an everyday meal.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"spanish-tomato-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      Fresh Tomato (51%), Water, Fresh Onion, Fresh Red Peppers,\n      Vegetable Oil (Canola Seed), Fresh Garlic, Spices (Irradiated),\n      Salt, Red Miso Paste (Water, Soya Bean, Rice, Salt), Sugar,\n      Lemon Juice, Lemon Concentrate, Sun-Dried Tomato Powder (2%),\n      Lemon Powder, Chicken Stock, Herbs, Citric Acid, Corn Starch,\n      Vinegar, Fresh Carrot, Colourants (Annatto, Caramel, Beta Carotene),\n      Flavouring, Stabiliser (Xanthan Gum), Yeast Extract, Pectin.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eAllergen information:\u003c\/strong\u003e Contains soya.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function() {\n\n  function initSpanishTomatoEN() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-spanish-tomato-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      initSpanishTomatoEN\n    );\n\n  } else {\n\n    initSpanishTomatoEN();\n\n  }\n\n})();\n\u003c\/script\u003e","brand":"Ina Paarman's","offers":[{"title":"Default Title","offer_id":53058174255385,"sku":null,"price":24.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/SpanishTomatoFlavourBomb.webp?v=1787648533"},{"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"},{"product_id":"cape-herb-spice-himalayan-pink-salt-grinder","title":"Cape Herb \u0026 Spice Himalayan Pink Salt Grinder","description":"\u003cstyle\u003e\n.gp-himalayan-salt-en {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n.gp-himalayan-salt-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-himalayan-salt-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-himalayan-salt-en .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n.gp-himalayan-salt-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-himalayan-salt-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-himalayan-salt-en .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n.gp-himalayan-salt-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-himalayan-salt-en .tab-content.active {\n  display: block;\n  animation: gpHimalayanSaltFadeEn 0.4s ease;\n}\n\n@keyframes gpHimalayanSaltFadeEn {\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-himalayan-salt-en {\n    padding: 0 10px;\n  }\n\n  .gp-himalayan-salt-en .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-himalayan-salt-en .tab-btn {\n    flex: 0 0 auto;\n    min-width: 90px;\n    text-align: center;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"gp-himalayan-salt-en\"\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eNaturally Mined\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn active\" data-tab=\"himalayan-salt-en-description\"\u003e\n      Description\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"himalayan-salt-en-ingredients\"\u003e\n      Ingredients\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"himalayan-salt-en-nutrition\"\u003e\n      Nutrition\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv id=\"himalayan-salt-en-description\" class=\"tab-content active\"\u003e\n\n\n    \u003cp\u003e\n      Add a touch of natural flavour and colour to your cooking with\n      \u003cstrong\u003eHimalayan Pink Salt\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Mined from ancient salt deposits and naturally pink in colour,\n      this beautifully presented grinder makes it easy to freshly grind\n      salt exactly when you need it.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Perfect for\n      \u003cstrong\u003esteaks, grilled meats, vegetables, salads, eggs and everyday cooking\u003c\/strong\u003e.\n      Keep it on the table or next to the braai for an effortless finishing touch.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A simple pantry essential that looks great, feels premium and brings\n      freshly ground flavour to every meal.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv id=\"himalayan-salt-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      Himalayan Pink Salt.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv id=\"himalayan-salt-en-nutrition\" class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eNutritional information:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Salt is naturally very high in sodium. Please refer to the\n      nutritional panel on the current product packaging for the\n      manufacturer's exact nutritional values.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function() {\n\n  function initHimalayanSaltEN() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-himalayan-salt-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      initHimalayanSaltEN\n    );\n\n  } else {\n\n    initHimalayanSaltEN();\n\n  }\n\n})();\n\u003c\/script\u003e","brand":"Cape Herb","offers":[{"title":"Default Title","offer_id":53058285207833,"sku":null,"price":30.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/8c276cf7044d6a9ff62caf8aeaeecaf9.png?v=1787652175"},{"product_id":"cape-herb-spice-extra-bold-black-pepper-grinder","title":"Cape Herb \u0026 Spice Extra Bold Black Pepper Grinder","description":"\u003cstyle\u003e\n.gp-black-pepper-en {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n\/* BADGES *\/\n\n.gp-black-pepper-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-black-pepper-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-black-pepper-en .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n\n\/* TABS *\/\n\n.gp-black-pepper-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-black-pepper-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-black-pepper-en .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n\n\/* CONTENT *\/\n\n.gp-black-pepper-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-black-pepper-en .tab-content.active {\n  display: block;\n  animation: gpBlackPepperFadeEn 0.4s ease;\n}\n\n@keyframes gpBlackPepperFadeEn {\n  from {\n    opacity: 0;\n    transform: translateY(10px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\n\/* MOBILE *\/\n\n@media(max-width:480px) {\n\n  .gp-black-pepper-en {\n    padding: 0 10px;\n  }\n\n  .gp-black-pepper-en .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-black-pepper-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\n\u003cdiv class=\"gp-black-pepper-en\"\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eBold \u0026amp; Aromatic\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn active\" data-tab=\"black-pepper-en-description\"\u003e\n      Description\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"black-pepper-en-ingredients\"\u003e\n      Ingredients\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"black-pepper-en-nutrition\"\u003e\n      Nutrition\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv id=\"black-pepper-en-description\" class=\"tab-content active\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eExtra Bold Black Pepper\u003c\/strong\u003e for those who believe\n      freshly ground pepper makes all the difference.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Made from carefully selected,\n      \u003cstrong\u003ebold and sun-ripened black peppercorns\u003c\/strong\u003e,\n      chosen for their rich aroma and full-bodied flavour.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The built-in grinder lets you freshly grind the pepper straight onto\n      your food, releasing its wonderful aroma exactly when you need it.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Perfect with\n      \u003cstrong\u003esteak, burgers, grilled meats, eggs, vegetables and salads\u003c\/strong\u003e —\n      and an absolute must-have next to the braai.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A simple ingredient that can completely transform a dish.\n      \u003cstrong\u003eGrind generously and let the flavour speak for itself.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv id=\"black-pepper-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      Black Peppercorns (100%), Non-Irradiated.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv id=\"black-pepper-en-nutrition\" class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eNutritional information:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Black pepper is used in small quantities as a seasoning.\n      Please refer to the nutritional panel on the current product\n      packaging for the manufacturer's exact nutritional values.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function() {\n\n  function initBlackPepperEN() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-black-pepper-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      initBlackPepperEN\n    );\n\n  } else {\n\n    initBlackPepperEN();\n\n  }\n\n})();\n\u003c\/script\u003e","brand":"Cape Herb","offers":[{"title":"Default Title","offer_id":53058335768857,"sku":null,"price":36.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/s10382-moinho-de-pimenta-preta-cape-herb-spice-185g-2_3c0f2f50-4076-4e4c-9f1d-442c24178e16.jpg?v=1787653609"},{"product_id":"cape-herb-spice-steak-chops-seasoning","title":"Cape Herb \u0026 Spice Steak \u0026 Chops Seasoning","description":"\u003cstyle\u003e\n.gp-steak-chops-en {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n\/* BADGES *\/\n\n.gp-steak-chops-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-steak-chops-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-steak-chops-en .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n\n\/* TABS *\/\n\n.gp-steak-chops-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-steak-chops-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-steak-chops-en .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n\n\/* CONTENT *\/\n\n.gp-steak-chops-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-steak-chops-en .tab-content.active {\n  display: block;\n  animation: gpSteakChopsFadeEn 0.4s ease;\n}\n\n@keyframes gpSteakChopsFadeEn {\n  from {\n    opacity: 0;\n    transform: translateY(10px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\n\/* MOBILE *\/\n\n@media(max-width:480px) {\n\n  .gp-steak-chops-en {\n    padding: 0 10px;\n  }\n\n  .gp-steak-chops-en .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-steak-chops-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\n\u003cdiv class=\"gp-steak-chops-en\"\u003e\n\n  \u003c!-- BADGE --\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eUltimate BBQ Flavour\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- TABS --\u003e\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn active\" data-tab=\"steak-chops-en-description\"\u003e\n      Description\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"steak-chops-en-ingredients\"\u003e\n      Ingredients\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"steak-chops-en-nutrition\"\u003e\n      Nutrition\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- DESCRIPTION --\u003e\n\n  \u003cdiv id=\"steak-chops-en-description\" class=\"tab-content active\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eBring serious BBQ flavour to your next meal.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This traditional steak and chops blend combines\n      \u003cstrong\u003esea salt, paprika, herbs and aromatic spices\u003c\/strong\u003e\n      to create a rich, savoury seasoning made for grilling.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Simply season generously before cooking and let the heat unlock\n      the incredible aroma and flavour. It helps create that\n      \u003cstrong\u003ebeautifully seasoned, flavour-packed crust\u003c\/strong\u003e\n      everyone loves.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Perfect for\n      \u003cstrong\u003esteak, chops, chicken, ribs, burgers and vegetables\u003c\/strong\u003e,\n      whether you're cooking on the braai, grill, barbecue or in the kitchen.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eOne shake is all it takes to turn an everyday meal\n      into a proper BBQ experience.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- INGREDIENTS --\u003e\n\n  \u003cdiv id=\"steak-chops-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      Sea Salt, Brown Sugar, Paprika, Breadcrumbs\n      (Wheat Flour [Gluten], Salt, Vegetable Oil [Sunflower Seed]),\n      Coriander, Onion, Garlic, Black Pepper, Chilli,\n      Red Bell Pepper, Lemon Juice Powder\n      (Lemon Juice, Maltodextrin, Anticaking Agent),\n      Yeast Extract, Paprika Oil, Citric Acid.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eAllergen information:\u003c\/strong\u003e\n      Contains wheat\/gluten.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Non-irradiated.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- NUTRITION --\u003e\n\n  \u003cdiv id=\"steak-chops-en-nutrition\" class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eNutritional information per 100g:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Energy: \u003cstrong\u003e218 kcal\u003c\/strong\u003e\u003cbr\u003e\n      Protein: \u003cstrong\u003e5 g\u003c\/strong\u003e\u003cbr\u003e\n      Carbohydrates: \u003cstrong\u003e49 g\u003c\/strong\u003e\u003cbr\u003e\n      Fat: \u003cstrong\u003e3.3 g\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Please refer to the current product packaging for the\n      manufacturer's latest nutritional information.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- SCRIPT --\u003e\n\n\u003cscript\u003e\n(function() {\n\n  function initSteakChopsEN() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-steak-chops-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      initSteakChopsEN\n    );\n\n  } else {\n\n    initSteakChopsEN();\n\n  }\n\n})();\n\u003c\/script\u003e","brand":"Cape Herb","offers":[{"title":"Default Title","offer_id":53058338423065,"sku":null,"price":30.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/6006507005900_CAPEHERB_SPICESteakandChopsSeasoning_ba4a1e2b-1f52-4146-a17b-b90d2a2235e8.webp?v=1787653799"},{"product_id":"cape-herb-spice-smashed-avo-seasoning","title":"Cape Herb \u0026 Spice Smashed Avo Seasoning","description":"\u003cstyle\u003e\n.gp-smashed-avo-en {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n\/* BADGES *\/\n\n.gp-smashed-avo-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-smashed-avo-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-smashed-avo-en .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n\n\/* TABS *\/\n\n.gp-smashed-avo-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-smashed-avo-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-smashed-avo-en .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n\n\/* CONTENT *\/\n\n.gp-smashed-avo-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-smashed-avo-en .tab-content.active {\n  display: block;\n  animation: gpSmashedAvoFadeEn 0.4s ease;\n}\n\n@keyframes gpSmashedAvoFadeEn {\n  from {\n    opacity: 0;\n    transform: translateY(10px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\n\/* MOBILE *\/\n\n@media(max-width:480px) {\n\n  .gp-smashed-avo-en {\n    padding: 0 10px;\n  }\n\n  .gp-smashed-avo-en .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-smashed-avo-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\n\u003cdiv class=\"gp-smashed-avo-en\"\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eFresh \u0026amp; Zesty\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn active\" data-tab=\"smashed-avo-en-description\"\u003e\n      Description\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"smashed-avo-en-ingredients\"\u003e\n      Ingredients\n    \u003c\/button\u003e\n\n    \u003cbutton type=\"button\" class=\"tab-btn\" data-tab=\"smashed-avo-en-nutrition\"\u003e\n      Nutrition\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv id=\"smashed-avo-en-description\" class=\"tab-content active\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eYour avocado just got an upgrade.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A bold, savoury blend of garlic, onion, tomato, paprika,\n      herbs and a fresh touch of lime, created to make avocado\n      dishes seriously delicious.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Simply sprinkle over\n      \u003cstrong\u003eavocado toast, guacamole, salads or eggs\u003c\/strong\u003e\n      for an instant burst of flavour.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      And don't stop at avocado — it's fantastic on\n      \u003cstrong\u003eroasted vegetables, potatoes and everyday dishes\u003c\/strong\u003e\n      that need a little extra something.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eOne sprinkle. Big flavour. Instant upgrade.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv id=\"smashed-avo-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      Himalayan Pink Salt (46%), Garlic Flakes, Onion Flakes,\n      Tomato Flakes, Paprika Flakes, Black Peppercorns,\n      Ground Cumin, Dried Chives, Lime Juice,\n      Acidity Regulators (330, 296), Ground Cayenne Pepper.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv id=\"smashed-avo-en-nutrition\" class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eNutritional information per 100g:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Energy: \u003cstrong\u003e797 kJ \/ 190 kcal\u003c\/strong\u003e\u003cbr\u003e\n      Protein: \u003cstrong\u003e6.4 g\u003c\/strong\u003e\u003cbr\u003e\n      Carbohydrates: \u003cstrong\u003e29.4 g\u003c\/strong\u003e\u003cbr\u003e\n      Total Fat: \u003cstrong\u003e7.6 g\u003c\/strong\u003e\u003cbr\u003e\n      Saturated Fat: \u003cstrong\u003e3.4 g\u003c\/strong\u003e\u003cbr\u003e\n      Sodium: \u003cstrong\u003e7,979 mg\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Please refer to the current product packaging for the\n      manufacturer's latest nutritional information.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function() {\n\n  function initSmashedAvoEN() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-smashed-avo-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      initSmashedAvoEN\n    );\n\n  } else {\n\n    initSmashedAvoEN();\n\n  }\n\n})();\n\u003c\/script\u003e","brand":"Cape Herb","offers":[{"title":"Default Title","offer_id":53058348482841,"sku":null,"price":18.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/6006507009854_CAPEHERB_SPICEAvocadoSpice.webp?v=1787654255"}],"url":"https:\/\/gaiaspantry.com\/collections\/new.oembed","provider":"Gaia’s Pantry","version":"1.0","type":"link"}