{"title":"Best Sellers","description":"","products":[{"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.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: 6px;\n  padding: 6px 16px;\n  border-radius: 16px;\n  font-size: .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,.2);\n}\n\n.badge::before{\n  content:\"★\";\n  color:#fff;\n}\n\n.badge-keto{\n  background:linear-gradient(135deg,#28a745,#5ecb72);\n  color:#fff;\n}\n\n.badge-keto::before{\n  content:\"🥑\";\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:.95rem;\n  padding:10px 12px;\n  cursor:pointer;\n  border-bottom:2px solid transparent;\n  transition:.3s;\n  white-space:nowrap;\n  font-family:'Poppins',sans-serif;\n}\n\n.tab-btn.active{\n  border-bottom:3px solid #FFD700;\n  color:#000;\n}\n\n\/* Content *\/\n\n.tab-content{\n  display:none;\n  background:#fff;\n  border-radius:12px;\n  padding:20px;\n  box-shadow:0 4px 12px rgba(0,0,0,.05);\n  line-height:1.7;\n  max-width:800px;\n  margin:0 auto 30px;\n  text-align:left;\n  opacity:0;\n  transform:translateY(10px);\n  transition:.3s;\n}\n\n.tab-content.active{\n  display:block;\n  opacity:1;\n  transform:translateY(0);\n}\n\n\/* Mobile *\/\n\n@media(max-width:480px){\n\n.tabs{\njustify-content:flex-start;\ngap:8px;\noverflow-x:auto;\n}\n\n.tab-btn{\nflex:0 0 auto;\nmin-width:90px;\ntext-align:center;\n}\n\n.tabs-wrapper{\npadding:0 10px;\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 \u003cspan class=\"badge badge-keto\"\u003eKeto Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tabs\"\u003e\n\u003cbutton class=\"tab-btn active\"\u003e Description \u003c\/button\u003e \u003cbutton class=\"tab-btn\"\u003e Ingredients \u003c\/button\u003e \u003cbutton class=\"tab-btn\"\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 Sliced Biltong\u003c\/strong\u003e — Crafted in Israel using kosher beef, selected for its rich flavour and tender bite.\u003c\/p\u003e\n\u003cp\u003eEach bag is air-dried using authentic South African methods, then hand sliced and lightly seasoned to let the natural beef flavour shine.\u003c\/p\u003e\n\u003cp\u003ePacked in a convenient \u003cstrong\u003e65g resealable pouch\u003c\/strong\u003e, it's perfect for work, travel, the gym, or anytime you need a satisfying high-protein snack.\u003c\/p\u003e\n\u003cp\u003eAuthentically crafted using traditional South African recipes and naturally air-dried for exceptional flavour and texture, it's a delicious choice for anyone following a low-carb or keto lifestyle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n\u003cp\u003e\u003cstrong\u003eIngredients:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eKosher Beef (99%), Vinegar, Coriander, Black Pepper, Cloves, Nutmeg, Garlic, Kosher Spices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n\u003cp\u003eEnergy: 250–320 kcal\u003cbr\u003eProtein: \u003cstrong\u003e25–30 g\u003c\/strong\u003e\u003cbr\u003eCarbohydrates: 0–1 g\u003cbr\u003eFat: 8–15 g\u003cbr\u003eSodium: 640 mg\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":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":"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"},{"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\/* Keto Badge *\/\n\n.badge-keto {\n  background: linear-gradient(135deg, #28a745, #5ecb72);\n  color: #fff;\n}\n\n.badge-keto::before {\n  content: \"🥑\";\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\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 \u003cspan class=\"badge badge-keto\"\u003eKeto Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tabs\"\u003e\n\u003cbutton class=\"tab-btn active\"\u003e Description \u003c\/button\u003e \u003cbutton class=\"tab-btn\"\u003e Ingredients \u003c\/button\u003e \u003cbutton class=\"tab-btn\"\u003e Nutrition \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n\u003cp\u003e\u003cstrong\u003eTraditional Sliced Biltong\u003c\/strong\u003e — Made from quality \u003cstrong\u003ekosher beef\u003c\/strong\u003e, carefully selected for a rich beefy flavour and satisfying texture.\u003c\/p\u003e\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\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\u003c\/div\u003e\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n\u003cp\u003eKosher Beef (99%), Kosher spices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n\u003cp\u003eEnergy: 250–320 kcal\u003cbr\u003eProtein: \u003cstrong\u003e25–30 g\u003c\/strong\u003e\u003cbr\u003eCarbohydrates: 0 g\u003cbr\u003eFat: 8–15 g\u003cbr\u003eSodium: 640 mg\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":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":"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\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: 6px;\n  padding: 6px 16px;\n  border-radius: 16px;\n  font-size: .95rem;\n  font-weight: 700;\n  color: #333;\n  background: linear-gradient(135deg,#FFD700,#FFC107);\n  box-shadow: 0 2px 6px rgba(0,0,0,.25);\n}\n\n.badge::before {\n  content:\"★\";\n  color:white;\n}\n\n\n\/* Keto Badge *\/\n\n.badge-keto {\n  background: linear-gradient(135deg,#28a745,#5ecb72);\n  color:white;\n}\n\n.badge-keto::before {\n  content:\"🥑\";\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:.95rem;\n  padding:10px 12px;\n  cursor:pointer;\n  border-bottom:2px solid transparent;\n  transition:.3s;\n  white-space:nowrap;\n  font-family:'Poppins',sans-serif;\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,.05);\n  line-height:1.7;\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:.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\n\n\n\u003cdiv class=\"tabs-wrapper\"\u003e\n\n\n\u003cdiv class=\"badges-wrapper\"\u003e\n\n\u003cspan class=\"badge\"\u003eHigh Protein\u003c\/span\u003e\n\n\u003cspan class=\"badge\"\u003eNo Sugar\u003c\/span\u003e\n\n\u003cspan class=\"badge badge-keto\"\u003eKeto Friendly\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"tabs\"\u003e\n\n\n\u003cbutton class=\"tab-btn active\" data-tab=\"description\"\u003e\nDescription\n\u003c\/button\u003e\n\n\n\u003cbutton class=\"tab-btn\" data-tab=\"ingredients\"\u003e\nIngredients\n\u003c\/button\u003e\n\n\n\u003cbutton class=\"tab-btn\" data-tab=\"nutrition\"\u003e\nNutrition\n\u003c\/button\u003e\n\n\n\u003c\/div\u003e\n\n\n\n\n\u003cdiv id=\"description\" class=\"tab-content active\"\u003e\n\n\n\u003cp\u003e\u003cstrong\u003e5-Pack Premium Plus Sliced Biltong Combo\u003c\/strong\u003e — Discover our most premium biltong experience, crafted in Israel using carefully selected premium cuts of kosher beef, including \u003cstrong\u003eShitel beef\u003c\/strong\u003e for exceptional tenderness and rich flavour.\u003c\/p\u003e\n\n\n\u003cp\u003eTraditionally air-dried using authentic South African methods, each slice is hand-prepared and lightly seasoned to highlight the natural taste and quality of the meat.\u003c\/p\u003e\n\n\n\u003cp\u003eThis premium 5-pack bundle is perfect for biltong lovers who want to stock up, share with family and friends, or enjoy a high-quality meat snack anytime.\u003c\/p\u003e\n\n\n\u003cp\u003eHigh in protein, naturally low in carbohydrates, and keto-friendly — a gourmet South African snack made for those who appreciate authentic flavour and premium quality.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\n\n\u003cdiv id=\"ingredients\" class=\"tab-content\"\u003e\n\n\n\u003cp\u003e\u003cstrong\u003eIngredients:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003ePremium Kosher Beef (Shitel Cut) (99%), Kosher Spices.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\n\n\u003cdiv id=\"nutrition\" class=\"tab-content\"\u003e\n\n\n\u003cp\u003e\nEnergy: 434 kcal\u003cbr\u003e\nProtein: \u003cstrong\u003e53 g\u003c\/strong\u003e\u003cbr\u003e\nCarbohydrates: 0 g\u003cbr\u003e\nFat: 4 g\u003cbr\u003e\nSaturated Fat: 3 g\u003cbr\u003e\nCholesterol: 125 mg\u003cbr\u003e\nSodium: 640 mg\n\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\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\ntab.addEventListener(\"click\",()=\u003e{\n\ntabs.forEach(t=\u003et.classList.remove(\"active\"));\n\ncontents.forEach(c=\u003ec.classList.remove(\"active\"));\n\ntab.classList.add(\"active\");\n\ndocument.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":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0963\/2078\/2617\/files\/Gaia_s_Pantry_premium_plus_biltong.jpg?v=1772705505"},{"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"}],"url":"https:\/\/gaiaspantry.com\/collections\/meats-best-sellers.oembed","provider":"Gaia’s Pantry","version":"1.0","type":"link"}