{"product_id":"chakalaka-dried-wors","title":"צ'קאלאקה דריי וורס","description":"\n\u003cstyle\u003e\n.tabs-wrapper {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  font-family: 'Poppins', sans-serif;\n}\n\n\/* Badges *\/\n\n.badges-wrapper {\n  display: flex;\n  justify-content: center;\n  gap: 12px;\n  margin-bottom: 15px;\n  flex-wrap: wrap;\n}\n\n.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,0.25);\n  text-align: center;\n}\n\n.badge::before {\n  content: \"★\";\n  color: white;\n}\n\n\n\/* Tabs *\/\n\n.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.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}\n\n.tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n  color: #000;\n}\n\n\n\/* Content *\/\n\n.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,0.05);\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto 30px;\n  text-align: right;\n  direction: rtl;\n  opacity: 0;\n  transform: translateY(10px);\n  transition: 0.3s;\n}\n\n.tab-content.active {\n  display: block;\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\n\/* Mobile fix *\/\n\n@media(max-width:480px){\n\n  .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n    overflow-x: auto;\n  }\n\n  .tab-btn {\n    flex: 0 0 auto;\n    min-width: 90px;\n    text-align: center;\n  }\n\n  .tabs-wrapper {\n    padding: 0 10px;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"tabs-wrapper\"\u003e\n\n\u003cdiv class=\"badges-wrapper\"\u003e\n  \u003cspan class=\"badge\"\u003eפיקנטי\u003c\/span\u003e\n  \u003cspan class=\"badge\"\u003eחלבון גבוה\u003c\/span\u003e\n  \u003cspan class=\"badge\"\u003eללא סוכר\u003c\/span\u003e\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"tabs\"\u003e\n\n\u003cbutton class=\"tab-btn active\" data-tab=\"description\"\u003e\nתיאור\n\u003c\/button\u003e\n\n\u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e\nרכיבים\n\u003c\/button\u003e\n\n\u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e\nערכים תזונתיים\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n\n\u003cp\u003e\u003cstrong\u003eצ'קאלאקה דריי וורס 100 גרם\u003c\/strong\u003e — גרסה פיקנטית ונועזת לקלאסיקה דרום אפריקאית אהובה.\u003c\/p\u003e\n\n\u003cp\u003eמיוצר מבשר בקר כשר איכותי ומתובל בתערובת צ'קאלאקה עשירה עם נגיעת חריפות מושלמת, המעניקה טעם עמוק, בשרי וממכר בכל ביס.\u003c\/p\u003e\n\n\u003cp\u003eהדריי וורס מיובש באוויר בשיטה דרום אפריקאית מסורתית, עשיר בחלבון ומתאים לכל מי שאוהב חטיפי בשר עם אופי וקצת אש 🔥\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n\n\u003cp\u003eבשר בקר כשר מובחר, תערובת תבליני צ'קאלאקה, כוסברה, פלפל שחור, צ'ילי, חומץ ושום.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n\n\u003cp\u003e\nאנרגיה: 430 קלוריות\u003cbr\u003e\nחלבון: \u003cstrong\u003e33 גרם\u003c\/strong\u003e\u003cbr\u003e\nפחמימות: 2 גרם\u003cbr\u003e\nשומן: 25 גרם (מתוכם רווי: 9 גרם)\u003cbr\u003e\nכולסטרול: 50 מ״ג\u003cbr\u003e\nנתרן: 1,700 מ״ג\u003cbr\u003e\nסיבים תזונתיים: 0 גרם\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\n\u003cscript\u003e\n\nconst tabs = document.querySelectorAll(\".tab-btn\");\nconst contents = document.querySelectorAll(\".tab-content\");\n\ntabs.forEach(tab =\u003e {\n\n  tab.addEventListener(\"click\", () =\u003e {\n\n    tabs.forEach(t =\u003e t.classList.remove(\"active\"));\n    contents.forEach(c =\u003e c.classList.remove(\"active\"));\n\n    tab.classList.add(\"active\");\n\n    document.getElementById(tab.dataset.tab).classList.add(\"active\");\n\n  });\n\n});\n\n\u003c\/script\u003e\n","brand":"Gaia’s Pantry","offers":[{"title":"Default Title","offer_id":52470814441753,"sku":null,"price":33.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/ChatGPT_Image_Jun_4_2026_12_36_13_PM.png?v=1780566083","url":"https:\/\/gaiaspantry.com\/he\/products\/chakalaka-dried-wors","provider":"Gaia’s Pantry","version":"1.0","type":"link"}