{"product_id":"rechargeable-motion-sensor-led-night-light","title":"Rechargeable Motion Sensor LED Night Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   RECHARGEABLE MOTION SENSOR LED NIGHT LIGHT\n   Shopify Product Description\n   Scoped CSS — Desktop + Mobile Safe\n========================================================= *\/\n\n.ha-motion-light {\n  width: 100%;\n  max-width: 100%;\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  color: #1b1b1b;\n  line-height: 1.65;\n  font-size: 15px;\n}\n\n.ha-motion-light *,\n.ha-motion-light *::before,\n.ha-motion-light *::after {\n  box-sizing: border-box;\n}\n\n.ha-motion-light img {\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  display: block;\n  margin: 0;\n  border: 0;\n}\n\n\/* HERO *\/\n.ha-motion-light .ha-hero {\n  width: 100%;\n  background: linear-gradient(145deg, #111820 0%, #1b2632 55%, #111820 100%);\n  border-radius: 20px;\n  padding: 30px 22px;\n  margin: 0 0 18px;\n  text-align: center;\n  overflow: hidden;\n  box-shadow: 0 12px 34px rgba(0,0,0,.13);\n}\n\n\/* FORCE H1 WHITE EVEN IF SHOPIFY THEME OVERRIDES IT *\/\n.ha-motion-light .ha-hero h1,\n.ha-motion-light h1.ha-hero-title,\n.ha-motion-light .ha-hero .ha-hero-title {\n  margin: 0 0 12px !important;\n  padding: 0 !important;\n  color: #ffffff !important;\n  -webkit-text-fill-color: #ffffff !important;\n  opacity: 1 !important;\n  text-shadow: none !important;\n  font-size: clamp(27px, 4vw, 42px) !important;\n  line-height: 1.15 !important;\n  font-weight: 800 !important;\n  letter-spacing: -0.02em !important;\n}\n\n.ha-motion-light .ha-hero-sub {\n  max-width: 760px;\n  margin: 0 auto 18px;\n  color: #e8eef5 !important;\n  -webkit-text-fill-color: #e8eef5 !important;\n  font-size: 16px;\n}\n\n.ha-motion-light .ha-pills {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n  margin-top: 18px;\n}\n\n.ha-motion-light .ha-pill {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  background: rgba(255,255,255,.10);\n  border: 1px solid rgba(255,255,255,.18);\n  color: #ffffff !important;\n  -webkit-text-fill-color: #ffffff !important;\n  padding: 8px 12px;\n  border-radius: 999px;\n  font-size: 13px;\n  font-weight: 700;\n}\n\n\/* STANDARD CARD *\/\n.ha-motion-light .ha-card {\n  width: 100%;\n  max-width: 100%;\n  background: #ffffff;\n  border: 1px solid #eceff2;\n  border-radius: 18px;\n  padding: 20px;\n  margin: 0 0 16px;\n  box-shadow: 0 7px 24px rgba(16,24,40,.06);\n  overflow: hidden;\n}\n\n.ha-motion-light .ha-card h2 {\n  margin: 0 0 8px;\n  font-size: 24px;\n  line-height: 1.25;\n  font-weight: 800;\n  color: #171717;\n}\n\n.ha-motion-light .ha-card h3 {\n  margin: 0 0 6px;\n  font-size: 18px;\n  line-height: 1.3;\n  font-weight: 800;\n  color: #171717;\n}\n\n.ha-motion-light .ha-card p {\n  margin: 0;\n  color: #555f68;\n}\n\n.ha-motion-light .ha-section-head {\n  text-align: center;\n  margin-bottom: 17px;\n}\n\n.ha-motion-light .ha-section-head p {\n  max-width: 720px;\n  margin: 6px auto 0;\n}\n\n.ha-motion-light .ha-kicker {\n  display: inline-block;\n  margin-bottom: 7px;\n  color: #16794a;\n  font-size: 12px;\n  text-transform: uppercase;\n  letter-spacing: .09em;\n  font-weight: 800;\n}\n\n\/* INTRO *\/\n.ha-motion-light .ha-intro {\n  background: #f7faf8;\n}\n\n.ha-motion-light .ha-intro-text {\n  font-size: 16px;\n}\n\n\/* BENEFITS *\/\n.ha-motion-light .ha-benefit-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0,1fr));\n  gap: 10px;\n}\n\n.ha-motion-light .ha-benefit {\n  display: flex;\n  align-items: flex-start;\n  gap: 11px;\n  background: #f8faf9;\n  border: 1px solid #e7ede9;\n  border-radius: 14px;\n  padding: 13px;\n  min-width: 0;\n}\n\n.ha-motion-light .ha-benefit-icon {\n  flex: 0 0 38px;\n  width: 38px;\n  height: 38px;\n  border-radius: 11px;\n  background: #e7f6ed;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 20px;\n  line-height: 1;\n}\n\n.ha-motion-light .ha-benefit-copy {\n  flex: 1;\n  min-width: 0;\n}\n\n.ha-motion-light .ha-benefit-copy strong {\n  display: block;\n  font-size: 14px;\n  line-height: 1.3;\n  margin-bottom: 3px;\n  color: #202622;\n}\n\n.ha-motion-light .ha-benefit-copy span {\n  display: block;\n  color: #657068;\n  font-size: 13px;\n  line-height: 1.45;\n}\n\n\/* MEDIA CARD *\/\n.ha-motion-light .ha-media-card {\n  width: 100%;\n  max-width: 100%;\n  padding: 0;\n  overflow: hidden;\n}\n\n.ha-motion-light .ha-media-image {\n  width: 100%;\n  max-width: 100%;\n  background: #f5f5f5;\n}\n\n.ha-motion-light .ha-media-image img {\n  width: 100%;\n  height: auto;\n  max-width: 100%;\n  object-fit: contain;\n}\n\n.ha-motion-light .ha-media-copy {\n  padding: 18px 20px 20px;\n}\n\n.ha-motion-light .ha-quote {\n  display: block;\n  margin: 8px 0 9px;\n  color: #16794a;\n  font-weight: 800;\n  font-size: 15px;\n}\n\n\/* SPECIFICATION STRIP *\/\n.ha-motion-light .ha-spec-grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0,1fr));\n  gap: 10px;\n}\n\n.ha-motion-light .ha-spec {\n  text-align: center;\n  background: #f7faf8;\n  border: 1px solid #e6ece8;\n  border-radius: 14px;\n  padding: 15px 9px;\n}\n\n.ha-motion-light .ha-spec strong {\n  display: block;\n  color: #157347;\n  font-size: 20px;\n  line-height: 1.2;\n  margin-bottom: 4px;\n}\n\n.ha-motion-light .ha-spec span {\n  color: #687169;\n  font-size: 12px;\n  line-height: 1.35;\n}\n\n\/* USE CASES *\/\n.ha-motion-light .ha-use-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0,1fr));\n  gap: 10px;\n}\n\n.ha-motion-light .ha-use {\n  text-align: center;\n  padding: 16px 10px;\n  background: #fafafa;\n  border: 1px solid #ececec;\n  border-radius: 14px;\n}\n\n.ha-motion-light .ha-use-icon {\n  display: block;\n  font-size: 25px;\n  margin-bottom: 5px;\n}\n\n.ha-motion-light .ha-use strong {\n  display: block;\n  color: #252525;\n  font-size: 13px;\n  line-height: 1.35;\n}\n\n\/* HOW TO USE *\/\n.ha-motion-light .ha-step-list {\n  display: grid;\n  gap: 10px;\n}\n\n.ha-motion-light .ha-step {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  background: #f8faf9;\n  border: 1px solid #e7ece9;\n  border-radius: 14px;\n  padding: 13px;\n}\n\n.ha-motion-light .ha-step-no {\n  flex: 0 0 34px;\n  width: 34px;\n  height: 34px;\n  border-radius: 50%;\n  background: #16794a;\n  color: #fff !important;\n  -webkit-text-fill-color: #fff !important;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  font-weight: 800;\n  font-size: 14px;\n}\n\n.ha-motion-light .ha-step-text {\n  flex: 1;\n  min-width: 0;\n}\n\n.ha-motion-light .ha-step-text strong {\n  display: block;\n  color: #222;\n  margin-bottom: 2px;\n}\n\n.ha-motion-light .ha-step-text span {\n  color: #626c65;\n  font-size: 13px;\n}\n\n\/* REVIEW-STYLE BUYER HIGHLIGHTS *\/\n.ha-motion-light .ha-review-wrap {\n  background: #fbfaf7;\n}\n\n.ha-motion-light .ha-review-summary {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 12px;\n  background: #ffffff;\n  border: 1px solid #eee9df;\n  border-radius: 15px;\n  padding: 15px;\n  margin-bottom: 12px;\n}\n\n.ha-motion-light .ha-review-summary strong {\n  display: block;\n  font-size: 18px;\n}\n\n.ha-motion-light .ha-review-summary span {\n  color: #6c706d;\n  font-size: 13px;\n}\n\n.ha-motion-light .ha-review-badge {\n  white-space: nowrap;\n  background: #eaf7ef;\n  color: #176b44;\n  font-weight: 800;\n  padding: 7px 10px;\n  border-radius: 999px;\n  font-size: 12px;\n}\n\n.ha-motion-light .ha-review-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0,1fr));\n  gap: 10px;\n}\n\n.ha-motion-light .ha-review {\n  background: #ffffff;\n  border: 1px solid #ece8df;\n  border-radius: 14px;\n  padding: 15px;\n}\n\n.ha-motion-light .ha-review-label {\n  display: inline-block;\n  background: #f1f5f2;\n  color: #42604e;\n  font-size: 10px;\n  text-transform: uppercase;\n  font-weight: 800;\n  letter-spacing: .05em;\n  padding: 5px 8px;\n  border-radius: 999px;\n  margin-bottom: 8px;\n}\n\n.ha-motion-light .ha-review h3 {\n  font-size: 15px;\n  margin-bottom: 5px;\n}\n\n.ha-motion-light .ha-review p {\n  font-size: 13px;\n  line-height: 1.55;\n}\n\n\/* PRODUCT INFORMATION *\/\n.ha-motion-light .ha-info {\n  background: #fff9eb;\n  border-color: #f0ddaa;\n}\n\n.ha-motion-light .ha-info-row {\n  display: flex;\n  align-items: flex-start;\n  gap: 9px;\n  margin-top: 10px;\n}\n\n.ha-motion-light .ha-info-row:first-of-type {\n  margin-top: 0;\n}\n\n.ha-motion-light .ha-info-icon {\n  flex: 0 0 24px;\n  font-size: 17px;\n}\n\n.ha-motion-light .ha-info-row p {\n  font-size: 13px;\n  color: #62583d;\n}\n\n\/* FAQ *\/\n.ha-motion-light details {\n  background: #f8faf9;\n  border: 1px solid #e6ece8;\n  border-radius: 12px;\n  padding: 0 14px;\n  margin-bottom: 8px;\n}\n\n.ha-motion-light details:last-child {\n  margin-bottom: 0;\n}\n\n.ha-motion-light summary {\n  cursor: pointer;\n  list-style: none;\n  padding: 14px 0;\n  color: #222;\n  font-weight: 750;\n  font-size: 14px;\n}\n\n.ha-motion-light summary::-webkit-details-marker {\n  display: none;\n}\n\n.ha-motion-light details p {\n  padding: 0 0 14px;\n  margin: 0;\n  font-size: 13px;\n}\n\n\/* FOOTER *\/\n.ha-motion-light .ha-bottom {\n  text-align: center;\n  background: #16231c;\n  border-color: #16231c;\n}\n\n.ha-motion-light .ha-bottom h2 {\n  color: #ffffff !important;\n  -webkit-text-fill-color: #ffffff !important;\n}\n\n.ha-motion-light .ha-bottom p {\n  color: #d9e1dc !important;\n  -webkit-text-fill-color: #d9e1dc !important;\n}\n\n\/* MOBILE *\/\n@media (max-width: 749px) {\n  .ha-motion-light {\n    font-size: 14px;\n  }\n\n  .ha-motion-light .ha-hero {\n    padding: 25px 16px;\n    border-radius: 16px;\n  }\n\n  .ha-motion-light .ha-hero h1,\n  .ha-motion-light h1.ha-hero-title {\n    font-size: 28px !important;\n  }\n\n  .ha-motion-light .ha-hero-sub {\n    font-size: 14px;\n  }\n\n  .ha-motion-light .ha-card {\n    padding: 16px;\n    border-radius: 15px;\n  }\n\n  .ha-motion-light .ha-media-card {\n    padding: 0;\n  }\n\n  .ha-motion-light .ha-media-copy {\n    padding: 16px;\n  }\n\n  .ha-motion-light .ha-card h2 {\n    font-size: 21px;\n  }\n\n  .ha-motion-light .ha-benefit-grid,\n  .ha-motion-light .ha-review-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .ha-motion-light .ha-spec-grid {\n    grid-template-columns: repeat(2, minmax(0,1fr));\n  }\n\n  .ha-motion-light .ha-use-grid {\n    grid-template-columns: repeat(2, minmax(0,1fr));\n  }\n\n  .ha-motion-light .ha-review-summary {\n    align-items: flex-start;\n    flex-direction: column;\n  }\n\n  .ha-motion-light .ha-benefit {\n    padding: 11px;\n  }\n\n  .ha-motion-light .ha-benefit-icon {\n    flex-basis: 36px;\n    width: 36px;\n    height: 36px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ha-motion-light\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"ha-hero\"\u003e\n\u003ch1 class=\"ha-hero-title\"\u003eRechargeable Motion Sensor LED Night Light\u003c\/h1\u003e\n\u003cp class=\"ha-hero-sub\"\u003eAutomatic hands-free lighting for wardrobes, cabinets, stairs, hallways, bedside areas and other dark spaces — without searching for a switch every time.\u003c\/p\u003e\n\u003cdiv class=\"ha-pills\"\u003e\n\u003cspan class=\"ha-pill\"\u003e⚡ Motion Activated\u003c\/span\u003e \u003cspan class=\"ha-pill\"\u003e🌙 Light Sensing\u003c\/span\u003e \u003cspan class=\"ha-pill\"\u003e🔋 Rechargeable\u003c\/span\u003e \u003cspan class=\"ha-pill\"\u003e🧲 Magnetic Mounting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"ha-card ha-intro\"\u003e\n\u003cdiv class=\"ha-section-head\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eSmart Light • Everyday Convenience\u003c\/span\u003e\n\u003ch2\u003eLight Where You Need It — Automatically\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp class=\"ha-intro-text\"\u003eWalking through a dark hallway, opening a wardrobe at night or searching inside a poorly lit cabinet becomes much easier with this compact \u003cstrong\u003erechargeable motion sensor LED light\u003c\/strong\u003e. Designed to detect movement in low-light conditions, it provides convenient illumination without requiring you to manually operate a wall switch.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"ha-card\"\u003e\n\u003cdiv class=\"ha-section-head\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eKey Benefits\u003c\/span\u003e\n\u003ch2\u003eSmall Light. Multiple Smart Features.\u003c\/h2\u003e\n\u003cp\u003eDesigned for quick installation and practical everyday use around the home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit-grid\"\u003e\n\u003cdiv class=\"ha-benefit\"\u003e\n\u003cdiv class=\"ha-benefit-icon\"\u003e🚶\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit-copy\"\u003e\n\u003cstrong\u003eAutomatic Motion Detection\u003c\/strong\u003e \u003cspan\u003e Detects nearby movement and provides hands-free illumination when required. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit\"\u003e\n\u003cdiv class=\"ha-benefit-icon\"\u003e🌙\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit-copy\"\u003e\n\u003cstrong\u003eSmart Low-Light Sensing\u003c\/strong\u003e \u003cspan\u003e Designed to activate in darker conditions instead of wasting power unnecessarily during sufficient ambient light. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit\"\u003e\n\u003cdiv class=\"ha-benefit-icon\"\u003e🔋\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit-copy\"\u003e\n\u003cstrong\u003eUSB Rechargeable Design\u003c\/strong\u003e \u003cspan\u003e Recharge and reuse instead of repeatedly purchasing disposable batteries. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit\"\u003e\n\u003cdiv class=\"ha-benefit-icon\"\u003e💡\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit-copy\"\u003e\n\u003cstrong\u003eMulti-LED Illumination\u003c\/strong\u003e \u003cspan\u003e Multiple LEDs provide useful local illumination for cupboards, passages and smaller indoor spaces. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit\"\u003e\n\u003cdiv class=\"ha-benefit-icon\"\u003e🧲\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit-copy\"\u003e\n\u003cstrong\u003eBuilt-In Magnetic Mount\u003c\/strong\u003e \u003cspan\u003e Attaches to compatible metallic surfaces or the supplied mounting plate where applicable. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit\"\u003e\n\u003cdiv class=\"ha-benefit-icon\"\u003e🖐️\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit-copy\"\u003e\n\u003cstrong\u003ePortable \u0026amp; Hand-Held\u003c\/strong\u003e \u003cspan\u003e Remove it from the mounting point whenever temporary portable illumination is required. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit\"\u003e\n\u003cdiv class=\"ha-benefit-icon\"\u003e🛠️\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit-copy\"\u003e\n\u003cstrong\u003eSimple Installation\u003c\/strong\u003e \u003cspan\u003e No complicated electrical wiring is required for normal portable\/magnetic installation. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit\"\u003e\n\u003cdiv class=\"ha-benefit-icon\"\u003e🏠\u003c\/div\u003e\n\u003cdiv class=\"ha-benefit-copy\"\u003e\n\u003cstrong\u003eMultiple Indoor Uses\u003c\/strong\u003e \u003cspan\u003e Suitable for wardrobes, cabinets, drawers, stairs, bedside areas, entryways and more. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE CARD 1 --\u003e\n\u003csection class=\"ha-card ha-media-card\"\u003e\n\u003cdiv class=\"ha-media-copy\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eCompact Rechargeable Design\u003c\/span\u003e\n\u003ch2\u003eSmart Lighting Without Permanent Wiring\u003c\/h2\u003e\n\u003cspan class=\"ha-quote\"\u003e “A compact lighting solution for spaces where a regular light switch is inconvenient.” \u003c\/span\u003e\n\u003cp\u003eThe round rechargeable design is easy to position around your home. Charge it through USB and place it wherever convenient nighttime illumination is needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE CARD 2 --\u003e\n\u003csection class=\"ha-card ha-media-card\"\u003e\n\u003cdiv class=\"ha-media-copy\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eFlexible Installation\u003c\/span\u003e\n\u003ch2\u003eInstall It the Way Your Space Requires\u003c\/h2\u003e\n\u003cspan class=\"ha-quote\"\u003e “Magnetic, adhesive, hanging or hand-held — use it where it makes the most sense.” \u003c\/span\u003e\n\u003cp\u003eThe lamp is designed for flexible placement. It can attach directly to suitable iron surfaces using the built-in magnet, mount through an adhesive-backed metal plate, be removed for hand-held use or be hung using the rear mounting provision where appropriate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE CARD 3 --\u003e\n\u003csection class=\"ha-card ha-media-card\"\u003e\n\u003cdiv class=\"ha-media-copy\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eRecharge \u0026amp; Reuse\u003c\/span\u003e\n\u003ch2\u003eDesigned to Reduce Disposable Battery Hassle\u003c\/h2\u003e\n\u003cspan class=\"ha-quote\"\u003e “Rechargeable convenience for everyday automatic lighting.” \u003c\/span\u003e\n\u003cp\u003eThe supplied product imagery indicates an 8-LED rechargeable configuration, helping eliminate the routine of replacing multiple disposable batteries found in many conventional sensor lamps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE CARD 4 --\u003e\n\u003csection class=\"ha-card ha-media-card\"\u003e\n\u003cdiv class=\"ha-media-copy\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eHands-Free Operation\u003c\/span\u003e\n\u003ch2\u003eMotion Activated + Light Sensitive\u003c\/h2\u003e\n\u003cspan class=\"ha-quote\"\u003e “Walk closer in the dark and let the light do the rest.” \u003c\/span\u003e\n\u003cp\u003eThe integrated sensing system is designed to detect movement in low-light environments, making the lamp particularly useful for nighttime passages, wardrobes and places where reaching for a regular switch is inconvenient.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE CARD 5 --\u003e\n\u003csection class=\"ha-card ha-media-card\"\u003e\n\u003cdiv class=\"ha-media-copy\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eResponsive Detection\u003c\/span\u003e\n\u003ch2\u003eWide Motion-Sensing Coverage\u003c\/h2\u003e\n\u003cspan class=\"ha-quote\"\u003e “Designed to sense approaching movement before you reach the light.” \u003c\/span\u003e\n\u003cp\u003eAccording to the supplied product specifications, the sensor offers an approximate \u003cstrong\u003e3 metre induction distance\u003c\/strong\u003e and \u003cstrong\u003e120° sensing angle\u003c\/strong\u003e, allowing practical coverage for compact indoor areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE CARD 6 --\u003e\n\u003csection class=\"ha-card ha-media-card\"\u003e\n\u003cdiv class=\"ha-media-copy\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eUse It Around the Home\u003c\/span\u003e\n\u003ch2\u003eOne Compact Light, Plenty of Useful Locations\u003c\/h2\u003e\n\u003cspan class=\"ha-quote\"\u003e “From bedside illumination to wardrobe lighting, place it where darkness is inconvenient.” \u003c\/span\u003e\n\u003cp\u003eThe compact cordless design makes it suitable for bedrooms, cupboards, closets, dressing areas, drawers, shelves, kitchens, hallways and other indoor spaces that need quick local illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SENSOR SPECS --\u003e\n\u003csection class=\"ha-card\"\u003e\n\u003cdiv class=\"ha-section-head\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eSensor Highlights\u003c\/span\u003e\n\u003ch2\u003eDesigned for Convenient Automatic Lighting\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-spec-grid\"\u003e\n\u003cdiv class=\"ha-spec\"\u003e\n\u003cstrong\u003e≈3 m\u003c\/strong\u003e \u003cspan\u003eMotion Detection Distance*\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-spec\"\u003e\n\u003cstrong\u003e120°\u003c\/strong\u003e \u003cspan\u003eInduction Angle*\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-spec\"\u003e\n\u003cstrong\u003e8 LED\u003c\/strong\u003e \u003cspan\u003eLED Configuration*\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-spec\"\u003e\n\u003cstrong\u003eUSB\u003c\/strong\u003e \u003cspan\u003eRechargeable Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 11px; color: #808780; margin-top: 12px; text-align: center;\"\u003e*Specifications are based on the supplied product reference imagery. Actual sensing performance may vary depending on installation height, surrounding environment, charge level and ambient conditions.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- USE CASES --\u003e\n\u003csection class=\"ha-card\"\u003e\n\u003cdiv class=\"ha-section-head\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eWhere You Can Use It\u003c\/span\u003e\n\u003ch2\u003eUseful Across Multiple Indoor Spaces\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-use-grid\"\u003e\n\u003cdiv class=\"ha-use\"\u003e\n\u003cspan class=\"ha-use-icon\"\u003e👗\u003c\/span\u003e \u003cstrong\u003eWardrobes \u0026amp; Closets\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-use\"\u003e\n\u003cspan class=\"ha-use-icon\"\u003e🪜\u003c\/span\u003e \u003cstrong\u003eStairs \u0026amp; Passages\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-use\"\u003e\n\u003cspan class=\"ha-use-icon\"\u003e🛏️\u003c\/span\u003e \u003cstrong\u003eBedside Areas\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-use\"\u003e\n\u003cspan class=\"ha-use-icon\"\u003e🚪\u003c\/span\u003e \u003cstrong\u003eEntrance Areas\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-use\"\u003e\n\u003cspan class=\"ha-use-icon\"\u003e🗄️\u003c\/span\u003e \u003cstrong\u003eCabinets \u0026amp; Shelves\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-use\"\u003e\n\u003cspan class=\"ha-use-icon\"\u003e🍳\u003c\/span\u003e \u003cstrong\u003eKitchen Storage\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-use\"\u003e\n\u003cspan class=\"ha-use-icon\"\u003e🧺\u003c\/span\u003e \u003cstrong\u003eUtility Areas\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-use\"\u003e\n\u003cspan class=\"ha-use-icon\"\u003e📚\u003c\/span\u003e \u003cstrong\u003eStudy \u0026amp; Storage Corners\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-use\"\u003e\n\u003cspan class=\"ha-use-icon\"\u003e🚶\u003c\/span\u003e \u003cstrong\u003eNighttime Hallways\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO INSTALL --\u003e\n\u003csection class=\"ha-card\"\u003e\n\u003cdiv class=\"ha-section-head\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eQuick Installation\u003c\/span\u003e\n\u003ch2\u003eSet It Up in a Few Simple Steps\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-step-list\"\u003e\n\u003cdiv class=\"ha-step\"\u003e\n\u003cdiv class=\"ha-step-no\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"ha-step-text\"\u003e\n\u003cstrong\u003eChoose the Location\u003c\/strong\u003e \u003cspan\u003e Select a clean, convenient area where movement can be detected without major obstructions. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-step\"\u003e\n\u003cdiv class=\"ha-step-no\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"ha-step-text\"\u003e\n\u003cstrong\u003eClean \u0026amp; Dry the Surface\u003c\/strong\u003e \u003cspan\u003e For adhesive installation, make sure the mounting surface is free from dust, moisture and oil. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-step\"\u003e\n\u003cdiv class=\"ha-step-no\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"ha-step-text\"\u003e\n\u003cstrong\u003eFix the Metal Mounting Plate\u003c\/strong\u003e \u003cspan\u003e Remove the adhesive backing and press the plate firmly against the selected installation area. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-step\"\u003e\n\u003cdiv class=\"ha-step-no\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"ha-step-text\"\u003e\n\u003cstrong\u003eAttach the Lamp Magnetically\u003c\/strong\u003e \u003cspan\u003e Position the lamp against the metal mounting plate or directly on a compatible metallic surface. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-step\"\u003e\n\u003cdiv class=\"ha-step-no\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"ha-step-text\"\u003e\n\u003cstrong\u003eRecharge Whenever Required\u003c\/strong\u003e \u003cspan\u003e Remove the lamp from its mounting point and recharge it using the compatible USB charging connection. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY SHOPPERS CHOOSE IT --\u003e\n\u003csection class=\"ha-card ha-review-wrap\"\u003e\n\u003cdiv class=\"ha-section-head\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eBuyer-Friendly Features\u003c\/span\u003e\n\u003ch2\u003eWhy Shoppers Choose This Type of Sensor Light\u003c\/h2\u003e\n\u003cp\u003eReview-app-inspired product highlights without fabricated customer names or false testimonials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-review-summary\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDesigned Around Everyday Convenience\u003c\/strong\u003e \u003cspan\u003e Compact lighting features that solve common low-light problems. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-review-badge\"\u003e8 Product Highlights\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-review-grid\"\u003e\n\u003cdiv class=\"ha-review\"\u003e\n\u003cspan class=\"ha-review-label\"\u003eBuyer Highlight 01\u003c\/span\u003e\n\u003ch3\u003eGreat for Dark Wardrobes\u003c\/h3\u003e\n\u003cp\u003eHelps illuminate clothing and storage areas without installing a conventional wired wardrobe light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-review\"\u003e\n\u003cspan class=\"ha-review-label\"\u003eBuyer Highlight 02\u003c\/span\u003e\n\u003ch3\u003eHands-Free at Night\u003c\/h3\u003e\n\u003cp\u003eMotion activation makes it convenient for passages, bedside areas and nighttime movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-review\"\u003e\n\u003cspan class=\"ha-review-label\"\u003eBuyer Highlight 03\u003c\/span\u003e\n\u003ch3\u003eEasy Magnetic Removal\u003c\/h3\u003e\n\u003cp\u003eThe magnetic mounting concept makes removing the unit for charging or portable use straightforward.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-review\"\u003e\n\u003cspan class=\"ha-review-label\"\u003eBuyer Highlight 04\u003c\/span\u003e\n\u003ch3\u003eNo Battery Replacement Routine\u003c\/h3\u003e\n\u003cp\u003eRechargeable operation is more convenient than repeatedly purchasing disposable batteries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-review\"\u003e\n\u003cspan class=\"ha-review-label\"\u003eBuyer Highlight 05\u003c\/span\u003e\n\u003ch3\u003eUseful in Multiple Rooms\u003c\/h3\u003e\n\u003cp\u003eMove the lamp between wardrobes, cabinets, stairs, bedrooms and utility areas depending on your requirement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-review\"\u003e\n\u003cspan class=\"ha-review-label\"\u003eBuyer Highlight 06\u003c\/span\u003e\n\u003ch3\u003eCompact \u0026amp; Unobtrusive\u003c\/h3\u003e\n\u003cp\u003eThe slim round body provides practical lighting without taking up substantial shelf or wall space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-review\"\u003e\n\u003cspan class=\"ha-review-label\"\u003eBuyer Highlight 07\u003c\/span\u003e\n\u003ch3\u003eUseful During Power-Switch Inconvenience\u003c\/h3\u003e\n\u003cp\u003eHelpful for local illumination where a wall switch is far away or permanent wiring is impractical.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-review\"\u003e\n\u003cspan class=\"ha-review-label\"\u003eBuyer Highlight 08\u003c\/span\u003e\n\u003ch3\u003eSimple Everyday Installation\u003c\/h3\u003e\n\u003cp\u003eThe magnetic and adhesive mounting concept allows installation without complicated electrical work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMPORTANT INFORMATION --\u003e\n\u003csection class=\"ha-card ha-info\"\u003e\n\u003cdiv class=\"ha-section-head\"\u003e\n\u003cspan class=\"ha-kicker\"\u003ePlease Read Before Ordering\u003c\/span\u003e\n\u003ch2\u003eImportant Product \u0026amp; Order Information\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-info-row\"\u003e\n\u003cdiv class=\"ha-info-icon\"\u003e✅\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eQuality:\u003c\/strong\u003e Product quality is supplied in the best available grade for this product category as per the Indian market. Minor cosmetic, finishing or manufacturing variations that do not prevent normal product use should not be considered a defect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-info-row\"\u003e\n\u003cdiv class=\"ha-info-icon\"\u003e🎨\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eColour \/ Print \/ Finish:\u003c\/strong\u003e Colour, print, finish, minor design details and packaging may vary depending on stock availability. Dispatch will be based on available inventory.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-info-row\"\u003e\n\u003cdiv class=\"ha-info-icon\"\u003e↩️\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eReturn Conditions:\u003c\/strong\u003e Returns will not be processed solely on the basis of colour, print, minor appearance variation, quality preference or personal expectations where the supplied product is functional and matches the basic product description.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-info-row\"\u003e\n\u003cdiv class=\"ha-info-icon\"\u003e🎥\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eAdvertisement Videos:\u003c\/strong\u003e Products, demonstrations, quantities, prices, combinations, promotional offers and other elements shown in advertisement videos are for reference and promotional purposes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-info-row\"\u003e\n\u003cdiv class=\"ha-info-icon\"\u003e🏷️\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOffers:\u003c\/strong\u003e Promotional offers are available for limited periods and may or may not be active when you visit this page. Please check the current product page for the actual price, pack quantity, offer and product details applicable to your order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-info-row\"\u003e\n\u003cdiv class=\"ha-info-icon\"\u003e⚠️\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eAdvertisement-Based Returns:\u003c\/strong\u003e A return will not be processed solely because a previously shown advertisement contained a different promotional offer, quantity, representation or reference visual. The product page details applicable at the time of placing the order should be checked before purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ha-info-row\"\u003e\n\u003cdiv class=\"ha-info-icon\"\u003e📏\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003ePerformance:\u003c\/strong\u003e Detection distance, illumination, sensing response and battery backup can vary depending on installation position, charge level, usage frequency, ambient temperature and surrounding light conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"ha-card\"\u003e\n\u003cdiv class=\"ha-section-head\"\u003e\n\u003cspan class=\"ha-kicker\"\u003eFrequently Asked Questions\u003c\/span\u003e\n\u003ch2\u003eQuestions Before You Order?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the light switch on automatically?\u003c\/summary\u003e\n\u003cp\u003eIt is designed with motion and low-light sensing so that it can automatically illuminate when movement is detected under suitable darker conditions.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it stay continuously ON?\u003c\/summary\u003e\n\u003cp\u003eIts primary purpose is motion-activated convenience rather than continuous room lighting. Operation can depend on the particular product mode and ambient-light conditions.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it rechargeable?\u003c\/summary\u003e\n\u003cp\u003eYes. The supplied product imagery shows a rechargeable USB-powered design.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need electrical wiring for installation?\u003c\/summary\u003e\n\u003cp\u003eNormal magnetic or adhesive installation does not require electrical wiring.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I remove the lamp after mounting it?\u003c\/summary\u003e\n\u003cp\u003eYes. The magnetic mounting system is designed so the lamp can be removed for charging or hand-held use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I install it?\u003c\/summary\u003e\n\u003cp\u003eCommon locations include wardrobes, closets, cupboards, shelves, passages, stair areas, bedrooms, bedside spaces, utility areas and cabinets.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the motion sensing range?\u003c\/summary\u003e\n\u003cp\u003eThe supplied product reference indicates an approximate 3 metre sensing distance and 120° detection angle. Actual performance can vary according to the surrounding environment and mounting position.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the actual appearance vary slightly from the images?\u003c\/summary\u003e\n\u003cp\u003eYes. Colour tone, finish, packaging, markings and minor design details can vary depending on production batch and stock availability without affecting the basic functionality of the product.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL --\u003e\n\u003csection class=\"ha-card ha-bottom\"\u003e\n\u003ch2\u003eAutomatic Light Exactly Where You Need It\u003c\/h2\u003e\n\u003cp\u003eA compact rechargeable solution for wardrobes, cabinets, passages, stairs and other darker indoor spaces — with convenient motion sensing and flexible magnetic mounting.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Home Asthetics","offers":[{"title":"Buy 1 Pc","offer_id":46604250677444,"sku":"Motion Sensor LED 1 Pc","price":699.0,"currency_code":"INR","in_stock":true},{"title":"Buy 2 Pc","offer_id":46604250710212,"sku":"Motion Sensor LED 2 Pc","price":989.0,"currency_code":"INR","in_stock":true},{"title":"Buuy 4 Pc","offer_id":46604250742980,"sku":"Motion Sensor LED 4 Pc","price":1689.0,"currency_code":"INR","in_stock":true},{"title":"Buy 10 Pc","offer_id":46604250775748,"sku":"Motion Sensor LED 10 Pc","price":2969.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/1661\/9460\/files\/3c5066d8-e136-4b5f-8300-6a71068a65ed.png?v=1788356120","url":"https:\/\/homeasthetics.in\/products\/rechargeable-motion-sensor-led-night-light","provider":"Home Asthetics","version":"1.0","type":"link"}