{"title":"Frozen Products","description":"","products":[{"product_id":"chakalaka-boerewors","title":"Chakalaka Boerewors","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\u003eChakalaka Boerewors\u003c\/strong\u003e — Spicy South African boerewors with the bold flavors of chakalaka. Kosher, high-protein, and made in Israel from premium beef. Perfect for grilling or frying, delivering a juicy and savory bite every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n  \u003cp\u003ePremium kosher beef, chakalaka spice mix (onion, tomato, chili, bell pepper, garlic, ginger, spices), salt, vinegar.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n  \u003cp\u003ePer 100g: Energy: 420 kcal, Protein: 32 g, Carbs: 3 g, Fat: 28 g (Saturated: 10 g), Cholesterol: 55 mg, Sodium: 1,800 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":"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":"Frozen Original Boerewors","description":"\u003cstyle\u003e\n\/* =========================================================\n   ORIGINAL BOEREWORS TABS\n   Everything is scoped to .boerewors-tabs-wrapper\n   so it will not interfere with other product tabs.\n   ========================================================= *\/\n\n.boerewors-tabs-wrapper {\n  max-width: 800px;\n  margin: 0 auto 30px;\n  padding: 0;\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, 0.25);\n  text-align: center;\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  -webkit-appearance: none;\n  background: transparent;\n  border: none;\n  border-bottom: 2px solid transparent;\n  border-radius: 0;\n  box-shadow: none;\n  color: #555;\n  font-family: 'Poppins', sans-serif;\n  font-weight: 600;\n  font-size: 0.95rem;\n  line-height: 1.2;\n  padding: 10px 12px;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  white-space: nowrap;\n}\n\n.boerewors-tabs-wrapper .tab-btn:hover {\n  color: #000;\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, 0.05);\n  line-height: 1.6;\n  margin: 0 auto 18px;\n  text-align: left;\n  direction: ltr;\n  color: #444;\n}\n\n.boerewors-tabs-wrapper .tab-content.active {\n  display: block;\n  animation: boereworsFadeIn 0.3s ease;\n}\n\n@keyframes boereworsFadeIn {\n  from {\n    opacity: 0;\n    transform: translateY(10px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\/* Important pickup notice *\/\n\n.boerewors-tabs-wrapper .pickup-notice {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  width: 100%;\n  margin-top: 16px;\n  padding: 14px 18px;\n  box-sizing: border-box;\n  border: 2px solid #e56b00;\n  border-radius: 12px;\n  background: #fff3e6;\n  color: #9c3d00;\n  font-size: 1rem;\n  font-weight: 800;\n  line-height: 1.4;\n  text-align: center;\n}\n\n.boerewors-tabs-wrapper .pickup-notice-icon {\n  font-size: 1.25rem;\n  flex-shrink: 0;\n}\n\n@media (max-width: 480px) {\n  .boerewors-tabs-wrapper {\n    padding: 0 10px;\n  }\n\n  .boerewors-tabs-wrapper .tabs {\n    justify-content: flex-start;\n    gap: 8px;\n    overflow-x: auto;\n  }\n\n  .boerewors-tabs-wrapper .tab-btn {\n    flex: 0 0 auto;\n    min-width: 90px;\n    text-align: center;\n  }\n\n  .boerewors-tabs-wrapper .pickup-notice {\n    padding: 13px 12px;\n    font-size: 0.95rem;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"boerewors-tabs-wrapper\"\u003e\n\u003cdiv class=\"badges-wrapper\"\u003e\u003cspan class=\"badge\"\u003eHigh Protein\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv role=\"tablist\" class=\"tabs\"\u003e\n\u003cbutton aria-selected=\"true\" role=\"tab\" data-boerewors-tab=\"boerewors-description\" class=\"tab-btn active\" type=\"button\"\u003e Description \u003c\/button\u003e \u003cbutton aria-selected=\"false\" role=\"tab\" data-boerewors-tab=\"boerewors-ingredients\" class=\"tab-btn\" type=\"button\"\u003e Ingredients \u003c\/button\u003e \u003cbutton aria-selected=\"false\" role=\"tab\" data-boerewors-tab=\"boerewors-nutrition\" class=\"tab-btn\" type=\"button\"\u003e Nutrition \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"tabpanel\" class=\"tab-content active\" id=\"boerewors-description\"\u003e\n\u003cp\u003e\u003cstrong\u003eOriginal Boerewors\u003c\/strong\u003e — Traditional South African-style sausage made from premium kosher beef and authentic South African spices, delivering a rich, juicy flavor with every bite.\u003c\/p\u003e\n\u003cp\u003eCrafted in Israel using high-quality ingredients and our original family recipe, this boerewors is perfect for the BBQ, grill, or pan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"tabpanel\" class=\"tab-content\" id=\"boerewors-ingredients\"\u003e\n\u003cp\u003ePremium Kosher Beef, South African Spices (Coriander, Black Pepper, Nutmeg), Vinegar and Garlic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"tabpanel\" class=\"tab-content\" id=\"boerewors-nutrition\"\u003e\n\u003cp\u003ePer 100g: Energy: \u003cstrong\u003e450 kcal\u003c\/strong\u003e, Protein: \u003cstrong\u003e35 g\u003c\/strong\u003e, Carbohydrates: \u003cstrong\u003e2 g\u003c\/strong\u003e, Fat: \u003cstrong\u003e28 g\u003c\/strong\u003e (of which Saturated Fat: \u003cstrong\u003e10 g\u003c\/strong\u003e), Cholesterol: \u003cstrong\u003e55 mg\u003c\/strong\u003e, Sodium: \u003cstrong\u003e1,800 mg\u003c\/strong\u003e, Fiber: \u003cstrong\u003e0 g\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pickup-notice\"\u003e\n\u003cspan class=\"pickup-notice-icon\"\u003e📍\u003c\/span\u003e \u003cspan\u003e Pickup Only — Available for collection from selected pickup locations. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Gaia's Pantry","offers":[{"title":"Approximately 1kg","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\/collections\/frozen-products.oembed","provider":"Gaia’s Pantry","version":"1.0","type":"link"}