{"product_id":"meater-pro-duo","title":"MEATER Pro Duo","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-mtpd {\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-mtpd * { box-sizing: border-box; }\n.pd-mtpd p { margin: 0 0 14px; line-height: 1.7; font-size: 0.95rem; color: var(--pd-text); }\n.pd-mtpd 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-mtpd h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 10px; color: var(--pd-text); }\n\n\/* ── Stat strip ── *\/\n.pd-mtpd-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-mtpd-stat { padding: 22px 16px; text-align: center; border-right: 1px solid var(--pd-border-dark); }\n.pd-mtpd-stat:last-child { border-right: none; }\n.pd-mtpd-stat-value { display: block; font-size: 1.05rem; font-weight: 800; color: var(--pd-accent); margin-bottom: 4px; letter-spacing: -0.01em; }\n.pd-mtpd-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-mtpd-intro { margin-bottom: 32px; }\n.pd-mtpd-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-mtpd-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-mtpd-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-mtpd-tier-badge-icon svg { width: 18px; height: 18px; fill: currentColor; stroke: none; }\n.pd-mtpd-tier-badge-text { font-size: 0.9rem; color: var(--pd-text); line-height: 1.55; margin: 0; }\n.pd-mtpd-tier-badge-text strong { color: var(--pd-accent); font-weight: 700; }\n\n\/* ── Pro vs Pro Duo comparison callout ── *\/\n.pd-mtpd-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-mtpd-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-mtpd-tier h3 { margin-top: 0; margin-bottom: 14px; }\n.pd-mtpd-tier-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 16px; }\n.pd-mtpd-tier-card {\n  padding: 18px 20px;\n  background: #ffffff;\n  border-radius: 6px;\n  border: 1px solid var(--pd-border);\n}\n.pd-mtpd-tier-card h4 { font-size: 0.95rem; font-weight: 700; margin: 0 0 6px; color: var(--pd-text); }\n.pd-mtpd-tier-card-price { font-size: 0.78rem; color: var(--pd-text-muted); font-weight: 600; margin: 0 0 10px; }\n.pd-mtpd-tier-card-list { list-style: none; padding: 0; margin: 0; }\n.pd-mtpd-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-mtpd-tier-card-list li::before { content: '•'; position: absolute; left: 0; top: 4px; color: var(--pd-accent); font-weight: 800; }\n.pd-mtpd-tier-card--current { border-color: var(--pd-accent); }\n.pd-mtpd-tier-card--current h4 { color: var(--pd-accent); }\n\n\/* ── Two-probe scenarios callout (dark background) ── *\/\n.pd-mtpd-scenarios {\n  padding: 26px 28px;\n  border-radius: var(--pd-radius);\n  background: var(--pd-bg-dark);\n  color: var(--pd-text-on-dark);\n  margin-bottom: 32px;\n  border-left: 4px solid var(--pd-accent);\n}\n.pd-mtpd-scenarios-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: 10px;\n}\n.pd-mtpd-scenarios h3 { color: var(--pd-text-on-dark); font-size: 1.2rem; margin: 0 0 12px; }\n.pd-mtpd-scenarios \u003e p { color: var(--pd-text-on-dark-muted); font-size: 0.9rem; line-height: 1.65; margin-bottom: 20px; }\n.pd-mtpd-scenarios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }\n.pd-mtpd-scenario {\n  padding: 18px 18px 16px;\n  background: rgba(255, 255, 255, 0.05);\n  border-radius: 6px;\n  border-top: 3px solid var(--pd-accent);\n}\n.pd-mtpd-scenario-label { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pd-accent); margin-bottom: 6px; display: block; }\n\/* FIX: higher specificity to beat .pd-mtpd p base rule *\/\n.pd-mtpd-scenario p.pd-mtpd-scenario-title { font-size: 0.95rem; font-weight: 700; color: var(--pd-text-on-dark); margin: 0 0 8px; line-height: 1.3; }\n.pd-mtpd-scenario p.pd-mtpd-scenario-text { font-size: 0.82rem; color: var(--pd-text-on-dark-muted); line-height: 1.55; margin: 0; }\n.pd-mtpd-scenario-probes { display: flex; gap: 8px; margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, 0.1); }\n.pd-mtpd-scenario-probe { font-size: 0.7rem; color: var(--pd-text-on-dark-muted); flex: 1; line-height: 1.4; }\n.pd-mtpd-scenario-probe strong { display: block; color: var(--pd-accent); font-size: 0.75rem; margin-bottom: 2px; }\n\n\/* ── Multisensor callout ── *\/\n.pd-mtpd-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-mtpd-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-mtpd-multisensor h3 { margin-top: 0; margin-bottom: 14px; }\n.pd-mtpd-sensors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }\n.pd-mtpd-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-mtpd-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-mtpd-sensor-stat-label { display: block; font-size: 0.75rem; font-weight: 700; color: var(--pd-text); margin-bottom: 4px; }\n.pd-mtpd-sensor-stat-detail { display: block; font-size: 0.72rem; color: var(--pd-text-muted); line-height: 1.4; }\n\n\/* ── WiFi charger callout ── *\/\n.pd-mtpd-wifi {\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-mtpd-wifi-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-mtpd-wifi h3 { margin-top: 0; margin-bottom: 14px; }\n.pd-mtpd-wifi-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 16px; }\n.pd-mtpd-wifi-side {\n  padding: 16px 18px;\n  background: #ffffff;\n  border-radius: 6px;\n  border: 1px solid var(--pd-border);\n}\n.pd-mtpd-wifi-side h4 { font-size: 0.85rem; font-weight: 700; margin: 0 0 8px; color: var(--pd-text); }\n.pd-mtpd-wifi-side p { font-size: 0.82rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n.pd-mtpd-wifi-side--current { border-color: var(--pd-accent); }\n.pd-mtpd-wifi-side--current h4 { color: var(--pd-accent); }\n\n\/* ── Compatibility grid ── *\/\n.pd-mtpd-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-mtpd-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-mtpd-compat h3 { margin-top: 0; margin-bottom: 14px; }\n.pd-mtpd-compat p { margin-bottom: 18px; }\n.pd-mtpd-compat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }\n.pd-mtpd-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-mtpd-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-mtpd-feature { display: flex; flex-direction: column; gap: 6px; }\n.pd-mtpd-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-mtpd-feature-icon svg { width: 18px; height: 18px; }\n.pd-mtpd-feature-title { font-size: 0.92rem; font-weight: 700; margin: 0 0 4px; color: var(--pd-text); }\n.pd-mtpd-feature-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Story callout ── *\/\n.pd-mtpd-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-mtpd-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-mtpd-story h3 { color: var(--pd-text-on-dark); font-size: 1.2rem; margin-bottom: 12px; }\n.pd-mtpd-story p { color: var(--pd-text-on-dark-muted); font-size: 0.9rem; line-height: 1.75; margin-bottom: 12px; }\n.pd-mtpd-story p:last-child { margin-bottom: 0; }\n.pd-mtpd-story strong { color: var(--pd-text-on-dark); }\n\n\/* ── How it works callout ── *\/\n.pd-mtpd-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-mtpd-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-mtpd-howitworks h3 { margin-top: 0; margin-bottom: 14px; }\n.pd-mtpd-howitworks-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }\n.pd-mtpd-step {\n  padding: 16px 18px;\n  background: #ffffff;\n  border-radius: 6px;\n  border-top: 3px solid var(--pd-accent);\n}\n.pd-mtpd-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-mtpd-step-title { font-size: 0.88rem; font-weight: 700; color: var(--pd-text); margin: 0 0 6px; }\n.pd-mtpd-step-text { font-size: 0.83rem; color: var(--pd-text-muted); line-height: 1.55; margin: 0; }\n\n\/* ── Specs ── *\/\n.pd-mtpd-specs { border: 1px solid var(--pd-border); border-radius: var(--pd-radius); overflow: hidden; margin-bottom: 32px; }\n.pd-mtpd-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-mtpd-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-mtpd-specs-row:last-child { border-bottom: none; }\n.pd-mtpd-specs-label { font-weight: 600; color: var(--pd-text); }\n.pd-mtpd-specs-value { color: var(--pd-text-muted); }\n\n\/* ── Use cases ── *\/\n.pd-mtpd-uses { background: var(--pd-bg-soft); border-radius: var(--pd-radius); padding: 28px; margin-bottom: 32px; }\n.pd-mtpd-uses ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }\n.pd-mtpd-uses li { font-size: 0.9rem; color: var(--pd-text); padding-left: 22px; position: relative; line-height: 1.5; }\n.pd-mtpd-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-mtpd-pairs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }\n.pd-mtpd .pd-mtpd-pair,\n.pd-mtpd .pd-mtpd-pair:link,\n.pd-mtpd .pd-mtpd-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-mtpd .pd-mtpd-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-mtpd-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-mtpd-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-mtpd-pair-text { font-size: 0.84rem; color: var(--pd-text-muted); line-height: 1.55; margin-bottom: 16px; flex: 1; }\n.pd-mtpd-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-mtpd-pair:hover .pd-mtpd-pair-cta { gap: 10px; }\n.pd-mtpd-pair-cta svg { width: 12px; height: 12px; fill: none; stroke: currentColor; flex-shrink: 0; }\n\n\/* ── Range cross-link ── *\/\n.pd-mtpd-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-mtpd-range h3 { margin-top: 0; }\n.pd-mtpd-range p { color: var(--pd-text-muted); font-size: 0.9rem; max-width: 620px; margin: 0 auto 18px; }\n.pd-mtpd a.pd-mtpd-range-cta,\n.pd-mtpd a.pd-mtpd-range-cta:link,\n.pd-mtpd a.pd-mtpd-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-mtpd a.pd-mtpd-range-cta:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-mtpd a.pd-mtpd-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-mtpd-why { background: #1a1a1a !important; color: #f0ece4 !important; border-radius: 8px; padding: 32px; margin-bottom: 32px; text-align: center; }\n.pd-mtpd .pd-mtpd-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-mtpd .pd-mtpd-why h3 { color: #f0ece4 !important; font-size: 1.25rem !important; margin: 0 0 14px !important; font-weight: 700 !important; }\n.pd-mtpd .pd-mtpd-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-mtpd .pd-mtpd-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-mtpd a.pd-mtpd-why-btn,\n.pd-mtpd a.pd-mtpd-why-btn:link,\n.pd-mtpd a.pd-mtpd-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-mtpd a.pd-mtpd-why-btn:hover { background: #a00d24 !important; background-color: #a00d24 !important; color: #ffffff !important; text-decoration: none !important; }\n.pd-mtpd a.pd-mtpd-why-btn.pd-mtpd-why-btn--ghost,\n.pd-mtpd a.pd-mtpd-why-btn.pd-mtpd-why-btn--ghost:link,\n.pd-mtpd a.pd-mtpd-why-btn.pd-mtpd-why-btn--ghost:visited { background: transparent !important; background-color: transparent !important; border: 1px solid #2e2e2e !important; color: #f0ece4 !important; }\n.pd-mtpd a.pd-mtpd-why-btn.pd-mtpd-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-mtpd a.pd-mtpd-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-mtpd-faq { margin-bottom: 16px; }\n.pd-mtpd-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-mtpd-faq-item[open] { border-color: var(--pd-accent); }\n.pd-mtpd-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-mtpd-faq-item summary::-webkit-details-marker { display: none; }\n.pd-mtpd-faq-item summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--pd-accent); transition: transform 0.2s ease; }\n.pd-mtpd-faq-item[open] summary::after { content: '−'; }\n.pd-mtpd-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-mtpd-pairs { grid-template-columns: 1fr; }\n  .pd-mtpd-howitworks-steps { grid-template-columns: 1fr; }\n  .pd-mtpd-compat-grid { grid-template-columns: repeat(3, 1fr); }\n  .pd-mtpd-tier-grid { grid-template-columns: 1fr; gap: 14px; }\n  .pd-mtpd-sensors-grid { grid-template-columns: 1fr; }\n  .pd-mtpd-scenarios-grid { grid-template-columns: 1fr; }\n  .pd-mtpd-wifi-compare { grid-template-columns: 1fr; }\n}\n@media (max-width: 640px) {\n  .pd-mtpd-stats { grid-template-columns: repeat(2, 1fr); }\n  .pd-mtpd-stat:nth-child(2) { border-right: none; }\n  .pd-mtpd-stat:nth-child(1), .pd-mtpd-stat:nth-child(2) { border-bottom: 1px solid var(--pd-border-dark); }\n  .pd-mtpd-features { grid-template-columns: 1fr; padding: 20px; }\n  .pd-mtpd-specs-row { grid-template-columns: 1fr; gap: 4px; }\n  .pd-mtpd-uses ul { grid-template-columns: 1fr; }\n  .pd-mtpd-story, .pd-mtpd-why { padding: 22px; }\n  .pd-mtpd .pd-mtpd-why-actions { flex-direction: column !important; align-items: stretch !important; }\n  .pd-mtpd a.pd-mtpd-why-btn { width: 100% !important; }\n  .pd-mtpd-tier-badge { flex-direction: column; text-align: center; }\n  .pd-mtpd-compat-grid { grid-template-columns: repeat(2, 1fr); }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-mtpd\"\u003e\n\n  \u003c!-- STAT STRIP --\u003e\n  \u003cdiv class=\"pd-mtpd-stats\"\u003e\n    \u003cdiv class=\"pd-mtpd-stat\"\u003e\n\u003cspan class=\"pd-mtpd-stat-value\"\u003eTwo Probes\u003c\/span\u003e\u003cspan class=\"pd-mtpd-stat-label\"\u003eCook Two Proteins Simultaneously\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-stat\"\u003e\n\u003cspan class=\"pd-mtpd-stat-value\"\u003eBuilt-in WiFi\u003c\/span\u003e\u003cspan class=\"pd-mtpd-stat-label\"\u003eDirect Cloud Monitoring\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-stat\"\u003e\n\u003cspan class=\"pd-mtpd-stat-value\"\u003e12 Total Sensors\u003c\/span\u003e\u003cspan class=\"pd-mtpd-stat-label\"\u003e10 Internal + 2 Ambient\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-stat\"\u003e\n\u003cspan class=\"pd-mtpd-stat-value\"\u003eUSB-C Charging\u003c\/span\u003e\u003cspan class=\"pd-mtpd-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-mtpd-intro\"\u003e\n    \u003cp class=\"pd-mtpd-intro-lead\"\u003eTwo probes. Twelve sensors. Built-in WiFi. The MEATER Pro Duo is the dual-probe upgrade above the MEATER Pro: two independent multisensor probes for cooking two proteins simultaneously at different doneness targets, paired with a bamboo charger that broadcasts directly to MEATER Cloud via your home WiFi network (no phone bridge required).\u003c\/p\u003e\n    \u003cp\u003eBuilt for cooks who routinely run more than one protein per cook session. \u003cstrong\u003eSteak medium-rare AND chicken to food-safe simultaneously. Turkey breast at 74°C AND turkey leg at 82°C in the same bird. Brisket point AND flat tracked independently across a 14-hour cook.\u003c\/strong\u003e The Duo unlocks the multi-protein and multi-position monitoring use cases that single-probe MEATERs cannot handle. For customers cooking only one protein at a time, the standard MEATER Pro at $249 remains an excellent choice. The Duo is the upgrade when your cooking involves genuine simultaneous multi-target work.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PREMIUM TIER BADGE --\u003e\n  \u003cdiv class=\"pd-mtpd-tier-badge\"\u003e\n    \u003cdiv class=\"pd-mtpd-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-mtpd-tier-badge-text\"\u003e\u003cstrong\u003eThe premium dual-probe tier in the MEATER Pro range.\u003c\/strong\u003e Two complete MEATER Pro probes (5+1 multisensor each, Bluetooth 5.2, 550°C ambient capable) plus the upgraded bamboo charger with built-in WiFi for direct MEATER Cloud monitoring. Backed by MEATER's 2-year manufacturer warranty.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRO VS PRO DUO COMPARISON --\u003e\n  \u003cdiv class=\"pd-mtpd-tier\"\u003e\n    \u003cspan class=\"pd-mtpd-tier-eyebrow\"\u003eMEATER Pro vs MEATER Pro Duo\u003c\/span\u003e\n    \u003ch3\u003eWhich MEATER Pro variant is right for your cooking?\u003c\/h3\u003e\n    \u003cp\u003eBoth products share the same Pro-tier probe (5+1 multisensor, Bluetooth 5.2, 550°C ambient capable, ±0.3°C accuracy). The Duo adds a second identical probe plus an upgraded WiFi charger that broadcasts directly to MEATER Cloud. The honest comparison:\u003c\/p\u003e\n    \u003cdiv class=\"pd-mtpd-tier-grid\"\u003e\n      \u003cdiv class=\"pd-mtpd-tier-card\"\u003e\n        \u003ch4\u003eMEATER Pro (single)\u003c\/h4\u003e\n        \u003cp class=\"pd-mtpd-tier-card-price\"\u003e$249 AUD : Single multisensor probe\u003c\/p\u003e\n        \u003cul class=\"pd-mtpd-tier-card-list\"\u003e\n          \u003cli\u003e1 probe (5 meat sensors + 1 ambient = 6 total)\u003c\/li\u003e\n          \u003cli\u003eCooks one protein at a time\u003c\/li\u003e\n          \u003cli\u003eBamboo charger with AAA battery (2 years life)\u003c\/li\u003e\n          \u003cli\u003eWiFi cloud via phone-as-bridge (MEATER Link)\u003c\/li\u003e\n          \u003cli\u003eBest for: single-protein cooks (brisket, pork shoulder, single steaks, roasts)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-tier-card pd-mtpd-tier-card--current\"\u003e\n        \u003ch4\u003eMEATER Pro Duo\u003c\/h4\u003e\n        \u003cp class=\"pd-mtpd-tier-card-price\"\u003e$399 AUD : Dual multisensor probes : This product\u003c\/p\u003e\n        \u003cul class=\"pd-mtpd-tier-card-list\"\u003e\n          \u003cli\u003e2 probes (10 meat sensors + 2 ambient = 12 total)\u003c\/li\u003e\n          \u003cli\u003eCooks two proteins at different doneness targets simultaneously\u003c\/li\u003e\n          \u003cli\u003eBamboo charger with USB-C power (modern)\u003c\/li\u003e\n          \u003cli\u003eBuilt-in WiFi direct to MEATER Cloud (no phone bridge)\u003c\/li\u003e\n          \u003cli\u003eBest for: multi-protein dinners, turkey breast + leg, brisket point + flat, family doneness preferences\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TWO-PROBE SCENARIOS --\u003e\n  \u003cdiv class=\"pd-mtpd-scenarios\"\u003e\n    \u003cspan class=\"pd-mtpd-scenarios-eyebrow\"\u003eReal-World Two-Probe Scenarios\u003c\/span\u003e\n    \u003ch3\u003eWhere the Duo earns its $150 premium over the Pro.\u003c\/h3\u003e\n    \u003cp\u003eThe Duo's value is unlocked by specific multi-protein and multi-position cook scenarios. Here are the three most common applications customers actually use:\u003c\/p\u003e\n    \u003cdiv class=\"pd-mtpd-scenarios-grid\"\u003e\n\n      \u003cdiv class=\"pd-mtpd-scenario\"\u003e\n        \u003cspan class=\"pd-mtpd-scenario-label\"\u003eScenario 1\u003c\/span\u003e\n        \u003cp class=\"pd-mtpd-scenario-title\"\u003eTurkey Breast and Leg\u003c\/p\u003e\n        \u003cp class=\"pd-mtpd-scenario-text\"\u003eWhole turkey has two different food-safe target temperatures: 74°C in the breast (white meat) and 82°C in the leg (dark meat). With one probe per zone, the turkey comes out perfectly cooked across both meat types.\u003c\/p\u003e\n        \u003cdiv class=\"pd-mtpd-scenario-probes\"\u003e\n          \u003cdiv class=\"pd-mtpd-scenario-probe\"\u003e\n\u003cstrong\u003eProbe 1\u003c\/strong\u003eBreast (target 74°C)\u003c\/div\u003e\n          \u003cdiv class=\"pd-mtpd-scenario-probe\"\u003e\n\u003cstrong\u003eProbe 2\u003c\/strong\u003eLeg (target 82°C)\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-mtpd-scenario\"\u003e\n        \u003cspan class=\"pd-mtpd-scenario-label\"\u003eScenario 2\u003c\/span\u003e\n        \u003cp class=\"pd-mtpd-scenario-title\"\u003eBrisket Point and Flat\u003c\/p\u003e\n        \u003cp class=\"pd-mtpd-scenario-text\"\u003eFull-packer brisket has two muscle groups that finish at different times. The flat (leaner muscle) typically reaches probe-tender first; the point (fattier muscle) takes longer. Tracking both lets you pull each section at the right moment.\u003c\/p\u003e\n        \u003cdiv class=\"pd-mtpd-scenario-probes\"\u003e\n          \u003cdiv class=\"pd-mtpd-scenario-probe\"\u003e\n\u003cstrong\u003eProbe 1\u003c\/strong\u003eFlat (target 94°C)\u003c\/div\u003e\n          \u003cdiv class=\"pd-mtpd-scenario-probe\"\u003e\n\u003cstrong\u003eProbe 2\u003c\/strong\u003ePoint (target 96°C)\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-mtpd-scenario\"\u003e\n        \u003cspan class=\"pd-mtpd-scenario-label\"\u003eScenario 3\u003c\/span\u003e\n        \u003cp class=\"pd-mtpd-scenario-title\"\u003eMulti-Protein Dinner\u003c\/p\u003e\n        \u003cp class=\"pd-mtpd-scenario-text\"\u003eFriday-night dinner with steak for two and a rotisserie chicken for the family. Steak medium-rare target plus chicken food-safety target on one device, monitored independently from anywhere in the house.\u003c\/p\u003e\n        \u003cdiv class=\"pd-mtpd-scenario-probes\"\u003e\n          \u003cdiv class=\"pd-mtpd-scenario-probe\"\u003e\n\u003cstrong\u003eProbe 1\u003c\/strong\u003eSteak (target 53°C)\u003c\/div\u003e\n          \u003cdiv class=\"pd-mtpd-scenario-probe\"\u003e\n\u003cstrong\u003eProbe 2\u003c\/strong\u003eChicken (target 74°C)\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- MULTISENSOR --\u003e\n  \u003cdiv class=\"pd-mtpd-multisensor\"\u003e\n    \u003cspan class=\"pd-mtpd-multisensor-eyebrow\"\u003eSmart Temp Multisensor Technology x2\u003c\/span\u003e\n    \u003ch3\u003eTwelve total sensors. Edge-to-edge precision on both probes.\u003c\/h3\u003e\n    \u003cp\u003eEach MEATER Pro Duo probe carries the same Smart Temp Multisensor design as the single MEATER Pro: 5 internal meat sensors distributed along the probe shaft plus 1 ambient cooker sensor. Across both probes, that adds up to twelve independent temperature readings reporting to the MEATER app in real time:\u003c\/p\u003e\n    \u003cdiv class=\"pd-mtpd-sensors-grid\"\u003e\n      \u003cdiv class=\"pd-mtpd-sensor-stat\"\u003e\n        \u003cspan class=\"pd-mtpd-sensor-stat-num\"\u003e10\u003c\/span\u003e\n        \u003cspan class=\"pd-mtpd-sensor-stat-label\"\u003eInternal Meat Sensors\u003c\/span\u003e\n        \u003cspan class=\"pd-mtpd-sensor-stat-detail\"\u003eFive sensors per probe across two probes. Each probe tracks the coldest spot in its assigned protein or position.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-sensor-stat\"\u003e\n        \u003cspan class=\"pd-mtpd-sensor-stat-num\"\u003e2\u003c\/span\u003e\n        \u003cspan class=\"pd-mtpd-sensor-stat-label\"\u003eAmbient Cooker Sensors\u003c\/span\u003e\n        \u003cspan class=\"pd-mtpd-sensor-stat-detail\"\u003eOne per probe. Useful for monitoring temperature gradients across large cooking surfaces or two separate cookers.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-sensor-stat\"\u003e\n        \u003cspan class=\"pd-mtpd-sensor-stat-num\"\u003e±0.3°C\u003c\/span\u003e\n        \u003cspan class=\"pd-mtpd-sensor-stat-label\"\u003eSensor Accuracy\u003c\/span\u003e\n        \u003cspan class=\"pd-mtpd-sensor-stat-detail\"\u003eCommercial-grade precision tolerance on every sensor. The most accurate dual-probe wireless thermometer in the MEATER range.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WIFI CHARGER CALLOUT --\u003e\n  \u003cdiv class=\"pd-mtpd-wifi\"\u003e\n    \u003cspan class=\"pd-mtpd-wifi-eyebrow\"\u003eBuilt-in WiFi Charger\u003c\/span\u003e\n    \u003ch3\u003eDirect cloud connection. No phone bridge required.\u003c\/h3\u003e\n    \u003cp\u003eThe Pro Duo's bamboo charger is the most significant UX upgrade in the MEATER range. The Pro single relies on your phone running at the cook location to act as a Bluetooth-to-WiFi bridge (MEATER Link). The Pro Duo's charger has WiFi built directly into it: the device connects to your home network and broadcasts cook data straight to MEATER Cloud. No phone needed at the cook. The practical comparison:\u003c\/p\u003e\n    \u003cdiv class=\"pd-mtpd-wifi-compare\"\u003e\n      \u003cdiv class=\"pd-mtpd-wifi-side\"\u003e\n        \u003ch4\u003eMEATER Pro (single): Phone Bridge\u003c\/h4\u003e\n        \u003cp\u003ePhone must remain at the cook location, running the MEATER app, with Bluetooth connection to the probe and WiFi connection to your home network. If the phone moves out of Bluetooth range or the app closes, cloud monitoring stops.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-wifi-side pd-mtpd-wifi-side--current\"\u003e\n        \u003ch4\u003eMEATER Pro Duo: Built-in WiFi\u003c\/h4\u003e\n        \u003cp\u003eThe bamboo charger connects directly to your home WiFi network. The charger receives probe data via Bluetooth 5.2 and broadcasts directly to MEATER Cloud. Your phone can be anywhere with internet access: at work, at the shops, in another country.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- COMPATIBILITY GRID --\u003e\n  \u003cdiv class=\"pd-mtpd-compat\"\u003e\n    \u003cspan class=\"pd-mtpd-compat-eyebrow\"\u003eUniversal Cooker Compatibility\u003c\/span\u003e\n    \u003ch3\u003eWorks with every cooker, including high-heat applications.\u003c\/h3\u003e\n    \u003cp\u003eThe Pro Duo inherits the same 550°C ambient temperature ceiling as the Pro single, making it compatible with high-heat applications like pizza ovens and open-flame grilling. With two probes, you can also split the probes across two separate cookers if you are running parallel cooks (kamado plus pellet grill, for example):\u003c\/p\u003e\n    \u003cdiv class=\"pd-mtpd-compat-grid\"\u003e\n      \u003cdiv class=\"pd-mtpd-compat-item\"\u003eKamado Grill\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-compat-item\"\u003ePellet Grill\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-compat-item\"\u003eGas Grill\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-compat-item\"\u003eOffset Smoker\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-compat-item\"\u003eKettle Grill\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-compat-item\"\u003eOpen Flame\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-compat-item\"\u003ePizza Oven\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-compat-item\"\u003eRotisserie\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-compat-item\"\u003eOven\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-compat-item\"\u003eInduction\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-compat-item\"\u003eGriddle\u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-compat-item\"\u003eSous Vide\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"pd-mtpd-features\"\u003e\n\n    \u003cdiv class=\"pd-mtpd-feature\"\u003e\n      \u003cdiv class=\"pd-mtpd-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\u003crect x=\"3\" y=\"6\" width=\"8\" height=\"14\" rx=\"1\"\u003e\u003c\/rect\u003e\u003crect x=\"13\" y=\"6\" width=\"8\" height=\"14\" rx=\"1\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"7\" cy=\"3\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"17\" cy=\"3\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"pd-mtpd-feature-title\"\u003eTwo Independent Probes\u003c\/p\u003e\n      \u003cp class=\"pd-mtpd-feature-text\"\u003eTwo complete MEATER Pro multisensor probes that operate independently. Set different target temperatures per probe and monitor both simultaneously in the MEATER app.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-mtpd-feature\"\u003e\n      \u003cdiv class=\"pd-mtpd-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-mtpd-feature-title\"\u003eBuilt-in WiFi Charger\u003c\/p\u003e\n      \u003cp class=\"pd-mtpd-feature-text\"\u003eBamboo charger connects directly to your home WiFi and broadcasts cook data to MEATER Cloud. Monitor from anywhere with internet access. No phone-as-bridge required at the cook location.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-mtpd-feature\"\u003e\n      \u003cdiv class=\"pd-mtpd-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-mtpd-feature-title\"\u003eUSB-C Fast Charging\u003c\/p\u003e\n      \u003cp class=\"pd-mtpd-feature-text\"\u003eUSB-C powered bamboo charger replaces the Pro single's AAA battery. 5 minutes of charging delivers 2 hours of cooking; a full 30-minute charge delivers 24+ hours of continuous cook time per probe.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-mtpd-feature\"\u003e\n      \u003cdiv class=\"pd-mtpd-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-mtpd-feature-title\"\u003e550°C Ambient Capable\u003c\/p\u003e\n      \u003cp class=\"pd-mtpd-feature-text\"\u003eBoth probes inherit the Pro tier's 550°C ambient temperature ceiling. Suitable for hot-searing, pizza ovens, open-flame grilling and deep-frying applications, on both probes simultaneously.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003cdiv class=\"pd-mtpd-story\"\u003e\n    \u003cspan class=\"pd-mtpd-story-eyebrow\"\u003eWhen the Duo Earns Its Premium\u003c\/span\u003e\n    \u003ch3\u003eMulti-protein cooking is the conversion driver.\u003c\/h3\u003e\n    \u003cp\u003eThe MEATER Pro Duo at $399 is a $150 premium over the MEATER Pro single at $249. That premium is justified by exactly three things: \u003cstrong\u003ea second multisensor probe, the built-in WiFi charger, and the USB-C power upgrade\u003c\/strong\u003e. For customers who only cook single-protein meals (brisket alone, pork shoulder alone, single steaks, individual roasts), the Pro single covers the use case at a lower price point. The Duo becomes the right choice when your cooking pattern involves genuine simultaneous multi-target work.\u003c\/p\u003e\n    \u003cp\u003eThe most common Duo scenarios are: \u003cstrong\u003e(1)\u003c\/strong\u003e whole-bird cooking where breast and leg require different food-safe targets (turkey at Christmas, large chickens for entertaining), \u003cstrong\u003e(2)\u003c\/strong\u003e brisket and other large-cut cooks where multi-position monitoring matters (point and flat tracking, whole leg of lamb shank versus thicker section), and \u003cstrong\u003e(3)\u003c\/strong\u003e multi-protein dinners for entertaining where steaks and chicken or fish and meat run on the same cooker at different doneness targets.\u003c\/p\u003e\n    \u003cp\u003eFor BBQ Republic customers running multiple proteins at family BBQs, Sunday roasts, or special occasion dinners, the Duo's dual-probe design pays for itself the first time it prevents an over-cooked breast on a Christmas turkey or an under-cooked steak on date night. \u003cstrong\u003eThe WiFi charger upgrade is the bonus.\u003c\/strong\u003e No more leaving your phone at the cook location running the MEATER Link bridge: the charger handles cloud broadcasting directly, freeing your phone to come with you anywhere.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv class=\"pd-mtpd-howitworks\"\u003e\n    \u003cspan class=\"pd-mtpd-howitworks-eyebrow\"\u003eGetting Started\u003c\/span\u003e\n    \u003ch3\u003eHow MEATER Pro Duo works in three steps.\u003c\/h3\u003e\n    \u003cp\u003eFrom unboxing to first dual-probe cook in approximately 10 minutes:\u003c\/p\u003e\n    \u003cdiv class=\"pd-mtpd-howitworks-steps\"\u003e\n      \u003cdiv class=\"pd-mtpd-step\"\u003e\n        \u003cspan class=\"pd-mtpd-step-num\"\u003e1\u003c\/span\u003e\n        \u003cp class=\"pd-mtpd-step-title\"\u003eSet Up the App and WiFi\u003c\/p\u003e\n        \u003cp class=\"pd-mtpd-step-text\"\u003eDownload the free MEATER app (iOS or Android), plug in the bamboo charger via USB-C, and pair the charger with your home WiFi network. Both probes pair automatically with the charger.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-step\"\u003e\n        \u003cspan class=\"pd-mtpd-step-num\"\u003e2\u003c\/span\u003e\n        \u003cp class=\"pd-mtpd-step-title\"\u003eInsert Both Probes\u003c\/p\u003e\n        \u003cp class=\"pd-mtpd-step-text\"\u003ePush probe 1 into the first protein or position (target temperature 1) and probe 2 into the second (target temperature 2). Set independent doneness targets for each probe in the MEATER app.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-mtpd-step\"\u003e\n        \u003cspan class=\"pd-mtpd-step-num\"\u003e3\u003c\/span\u003e\n        \u003cp class=\"pd-mtpd-step-title\"\u003eMonitor From Anywhere\u003c\/p\u003e\n        \u003cp class=\"pd-mtpd-step-text\"\u003eThe charger broadcasts both probe readings directly to MEATER Cloud via your home WiFi. Your phone can be anywhere with internet access. The app sends alerts when each probe approaches and hits its target.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"pd-mtpd-specs\"\u003e\n    \u003cdiv class=\"pd-mtpd-specs-header\"\u003eSpecifications\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eProduct Type\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003ePremium dual-probe wireless smart meat thermometer with built-in WiFi charger\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eProbes Included\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003e2 × MEATER Pro multisensor probes (identical specifications)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eSensors per Probe\u003c\/span\u003e\u003cspan class=\"pd-mtpd-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-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eTotal Sensors\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003e12 across both probes (10 internal + 2 ambient)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eAccuracy\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003e±0.3°C precision (commercial-grade tolerance)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eWireless Technology\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003eBluetooth 5.2 Coded PHY Long Range between probes and charger. WiFi between charger and home network.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eCloud Monitoring\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003eDirect charger-to-MEATER Cloud via WiFi. Unlimited range with internet connection. No phone bridge required at cook location.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eInternal Temperature\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003eMaximum 105°C (meat probe sensors)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eAmbient Temperature\u003c\/span\u003e\u003cspan class=\"pd-mtpd-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-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eProbe Construction\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003eStainless steel with zirconia ceramic band, water resistant\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eProbe Dimensions\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003e5mm diameter, sleek thin design (same as MEATER Pro single)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eProbe Battery\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003eRechargeable. Fast charging: 5 minutes for 2 hours cooking, 30 minutes for 24+ hours continuous cooking per probe.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eCharger\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003eSustainable bamboo construction. Stores and charges both probes. Built-in WiFi 5.2 booster plus home-network WiFi connection.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eCharger Power\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003eUSB-C (modern fast-charging interface)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eCharger Dimensions\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003e157mm × 118mm × 36mm (approximate, based on 6.19 × 4.66 × 1.44 inches)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eCharger Outdoor Limit\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003eMaximum outdoor operation temperature 60°C (140°F). Store the charger inside in direct summer sun conditions.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eApp Requirement\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003eFree MEATER app for iOS and Android. Home WiFi connection required for full cloud functionality.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eCooker Compatibility\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003eAll standard BBQ cooker types plus high-heat applications: pizza ovens, open flame, hot searing, deep frying. Probes can also be split across two separate cookers running in parallel.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eWarranty\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003e2-year manufacturer warranty against defects\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"pd-mtpd-specs-row\"\u003e\n\u003cspan class=\"pd-mtpd-specs-label\"\u003eIn the Box\u003c\/span\u003e\u003cspan class=\"pd-mtpd-specs-value\"\u003e2 × MEATER Pro multisensor probes, bamboo WiFi charger, USB-C charging cable, 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 Duo\u003c\/h2\u003e\n  \u003cdiv class=\"pd-mtpd-uses\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eWhole turkey (probe 1 breast 74°C, probe 2 leg 82°C): the Christmas \/ Thanksgiving headline cook\u003c\/li\u003e\n      \u003cli\u003eFull-packer brisket (probe 1 flat, probe 2 point, independent doneness tracking)\u003c\/li\u003e\n      \u003cli\u003eMulti-protein dinners (steak medium-rare + chicken food-safe target simultaneously)\u003c\/li\u003e\n      \u003cli\u003eWhole leg of lamb (probe 1 thick section, probe 2 shank section)\u003c\/li\u003e\n      \u003cli\u003eBeef tenderloin plus side protein (fish, chicken, vegetables)\u003c\/li\u003e\n      \u003cli\u003eTwo steaks at different doneness levels (medium-rare for one, medium for another)\u003c\/li\u003e\n      \u003cli\u003eRotisserie chicken plus side roast (pork tenderloin, lamb rack)\u003c\/li\u003e\n      \u003cli\u003eParallel cooks on two cookers (BGE kamado + Yoder pellet grill simultaneously)\u003c\/li\u003e\n      \u003cli\u003ePulled pork shoulder + smoked ribs in one cook\u003c\/li\u003e\n      \u003cli\u003eDinner-party multi-protein hosting (catering for mixed-preference guests)\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-mtpd-pairs\"\u003e\n\n    \u003ca href=\"\/collections\/big-green-egg\" class=\"pd-mtpd-pair\"\u003e\n      \u003cspan class=\"pd-mtpd-pair-eyebrow\"\u003eMulti-Protein Kamado Cooks\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpd-pair-title\"\u003eBig Green Egg\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpd-pair-text\"\u003eThe Big Green Egg's two-tier cooking grid configuration handles two proteins beautifully: one on the main grate, one on the extender. The Pro Duo lets you monitor both simultaneously with independent doneness targets. BBQ Republic is an Official Big Green Egg Platinum Dealer.\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpd-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-mtpd-pair\"\u003e\n      \u003cspan class=\"pd-mtpd-pair-eyebrow\"\u003eCompetition Brisket Tracking\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpd-pair-title\"\u003eYoder Smokers\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpd-pair-text\"\u003eYoder pellet grills run multiple proteins per long cook. The Pro Duo's dual-probe design lets competition teams track brisket point AND flat independently, or monitor pork shoulder plus ribs on the same cook. BBQ Republic is Australia's largest Yoder dealer.\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpd-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-pro\" class=\"pd-mtpd-pair\"\u003e\n      \u003cspan class=\"pd-mtpd-pair-eyebrow\"\u003eThe Single-Probe Alternative\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpd-pair-title\"\u003eMEATER Pro (single)\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpd-pair-text\"\u003eOnly cook one protein at a time? The single-probe MEATER Pro at $249 saves $150 and delivers the same per-probe Smart Temp Multisensor accuracy, the same 550°C ambient ceiling, and the same Bluetooth 5.2 long range. Compare honestly before committing to dual-probe.\u003c\/span\u003e\n      \u003cspan class=\"pd-mtpd-pair-cta\"\u003e\n        Compare MEATER Pro\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-mtpd-range\"\u003e\n    \u003ch3\u003eExplore the MEATER range\u003c\/h3\u003e\n    \u003cp\u003eMEATER Pro Duo sits between the single-probe \u003ca href=\"\/products\/meater-pro\"\u003e\u003cstrong\u003eMEATER Pro\u003c\/strong\u003e\u003c\/a\u003e ($249 AUD) and the four-probe MEATER Pro XL ($649 AUD). For customers cooking one protein at a time, the Pro single is the smart choice. For two-protein households and multi-position cooks, the Pro Duo is the upgrade. For families regularly cooking four-protein dinners or competition teams running multiple briskets simultaneously, the Pro XL is the premium option. Contact BBQ Republic for current stock and pricing across the full MEATER range.\u003c\/p\u003e\n    \u003ca href=\"\/collections\/meater\" class=\"pd-mtpd-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-mtpd-why\"\u003e\n    \u003cspan class=\"pd-mtpd-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 single, Pro Duo, or Pro XL is the right choice for your cooking style and household, set up the WiFi connection in-store, and help with MEATER Cloud configuration for remote monitoring. The MEATER Pro Duo 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-mtpd-why-actions\"\u003e\n      \u003ca href=\"tel:0434010411\" class=\"pd-mtpd-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-mtpd-why-btn pd-mtpd-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-mtpd-faq\"\u003e\n\n    \u003cdetails class=\"pd-mtpd-faq-item\"\u003e\n      \u003csummary\u003eMEATER Pro Duo vs MEATER Pro: which should I choose?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpd-faq-answer\"\u003eHonest answer: if you only cook one protein at a time, the single-probe MEATER Pro at $249 is the right choice. The Pro Duo at $399 is the upgrade for customers who routinely cook multi-protein meals, monitor multiple positions on one large protein, or want the WiFi charger UX upgrade. Three specific scenarios justify the $150 premium: 1) Whole turkey or large bird where breast and leg target different temperatures, 2) Full-packer brisket where you want to track point and flat independently, 3) Multi-protein dinners where two cuts run at different doneness levels. If none of these apply to your cooking pattern, the Pro single is the smart choice. If two or three apply regularly, the Duo earns its premium.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpd-faq-item\"\u003e\n      \u003csummary\u003eWhat can I cook with two probes that I cannot cook with one?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpd-faq-answer\"\u003eThe Duo unlocks three main scenarios. First, multi-protein cooks where two proteins have different target temperatures (steak at 53°C medium-rare while chicken hits 74°C food-safe simultaneously). Second, single-protein cooks with different optimal targets across the protein (whole turkey: breast 74°C vs leg 82°C; whole leg of lamb: shank vs thick section; full-packer brisket: point vs flat). Third, parallel cooks across two different cookers (a kamado running ribs and a pellet grill running brisket: one probe in each). All scenarios share independent target setting per probe in the MEATER app.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpd-faq-item\"\u003e\n      \u003csummary\u003eHow does the built-in WiFi work?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpd-faq-answer\"\u003eThe Pro Duo's bamboo charger connects to your home WiFi network (same setup as a smart plug or smart speaker). The probes communicate with the charger via Bluetooth 5.2; the charger broadcasts the data directly to MEATER Cloud servers via your WiFi connection; your phone reads MEATER Cloud from anywhere in the world with an internet connection. Practical implication: you no longer need a phone running the MEATER app at the cook location. The charger handles all communication directly. Your phone is purely the viewing device, which means you can leave the house and still monitor the cook.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpd-faq-item\"\u003e\n      \u003csummary\u003eCan I use just one probe and leave the other in the charger?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpd-faq-answer\"\u003eYes. The two probes operate independently. You can use one, both, or have one charging while the other is in active use. The MEATER app shows the status of each probe individually (cooking, charging, idle). For single-protein cooks where you do not need the second probe, just leave it in the charger; the charger will keep it topped up for the next cook.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpd-faq-item\"\u003e\n      \u003csummary\u003eHow do I set different target temperatures per probe?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpd-faq-answer\"\u003eEach probe gets its own setup in the MEATER app. When you insert probe 1, the app prompts you for the protein type and desired doneness (which sets the target temperature). When you insert probe 2, you go through the same setup independently. The app monitors both probes simultaneously, sends separate alerts when each approaches its target, and shows a separate cook timeline per probe. Setup takes approximately 30 seconds per probe.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpd-faq-item\"\u003e\n      \u003csummary\u003eAre the Pro Duo probes the same as the Pro single probes?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpd-faq-answer\"\u003eYes. The Duo includes two probes that are functionally identical to the single MEATER Pro probe: same 5+1 multisensor design, same stainless steel and zirconia ceramic construction, same 5mm diameter sleek profile, same 105°C internal and 550°C ambient temperature limits, same Bluetooth 5.2 Coded PHY Long Range, and same ±0.3°C accuracy. The probes are interchangeable: a probe from a Pro Duo will work with a Pro single charger and vice versa, although you would typically pair probes with the charger they came with for cleanest setup.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpd-faq-item\"\u003e\n      \u003csummary\u003eCan I use the Pro Duo in a pizza oven?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpd-faq-answer\"\u003eYes, both probes can handle pizza-oven temperatures. The 550°C ambient temperature ceiling comfortably covers most domestic pizza ovens (which operate at 400-450°C). With two probes available, you can monitor pizza oven temperature in two locations simultaneously (centre versus edge for example), or run a pizza in one zone and a protein cook in another zone of the same oven. Do not exceed the 550°C ambient ceiling on either probe.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpd-faq-item\"\u003e\n      \u003csummary\u003eWhat if my home WiFi goes down during a cook?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpd-faq-answer\"\u003eThe probes will continue cooking and recording temperature data via Bluetooth to the charger; the charger will buffer the data until WiFi reconnects, at which point it uploads to MEATER Cloud. You will not lose cook data, but cloud monitoring will pause until WiFi returns. If your phone has Bluetooth range to the charger (typically within 75 metres line of sight), you can also fall back to direct Bluetooth monitoring without WiFi. For overnight cooks where WiFi reliability matters, this redundancy is genuinely useful.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpd-faq-item\"\u003e\n      \u003csummary\u003eWhat does the 2-year warranty cover?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpd-faq-answer\"\u003eMEATER's 2-year manufacturer warranty covers defects in materials and workmanship under normal use across both probes and the WiFi charger. This includes electronics failures, sensor malfunctions, WiFi connectivity issues from manufacturing defects, USB-C port failures, and similar manufacturing issues. The warranty does not cover damage from misuse (exceeding the 550°C ambient temperature limit, dropping the probes, water damage to the electronic 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-mtpd-faq-item\"\u003e\n      \u003csummary\u003eWhat is in the box?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpd-faq-answer\"\u003eTwo MEATER Pro multisensor wireless probes, the bamboo WiFi charger that stores and charges both probes, a USB-C charging cable for 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. A USB-C power adapter is not included (use any standard USB-C power source).\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"pd-mtpd-faq-item\"\u003e\n      \u003csummary\u003eCan I pick up from the showroom?\u003c\/summary\u003e\n      \u003cdiv class=\"pd-mtpd-faq-answer\"\u003eYes. The MEATER Pro Duo 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 WiFi setup, both probe pairings, and MEATER Cloud 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":46337538982060,"sku":"RTE-MT-MD201","price":399.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/4267\/4348\/files\/MeaterProDuo1.webp?v=1780559606","url":"https:\/\/bbqrepublic.com.au\/products\/meater-pro-duo","provider":"BBQ Republic","version":"1.0","type":"link"}