{"product_id":"braaipro-touch-screen-digital-meat-thermometer-with-probe","title":"BraaiPro – Touch Screen Digital Meat Thermometer with Probe","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"Take the guesswork out of your next braai with the BraaiPro Touch Screen Digital Meat Thermometer. Instant-read temperature, preset meats, custom alerts and more.\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n\/* =========================================================\n   BRAND COLOURS\n========================================================= *\/\n\n:root {\n  --orange: #e56e38;\n  --cream: #fff0c2;\n  --green: #6da48f;\n  --deep: #25424c;\n\n  --dark: #111a1d;\n  --dark2: #1b292d;\n\n  --white: #ffffff;\n  --light: #f8f1dd;\n\n  --text: #29464e;\n  --muted: #687a7d;\n}\n\n\n\/* =========================================================\n   RESET\n========================================================= *\/\n\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\nhtml {\n  scroll-behavior: smooth;\n}\n\nbody {\n  font-family: Arial, Helvetica, sans-serif;\n  background: var(--cream);\n  color: var(--text);\n  line-height: 1.6;\n}\n\nimg {\n  max-width: 100%;\n  display: block;\n}\n\na {\n  text-decoration: none;\n}\n\n\n\/* =========================================================\n   TOP BAR\n========================================================= *\/\n\n.top-bar {\n\n  background: var(--orange);\n\n  color: white;\n\n  text-align: center;\n\n  padding: 11px 15px;\n\n  font-size: 12px;\n\n  font-weight: 900;\n\n  letter-spacing: 1.5px;\n\n  text-transform: uppercase;\n\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.hero {\n\n  position: relative;\n\n  overflow: hidden;\n\n  background:\n\n    radial-gradient(\n      circle at 80% 40%,\n      rgba(109,164,143,0.18),\n      transparent 35%\n    ),\n\n    var(--dark);\n\n  color: white;\n\n  padding: 75px 20px 90px;\n\n}\n\n\n.hero-container {\n\n  max-width: 1200px;\n\n  margin: auto;\n\n  display: grid;\n\n  grid-template-columns: 1fr 1fr;\n\n  gap: 60px;\n\n  align-items: center;\n\n  position: relative;\n\n  z-index: 2;\n\n}\n\n\n\/* =========================================================\n   HERO CONTENT\n========================================================= *\/\n\n.kicker {\n\n  display: inline-block;\n\n  border-left: 4px solid var(--orange);\n\n  padding-left: 13px;\n\n  color: var(--cream);\n\n  font-size: 12px;\n\n  font-weight: 900;\n\n  letter-spacing: 2px;\n\n  text-transform: uppercase;\n\n  margin-bottom: 22px;\n\n}\n\n\n.hero h1 {\n\n  font-size:\n    clamp(44px, 6vw, 76px);\n\n  line-height: 0.92;\n\n  letter-spacing: -3px;\n\n  text-transform: uppercase;\n\n  font-weight: 950;\n\n  margin-bottom: 25px;\n\n}\n\n\n.hero h1 span {\n\n  color: var(--orange);\n\n}\n\n\n.hero-description {\n\n  max-width: 580px;\n\n  color: #d0dcda;\n\n  font-size: 18px;\n\n  margin-bottom: 30px;\n\n}\n\n\n\/* =========================================================\n   CTA\n========================================================= *\/\n\n.hero-buttons {\n\n  display: flex;\n\n  flex-wrap: wrap;\n\n  gap: 13px;\n\n}\n\n\n.btn {\n\n  display: inline-block;\n\n  padding: 17px 28px;\n\n  border-radius: 4px;\n\n  font-size: 13px;\n\n  font-weight: 900;\n\n  letter-spacing: 1px;\n\n  text-transform: uppercase;\n\n  transition: 0.2s ease;\n\n}\n\n\n.btn-orange {\n\n  background: var(--orange);\n\n  color: white;\n\n  box-shadow:\n    0 12px 30px rgba(229,110,56,0.25);\n\n}\n\n\n.btn-orange:hover {\n\n  transform: translateY(-3px);\n\n}\n\n\n.btn-outline {\n\n  border:\n    1px solid rgba(255,255,255,0.35);\n\n  color: white;\n\n}\n\n\n.btn-outline:hover {\n\n  background:\n    rgba(255,255,255,0.08);\n\n}\n\n\n\/* =========================================================\n   PRODUCT IMAGE\n========================================================= *\/\n\n.product-stage {\n\n  min-height: 500px;\n\n  display: flex;\n\n  justify-content: center;\n\n  align-items: center;\n\n  position: relative;\n\n}\n\n\n.product-stage img {\n\n  width: 100%;\n\n  max-width: 550px;\n\n  filter:\n    drop-shadow(0 30px 35px rgba(0,0,0,0.6));\n\n  position: relative;\n\n  z-index: 2;\n\n}\n\n\n\/* IMAGE PLACEHOLDER *\/\n\n.product-placeholder {\n\n  width: 430px;\n\n  height: 430px;\n\n  border:\n    1px dashed rgba(255,255,255,0.3);\n\n  display: flex;\n\n  justify-content: center;\n\n  align-items: center;\n\n  text-align: center;\n\n  padding: 30px;\n\n  color:\n    rgba(255,255,255,0.45);\n\n  font-size: 13px;\n\n  text-transform: uppercase;\n\n  letter-spacing: 1px;\n\n}\n\n\n\/* =========================================================\n   PRODUCT BADGES\n========================================================= *\/\n\n.product-badge {\n\n  position: absolute;\n\n  z-index: 5;\n\n  padding: 11px 15px;\n\n  background: var(--cream);\n\n  color: var(--deep);\n\n  font-size: 11px;\n\n  font-weight: 900;\n\n  letter-spacing: 1px;\n\n  text-transform: uppercase;\n\n  box-shadow:\n    0 12px 25px rgba(0,0,0,0.3);\n\n}\n\n\n.badge-one {\n\n  top: 65px;\n\n  right: 0;\n\n}\n\n\n.badge-two {\n\n  bottom: 65px;\n\n  left: 0;\n\n  background: var(--orange);\n\n  color: white;\n\n}\n\n\n\/* =========================================================\n   BENEFITS BAR\n========================================================= *\/\n\n.benefits {\n\n  background: var(--green);\n\n  color: white;\n\n  padding: 20px;\n\n}\n\n\n.benefits-inner {\n\n  max-width: 1150px;\n\n  margin: auto;\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n}\n\n\n.benefit {\n\n  text-align: center;\n\n  padding: 10px;\n\n  border-right:\n    1px solid rgba(255,255,255,0.25);\n\n}\n\n\n.benefit:last-child {\n\n  border-right: none;\n\n}\n\n\n.benefit-icon {\n\n  display: block;\n\n  font-size: 23px;\n\n}\n\n\n.benefit strong {\n\n  display: block;\n\n  font-size: 12px;\n\n  text-transform: uppercase;\n\n  letter-spacing: 1px;\n\n}\n\n\n.benefit span {\n\n  font-size: 11px;\n\n  opacity: 0.85;\n\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.intro {\n\n  background: var(--cream);\n\n  text-align: center;\n\n  padding: 95px 20px;\n\n}\n\n\n.intro-inner {\n\n  max-width: 850px;\n\n  margin: auto;\n\n}\n\n\n.section-label {\n\n  color: var(--orange);\n\n  font-size: 12px;\n\n  font-weight: 900;\n\n  letter-spacing: 2px;\n\n  text-transform: uppercase;\n\n  margin-bottom: 13px;\n\n}\n\n\n.intro h2 {\n\n  font-size:\n    clamp(35px,5vw,58px);\n\n  line-height: 1;\n\n  text-transform: uppercase;\n\n  font-weight: 950;\n\n  margin-bottom: 23px;\n\n}\n\n\n.intro h2 span {\n\n  color: var(--orange);\n\n}\n\n\n.intro p {\n\n  color: #607378;\n\n  font-size: 17px;\n\n}\n\n\n\/* =========================================================\n   PROBLEM \/ SOLUTION\n========================================================= *\/\n\n.problem {\n\n  background: var(--light);\n\n  padding: 90px 20px;\n\n}\n\n\n.problem-inner {\n\n  max-width: 1100px;\n\n  margin: auto;\n\n  display: grid;\n\n  grid-template-columns: 1fr 1fr;\n\n  gap: 25px;\n\n}\n\n\n.problem-card {\n\n  padding: 40px;\n\n  border-radius: 7px;\n\n}\n\n\n.problem-card.bad {\n\n  background: var(--deep);\n\n  color: white;\n\n}\n\n\n.problem-card.good {\n\n  background: var(--orange);\n\n  color: white;\n\n}\n\n\n.problem-card h3 {\n\n  font-size: 27px;\n\n  text-transform: uppercase;\n\n  line-height: 1;\n\n  margin-bottom: 20px;\n\n}\n\n\n.problem-card p {\n\n  font-size: 15px;\n\n  margin-bottom: 15px;\n\n}\n\n\n.problem-list {\n\n  display: grid;\n\n  gap: 10px;\n\n  margin-top: 20px;\n\n}\n\n\n.problem-item {\n\n  padding: 12px;\n\n  background:\n    rgba(255,255,255,0.08);\n\n  font-size: 13px;\n\n  font-weight: 700;\n\n}\n\n\n\/* =========================================================\n   BIG HOOK\n========================================================= *\/\n\n.hook {\n\n  background: var(--dark);\n\n  color: white;\n\n  padding: 100px 20px;\n\n  text-align: center;\n\n  position: relative;\n\n  overflow: hidden;\n\n}\n\n\n.hook-inner {\n\n  max-width: 900px;\n\n  margin: auto;\n\n  position: relative;\n\n  z-index: 2;\n\n}\n\n\n.hook h2 {\n\n  font-size:\n    clamp(40px,6vw,70px);\n\n  line-height: 0.93;\n\n  text-transform: uppercase;\n\n  font-weight: 950;\n\n  margin-bottom: 22px;\n\n}\n\n\n.hook h2 span {\n\n  color: var(--orange);\n\n}\n\n\n.hook p {\n\n  max-width: 700px;\n\n  margin: auto;\n\n  color: #b9c8c5;\n\n  font-size: 17px;\n\n}\n\n\n\/* =========================================================\n   FEATURES\n========================================================= *\/\n\n.features {\n\n  background: var(--cream);\n\n  padding: 95px 20px;\n\n}\n\n\n.features-inner {\n\n  max-width: 1100px;\n\n  margin: auto;\n\n}\n\n\n.features-heading {\n\n  text-align: center;\n\n  margin-bottom: 50px;\n\n}\n\n\n.features-heading h2 {\n\n  font-size:\n    clamp(35px,5vw,57px);\n\n  line-height: 1;\n\n  text-transform: uppercase;\n\n  font-weight: 950;\n\n}\n\n\n.features-heading h2 span {\n\n  color: var(--orange);\n\n}\n\n\n.feature-grid {\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap: 18px;\n\n}\n\n\n.feature-card {\n\n  background: white;\n\n  padding: 32px 27px;\n\n  border-radius: 7px;\n\n  border-top:\n    5px solid var(--green);\n\n  box-shadow:\n    0 12px 35px rgba(37,66,76,0.08);\n\n  transition: 0.2s ease;\n\n}\n\n\n.feature-card:hover {\n\n  transform:\n    translateY(-5px);\n\n  border-top-color:\n    var(--orange);\n\n}\n\n\n.feature-icon {\n\n  font-size: 37px;\n\n  margin-bottom: 12px;\n\n}\n\n\n.feature-card h3 {\n\n  font-size: 19px;\n\n  text-transform: uppercase;\n\n  margin-bottom: 8px;\n\n}\n\n\n.feature-card p {\n\n  color: #65777b;\n\n  font-size: 14px;\n\n}\n\n\n\/* =========================================================\n   PRESET SECTION\n========================================================= *\/\n\n.presets {\n\n  background: var(--green);\n\n  color: white;\n\n  padding: 95px 20px;\n\n}\n\n\n.presets-inner {\n\n  max-width: 1100px;\n\n  margin: auto;\n\n  text-align: center;\n\n}\n\n\n.presets h2 {\n\n  font-size:\n    clamp(38px,5vw,58px);\n\n  line-height: 1;\n\n  text-transform: uppercase;\n\n  font-weight: 950;\n\n  margin-bottom: 18px;\n\n}\n\n\n.presets h2 span {\n\n  color: var(--cream);\n\n}\n\n\n.presets-description {\n\n  max-width: 700px;\n\n  margin: auto;\n\n  color:\n    rgba(255,255,255,0.9);\n\n  font-size: 16px;\n\n}\n\n\n.preset-grid {\n\n  margin-top: 45px;\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap: 12px;\n\n}\n\n\n.preset {\n\n  background:\n    rgba(37,66,76,0.35);\n\n  border:\n    1px solid rgba(255,255,255,0.12);\n\n  padding: 22px 10px;\n\n  font-size: 14px;\n\n  font-weight: 900;\n\n  text-transform: uppercase;\n\n}\n\n\n\/* =========================================================\n   BRAAI MASTER SECTION\n========================================================= *\/\n\n.braai {\n\n  background:\n    linear-gradient(\n      135deg,\n      var(--deep),\n      #172a30\n    );\n\n  color: white;\n\n  padding: 100px 20px;\n\n}\n\n\n.braai-inner {\n\n  max-width: 1100px;\n\n  margin: auto;\n\n  display: grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap: 60px;\n\n  align-items: center;\n\n}\n\n\n.braai h2 {\n\n  font-size:\n    clamp(38px,5vw,60px);\n\n  line-height: 0.95;\n\n  text-transform: uppercase;\n\n  font-weight: 950;\n\n  margin-bottom: 20px;\n\n}\n\n\n.braai h2 span {\n\n  color: var(--orange);\n\n}\n\n\n.braai p {\n\n  color: #c4d0ce;\n\n  font-size: 17px;\n\n  margin-bottom: 18px;\n\n}\n\n\n.braai-list {\n\n  display: grid;\n\n  gap: 12px;\n\n  margin-top: 25px;\n\n}\n\n\n.braai-item {\n\n  border-left:\n    4px solid var(--orange);\n\n  background:\n    rgba(255,255,255,0.06);\n\n  padding: 15px 18px;\n\n  font-size: 14px;\n\n  font-weight: 700;\n\n}\n\n\n\/* =========================================================\n   COOKING CONFIDENCE\n========================================================= *\/\n\n.confidence {\n\n  background: var(--cream);\n\n  padding: 95px 20px;\n\n  text-align: center;\n\n}\n\n\n.confidence-inner {\n\n  max-width: 850px;\n\n  margin: auto;\n\n}\n\n\n.confidence h2 {\n\n  font-size:\n    clamp(37px,5vw,57px);\n\n  line-height: 1;\n\n  text-transform: uppercase;\n\n  font-weight: 950;\n\n  margin-bottom: 20px;\n\n}\n\n\n.confidence h2 span {\n\n  color: var(--orange);\n\n}\n\n\n.confidence p {\n\n  color: #617479;\n\n  font-size: 17px;\n\n}\n\n\n\/* =========================================================\n   PERFECT FOR\n========================================================= *\/\n\n.uses {\n\n  background: var(--light);\n\n  padding: 90px 20px;\n\n}\n\n\n.uses-inner {\n\n  max-width: 1100px;\n\n  margin: auto;\n\n}\n\n\n.uses-heading {\n\n  text-align: center;\n\n  margin-bottom: 45px;\n\n}\n\n\n.uses-heading h2 {\n\n  font-size:\n    clamp(35px,5vw,55px);\n\n  line-height: 1;\n\n  text-transform: uppercase;\n\n  font-weight: 950;\n\n}\n\n\n.uses-heading h2 span {\n\n  color: var(--orange);\n\n}\n\n\n.use-grid {\n\n  display: grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap: 18px;\n\n}\n\n\n.use-card {\n\n  background: white;\n\n  padding: 28px;\n\n  border-left:\n    5px solid var(--green);\n\n  border-radius: 7px;\n\n  box-shadow:\n    0 10px 30px rgba(37,66,76,0.07);\n\n}\n\n\n.use-icon {\n\n  font-size: 30px;\n\n  margin-bottom: 7px;\n\n}\n\n\n.use-card h3 {\n\n  font-size: 18px;\n\n  text-transform: uppercase;\n\n  margin-bottom: 7px;\n\n}\n\n\n.use-card p {\n\n  color: #65777b;\n\n  font-size: 14px;\n\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.details {\n\n  background: var(--dark);\n\n  color: white;\n\n  padding: 90px 20px;\n\n}\n\n\n.details-inner {\n\n  max-width: 1000px;\n\n  margin: auto;\n\n  text-align: center;\n\n}\n\n\n.details h2 {\n\n  font-size:\n    clamp(35px,5vw,53px);\n\n  line-height: 1;\n\n  text-transform: uppercase;\n\n  font-weight: 950;\n\n  margin-bottom: 40px;\n\n}\n\n\n.details h2 span {\n\n  color: var(--orange);\n\n}\n\n\n.details-table {\n\n  background: var(--dark2);\n\n  border-radius: 7px;\n\n  overflow: hidden;\n\n  text-align: left;\n\n}\n\n\n.detail-row {\n\n  display: grid;\n\n  grid-template-columns: 1fr 1fr;\n\n  padding: 18px 22px;\n\n  border-bottom:\n    1px solid rgba(255,255,255,0.08);\n\n}\n\n\n.detail-row:last-child {\n\n  border-bottom: none;\n\n}\n\n\n.detail-row strong {\n\n  color: var(--cream);\n\n  font-size: 13px;\n\n  text-transform: uppercase;\n\n}\n\n\n.detail-row span {\n\n  color: #b5c4c1;\n\n  font-size: 13px;\n\n}\n\n\n\/* =========================================================\n   WHAT'S IN THE BOX\n========================================================= *\/\n\n.box {\n\n  background: var(--green);\n\n  color: white;\n\n  padding: 75px 20px;\n\n  text-align: center;\n\n}\n\n\n.box h2 {\n\n  font-size:\n    clamp(35px,5vw,52px);\n\n  text-transform: uppercase;\n\n  font-weight: 950;\n\n  margin-bottom: 30px;\n\n}\n\n\n.box-items {\n\n  max-width: 650px;\n\n  margin: auto;\n\n  display: grid;\n\n  gap: 10px;\n\n}\n\n\n.box-item {\n\n  background:\n    rgba(37,66,76,0.35);\n\n  padding: 15px;\n\n  font-weight: 800;\n\n  font-size: 14px;\n\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.final-cta {\n\n  background: var(--orange);\n\n  color: white;\n\n  text-align: center;\n\n  padding: 105px 20px;\n\n  position: relative;\n\n  overflow: hidden;\n\n}\n\n\n.final-cta-inner {\n\n  max-width: 800px;\n\n  margin: auto;\n\n  position: relative;\n\n  z-index: 2;\n\n}\n\n\n.final-cta h2 {\n\n  font-size:\n    clamp(42px,6vw,72px);\n\n  line-height: 0.92;\n\n  text-transform: uppercase;\n\n  font-weight: 950;\n\n  margin-bottom: 20px;\n\n}\n\n\n.final-cta h2 span {\n\n  color: var(--deep);\n\n}\n\n\n.final-cta p {\n\n  font-size: 18px;\n\n  margin-bottom: 30px;\n\n}\n\n\n.cta-button {\n\n  display: inline-block;\n\n  background: var(--deep);\n\n  color: white;\n\n  padding: 19px 42px;\n\n  border-radius: 4px;\n\n  font-size: 13px;\n\n  font-weight: 950;\n\n  letter-spacing: 1px;\n\n  text-transform: uppercase;\n\n  box-shadow:\n    0 12px 28px rgba(37,66,76,0.3);\n\n  transition: 0.2s ease;\n\n}\n\n\n.cta-button:hover {\n\n  transform:\n    translateY(-3px);\n\n}\n\n\n\/* =========================================================\n   FOOTER\n========================================================= *\/\n\nfooter {\n\n  background: var(--dark);\n\n  color: #8fa09d;\n\n  text-align: center;\n\n  padding: 30px 20px;\n\n  font-size: 12px;\n\n}\n\n\nfooter strong {\n\n  color: var(--orange);\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:800px) {\n\n\n  .hero {\n\n    padding:\n      55px 18px 70px;\n\n  }\n\n\n  .hero-container {\n\n    grid-template-columns: 1fr;\n\n    text-align: center;\n\n  }\n\n\n  .kicker {\n\n    border-left: none;\n\n    border-bottom:\n      3px solid var(--orange);\n\n    padding-left: 0;\n\n    padding-bottom: 5px;\n\n  }\n\n\n  .hero-description {\n\n    margin-left: auto;\n\n    margin-right: auto;\n\n  }\n\n\n  .hero-buttons {\n\n    justify-content: center;\n\n  }\n\n\n  .product-stage {\n\n    min-height: 350px;\n\n  }\n\n\n  .product-placeholder {\n\n    width: 310px;\n\n    height: 310px;\n\n  }\n\n\n  .badge-one {\n\n    top: 15px;\n\n    right: 0;\n\n  }\n\n\n  .badge-two {\n\n    bottom: 20px;\n\n    left: 0;\n\n  }\n\n\n  .benefits-inner {\n\n    grid-template-columns:\n      repeat(2,1fr);\n\n  }\n\n\n  .benefit {\n\n    border-right: none;\n\n    border-bottom:\n      1px solid rgba(255,255,255,0.2);\n\n  }\n\n\n  .problem-inner {\n\n    grid-template-columns: 1fr;\n\n  }\n\n\n  .feature-grid {\n\n    grid-template-columns: 1fr;\n\n  }\n\n\n  .preset-grid {\n\n    grid-template-columns:\n      repeat(2,1fr);\n\n  }\n\n\n  .braai-inner {\n\n    grid-template-columns: 1fr;\n\n    text-align: center;\n\n  }\n\n\n  .braai-list {\n\n    text-align: left;\n\n  }\n\n\n  .use-grid {\n\n    grid-template-columns: 1fr;\n\n  }\n\n}\n\n\n@media(max-width:450px) {\n\n\n  .hero h1 {\n\n    font-size: 43px;\n\n  }\n\n\n  .btn {\n\n    width: 100%;\n\n    text-align: center;\n\n  }\n\n\n  .product-stage {\n\n    min-height: 290px;\n\n  }\n\n\n  .product-placeholder {\n\n    width: 260px;\n\n    height: 260px;\n\n  }\n\n\n  .detail-row {\n\n    grid-template-columns: 1fr;\n\n    gap: 5px;\n\n  }\n\n\n  .preset-grid {\n\n    grid-template-columns: 1fr 1fr;\n\n  }\n\n\n}\n\n\u003c\/style\u003e\n\u003c!-- =========================================================\n     TOP BAR\n========================================================= --\u003e\n\u003cdiv class=\"top-bar\"\u003e🔥 BRAAI SEASON STARTS HERE • COOK WITH CONFIDENCE 🔥\u003c\/div\u003e\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"kicker\"\u003eBraaiPro • Digital Meat Thermometer\u003c\/div\u003e\n\u003ch1\u003eNever Guess\u003cbr\u003eYour Meat\u003cbr\u003e\u003cspan\u003eAgain.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-description\"\u003eStop cutting into your steak to see if it's ready. Stop guessing. Stop serving overcooked meat. The BraaiPro gives you the temperature you need to cook with confidence — whether you're standing over the braai, cooking in the kitchen or camping under the stars.\u003c\/p\u003e\n\u003cdiv class=\"hero-buttons\"\u003e\n\u003c!-- CHANGE THIS TO YOUR PRODUCT URL --\u003e \u003ca href=\"#buy\" class=\"btn btn-orange\"\u003e Get My BraaiPro → \u003c\/a\u003e \u003ca href=\"#features\" class=\"btn btn-outline\"\u003e See The Features \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT IMAGE --\u003e\n\u003cdiv class=\"product-stage\"\u003e\n\u003cdiv class=\"product-placeholder\"\u003eAdd Your BraaiPro Product Image Here\u003c\/div\u003e\n\u003cdiv class=\"product-badge badge-one\"\u003e🔥 Braai Master Essential\u003c\/div\u003e\n\u003cdiv class=\"product-badge badge-two\"\u003e🌡️ Cook With Precision\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     BENEFITS\n========================================================= --\u003e\n\u003csection class=\"benefits\"\u003e\n\u003cdiv class=\"benefits-inner\"\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e 🌡️ \u003c\/span\u003e \u003cstrong\u003e Instant Read \u003c\/strong\u003e \u003cspan\u003e Know your temperature fast \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e 🥩 \u003c\/span\u003e \u003cstrong\u003e 8 Meat Presets \u003c\/strong\u003e \u003cspan\u003e Beef, lamb, chicken \u0026amp; more \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e 📱 \u003c\/span\u003e \u003cstrong\u003e Colour Touchscreen \u003c\/strong\u003e \u003cspan\u003e Easy to read display \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e 🔥 \u003c\/span\u003e \u003cstrong\u003e Braai Ready \u003c\/strong\u003e \u003cspan\u003e Built for outdoor cooking \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     INTRO\n========================================================= --\u003e\n\u003csection class=\"intro\"\u003e\n\u003cdiv class=\"intro-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Secret To Better Meat\u003c\/div\u003e\n\u003ch2\u003ePerfect Meat\u003cbr\u003e\u003cspan\u003eStarts With Temperature.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eYou can have the best cut of meat, the hottest coals and the perfect marinade — but if you don't know the internal temperature, you're still guessing. The BraaiPro takes the guesswork out of the equation. Simply select your meat, choose your preferred doneness, insert the probe and cook with confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     PROBLEM VS SOLUTION\n========================================================= --\u003e\n\u003csection class=\"problem\"\u003e\n\u003cdiv class=\"problem-inner\"\u003e\n\u003cdiv class=\"problem-card bad\"\u003e\n\u003ch3\u003eWithout BraaiPro...\u003c\/h3\u003e\n\u003cp\u003eYou're relying on guesswork.\u003c\/p\u003e\n\u003cdiv class=\"problem-list\"\u003e\n\u003cdiv class=\"problem-item\"\u003e❌ Cutting your steak open to check\u003c\/div\u003e\n\u003cdiv class=\"problem-item\"\u003e❌ Hoping the chicken is cooked through\u003c\/div\u003e\n\u003cdiv class=\"problem-item\"\u003e❌ Serving meat that's too rare or too dry\u003c\/div\u003e\n\u003cdiv class=\"problem-item\"\u003e❌ Constantly checking and second-guessing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"problem-card good\"\u003e\n\u003ch3\u003eWith BraaiPro...\u003c\/h3\u003e\n\u003cp\u003eYou know exactly what's happening inside.\u003c\/p\u003e\n\u003cdiv class=\"problem-list\"\u003e\n\u003cdiv class=\"problem-item\"\u003e✓ Monitor the internal temperature\u003c\/div\u003e\n\u003cdiv class=\"problem-item\"\u003e✓ Set your target temperature\u003c\/div\u003e\n\u003cdiv class=\"problem-item\"\u003e✓ Get alerted when it's ready\u003c\/div\u003e\n\u003cdiv class=\"problem-item\"\u003e✓ Cook with confidence\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     BIG HOOK\n========================================================= --\u003e\n\u003csection class=\"hook\"\u003e\n\u003cdiv class=\"hook-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eNo More Guesswork\u003c\/div\u003e\n\u003ch2\u003eYou Handle\u003cbr\u003eThe \u003cspan\u003eFire.\u003c\/span\u003e\u003cbr\u003eBraaiPro Handles\u003cbr\u003eThe \u003cspan\u003eTemperature.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eSpend less time hovering over the grill and more time enjoying the people around it. The BraaiPro keeps an eye on the temperature while you get on with the good stuff.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     FEATURES\n========================================================= --\u003e\n\u003csection class=\"features\" id=\"features\"\u003e\n\u003cdiv class=\"features-inner\"\u003e\n\u003cdiv class=\"features-heading\"\u003e\n\u003cdiv class=\"section-label\"\u003eBuilt For Precision\u003c\/div\u003e\n\u003ch2\u003eEverything You Need\u003cbr\u003eFor A \u003cspan\u003eBetter Braai.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌡️\u003c\/div\u003e\n\u003ch3\u003eInstant Temperature Reading\u003c\/h3\u003e\n\u003cp\u003eCheck your meat's temperature quickly with the stainless steel probe and easy-to-read colour display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🥩\u003c\/div\u003e\n\u003ch3\u003e8 Meat Presets\u003c\/h3\u003e\n\u003cp\u003eChoose from beef, pork, lamb, chicken, turkey, fish, veal and hamburger.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n\u003ch3\u003eCustom Temperature\u003c\/h3\u003e\n\u003cp\u003eWant a specific temperature? Manual mode lets you set your own target.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eDual Temperature Display\u003c\/h3\u003e\n\u003cp\u003eSee your current cooking temperature and your target alert temperature at the same time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n\u003ch3\u003eTimer Mode\u003c\/h3\u003e\n\u003cp\u003eSwitch to countdown timer mode when you need a little extra control in the kitchen or at the braai.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧲\u003c\/div\u003e\n\u003ch3\u003eBuilt-In Magnets\u003c\/h3\u003e\n\u003cp\u003eStick the thermometer onto your braai, fridge or another suitable metal surface for convenient storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     PRESETS\n========================================================= --\u003e\n\u003csection class=\"presets\"\u003e\n\u003cdiv class=\"presets-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eChoose Your Meat\u003c\/div\u003e\n\u003ch2\u003eFrom Steak To Chicken,\u003cbr\u003e\u003cspan\u003eBraai With Confidence.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"presets-description\"\u003eThe BraaiPro includes 8 preset meat options, helping you quickly select the right category before you start cooking.\u003c\/p\u003e\n\u003cdiv class=\"preset-grid\"\u003e\n\u003cdiv class=\"preset\"\u003e🥩 Beef\u003c\/div\u003e\n\u003cdiv class=\"preset\"\u003e🐖 Pork\u003c\/div\u003e\n\u003cdiv class=\"preset\"\u003e🐑 Lamb\u003c\/div\u003e\n\u003cdiv class=\"preset\"\u003e🍗 Chicken\u003c\/div\u003e\n\u003cdiv class=\"preset\"\u003e🦃 Turkey\u003c\/div\u003e\n\u003cdiv class=\"preset\"\u003e🐟 Fish\u003c\/div\u003e\n\u003cdiv class=\"preset\"\u003e🥩 Veal\u003c\/div\u003e\n\u003cdiv class=\"preset\"\u003e🍔 Hamburger\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     BRAAI MASTER\n========================================================= --\u003e\n\u003csection class=\"braai\"\u003e\n\u003cdiv class=\"braai-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-label\"\u003eFor The Person Who Takes The Braai Seriously\u003c\/div\u003e\n\u003ch2\u003eBecome The\u003cbr\u003e\u003cspan\u003eBraai Master.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThere's nothing worse than spending good money on quality meat only to overcook it. With the BraaiPro in your hand, you can take the guesswork out of the process and focus on getting the result you actually want.\u003c\/p\u003e\n\u003cdiv class=\"braai-list\"\u003e\n\u003cdiv class=\"braai-item\"\u003e🔥 Thick steaks? Check the temperature.\u003c\/div\u003e\n\u003cdiv class=\"braai-item\"\u003e🍗 Whole chicken? Cook with confidence.\u003c\/div\u003e\n\u003cdiv class=\"braai-item\"\u003e🥩 Lamb chops? Aim for your preferred doneness.\u003c\/div\u003e\n\u003cdiv class=\"braai-item\"\u003e🌭 Sausages? Keep an eye on the cook.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"problem-card good\"\u003e\n\u003ch3\u003eYour Guests Don't Need To Know Your Secret.\u003c\/h3\u003e\n\u003cp\u003eThey just need to wonder how you somehow manage to get the meat right every single time.\u003c\/p\u003e\n\u003cp\u003eThe BraaiPro becomes your little secret weapon behind the grill.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     CONFIDENCE\n========================================================= --\u003e\n\u003csection class=\"confidence\"\u003e\n\u003cdiv class=\"confidence-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eLess Guessing. Better Results.\u003c\/div\u003e\n\u003ch2\u003eStop Asking\u003cbr\u003e\"Is It \u003cspan\u003eReady Yet?\u003c\/span\u003e\"\u003c\/h2\u003e\n\u003cp\u003eInstead of cutting into your meat and hoping for the best, check the temperature and make an informed decision. Whether you're cooking a steak for yourself or feeding the whole family, having the right temperature information at your fingertips makes cooking feel easier and more controlled.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     PERFECT FOR\n========================================================= --\u003e\n\u003csection class=\"uses\"\u003e\n\u003cdiv class=\"uses-inner\"\u003e\n\u003cdiv class=\"uses-heading\"\u003e\n\u003cdiv class=\"section-label\"\u003eMore Than Just A Braai Gadget\u003c\/div\u003e\n\u003ch2\u003eMade For\u003cbr\u003e\u003cspan\u003eEvery Kind Of Cook.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-grid\"\u003e\n\u003cdiv class=\"use-card\"\u003e\n\u003cdiv class=\"use-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eBraai Masters\u003c\/h3\u003e\n\u003cp\u003eTake your Saturday braai to the next level and stop relying on guesswork.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-card\"\u003e\n\u003cdiv class=\"use-icon\"\u003e⛺\u003c\/div\u003e\n\u003ch3\u003eCamping\u003c\/h3\u003e\n\u003cp\u003ePerfect for outdoor cooking when you want better control over your food.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-card\"\u003e\n\u003cdiv class=\"use-icon\"\u003e🍳\u003c\/div\u003e\n\u003ch3\u003eHome Cooking\u003c\/h3\u003e\n\u003cp\u003eUse it in the oven, on the stovetop or whenever you need an accurate temperature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-card\"\u003e\n\u003cdiv class=\"use-icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3\u003eThe Perfect Gift\u003c\/h3\u003e\n\u003cp\u003eA practical gadget for the person who loves cooking, braais and outdoor adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     DETAILS\n========================================================= --\u003e\n\u003csection class=\"details\"\u003e\n\u003cdiv class=\"details-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eProduct Details\u003c\/div\u003e\n\u003ch2\u003eBuilt For The\u003cbr\u003e\u003cspan\u003eSerious Cook.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"details-table\"\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Display \u003c\/strong\u003e \u003cspan\u003e Large colour LCD touchscreen \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Meat Presets \u003c\/strong\u003e \u003cspan\u003e 8 preset meat options \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Taste Levels \u003c\/strong\u003e \u003cspan\u003e 5 preset doneness levels \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Temperature \u003c\/strong\u003e \u003cspan\u003e °C \/ °F switchable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Modes \u003c\/strong\u003e \u003cspan\u003e Cook Mode + Timer Mode \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Probe \u003c\/strong\u003e \u003cspan\u003e Stainless steel probe with braided cable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Storage \u003c\/strong\u003e \u003cspan\u003e Built-in magnets + foldable stand \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Custom Setting \u003c\/strong\u003e \u003cspan\u003e Manual target temperature setting \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     WHAT'S IN THE BOX\n========================================================= --\u003e\n\u003csection class=\"box\"\u003e\n\u003ch2\u003eEverything You Need\u003cbr\u003eTo Start Cooking.\u003c\/h2\u003e\n\u003cdiv class=\"box-items\"\u003e\n\u003cdiv class=\"box-item\"\u003e🌡️ 1 × BraaiPro Digital Meat Thermometer\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e🔥 1 × Stainless Steel Temperature Probe\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e🔌 1 × Braided Probe Cable\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e⚡ Batteries Required — Not Included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     FINAL CTA\n========================================================= --\u003e\n\u003csection class=\"final-cta\" id=\"buy\"\u003e\n\u003cdiv class=\"final-cta-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eYour Braai Deserves Better\u003c\/div\u003e\n\u003ch2\u003eCook Less\u003cbr\u003eBy Guessing.\u003cbr\u003eCook More\u003cbr\u003e\u003cspan\u003eWith Confidence.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eYour meat is too expensive to leave to chance. Bring the BraaiPro to your next braai and know exactly what's happening on the inside.\u003c\/p\u003e\n\u003c!-- CHANGE # TO YOUR SHOPIFY PRODUCT URL --\u003e \u003ca href=\"#\" class=\"cta-button\"\u003e Get My BraaiPro → \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     FOOTER\n========================================================= --\u003e\u003cfooter\u003e\n\u003cp\u003e© 2026 \u003cstrong\u003eYour Outdoor Store\u003c\/strong\u003e • Built For Adventure • Built For The Braai\u003c\/p\u003e\n\u003c\/footer\u003e","brand":"The Outdoor Co. ZA","offers":[{"title":"Default Title","offer_id":44670801379416,"sku":null,"price":699.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0747\/0084\/9240\/files\/image_85a08557-5ef2-4aae-8eb5-2e7b49b93a9e.png?v=1787901226","url":"https:\/\/www.theoutdoorstoreza.co.za\/products\/braaipro-touch-screen-digital-meat-thermometer-with-probe","provider":"The Outdoor Co. ZA","version":"1.0","type":"link"}