{"title":"רטבים","description":null,"products":[{"product_id":"mrs-ball-s-original-chutney","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  padding-bottom: 10px;\n  direction: rtl;\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\u003c\/style\u003e\n\n\u003cdiv class=\"tabs\"\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ל-100 גרם: אנרגיה: 200 קלוריות, חלבון: 0 גרם, פחמימות: 50 גרם, שומן: 0 גרם, נתרן: 200 מ\"ג, סיבים: 1 גרם\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsHe = document.querySelectorAll(\".tab-btn\");\nconst contentsHe = document.querySelectorAll(\".tab-content\");\n\ntabsHe.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsHe.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsHe.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":"Gaia's Pantry","offers":[{"title":"Default Title","offer_id":51414659465497,"sku":null,"price":30.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Mrs_Ball_s_Original_Chutney.jpg?v=1765449786"},{"product_id":"ina-paarman-honey-mustard-salad-dressing","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  padding-bottom: 10px;\n  direction: rtl;\n  text-align: right;\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\"\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רוטב סלט דבש חרדל של Ina Paarman\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ל-100 מ\"ל: אנרגיה: 220 קלוריות, חלבון: 1 גרם, פחמימות: 30 גרם, שומן: 10 גרם (מתוכם רווי: 1 גרם), נתרן: 800 מ\"ג, סיבים: 0 גרם.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsHe = document.querySelectorAll(\".tab-btn\");\nconst contentsHe = document.querySelectorAll(\".tab-content\");\n\ntabsHe.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsHe.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsHe.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":"My Store","offers":[{"title":"Default Title","offer_id":51414660514073,"sku":null,"price":25.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Paarman_Honey_Mustard_Salad_Dressing.jpg?v=1765448972"}],"url":"https:\/\/gaiaspantry.com\/he\/collections\/sauces.oembed","provider":"Gaia’s Pantry","version":"1.0","type":"link"}