{"title":"Dry Products","description":"","products":[{"product_id":"crazy-gaucho-cajun-rub","title":"Crazy Gaucho Cajun Rub","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eCrazy Gaucho Cajun Rub\u003c\/strong\u003e — Spicy South African-style seasoning perfect for meats, chicken, and BBQ. Combines paprika, garlic, chili, and aromatic herbs for a bold and zesty flavor.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003ePaprika, garlic, onion powder, cayenne pepper, black pepper, oregano, thyme, salt, sugar, chili flakes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100g: Energy: 65 kcal, Protein: 3 g, Carbohydrates: 10 g, Fat: 2 g, Sodium: 4800 mg\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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":"Jeremy Gourmet","offers":[{"title":"Default Title","offer_id":51414659334425,"sku":null,"price":39.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Crazy_Gaucho_Cajun_Rub.jpg?v=1765450289"},{"product_id":"crazy-gaucho-chimichurri-rub","title":"Crazy Gaucho Chimichurri Rub","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: ltr;\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: left;\n  direction: ltr;\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\u003cdiv class=\"tabs\"\u003e\n\u003cbutton class=\"tab-btn active\" data-tab=\"description\"\u003e📄\u003cspan\u003eDescription\u003c\/span\u003e\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n\u003cp\u003e\u003cstrong\u003eCrazy Gaucho Chimichurri Rub\u003c\/strong\u003e — Bold South African-style seasoning perfect for steaks, grilled meats, and BBQ. Infused with herbs, garlic, and spices for authentic flavor that enhances every dish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n\u003cp\u003eSalt, garlic, parsley, oregano, paprika, chili, black pepper, herbs and spices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n\u003cp\u003ePer 100g: Energy: 60 kcal, Protein: 4 g, Carbohydrates: 8 g, Fat: 2 g, Sodium: 5200 mg\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Jeremy Gourmet","offers":[{"title":"Default Title","offer_id":51414659399961,"sku":null,"price":39.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Crazy_Gaucho_Chimichurri_Rub.png?v=1765793648"},{"product_id":"crazy-gaucho-all-purpose","title":"Crazy Gaucho ALL PURPOSE Rub","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eCrazy Gaucho All Purpose\u003c\/strong\u003e — A versatile South African spice blend for all your cooking needs. Perfect for seasoning meats, vegetables, and grilling. Brings authentic flavor to every dish.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003eSalt, paprika, garlic, onion, chili, black pepper, herbs, and spices.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100g: Energy: 50 kcal, Protein: 3 g, Carbohydrates: 10 g, Fat: 1 g, Sodium: 5000 mg\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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":"Jeremy Gourmet","offers":[{"title":"Default Title","offer_id":51414659432729,"sku":null,"price":39.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Crazy_Gaucho_All_Purpose_seaso.jpg?v=1765450446"},{"product_id":"mrs-ball-s-original-chutney","title":"Mrs Ball’s Original Chutney","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eMrs Ball’s Original Chutney\u003c\/strong\u003e — Classic South African fruit chutney, sweet and tangy, perfect for pairing with meats, sandwiches, and traditional dishes. Adds authentic flavor to any meal.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003eApples, sugar, vinegar, raisins, spices, salt, preservative: sodium metabisulphite.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100g: Energy: 200 kcal, Protein: 0 g, Carbohydrates: 50 g, Fat: 0 g, Sodium: 200 mg, Fiber: 1 g\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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":"fynbos-african-jalapeno-sauce","title":"Fynbos African Jalapeño Sauce","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eFynbos African Bird’s Eye Chilli Sauce\u003c\/strong\u003e — A fiery South African chili sauce bursting with flavor. Perfect for enhancing meats, vegetables, and marinades. Adds bold heat and authentic African spice to every dish.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003eBird’s eye chili, vinegar, sugar, salt, garlic, spices, natural preservatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100g: Energy: 120 kcal, Protein: 1 g, Carbohydrates: 28 g, Fat: 0 g, Sodium: 1,200 mg, Fiber: 2 g\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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":51414659498265,"sku":null,"price":25.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Fynbos_African_Jalape_o_Sauce.jpg?v=1765449609"},{"product_id":"fynbos-african-bird-s-eye-chilli-sauce","title":"Fynbos African Bird’s Eye Chilli Sauce","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eFynbos African Bird’s Eye Chilli Sauce\u003c\/strong\u003e — A fiery South African chili sauce bursting with flavor. Perfect for enhancing meats, vegetables, and marinades. Adds bold heat and authentic African spice to every dish.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003eBird’s eye chili, vinegar, sugar, salt, garlic, spices, natural preservatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100g: Energy: 120 kcal, Protein: 1 g, Carbohydrates: 28 g, Fat: 0 g, Sodium: 1,200 mg, Fiber: 2 g\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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":51414659694873,"sku":null,"price":25.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Fynbos_African_Bird_s_Eye_Chilli_Sauce.jpg?v=1765449547"},{"product_id":"premium-biltong","title":"Premium Plus Sliced Biltong","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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003ePremium Plus Kosher Biltong\u003c\/strong\u003e — Indulge in the next level of flavor with our biltong, crafted from prime Argentine Picanha beef and perfected in Israel. Each slice is richly seasoned, air-dried to perfection, and delivers a melt-in-your-mouth tenderness, ideal for enjoying at work, on the go, or paired with a glass of wine.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003ePremium Kosher Beef, Kosher Spices, Salt.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003eEnergy: 434 kcal, Protein: 53 g, Carbohydrates: 0 g, Fat: 4 g (of which Saturated Fat: 3 g), Cholesterol: 125 mg, Sodium: 640 mg\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":"Gaia's Pantry","offers":[{"title":"Default Title","offer_id":51414659760409,"sku":null,"price":40.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Premium_Plus_Biltong.png?v=1772701966"},{"product_id":"biltong-stick","title":"Biltong Stick","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003ePremium Kosher Biltong Stick\u003c\/strong\u003e — Enjoy biltong in its purest form. Hand-cut for easy slicing, packed with bold South African flavor. High in protein, keto-friendly, and gluten-free. Perfect for traditionalists and modern meat lovers alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003ePremium kosher beef, vinegar, coriander, black pepper, nutmeg, garlic.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100g: Energy: 420 kcal, Protein: 55 g, Carbs: 2 g, Fat: 18 g (Saturated: 7 g), Cholesterol: 50 mg, Sodium: 1,700 mg, Fiber: 0 g.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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":51414659858713,"sku":null,"price":54.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/ChatGPTImageJun4_2026_12_41_10PM.png?v=1780566393"},{"product_id":"ina-paarman-honey-mustard-salad-dressing","title":"Ina Paarman Honey Mustard Salad Dressing","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eIna Paarman Honey Mustard Salad Dressing\u003c\/strong\u003e — A smooth, sweet and tangy dressing that elevates any salad. Made with premium South African ingredients, perfect for drizzling over greens, roasted vegetables, or as a dip.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003eWater, mustard, honey, vinegar, sugar, salt, spices, stabilizers, and natural flavors.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100ml: Energy: 220 kcal, Protein: 1 g, Carbohydrates: 30 g, Fat: 10 g (Saturated: 1 g), Sodium: 800 mg, Fiber: 0 g.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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"},{"product_id":"ina-paarman-garlic-herb-spice","title":"Ina Paarman Garlic \u0026 Herb Spice","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eIna Paarman Garlic \u0026amp; Herb Spice\u003c\/strong\u003e — A versatile South African-inspired seasoning blend combining garlic, herbs, and spices. Perfect for meats, vegetables, and sauces, delivering authentic flavor with every sprinkle.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003eDehydrated garlic, parsley, coriander, black pepper, oregano, thyme, marjoram, and other natural herbs and spices.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100g: Energy: 280 kcal, Protein: 14 g, Carbohydrates: 30 g, Fat: 5 g (Saturated: 0.5 g), Sodium: 1,500 mg, Fiber: 12 g.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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":51414660776217,"sku":null,"price":25.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Ina_Paarman_Garlic_Herb_Spice.png?v=1765793552"},{"product_id":"wellingtons-steak-sauce","title":"Wellington's Steak Sauce","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eWellington's Steak Sauce\u003c\/strong\u003e — A rich and tangy South African-inspired sauce, perfect for enhancing steaks, burgers, or grilled meats. Made with tomatoes, vinegar, spices, and a hint of sweetness for a bold, authentic flavor.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003eTomatoes, vinegar, sugar, salt, onions, garlic, mustard, spices, natural flavorings.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100g: Energy: 120 kcal, Protein: 1 g, Carbohydrates: 28 g, Fat: 0 g, Sodium: 1,200 mg.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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":51414661693721,"sku":null,"price":35.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Wellingtons_Steak_Sauce_bottle.png?v=1765793207"},{"product_id":"ina-paarman-potato-seasoning","title":"Ina Paarman Potato Seasoning","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eIna Paarman Potato Seasoning\u003c\/strong\u003e — Turn simple potatoes into something special with this flavorful blend of herbs and spices. Perfect for roasted, mashed, or fried potatoes — just sprinkle and enjoy crispy, golden, and delicious results every time!\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003eSalt, dehydrated onion, black pepper, parsley, garlic powder, natural herbs and spices.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003eEnergy: 150 kcal, Protein: 4 g, Carbohydrates: 25 g, Fat: 2 g (Saturated: 0.5 g), Sodium: 12,000 mg, Fiber: 6 g\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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":51414662381849,"sku":null,"price":25.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Ina_Paarman_Potato_Seasonning.png?v=1765793508"},{"product_id":"texan-steakhouse-rub","title":"Texan Steakhouse Rub","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}\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}\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\u003cdiv class=\"tabs\" style=\"direction: ltr; text-align: left;\"\u003e\n\u003cbutton class=\"tab-btn active\" data-tab=\"description\"\u003e📄\u003cspan\u003eDescription\u003c\/span\u003e\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"tab-content active\" style=\"direction: ltr; text-align: left;\"\u003e\n\u003cp\u003e\u003cstrong\u003eTexas BBQ Rub\u003c\/strong\u003e — Bring authentic Texas BBQ flavor to your kitchen with this rich and smoky seasoning blend. Packed with paprika, garlic, chili, and a touch of sweetness, it’s perfect for roasting, smoking, or grilling meats, chicken, or vegetables. Every use delivers the true, rich taste of Texas BBQ.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"ingredients\" class=\"tab-content\" style=\"direction: ltr; text-align: left;\"\u003e\n\u003cp\u003eSalt, black pepper, garlic powder, onion powder, smoked paprika, brown sugar, chili powder, cumin, mustard powder, cayenne pepper, oregano.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"nutrition\" class=\"tab-content\" style=\"direction: ltr; text-align: left;\"\u003e\n\u003cp\u003eEnergy: 300 kcal, Protein: 7 g, Carbohydrates: 60 g, Fat: 6 g (of which Saturated: 1 g), Cholesterol: 0 mg, Sodium: 15,000 mg, Fibre: 12 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Gaia's Pantry","offers":[{"title":"Default Title","offer_id":51414662807833,"sku":null,"price":24.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":"smokehouse-bbq-rub","title":"Smokehouse BBQ Rub","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eCape Herb \u0026amp; Spice BBQ Smokehouse Rub\u003c\/strong\u003e — Elevate your grilling with this bold blend of smoked paprika, garlic, and subtle sweetness. Perfect for meats, veggies, or plant-based dishes, delivering smoky, rich flavor every time. Ideal for BBQ lovers and everyday cooks alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003eSmoked salt (38%), brown sugar, roasted garlic, smoked paprika (10%), paprika, smoke flavour (2%) (maltodextrin, smoke extract, anti-caking agent E551), coriander, smoke extract (2%), anti-caking agent (E551), smoked chilli (1%), cumin.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003eEnergy: 182 kcal, Protein: 5.7 g, Carbohydrates: 42 g, Fat: 2.6 g (of which Saturated: 0.4 g), Fibre: 7.7 g, Salt: 36.97 g\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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":51414662840601,"sku":null,"price":25.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Smokehouse_BBQ_Rub.png?v=1765793385"},{"product_id":"dried-wors","title":"Dried Wors","description":"\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}\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: left;\n  direction: ltr;\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 *\/\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\u003cdiv class=\"tabs-wrapper\"\u003e\n\u003cdiv class=\"badges-wrapper\"\u003e\n\u003cspan class=\"badge\"\u003eHigh Protein\u003c\/span\u003e \u003cspan class=\"badge\"\u003eNo Sugar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tabs\"\u003e\n\u003cbutton class=\"tab-btn active\" data-tab=\"description\"\u003e Description \u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e Ingredients \u003c\/button\u003e \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e Nutrition \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n\u003cp\u003e\u003cstrong\u003eTraditional South African Drywors\u003c\/strong\u003e — Air-dried beef sausage made from high-quality kosher beef and seasoned with a classic South African spice blend.\u003c\/p\u003e\n\u003cp\u003eRich in protein, no sugar added, and perfect for healthy snacking, hiking, workouts, or anyone who loves real meat snacks.\u003c\/p\u003e\n\u003cp\u003eMade from 100% kosher meat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n\u003cp\u003eKosher beef, spices (coriander, black pepper, nutmeg), vinegar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n\u003cp\u003eEnergy: 450 kcal Protein: 50 g Carbohydrates: 2 g Fat: 28 g Saturated fat: 10 g Cholesterol: 55 mg Sodium: 1800 mg Fiber: 0 g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Gaia's Pantry","offers":[{"title":"Default Title","offer_id":51414662906137,"sku":null,"price":33.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/920249eb-57a5-414a-bff7-64cdbf7ad37f.png?v=1778421342"},{"product_id":"sliced-biltong","title":"Sliced Biltong","description":"\u003cstyle\u003e\n\/* Tab container *\/\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}\n\n\/* Tab buttons *\/\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 svg {\n  width: 28px;\n  height: 28px;\n  fill: #800020; \/* צבע בורגונדי *\/\n  transition: transform 0.3s ease;\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-btn.active svg {\n  transform: scale(1.2);\n}\n\n\/* Tab content *\/\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}\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\n\/* Mobile adjustments *\/\n@media (max-width: 600px) {\n  .tabs {\n    gap: 10px;\n    justify-content: space-between;\n  }\n  .tab-btn {\n    max-width: 120px;\n    flex: 1 1 auto;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tabs\"\u003e\n  \u003cbutton class=\"tab-btn active\" data-tab=\"description\"\u003e\n    📄\n    \u003cspan\u003eDescription\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e\n    🥩\n    \u003cspan\u003eIngredients\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e\n    🍎\n    \u003cspan\u003eNutrition\u003c\/span\u003e\n  \u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eKosher Biltong – Made in Israel\u003c\/strong\u003e\u003c\/p\u003e\n  \u003cp\u003eDiscover the bold, authentic taste of South African tradition — crafted right here in Israel. Our \u003cstrong\u003ekosher biltong\u003c\/strong\u003e is made with select cuts of beef, original South African spices, and time-honored curing methods for a rich, savory flavor you can trust.\u003c\/p\u003e\n  \u003cp\u003eHigh in protein, keto-friendly, and gluten-free — it’s the perfect snack for the health-conscious or anyone craving a true taste of home. Tender, flavorful, and made under strict kosher and health supervision, this biltong delivers quality in every bite.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  Beef, vinegar, coriander, black pepper, cloves, nutmeg, garlic.\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  Energy: 250 kcal, Protein: 52 g, Carbohydrates: 1 g, Fat: 4 g (of which Saturated Fat: 1.5 g), Cholesterol: 80 mg, Sodium: 1,200 mg, Fiber: 0 g.\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\n","brand":"Gaia's Pantry","offers":[{"title":"Default Title","offer_id":51414662938905,"sku":null,"price":29.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/gaia-pantry-beef-biltong-packaging.png?v=1767536529"},{"product_id":"gaias-pantry-gift-card","title":"Gaia's Pantry Gift Card","description":"\u003cp data-start=\"84\" data-end=\"266\"\u003eGive the taste of South Africa! The \u003cem data-start=\"155\" data-end=\"180\"\u003eGaia’s Pantry Gift Card\u003c\/em\u003e is the perfect way to share our premium kosher meat products with someone you love.\u003c\/p\u003e","brand":"Gaia's Pantry","offers":[{"title":"₪25.00","offer_id":51577562562841,"sku":null,"price":25.0,"currency_code":"ILS","in_stock":true},{"title":"₪50.00","offer_id":51577562595609,"sku":null,"price":50.0,"currency_code":"ILS","in_stock":true},{"title":"₪100.00","offer_id":51577562628377,"sku":null,"price":100.0,"currency_code":"ILS","in_stock":true},{"title":"₪150.00","offer_id":51577562661145,"sku":null,"price":150.0,"currency_code":"ILS","in_stock":true},{"title":"₪200.00","offer_id":51577562693913,"sku":null,"price":200.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Gaia_s_Pantry_Gift_Card.png?v=1765446830"},{"product_id":"sliced-biltong-bundle","title":"Sliced Biltong Combo","description":"\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: left;\n  direction: ltr;\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\"\u003eHigh Protein\u003c\/span\u003e\n  \u003cspan class=\"badge\"\u003eNo Sugar\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\nDescription\n\u003c\/button\u003e\n\n\u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e\nIngredients\n\u003c\/button\u003e\n\n\u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e\nNutrition\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\u003eTraditional Sliced Biltong\u003c\/strong\u003e — Made from quality \u003cstrong\u003eFalse Fillet beef cuts\u003c\/strong\u003e, carefully selected for a rich beefy flavor and satisfying texture.\u003c\/p\u003e\n\n\u003cp\u003eAir-dried using the traditional South African method, hand sliced, and lightly seasoned to preserve the natural taste of the meat.\u003c\/p\u003e\n\n\u003cp\u003eThis is also a \u003cstrong\u003ehigh-protein snack\u003c\/strong\u003e, containing around \u003cstrong\u003e25–30g of protein per 100g\u003c\/strong\u003e, making it perfect for healthy snacking, post-workout fuel, or anyone who loves authentic biltong.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n\n\u003cp\u003eKosher Beef (False Fillet) (99%), Kosher spices.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n\n\u003cp\u003e\nEnergy: 250-320 kcal\u003cbr\u003e\nProtein: \u003cstrong\u003e25-30 g\u003c\/strong\u003e\u003cbr\u003e\nCarbohydrates: 0 g\u003cbr\u003e\nFat: 8-15 g\u003cbr\u003e\nSodium: 640 mg\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","brand":"Gaia’s Pantry","offers":[{"title":"Default Title","offer_id":51827362595097,"sku":null,"price":135.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/5_Sliced_Biltong_Combo.png?v=1765449329"},{"product_id":"mediterranean-roast-rub","title":"Mediterranean Roast Rub","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\n    \u003cstrong\u003eMediterranean Roast Rub\u003c\/strong\u003e — Bring the earthy, sun-kissed flavours of the Mediterranean into your kitchen. \n    This aromatic blend of garden herbs and garlic is perfect for roasting chicken or fish, seasoning potatoes, root vegetables,\n    Mediterranean vegetables, and even elevating pasta sauces and pizzas.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Free from MSG, artificial flavours and colours, non-GMO, preservative free, and 100% vegan.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003e\n    Sea salt, garlic, oregano, thyme, basil, rosemary, black pepper.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003e\n    Energy: 180 kcal, Protein: 6 g, Carbohydrates: 34 g, Fat: 3 g (of which Saturated: 0.5 g), Fibre: 7 g, Salt: 15 g\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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":51835811856665,"sku":null,"price":25.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/images_1.jpg?v=1767796627"},{"product_id":"premium-plus-biltong-bundle","title":"Premium Plus Biltong Bundle","description":"\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.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\/* 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.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: left;\n  direction: ltr;\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 for small phones *\/\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\u003cdiv class=\"tabs-wrapper\"\u003e\n\n\u003cdiv class=\"badges-wrapper\"\u003e\n  \u003cspan class=\"badge\"\u003eHigh Protein\u003c\/span\u003e\n  \u003cspan class=\"badge\"\u003eNo Sugar\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\nDescription\n\u003c\/button\u003e\n\n\u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e\nIngredients\n\u003c\/button\u003e\n\n\u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e\nNutrition\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\u003e5-Pack Premium Plus Sliced Biltong Combo\u003c\/strong\u003e — Experience our most premium biltong yet. Crafted from select steak cuts such as \u003cstrong\u003eShitel or Picanha\u003c\/strong\u003e, known for their exceptional tenderness and rich beef flavor.\u003c\/p\u003e\n\n\u003cp\u003eOur biltong is traditionally air-dried following authentic South African methods, then hand-sliced and lightly seasoned to highlight the natural taste of the meat.\u003c\/p\u003e\n\n\u003cp\u003eThis is also a \u003cstrong\u003ehigh-protein snack\u003c\/strong\u003e, delivering approximately \u003cstrong\u003e28g of protein per 100g\u003c\/strong\u003e, making it perfect for post-workout fuel, healthy snacking, or anyone who appreciates premium quality meat snacks.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n\n\u003cp\u003ePremium Kosher Beef (Shitel or Picanha Cut) (99%), Kosher Spices.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n\n\u003cp\u003eEnergy: 434 kcal, Protein: \u003cstrong\u003e53 g\u003c\/strong\u003e, Carbohydrates: 0 g, Fat: 4 g (of which Saturated Fat: 3 g), Cholesterol: 125 mg, Sodium: 640 mg\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","brand":"Gaia’s Pantry","offers":[{"title":"Default Title","offer_id":52063573311769,"sku":null,"price":190.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Gaia_s_Pantry_premium_plus_biltong.jpg?v=1772705505"},{"product_id":"dried-wors-family-pack","title":"Dried Wors Family Pack","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: ltr;\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: left;\n  direction: ltr;\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\u003eDescription\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e\n  \u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n  \u003cp\u003e\u003cstrong\u003eDried Wors Family Pack 250g\u003c\/strong\u003e — A generous family-size pack of authentic South African dry wors. \n  Made in Israel with premium kosher beef and traditional spices, slowly dried for a rich flavor and perfect crunch. \n  High-protein, low-carb, and perfect for sharing.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003ePremium kosher beef, South African spices (coriander, black pepper, nutmeg), vinegar, garlic.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100g: Energy: 430 kcal, Protein: 33g, Carbs: 2g, Fat: 25g (Saturated: 9g), Cholesterol: 50mg, Sodium: 1,700mg, Fiber: 0g.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst tabsEn = document.querySelectorAll(\".tab-btn\");\nconst contentsEn = document.querySelectorAll(\".tab-content\");\n\ntabsEn.forEach(tab =\u003e {\n  tab.addEventListener(\"click\", () =\u003e {\n    tabsEn.forEach(t =\u003e t.classList.remove(\"active\"));\n    contentsEn.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","brand":"Gaia’s Pantry","offers":[{"title":"Default Title","offer_id":52119075225881,"sku":null,"price":80.0,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/dry-wors-new.png?v=1773698818"},{"product_id":"original-okapi-biltong-knife","title":"Original Okapi Biltong Knife","description":"\n\u003cstyle\u003e\n.tabs-wrapper {\n  max-width: 800px;\n  margin: 0 auto 20px;\n  font-family: 'Poppins', sans-serif;\n}\n\n\/* Badges *\/\n\n.badges-wrapper {\n  display: flex;\n  justify-content: center;\n  gap: 8px;\n  margin-bottom: 12px;\n  flex-wrap: wrap;\n}\n\n.badge {\n  display: inline-flex;\n  align-items: center;\n  padding: 5px 12px;\n  border-radius: 14px;\n  font-size: 0.78rem;\n  font-weight: 700;\n  color: #333;\n  background: linear-gradient(135deg, #FFD700, #FFC107);\n  box-shadow: 0 2px 5px rgba(0,0,0,0.15);\n}\n\n.badge::before {\n  content: \"★\";\n  color: white;\n  margin-right: 5px;\n}\n\n\/* Tabs *\/\n\n.tabs {\n  display: flex;\n  justify-content: center;\n  gap: 10px;\n  margin-bottom: 12px;\n}\n\n.tab-btn {\n  background: none;\n  border: none;\n  font-weight: 600;\n  font-size: 0.9rem;\n  padding: 8px 10px;\n  cursor: pointer;\n  border-bottom: 2px solid transparent;\n}\n\n.tab-btn.active {\n  border-bottom: 3px solid #FFD700;\n}\n\n.tab-content {\n  display: none;\n  background: #fff;\n  border-radius: 12px;\n  padding: 14px;\n  box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n  line-height: 1.6;\n  font-size: 0.92rem;\n}\n\n.tab-content.active {\n  display: block;\n}\n\n\/* Mobile *\/\n\n@media(max-width:480px){\n\n  .tabs-wrapper {\n    padding: 0 6px;\n  }\n\n  .badge {\n    font-size: 0.72rem;\n    padding: 5px 10px;\n  }\n\n  .tab-btn {\n    font-size: 0.82rem;\n    padding: 7px 8px;\n  }\n\n  .tab-content {\n    font-size: 0.88rem;\n    padding: 12px;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"tabs-wrapper\"\u003e\n\n\u003cdiv class=\"badges-wrapper\"\u003e\n  \u003cspan class=\"badge\"\u003eOriginal Okapi\u003c\/span\u003e\n  \u003cspan class=\"badge\"\u003ePocket Carry\u003c\/span\u003e\n  \u003cspan class=\"badge\"\u003eBiltong Knife\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\nDescription\n\u003c\/button\u003e\n\n\u003cbutton class=\"tab-btn\" data-tab=\"features\"\u003e\nFeatures\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\u003eOriginal Okapi Biltong Knife 🔥\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe legendary South African knife — now available in Israel through Gaia’s Pantry.\u003c\/p\u003e\n\n\u003cp\u003ePerfect for slicing biltong sticks with precision, featuring a premium N690 stainless steel blade with razor-sharp performance and everyday carry comfort.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv id=\"features\" class=\"tab-content\"\u003e\n\n\u003cp\u003e✔ Premium N690 Steel\u003c\/p\u003e\n\u003cp\u003e✔ Razor Sharp Edge\u003c\/p\u003e\n\u003cp\u003e✔ Compact Pocket Design\u003c\/p\u003e\n\u003cp\u003e✔ Perfect for Biltong\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\n","brand":"OkapiKnives","offers":[{"title":"Default Title","offer_id":52449298743577,"sku":null,"price":159.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Okapi_Bilton_Knife_with_wooden_handle_on_wooden_board.webp?v=1780044709"},{"product_id":"chakalaka-dried-wors","title":"Chakalaka Dried Wors","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: ltr;\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: left;\n  direction: ltr;\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\u003cdiv class=\"tabs\"\u003e\n\u003cbutton data-tab=\"description\" class=\"tab-btn active\"\u003e🌶️\u003cspan\u003eDescription\u003c\/span\u003e\u003c\/button\u003e \u003cbutton data-tab=\"ingredients\" class=\"tab-btn\"\u003e🥩\u003cspan\u003eIngredients\u003c\/span\u003e\u003c\/button\u003e \u003cbutton data-tab=\"nutrition\" class=\"tab-btn\"\u003e🍎\u003cspan\u003eNutrition\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content active\" id=\"description\"\u003e\n\u003cp\u003e\u003cstrong\u003eChakalaka Dried Wors 100g\u003c\/strong\u003e — A fiery South African favourite with a bold Chakalaka kick. Made from premium kosher beef and seasoned with a carefully balanced blend of traditional spices and chilli for a rich, savoury flavour with just the right amount of heat.\u003c\/p\u003e\n\u003cp\u003eSlowly air-dried for maximum flavour and a satisfying bite, this protein-packed snack is perfect for spice lovers looking for something truly addictive. 🔥🇿🇦\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"ingredients\"\u003e\n\u003cp\u003ePremium Kosher Beef, Chakalaka Spice Blend, Coriander, Black Pepper, Chilli, Vinegar, Garlic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-content\" id=\"nutrition\"\u003e\n\u003cp\u003ePer 100g: Energy: 430 kcal, Protein: 33g, Carbohydrates: 2g, Fat: 25g (Saturated Fat: 9g), Cholesterol: 50mg, Sodium: 1,700mg, Fiber: 0g.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Gaia’s Pantry","offers":[{"title":"Default Title","offer_id":52470814441753,"sku":null,"price":33.0,"currency_code":"ILS","in_stock":false}],"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\/collections\/dry-products.oembed","provider":"Gaia’s Pantry","version":"1.0","type":"link"}