{"title":"Spices","description":null,"products":[{"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-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\/spices.oembed","provider":"Gaia’s Pantry","version":"1.0","type":"link"}