{"product_id":"rechargeable-motion-sensor-under-cabinet-light","title":"Rechargeable Motion Sensor Under Cabinet Light – 76 LED, 3 Color Temperatures, Dimmable Magnetic Closet Light","description":"\u003c!-- ============================================================ SMART MOTION SENSOR UNDER CABINET LIGHT SHOPIFY A+ PRODUCT DESCRIPTION  IMAGE ORDER 01 Hero \/ Product Overview 02 Brighter. Smarter. More Convenient. 03 Product Functions 04 3 Color Temperatures 05 Motion Sensor 06 Magnetic Installation 07 USB-C Rechargeable Battery 08 Multi-Scene Use ============================================================ --\u003e \u003cstyle\u003e   .ucl-page,   .ucl-page * {     box-sizing: border-box;   }    .ucl-page {     --ucl-navy: #0b2748;     --ucl-navy-dark: #061a31;     --ucl-blue: #286ab2;     --ucl-blue-bright: #4c96dd;     --ucl-blue-soft: #edf6ff;      --ucl-steel: #7d8d9c;     --ucl-silver: #eef2f5;     --ucl-silver-light: #f8fafc;      --ucl-ink: #12243a;     --ucl-text: #46576a;     --ucl-muted: #68788a;      --ucl-white: #ffffff;     --ucl-border: #d9e4ed;      --ucl-warm: #f5dfba;     --ucl-warm-soft: #fff8ed;      --ucl-shadow:       0 12px 34px rgba(11,39,72,.09);      width: 100%;     max-width: 920px;     margin: 0 auto;     padding: 14px;      color: var(--ucl-text);     background: #ffffff;      font-family:       -apple-system,       BlinkMacSystemFont,       'Segoe UI',       Roboto,       Helvetica,       Arial,       sans-serif;      line-height: 1.6;   }     \/* ============================================================      GLOBAL   ============================================================ *\/    .ucl-page h1,   .ucl-page h2,   .ucl-page h3,   .ucl-page p {     margin-top: 0;   }    .ucl-page h2 {     margin-bottom: 10px;      color: var(--ucl-navy);      font-size: clamp(27px,4.8vw,40px);     line-height: 1.1;     font-weight: 900;      letter-spacing: -.8px;   }    .ucl-page h3 {     margin-bottom: 6px;      color: var(--ucl-ink);      font-size: 16px;     line-height: 1.35;     font-weight: 850;   }    .ucl-page p {     margin-bottom: 0;      color: var(--ucl-muted);      font-size: 14.5px;     line-height: 1.65;   }    .ucl-section {     margin-bottom: 35px;   }    .ucl-section-head {     max-width: 745px;      margin: 0 auto 17px;      text-align: center;   }    .ucl-kicker {     display: inline-flex;      align-items: center;     justify-content: center;      margin-bottom: 8px;      color: var(--ucl-blue);      font-size: 11px;     line-height: 1.3;     font-weight: 900;      letter-spacing: 1.5px;     text-transform: uppercase;   }    .ucl-kicker::before,   .ucl-kicker::after {     content: '';      width: 28px;     height: 2px;      margin: 0 9px;      border-radius: 999px;      background:       linear-gradient(         90deg,         transparent,         var(--ucl-blue-bright)       );   }    .ucl-kicker::after {     background:       linear-gradient(         90deg,         var(--ucl-blue-bright),         transparent       );   }    .ucl-subheading {     max-width: 700px;      margin: 0 auto !important;      color: var(--ucl-text) !important;      font-size: 15px !important;     line-height: 1.68 !important;   }    .ucl-highlight {     color: var(--ucl-blue);     font-weight: 850;   }     \/* ============================================================      IMAGE   ============================================================ *\/    .ucl-image-wrap {     width: 100%;      margin-bottom: 16px;      overflow: hidden;      background: #ffffff;      border:       1px solid       var(--ucl-border);      border-radius: 22px;      box-shadow: var(--ucl-shadow);   }    .ucl-image-wrap img {     display: block;      width: 100% !important;     height: auto !important;      margin: 0 !important;   }     \/* ============================================================      HERO   ============================================================ *\/    .ucl-hero {     position: relative;      overflow: hidden;      padding: 38px 19px 18px;      text-align: center;      background:       radial-gradient(         circle at 89% 8%,         rgba(76,150,221,.16),         transparent 31%       ),       radial-gradient(         circle at 8% 5%,         rgba(245,223,186,.22),         transparent 27%       ),       linear-gradient(         145deg,         #ffffff,         #eff6fc       );      border:       1px solid       var(--ucl-border);      border-radius: 26px;   }    .ucl-hero h2 {     font-size: clamp(31px,5.5vw,47px);   }    .ucl-hero-lead {     max-width: 715px;      margin: 0 auto 20px !important;      color: var(--ucl-text) !important;      font-size: 16px !important;     line-height: 1.7 !important;   }     \/* ============================================================      QUICK BENEFITS   ============================================================ *\/    .ucl-quick-grid {     display: grid;      grid-template-columns:       repeat(4,minmax(0,1fr));      gap: 8px;   }    .ucl-quick-item {     min-height: 99px;      padding: 13px 7px;      background:       rgba(255,255,255,.97);      border:       1px solid       var(--ucl-border);      border-radius: 15px;      text-align: center;   }    .ucl-quick-icon {     display: flex;      align-items: center;     justify-content: center;      width: 41px;     height: 41px;      margin: 0 auto 8px;      color: #ffffff;      background:       linear-gradient(         135deg,         var(--ucl-navy),         var(--ucl-blue)       );      border-radius: 50%;      font-size: 8px;     line-height: 1;     font-weight: 900;   }    .ucl-quick-item strong {     display: block;      color: var(--ucl-ink);      font-size: 12px;     line-height: 1.35;     font-weight: 850;   }     \/* ============================================================      FEATURE CARDS   ============================================================ *\/    .ucl-feature-grid {     display: grid;      grid-template-columns:       repeat(3,minmax(0,1fr));      gap: 10px;      margin-top: 14px;   }    .ucl-feature-card {     padding: 18px 14px;      background: #ffffff;      border:       1px solid       var(--ucl-border);      border-radius: 16px;      box-shadow:       0 5px 18px       rgba(11,39,72,.045);   }    .ucl-feature-number {     display: flex;      align-items: center;     justify-content: center;      width: 35px;     height: 35px;      margin-bottom: 10px;      color: #ffffff;      background:       linear-gradient(         135deg,         var(--ucl-navy),         var(--ucl-blue-bright)       );      border-radius: 50%;      font-size: 10px;     font-weight: 900;   }    .ucl-feature-card p {     font-size: 13px;     line-height: 1.57;   }     \/* ============================================================      SOFT PANEL   ============================================================ *\/    .ucl-soft {     padding: 23px 14px;      background:       radial-gradient(         circle at 90% 8%,         rgba(76,150,221,.10),         transparent 28%       ),       linear-gradient(         145deg,         #fcfdff,         #eef5fb       );      border:       1px solid       var(--ucl-border);      border-radius: 22px;   }     \/* ============================================================      DARK PANEL   ============================================================ *\/    .ucl-dark {     position: relative;      overflow: hidden;      padding: 25px 14px;      background:       radial-gradient(         circle at 88% 6%,         rgba(76,150,221,.33),         transparent 33%       ),       linear-gradient(         145deg,         #06182e,         #103c6b       );      border-radius: 22px;      box-shadow:       0 12px 32px       rgba(6,24,46,.18);   }    .ucl-dark h2,   .ucl-dark h3 {     color: #ffffff;   }    .ucl-dark p {     color: #dce8f3;   }    .ucl-dark .ucl-kicker {     color: #9fd0ff;   }    .ucl-dark .ucl-feature-card {     background:       rgba(255,255,255,.075);      border-color:       rgba(255,255,255,.14);      box-shadow: none;   }    .ucl-dark .ucl-feature-card h3 {     color: #ffffff;   }    .ucl-dark .ucl-feature-card p {     color: #dce8f3;   }     \/* ============================================================      BENEFITS   ============================================================ *\/    .ucl-benefit-grid {     display: grid;      grid-template-columns:       repeat(4,minmax(0,1fr));      gap: 8px;      margin-top: 14px;   }    .ucl-benefit {     padding: 16px 8px;      background: #ffffff;      border:       1px solid       var(--ucl-border);      border-radius: 14px;      text-align: center;   }    .ucl-benefit-icon {     display: flex;      align-items: center;     justify-content: center;      width: 39px;     height: 39px;      margin: 0 auto 8px;      color: #ffffff;      background:       linear-gradient(         135deg,         var(--ucl-navy),         var(--ucl-blue)       );      border-radius: 50%;      font-size: 8px;     line-height: 1;     font-weight: 900;   }    .ucl-benefit strong {     display: block;      margin-bottom: 4px;      color: var(--ucl-ink);      font-size: 12.5px;     font-weight: 900;   }    .ucl-benefit span {     display: block;      color: var(--ucl-muted);      font-size: 11.4px;     line-height: 1.45;   }     \/* ============================================================      TEMP GRID   ============================================================ *\/    .ucl-temp-grid {     display: grid;      grid-template-columns:       repeat(3,minmax(0,1fr));      gap: 9px;      margin-top: 14px;   }    .ucl-temp {     padding: 16px 9px;      border:       1px solid       var(--ucl-border);      border-radius: 15px;      text-align: center;   }    .ucl-temp.warm {     background:       linear-gradient(         145deg,         #fff8eb,         #f7e3b8       );   }    .ucl-temp.natural {     background:       linear-gradient(         145deg,         #ffffff,         #f3eee4       );   }    .ucl-temp.cool {     background:       linear-gradient(         145deg,         #f2f8ff,         #dcecff       );   }    .ucl-temp strong {     display: block;      color: var(--ucl-navy);      font-size: 20px;     line-height: 1.1;     font-weight: 900;   }    .ucl-temp span {     display: block;      margin-top: 4px;      color: var(--ucl-text);      font-size: 12px;     font-weight: 750;   }     \/* ============================================================      STEPS   ============================================================ *\/    .ucl-steps {     display: grid;      grid-template-columns:       repeat(3,minmax(0,1fr));      gap: 10px;      margin-top: 15px;   }    .ucl-step {     padding: 16px 13px;      background: #ffffff;      border:       1px solid       var(--ucl-border);      border-radius: 15px;   }    .ucl-step-top {     display: flex;      align-items: center;      gap: 9px;      margin-bottom: 7px;   }    .ucl-step-num {     display: flex;      flex: 0 0 30px;      width: 30px;     height: 30px;      align-items: center;     justify-content: center;      color: #ffffff;      background: var(--ucl-navy);      border-radius: 50%;      font-size: 11px;     font-weight: 900;   }    .ucl-step strong {     color: var(--ucl-ink);      font-size: 13px;     font-weight: 900;   }    .ucl-step p {     font-size: 12.5px;   }     \/* ============================================================      USE GRID   ============================================================ *\/    .ucl-use-grid {     display: grid;      grid-template-columns:       repeat(6,minmax(0,1fr));      gap: 8px;      margin-top: 14px;   }    .ucl-use-item {     min-height: 80px;      padding: 12px 5px;      color: var(--ucl-ink);      background: #ffffff;      border:       1px solid       var(--ucl-border);      border-radius: 13px;      text-align: center;      font-size: 11.5px;     line-height: 1.35;     font-weight: 850;   }    .ucl-use-symbol {     display: flex;      align-items: center;     justify-content: center;      width: 34px;     height: 34px;      margin: 0 auto 7px;      color: #ffffff;      background:       linear-gradient(         135deg,         var(--ucl-navy),         var(--ucl-blue)       );      border-radius: 50%;      font-size: 7px;     font-weight: 900;   }     \/* ============================================================      SPECS   ============================================================ *\/    .ucl-spec-box {     overflow: hidden;      margin-top: 14px;      border:       1px solid       var(--ucl-border);      border-radius: 16px;   }    .ucl-spec-row {     display: flex;      align-items: flex-start;     justify-content: space-between;      gap: 18px;      padding: 13px 15px;      background: #ffffff;      border-bottom:       1px solid       var(--ucl-border);      font-size: 12.8px;     line-height: 1.45;   }    .ucl-spec-row:nth-child(even) {     background: #f8fbfd;   }    .ucl-spec-row:last-child {     border-bottom: none;   }    .ucl-spec-label {     flex: 0 0 40%;      color: var(--ucl-ink);      font-weight: 850;   }    .ucl-spec-value {     flex: 1;      color: var(--ucl-muted);      text-align: right;   }     \/* ============================================================      NOTE   ============================================================ *\/    .ucl-note {     margin-top: 12px;      padding: 12px 13px;      color: var(--ucl-muted);      background: #f3f8fc;      border-left:       3px solid       var(--ucl-blue);      border-radius:       4px 10px 10px 4px;      font-size: 11.5px;     line-height: 1.56;   }     \/* ============================================================      FAQ   ============================================================ *\/    .ucl-faq-list {     display: grid;      gap: 9px;      margin-top: 14px;   }    .ucl-faq-item {     padding: 16px;      background: #ffffff;      border:       1px solid       var(--ucl-border);      border-radius: 14px;   }    .ucl-faq-item h3 {     position: relative;      padding-left: 25px;   }    .ucl-faq-item h3::before {     content: 'Q';      position: absolute;      top: 0;     left: 0;      color: var(--ucl-blue);      font-weight: 900;   }    .ucl-faq-item p {     padding-left: 25px;      font-size: 12.8px;   }     \/* ============================================================      CTA   ============================================================ *\/    .ucl-cta {     position: relative;      overflow: hidden;      padding: 32px 18px;      text-align: center;      background:       radial-gradient(         circle at 90% 8%,         rgba(76,150,221,.38),         transparent 32%       ),       linear-gradient(         135deg,         #06182d,         #0e3b6c       );      border-radius: 22px;      box-shadow:       0 13px 34px       rgba(7,31,61,.23);   }    .ucl-cta .ucl-kicker {     color: #9dd0ff;   }    .ucl-cta h2 {     color: #ffffff;   }    .ucl-cta p {     max-width: 660px;      margin-right: auto;     margin-left: auto;      color: #dce9f5;      font-size: 14px;   }    .ucl-cta-points {     display: flex;      flex-wrap: wrap;     justify-content: center;      gap: 7px;      margin-top: 18px;   }    .ucl-cta-point {     padding: 7px 11px;      color: #ffffff;      background:       rgba(255,255,255,.09);      border:       1px solid       rgba(255,255,255,.16);      border-radius: 999px;      font-size: 11.5px;     font-weight: 800;   }    .ucl-trust-grid {     display: grid;      grid-template-columns:       repeat(4,minmax(0,1fr));      gap: 7px;      margin-top: 11px;   }    .ucl-trust-item {     padding: 11px 5px;      color: var(--ucl-navy);      background: var(--ucl-silver-light);      border:       1px solid       var(--ucl-border);      border-radius: 10px;      text-align: center;      font-size: 10.8px;     line-height: 1.35;     font-weight: 850;   }     \/* ============================================================      RESPONSIVE   ============================================================ *\/    @media (min-width:700px) {      .ucl-page {       padding: 18px;     }      .ucl-hero {       padding:         42px 28px 24px;     }    }     @media (max-width:680px) {      .ucl-feature-grid,     .ucl-steps {       grid-template-columns: 1fr;     }      .ucl-benefit-grid,     .ucl-quick-grid {       grid-template-columns:         repeat(2,minmax(0,1fr));     }      .ucl-temp-grid {       grid-template-columns: 1fr;     }      .ucl-use-grid {       grid-template-columns:         repeat(3,minmax(0,1fr));     }      .ucl-section {       margin-bottom: 27px;     }    }     @media (max-width:430px) {      .ucl-page {       padding: 8px;     }      .ucl-hero {       padding:         27px 9px 14px;     }      .ucl-use-grid {       grid-template-columns:         repeat(2,minmax(0,1fr));     }      .ucl-spec-row {       gap: 10px;        padding:         12px 10px;     }      .ucl-spec-label,     .ucl-spec-value {       font-size: 11.5px;     }      .ucl-trust-grid {       grid-template-columns:         repeat(2,minmax(0,1fr));     }    } \u003c\/style\u003e \u003cdiv class=\"ucl-page\"\u003e \u003c!-- ============================================================        01 HERO        IMAGE KEYWORDS:        MOTION SENSOR LIGHT        76 LEDs        USB-C RECHARGEABLE        3 COLOR TEMPERATURES   ============================================================ --\u003e \u003csection class=\"ucl-section\"\u003e \u003cdiv class=\"ucl-hero\"\u003e \u003cspan class=\"ucl-kicker\"\u003e Motion Sensor • Rechargeable • Wireless \u003c\/span\u003e \u003ch1\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eLight Up Dark Spaces Without Wiring or Searching for a Switch\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h1\u003e \u003cp class=\"ucl-hero-lead\"\u003eAdd convenient hands-free lighting under cabinets, inside closets, along stairs and anywhere extra visibility is needed. \u003cstrong class=\"ucl-highlight\"\u003e Motion sensing, adjustable brightness and USB-C charging \u003c\/strong\u003e make everyday lighting easier.\u003c\/p\u003e \u003cdiv class=\"ucl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/8261.png?v=1787718288\" alt=\"\"\u003e\u003c\/div\u003e \u003cdiv class=\"ucl-quick-grid\"\u003e \u003cdiv class=\"ucl-quick-item\"\u003e \u003cspan class=\"ucl-quick-icon\"\u003e PIR \u003c\/span\u003e \u003cstrong\u003e Smart Motion Sensor \u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-quick-item\"\u003e \u003cspan class=\"ucl-quick-icon\"\u003e 76 \u003c\/span\u003e \u003cstrong\u003e 76 LED Light Panel \u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-quick-item\"\u003e \u003cspan class=\"ucl-quick-icon\"\u003e 3C \u003c\/span\u003e \u003cstrong\u003e 3 Color Temperatures \u003c\/strong\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-quick-item\"\u003e \u003cspan class=\"ucl-quick-icon\"\u003e C \u003c\/span\u003e \u003cstrong\u003e USB-C Rechargeable \u003c\/strong\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ============================================================        02 BRIGHTER \/ SMARTER   ============================================================ --\u003e \u003csection class=\"ucl-section\"\u003e \u003cdiv class=\"ucl-section-head\"\u003e \u003cspan class=\"ucl-kicker\"\u003e More Light Where You Need It \u003c\/span\u003e \u003ch2\u003eBrighter. Smarter. More Convenient.\u003c\/h2\u003e \u003cp class=\"ucl-subheading\"\u003eA wide 76-LED lighting panel produces up to \u003cstrong class=\"ucl-highlight\"\u003e 200 lumens of soft, even illumination \u003c\/strong\u003e while rechargeable power and automatic sensing eliminate much of the hassle of basic battery lights.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/8262.png?v=1787718302\" alt=\"\"\u003e\u003c\/div\u003e \u003cdiv class=\"ucl-feature-grid\"\u003e \u003cdiv class=\"ucl-feature-card\"\u003e \u003cspan class=\"ucl-feature-number\"\u003e 76 \u003c\/span\u003e \u003ch3\u003eMore LEDs, Wider Light\u003c\/h3\u003e \u003cp\u003eThe 76-LED panel helps spread illumination across cabinets, counters and work areas instead of creating a small bright spot.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-feature-card\"\u003e \u003cspan class=\"ucl-feature-number\"\u003e 200 \u003c\/span\u003e \u003ch3\u003eUp to 200 Lumens\u003c\/h3\u003e \u003cp\u003eBright enough for common kitchen, closet and household lighting tasks while remaining comfortable for close-range use.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-feature-card\"\u003e \u003cspan class=\"ucl-feature-number\"\u003e DIM \u003c\/span\u003e \u003ch3\u003eAdjustable Brightness\u003c\/h3\u003e \u003cp\u003eIncrease brightness for task lighting or reduce it for softer nighttime illumination.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ============================================================        03 PRODUCT FUNCTIONS   ============================================================ --\u003e \u003csection class=\"ucl-section ucl-dark\"\u003e \u003cdiv class=\"ucl-section-head\"\u003e \u003cspan class=\"ucl-kicker\"\u003e Simple Controls • Smart Functions \u003c\/span\u003e \u003ch2\u003eEverything You Need Built Into One Slim Light\u003c\/h2\u003e \u003cp class=\"ucl-subheading\" style=\"color: #dce8f3 !important;\"\u003eControl brightness and color temperature directly on the light, use the PIR sensor for automatic operation, or switch between ON, OFF and AUTO modes depending on your needs.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/8263.png?v=1787718306\" alt=\"\"\u003e\u003c\/div\u003e \u003cdiv class=\"ucl-feature-grid\"\u003e \u003cdiv class=\"ucl-feature-card\"\u003e \u003cspan class=\"ucl-feature-number\"\u003e AUTO \u003c\/span\u003e \u003ch3\u003eMotion Sensor Mode\u003c\/h3\u003e \u003cp\u003eSet the light to AUTO for hands-free illumination in dark or low-light areas.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-feature-card\"\u003e \u003cspan class=\"ucl-feature-number\"\u003e ON \u003c\/span\u003e \u003ch3\u003eAlways-On Mode\u003c\/h3\u003e \u003cp\u003eKeep the light continuously illuminated for cooking, organizing, reading or other longer tasks.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-feature-card\"\u003e \u003cspan class=\"ucl-feature-number\"\u003e C \u003c\/span\u003e \u003ch3\u003eUSB-C Charging\u003c\/h3\u003e \u003cp\u003eRecharge the built-in battery without replacing disposable batteries or installing electrical wiring.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ============================================================        04 THREE COLOR TEMPERATURES   ============================================================ --\u003e \u003csection class=\"ucl-section ucl-soft\"\u003e \u003cdiv class=\"ucl-section-head\"\u003e \u003cspan class=\"ucl-kicker\"\u003e Match the Light to the Moment \u003c\/span\u003e \u003ch2\u003e3 Color Temperatures for Everyday Tasks\u003c\/h2\u003e \u003cp class=\"ucl-subheading\"\u003eChoose warmer light for relaxed nighttime use, neutral light for everyday illumination, or crisp cool white when you want stronger visual clarity.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/8264.png?v=1787718312\" alt=\"\"\u003e\u003c\/div\u003e \u003cdiv class=\"ucl-temp-grid\"\u003e \u003cdiv class=\"ucl-temp warm\"\u003e \u003cstrong\u003e 3000K \u003c\/strong\u003e \u003cspan\u003e Warm White \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-temp natural\"\u003e \u003cstrong\u003e 4500K \u003c\/strong\u003e \u003cspan\u003e Natural White \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-temp cool\"\u003e \u003cstrong\u003e 6500K \u003c\/strong\u003e \u003cspan\u003e Cool White \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-benefit-grid\"\u003e \u003cdiv class=\"ucl-benefit\"\u003e \u003cspan class=\"ucl-benefit-icon\"\u003e DIM \u003c\/span\u003e \u003cstrong\u003e Adjustable Brightness \u003c\/strong\u003e \u003cspan\u003e Choose a softer or brighter output for different tasks. \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-benefit\"\u003e \u003cspan class=\"ucl-benefit-icon\"\u003e EYE \u003c\/span\u003e \u003cstrong\u003e Soft Diffused Light \u003c\/strong\u003e \u003cspan\u003e Frosted panel helps create more even illumination. \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-benefit\"\u003e \u003cspan class=\"ucl-benefit-icon\"\u003e TASK \u003c\/span\u003e \u003cstrong\u003e Task Lighting \u003c\/strong\u003e \u003cspan\u003e Brighten counters, shelves and organizing spaces. \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-benefit\"\u003e \u003cspan class=\"ucl-benefit-icon\"\u003e NIGHT \u003c\/span\u003e \u003cstrong\u003e Night Lighting \u003c\/strong\u003e \u003cspan\u003e Lower brightness for convenient nighttime visibility. \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ============================================================        05 MOTION SENSOR   ============================================================ --\u003e \u003csection class=\"ucl-section\"\u003e \u003cdiv class=\"ucl-section-head\"\u003e \u003cspan class=\"ucl-kicker\"\u003e Walk In • Light On \u003c\/span\u003e \u003ch2\u003eHands-Free Lighting When You Need It\u003c\/h2\u003e \u003cp class=\"ucl-subheading\"\u003eIn AUTO mode, the PIR sensor can detect movement in dark or low-light environments and automatically illuminate the area, then switch off after approximately 20 seconds without motion.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/8265.png?v=1787718320\" alt=\"\"\u003e\u003c\/div\u003e \u003cdiv class=\"ucl-benefit-grid\"\u003e \u003cdiv class=\"ucl-benefit\"\u003e \u003cspan class=\"ucl-benefit-icon\"\u003e 120 \u003c\/span\u003e \u003cstrong\u003e 120° Sensing Angle \u003c\/strong\u003e \u003cspan\u003e Wide detection zone for common household spaces. \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-benefit\"\u003e \u003cspan class=\"ucl-benefit-icon\"\u003e 10FT \u003c\/span\u003e \u003cstrong\u003e Up to 10 ft Range \u003c\/strong\u003e \u003cspan\u003e Detects approaching movement before you reach the light. \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-benefit\"\u003e \u003cspan class=\"ucl-benefit-icon\"\u003e 20S \u003c\/span\u003e \u003cstrong\u003e Auto-Off \u003c\/strong\u003e \u003cspan\u003e Turns off after about 20 seconds without detected movement. \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-benefit\"\u003e \u003cspan class=\"ucl-benefit-icon\"\u003e AUTO \u003c\/span\u003e \u003cstrong\u003e Hands-Free Use \u003c\/strong\u003e \u003cspan\u003e No need to search for a wall switch in dark spaces. \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ============================================================        06 INSTALLATION   ============================================================ --\u003e \u003csection class=\"ucl-section ucl-soft\"\u003e \u003cdiv class=\"ucl-section-head\"\u003e \u003cspan class=\"ucl-kicker\"\u003e No Wiring • No Drilling \u003c\/span\u003e \u003ch2\u003eInstall in Seconds With Magnetic Mounting\u003c\/h2\u003e \u003cp class=\"ucl-subheading\"\u003eBuilt-in magnets let the light attach directly to suitable metal surfaces. For wood, cabinets and other non-metal areas, use the included adhesive metal plates.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/8266.png?v=1787718327\" alt=\"\"\u003e\u003c\/div\u003e \u003cdiv class=\"ucl-steps\"\u003e \u003cdiv class=\"ucl-step\"\u003e \u003cdiv class=\"ucl-step-top\"\u003e \u003cspan class=\"ucl-step-num\"\u003e 1 \u003c\/span\u003e \u003cstrong\u003e Peel the Adhesive \u003c\/strong\u003e \u003c\/div\u003e \u003cp\u003eRemove the protective backing from the adhesive metal plate.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-step\"\u003e \u003cdiv class=\"ucl-step-top\"\u003e \u003cspan class=\"ucl-step-num\"\u003e 2 \u003c\/span\u003e \u003cstrong\u003e Attach the Plate \u003c\/strong\u003e \u003c\/div\u003e \u003cp\u003ePress the mounting plate firmly onto a clean, suitable surface.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-step\"\u003e \u003cdiv class=\"ucl-step-top\"\u003e \u003cspan class=\"ucl-step-num\"\u003e 3 \u003c\/span\u003e \u003cstrong\u003e Snap the Light On \u003c\/strong\u003e \u003c\/div\u003e \u003cp\u003eLet the built-in magnets hold the light securely in position.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-benefit-grid\"\u003e \u003cdiv class=\"ucl-benefit\"\u003e \u003cspan class=\"ucl-benefit-icon\"\u003e MAG \u003c\/span\u003e \u003cstrong\u003e Magnetic Mount \u003c\/strong\u003e \u003cspan\u003e Direct attachment to suitable metal surfaces. \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-benefit\"\u003e \u003cspan class=\"ucl-benefit-icon\"\u003e TAPE \u003c\/span\u003e \u003cstrong\u003e Adhesive Plates \u003c\/strong\u003e \u003cspan\u003e Add magnetic mounting points to cabinets and shelves. \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-benefit\"\u003e \u003cspan class=\"ucl-benefit-icon\"\u003e OFF \u003c\/span\u003e \u003cstrong\u003e Easy to Remove \u003c\/strong\u003e \u003cspan\u003e Detach the light whenever it needs charging. \u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-benefit\"\u003e \u003cspan class=\"ucl-benefit-icon\"\u003e TOOL \u003c\/span\u003e \u003cstrong\u003e Tool-Free Setup \u003c\/strong\u003e \u003cspan\u003e No electrical wiring or drilling required for normal installation. \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ============================================================        07 BATTERY \/ USB-C   ============================================================ --\u003e \u003csection class=\"ucl-section ucl-dark\"\u003e \u003cdiv class=\"ucl-section-head\"\u003e \u003cspan class=\"ucl-kicker\"\u003e Recharge Instead of Replace \u003c\/span\u003e \u003ch2\u003e1500mAh Rechargeable Power With USB-C Convenience\u003c\/h2\u003e \u003cp class=\"ucl-subheading\" style=\"color: #dce8f3 !important;\"\u003eThe built-in rechargeable battery eliminates routine disposable battery replacement and keeps the light completely wireless during normal use.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/8267.png?v=1787718353\" alt=\"\"\u003e\u003c\/div\u003e \u003cdiv class=\"ucl-feature-grid\"\u003e \u003cdiv class=\"ucl-feature-card\"\u003e \u003cspan class=\"ucl-feature-number\"\u003e 1500 \u003c\/span\u003e \u003ch3\u003e1500mAh Battery\u003c\/h3\u003e \u003cp\u003eBuilt-in rechargeable power supports convenient cordless use around your home.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-feature-card\"\u003e \u003cspan class=\"ucl-feature-number\"\u003e C \u003c\/span\u003e \u003ch3\u003eUSB-C Rechargeable\u003c\/h3\u003e \u003cp\u003ePlug in the included compatible charging cable whenever the battery needs power.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-feature-card\"\u003e \u003cspan class=\"ucl-feature-number\"\u003e 0 \u003c\/span\u003e \u003ch3\u003eNo Disposable Batteries\u003c\/h3\u003e \u003cp\u003eRecharge and reuse instead of repeatedly purchasing replacement batteries.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-note\" style=\"background: rgba(255,255,255,.08); color: #dce8f3; border-left-color: #78baf4;\"\u003eBattery life varies with brightness level, selected operating mode, motion frequency and usage conditions. In Always-On mode, product information indicates up to approximately 8 hours at maximum brightness.\u003c\/div\u003e \u003c\/section\u003e \u003c!-- ============================================================        08 MULTI-SCENE   ============================================================ --\u003e \u003csection class=\"ucl-section\"\u003e \u003cdiv class=\"ucl-section-head\"\u003e \u003cspan class=\"ucl-kicker\"\u003e One Light • Multiple Spaces \u003c\/span\u003e \u003ch2\u003eAdd Convenient Lighting to Every Dark Corner\u003c\/h2\u003e \u003cp class=\"ucl-subheading\"\u003eThe slim cordless design fits naturally into areas where traditional wired lighting is inconvenient—from food prep and storage spaces to stairs and nighttime pathways.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/8268.png?v=1787718492\" alt=\"\"\u003e\u003c\/div\u003e \u003cdiv class=\"ucl-use-grid\"\u003e \u003cdiv class=\"ucl-use-item\"\u003e \u003cspan class=\"ucl-use-symbol\"\u003e KIT \u003c\/span\u003e Kitchen\u003c\/div\u003e \u003cdiv class=\"ucl-use-item\"\u003e \u003cspan class=\"ucl-use-symbol\"\u003e CLO \u003c\/span\u003e Closet\u003c\/div\u003e \u003cdiv class=\"ucl-use-item\"\u003e \u003cspan class=\"ucl-use-symbol\"\u003e PAN \u003c\/span\u003e Pantry\u003c\/div\u003e \u003cdiv class=\"ucl-use-item\"\u003e \u003cspan class=\"ucl-use-symbol\"\u003e ST \u003c\/span\u003e Stairs\u003c\/div\u003e \u003cdiv class=\"ucl-use-item\"\u003e \u003cspan class=\"ucl-use-symbol\"\u003e BATH \u003c\/span\u003e Bathroom\u003c\/div\u003e \u003cdiv class=\"ucl-use-item\"\u003e \u003cspan class=\"ucl-use-symbol\"\u003e GAR \u003c\/span\u003e Garage\u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ============================================================        CORE BENEFITS   ============================================================ --\u003e \u003csection class=\"ucl-section ucl-soft\"\u003e \u003cdiv class=\"ucl-section-head\"\u003e \u003cspan class=\"ucl-kicker\"\u003e Designed Around Everyday Convenience \u003c\/span\u003e \u003ch2\u003eNo Wires. No Wall Switch. No Battery Swapping.\u003c\/h2\u003e \u003cp class=\"ucl-subheading\"\u003eRecharge it, mount it and let automatic motion sensing handle the rest whenever you need quick visibility in dark household spaces.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-feature-grid\"\u003e \u003cdiv class=\"ucl-feature-card\"\u003e \u003cspan class=\"ucl-feature-number\"\u003e 01 \u003c\/span\u003e \u003ch3\u003eAutomatic Lighting\u003c\/h3\u003e \u003cp\u003eAUTO mode provides hands-free illumination when movement is detected under suitable low-light conditions.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-feature-card\"\u003e \u003cspan class=\"ucl-feature-number\"\u003e 02 \u003c\/span\u003e \u003ch3\u003eFlexible Illumination\u003c\/h3\u003e \u003cp\u003eChange brightness and color temperature for cooking, organizing, nighttime navigation and more.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-feature-card\"\u003e \u003cspan class=\"ucl-feature-number\"\u003e 03 \u003c\/span\u003e \u003ch3\u003eTruly Cord-Free\u003c\/h3\u003e \u003cp\u003eThe rechargeable internal battery means no nearby outlet is required during everyday use.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- ============================================================        PRODUCT DETAILS   ============================================================ --\u003e \u003csection class=\"ucl-section\"\u003e \u003cdiv class=\"ucl-section-head\"\u003e \u003cspan class=\"ucl-kicker\"\u003e Product Details \u003c\/span\u003e \u003ch2\u003eSlim, Rechargeable \u0026amp; Ready for Everyday Lighting\u003c\/h2\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-spec-box\"\u003e \u003cdiv class=\"ucl-spec-row\"\u003e \u003cdiv class=\"ucl-spec-label\"\u003eProduct Type\u003c\/div\u003e \u003cdiv class=\"ucl-spec-value\"\u003eRechargeable Motion Sensor Under Cabinet Light\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-spec-row\"\u003e \u003cdiv class=\"ucl-spec-label\"\u003eLED Count\u003c\/div\u003e \u003cdiv class=\"ucl-spec-value\"\u003e76 LEDs\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-spec-row\"\u003e \u003cdiv class=\"ucl-spec-label\"\u003eMaximum Brightness\u003c\/div\u003e \u003cdiv class=\"ucl-spec-value\"\u003eUp to 200 Lumens\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-spec-row\"\u003e \u003cdiv class=\"ucl-spec-label\"\u003eColor Temperatures\u003c\/div\u003e \u003cdiv class=\"ucl-spec-value\"\u003e3000K \/ 4500K \/ 6500K\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-spec-row\"\u003e \u003cdiv class=\"ucl-spec-label\"\u003eBrightness\u003c\/div\u003e \u003cdiv class=\"ucl-spec-value\"\u003eAdjustable\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-spec-row\"\u003e \u003cdiv class=\"ucl-spec-label\"\u003eSensor\u003c\/div\u003e \u003cdiv class=\"ucl-spec-value\"\u003ePIR Motion Sensor\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-spec-row\"\u003e \u003cdiv class=\"ucl-spec-label\"\u003eDetection Angle\u003c\/div\u003e \u003cdiv class=\"ucl-spec-value\"\u003eApprox. 120°\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-spec-row\"\u003e \u003cdiv class=\"ucl-spec-label\"\u003eDetection Distance\u003c\/div\u003e \u003cdiv class=\"ucl-spec-value\"\u003eUp to Approx. 10 ft\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"ucl-spec-row\"\u003e \u003cdiv class=\"ucl-spec-label\"\u003eAuto-\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"WL888","offers":[{"title":"1 PCS","offer_id":41833072296069,"sku":"NC01582608272032-GXD01【人体感应】-太空银【240mm】-1个装","price":29.99,"currency_code":"USD","in_stock":true},{"title":"2 PCS","offer_id":41833072328837,"sku":"NC01582608272032-GXD01【人体感应】-太空银【240mm】-1个装*2","price":42.99,"currency_code":"USD","in_stock":true},{"title":"3 PCS","offer_id":41833072361605,"sku":"NC01582608272032-GXD01【人体感应】-太空银【240mm】-1个装*3","price":59.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/8261.png?v=1787802322","url":"https:\/\/noomoriey.com\/zh\/products\/rechargeable-motion-sensor-under-cabinet-light","provider":"noomoriey","version":"1.0","type":"link"}