{"product_id":"eufy-security-solocam-e42-camera-manufacturer-renewed-excellent-condition","title":"eufy Security SoloCam E42 Camera | Manufacturer Renewed (Excellent Condition)","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=DM+Mono:wght@400;500\u0026family=DM+Sans:opsz,wght@9..40,300..700\u0026family=Sora:wght@400;600;700;800\u0026display=swap');\n\n\/* ============ THE SERVO :: eufy SoloCam E42 :: Manufacturer Renewed (Excellent) ============\n   Theme: an Australian service-station forecourt. Price-board black, LED amber and green,\n   hi-vis yellow, forecourt concrete grey. Fuel grades (91 \/ 95 \/ 98) borrowed as the\n   renewed-grade ladder. The product runs on sunlight, so it never visits the servo at all.\n   Set pieces: (1) the illuminated grade board, (2) the pump-side spec sticker,\n   (3) the FAQ as a servo receipt, (4) the honest bit as the small print on that receipt.\n   Mobile-first, 390px design width. CSS-only animation, no scripts.\n   Every selector scoped under .cge42. Every keyframe named cge42-*.\n   Only external URL is the Google Fonts import above. ==================================== *\/\n\n.cge42, .cge42 *, .cge42 *::before, .cge42 *::after {\n  margin: 0; padding: 0; box-sizing: border-box;\n}\n\n\/* ---- wrapper: bleed-in guard. Assume nothing about the host theme. ---- *\/\n.cge42 {\n  --board: #0a0c0d;\n  --board-2: #151a1c;\n  --board-3: #212a2d;\n  --amber: #ffb01f;\n  --amber-hi: #ffd98a;\n  --amber-ink: #7a5200;\n  --amber-wash: #fdf0cd;\n  --led-green: #3ad07f;\n  --green-ink: #116b3c;\n  --green-wash: #ddf1e4;\n  --hivis: #d8f11a;\n  --red-ink: #a52f19;\n  --red-wash: #fbe1da;\n  --concrete: #dcdedb;\n  --concrete-lo: #c9ccc7;\n  --concrete-hi: #eeefec;\n  --paper: #fbfaf5;\n  --paper-2: #f2f0e8;\n  --ink: #14181a;\n  --ink-soft: #4d5457;\n  --ink-dim: #9aa4a6;\n  --line: #c9ccc7;\n  --board-grad: linear-gradient(155deg, #0a0c0d 0%, #151a1c 45%, #232c2f 100%);\n  --amber-grad: linear-gradient(100deg, #ffd98a 0%, #ffb01f 45%, #f08a00 100%);\n\n  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;\n  font-size: 16px;\n  line-height: 1.6;\n  font-weight: 400;\n  font-style: normal;\n  letter-spacing: normal;\n  color: var(--ink);\n  background: var(--concrete);\n  text-align: left;\n  -webkit-text-size-adjust: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  overflow: hidden;\n  border: 1px solid var(--line);\n  box-shadow: 0 24px 70px rgba(10, 12, 13, 0.16);\n}\n.cge42 h1, .cge42 h2, .cge42 h3, .cge42 h4 {\n  font-family: 'Sora', system-ui, sans-serif;\n  line-height: 1.18;\n  letter-spacing: -0.02em;\n  font-weight: 800;\n  color: inherit;\n}\n.cge42 p { margin: 0 0 12px; }\n.cge42 p:last-child { margin-bottom: 0; }\n.cge42 ul, .cge42 ol { list-style: none; }\n.cge42 img { max-width: 100%; height: auto; display: block; }\n.cge42 svg { display: block; max-width: 100%; }\n.cge42 table { width: 100%; border-collapse: collapse; }\n.cge42 strong { font-weight: 700; color: inherit; }\n.cge42 section { padding: 40px 20px; }\n.cge42 .cge42-mono {\n  font-family: 'DM Mono', ui-monospace, 'SF Mono', Menlo, monospace;\n}\n\n\/* ================= keyframes ================= *\/\n@keyframes cge42-rise {\n  from { opacity: 0; transform: translateY(22px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes cge42-stripe {\n  from { background-position: 0 0; }\n  to   { background-position: 80px 0; }\n}\n@keyframes cge42-flicker {\n  0%, 100% { opacity: 1; }\n  7%  { opacity: 0.58; }\n  9%  { opacity: 1; }\n  48% { opacity: 1; }\n  50% { opacity: 0.72; }\n  52% { opacity: 1; }\n}\n@keyframes cge42-sweep {\n  0%        { transform: translateX(-130%) skewX(-18deg); }\n  55%, 100% { transform: translateX(320%) skewX(-18deg); }\n}\n@keyframes cge42-blink {\n  0%, 45%  { opacity: 1; }\n  50%, 95% { opacity: 0.22; }\n  100%     { opacity: 1; }\n}\n@keyframes cge42-shimmer {\n  0%   { background-position: -200% center; }\n  100% { background-position: 200% center; }\n}\n@keyframes cge42-gradshift {\n  0%, 100% { background-position: 0% 50%; }\n  50%      { background-position: 100% 50%; }\n}\n@keyframes cge42-spin {\n  from { transform: rotate(0deg); }\n  to   { transform: rotate(360deg); }\n}\n@keyframes cge42-bob {\n  0%, 100% { transform: translateY(0); }\n  50%      { transform: translateY(-6px); }\n}\n@keyframes cge42-drop {\n  0%   { opacity: 0; transform: translateY(-2px) scale(0.7); }\n  20%  { opacity: 1; }\n  70%  { opacity: 0; transform: translateY(30px) scale(1); }\n  100% { opacity: 0; transform: translateY(30px) scale(1); }\n}\n@keyframes cge42-glow {\n  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 176, 31, 0.55); }\n  60%      { box-shadow: 0 0 0 13px rgba(255, 176, 31, 0); }\n}\n\n\/* ================= nav ================= *\/\n.cge42 .cge42-nav {\n  display: flex; flex-wrap: wrap; gap: 8px;\n  justify-content: space-between; align-items: center;\n  padding: 14px 20px;\n  background: var(--board);\n  color: var(--concrete-hi);\n  border-bottom: 3px solid var(--amber);\n}\n.cge42 .cge42-nav-brand {\n  font-family: 'Sora', sans-serif; font-weight: 800; font-size: 16px; letter-spacing: -0.01em;\n}\n.cge42 .cge42-nav-brand span {\n  background: var(--amber-grad);\n  -webkit-background-clip: text; background-clip: text; color: transparent;\n}\n.cge42 .cge42-nav-tag {\n  font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;\n  color: var(--amber-hi);\n  display: inline-flex; align-items: center; gap: 7px;\n}\n.cge42 .cge42-nav-tag::before {\n  content: ''; width: 8px; height: 8px; border-radius: 50%;\n  background: var(--led-green); box-shadow: 0 0 8px var(--led-green);\n  animation: cge42-blink 3.4s ease-in-out infinite;\n}\n\n\/* hi-vis hazard band *\/\n.cge42 .cge42-hazard {\n  height: 12px;\n  background: repeating-linear-gradient(45deg, var(--hivis) 0 14px, #0a0c0d 14px 28px);\n  animation: cge42-stripe 2.4s linear infinite;\n}\n\n\/* ================= hero ================= *\/\n.cge42 .cge42-hero {\n  background: var(--board-grad);\n  background-size: 200% 200%;\n  animation: cge42-gradshift 16s ease-in-out infinite;\n  color: #eef1ee;\n  position: relative;\n  overflow: hidden;\n  padding: 38px 20px 34px;\n}\n.cge42 .cge42-hero::before {\n  content: '';\n  position: absolute; inset: -40% -20% auto -20%; height: 420px;\n  background: radial-gradient(ellipse at 70% 20%, rgba(255,176,31,0.22), transparent 62%);\n  pointer-events: none;\n}\n.cge42 .cge42-hero \u003e * { position: relative; z-index: 1; }\n.cge42 .cge42-grade-chip {\n  display: inline-flex; align-items: center; gap: 8px;\n  font-family: 'DM Mono', monospace; font-size: 11.5px; font-weight: 500;\n  letter-spacing: 0.1em; text-transform: uppercase;\n  color: #2a1c00; padding: 9px 16px; border-radius: 3px; margin-bottom: 18px;\n  background: linear-gradient(110deg, #ffb01f 25%, #ffe9b8 40%, #ffb01f 55%) 0 0 \/ 220% 100%;\n  animation: cge42-shimmer 4.5s linear infinite;\n  box-shadow: 0 6px 20px rgba(255, 176, 31, 0.28);\n}\n.cge42 .cge42-hero h1 {\n  font-size: 34px; margin-bottom: 12px;\n  animation: cge42-rise 0.8s ease-out both;\n}\n.cge42 .cge42-hero h1 em {\n  font-style: normal; display: block; font-size: 15px; font-weight: 600;\n  letter-spacing: 0.14em; text-transform: uppercase; margin-top: 8px;\n  background: var(--amber-grad);\n  -webkit-background-clip: text; background-clip: text; color: transparent;\n}\n.cge42 .cge42-hero .cge42-sub {\n  font-size: 16.5px; color: #c8cfcd; max-width: 560px;\n  animation: cge42-rise 0.8s ease-out 0.12s both;\n}\n.cge42 .cge42-hero-note {\n  display: block; font-size: 14px; color: #f3e2c0;\n  border: 1px solid rgba(255, 176, 31, 0.42);\n  border-left: 4px solid var(--amber);\n  background: rgba(255, 176, 31, 0.09);\n  padding: 13px 16px; margin-top: 20px; border-radius: 4px;\n  animation: cge42-rise 0.8s ease-out 0.24s both;\n}\n.cge42 .cge42-hero-note strong { color: var(--amber-hi); }\n.cge42 .cge42-nozzle {\n  width: 190px; height: auto; margin: 18px 0 4px;\n  animation: cge42-rise 0.9s ease-out 0.3s both;\n}\n.cge42 .cge42-nozzle .cge42-svg-hose,\n.cge42 .cge42-nozzle .cge42-svg-spout {\n  fill: none; stroke: #4a5457; stroke-linecap: round;\n}\n.cge42 .cge42-nozzle .cge42-svg-body { fill: #e4e7e3; }\n.cge42 .cge42-nozzle .cge42-svg-trigger { fill: none; stroke: #8a9295; stroke-width: 4; stroke-linecap: round; }\n.cge42 .cge42-nozzle .cge42-svg-sun { fill: var(--amber); }\n.cge42 .cge42-nozzle .cge42-svg-ray { fill: var(--amber-hi); }\n.cge42 .cge42-nozzle .cge42-svg-rays {\n  transform-origin: 190px 52px;\n  animation: cge42-spin 30s linear infinite;\n}\n.cge42 .cge42-nozzle .cge42-svg-drop {\n  fill: var(--amber-hi);\n  transform-origin: 178px 84px;\n  animation: cge42-drop 3.2s ease-in infinite;\n}\n\n\/* ================= SET PIECE 1: the price board ================= *\/\n.cge42 .cge42-boardwrap { background: var(--concrete); padding: 26px 14px 34px; }\n.cge42 .cge42-board {\n  background: var(--board);\n  border: 3px solid #2c3538;\n  border-radius: 6px;\n  box-shadow: 0 18px 44px rgba(10,12,13,0.35), inset 0 0 70px rgba(255,176,31,0.06);\n  position: relative; overflow: hidden;\n  animation: cge42-rise 0.8s ease-out both;\n}\n.cge42 .cge42-board::after {\n  content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 60px;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.07), transparent);\n  animation: cge42-sweep 7s ease-in-out infinite;\n  pointer-events: none;\n}\n.cge42 .cge42-board-head {\n  display: flex; flex-wrap: wrap; gap: 6px 12px;\n  justify-content: space-between; align-items: baseline;\n  padding: 14px 16px 12px;\n  border-bottom: 1px solid #2c3538;\n}\n.cge42 .cge42-board-head h2 {\n  font-family: 'DM Mono', monospace; font-weight: 500; font-size: 15px;\n  letter-spacing: 0.16em; text-transform: uppercase; color: var(--amber);\n  text-shadow: 0 0 14px rgba(255,176,31,0.5);\n}\n.cge42 .cge42-board-head span {\n  font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.08em;\n  color: var(--ink-dim); text-transform: uppercase;\n}\n.cge42 .cge42-board-list { padding: 6px 0 0; }\n.cge42 .cge42-board-row {\n  display: grid;\n  grid-template-columns: 74px 1fr;\n  grid-template-areas: \"grade name\" \"grade desc\" \"status status\";\n  gap: 2px 14px;\n  padding: 14px 16px;\n  border-bottom: 1px dashed #262f32;\n}\n.cge42 .cge42-board-row:last-child { border-bottom: none; }\n.cge42 .cge42-board-grade {\n  grid-area: grade;\n  font-family: 'DM Mono', monospace; font-weight: 500; font-size: 25px;\n  letter-spacing: 0.02em; color: #838d90; align-self: start;\n}\n.cge42 .cge42-board-name {\n  grid-area: name;\n  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px;\n  letter-spacing: 0.02em; color: #b7c0c1;\n}\n.cge42 .cge42-board-desc {\n  grid-area: desc; font-size: 14px; color: var(--ink-dim); line-height: 1.5;\n}\n.cge42 .cge42-board-status {\n  grid-area: status;\n  font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.12em;\n  text-transform: uppercase; color: #838d90; margin-top: 8px;\n}\n.cge42 .cge42-board-row-lit { background: rgba(255, 176, 31, 0.07); }\n.cge42 .cge42-board-row-lit .cge42-board-grade {\n  color: var(--amber); text-shadow: 0 0 18px rgba(255,176,31,0.65);\n  animation: cge42-flicker 6s ease-in-out infinite;\n}\n.cge42 .cge42-board-row-lit .cge42-board-name { color: var(--amber-hi); }\n.cge42 .cge42-board-row-lit .cge42-board-desc { color: #ddd8c8; }\n.cge42 .cge42-board-row-lit .cge42-board-status {\n  color: #2a1c00; background: var(--amber); display: inline-block;\n  padding: 5px 10px; border-radius: 3px; font-weight: 500; justify-self: start;\n}\n.cge42 .cge42-board-row-solar .cge42-board-grade {\n  color: var(--led-green); text-shadow: 0 0 18px rgba(58,208,127,0.55);\n}\n.cge42 .cge42-board-row-solar .cge42-board-name { color: #a9e9c6; }\n.cge42 .cge42-board-row-solar .cge42-board-status { color: var(--led-green); }\n.cge42 .cge42-board-foot {\n  border-top: 1px solid #2c3538;\n  padding: 12px 16px;\n  font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.1em;\n  text-transform: uppercase; color: var(--amber); text-align: center;\n}\n.cge42 .cge42-board-plain {\n  background: var(--paper);\n  border: 1px solid var(--line);\n  border-top: none;\n  border-top: 1px solid var(--line);\n  border-radius: 0 0 6px 6px;\n  padding: 22px 18px;\n  margin: 10px 3px 0;\n}\n.cge42 .cge42-board-plain h3 { font-size: 18px; margin-bottom: 10px; }\n.cge42 .cge42-board-plain p { font-size: 15px; color: var(--ink-soft); }\n.cge42 .cge42-board-plain strong { color: var(--ink); }\n\n\/* ================= bento stats ================= *\/\n.cge42 .cge42-bento-sec { background: var(--concrete-hi); border-top: 1px solid var(--line); }\n.cge42 .cge42-bento-sec h2 { font-size: 22px; margin-bottom: 6px; }\n.cge42 .cge42-bento-sec \u003e p { color: var(--ink-soft); font-size: 15px; margin-bottom: 20px; }\n.cge42 .cge42-bento { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n.cge42 .cge42-tile {\n  background: var(--board); color: #dfe4e2;\n  border-radius: 5px; padding: 18px 14px 16px;\n  position: relative; overflow: hidden;\n  border: 1px solid #2c3538;\n  transition: transform 0.28s ease, box-shadow 0.28s ease;\n  animation: cge42-rise 0.7s ease-out both;\n}\n.cge42 .cge42-tile::before {\n  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;\n  background: var(--amber-grad);\n}\n.cge42 .cge42-tile:nth-child(2) { animation-delay: 0.07s; }\n.cge42 .cge42-tile:nth-child(3) { animation-delay: 0.14s; }\n.cge42 .cge42-tile:nth-child(4) { animation-delay: 0.21s; }\n.cge42 .cge42-tile:nth-child(5) { animation-delay: 0.28s; }\n.cge42 .cge42-tile:nth-child(6) { animation-delay: 0.35s; }\n.cge42 .cge42-tile:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 16px 32px rgba(10,12,13,0.28);\n}\n.cge42 .cge42-tile .cge42-tile-big {\n  display: block; font-family: 'DM Mono', monospace; font-weight: 500;\n  font-size: 26px; color: var(--amber); letter-spacing: 0.01em;\n  text-shadow: 0 0 16px rgba(255,176,31,0.35); margin-bottom: 4px;\n}\n.cge42 .cge42-tile .cge42-tile-small { display: block; font-size: 13px; color: #a8b1b2; line-height: 1.45; }\n\n\/* ================= scenes ================= *\/\n.cge42 .cge42-scene { border-top: 1px solid var(--line); background: var(--concrete-hi); }\n.cge42 .cge42-scene h2 { font-size: 25px; margin-bottom: 12px; }\n.cge42 .cge42-scene h2 span {\n  background: var(--amber-grad);\n  -webkit-background-clip: text; background-clip: text; color: transparent;\n}\n.cge42 .cge42-scene p { color: var(--ink-soft); font-size: 15.5px; }\n.cge42 .cge42-scene strong { color: var(--ink); }\n.cge42 .cge42-scene-tag {\n  display: inline-block; font-family: 'DM Mono', monospace; font-size: 10.5px;\n  letter-spacing: 0.14em; text-transform: uppercase;\n  color: var(--amber-ink); background: var(--amber-wash);\n  border: 1px solid #e8d49a; padding: 5px 10px; border-radius: 3px; margin-bottom: 14px;\n}\n.cge42 .cge42-scene-dark {\n  background: var(--board);\n  background-image: radial-gradient(ellipse at 88% 8%, rgba(255,176,31,0.18), transparent 58%);\n  color: #e6ebe8; border-top: none;\n}\n.cge42 .cge42-scene-dark h2 { color: #fff; }\n.cge42 .cge42-scene-dark p { color: #b4bdbe; }\n.cge42 .cge42-scene-dark strong { color: #fff; }\n.cge42 .cge42-scene-dark .cge42-scene-tag {\n  color: var(--amber); background: rgba(255,176,31,0.1); border-color: rgba(255,176,31,0.4);\n}\n\n\/* ================= vibe pull-quote ================= *\/\n.cge42 .cge42-vibe {\n  background: var(--amber-grad);\n  background-size: 220% 220%;\n  animation: cge42-gradshift 12s ease-in-out infinite;\n  color: #2a1c00; position: relative; overflow: hidden;\n  border-top: 1px solid var(--line);\n}\n.cge42 .cge42-vibe::before {\n  content: '';\n  position: absolute; right: -50px; top: -50px; width: 200px; height: 200px; border-radius: 50%;\n  background: radial-gradient(circle, rgba(255,255,255,0.4), transparent 66%);\n  animation: cge42-bob 7s ease-in-out infinite;\n}\n.cge42 .cge42-vibe blockquote {\n  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 21px;\n  line-height: 1.34; position: relative; max-width: 620px;\n}\n.cge42 .cge42-vibe cite {\n  display: block; font-family: 'DM Mono', monospace; font-style: normal;\n  font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase;\n  margin-top: 16px; color: #3d2a02; position: relative;\n}\n\n\/* ================= SET PIECE 4: the small print (honest bit) ================= *\/\n.cge42 .cge42-smallprint-sec { background: var(--concrete); }\n.cge42 .cge42-docket {\n  background: var(--paper);\n  padding: 26px 18px 30px;\n  position: relative;\n  box-shadow: 0 14px 34px rgba(10,12,13,0.14);\n  background-image: repeating-linear-gradient(180deg, rgba(0,0,0,0.012) 0 1px, transparent 1px 4px);\n}\n.cge42 .cge42-docket::before,\n.cge42 .cge42-docket::after {\n  content: ''; position: absolute; left: 0; right: 0; height: 10px;\n  background-image:\n    linear-gradient(45deg, transparent 50%, var(--paper) 50%),\n    linear-gradient(-45deg, transparent 50%, var(--paper) 50%);\n  background-size: 12px 12px; background-repeat: repeat-x;\n}\n.cge42 .cge42-docket::before { top: -10px; transform: scaleY(-1); }\n.cge42 .cge42-docket::after { bottom: -10px; }\n.cge42 .cge42-docket-head {\n  text-align: center; border-bottom: 1px dashed #c3bda9; padding-bottom: 14px; margin-bottom: 18px;\n}\n.cge42 .cge42-docket-head h2 {\n  font-family: 'DM Mono', monospace; font-weight: 500; font-size: 17px;\n  letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 8px;\n}\n.cge42 .cge42-docket-head p {\n  font-family: 'DM Mono', monospace; font-size: 12px; color: var(--ink-soft);\n  letter-spacing: 0.04em;\n}\n.cge42 .cge42-clause {\n  border-bottom: 1px dotted #cdc7b4; padding: 14px 0;\n  display: grid; grid-template-columns: 30px 1fr; gap: 10px;\n  transition: background 0.22s ease, transform 0.22s ease;\n}\n.cge42 .cge42-clause:last-of-type { border-bottom: none; }\n.cge42 .cge42-clause:hover { background: var(--paper-2); transform: translateX(4px); }\n.cge42 .cge42-clause-no {\n  font-family: 'DM Mono', monospace; font-size: 13px; color: var(--amber-ink);\n  border: 1px solid #ddd3b2; border-radius: 3px; height: 26px;\n  display: flex; align-items: center; justify-content: center; background: var(--amber-wash);\n}\n.cge42 .cge42-clause h3 {\n  font-family: 'DM Mono', monospace; font-weight: 500; font-size: 13px;\n  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 5px; color: var(--ink);\n}\n.cge42 .cge42-clause p { font-size: 14.5px; color: #3a4143; line-height: 1.55; }\n.cge42 .cge42-docket-foot {\n  border-top: 1px dashed #c3bda9; margin-top: 16px; padding-top: 14px;\n  font-family: 'DM Mono', monospace; font-size: 11.5px; letter-spacing: 0.06em;\n  text-align: center; color: var(--ink-soft);\n}\n\n\/* ================= trust grid ================= *\/\n.cge42 .cge42-trust { background: var(--concrete-hi); border-top: 1px solid var(--line); }\n.cge42 .cge42-trust h2 { font-size: 24px; margin-bottom: 18px; }\n.cge42 .cge42-trust-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }\n.cge42 .cge42-trust-card {\n  background: var(--board); color: #d9dedc;\n  border-radius: 5px; padding: 20px 18px;\n  border-left: 6px solid var(--hivis);\n  transition: transform 0.28s ease, box-shadow 0.28s ease;\n}\n.cge42 .cge42-trust-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 16px 32px rgba(10,12,13,0.26);\n}\n.cge42 .cge42-trust-card strong {\n  display: block; color: var(--hivis); margin-bottom: 6px;\n  font-family: 'Sora', sans-serif; font-size: 15.5px; letter-spacing: -0.01em;\n}\n.cge42 .cge42-trust-card p { font-size: 14.5px; color: #adb5b6; }\n\n\/* ================= SET PIECE 2: the pump sticker (specs) ================= *\/\n.cge42 .cge42-sticker-sec { background: var(--concrete); }\n.cge42 .cge42-sticker {\n  background: var(--concrete-hi);\n  border: 2px solid #b6bab4;\n  border-radius: 4px;\n  padding: 20px 16px 24px;\n  position: relative;\n  box-shadow: 0 12px 30px rgba(10,12,13,0.16), inset 0 0 0 6px rgba(255,255,255,0.55);\n}\n.cge42 .cge42-sticker::after {\n  content: ''; position: absolute; right: 0; bottom: 0; width: 42px; height: 42px;\n  background: linear-gradient(135deg, transparent 50%, #c6cac4 50%, #e9ebe7 62%);\n  border-bottom-right-radius: 4px;\n}\n.cge42 .cge42-sticker-top {\n  display: flex; flex-wrap: wrap; gap: 10px; align-items: center;\n  border-bottom: 3px solid var(--board); padding-bottom: 12px; margin-bottom: 6px;\n}\n.cge42 .cge42-sticker-grade {\n  font-family: 'DM Mono', monospace; font-weight: 500; font-size: 22px;\n  background: var(--board); color: var(--amber); padding: 6px 12px; border-radius: 3px;\n  text-shadow: 0 0 14px rgba(255,176,31,0.5);\n}\n.cge42 .cge42-sticker-top h2 { font-size: 19px; }\n.cge42 .cge42-sticker-top p {\n  font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.1em;\n  text-transform: uppercase; color: var(--ink-soft); margin: 0; width: 100%;\n}\n.cge42 .cge42-seal {\n  position: absolute; right: 12px; top: 12px; width: 62px; height: 62px; opacity: 0.9;\n  animation: cge42-spin 44s linear infinite;\n}\n.cge42 .cge42-seal .cge42-seal-burst { fill: var(--amber-wash); stroke: var(--amber-ink); stroke-width: 1.5; }\n.cge42 .cge42-seal .cge42-seal-ring { fill: none; stroke: var(--amber-ink); stroke-width: 1.5; }\n.cge42 .cge42-seal .cge42-seal-tick {\n  fill: none; stroke: var(--green-ink); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round;\n}\n.cge42 .cge42-sticker table { font-size: 14.5px; }\n.cge42 .cge42-sticker th, .cge42 .cge42-sticker td {\n  text-align: left; vertical-align: top; padding: 11px 6px;\n  border-bottom: 1px solid var(--line);\n}\n.cge42 .cge42-sticker th {\n  width: 38%; font-family: 'DM Mono', monospace; font-weight: 400; font-size: 12.5px;\n  letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-soft);\n}\n.cge42 .cge42-sticker td { color: var(--ink); }\n.cge42 .cge42-sticker tr { transition: background 0.2s ease; }\n.cge42 .cge42-sticker tr:hover { background: rgba(255,176,31,0.1); }\n.cge42 .cge42-sticker-note {\n  margin-top: 16px; font-family: 'DM Mono', monospace; font-size: 11.5px;\n  letter-spacing: 0.04em; color: var(--ink-soft); border-top: 1px dashed var(--line); padding-top: 12px;\n}\n\n\/* ================= compatibility ================= *\/\n.cge42 .cge42-compat { background: var(--concrete-hi); border-top: 1px solid var(--line); }\n.cge42 .cge42-compat h2 { font-size: 24px; margin-bottom: 6px; }\n.cge42 .cge42-compat \u003e p { color: var(--ink-soft); font-size: 15px; margin-bottom: 18px; }\n.cge42 .cge42-compat-row {\n  display: grid; grid-template-columns: 62px 1fr; gap: 12px;\n  padding: 13px 8px; border-bottom: 1px solid var(--line);\n  border-radius: 4px; transition: background 0.2s ease;\n}\n.cge42 .cge42-compat-row:hover { background: var(--concrete); }\n.cge42 .cge42-badge {\n  font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: 0.08em;\n  padding: 5px 0; border-radius: 3px; text-align: center; height: 26px;\n  border: 1px solid currentColor;\n}\n.cge42 .cge42-badge-yes { background: var(--green-wash); color: var(--green-ink); }\n.cge42 .cge42-badge-no { background: var(--red-wash); color: var(--red-ink); }\n.cge42 .cge42-badge-note { background: var(--amber-wash); color: var(--amber-ink); }\n.cge42 .cge42-compat-row p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }\n.cge42 .cge42-compat-row p strong { color: var(--ink); }\n\n\/* ================= fit columns ================= *\/\n.cge42 .cge42-fit-sec { background: var(--concrete); }\n.cge42 .cge42-fit { display: grid; grid-template-columns: 1fr; gap: 14px; }\n.cge42 .cge42-fit-col {\n  border-radius: 5px; padding: 24px 20px;\n  transition: transform 0.28s ease, box-shadow 0.28s ease;\n}\n.cge42 .cge42-fit-col:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(10,12,13,0.16); }\n.cge42 .cge42-fit-no { background: var(--concrete-hi); border: 1px solid var(--line); }\n.cge42 .cge42-fit-yes {\n  background: var(--board);\n  background-image: radial-gradient(ellipse at 92% 0%, rgba(255,176,31,0.24), transparent 58%);\n  color: #dfe4e2;\n}\n.cge42 .cge42-fit-col h3 {\n  font-size: 17px; margin-bottom: 12px;\n  font-family: 'DM Mono', monospace; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;\n}\n.cge42 .cge42-fit-yes h3 { color: var(--amber); }\n.cge42 .cge42-fit-col li { padding: 8px 0 8px 26px; position: relative; font-size: 15px; }\n.cge42 .cge42-fit-no li { color: var(--ink-soft); }\n.cge42 .cge42-fit-yes li { color: #b9c1c2; }\n.cge42 .cge42-fit-no li::before {\n  content: 'X'; position: absolute; left: 0; top: 8px; color: var(--red-ink);\n  font-family: 'DM Mono', monospace; font-weight: 500; font-size: 13px;\n}\n.cge42 .cge42-fit-yes li::before {\n  content: '+'; position: absolute; left: 0; top: 7px; color: var(--amber);\n  font-family: 'DM Mono', monospace; font-weight: 500; font-size: 16px;\n}\n\n\/* ================= setup steps ================= *\/\n.cge42 .cge42-setup { background: var(--concrete-hi); border-top: 1px solid var(--line); }\n.cge42 .cge42-setup h2 { font-size: 24px; margin-bottom: 6px; }\n.cge42 .cge42-setup \u003e p { color: var(--ink-soft); font-size: 15px; margin-bottom: 18px; }\n.cge42 .cge42-steps { display: grid; grid-template-columns: 1fr; gap: 10px; }\n.cge42 .cge42-step {\n  background: var(--concrete); border: 1px solid var(--line);\n  border-left: 6px solid var(--amber);\n  border-radius: 4px; padding: 18px 16px;\n  display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start;\n  transition: transform 0.28s ease, box-shadow 0.28s ease;\n}\n.cge42 .cge42-step:hover { transform: translateX(5px); box-shadow: 0 12px 26px rgba(10,12,13,0.14); }\n.cge42 .cge42-step-num {\n  width: 34px; height: 34px; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  background: var(--board); color: var(--amber);\n  font-family: 'DM Mono', monospace; font-weight: 500; font-size: 15px;\n  animation: cge42-glow 3.6s ease-in-out infinite;\n}\n.cge42 .cge42-step:nth-child(2) .cge42-step-num { animation-delay: 0.5s; }\n.cge42 .cge42-step:nth-child(3) .cge42-step-num { animation-delay: 1s; }\n.cge42 .cge42-step:nth-child(4) .cge42-step-num { animation-delay: 1.5s; }\n.cge42 .cge42-step strong {\n  display: block; font-family: 'DM Mono', monospace; font-weight: 500;\n  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 4px;\n}\n.cge42 .cge42-step p { font-size: 14.5px; color: var(--ink-soft); }\n\n\/* ================= what's included ================= *\/\n.cge42 .cge42-included { background: var(--concrete); }\n.cge42 .cge42-included h2 { font-size: 24px; margin-bottom: 6px; }\n.cge42 .cge42-included h3 {\n  font-family: 'DM Mono', monospace; font-weight: 500; font-size: 13px;\n  letter-spacing: 0.1em; text-transform: uppercase; margin: 24px 0 10px;\n}\n.cge42 .cge42-included \u003e p { color: var(--ink-soft); font-size: 15px; margin-bottom: 16px; }\n.cge42 .cge42-inclist { display: grid; grid-template-columns: 1fr; gap: 7px; }\n.cge42 .cge42-inclist li {\n  background: var(--concrete-hi); border: 1px solid var(--line);\n  border-radius: 4px; padding: 11px 14px; font-size: 14.5px;\n  display: grid; grid-template-columns: 22px 1fr; gap: 8px; align-items: baseline;\n  transition: transform 0.22s ease, border-color 0.22s ease;\n}\n.cge42 .cge42-inclist li:hover { transform: translateX(4px); border-color: var(--amber); }\n.cge42 .cge42-inclist li::before {\n  content: '+'; font-family: 'DM Mono', monospace; color: var(--green-ink); font-weight: 500;\n}\n.cge42 .cge42-notinc li { background: var(--red-wash); border-color: #e9c6bb; }\n.cge42 .cge42-notinc li::before { content: 'X'; color: var(--red-ink); font-size: 12px; }\n\n\/* ================= shipping ================= *\/\n.cge42 .cge42-shipping { background: var(--concrete-hi); border-top: 1px solid var(--line); }\n.cge42 .cge42-shipping h2 { font-size: 24px; margin-bottom: 18px; }\n.cge42 .cge42-ship-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }\n.cge42 .cge42-ship-card {\n  background: var(--concrete); border: 1px solid var(--line);\n  border-top: 4px solid var(--amber);\n  border-radius: 4px; padding: 20px 18px;\n  transition: transform 0.28s ease, box-shadow 0.28s ease;\n}\n.cge42 .cge42-ship-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(10,12,13,0.15); }\n.cge42 .cge42-ship-card strong {\n  display: block; margin-bottom: 6px; font-family: 'DM Mono', monospace;\n  font-weight: 500; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;\n  color: var(--amber-ink);\n}\n.cge42 .cge42-ship-card p { font-size: 14.5px; color: var(--ink-soft); }\n\n\/* ================= SET PIECE 3: the receipt (FAQ) ================= *\/\n.cge42 .cge42-faq-sec { background: var(--concrete); }\n.cge42 .cge42-faq-sec \u003e h2 { font-size: 24px; margin-bottom: 6px; }\n.cge42 .cge42-faq-sec \u003e p.cge42-faq-intro { color: var(--ink-soft); font-size: 15px; margin-bottom: 20px; }\n.cge42 .cge42-receipt {\n  background: var(--paper);\n  max-width: 460px; margin: 0 auto;\n  padding: 24px 18px 26px;\n  position: relative;\n  box-shadow: 0 16px 38px rgba(10,12,13,0.18);\n  background-image: repeating-linear-gradient(180deg, rgba(0,0,0,0.012) 0 1px, transparent 1px 4px);\n  animation: cge42-rise 0.8s ease-out both;\n}\n.cge42 .cge42-receipt::before,\n.cge42 .cge42-receipt::after {\n  content: ''; position: absolute; left: 0; right: 0; height: 10px;\n  background-image:\n    linear-gradient(45deg, transparent 50%, var(--paper) 50%),\n    linear-gradient(-45deg, transparent 50%, var(--paper) 50%);\n  background-size: 12px 12px; background-repeat: repeat-x;\n}\n.cge42 .cge42-receipt::before { top: -10px; transform: scaleY(-1); }\n.cge42 .cge42-receipt::after { bottom: -10px; }\n.cge42 .cge42-rc-head { text-align: center; margin-bottom: 14px; }\n.cge42 .cge42-rc-head h3 {\n  font-family: 'DM Mono', monospace; font-weight: 500; font-size: 15px;\n  letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 6px;\n}\n.cge42 .cge42-rc-head p {\n  font-family: 'DM Mono', monospace; font-size: 11.5px; letter-spacing: 0.06em;\n  color: var(--ink-soft); margin: 0;\n}\n.cge42 .cge42-rc-rule { border-top: 1px dashed #c3bda9; margin: 12px 0; }\n.cge42 .cge42-faq-sec details {\n  border-bottom: 1px dotted #cdc7b4;\n  transition: background 0.22s ease;\n}\n.cge42 .cge42-faq-sec details:hover { background: var(--paper-2); }\n.cge42 .cge42-faq-sec details[open] { background: var(--paper-2); }\n.cge42 .cge42-faq-sec summary {\n  cursor: pointer; list-style: none;\n  display: flex; align-items: baseline; gap: 8px;\n  min-height: 46px; padding: 12px 4px;\n  font-family: 'DM Mono', monospace; font-size: 13.5px; line-height: 1.45; color: var(--ink);\n}\n.cge42 .cge42-faq-sec summary::-webkit-details-marker { display: none; }\n.cge42 .cge42-faq-sec summary .cge42-rc-item { flex: 0 1 auto; }\n.cge42 .cge42-faq-sec summary .cge42-rc-lead {\n  flex: 1 1 12px; min-width: 12px; border-bottom: 1px dotted #b8b1a0;\n  transform: translateY(-4px);\n}\n.cge42 .cge42-faq-sec summary .cge42-rc-price {\n  flex: 0 0 auto; font-size: 11.5px; letter-spacing: 0.06em; color: var(--green-ink);\n}\n.cge42 .cge42-faq-sec details[open] summary .cge42-rc-item { font-weight: 500; }\n.cge42 .cge42-faq-sec details p {\n  font-family: 'DM Sans', sans-serif; font-size: 14.5px; color: #3a4143;\n  padding: 0 4px 16px; line-height: 1.55; margin: 0;\n}\n.cge42 .cge42-rc-total {\n  border-top: 1px dashed #c3bda9; border-bottom: 1px dashed #c3bda9;\n  margin-top: 14px; padding: 12px 4px;\n  font-family: 'DM Mono', monospace; font-size: 12.5px; letter-spacing: 0.04em;\n}\n.cge42 .cge42-rc-total div { display: flex; justify-content: space-between; gap: 12px; padding: 3px 0; }\n.cge42 .cge42-rc-total .cge42-rc-grand { font-weight: 500; color: var(--ink); font-size: 13.5px; }\n.cge42 .cge42-coupon {\n  margin-top: 20px; padding: 18px 16px;\n  border: 2px dashed #b0a98f; border-radius: 4px;\n  background: repeating-linear-gradient(135deg, rgba(255,176,31,0.07) 0 10px, transparent 10px 20px);\n  text-align: center;\n}\n.cge42 .cge42-coupon h4 {\n  font-family: 'DM Mono', monospace; font-weight: 500; font-size: 13.5px;\n  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; color: var(--amber-ink);\n}\n.cge42 .cge42-coupon p {\n  font-size: 14px; color: #3a4143; text-align: left; margin-bottom: 10px; line-height: 1.55;\n}\n.cge42 .cge42-coupon .cge42-coupon-void {\n  font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.12em;\n  text-transform: uppercase; color: var(--ink-soft); margin: 0;\n  text-align: center; border-top: 1px dotted #c3bda9; padding-top: 10px;\n}\n.cge42 .cge42-rc-foot {\n  text-align: center; margin-top: 16px;\n  font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.08em;\n  color: var(--ink-soft); text-transform: uppercase;\n}\n.cge42 .cge42-barcode {\n  display: flex; gap: 2px; justify-content: center; align-items: flex-end;\n  height: 34px; margin: 14px 0 8px;\n}\n.cge42 .cge42-barcode span { width: 2px; background: #2b2f30; height: 100%; display: block; }\n.cge42 .cge42-barcode span:nth-child(3n) { width: 4px; height: 78%; }\n.cge42 .cge42-barcode span:nth-child(4n) { width: 1px; height: 92%; }\n.cge42 .cge42-barcode span:nth-child(5n) { width: 5px; height: 66%; }\n\n\/* ================= item specifics ================= *\/\n.cge42 .cge42-itemspec { background: var(--board); color: #d8dddb; }\n.cge42 .cge42-itemspec h2 { font-size: 20px; margin-bottom: 16px; color: #fff; }\n.cge42 .cge42-itemspec th, .cge42 .cge42-itemspec td {\n  text-align: left; vertical-align: top; padding: 10px 6px;\n  border-bottom: 1px solid #2c3538; font-size: 14px;\n}\n.cge42 .cge42-itemspec th {\n  width: 40%; font-family: 'DM Mono', monospace; font-weight: 400; font-size: 12px;\n  letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-dim);\n}\n\n\/* ================= CTA ================= *\/\n.cge42 .cge42-cta {\n  background: var(--board-grad);\n  background-size: 200% 200%;\n  animation: cge42-gradshift 16s ease-in-out infinite;\n  color: #eef1ee; text-align: center; position: relative; overflow: hidden;\n  padding: 46px 20px 40px;\n}\n.cge42 .cge42-cta::before {\n  content: ''; position: absolute; left: 50%; bottom: -170px; width: 340px; height: 340px;\n  transform: translateX(-50%); border-radius: 50%;\n  background: radial-gradient(circle, rgba(255,176,31,0.42) 0%, rgba(255,176,31,0.12) 46%, transparent 70%);\n  animation: cge42-bob 8s ease-in-out infinite;\n}\n.cge42 .cge42-cta \u003e * { position: relative; z-index: 1; }\n.cge42 .cge42-cta h2 { font-size: 26px; margin-bottom: 12px; }\n.cge42 .cge42-cta h2 span {\n  background: var(--amber-grad);\n  -webkit-background-clip: text; background-clip: text; color: transparent;\n}\n.cge42 .cge42-cta p { color: #b8c0c1; max-width: 520px; margin: 0 auto 10px; font-size: 15.5px; }\n.cge42 .cge42-cta .cge42-cta-pill {\n  display: inline-block; margin-top: 14px;\n  font-family: 'DM Mono', monospace; font-size: 11.5px; letter-spacing: 0.12em;\n  text-transform: uppercase; color: var(--amber);\n  border: 1px solid rgba(255,176,31,0.45); border-radius: 3px; padding: 10px 16px;\n  background: rgba(255,176,31,0.08);\n}\n\n\/* ================= footer ================= *\/\n.cge42 .cge42-footer {\n  padding: 24px 20px; font-size: 12px; color: var(--ink-soft);\n  background: var(--concrete); border-top: 1px solid var(--line);\n  text-align: center; line-height: 1.7;\n}\n.cge42 .cge42-footer p { margin-bottom: 8px; }\n\n\/* ================= reduced motion ================= *\/\n@media (prefers-reduced-motion: reduce) {\n  .cge42 *, .cge42 *::before, .cge42 *::after {\n    animation: none !important;\n    transition: none !important;\n  }\n}\n\n\/* ================= wider screens ================= *\/\n@media (min-width: 700px) {\n  .cge42 { border-radius: 22px; }\n  .cge42 section { padding: 56px 44px; }\n  .cge42 .cge42-nav { padding: 16px 44px; }\n  .cge42 .cge42-hero { padding: 62px 44px 54px; }\n  .cge42 .cge42-hero h1 { font-size: 46px; }\n  .cge42 .cge42-hero .cge42-sub { font-size: 18px; max-width: 520px; }\n  .cge42 .cge42-nozzle { width: 230px; position: absolute; right: 30px; top: 58px; margin: 0; }\n  .cge42 .cge42-boardwrap { padding: 40px 44px 48px; }\n  .cge42 .cge42-board-row {\n    grid-template-columns: 92px 168px 1fr 148px;\n    grid-template-areas: \"grade name desc status\";\n    align-items: center; gap: 16px;\n  }\n  .cge42 .cge42-board-status { margin-top: 0; text-align: right; }\n  .cge42 .cge42-board-row-lit .cge42-board-status { text-align: center; justify-self: stretch; }\n  .cge42 .cge42-board-grade { font-size: 32px; }\n  .cge42 .cge42-board-plain { padding: 26px 28px; }\n  .cge42 .cge42-bento { grid-template-columns: repeat(3, 1fr); gap: 14px; }\n  .cge42 .cge42-trust-grid { grid-template-columns: 1fr 1fr; gap: 14px; }\n  .cge42 .cge42-fit { grid-template-columns: 1fr 1fr; }\n  .cge42 .cge42-steps { grid-template-columns: 1fr 1fr; gap: 14px; }\n  .cge42 .cge42-ship-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }\n  .cge42 .cge42-inclist { grid-template-columns: 1fr 1fr; gap: 10px; }\n  .cge42 .cge42-sticker { padding: 30px 30px 34px; }\n  .cge42 .cge42-seal { width: 84px; height: 84px; right: 22px; top: 20px; }\n  .cge42 .cge42-docket { padding: 34px 34px 38px; }\n  .cge42 .cge42-clause { grid-template-columns: 36px 1fr; gap: 14px; }\n  .cge42 .cge42-vibe blockquote { font-size: 27px; }\n  .cge42 .cge42-scene h2 { font-size: 30px; }\n  .cge42 .cge42-cta h2 { font-size: 33px; }\n  .cge42 .cge42-hero-note { max-width: 560px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"cge42\"\u003e\n\n  \u003c!-- NAV --\u003e\n  \u003cdiv class=\"cge42-nav\"\u003e\n    \u003cdiv class=\"cge42-nav-brand\"\u003eCamGuard \u003cspan\u003eAustralia\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"cge42-nav-tag\"\u003eIndependent eufy specialists · Townsville QLD\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"cge42-hazard\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"cge42-hero\"\u003e\n    \u003cdiv class=\"cge42-grade-chip\"\u003eManufacturer Renewed · Excellent Grade\u003c\/div\u003e\n    \u003ch1\u003eeufy SoloCam E42\u003cem\u003e4K solar · standalone\u003c\/em\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"cge42-sub\"\u003eA 4K camera with its own solar panel in the box, running on your router with no hub in the middle. Everything on a forecourt eventually needs a fill. This one has never pulled in.\u003c\/p\u003e\n\n    \u003c!-- decorative: fuel nozzle pouring sunlight --\u003e\n    \u003csvg class=\"cge42-nozzle\" viewbox=\"0 0 250 190\" role=\"img\" aria-hidden=\"true\" focusable=\"false\"\u003e\n      \u003cpath class=\"cge42-svg-hose\" d=\"M14 182 C 14 134 30 112 62 108\" stroke-width=\"12\"\u003e\u003c\/path\u003e\n      \u003cpath class=\"cge42-svg-body\" d=\"M62 94 h58 a15 15 0 0 1 15 15 v11 a15 15 0 0 1 -15 15 h-32 v19 a13 13 0 0 1 -13 13 h-10 a13 13 0 0 1 -13 -13 v-45 a15 15 0 0 1 10 -15 z\"\u003e\u003c\/path\u003e\n      \u003cpath class=\"cge42-svg-trigger\" d=\"M74 140 C 86 146 96 148 104 146\"\u003e\u003c\/path\u003e\n      \u003cpath class=\"cge42-svg-spout\" d=\"M135 108 C 158 108 172 100 178 86\" stroke-width=\"10\"\u003e\u003c\/path\u003e\n      \u003cg class=\"cge42-svg-rays\"\u003e\n        \u003cpath class=\"cge42-svg-ray\" d=\"M190 14 l5 -13 l5 13 z\"\u003e\u003c\/path\u003e\n        \u003cpath class=\"cge42-svg-ray\" d=\"M225 30 l13 -5 l-8 11 z\"\u003e\u003c\/path\u003e\n        \u003cpath class=\"cge42-svg-ray\" d=\"M228 60 l14 4 l-13 6 z\"\u003e\u003c\/path\u003e\n        \u003cpath class=\"cge42-svg-ray\" d=\"M212 86 l8 11 l-13 -4 z\"\u003e\u003c\/path\u003e\n        \u003cpath class=\"cge42-svg-ray\" d=\"M178 90 l-5 13 l-4 -13 z\"\u003e\u003c\/path\u003e\n        \u003cpath class=\"cge42-svg-ray\" d=\"M155 66 l-14 4 l12 6 z\"\u003e\u003c\/path\u003e\n        \u003cpath class=\"cge42-svg-ray\" d=\"M158 32 l-12 -6 l14 -3 z\"\u003e\u003c\/path\u003e\n      \u003c\/g\u003e\n      \u003ccircle class=\"cge42-svg-sun\" cx=\"192\" cy=\"52\" r=\"21\"\u003e\u003c\/circle\u003e\n      \u003cpath class=\"cge42-svg-drop\" d=\"M178 84 c 7 10 7 17 0 21 c -7 -4 -7 -11 0 -21 z\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n\n    \u003c!-- IMG-PLACEHOLDER: hero product shot - E42 with its solar panel mounted above it on a colourbond shed wall, late afternoon light --\u003e\n\n    \u003cp class=\"cge42-hero-note\"\u003e\u003cstrong\u003eStandalone camera.\u003c\/strong\u003e It pairs straight to your 2.4 GHz Wi-Fi. No HomeBase is required, and no HomeBase is included in this listing. The E42 kits bundle a HomeBase 3, but this is the single camera.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SET PIECE 1: THE PRICE BOARD (condition callout, early and plain) --\u003e\n  \u003cdiv class=\"cge42-boardwrap\"\u003e\n    \u003cdiv class=\"cge42-board\"\u003e\n      \u003cdiv class=\"cge42-board-head\"\u003e\n        \u003ch2\u003eToday's Grades\u003c\/h2\u003e\n        \u003cspan\u003eCamGuard Forecourt · Renewed\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cul class=\"cge42-board-list\" aria-label=\"CamGuard renewed cosmetic grades, shown as a service station price board\"\u003e\n        \u003cli class=\"cge42-board-row\"\u003e\n          \u003cspan class=\"cge42-board-grade\"\u003eU91\u003c\/span\u003e\n          \u003cspan class=\"cge42-board-name\"\u003eFair\u003c\/span\u003e\n          \u003cspan class=\"cge42-board-desc\"\u003eThe honest workhorse. Marks you can see from the driveway, and priced like it.\u003c\/span\u003e\n          \u003cspan class=\"cge42-board-status\"\u003eNot this unit\u003c\/span\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"cge42-board-row\"\u003e\n          \u003cspan class=\"cge42-board-grade\"\u003eP95\u003c\/span\u003e\n          \u003cspan class=\"cge42-board-name\"\u003eGood\u003c\/span\u003e\n          \u003cspan class=\"cge42-board-desc\"\u003eNoticeable signs of use. Light scratches or scuffs on the housing, all cosmetic.\u003c\/span\u003e\n          \u003cspan class=\"cge42-board-status\"\u003eNot this unit\u003c\/span\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"cge42-board-row cge42-board-row-lit\"\u003e\n          \u003cspan class=\"cge42-board-grade\"\u003eP98\u003c\/span\u003e\n          \u003cspan class=\"cge42-board-name\"\u003eExcellent\u003c\/span\u003e\n          \u003cspan class=\"cge42-board-desc\"\u003eMinimal to no visible marks. The cleanest renewed grade we sell, and the one you are looking at.\u003c\/span\u003e\n          \u003cspan class=\"cge42-board-status\"\u003eThis unit\u003c\/span\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"cge42-board-row cge42-board-row-solar\"\u003e\n          \u003cspan class=\"cge42-board-grade\"\u003e0.0\u003c\/span\u003e\n          \u003cspan class=\"cge42-board-name\"\u003eSolar\u003c\/span\u003e\n          \u003cspan class=\"cge42-board-desc\"\u003eLitres this camera has ever used. It runs on sunlight, so it has never queued behind the bloke with the jerry cans.\u003c\/span\u003e\n          \u003cspan class=\"cge42-board-status\"\u003eAlways lit\u003c\/span\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"cge42-board-foot\"\u003eNo 4c\/L docket required\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cge42-board-plain\"\u003e\n      \u003ch3\u003eWhat the grade actually means\u003c\/h3\u003e\n      \u003cp\u003eAll three grades are the same camera. Each one was \u003cstrong\u003eused by somebody else first\u003c\/strong\u003e, then went back through eufy and Anker's own renewal programme, where \u003cstrong\u003ethe manufacturer\u003c\/strong\u003e inspected it, tested it and restored it to full working order before it was graded for resale. The grade describes cosmetics, not function.\u003c\/p\u003e\n      \u003cp\u003eThis one is graded \u003cstrong\u003eExcellent\u003c\/strong\u003e: minimal to no visible marks, and you would have to hunt in good light to find anything at all. It arrives in \u003cstrong\u003erenewed packaging rather than the original retail box\u003c\/strong\u003e, and it is covered by our \u003cstrong\u003ein-house 12-month CamGuard warranty\u003c\/strong\u003e, which is a CamGuard warranty and not a manufacturer warranty, on top of your rights under Australian Consumer Law.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENTO STATS --\u003e\n  \u003csection class=\"cge42-bento-sec\"\u003e\n    \u003ch2\u003eThe numbers on the pump\u003c\/h2\u003e\n    \u003cp\u003eEvery figure below comes off eufy's own published specifications for this model.\u003c\/p\u003e\n    \u003cdiv class=\"cge42-bento\"\u003e\n      \u003cdiv class=\"cge42-tile\"\u003e\n\u003cspan class=\"cge42-tile-big\"\u003e4K\u003c\/span\u003e\u003cspan class=\"cge42-tile-small\"\u003eUHD, 8 MP\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"cge42-tile\"\u003e\n\u003cspan class=\"cge42-tile-big\"\u003e130°\u003c\/span\u003e\u003cspan class=\"cge42-tile-small\"\u003efield of view, f\/1.6 lens\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"cge42-tile\"\u003e\n\u003cspan class=\"cge42-tile-big\"\u003eSolar\u003c\/span\u003e\u003cspan class=\"cge42-tile-small\"\u003edetachable panel included in the box\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"cge42-tile\"\u003e\n\u003cspan class=\"cge42-tile-big\"\u003e250 lm\u003c\/span\u003e\u003cspan class=\"cge42-tile-small\"\u003espotlight\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"cge42-tile\"\u003e\n\u003cspan class=\"cge42-tile-big\"\u003eIP65\u003c\/span\u003e\u003cspan class=\"cge42-tile-small\"\u003eweather rating, rated to work from -20°C to 60°C\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"cge42-tile\"\u003e\n\u003cspan class=\"cge42-tile-big\"\u003e$0\/mo\u003c\/span\u003e\u003cspan class=\"cge42-tile-small\"\u003elocal storage, no subscription required\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SCENE 1: solar --\u003e\n  \u003csection class=\"cge42-scene\"\u003e\n    \u003cspan class=\"cge42-scene-tag\"\u003ePump 1 · Never used\u003c\/span\u003e\n    \u003ch2\u003eIt has never once \u003cspan\u003epulled in for a fill\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eThe solar panel comes in the box, along with its own mounting bracket, positioning sticker and screw pack. It is detachable, so the panel can go somewhere sunny even when the camera has to go somewhere useful.\u003c\/p\u003e\n    \u003cp\u003eeufy calls the system \u003cstrong\u003eSolarPlus 2.0\u003c\/strong\u003e and quotes \u003cstrong\u003etwo hours of direct sunlight a day\u003c\/strong\u003e to keep the camera charged for continuous, maintenance free operation. The battery inside is a built-in, non-removable rechargeable lithium cell, and eufy quotes up to \u003cstrong\u003e90 days\u003c\/strong\u003e at 300 seconds of recording per day, while stating plainly that battery life varies with how often motion is detected, how long it records and the temperature it lives in.\u003c\/p\u003e\n    \u003cp\u003eThere is a USB-C port on the body for the weeks when Townsville decides to be a rainforest. The cable is included. A 5V wall charger is not.\u003c\/p\u003e\n    \u003c!-- IMG-PLACEHOLDER: close-up of the detachable solar panel and its bracket, angled at the sun --\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SCENE 2: 4K, night, deterrence --\u003e\n  \u003csection class=\"cge42-scene cge42-scene-dark\"\u003e\n    \u003cspan class=\"cge42-scene-tag\"\u003ePump 2 · 3am, servo lighting\u003c\/span\u003e\n    \u003ch2\u003e4K at 3am, which is \u003cspan\u003ewhen things happen\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eTrue 4K UHD at 8 megapixels through a 130° f\/1.6 lens, with infrared night vision after dark and a \u003cstrong\u003e250 lumen spotlight\u003c\/strong\u003e on board. The PIR sensor covers a motion zone out to about \u003cstrong\u003e10 metres\u003c\/strong\u003e, and eufy recommends mounting between 2 and 3 metres up.\u003c\/p\u003e\n    \u003cp\u003eeufy publishes the AI as \u003cstrong\u003eHuman, Vehicle and Motion Tracking\u003c\/strong\u003e, plus AI Tracking, so the camera follows what moves instead of holding one fixed frame. That is the point of a tracking camera: no fixed blind spot sitting permanently in the middle of your driveway.\u003c\/p\u003e\n    \u003cp\u003eFor active deterrence, eufy's own FAQ describes it this way: when an intruder is detected, the camera activates \u003cstrong\u003ered and blue strobe lights and a siren\u003c\/strong\u003e, and you get a notification on your phone. We are not going to print a decibel figure, because eufy does not publish one for this model.\u003c\/p\u003e\n    \u003c!-- IMG-PLACEHOLDER: night frame with the spotlight on, plus a second frame of the red and blue strobe firing --\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SCENE 3: storage and fees --\u003e\n  \u003csection class=\"cge42-scene\"\u003e\n    \u003cspan class=\"cge42-scene-tag\"\u003ePump 3 · The air hose still wants $2\u003c\/span\u003e\n    \u003ch2\u003eThe card slot is on the camera, \u003cspan\u003eand the fees are nil\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eThere is a \u003cstrong\u003ephysical microSD card slot\u003c\/strong\u003e on the camera body, next to the USB-C port and the sync button. It takes a card up to \u003cstrong\u003e128 GB\u003c\/strong\u003e, footage stays local, and there is no monthly fee for recording, alerts or playback. The card is not included, so pick one up with the milk.\u003c\/p\u003e\n    \u003cp\u003eOne correction worth making, because it is all over the internet: if you have seen \u003cstrong\u003e\"16 GB built-in\"\u003c\/strong\u003e attached to this camera, that figure belongs to the HomeBase 3, not to the E42. The camera's own storage is the microSD card you put in it.\u003c\/p\u003e\n    \u003cp\u003eTwo-way audio is full duplex, so you and the courier can talk over each other properly, the way you would in person. It also works with Apple HomeKit, Amazon Alexa and Google Assistant.\u003c\/p\u003e\n    \u003c!-- IMG-PLACEHOLDER: macro shot of the port bay - USB-C, sync button and microSD slot with the cover open --\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VIBE --\u003e\n  \u003csection class=\"cge42-vibe\"\u003e\n    \u003cblockquote\u003e\"It runs on sunlight, so it never pulls in, never queues behind the caravan, and never comes back out with a pie it had no intention of buying.\"\u003c\/blockquote\u003e\n    \u003ccite\u003eThe vibe, in one sentence\u003c\/cite\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SET PIECE 4: THE SMALL PRINT (the honest bit) --\u003e\n  \u003csection class=\"cge42-smallprint-sec\"\u003e\n    \u003cdiv class=\"cge42-docket\"\u003e\n      \u003cdiv class=\"cge42-docket-head\"\u003e\n        \u003ch2\u003eThe Small Print\u003c\/h2\u003e\n        \u003cp\u003ePrinted at the bottom of the docket, where nobody reads it.\u003cbr\u003eRead it.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge42-clause\"\u003e\n        \u003cspan class=\"cge42-clause-no\"\u003e01\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eIt was used before\u003c\/h3\u003e\n          \u003cp\u003eThis is a Manufacturer Renewed unit, not new stock. Somebody owned it, then it went back through the manufacturer's renewal programme to be inspected, tested and restored to working order. Excellent grade means minimal to no visible marks, which is a cosmetic description and not a promise of a flawless surface. It ships in renewed packaging rather than the original retail box. If you need factory sealed, this is the wrong listing and we would rather you knew that now than at the letterbox.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge42-clause\"\u003e\n        \u003cspan class=\"cge42-clause-no\"\u003e02\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eOne camera. No hub in the parcel\u003c\/h3\u003e\n          \u003cp\u003eThe E42 kits bundle a HomeBase 3. This listing is the single camera, so there is no HomeBase in the box. It does not need one, because it runs standalone on your router, but if you were expecting a hub to fall out of the packaging, it will not.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge42-clause\"\u003e\n        \u003cspan class=\"cge42-clause-no\"\u003e03\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003e24\/7 recording has conditions attached\u003c\/h3\u003e\n          \u003cp\u003eeufy's answer is yes, but only when the camera is on wired power and connected to a HomeBase 3 with a hard drive installed. On battery and solar it records motion events, not a continuous stream. A solar camera that recorded 24\/7 on sunlight would be a very different physics.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge42-clause\"\u003e\n        \u003cspan class=\"cge42-clause-no\"\u003e04\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eNo memory card, no wall charger\u003c\/h3\u003e\n          \u003cp\u003eThe microSD card is not included and the published ceiling is 128 GB, so do not buy the 512 GB one on special. The USB-C charging cable is in the box. The 5V wall plug is not, on the theory that you already own eleven.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge42-clause\"\u003e\n        \u003cspan class=\"cge42-clause-no\"\u003e05\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003e2.4 GHz Wi-Fi only\u003c\/h3\u003e\n          \u003cp\u003eIt will not join a 5 GHz only network. Most routers broadcast both bands, and it is worth confirming yours does before the ladder comes out, not after.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge42-clause\"\u003e\n        \u003cspan class=\"cge42-clause-no\"\u003e06\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eThe 130° is the lens, not a 360° claim\u003c\/h3\u003e\n          \u003cp\u003eYou will see 360° attached to this model in plenty of places. The field of view eufy publishes for the lens is 130° at f\/1.6, and eufy publishes no pan or tilt figure for the E42 at all, so neither do we. We would rather be the boring listing than the one you quote back at us later.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge42-clause\"\u003e\n        \u003cspan class=\"cge42-clause-no\"\u003e07\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eSolar needs actual sun\u003c\/h3\u003e\n          \u003cp\u003eeufy's figure is two hours of direct sunlight a day. Deep under an eave that is not going to happen, and you will be doing USB-C top ups instead. The panel is detachable and has its own bracket and screw pack, so it can be sent somewhere brighter than the camera.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge42-clause\"\u003e\n        \u003cspan class=\"cge42-clause-no\"\u003e08\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eTemperature has an opinion\u003c\/h3\u003e\n          \u003cp\u003eeufy's operating range is -20°C to 60°C, and eufy states the camera shuts down automatically above 60°C. Charging wants an ambient 0°C to 45°C. IP65 is a weather rating for rain and dust, not an immersion rating, so it is not going in the pool.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge42-docket-foot\"\u003eEnd of small print · Thank you, come again\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY CAMGUARD --\u003e\n  \u003csection class=\"cge42-trust\"\u003e\n    \u003ch2\u003eWhy buy it from CamGuard?\u003c\/h2\u003e\n    \u003cdiv class=\"cge42-trust-grid\"\u003e\n      \u003cdiv class=\"cge42-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 included. It is a CamGuard warranty, not a manufacturer warranty, and it sits on top of your Australian Consumer Law rights.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge42-trust-card\"\u003e\n        \u003cstrong\u003eSerial photographed 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=\"cge42-trust-card\"\u003e\n        \u003cstrong\u003eeufy is all we do\u003c\/strong\u003e\n        \u003cp\u003eIndependent eufy specialists. Hub questions, mounting-height questions, \"will this reach the back shed\" questions. Ask before you buy, not after.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge42-trust-card\"\u003e\n        \u003cstrong\u003eDispatched in 1 business day\u003c\/strong\u003e\n        \u003cp\u003eFrom Townsville QLD, with tracking on every order. Same time zone as most of you, same postcode as the cyclone warnings.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SET PIECE 2: THE PUMP STICKER (specs) --\u003e\n  \u003csection class=\"cge42-sticker-sec\"\u003e\n    \u003cdiv class=\"cge42-sticker\"\u003e\n      \u003csvg class=\"cge42-seal\" viewbox=\"0 0 100 100\" role=\"img\" aria-hidden=\"true\" focusable=\"false\"\u003e\n        \u003cpath class=\"cge42-seal-burst\" d=\"M50 2 L58 13 L71 8 L74 22 L88 23 L85 37 L97 45 L88 56 L96 69 L82 74 L83 88 L69 86 L62 98 L50 91 L38 98 L31 86 L17 88 L18 74 L4 69 L12 56 L3 45 L15 37 L12 23 L26 22 L29 8 L42 13 Z\"\u003e\u003c\/path\u003e\n        \u003ccircle class=\"cge42-seal-ring\" cx=\"50\" cy=\"50\" r=\"29\"\u003e\u003c\/circle\u003e\n        \u003cpath class=\"cge42-seal-tick\" d=\"M37 51 L46 61 L65 40\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"cge42-sticker-top\"\u003e\n        \u003cspan class=\"cge42-sticker-grade\"\u003eP98\u003c\/span\u003e\n        \u003ch2\u003eSpecifications\u003c\/h2\u003e\n        \u003cp\u003eFixed to the side of the pump · Model T8173\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003ctable\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eeufy SoloCam E42 (T8173)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eCondition\u003c\/th\u003e\n\u003ctd\u003eManufacturer Renewed, Excellent grade. Used, then professionally refurbished and tested by the manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eResolution\u003c\/th\u003e\n\u003ctd\u003e4K UHD, 8 MP\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eField of view\u003c\/th\u003e\n\u003ctd\u003e130°, f\/1.6\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eNight vision\u003c\/th\u003e\n\u003ctd\u003eInfrared night vision\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSpotlight\u003c\/th\u003e\n\u003ctd\u003e250 lm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSiren and strobe\u003c\/th\u003e\n\u003ctd\u003eSiren plus red and blue strobe lights. Loudness is not published by eufy, so we do not quote one\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eAI detection\u003c\/th\u003e\n\u003ctd\u003eHuman, Vehicle and Motion Tracking, plus AI Tracking. PIR motion sensor\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMotion range\u003c\/th\u003e\n\u003ctd\u003eUp to 10 m (32 ft). Recommended mounting height 2 m to 3 m (7 ft to 10 ft)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n\u003ctd\u003eSolar. Detachable solar panel included, SolarPlus 2.0, two hours of direct sunlight daily per eufy\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eBattery\u003c\/th\u003e\n\u003ctd\u003eBuilt-in non-removable rechargeable lithium. eufy quotes 90 days at 300 seconds of recording per day, and notes it varies with detections, recording time and temperature\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eCharging\u003c\/th\u003e\n\u003ctd\u003eUSB-C. Charging cable included, 5V wall charger not included\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eLocal storage\u003c\/th\u003e\n\u003ctd\u003emicroSD card slot on the camera body, cards up to 128 GB. Card not included\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003e24\/7 recording\u003c\/th\u003e\n\u003ctd\u003eOnly with wired power and a HomeBase 3 with a hard drive installed\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eHub\u003c\/th\u003e\n\u003ctd\u003eNone required. Standalone on your Wi-Fi. HomeBase 3 (S380) is an optional upgrade and is not included\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eTwo-way audio\u003c\/th\u003e\n\u003ctd\u003eFull duplex\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eWi-Fi\u003c\/th\u003e\n\u003ctd\u003e2.4 GHz only\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSmart home\u003c\/th\u003e\n\u003ctd\u003eApple HomeKit, Amazon Alexa, Google Assistant\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeather rating\u003c\/th\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eTemperature\u003c\/th\u003e\n\u003ctd\u003e-20°C to 60°C operating. 0°C to 45°C while charging\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e91.8 x 91.8 x 129.3 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e520 g, camera only, without the solar panel\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003cth scope=\"row\"\u003eSubscription\u003c\/th\u003e\n\u003ctd\u003eNone required\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"cge42-sticker-note\"\u003eAnything eufy does not publish for the E42 is not on this sticker. That includes battery capacity in mAh, siren loudness in dB, panel wattage and any pan or tilt figure.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003csection class=\"cge42-compat\"\u003e\n    \u003ch2\u003eWill it fit your setup?\u003c\/h2\u003e\n    \u003cp\u003eCheck the nozzle before you squeeze the handle.\u003c\/p\u003e\n\n    \u003cdiv class=\"cge42-compat-row\"\u003e\n      \u003cspan class=\"cge42-badge cge42-badge-yes\"\u003eYES\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003eStandalone on your router\u003c\/strong\u003e, with the free eufy Security app. No hub, no bridge, nothing else to buy.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cge42-compat-row\"\u003e\n      \u003cspan class=\"cge42-badge cge42-badge-yes\"\u003eYES\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003eApple HomeKit, Amazon Alexa and Google Assistant\u003c\/strong\u003e are all listed as supported by eufy.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cge42-compat-row\"\u003e\n      \u003cspan class=\"cge42-badge cge42-badge-yes\"\u003eYES\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003emicroSD cards up to 128 GB\u003c\/strong\u003e, in the slot on the camera body. Card not included.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cge42-compat-row\"\u003e\n      \u003cspan class=\"cge42-badge cge42-badge-yes\"\u003eYES\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003eHomeBase 3 (S380) as an optional upgrade\u003c\/strong\u003e, if you already own one or add one later. eufy lists it as adding cross-camera tracking, facial recognition, daily security reports and 16 GB of built-in storage expandable to 16 TB. It is not included here and it is not required.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cge42-compat-row\"\u003e\n      \u003cspan class=\"cge42-badge cge42-badge-no\"\u003eNO\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003e5 GHz only Wi-Fi.\u003c\/strong\u003e The camera needs a 2.4 GHz network. Nearly every home router provides one.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cge42-compat-row\"\u003e\n      \u003cspan class=\"cge42-badge cge42-badge-no\"\u003eNO\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003e24\/7 continuous recording on battery.\u003c\/strong\u003e That combination needs wired power and a HomeBase 3 with a hard drive in it.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cge42-compat-row\"\u003e\n      \u003cspan class=\"cge42-badge cge42-badge-no\"\u003eNO\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003emicroSD cards above 128 GB.\u003c\/strong\u003e 128 GB is the published ceiling for this model.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cge42-compat-row\"\u003e\n      \u003cspan class=\"cge42-badge cge42-badge-note\"\u003eNOTE\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003eHomeBase 2 owners:\u003c\/strong\u003e you do not need it for this camera, because the E42 runs standalone. We are not printing a HomeBase 2 pairing claim in either direction until that pairing has been checked on our own bench, and we would rather say that out loud than guess.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cge42-compat-row\"\u003e\n      \u003cspan class=\"cge42-badge cge42-badge-note\"\u003eNOTE\u003c\/span\u003e\n      \u003cp\u003e\u003cstrong\u003eThe eufy Security app\u003c\/strong\u003e is free on iOS and Android. Alerts, live view, playback and settings all live there.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FIT --\u003e\n  \u003csection class=\"cge42-fit-sec\"\u003e\n    \u003cdiv class=\"cge42-fit\"\u003e\n      \u003cdiv class=\"cge42-fit-col cge42-fit-no\"\u003e\n        \u003ch3\u003eProbably not for you if\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eYou need a factory sealed unit in its original retail box\u003c\/li\u003e\n          \u003cli\u003eYou want 24\/7 continuous recording without wiring power and adding a HomeBase 3 with a hard drive\u003c\/li\u003e\n          \u003cli\u003eYour home Wi-Fi is 5 GHz only\u003c\/li\u003e\n          \u003cli\u003eYou need more than 128 GB of storage on the camera itself\u003c\/li\u003e\n          \u003cli\u003eThe only mounting spot is in permanent deep shade and USB-C top ups sound like a chore\u003c\/li\u003e\n          \u003cli\u003eYou were shopping for a kit and expected a hub in the box\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge42-fit-col cge42-fit-yes\"\u003e\n        \u003ch3\u003ePerfect for\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eSheds, carports, driveways and fence lines with no power anywhere near them\u003c\/li\u003e\n          \u003cli\u003eRenters who cannot run a cable through a wall they do not own\u003c\/li\u003e\n          \u003cli\u003eAnyone who wants 4K without a monthly bill attached to it\u003c\/li\u003e\n          \u003cli\u003eA north-facing wall that cops sun most of the day\u003c\/li\u003e\n          \u003cli\u003eHomeBase 3 owners adding a 4K camera to what they already have\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=\"cge42-setup\"\u003e\n    \u003ch2\u003eFour steps at the bowser\u003c\/h2\u003e\n    \u003cp\u003eRoughly fifteen minutes, most of which is choosing the spot.\u003c\/p\u003e\n    \u003cdiv class=\"cge42-steps\"\u003e\n      \u003cdiv class=\"cge42-step\"\u003e\n        \u003cspan class=\"cge42-step-num\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n\u003cstrong\u003eGet the app\u003c\/strong\u003e\u003cp\u003eDownload eufy Security on iOS or Android and make a free account.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge42-step\"\u003e\n        \u003cspan class=\"cge42-step-num\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n\u003cstrong\u003eFirst charge\u003c\/strong\u003e\u003cp\u003eTop it up indoors with the included USB-C cable. Any standard 5V wall charger will do, since one is not supplied.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge42-step\"\u003e\n        \u003cspan class=\"cge42-step-num\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n\u003cstrong\u003ePair it\u003c\/strong\u003e\u003cp\u003eAdd the camera in the app over your 2.4 GHz Wi-Fi. There is no hub step, because there is no hub.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge42-step\"\u003e\n        \u003cspan class=\"cge42-step-num\"\u003e4\u003c\/span\u003e\n        \u003cdiv\u003e\n\u003cstrong\u003eMount both parts\u003c\/strong\u003e\u003cp\u003eCamera 2 m to 3 m up per eufy's guide, aimed at the area you want covered. Panel wherever the sun actually lands. Positioning stickers for both are in the box.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- IMG-PLACEHOLDER: the two positioning stickers and the screw packs laid out flat on a bench --\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INCLUDED --\u003e\n  \u003csection class=\"cge42-included\"\u003e\n    \u003ch2\u003eWhat is in the parcel\u003c\/h2\u003e\n    \u003cp\u003eRenewed packaging rather than the original retail box, containing:\u003c\/p\u003e\n    \u003cul class=\"cge42-inclist\"\u003e\n      \u003cli\u003e\u003cspan\u003eeufy SoloCam E42 camera\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eCamera mounting bracket\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePositioning sticker for the camera mount\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eScrew pack for the camera\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eUSB-C charging cable\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eSolar panel\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eSolar panel mounting bracket\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePositioning sticker for the solar panel mount\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eScrew pack for the solar panel\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eQuick start guide\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eNot included\u003c\/h3\u003e\n    \u003cul class=\"cge42-inclist cge42-notinc\"\u003e\n      \u003cli\u003e\u003cspan\u003eHomeBase of any kind. It is not required for this camera, and it only ships with the kits\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e5V USB wall charger. The cable is included, the plug is not\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003emicroSD card. Up to 128 GB, your choice of brand\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eOriginal retail box, because this is a renewed unit\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c!-- IMG-PLACEHOLDER: flat lay of everything that ships, camera, panel, both brackets, cable, screw packs and guide --\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SHIPPING \/ WARRANTY \/ RETURNS --\u003e\n  \u003csection class=\"cge42-shipping\"\u003e\n    \u003ch2\u003eShipping, warranty and returns\u003c\/h2\u003e\n    \u003cdiv class=\"cge42-ship-grid\"\u003e\n      \u003cdiv class=\"cge42-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=\"cge42-ship-card\"\u003e\n        \u003cstrong\u003e12-month warranty\u003c\/strong\u003e\n        \u003cp\u003eOur in-house CamGuard warranty, which is not a manufacturer warranty, in addition to your rights under Australian Consumer Law. Faulty and warranty returns are always free.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge42-ship-card\"\u003e\n        \u003cstrong\u003e30-day returns\u003c\/strong\u003e\n        \u003cp\u003eChanged your mind? Return it within 30 days of delivery. The buyer covers return postage and the original shipping is not refunded. Have the serial number handy when you start a return.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SET PIECE 3: THE RECEIPT (FAQ) --\u003e\n  \u003csection class=\"cge42-faq-sec\"\u003e\n    \u003ch2\u003eQuestions, itemised\u003c\/h2\u003e\n    \u003cp class=\"cge42-faq-intro\"\u003eTap a line to open it. Every answer is on the docket, none of them cost anything.\u003c\/p\u003e\n\n    \u003cdiv class=\"cge42-receipt\"\u003e\n      \u003cdiv class=\"cge42-rc-head\"\u003e\n        \u003ch3\u003eCamGuard AU\u003c\/h3\u003e\n        \u003cp\u003eTownsville QLD 4818\u003cbr\u003eServed by: a human, same day, same country\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge42-rc-rule\"\u003e\u003c\/div\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan class=\"cge42-rc-item\"\u003eDoes it need a HomeBase?\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-lead\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-price\"\u003eNO CHARGE\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp\u003eNo. The SoloCam E42 works standalone on your own 2.4 GHz Wi-Fi, and eufy's own setup guide lists adding a HomeBase as an optional step. The E42 kits bundle a HomeBase 3, but this listing is the single camera and no hub is included. If you already own a HomeBase 3, you can add the camera to it for cross-camera tracking, facial recognition, daily security reports and 16 GB of storage expandable to 16 TB.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan class=\"cge42-rc-item\"\u003eWhat does Manufacturer Renewed mean?\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-lead\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-price\"\u003eNO CHARGE\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp\u003eThe unit was previously used, then went back through the manufacturer's official renewal programme, where it was inspected, tested and restored to full working order before being graded for resale. Expect a fully working camera. Cosmetically, minor marks are possible, and at Excellent grade that means minimal to none. It ships in renewed packaging rather than the original retail box, and it is covered by our in-house 12-month CamGuard warranty, which is a CamGuard warranty and not a manufacturer warranty, on top of your Australian Consumer Law rights.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan class=\"cge42-rc-item\"\u003eHow clean is Excellent, honestly?\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-lead\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-price\"\u003eNO CHARGE\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp\u003eIt is the top renewed grade: minimal to no visible marks. At worst you might find a faint handling mark if you go looking in good light. Once it is 3 metres up on a wall you will be looking at footage, not at housing. If a unit had marks you could see from the driveway it would be graded Good or Fair instead, and priced accordingly.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan class=\"cge42-rc-item\"\u003eIs the solar panel really included?\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-lead\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-price\"\u003eNO CHARGE\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp\u003eYes, and so is its own mounting bracket, its own positioning sticker and its own screw pack. It is a detachable panel, not one moulded into the camera, so you can mount it somewhere sunnier than the camera itself. eufy's figure is two hours of direct sunlight a day to keep the camera charged.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan class=\"cge42-rc-item\"\u003eDo I need a memory card?\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-lead\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-price\"\u003eNO CHARGE\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp\u003eYes, if you want footage saved on the camera. There is a microSD card slot on the camera body and it takes cards up to 128 GB. The card is not included. Ignore any spec sheet that says this camera has 16 GB built in, because that number belongs to the HomeBase 3.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan class=\"cge42-rc-item\"\u003eCan it record 24\/7?\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-lead\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-price\"\u003eNO CHARGE\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp\u003eOnly in one specific configuration. eufy's answer is yes when the camera is on wired power and connected to a HomeBase 3 with a hard drive installed. Running on battery and solar, as this one is designed to, it records motion events rather than a continuous stream.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan class=\"cge42-rc-item\"\u003eWill it join my Wi-Fi?\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-lead\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-price\"\u003eNO CHARGE\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp\u003eIt needs a 2.4 GHz network and will not connect to a 5 GHz only one. Most routers broadcast both bands under the same name, so it usually just works. If setup stalls, that band is the first thing to check, and we will happily walk you through it.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan class=\"cge42-rc-item\"\u003eAre there monthly fees?\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-lead\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-price\"\u003eNO CHARGE\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp\u003eNone required. Recording to the microSD card, alerts, live view, two-way audio and playback all work without a subscription. eufy's own wording for this model is local storage with no monthly fee.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan class=\"cge42-rc-item\"\u003eDoes it do face or number plate recognition?\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-lead\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-price\"\u003eNO CHARGE\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp\u003eThe AI eufy publishes for the camera itself is Human, Vehicle and Motion Tracking, plus AI Tracking. Facial recognition is listed by eufy as a HomeBase 3 feature, not a camera feature, so on its own the E42 tells people and vehicles apart rather than identifying individuals. We will not claim more than eufy publishes.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan class=\"cge42-rc-item\"\u003eHow do warranty claims work?\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-lead\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-price\"\u003eNO CHARGE\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \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 before you go looking for it. Faulty and warranty returns are free, under our 12-month CamGuard warranty and alongside your Australian Consumer Law rights.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan class=\"cge42-rc-item\"\u003eDoes it come with a wall charger?\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-lead\"\u003e\u003c\/span\u003e\n          \u003cspan class=\"cge42-rc-price\"\u003eNO CHARGE\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cp\u003eNo. The USB-C charging cable is included, but a 5V wall plug is not, which is standard for this model. Any ordinary phone charger will do the job.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdiv class=\"cge42-rc-total\"\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eItems\u003c\/span\u003e\u003cspan\u003e11\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eAnswers withheld\u003c\/span\u003e\u003cspan\u003e0\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan\u003eNumbers we made up\u003c\/span\u003e\u003cspan\u003e0\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cge42-rc-grand\"\u003e\n\u003cspan\u003eTotal payable\u003c\/span\u003e\u003cspan\u003eNO CHARGE\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- the docket callback pays off here --\u003e\n      \u003cdiv class=\"cge42-coupon\"\u003e\n        \u003ch4\u003eSave 4c\/L on your next fill\u003c\/h4\u003e\n        \u003cp\u003eVoid. This camera does not fill, does not idle at the pump and has no fuel card. What the docket is actually good for:\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003e30 days\u003c\/strong\u003e to change your mind from the day it is delivered, with the buyer covering return postage and the original shipping not refunded. Plus a \u003cstrong\u003e12-month CamGuard warranty\u003c\/strong\u003e, ours and not the manufacturer's, with free returns if the unit is faulty.\u003c\/p\u003e\n        \u003cp class=\"cge42-coupon-void\"\u003eExpiry: none · Conditions: the ones above · Redeem: message us\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cge42-barcode\" aria-hidden=\"true\"\u003e\n        \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n        \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n        \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n        \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cge42-rc-foot\"\u003eThank you, come again\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ITEM SPECIFICS --\u003e\n  \u003csection class=\"cge42-itemspec\"\u003e\n    \u003ch2\u003eItem specifics\u003c\/h2\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 SoloCam E42\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eMPN\u003c\/th\u003e\n\u003ctd\u003eT8173\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\u003eOutdoor wireless security camera, solar powered\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eResolution\u003c\/th\u003e\n\u003ctd\u003e4K UHD, 8 MP\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower source\u003c\/th\u003e\n\u003ctd\u003eBuilt-in rechargeable battery with included detachable solar panel, USB-C charging\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eConnectivity\u003c\/th\u003e\n\u003ctd\u003e2.4 GHz Wi-Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003emicroSD card slot, up to 128 GB, card not included\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eHub required\u003c\/th\u003e\n\u003ctd\u003eNo. Standalone camera\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eHub included\u003c\/th\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth scope=\"row\"\u003eNumber of cameras\u003c\/th\u003e\n\u003ctd\u003e1 (single camera)\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\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"cge42-cta\"\u003e\n    \u003ch2\u003eP98 is lit. \u003cspan\u003ePump 4 is free.\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eOrder today and it leaves Townsville within 1 business day, serial photographed and logged, warranty running from the moment it lands.\u003c\/p\u003e\n    \u003cp\u003eThen it goes up on the wall and never asks you for anything again, apart from about two hours of Queensland sunshine a day.\u003c\/p\u003e\n    \u003cspan class=\"cge42-cta-pill\"\u003eManufacturer Renewed · Excellent · Solar · No hub required\u003c\/span\u003e\n  \u003c\/section\u003e\n  \u003cdiv class=\"cge42-hazard\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n\n  \u003c!-- FOOTER --\u003e\n  \u003cdiv class=\"cge42-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 Security 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  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"eufy","offers":[{"title":"Default Title","offer_id":44487354122283,"sku":"CG-SCE42-MRE-T","price":255.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0666\/0086\/1739\/files\/imgi_51_1200x1200_3_5f8a7148-97dd-4d3a-9ace-1aec26553332.png?v=1785025383","url":"https:\/\/www.camguardaustralia.com.au\/products\/eufy-security-solocam-e42-camera-manufacturer-renewed-excellent-condition","provider":"CamGuard Australia","version":"1.0","type":"link"}