{"product_id":"solar-motion-sensor-camera-light","title":"☀️ Solar Motion Sensor Light - Camera-Style Outdoor Wall \u0026 Pathway Lamp 📹","description":"\u003cstyle\u003e\n.solarlight,\n.solarlight * {\n  box-sizing: border-box;\n}\n\n.solarlight {\n  \/* 太阳能户外灯调性（极客深灰与太阳绿金） *\/\n  --ink: #12242c;\n  --text: #334155;\n  --muted: #4a5b63;\n\n  --green: #667500;\n  --green-dark: #4f5b00;\n  --green-soft: #f3f7f4;\n\n  --night: #102b35;\n  --bg: #f8fafc;\n  --paper: #ffffff;\n  --line: #d7e0dc;\n\n  width: 100%;\n  max-width: 760px;\n  margin: 0 auto;\n  padding: 8px;\n  background: var(--bg);\n  color: var(--text);\n\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n  font-size: 17px;\n  line-height: 1.55;\n  -webkit-font-smoothing: antialiased;\n}\n\n.solarlight h1,\n.solarlight h2,\n.solarlight h3,\n.solarlight p {\n  margin-top: 0;\n}\n\n.solarlight img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  border-radius: 16px !important;\n}\n\n\/* CARDS COMMON *\/\n.sl-card {\n  margin-bottom: 14px;\n  overflow: hidden;\n  background: var(--paper);\n  border: 1px solid var(--line);\n  border-radius: 22px;\n  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.03);\n}\n\n.sl-copy {\n  padding: 21px 18px 16px;\n  text-align: left;\n}\n\n.sl-image-wrap {\n  padding: 0 12px 12px;\n}\n\n.sl-image {\n  border-radius: 16px;\n}\n\n\/* TYPOGRAPHY *\/\n.sl-kicker {\n  display: inline-block;\n  margin-bottom: 8px;\n  padding: 5px 10px;\n  background: var(--green-soft);\n  border-radius: 999px;\n  color: var(--green-dark);\n  font-size: 12px;\n  line-height: 1.2;\n  font-weight: 900;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.sl-title {\n  margin: 0 0 9px;\n  color: var(--ink);\n  font-size: 25px;\n  line-height: 1.2;\n  letter-spacing: -0.35px;\n  font-weight: 900;\n  text-align: left;\n}\n\n.sl-text {\n  margin: 0;\n  color: var(--text);\n  font-size: 17px;\n  line-height: 1.55;\n  text-align: left;\n}\n\n.sl-text strong {\n  color: var(--ink);\n}\n\n\/* HERO *\/\n.sl-hero {\n  background:\n    radial-gradient(circle at 50% 0%, #eef5d5 0%, transparent 48%),\n    linear-gradient(145deg, #ffffff 0%, #f7f9f4 58%, #eef5d5 100%);\n  border-color: #d7e0dc;\n}\n\n.sl-hero .sl-copy {\n  padding: 28px 18px 17px;\n  text-align: center;\n}\n\n.sl-eyebrow {\n  display: inline-block;\n  margin-bottom: 10px;\n  color: var(--green-dark);\n  font-size: 12px;\n  line-height: 1.2;\n  font-weight: 900;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.sl-hero-title {\n  max-width: 650px;\n  margin: 0 auto 10px;\n  color: var(--ink);\n  font-size: 30px;\n  line-height: 1.12;\n  letter-spacing: -0.6px;\n  font-weight: 950;\n  text-align: center;\n}\n\n.sl-hero-title span {\n  color: var(--green-dark);\n}\n\n.sl-hero-text {\n  max-width: 620px;\n  margin: 0 auto;\n  color: var(--text);\n  font-size: 17px;\n  line-height: 1.5;\n  text-align: center;\n}\n\n.sl-benefit-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n  margin-top: 15px;\n}\n\n.sl-benefit-card {\n  padding: 15px 13px;\n  background: #ffffff;\n  border: 1px solid var(--line);\n  border-radius: 14px;\n  text-align: left;\n}\n\n.sl-benefit-card span {\n  display: block;\n  margin-bottom: 6px;\n  font-size: 23px;\n}\n\n.sl-benefit-card strong {\n  display: block;\n  margin-bottom: 4px;\n  color: var(--ink);\n  font-size: 14px;\n}\n\n.sl-benefit-card p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 13px;\n  line-height: 1.45;\n}\n\n\/* TRUST GRID *\/\n.sl-trust-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 8px;\n  margin-bottom: 14px;\n  padding: 12px 10px;\n  background: #ffffff;\n  border: 1px solid var(--line);\n  border-radius: 16px;\n  text-align: center;\n}\n\n.sl-trust-item {\n  color: var(--ink);\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.sl-trust-item span {\n  display: block;\n  margin-bottom: 2px;\n  font-size: 18px;\n}\n\n\/* WARNING *\/\n.sl-warning-box {\n  margin-top: 12px;\n  padding: 13px 15px;\n  background: #fff5f5;\n  border-left: 4px solid #ef4444;\n  border-radius: 10px;\n  color: #991b1b;\n  font-size: 14px;\n  line-height: 1.5;\n  font-weight: 700;\n}\n\n.sl-pain-list {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 8px;\n  margin-top: 14px;\n}\n\n.sl-pain-item {\n  padding: 12px 8px;\n  background: #f8fafc;\n  border: 1px dashed #cbd5e1;\n  border-radius: 12px;\n  text-align: center;\n}\n\n.sl-pain-item span {\n  font-size: 20px;\n  display: block;\n  margin-bottom: 4px;\n}\n\n.sl-pain-item strong {\n  display: block;\n  font-size: 12px;\n  color: var(--ink);\n}\n\n\/* DARK CARD *\/\n.sl-dark-card {\n  background: linear-gradient(145deg, #102b35 0%, #1a3c4a 100%);\n  border-color: #234b5c;\n}\n\n.sl-dark-card .sl-kicker {\n  background: rgba(216, 239, 69, 0.25);\n  color: #e2f45b;\n}\n\n.sl-dark-card .sl-title {\n  color: #ffffff;\n}\n\n.sl-dark-card .sl-text {\n  color: #cbd5e1;\n}\n\n.sl-metrics-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 8px;\n  margin-top: 15px;\n}\n\n.sl-metric-box {\n  padding: 12px 6px;\n  background: rgba(255, 255, 255, 0.08);\n  border: 1px solid rgba(255, 255, 255, 0.12);\n  border-radius: 12px;\n  text-align: center;\n}\n\n.sl-metric-box strong {\n  display: block;\n  color: #ffffff;\n  font-size: 20px;\n  font-weight: 900;\n  line-height: 1.1;\n}\n\n.sl-metric-box span {\n  display: block;\n  margin-top: 4px;\n  color: #cbd5e1;\n  font-size: 10px;\n}\n\n\/* COMPARISON *\/\n.sl-compare-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n  margin-top: 14px;\n}\n\n.sl-compare-box {\n  padding: 14px;\n  border-radius: 14px;\n  font-size: 13px;\n  line-height: 1.45;\n}\n\n.sl-compare-bad {\n  background: #fef2f2;\n  border: 1px solid #fecaca;\n  color: #991b1b;\n}\n\n.sl-compare-good {\n  background: #f0fdf4;\n  border: 1px solid #bbf7d0;\n  color: #166534;\n}\n\n.sl-compare-box strong {\n  display: block;\n  font-size: 14px;\n  margin-bottom: 6px;\n}\n\n\/* PILL GRID *\/\n.sl-pill-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 8px;\n  margin-top: 14px;\n}\n\n.sl-pill-item {\n  padding: 10px 6px;\n  background: #f3f7f4;\n  border: 1px solid var(--line);\n  border-radius: 999px;\n  text-align: center;\n}\n\n.sl-pill-item span {\n  font-size: 16px;\n  margin-right: 2px;\n}\n\n.sl-pill-item strong {\n  font-size: 12px;\n  color: var(--ink);\n}\n\n\/* STEPS *\/\n.sl-steps-list {\n  display: grid;\n  gap: 9px;\n  margin-top: 14px;\n}\n\n.sl-step-row {\n  display: flex;\n  align-items: center;\n  padding: 11px 13px;\n  background: #f8fafc;\n  border: 1px solid var(--line);\n  border-radius: 13px;\n}\n\n.sl-step-num-badge {\n  display: flex;\n  flex-shrink: 0;\n  align-items: center;\n  justify-content: center;\n  width: 28px;\n  height: 28px;\n  margin-right: 12px;\n  background: var(--green);\n  border-radius: 50%;\n  color: #fff;\n  font-size: 13px;\n  font-weight: 900;\n}\n\n.sl-step-text {\n  color: var(--text);\n  font-size: 14px;\n  line-height: 1.4;\n  text-align: left;\n}\n\n.sl-step-text strong {\n  color: var(--ink);\n}\n\n\/* SPECIFICATIONS *\/\n.sl-info {\n  margin-bottom: 14px;\n  padding: 21px 17px;\n  background: #ffffff;\n  border: 1px solid var(--line);\n  border-radius: 22px;\n  box-shadow: 0 7px 20px rgba(0,0,0,.03);\n  text-align: left;\n}\n\n.sl-section-kicker {\n  display: inline-block;\n  margin-bottom: 7px;\n  padding: 5px 10px;\n  background: var(--green-soft);\n  border-radius: 999px;\n  color: var(--green-dark);\n  font-size: 12px;\n  font-weight: 900;\n  letter-spacing: .45px;\n  text-transform: uppercase;\n}\n\n.sl-section-title {\n  margin: 0 0 14px;\n  color: var(--ink);\n  font-size: 24px;\n  line-height: 1.2;\n  font-weight: 900;\n  text-align: left;\n}\n\n.sl-spec {\n  margin: 0;\n  padding: 0;\n  overflow: hidden;\n  border: 1px solid var(--line);\n  border-radius: 15px;\n  list-style: none;\n}\n\n.sl-spec li {\n  display: grid;\n  grid-template-columns: 40% 60%;\n  border-bottom: 1px solid var(--line);\n  font-size: 14px;\n}\n\n.sl-spec li:last-child {\n  border-bottom: 0;\n}\n\n.sl-spec-label,\n.sl-spec-value {\n  padding: 11px;\n  text-align: left;\n}\n\n.sl-spec-label {\n  background: #f3f7f4;\n  color: var(--green-dark);\n  font-weight: 850;\n}\n\n.sl-spec-value {\n  background: #fff;\n  color: var(--text);\n}\n\n\/* FAQ *\/\n.sl-faq details {\n  margin-bottom: 8px;\n  overflow: hidden;\n  background: #ffffff;\n  border: 1px solid var(--line);\n  border-radius: 13px;\n}\n\n.sl-faq details:last-child {\n  margin-bottom: 0;\n}\n\n.sl-faq summary {\n  position: relative;\n  padding: 13px 40px 13px 14px;\n  cursor: pointer;\n  list-style: none;\n  color: var(--ink);\n  font-size: 14px;\n  line-height: 1.4;\n  font-weight: 800;\n  text-align: left;\n}\n\n.sl-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.sl-faq summary:after {\n  content: \"+\";\n  position: absolute;\n  right: 14px;\n  top: 4px;\n  color: var(--green-dark);\n  font-size: 25px;\n}\n\n.sl-faq details[open] summary:after {\n  content: \"−\";\n}\n\n.sl-answer {\n  padding: 0 14px 14px;\n  color: var(--muted);\n  font-size: 13px;\n  line-height: 1.6;\n  text-align: left;\n}\n\n\/* AUTHENTICITY *\/\n.sl-authenticity {\n  margin-bottom: 14px;\n  padding: 18px 16px;\n  background: #fff1f2;\n  border: 1px solid #fecdd3;\n  border-radius: 18px;\n  text-align: center;\n}\n\n.sl-authenticity strong {\n  display: block;\n  font-size: 15px;\n  color: #9f1239;\n  margin-bottom: 4px;\n}\n\n.sl-authenticity p {\n  margin: 0;\n  font-size: 13px;\n  color: #881337;\n  line-height: 1.5;\n}\n\n\/* FINAL CTA *\/\n.sl-final {\n  padding: 28px 18px;\n  text-align: center;\n  background:\n    radial-gradient(circle at 90% 10%, rgba(102, 117, 0, 0.18), transparent 34%),\n    linear-gradient(145deg, #102b35 0%, #1a3c4a 100%);\n  border: 1px solid #234b5c;\n  border-radius: 22px;\n}\n\n.sl-final h2 {\n  max-width: 620px;\n  margin: 0 auto 9px;\n  color: #ffffff;\n  font-size: 27px;\n  line-height: 1.2;\n  font-weight: 900;\n  text-align: center;\n}\n\n.sl-final p {\n  max-width: 590px;\n  margin: 0 auto 16px;\n  color: #cbd5e1;\n  font-size: 16px;\n  line-height: 1.5;\n  text-align: center;\n}\n\n.sl-button {\n  display: block;\n  width: 100%;\n  max-width: 430px;\n  margin: 0 auto;\n  padding: 14px 20px;\n  background: var(--green);\n  border-radius: 14px;\n  color: #ffffff !important;\n  text-decoration: none !important;\n  font-size: 16px;\n  font-weight: 900;\n  box-shadow: 0 6px 14px rgba(102, 117, 0, 0.35);\n}\n\n.sl-back-top-button {\n  display: block;\n  width: 100%;\n  max-width: 430px;\n  margin: 10px auto 0;\n  padding: 14px 20px;\n  background: #ffffff;\n  border: 1px solid rgba(255,255,255,.25);\n  border-radius: 14px;\n  color: #102b35 !important;\n  text-decoration: none !important;\n  font-size: 16px;\n  font-weight: 900;\n  text-align: center;\n  cursor: pointer;\n  box-shadow: 0 6px 14px rgba(0,0,0,.15);\n  transition: all .2s ease;\n}\n\n.sl-back-top-button:hover {\n  background: #f3f7f4;\n  transform: translateY(-1px);\n}\n\n.sl-back-top-button:active {\n  transform: scale(.99);\n}\n\n.sl-trust {\n  margin-top: 15px;\n  padding-top: 13px;\n  border-top: 1px solid rgba(255, 255, 255, 0.15);\n  color: #cbd5e1;\n  font-size: 12px;\n  line-height: 1.7;\n  text-align: center;\n}\n\n@media(max-width:520px){\n  .solarlight {\n    padding: 6px;\n  }\n\n  .sl-card {\n    margin-bottom: 12px;\n    border-radius: 20px;\n  }\n\n  .sl-copy {\n    padding: 19px 15px 14px;\n  }\n\n  .sl-hero .sl-copy {\n    padding: 25px 15px 16px;\n  }\n\n  .sl-hero-title {\n    font-size: 28px;\n  }\n\n  .sl-title {\n    font-size: 23px;\n  }\n\n  .sl-image-wrap {\n    padding: 0 9px 9px;\n  }\n\n  .sl-info {\n    padding: 19px 15px;\n  }\n\n  .sl-trust-grid,\n  .sl-benefit-grid,\n  .sl-pain-list,\n  .sl-compare-grid,\n  .sl-pill-grid,\n  .sl-metrics-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"solarlight\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"sl-card sl-hero\"\u003e\n\u003cdiv class=\"sl-copy\"\u003e\n\u003cspan class=\"sl-eyebrow\"\u003e ☀️ SOLAR-POWERED MOTION SENSOR LIGHT \u003c\/span\u003e\n\u003ch1 class=\"sl-hero-title\"\u003eLight The Routes \u003cspan\u003eYour Wiring Cannot Reach\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"sl-hero-text\"\u003eWall-mounted solar LED illumination for entries, driveways, gates, and paths featuring a secure, surveillance-camera-inspired look.\u003c\/p\u003e\n\u003cdiv class=\"sl-benefit-grid\"\u003e\n\u003cdiv class=\"sl-benefit-card\"\u003e\n\u003cspan\u003e☀️\u003c\/span\u003e \u003cstrong\u003eSolar Powered\u003c\/strong\u003e\n\u003cp\u003eHarnesses sunlight for daytime charging with zero electric bills.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-benefit-card\"\u003e\n\u003cspan\u003e👀\u003c\/span\u003e \u003cstrong\u003eMotion Sensing\u003c\/strong\u003e\n\u003cp\u003eInstantly lights up when someone approaches within 8 metres.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-benefit-card\"\u003e\n\u003cspan\u003e🛡️\u003c\/span\u003e \u003cstrong\u003eIP64 Weatherproof\u003c\/strong\u003e\n\u003cp\u003eBuilt tough to withstand everyday outdoor dust and rain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-benefit-card\"\u003e\n\u003cspan\u003e📹\u003c\/span\u003e \u003cstrong\u003eCamera-Style Look\u003c\/strong\u003e\n\u003cp\u003eSecurity-focused appearance deters unwanted visitors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-image-wrap\"\u003e\u003cimg class=\"sl-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/solar-light-01-hero-driveway.png?v=1789525402\" alt=\"Solar motion sensor wall light\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST GRID --\u003e\n\u003cdiv class=\"sl-trust-grid\"\u003e\n\u003cdiv class=\"sl-trust-item\"\u003e\n\u003cspan\u003e☀️\u003c\/span\u003e No Outlets\u003c\/div\u003e\n\u003cdiv class=\"sl-trust-item\"\u003e\n\u003cspan\u003e👀\u003c\/span\u003e 8M Sensor\u003c\/div\u003e\n\u003cdiv class=\"sl-trust-item\"\u003e\n\u003cspan\u003e🛡️\u003c\/span\u003e IP64 Rated\u003c\/div\u003e\n\u003cdiv class=\"sl-trust-item\"\u003e\n\u003cspan\u003e📹\u003c\/span\u003e Sec-Style\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PAIN --\u003e\n\u003csection class=\"sl-card\"\u003e\n\u003cdiv class=\"sl-copy\"\u003e\n\u003cspan class=\"sl-kicker\"\u003e 🌑 DARK OUTDOOR RISKS \u003c\/span\u003e\n\u003ch2 class=\"sl-title\"\u003eDark Pathways Leave Your Home Vulnerable\u003c\/h2\u003e\n\u003cp class=\"sl-text\"\u003eUnlit driveways, muddy side paths, and dark entry gates create serious slip hazards and leave your property exposed at night.\u003c\/p\u003e\n\u003cdiv class=\"sl-warning-box\"\u003e⚠️ Traditional wired security lights require expensive electrical installations and leave dark spots where wiring cannot reach.\u003c\/div\u003e\n\u003cdiv class=\"sl-pain-list\"\u003e\n\u003cdiv class=\"sl-pain-item\"\u003e\n\u003cspan\u003e🌑\u003c\/span\u003e \u003cstrong\u003ePitch-Dark Walkways\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-pain-item\"\u003e\n\u003cspan\u003e🔌\u003c\/span\u003e \u003cstrong\u003eNo-Outlet Zones\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-pain-item\"\u003e\n\u003cspan\u003e💥\u003c\/span\u003e \u003cstrong\u003eTrip Hazards\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-image-wrap\"\u003e\u003cimg class=\"sl-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/solar-light-09-studio-reference.png?v=1789525392\" alt=\"Dark pathway lighting issues\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERFORMANCE --\u003e\n\u003csection class=\"sl-card sl-dark-card\"\u003e\n\u003cdiv class=\"sl-copy\"\u003e\n\u003cspan class=\"sl-kicker\"\u003e ⚡ HIGH EFFICIENCY PERFORMANCE \u003c\/span\u003e\n\u003ch2 class=\"sl-title\"\u003eSmart Illumination Powered Entirely By The Sun\u003c\/h2\u003e\n\u003cp class=\"sl-text\"\u003eAdvanced daylight solar absorption combined with responsive motion tracking delivers reliable security lighting all night long.\u003c\/p\u003e\n\u003cdiv class=\"sl-metrics-grid\"\u003e\n\u003cdiv class=\"sl-metric-box\"\u003e\n\u003cstrong\u003e540 lm\u003c\/strong\u003e \u003cspan\u003eBright LED Output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-metric-box\"\u003e\n\u003cstrong\u003e6–8 m\u003c\/strong\u003e \u003cspan\u003eMotion Range\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-metric-box\"\u003e\n\u003cstrong\u003e20s\u003c\/strong\u003e \u003cspan\u003eAuto Illumination\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-image-wrap\"\u003e\u003cimg class=\"sl-image\" src=\"https:\/\/cdn.cloudfastin.top\/image\/94a25a163fa36d803a66d023da8192badd891680.gif\" alt=\"Solar panel charging and motion activation\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPARISON --\u003e\n\u003csection class=\"sl-card\"\u003e\n\u003cdiv class=\"sl-copy\"\u003e\n\u003cspan class=\"sl-kicker\"\u003e 🛡️ SMART DESIGN COMPARISON \u003c\/span\u003e\n\u003ch2 class=\"sl-title\"\u003eSecurity-Focused Profile Without The Complexity\u003c\/h2\u003e\n\u003cp class=\"sl-text\"\u003eGet the psychological deterrence of a security camera paired with powerful outdoor path lighting in one compact unit.\u003c\/p\u003e\n\u003cdiv class=\"sl-compare-grid\"\u003e\n\u003cdiv class=\"sl-compare-box sl-compare-bad\"\u003e\n\u003cstrong\u003e❌ Expensive CCTV Systems\u003c\/strong\u003e Complex wiring, cloud subscription fees, professional installation, and high maintenance costs.\u003c\/div\u003e\n\u003cdiv class=\"sl-compare-box sl-compare-good\"\u003e\n\u003cstrong\u003e✓ Solar Camera-Style Light\u003c\/strong\u003e Wireless 5-minute mounting, free solar energy, motion-activated illumination, and camera deterrence.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-image-wrap\"\u003e\u003cimg class=\"sl-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/solar-light-05-rain-detail.png?v=1789525403\" alt=\"Weatherproof solar camera light\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PLACEMENT --\u003e\n\u003csection class=\"sl-card\"\u003e\n\u003cdiv class=\"sl-copy\"\u003e\n\u003cspan class=\"sl-kicker\"\u003e 🏡 ALL-ROUND OUTDOOR PLACEMENT \u003c\/span\u003e\n\u003ch2 class=\"sl-title\"\u003ePerfect For Every Dark Exterior Zone Around Home\u003c\/h2\u003e\n\u003cp class=\"sl-text\"\u003eMount anywhere outdoors that benefits from extra visibility and safety.\u003c\/p\u003e\n\u003cdiv class=\"sl-pill-grid\"\u003e\n\u003cdiv class=\"sl-pill-item\"\u003e\n\u003cspan\u003e🏡\u003c\/span\u003e \u003cstrong\u003eEntries\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-pill-item\"\u003e\n\u003cspan\u003e🚗\u003c\/span\u003e \u003cstrong\u003eDriveways\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-pill-item\"\u003e\n\u003cspan\u003e🚪\u003c\/span\u003e \u003cstrong\u003eGates\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-pill-item\"\u003e\n\u003cspan\u003e🌿\u003c\/span\u003e \u003cstrong\u003eSide Paths\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-image-wrap\"\u003e\u003cimg class=\"sl-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/solar-light-06-installation.png?v=1789525402\" alt=\"Outdoor placement of solar light\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003csection class=\"sl-card\"\u003e\n\u003cdiv class=\"sl-copy\"\u003e\n\u003cspan class=\"sl-kicker\"\u003e 🛠️ SIMPLE MOUNTING \u003c\/span\u003e\n\u003ch2 class=\"sl-title\"\u003eMounts Securely In Three Easy Steps\u003c\/h2\u003e\n\u003cp class=\"sl-text\"\u003eGet your solar light up and running in minutes without calling an electrician.\u003c\/p\u003e\n\u003cdiv class=\"sl-steps-list\"\u003e\n\u003cdiv class=\"sl-step-row\"\u003e\n\u003cdiv class=\"sl-step-num-badge\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"sl-step-text\"\u003e\n\u003cstrong\u003eChoose Location:\u003c\/strong\u003e Select an exterior wall or post that receives direct sunlight.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-step-row\"\u003e\n\u003cdiv class=\"sl-step-num-badge\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"sl-step-text\"\u003e\n\u003cstrong\u003eSecure Base:\u003c\/strong\u003e Mount the fixture securely using standard screws or anchors.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-step-row\"\u003e\n\u003cdiv class=\"sl-step-num-badge\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"sl-step-text\"\u003e\n\u003cstrong\u003eAuto Operation:\u003c\/strong\u003e Unit charges by day and triggers light automatically at night.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sl-image-wrap\"\u003e\u003cimg class=\"sl-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/solar-light-07-front-detail.png?v=1789525390\" alt=\"Front detail of solar light installation\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"sl-info\"\u003e\u003cspan class=\"sl-section-kicker\"\u003e PRODUCT DETAILS \u003c\/span\u003e\n\u003ch2 class=\"sl-section-title\"\u003e📋 SPECIFICATIONS\u003c\/h2\u003e\n\u003cul class=\"sl-spec\"\u003e\n\u003cli\u003e\n\u003cspan class=\"sl-spec-label\"\u003eHousing Material\u003c\/span\u003e \u003cspan class=\"sl-spec-value\"\u003eABS + PC Weather-Resistant Shell\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sl-spec-label\"\u003eSolar Panel Specs\u003c\/span\u003e \u003cspan class=\"sl-spec-value\"\u003e138 × 80 mm · 5.5 V \/ 280 mA\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sl-spec-label\"\u003eBattery Capacity\u003c\/span\u003e \u003cspan class=\"sl-spec-value\"\u003e18650 \/ 1200 mA Rechargeable\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sl-spec-label\"\u003eLight Output\u003c\/span\u003e \u003cspan class=\"sl-spec-value\"\u003eApprox. 540 Lumens LED\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sl-spec-label\"\u003eMotion Sensing Range\u003c\/span\u003e \u003cspan class=\"sl-spec-value\"\u003eApprox. 6–8 m · 20-second active cycle\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sl-spec-label\"\u003eProtection Rating\u003c\/span\u003e \u003cspan class=\"sl-spec-value\"\u003eIP64 Waterproof Rating\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"sl-info sl-faq\"\u003e\u003cspan class=\"sl-section-kicker\"\u003e NEED HELP? \u003c\/span\u003e\n\u003ch2 class=\"sl-section-title\"\u003e❓ FREQUENTLY ASKED QUESTIONS\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it require electrical wiring or power plugs?\u003c\/summary\u003e\n\u003cdiv class=\"sl-answer\"\u003eNo external power wiring is required. The unit operates 100% independently using its integrated solar panel and rechargeable battery.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow far does the motion sensor reach?\u003c\/summary\u003e\n\u003cdiv class=\"sl-answer\"\u003eThe built-in motion sensor detects movement up to approximately 6–8 metres away, instantly triggering bright illumination.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it a real surveillance security camera?\u003c\/summary\u003e\n\u003cdiv class=\"sl-answer\"\u003eNo. It is a solar LED wall light designed with a simulated camera-style housing for a security-focused appearance and does not record video.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- AUTHENTICITY --\u003e\n\u003cdiv class=\"sl-authenticity\"\u003e\n\u003cstrong\u003e ⚠️ \u003cspan\u003ezavrly\u003c\/span\u003e® Authenticity Notice \u003c\/strong\u003e\n\u003cp\u003ePlease beware of counterfeit products or unauthorized sellers using the \u003cstrong\u003e\u003cspan\u003ezavrly\u003c\/span\u003e®\u003c\/strong\u003e name, product images, or misleading imitations. \u003cbr\u003e\u003cbr\u003eTo ensure solar efficiency, accurate motion sensing, and IP64 weatherproofing, please purchase only through the official \u003cstrong\u003e\u003cspan\u003ezavrly\u003c\/span\u003e®\u003c\/strong\u003e store.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"sl-final\"\u003e\n\u003ch2\u003e💡 Light The Routes Your Wiring Cannot Reach!\u003c\/h2\u003e\n\u003cp\u003eGet your Solar Motion Sensor Light today and keep your walkways, driveways, and entry gates safely illuminated every night.\u003c\/p\u003e\n\u003ca href=\"#product-form\" class=\"sl-button\"\u003e GET YOUR SOLAR LIGHT NOW → \u003c\/a\u003e \u003ca href=\"https:\/\/arviennes.com\/products\/solar-motion-sensor-camera-light?source=back_to_top\" class=\"sl-back-top-button\" target=\"_self\"\u003e Back to Top ↑ \u003c\/a\u003e\n\u003cdiv class=\"sl-trust\"\u003e🚚 Free Shipping Over $59.98  ·  📦 Tracked Shipping  ·  🔒 Secure Checkout  ·  💬 Official \u003cspan\u003ezavrly\u003c\/span\u003e® Quality Guarantee\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"lkjhysawpz","offers":[{"title":"Default Title","offer_id":49567824281755,"sku":"SZ06542609162895-感应灯","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0764\/9932\/0987\/files\/01-no-outlet-no-problem.png?v=1789790122","url":"https:\/\/arviennes.com\/products\/solar-motion-sensor-camera-light","provider":"arviennes","version":"1.0","type":"link"}