{"product_id":"meater-pro","title":"MEATER PRO","description":"\u003cstyle\u003e\n\/* ── Krank width fix: hide empty sidebar, expand description ── *\/\n.section__wrapper.product-description__wrapper .product-meta.sticky-to-header {\n  display: none !important;\n}\n.section__wrapper.product-description__wrapper .product-description.rte {\n  max-width: 100% !important;\n  width: 100% !important;\n  flex: 1 1 100% !important;\n}\n\n.pd-mtpro {\n  --pd-bg: #ffffff;\n  --pd-bg-soft: #f7f5f4;\n  --pd-bg-dark: #1a1a1a;\n  --pd-accent: #c8102e;\n  --pd-accent-deep: #a00d24;\n  --pd-text: #1a1a1a;\n  --pd-text-muted: #5a5550;\n  --pd-text-light: #9a9490;\n  --pd-text-on-dark: #f0ece4;\n  --pd-text-on-dark-muted: #b8b2ab;\n  --pd-border: #e6e3e0;\n  --pd-border-dark: #2e2e2e;\n  --pd-radius: 8px;\n  font-family: inherit;\n  color: var(--pd-text);\n  max-width: 100%;\n  box-sizing: border-box;\n}\n.pd-mtpro * { box-sizing: border-box; }\n.pd-mtpro p { margin: 0 0 14px; line-height: 1.7; font-size: 0.95rem; color: var(--pd-text); }\n.pd-mtpro h2 { font-size: clamp(1.4rem, 3vw, 1.8rem); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 16px; line-height: 1.2; color: var(--pd-text); }\n.pd-mtpro h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 10px; color: var(--pd-text); }\n\n\/* ── Stat strip ── *\/\n.pd-mtpro-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--pd-bg-dark); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-mtpro-stat { padding: 22px 16px; text-align: center; border-right: 1px solid var(--pd-border-dark); }\n.pd-mtpro-stat:last-child { border-right: none; }\n.pd-mtpro-stat-value { display: block; font-size: 1.05rem; font-weight: 800; color: var(--pd-accent); margin-bottom: 4px; letter-spacing: -0.01em; }\n.pd-mtpro-stat-label { display: block; font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--pd-text-on-dark-muted); }\n\n\/* ── Intro ── *\/\n.pd-mtpro-intro { margin-bottom: 32px; }\n.pd-mtpro-intro-lead { font-size: 1.05rem; font-weight: 600; color: var(--pd-text); margin-bottom: 16px; line-height: 1.5; }\n\n\/* ── Premium tier badge ── *\/\n.pd-mtpro-tier-badge {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  padding: 18px 24px;\n  background: rgba(200, 16, 46, 0.06);\n  border: 1px solid rgba(200, 16, 46, 0.3);\n  border-radius: var(--pd-radius);\n  margin-bottom: 32px;\n}\n.pd-mtpro-tier-badge-icon {\n  width: 36px;\n  height: 36px;\n  border-radius: 50%;\n  background: var(--pd-accent);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: #ffffff;\n  flex-shrink: 0;\n}\n.pd-mtpro-tier-badge-icon svg { width: 18px; height: 18px; fill: currentColor; stroke: none; }\n.pd-mtpro-tier-badge-text { font-size: 0.9rem; color: var(--pd-text); line-height: 1.55; margin: 0; }\n.pd-mtpro-tier-badge-text strong { color: var(--pd-accent); font-weight: 700; }\n\n\/* ── Plus vs Pro comparison callout (NEW) ── *\/\n.pd-mtpro-tier {\n  padding: 26px 28px;\n  border-radius: var(--pd-radius);\n  background: var(--pd-bg-soft);\n  margin-bottom: 32px;\n  border-left: 4px solid var(--pd-accent);\n}\n.pd-mtpro-tier-eyebrow {\n  display: inline-block;\n  font-size: 0.62rem;\n  font-weight: 700;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--pd-accent);\n  margin-bottom: 8px;\n}\n.pd-mtpro-tier h3 { margin-top: 0; margin-bottom: 14px; }\n.pd-mtpro-tier-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 16px; }\n.pd-mtpro-tier-card {\n  padding: 18px 20px;\n  background: #ffffff;\n  border-radius: 6px;\n  border: 1px solid var(--pd-border);\n}\n.pd-mtpro-tier-card h4 { font-size: 0.95rem; font-weight: 700; margin: 0 0 6px; color: var(--pd-text); }\n.pd-mtpro-tier-card-price { font-size: 0.78rem; color: var(--pd-text-muted); font-weight: 600; margin: 0 0 10px; }\n.pd-mtpro-tier-card-list { list-style: none; padding: 0; margin: 0; }\n.pd-mtpro-tier-card-list li { font-size: 0.8rem; color: var(--pd-text-muted); line-height: 1.55; padding: 4px 0 4px 16px; position: relative; }\n.pd-mtpro-tier-card-list li::before { content: '•'; position: absolute; left: 0; top: 4px; color: var(--pd-accent); font-weight: 800; }\n.pd-mtpro-tier-card--current { border-color: var(--pd-accent); }\n.pd-mtpro-tier-card--current h4 { color: var(--pd-accent); }\n\n\/* ── Multisensor callout (NEW) ── *\/\n.pd-mtpro-multisensor {\n  padding: 24px 26px;\n  border: 1px solid var(--pd-border);\n  background: var(--pd-bg-soft);\n  border-radius: var(--pd-radius);\n  margin-bottom: 32px;\n  border-left: 4px solid var(--pd-accent);\n}\n.pd-mtpro-multisensor-eyebrow {\n  display: inline-block;\n  font-size: 0.62rem;\n  font-weight: 700;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--pd-accent);\n  margin-bottom: 8px;\n}\n.pd-mtpro-multisensor h3 { margin-top: 0; margin-bottom: 14px; }\n.pd-mtpro-sensors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }\n.pd-mtpro-sensor-stat {\n  padding: 16px 14px;\n  background: #ffffff;\n  border-radius: 6px;\n  text-align: center;\n  border-top: 3px solid var(--pd-accent);\n}\n.pd-mtpro-sensor-stat-num { display: block; font-size: 1.8rem; font-weight: 800; color: var(--pd-accent); line-height: 1; margin-bottom: 6px; letter-spacing: -0.02em; }\n.pd-mtpro-sensor-stat-label { display: block; font-size: 0.75rem; font-weight: 700; color: var(--pd-text); margin-bottom: 4px; }\n.pd-mtpro-sensor-stat-detail { display: block; font-size: 0.72rem; color: var(--pd-text-muted); line-height: 1.4; }\n\n\/* ── Compatibility grid ── *\/\n.pd-mtpro-compat {\n  padding: 26px 28px;\n  border-radius: var(--pd-radius);\n  background: var(--pd-bg-soft);\n  margin-bottom: 32px;\n  border-left: 4px solid var(--pd-accent);\n}\n.pd-mtpro-compat-eyebrow {\n  display: inline-block;\n  font-size: 0.62rem;\n  font-weight: 700;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--pd-accent);\n  margin-bottom: 8px;\n}\n.pd-mtpro-compat h3 { margin-top: 0; margin-bottom: 14px; }\n.pd-mtpro-compat p { margin-bottom: 18px; }\n.pd-mtpro-compat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }\n.pd-mtpro-compat-item {\n  text-align: center;\n  padding: 12px 8px;\n  background: #ffffff;\n  border-radius: 6px;\n  border: 1px solid var(--pd-border);\n  font-size: 0.75rem;\n  font-weight: 700;\n  color: var(--pd-text);\n  letter-spacing: 0.02em;\n  line-height: 1.3;\n}\n\n\/* ── Feature grid ── *\/\n.pd-mtpro-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-mtpro-feature { display: flex; flex-direction: column; gap: 6px; }\n.pd-mtpro-feature-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(200, 16, 46, 0.12); display: flex; align-items: center; justify-content: center; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-mtpro-feature-icon svg { width: 18px; height: 18px; }\n.pd-mtpro-feature-title { font-size: 0.92rem; font-weight: 700; margin: 0 0 4px; color: var(--pd-text); }\n.pd-mtpro-feature-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Story callout ── *\/\n.pd-mtpro-story { background: var(--pd-bg-dark); color: var(--pd-text-on-dark); padding: 32px; border-radius: var(--pd-radius); margin-bottom: 32px; border-left: 4px solid var(--pd-accent); }\n.pd-mtpro-story-eyebrow { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 10px; }\n.pd-mtpro-story h3 { color: var(--pd-text-on-dark); font-size: 1.2rem; margin-bottom: 12px; }\n.pd-mtpro-story p { color: var(--pd-text-on-dark-muted); font-size: 0.9rem; line-height: 1.75; margin-bottom: 12px; }\n.pd-mtpro-story p:last-child { margin-bottom: 0; }\n.pd-mtpro-story strong { color: var(--pd-text-on-dark); }\n\n\/* ── How it works callout ── *\/\n.pd-mtpro-howitworks {\n  padding: 24px 26px;\n  border: 1px solid var(--pd-border);\n  background: var(--pd-bg-soft);\n  border-radius: var(--pd-radius);\n  margin-bottom: 32px;\n}\n.pd-mtpro-howitworks-eyebrow {\n  display: inline-block;\n  font-size: 0.62rem;\n  font-weight: 700;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--pd-accent);\n  margin-bottom: 8px;\n}\n.pd-mtpro-howitworks h3 { margin-top: 0; margin-bottom: 14px; }\n.pd-mtpro-howitworks-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }\n.pd-mtpro-step {\n  padding: 16px 18px;\n  background: #ffffff;\n  border-radius: 6px;\n  border-top: 3px solid var(--pd-accent);\n}\n.pd-mtpro-step-num {\n  display: inline-block;\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  background: var(--pd-accent);\n  color: #ffffff;\n  font-weight: 800;\n  font-size: 0.85rem;\n  text-align: center;\n  line-height: 28px;\n  margin-bottom: 10px;\n}\n.pd-mtpro-step-title { font-size: 0.88rem; font-weight: 700; color: var(--pd-text); margin: 0 0 6px; }\n.pd-mtpro-step-text { font-size: 0.83rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Specs ── *\/\n.pd-mtpro-specs { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-mtpro-specs-header { background: var(--pd-bg-soft); padding: 14px 20px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pd-accent-deep); border-bottom: 1px solid var(--pd-border); }\n.pd-mtpro-specs-row { display: grid; grid-template-columns: 200px 1fr; padding: 12px 20px; border-bottom: 1px solid var(--pd-border); font-size: 0.88rem; }\n.pd-mtpro-specs-row:last-child { border-bottom: none; }\n.pd-mtpro-specs-label { font-weight: 600; color: var(--pd-text); }\n.pd-mtpro-specs-value { color: var(--pd-text-muted); }\n\n\/* ── Use cases ── *\/\n.pd-mtpro-uses { background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-mtpro-uses ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }\n.pd-mtpro-uses li { font-size: 0.9rem; color: var(--pd-text); padding-left: 22px; position: relative; line-height: 1.5; }\n.pd-mtpro-uses li::before { content: ''; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 50%; background: var(--pd-accent); }\n\n\/* ── \"Works perfectly with\" cross-link grid ── *\/\n.pd-mtpro-pairs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }\n.pd-mtpro .pd-mtpro-pair,\n.pd-mtpro .pd-mtpro-pair:link,\n.pd-mtpro .pd-mtpro-pair:visited {\n  display: flex !important; flex-direction: column !important; padding: 22px 22px 20px !important;\n  border: 1px solid var(--pd-border) !important; border-radius: var(--pd-radius) !important;\n  background: #ffffff !important; text-decoration: none !important;\n  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;\n  font-family: inherit !important; color: inherit !important;\n}\n.pd-mtpro .pd-mtpro-pair:hover { border-color: var(--pd-accent) !important; transform: translateY(-2px) !important; box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important; }\n.pd-mtpro-pair-eyebrow { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 8px; }\n.pd-mtpro-pair-title { font-size: 1.05rem; font-weight: 800; color: var(--pd-text); margin-bottom: 8px; line-height: 1.2; letter-spacing: -0.01em; }\n.pd-mtpro-pair-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin-bottom: 16px; flex: 1; }\n.pd-mtpro-pair-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pd-accent); margin-top: auto; transition: gap 0.2s ease; }\n.pd-mtpro-pair:hover .pd-mtpro-pair-cta { gap: 10px; }\n.pd-mtpro-pair-cta svg { width: 12px; height: 12px; fill: none; stroke: currentColor; flex-shrink: 0; }\n\n\/* ── Range cross-link ── *\/\n.pd-mtpro-range { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); padding: 24px 28px; margin-bottom: 32px; background: var(--pd-bg-soft); text-align: center; }\n.pd-mtpro-range h3 { margin-top: 0; }\n.pd-mtpro-range p { color: var(--pd-text-muted); font-size: 0.9rem; max-width: 620px; margin: 0 auto 18px; }\n.pd-mtpro a.pd-mtpro-range-cta,\n.pd-mtpro a.pd-mtpro-range-cta:link,\n.pd-mtpro a.pd-mtpro-range-cta:visited {\n  display: inline-flex !important; align-items: center !important; justify-content: center !important;\n  gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important;\n  font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important;\n  text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important;\n  border: none !important; border-radius: 6px !important; line-height: 1 !important;\n  transition: background 0.2s ease !important; font-family: inherit !important;\n}\n.pd-mtpro a.pd-mtpro-range-cta:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-mtpro a.pd-mtpro-range-cta svg { width: 14px !important; height: 14px !important; min-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; }\n\n\/* ── Why BBQ Republic ── *\/\n.pd-mtpro-why { background: #1a1a1a !important; color: #f0ece4 !important; border-radius: 8px; padding: 32px; margin-bottom: 32px; text-align: center; }\n.pd-mtpro .pd-mtpro-why-eyebrow { display: inline-block !important; font-size: 0.62rem !important; font-weight: 700 !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; color: #c8102e !important; margin-bottom: 10px !important; }\n.pd-mtpro .pd-mtpro-why h3 { color: #f0ece4 !important; font-size: 1.25rem !important; margin: 0 0 14px !important; font-weight: 700 !important; }\n.pd-mtpro .pd-mtpro-why p { color: #b8b2ab !important; font-size: 0.9rem !important; max-width: 560px !important; margin: 0 auto 22px !important; line-height: 1.7 !important; }\n.pd-mtpro .pd-mtpro-why-actions { display: flex !important; justify-content: center !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }\n.pd-mtpro a.pd-mtpro-why-btn,\n.pd-mtpro a.pd-mtpro-why-btn:link,\n.pd-mtpro a.pd-mtpro-why-btn:visited { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; background: #c8102e !important; background-color: #c8102e !important; color: #ffffff !important; font-size: 0.78rem !important; font-weight: 700 !important; letter-spacing: 0.06em !important; text-transform: uppercase !important; text-decoration: none !important; padding: 12px 22px !important; border: none !important; border-radius: 6px !important; line-height: 1 !important; white-space: nowrap !important; width: auto !important; height: auto !important; min-width: 0 !important; max-width: none !important; transition: background 0.2s ease !important; box-shadow: none !important; cursor: pointer !important; font-family: inherit !important; }\n.pd-mtpro a.pd-mtpro-why-btn:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-mtpro a.pd-mtpro-why-btn.pd-mtpro-why-btn--ghost,\n.pd-mtpro a.pd-mtpro-why-btn.pd-mtpro-why-btn--ghost:link,\n.pd-mtpro a.pd-mtpro-why-btn.pd-mtpro-why-btn--ghost:visited { background: transparent !important; background-color: transparent !important; border: 1px solid #2e2e2e !important; color: #f0ece4 !important; }\n.pd-mtpro a.pd-mtpro-why-btn.pd-mtpro-why-btn--ghost:hover { background: rgba(255,255,255,0.06) !important; background-color: rgba(255,255,255,0.06) !important; color: #f0ece4 !important; border-color: #c8102e !important; }\n.pd-mtpro a.pd-mtpro-why-btn svg { width: 14px !important; height: 14px !important; min-width: 14px !important; max-width: 14px !important; flex-shrink: 0 !important; fill: none !important; stroke: currentColor !important; display: inline-block !important; vertical-align: middle !important; }\n\n\/* ── FAQ ── *\/\n.pd-mtpro-faq { margin-bottom: 16px; }\n.pd-mtpro-faq-item { background: #ffffff; border: 1px solid var(--pd-border); border-radius: 6px; margin-bottom: 8px; overflow: hidden; transition: border-color 0.2s ease; }\n.pd-mtpro-faq-item[open] { border-color: var(--pd-accent); }\n.pd-mtpro-faq-item summary { padding: 14px 18px; font-weight: 700; font-size: 0.9rem; color: var(--pd-text); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }\n.pd-mtpro-faq-item summary::-webkit-details-marker { display: none; }\n.pd-mtpro-faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--pd-accent); transition: transform 0.2s ease; }\n.pd-mtpro-faq-item[open] summary::after { content: '−'; }\n.pd-mtpro-faq-answer { padding: 0 18px 16px; font-size: 0.87rem; color: var(--pd-text-muted); line-height: 1.7; }\n\n@media (max-width: 860px) {\n  .pd-mtpro-pairs { grid-template-columns: 1fr; }\n  .pd-mtpro-howitworks-steps { grid-template-columns: 1fr; }\n  .pd-mtpro-compat-grid { grid-template-columns: repeat(3, 1fr); }\n  .pd-mtpro-tier-grid { grid-template-columns: 1fr; gap: 14px; }\n  .pd-mtpro-sensors-grid { grid-template-columns: 1fr; }\n}\n@media (max-width: 640px) {\n  .pd-mtpro-stats { grid-template-columns: repeat(2, 1fr); }\n  .pd-mtpro-stat:nth-child(2) { border-right: none; }\n  .pd-mtpro-stat:nth-child(1), .pd-mtpro-stat:nth-child(2) { border-bottom: 1px solid var(--pd-border-dark); }\n  .pd-mtpro-features { grid-template-columns: 1fr; padding: 20px; }\n  .pd-mtpro-specs-row { grid-template-columns: 1fr; gap: 4px; }\n  .pd-mtpro-uses ul { grid-template-columns: 1fr; }\n  .pd-mtpro-story, .pd-mtpro-why { padding: 22px; }\n  .pd-mtpro .pd-mtpro-why-actions { flex-direction: column !important; align-items: stretch !important; }\n  .pd-mtpro a.pd-mtpro-why-btn { width: 100% !important; }\n  .pd-mtpro-tier-badge { flex-direction: column; text-align: center; }\n  .pd-mtpro-compat-grid { grid-template-columns: repeat(2, 1fr); }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-mtpro\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-mtpro-stats\"\u003e\n    \u003cdiv class=\"pd-mtpro-stat\"\u003e\n\u003cspan class=\"pd-mtpro-stat-value\"\u003e5+1 Multisensor\u003c\/span\u003e\u003cspan class=\"pd-mtpro-stat-label\"\u003eSmart Temp Technology\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-stat\"\u003e\n\u003cspan class=\"pd-mtpro-stat-value\"\u003e550°C Ambient\u003c\/span\u003e\u003cspan class=\"pd-mtpro-stat-label\"\u003eHigh-Heat Capable\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-stat\"\u003e\n\u003cspan class=\"pd-mtpro-stat-value\"\u003e75m + WiFi\u003c\/span\u003e\u003cspan class=\"pd-mtpro-stat-label\"\u003eBluetooth 5.2 Long Range\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-stat\"\u003e\n\u003cspan class=\"pd-mtpro-stat-value\"\u003e±0.3°C Accuracy\u003c\/span\u003e\u003cspan class=\"pd-mtpro-stat-label\"\u003e2-Year Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"pd-mtpro-intro\"\u003e\n    \u003cp class=\"pd-mtpro-intro-lead\"\u003eThe premium MEATER. The MEATER Pro is the upgrade tier above the bestselling MEATER Plus: a wireless smart meat thermometer with five internal sensors plus one ambient sensor for edge-to-edge cook precision, a 550°C ambient temperature limit that doubles the Plus's capability, and Bluetooth 5.2 Coded PHY Long Range delivering 75 metres line-of-sight plus optional WiFi cloud monitoring for unlimited range.\u003c\/p\u003e\n    \u003cp\u003eBuilt for cooks who push their kitchen to the next level. \u003cstrong\u003eThe Pro is the right choice for high-heat searing, open-flame grilling, pizza-oven cooks, thick-cut brisket precision, and customers who want to monitor cooks from anywhere via WiFi.\u003c\/strong\u003e For standard low-and-slow BBQ under 275°C with 50m range needs, the more accessible MEATER Plus at $199 remains an excellent choice. The Pro is the upgrade when your cooking calls for genuine high-heat versatility and multisensor precision.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PREMIUM TIER BADGE --\u003e\n  \u003cdiv class=\"pd-mtpro-tier-badge\"\u003e\n    \u003cdiv class=\"pd-mtpro-tier-badge-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"pd-mtpro-tier-badge-text\"\u003e\u003cstrong\u003eThe premium tier in the MEATER range.\u003c\/strong\u003e Built for serious BBQ cooks and culinary enthusiasts who need higher temperature limits, multisensor precision, longer wireless range, and the latest Bluetooth 5.2 technology. Backed by MEATER's 2-year manufacturer warranty.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PLUS VS PRO COMPARISON --\u003e\n  \u003cdiv class=\"pd-mtpro-tier\"\u003e\n    \u003cspan class=\"pd-mtpro-tier-eyebrow\"\u003eMEATER Plus vs MEATER Pro\u003c\/span\u003e\n    \u003ch3\u003eWhich MEATER is right for your cooking?\u003c\/h3\u003e\n    \u003cp\u003eBoth MEATER products solve the same core problem (taking the guesswork out of cooking) at different tiers. The Pro is the upgrade for specific use cases that benefit from premium features. The Plus is excellent for most standard BBQ cooks. Here is the honest comparison:\u003c\/p\u003e\n    \u003cdiv class=\"pd-mtpro-tier-grid\"\u003e\n      \u003cdiv class=\"pd-mtpro-tier-card\"\u003e\n        \u003ch4\u003eMEATER Plus\u003c\/h4\u003e\n        \u003cp class=\"pd-mtpro-tier-card-price\"\u003e$199 AUD : The bestseller\u003c\/p\u003e\n        \u003cul class=\"pd-mtpro-tier-card-list\"\u003e\n          \u003cli\u003e2 sensors (1 meat + 1 ambient)\u003c\/li\u003e\n          \u003cli\u003eMax ambient 275°C, max internal 100°C\u003c\/li\u003e\n          \u003cli\u003eBluetooth 4.0, 50m range via booster\u003c\/li\u003e\n          \u003cli\u003eReal wood charger\u003c\/li\u003e\n          \u003cli\u003eBest for: standard low-and-slow BBQ (brisket, pulled pork, ribs, roasts) under 275°C\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-tier-card pd-mtpro-tier-card--current\"\u003e\n        \u003ch4\u003eMEATER Pro\u003c\/h4\u003e\n        \u003cp class=\"pd-mtpro-tier-card-price\"\u003e$249 AUD : This product\u003c\/p\u003e\n        \u003cul class=\"pd-mtpro-tier-card-list\"\u003e\n          \u003cli\u003e6 sensors (5 meat + 1 ambient) for edge-to-edge precision\u003c\/li\u003e\n          \u003cli\u003eMax ambient 550°C, max internal 105°C\u003c\/li\u003e\n          \u003cli\u003eBluetooth 5.2 Long Range, 75m range + WiFi cloud (unlimited)\u003c\/li\u003e\n          \u003cli\u003eSustainable bamboo charger\u003c\/li\u003e\n          \u003cli\u003eBest for: high-heat searing, open flame, pizza ovens, thick-cut precision, remote WiFi monitoring\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- MULTISENSOR CALLOUT --\u003e\n  \u003cdiv class=\"pd-mtpro-multisensor\"\u003e\n    \u003cspan class=\"pd-mtpro-multisensor-eyebrow\"\u003eSmart Temp Multisensor Technology\u003c\/span\u003e\n    \u003ch3\u003eFive internal sensors. One ambient sensor. Edge-to-edge precision.\u003c\/h3\u003e\n    \u003cp\u003eThe MEATER Pro probe contains six independent temperature sensors arranged along its length. Five sensors monitor the meat's internal temperature at different depths and positions, while a sixth sensor on the exposed end measures the cooker's ambient temperature. This is the technical foundation of the Pro's accuracy advantage.\u003c\/p\u003e\n    \u003cdiv class=\"pd-mtpro-sensors-grid\"\u003e\n      \u003cdiv class=\"pd-mtpro-sensor-stat\"\u003e\n        \u003cspan class=\"pd-mtpro-sensor-stat-num\"\u003e5\u003c\/span\u003e\n        \u003cspan class=\"pd-mtpro-sensor-stat-label\"\u003eInternal Meat Sensors\u003c\/span\u003e\n        \u003cspan class=\"pd-mtpro-sensor-stat-detail\"\u003eDistributed along the probe shaft for edge-to-edge temperature tracking. Detects the coldest spot in the meat.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-sensor-stat\"\u003e\n        \u003cspan class=\"pd-mtpro-sensor-stat-num\"\u003e1\u003c\/span\u003e\n        \u003cspan class=\"pd-mtpro-sensor-stat-label\"\u003eAmbient Cooker Sensor\u003c\/span\u003e\n        \u003cspan class=\"pd-mtpro-sensor-stat-detail\"\u003eTracks cooker temperature in real time. Lets you adjust on the fly without lid-opening.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-sensor-stat\"\u003e\n        \u003cspan class=\"pd-mtpro-sensor-stat-num\"\u003e±0.3°C\u003c\/span\u003e\n        \u003cspan class=\"pd-mtpro-sensor-stat-label\"\u003eSensor Accuracy\u003c\/span\u003e\n        \u003cspan class=\"pd-mtpro-sensor-stat-detail\"\u003ePrecision tolerance matching commercial-grade probes. The most accurate MEATER probe.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- COMPATIBILITY GRID --\u003e\n  \u003cdiv class=\"pd-mtpro-compat\"\u003e\n    \u003cspan class=\"pd-mtpro-compat-eyebrow\"\u003eUniversal Cooker Compatibility\u003c\/span\u003e\n    \u003ch3\u003eWorks with every cooker, including high-heat applications.\u003c\/h3\u003e\n    \u003cp\u003eThe 550°C ambient limit unlocks cooker types that the MEATER Plus cannot handle: pizza ovens, open-flame grilling, hot-sear stages of reverse-seared steaks, and deep frying. The Pro maintains full compatibility with all standard BBQ cooker types while adding high-heat capability:\u003c\/p\u003e\n    \u003cdiv class=\"pd-mtpro-compat-grid\"\u003e\n      \u003cdiv class=\"pd-mtpro-compat-item\"\u003eKamado Grill\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-compat-item\"\u003ePellet Grill\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-compat-item\"\u003eGas Grill\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-compat-item\"\u003eOffset Smoker\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-compat-item\"\u003eKettle Grill\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-compat-item\"\u003eOpen Flame\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-compat-item\"\u003ePizza Oven\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-compat-item\"\u003eRotisserie\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-compat-item\"\u003eOven\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-compat-item\"\u003eInduction\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-compat-item\"\u003eGriddle\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-compat-item\"\u003eSous Vide\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"pd-mtpro-features\"\u003e\n\n    \u003cdiv class=\"pd-mtpro-feature\"\u003e\n      \u003cdiv class=\"pd-mtpro-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14 4v10.54a4 4 0 11-4 0V4a2 2 0 014 0z\"\u003e\u003c\/path\u003e\u003cline x1=\"9\" y1=\"9\" x2=\"15\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"13\" x2=\"15\" y2=\"13\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-mtpro-feature-title\"\u003e5+1 Multisensor Probe\u003c\/p\u003e\n      \u003cp class=\"pd-mtpro-feature-text\"\u003eFive internal sensors distributed along the probe shaft plus one ambient sensor. Detects the coldest point in the meat, ensuring nothing is left undercooked on thick or irregular cuts.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-mtpro-feature\"\u003e\n      \u003cdiv class=\"pd-mtpro-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2C12 2 4 8 4 14a8 8 0 0016 0c0-6-8-12-8-12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-mtpro-feature-title\"\u003e550°C High-Heat Capable\u003c\/p\u003e\n      \u003cp class=\"pd-mtpro-feature-text\"\u003eDouble the ambient temperature limit of the MEATER Plus (275°C). Suitable for hot-searing reverse-seared steaks, pizza-oven cooks, open-flame grilling and deep frying applications.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-mtpro-feature\"\u003e\n      \u003cdiv class=\"pd-mtpro-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M5 12.55a11 11 0 0114.08 0M1.42 9a16 16 0 0121.16 0M8.53 16.11a6 6 0 016.95 0M12 20h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-mtpro-feature-title\"\u003eBluetooth 5.2 + WiFi Cloud\u003c\/p\u003e\n      \u003cp class=\"pd-mtpro-feature-text\"\u003eLatest Bluetooth 5.2 Coded PHY Long Range delivers 75m line-of-sight via the bamboo booster charger. WiFi MEATER Link cloud connectivity unlocks unlimited remote monitoring.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-mtpro-feature\"\u003e\n      \u003cdiv class=\"pd-mtpro-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-mtpro-feature-title\"\u003eFast Charging Probe\u003c\/p\u003e\n      \u003cp class=\"pd-mtpro-feature-text\"\u003e5 minutes of charging delivers 2 hours of cooking. A full 30-minute charge delivers 24+ hours of continuous cook time. Perfect for impromptu BBQs where the probe was not pre-charged.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003cdiv class=\"pd-mtpro-story\"\u003e\n    \u003cspan class=\"pd-mtpro-story-eyebrow\"\u003eWhen the Pro is the Right Choice\u003c\/span\u003e\n    \u003ch3\u003eThe Pro earns its $50 premium on specific cooks.\u003c\/h3\u003e\n    \u003cp\u003eMEATER Plus is the bestseller for good reason: for the majority of home BBQ cooks doing brisket, pulled pork, smoked ribs, and slow roasts under 275°C, the Plus is more than capable. The Pro becomes the right choice when your cooking pushes into territory the Plus cannot handle.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eThe 550°C ambient limit\u003c\/strong\u003e opens up genuine new cook types. Reverse-seared steaks where the sear stage runs at 400-500°C grill temperatures: Plus cannot monitor, Pro can. Pizza-oven cooks at 400-450°C: Plus cannot, Pro can. Open-flame grilling and asado-style cooks over live fire: Plus cannot reliably monitor, Pro can. For BBQ Republic customers running a Big Green Egg with a high-heat sear stage, or anyone with a pizza oven attachment, the Pro is the only MEATER option that works across the full cook range.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eThe 5+1 multisensor design\u003c\/strong\u003e is the second major upgrade. On thin cuts (steaks, chops, fillets) the Plus's single sensor is fine. On thick cuts (full-packer brisket, pork shoulder, leg of lamb, large prime ribs) the Pro's five internal sensors track temperature across the entire meat depth. The probe automatically reports the lowest temperature reading, ensuring that no part of the meat is undercooked even when the average appears done. For competition-grade brisket and serious whole-protein cooks, this precision genuinely matters.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eThe WiFi cloud connectivity\u003c\/strong\u003e is the third upgrade most cooks will appreciate. Plus tops out at 50m Bluetooth range from the booster. Pro extends that to 75m line-of-sight Bluetooth, plus optional WiFi MEATER Link which broadcasts cook progress to your phone from anywhere in the world via internet. For overnight brisket cooks where you need to leave the house but still monitor temperature, this is the difference between cooking confidently and cooking blind.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv class=\"pd-mtpro-howitworks\"\u003e\n    \u003cspan class=\"pd-mtpro-howitworks-eyebrow\"\u003eGetting Started\u003c\/span\u003e\n    \u003ch3\u003eHow MEATER Pro works in three steps.\u003c\/h3\u003e\n    \u003cp\u003eFrom unboxing to first cook in approximately 10 minutes:\u003c\/p\u003e\n    \u003cdiv class=\"pd-mtpro-howitworks-steps\"\u003e\n      \u003cdiv class=\"pd-mtpro-step\"\u003e\n        \u003cspan class=\"pd-mtpro-step-num\"\u003e1\u003c\/span\u003e\n        \u003cp class=\"pd-mtpro-step-title\"\u003eSet Up the App\u003c\/p\u003e\n        \u003cp class=\"pd-mtpro-step-text\"\u003eDownload the free MEATER app (iOS or Android), insert the AAA battery in the bamboo charger, pair the probe via Bluetooth 5.2, and optionally enable WiFi MEATER Link for cloud monitoring.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-step\"\u003e\n        \u003cspan class=\"pd-mtpro-step-num\"\u003e2\u003c\/span\u003e\n        \u003cp class=\"pd-mtpro-step-title\"\u003eInsert and Cook\u003c\/p\u003e\n        \u003cp class=\"pd-mtpro-step-text\"\u003ePush the 5mm probe into the thickest part of the meat. The five internal sensors automatically distribute along the probe length, capturing the full thermal profile of the cook.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpro-step\"\u003e\n        \u003cspan class=\"pd-mtpro-step-num\"\u003e3\u003c\/span\u003e\n        \u003cp class=\"pd-mtpro-step-title\"\u003eMonitor From Anywhere\u003c\/p\u003e\n        \u003cp class=\"pd-mtpro-step-text\"\u003eThe app displays all six sensor readings plus estimated time-to-done. With WiFi MEATER Link enabled, you can monitor the cook from anywhere with an internet connection.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"pd-mtpro-specs\"\u003e\n    \u003cdiv class=\"pd-mtpro-specs-header\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eProduct Type\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003ePremium wireless smart meat thermometer with multisensor probe\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eWireless Technology\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003eBluetooth 5.2 Coded PHY Long Range (next-generation low-power Bluetooth)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eRange\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003e75 metres line-of-sight via the bamboo booster charger. Optional WiFi MEATER Link cloud connectivity provides unlimited range via internet.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eSensors\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003e6 total: 5 internal meat sensors plus 1 ambient cooker sensor (Smart Temp Multisensor Technology)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eAccuracy\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003e±0.3°C precision (commercial-grade tolerance)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eInternal Temperature\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003eMaximum 105°C (meat probe sensors)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eAmbient Temperature\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003eMaximum 550°C (cooker sensor) : suitable for high-heat searing, pizza ovens and open flame\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eProbe Construction\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003eStainless steel with zirconia ceramic band, water resistant\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eProbe Dimensions\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003e5mm diameter (thinner than MEATER Plus 6mm probe), sleek design\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eProbe Battery\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003eRechargeable. Fast charging: 5 minutes for 2 hours cooking, 30 minutes for 24+ hours continuous cooking.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eCharger\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003eSustainable bamboo construction with magnetic backing and rubber anti-slip foot. Built-in Bluetooth 5.2 booster.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eCharger Dimensions\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003e157mm × 37mm × 23mm (approximate, based on 6.18 × 1.46 × 0.91 inches)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eCharger Power\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003e1× AAA battery (included). Average usage life: 2 years (based on one steak per week).\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eApp Requirement\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003eFree MEATER app for iOS and Android. Optional WiFi MEATER Link requires home WiFi connection.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eCooker Compatibility\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003eAll standard BBQ cooker types plus high-heat applications: pizza ovens, open flame, hot searing, deep frying. Effective limit is the 550°C ambient temperature ceiling.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eWarranty\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003e2-year manufacturer warranty against defects\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpro-specs-row\"\u003e\n\u003cspan class=\"pd-mtpro-specs-label\"\u003eIn the Box\u003c\/span\u003e\u003cspan class=\"pd-mtpro-specs-value\"\u003eMEATER Pro multisensor probe, bamboo booster charger, AAA battery, quick start guide\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003ch2\u003eWhat to cook with MEATER Pro\u003c\/h2\u003e\n  \u003cdiv class=\"pd-mtpro-uses\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eReverse-seared premium steaks (Wagyu, ribeye, tomahawk) including the hot sear stage\u003c\/li\u003e\n      \u003cli\u003ePizza-oven cooks at 400-450°C (Plus cannot monitor these)\u003c\/li\u003e\n      \u003cli\u003eOpen-flame grilling and asado-style live-fire cooks\u003c\/li\u003e\n      \u003cli\u003eFull-packer brisket (8-10kg) where 5-sensor multisensor accuracy matters\u003c\/li\u003e\n      \u003cli\u003eWhole-leg lamb, leg of pork, prime rib roasts (thick cuts)\u003c\/li\u003e\n      \u003cli\u003ePicanha (Brazilian churrasco, hot sear stage)\u003c\/li\u003e\n      \u003cli\u003eSmoked turkey or chicken with multi-stage cook profiles\u003c\/li\u003e\n      \u003cli\u003eDeep-fried turkey (high-heat oil temperature monitoring)\u003c\/li\u003e\n      \u003cli\u003eOvernight brisket cooks with WiFi MEATER Link remote monitoring\u003c\/li\u003e\n      \u003cli\u003eMulti-protein dinner parties where precision matters across cuts\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WORKS PERFECTLY WITH --\u003e\n  \u003ch2\u003eWorks perfectly with\u003c\/h2\u003e\n  \u003cdiv class=\"pd-mtpro-pairs\"\u003e\n\n    \u003ca href=\"\/collections\/big-green-egg\" class=\"pd-mtpro-pair\"\u003e\n      \u003cspan class=\"pd-mtpro-pair-eyebrow\"\u003eHigh-Heat Kamado Cooks\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpro-pair-title\"\u003eBig Green Egg\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpro-pair-text\"\u003eThe Big Green Egg can hit 400°C+ for pizza and hot searing applications. The MEATER Pro is the only MEATER probe that operates safely at those temperatures, making it the natural pairing for serious BGE cooks. BBQ Republic is an Official Big Green Egg Platinum Dealer.\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpro-pair-cta\"\u003e\n        Shop Big Green Egg\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/collections\/yoder-smokers\" class=\"pd-mtpro-pair\"\u003e\n      \u003cspan class=\"pd-mtpro-pair-eyebrow\"\u003eCompetition Brisket Precision\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpro-pair-title\"\u003eYoder Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpro-pair-text\"\u003eYoder pellet grills are the competition BBQ choice. Paired with the Pro's 5-sensor multisensor probe, full-packer brisket cooks reach competition-grade precision: the cook is done when even the coldest internal sensor hits target. BBQ Republic is Australia's largest Yoder dealer.\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpro-pair-cta\"\u003e\n        Shop Yoder Smokers\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/products\/meater-plus\" class=\"pd-mtpro-pair\"\u003e\n      \u003cspan class=\"pd-mtpro-pair-eyebrow\"\u003eThe Accessible Alternative\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpro-pair-title\"\u003eMEATER Plus\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpro-pair-text\"\u003eNot sure you need Pro features? The MEATER Plus at $199 is the bestselling wireless smart thermometer globally and handles standard BBQ cooks under 275°C beautifully. If your cooking does not involve high-heat searing or pizza ovens, the Plus is the smart choice.\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpro-pair-cta\"\u003e\n        Compare MEATER Plus\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- RANGE --\u003e\n  \u003cdiv class=\"pd-mtpro-range\"\u003e\n    \u003ch3\u003eExplore the MEATER range\u003c\/h3\u003e\n    \u003cp\u003eMEATER Pro is the premium upgrade tier above the bestselling \u003ca href=\"\/products\/meater-plus\"\u003e\u003cstrong\u003eMEATER Plus\u003c\/strong\u003e\u003c\/a\u003e ($199 AUD), suitable for cooks who need high-heat capability or multisensor precision. For multi-probe simultaneous cooking (4 probes at once for whole-meal coordination), the \u003cstrong\u003eMEATER Block\u003c\/strong\u003e manages full dinner parties with WiFi integration. Contact BBQ Republic for current stock and pricing across the MEATER range, including bundle pricing on Pro plus accessories.\u003c\/p\u003e\n    \u003ca href=\"\/collections\/meater\" class=\"pd-mtpro-range-cta\"\u003e\n      Shop the MEATER Range\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY BBQ REPUBLIC --\u003e\n  \u003cdiv class=\"pd-mtpro-why\"\u003e\n    \u003cspan class=\"pd-mtpro-why-eyebrow\"\u003eBuy from a BBQ Specialist\u003c\/span\u003e\n    \u003ch3\u003eThe Sydney specialist for premium MEATER and smart cooking gear.\u003c\/h3\u003e\n    \u003cp\u003eBBQ Republic cooks on this gear every day. We can walk you through whether MEATER Pro or MEATER Plus is the right choice for your specific cooker and cooking style, set up the device in-store, and help with WiFi MEATER Link cloud configuration. The MEATER Pro is on display and in stock at our Wetherill Park showroom for immediate pickup or Sydney metro delivery.\u003c\/p\u003e\n    \u003cdiv class=\"pd-mtpro-why-actions\"\u003e\n      \u003ca href=\"tel:0434010411\" class=\"pd-mtpro-why-btn\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 014.69 13a19.79 19.79 0 01-3.07-8.67A2 2 0 013.62 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L7.91 9.91a16 16 0 006.18 6.18l.98-.98a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Call 0434 010 411\n      \u003c\/a\u003e\n      \u003ca href=\"\/pages\/contact\" class=\"pd-mtpro-why-btn pd-mtpro-why-btn--ghost\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"fill:none;stroke:currentColor;flex-shrink:0;\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Visit the Showroom\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"pd-mtpro-faq\"\u003e\n\n    \u003cdetails class=\"pd-mtpro-faq-item\"\u003e\n      \u003csummary\u003eMEATER Pro vs MEATER Plus: which should I choose?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpro-faq-answer\"\u003eHonest answer: most home BBQ cooks should choose the MEATER Plus ($199). The Plus handles standard low-and-slow BBQ (brisket, pulled pork, ribs, roasts) under 275°C beautifully and is the global bestseller in the wireless smart thermometer category for good reason. The MEATER Pro ($249) is the right choice for THREE specific use cases: 1) high-heat cooks above 275°C (hot searing, pizza ovens, open flame), 2) thick-cut cooks where 5-sensor multisensor accuracy genuinely matters (competition brisket, large roasts), 3) remote monitoring needs (overnight cooks, away-from-home monitoring via WiFi MEATER Link). If none of those use cases apply to your cooking, the Plus is the smart choice.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpro-faq-item\"\u003e\n      \u003csummary\u003eWhat is Smart Temp Multisensor Technology?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpro-faq-answer\"\u003eSmart Temp Multisensor is MEATER's name for the Pro's 6-sensor probe design: 5 internal meat sensors distributed along the probe shaft plus 1 ambient cooker sensor. Traditional single-sensor probes (including the MEATER Plus) report the temperature at one point in the meat. The Pro's 5-sensor design reports temperatures across the entire probe length, which means the app can identify the coldest spot in the meat and report that as the safety-critical internal temperature. This matters most on thick cuts (full-packer brisket, large prime rib, leg of lamb) where the centre of the meat warms more slowly than the edges. The cook is genuinely done when the coldest sensor hits target, not the average.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpro-faq-item\"\u003e\n      \u003csummary\u003eCan I use MEATER Pro in a pizza oven?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpro-faq-answer\"\u003eYes. The Pro's 550°C ambient temperature limit comfortably handles most domestic pizza ovens which operate at 400-450°C. This is one of the key Pro-only use cases: the MEATER Plus tops out at 275°C ambient and cannot safely operate in pizza-oven conditions. Use the Pro to monitor protein cooks in your pizza oven (lamb, chicken, fish) or to verify oven floor temperature consistency. Note: do not exceed the 550°C ceiling: this is the safety limit for the probe construction.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpro-faq-item\"\u003e\n      \u003csummary\u003eWhat is WiFi MEATER Link?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpro-faq-answer\"\u003eWiFi MEATER Link is the Pro's cloud-monitoring feature. With Link enabled, the cook data broadcasts from the probe to your phone via Bluetooth, then from your phone to MEATER's cloud servers, then from the cloud to any other device with the MEATER app and internet connection. The practical implication: you can monitor an overnight brisket cook from your bedroom, from a hotel room, from another city. The cook stays visible regardless of distance from the cooker. Setup requires home WiFi at the cook location and a second device (phone, tablet, computer) to monitor remotely. This feature is Pro-only: the Plus uses Bluetooth-only monitoring with a 50m maximum range.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpro-faq-item\"\u003e\n      \u003csummary\u003eHow accurate is the Pro probe?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpro-faq-answer\"\u003e±0.3°C accuracy: commercial-grade tolerance for food temperature measurement. For comparison, this is more accurate than most kitchen ovens (typically ±5-10°C tolerance) and equals or exceeds professional kitchen probe accuracy standards. The implication: when the app says the brisket is at 95.5°C internal, you can trust that the actual temperature is within 0.3°C of that reading. For competition BBQ, food safety verification, and serious culinary applications, this precision genuinely matters.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpro-faq-item\"\u003e\n      \u003csummary\u003eHow does the fast charging work?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpro-faq-answer\"\u003eThe Pro probe charges much faster than the MEATER Plus. 5 minutes of charging delivers approximately 2 hours of cooking time. A full 30-minute charge delivers 24+ hours of continuous cook time. The bamboo charger uses 1 AAA battery (included) which provides approximately 2 years of typical use (based on one steak cook per week). For impromptu cooks where the probe was not pre-charged, plug it in for 5 minutes while you prep the meat and you have enough charge for a typical steak or chicken cook.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpro-faq-item\"\u003e\n      \u003csummary\u003eIs the MEATER Pro dishwasher safe?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpro-faq-answer\"\u003eThe probe itself is constructed from stainless steel with a zirconia ceramic band and is water resistant. Refer to MEATER's official guidance for current dishwasher safety status (the Plus probe is officially dishwasher safe; check MEATER's documentation for the Pro probe specifically). The bamboo booster charger is NOT dishwasher safe (contains electronics): clean with a damp cloth only. We can confirm current dishwasher safety guidance in-store at the BBQ Republic showroom.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpro-faq-item\"\u003e\n      \u003csummary\u003eWhat does the 2-year warranty cover?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpro-faq-answer\"\u003eMEATER's 2-year manufacturer warranty covers defects in materials and workmanship under normal use. This includes electronics failures, sensor malfunctions, charger issues, and similar manufacturing defects. The warranty does not cover damage from misuse (exceeding the 550°C ambient temperature limit, dropping the probe, water damage to the bamboo charger), normal wear, or accidental damage. Contact BBQ Republic if you need warranty service: we coordinate with MEATER Australia for warranty claims on behalf of customers.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpro-faq-item\"\u003e\n      \u003csummary\u003eWhat is in the box?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpro-faq-answer\"\u003eThe MEATER Pro multisensor wireless probe, the bamboo booster charger with built-in Bluetooth 5.2 range extender, an AAA battery to power the charger, and a quick start guide. The MEATER app is a free download from the iOS App Store or Google Play Store. Compatible with iOS 13+ and Android 8+ devices. No additional accessories required to get started. For WiFi MEATER Link cloud monitoring, you will also need a home WiFi connection.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpro-faq-item\"\u003e\n      \u003csummary\u003eCan I pick up from the showroom?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpro-faq-answer\"\u003eYes. The MEATER Pro is on display and available for immediate pickup from our Wetherill Park showroom: Monday and Wednesday to Friday 10am to 5pm, Saturday 9am to 2pm (closed Tuesday and Sunday). Sydney metro delivery is also available. Call 0434 010 411 to confirm current stock and arrange pickup or delivery. We can walk you through the initial setup, including WiFi MEATER Link configuration, in-store if you would prefer that to setting up at home.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Meater","offers":[{"title":"Default Title","offer_id":46337527644332,"sku":"RTE-MT-MP201","price":249.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/MeaterPro1.webp?v=1780558798","url":"https:\/\/bbqrepublic.com.au\/products\/meater-pro","provider":"BBQ Republic","version":"1.0","type":"link"}