{"product_id":"eufy-baby-monitor-e21-monitor-and-camera-kit-manufacturer-renewed-excellent-condition","title":"eufy Baby Monitor E21 Monitor and Camera Kit | Manufacturer Renewed (Excellent Condition)","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Sora:wght@300;400;600;700;800\u0026family=DM+Sans:opsz,wght@9..40,300..700\u0026display=swap');\n\n\/* ================= THE 3AM SHIFT ==================================\n   eufy Baby Monitor E21 - Monitor AND Camera Kit - Manufacturer Renewed (Excellent)\n   Theme: the night roster. Deep navy, lamp amber, soft cream, one calm mint.\n   Mobile-first (390px base). CSS-only animation. No scripts, no external links\n   except the Google Fonts import above.\n   EVERY selector, keyframe and custom property is scoped under .cge21e.\n   ================================================================== *\/\n\n.cge21e, .cge21e *, .cge21e *::before, .cge21e *::after {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\n.cge21e {\n  \/* palette *\/\n  --night: #0e1424;\n  --night-2: #16203a;\n  --night-3: #202d4d;\n  --cream: #f7f1e6;\n  --cream-2: #efe5d3;\n  --cream-3: #e6dac4;\n  --ink: #1c2233;\n  --ink-soft: #55607a;\n  --line: #ddd0b6;\n  --amber: #f0ae55;\n  --amber-bright: #ffd79a;\n  --amber-ink: #8f5a12;\n  --mint: #63c3a4;\n  --mint-ink: #1f6f57;\n  --mint-soft: #e2f3ec;\n  --red-ink: #a33a22;\n  --red-soft: #f9e3db;\n  --lamp: radial-gradient(circle, rgba(255,215,154,0.55) 0%, rgba(240,174,85,0.20) 45%, rgba(240,174,85,0) 72%);\n  --amber-grad: linear-gradient(115deg, #ffd79a 0%, #f0ae55 48%, #d98b2b 100%);\n  --night-grad: linear-gradient(165deg, #0b1120 0%, #16203a 42%, #24305233 72%, #3a2a46 130%);\n\n  \/* bleed-in guard: the host theme's CSS must not decide any of this *\/\n  box-sizing: border-box;\n  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;\n  font-size: 16px;\n  line-height: 1.62;\n  font-weight: 400;\n  font-style: normal;\n  letter-spacing: normal;\n  text-align: left;\n  text-transform: none;\n  color: var(--ink);\n  background: var(--cream);\n  max-width: 900px;\n  margin: 0 auto;\n  border: 1px solid var(--line);\n  border-radius: 22px;\n  overflow: hidden;\n  box-shadow: 0 24px 70px rgba(14,20,36,0.16);\n  -webkit-text-size-adjust: 100%;\n}\n\n.cge21e h1, .cge21e h2, .cge21e h3, .cge21e h4 {\n  font-family: 'Sora', system-ui, sans-serif;\n  line-height: 1.22;\n  letter-spacing: -0.02em;\n  font-weight: 700;\n  color: inherit;\n}\n.cge21e p { margin: 0 0 12px; }\n.cge21e p:last-child { margin-bottom: 0; }\n.cge21e strong { font-weight: 700; color: inherit; }\n.cge21e img { max-width: 100%; height: auto; display: block; }\n.cge21e svg { display: block; max-width: 100%; }\n.cge21e section { padding: 34px 20px; }\n.cge21e ul, .cge21e ol { list-style: none; }\n\n\/* ---------------- keyframes (all cge21e- prefixed) ---------------- *\/\n@keyframes cge21e-rise {\n  from { opacity: 0; transform: translateY(20px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes cge21e-fade {\n  from { opacity: 0; }\n  to   { opacity: 1; }\n}\n@keyframes cge21e-lamp {\n  0%, 100% { opacity: 0.62; transform: translateX(-50%) scale(1); }\n  50%      { opacity: 1;    transform: translateX(-50%) scale(1.09); }\n}\n@keyframes cge21e-twinkle {\n  0%, 100% { opacity: 0.2; }\n  50%      { opacity: 0.95; }\n}\n@keyframes cge21e-drift {\n  0%, 100% { transform: translate(0, 0); }\n  33%      { transform: translate(10px, -14px); }\n  66%      { transform: translate(-9px, -6px); }\n}\n@keyframes cge21e-shimmer {\n  0%   { background-position: -200% center; }\n  100% { background-position: 200% center; }\n}\n@keyframes cge21e-gradshift {\n  0%, 100% { background-position: 0% 50%; }\n  50%      { background-position: 100% 50%; }\n}\n@keyframes cge21e-breathe {\n  0%, 100% { box-shadow: 0 0 0 0 rgba(99,195,164,0.5); }\n  50%      { box-shadow: 0 0 0 12px rgba(99,195,164,0); }\n}\n@keyframes cge21e-wave {\n  from { stroke-dashoffset: 620; }\n  to   { stroke-dashoffset: 0; }\n}\n@keyframes cge21e-typing {\n  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }\n  30%           { transform: translateY(-5px); opacity: 1; }\n}\n@keyframes cge21e-sway {\n  0%, 100% { transform: rotate(-1.1deg); }\n  50%      { transform: rotate(0.6deg); }\n}\n\n\/* ---------------- nav ---------------- *\/\n.cge21e .cge21e-nav {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  justify-content: space-between;\n  align-items: center;\n  padding: 14px 20px;\n  background: var(--night);\n  color: var(--cream);\n  border-bottom: 1px solid rgba(240,174,85,0.28);\n}\n.cge21e .cge21e-nav-brand {\n  font-family: 'Sora', sans-serif;\n  font-weight: 800;\n  font-size: 16px;\n  letter-spacing: -0.01em;\n}\n.cge21e .cge21e-nav-brand span {\n  background: var(--amber-grad);\n  -webkit-background-clip: text;\n  background-clip: text;\n  color: transparent;\n}\n.cge21e .cge21e-nav-tag {\n  font-size: 11.5px;\n  font-weight: 600;\n  color: #cbd3e4;\n  border: 1px solid rgba(203,211,228,0.28);\n  border-radius: 999px;\n  padding: 5px 12px;\n}\n\n\/* ---------------- hero ---------------- *\/\n.cge21e .cge21e-hero {\n  position: relative;\n  overflow: hidden;\n  background: var(--night-grad);\n  background-size: 200% 200%;\n  animation: cge21e-gradshift 18s ease-in-out infinite;\n  color: #f4ecdd;\n  padding: 40px 20px 42px;\n}\n.cge21e .cge21e-hero::before {\n  content: '';\n  position: absolute;\n  left: 50%;\n  top: -170px;\n  transform: translateX(-50%);\n  width: 420px;\n  height: 420px;\n  border-radius: 50%;\n  background: var(--lamp);\n  animation: cge21e-lamp 7s ease-in-out infinite;\n  pointer-events: none;\n}\n.cge21e .cge21e-hero \u003e * { position: relative; z-index: 1; }\n.cge21e .cge21e-mote {\n  position: absolute;\n  border-radius: 50%;\n  pointer-events: none;\n  background: radial-gradient(circle, rgba(255,215,154,0.85), rgba(255,215,154,0));\n  animation: cge21e-drift 11s ease-in-out infinite;\n  z-index: 0;\n}\n.cge21e .cge21e-mote-1 { width: 8px; height: 8px; left: 14%; top: 42%; }\n.cge21e .cge21e-mote-2 { width: 5px; height: 5px; left: 82%; top: 30%; animation-delay: -3.5s; animation-duration: 13s; }\n.cge21e .cge21e-mote-3 { width: 7px; height: 7px; left: 70%; top: 70%; animation-delay: -7s; animation-duration: 15s; }\n.cge21e .cge21e-mote-4 { width: 4px; height: 4px; left: 30%; top: 76%; animation-delay: -1.5s; animation-duration: 12s; }\n\n.cge21e .cge21e-sky { position: absolute; right: 12px; top: 12px; width: 118px; opacity: 0.9; z-index: 0; }\n.cge21e .cge21e-star { animation: cge21e-twinkle 4s ease-in-out infinite; transform-origin: center; }\n.cge21e .cge21e-star-2 { animation-delay: -1.3s; }\n.cge21e .cge21e-star-3 { animation-delay: -2.6s; }\n.cge21e .cge21e-star-4 { animation-delay: -0.7s; }\n\n.cge21e .cge21e-kit-flag {\n  display: inline-block;\n  font-family: 'Sora', sans-serif;\n  font-size: 11.5px;\n  font-weight: 800;\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n  color: #1a1206;\n  background: linear-gradient(110deg, #ffd79a 25%, #fff4de 42%, #ffd79a 58%) 0 0 \/ 200% 100%;\n  animation: cge21e-shimmer 4s linear infinite;\n  border-radius: 8px;\n  padding: 8px 14px;\n  margin-bottom: 12px;\n  box-shadow: 0 6px 18px rgba(240,174,85,0.28);\n}\n.cge21e .cge21e-grade-chip {\n  display: inline-block;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  color: #d8ecdf;\n  border: 1px solid rgba(99,195,164,0.45);\n  background: rgba(99,195,164,0.12);\n  border-radius: 999px;\n  padding: 7px 15px;\n  margin-bottom: 16px;\n  margin-left: 6px;\n}\n.cge21e .cge21e-hero h1 {\n  font-size: 30px;\n  font-weight: 800;\n  margin-bottom: 12px;\n  animation: cge21e-rise 0.9s ease-out both;\n}\n.cge21e .cge21e-hero h1 em {\n  font-style: normal;\n  display: block;\n  font-size: 0.66em;\n  margin-top: 6px;\n  background: var(--amber-grad);\n  -webkit-background-clip: text;\n  background-clip: text;\n  color: transparent;\n}\n.cge21e .cge21e-hero .cge21e-sub {\n  font-size: 16.5px;\n  color: #d9d2c2;\n  max-width: 560px;\n  margin-bottom: 20px;\n  animation: cge21e-rise 0.9s ease-out 0.12s both;\n}\n.cge21e .cge21e-hero-note {\n  display: block;\n  font-size: 14px;\n  color: #ffe6c2;\n  border: 1px solid rgba(240,174,85,0.42);\n  background: rgba(240,174,85,0.10);\n  border-radius: 14px;\n  padding: 13px 16px;\n  animation: cge21e-rise 0.9s ease-out 0.24s both;\n}\n.cge21e .cge21e-hero-note strong { color: #fff3df; }\n\n\/* ---------------- animated divider band ---------------- *\/\n.cge21e .cge21e-band {\n  height: 5px;\n  background: linear-gradient(90deg, #0e1424, #f0ae55, #63c3a4, #f0ae55, #0e1424);\n  background-size: 300% 100%;\n  animation: cge21e-gradshift 12s ease-in-out infinite;\n}\n\n\/* ---------------- kit callout (the critical fact) ---------------- *\/\n.cge21e .cge21e-kit { background: var(--night-2); color: #eee7d8; }\n.cge21e .cge21e-kit-card {\n  position: relative;\n  border: 2px solid var(--amber);\n  border-radius: 18px;\n  padding: 22px 18px;\n  background: rgba(14,20,36,0.55);\n}\n.cge21e .cge21e-kit-card h2 { font-size: 21px; margin-bottom: 10px; color: var(--amber-bright); }\n.cge21e .cge21e-kit-card p { color: #d5cdbc; font-size: 15px; }\n.cge21e .cge21e-kit-card strong { color: #fff5e4; }\n.cge21e .cge21e-kit-badge {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #1a1206;\n  background: var(--amber);\n  border-radius: 6px;\n  padding: 5px 10px;\n  margin-bottom: 12px;\n}\n.cge21e .cge21e-kit-two {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 10px;\n  margin-top: 16px;\n}\n.cge21e .cge21e-kit-piece {\n  border: 1px solid rgba(240,174,85,0.35);\n  border-radius: 14px;\n  padding: 14px 16px;\n  background: rgba(240,174,85,0.07);\n  animation: cge21e-rise 0.7s ease-out both;\n}\n.cge21e .cge21e-kit-piece:nth-child(2) { animation-delay: 0.1s; }\n.cge21e .cge21e-kit-piece strong { display: block; color: var(--amber-bright); font-size: 15px; margin-bottom: 3px; }\n.cge21e .cge21e-kit-piece span { font-size: 14px; color: #cfc7b6; }\n\n\/* ---------------- condition callout ---------------- *\/\n.cge21e .cge21e-condition { background: var(--cream-2); border-bottom: 1px solid var(--line); }\n.cge21e .cge21e-condition-card {\n  position: relative;\n  background: #fffdf8;\n  border-radius: 18px;\n  padding: 22px 18px;\n  border: 1px solid var(--line);\n  box-shadow: 0 12px 32px rgba(28,34,51,0.09);\n}\n.cge21e .cge21e-condition-card::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 0; bottom: 0;\n  width: 5px;\n  border-radius: 18px 0 0 18px;\n  background: var(--amber-grad);\n  background-size: 100% 250%;\n  animation: cge21e-gradshift 9s ease-in-out infinite;\n}\n.cge21e .cge21e-condition-card h2 { font-size: 20px; margin-bottom: 10px; color: var(--amber-ink); }\n.cge21e .cge21e-condition-card p { color: var(--ink-soft); font-size: 15px; }\n\n\/* ---------------- bento ---------------- *\/\n.cge21e .cge21e-bento {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n}\n.cge21e .cge21e-bento li {\n  background: #fffdf8;\n  border: 1px solid var(--line);\n  border-radius: 16px;\n  padding: 18px 14px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  animation: cge21e-rise 0.7s ease-out both;\n}\n.cge21e .cge21e-bento li::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 3px;\n  background: var(--amber-grad);\n}\n.cge21e .cge21e-bento li:nth-child(2) { animation-delay: 0.07s; }\n.cge21e .cge21e-bento li:nth-child(3) { animation-delay: 0.14s; }\n.cge21e .cge21e-bento li:nth-child(4) { animation-delay: 0.21s; }\n.cge21e .cge21e-bento li:nth-child(5) { animation-delay: 0.28s; }\n.cge21e .cge21e-bento li:nth-child(6) { animation-delay: 0.35s; }\n.cge21e .cge21e-bento li:hover { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(28,34,51,0.13); }\n.cge21e .cge21e-bento .cge21e-big {\n  display: block;\n  font-family: 'Sora', sans-serif;\n  font-weight: 800;\n  font-size: 22px;\n  margin-bottom: 3px;\n  color: var(--amber-ink);\n}\n.cge21e .cge21e-bento .cge21e-small { font-size: 12.5px; color: var(--ink-soft); line-height: 1.4; }\n\n\/* ---------------- scenes ---------------- *\/\n.cge21e .cge21e-scene { border-top: 1px solid var(--line); }\n.cge21e .cge21e-scene h2 { font-size: 23px; margin-bottom: 10px; }\n.cge21e .cge21e-scene h2 span { color: var(--amber-ink); }\n.cge21e .cge21e-scene p { color: var(--ink-soft); font-size: 15.5px; }\n.cge21e .cge21e-scene-tag {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--mint-ink);\n  background: var(--mint-soft);\n  border-radius: 999px;\n  padding: 5px 12px;\n  margin-bottom: 12px;\n}\n.cge21e .cge21e-scene-dark {\n  background: var(--night);\n  background-image: radial-gradient(ellipse at 80% 10%, rgba(240,174,85,0.16), transparent 58%);\n  color: #ece5d5;\n  border-top: none;\n}\n.cge21e .cge21e-scene-dark h2 { color: #fff; }\n.cge21e .cge21e-scene-dark h2 span { color: var(--amber-bright); }\n.cge21e .cge21e-scene-dark p { color: #c4bdac; }\n.cge21e .cge21e-scene-dark .cge21e-scene-tag { color: #bff0dc; background: rgba(99,195,164,0.16); }\n.cge21e .cge21e-wavewrap { margin: 18px 0 4px; }\n.cge21e .cge21e-wave-line {\n  fill: none;\n  stroke: var(--amber);\n  stroke-width: 3;\n  stroke-linecap: round;\n  stroke-dasharray: 620;\n  animation: cge21e-wave 6s ease-in-out infinite alternate;\n}\n.cge21e .cge21e-wave-line-2 { stroke: var(--mint); opacity: 0.65; animation-delay: -2s; }\n\n\/* ---------------- vibe ---------------- *\/\n.cge21e .cge21e-vibe {\n  background: var(--amber-grad);\n  background-size: 220% 220%;\n  animation: cge21e-gradshift 13s ease-in-out infinite;\n  color: #2a1c07;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.cge21e .cge21e-vibe::before {\n  content: '';\n  position: absolute;\n  left: 50%;\n  top: -120px;\n  transform: translateX(-50%);\n  width: 300px;\n  height: 300px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(255,253,247,0.55), rgba(255,253,247,0));\n  animation: cge21e-lamp 8s ease-in-out infinite;\n}\n.cge21e .cge21e-vibe blockquote {\n  position: relative;\n  font-family: 'Sora', sans-serif;\n  font-weight: 700;\n  font-size: 20px;\n  line-height: 1.36;\n  max-width: 600px;\n  margin: 0 auto;\n}\n.cge21e .cge21e-vibe cite {\n  position: relative;\n  display: block;\n  font-family: 'DM Sans', sans-serif;\n  font-style: normal;\n  font-weight: 600;\n  font-size: 13px;\n  margin-top: 14px;\n  color: #5b3d0d;\n}\n\n\/* ---------------- honest bit: the sleep log notes column ---------------- *\/\n.cge21e .cge21e-honest { background: var(--cream-2); }\n.cge21e .cge21e-honest h2 { font-size: 23px; margin-bottom: 6px; }\n.cge21e .cge21e-honest \u003e p { color: var(--ink-soft); margin-bottom: 18px; font-size: 15px; }\n.cge21e .cge21e-logsheet {\n  background:\n    repeating-linear-gradient(to bottom, transparent 0 33px, rgba(28,34,51,0.07) 33px 34px),\n    #fffdf6;\n  border: 1px solid var(--line);\n  border-radius: 12px;\n  padding: 16px 14px 16px 16px;\n  box-shadow: 0 12px 30px rgba(28,34,51,0.10);\n  position: relative;\n  overflow: hidden;\n}\n.cge21e .cge21e-logsheet::before {\n  content: '';\n  position: absolute;\n  left: 8px; top: 0; bottom: 0;\n  width: 1px;\n  background: rgba(163,58,34,0.35);\n}\n.cge21e .cge21e-logsheet-head {\n  display: flex;\n  justify-content: space-between;\n  align-items: baseline;\n  gap: 10px;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n  color: var(--ink-soft);\n  border-bottom: 2px solid var(--line);\n  padding-bottom: 8px;\n  margin-bottom: 6px;\n}\n.cge21e .cge21e-lognote {\n  padding: 12px 0 12px 4px;\n  border-bottom: 1px dashed rgba(28,34,51,0.18);\n  animation: cge21e-fade 0.8s ease-out both;\n}\n.cge21e .cge21e-lognote:last-child { border-bottom: none; }\n.cge21e .cge21e-lognote:nth-child(3) { animation-delay: 0.06s; }\n.cge21e .cge21e-lognote:nth-child(4) { animation-delay: 0.12s; }\n.cge21e .cge21e-lognote:nth-child(5) { animation-delay: 0.18s; }\n.cge21e .cge21e-lognote:nth-child(6) { animation-delay: 0.24s; }\n.cge21e .cge21e-lognote:nth-child(7) { animation-delay: 0.30s; }\n.cge21e .cge21e-lognote:nth-child(8) { animation-delay: 0.36s; }\n.cge21e .cge21e-logtime {\n  display: inline-block;\n  font-family: 'Sora', sans-serif;\n  font-size: 11.5px;\n  font-weight: 700;\n  color: var(--red-ink);\n  background: var(--red-soft);\n  border-radius: 5px;\n  padding: 3px 8px;\n  margin-right: 8px;\n  vertical-align: 2px;\n}\n.cge21e .cge21e-lognote strong { font-size: 15.5px; }\n.cge21e .cge21e-lognote p { font-size: 14.5px; color: var(--ink-soft); margin-top: 4px; }\n\n\/* ---------------- trust grid ---------------- *\/\n.cge21e .cge21e-trust h2 { font-size: 23px; margin-bottom: 16px; }\n.cge21e .cge21e-trust-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }\n.cge21e .cge21e-trust-card {\n  background: var(--mint-soft);\n  border-radius: 16px;\n  padding: 18px 18px;\n  border: 1px solid rgba(31,111,87,0.16);\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n.cge21e .cge21e-trust-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(31,111,87,0.16); }\n.cge21e .cge21e-trust-card strong { display: block; color: var(--mint-ink); margin-bottom: 3px; }\n.cge21e .cge21e-trust-card p { font-size: 14.5px; color: var(--ink-soft); }\n\n\/* ---------------- specs: the handover log ---------------- *\/\n.cge21e .cge21e-specs { background: var(--night); color: #e8e0cf; }\n.cge21e .cge21e-specs h2 { font-size: 23px; color: #fff; margin-bottom: 6px; }\n.cge21e .cge21e-specs \u003e p { color: #b6ae9d; font-size: 14.5px; margin-bottom: 18px; }\n.cge21e .cge21e-clipboard {\n  position: relative;\n  background: #fffdf6;\n  border-radius: 10px;\n  padding: 26px 12px 14px;\n  box-shadow: 0 18px 44px rgba(0,0,0,0.4);\n  color: var(--ink);\n}\n.cge21e .cge21e-clipboard::before {\n  content: '';\n  position: absolute;\n  top: -11px; left: 50%;\n  transform: translateX(-50%);\n  width: 92px; height: 20px;\n  border-radius: 5px;\n  background: linear-gradient(180deg, #6a7590, #3b4560);\n  box-shadow: 0 3px 8px rgba(0,0,0,0.35);\n}\n.cge21e .cge21e-clipboard::after {\n  content: '';\n  position: absolute;\n  top: -19px; left: 50%;\n  transform: translateX(-50%);\n  width: 34px; height: 14px;\n  border-radius: 7px 7px 0 0;\n  background: #8b95ad;\n}\n.cge21e .cge21e-tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }\n.cge21e .cge21e-clipboard table { width: 100%; min-width: 260px; border-collapse: collapse; font-size: 14.5px; }\n.cge21e .cge21e-clipboard caption {\n  caption-side: top;\n  text-align: left;\n  font-family: 'Sora', sans-serif;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--amber-ink);\n  padding: 0 4px 10px;\n  border-bottom: 2px solid var(--line);\n  margin-bottom: 4px;\n}\n.cge21e .cge21e-clipboard th, .cge21e .cge21e-clipboard td {\n  text-align: left;\n  padding: 11px 8px;\n  border-bottom: 1px solid rgba(28,34,51,0.10);\n  vertical-align: top;\n}\n.cge21e .cge21e-clipboard th {\n  font-family: 'Sora', sans-serif;\n  font-weight: 600;\n  color: var(--ink-soft);\n  font-size: 13.5px;\n  width: 42%;\n}\n.cge21e .cge21e-clipboard tr { transition: background 0.2s ease; }\n.cge21e .cge21e-clipboard tbody tr:hover { background: var(--cream-2); }\n.cge21e .cge21e-signoff {\n  margin-top: 14px;\n  padding-top: 12px;\n  border-top: 2px solid var(--line);\n  font-size: 13px;\n  color: var(--ink-soft);\n  display: flex;\n  flex-wrap: wrap;\n  gap: 6px 14px;\n  justify-content: space-between;\n}\n.cge21e .cge21e-signoff em {\n  font-family: 'Sora', sans-serif;\n  font-style: italic;\n  color: var(--amber-ink);\n}\n\n\/* ---------------- compatibility: the fridge roster ---------------- *\/\n.cge21e .cge21e-fridge {\n  background:\n    linear-gradient(100deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 22%),\n    repeating-linear-gradient(94deg, #dfe3e8 0 2px, #e9edf1 2px 5px);\n  border-top: 1px solid var(--line);\n}\n.cge21e .cge21e-fridge h2 { font-size: 23px; margin-bottom: 6px; color: #23283a; }\n.cge21e .cge21e-fridge \u003e p { color: #4a5262; font-size: 14.5px; margin-bottom: 18px; }\n.cge21e .cge21e-roster {\n  position: relative;\n  background: #fffdf6;\n  border-radius: 6px;\n  padding: 22px 14px 18px;\n  box-shadow: 0 14px 34px rgba(20,26,40,0.24);\n  animation: cge21e-sway 9s ease-in-out infinite;\n  transform-origin: 50% 0;\n}\n.cge21e .cge21e-magnet {\n  position: absolute;\n  width: 22px; height: 22px;\n  border-radius: 50%;\n  top: -9px;\n  box-shadow: 0 3px 6px rgba(0,0,0,0.3), inset 0 -3px 5px rgba(0,0,0,0.18);\n}\n.cge21e .cge21e-magnet-1 { left: 16px; background: radial-gradient(circle at 35% 30%, #ffd79a, #d98b2b); }\n.cge21e .cge21e-magnet-2 { right: 16px; background: radial-gradient(circle at 35% 30%, #9ce0c8, #2f8f70); }\n.cge21e .cge21e-roster-title {\n  font-family: 'Sora', sans-serif;\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: var(--ink-soft);\n  border-bottom: 2px solid var(--line);\n  padding-bottom: 8px;\n  margin-bottom: 6px;\n}\n.cge21e .cge21e-roster li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  padding: 11px 4px;\n  border-bottom: 1px dashed rgba(28,34,51,0.16);\n  transition: background 0.2s ease;\n}\n.cge21e .cge21e-roster li:last-child { border-bottom: none; }\n.cge21e .cge21e-roster li:hover { background: var(--cream-2); }\n.cge21e .cge21e-badge {\n  flex: 0 0 auto;\n  min-width: 52px;\n  text-align: center;\n  font-family: 'Sora', sans-serif;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.06em;\n  padding: 4px 8px;\n  border-radius: 6px;\n  margin-top: 2px;\n}\n.cge21e .cge21e-badge-yes { background: var(--mint-soft); color: var(--mint-ink); border: 1px solid rgba(31,111,87,0.3); }\n.cge21e .cge21e-badge-no { background: var(--red-soft); color: var(--red-ink); border: 1px solid rgba(163,58,34,0.3); }\n.cge21e .cge21e-badge-note { background: #fdefd8; color: var(--amber-ink); border: 1px solid rgba(143,90,18,0.3); }\n.cge21e .cge21e-roster li p { font-size: 14.5px; color: var(--ink-soft); }\n.cge21e .cge21e-roster li p strong { color: var(--ink); }\n.cge21e .cge21e-fridge-note {\n  margin-top: 16px;\n  background: #fff6cf;\n  border-radius: 4px;\n  padding: 14px 16px;\n  font-size: 14px;\n  color: #4a3a10;\n  box-shadow: 0 8px 20px rgba(20,26,40,0.18);\n  transform: rotate(-1.4deg);\n}\n.cge21e .cge21e-fridge-note strong { display: block; margin-bottom: 2px; }\n\n\/* ---------------- fit columns ---------------- *\/\n.cge21e .cge21e-fit { display: grid; grid-template-columns: 1fr; gap: 14px; }\n.cge21e .cge21e-fit-col { border-radius: 18px; padding: 22px 18px; transition: transform 0.3s ease; }\n.cge21e .cge21e-fit-col:hover { transform: translateY(-4px); }\n.cge21e .cge21e-fit-no { background: var(--cream-2); border: 1px solid var(--line); }\n.cge21e .cge21e-fit-yes {\n  background: var(--night);\n  background-image: radial-gradient(ellipse at 88% 0%, rgba(240,174,85,0.22), transparent 58%);\n  color: #ece5d5;\n}\n.cge21e .cge21e-fit-col h3 { font-size: 18px; margin-bottom: 12px; }\n.cge21e .cge21e-fit-yes h3 { color: var(--amber-bright); }\n.cge21e .cge21e-fit-col li { position: relative; padding: 7px 0 7px 24px; font-size: 14.5px; }\n.cge21e .cge21e-fit-no li { color: var(--ink-soft); }\n.cge21e .cge21e-fit-yes li { color: #d5cdbb; }\n.cge21e .cge21e-fit-no li::before { content: '\\2715'; position: absolute; left: 0; top: 7px; color: var(--red-ink); font-weight: 700; }\n.cge21e .cge21e-fit-yes li::before { content: '\\2713'; position: absolute; left: 0; top: 7px; color: var(--mint); font-weight: 700; }\n\n\/* ---------------- setup ---------------- *\/\n.cge21e .cge21e-setup h2 { font-size: 23px; margin-bottom: 16px; }\n.cge21e .cge21e-steps { display: grid; grid-template-columns: 1fr; gap: 10px; counter-reset: cge21e-step; }\n.cge21e .cge21e-steps li {\n  background: #fffdf8;\n  border: 1px solid var(--line);\n  border-radius: 16px;\n  padding: 16px 16px 16px 58px;\n  position: relative;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n.cge21e .cge21e-steps li:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(28,34,51,0.12); }\n.cge21e .cge21e-steps li::before {\n  counter-increment: cge21e-step;\n  content: counter(cge21e-step);\n  position: absolute;\n  left: 16px; top: 16px;\n  width: 30px; height: 30px;\n  display: flex; align-items: center; justify-content: center;\n  border-radius: 50%;\n  font-family: 'Sora', sans-serif;\n  font-weight: 800;\n  font-size: 14px;\n  color: #1a1206;\n  background: var(--amber-grad);\n  animation: cge21e-breathe 3.4s ease-in-out infinite;\n}\n.cge21e .cge21e-steps li:nth-child(2)::before { animation-delay: 0.4s; }\n.cge21e .cge21e-steps li:nth-child(3)::before { animation-delay: 0.8s; }\n.cge21e .cge21e-steps li:nth-child(4)::before { animation-delay: 1.2s; }\n.cge21e .cge21e-steps strong { display: block; font-size: 15px; margin-bottom: 2px; }\n.cge21e .cge21e-steps p { font-size: 14px; color: var(--ink-soft); }\n\n\/* ---------------- included ---------------- *\/\n.cge21e .cge21e-included { background: var(--cream-2); }\n.cge21e .cge21e-included h2 { font-size: 23px; margin-bottom: 6px; }\n.cge21e .cge21e-included h3 { font-size: 16px; margin: 20px 0 10px; color: var(--red-ink); }\n.cge21e .cge21e-included \u003e p { color: var(--ink-soft); font-size: 15px; margin-bottom: 14px; }\n.cge21e .cge21e-boxlist { display: grid; grid-template-columns: 1fr; gap: 8px; }\n.cge21e .cge21e-boxlist li {\n  background: #fffdf8;\n  border: 1px solid var(--line);\n  border-radius: 12px;\n  padding: 12px 14px;\n  font-size: 14.5px;\n  transition: transform 0.25s ease, box-shadow 0.25s ease;\n}\n.cge21e .cge21e-boxlist li:hover { transform: translateX(4px); box-shadow: 0 10px 20px rgba(28,34,51,0.10); }\n.cge21e .cge21e-notinc li { background: var(--red-soft); border-color: rgba(163,58,34,0.25); color: #5c2415; }\n\n\/* ---------------- shipping ---------------- *\/\n.cge21e .cge21e-shipping h2 { font-size: 23px; margin-bottom: 16px; }\n.cge21e .cge21e-ship-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }\n.cge21e .cge21e-ship-card {\n  background: #fffdf8;\n  border: 1px solid var(--line);\n  border-radius: 16px;\n  padding: 18px;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n.cge21e .cge21e-ship-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(28,34,51,0.12); }\n.cge21e .cge21e-ship-card strong { display: block; color: var(--amber-ink); margin-bottom: 4px; font-size: 15px; }\n.cge21e .cge21e-ship-card p { font-size: 14px; color: var(--ink-soft); }\n\n\/* ---------------- FAQ: the 3am message thread ---------------- *\/\n.cge21e .cge21e-faq { background: var(--night); color: #e8e0cf; }\n.cge21e .cge21e-faq h2 { font-size: 23px; color: #fff; margin-bottom: 6px; }\n.cge21e .cge21e-faq \u003e p { color: #b6ae9d; font-size: 14.5px; margin-bottom: 18px; }\n.cge21e .cge21e-daystamp {\n  text-align: center;\n  font-size: 11.5px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: #8e97ad;\n  margin: 4px 0 14px;\n}\n.cge21e .cge21e-faq details {\n  background: #223052;\n  border: 1px solid rgba(240,174,85,0.22);\n  border-radius: 18px 18px 18px 5px;\n  margin-bottom: 4px;\n  padding: 0 16px;\n  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;\n}\n.cge21e .cge21e-faq details:hover { border-color: var(--amber); }\n.cge21e .cge21e-faq details[open] {\n  border-color: var(--amber);\n  background: #26365c;\n  box-shadow: 0 12px 30px rgba(0,0,0,0.32);\n}\n.cge21e .cge21e-faq summary {\n  cursor: pointer;\n  list-style: none;\n  position: relative;\n  display: flex;\n  align-items: center;\n  min-height: 48px;\n  padding: 12px 30px 12px 0;\n  font-family: 'Sora', sans-serif;\n  font-size: 14.5px;\n  font-weight: 600;\n  color: #fbf3e4;\n}\n.cge21e .cge21e-faq summary::-webkit-details-marker { display: none; }\n.cge21e .cge21e-faq summary::after {\n  content: '\\FF0B';\n  position: absolute;\n  right: 0; top: 50%;\n  transform: translateY(-50%);\n  color: var(--amber);\n  font-weight: 700;\n  transition: transform 0.25s ease;\n}\n.cge21e .cge21e-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }\n.cge21e .cge21e-faq .cge21e-reply {\n  border-top: 1px solid rgba(240,174,85,0.18);\n  padding: 12px 0 16px;\n}\n.cge21e .cge21e-faq .cge21e-reply p { font-size: 14.5px; color: #c7c0af; }\n.cge21e .cge21e-receipt {\n  display: block;\n  text-align: right;\n  font-size: 11px;\n  color: #7f8aa3;\n  margin: 0 4px 12px 0;\n}\n.cge21e .cge21e-typing {\n  display: inline-flex;\n  gap: 5px;\n  align-items: center;\n  background: #223052;\n  border-radius: 16px 16px 16px 5px;\n  padding: 12px 16px;\n  margin-top: 6px;\n}\n.cge21e .cge21e-typing i {\n  width: 7px; height: 7px;\n  border-radius: 50%;\n  background: var(--amber);\n  animation: cge21e-typing 1.4s ease-in-out infinite;\n}\n.cge21e .cge21e-typing i:nth-child(2) { animation-delay: 0.2s; }\n.cge21e .cge21e-typing i:nth-child(3) { animation-delay: 0.4s; }\n\n\/* ---------------- item specifics ---------------- *\/\n.cge21e .cge21e-itemspec { background: var(--cream-2); }\n.cge21e .cge21e-itemspec h2 { font-size: 19px; margin-bottom: 14px; }\n.cge21e .cge21e-itemspec table { width: 100%; min-width: 260px; border-collapse: collapse; font-size: 13.5px; }\n.cge21e .cge21e-itemspec th, .cge21e .cge21e-itemspec td {\n  text-align: left;\n  padding: 9px 8px;\n  border-bottom: 1px solid var(--line);\n  vertical-align: top;\n}\n.cge21e .cge21e-itemspec th { width: 42%; color: var(--ink-soft); font-weight: 600; }\n\n\/* ---------------- CTA ---------------- *\/\n.cge21e .cge21e-cta {\n  position: relative;\n  overflow: hidden;\n  background: var(--night-grad);\n  background-size: 200% 200%;\n  animation: cge21e-gradshift 18s ease-in-out infinite;\n  color: #f4ecdd;\n  text-align: center;\n  padding: 42px 20px;\n}\n.cge21e .cge21e-cta::before {\n  content: '';\n  position: absolute;\n  left: 50%;\n  bottom: -150px;\n  transform: translateX(-50%);\n  width: 340px; height: 340px;\n  border-radius: 50%;\n  background: var(--lamp);\n  animation: cge21e-lamp 8s ease-in-out infinite;\n}\n.cge21e .cge21e-cta \u003e * { position: relative; }\n.cge21e .cge21e-cta h2 { font-size: 25px; margin-bottom: 10px; }\n.cge21e .cge21e-cta h2 span {\n  background: var(--amber-grad);\n  -webkit-background-clip: text;\n  background-clip: text;\n  color: transparent;\n}\n.cge21e .cge21e-cta p { color: #cfc7b6; max-width: 520px; margin-left: auto; margin-right: auto; font-size: 15px; }\n.cge21e .cge21e-lampart { margin: 0 auto 14px; width: 96px; }\n.cge21e .cge21e-lampglow { animation: cge21e-twinkle 5s ease-in-out infinite; transform-origin: center; }\n\n\/* ---------------- footer ---------------- *\/\n.cge21e .cge21e-footer {\n  background: var(--night);\n  color: #9aa2b6;\n  padding: 22px 20px 26px;\n  font-size: 11.5px;\n  line-height: 1.7;\n  text-align: center;\n}\n.cge21e .cge21e-footer p { margin-bottom: 8px; }\n.cge21e .cge21e-footer p:first-child { color: #d9d2c2; font-weight: 600; font-size: 12.5px; }\n\n\/* ---------------- reduced motion ---------------- *\/\n@media (prefers-reduced-motion: reduce) {\n  .cge21e *, .cge21e *::before, .cge21e *::after {\n    animation: none !important;\n    transition: none !important;\n  }\n}\n\n\/* ---------------- larger screens ---------------- *\/\n@media (min-width: 700px) {\n  .cge21e section { padding: 48px 36px; }\n  .cge21e .cge21e-nav { padding: 16px 36px; }\n  .cge21e .cge21e-hero { padding: 62px 36px 56px; }\n  .cge21e .cge21e-hero h1 { font-size: 42px; }\n  .cge21e .cge21e-hero .cge21e-sub { font-size: 18px; }\n  .cge21e .cge21e-sky { width: 170px; right: 26px; top: 22px; }\n  .cge21e .cge21e-kit-card { padding: 30px 32px; }\n  .cge21e .cge21e-kit-card h2 { font-size: 25px; }\n  .cge21e .cge21e-kit-two { grid-template-columns: 1fr 1fr; }\n  .cge21e .cge21e-condition-card { padding: 30px 32px 30px 34px; }\n  .cge21e .cge21e-condition-card h2 { font-size: 23px; }\n  .cge21e .cge21e-bento { grid-template-columns: repeat(3, 1fr); gap: 14px; }\n  .cge21e .cge21e-bento .cge21e-big { font-size: 26px; }\n  .cge21e .cge21e-scene h2, .cge21e .cge21e-honest h2, .cge21e .cge21e-trust h2,\n  .cge21e .cge21e-specs h2, .cge21e .cge21e-fridge h2, .cge21e .cge21e-setup h2,\n  .cge21e .cge21e-included h2, .cge21e .cge21e-shipping h2, .cge21e .cge21e-faq h2 { font-size: 28px; }\n  .cge21e .cge21e-vibe blockquote { font-size: 26px; }\n  .cge21e .cge21e-logsheet { padding: 24px 26px 22px 30px; }\n  .cge21e .cge21e-trust-grid { grid-template-columns: 1fr 1fr; gap: 14px; }\n  .cge21e .cge21e-clipboard { padding: 34px 28px 22px; }\n  .cge21e .cge21e-roster { padding: 30px 26px 24px; }\n  .cge21e .cge21e-fit { grid-template-columns: 1fr 1fr; gap: 20px; }\n  .cge21e .cge21e-steps { grid-template-columns: 1fr 1fr; }\n  .cge21e .cge21e-boxlist { grid-template-columns: 1fr 1fr; }\n  .cge21e .cge21e-ship-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }\n  .cge21e .cge21e-cta h2 { font-size: 32px; }\n  .cge21e .cge21e-footer { padding: 26px 36px 30px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"cge21e\"\u003e\n\n  \u003c!-- NAV --\u003e\n  \u003cdiv class=\"cge21e-nav\"\u003e\n    \u003cdiv class=\"cge21e-nav-brand\"\u003eCamGuard \u003cspan\u003eAustralia\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"cge21e-nav-tag\"\u003eIndependent eufy specialists · Townsville QLD\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"cge21e-hero\"\u003e\n    \u003cspan class=\"cge21e-mote cge21e-mote-1\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"cge21e-mote cge21e-mote-2\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"cge21e-mote cge21e-mote-3\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"cge21e-mote cge21e-mote-4\"\u003e\u003c\/span\u003e\n\n    \u003csvg class=\"cge21e-sky\" viewbox=\"0 0 170 110\" aria-hidden=\"true\" focusable=\"false\"\u003e\n      \u003cpath d=\"M132 14 C 96 22, 90 76, 132 82 C 106 70, 104 26, 132 14 Z\" fill=\"#ffd79a\" opacity=\"0.92\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M18 86 q10 -18 28 -12 q4 -16 20 -14 q14 2 17 16 q14 -2 18 10 q-42 4 -83 0 Z\" fill=\"#f4ecdd\" opacity=\"0.16\"\u003e\u003c\/path\u003e\n      \u003ccircle class=\"cge21e-star cge21e-star-1\" cx=\"24\" cy=\"20\" r=\"2.2\" fill=\"#fff4de\"\u003e\u003c\/circle\u003e\n      \u003ccircle class=\"cge21e-star cge21e-star-2\" cx=\"56\" cy=\"36\" r=\"1.6\" fill=\"#fff4de\"\u003e\u003c\/circle\u003e\n      \u003ccircle class=\"cge21e-star cge21e-star-3\" cx=\"88\" cy=\"14\" r=\"2\" fill=\"#fff4de\"\u003e\u003c\/circle\u003e\n      \u003ccircle class=\"cge21e-star cge21e-star-4\" cx=\"40\" cy=\"58\" r=\"1.4\" fill=\"#fff4de\"\u003e\u003c\/circle\u003e\n    \u003c\/svg\u003e\n\n    \u003cdiv class=\"cge21e-kit-flag\"\u003eKit: camera + parent monitor screen\u003c\/div\u003e\n    \u003cspan class=\"cge21e-grade-chip\"\u003eManufacturer Renewed · Excellent grade\u003c\/span\u003e\n    \u003ch1\u003eeufy Baby Monitor E21\n      \u003cem\u003eMonitor and Camera Kit\u003c\/em\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"cge21e-sub\"\u003eThe 3am shift is a two person job, and it runs on a screen you can hand over without unlocking anything. A 4K pan and tilt camera for the cot, and its own dedicated monitor for whoever is on.\u003c\/p\u003e\n\n    \u003c!-- IMG-PLACEHOLDER: hero shot, both units together on a dark bedside table, camera in soft focus behind and the parent monitor screen lit in front showing a night view. Lamp-amber key light. --\u003e\n\n    \u003cp class=\"cge21e-hero-note\"\u003e\u003cstrong\u003eThe parent monitor screen is included.\u003c\/strong\u003e Camera and monitor come paired out of the box and talk straight to each other. No Wi-Fi needed, no phone needed, no HomeBase, no account.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"cge21e-band\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n\n  \u003c!-- KIT CALLOUT: critical fact, placement 1 of 5 --\u003e\n  \u003csection class=\"cge21e-kit\"\u003e\n    \u003cdiv class=\"cge21e-kit-card\"\u003e\n      \u003cspan class=\"cge21e-kit-badge\"\u003eRead this first\u003c\/span\u003e\n      \u003ch2\u003eYes, the screen is in the box\u003c\/h2\u003e\n      \u003cp\u003eThis listing is the \u003cstrong\u003eMonitor and Camera Kit\u003c\/strong\u003e. Two devices arrive: the baby camera, and the dedicated parent monitor with its own charging stand. You do not need a phone to use it.\u003c\/p\u003e\n      \u003cp\u003eWe also list the \u003cstrong\u003eE21 standalone add-on camera\u003c\/strong\u003e separately. That one is a camera only, for people who already own a monitor. If the screen is what you want, this is the listing you want.\u003c\/p\u003e\n      \u003cdiv class=\"cge21e-kit-two\"\u003e\n        \u003cdiv class=\"cge21e-kit-piece\"\u003e\n          \u003cstrong\u003e1. Baby Camera (T8354)\u003c\/strong\u003e\n          \u003cspan\u003e4K UHD, motorised 330 degree pan and 60 degree tilt, 8x zoom, microSD slot, 5,000 mAh battery.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cge21e-kit-piece\"\u003e\n          \u003cstrong\u003e2. Parent Monitor + stand\u003c\/strong\u003e\n          \u003cspan\u003eThe dedicated screen, with its portable charging base. 12 hour constant display. Talk button, white noise, temperature readout.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- IMG-PLACEHOLDER: flat lay of exactly what ships, camera + monitor + charging stand + three cables + two adapters + cot mount set, labelled --\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CONDITION CALLOUT, early and plain --\u003e\n  \u003csection class=\"cge21e-condition\"\u003e\n    \u003cdiv class=\"cge21e-condition-card\"\u003e\n      \u003ch2\u003eWhat \"Manufacturer Renewed\" means, plainly\u003c\/h2\u003e\n      \u003cp\u003eThis kit \u003cstrong\u003ewas used before\u003c\/strong\u003e. It went back to the manufacturer, who professionally refurbished and tested it through their own renewal program, then graded it before it was resold. That testing is the manufacturer's process, not ours.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eThis one is graded Excellent\u003c\/strong\u003e, the cleanest of the renewed grades. Cosmetically it should look close to new, with at most a faint mark you would have to hunt for. It ships in \u003cstrong\u003erenewed packaging\u003c\/strong\u003e, which is plain protective packaging rather than the original retail box.\u003c\/p\u003e\n      \u003cp\u003eIt is a hard surface device. No fabric, no padding, nothing that holds a stain. If you want to wipe the housings down with a slightly damp cloth before it goes anywhere near the cot, that takes about a minute, and we would.\u003c\/p\u003e\n      \u003cp\u003eCovered by our \u003cstrong\u003ein-house 12 month CamGuard warranty\u003c\/strong\u003e. That is a CamGuard warranty, not a manufacturer warranty, and it sits on top of your rights under Australian Consumer Law.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BENTO STATS --\u003e\n  \u003csection\u003e\n    \u003ch2 class=\"cge21e-scene-tag\"\u003eThe numbers on the fridge\u003c\/h2\u003e\n    \u003cul class=\"cge21e-bento\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"cge21e-big\"\u003e4K UHD\u003c\/span\u003e\u003cspan class=\"cge21e-small\"\u003ecamera resolution\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"cge21e-big\"\u003e330° \/ 60°\u003c\/span\u003e\u003cspan class=\"cge21e-small\"\u003emotorised pan and tilt\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"cge21e-big\"\u003e8x\u003c\/span\u003e\u003cspan class=\"cge21e-small\"\u003ezoom\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"cge21e-big\"\u003eNo Wi-Fi\u003c\/span\u003e\u003cspan class=\"cge21e-small\"\u003eneeded for the camera to reach the monitor\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"cge21e-big\"\u003e12 hrs\u003c\/span\u003e\u003cspan class=\"cge21e-small\"\u003emonitor constant display, with its charging base\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"cge21e-big\"\u003e20 dB\u003c\/span\u003e\u003cspan class=\"cge21e-small\"\u003eactive background noise reduction\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SCENE 1: the private link --\u003e\n  \u003csection class=\"cge21e-scene\"\u003e\n    \u003cdiv class=\"cge21e-scene-tag\"\u003eShift 1 · 7:00pm to 1:00am\u003c\/div\u003e\n    \u003ch2\u003eIt works when the \u003cspan\u003einternet does not\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eThe feed and sleep log on our fridge is written in three different pens, because the biro on the string keeps going missing. The one thing on that fridge that never needed troubleshooting was the monitor, and this is why.\u003c\/p\u003e\n    \u003cp\u003eCamera and monitor arrive already paired. Power them both on and the picture comes up. No router, no account, no app, no internet. If your Wi-Fi drops out at 2am, or the nursery is the one room the signal never reached, none of that touches the link between these two devices.\u003c\/p\u003e\n    \u003cp\u003eeufy quotes the connection range as \u003cstrong\u003eup to 1,000 ft (about 305 m) in open space\u003c\/strong\u003e. Open space is doing real work in that sentence. Walls, floors and a full linen cupboard all shorten it, which is why there is a fallback: if you have set up Wi-Fi, \u003cstrong\u003eSmart Connect\u003c\/strong\u003e can route the camera to monitor link through your router when the direct signal is weak.\u003c\/p\u003e\n    \u003c!-- IMG-PLACEHOLDER: parent monitor held in one hand in a dark hallway, camera visible in the doorway behind, showing the direct link --\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SCENE 2: 4K, pan, tilt, night --\u003e\n  \u003csection class=\"cge21e-scene cge21e-scene-dark\"\u003e\n    \u003cdiv class=\"cge21e-scene-tag\"\u003eShift 2 · 1:00am to handover\u003c\/div\u003e\n    \u003ch2\u003e330 degrees of \u003cspan\u003ecot, chair and floor\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eA fixed lens covers one fixed angle, so the camera has to be mounted in exactly the right spot and stay there. This one is motorised: 330 degrees of pan, 60 degrees of tilt, driven from the monitor in your hand, with 8x zoom on top. No fixed blind spot, and no getting up to nudge the camera two centimetres to the left.\u003c\/p\u003e\n    \u003cp\u003e4K UHD is the resolution, which mostly matters when you zoom in and want to still be looking at a picture rather than a mosaic.\u003c\/p\u003e\n    \u003cp\u003eNight vision is automatic. The camera changes the screen colour according to the light conditions in the room, or you can lock it to daylight colour if you would rather. eufy does not publish a night vision distance figure for this model, so we are not going to invent one.\u003c\/p\u003e\n    \u003c!-- IMG-PLACEHOLDER: monitor screen close-up at night showing the pan\/tilt control and a wide cot view --\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SCENE 3: sound --\u003e\n  \u003csection class=\"cge21e-scene\"\u003e\n    \u003cdiv class=\"cge21e-scene-tag\"\u003eThe sound side\u003c\/div\u003e\n    \u003ch2\u003eIt listens, and it can \u003cspan\u003etalk back\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eCry detection, loud sound detection and temperature monitoring all run on the camera, with five sensitivity levels and adjustable push notification intervals so you can tune it to your house rather than fight it.\u003c\/p\u003e\n\n    \u003cdiv class=\"cge21e-wavewrap\"\u003e\n      \u003csvg viewbox=\"0 0 320 70\" aria-hidden=\"true\" focusable=\"false\"\u003e\n        \u003cpath class=\"cge21e-wave-line\" d=\"M4 35 C 24 35, 28 12, 44 12 S 64 58, 82 58 S 104 16, 122 16 S 144 52, 162 52 S 184 20, 202 20 S 226 48, 244 48 S 266 26, 284 30 S 308 35, 316 35\"\u003e\u003c\/path\u003e\n        \u003cpath class=\"cge21e-wave-line cge21e-wave-line-2\" d=\"M4 35 C 22 35, 30 24, 46 24 S 68 48, 86 48 S 108 26, 126 26 S 148 44, 166 44 S 188 28, 206 28 S 230 42, 248 42 S 268 32, 286 33 S 310 35, 316 35\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eThe monitor has a dedicated \u003cstrong\u003eTalk button\u003c\/strong\u003e. Press and hold it and you are speaking through the camera, which is occasionally enough to settle a room from the hallway. Active noise reduction cuts background noise by up to 20 dB on the way back to you, so the fan and the road get quieter and the room gets clearer.\u003c\/p\u003e\n    \u003cp\u003eFor soothing sound, the monitor plays \u003cstrong\u003ewhite noise\u003c\/strong\u003e. You choose the white noise type, play a single track or loop a playlist, set a sleep timer and set the volume. To be completely straight about it: eufy publishes no lullabies, songs or melodies for the E21. If lullabies are the feature you are buying for, this is not your model.\u003c\/p\u003e\n    \u003cp\u003eThere is also a temperature sensor on the base of the camera. Current room temperature shows on the monitor screen, and abnormal temperature alerts are part of the alert set.\u003c\/p\u003e\n    \u003c!-- IMG-PLACEHOLDER: monitor menu screen showing the White Noise selection and sleep timer --\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VIBE --\u003e\n  \u003csection class=\"cge21e-vibe\"\u003e\n    \u003cblockquote\u003e\"Nobody's night gets better because a screen is on. It gets better because you can look without opening the door.\"\u003c\/blockquote\u003e\n    \u003ccite\u003eThe vibe, in one sentence\u003c\/cite\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HONEST BIT: the notes column of the sleep log --\u003e\n  \u003csection class=\"cge21e-honest\"\u003e\n    \u003ch2\u003eThe honest bit\u003c\/h2\u003e\n    \u003cp\u003eEvery product has a notes column. Here is this one's, copied out in full.\u003c\/p\u003e\n\n    \u003cdiv class=\"cge21e-logsheet\"\u003e\n      \u003cdiv class=\"cge21e-logsheet-head\"\u003e\n        \u003cspan\u003eSleep log\u003c\/span\u003e\n        \u003cspan\u003eNotes column\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge21e-lognote\"\u003e\n        \u003cstrong\u003e\u003cspan class=\"cge21e-logtime\" aria-hidden=\"true\"\u003e23:41\u003c\/span\u003eIt was used before.\u003c\/strong\u003e\n        \u003cp\u003eThis is a Manufacturer Renewed unit, not new stock. It was previously used, then professionally refurbished and tested by the manufacturer and graded Excellent, which is the cleanest renewed grade. Expect near new cosmetics, possibly a faint handling mark. It arrives in renewed packaging rather than the original retail box. If a factory sealed retail box matters to you, this is not the listing.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge21e-lognote\"\u003e\n        \u003cstrong\u003e\u003cspan class=\"cge21e-logtime\" aria-hidden=\"true\"\u003e00:58\u003c\/span\u003eNo memory card in the box.\u003c\/strong\u003e\n        \u003cp\u003eThe camera has a microSD slot, but no card is supplied. It takes Class 10 or better, 128 GB maximum. There is also no free cloud storage being implied here: 24\/7 recording happens in the eufy Baby app and needs Wi-Fi, and eufy only uploads to the cloud if you switch cloud features or thumbnail push previews on.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge21e-lognote\"\u003e\n        \u003cstrong\u003e\u003cspan class=\"cge21e-logtime\" aria-hidden=\"true\"\u003e02:12\u003c\/span\u003eTwo cameras is the ceiling.\u003c\/strong\u003e\n        \u003cp\u003eYou can add a second camera and watch both feeds on one split screen. Two is the maximum per monitor, and the second camera is sold separately. There is no third room.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge21e-lognote\"\u003e\n        \u003cstrong\u003e\u003cspan class=\"cge21e-logtime\" aria-hidden=\"true\"\u003e03:03\u003c\/span\u003eIt is not a HomeBase product.\u003c\/strong\u003e\n        \u003cp\u003eThe E21 runs on the eufy Baby app, not the eufy Security app, and it cannot be paired to a HomeBase 2 or a HomeBase 3. If you already own a eufy security setup, this kit sits beside it, not inside it.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge21e-lognote\"\u003e\n        \u003cstrong\u003e\u003cspan class=\"cge21e-logtime\" aria-hidden=\"true\"\u003e04:20\u003c\/span\u003eThe privacy switch is a real switch.\u003c\/strong\u003e\n        \u003cp\u003eThere is a physical Wi-Fi switch on the camera. Green is on, white is off. With it off, the camera talks only to the monitor and the app cannot see it at all, which is the point of it. It also means phone viewing does not work while that switch is off, so if you are checking in from work, leave it green.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge21e-lognote\"\u003e\n        \u003cstrong\u003e\u003cspan class=\"cge21e-logtime\" aria-hidden=\"true\"\u003e05:06\u003c\/span\u003eThe camera battery is for moving it, not for living on.\u003c\/strong\u003e\n        \u003cp\u003eThe built in 5,000 mAh battery gives about 9 hours of use, or around 5.5 hours with night vision on. It is designed to sit on its 3 m power cable most of the time, with the battery there so you can carry it into a different room without the picture dropping.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge21e-lognote\"\u003e\n        \u003cstrong\u003e\u003cspan class=\"cge21e-logtime\" aria-hidden=\"true\"\u003e06:15\u003c\/span\u003eThings eufy does not publish, so we do not either.\u003c\/strong\u003e\n        \u003cp\u003eThe parent monitor's screen size, its display resolution, the night vision distance and the exact type of the camera to monitor radio link are all absent from eufy's own pages and from the T8354 user guide. You will see a screen size and a display resolution quoted in plenty of marketplace titles. Those are not eufy figures, so they are not in our specs table.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY CAMGUARD --\u003e\n  \u003csection class=\"cge21e-trust\"\u003e\n    \u003ch2\u003eWhy buy it from CamGuard\u003c\/h2\u003e\n    \u003cdiv class=\"cge21e-trust-grid\"\u003e\n      \u003cdiv class=\"cge21e-trust-card\"\u003e\n        \u003cstrong\u003e12 month CamGuard warranty\u003c\/strong\u003e\n        \u003cp\u003eOur own in-house warranty on every unit we sell, renewed stock included. It is a CamGuard warranty, not a manufacturer warranty, and it is in addition to your Australian Consumer Law rights.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge21e-trust-card\"\u003e\n        \u003cstrong\u003eSerial photographed and logged at dispatch\u003c\/strong\u003e\n        \u003cp\u003eEvery unit's serial number is photographed and logged before it ships, so your warranty record exists from the day the parcel leaves.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge21e-trust-card\"\u003e\n        \u003cstrong\u003eeufy is all we do\u003c\/strong\u003e\n        \u003cp\u003eIndependent eufy specialists. Which kit, which add-on, what the app does and does not do. Ask before you buy, we would rather answer than process a return.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge21e-trust-card\"\u003e\n        \u003cstrong\u003eDispatched in 1 business day\u003c\/strong\u003e\n        \u003cp\u003eFrom Townsville QLD, with tracking on every order.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECS: the shift handover log --\u003e\n  \u003csection class=\"cge21e-specs\"\u003e\n    \u003ch2\u003eHandover log\u003c\/h2\u003e\n    \u003cp\u003eEverything below comes from eufy's own product page and the T8354 user guide. Anything eufy does not publish is not in this table.\u003c\/p\u003e\n\n    \u003cdiv class=\"cge21e-clipboard\"\u003e\n      \u003cdiv class=\"cge21e-tablewrap\"\u003e\n      \u003ctable\u003e\n        \u003ccaption\u003eShift handover: eufy Baby Monitor E21 Monitor and Camera Kit\u003c\/caption\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eWhat is in this listing\u003c\/th\u003e\n\u003ctd\u003eOne baby camera plus one dedicated parent monitor with charging stand. This is the kit, not the add-on camera.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eCamera model\u003c\/th\u003e\n\u003ctd\u003eT8354\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eCamera video\u003c\/th\u003e\n\u003ctd\u003e4K UHD\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eZoom\u003c\/th\u003e\n\u003ctd\u003e8x digital\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003ePan and tilt\u003c\/th\u003e\n\u003ctd\u003e330 degrees pan, 60 degrees tilt, motorised\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eNight vision\u003c\/th\u003e\n\u003ctd\u003eAutomatic. The camera changes the screen colour according to the light conditions, or can be locked to daylight colour. eufy publishes no distance figure.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eTwo way audio\u003c\/th\u003e\n\u003ctd\u003eYes. Press and hold the Talk button on the monitor. Microphone and speaker on the camera.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eDetection and alerts\u003c\/th\u003e\n\u003ctd\u003eCry detection, loud sound detection and temperature monitoring. Five sensitivity levels, adjustable push notification intervals.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eTemperature\u003c\/th\u003e\n\u003ctd\u003eSensor on the base of the camera. Current room temperature shown on the monitor. Abnormal temperature alerts.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSoothing sound\u003c\/th\u003e\n\u003ctd\u003eWhite noise. Selectable types, single track or playlist loop, sleep timer, volume control. No lullabies or songs are published for this model.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eNoise reduction\u003c\/th\u003e\n\u003ctd\u003eActive noise reduction, cuts background noise by up to 20 dB\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eCamera to monitor link\u003c\/th\u003e\n\u003ctd\u003eDirect local wireless link. Paired out of the box, needs no router and no internet.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eRange\u003c\/th\u003e\n\u003ctd\u003eeufy publishes up to 1,000 ft (about 305 m) in open space\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eWi-Fi\u003c\/th\u003e\n\u003ctd\u003eOptional. Adds phone viewing, 24\/7 app recording, sharing and camera firmware updates, plus the Smart Connect router fallback. A physical switch on the camera turns it off entirely (green on, white off).\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eCamera battery\u003c\/th\u003e\n\u003ctd\u003e5,000 mAh built in rechargeable, USB-C charging\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eCamera runtime\u003c\/th\u003e\n\u003ctd\u003eAbout 9 hours, or around 5.5 hours with night vision on\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMonitor runtime\u003c\/th\u003e\n\u003ctd\u003e12 hour constant display, using the included portable charging base\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eCharging\u003c\/th\u003e\n\u003ctd\u003eUSB-C on the camera and USB-C on the monitor. The monitor also charges through pogo pins on the charging stand, which has its own power cable.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMonitor battery\u003c\/th\u003e\n\u003ctd\u003eUser replaceable behind a screwed cover. Replacement batteries are sold by eufy and are not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eLocal storage\u003c\/th\u003e\n\u003ctd\u003emicroSD slot on the camera. Card not included. Class 10 or better, 128 GB maximum.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eApp recording\u003c\/th\u003e\n\u003ctd\u003e24\/7 recording in the eufy Baby app, which requires Wi-Fi. Cloud upload happens only if you enable cloud features or thumbnail push previews.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSharing\u003c\/th\u003e\n\u003ctd\u003eApp access can be shared with up to 5 family members\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eEncryption\u003c\/th\u003e\n\u003ctd\u003eRSA-1024 and AES-128, with each recording protected by a unique key\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eExtra cameras\u003c\/th\u003e\n\u003ctd\u003eUp to two cameras per monitor, shown on one split screen. Second camera sold separately.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eHub\u003c\/th\u003e\n\u003ctd\u003eNone. Not a HomeBase device and cannot pair to HomeBase 2 or HomeBase 3.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSubscription\u003c\/th\u003e\n\u003ctd\u003eNone required. Local monitoring works with no account and no fees.\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eCondition\u003c\/th\u003e\n\u003ctd\u003eManufacturer Renewed, Excellent grade. Refurbished and tested by the manufacturer, cosmetic grade assessed by CamGuard.\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"cge21e-signoff\"\u003e\u003cspan\u003eHanded over: camera, monitor, stand, three cables, two adapters, mount set.\u003c\/span\u003e \u003cem\u003eSigned 06:40, in the biro.\u003c\/em\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY: the roster on the fridge --\u003e\n  \u003csection class=\"cge21e-fridge\"\u003e\n    \u003ch2\u003eThe roster on the fridge\u003c\/h2\u003e\n    \u003cp\u003eWhat this kit does and does not work with, before you commit to a night on it.\u003c\/p\u003e\n\n    \u003cdiv class=\"cge21e-roster\"\u003e\n      \u003cspan class=\"cge21e-magnet cge21e-magnet-1\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"cge21e-magnet cge21e-magnet-2\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n      \u003ch3 class=\"cge21e-roster-title\"\u003eWho is on, and who is not\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cspan class=\"cge21e-badge cge21e-badge-yes\"\u003eYES\u003c\/span\u003e\n          \u003cp\u003e\u003cstrong\u003eThe parent monitor screen, included.\u003c\/strong\u003e This is the Monitor and Camera Kit. The dedicated screen and its charging stand are in the box.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"cge21e-badge cge21e-badge-yes\"\u003eYES\u003c\/span\u003e\n          \u003cp\u003e\u003cstrong\u003eWorking with no Wi-Fi at all.\u003c\/strong\u003e The camera and monitor are paired out of the box and connect directly. No router, no account, no internet needed for local monitoring.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"cge21e-badge cge21e-badge-yes\"\u003eYES\u003c\/span\u003e\n          \u003cp\u003e\u003cstrong\u003ePhone viewing through the eufy Baby app.\u003c\/strong\u003e Requires Wi-Fi and the camera's Wi-Fi switch set to on (green). The app also adds 24\/7 app recording, sharing and camera firmware updates.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"cge21e-badge cge21e-badge-yes\"\u003eYES\u003c\/span\u003e\n          \u003cp\u003e\u003cstrong\u003eA second camera, up to two total.\u003c\/strong\u003e Both feeds display on one split screen. The second camera is sold separately.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"cge21e-badge cge21e-badge-yes\"\u003eYES\u003c\/span\u003e\n          \u003cp\u003e\u003cstrong\u003emicroSD recording on the camera.\u003c\/strong\u003e Class 10 or better, 128 GB maximum.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"cge21e-badge cge21e-badge-no\"\u003eNO\u003c\/span\u003e\n          \u003cp\u003e\u003cstrong\u003eHomeBase 2 or HomeBase 3.\u003c\/strong\u003e The E21 is not a eufy Security device and cannot be paired to a HomeBase. It runs on the eufy Baby app instead.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"cge21e-badge cge21e-badge-no\"\u003eNO\u003c\/span\u003e\n          \u003cp\u003e\u003cstrong\u003eLullabies, songs or melodies.\u003c\/strong\u003e The monitor plays white noise only.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"cge21e-badge cge21e-badge-no\"\u003eNO\u003c\/span\u003e\n          \u003cp\u003e\u003cstrong\u003eA microSD card in the box.\u003c\/strong\u003e The slot is there, the card is not. Bring your own.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"cge21e-badge cge21e-badge-no\"\u003eNO\u003c\/span\u003e\n          \u003cp\u003e\u003cstrong\u003eThree or more cameras on one monitor.\u003c\/strong\u003e The manual is explicit: up to two.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"cge21e-badge cge21e-badge-note\"\u003eNOTE\u003c\/span\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Wi-Fi privacy switch.\u003c\/strong\u003e Switched off (white), the camera speaks only to the monitor and the app cannot see it at all. That is the intended behaviour, not a fault.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"cge21e-badge cge21e-badge-note\"\u003eNOTE\u003c\/span\u003e\n          \u003cp\u003e\u003cstrong\u003eCharging.\u003c\/strong\u003e Camera and monitor both charge over USB-C. The monitor can also sit on its charging stand, which runs from its own cable.\u003c\/p\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"cge21e-fridge-note\"\u003e\u003cstrong\u003eAlso on the fridge\u003c\/strong\u003eBiro lives on the string. It has always lived on the string. Nobody has ever seen it on the string.\u003c\/p\u003e\n    \u003c!-- IMG-PLACEHOLDER: overhead shot of the two units side by side with a tape measure, for scale, since eufy publishes no dimensions --\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FIT --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"cge21e-fit\"\u003e\n      \u003cdiv class=\"cge21e-fit-col cge21e-fit-no\"\u003e\n        \u003ch3\u003eProbably not for you if\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eYou want lullabies or songs. This plays white noise, and nothing eufy publishes says otherwise\u003c\/li\u003e\n          \u003cli\u003eYou need three or more cameras on one screen. Two is the ceiling\u003c\/li\u003e\n          \u003cli\u003eYou want it to live inside your existing eufy Security or HomeBase setup. It cannot pair to one\u003c\/li\u003e\n          \u003cli\u003eYou need a factory sealed retail box. This is renewed stock in renewed packaging\u003c\/li\u003e\n          \u003cli\u003eYou expected a memory card included. The slot is empty, Class 10 or better, 128 GB maximum\u003c\/li\u003e\n          \u003cli\u003eYou are shopping on screen size or panel specs. eufy does not publish them, so we will not print them\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge21e-fit-col cge21e-fit-yes\"\u003e\n        \u003ch3\u003ePerfect for\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eTwo people splitting the night who want to hand over a screen, not a phone with a passcode\u003c\/li\u003e\n          \u003cli\u003eNurseries at the far end of the house where the Wi-Fi has never really reached\u003c\/li\u003e\n          \u003cli\u003eAnyone who would rather the internet was not involved in the nursery at all\u003c\/li\u003e\n          \u003cli\u003eCots that keep moving as the room gets rearranged, because 330 degrees of pan means re-aiming from the couch\u003c\/li\u003e\n          \u003cli\u003eHouseholds already fully committed to white noise\u003c\/li\u003e\n          \u003cli\u003eGrandparents' place, a second bedroom, or a rental where nothing can be drilled permanently\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SETUP --\u003e\n  \u003csection class=\"cge21e-setup\"\u003e\n    \u003ch2\u003eFour steps, then start your shift\u003c\/h2\u003e\n    \u003col class=\"cge21e-steps\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCharge both units\u003c\/strong\u003e\u003cp\u003eUSB-C into the camera and the monitor, or sit the monitor on its charging stand.\u003c\/p\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePower the camera\u003c\/strong\u003e\u003cp\u003eUse the 3 m camera cable. Position it for the view you want, keeping the cable well out of reach of the cot.\u003c\/p\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSwitch them on\u003c\/strong\u003e\u003cp\u003eThey are already paired. The picture comes up. No app, no account, no Wi-Fi setup at this point.\u003c\/p\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAdd Wi-Fi only if you want it\u003c\/strong\u003e\u003cp\u003eOptional. Set it up in the eufy Baby app for phone viewing, 24\/7 app recording, sharing and firmware updates. Leave it off and everything local still works.\u003c\/p\u003e\n\u003c\/li\u003e\n    \u003c\/ol\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INCLUDED --\u003e\n  \u003csection class=\"cge21e-included\"\u003e\n    \u003ch2\u003eWhat arrives at your door\u003c\/h2\u003e\n    \u003cp\u003eShipped in renewed packaging rather than the original retail box, containing:\u003c\/p\u003e\n    \u003cul class=\"cge21e-boxlist\"\u003e\n      \u003cli\u003eBaby Camera (T8354)\u003c\/li\u003e\n      \u003cli\u003eBaby Monitor with charging stand\u003c\/li\u003e\n      \u003cli\u003eCamera power cable, 3 m\u003c\/li\u003e\n      \u003cli\u003eMonitor power cable, 1.5 m\u003c\/li\u003e\n      \u003cli\u003ePower cable for the charging stand, 1.5 m\u003c\/li\u003e\n      \u003cli\u003ePower adapters, 2 of them, 5V 2A\u003c\/li\u003e\n      \u003cli\u003eMounting plate\u003c\/li\u003e\n      \u003cli\u003eCot mount set\u003c\/li\u003e\n      \u003cli\u003eScrew pack\u003c\/li\u003e\n      \u003cli\u003eQuick start guide\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003ch3\u003eNot included\u003c\/h3\u003e\n    \u003cul class=\"cge21e-boxlist cge21e-notinc\"\u003e\n      \u003cli\u003emicroSD card. Class 10 or better, 128 GB maximum\u003c\/li\u003e\n      \u003cli\u003eA second camera. Sold separately, two per monitor maximum\u003c\/li\u003e\n      \u003cli\u003eThe original retail box. Renewed packaging instead\u003c\/li\u003e\n      \u003cli\u003eReplacement monitor battery. Sold by eufy if you ever need one\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SHIPPING \/ WARRANTY \/ RETURNS --\u003e\n  \u003csection class=\"cge21e-shipping\"\u003e\n    \u003ch2\u003eShipping, warranty and returns\u003c\/h2\u003e\n    \u003cdiv class=\"cge21e-ship-grid\"\u003e\n      \u003cdiv class=\"cge21e-ship-card\"\u003e\n        \u003cstrong\u003eExpress as standard\u003c\/strong\u003e\n        \u003cp\u003eAustralia Post Express included on every order over $99.00. Under $99.00 it is $9.95 flat tracked, or $12.95 for the Express upgrade. Dispatched in 1 business day from Townsville QLD, tracking on every parcel.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge21e-ship-card\"\u003e\n        \u003cstrong\u003e12 month CamGuard warranty\u003c\/strong\u003e\n        \u003cp\u003eOur in-house warranty, not a manufacturer warranty, in addition to your Australian Consumer Law rights. Faulty and warranty returns are always free.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge21e-ship-card\"\u003e\n        \u003cstrong\u003e30 day change of mind\u003c\/strong\u003e\n        \u003cp\u003eChanged your mind? Return within 30 days of delivery. The buyer pays return postage and the original shipping is not refunded. Have the serial number handy to start a return.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ: the 3am message thread --\u003e\n  \u003csection class=\"cge21e-faq\"\u003e\n    \u003ch2\u003eThe 3am thread\u003c\/h2\u003e\n    \u003cp\u003eBoth of you are awake. Might as well get the questions answered. Tap a message for the reply.\u003c\/p\u003e\n    \u003cdiv class=\"cge21e-daystamp\"\u003eToday 3:04 am\u003c\/div\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: does the parent monitor screen come with this, or is that the other listing\"\u003edoes the screen come with this one or is that the other listing\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eThis is the kit, so the screen is included. You get the baby camera plus the dedicated parent monitor and its charging stand. The other listing is the E21 standalone add-on camera, which is a camera only and has no screen. If you want the monitor, buy this one.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: what does Manufacturer Renewed actually mean\"\u003eok but what does \"manufacturer renewed\" actually mean\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eIt means the unit was used before, then returned to the manufacturer and put through their official renewal program, where it was professionally refurbished and tested before being graded for resale. That inspection and testing is the manufacturer's process. Ours is graded Excellent, the cleanest renewed grade, so cosmetically it should be close to new with at most a faint mark. It ships in renewed packaging rather than the original retail box, and it is covered by our 12 month CamGuard warranty, which is a CamGuard warranty and not a manufacturer warranty.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: is a renewed unit alright for a baby's room, including hygiene\"\u003eis renewed alright for a baby's room though\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eFair question, and here is the plain answer. Both units are hard plastic with no fabric, no padding and no soft parts, so there is nothing that holds a stain or a smell. The refurbishment and functional testing were done by the manufacturer, not by us, and we do not claim to test each unit ourselves. What we do in-house is photograph and log the serial number at dispatch. If it would put your mind at ease, wipe the housings and the monitor screen with a slightly damp cloth before you set it up. It takes a minute and it is what we would do.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: do we need Wi-Fi for it to work\"\u003edo we need wifi for it\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eNot for the basics. The camera and monitor are paired out of the box and connect directly to each other, so local monitoring needs no router, no account and no internet. Wi-Fi is optional and adds phone viewing, 24\/7 recording in the eufy Baby app, sharing with family and camera firmware updates, plus the Smart Connect fallback that routes the camera to monitor link via your router if the direct signal is weak.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: can I check the camera from my phone while at work\"\u003ecan i check it from work\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eYes, with two conditions. The camera needs to be connected to Wi-Fi, and the physical Wi-Fi switch on the camera needs to be on, which is the green position. With that switch off (white), the camera talks only to the parent monitor and the app cannot see it at all. That is the switch doing its job, not a fault.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: does the monitor play lullabies\"\u003edoes it do lullabies\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eNo. It plays white noise. You pick the white noise type, play one track or loop a playlist, set a sleep timer and set the volume. eufy publishes no lullabies, songs or melodies for the E21, so anyone telling you otherwise is guessing.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: can we add a second camera for another room\"\u003ecan we add another camera for the other room\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eYes, up to two cameras per monitor, and both feeds show on one split screen. The second camera is the E21 standalone add-on camera, sold separately. Two is the maximum the monitor supports.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: will it pair with our HomeBase 3\"\u003ewill it work with our homebase 3\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eNo. The E21 is a eufy Baby product, not a eufy Security one. It runs on the eufy Baby app and cannot be paired to a HomeBase 2 or a HomeBase 3. It is fully standalone and does not need a hub of any kind.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: is a memory card included and what size does it take\"\u003eis there a memory card in it\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eNo card is included. The camera has a microSD slot that takes Class 10 or better, up to 128 GB maximum. Separately, 24\/7 recording is available through the eufy Baby app when Wi-Fi is set up, and eufy only uploads to the cloud if you turn cloud features or thumbnail push previews on.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: how long do the batteries last on the camera and the monitor\"\u003ehow long do the batteries last\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eTwo different numbers, and they get mixed up constantly. The camera has a 5,000 mAh built in battery good for about 9 hours, or around 5.5 hours with night vision on. The parent monitor is rated for a 12 hour constant display using the included portable charging base. Both charge over USB-C, and the monitor can also charge on its stand.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: how big is the parent monitor screen\"\u003ehow big is the screen\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eWe are not going to print a number. eufy does not publish the screen size or the display resolution for the E21 on its Australian or US product pages, in the service knowledge base, or in the T8354 user guide. The figures you will find in marketplace listing titles do not come from eufy, and we do not print specs we cannot source.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: what does eufy Australia charge for this kit new\"\u003ewhat does eufy charge for a new one\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eOn 26 July 2026, eufy Australia's list price for this kit was A$449.95, with a promotional price of A$378.95 showing on the same day. We have deliberately not printed a saving or a percentage anywhere on this page, because a promotional price moves and a comparison built on it would not hold up.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdetails\u003e\n      \u003csummary aria-label=\"Question: what happens if it arrives faulty or fails under warranty\"\u003eand if it turns up faulty\u003c\/summary\u003e\n      \u003cdiv class=\"cge21e-reply\"\u003e\u003cp\u003eMessage us with your order details and the serial number. Every unit's serial is photographed and logged at dispatch, so the record already exists on our end. Faulty and warranty returns are always free, under our 12 month CamGuard warranty and your Australian Consumer Law rights.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cspan class=\"cge21e-receipt\" aria-hidden=\"true\"\u003eRead ✓✓\u003c\/span\u003e\n\n    \u003cdiv class=\"cge21e-typing\" aria-hidden=\"true\"\u003e\n\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ITEM SPECIFICS --\u003e\n  \u003csection class=\"cge21e-itemspec\"\u003e\n    \u003ch2\u003eItem specifics\u003c\/h2\u003e\n    \u003cdiv class=\"cge21e-tablewrap\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eeufy (by Anker)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eeufy Baby Monitor E21 Monitor and Camera Kit\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eCamera model\u003c\/th\u003e\n\u003ctd\u003eT8354\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eConfiguration\u003c\/th\u003e\n\u003ctd\u003eKit: 1 camera + 1 dedicated parent monitor with charging stand (not the add-on camera)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eCondition\u003c\/th\u003e\n\u003ctd\u003eManufacturer Renewed, Excellent grade\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003ePackaging\u003c\/th\u003e\n\u003ctd\u003eRenewed packaging, not the original retail box\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eType\u003c\/th\u003e\n\u003ctd\u003eBaby monitor with dedicated parent unit\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eParent unit included\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eNumber of cameras\u003c\/th\u003e\n\u003ctd\u003e1 (a maximum of 2 can be paired to the monitor)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eHub required\u003c\/th\u003e\n\u003ctd\u003eNone. Not a HomeBase device.\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eApp\u003c\/th\u003e\n\u003ctd\u003eeufy Baby, optional\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n\u003ctd\u003eRechargeable battery in both units, USB-C charging, mains adapters included\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003emicroSD slot on the camera, card not included\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eCustom bundle\u003c\/th\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eModified item\u003c\/th\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"cge21e-cta\"\u003e\n    \u003csvg class=\"cge21e-lampart\" viewbox=\"0 0 96 96\" aria-hidden=\"true\" focusable=\"false\"\u003e\n      \u003cellipse class=\"cge21e-lampglow\" cx=\"48\" cy=\"46\" rx=\"42\" ry=\"26\" fill=\"#f0ae55\" opacity=\"0.22\"\u003e\u003c\/ellipse\u003e\n      \u003cpath d=\"M30 40 C 33 22, 63 22, 66 40 Z\" fill=\"#ffd79a\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M48 40 C 48 54, 40 58, 40 70 C 40 78, 52 78, 56 74\" fill=\"none\" stroke=\"#f0ae55\" stroke-width=\"3.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M22 84 q26 -12 52 0\" fill=\"none\" stroke=\"#63c3a4\" stroke-width=\"3\" stroke-linecap=\"round\" opacity=\"0.85\"\u003e\u003c\/path\u003e\n      \u003ccircle cx=\"48\" cy=\"40\" r=\"3\" fill=\"#fff4de\"\u003e\u003c\/circle\u003e\n    \u003c\/svg\u003e\n    \u003ch2\u003eHandover complete. \u003cspan\u003eGo to bed.\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eOrder today and it leaves Townsville within 1 business day, serial photographed and logged, warranty active. Whoever is on at 3am can finally put the biro down.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FOOTER --\u003e\n  \u003cdiv class=\"cge21e-footer\"\u003e\n    \u003cp\u003eCamGuard Australia · ABN 62 385 894 763 · Townsville, QLD\u003c\/p\u003e\n    \u003cp\u003eCamGuard Australia is an independent reseller of genuine eufy products and is not affiliated with, or endorsed by, Anker Innovations. All product names and trademarks are the property of their respective owners. Our 12 month CamGuard warranty applies in addition to your rights under Australian Consumer Law.\u003c\/p\u003e\n    \u003cp\u003e\"Manufacturer Renewed\" describes a unit that was previously used and then professionally refurbished and tested by the manufacturer through their official renewal program. \"Excellent\" is CamGuard Australia's own cosmetic grade for this stock and indicates the cleanest of the renewed grades: a fully functional unit that should present close to new, with at most a faint handling mark. The unit ships in renewed protective packaging rather than the original retail box. This listing is the Monitor and Camera Kit and includes the dedicated parent monitor; the E21 standalone add-on camera is a separate product. This product is not a eufy Security device and cannot be paired to a HomeBase 2 or HomeBase 3. A maximum of two cameras can be paired to one monitor. No microSD card is supplied. Battery life, range and storage figures are eufy's own published ratings and estimates; real world results vary with settings, layout and conditions. Specifications are sourced from the manufacturer and may be updated without notice.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"eufy","offers":[{"title":"Default Title","offer_id":44487354155051,"sku":"CG-BME21K-MRE-T","price":275.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0666\/0086\/1739\/files\/20250523-152531_111bda67-1e7a-4089-849e-a63512641e45.webp?v=1785025395","url":"https:\/\/www.camguardaustralia.com.au\/products\/eufy-baby-monitor-e21-monitor-and-camera-kit-manufacturer-renewed-excellent-condition","provider":"CamGuard Australia","version":"1.0","type":"link"}