{"title":"🍳 Kitchen \u0026 Cooking","description":"\u003cp\u003eSmart kitchen appliances that save you money, time and effort. Built for South African households — from biltong makers to food sealers and smart nutrition scales.\u003c\/p\u003e","products":[{"product_id":"truehomesa™-compact-usb-rechargeable-vacuum-sealer","title":"TrueHomeSA™ Compact USB Rechargeable Vacuum Sealer","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n:root{\n  --cream:#f8f5f0;\n  --ivory:#fcfaf7;\n  --rose-gold:#d9b07b;\n  --champagne:#e8d6be;\n  --text:#5d534c;\n  --text-light:#8b8178;\n  --gold:#c9a84c;\n}\n\n.th-sealer-wrap{\n  background:linear-gradient(180deg,#fcfaf7 0%,#f8f5f0 100%);\n  padding:70px 20px;\n  font-family:'Inter',sans-serif;\n  position:relative;\n  overflow:hidden;\n}\n\n.th-sealer-wrap:before{\n  content:'';\n  position:absolute;\n  inset:0;\n  background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/6474\/9174\/files\/image_1.png');\n  background-repeat:repeat;\n  background-size:160px;\n  opacity:.04;\n  pointer-events:none;\n}\n\n.th-container{\n  max-width:1100px;\n  margin:auto;\n  position:relative;\n  z-index:1;\n}\n\n\/* Hero *\/\n\n.th-hero{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:70px;\n  align-items:center;\n  margin-bottom:80px;\n}\n\n.th-hero-img img{\n  width:100%;\n  border-radius:24px;\n  box-shadow:0 20px 60px rgba(0,0,0,.08);\n}\n\n.th-badge{\n  display:inline-block;\n  background:#fff;\n  color:var(--gold);\n  padding:8px 18px;\n  border-radius:999px;\n  font-size:13px;\n  font-weight:600;\n  letter-spacing:1px;\n  margin-bottom:18px;\n  box-shadow:0 8px 25px rgba(0,0,0,.06);\n}\n\n.th-hero-text h1{\n  font-family:'Cormorant Garamond',serif;\n  font-size:54px;\n  color:var(--text);\n  line-height:1.1;\n  margin-bottom:20px;\n}\n\n.th-hero-text p{\n  color:var(--text-light);\n  line-height:1.8;\n  font-size:17px;\n  margin-bottom:30px;\n}\n\n.th-cta-btn{\n  display:inline-block;\n  padding:16px 40px;\n  border-radius:999px;\n  text-decoration:none;\n  color:#fff;\n  font-weight:600;\n  background:linear-gradient(135deg,var(--rose-gold),var(--champagne));\n  box-shadow:0 15px 35px rgba(217,176,123,.35);\n  transition:.3s;\n}\n\n.th-cta-btn:hover{\n  transform:translateY(-4px);\n}\n\n\/* Lifestyle *\/\n\n.th-lifestyle{\n  margin-bottom:80px;\n  border-radius:28px;\n  overflow:hidden;\n  box-shadow:0 20px 60px rgba(0,0,0,.08);\n}\n\n.th-lifestyle img{\n  width:100%;\n  display:block;\n}\n\n\/* Features *\/\n\n.th-section-title{\n  text-align:center;\n  font-family:'Cormorant Garamond',serif;\n  font-size:44px;\n  color:var(--text);\n  margin-bottom:40px;\n}\n\n.th-features{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));\n  gap:22px;\n  margin-bottom:80px;\n}\n\n.th-feature{\n  background:#fff;\n  border-radius:24px;\n  padding:30px;\n  border:1px solid rgba(217,176,123,.15);\n  transition:.3s;\n}\n\n.th-feature:hover{\n  transform:translateY(-8px);\n  box-shadow:0 20px 45px rgba(217,176,123,.15);\n}\n\n.th-feature-icon{\n  font-size:36px;\n  margin-bottom:12px;\n}\n\n.th-feature h3{\n  color:var(--text);\n  margin-bottom:8px;\n}\n\n.th-feature p{\n  color:var(--text-light);\n  line-height:1.7;\n  font-size:14px;\n}\n\n\/* Benefits *\/\n\n.th-benefits{\n  background:linear-gradient(135deg,rgba(255,249,242,.95),rgba(253,245,236,.95));\n  border-radius:36px;\n  padding:55px 40px;\n  border:1px solid rgba(217,176,123,.18);\n  margin-bottom:80px;\n}\n\n.th-benefit-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));\n  gap:22px;\n  margin-top:40px;\n}\n\n.th-benefit{\n  background:#fff;\n  border-radius:24px;\n  padding:30px;\n  transition:.3s;\n}\n\n.th-benefit:hover{\n  transform:translateY(-6px);\n  box-shadow:0 18px 40px rgba(217,176,123,.15);\n}\n\n.th-benefit span{\n  display:block;\n  font-size:36px;\n  margin-bottom:12px;\n}\n\n.th-benefit h3{\n  color:var(--text);\n  margin-bottom:8px;\n}\n\n.th-benefit p{\n  color:var(--text-light);\n  line-height:1.7;\n  font-size:14px;\n}\n\n\/* Footer *\/\n\n.th-footer{\n  background:#fff;\n  border-radius:36px;\n  text-align:center;\n  padding:60px 30px;\n  box-shadow:0 15px 50px rgba(0,0,0,.05);\n}\n\n.th-footer h2{\n  font-family:'Cormorant Garamond',serif;\n  font-size:48px;\n  color:var(--text);\n  margin-bottom:15px;\n}\n\n.th-footer p{\n  max-width:650px;\n  margin:0 auto 30px;\n  color:var(--text-light);\n  line-height:1.8;\n}\n\n@media(max-width:860px){\n\n.th-hero{\ngrid-template-columns:1fr;\ntext-align:center;\ngap:40px;\n}\n\n.th-hero-text h1{\nfont-size:40px;\n}\n\n.th-benefits{\npadding:40px 20px;\n}\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"th-sealer-wrap\"\u003e\n\n\u003cdiv class=\"th-container\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"th-hero\"\u003e\n\n\u003cdiv class=\"th-hero-img\"\u003e\n\u003cimg src=\"YOUR-HERO-IMAGE.jpg\" alt=\"Compact USB Rechargeable Vacuum Sealer\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-hero-text\"\u003e\n\n\u003cdiv class=\"th-badge\"\u003e\n🥩 TRUEHOMESA KITCHEN COLLECTION\n\u003c\/div\u003e\n\n\u003ch1\u003eKeep Food Fresher for Longer\u003c\/h1\u003e\n\n\u003cp\u003e\nThe TrueHomeSA™ Compact USB Rechargeable Vacuum Sealer makes food storage effortless. Featuring automatic sealing, a digital status display, and rechargeable cordless operation, it's the perfect solution for preserving snacks, meat, fruits, vegetables and more while saving valuable kitchen space.\n\u003c\/p\u003e\n\n\u003ca href=\"#product-form\" class=\"th-cta-btn\"\u003e\nShop Now\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Lifestyle --\u003e\n\n\u003cdiv class=\"th-lifestyle\"\u003e\n\u003cimg src=\"YOUR-LIFESTYLE-IMAGE.jpg\" alt=\"Compact USB Rechargeable Vacuum Sealer in use\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\n\u003ch2 class=\"th-section-title\"\u003e\nPremium Features\n\u003c\/h2\u003e\n\n\u003cdiv class=\"th-features\"\u003e\n\n\u003cdiv class=\"th-feature\"\u003e\n\u003cdiv class=\"th-feature-icon\"\u003e🤖\u003c\/div\u003e\n\u003ch3\u003eAutomatic Sealing\u003c\/h3\u003e\n\u003cp\u003eAutomatic operation mode makes vacuum sealing quick and simple with minimal effort.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-feature\"\u003e\n\n\u003cdiv class=\"th-feature-icon\"\u003e📟\u003c\/div\u003e\n\n\u003ch3\u003eDigital Status Display\u003c\/h3\u003e\n\n\u003cp\u003eThe built-in digital display provides real-time updates throughout the vacuum sealing process.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-feature\"\u003e\n\n\u003cdiv class=\"th-feature-icon\"\u003e🔋\u003c\/div\u003e\n\n\u003ch3\u003eUSB Rechargeable\u003c\/h3\u003e\n\n\u003cp\u003eRecharge easily using USB for convenient cordless operation whenever you need it.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-feature\"\u003e\n\n\u003cdiv class=\"th-feature-icon\"\u003e🥩\u003c\/div\u003e\n\n\u003ch3\u003ePerfect Food Preservation\u003c\/h3\u003e\n\n\u003cp\u003eSeal meat, snacks, fruits and vegetables in the included airtight bags to help keep food fresh for longer.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-feature\"\u003e\n\n\u003cdiv class=\"th-feature-icon\"\u003e📦\u003c\/div\u003e\n\n\u003ch3\u003eIncludes Pump \u0026amp; Airtight Bags\u003c\/h3\u003e\n\n\u003cp\u003eComes complete with a vacuum pump and reusable airtight bags so you can start preserving food immediately.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-feature\"\u003e\n\n\u003cdiv class=\"th-feature-icon\"\u003e🏠\u003c\/div\u003e\n\n\u003ch3\u003eCompact Space-Saving Design\u003c\/h3\u003e\n\n\u003cp\u003eSmall enough to fit neatly into kitchen drawers while delivering powerful vacuum sealing performance.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BENEFITS --\u003e\n\n\u003cdiv class=\"th-benefits\"\u003e\n\n\u003ch2 class=\"th-section-title\"\u003e\nFreshness Made Easy\n\u003c\/h2\u003e\n\n\u003cdiv class=\"th-benefit-grid\"\u003e\n\n\u003cdiv class=\"th-benefit\"\u003e\n\u003cspan\u003e🥬\u003c\/span\u003e\n\u003ch3\u003eKeep Produce Fresh\u003c\/h3\u003e\n\u003cp\u003eStore fruits and vegetables with confidence while helping maintain freshness for longer.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-benefit\"\u003e\n\u003cspan\u003e🍖\u003c\/span\u003e\n\u003ch3\u003ePreserve Meat\u003c\/h3\u003e\n\u003cp\u003eVacuum seal meat before refrigeration or freezing for organised storage and reduced waste.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-benefit\"\u003e\n\u003cspan\u003e🍪\u003c\/span\u003e\n\u003ch3\u003eProtect Snacks\u003c\/h3\u003e\n\u003cp\u003eKeep chips, biscuits, nuts and other snacks sealed and ready to enjoy.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-benefit\"\u003e\n\u003cspan\u003e🧳\u003c\/span\u003e\n\u003ch3\u003ePortable \u0026amp; Compact\u003c\/h3\u003e\n\u003cp\u003eThe lightweight cordless design makes it easy to use and simple to store.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-benefit\"\u003e\n\u003cspan\u003e🎁\u003c\/span\u003e\n\u003ch3\u003eGreat Gift Idea\u003c\/h3\u003e\n\u003cp\u003eA practical kitchen gadget that's perfect for home cooks, food lovers and holiday gifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-benefit\"\u003e\n\u003cspan\u003e✨\u003c\/span\u003e\n\u003ch3\u003eKitchen Essential\u003c\/h3\u003e\n\u003cp\u003eIdeal for meal prep, food storage and keeping your kitchen organised every day.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FOOTER --\u003e\n\n\u003cdiv class=\"th-footer\"\u003e\n\n\u003ch2\u003e\nSeal Freshness in Seconds\n\u003c\/h2\u003e\n\n\u003cp\u003e\nWhether you're meal prepping, storing leftovers or preserving fresh groceries, the TrueHomeSA™ Compact USB Rechargeable Vacuum Sealer delivers fast, reliable vacuum sealing in a sleek, space-saving design.\n\u003c\/p\u003e\n\n\u003ca href=\"#product-form\" class=\"th-cta-btn\"\u003e\nOrder Yours Today\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TrueHomeSA","offers":[{"title":"Default Title","offer_id":43777473806454,"sku":null,"price":1399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/6474\/9174\/files\/truehomesa-vacuum-food-sealer-navy-gold-branded.png?v=1783196641"},{"product_id":"truehomesa™-portable-personal-blender-usb-rechargeable","title":"TrueHomeSA™ Portable Personal Blender | USB Rechargeable","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n:root{\n  --cream:#f8f5f0;\n  --ivory:#fcfaf7;\n  --rose-gold:#d9b07b;\n  --champagne:#e8d6be;\n  --text:#5d534c;\n  --text-light:#8b8178;\n  --gold:#c9a84c;\n}\n\n.th-blender-wrap{\n  background:linear-gradient(180deg,#fcfaf7 0%,#f8f5f0 100%);\n  padding:70px 20px;\n  font-family:'Inter',sans-serif;\n  position:relative;\n  overflow:hidden;\n}\n\n.th-blender-wrap:before{\n  content:'';\n  position:absolute;\n  inset:0;\n  background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0706\/6474\/9174\/files\/image_1.png');\n  background-repeat:repeat;\n  background-size:160px;\n  opacity:.04;\n  pointer-events:none;\n}\n\n.th-container{\n  max-width:1100px;\n  margin:auto;\n  position:relative;\n  z-index:1;\n}\n\n\/* Logo *\/\n\n.th-logo-bar{\n  text-align:center;\n  margin-bottom:55px;\n  padding:30px;\n  background:white;\n  border-radius:24px;\n  box-shadow:0 10px 40px rgba(0,0,0,.06);\n  border:1px solid rgba(201,168,76,.15);\n}\n\n.th-logo-bar img{\n  height:90px;\n  object-fit:contain;\n}\n\n\/* Hero *\/\n\n.th-hero{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:70px;\n  align-items:center;\n  margin-bottom:80px;\n}\n\n.th-hero-img img{\n  width:100%;\n  border-radius:24px;\n  box-shadow:0 20px 60px rgba(0,0,0,.08);\n}\n\n.th-badge{\n  display:inline-block;\n  background:white;\n  color:var(--gold);\n  border-radius:999px;\n  padding:8px 18px;\n  font-size:13px;\n  font-weight:600;\n  letter-spacing:1px;\n  margin-bottom:18px;\n  box-shadow:0 8px 25px rgba(0,0,0,.06);\n}\n\n.th-hero-text h1{\n  font-family:'Cormorant Garamond',serif;\n  font-size:54px;\n  line-height:1.1;\n  color:var(--text);\n  margin-bottom:20px;\n}\n\n.th-hero-text p{\n  color:var(--text-light);\n  font-size:17px;\n  line-height:1.8;\n  margin-bottom:30px;\n}\n\n.th-cta-btn{\n  display:inline-block;\n  padding:16px 40px;\n  border-radius:999px;\n  background:linear-gradient(135deg,var(--rose-gold),var(--champagne));\n  color:white;\n  text-decoration:none;\n  font-weight:600;\n  box-shadow:0 15px 35px rgba(217,176,123,.35);\n  transition:.3s;\n}\n\n.th-cta-btn:hover{\n  transform:translateY(-4px);\n}\n\n\/* Lifestyle *\/\n\n.th-lifestyle{\n  margin-bottom:80px;\n  border-radius:28px;\n  overflow:hidden;\n  box-shadow:0 20px 60px rgba(0,0,0,.08);\n}\n\n.th-lifestyle img{\n  width:100%;\n  display:block;\n}\n\n\/* Features *\/\n\n.th-section-title{\n  text-align:center;\n  font-family:'Cormorant Garamond',serif;\n  font-size:44px;\n  color:var(--text);\n  margin-bottom:40px;\n}\n\n.th-features{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));\n  gap:22px;\n  margin-bottom:80px;\n}\n\n.th-feature{\n  background:white;\n  border-radius:24px;\n  padding:30px;\n  border:1px solid rgba(217,176,123,.15);\n  transition:.3s;\n}\n\n.th-feature:hover{\n  transform:translateY(-8px);\n  box-shadow:0 20px 45px rgba(217,176,123,.15);\n}\n\n.th-feature-icon{\n  font-size:36px;\n  margin-bottom:12px;\n}\n\n.th-feature h3{\n  color:var(--text);\n  margin-bottom:8px;\n}\n\n.th-feature p{\n  color:var(--text-light);\n  line-height:1.7;\n  font-size:14px;\n}\n\n\/* Benefits *\/\n\n.th-benefits{\n  background:linear-gradient(135deg,rgba(255,249,242,.95),rgba(253,245,236,.95));\n  border-radius:36px;\n  padding:55px 40px;\n  border:1px solid rgba(217,176,123,.18);\n  margin-bottom:80px;\n}\n\n.th-benefit-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));\n  gap:22px;\n  margin-top:40px;\n}\n\n.th-benefit{\n  background:white;\n  border-radius:24px;\n  padding:30px;\n  transition:.3s;\n}\n\n.th-benefit:hover{\n  transform:translateY(-6px);\n  box-shadow:0 18px 40px rgba(217,176,123,.15);\n}\n\n.th-benefit span{\n  display:block;\n  font-size:36px;\n  margin-bottom:12px;\n}\n\n.th-benefit h3{\n  color:var(--text);\n  margin-bottom:8px;\n}\n\n.th-benefit p{\n  color:var(--text-light);\n  line-height:1.7;\n  font-size:14px;\n}\n\n\/* Footer *\/\n\n.th-footer{\n  background:white;\n  border-radius:36px;\n  text-align:center;\n  padding:60px 30px;\n  box-shadow:0 15px 50px rgba(0,0,0,.05);\n}\n\n.th-footer h2{\n  font-family:'Cormorant Garamond',serif;\n  font-size:48px;\n  color:var(--text);\n  margin-bottom:15px;\n}\n\n.th-footer p{\n  max-width:650px;\n  margin:0 auto 30px;\n  color:var(--text-light);\n  line-height:1.8;\n}\n\n@media(max-width:860px){\n\n.th-logo-bar img{\nheight:70px;\n}\n\n.th-hero{\ngrid-template-columns:1fr;\ntext-align:center;\ngap:40px;\n}\n\n.th-hero-text h1{\nfont-size:40px;\n}\n\n.th-benefits{\npadding:40px 20px;\n}\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"th-blender-wrap\"\u003e\n\n\u003cdiv class=\"th-container\"\u003e\n\n\u003c!-- LOGO --\u003e\n\n\u003cdiv class=\"th-logo-bar\"\u003e\n\u003cimg src=\"YOUR-SHOPIFY-LOGO-URL.png\" alt=\"TrueHomeSA\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"th-hero\"\u003e\n\n\u003cdiv class=\"th-hero-img\"\u003e\n\u003cimg src=\"YOUR-HERO-IMAGE.jpg\" alt=\"Portable USB Rechargeable Blender\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-hero-text\"\u003e\n\n\u003cdiv class=\"th-badge\"\u003e\n🥤 TRUEHOMESA HEALTH \u0026amp; LIFESTYLE COLLECTION\n\u003c\/div\u003e\n\n\u003ch1\u003eBlend Fresh Wherever Life Takes You\u003c\/h1\u003e\n\n\u003cp\u003e\nEnjoy smoothies, shakes and fresh juices anytime with the TrueHomeSA™ Portable USB Rechargeable Blender. Featuring six stainless steel blades, USB charging and a compact travel-friendly design, it's the perfect companion for home, work, the gym and every adventure.\n\u003c\/p\u003e\n\n\u003ca href=\"#product-form\" class=\"th-cta-btn\"\u003e\nShop Now\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- LIFESTYLE --\u003e\n\n\u003cdiv class=\"th-lifestyle\"\u003e\n\u003cimg src=\"YOUR-LIFESTYLE-IMAGE.jpg\" alt=\"Portable Blender making smoothies\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\n\u003ch2 class=\"th-section-title\"\u003e\nPremium Features\n\u003c\/h2\u003e\n\n\u003cdiv class=\"th-features\"\u003e\n\n\u003cdiv class=\"th-feature\"\u003e\n\u003cdiv class=\"th-feature-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3\u003eUSB Rechargeable\u003c\/h3\u003e\n\u003cp\u003ePowered by a rechargeable 18650 lithium battery with USB charging for convenient cordless blending.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-feature\"\u003e\n\u003cdiv class=\"th-feature-icon\"\u003e🌀\u003c\/div\u003e\n\u003ch3\u003e6 Stainless Steel Blades\u003c\/h3\u003e\n\u003cp\u003eSix durable stainless steel blades blend fruits, vegetables and ice into smooth drinks in seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-feature\"\u003e\n\u003cdiv class=\"th-feature-icon\"\u003e🥤\u003c\/div\u003e\n\u003ch3\u003e400ml Personal Size\u003c\/h3\u003e\n\u003cp\u003eThe perfect size for protein shakes, smoothies, juices and healthy drinks on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-feature\"\u003e\n\u003cdiv class=\"th-feature-icon\"\u003e🧳\u003c\/div\u003e\n\u003ch3\u003eTravel Lid Included\u003c\/h3\u003e\n\u003cp\u003eBlend and take your drink with you using the convenient travel lid for busy lifestyles.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-feature\"\u003e\n\u003cdiv class=\"th-feature-icon\"\u003e🏃\u003c\/div\u003e\n\u003ch3\u003ePortable Handheld Design\u003c\/h3\u003e\n\u003cp\u003eLightweight and compact for travel, gym sessions, the office, camping and everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-feature\"\u003e\n\u003cdiv class=\"th-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eQuick \u0026amp; Efficient Blending\u003c\/h3\u003e\n\u003cp\u003eCreate delicious smoothies and fresh juices quickly with powerful multi-blade performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BENEFITS --\u003e\n\n\u003cdiv class=\"th-benefits\"\u003e\n\n\u003ch2 class=\"th-section-title\"\u003e\nHealthy Living Made Simple\n\u003c\/h2\u003e\n\n\u003cdiv class=\"th-benefit-grid\"\u003e\n\n\u003cdiv class=\"th-benefit\"\u003e\n\u003cspan\u003e🍓\u003c\/span\u003e\n\u003ch3\u003eFresh Smoothies\u003c\/h3\u003e\n\u003cp\u003eBlend fresh fruit into delicious smoothies whenever you need an energy boost.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-benefit\"\u003e\n\u003cspan\u003e🥬\u003c\/span\u003e\n\u003ch3\u003eHealthy Juices\u003c\/h3\u003e\n\u003cp\u003eCreate nutritious fruit and vegetable drinks at home or on the move.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-benefit\"\u003e\n\u003cspan\u003e💪\u003c\/span\u003e\n\u003ch3\u003ePerfect for the Gym\u003c\/h3\u003e\n\u003cp\u003eMix post-workout protein shakes and recovery drinks in your own portable blender.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-benefit\"\u003e\n\u003cspan\u003e✈️\u003c\/span\u003e\n\u003ch3\u003eTravel Friendly\u003c\/h3\u003e\n\u003cp\u003eCompact enough to fit into backpacks, handbags and luggage for healthy drinks anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-benefit\"\u003e\n\u003cspan\u003e🏠\u003c\/span\u003e\n\u003ch3\u003eKitchen Essential\u003c\/h3\u003e\n\u003cp\u003eIdeal for quick breakfasts, meal prep and everyday healthy living.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"th-benefit\"\u003e\n\u003cspan\u003e🎁\u003c\/span\u003e\n\u003ch3\u003ePerfect Gift\u003c\/h3\u003e\n\u003cp\u003eA thoughtful gift for students, travellers, fitness enthusiasts and smoothie lovers.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FOOTER --\u003e\n\n\u003cdiv class=\"th-footer\"\u003e\n\n\u003ch2\u003e\nFresh Blends. Anytime. Anywhere.\n\u003c\/h2\u003e\n\n\u003cp\u003e\nWhether you're heading to work, the gym or your next adventure, the TrueHomeSA™ Portable USB Rechargeable Blender makes it easy to enjoy fresh smoothies and nutritious drinks wherever life takes you.\n\u003c\/p\u003e\n\n\u003ca href=\"#product-form\" class=\"th-cta-btn\"\u003e\nOrder Yours Today\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"TrueHomeSA","offers":[{"title":"Default Title","offer_id":43777497268342,"sku":null,"price":1249.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0706\/6474\/9174\/files\/truehomesa-portable-blender-navy-gold-branded.png?v=1783197380"},{"product_id":"truehomesa™-electric-self-heating-lunch-box","title":"TrueHomeSA™ Electric Self-Heating Lunch Box","description":"\u003ch2\u003eStop Spending R2,000\/Month on Work Lunches.\u003c\/h2\u003e\u003cp\u003eThe average South African spends R80–R150 per day buying lunch at work. That's \u003cstrong\u003eR2,000–R3,000 per month\u003c\/strong\u003e — money you could keep. This electric self-heating lunch box plugs into any USB port or car lighter and heats your home-cooked meal to the perfect temperature in just 20 minutes.\u003c\/p\u003e\u003cul\u003e\n\u003cli\u003e✅ Heats food in 20 minutes via USB or car charger\u003c\/li\u003e\n\u003cli\u003e✅ Keeps food warm for up to 2 hours\u003c\/li\u003e\n\u003cli\u003e✅ Leak-proof stainless steel inner container\u003c\/li\u003e\n\u003cli\u003e✅ 2 compartments — keep food separate\u003c\/li\u003e\n\u003cli\u003e✅ Easy to clean — dishwasher safe inner\u003c\/li\u003e\n\u003cli\u003e✅ Compact \u0026amp; lightweight — 800g\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp\u003e\u003cstrong\u003e💰 Pays for itself in just 10 working days. 🇿🇦 Fast SA delivery. 30-day guarantee.\u003c\/strong\u003e\u003c\/p\u003e","brand":"TrueHomeSA","offers":[{"title":"Default","offer_id":43833465897078,"sku":null,"price":1399.0,"currency_code":"ZAR","in_stock":false}]},{"product_id":"truehomesa™-smart-digital-nutrition-kitchen-scale","title":"TrueHomeSA™ Smart Digital Nutrition Kitchen Scale","description":"\u003ch2\u003eWeigh. Track. Transform Your Health.\u003c\/h2\u003e\u003cp\u003eSouth Africa has one of the highest rates of diabetes and obesity in Africa. Managing your health starts in the kitchen — with knowing \u003cstrong\u003eexactly\u003c\/strong\u003e what you're eating. This smart nutrition scale connects to your phone and tracks calories, protein, carbs, fats, and 27 other nutrients in real time.\u003c\/p\u003e\u003cul\u003e\n\u003cli\u003e✅ 0.1g precision — accurate to the gram\u003c\/li\u003e\n\u003cli\u003e✅ Tracks calories, macros \u0026amp; 27 nutrients via app\u003c\/li\u003e\n\u003cli\u003e✅ Syncs with MyFitnessPal, Apple Health \u0026amp; Google Fit\u003c\/li\u003e\n\u003cli\u003e✅ Tare function — measure multiple ingredients in one bowl\u003c\/li\u003e\n\u003cli\u003e✅ Rechargeable via USB — no batteries needed\u003c\/li\u003e\n\u003cli\u003e✅ Ultra lightweight at just 300g\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp\u003e\u003cstrong\u003e⚖️ Start managing your health today. 🇿🇦 Fast SA delivery. 30-day money-back guarantee.\u003c\/strong\u003e\u003c\/p\u003e","brand":"TrueHomeSA","offers":[{"title":"Default","offer_id":43833468551286,"sku":null,"price":1299.0,"currency_code":"ZAR","in_stock":false}]},{"product_id":"truehomesa™-6-tray-digital-food-dehydrator-biltong-maker","title":"TrueHomeSA™ 6-Tray Digital Food Dehydrator \u0026 Biltong Maker","description":"\u003ch2\u003eMake Your Own Biltong. Preserve Food. Save Thousands.\u003c\/h2\u003e\u003cp\u003eBiltong costs R350–R500 per kg at the shops. Make your own at home for a fraction of the price. This \u003cstrong\u003e6-tray digital food dehydrator\u003c\/strong\u003e makes biltong, dried fruit, beef jerky, fruit rolls, vegetable chips, and herbs — preserving food for months and slashing your grocery bill.\u003c\/p\u003e\u003cul\u003e\n\u003cli\u003e✅ 6 large trays — up to 2kg of food per batch\u003c\/li\u003e\n\u003cli\u003e✅ Digital temperature control 35°C–70°C\u003c\/li\u003e\n\u003cli\u003e✅ Built-in timer — set it and forget it\u003c\/li\u003e\n\u003cli\u003e✅ 360° air circulation for even drying\u003c\/li\u003e\n\u003cli\u003e✅ Makes biltong, jerky, dried fruit, herbs \u0026amp; more\u003c\/li\u003e\n\u003cli\u003e✅ BPA-free food-safe trays\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp\u003e\u003cstrong\u003e🥩 Make R500\/kg biltong at home for R80\/kg. 🇿🇦 Fast SA delivery. 30-day guarantee.\u003c\/strong\u003e\u003c\/p\u003e","brand":"TrueHomeSA","offers":[{"title":"Default","offer_id":43833469436022,"sku":null,"price":1899.0,"currency_code":"ZAR","in_stock":false}]}],"url":"https:\/\/truehomesa.co.za\/collections\/%f0%9f%8d%b3-kitchen-cooking.oembed","provider":"TrueHomeSa","version":"1.0","type":"link"}