{"product_id":"eufy-security-solocam-s230-s40-manufacturer-renewed-excellent-condition","title":"eufy Security SoloCam S230 (S40) | 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\/* ============ SECOND SUN v2 — eufy SoloCam S230 (S40) · Manufacturer Renewed ============\n   Theme: warm solar gold on warm paper. Angle: solar-powered AND renewed —\n   the camera that runs on sunshine, twice over.\n   Channel-neutral copy (website + eBay). CSS-only animation (no scripts).\n   All CSS scoped under .cgau-listing. Keyframes prefixed cgau-. No external links. *\/\n\n.cgau-listing, .cgau-listing *, .cgau-listing *::before, .cgau-listing *::after {\n  margin: 0; padding: 0; box-sizing: border-box;\n}\n.cgau-listing {\n  \/* palette *\/\n  --paper: #fdf9f0;\n  --paper-deep: #f7efdd;\n  --ink: #2b2417;\n  --ink-soft: #6b6250;\n  --line: #eadfc8;\n  --sun: #f2a93b;\n  --sun-bright: #ffd977;\n  --sun-deep: #d88a10;\n  --ember: #e2622b;\n  --ember-deep: #b8481a;\n  --leaf: #4e7c3f;\n  --leaf-soft: #eaf2e4;\n  --night: #23283f;\n  --night-deep: #12152a;\n  --gold-grad: linear-gradient(120deg, #ffd977 0%, #f2a93b 45%, #e2622b 100%);\n  --dusk-grad: linear-gradient(160deg, #12152a 0%, #23283f 35%, #4a3560 70%, #b8481a 130%);\n\n  font-family: 'DM Sans', system-ui, sans-serif;\n  color: var(--ink);\n  background: var(--paper);\n  max-width: 880px;\n  margin: 0 auto;\n  border-radius: 26px;\n  overflow: hidden;\n  border: 1px solid var(--line);\n  line-height: 1.6;\n  font-size: 16px;\n  box-shadow: 0 30px 80px rgba(43,36,23,0.12);\n}\n.cgau-listing h1, .cgau-listing h2, .cgau-listing h3, .cgau-listing h4 {\n  font-family: 'Sora', system-ui, sans-serif;\n  line-height: 1.2;\n  letter-spacing: -0.02em;\n}\n.cgau-listing img { max-width: 100%; height: auto; display: block; }\n.cgau-listing section { padding: 48px 36px; }\n\n\/* ---- shared animations ---- *\/\n@keyframes cgau-sunpulse {\n  0%, 100% { opacity: 0.75; transform: translateX(-50%) scale(1); }\n  50% { opacity: 1; transform: translateX(-50%) scale(1.12); }\n}\n@keyframes cgau-rays {\n  from { transform: translateX(-50%) rotate(0deg); }\n  to   { transform: translateX(-50%) rotate(360deg); }\n}\n@keyframes cgau-rise {\n  from { opacity: 0; transform: translateY(26px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes cgau-shimmer {\n  0%   { background-position: -200% center; }\n  100% { background-position: 200% center; }\n}\n@keyframes cgau-drift {\n  0%, 100% { transform: translate(0, 0); }\n  33% { transform: translate(14px, -18px); }\n  66% { transform: translate(-12px, -8px); }\n}\n@keyframes cgau-gradshift {\n  0%, 100% { background-position: 0% 50%; }\n  50% { background-position: 100% 50%; }\n}\n@keyframes cgau-glowpulse {\n  0%, 100% { box-shadow: 0 0 0 0 rgba(242,169,59,0.45); }\n  50% { box-shadow: 0 0 0 14px rgba(242,169,59,0); }\n}\n@keyframes cgau-bob {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-6px); }\n}\n\n\/* nav *\/\n.cgau-listing .cgau-nav {\n  display: flex; justify-content: space-between; align-items: center;\n  padding: 18px 36px; border-bottom: 1px solid var(--line);\n  background: var(--paper);\n}\n.cgau-listing .cgau-nav-brand { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 17px; }\n.cgau-listing .cgau-nav-brand span {\n  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;\n}\n.cgau-listing .cgau-nav-tag {\n  font-size: 12px; font-weight: 600; color: var(--ink-soft);\n  background: var(--paper-deep); padding: 6px 14px; border-radius: 999px;\n}\n\n\/* hero *\/\n.cgau-listing .cgau-hero {\n  background: var(--dusk-grad);\n  background-size: 200% 200%;\n  animation: cgau-gradshift 14s ease-in-out infinite;\n  color: #fdf6e8;\n  text-align: center;\n  padding: 72px 36px 60px;\n  position: relative;\n  overflow: hidden;\n}\n\/* rotating sun rays *\/\n.cgau-listing .cgau-hero::before {\n  content: '';\n  position: absolute; left: 50%; top: -230px; transform: translateX(-50%);\n  width: 620px; height: 620px; border-radius: 50%;\n  background: conic-gradient(\n    rgba(246,198,94,0.14) 0deg, transparent 14deg,\n    rgba(246,198,94,0.14) 30deg, transparent 44deg,\n    rgba(246,198,94,0.14) 60deg, transparent 74deg,\n    rgba(246,198,94,0.14) 90deg, transparent 104deg,\n    rgba(246,198,94,0.14) 120deg, transparent 134deg,\n    rgba(246,198,94,0.14) 150deg, transparent 164deg,\n    rgba(246,198,94,0.14) 180deg, transparent 194deg,\n    rgba(246,198,94,0.14) 210deg, transparent 224deg,\n    rgba(246,198,94,0.14) 240deg, transparent 254deg,\n    rgba(246,198,94,0.14) 270deg, transparent 284deg,\n    rgba(246,198,94,0.14) 300deg, transparent 314deg,\n    rgba(246,198,94,0.14) 330deg, transparent 344deg,\n    rgba(246,198,94,0.14) 360deg);\n  animation: cgau-rays 40s linear infinite;\n}\n\/* sun glow core *\/\n.cgau-listing .cgau-hero::after {\n  content: '';\n  position: absolute; left: 50%; top: -150px; transform: translateX(-50%);\n  width: 440px; height: 440px; border-radius: 50%;\n  background: radial-gradient(circle, rgba(255,217,119,0.65) 0%, rgba(242,169,59,0.22) 45%, transparent 70%);\n  animation: cgau-sunpulse 6s ease-in-out infinite;\n}\n\/* drifting ember specks *\/\n.cgau-listing .cgau-hero .cgau-speck {\n  position: absolute; border-radius: 50%; pointer-events: none;\n  background: radial-gradient(circle, rgba(255,217,119,0.9), rgba(255,217,119,0));\n  animation: cgau-drift 9s ease-in-out infinite;\n}\n.cgau-listing .cgau-speck-1 { width: 10px; height: 10px; left: 16%; top: 34%; }\n.cgau-listing .cgau-speck-2 { width: 6px; height: 6px; left: 80%; top: 26%; animation-delay: -3s; animation-duration: 11s; }\n.cgau-listing .cgau-speck-3 { width: 8px; height: 8px; left: 68%; top: 62%; animation-delay: -6s; animation-duration: 13s; }\n.cgau-listing .cgau-speck-4 { width: 5px; height: 5px; left: 28%; top: 68%; animation-delay: -1.5s; animation-duration: 10s; }\n\n.cgau-listing .cgau-hero \u003e * { position: relative; z-index: 1; }\n.cgau-listing .cgau-grade-chip {\n  display: inline-flex; align-items: center; gap: 8px;\n  border: 1px solid rgba(255,217,119,0.55);\n  color: #2b1c07; font-weight: 800; font-size: 13px; letter-spacing: 0.06em;\n  text-transform: uppercase; padding: 9px 20px; border-radius: 999px; margin-bottom: 24px;\n  background: linear-gradient(110deg, #ffd977 25%, #fff3cf 40%, #ffd977 55%) 0 0 \/ 200% 100%;\n  animation: cgau-shimmer 3.5s linear infinite;\n  box-shadow: 0 6px 22px rgba(242,169,59,0.35);\n}\n.cgau-listing .cgau-hero h1 {\n  font-size: 44px; font-weight: 800; margin-bottom: 14px;\n  animation: cgau-rise 0.9s ease-out both;\n}\n.cgau-listing .cgau-hero h1 em {\n  font-style: normal;\n  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;\n}\n.cgau-listing .cgau-hero p.cgau-sub {\n  font-size: 18px; max-width: 560px; margin: 0 auto 28px; color: #e8ddc6;\n  animation: cgau-rise 0.9s ease-out 0.15s both;\n}\n.cgau-listing .cgau-hero-note {\n  display: inline-block; font-size: 14px; color: #ecd9a8;\n  border: 1px solid rgba(246,198,94,0.35); border-radius: 999px;\n  padding: 10px 22px; background: rgba(255,217,119,0.08);\n  animation: cgau-rise 0.9s ease-out 0.3s both;\n}\n\n\/* condition callout *\/\n.cgau-listing .cgau-condition {\n  background: var(--paper-deep);\n  border-bottom: 1px solid var(--line);\n}\n.cgau-listing .cgau-condition-card {\n  position: relative;\n  background: #fff; border-radius: 22px;\n  padding: 30px 32px;\n  box-shadow: 0 14px 40px rgba(216,138,16,0.14);\n  border: 2px solid transparent;\n  background-clip: padding-box;\n}\n.cgau-listing .cgau-condition-card::before {\n  content: '';\n  position: absolute; inset: -2px; z-index: -1; border-radius: 24px;\n  background: var(--gold-grad);\n  background-size: 200% 200%;\n  animation: cgau-gradshift 8s ease-in-out infinite;\n}\n.cgau-listing .cgau-condition-card h2 { font-size: 23px; margin-bottom: 10px; color: var(--ember-deep); }\n.cgau-listing .cgau-condition-card p { color: var(--ink-soft); margin-bottom: 10px; }\n.cgau-listing .cgau-condition-card p:last-child { margin-bottom: 0; }\n.cgau-listing .cgau-condition-card strong { color: var(--ink); }\n\n\/* bento *\/\n.cgau-listing .cgau-bento {\n  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;\n}\n.cgau-listing .cgau-bento-card {\n  background: #fff; border: 1px solid var(--line); border-radius: 20px;\n  padding: 24px 20px; text-align: center;\n  position: relative; overflow: hidden;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  animation: cgau-rise 0.7s ease-out both;\n}\n.cgau-listing .cgau-bento-card::before {\n  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;\n  background: var(--gold-grad);\n}\n.cgau-listing .cgau-bento-card:nth-child(2) { animation-delay: 0.08s; }\n.cgau-listing .cgau-bento-card:nth-child(3) { animation-delay: 0.16s; }\n.cgau-listing .cgau-bento-card:nth-child(4) { animation-delay: 0.24s; }\n.cgau-listing .cgau-bento-card:nth-child(5) { animation-delay: 0.32s; }\n.cgau-listing .cgau-bento-card:nth-child(6) { animation-delay: 0.4s; }\n.cgau-listing .cgau-bento-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 18px 36px rgba(216,138,16,0.18);\n}\n.cgau-listing .cgau-bento-card .cgau-big {\n  font-family: 'Sora', sans-serif; font-weight: 800; font-size: 28px;\n  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;\n  display: block; margin-bottom: 4px;\n}\n.cgau-listing .cgau-bento-card .cgau-small { font-size: 13px; color: var(--ink-soft); }\n\n\/* scenes *\/\n.cgau-listing .cgau-scene { border-top: 1px solid var(--line); }\n.cgau-listing .cgau-scene h2 { font-size: 29px; margin-bottom: 12px; }\n.cgau-listing .cgau-scene h2 span {\n  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;\n}\n.cgau-listing .cgau-scene p { color: var(--ink-soft); max-width: 640px; margin-bottom: 14px; }\n.cgau-listing .cgau-scene p:last-of-type { margin-bottom: 0; }\n.cgau-listing .cgau-scene-dark {\n  background: var(--night);\n  background-image: radial-gradient(ellipse at 85% 15%, rgba(242,169,59,0.16), transparent 55%);\n  color: #ece5d3; border-top: none;\n}\n.cgau-listing .cgau-scene-dark h2 { color: #fff; }\n.cgau-listing .cgau-scene-dark p { color: #c3bca8; }\n\n\/* vibe pull-quote *\/\n.cgau-listing .cgau-vibe {\n  background: var(--gold-grad);\n  background-size: 220% 220%;\n  animation: cgau-gradshift 10s ease-in-out infinite;\n  text-align: center; color: #2b1c07;\n  position: relative; overflow: hidden;\n}\n.cgau-listing .cgau-vibe::before {\n  content: '☀️'; position: absolute; font-size: 120px; opacity: 0.14;\n  left: -20px; top: -30px; animation: cgau-bob 5s ease-in-out infinite;\n}\n.cgau-listing .cgau-vibe::after {\n  content: '♻️'; position: absolute; font-size: 110px; opacity: 0.14;\n  right: -14px; bottom: -34px; animation: cgau-bob 6s ease-in-out infinite reverse;\n}\n.cgau-listing .cgau-vibe blockquote {\n  font-family: 'Sora', sans-serif; font-weight: 700; font-size: 27px;\n  max-width: 620px; margin: 0 auto; line-height: 1.35; position: relative;\n}\n.cgau-listing .cgau-vibe cite {\n  display: block; font-family: 'DM Sans', sans-serif; font-style: normal;\n  font-weight: 600; font-size: 14px; margin-top: 16px; color: #5a3c10; position: relative;\n}\n\n\/* honest bit *\/\n.cgau-listing .cgau-honest { background: var(--paper-deep); }\n.cgau-listing .cgau-honest h2 { font-size: 27px; margin-bottom: 8px; }\n.cgau-listing .cgau-honest \u003e p { color: var(--ink-soft); margin-bottom: 22px; }\n.cgau-listing .cgau-honest-item {\n  background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--sun);\n  border-radius: 16px;\n  padding: 18px 22px; margin-bottom: 12px;\n  transition: transform 0.25s ease, box-shadow 0.25s ease;\n}\n.cgau-listing .cgau-honest-item:hover {\n  transform: translateX(6px);\n  box-shadow: 0 10px 26px rgba(216,138,16,0.12);\n}\n.cgau-listing .cgau-honest-item strong { display: block; margin-bottom: 4px; }\n.cgau-listing .cgau-honest-item p { font-size: 15px; color: var(--ink-soft); }\n\n\/* trust grid *\/\n.cgau-listing .cgau-trust h2 { font-size: 27px; margin-bottom: 22px; }\n.cgau-listing .cgau-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }\n.cgau-listing .cgau-trust-card {\n  background: var(--leaf-soft); border-radius: 18px; padding: 22px 24px;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n.cgau-listing .cgau-trust-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 16px 32px rgba(78,124,63,0.16);\n}\n.cgau-listing .cgau-trust-card strong { display: block; color: var(--leaf); margin-bottom: 4px; }\n.cgau-listing .cgau-trust-card p { font-size: 15px; color: var(--ink-soft); }\n\n\/* specs table *\/\n.cgau-listing .cgau-specs h2 { font-size: 27px; margin-bottom: 22px; }\n.cgau-listing .cgau-specs table { width: 100%; border-collapse: collapse; font-size: 15px; }\n.cgau-listing .cgau-specs th, .cgau-listing .cgau-specs td {\n  text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line); vertical-align: top;\n}\n.cgau-listing .cgau-specs th { width: 38%; color: var(--ink-soft); font-weight: 600; }\n.cgau-listing .cgau-specs tr { transition: background 0.2s ease; }\n.cgau-listing .cgau-specs tr:hover { background: var(--paper-deep); }\n\n\/* compatibility *\/\n.cgau-listing .cgau-compat h2 { font-size: 27px; margin-bottom: 22px; }\n.cgau-listing .cgau-compat-row {\n  display: flex; align-items: flex-start; gap: 14px;\n  padding: 14px 10px; border-bottom: 1px solid var(--line);\n  border-radius: 10px;\n  transition: background 0.2s ease;\n}\n.cgau-listing .cgau-compat-row:hover { background: var(--paper-deep); }\n.cgau-listing .cgau-badge {\n  flex: 0 0 auto; font-size: 12px; font-weight: 800; letter-spacing: 0.05em;\n  padding: 5px 12px; border-radius: 999px; margin-top: 2px;\n}\n.cgau-listing .cgau-badge-yes { background: var(--leaf-soft); color: var(--leaf); }\n.cgau-listing .cgau-badge-no { background: #fbe6e0; color: #b0421f; }\n.cgau-listing .cgau-badge-note { background: #fdf1d8; color: var(--sun-deep); }\n.cgau-listing .cgau-compat-row p { font-size: 15px; color: var(--ink-soft); }\n.cgau-listing .cgau-compat-row p strong { color: var(--ink); }\n\n\/* fit lists *\/\n.cgau-listing .cgau-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n.cgau-listing .cgau-fit-col { border-radius: 22px; padding: 28px 26px; transition: transform 0.3s ease; }\n.cgau-listing .cgau-fit-col:hover { transform: translateY(-4px); }\n.cgau-listing .cgau-fit-no { background: var(--paper-deep); border: 1px solid var(--line); }\n.cgau-listing .cgau-fit-yes {\n  background: var(--night);\n  background-image: radial-gradient(ellipse at 90% 0%, rgba(242,169,59,0.22), transparent 55%);\n  color: #ece5d3;\n}\n.cgau-listing .cgau-fit-col h3 { font-size: 19px; margin-bottom: 14px; }\n.cgau-listing .cgau-fit-yes h3 { color: var(--sun-bright); }\n.cgau-listing .cgau-fit-col ul { list-style: none; }\n.cgau-listing .cgau-fit-col li {\n  padding: 7px 0 7px 26px; position: relative; font-size: 15px;\n}\n.cgau-listing .cgau-fit-no li { color: var(--ink-soft); }\n.cgau-listing .cgau-fit-yes li { color: #d8d0ba; }\n.cgau-listing .cgau-fit-no li::before { content: '✕'; position: absolute; left: 0; color: #b0421f; font-weight: 700; }\n.cgau-listing .cgau-fit-yes li::before { content: '✓'; position: absolute; left: 0; color: var(--sun); font-weight: 700; }\n\n\/* setup steps *\/\n.cgau-listing .cgau-setup h2 { font-size: 27px; margin-bottom: 22px; }\n.cgau-listing .cgau-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }\n.cgau-listing .cgau-step {\n  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px 16px;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n.cgau-listing .cgau-step:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 14px 30px rgba(216,138,16,0.14);\n}\n.cgau-listing .cgau-step .cgau-step-num {\n  display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center;\n  background: var(--gold-grad); color: #2b1c07; font-weight: 800; font-size: 14px;\n  border-radius: 999px; margin-bottom: 10px; font-family: 'Sora', sans-serif;\n  animation: cgau-glowpulse 3s ease-in-out infinite;\n}\n.cgau-listing .cgau-step:nth-child(2) .cgau-step-num { animation-delay: 0.4s; }\n.cgau-listing .cgau-step:nth-child(3) .cgau-step-num { animation-delay: 0.8s; }\n.cgau-listing .cgau-step:nth-child(4) .cgau-step-num { animation-delay: 1.2s; }\n.cgau-listing .cgau-step strong { display: block; font-size: 15px; margin-bottom: 4px; }\n.cgau-listing .cgau-step p { font-size: 13px; color: var(--ink-soft); }\n\n\/* included *\/\n.cgau-listing .cgau-included { background: var(--paper-deep); }\n.cgau-listing .cgau-included h2 { font-size: 27px; margin-bottom: 8px; }\n.cgau-listing .cgau-included \u003e p { color: var(--ink-soft); margin-bottom: 18px; }\n.cgau-listing .cgau-included ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n.cgau-listing .cgau-included li {\n  background: #fff; border: 1px solid var(--line); border-radius: 14px;\n  padding: 13px 16px; font-size: 15px;\n  transition: transform 0.25s ease, box-shadow 0.25s ease;\n}\n.cgau-listing .cgau-included li:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 10px 22px rgba(216,138,16,0.12);\n}\n\n\/* shipping *\/\n.cgau-listing .cgau-shipping h2 { font-size: 27px; margin-bottom: 22px; }\n.cgau-listing .cgau-ship-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }\n.cgau-listing .cgau-ship-card {\n  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px 20px;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n.cgau-listing .cgau-ship-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 14px 30px rgba(216,138,16,0.14);\n}\n.cgau-listing .cgau-ship-card strong { display: block; color: var(--sun-deep); margin-bottom: 6px; font-size: 15px; }\n.cgau-listing .cgau-ship-card p { font-size: 14px; color: var(--ink-soft); }\n\n\/* FAQ *\/\n.cgau-listing .cgau-faq h2 { font-size: 27px; margin-bottom: 22px; }\n.cgau-listing .cgau-faq details {\n  border: 1px solid var(--line); border-radius: 14px; margin-bottom: 10px;\n  background: #fff; padding: 0 20px;\n  transition: box-shadow 0.25s ease, border-color 0.25s ease;\n}\n.cgau-listing .cgau-faq details:hover { border-color: var(--sun); }\n.cgau-listing .cgau-faq details[open] {\n  border-color: var(--sun);\n  box-shadow: 0 10px 26px rgba(216,138,16,0.10);\n}\n.cgau-listing .cgau-faq summary {\n  cursor: pointer; font-weight: 700; padding: 16px 26px 16px 0;\n  font-family: 'Sora', sans-serif; font-size: 15px;\n  list-style: none; position: relative;\n}\n.cgau-listing .cgau-faq summary::-webkit-details-marker { display: none; }\n.cgau-listing .cgau-faq summary::after {\n  content: '＋'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);\n  color: var(--sun-deep); font-weight: 700; transition: transform 0.25s ease;\n}\n.cgau-listing .cgau-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }\n.cgau-listing .cgau-faq details p { padding: 0 0 16px; font-size: 15px; color: var(--ink-soft); }\n\n\/* item specifics *\/\n.cgau-listing .cgau-itemspec { background: var(--paper-deep); }\n.cgau-listing .cgau-itemspec h2 { font-size: 22px; margin-bottom: 18px; }\n.cgau-listing .cgau-itemspec table { width: 100%; border-collapse: collapse; font-size: 14px; }\n.cgau-listing .cgau-itemspec th, .cgau-listing .cgau-itemspec td {\n  text-align: left; padding: 9px 12px; border-bottom: 1px solid var(--line);\n}\n.cgau-listing .cgau-itemspec th { width: 38%; color: var(--ink-soft); font-weight: 600; }\n\n\/* CTA *\/\n.cgau-listing .cgau-cta {\n  background: var(--dusk-grad);\n  background-size: 200% 200%;\n  animation: cgau-gradshift 14s ease-in-out infinite;\n  color: #fdf6e8; text-align: center; padding: 64px 36px;\n  position: relative; overflow: hidden;\n}\n.cgau-listing .cgau-cta::before {\n  content: '';\n  position: absolute; left: 50%; bottom: -190px; transform: translateX(-50%);\n  width: 460px; height: 460px; border-radius: 50%;\n  background: radial-gradient(circle, rgba(255,217,119,0.5) 0%, rgba(242,169,59,0.18) 45%, transparent 70%);\n  animation: cgau-sunpulse 7s ease-in-out infinite;\n}\n.cgau-listing .cgau-cta \u003e * { position: relative; }\n.cgau-listing .cgau-cta h2 { font-size: 31px; margin-bottom: 12px; }\n.cgau-listing .cgau-cta h2 span {\n  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;\n}\n.cgau-listing .cgau-cta p { color: #d5c9ae; max-width: 520px; margin: 0 auto; }\n\n\/* footer *\/\n.cgau-listing .cgau-footer {\n  padding: 26px 36px; font-size: 12px; color: var(--ink-soft);\n  border-top: 1px solid var(--line); text-align: center; line-height: 1.7;\n}\n\n\/* respect reduced-motion *\/\n@media (prefers-reduced-motion: reduce) {\n  .cgau-listing *, .cgau-listing *::before, .cgau-listing *::after {\n    animation: none !important; transition: none !important;\n  }\n}\n\n@media (max-width: 640px) {\n  .cgau-listing section { padding: 36px 20px; }\n  .cgau-listing .cgau-hero h1 { font-size: 31px; }\n  .cgau-listing .cgau-bento { grid-template-columns: 1fr 1fr; }\n  .cgau-listing .cgau-trust-grid { grid-template-columns: 1fr; }\n  .cgau-listing .cgau-fit { grid-template-columns: 1fr; }\n  .cgau-listing .cgau-steps { grid-template-columns: 1fr 1fr; }\n  .cgau-listing .cgau-ship-grid { grid-template-columns: 1fr; }\n  .cgau-listing .cgau-included ul { grid-template-columns: 1fr; }\n  .cgau-listing .cgau-nav { padding: 16px 20px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"cgau-listing\"\u003e\n\u003c!-- NAV --\u003e\n\u003cdiv class=\"cgau-nav\"\u003e\n\u003cdiv class=\"cgau-nav-brand\"\u003eCamGuard \u003cspan\u003eAustralia\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-nav-tag\"\u003eTownsville, QLD\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"cgau-hero\"\u003e\u003cspan class=\"cgau-speck cgau-speck-1\"\u003e\u003c\/span\u003e \u003cspan class=\"cgau-speck cgau-speck-2\"\u003e\u003c\/span\u003e \u003cspan class=\"cgau-speck cgau-speck-3\"\u003e\u003c\/span\u003e \u003cspan class=\"cgau-speck cgau-speck-4\"\u003e\u003c\/span\u003e\n\u003cdiv class=\"cgau-grade-chip\"\u003e♻️ Manufacturer Renewed · Excellent Condition\u003c\/div\u003e\n\u003ch1\u003eeufy SoloCam S230 \u003cem\u003e(S40)\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"cgau-sub\"\u003eThe solar-powered 2K spotlight camera that never needs a cable, a hub, or a subscription — now on its second sunrise.\u003c\/p\u003e\n\u003c!-- IMG-PLACEHOLDER: hero product shot — S230 mounted, solar panel catching golden-hour light --\u003e\n\u003cdiv class=\"cgau-hero-note\"\u003eSolar-powered. Renewed. The greenest camera we sell — twice over. ☀️\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CONDITION CALLOUT (early + transparent) --\u003e\n\u003csection class=\"cgau-condition\"\u003e\n\u003cdiv class=\"cgau-condition-card\"\u003e\n\u003ch2\u003eLet's talk about \"Renewed\" first\u003c\/h2\u003e\n\u003cp\u003eThis camera \u003cstrong\u003ehad a previous life\u003c\/strong\u003e. It went back to the manufacturer, where it was professionally inspected, tested and restored to full working order through eufy\/Anker's official renewal program — then graded before resale.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThis unit is graded Excellent\u003c\/strong\u003e — the top renewed grade. Expect a camera in near-new cosmetic condition; at most, a faint mark you'd have to hunt for. It even arrives in its \u003cstrong\u003eoriginal retail box\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eAnd it's covered: our \u003cstrong\u003ein-house 12-month CamGuard warranty\u003c\/strong\u003e (this is a CamGuard warranty, not a manufacturer warranty), on top of your Australian Consumer Law rights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENTO STATS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"cgau-bento\"\u003e\n\u003cdiv class=\"cgau-bento-card\"\u003e\n\u003cspan class=\"cgau-big\"\u003e2K\u003c\/span\u003e\u003cspan class=\"cgau-small\"\u003ecrisp resolution\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-bento-card\"\u003e\n\u003cspan class=\"cgau-big\"\u003e☀️ Solar\u003c\/span\u003e\u003cspan class=\"cgau-small\"\u003ebuilt-in panel, ~2h sun a day\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-bento-card\"\u003e\n\u003cspan class=\"cgau-big\"\u003e600lm\u003c\/span\u003e\u003cspan class=\"cgau-small\"\u003eadjustable spotlight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-bento-card\"\u003e\n\u003cspan class=\"cgau-big\"\u003e$0\/mo\u003c\/span\u003e\u003cspan class=\"cgau-small\"\u003eno subscription, ever\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-bento-card\"\u003e\n\u003cspan class=\"cgau-big\"\u003eIP67\u003c\/span\u003e\u003cspan class=\"cgau-small\"\u003eweatherproof, −20°C to 50°C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-bento-card\"\u003e\n\u003cspan class=\"cgau-big\"\u003e135°\u003c\/span\u003e\u003cspan class=\"cgau-small\"\u003efield of view\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SCENE 1: solar --\u003e\n\u003csection class=\"cgau-scene\"\u003e\n\u003ch2\u003eRuns on \u003cspan\u003esunshine\u003c\/span\u003e, not on your to-do list\u003c\/h2\u003e\n\u003cp\u003eThe solar panel is built into the top of the camera — no separate panel to buy, no extra cable to run. Around two hours of direct sunlight a day keeps the 13,400mAh battery topped up indefinitely, and even without sun the battery alone holds roughly four months of typical use.\u003c\/p\u003e\n\u003cp\u003eMount it, aim it, forget it. No ladder trips every few weeks to bring a camera inside for charging.\u003c\/p\u003e\n\u003c!-- IMG-PLACEHOLDER: close-up of the integrated solar panel on top of the camera --\u003e\u003c\/section\u003e\n\u003c!-- SCENE 2: 2K + night --\u003e\n\u003csection class=\"cgau-scene cgau-scene-dark\"\u003e\n\u003ch2\u003eReads number plates by day, \u003cspan\u003efaces by night\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003e2K resolution with a 135° field of view and 8× zoom covers a driveway, carport or backyard in genuinely useful detail. When motion is detected after dark, the 600-lumen spotlight (adjustable brightness and colour temperature) kicks in for full-colour night vision up to about 8 metres — and there's classic infrared night vision as well.\u003c\/p\u003e\n\u003c!-- IMG-PLACEHOLDER: split day\/night footage comparison frame --\u003e\u003c\/section\u003e\n\u003c!-- SCENE 3: AI + no fees --\u003e\n\u003csection class=\"cgau-scene\"\u003e\n\u003ch2\u003eSmart enough to \u003cspan\u003eignore the possum\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eOn-device AI person detection means it records when a human turns up — not every moth, headlight sweep and passing wildlife. Detection happens on the camera itself, so alerts are fast and your footage stays local: 8GB of built-in storage with AES-128 encryption, roughly two months of typical event recordings.\u003c\/p\u003e\n\u003cp\u003eNo cloud plan needed. No monthly fee. You bought the camera; the features are yours.\u003c\/p\u003e\n\u003c!-- IMG-PLACEHOLDER: eufy Security app screenshot showing person-detection alert --\u003e\u003c\/section\u003e\n\u003c!-- VIBE --\u003e\n\u003csection class=\"cgau-vibe\"\u003e\n\u003cblockquote\u003e\"A camera powered by the sun, given a second life instead of a landfill. If it were any greener it would photosynthesise.\"\u003c\/blockquote\u003e\n\u003ccite\u003e— The vibe, in one sentence\u003c\/cite\u003e\u003c\/section\u003e\n\u003c!-- HONEST BIT --\u003e\n\u003csection class=\"cgau-honest\"\u003e\n\u003ch2\u003eThe honest bit\u003c\/h2\u003e\n\u003cp\u003eEvery camera has limits. Here are this one's, stated plainly:\u003c\/p\u003e\n\u003cdiv class=\"cgau-honest-item\"\u003e\n\u003cstrong\u003eIt was used before.\u003c\/strong\u003e\n\u003cp\u003eThis is a Manufacturer Renewed unit, not new stock. Excellent grade means near-new cosmetics — and it comes in its original retail box (the box itself may show some shelf wear) — but it's had a previous owner. If you need factory-sealed, this isn't the listing for you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-honest-item\"\u003e\n\u003cstrong\u003eThe solar magic needs actual sun.\u003c\/strong\u003e\n\u003cp\u003eThe panel is on top of the camera, so the mounting spot itself needs a couple of hours of direct light a day. Deep shade under an eave? It still works — you'll just top up the battery via USB-C every few months instead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-honest-item\"\u003e\n\u003cstrong\u003eStorage is fixed at 8GB.\u003c\/strong\u003e\n\u003cp\u003eBuilt-in eMMC, no microSD slot, no HomeBase expansion. That's about two months of event clips before the oldest are overwritten. It records events, not 24\/7 footage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-honest-item\"\u003e\n\u003cstrong\u003e2.4GHz Wi-Fi only, and no Apple HomeKit.\u003c\/strong\u003e\n\u003cp\u003eIt won't join a 5GHz-only network (most routers broadcast both — check yours). Works with Alexa and Google Assistant; HomeKit users should look elsewhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY CAMGUARD --\u003e\n\u003csection class=\"cgau-trust\"\u003e\n\u003ch2\u003eWhy buy it from CamGuard?\u003c\/h2\u003e\n\u003cdiv class=\"cgau-trust-grid\"\u003e\n\u003cdiv class=\"cgau-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. Not a manufacturer warranty: it's us, in Townsville, and we answer our messages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-trust-card\"\u003e\n\u003cstrong\u003eSerial logged at dispatch\u003c\/strong\u003e\n\u003cp\u003eEvery unit's serial number is photographed and logged before it ships — your warranty record exists from day one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-trust-card\"\u003e\n\u003cstrong\u003eeufy is all we do\u003c\/strong\u003e\n\u003cp\u003eWe're independent eufy specialists. Setup questions, hub questions, \"which camera for my carport\" questions — ask away.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-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\u003c!-- SPECS --\u003e\n\u003csection class=\"cgau-specs\"\u003e\n\u003ch2\u003eFull specifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eResolution\u003c\/th\u003e\n\u003ctd\u003e2K, 8× digital zoom\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eField of view\u003c\/th\u003e\n\u003ctd\u003e135°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSpotlight\u003c\/th\u003e\n\u003ctd\u003e600 lumens, adjustable brightness \u0026amp; colour temperature (4,000–6,000K)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNight vision\u003c\/th\u003e\n\u003ctd\u003eColour (spotlight-assisted) and infrared, up to ~8m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery\u003c\/th\u003e\n\u003ctd\u003eBuilt-in 13,400mAh lithium-ion, ~4 months per charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar\u003c\/th\u003e\n\u003ctd\u003eIntegrated panel — ~2 hours of direct sunlight per day sustains it indefinitely\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCharging\u003c\/th\u003e\n\u003ctd\u003eUSB-C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eBuilt-in 8GB eMMC (no microSD slot), AES-128 encrypted, ~2 months of event clips\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAI detection\u003c\/th\u003e\n\u003ctd\u003eOn-device person detection (human vs everything else)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWi-Fi\u003c\/th\u003e\n\u003ctd\u003e2.4GHz only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSmart assistants\u003c\/th\u003e\n\u003ctd\u003eAmazon Alexa, Google Assistant — no Apple HomeKit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeatherproofing\u003c\/th\u003e\n\u003ctd\u003eIP67, operating range −20°C to 50°C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHub requirement\u003c\/th\u003e\n\u003ctd\u003eNone — fully standalone, no HomeBase needed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSubscription\u003c\/th\u003e\n\u003ctd\u003eNone required — local storage, no monthly fees\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- COMPATIBILITY --\u003e\n\u003csection class=\"cgau-compat\"\u003e\n\u003ch2\u003eWill it work with your setup?\u003c\/h2\u003e\n\u003cdiv class=\"cgau-compat-row\"\u003e\n\u003cspan class=\"cgau-badge cgau-badge-yes\"\u003eYES\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eAmazon Alexa \u0026amp; Google Assistant\u003c\/strong\u003e — view the live feed on your Echo Show or Nest Hub.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-compat-row\"\u003e\n\u003cspan class=\"cgau-badge cgau-badge-yes\"\u003eYES\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eStandalone operation\u003c\/strong\u003e — works entirely on its own with the free eufy Security app. No HomeBase, no bridge, nothing else to buy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-compat-row\"\u003e\n\u003cspan class=\"cgau-badge cgau-badge-no\"\u003eNO\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eApple HomeKit\u003c\/strong\u003e — not supported on this model.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-compat-row\"\u003e\n\u003cspan class=\"cgau-badge cgau-badge-no\"\u003eNO\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003e5GHz-only Wi-Fi\u003c\/strong\u003e — it needs a 2.4GHz network (nearly all home routers provide one).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-compat-row\"\u003e\n\u003cspan class=\"cgau-badge cgau-badge-no\"\u003eNO\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003emicroSD or storage expansion\u003c\/strong\u003e — storage is the built-in 8GB eMMC.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-compat-row\"\u003e\n\u003cspan class=\"cgau-badge cgau-badge-note\"\u003eNOTE\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eeufy Security app\u003c\/strong\u003e — free on iOS and Android; that's where alerts, live view and playback live.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FIT --\u003e\n\u003csection\u003e\n\u003cdiv class=\"cgau-fit\"\u003e\n\u003cdiv class=\"cgau-fit-col cgau-fit-no\"\u003e\n\u003ch3\u003eProbably not for you if…\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eYou're in the Apple HomeKit ecosystem\u003c\/li\u003e\n\u003cli\u003eThe only mounting spot is in permanent deep shade\u003c\/li\u003e\n\u003cli\u003eYou need 24\/7 continuous recording or expandable storage\u003c\/li\u003e\n\u003cli\u003eYou want a factory-sealed unit (see our New listings instead)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-fit-col cgau-fit-yes\"\u003e\n\u003ch3\u003ePerfect for…\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDriveways, carports and sheds with no power nearby\u003c\/li\u003e\n\u003cli\u003eAcreage and fence lines where cables can't go\u003c\/li\u003e\n\u003cli\u003eAnyone allergic to subscriptions and ladder-charging\u003c\/li\u003e\n\u003cli\u003eValue hunters who'd rather bank the saving than pay for shrink-wrap\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SETUP --\u003e\n\u003csection class=\"cgau-setup\"\u003e\n\u003ch2\u003eSet up in four steps\u003c\/h2\u003e\n\u003cdiv class=\"cgau-steps\"\u003e\n\u003cdiv class=\"cgau-step\"\u003e\n\u003cspan class=\"cgau-step-num\"\u003e1\u003c\/span\u003e\u003cstrong\u003eGet the app\u003c\/strong\u003e\n\u003cp\u003eDownload eufy Security (iOS\/Android) and create a free account.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-step\"\u003e\n\u003cspan class=\"cgau-step-num\"\u003e2\u003c\/span\u003e\u003cstrong\u003eTop up\u003c\/strong\u003e\n\u003cp\u003eGive it a first charge via USB-C while you have it indoors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-step\"\u003e\n\u003cspan class=\"cgau-step-num\"\u003e3\u003c\/span\u003e\u003cstrong\u003ePair\u003c\/strong\u003e\n\u003cp\u003eAdd the camera in the app over your 2.4GHz Wi-Fi.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-step\"\u003e\n\u003cspan class=\"cgau-step-num\"\u003e4\u003c\/span\u003e\u003cstrong\u003eMount sunny-side up\u003c\/strong\u003e\n\u003cp\u003eFix the screw mount somewhere the panel catches a few hours of sun.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INCLUDED --\u003e\n\u003csection class=\"cgau-included\"\u003e\n\u003ch2\u003eWhat's in the box\u003c\/h2\u003e\n\u003cp\u003eShips in its original retail box, containing:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e📷 eufy SoloCam S230 (S40) camera\u003c\/li\u003e\n\u003cli\u003e🔩 Screw mount + screw pack\u003c\/li\u003e\n\u003cli\u003e🔌 USB-C charging cable\u003c\/li\u003e\n\u003cli\u003e📄 Quick start guide\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING \/ WARRANTY \/ RETURNS --\u003e\n\u003csection class=\"cgau-shipping\"\u003e\n\u003ch2\u003eShipping, warranty \u0026amp; returns\u003c\/h2\u003e\n\u003cdiv class=\"cgau-ship-grid\"\u003e\n\u003cdiv class=\"cgau-ship-card\"\u003e\n\u003cstrong\u003e🚀 Express as Standard\u003c\/strong\u003e\n\u003cp\u003eAustralia Post Express included on every order over $99.00. Dispatched in 1 business day from Townsville QLD, tracking on every parcel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-ship-card\"\u003e\n\u003cstrong\u003e🛡️ 12-month warranty\u003c\/strong\u003e\n\u003cp\u003eOur in-house CamGuard warranty — not a manufacturer warranty — in addition to your Australian Consumer Law rights. Faulty-item returns are always free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-ship-card\"\u003e\n\u003cstrong\u003e↩️ 30-day returns\u003c\/strong\u003e\n\u003cp\u003eChanged your mind? Return within 30 days of delivery. Buyer covers return postage and original shipping isn't 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\u003c!-- FAQ --\u003e\n\u003csection class=\"cgau-faq\"\u003e\n\u003ch2\u003eQuestions we'd ask too\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat exactly does \"Manufacturer Renewed\" mean?\u003c\/summary\u003e\n\u003cp\u003eThe unit was previously used, then returned and put through the manufacturer's official renewal process — inspected, tested and restored to full working order before being graded and resold. This one ships in its original retail box and is covered by our 12-month CamGuard warranty (a CamGuard warranty, not a manufacturer one).\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does the \"Excellent\" grade mean cosmetically?\u003c\/summary\u003e\n\u003cp\u003eIt's the top renewed grade: near-new condition. At most you might find a faint handling mark up close — nothing you'd notice with the camera on a wall, and nothing that affects function or weatherproofing.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it need a HomeBase or a subscription?\u003c\/summary\u003e\n\u003cp\u003eNeither. The SoloCam family is fully standalone — footage saves to the camera's own encrypted 8GB storage and everything works through the free eufy Security app. No hub, no monthly fees.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat if my mounting spot doesn't get much sun?\u003c\/summary\u003e\n\u003cp\u003eThe camera still works fine — the 13,400mAh battery lasts around four months of typical use on its own. You'd just take it down for a USB-C top-up a few times a year instead of never.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat happens when the 8GB storage fills up?\u003c\/summary\u003e\n\u003cp\u003eIt records on a rolling loop — roughly two months of event clips, with the oldest automatically overwritten. Important clips can be downloaded to your phone from the app.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the price compare to buying new?\u003c\/summary\u003e\n\u003cp\u003eThis model sells new for $429.95 at eufy Australia (price checked July 2026). Renewed is how you get the same camera, tested and working, for considerably less.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I claim warranty if something goes wrong?\u003c\/summary\u003e\n\u003cp\u003eContact us with your order details and the serial number. Every unit's serial is photographed and logged at dispatch, so your record already exists on our end. Faulty-item returns are always free.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- ITEM SPECIFICS --\u003e\n\u003csection class=\"cgau-itemspec\"\u003e\n\u003ch2\u003eItem specifics\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eeufy (by Anker)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003eSoloCam S230 — also sold as SoloCam S40 (same camera, two names)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCondition\u003c\/th\u003e\n\u003ctd\u003eManufacturer Renewed — Excellent grade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackaging\u003c\/th\u003e\n\u003ctd\u003eOriginal retail box\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eOutdoor wireless security camera, integrated solar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColour\u003c\/th\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eConnectivity\u003c\/th\u003e\n\u003ctd\u003e2.4GHz Wi-Fi\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower source\u003c\/th\u003e\n\u003ctd\u003eBuilt-in battery + integrated solar panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNumber of cameras\u003c\/th\u003e\n\u003ctd\u003e1 (single camera)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cgau-cta\"\u003e\n\u003ch2\u003eSame sun. Same camera. \u003cspan\u003eSmarter price.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eOrder today and it leaves Townsville within 1 business day — serial logged, warranty active, sunshine not included but strongly recommended.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"cgau-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\u003c\/div\u003e","brand":"eufy","offers":[{"title":"Default Title","offer_id":44409262538795,"sku":"CG-SCS230-MRE-T","price":169.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0666\/0086\/1739\/files\/S230SoloCamS40.webp?v=1784330697","url":"https:\/\/www.camguardaustralia.com.au\/products\/eufy-security-solocam-s230-s40-manufacturer-renewed-excellent-condition","provider":"CamGuard Australia","version":"1.0","type":"link"}