{"title":"New","description":null,"products":[{"product_id":"texan-steakhouse-rub","title":"ראב סטייקהאוס טקסני","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}\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: right;\n  direction: rtl;\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\" style=\"direction: rtl; text-align: right;\"\u003e\n  \u003cbutton class=\"tab-btn active\" data-tab=\"description\"\u003e📄\u003cspan\u003eתיאור המוצר\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eמרכיבים\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eערכים תזונתיים\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eתערובת תיבול ברביקיו טקסני\u003c\/strong\u003e — תנו למטבח שלכם את הטעם האותנטי של ברביקיו טקסני עם תערובת תיבול עשירה ומעושנת זו. מלאה בפפריקה, שום, צ'ילי ומעט מתיקות, היא מושלמת לצלייה, עישון או גריל של בשרים, עוף או ירקות. כל שימוש מעניק את הטעם האותנטי והעשיר של ברביקיו ישירות מלב טקסס.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003eמלח, פלפל שחור, אבקת שום, אבקת בצל, פפריקה מעושנת, סוכר חום, אבקת צ'ילי, כמון, אבקת חרדל, פלפל קאיין, אורגנו\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003eאנרגיה: 300 קלוריות, חלבון: 7 גרם, פחמימות: 60 גרם, שומן: 6 גרם (מתוכם רווי: 1 גרם), כולסטרול: 0 מ\"ג, נתרן: 15,000 מ\"ג, סיבים: 12 גרם\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabs = document.querySelectorAll(\".tab-btn\");\nconst contents = document.querySelectorAll(\".tab-content\");\n\ntabs.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabs.forEach(t =\u003e t.classList.remove(\"active\"));\n    contents.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":"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":"אינה פארמן – מחית תיבול עגבניות בנוסח ספרדי","description":"\u003cstyle\u003e\n.gp-spanish-tomato-he {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n  direction: rtl;\n}\n\n.gp-spanish-tomato-he .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-he .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-he .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n.gp-spanish-tomato-he .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-he .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-he .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n.gp-spanish-tomato-he .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: right;\n  direction: rtl;\n}\n\n.gp-spanish-tomato-he .tab-content.active {\n  display: block;\n  animation: gpSpanishTomatoFadeHe 0.4s ease;\n}\n\n@keyframes gpSpanishTomatoFadeHe {\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-he {\n    padding: 0 10px;\n  }\n\n  .gp-spanish-tomato-he .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-spanish-tomato-he .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-he\"\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eעשיר בטעם\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn active\"\n      data-tab=\"spanish-tomato-he-description\"\u003e\n      תיאור\n    \u003c\/button\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn\"\n      data-tab=\"spanish-tomato-he-ingredients\"\u003e\n      רכיבים\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv\n    id=\"spanish-tomato-he-description\"\n    class=\"tab-content active\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eמחית תיבול עגבניות בנוסח ספרדי\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      הפכו כל ארוחה למשהו מיוחד עם\n      \u003cstrong\u003eמחית התיבול הספרדית של INA PAARMAN\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      שילוב עשיר ומרוכז של\n      \u003cstrong\u003eעגבניות בשלות, פלפלים קלויים ופפריקה מעושנת\u003c\/strong\u003e,\n      שנועד להעניק לעולם הבישול שלכם עומק וטעם יוצא דופן.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      פשוט מערבבים עם מעט שמן ומורחים על בשר או ירקות לפני הבישול.\n      מתאים לטיגון, לתנור, לאייר פרייר וכמובן ל\u003cstrong\u003eבראי\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      מושלם לסטייקים, עוף על האש, ירקות צלויים ורטבים —\n      \u003cstrong\u003eהסוד הקטן שלכם לארוחה מלאה בטעם, בלי כמעט שום מאמץ.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      האריזה מכילה \u003cstrong\u003e4 שקיות אישיות ונוחות\u003c\/strong\u003e,\n      כך שתמיד תוכלו לשדרג את הארוחה הבאה.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv\n    id=\"spanish-tomato-he-ingredients\"\n    class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eרכיבים:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      עגבנייה טרייה (51%), מים, בצל טרי, פלפל אדום טרי,\n      שמן צמחי (שמן קנולה), שום טרי, תבלינים,\n      מלח, מיסו אדום, סוכר, מיץ לימון, רכז לימון,\n      אבקת עגבניות מיובשות בשמש (2%), אבקת לימון,\n      ציר עוף, עשבי תיבול, חומצת לימון, עמילן תירס,\n      חומץ, גזר טרי, חומרי צבע, חומרי טעם,\n      מייצב (קסנטן גאם), תמצית שמרים ופקטין.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eמידע על אלרגנים:\u003c\/strong\u003e מכיל סויה.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function() {\n\n  function initSpanishTomatoHE() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-spanish-tomato-he'\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      initSpanishTomatoHE\n    );\n\n  } else {\n\n    initSpanishTomatoHE();\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":"אינה פארמן – מחית תיבול סטייקהאוס","description":"\u003cstyle\u003e\n.gp-steakhouse-he {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n  direction: rtl;\n}\n\n.gp-steakhouse-he .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-he .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-he .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n.gp-steakhouse-he .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-he .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-he .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n.gp-steakhouse-he .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: right;\n  direction: rtl;\n}\n\n.gp-steakhouse-he .tab-content.active {\n  display: block;\n  animation: gpSteakhouseFadeHe 0.4s ease;\n}\n\n@keyframes gpSteakhouseFadeHe {\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-he {\n    padding: 0 10px;\n  }\n\n  .gp-steakhouse-he .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-steakhouse-he .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-he\"\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eעשיר ומלא בטעם\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn active\"\n      data-tab=\"steakhouse-he-description\"\u003e\n      תיאור\n    \u003c\/button\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn\"\n      data-tab=\"steakhouse-he-ingredients\"\u003e\n      רכיבים\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv\n    id=\"steakhouse-he-description\"\n    class=\"tab-content active\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eמחית תיבול סטייקהאוס\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      תנו לארוחה הבאה שלכם\n      \u003cstrong\u003eטעם עשיר של מסעדת סטייקים\u003c\/strong\u003e —\n      כמעט בלי שום מאמץ.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      שילוב מרוכז של עשבי תיבול, תבלינים וטעמים עשירים,\n      שנוצר במיוחד כדי להשתלב עם\n      \u003cstrong\u003eסטייק, בקר, עוף וירקות\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      פשוט מערבבים עם מעט שמן, מצפים את המרכיבים ומבשלים.\n      מושלם למחבת, לתנור, לאייר פרייר וכמובן ל\u003cstrong\u003eבראי\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      הדרך הקלה שלכם להוסיף\n      \u003cstrong\u003eעומק, ארומה וטעם של מסעדה לכל ארוחה.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      האריזה מכילה \u003cstrong\u003e4 שקיות אישיות ונוחות\u003c\/strong\u003e,\n      מוכנות לשימוש בכל פעם שמתחשק לכם לשדרג את ארוחת הערב.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv\n    id=\"steakhouse-he-ingredients\"\n    class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eרכיבים:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      יש לעיין באריזת המוצר לקבלת רשימת הרכיבים העדכנית\n      של היצרן.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function() {\n\n  function initSteakhouseHE() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-steakhouse-he'\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      initSteakhouseHE\n    );\n\n  } else {\n\n    initSteakhouseHE();\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":"מטחנת מלח הימלאיה ורוד","description":"\u003cstyle\u003e\n.gp-himalayan-salt-he {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n.gp-himalayan-salt-he .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-he .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-he .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n.gp-himalayan-salt-he .tabs {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  margin-bottom: 15px;\n  flex-wrap: nowrap;\n  overflow-x: auto;\n  direction: rtl;\n}\n\n.gp-himalayan-salt-he .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-he .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n.gp-himalayan-salt-he .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.8;\n  max-width: 800px;\n  margin: 0 auto 30px;\n  text-align: right;\n  direction: rtl;\n}\n\n.gp-himalayan-salt-he .tab-content.active {\n  display: block;\n  animation: gpHimalayanSaltFadeHe 0.4s ease;\n}\n\n@keyframes gpHimalayanSaltFadeHe {\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\n  .gp-himalayan-salt-he {\n    padding: 0 10px;\n  }\n\n  .gp-himalayan-salt-he .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-himalayan-salt-he .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-himalayan-salt-he\"\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eטעם טבעי\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn active\"\n      data-tab=\"himalayan-salt-he-description\"\u003e\n      תיאור\n    \u003c\/button\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn\"\n      data-tab=\"himalayan-salt-he-ingredients\"\u003e\n      רכיבים\n    \u003c\/button\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn\"\n      data-tab=\"himalayan-salt-he-nutrition\"\u003e\n      ערכים תזונתיים\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\n    id=\"himalayan-salt-he-description\"\n    class=\"tab-content active\"\u003e\n\n\n\n    \u003cp\u003e\n      הוסיפו למנות שלכם טעם טבעי ומראה מרשים עם\n      \u003cstrong\u003eמלח הימלאיה ורוד\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      המלח מופק ממאגרי מלח עתיקים ובעל צבע ורוד טבעי.\n      המטחנה מאפשרת לטחון את המלח ממש ברגע השימוש,\n      לקבלת טעם ורעננות בכל מנה.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      מושלם ל־\n      \u003cstrong\u003eסטייקים, בשרים על האש, ירקות, סלטים, ביצים ובישול יומיומי\u003c\/strong\u003e,\n      וכמובן כתוספת נהדרת ליד הבראי.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      מוצר בסיסי שהופך כל מטבח למעט יותר מיוחד —\n      \u003cstrong\u003eפשוט טוחנים, מתבלים ונהנים.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\n    id=\"himalayan-salt-he-ingredients\"\n    class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eרכיבים:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      מלח הימלאיה ורוד.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\n    id=\"himalayan-salt-he-nutrition\"\n    class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eערכים תזונתיים:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      מלח מכיל כמות גבוהה של נתרן באופן טבעי.\n      יש לעיין בטבלת הערכים התזונתיים שעל גבי האריזה\n      העדכנית לקבלת הערכים המדויקים של היצרן.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function() {\n\n  function initHimalayanSaltHE() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-himalayan-salt-he'\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      initHimalayanSaltHE\n    );\n\n  } else {\n\n    initHimalayanSaltHE();\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":"מטחנת פלפל שחור","description":"\u003cstyle\u003e\n.gp-black-pepper-he {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n\/* BADGES *\/\n\n.gp-black-pepper-he .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-he .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-he .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n\n\/* TABS *\/\n\n.gp-black-pepper-he .tabs {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  margin-bottom: 15px;\n  flex-wrap: nowrap;\n  overflow-x: auto;\n  direction: rtl;\n}\n\n.gp-black-pepper-he .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-he .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n\n\/* CONTENT *\/\n\n.gp-black-pepper-he .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.8;\n  max-width: 800px;\n  margin: 0 auto 30px;\n  text-align: right;\n  direction: rtl;\n}\n\n.gp-black-pepper-he .tab-content.active {\n  display: block;\n  animation: gpBlackPepperFadeHe 0.4s ease;\n}\n\n@keyframes gpBlackPepperFadeHe {\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-he {\n    padding: 0 10px;\n  }\n\n  .gp-black-pepper-he .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-black-pepper-he .tab-btn {\n    flex: 0 0 auto;\n    min-width: 90px;\n    text-align: center;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"gp-black-pepper-he\"\u003e\n\u003cdiv class=\"badges-wrapper\"\u003e\u003cspan class=\"badge\"\u003eעשיר בארומה ובטעם\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"tabs\"\u003e\u003cbutton data-tab=\"black-pepper-he-description\" class=\"tab-btn active\" type=\"button\"\u003e תיאור \u003c\/button\u003e \u003cbutton data-tab=\"black-pepper-he-ingredients\" class=\"tab-btn\" type=\"button\"\u003e רכיבים \u003c\/button\u003e \u003cbutton data-tab=\"black-pepper-he-nutrition\" class=\"tab-btn\" type=\"button\"\u003e ערכים תזונתיים \u003c\/button\u003e\u003c\/div\u003e\n\u003cdiv class=\"tab-content active\" id=\"black-pepper-he-description\"\u003e\n\u003cp\u003e\u003cstrong\u003eפלפל שחור Extra Bold\u003c\/strong\u003e למי שיודע שפלפל טרי שנטחן ממש לפני ההגשה עושה את כל ההבדל.\u003c\/p\u003e\n\u003cp\u003eעשוי מגרגירי פלפל שחור \u003cstrong\u003eגדולים, מובחרים ובשלים בשמש\u003c\/strong\u003e, שנבחרו בזכות הארומה העשירה והטעם המלא שלהם.\u003c\/p\u003e\n\u003cp\u003eהמטחנה המובנית מאפשרת לטחון את הפלפל ממש ברגע השימוש, ולשחרר את הארומה והטעם הטריים ישירות אל המנה.\u003c\/p\u003e\n\u003cp\u003eמושלם ל־ \u003cstrong\u003eסטייקים, המבורגרים, בשרים על האש, ביצים, ירקות וסלטים\u003c\/strong\u003e — וכמובן חובה ליד הבראי.\u003c\/p\u003e\n\u003cp\u003eתבלין פשוט שיכול לשדרג לחלוטין כל מנה. \u003cstrong\u003eטחנו בנדיבות ותנו לטעם לעשות את העבודה.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"black-pepper-he-ingredients\"\u003e\n\u003cp\u003e\u003cstrong\u003eרכיבים:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eגרגירי פלפל שחור (100%), לא מוקרן.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"black-pepper-he-nutrition\"\u003e\n\u003cp\u003e\u003cstrong\u003eערכים תזונתיים:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eפלפל שחור משמש בדרך כלל בכמויות קטנות כתבלין. יש לעיין בטבלת הערכים התזונתיים שעל גבי האריזה העדכנית לקבלת הערכים המדויקים של היצרן.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\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":"תערובת תבלינים לסטייק וצלעות","description":"\u003cstyle\u003e\n.gp-steak-chops-he {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n\/* BADGES *\/\n\n.gp-steak-chops-he .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-he .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-he .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n\n\/* TABS *\/\n\n.gp-steak-chops-he .tabs {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  margin-bottom: 15px;\n  flex-wrap: nowrap;\n  overflow-x: auto;\n  direction: rtl;\n}\n\n.gp-steak-chops-he .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-he .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n\n\/* CONTENT *\/\n\n.gp-steak-chops-he .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.8;\n  max-width: 800px;\n  margin: 0 auto 30px;\n  text-align: right;\n  direction: rtl;\n}\n\n.gp-steak-chops-he .tab-content.active {\n  display: block;\n  animation: gpSteakChopsFadeHe 0.4s ease;\n}\n\n@keyframes gpSteakChopsFadeHe {\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-he {\n    padding: 0 10px;\n  }\n\n  .gp-steak-chops-he .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-steak-chops-he .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-he\"\u003e\n\n  \u003c!-- BADGE --\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eמושלם למנגל\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- TABS --\u003e\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn active\"\n      data-tab=\"steak-chops-he-description\"\u003e\n      תיאור\n    \u003c\/button\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn\"\n      data-tab=\"steak-chops-he-ingredients\"\u003e\n      רכיבים\n    \u003c\/button\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn\"\n      data-tab=\"steak-chops-he-nutrition\"\u003e\n      ערכים תזונתיים\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- DESCRIPTION --\u003e\n\n  \u003cdiv\n    id=\"steak-chops-he-description\"\n    class=\"tab-content active\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eהטעם שיעשה לכם את ה-BBQ.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      תערובת מסורתית לסטייק וצלעות המשלבת\n      \u003cstrong\u003eמלח ים, פפריקה, עשבי תיבול ותבלינים ארומטיים\u003c\/strong\u003e\n      ליצירת תיבול עשיר ומלא טעם שנועד במיוחד לצלייה.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      פשוט פזרו בנדיבות לפני הצלייה ותנו לחום לפתוח את\n      הארומות והטעמים. התערובת יוצרת\n      \u003cstrong\u003eשכבת תיבול עשירה וטעימה\u003c\/strong\u003e\n      שהופכת כל נתח למנה מרשימה.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      מושלם ל־\n      \u003cstrong\u003eסטייק, צלעות, עוף, המבורגרים וירקות\u003c\/strong\u003e,\n      בין אם אתם מכינים אותם על המנגל, ב-BBQ, בגריל או במטבח.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eכמה ניעורים וזה כל מה שצריך כדי להפוך ארוחה רגילה\n      לחוויית BBQ אמיתית.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- INGREDIENTS --\u003e\n\n  \u003cdiv\n    id=\"steak-chops-he-ingredients\"\n    class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eרכיבים:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      מלח ים, סוכר חום, פפריקה, פירורי לחם\n      (קמח חיטה [גלוטן], מלח, שמן צמחי [זרעי חמניות]),\n      כוסברה, בצל, שום, פלפל שחור, צ'ילי,\n      פלפל אדום, אבקת מיץ לימון\n      (מיץ לימון, מלטודקסטרין, חומר מונע התגיישות),\n      תמצית שמרים, שמן פפריקה, חומצת לימון.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eמידע על אלרגנים:\u003c\/strong\u003e\n      מכיל חיטה\/גלוטן.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      אינו מוקרן.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- NUTRITION --\u003e\n\n  \u003cdiv\n    id=\"steak-chops-he-nutrition\"\n    class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eערכים תזונתיים ל-100 גרם:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      אנרגיה: \u003cstrong\u003e218 קלוריות\u003c\/strong\u003e\u003cbr\u003e\n      חלבון: \u003cstrong\u003e5 גרם\u003c\/strong\u003e\u003cbr\u003e\n      פחמימות: \u003cstrong\u003e49 גרם\u003c\/strong\u003e\u003cbr\u003e\n      שומן: \u003cstrong\u003e3.3 גרם\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      יש לעיין באריזה העדכנית לקבלת הערכים התזונתיים\n      העדכניים של היצרן.\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 initSteakChopsHE() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-steak-chops-he'\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      initSteakChopsHE\n    );\n\n  } else {\n\n    initSteakChopsHE();\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":"תבלין לאבוקדו","description":"\u003cstyle\u003e\n.gp-smashed-avo-he {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n\/* BADGES *\/\n\n.gp-smashed-avo-he .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-he .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-he .badge::before {\n  content: \"★\";\n  color: white;\n}\n\n\n\/* TABS *\/\n\n.gp-smashed-avo-he .tabs {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  margin-bottom: 15px;\n  flex-wrap: nowrap;\n  overflow-x: auto;\n  direction: rtl;\n}\n\n.gp-smashed-avo-he .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-he .tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n\n\/* CONTENT *\/\n\n.gp-smashed-avo-he .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.8;\n  max-width: 800px;\n  margin: 0 auto 30px;\n  text-align: right;\n  direction: rtl;\n}\n\n.gp-smashed-avo-he .tab-content.active {\n  display: block;\n  animation: gpSmashedAvoFadeHe 0.4s ease;\n}\n\n@keyframes gpSmashedAvoFadeHe {\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-he {\n    padding: 0 10px;\n  }\n\n  .gp-smashed-avo-he .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n  }\n\n  .gp-smashed-avo-he .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-he\"\u003e\n\n  \u003cdiv class=\"badges-wrapper\"\u003e\n    \u003cspan class=\"badge\"\u003eרענן ומלא טעם\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"tabs\"\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn active\"\n      data-tab=\"smashed-avo-he-description\"\u003e\n      תיאור\n    \u003c\/button\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn\"\n      data-tab=\"smashed-avo-he-ingredients\"\u003e\n      רכיבים\n    \u003c\/button\u003e\n\n    \u003cbutton\n      type=\"button\"\n      class=\"tab-btn\"\n      data-tab=\"smashed-avo-he-nutrition\"\u003e\n      ערכים תזונתיים\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\n    id=\"smashed-avo-he-description\"\n    class=\"tab-content active\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eהאבוקדו שלכם בדיוק השתדרג.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      תערובת עשירה ומלאת טעם של שום, בצל, עגבנייה, פפריקה,\n      עשבי תיבול ונגיעה רעננה של ליים — שנוצרה במיוחד\n      כדי להפוך כל מנת אבוקדו למשהו מיוחד.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      פשוט פזרו מעל\n      \u003cstrong\u003eאבוקדו מעוך, טוסט, גוואקמולי, סלטים או ביצים\u003c\/strong\u003e\n      וקבלו בוסט מיידי של טעם.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      ולא רק לאבוקדו — מעולה גם עם\n      \u003cstrong\u003eירקות צלויים, תפוחי אדמה ועוד\u003c\/strong\u003e\n      כשבא לכם להוסיף קצת עניין למנה.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eפיזור קטן. טעם גדול. שדרוג מיידי.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\n    id=\"smashed-avo-he-ingredients\"\n    class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eרכיבים:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      מלח הימלאיה ורוד (46%), פתיתי שום, פתיתי בצל,\n      פתיתי עגבנייה, פתיתי פפריקה, גרגירי פלפל שחור,\n      כמון טחון, עירית מיובשת, ליים,\n      מווסתי חומציות (330, 296), פלפל קאיין טחון.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\n    id=\"smashed-avo-he-nutrition\"\n    class=\"tab-content\"\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eערכים תזונתיים ל-100 גרם:\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      אנרגיה: \u003cstrong\u003e797 קילו־ג'אול \/ 190 קלוריות\u003c\/strong\u003e\u003cbr\u003e\n      חלבון: \u003cstrong\u003e6.4 גרם\u003c\/strong\u003e\u003cbr\u003e\n      פחמימות: \u003cstrong\u003e29.4 גרם\u003c\/strong\u003e\u003cbr\u003e\n      שומן: \u003cstrong\u003e7.6 גרם\u003c\/strong\u003e\u003cbr\u003e\n      שומן רווי: \u003cstrong\u003e3.4 גרם\u003c\/strong\u003e\u003cbr\u003e\n      נתרן: \u003cstrong\u003e7,979 מ\"ג\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      יש לעיין באריזה העדכנית לקבלת הערכים התזונתיים\n      העדכניים של היצרן.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function() {\n\n  function initSmashedAvoHE() {\n\n    var wrappers = document.querySelectorAll(\n      '.gp-smashed-avo-he'\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      initSmashedAvoHE\n    );\n\n  } else {\n\n    initSmashedAvoHE();\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\/he\/collections\/new.oembed","provider":"Gaia’s Pantry","version":"1.0","type":"link"}