{"title":"Frozen Products","description":"","products":[{"product_id":"chakalaka-boerewors","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נקניקיות Chakalaka Boerewors\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 גרם: אנרגיה: 420 קלוריות, חלבון: 32 גרם, פחמימות: 3 גרם, שומן: 28 גרם (מתוכם רווי: 10 גרם), כולסטרול: 55 מ\"ג, נתרן: 1,800 מ\"ג, סיבים: 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":"Approximately 1kg","offer_id":51769635045657,"sku":null,"price":140.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Chakalaka_Boerewors.png?v=1765449049"},{"product_id":"original-boerewors","title":"בורוורס אמיתי קפוא","description":"\u003cstyle\u003e\n\/* =========================================================\n   ORIGINAL BOEREWORS TABS - HEBREW\n   ========================================================= *\/\n\n.boerewors-tabs-wrapper {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n.boerewors-tabs-wrapper .badges-wrapper {\n  display: flex;\n  justify-content: center;\n  gap: 12px;\n  margin-bottom: 15px;\n  flex-wrap: wrap;\n}\n\n.boerewors-tabs-wrapper .badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\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,.25);\n}\n\n.boerewors-tabs-wrapper .badge::before{\n  content:\"★\";\n  color:#fff;\n}\n\n.boerewors-tabs-wrapper .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.boerewors-tabs-wrapper .tab-btn{\n  appearance:none;\n  background:none;\n  border:none;\n  border-bottom:2px solid transparent;\n  padding:10px 12px;\n  cursor:pointer;\n  font-size:.95rem;\n  font-weight:600;\n  white-space:nowrap;\n  transition:.3s;\n}\n\n.boerewors-tabs-wrapper .tab-btn.active{\n  border-bottom:3px solid #FFD700;\n  color:#000;\n}\n\n.boerewors-tabs-wrapper .tab-content{\n  display:none;\n  background:#fff;\n  border-radius:12px;\n  padding:18px 20px;\n  box-shadow:0 4px 12px rgba(0,0,0,.05);\n  line-height:1.8;\n  text-align:right;\n  direction:rtl;\n}\n\n.boerewors-tabs-wrapper .tab-content.active{\n  display:block;\n  animation:fade .3s ease;\n}\n\n@keyframes fade{\nfrom{opacity:0;transform:translateY(10px);}\nto{opacity:1;transform:translateY(0);}\n}\n\n.pickup-notice{\n  margin-top:18px;\n  background:#FFF3E6;\n  border:2px solid #E67E22;\n  color:#A84300;\n  border-radius:12px;\n  padding:16px;\n  font-size:1rem;\n  font-weight:700;\n  text-align:center;\n  line-height:1.6;\n}\n\n@media(max-width:480px){\n\n.boerewors-tabs-wrapper{\npadding:0 10px;\n}\n\n.boerewors-tabs-wrapper .tabs{\njustify-content:flex-start;\ngap:8px;\n}\n\n.boerewors-tabs-wrapper .tab-btn{\nmin-width:90px;\nflex:0 0 auto;\n}\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"boerewors-tabs-wrapper\"\u003e\n\u003cdiv class=\"badges-wrapper\"\u003e\u003cspan class=\"badge\"\u003eעשיר בחלבון\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"tabs\"\u003e\u003cbutton data-boerewors-tab=\"boer-desc\" class=\"tab-btn active\" type=\"button\"\u003e תיאור \u003c\/button\u003e \u003cbutton data-boerewors-tab=\"boer-ing\" class=\"tab-btn\" type=\"button\"\u003e רכיבים \u003c\/button\u003e \u003cbutton data-boerewors-tab=\"boer-nut\" class=\"tab-btn\" type=\"button\"\u003e ערכים תזונתיים \u003c\/button\u003e\u003c\/div\u003e\n\u003cdiv class=\"tab-content active\" id=\"boer-desc\"\u003e\n\u003cp\u003e\u003cstrong\u003eבורוורס מקורי\u003c\/strong\u003e – נקניקיית בקר דרום אפריקאית מסורתית, המיוצרת מבקר כשר איכותי ומתערובת תבלינים דרום אפריקאית אותנטית.\u003c\/p\u003e\n\u003cp\u003eהבורוורס שלנו מיוצר בישראל מחומרי גלם מובחרים, עם מרקם עסיסי וטעם עשיר שמזכיר את הבורוורס המקורי מדרום אפריקה.\u003c\/p\u003e\n\u003cp\u003eמושלם למנגל, לגריל או למחבת – ארוחה איכותית ועשירה בחלבון.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"boer-ing\"\u003e\n\u003cp\u003eבשר בקר כשר, כוסברה, פלפל שחור, אגוז מוסקט, שום, חומץ ותבלינים טבעיים.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"boer-nut\"\u003e\n\u003cp\u003eל־100 גרם: \u003cbr\u003e\u003cbr\u003e🔥 אנרגיה: \u003cstrong\u003e450 קלוריות\u003c\/strong\u003e\u003cbr\u003e🥩 חלבון: \u003cstrong\u003e35 גרם\u003c\/strong\u003e\u003cbr\u003e🥖 פחמימות: \u003cstrong\u003e2 גרם\u003c\/strong\u003e\u003cbr\u003e🧈 שומן: \u003cstrong\u003e28 גרם\u003c\/strong\u003e\u003cbr\u003eמתוכם שומן רווי: \u003cstrong\u003e10 גרם\u003c\/strong\u003e\u003cbr\u003e💓 כולסטרול: \u003cstrong\u003e55 מ\"ג\u003c\/strong\u003e\u003cbr\u003e🧂 נתרן: \u003cstrong\u003e1,800 מ\"ג\u003c\/strong\u003e\u003cbr\u003e🌾 סיבים תזונתיים: \u003cstrong\u003e0 גרם\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pickup-notice\"\u003e📍 \u003cstrong\u003eשימו לב:\u003c\/strong\u003e\u003cbr\u003eהמוצר זמין באיסוף עצמי בלבד מנקודות האיסוף שלנו.\u003cbr\u003eלא ניתן להזמין במשלוח.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e","brand":"Gaia's Pantry","offers":[{"title":"בערך 1 ק\"ג","offer_id":51415013687577,"sku":null,"price":135.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Original_Boerewors_Gaia_s_Pantry.png?v=1778577656"}],"url":"https:\/\/gaiaspantry.com\/he\/collections\/frozen-products.oembed","provider":"Gaia’s Pantry","version":"1.0","type":"link"}