{"title":"Commercial Solar Street Light","description":"\u003cstyle\u003e\n  .oso-street-info {\n    max-width: 1180px;\n    margin: 45px auto 30px;\n    padding: 0 18px;\n    font-family: inherit;\n    color: #101828;\n  }\n\n  .oso-street-info * {\n    box-sizing: border-box;\n  }\n\n  .oso-info-box {\n    background: #f8f9fb;\n    border: 1px solid #e6e8ec;\n    border-radius: 14px;\n    padding: 38px 30px;\n    margin-bottom: 20px;\n  }\n\n  .oso-section-title {\n    text-align: center;\n    font-size: 32px;\n    line-height: 1.25;\n    margin: 0 0 12px;\n    font-weight: 700;\n    color: #111827;\n  }\n\n  .oso-section-intro {\n    max-width: 850px;\n    margin: 0 auto 32px;\n    text-align: center;\n    font-size: 17px;\n    line-height: 1.7;\n    color: #4b5563;\n  }\n\n  .oso-benefits {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 18px;\n  }\n\n  .oso-benefit {\n    text-align: center;\n  }\n\n  \/* NAVY CIRCLE + ORANGE ICON *\/\n  .oso-icon {\n    width: 62px;\n    height: 62px;\n    margin: 0 auto 14px;\n    border-radius: 50%;\n    background: #07182e;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 5px 14px rgba(7, 24, 46, 0.15);\n  }\n\n  .oso-icon svg {\n    width: 31px;\n    height: 31px;\n    fill: none;\n    stroke: #f5a300;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .oso-benefit h3 {\n    font-size: 17px;\n    line-height: 1.35;\n    margin: 0 0 8px;\n    font-weight: 700;\n    color: #111827;\n  }\n\n  .oso-benefit p {\n    font-size: 15px;\n    line-height: 1.6;\n    margin: 0;\n    color: #667085;\n  }\n\n  .oso-applications {\n    background: #ffffff;\n    border: 1px solid #e6e8ec;\n    border-radius: 14px;\n    padding: 27px 25px;\n    margin-bottom: 20px;\n  }\n\n  .oso-applications h2 {\n    text-align: center;\n    margin: 0 0 20px;\n    font-size: 27px;\n    font-weight: 700;\n    color: #111827;\n  }\n\n  .oso-app-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n  }\n\n  .oso-app-item {\n    background: #f7f8fa;\n    border: 1px solid #e4e7ec;\n    border-radius: 999px;\n    padding: 10px 16px;\n    font-size: 15px;\n    font-weight: 600;\n    color: #344054;\n  }\n\n  .oso-project-cta {\n    background: linear-gradient(110deg, #07182e 0%, #0b2545 65%, #102e50 100%);\n    border-radius: 14px;\n    padding: 32px 38px;\n    margin-bottom: 26px;\n    color: #ffffff;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 30px;\n  }\n\n  .oso-project-copy {\n    max-width: 650px;\n  }\n\n  .oso-project-copy h2 {\n    color: #ffffff;\n    margin: 0 0 8px;\n    font-size: 28px;\n    font-weight: 700;\n  }\n\n  .oso-project-copy p {\n    color: #d6deea;\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .oso-project-buttons {\n    display: flex;\n    gap: 10px;\n    flex-shrink: 0;\n  }\n\n  .oso-btn-primary,\n  .oso-btn-secondary {\n    display: inline-block;\n    padding: 14px 21px;\n    border-radius: 7px;\n    font-size: 16px;\n    font-weight: 700;\n    text-decoration: none !important;\n    transition: all .2s ease;\n    white-space: nowrap;\n  }\n\n  .oso-btn-primary {\n    background: #f5a300;\n    color: #111827 !important;\n  }\n\n  .oso-btn-primary:hover {\n    background: #ffb21a;\n    transform: translateY(-1px);\n  }\n\n  .oso-btn-secondary {\n    background: transparent;\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,.65);\n  }\n\n  .oso-btn-secondary:hover {\n    background: rgba(255,255,255,.08);\n  }\n\n  .oso-faq {\n    margin-top: 12px;\n  }\n\n  .oso-faq-title {\n    font-size: 27px;\n    font-weight: 700;\n    margin: 0 0 15px;\n    color: #111827;\n  }\n\n  .oso-faq-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px 14px;\n  }\n\n  .oso-faq details {\n    background: #ffffff;\n    border: 1px solid #e5e7eb;\n    border-radius: 8px;\n    overflow: hidden;\n  }\n\n  .oso-faq summary {\n    padding: 17px 19px;\n    cursor: pointer;\n    font-size: 16px;\n    font-weight: 600;\n    color: #1f2937;\n    list-style: none;\n    position: relative;\n    padding-right: 42px;\n  }\n\n  .oso-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .oso-faq summary:after {\n    content: \"+\";\n    position: absolute;\n    right: 17px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 23px;\n    font-weight: 400;\n    color: #667085;\n  }\n\n  .oso-faq details[open] summary:after {\n    content: \"−\";\n  }\n\n  .oso-faq-answer {\n    padding: 0 19px 18px;\n    font-size: 15px;\n    line-height: 1.7;\n    color: #667085;\n  }\n\n  @media (max-width: 1000px) {\n    .oso-benefits {\n      grid-template-columns: repeat(3, 1fr);\n      row-gap: 28px;\n    }\n\n    .oso-project-cta {\n      flex-direction: column;\n      align-items: flex-start;\n    }\n  }\n\n  @media (max-width: 650px) {\n    .oso-street-info {\n      margin-top: 30px;\n      padding: 0 12px;\n    }\n\n    .oso-info-box {\n      padding: 28px 17px;\n    }\n\n    .oso-section-title {\n      font-size: 27px;\n    }\n\n    .oso-section-intro {\n      font-size: 16px;\n      margin-bottom: 27px;\n    }\n\n    .oso-benefits {\n      grid-template-columns: 1fr 1fr;\n      gap: 27px 14px;\n    }\n\n    .oso-icon {\n      width: 58px;\n      height: 58px;\n    }\n\n    .oso-icon svg {\n      width: 29px;\n      height: 29px;\n    }\n\n    .oso-benefit h3 {\n      font-size: 16px;\n    }\n\n    .oso-benefit p {\n      font-size: 14px;\n    }\n\n    .oso-applications {\n      padding: 24px 15px;\n    }\n\n    .oso-applications h2 {\n      font-size: 24px;\n    }\n\n    .oso-app-item {\n      font-size: 14px;\n    }\n\n    .oso-project-cta {\n      padding: 27px 20px;\n    }\n\n    .oso-project-copy h2 {\n      font-size: 25px;\n    }\n\n    .oso-project-copy p {\n      font-size: 15px;\n    }\n\n    .oso-project-buttons {\n      width: 100%;\n      flex-direction: column;\n    }\n\n    .oso-btn-primary,\n    .oso-btn-secondary {\n      width: 100%;\n      text-align: center;\n      font-size: 15px;\n    }\n\n    .oso-faq-title {\n      font-size: 24px;\n    }\n\n    .oso-faq-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .oso-faq summary {\n      font-size: 15px;\n    }\n\n    .oso-faq-answer {\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"oso-street-info\"\u003e\n\n  \u003c!-- WHY CHOOSE US --\u003e\n  \u003csection class=\"oso-info-box\"\u003e\n\n    \u003ch2 class=\"oso-section-title\"\u003e\n      Why Choose Our Solar Street Lights?\n    \u003c\/h2\u003e\n\n    \u003cp class=\"oso-section-intro\"\u003e\n      Outdoor Solar Outlet offers reliable \u003cstrong\u003esolar street lights for residential,\n      commercial, and large outdoor applications\u003c\/strong\u003e. Our solar-powered LED lighting\n      solutions provide dependable illumination without the need for traditional electrical\n      wiring or costly trenching.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso-benefits\"\u003e\n\n      \u003c!-- SOLAR POWER --\u003e\n      \u003cdiv class=\"oso-benefit\"\u003e\n        \u003cdiv class=\"oso-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"7\" cy=\"6\" r=\"2.5\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M7 1.5v1M7 9.5v1M2.5 6h1M10.5 6h1\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3.7 2.7l1 1M9.3 8.3l1 1M10.3 2.7l-1 1\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 14h14l2 7H3l2-7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 14l-1 7M12 14v7M17 14l1 7M4 17.5h16\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eEfficient Solar Power\u003c\/h3\u003e\n\n        \u003cp\u003e\n          High-efficiency solar panels and rechargeable batteries provide\n          reliable nighttime illumination.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- DUSK TO DAWN --\u003e\n      \u003cdiv class=\"oso-benefit\"\u003e\n        \u003cdiv class=\"oso-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M20 15.5A8 8 0 0 1 8.5 4a8.5 8.5 0 1 0 11.5 11.5z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M17 3v2M16 4h2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eDusk-to-Dawn Operation\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Many models automatically charge during the day and illuminate\n          after sunset.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- MOTION --\u003e\n      \u003cdiv class=\"oso-benefit\"\u003e\n        \u003cdiv class=\"oso-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"8\" cy=\"5\" r=\"2\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M8 7l3 4 3 1\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 10l-2 5-4 4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 13l4 3 2 4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M17 7c1.5 1 2.5 2.7 2.5 4.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 5c2 1.5 3.5 3.8 3.5 6.5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eMotion Sensor Options\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Select models include motion detection, adjustable brightness,\n          timers, and remote controls.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- WEATHER --\u003e\n      \u003cdiv class=\"oso-benefit\"\u003e\n        \u003cdiv class=\"oso-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M6 15a4 4 0 0 1 .5-8A6 6 0 0 1 18 9a3 3 0 0 1 0 6H6z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 18l-1 2M13 18l-1 2M18 18l-1 2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eWeather Resistant\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Outdoor-ready construction helps provide dependable performance\n          in demanding environments.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- INSTALLATION --\u003e\n      \u003cdiv class=\"oso-benefit\"\u003e\n        \u003cdiv class=\"oso-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M14 6a4 4 0 0 0 5 5L11 19a2 2 0 0 1-3-3l8-8a4 4 0 0 0-2-5z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 18l-2 2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eEasy Installation\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Solar operation can eliminate underground electrical wiring\n          and expensive trenching.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- SUPPORT --\u003e\n      \u003cdiv class=\"oso-benefit\"\u003e\n        \u003cdiv class=\"oso-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M12 2l8 3v6c0 5-3.4 9-8 11-4.6-2-8-6-8-11V5l8-3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8.5 12l2.2 2.2 4.8-5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Our U.S.-based team can help with product selection,\n          commercial projects, and bulk orders.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003csection class=\"oso-applications\"\u003e\n\n    \u003ch2\u003eIdeal for a Wide Range of Applications\u003c\/h2\u003e\n\n    \u003cdiv class=\"oso-app-grid\"\u003e\n      \u003cspan class=\"oso-app-item\"\u003eParking Lots\u003c\/span\u003e\n      \u003cspan class=\"oso-app-item\"\u003eStreets \u0026amp; Roadways\u003c\/span\u003e\n      \u003cspan class=\"oso-app-item\"\u003eHOAs \u0026amp; Communities\u003c\/span\u003e\n      \u003cspan class=\"oso-app-item\"\u003eSchools \u0026amp; Campuses\u003c\/span\u003e\n      \u003cspan class=\"oso-app-item\"\u003eCommercial Properties\u003c\/span\u003e\n      \u003cspan class=\"oso-app-item\"\u003eFarms \u0026amp; Ranches\u003c\/span\u003e\n      \u003cspan class=\"oso-app-item\"\u003eParks \u0026amp; Playgrounds\u003c\/span\u003e\n      \u003cspan class=\"oso-app-item\"\u003eDriveways\u003c\/span\u003e\n      \u003cspan class=\"oso-app-item\"\u003ePathways\u003c\/span\u003e\n      \u003cspan class=\"oso-app-item\"\u003eRV Parks\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- PROJECT CTA --\u003e\n  \u003csection class=\"oso-project-cta\"\u003e\n\n    \u003cdiv class=\"oso-project-copy\"\u003e\n\n      \u003ch2\u003eNeed Help With Your Solar Lighting Project?\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Our lighting team can help you choose the right solar street light\n        for your property. Contact Outdoor Solar Outlet for product recommendations,\n        commercial project assistance, and competitive bulk pricing.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-project-buttons\"\u003e\n\n      \u003ca class=\"oso-btn-primary\" href=\"\/pages\/b2b-bulk-order\"\u003e\n        Get a Free Quote\n      \u003c\/a\u003e\n\n      \u003ca class=\"oso-btn-secondary\" href=\"\/pages\/contact-us\"\u003e\n        Contact Us\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"oso-faq\"\u003e\n\n    \u003ch2 class=\"oso-faq-title\"\u003e\n      Solar Street Light FAQs\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"oso-faq-grid\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do solar street lights work?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-faq-answer\"\u003e\n          Solar street lights use a solar panel to collect sunlight during\n          the day and store the energy in a rechargeable battery. At night,\n          the stored energy powers the LED light. Many models include\n          automatic dusk-to-dawn operation.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo solar street lights require electrical wiring?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-faq-answer\"\u003e\n          Most solar street lights operate independently from the electrical\n          grid, which can eliminate the need for underground wiring and\n          trenching. Installation requirements vary by model and mounting location.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat mounting height should I use?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-faq-answer\"\u003e\n          Recommended mounting height depends on the light output, beam pattern,\n          application, and desired coverage. Always review the specifications\n          for the individual solar street light before installation.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo solar street lights work on cloudy days?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-faq-answer\"\u003e\n          Solar panels can continue charging in cloudy conditions, although\n          charging efficiency may be reduced. Runtime depends on available\n          sunlight, battery capacity, operating mode, and the specifications\n          of the individual light.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"4400w-solar-street-lights-outdoor-dusk-to-dawn-solar","title":"6400W Solar Street Light – 150,000 Lumens Commercial LED Parking Lot Light with Motion Sensor \u0026 Remote","description":"\u003cdiv class=\"s4400\"\u003e\n\u003cdiv class=\"s4400-brand\"\u003eCOMMERCIAL SOLAR STREET LIGHTING\u003c\/div\u003e\n\u003ch2 class=\"s4400-title\"\u003e6400W Solar Street Light Outdoor\u003c\/h2\u003e\n\u003ch3 class=\"s4400-sub\"\u003e150,000 Lumens • 6500K Daylight White • Dusk-to-Dawn • Remote Control • Motion Sensor\u003c\/h3\u003e\n\u003cp\u003eDesigned for powerful outdoor illumination without grid wiring, this 6\u003cstrong\u003e400W solar street light\u003c\/strong\u003e is built for parking areas, private roads, commercial properties, yards, farms, schools, pathways and other large outdoor spaces. The supplied product information lists \u003cstrong\u003e2,931 LED beads\u003c\/strong\u003e and up to \u003cstrong\u003e150,000 lumens\u003c\/strong\u003e of cool white illumination.\u003c\/p\u003e\n\u003cp\u003eSolar charging, automatic dusk-to-dawn operation, motion-responsive modes and remote control give you flexible lighting while reducing dependence on conventional electrical infrastructure.\u003c\/p\u003e\n\u003cdiv class=\"s4400-tags\"\u003e\n\u003cspan class=\"s4400-tag\"\u003e6400W Model\u003c\/span\u003e \u003cspan class=\"s4400-tag\"\u003e150,000 Lumens\u003c\/span\u003e \u003cspan class=\"s4400-tag\"\u003e2,931 LEDs\u003c\/span\u003e \u003cspan class=\"s4400-tag\"\u003e6500K Daylight White\u003c\/span\u003e \u003cspan class=\"s4400-tag\"\u003eMotion Sensor\u003c\/span\u003e \u003cspan class=\"s4400-tag\"\u003eRemote Control\u003c\/span\u003e \u003cspan class=\"s4400-tag\"\u003eIP66\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\" alt=\"4400W solar street light lighting and color overview\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"s4400-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8e8d86a1-f6f4-4f42-b51c-97dca0d5046f.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"4400W solar street light outdoor illumination\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"s4400-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2964e7a4-7c16-4a8a-8589-d3a1758cb4d6.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"4400W solar street light motion sensor operation\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"s4400-stats\"\u003e\n\u003cdiv class=\"s4400-stat\"\u003e\n\u003cstrong\u003e150,000 lm\u003c\/strong\u003e\u003cspan\u003eListed output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-stat\"\u003e\n\u003cstrong\u003e2,931 LEDs\u003c\/strong\u003e\u003cspan\u003eHigh-output array\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-stat\"\u003e\n\u003cstrong\u003e6500K\u003c\/strong\u003e\u003cspan\u003eDaylight white\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-stat\"\u003e\n\u003cstrong\u003eIP66\u003c\/strong\u003e\u003cspan\u003eOutdoor protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-stat\"\u003e\n\u003cstrong\u003e13–20 ft\u003c\/strong\u003e\u003cspan\u003eListed installation range\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-stat\"\u003e\n\u003cstrong\u003e2–3 Days\u003c\/strong\u003e\u003cspan\u003eListed cloudy-day reserve\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-reco\"\u003e\n\u003cdiv class=\"s4400-reco-icon\"\u003e20'\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eRecommended Pairing: 20-Foot Street Light Pole\u003c\/h3\u003e\n\u003cp\u003eThe supplied installation guidance recommends mounting this light approximately \u003cstrong\u003e13 to 20 feet high\u003c\/strong\u003e with a compatible pole diameter. Our 20-foot street light pole is a natural pairing for many parking lot, roadway and large-property installations. Final mounting height and foundation design should match your specific site.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"s4400-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003eView 20-Foot Pole\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-grid\"\u003e\n\u003cdiv class=\"s4400-card\"\u003e\n\u003ch2\u003eHigh-Output Commercial Solar Lighting\u003c\/h2\u003e\n\u003cul class=\"s4400-list\"\u003e\n\u003cli\u003e6400W model with 2,931 LED beads\u003c\/li\u003e\n\u003cli\u003eSupplied specification lists up to 150,000 lumens\u003c\/li\u003e\n\u003cli\u003e6500K daylight white illumination\u003c\/li\u003e\n\u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n\u003cli\u003eBuilt-in motion sensor functionality\u003c\/li\u003e\n\u003cli\u003eRemote-controlled operating modes\u003c\/li\u003e\n\u003cli\u003eSolar-powered normal operation with no utility wiring required\u003c\/li\u003e\n\u003cli\u003eDesigned for large outdoor areas\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-card\"\u003e\n\u003ch2\u003eIdeal Applications\u003c\/h2\u003e\n\u003cdiv class=\"s4400-apps\"\u003e\n\u003cspan class=\"s4400-app\"\u003eParking Lots\u003c\/span\u003e \u003cspan class=\"s4400-app\"\u003ePrivate Roads\u003c\/span\u003e \u003cspan class=\"s4400-app\"\u003eCommercial Properties\u003c\/span\u003e \u003cspan class=\"s4400-app\"\u003eSchools\u003c\/span\u003e \u003cspan class=\"s4400-app\"\u003eFarms \u0026amp; Ranches\u003c\/span\u003e \u003cspan class=\"s4400-app\"\u003eYards\u003c\/span\u003e \u003cspan class=\"s4400-app\"\u003ePlaygrounds\u003c\/span\u003e \u003cspan class=\"s4400-app\"\u003ePathways\u003c\/span\u003e \u003cspan class=\"s4400-app\"\u003eSecurity Lighting\u003c\/span\u003e \u003cspan class=\"s4400-app\"\u003eGardens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6097f79e-aeba-4927-b19e-b4aaa306d52e.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"4400W LED solar street light feature overview\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"s4400-dark\"\u003e\n\u003ch2\u003eSmart Dusk-to-Dawn + Motion Sensor Operation\u003c\/h2\u003e\n\u003cp\u003eThe supplied product information describes automatic nighttime operation, motion-responsive lighting and saved remote-control modes. Once a mode is selected, the light can retain that operating preference for future nights.\u003c\/p\u003e\n\u003cdiv class=\"s4400-darkgrid\"\u003e\n\u003cdiv class=\"s4400-di\"\u003e\n\u003cstrong\u003eDusk-to-Dawn\u003c\/strong\u003e\u003cspan\u003eAutomatic night operation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-di\"\u003e\n\u003cstrong\u003eMotion Sensor\u003c\/strong\u003e\u003cspan\u003eEnergy-saving responsive lighting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-di\"\u003e\n\u003cstrong\u003e4 + 4 Mode\u003c\/strong\u003e\u003cspan\u003e4 hours lighting + 4 hours motion mode\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-di\"\u003e\n\u003cstrong\u003eMemory Function\u003c\/strong\u003e\u003cspan\u003eRetains selected mode\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/90cac0fc-4c5c-405a-9062-04a117bac264.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"4400W solar street light remote control modes\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"s4400-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/06eec506-bab6-42af-ae96-038193d2ca04.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"4400W solar street light solar charging system\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"s4400-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5b806fcb-1a26-446f-ba24-fdc7d8944128.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"4400W outdoor solar street light performance\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"s4400-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/76691b4d-7a28-4b9c-8100-5bf46a7474e2.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"4400W solar street light installation and applications\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"s4400-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2e0c1748-e31a-4813-b532-b5ad3124aea8.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"4400W solar street light outdoor parking and roadway use\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"s4400-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/Untitled_design.jpg_1.jpg?v=1735244770\" alt=\"4400W solar street light additional product overview\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"s4400-grid\"\u003e\n\u003cdiv class=\"s4400-card\"\u003e\n\u003ch2\u003eInstallation \u0026amp; Charging Guidance\u003c\/h2\u003e\n\u003cul class=\"s4400-list\"\u003e\n\u003cli\u003eInstall the solar panel in strong direct sunlight with minimal shade.\u003c\/li\u003e\n\u003cli\u003eAllow approximately 10–12 hours of initial charging before first full use.\u003c\/li\u003e\n\u003cli\u003eAvoid positioning the solar panel near strong artificial lighting that may interfere with the day\/night sensor.\u003c\/li\u003e\n\u003cli\u003eThe supplied description lists wall mounting or pole mounting.\u003c\/li\u003e\n\u003cli\u003eListed recommended installation height is approximately 13–20 ft.\u003c\/li\u003e\n\u003cli\u003eListed compatible pole diameter is approximately 2.36–3.9 in.\u003c\/li\u003e\n\u003cli\u003eAdjust the solar panel angle to improve sunlight exposure.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"s4400-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eSolar LED Street \/ Parking Lot Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel Designation\u003c\/th\u003e\n\u003ctd\u003e6400W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Light Output\u003c\/th\u003e\n\u003ctd\u003e150,000 Lumens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLED Count\u003c\/th\u003e\n\u003ctd\u003e2,931 LED Beads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Temperature\u003c\/th\u003e\n\u003ctd\u003e6500K Daylight White\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeather Rating\u003c\/th\u003e\n\u003ctd\u003eIP66\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOperation\u003c\/th\u003e\n\u003ctd\u003eDusk-to-Dawn + Motion Sensor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eControl\u003c\/th\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMounting\u003c\/th\u003e\n\u003ctd\u003eWall or Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Height\u003c\/th\u003e\n\u003ctd\u003eApprox. 13–20 ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Pole Diameter\u003c\/th\u003e\n\u003ctd\u003eApprox. 2.36–3.9 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003eSolar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-card\"\u003e\n\u003ch2\u003eCloudy-Day Performance \u0026amp; Weather Resistance\u003c\/h2\u003e\n\u003cul class=\"s4400-list\"\u003e\n\u003cli\u003eSupplied product information states approximately 2–3 days of operation under continuous cloudy conditions when fully charged.\u003c\/li\u003e\n\u003cli\u003eIP66-rated outdoor construction is intended for rain and changing weather conditions.\u003c\/li\u003e\n\u003cli\u003eSupplied temperature information lists operation from approximately -4°F to 176°F.\u003c\/li\u003e\n\u003cli\u003eActual performance varies with sunlight, temperature, battery condition, selected mode and activity level.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-note\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e one part of the older supplier copy recommends 13–20 ft. mounting, while another older bullet references 5–8 meters. This rebuilt description uses the more specific 13–20 ft. guidance from the installation Q\u0026amp;A and recommends the 20-ft pole accordingly.\u003c\/div\u003e\n\u003cdiv class=\"s4400-reco\"\u003e\n\u003cdiv class=\"s4400-reco-icon\"\u003e20'\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eComplete the Installation with the 20-Foot Pole\u003c\/h3\u003e\n\u003cp\u003eFor many commercial, parking lot and large-property applications, pair this fixture with our dedicated \u003cstrong\u003e20-foot street light pole\u003c\/strong\u003e. The pole is sold separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"s4400-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003eShop 20-Foot Pole\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-manual\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003e6400W Installation \u0026amp; Operating Manual\u003c\/h3\u003e\n\u003cp\u003eReview the supplied PDF before installation for mounting, charging, remote-control and operating guidance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/1000w400w800w.pdf?v=1722280106\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eView Instruction Manual\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"s4400-faq\"\u003e\n\u003cdetails\u003e \u003csummary\u003eHow bright is the 4400W solar street light?\u003c\/summary\u003e\n\u003cdiv class=\"s4400-ans\"\u003eThe supplied product information lists up to \u003cstrong\u003e150,000 lumens\u003c\/strong\u003e with 2,931 LED beads.\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWhat color is the light?\u003c\/summary\u003e\n\u003cdiv class=\"s4400-ans\"\u003eThe listing specifies \u003cstrong\u003e6500K daylight white\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eDoes it turn on automatically?\u003c\/summary\u003e\n\u003cdiv class=\"s4400-ans\"\u003eYes. The supplied description lists automatic dusk-to-dawn operation.\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eDoes it have a motion sensor?\u003c\/summary\u003e\n\u003cdiv class=\"s4400-ans\"\u003eYes. Motion-responsive operation is included in the supplied product information.\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWhat pole do you recommend?\u003c\/summary\u003e\n\u003cdiv class=\"s4400-ans\"\u003eFor many applications, we recommend our \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\u003cstrong\u003e20-foot street light pole\u003c\/strong\u003e\u003c\/a\u003e, which matches the upper end of the supplied 13–20 ft. mounting guidance.\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eDoes the 20-foot pole come with the light?\u003c\/summary\u003e\n\u003cdiv class=\"s4400-ans\"\u003eNo. The 20-foot pole is a separate recommended accessory.\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eHow long should I charge it before first use?\u003c\/summary\u003e\n\u003cdiv class=\"s4400-ans\"\u003eThe supplied instructions recommend approximately \u003cstrong\u003e10–12 hours\u003c\/strong\u003e of initial charging in suitable sunlight.\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eCan it operate during cloudy weather?\u003c\/summary\u003e\n\u003cdiv class=\"s4400-ans\"\u003eThe supplied product information states approximately 2–3 days of operation in continuous cloudy conditions when the battery begins fully charged. Actual performance varies.\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eIs it waterproof?\u003c\/summary\u003e\n\u003cdiv class=\"s4400-ans\"\u003eThe supplied product description lists an \u003cstrong\u003eIP66\u003c\/strong\u003e rating.\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWhere can I find the installation instructions?\u003c\/summary\u003e\n\u003cdiv class=\"s4400-ans\"\u003eUse the \u003cstrong\u003eView Instruction Manual\u003c\/strong\u003e button above to open the supplied PDF.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"s4400-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e150,000 LUMENS\u003c\/strong\u003eListed High Output\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e20-FT POLE\u003c\/strong\u003eRecommended Pairing\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eIP66\u003c\/strong\u003eOutdoor Protection\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSMART CONTROL\u003c\/strong\u003eRemote + Motion Sensor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":43082460102888,"sku":"4400w-ss","price":169.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/4400w-solar-street-lights-outdoor-dusk-to-dawn-solar-led-outdoor-light-with-remote-control-6500k-daylight-white-1312945.jpg?v=1786734620"},{"product_id":"large-solar-street-lights-6800w-dusk-to-dawn-outdoor-lamp-motion-sensor-50000lm-super-bright-light-for-street-with-remote-control","title":"6800W Commercial Solar Street Lights Dusk to Dawn , Motion Sensor, 75000LM for Street with Remote Control","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA 6800W SOLAR STREET LIGHT\n   50,000 LUMENS \/ 800 LED \/ 40,000mAh\n   OUTDOOR SOLAR OUTLET\n   PREMIUM SEO LANDING PAGE\n   ========================================================= *\/\n\n.lx6800{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lx6800 *{\n  box-sizing:border-box;\n}\n\n.lx6800 img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lx6800 a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.lx6800-hero{\n  display:grid;\n  grid-template-columns:1.05fr .95fr;\n  gap:34px;\n  align-items:center;\n  margin-bottom:24px;\n}\n\n.lx6800-hero-media{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lx6800-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lx6800-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lx6800-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lx6800-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lx6800-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lx6800-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lx6800-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.lx6800-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lx6800-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lx6800-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lx6800-specbar{\n  display:grid;\n  grid-template-columns:repeat(6,1fr);\n  margin-bottom:28px;\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx6800-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lx6800-spec:last-child{\n  border-right:0;\n}\n\n.lx6800-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lx6800-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lx6800-section{\n  margin-bottom:25px;\n}\n\n.lx6800-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lx6800-heading:after,\n.lx6800-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lx6800-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGE *\/\n\n.lx6800-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lx6800-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx6800-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lx6800-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx6800-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* DARK *\/\n\n.lx6800-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lx6800-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lx6800-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lx6800-darkgrid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lx6800-darkitem{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lx6800-darkitem strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lx6800-darkitem span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* FEATURE GRID *\/\n\n.lx6800-three{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n  margin-bottom:25px;\n}\n\n.lx6800-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx6800-feature-img{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:14px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.lx6800-feature-img img{\n  max-width:300px;\n  object-fit:contain;\n}\n\n.lx6800-feature-copy{\n  padding:19px;\n}\n\n.lx6800-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:18px;\n  font-weight:800;\n}\n\n.lx6800-feature p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\/* TWO COLUMN *\/\n\n.lx6800-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lx6800-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx6800-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx6800-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lx6800-list li{\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#475467;\n  font-size:14.5px;\n  line-height:1.52;\n}\n\n.lx6800-list li:before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:8px;\n  width:18px;\n  height:18px;\n  line-height:18px;\n  text-align:center;\n  border-radius:50%;\n  background:#f5a300;\n  color:#fff;\n  font-size:11px;\n  font-weight:900;\n}\n\n\/* TABLE *\/\n\n.lx6800-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.lx6800-table tr{\n  border-bottom:1px solid #e9edf1;\n}\n\n.lx6800-table tr:last-child{\n  border-bottom:0;\n}\n\n.lx6800-table th,\n.lx6800-table td{\n  padding:10px 5px;\n  text-align:left;\n  vertical-align:top;\n  font-size:14px;\n  line-height:1.45;\n}\n\n.lx6800-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.lx6800-table td{\n  color:#5b6472;\n}\n\n\/* MANUAL *\/\n\n.lx6800-manual{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:20px;\n  margin-bottom:25px;\n  padding:24px 26px;\n  border:1px solid #e1e6ec;\n  border-radius:13px;\n  background:#f8f9fb;\n}\n\n.lx6800-manual h3{\n  margin:0 0 5px;\n  color:#07182e;\n  font-size:20px;\n}\n\n.lx6800-manual p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.5;\n}\n\n.lx6800-btn{\n  display:inline-block;\n  flex-shrink:0;\n  padding:13px 18px;\n  border-radius:7px;\n  background:#f5a300;\n  color:#111827 !important;\n  text-decoration:none !important;\n  font-size:13.5px;\n  font-weight:850;\n}\n\n\/* POLE *\/\n\n.lx6800-pole{\n  display:grid;\n  grid-template-columns:1.25fr .75fr;\n  gap:25px;\n  align-items:center;\n  padding:30px;\n  margin-bottom:25px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0c3159);\n}\n\n.lx6800-rec{\n  display:inline-block;\n  margin-bottom:10px;\n  padding:6px 10px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:11px;\n  font-weight:850;\n}\n\n.lx6800-pole h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  line-height:1.2;\n}\n\n.lx6800-pole p{\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.7;\n}\n\n.lx6800-pole-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n  margin-bottom:19px;\n}\n\n.lx6800-pole-pills span{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  color:#e7edf5;\n  font-size:11.5px;\n}\n\n\/* APPS *\/\n\n.lx6800-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lx6800-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* FAQ *\/\n\n.lx6800-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lx6800-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lx6800-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lx6800-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lx6800-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lx6800-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lx6800-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lx6800-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.lx6800-trust{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n  margin-top:25px;\n  overflow:hidden;\n  border-radius:12px;\n  background:#07182e;\n}\n\n.lx6800-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lx6800-trust div:last-child{\n  border-right:0;\n}\n\n.lx6800-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* RESPONSIVE *\/\n\n@media(max-width:900px){\n\n  .lx6800-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lx6800-three{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx6800-darkgrid{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n@media(max-width:680px){\n\n  .lx6800{\n    padding:15px 10px 35px;\n  }\n\n  .lx6800-hero,\n  .lx6800-two,\n  .lx6800-pole{\n    grid-template-columns:1fr;\n  }\n\n  .lx6800-title{\n    font-size:30px;\n  }\n\n  .lx6800-subtitle{\n    font-size:19px;\n  }\n\n  .lx6800-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx6800-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx6800-three{\n    grid-template-columns:1fr;\n  }\n\n  .lx6800-dark{\n    padding:24px 18px;\n  }\n\n  .lx6800-darkgrid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx6800-card{\n    padding:21px 17px;\n  }\n\n  .lx6800-manual{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx6800-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lx6800-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lx6800\"\u003e\n\n\n\u003c!-- ======================================================\n     HERO\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-hero\"\u003e\n\n  \u003cdiv class=\"lx6800-hero-media\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e4b0eb19-729a-4053-b58f-a8c76d57246d.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 6800W solar street light 50000 lumens commercial parking lot light\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"lx6800-brand\"\u003e\n      LUMENXUSA\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx6800-eyebrow\"\u003e\n      HIGH-OUTPUT COMMERCIAL SOLAR STREET LIGHT\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"lx6800-title\"\u003e\n      LumenXUSA 6800W Solar Street Light\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"lx6800-subtitle\"\u003e\n      50,000 Lumens • 800 LEDs • 40,000mAh Battery • Motion Sensor • Remote Control\n    \u003c\/h3\u003e\n\n    \u003cp class=\"lx6800-text\"\u003e\n      Illuminate parking lots, streets, driveways, commercial properties,\n      warehouses and large outdoor areas without trenching or utility wiring\n      with the \u003cstrong\u003eLumenXUSA 6800W Solar Street Light\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lx6800-text\"\u003e\n      The high-output lighting system uses \u003cstrong\u003e800 LED beads\u003c\/strong\u003e\n      and delivers up to \u003cstrong\u003e50,000 lumens\u003c\/strong\u003e. A large\n      \u003cstrong\u003e40,000mAh rechargeable battery\u003c\/strong\u003e, radar motion sensing,\n      automatic light control and included remote make this fixture a flexible\n      solution for demanding outdoor installations.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lx6800-pills\"\u003e\n\n      \u003cspan class=\"lx6800-pill\"\u003eLumenXUSA\u003c\/span\u003e\n      \u003cspan class=\"lx6800-pill\"\u003e6800W Model\u003c\/span\u003e\n      \u003cspan class=\"lx6800-pill\"\u003e50,000 Lumens\u003c\/span\u003e\n      \u003cspan class=\"lx6800-pill\"\u003e800 LEDs\u003c\/span\u003e\n      \u003cspan class=\"lx6800-pill\"\u003e40,000mAh Battery\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BEST SELLER\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-best\"\u003e\n\n  \u003cstrong\u003eBEST SELLER\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    One of our popular high-output solar street lights for customers\n    looking for commercial-style brightness, motion sensing and\n    independent solar operation without conventional electrical installation.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     QUICK SPECS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-specbar\"\u003e\n\n  \u003cdiv class=\"lx6800-spec\"\u003e\n    \u003cstrong\u003e6800W\u003c\/strong\u003e\n    \u003cspan\u003eModel designation\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx6800-spec\"\u003e\n    \u003cstrong\u003e50,000 lm\u003c\/strong\u003e\n    \u003cspan\u003eListed output\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx6800-spec\"\u003e\n    \u003cstrong\u003e800 LEDs\u003c\/strong\u003e\n    \u003cspan\u003eHigh-output array\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx6800-spec\"\u003e\n    \u003cstrong\u003e40,000mAh\u003c\/strong\u003e\n    \u003cspan\u003eBattery capacity\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx6800-spec\"\u003e\n    \u003cstrong\u003eIP65\u003c\/strong\u003e\n    \u003cspan\u003eOutdoor protection\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx6800-spec\"\u003e\n    \u003cstrong\u003e13–19.6 FT\u003c\/strong\u003e\n    \u003cspan\u003eInstallation height\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SENSOR IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/94e291ef-5f43-4ade-9e62-4d20d2fd58e3.__CR0,0,970,300_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 6800W solar street light radar motion sensor\"\u003e\n\n  \u003cdiv class=\"lx6800-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Smart Motion + Automatic Light Control\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The integrated control system combines radar motion detection with\n      automatic light sensing. The fixture charges during daylight and\n      is designed to operate automatically after dark while using motion\n      detection to intelligently manage brightness.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     PERFORMANCE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-dark\"\u003e\n\n  \u003ch2\u003e\n    Up to 50,000 Lumens for Large Outdoor Areas\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Designed for applications where visibility and security are important,\n    the LumenXUSA 6800W combines a high-density LED array with a wide\n    dual-sided lighting configuration.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lx6800-darkgrid\"\u003e\n\n    \u003cdiv class=\"lx6800-darkitem\"\u003e\n      \u003cstrong\u003e50,000 lm\u003c\/strong\u003e\n      \u003cspan\u003eListed maximum luminous output.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx6800-darkitem\"\u003e\n      \u003cstrong\u003e800 LEDs\u003c\/strong\u003e\n      \u003cspan\u003eHigh-density lighting array.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx6800-darkitem\"\u003e\n      \u003cstrong\u003eDual-Side\u003c\/strong\u003e\n      \u003cspan\u003eWide two-way lighting design.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx6800-darkitem\"\u003e\n      \u003cstrong\u003eSolar Powered\u003c\/strong\u003e\n      \u003cspan\u003eNo utility electricity required for normal operation.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     MAIN FEATURES\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-section\"\u003e\n\n  \u003ch2 class=\"lx6800-heading\"\u003e\n    High-Performance Solar Street Light Design\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx6800-lead\"\u003e\n    Designed to combine high-output lighting, solar charging and intelligent\n    controls in a single outdoor fixture.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx6800-three\"\u003e\n\n\n    \u003cdiv class=\"lx6800-feature\"\u003e\n\n      \u003cdiv class=\"lx6800-feature-img\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f6ba1205-b935-47d2-ba30-d9e67bbb8cd6.__CR0,0,600,600_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA high efficiency solar panel street light\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx6800-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          High-Efficiency Solar Panel\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Large polysilicon solar-panel design collects energy during\n          daylight for independent nighttime operation.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx6800-feature\"\u003e\n\n      \u003cdiv class=\"lx6800-feature-img\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/36b248cf-9d25-43ba-86a1-4e65e1d6e731.__CR0,0,600,600_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA dual side wide angle solar street lighting\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx6800-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Wide-Angle Two-Way Lighting\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The triangular-prism design places LEDs on both sides of the\n          fixture to create broader lateral illumination and fewer dark areas.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx6800-feature\"\u003e\n\n      \u003cdiv class=\"lx6800-feature-img\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/95566f65-c674-46d8-869f-695ddcc2cc0d.__CR0,0,600,600_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA 6800W 800 LED solar street light\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx6800-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          800 High-Output LEDs\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The supplied technical specifications list 800 LED beads with\n          luminous output reaching up to approximately 50,000 lumens.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BATTERY\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-two\"\u003e\n\n\n  \u003cdiv class=\"lx6800-card\"\u003e\n\n    \u003ch2\u003e\n      40,000mAh Rechargeable Battery\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx6800-list\"\u003e\n\n      \u003cli\u003e3.2V \/ 40,000mAh battery\u003c\/li\u003e\n      \u003cli\u003eDesigned for long overnight operating periods\u003c\/li\u003e\n      \u003cli\u003eSupplied description states up to approximately 20 hours of operation\u003c\/li\u003e\n      \u003cli\u003eMotion-control modes help conserve stored energy\u003c\/li\u003e\n      \u003cli\u003eIndependent solar operation reduces utility-power requirements\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx6800-card\"\u003e\n\n    \u003ch2\u003e\n      No Wiring or Trenching Required\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx6800-list\"\u003e\n\n      \u003cli\u003e100% solar-powered normal operation\u003c\/li\u003e\n      \u003cli\u003eNo underground electrical cable required\u003c\/li\u003e\n      \u003cli\u003eNo dedicated outdoor electrical outlet required\u003c\/li\u003e\n      \u003cli\u003eUseful for remote or difficult-to-wire locations\u003c\/li\u003e\n      \u003cli\u003ePosition the solar panel in strong direct sunlight for best results\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     REMOTE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-two\"\u003e\n\n\n  \u003cdiv class=\"lx6800-card\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/99cb0342-9544-4e1b-9d04-b97f2feec386.__CR0,0,600,600_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA 6800W solar street light remote control\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx6800-card\"\u003e\n\n    \u003ch2\u003e\n      Remote Control Convenience\n    \u003c\/h2\u003e\n\n    \u003cp class=\"lx6800-lead\"\u003e\n      Adjust operating behavior from ground level instead of accessing\n      the elevated fixture.\n    \u003c\/p\u003e\n\n    \u003cul class=\"lx6800-list\"\u003e\n\n      \u003cli\u003eRemote control included\u003c\/li\u003e\n      \u003cli\u003eSwitch between induction and always-bright operation\u003c\/li\u003e\n      \u003cli\u003eControl fixture operation remotely\u003c\/li\u003e\n      \u003cli\u003eRemote battery is not included\u003c\/li\u003e\n      \u003cli\u003eUseful for adjusting settings after installation\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BRIGHTNESS SCHEDULE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-dark\"\u003e\n\n  \u003ch2\u003e\n    Intelligent Constant-Brightness Schedule\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    The supplied remote-control instructions describe an automatic\n    stepped-brightness schedule designed to provide strong initial illumination\n    while conserving battery energy later in the night.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lx6800-darkgrid\"\u003e\n\n    \u003cdiv class=\"lx6800-darkitem\"\u003e\n      \u003cstrong\u003e100%\u003c\/strong\u003e\n      \u003cspan\u003eFirst hour.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx6800-darkitem\"\u003e\n      \u003cstrong\u003e70%\u003c\/strong\u003e\n      \u003cspan\u003eFollowing 3 hours.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx6800-darkitem\"\u003e\n      \u003cstrong\u003e50%\u003c\/strong\u003e\n      \u003cspan\u003eFollowing 3 hours.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx6800-darkitem\"\u003e\n      \u003cstrong\u003e25%\u003c\/strong\u003e\n      \u003cspan\u003eRemaining operating period.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     INSTALLATION IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/03855523-3af8-4d04-86b9-29625a92b1ef.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA solar street light wall mount and pole mount installation\"\u003e\n\n  \u003cdiv class=\"lx6800-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Flexible Wall or Pole Installation\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Install the fixture on a suitable street-light pole, building wall,\n      garage or other compatible structure. The supplied specifications\n      recommend an installation height of approximately 13–19.6 feet.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     INSTALLATION CARDS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-two\"\u003e\n\n\n  \u003cdiv class=\"lx6800-card\"\u003e\n\n    \u003ch2\u003e\n      Pole Mount Installation\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx6800-list\"\u003e\n\n      \u003cli\u003eSuitable for streets, parking areas and large properties\u003c\/li\u003e\n      \u003cli\u003eUse a structurally appropriate outdoor pole\u003c\/li\u003e\n      \u003cli\u003eRecommended installation height: approximately 13–19.6 FT\u003c\/li\u003e\n      \u003cli\u003ePosition solar panel where direct sunlight is available\u003c\/li\u003e\n      \u003cli\u003eTighten all mounting hardware before operation\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx6800-card\"\u003e\n\n    \u003ch2\u003e\n      Wall Mount Installation\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx6800-list\"\u003e\n\n      \u003cli\u003eSuitable for garages and commercial buildings\u003c\/li\u003e\n      \u003cli\u003eMount to a structurally suitable surface\u003c\/li\u003e\n      \u003cli\u003eKeep the solar panel free from daytime shade\u003c\/li\u003e\n      \u003cli\u003eUseful where a dedicated pole is not required\u003c\/li\u003e\n      \u003cli\u003eFollow the supplied installation instructions before mounting\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     20 FT POLE RECOMMENDATION\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-pole\"\u003e\n\n  \u003cdiv\u003e\n\n    \u003cspan class=\"lx6800-rec\"\u003e\n      RECOMMENDED POLE\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Pair It with Our 20 FT Street Light Pole\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      If you do not already have a suitable mounting pole, complete the\n      installation with our 20 FT outdoor street-light pole. It provides\n      a dedicated mounting solution for solar street lights used in\n      parking lots, driveways, roads, commercial properties and large yards.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lx6800-pole-pills\"\u003e\n\n      \u003cspan\u003e20 FT Height\u003c\/span\u003e\n      \u003cspan\u003eOutdoor Installation\u003c\/span\u003e\n      \u003cspan\u003eStreet Lighting\u003c\/span\u003e\n      \u003cspan\u003eParking Lot Lighting\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003ca class=\"lx6800-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n\n      View 20 FT Street Light Pole\n\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv style=\"\n      padding:23px;\n      border:1px solid rgba(255,255,255,.14);\n      border-radius:12px;\n      background:rgba(255,255,255,.06);\n    \"\u003e\n\n      \u003cstrong style=\"\n        display:block;\n        margin-bottom:8px;\n        color:#f5a300;\n        font-size:18px;\n      \"\u003e\n        Installation Height\n      \u003c\/strong\u003e\n\n      \u003cspan style=\"\n        display:block;\n        color:#e2e8f0;\n        font-size:13.5px;\n        line-height:1.65;\n      \"\u003e\n        The supplied fixture specifications recommend an installation height\n        of approximately 13–19.6 FT. A 20 FT pole provides flexibility for\n        positioning the fixture within that range. Final pole foundation and\n        mounting requirements depend on site conditions.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     APPLICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-card lx6800-section\"\u003e\n\n  \u003ch2\u003e\n    Ideal for Commercial, Residential \u0026amp; Property Lighting\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx6800-lead\"\u003e\n    The combination of solar power, high-output LEDs and intelligent controls\n    makes this fixture useful across a wide range of outdoor applications.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lx6800-apps\"\u003e\n\n    \u003cspan class=\"lx6800-app\"\u003eParking Lots\u003c\/span\u003e\n    \u003cspan class=\"lx6800-app\"\u003eStreets\u003c\/span\u003e\n    \u003cspan class=\"lx6800-app\"\u003eRoadways\u003c\/span\u003e\n    \u003cspan class=\"lx6800-app\"\u003eDriveways\u003c\/span\u003e\n    \u003cspan class=\"lx6800-app\"\u003eCommercial Properties\u003c\/span\u003e\n    \u003cspan class=\"lx6800-app\"\u003eWarehouses\u003c\/span\u003e\n    \u003cspan class=\"lx6800-app\"\u003eFarms\u003c\/span\u003e\n    \u003cspan class=\"lx6800-app\"\u003eRanches\u003c\/span\u003e\n    \u003cspan class=\"lx6800-app\"\u003eHOAs\u003c\/span\u003e\n    \u003cspan class=\"lx6800-app\"\u003eLarge Yards\u003c\/span\u003e\n    \u003cspan class=\"lx6800-app\"\u003eSchools\u003c\/span\u003e\n    \u003cspan class=\"lx6800-app\"\u003eSecurity Lighting\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     MOTION IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5c7cf0f3-19e8-47df-b28b-d7802166d773.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 6800W solar street light outdoor motion sensor security lighting\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SPECIFICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-two\"\u003e\n\n\n  \u003cdiv class=\"lx6800-card\"\u003e\n\n    \u003ch2\u003e\n      Product Specifications\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"lx6800-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003e\u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eModel\u003c\/th\u003e\n          \u003ctd\u003e6800W Solar Street Light\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLuminous Output\u003c\/th\u003e\n          \u003ctd\u003eUp to 50,000 Lumens\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLED Quantity\u003c\/th\u003e\n          \u003ctd\u003e800 LED Beads\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBattery\u003c\/th\u003e\n          \u003ctd\u003e3.2V \/ 40,000mAh\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSystem Voltage\u003c\/th\u003e\n          \u003ctd\u003e6V Listed\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eProduct Size\u003c\/th\u003e\n          \u003ctd\u003e26.8\" × 13.4\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx6800-card\"\u003e\n\n    \u003ch2\u003e\n      Controls \u0026amp; Installation\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"lx6800-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eControl\u003c\/th\u003e\n          \u003ctd\u003eRadar + Light Control + Remote\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMotion Sensor\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eAutomatic Night Operation\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eWeather Protection\u003c\/th\u003e\n          \u003ctd\u003eIP65\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRecommended Height\u003c\/th\u003e\n          \u003ctd\u003e13–19.6 FT\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMounting\u003c\/th\u003e\n          \u003ctd\u003eWall or Pole\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePower Source\u003c\/th\u003e\n          \u003ctd\u003eSolar\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     PACKAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-card lx6800-section\"\u003e\n\n  \u003ch2\u003e\n    What's Included\n  \u003c\/h2\u003e\n\n  \u003cul class=\"lx6800-list\"\u003e\n\n    \u003cli\u003e1 × LumenXUSA 6800W Solar LED Street Light\u003c\/li\u003e\n    \u003cli\u003e1 × Extension Rod\u003c\/li\u003e\n    \u003cli\u003e1 × Remote Control — Battery Not Included\u003c\/li\u003e\n    \u003cli\u003e1 × Fixed Iron Sheet\u003c\/li\u003e\n    \u003cli\u003e4 × Long Fixing Screws\u003c\/li\u003e\n    \u003cli\u003e4 × Short Fixing Screws\u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     MANUAL\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-manual\"\u003e\n\n  \u003cdiv\u003e\n\n    \u003ch3\u003e\n      LumenXUSA 6800W Instruction Manual\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the installation and operating instructions before mounting\n      the fixture or programming the remote-control settings.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \u003ca class=\"lx6800-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/800LED_Instruction_manual_1.pdf?v=1715889023\" target=\"_blank\" rel=\"noopener\"\u003e\n\n    View Instruction Manual\n\n  \u003c\/a\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SOLAR TIPS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-dark\"\u003e\n\n  \u003ch2\u003e\n    Maximize Solar Charging Performance\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Solar street-light performance depends heavily on panel exposure.\n    Proper placement can improve charging efficiency and nighttime runtime.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lx6800-darkgrid\"\u003e\n\n    \u003cdiv class=\"lx6800-darkitem\"\u003e\n      \u003cstrong\u003eDirect Sunlight\u003c\/strong\u003e\n      \u003cspan\u003eAvoid trees, roofs and daytime shadows.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx6800-darkitem\"\u003e\n      \u003cstrong\u003eClean Panel\u003c\/strong\u003e\n      \u003cspan\u003eRemove dust, dirt and debris periodically.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx6800-darkitem\"\u003e\n      \u003cstrong\u003ePlan Placement\u003c\/strong\u003e\n      \u003cspan\u003eCheck solar exposure before permanent mounting.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx6800-darkitem\"\u003e\n      \u003cstrong\u003eSeasonal Changes\u003c\/strong\u003e\n      \u003cspan\u003eRuntime can vary with available sunlight and weather.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FAQ\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-card\"\u003e\n\n  \u003ch2\u003e\n    LumenXUSA 6800W Solar Street Light FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lx6800-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How bright is the LumenXUSA 6800W solar street light?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        The supplied technical specifications list luminous output\n        up to approximately 50,000 lumens.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How many LEDs does the fixture have?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        The supplied specifications list 800 LED beads.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What size battery does it use?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        The supplied specifications list a 3.2V \/ 40,000mAh rechargeable battery.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does the light turn on automatically?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        Yes. The fixture includes light-control functionality designed for\n        automatic nighttime operation.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does this solar street light have motion detection?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        Yes. The supplied specifications list radar sensing as part of the\n        control system.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does the light include a remote control?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        Yes. A remote control is included. The remote battery is not included.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long can the light operate?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        The supplied product description states up to approximately 20 hours\n        of continuous lighting on a full charge. Actual performance depends\n        on charging conditions, mode and usage.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is this solar street light waterproof?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        The supplied product information lists IP65 outdoor weather protection.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What installation height is recommended?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        The supplied specifications recommend approximately 13–19.6 feet.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can it be mounted on a wall?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        Yes. The supplied installation information supports both wall and\n        pole mounting.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do I need electrical wiring?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        No conventional utility wiring is required for normal solar operation.\n        The integrated solar system charges the battery during daylight.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do you sell a pole for this solar street light?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        Yes. We recommend our\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n          20 FT Outdoor Street Light Pole\n        \u003c\/a\u003e\n        for customers who need a dedicated mounting solution.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where can I view the instruction manual?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx6800-answer\"\u003e\n        You can\n        \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/800LED_Instruction_manual_1.pdf?v=1715889023\" target=\"_blank\" rel=\"noopener\"\u003e\n          view the LumenXUSA 6800W instruction manual here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     TRUST BAR\n     ====================================================== --\u003e\n\n\u003csection class=\"lx6800-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\n    Solar Street Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e6800W\u003c\/strong\u003e\n    High-Output Model\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e50,000 lm\u003c\/strong\u003e\n    Listed Output\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e40,000mAh\u003c\/strong\u003e\n    Large Battery\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e20 FT Pole\u003c\/strong\u003e\n    Available Separately\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":44081964122344,"sku":"4800wst","price":189.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/6800w-commercial-solar-street-lights-dusk-to-dawn-motion-sensor-75000lm-for-street-with-remote-control-8124287.jpg?v=1786734560"},{"product_id":"smartyard-150w-solar-lights-outdoor-3-modes-led-solar-wall-light-motion-sensor-with-remote-control-8000lm","title":"SmartYard 150W Solar Lights, 3 Modes Led Solar Wall Light Motion Sensor with Remote Control, 8000LM","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch2\u003e\u003cstrong\u003eProduct description\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"i49yzf-tu617p-an0geg-eusqnd\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"34e9gz-s4mtca-ve6dek-b0uox2\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5e162ba5-3dce-4cdf-8b79-04c5bfd66fb9.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5e162ba5-3dce-4cdf-8b79-04c5bfd66fb9.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSmartyard 150W 8000LM Solar Flood Lights Outdoor, 3 Modes IP66 Waterproof Solar Motion Wall Lights with Remote Control\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003col class=\"a-ordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eNo wiring, 0 electricity cost solar outdoor light, contains super bright 252pcs led lamp beads, bring you 150~300W lighting, please do not look directly at the light, it is very dazzling;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e17.5*6.5 inches size and 2 pounds weight, you can install it in any sunny place, don't worry about it being too heavy and too big;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eA variety of lighting modes are available for you to choose, the no-light sensing mode will suddenly light up when people and large animals pass by, giving you a safety warning, and it is the perfect solar safety outdoor light;\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-12 aplus-standard\" data-csa-c-id=\"2tdzi0-40zjhw-4d92rj-jyswh9\" data-cel-widget=\"aplus-m-module-12\" cel_widget_id=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg alt=\"waterproof solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/aa16588b-75ef-4aff-9436-deb697faac49.__CR0,0,970,300_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/aa16588b-75ef-4aff-9436-deb697faac49.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp\u003eIP65 Waterproof, high and low temperature resistance, will not be damaged in rain and snow weather\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"gxmixv-cvywcz-hkcwzd-v93b7f\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3b21aaa5-a83a-4a1c-b59b-3c4bf23b2b36.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3b21aaa5-a83a-4a1c-b59b-3c4bf23b2b36.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003eMode 1: Lights off until motion is detected turn on the lights;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eMode 2: Lights dim until motion is detected to return to 100% brightness;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eMode 3: 50% brightness Always on light until the battery runs out;\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-9 aplus-standard\" data-csa-c-id=\"2wrq29-1z2qa9-bxaqr6-6aa86w\" data-cel-widget=\"aplus-m-module-9\" cel_widget_id=\"aplus-m-module-9\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"\"\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6be80ff2-d04f-4028-8ead-c87d205b5f84.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6be80ff2-d04f-4028-8ead-c87d205b5f84.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003ePlease turn on the switch and select the mode before installation;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eAutomatic charging during the day, it takes 6-10 hours to fully charge (can't turn on the light while charging);\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a48326df-368d-4334-98f1-2f18d06e78f5.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a48326df-368d-4334-98f1-2f18d06e78f5.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eEasy to install, comes with base and screws, can be installed anywhere you want (sunny place);\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/27a607a8-a9df-466a-84d6-6602418c40b1.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/27a607a8-a9df-466a-84d6-6602418c40b1.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eThe 6000mah battery, 8W solar panel fits perfectly on the shell, and the groove inside is waterproof design, so that you don't need to worry about rain and snow;\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"5to0mk-l2u25f-szjz7b-al9sk\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6383677a-a2c4-4e9f-afd4-6c4ba6dc3efc.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6383677a-a2c4-4e9f-afd4-6c4ba6dc3efc.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003eQ: Can solar street lights work on cloudy days?\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA: Yes, it can work in cloudy and rainy days, but due to insufficient sunlight, the solar lamp cannot be fully charged, the working time will be shortened, and the lighting time is very short;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eQ: Is it easy to install?\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA: Yes, very easy to install, the package includes the screws needed for installation;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eQ: How to switch working mode?\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA: 2 methods: 1. Press the button on the light body, and you can switch a mode; 2. Use the mode 1, mode 2, mode 3 buttons on the remote control to change the working mode\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e🔔【Ultra-Bright Solar Motion Lights Outdoor】 The 150W solar lights outdoor are equipped with 250pcs super brighter LED beads; the super output power exceeds other solar lights, the brightness of this light reaches 8000~12000LM; the solar lights are equipped with 3* 2000mah battery , the working life is more than 50000+ hours, it takes 4~6 hours to charge during the day; at night, 6-12 hours working time in induction mode, 4 hours working time in constant light mode, make your way home safe;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e🔔【Easy to Install, 0 electricity bills】 The package comes with screw set and base, no need to install any troublesome wires and accessories, just screw the base to the wall of any material, and then install the solar light; perfect solar outdoor lighting lamp for yard light, garage light, garden light, parking lot light, exit light, entrance light, driveway light, patio light, entryway light, etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e🔔【3 Modes Work Lighting 】 1. mode 1: people pass by, the solar light will illuminate at 100% brightness when motion is detected, and turn off after 20 seconds until motion is detected again; 2. mode 2: When no one passes by, solar wall lights always lighting 30% brighterness; 3. mode 3: the motion sensor light is always in a slight light 50% power lighting;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e🔔【IP65 Waterproof \u0026amp; All-Weather Resistant】 GORLDE solar lights outdoor has a new ABS plastic casing, the solar panel and the casing are perfectly matched, the rainwater will flow into the inner water groove of the casing along the solar panel and flow out through the small hole at the bottom, reaching IP65 waterproof level; the solar outdoor light can work normally at -20~100 degrees Celsius, specifically designed to withstand extreme weather conditions resistant rain snow, provide additional safety and security for your home.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e🔔【12 Months Brand Warranty】 FCC certified GORLDE solar lights provide 12 months free warranty service, if you have any questions, please feel free to contact us, we will reply and solve your problems within 24 hours, provide 100% Satisfactory after-sales service!\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SmartYard","offers":[{"title":"Default Title","offer_id":44261509071080,"sku":"15w-s","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/smartyard-150w-solar-lights-3-modes-led-solar-wall-light-motion-sensor-with-remote-control-8000lm-5014902.jpg?v=1786734555"},{"product_id":"7200w-led-solar-street-light-motion-sensor-100000lm","title":"7200W Commercial Solar Street Light , 100000LM Parking Lot Light Dusk to Dawn With Remote","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET — 7200W PRODUCT DESCRIPTION\n   FULLY ISOLATED CSS: WILL NOT AFFECT SHOPIFY PRODUCT GALLERY\n   ========================================================= *\/\n.oso7200{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 50px;\n  font-family:inherit;\n  color:#1f2937;\n}\n.oso7200 *{box-sizing:border-box}\n.oso7200 h2,.oso7200 h3{color:#07182f}\n.oso7200 p{color:#5f6b7a;line-height:1.72}\n.oso7200 a{text-decoration:none}\n\n.oso7200 .oso7200-brand{\n  color:#f47721;\n  font-size:14px;\n  font-weight:900;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n.oso7200 .oso7200-title{\n  font-size:42px;\n  line-height:1.08;\n  margin:8px 0 10px;\n  font-weight:900;\n}\n.oso7200 .oso7200-sub{\n  font-size:21px;\n  line-height:1.4;\n  font-weight:800;\n  margin:0 0 14px;\n}\n.oso7200 .oso7200-tags,\n.oso7200 .oso7200-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin:16px 0;\n}\n.oso7200 .oso7200-tag,\n.oso7200 .oso7200-app{\n  padding:8px 12px;\n  border:1px solid #e1e6ed;\n  border-radius:999px;\n  background:#f7f9fc;\n  color:#344054;\n  font-size:13px;\n  font-weight:800;\n}\n\n\/* Images stay inside description only *\/\n.oso7200 .oso7200-pic{\n  width:100%;\n  max-width:970px;\n  margin:24px auto;\n  text-align:center;\n}\n.oso7200 .oso7200-pic img{\n  display:block!important;\n  width:100%!important;\n  max-width:970px!important;\n  height:auto!important;\n  object-fit:contain!important;\n  margin:0 auto!important;\n  border-radius:14px;\n}\n\n.oso7200 .oso7200-stats{\n  display:grid;\n  grid-template-columns:repeat(6,1fr);\n  border:1px solid #e1e6ed;\n  border-radius:13px;\n  overflow:hidden;\n  margin:24px 0;\n}\n.oso7200 .oso7200-stat{\n  text-align:center;\n  padding:17px 6px;\n  border-right:1px solid #e1e6ed;\n}\n.oso7200 .oso7200-stat:last-child{border-right:0}\n.oso7200 .oso7200-stat strong{\n  display:block;\n  color:#07182f;\n}\n.oso7200 .oso7200-stat span{\n  font-size:12px;\n  color:#667085;\n}\n\n.oso7200 .oso7200-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin:24px 0;\n}\n.oso7200 .oso7200-card{\n  padding:24px;\n  border:1px solid #e1e6ed;\n  border-radius:14px;\n  background:#fff;\n}\n.oso7200 .oso7200-card h2{margin-top:0}\n.oso7200 .oso7200-list{\n  list-style:none;\n  padding:0;\n  margin:0;\n}\n.oso7200 .oso7200-list li{\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#4b5563;\n  line-height:1.58;\n}\n.oso7200 .oso7200-list li:before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:9px;\n  width:18px;\n  height:18px;\n  border-radius:50%;\n  background:#f47721;\n  color:#fff;\n  text-align:center;\n  line-height:18px;\n  font-size:11px;\n  font-weight:900;\n}\n\n.oso7200 .oso7200-dark{\n  padding:30px;\n  background:linear-gradient(120deg,#07182f,#0d2747);\n  border-radius:16px;\n  margin:25px 0;\n  color:#fff;\n}\n.oso7200 .oso7200-dark h2{color:#fff}\n.oso7200 .oso7200-dark p{color:#dce5ef}\n.oso7200 .oso7200-darkgrid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:10px;\n}\n.oso7200 .oso7200-darkitem{\n  padding:16px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:9px;\n}\n.oso7200 .oso7200-darkitem strong{\n  display:block;\n  color:#ff9b19;\n}\n\n.oso7200 .oso7200-reco{\n  display:grid;\n  grid-template-columns:65px 1fr auto;\n  gap:17px;\n  align-items:center;\n  padding:22px;\n  margin:25px 0;\n  border:1px solid #ffd2ae;\n  border-radius:14px;\n  background:#fff7ef;\n}\n.oso7200 .oso7200-recoicon{\n  width:60px;\n  height:60px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:#f47721;\n  color:#fff;\n  font-size:24px;\n  font-weight:900;\n}\n.oso7200 .oso7200-reco h3{margin:0}\n.oso7200 .oso7200-reco p{margin:3px 0}\n.oso7200 .oso7200-btn{\n  display:inline-block;\n  padding:13px 17px;\n  background:#f47721;\n  color:#fff!important;\n  border-radius:8px;\n  font-weight:900;\n  white-space:nowrap;\n}\n\n.oso7200 .oso7200-table{\n  width:100%;\n  border-collapse:collapse;\n}\n.oso7200 .oso7200-table tr{border-bottom:1px solid #e8ecf1}\n.oso7200 .oso7200-table th,\n.oso7200 .oso7200-table td{\n  text-align:left;\n  padding:9px 5px;\n  font-size:14px;\n  vertical-align:top;\n}\n.oso7200 .oso7200-table th{\n  width:45%;\n  color:#344054;\n}\n.oso7200 .oso7200-table td{color:#667085}\n\n.oso7200 .oso7200-note{\n  padding:18px 20px;\n  border-left:4px solid #f47721;\n  background:#fff8f2;\n  border-radius:9px;\n  margin:22px 0;\n}\n\n.oso7200 .oso7200-manual{\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  gap:20px;\n  padding:24px;\n  background:#f7f9fc;\n  border:1px solid #e1e6ed;\n  border-radius:14px;\n  margin:25px 0;\n}\n.oso7200 .oso7200-manual h3{margin:0}\n.oso7200 .oso7200-manual a{\n  padding:12px 17px;\n  background:#07182f;\n  color:#fff!important;\n  border-radius:8px;\n  font-weight:900;\n}\n\n.oso7200 .oso7200-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n.oso7200 .oso7200-faq details{\n  border:1px solid #e1e6ed;\n  border-radius:9px;\n  padding:15px;\n}\n.oso7200 .oso7200-faq summary{\n  cursor:pointer;\n  color:#07182f;\n  font-weight:800;\n}\n.oso7200 .oso7200-answer{\n  padding-top:9px;\n  color:#667085;\n  font-size:14px;\n}\n\n.oso7200 .oso7200-trust{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  background:#07182f;\n  border-radius:11px;\n  overflow:hidden;\n  margin-top:24px;\n}\n.oso7200 .oso7200-trust div{\n  text-align:center;\n  padding:16px 7px;\n  color:#dce5ef;\n  font-size:12px;\n}\n.oso7200 .oso7200-trust strong{\n  display:block;\n  color:#ff9b19;\n}\n\n@media(max-width:800px){\n  .oso7200 .oso7200-stats{grid-template-columns:repeat(3,1fr)}\n  .oso7200 .oso7200-reco{grid-template-columns:60px 1fr}\n  .oso7200 .oso7200-reco .oso7200-btn{\n    grid-column:1\/-1;\n    text-align:center;\n  }\n}\n@media(max-width:650px){\n  .oso7200{padding:16px 10px 36px}\n  .oso7200 .oso7200-title{font-size:30px}\n  .oso7200 .oso7200-sub{font-size:18px}\n  .oso7200 .oso7200-grid,\n  .oso7200 .oso7200-faq{grid-template-columns:1fr}\n  .oso7200 .oso7200-stats{grid-template-columns:1fr 1fr}\n  .oso7200 .oso7200-darkgrid{grid-template-columns:1fr}\n  .oso7200 .oso7200-manual{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n  .oso7200 .oso7200-manual a{\n    width:100%;\n    text-align:center;\n  }\n  .oso7200 .oso7200-trust{grid-template-columns:1fr 1fr}\n  .oso7200 .oso7200-pic,\n  .oso7200 .oso7200-pic img{\n    width:100%!important;\n    max-width:100%!important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"oso7200\"\u003e\n\u003cdiv class=\"oso7200-brand\"\u003eCOMMERCIAL SOLAR STREET LIGHTING\u003c\/div\u003e\n\u003ch2 class=\"oso7200-title\"\u003e7200W Commercial Solar Street Light – 100,000 Lumens\u003c\/h2\u003e\n\u003ch3 class=\"oso7200-sub\"\u003eParking Lot \u0026amp; Area Light • Dusk-to-Dawn • Motion Sensor • Remote Control • IP65\u003c\/h3\u003e\n\u003cp\u003eIlluminate parking lots, private roads, commercial properties, driveways, farms, parks and other large outdoor spaces with this \u003cstrong\u003e7200W Commercial Solar Street Light\u003c\/strong\u003e. The current listing is rated at \u003cstrong\u003e100,000 lumens\u003c\/strong\u003e and combines solar charging, automatic dusk-to-dawn operation, motion sensing and remote-controlled brightness and timer settings.\u003c\/p\u003e\n\u003cp\u003eDesigned for installations where running utility power can be difficult or expensive, this solar LED parking lot light requires no normal grid wiring and supports wall, wood-pole or street-light-pole mounting.\u003c\/p\u003e\n\u003cdiv class=\"oso7200-tags\"\u003e\n\u003cspan class=\"oso7200-tag\"\u003e7200W Model\u003c\/span\u003e\u003cspan class=\"oso7200-tag\"\u003e100,000 Lumens\u003c\/span\u003e\u003cspan class=\"oso7200-tag\"\u003eDusk-to-Dawn\u003c\/span\u003e\u003cspan class=\"oso7200-tag\"\u003eMotion Sensor\u003c\/span\u003e\u003cspan class=\"oso7200-tag\"\u003eRemote Control\u003c\/span\u003e\u003cspan class=\"oso7200-tag\"\u003eIP65\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\" alt=\"7200W commercial solar street light overview\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c7146f6c-5243-4841-bb14-0185854dafcb.__CR0,0,1600,990_PT0_SX970_V1___.jpg\" alt=\"7200W solar street light outdoor lighting\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7d77680b-c368-47e6-a1b2-8b22f134a5b8.__CR0,0,1600,990_PT0_SX970_V1___.jpg\" alt=\"7200W solar street light dusk to dawn\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/37825ec9-d1e8-48cb-97ae-d7353c34f43c.__CR0,0,1600,990_PT0_SX970_V1___.jpg\" alt=\"7200W solar parking lot light coverage\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-stats\"\u003e\n\u003cdiv class=\"oso7200-stat\"\u003e\n\u003cstrong\u003e100,000 lm\u003c\/strong\u003e\u003cspan\u003eCurrent listed output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-stat\"\u003e\n\u003cstrong\u003e10–20 ft\u003c\/strong\u003e\u003cspan\u003eRecommended height\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-stat\"\u003e\n\u003cstrong\u003e2,152–2,368 sq ft\u003c\/strong\u003e\u003cspan\u003eListed coverage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-stat\"\u003e\n\u003cstrong\u003e5–6 Hours\u003c\/strong\u003e\u003cspan\u003eListed charge\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-stat\"\u003e\n\u003cstrong\u003e12–15 Hours\u003c\/strong\u003e\u003cspan\u003eListed runtime\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-stat\"\u003e\n\u003cstrong\u003eIP65\u003c\/strong\u003e\u003cspan\u003eOutdoor protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-reco\"\u003e\n\u003cdiv class=\"oso7200-recoicon\"\u003e20'\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eRecommended: 20-Foot Street Light Pole\u003c\/h3\u003e\n\u003cp\u003eThe supplied description recommends installation at approximately \u003cstrong\u003e10–20 feet\u003c\/strong\u003e. Our 20-foot street light pole is a natural pairing for many parking lot, roadway and commercial-property installations. Pole sold separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"oso7200-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003eView 20-Foot Pole\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-grid\"\u003e\n\u003cdiv class=\"oso7200-card\"\u003e\n\u003ch2\u003eCommercial Solar Lighting Features\u003c\/h2\u003e\n\u003cul class=\"oso7200-list\"\u003e\n\u003cli\u003e7200W commercial solar street light model\u003c\/li\u003e\n\u003cli\u003eCurrent listing rated at 100,000 lumens\u003c\/li\u003e\n\u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n\u003cli\u003eMotion sensor energy-saving mode\u003c\/li\u003e\n\u003cli\u003eRemote brightness and timer controls\u003c\/li\u003e\n\u003cli\u003eNo normal utility wiring required\u003c\/li\u003e\n\u003cli\u003eDesigned for wide-area outdoor lighting\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-card\"\u003e\n\u003ch2\u003eIdeal Applications\u003c\/h2\u003e\n\u003cdiv class=\"oso7200-apps\"\u003e\n\u003cspan class=\"oso7200-app\"\u003eParking Lots\u003c\/span\u003e\u003cspan class=\"oso7200-app\"\u003ePrivate Roads\u003c\/span\u003e\u003cspan class=\"oso7200-app\"\u003eCommercial Properties\u003c\/span\u003e\u003cspan class=\"oso7200-app\"\u003eDriveways\u003c\/span\u003e\u003cspan class=\"oso7200-app\"\u003eParks\u003c\/span\u003e\u003cspan class=\"oso7200-app\"\u003eFarms\u003c\/span\u003e\u003cspan class=\"oso7200-app\"\u003eSports Areas\u003c\/span\u003e\u003cspan class=\"oso7200-app\"\u003ePublic Entrances\u003c\/span\u003e\u003cspan class=\"oso7200-app\"\u003eSecurity Lighting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/17d71fda-b347-4933-ae3a-a345828f69f3.__CR0,0,1600,1600_PT0_SX970_V1___.jpg\" alt=\"7200W solar street light motion sensor energy saving\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/204f577f-0a8e-40f6-8e5e-1e1b146ca1d3.__CR0,0,1600,1600_PT0_SX970_V1___.jpg\" alt=\"7200W solar street light IP65 weather resistance\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/406a0249-a983-4efa-a51b-aba5028950e5.__CR0,0,1600,1600_PT0_SX970_V1___.jpg\" alt=\"7200W solar street light LED performance\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/886cfd8e-e7f5-432d-ad46-62c958f22e6c.__CR0,0,1600,1600_PT0_SX970_V1___.jpg\" alt=\"7200W solar street light monocrystalline solar panel\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1acd5b67-f3e2-4f05-a633-406979267e56.__CR0,0,1600,1600_PT0_SX970_V1___.jpg\" alt=\"7200W solar street light parking lot LED array\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6b33ebc6-74bc-4d7b-8036-a361c754ad39.__CR0,0,1600,1600_PT0_SX970_V1___.jpg\" alt=\"7200W solar street light heavy duty mounting arm\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/Untitled_design.jpg_1.jpg?v=1735244770\" alt=\"7200W solar street light product detail\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8304f753-c3cd-457c-b5f2-e92af6bd82dc.__CR0,0,1600,990_PT0_SX970_V1___.jpg\" alt=\"7200W solar street light commercial outdoor applications\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/77eaea9a-e9a2-4bb2-a2c0-a37b6689ffcd.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"7200W solar street light lighting modes and remote\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b82c31fb-d34e-4cb9-9897-89ad80260fd2.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"7200W solar street light mounting installation options\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-pic\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bb176d85-fc5e-4d4f-b953-339065517a90.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"7200W solar street light package contents\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"oso7200-dark\"\u003e\n\u003ch2\u003e3 Flexible Lighting Options\u003c\/h2\u003e\n\u003cp\u003eChoose motion-responsive lighting, automatic dusk-to-dawn operation, or timed lighting with adjustable brightness.\u003c\/p\u003e\n\u003cdiv class=\"oso7200-darkgrid\"\u003e\n\u003cdiv class=\"oso7200-darkitem\"\u003e\n\u003cstrong\u003eMotion Sensor\u003c\/strong\u003eFull brightness with motion, then returns to dim light.\u003c\/div\u003e\n\u003cdiv class=\"oso7200-darkitem\"\u003e\n\u003cstrong\u003eDusk-to-Dawn\u003c\/strong\u003eAutomatic staged brightness throughout the night.\u003c\/div\u003e\n\u003cdiv class=\"oso7200-darkitem\"\u003e\n\u003cstrong\u003eTimer + Brightness\u003c\/strong\u003e2H \/ 3H \/ 5H \/ 6H \/ 8H with 25% \/ 50% \/ 75% \/ 100% brightness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-grid\"\u003e\n\u003cdiv class=\"oso7200-card\"\u003e\n\u003ch2\u003eInstallation \u0026amp; Charging\u003c\/h2\u003e\n\u003cul class=\"oso7200-list\"\u003e\n\u003cli\u003eRecommended installation height: approximately 10–20 ft.\u003c\/li\u003e\n\u003cli\u003eSupplied description lists a 19.7-inch fixed mounting arm.\u003c\/li\u003e\n\u003cli\u003eMount on a suitable wall, street-light pole or wood pole.\u003c\/li\u003e\n\u003cli\u003eRemote \/ motion sensing range listed up to approximately 32.8 ft.\u003c\/li\u003e\n\u003cli\u003ePosition the solar panel in direct, unobstructed sunlight.\u003c\/li\u003e\n\u003cli\u003eAvoid nearby artificial light that may interfere with the day\/night sensor.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"oso7200-table\"\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003e7200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCurrent Listed Output\u003c\/th\u003e\n\u003ctd\u003e100,000 Lumens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeather Rating\u003c\/th\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Coverage\u003c\/th\u003e\n\u003ctd\u003e2,152–2,368 sq. ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Charge Time\u003c\/th\u003e\n\u003ctd\u003e5–6 Hours in Strong Sunlight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Runtime\u003c\/th\u003e\n\u003ctd\u003e12–15 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eControls\u003c\/th\u003e\n\u003ctd\u003eMotion Sensor + Remote + Timer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBrightness\u003c\/th\u003e\n\u003ctd\u003e25% \/ 50% \/ 75% \/ 100%\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTimers\u003c\/th\u003e\n\u003ctd\u003e2H \/ 3H \/ 5H \/ 6H \/ 8H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Height\u003c\/th\u003e\n\u003ctd\u003e10–20 ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003eSolar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-note\"\u003e\n\u003cstrong\u003eSpecification clarification:\u003c\/strong\u003e some older supplier graphics\/text in the original description show legacy values such as \u003cstrong\u003e45,000 lumens\u003c\/strong\u003e, 1,152 LEDs, or other supplier-model specifications. Those original images are preserved for their useful feature and installation illustrations, but the current 7200W listing should be treated as the primary source for the current \u003cstrong\u003e100,000-lumen\u003c\/strong\u003e configuration.\u003c\/div\u003e\n\u003cdiv class=\"oso7200-reco\"\u003e\n\u003cdiv class=\"oso7200-recoicon\"\u003e20'\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eComplete the Installation with the 20-Foot Pole\u003c\/h3\u003e\n\u003cp\u003eFor many commercial parking-lot and roadway installations, pair this fixture with our \u003cstrong\u003e20-foot street light pole\u003c\/strong\u003e. Final footing, anchoring and mounting requirements depend on the site and local conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"oso7200-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003eShop 20-Foot Pole\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-manual\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003e7200W Installation \u0026amp; Operating Manual\u003c\/h3\u003e\n\u003cp\u003eReview the supplied PDF before installation for mounting, remote-control settings and operating guidance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/800LED_Instruction_manual_1.pdf?v=1715889023\" target=\"_blank\" rel=\"noopener\"\u003eView Instruction Manual\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"oso7200-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow bright is the 7200W light?\u003c\/summary\u003e\u003cdiv class=\"oso7200-answer\"\u003eThe current listing is rated at \u003cstrong\u003e100,000 lumens\u003c\/strong\u003e.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat mounting height is recommended?\u003c\/summary\u003e\u003cdiv class=\"oso7200-answer\"\u003eThe supplied description recommends approximately \u003cstrong\u003e10–20 feet\u003c\/strong\u003e.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat pole do you recommend?\u003c\/summary\u003e\u003cdiv class=\"oso7200-answer\"\u003eFor many installations, we recommend the \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\u003cstrong\u003e20-foot street light pole\u003c\/strong\u003e\u003c\/a\u003e. It is sold separately.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow much area can it cover?\u003c\/summary\u003e\u003cdiv class=\"oso7200-answer\"\u003eThe supplied description lists approximately \u003cstrong\u003e2,152–2,368 sq. ft.\u003c\/strong\u003e Actual coverage varies with mounting and site conditions.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes it have motion sensing?\u003c\/summary\u003e\u003cdiv class=\"oso7200-answer\"\u003eYes. Motion Sensor Mode increases brightness when motion is detected and returns to a lower level afterward.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes it operate dusk to dawn?\u003c\/summary\u003e\u003cdiv class=\"oso7200-answer\"\u003eYes. A dusk-to-dawn energy-saving mode is included in the supplied description.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat timer settings are available?\u003c\/summary\u003e\u003cdiv class=\"oso7200-answer\"\u003eThe supplied remote settings list 2H, 3H, 5H, 6H and 8H timers with four brightness levels.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eIs it waterproof?\u003c\/summary\u003e\u003cdiv class=\"oso7200-answer\"\u003eThe supplied product information lists an \u003cstrong\u003eIP65\u003c\/strong\u003e rating.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhere are the instructions?\u003c\/summary\u003e\u003cdiv class=\"oso7200-answer\"\u003eUse the “View Instruction Manual” button above to open the supplied PDF.\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso7200-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e100,000 LUMENS\u003c\/strong\u003eCurrent Listed Output\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e20-FT POLE\u003c\/strong\u003eRecommended Pairing\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e3 MODES\u003c\/strong\u003eMotion • Auto • Timer\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNO GRID WIRING\u003c\/strong\u003eSolar Operation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":44392487387368,"sku":"7200wsl","price":214.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/7200w-commercial-solar-street-light-100000lm-parking-lot-light-dusk-to-dawn-with-remote-2353003.jpg?v=1786734504"},{"product_id":"7000w-solar-street-light-outdoor-100-000-lumens-street-lights-solar-powered-dusk-to-dawn-solar-flood-light-parking-lot-light-with-remote-control","title":"7000W Commercial Solar Street Light Outdoor 135000 Lumens Dusk to Dawn Solar with Remote Control","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET\n   7000W COMMERCIAL SOLAR STREET LIGHT — 10\/10 PRODUCT PAGE\n   SEO + CONVERSION + ALL ORIGINAL DESCRIPTION IMAGES\n   ========================================================= *\/\n.oso7000{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n.oso7000 *{box-sizing:border-box}\n.oso7000 h2,.oso7000 h3{color:#07182f}\n.oso7000 p{color:#5f6b7a;line-height:1.72}\n.oso7000 a{text-decoration:none}\n\n.oso7000-brand{\n  color:#f47721;\n  font-size:14px;\n  font-weight:900;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n.oso7000-title{\n  margin:8px 0 10px;\n  color:#07182f;\n  font-size:42px;\n  line-height:1.08;\n  font-weight:900;\n}\n.oso7000-sub{\n  margin:0 0 14px;\n  color:#07182f;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:800;\n}\n.oso7000-lead{font-size:17px}\n\n.oso7000-badges,.oso7000-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:16px;\n}\n.oso7000-badge,.oso7000-app{\n  padding:8px 12px;\n  border:1px solid #e1e6ed;\n  border-radius:999px;\n  background:#f7f9fc;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:800;\n}\n\n.oso7000-best{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  margin:16px 0 0;\n  padding:9px 13px;\n  border-radius:999px;\n  background:#07182f;\n  color:#fff;\n  font-size:13px;\n  font-weight:900;\n}\n.oso7000-best span{color:#ff9b19}\n\n.oso7000-img{\n  margin:24px 0;\n  border:1px solid #e1e6ed;\n  border-radius:15px;\n  overflow:hidden;\n  background:#fff;\n}\n.oso7000-img img{\n  display:block;\n  width:100%;\n  height:auto;\n}\n\n.oso7000-stats{\n  display:grid;\n  grid-template-columns:repeat(6,1fr);\n  margin:26px 0;\n  border:1px solid #e1e6ed;\n  border-radius:13px;\n  overflow:hidden;\n}\n.oso7000-stat{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e1e6ed;\n}\n.oso7000-stat:last-child{border-right:0}\n.oso7000-stat strong{\n  display:block;\n  color:#07182f;\n  font-size:14px;\n}\n.oso7000-stat span{\n  color:#6b7280;\n  font-size:12px;\n}\n\n.oso7000-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:24px;\n}\n.oso7000-card{\n  padding:24px;\n  border:1px solid #e1e6ed;\n  border-radius:14px;\n  background:#fff;\n}\n.oso7000-card h2{\n  margin:0 0 10px;\n  font-size:23px;\n  font-weight:900;\n}\n.oso7000-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n.oso7000-list li{\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#4b5563;\n  line-height:1.58;\n}\n.oso7000-list li:before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:9px;\n  width:18px;\n  height:18px;\n  border-radius:50%;\n  background:#f47721;\n  color:#fff;\n  text-align:center;\n  line-height:18px;\n  font-size:11px;\n  font-weight:900;\n}\n\n.oso7000-dark{\n  padding:30px;\n  margin:26px 0;\n  border-radius:16px;\n  background:linear-gradient(120deg,#07182f,#0d2747);\n  color:#fff;\n}\n.oso7000-dark h2{\n  margin:0 0 8px;\n  color:#fff;\n  font-size:28px;\n}\n.oso7000-dark p{\n  margin:0 0 18px;\n  color:#dce5ef;\n}\n.oso7000-darkgrid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:10px;\n}\n.oso7000-darkitem{\n  padding:16px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:9px;\n  background:rgba(255,255,255,.05);\n}\n.oso7000-darkitem strong{\n  display:block;\n  color:#ff9b19;\n  font-size:17px;\n}\n.oso7000-darkitem span{\n  color:#e7edf4;\n  font-size:13px;\n}\n\n.oso7000-reco{\n  display:grid;\n  grid-template-columns:68px 1fr auto;\n  gap:18px;\n  align-items:center;\n  margin:26px 0;\n  padding:22px;\n  border:1px solid #ffd2ae;\n  border-radius:14px;\n  background:#fff7ef;\n}\n.oso7000-reco-icon{\n  width:62px;\n  height:62px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:#f47721;\n  color:#fff;\n  font-size:28px;\n  font-weight:900;\n}\n.oso7000-reco h3{\n  margin:0 0 5px;\n  font-size:20px;\n}\n.oso7000-reco p{\n  margin:0;\n  font-size:14.5px;\n}\n.oso7000-btn{\n  display:inline-block;\n  padding:13px 17px;\n  border-radius:8px;\n  background:#f47721;\n  color:#fff!important;\n  font-size:13.5px;\n  font-weight:900;\n  white-space:nowrap;\n}\n\n.oso7000-table{\n  width:100%;\n  border-collapse:collapse;\n}\n.oso7000-table tr{border-bottom:1px solid #e8ecf1}\n.oso7000-table th,.oso7000-table td{\n  padding:9px 5px;\n  text-align:left;\n  vertical-align:top;\n  font-size:14px;\n}\n.oso7000-table th{\n  width:46%;\n  color:#344054;\n  font-weight:800;\n}\n.oso7000-table td{color:#667085}\n\n.oso7000-manual{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:20px;\n  margin:26px 0;\n  padding:24px;\n  border:1px solid #e1e6ed;\n  border-radius:14px;\n  background:#f7f9fc;\n}\n.oso7000-manual h3{\n  margin:0 0 4px;\n  font-size:20px;\n}\n.oso7000-manual p{\n  margin:0;\n  font-size:14px;\n}\n.oso7000-manual a{\n  padding:12px 17px;\n  border-radius:8px;\n  background:#07182f;\n  color:#fff!important;\n  font-weight:900;\n  white-space:nowrap;\n}\n\n.oso7000-note{\n  margin:20px 0;\n  padding:18px 20px;\n  border-left:4px solid #f47721;\n  border-radius:9px;\n  background:#fff8f2;\n}\n.oso7000-note strong{color:#07182f}\n\n.oso7000-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n.oso7000-faq details{\n  border:1px solid #e1e6ed;\n  border-radius:9px;\n  background:#fff;\n  overflow:hidden;\n}\n.oso7000-faq summary{\n  cursor:pointer;\n  padding:15px 16px;\n  color:#07182f;\n  font-size:14.5px;\n  font-weight:800;\n}\n.oso7000-answer{\n  padding:0 16px 16px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.oso7000-trust{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  margin-top:24px;\n  overflow:hidden;\n  border-radius:11px;\n  background:#07182f;\n}\n.oso7000-trust div{\n  padding:16px 8px;\n  text-align:center;\n  color:#dce5ef;\n  font-size:12px;\n}\n.oso7000-trust strong{\n  display:block;\n  color:#ff9b19;\n  font-size:13.5px;\n}\n\n@media(max-width:800px){\n  .oso7000-stats{grid-template-columns:repeat(3,1fr)}\n  .oso7000-darkgrid{grid-template-columns:1fr 1fr}\n  .oso7000-reco{grid-template-columns:60px 1fr}\n  .oso7000-reco .oso7000-btn{grid-column:1\/-1;text-align:center}\n}\n@media(max-width:650px){\n  .oso7000{padding:16px 10px 36px}\n  .oso7000-title{font-size:30px}\n  .oso7000-sub{font-size:18px}\n  .oso7000-grid,.oso7000-faq{grid-template-columns:1fr}\n  .oso7000-stats{grid-template-columns:1fr 1fr}\n  .oso7000-dark{padding:24px 18px}\n  .oso7000-manual{flex-direction:column;align-items:flex-start}\n  .oso7000-manual a{width:100%;text-align:center}\n  .oso7000-trust{grid-template-columns:1fr 1fr}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"oso7000\"\u003e\n\n  \u003cdiv class=\"oso7000-brand\"\u003eCOMMERCIAL SOLAR STREET LIGHT\u003c\/div\u003e\n  \u003ch2 class=\"oso7000-title\"\u003e7000W Commercial Solar Street Light Outdoor\u003c\/h2\u003e\n  \u003ch3 class=\"oso7000-sub\"\u003e135,000 Lumens • Dusk-to-Dawn • Remote Control • High-Output Parking Lot \u0026amp; Area Lighting\u003c\/h3\u003e\n\n  \u003cp class=\"oso7000-lead\"\u003e\n    Built for customers who need powerful, wire-free outdoor illumination, this\n    \u003cstrong\u003e7000W Commercial Solar Street Light\u003c\/strong\u003e is designed for parking lots, streets,\n    private roads, commercial properties, farms, campuses, yards, warehouses and large outdoor spaces.\n    The listing is rated at \u003cstrong\u003e135,000 lumens\u003c\/strong\u003e and combines high-output LEDs,\n    solar charging, automatic dusk-to-dawn operation and remote-controlled lighting modes in one commercial-style fixture.\n  \u003c\/p\u003e\n\n  \u003cp class=\"oso7000-lead\"\u003e\n    With no trenching or utility wiring required for normal solar operation, this fixture is a strong choice for\n    new installations, retrofit projects and remote areas where conventional electrical infrastructure would be costly or difficult to add.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"oso7000-badges\"\u003e\n    \u003cspan class=\"oso7000-badge\"\u003e135,000 Lumens\u003c\/span\u003e\n    \u003cspan class=\"oso7000-badge\"\u003e7000W Model\u003c\/span\u003e\n    \u003cspan class=\"oso7000-badge\"\u003eDusk-to-Dawn\u003c\/span\u003e\n    \u003cspan class=\"oso7000-badge\"\u003eRemote Control\u003c\/span\u003e\n    \u003cspan class=\"oso7000-badge\"\u003eCommercial Outdoor Use\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-best\"\u003e\n\u003cspan\u003e★\u003c\/span\u003e BEST SELLER • HIGH-TRAFFIC GOOGLE PRODUCT\u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\" alt=\"7000W commercial solar street light color and lighting overview\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-img\"\u003e\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8616d6bc-bd2d-4f7d-85fe-e2beb1e70f86.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"7000W commercial solar street light product specifications\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-stats\"\u003e\n    \u003cdiv class=\"oso7000-stat\"\u003e\n\u003cstrong\u003e135,000 lm\u003c\/strong\u003e\u003cspan\u003eListed brightness\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"oso7000-stat\"\u003e\n\u003cstrong\u003e7000W\u003c\/strong\u003e\u003cspan\u003eModel designation\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"oso7000-stat\"\u003e\n\u003cstrong\u003eDusk-to-Dawn\u003c\/strong\u003e\u003cspan\u003eAutomatic operation\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"oso7000-stat\"\u003e\n\u003cstrong\u003eRemote\u003c\/strong\u003e\u003cspan\u003eLighting control\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"oso7000-stat\"\u003e\n\u003cstrong\u003eSolar\u003c\/strong\u003e\u003cspan\u003eNo utility wiring\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"oso7000-stat\"\u003e\n\u003cstrong\u003eCommercial\u003c\/strong\u003e\u003cspan\u003eLarge-area use\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-reco\"\u003e\n    \u003cdiv class=\"oso7000-reco-icon\"\u003e20'\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003eRecommended Pairing: 20-Foot Commercial Street Light Pole\u003c\/h3\u003e\n      \u003cp\u003e\n        For many parking lot, roadway and large-property installations, we recommend pairing this fixture with our\n        \u003cstrong\u003e20-foot commercial street light pole\u003c\/strong\u003e. Mounting height, foundation design and final spacing should be selected for your specific site and local requirements.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"oso7000-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003eView 20-Foot Pole\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-img\"\u003e\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/426e4953-6154-4c3d-ab7d-53b8ee223309.__CR0,0,970,300_PT0_SX970_V1___.jpg\" alt=\"7000W solar motion sensor street light outdoor application\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-grid\"\u003e\n    \u003cdiv class=\"oso7000-card\"\u003e\n      \u003ch2\u003eWhy This 7000W Solar Street Light Stands Out\u003c\/h2\u003e\n      \u003cul class=\"oso7000-list\"\u003e\n        \u003cli\u003eHigh-output commercial solar street light rated at 135,000 lumens\u003c\/li\u003e\n        \u003cli\u003eDesigned for large outdoor areas where dependable nighttime visibility matters\u003c\/li\u003e\n        \u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n        \u003cli\u003eRemote-control functionality for convenient operation\u003c\/li\u003e\n        \u003cli\u003eIntegrated LED and solar charging system\u003c\/li\u003e\n        \u003cli\u003eNo trenching or grid wiring required for normal solar operation\u003c\/li\u003e\n        \u003cli\u003eSuitable for new installations and remote properties\u003c\/li\u003e\n        \u003cli\u003eDesigned for year-round outdoor use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso7000-card\"\u003e\n      \u003ch2\u003eIdeal Applications\u003c\/h2\u003e\n      \u003cdiv class=\"oso7000-apps\"\u003e\n        \u003cspan class=\"oso7000-app\"\u003eParking Lots\u003c\/span\u003e\n        \u003cspan class=\"oso7000-app\"\u003ePrivate Roads\u003c\/span\u003e\n        \u003cspan class=\"oso7000-app\"\u003eCommercial Properties\u003c\/span\u003e\n        \u003cspan class=\"oso7000-app\"\u003eWarehouses\u003c\/span\u003e\n        \u003cspan class=\"oso7000-app\"\u003eFarms \u0026amp; Ranches\u003c\/span\u003e\n        \u003cspan class=\"oso7000-app\"\u003eSchools\u003c\/span\u003e\n        \u003cspan class=\"oso7000-app\"\u003eCampuses\u003c\/span\u003e\n        \u003cspan class=\"oso7000-app\"\u003eYards\u003c\/span\u003e\n        \u003cspan class=\"oso7000-app\"\u003eParks\u003c\/span\u003e\n        \u003cspan class=\"oso7000-app\"\u003ePerimeter Lighting\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-img\"\u003e\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a775f470-26fb-443d-bc15-900750b64b3b.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"7000W LED solar parking lot light\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-dark\"\u003e\n    \u003ch2\u003eSolar-Powered Commercial Lighting Without the Utility Bill\u003c\/h2\u003e\n    \u003cp\u003e\n      The integrated solar design stores energy during daylight hours and automatically uses that stored power after dark.\n      For best performance, install the fixture where the solar panel receives strong, unobstructed sunlight throughout the day.\n    \u003c\/p\u003e\n    \u003cdiv class=\"oso7000-darkgrid\"\u003e\n      \u003cdiv class=\"oso7000-darkitem\"\u003e\n\u003cstrong\u003e135,000 lm\u003c\/strong\u003e\u003cspan\u003eHigh-output illumination\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"oso7000-darkitem\"\u003e\n\u003cstrong\u003eAuto On\/Off\u003c\/strong\u003e\u003cspan\u003eDusk-to-dawn operation\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"oso7000-darkitem\"\u003e\n\u003cstrong\u003eRemote Control\u003c\/strong\u003e\u003cspan\u003eConvenient settings\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"oso7000-darkitem\"\u003e\n\u003cstrong\u003eZero Grid Power\u003c\/strong\u003e\u003cspan\u003eNormal solar operation\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-img\"\u003e\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2980a122-0082-4cbe-8a41-98980d22f87d.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"7000W solar street light charging and installation guidance\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-card\"\u003e\n    \u003ch2\u003eCharging \u0026amp; Installation Tips\u003c\/h2\u003e\n    \u003cul class=\"oso7000-list\"\u003e\n      \u003cli\u003eFor first use, allow the fixture to receive an extended full-sun charge before relying on all-night performance.\u003c\/li\u003e\n      \u003cli\u003eInstall the solar panel where it receives direct sunlight without shade from trees, walls, roofs or other obstructions.\u003c\/li\u003e\n      \u003cli\u003eCloudy or rainy conditions can increase charging time and reduce available nighttime runtime.\u003c\/li\u003e\n      \u003cli\u003eKeep the solar panel clean and free from dust, leaves and debris to maintain charging efficiency.\u003c\/li\u003e\n      \u003cli\u003eIf a charging indicator is active, the light may remain off because the built-in light sensor detects daytime charging conditions.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-img\"\u003e\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/134d7a31-3914-4d72-ae82-0522693c2f55.__CR0,0,970,300_PT0_SX970_V1___.jpg\" alt=\"7000W LED solar street light features\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-grid\"\u003e\n    \u003cdiv class=\"oso7000-card\"\u003e\n      \u003ch2\u003eProduct Information\u003c\/h2\u003e\n      \u003ctable class=\"oso7000-table\"\u003e\n        \u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eCommercial Solar Street \/ Parking Lot Light\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eModel Designation\u003c\/th\u003e\n\u003ctd\u003e7000W\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eListed Brightness\u003c\/th\u003e\n\u003ctd\u003e135,000 Lumens\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003eSolar\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eOperation\u003c\/th\u003e\n\u003ctd\u003eAutomatic Dusk-to-Dawn\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eControl\u003c\/th\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eLighting Type\u003c\/th\u003e\n\u003ctd\u003eLED\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eLarge Outdoor \/ Commercial Areas\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso7000-card\"\u003e\n      \u003ch2\u003eImportant Specification Note\u003c\/h2\u003e\n      \u003cp\u003e\n        Some of the older supplier graphics included in the original description show legacy values such as\n        \u003cstrong\u003e100,000 lumens\u003c\/strong\u003e, \u003cstrong\u003eIP65\u003c\/strong\u003e, and supplier-specific battery\/LED specifications.\n        The current product title and listing should be treated as the primary source for the current 7000W product configuration.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        We preserved the original images because they contain useful installation and feature information,\n        but customers should rely on the current product listing for final model specifications.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/IMG_4924.png?v=1753815660\" alt=\"7000W commercial solar street light detailed product image\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-card\"\u003e\n    \u003ch2\u003eCommercial-Grade Construction\u003c\/h2\u003e\n    \u003cul class=\"oso7000-list\"\u003e\n      \u003cli\u003eHeavy-duty outdoor light housing\u003c\/li\u003e\n      \u003cli\u003eDesigned for rain, heat and changing outdoor conditions\u003c\/li\u003e\n      \u003cli\u003eHigh-output LED configuration for large-area lighting\u003c\/li\u003e\n      \u003cli\u003eLarge integrated solar charging surface\u003c\/li\u003e\n      \u003cli\u003eWire-free installation helps reduce trenching and electrical infrastructure costs\u003c\/li\u003e\n      \u003cli\u003eSuitable for commercial, municipal-style, agricultural and large residential applications\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-img\"\u003e\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4bf1d7d9-15e5-43c6-ad43-698a798c41de.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"7000W solar powered street light outdoor use\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-reco\"\u003e\n    \u003cdiv class=\"oso7000-reco-icon\"\u003e20'\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003eComplete the Installation with the Recommended 20-Foot Pole\u003c\/h3\u003e\n      \u003cp\u003e\n        The street light fixture and pole are sold separately. For a complete commercial-style installation,\n        add the \u003cstrong\u003e20-foot street light pole\u003c\/strong\u003e unless your project already has a compatible pole or requires a different mounting height.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"oso7000-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003eShop 20-Foot Pole\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-manual\"\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003e7000W Installation \u0026amp; Operating Manual\u003c\/h3\u003e\n      \u003cp\u003e\n        Review the instruction PDF before installation for mounting, charging, remote-control and operating guidance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/7000w.pdf?v=1769101651\" target=\"_blank\" rel=\"noopener\"\u003eView Instruction Manual\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-note\"\u003e\n    \u003cstrong\u003eInstallation reminder:\u003c\/strong\u003e\n    final pole height, spacing, footing, anchor method and foundation design should be appropriate for your specific property,\n    wind conditions, soil conditions and applicable local requirements.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-card\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"oso7000-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow bright is the 7000W solar street light?\u003c\/summary\u003e\n        \u003cdiv class=\"oso7000-answer\"\u003e\n          The current product listing is rated at \u003cstrong\u003e135,000 lumens\u003c\/strong\u003e.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it turn on automatically?\u003c\/summary\u003e\n        \u003cdiv class=\"oso7000-answer\"\u003e\n          Yes. The product is designed for automatic dusk-to-dawn operation.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it include a remote control?\u003c\/summary\u003e\n        \u003cdiv class=\"oso7000-answer\"\u003e\n          Yes. Remote-control functionality is included in the current product offering.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat pole do you recommend?\u003c\/summary\u003e\n        \u003cdiv class=\"oso7000-answer\"\u003e\n          For many commercial parking lot and large-property applications, we recommend our\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\u003cstrong\u003e20-foot commercial street light pole\u003c\/strong\u003e\u003c\/a\u003e.\n          Final mounting height should be selected for your specific site.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the 20-foot pole come with the light?\u003c\/summary\u003e\n        \u003cdiv class=\"oso7000-answer\"\u003e\n          No. The 20-foot pole is a separate recommended accessory unless your product bundle specifically states otherwise.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the light charge on cloudy days?\u003c\/summary\u003e\n        \u003cdiv class=\"oso7000-answer\"\u003e\n          Yes, but charging is typically slower under cloudy conditions and available nighttime runtime may be reduced.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhy might the light stay off while charging?\u003c\/summary\u003e\n        \u003cdiv class=\"oso7000-answer\"\u003e\n          The built-in light sensor is designed to keep the fixture off during daylight\/charging conditions.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere should the solar panel be positioned?\u003c\/summary\u003e\n        \u003cdiv class=\"oso7000-answer\"\u003e\n          Position it where it receives strong direct sunlight with minimal shade from buildings, trees or other obstructions.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere can I find the installation instructions?\u003c\/summary\u003e\n        \u003cdiv class=\"oso7000-answer\"\u003e\n          Use the \u003cstrong\u003eView Instruction Manual\u003c\/strong\u003e button above to open the supplied 7000W PDF.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this suitable for commercial properties?\u003c\/summary\u003e\n        \u003cdiv class=\"oso7000-answer\"\u003e\n          Yes. It is intended for large outdoor areas such as parking lots, private roads, farms, schools, campuses, yards and commercial properties.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso7000-trust\"\u003e\n    \u003cdiv\u003e\n\u003cstrong\u003eBEST SELLER\u003c\/strong\u003ePopular Commercial Model\u003c\/div\u003e\n    \u003cdiv\u003e\n\u003cstrong\u003e135,000 LUMENS\u003c\/strong\u003eHigh-Output Lighting\u003c\/div\u003e\n    \u003cdiv\u003e\n\u003cstrong\u003e20-FT POLE\u003c\/strong\u003eRecommended Pairing\u003c\/div\u003e\n    \u003cdiv\u003e\n\u003cstrong\u003eNO GRID WIRING\u003c\/strong\u003eSolar-Powered Operation\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":44602973487336,"sku":"1000W-ss","price":199.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/7000w-commercial-solar-street-light-outdoor-135000-lumens-dusk-to-dawn-solar-with-remote-control-6094539.jpg?v=1786734503"},{"product_id":"4600w-commercial-solar-street-lights-6000k-dusk-to-dawn-solar-flood-light-with-remote-and-motion-sensor","title":"2 Pack 4600W Solar Street Lights Outdoor 190000 Lumens Dusk to Dawn With Remote and Motion Sensor","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA 4600W COMMERCIAL SOLAR STREET LIGHT\n   190,000 LUMENS | 1120 LED | 240° COVERAGE\n   OUTDOOR SOLAR OUTLET\n   ========================================================= *\/\n\n.lx4600{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lx4600 *{\n  box-sizing:border-box;\n}\n\n.lx4600 img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lx4600 a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.lx4600-hero{\n  display:grid;\n  grid-template-columns:1.05fr .95fr;\n  gap:34px;\n  align-items:center;\n  margin-bottom:24px;\n}\n\n.lx4600-hero-media{\n  overflow:hidden;\n  border:1px solid #e2e7ed;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lx4600-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lx4600-eyebrow{\n  margin-bottom:8px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lx4600-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lx4600-sub{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lx4600-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lx4600-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lx4600-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.lx4600-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lx4600-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lx4600-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lx4600-specbar{\n  display:grid;\n  grid-template-columns:repeat(6,1fr);\n  margin-bottom:28px;\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx4600-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lx4600-spec:last-child{\n  border-right:0;\n}\n\n.lx4600-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lx4600-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lx4600-section{\n  margin-bottom:25px;\n}\n\n.lx4600-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lx4600-heading:after,\n.lx4600-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lx4600-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGE *\/\n\n.lx4600-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lx4600-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx4600-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lx4600-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx4600-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* DARK SECTION *\/\n\n.lx4600-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lx4600-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lx4600-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lx4600-darkgrid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lx4600-darkitem{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lx4600-darkitem strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lx4600-darkitem span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* FEATURES *\/\n\n.lx4600-four{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n  margin-bottom:25px;\n}\n\n.lx4600-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx4600-feature-img{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:12px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.lx4600-feature-copy{\n  padding:17px;\n}\n\n.lx4600-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:17px;\n  font-weight:800;\n}\n\n.lx4600-feature p{\n  margin:0;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.6;\n}\n\n\/* TWO COLUMN *\/\n\n.lx4600-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lx4600-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx4600-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx4600-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lx4600-list li{\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#475467;\n  font-size:14.5px;\n  line-height:1.52;\n}\n\n.lx4600-list li:before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:8px;\n  width:18px;\n  height:18px;\n  line-height:18px;\n  text-align:center;\n  border-radius:50%;\n  background:#f5a300;\n  color:#fff;\n  font-size:11px;\n  font-weight:900;\n}\n\n\/* TABLE *\/\n\n.lx4600-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.lx4600-table tr{\n  border-bottom:1px solid #e9edf1;\n}\n\n.lx4600-table tr:last-child{\n  border-bottom:0;\n}\n\n.lx4600-table th,\n.lx4600-table td{\n  padding:10px 5px;\n  text-align:left;\n  vertical-align:top;\n  font-size:14px;\n  line-height:1.45;\n}\n\n.lx4600-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.lx4600-table td{\n  color:#5b6472;\n}\n\n\/* POLE *\/\n\n.lx4600-pole{\n  display:grid;\n  grid-template-columns:1.25fr .75fr;\n  gap:25px;\n  align-items:center;\n  padding:30px;\n  margin-bottom:25px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0c3159);\n}\n\n.lx4600-rec{\n  display:inline-block;\n  margin-bottom:10px;\n  padding:6px 10px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:11px;\n  font-weight:850;\n}\n\n.lx4600-pole h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  line-height:1.2;\n}\n\n.lx4600-pole p{\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.7;\n}\n\n.lx4600-pole-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n  margin-bottom:19px;\n}\n\n.lx4600-pole-pills span{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  color:#e7edf5;\n  font-size:11.5px;\n}\n\n.lx4600-btn{\n  display:inline-block;\n  padding:13px 18px;\n  border-radius:7px;\n  background:#f5a300;\n  color:#111827 !important;\n  text-decoration:none !important;\n  font-size:13.5px;\n  font-weight:850;\n}\n\n\/* APPLICATIONS *\/\n\n.lx4600-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lx4600-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* VIDEO *\/\n\n.lx4600-video{\n  overflow:hidden;\n  margin-bottom:25px;\n  border-radius:15px;\n  background:#07182e;\n}\n\n.lx4600-video-head{\n  padding:22px 24px 0;\n}\n\n.lx4600-video-head h2{\n  margin:0 0 7px;\n  color:#fff;\n  font-size:24px;\n}\n\n.lx4600-video-head p{\n  margin:0 0 18px;\n  color:#d6e0eb;\n  font-size:14px;\n  line-height:1.6;\n}\n\n.lx4600-video-wrap{\n  position:relative;\n  width:100%;\n  height:0;\n  padding-bottom:56.25%;\n}\n\n.lx4600-video-wrap iframe{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* MANUAL *\/\n\n.lx4600-manual{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:25px;\n  margin-bottom:25px;\n  padding:28px 30px;\n  border:1px solid #e1e6ec;\n  border-radius:15px;\n  background:#f8f9fb;\n}\n\n.lx4600-manual-copy{\n  max-width:760px;\n}\n\n.lx4600-manual-label{\n  display:inline-block;\n  margin-bottom:9px;\n  padding:6px 10px;\n  border-radius:999px;\n  background:#07182e;\n  color:#fff;\n  font-size:11px;\n  font-weight:850;\n  letter-spacing:.4px;\n}\n\n.lx4600-manual h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:24px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lx4600-manual p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.65;\n}\n\n.lx4600-manual-btn{\n  display:inline-block;\n  flex-shrink:0;\n  padding:14px 20px;\n  border-radius:7px;\n  background:#f5a300;\n  color:#111827 !important;\n  text-decoration:none !important;\n  font-size:13.5px;\n  font-weight:850;\n}\n\n\/* FAQ *\/\n\n.lx4600-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lx4600-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lx4600-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lx4600-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lx4600-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lx4600-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lx4600-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lx4600-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.lx4600-trust{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n  margin-top:25px;\n  overflow:hidden;\n  border-radius:12px;\n  background:#07182e;\n}\n\n.lx4600-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lx4600-trust div:last-child{\n  border-right:0;\n}\n\n.lx4600-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* RESPONSIVE *\/\n\n@media(max-width:900px){\n\n  .lx4600-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lx4600-four{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx4600-darkgrid{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n@media(max-width:680px){\n\n  .lx4600{\n    padding:15px 10px 35px;\n  }\n\n  .lx4600-hero,\n  .lx4600-two,\n  .lx4600-pole{\n    grid-template-columns:1fr;\n  }\n\n  .lx4600-title{\n    font-size:30px;\n  }\n\n  .lx4600-sub{\n    font-size:19px;\n  }\n\n  .lx4600-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx4600-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx4600-four{\n    grid-template-columns:1fr;\n  }\n\n  .lx4600-dark{\n    padding:24px 18px;\n  }\n\n  .lx4600-darkgrid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx4600-card{\n    padding:21px 17px;\n  }\n\n  .lx4600-manual{\n    flex-direction:column;\n    align-items:flex-start;\n    padding:22px 18px;\n  }\n\n  .lx4600-manual-btn{\n    width:100%;\n    text-align:center;\n  }\n\n  .lx4600-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lx4600-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"lx4600\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"lx4600-hero\"\u003e\n\u003cdiv class=\"lx4600-hero-media\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/35d8dc2c-aae4-4c39-b31a-976a77775ea9.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"LumenXUSA 4600W commercial solar street light 190000 lumens parking lot lighting\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"lx4600-brand\"\u003eLUMENXUSA\u003c\/div\u003e\n\u003cdiv class=\"lx4600-eyebrow\"\u003eCOMMERCIAL HIGH-OUTPUT SOLAR STREET LIGHT\u003c\/div\u003e\n\u003ch2 class=\"lx4600-title\"\u003eLumenXUSA 4600W Commercial Solar Street Light\u003c\/h2\u003e\n\u003ch3 class=\"lx4600-sub\"\u003e190,000 Lumens • 1120 LEDs • 240° Wide Coverage • Motion Sensor • Remote Control\u003c\/h3\u003e\n\u003cp class=\"lx4600-text\"\u003eIlluminate large outdoor areas without trenching, electrical wiring or monthly electricity costs with the \u003cstrong\u003eLumenXUSA 4600W Commercial Solar Street Light\u003c\/strong\u003e. Designed for parking lots, streets, roadways, commercial properties, farms, schools and large residential areas, this high-output fixture delivers up to \u003cstrong\u003e190,000 lumens\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"lx4600-text\"\u003eThe upgraded three-way lighting design uses \u003cstrong\u003e1120 high-efficiency LED beads\u003c\/strong\u003e and a \u003cstrong\u003e240° wide-angle beam\u003c\/strong\u003e to illuminate up to approximately \u003cstrong\u003e3,300 square feet\u003c\/strong\u003e while helping reduce dark areas.\u003c\/p\u003e\n\u003cdiv class=\"lx4600-pills\"\u003e\n\u003cspan class=\"lx4600-pill\"\u003eLumenXUSA\u003c\/span\u003e \u003cspan class=\"lx4600-pill\"\u003e4600W Model\u003c\/span\u003e \u003cspan class=\"lx4600-pill\"\u003e190,000 Lumens\u003c\/span\u003e \u003cspan class=\"lx4600-pill\"\u003e1120 LEDs\u003c\/span\u003e \u003cspan class=\"lx4600-pill\"\u003e240° Coverage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BEST SELLER --\u003e\n\u003csection class=\"lx4600-best\"\u003e\u003cstrong\u003eBEST SELLER\u003c\/strong\u003e \u003cspan\u003e One of our popular commercial solar street-lighting solutions for customers who need powerful wide-area illumination, intelligent controls and independent solar operation without traditional electrical infrastructure. \u003c\/span\u003e\u003c\/section\u003e\n\u003c!-- QUICK SPECS --\u003e\n\u003csection class=\"lx4600-specbar\"\u003e\n\u003cdiv class=\"lx4600-spec\"\u003e\n\u003cstrong\u003e4600W\u003c\/strong\u003e \u003cspan\u003eModel designation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-spec\"\u003e\n\u003cstrong\u003e190,000 lm\u003c\/strong\u003e \u003cspan\u003eListed output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-spec\"\u003e\n\u003cstrong\u003e1120 LEDs\u003c\/strong\u003e \u003cspan\u003eLED array\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-spec\"\u003e\n\u003cstrong\u003e240°\u003c\/strong\u003e \u003cspan\u003eWide coverage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-spec\"\u003e\n\u003cstrong\u003e20,000mAh\u003c\/strong\u003e \u003cspan\u003eBattery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-spec\"\u003e\n\u003cstrong\u003eIP66\u003c\/strong\u003e \u003cspan\u003eWeather protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE --\u003e\n\u003csection class=\"lx4600-wide\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0961ce8f-0af5-463a-9670-ff8cabf0e262.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"LumenXUSA commercial solar street light outdoor parking lot\"\u003e\n\u003cdiv class=\"lx4600-wide-copy\"\u003e\n\u003ch2\u003eCommercial Solar Lighting Without Utility Power\u003c\/h2\u003e\n\u003cp\u003eSolar-powered operation allows the fixture to collect energy during daylight and illuminate outdoor areas after dark without underground electrical wiring or recurring utility electricity consumption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERFORMANCE --\u003e\n\u003csection class=\"lx4600-dark\"\u003e\n\u003ch2\u003ePowerful 240° Wide-Area Illumination\u003c\/h2\u003e\n\u003cp\u003eThe three-way lighting configuration expands illumination laterally, making the 4600W model suitable for properties where broader coverage is more important than a narrow forward-facing beam.\u003c\/p\u003e\n\u003cdiv class=\"lx4600-darkgrid\"\u003e\n\u003cdiv class=\"lx4600-darkitem\"\u003e\n\u003cstrong\u003e190,000 lm\u003c\/strong\u003e \u003cspan\u003eListed high-output illumination.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-darkitem\"\u003e\n\u003cstrong\u003e240°\u003c\/strong\u003e \u003cspan\u003eExtra-wide lighting pattern.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-darkitem\"\u003e\n\u003cstrong\u003e3,300 sq.ft.\u003c\/strong\u003e \u003cspan\u003eListed maximum coverage area.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-darkitem\"\u003e\n\u003cstrong\u003e6500K\u003c\/strong\u003e \u003cspan\u003eDaylight-white light output.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE --\u003e\n\u003csection class=\"lx4600-wide\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/641b0354-0e15-4b95-853c-f879b73527f4.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"LumenXUSA 4600W solar parking lot light wide coverage\"\u003e\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"lx4600-section\"\u003e\n\u003ch2 class=\"lx4600-heading\"\u003eEngineered for Commercial Outdoor Lighting\u003c\/h2\u003e\n\u003cp class=\"lx4600-lead\"\u003eHigh-output LED technology, solar charging, intelligent controls and durable outdoor construction combine in one wire-free lighting system.\u003c\/p\u003e\n\u003cdiv class=\"lx4600-four\"\u003e\n\u003cdiv class=\"lx4600-feature\"\u003e\n\u003cdiv class=\"lx4600-feature-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ce0177e4-0a28-45c3-9188-a49e184ca355.__CR0,0,300,225_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA high output LED solar street light\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx4600-feature-copy\"\u003e\n\u003ch3\u003eHigh-Output LEDs\u003c\/h3\u003e\n\u003cp\u003eHigh-efficiency LED beads provide strong and evenly distributed outdoor illumination for large areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-feature\"\u003e\n\u003cdiv class=\"lx4600-feature-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6ad4e13b-25c7-426d-83c1-daec57206129.__CR0,0,300,225_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA solar street light battery indicator\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx4600-feature-copy\"\u003e\n\u003ch3\u003eBattery Indicator\u003c\/h3\u003e\n\u003cp\u003eFive power-indicator levels make it easier to monitor available stored battery energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-feature\"\u003e\n\u003cdiv class=\"lx4600-feature-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2f5c76de-9e7d-477e-8574-d576509511e9.__CR0,0,300,225_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA commercial solar street light solar panel\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx4600-feature-copy\"\u003e\n\u003ch3\u003eSolar Charging\u003c\/h3\u003e\n\u003cp\u003eHigh-efficiency solar-panel technology collects daylight energy for independent nighttime operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-feature\"\u003e\n\u003cdiv class=\"lx4600-feature-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/94e58a46-6813-4f07-a5e9-eb1954f766e0.__CR0,0,300,225_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA commercial solar street light outdoor construction\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx4600-feature-copy\"\u003e\n\u003ch3\u003eOutdoor Construction\u003c\/h3\u003e\n\u003cp\u003eDesigned for permanent exterior installations with resistance to weather exposure and changing temperatures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BATTERY + SOLAR --\u003e\n\u003csection class=\"lx4600-two\"\u003e\n\u003cdiv class=\"lx4600-card\"\u003e\n\u003ch2\u003e20,000mAh Battery System\u003c\/h2\u003e\n\u003cul class=\"lx4600-list\"\u003e\n\u003cli\u003e3.2V \/ 20,000mAh listed battery capacity\u003c\/li\u003e\n\u003cli\u003eStores solar energy collected during daylight\u003c\/li\u003e\n\u003cli\u003eListed runtime of approximately 15–24 hours\u003c\/li\u003e\n\u003cli\u003eRuntime varies by brightness mode and solar conditions\u003c\/li\u003e\n\u003cli\u003eMotion sensing can help conserve battery energy\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-card\"\u003e\n\u003ch2\u003eZero Utility Electricity Cost\u003c\/h2\u003e\n\u003cul class=\"lx4600-list\"\u003e\n\u003cli\u003eSolar-powered normal operation\u003c\/li\u003e\n\u003cli\u003eNo underground electrical wiring required\u003c\/li\u003e\n\u003cli\u003eNo conventional utility connection required\u003c\/li\u003e\n\u003cli\u003eUseful for remote and difficult-to-wire locations\u003c\/li\u003e\n\u003cli\u003eBest performance requires strong direct sunlight\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE --\u003e\n\u003csection class=\"lx4600-wide\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5ed7bdb0-202d-40a4-9853-06ae15bfc73b.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"LumenXUSA 4600W solar street light commercial outdoor lighting\"\u003e\u003c\/section\u003e\n\u003c!-- SMART CONTROL --\u003e\n\u003csection class=\"lx4600-dark\"\u003e\n\u003ch2\u003eThree Intelligent Lighting Modes\u003c\/h2\u003e\n\u003cp\u003eUse the included remote control to choose the operating behavior that best fits the property, traffic level and desired battery conservation.\u003c\/p\u003e\n\u003cdiv class=\"lx4600-darkgrid\"\u003e\n\u003cdiv class=\"lx4600-darkitem\"\u003e\n\u003cstrong\u003eMotion Sensor\u003c\/strong\u003e \u003cspan\u003eResponds automatically when activity is detected.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-darkitem\"\u003e\n\u003cstrong\u003eTimed Mode\u003c\/strong\u003e \u003cspan\u003e2H \/ 3H \/ 5H \/ 6H \/ 8H settings.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-darkitem\"\u003e\n\u003cstrong\u003eAlways On\u003c\/strong\u003e \u003cspan\u003eContinuous illumination option.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-darkitem\"\u003e\n\u003cstrong\u003e30–100%\u003c\/strong\u003e \u003cspan\u003eAdjustable brightness range.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REMOTE --\u003e\n\u003csection class=\"lx4600-wide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/Untitled_design.jpg_1.jpg?v=1735244770\" alt=\"LumenXUSA 4600W solar street light remote control\"\u003e\n\u003cdiv class=\"lx4600-wide-copy\"\u003e\n\u003ch2\u003eControl the Light from Ground Level\u003c\/h2\u003e\n\u003cp\u003eThe included remote allows you to adjust brightness, select motion sensing, choose timer settings and change operating modes without accessing the elevated fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATION IMAGE --\u003e\n\u003csection class=\"lx4600-wide\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/dbaebb85-aa88-442e-b400-0e7b28b0a5d6.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"LumenXUSA solar street light roads parking lots commercial properties\"\u003e\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection class=\"lx4600-card lx4600-section\"\u003e\n\u003ch2\u003eIdeal for Commercial, Municipal \u0026amp; Residential Properties\u003c\/h2\u003e\n\u003cdiv class=\"lx4600-apps\"\u003e\n\u003cspan class=\"lx4600-app\"\u003eParking Lots\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eStreets\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eRoadways\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eDriveways\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eCommercial Properties\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eWarehouses\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eSchools\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eHOAs\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eFarms\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eRanches\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eBasketball Courts\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eLarge Yards\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eSecurity Lighting\u003c\/span\u003e \u003cspan class=\"lx4600-app\"\u003eIndustrial Areas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003csection class=\"lx4600-section\"\u003e\n\u003ch2 class=\"lx4600-heading\"\u003eWall Mount or Pole Mount Installation\u003c\/h2\u003e\n\u003cp class=\"lx4600-lead\"\u003eThe LumenXUSA 4600W can be installed on a suitable wall or compatible pole. Pole installations support diameters from approximately 1.5 inches to 4 inches.\u003c\/p\u003e\n\u003cdiv class=\"lx4600-two\"\u003e\n\u003cdiv class=\"lx4600-card\"\u003e\n\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6332a454-a61a-4207-baf5-82faa7a72579.__CR0,0,650,350_PT0_SX650_V1___.jpg\" alt=\"LumenXUSA 4600W solar street light wall installation\"\u003e\n\u003ch2 style=\"margin-top: 18px;\"\u003eWall Mounting\u003c\/h2\u003e\n\u003cul class=\"lx4600-list\"\u003e\n\u003cli\u003ePosition mounting arm on a suitable wall\u003c\/li\u003e\n\u003cli\u003eMark and drill mounting holes\u003c\/li\u003e\n\u003cli\u003eInstall and secure mounting hardware\u003c\/li\u003e\n\u003cli\u003eAttach mounting arm\u003c\/li\u003e\n\u003cli\u003eSecure the solar light to the bracket\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-card\"\u003e\n\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1808cb2a-7e95-4b52-ac8d-f14cd27eaa21.__CR0,0,650,350_PT0_SX650_V1___.jpg\" alt=\"LumenXUSA 4600W solar street light pole installation\"\u003e\n\u003ch2 style=\"margin-top: 18px;\"\u003ePole Mounting\u003c\/h2\u003e\n\u003cul class=\"lx4600-list\"\u003e\n\u003cli\u003eAttach mounting arm to a suitable pole\u003c\/li\u003e\n\u003cli\u003eSecure and tighten pole clamp\u003c\/li\u003e\n\u003cli\u003eAttach fixture to mounting arm\u003c\/li\u003e\n\u003cli\u003eTighten all mounting hardware\u003c\/li\u003e\n\u003cli\u003eCompatible pole diameter: approximately 1.5\"–4\"\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 20 FT POLE RECOMMENDATION --\u003e\n\u003csection class=\"lx4600-pole\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"lx4600-rec\"\u003e RECOMMENDED POLE \u003c\/span\u003e\n\u003ch2\u003ePair It with Our 20 FT Street Light Pole\u003c\/h2\u003e\n\u003cp\u003eIf you do not already have a suitable mounting pole, pair your LumenXUSA 4600W Solar Street Light with our \u003cstrong\u003e20 FT outdoor street-light pole\u003c\/strong\u003e. It provides a dedicated mounting solution for parking lots, driveways, roadways, commercial properties and large outdoor spaces.\u003c\/p\u003e\n\u003cdiv class=\"lx4600-pole-pills\"\u003e\n\u003cspan\u003e20 FT Height\u003c\/span\u003e \u003cspan\u003eOutdoor Installation\u003c\/span\u003e \u003cspan\u003eStreet Lighting\u003c\/span\u003e \u003cspan\u003eParking Lot Lighting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"lx4600-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e View 20 FT Street Light Pole \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv style=\"padding: 23px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.06);\"\u003e\n\u003cstrong style=\"display: block; margin-bottom: 8px; color: #f5a300; font-size: 18px;\"\u003e Pole Compatibility \u003c\/strong\u003e \u003cspan style=\"display: block; color: #e2e8f0; font-size: 13.5px; line-height: 1.65;\"\u003e The supplied fixture information supports pole diameters from approximately 1.5 inches to 4 inches. Always verify mounting and foundation requirements for your specific site. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION VIDEO --\u003e\n\u003csection class=\"lx4600-video\"\u003e\n\u003cdiv class=\"lx4600-video-head\"\u003e\n\u003ch2\u003e4600W Installation Video\u003c\/h2\u003e\n\u003cp\u003eReview the installation video before mounting the fixture to better understand the bracket and pole installation process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-video-wrap\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/ek-NO5iuUtA?si=qIKY8PQniHYMIrLf\" title=\"LumenXUSA 4600W solar street light installation\" loading=\"lazy\"\u003e\n    \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n\u003csection class=\"lx4600-two\"\u003e\n\u003cdiv class=\"lx4600-card\"\u003e\n\u003ch2\u003eLighting Specifications\u003c\/h2\u003e\n\u003ctable class=\"lx4600-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003e\u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003e4600W Commercial Solar Street Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLight Output\u003c\/th\u003e\n\u003ctd\u003eUp to 190,000 Lumens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLED Quantity\u003c\/th\u003e\n\u003ctd\u003e1120 LED Beads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLED Type\u003c\/th\u003e\n\u003ctd\u003e2835 Type\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Temperature\u003c\/th\u003e\n\u003ctd\u003e6500K Daylight White\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBeam Coverage\u003c\/th\u003e\n\u003ctd\u003e240° Wide Angle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Coverage\u003c\/th\u003e\n\u003ctd\u003eUp to Approx. 3,300 sq. ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-card\"\u003e\n\u003ch2\u003eBattery \u0026amp; Control Specifications\u003c\/h2\u003e\n\u003ctable class=\"lx4600-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery\u003c\/th\u003e\n\u003ctd\u003e3.2V \/ 20,000mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Runtime\u003c\/th\u003e\n\u003ctd\u003eApprox. 15–24 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeather Rating\u003c\/th\u003e\n\u003ctd\u003eIP66\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBrightness Adjustment\u003c\/th\u003e\n\u003ctd\u003e30%–100%\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMotion Sensor\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAlways-On Mode\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTimer Settings\u003c\/th\u003e\n\u003ctd\u003e2H \/ 3H \/ 5H \/ 6H \/ 8H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCompatible Pole Diameter\u003c\/th\u003e\n\u003ctd\u003eApprox. 1.5\"–4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003csection class=\"lx4600-card lx4600-section\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003cul class=\"lx4600-list\"\u003e\n\u003cli\u003e1 × LumenXUSA 4600W Commercial Solar Street Light\u003c\/li\u003e\n\u003cli\u003e1 × Mounting Arm \/ Bracket\u003c\/li\u003e\n\u003cli\u003eWall \u0026amp; Pole Mounting Hardware\u003c\/li\u003e\n\u003cli\u003e1 × Remote Control\u003c\/li\u003e\n\u003cli\u003eInstallation Accessories\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- INSTRUCTION MANUAL --\u003e\n\u003csection class=\"lx4600-manual\"\u003e\n\u003cdiv class=\"lx4600-manual-copy\"\u003e\n\u003cspan class=\"lx4600-manual-label\"\u003e INSTALLATION \u0026amp; SUPPORT \u003c\/span\u003e\n\u003ch2\u003eLumenXUSA 4600W Instruction Manual\u003c\/h2\u003e\n\u003cp\u003eReview the complete instruction manual before installation for mounting, setup, remote-control operation and important product operating information.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/4600ww.pdf?v=1769055363\" rel=\"noopener noreferrer\" class=\"lx4600-manual-btn\" target=\"_blank\"\u003e View Instruction Manual \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- SOLAR TIPS --\u003e\n\u003csection class=\"lx4600-dark\"\u003e\n\u003ch2\u003eGet the Best Performance from Your Solar Street Light\u003c\/h2\u003e\n\u003cp\u003eSolar lighting performance depends heavily on panel exposure. Proper placement helps maximize battery charging and overnight runtime.\u003c\/p\u003e\n\u003cdiv class=\"lx4600-darkgrid\"\u003e\n\u003cdiv class=\"lx4600-darkitem\"\u003e\n\u003cstrong\u003eDirect Sunlight\u003c\/strong\u003e \u003cspan\u003eAvoid trees, roofs and daytime shadows.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-darkitem\"\u003e\n\u003cstrong\u003eClean Panel\u003c\/strong\u003e \u003cspan\u003eRemove dirt and debris periodically.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-darkitem\"\u003e\n\u003cstrong\u003ePlan Placement\u003c\/strong\u003e \u003cspan\u003eCheck sunlight exposure before permanent mounting.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx4600-darkitem\"\u003e\n\u003cstrong\u003eChoose Mode\u003c\/strong\u003e \u003cspan\u003eMotion mode can help conserve battery energy.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"lx4600-card\"\u003e\n\u003ch2\u003eLumenXUSA 4600W Solar Street Light FAQs\u003c\/h2\u003e\n\u003cdiv class=\"lx4600-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow bright is the LumenXUSA 4600W solar street light?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eThe listed specifications state light output up to approximately 190,000 lumens using 1120 LED beads.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much area can it illuminate?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eThe listed product specification states coverage up to approximately 3,300 square feet depending on installation height, placement and conditions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the lighting angle?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eThis model uses a three-way 240° wide-angle lighting design.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat color temperature is the light?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eThe listed specification is 6500K daylight white.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it have a motion sensor?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eYes. Motion-sensor operation is one of the available lighting modes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat timer settings are available?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eAvailable timer settings include 2H, 3H, 5H, 6H and 8H.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I adjust the brightness?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eYes. The listed brightness adjustment range is approximately 30%–100%.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size battery does it use?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eThe listed battery specification is 3.2V \/ 20,000mAh.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long can the light operate?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eListed runtime is approximately 15–24 hours after sufficient charging. Actual runtime depends on sunlight, brightness settings, motion activity and weather.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the 4600W solar street light waterproof?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eThe product specification used for this model lists an IP66 outdoor weather-protection rating.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the light be wall mounted?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eYes. The fixture supports both wall mounting and pole mounting.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat pole diameter is compatible?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eThe listed compatibility range is approximately 1.5 inches to 4 inches in pole diameter.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo you sell a 20 FT pole for this solar street light?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eYes. We recommend our \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e 20 FT Outdoor Street Light Pole \u003c\/a\u003e for customers who need a dedicated mounting solution.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the light require electrical wiring?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eNo conventional utility wiring is required for normal solar operation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can this solar street light be used?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eCommon applications include parking lots, streets, roads, commercial properties, warehouses, schools, HOAs, farms, ranches, basketball courts, driveways and large outdoor areas.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I find the LumenXUSA 4600W instruction manual?\u003c\/summary\u003e\n\u003cdiv class=\"lx4600-answer\"\u003eYou can \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/4600ww.pdf?v=1769055363\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e view the LumenXUSA 4600W instruction manual here. \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST BAR --\u003e\n\u003csection class=\"lx4600-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLumenXUSA\u003c\/strong\u003e Commercial Solar Lighting\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e190,000 lm\u003c\/strong\u003e High Output\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e240°\u003c\/strong\u003e Wide Coverage\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e1120 LEDs\u003c\/strong\u003e Commercial Array\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e20 FT Pole\u003c\/strong\u003e Available Separately\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":44602974666984,"sku":"st4600w","price":379.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/2-pack-4600w-solar-street-lights-outdoor-190000-lumens-dusk-to-dawn-with-remote-and-motion-sensor-9368898.webp?v=1786734500"},{"product_id":"300w-solar-street-light-30000lm-led-outdoor-waterproof-dusk-to-dawn-for-yard-lighting-ip66-6000k-with-bracket-and-remote-control","title":"1500W Solar Street Light 30000LM LED Outdoor Waterproof Dusk to Dawn for Yard Lighting IP66 6000K with Bracket and Remote Control","description":"\u003cdiv id=\"aplusBatch_feature_div\" class=\"celwidget\" data-feature-name=\"aplusBatch\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusBatch\" data-csa-c-slot-id=\"aplusBatch_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"t0ex7q-3d2ksw-niibjo-g49gc7\" data-cel-widget=\"aplusBatch_feature_div\"\u003e\n\u003cdiv id=\"aplusBatch\" class=\"a-section a-spacing-large bucket\"\u003e\n\u003chr noshade size=\"1\" class=\"bucketDivider\"\u003e\n\u003ch2\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\" alt=\"\"\u003e\u003c\/h2\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003ch3\u003eLumenX 1500W Solar Spotlight — The Best Budget-Friendly Solar Street Light in the USA\u003cbr\u003eWhy pay another electric bill when the sun is doing it for free? Meet the LumenX 1500W Solar Street Light — the brightest, most affordable outdoor solar spotlight available in the USA. Whether you are lighting up your driveway, backyard, parking lot, or garden path, this light has you covered day and night, rain or shine.\u003c\/h3\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"yur0zr-g45v9g-md3sy9-nhitjb\" data-cel-widget=\"m-aplus\"\u003e\n\u003cdiv class=\"aplus-content-wrapper\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"o37tfm-bi3t3j-328le7-g9s9mr\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"q\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/35bb9f10-0415-42f2-b04b-219fcf1331d3.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/35bb9f10-0415-42f2-b04b-219fcf1331d3.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003eWhy Everyone is Choosing LumenX\u003cbr\u003eForget those dim, flimsy solar lights that give up after one cloudy day. The LumenX solar spotlight is built different:\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e∙ 216 ultra-bright SMD2835 LED beads at 6500K cool white — one LumenX LED equals 10 regular LEDs. Your neighbors will notice.\u003cbr\u003e ∙ 220-degree super wide-angle lighting floods up to 800–1,200 sq ft of coverage. That is not just a spotlight, that is serious brightness on a budget.\u003cbr\u003e ∙ 21% high-efficiency solar panel charges fully in just 4–5 hours and keeps your lights running 18–24 hours on a full charge, or up to 30 hours in low-light mode. Zero electricity costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"ysmydx-6wtk31-unsamf-8pszre\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"w\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/60478ccf-e9de-4490-b90c-037ad70313f1.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/60478ccf-e9de-4490-b90c-037ad70313f1.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003eBig Battery, Longer Nights\u003cbr\u003ePacked with an 8000mAh lithium battery, this solar street light does not tap out when you need it most. Cloudy week? No problem. It keeps going so you never have to worry about being left in the dark.\u003cbr\u003e\u003cbr\u003eRain, Snow, Heat? Bring It.\u003cbr\u003eIP66 waterproof rating plus a die-cast aluminum alloy body means this light handles whatever the weather throws at it. It operates in temperatures from -68 degrees F to 148 degrees F, so whether you are dealing with Minnesota winters or Arizona summers, LumenX holds up.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"w28pvp-ds0byd-ghtp9u-gi03ii\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"e\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7354cf75-501e-4fcb-8ac9-fe9f8a3dc18a.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7354cf75-501e-4fcb-8ac9-fe9f8a3dc18a.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003eEasy Install — No Electrician Needed\u003cbr\u003eThis is a true all-in-one solar spotlight. The panel and light are one unit, so there is no complicated wiring, no separate panel brackets, and no expensive electrical work. Just mount it on a wall, wooden stake, or lamp post between 1 and 3 inches in diameter at a height of 8 to 12 feet and you are good to go. A 20-inch mounting arm is included.\u003cbr\u003eWall mounting is a four-step process:\u003cbr\u003e 1. Drill 4 holes using the bracket as your guide\u003cbr\u003e 2. Insert wall anchors\u003cbr\u003e 3. Screw in the mounting arm\u003cbr\u003e 4. Attach the light and you are done\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-12 aplus-standard\" cel_widget_id=\"aplus-m-module-12\" data-csa-c-id=\"1h2783-emw9gi-eyl3dj-vdrd7h\" data-cel-widget=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg alt=\"d\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d82d298c-fbd1-4097-b629-836aed33111a.__CR0,0,970,300_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d82d298c-fbd1-4097-b629-836aed33111a.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-9 aplus-standard\" cel_widget_id=\"aplus-m-module-9\" data-csa-c-id=\"ukqe3l-ln4wee-588kvx-hag7f4\" data-cel-widget=\"aplus-m-module-9\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"\"\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"z\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5f30d85c-583d-4e2c-93d7-12e10665cdd9.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5f30d85c-583d-4e2c-93d7-12e10665cdd9.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eWall Mounting Suggested Install Steps:\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e1. Drill 4 holes according to the bracket arm hole location.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e2. Knock the screw into the hole and loosen the screw nut.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e3. Fix the bracket arm with screws and nuts.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e4. Install the light on the bracket.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"x\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3a4aa506-38e5-4ab9-888c-c47cad4d8dc7.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3a4aa506-38e5-4ab9-888c-c47cad4d8dc7.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eSpecifications:\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003ePower of Solar Street Light: 1500W\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eBattery: 3.2V\/8000mAh\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eLED: 216pcs\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eLED Beads Type: Super bright LED beads\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eLighting Angle: 220 degrees super wide-angle lighting\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eColor Temperature: 6500K\/Cool White\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eWaterproof Rate: IP66\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eMaterial: Aluminum Alloy, Glass\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eOperating Temperature: -68℉~148℉\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"c\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/29ee5a56-6db1-49a1-88a1-029d1ef3d31f.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/29ee5a56-6db1-49a1-88a1-029d1ef3d31f.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003ePower Switch\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003ePlease confirm the switch has been opened before use, if the switch isn‘t open, it is unable to charge and use the remote control.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-8 aplus-standard\" cel_widget_id=\"aplus-m-module-8\" data-csa-c-id=\"m3f3an-o30c6x-i1755r-428i3f\" data-cel-widget=\"aplus-m-module-8\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"a-text-center\"\u003e\u003cimg alt=\"light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fb81c4e9-e9f5-4021-96ae-a3653d8799ea.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fb81c4e9-e9f5-4021-96ae-a3653d8799ea.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eRemote Control Function Introduction\u003c\/h3\u003e\n\u003cp\u003e3 Smart Control Modes — Yes, a Remote is Included\u003cbr\u003eYou are in charge. Control your light three ways:\u003cbr\u003e 1. Light Control (Dusk-to-Dawn) — turns on automatically at sunset and off at sunrise. Set it and forget it.\u003cbr\u003e 2. Motion Sensor Mode — jumps to 100% brightness when movement is detected, then drops to 30% energy-saving mode when the area is clear. Smart, efficient, and great for security.\u003cbr\u003e 3. Remote Control — adjust brightness in five levels (20% \/ 40% \/ 60% \/ 80% \/ 100%), set timers, and switch modes from up to 16 ft away.\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini a-color-secondary\"\u003eIt has a memory function. After turn off the light, then turn on the light again it will default the brightness and working mode before.\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e1. After turn on through the remote control, the lights will automatically turn on at dusk and turn off at dawn. You can also be turned off by the remote control \"off\" button.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e2. You can change the brightness by \"-\", \"+\" on the remote control, you can also choose the lighting time and lighting mode.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e3. If the working mode you choose is \"2H\", the radar sensing function will be turned off and the light will stay on constant brightness within 2 hours. After 2 hours later the radar sensing function will turn on again.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e4. After you press \"Radar\" ,the light will turn on the motion sensor mode. Object movement detected, 100% brightness. No object movement detected, 30% brightness.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e5. If you press \"AUTO\", the light will default dusk to dawn, or until the battery runs out.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e6.In any lighting mode, it all can adjust the brightness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4\u003eTENKOO Tips:\u003c\/h4\u003e\n\u003cdiv class=\"a-box a-spacing-small a-color-alternate-background apm-listbox\"\u003e\n\u003cdiv class=\"a-box-inner\"\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003e1.Firstly put the AAA battery into the remote control. The control distance of remote is 16ft(5m). \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003e2.Before using the remote control, please ensure that the switch on the lamp is opened. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003e3.Before installation to test whether the light can work normally. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003e4.Regularly clean the solar panel to prolong the service life. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"gw63p1-q7dyiu-j3a48a-mn9lpz\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"u\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0d8e9293-e87a-40fb-b145-8e1ed6f318b0.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0d8e9293-e87a-40fb-b145-8e1ed6f318b0.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-12-regimen-carousel aplus-premium\" data-csa-c-id=\"95h7lx-8yrikx-ny1g49-6oq81d\" data-cel-widget=\"aplus-premium-module-12-regimen-carousel\" cel_widget_id=\"aplus-premium-module-12-regimen-carousel\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-12\"\u003e\n\u003cdiv data-module-id=\"3\" class=\"a-section a-spacing-none aplus-carousel-container\"\u003e\n\u003cdiv id=\"premium-aplus-12-carousel-3-id\" data-a-carousel-options='{\"peek_percentage\":0,\"minimum_gutter_width\":0,\"show_partial_next\":false,\"name\":\"premium-aplus-12-carousel-3\"}' data-a-display-strategy=\"single\" data-a-transition-strategy=\"slideCircular\" class=\"a-begin a-carousel-container a-carousel-display-single a-carousel-transition-slideCircular a-carousel-initialized\"\u003e\n\u003cdiv class=\"a-row a-carousel-controls a-carousel-row a-carousel-has-buttons a-carousel-overlay-buttons a-carousel-rounded-buttons\"\u003e\n\u003cdiv class=\"a-carousel-row-inner\"\u003e\n\u003cdiv class=\"a-carousel-col a-carousel-right\"\u003e\n\u003ch1 class=\"style-scope ytd-watch-metadata\"\u003eHow To Install 1500W Commercial Solar Street Light\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/ek-NO5iuUtA?si=qIKY8PQniHYMIrLf\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus-v2 desktop celwidget\" data-csa-c-id=\"3b5ywc-gwz5nt-eicqqm-bf6r60\" data-cel-widget=\"aplus\" cel_widget_id=\"aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"anlsjr-209p0g-um7uyb-2g1xxe\" data-cel-widget=\"aplus-3p-module-b\" cel_widget_id=\"aplus-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\"\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv data-cel-widget=\"m-aplus\" data-csa-c-id=\"g6hmky-428ivs-3g0ehe-vrn9kv\" class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"qzx4h0-emo2qj-jrzpvw-qp244g\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c1832631-4ece-48a7-8205-a4e158d387b5.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c1832631-4ece-48a7-8205-a4e158d387b5.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"1\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"z8lepr-lphdbh-ryp97n-uemk43\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4917c5b0-7d47-49e5-8851-980c68b753f7.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4917c5b0-7d47-49e5-8851-980c68b753f7.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"2\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"y1pl5l-x16yyf-68lhgx-gsei1d\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/250d2eab-9643-4750-b91b-1965a0e5e770.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/250d2eab-9643-4750-b91b-1965a0e5e770.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"1\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"y6hf3e-onez46-clm3ty-7xy4si\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/71ddb0cf-6cb8-4c90-84fa-da9c004c9977.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/71ddb0cf-6cb8-4c90-84fa-da9c004c9977.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"3\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"x12z2o-gfcxxu-vm70g9-jbes0r\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/473d0acc-b5ce-4282-b605-e230bd56385b.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/473d0acc-b5ce-4282-b605-e230bd56385b.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"3\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"uqn7wj-a4yvew-kqmf8k-x4yci2\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6b6cb55e-8c96-4095-af17-71cfa3425925.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6b6cb55e-8c96-4095-af17-71cfa3425925.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"3\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusSustainabilityStory_feature_div\" class=\"celwidget\" data-feature-name=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"ao7cu7-xx22yq-3nooll-rw9b9y\" data-cel-widget=\"aplusSustainabilityStory_feature_div\"\u003e\n\u003ch1 class=\"a-size-base-plus a-text-bold\"\u003eAbout this item\u003c\/h1\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\" data-template-name=\"featureBulletsAndDescription\" data-feature-name=\"featureBulletsAndDescription\" id=\"featureBulletsAndDescription_feature_div\"\u003e\n\u003cdiv class=\"a-expander-collapsed-height a-row a-expander-container a-spacing-base a-expander-partial-collapse-container\" data-a-expander-collapsed-height=\"160\" data-a-expander-name=\"aboutThisItemExpander\" data-feature=\"featureBulletsAndDescription\" data-collapse-scroll-anchor-id=\"aboutThisItem-content-featureBulletsAndDescription\"\u003e\n\u003cdiv class=\"a-expander-content a-expander-partial-collapse-content a-expander-content-expanded\" aria-expanded=\"true\" id=\"featureBulletsAndDescription-expander-content\"\u003e\n\u003cdiv class=\"a-section\" id=\"featurebullets_feature_div\"\u003e\n\u003cdiv class=\"a-section a-spacing-small\" id=\"feature-bullets\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[Cost-effective]: Light energy automatically recharges during the day, with 0 electricity costs. Equipped with a high-capacity battery that lasts between 18 and 24 hours on a full charge in 4-5 hours and can run for approximately 30 hours in low light mode. The outdoor solar street light has 3 control modes: 1. light control 2. motion sensor 3. remote control.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[Motion Sensor]. The solar street light uses an intelligent controller that can automatically adjust the light brightness to 100% brightness when object movement is detected and 30% energy saving brightness after 20 seconds when no object movement is detected, allowing for different needs of lighting, minimising power and further improving the efficiency of the street light.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[Large lighting range]: The solar street light uses 216 pieces of high brightness SMD2835 LED beads with a colour temperature of 6500K, which is very bright. The recommended installation height for this outdoor solar street light is 8ft - 12ft, with an illumination range of 800 - 1200 sq ft.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[IP66 Waterproof Rating] : Our LED garden lights have an integrated design of solar panel and light body, made of die-cast alloy frame, which is more robust and durable. The patio light is IP66 waterproof rating and the working temperature is -4℉~176℉, which can work stably in hot or cold weather.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[Easy Installation]: The integrated solar street light eliminates the need for traditional split solar street lights to install panel brackets, install lamp heads and other steps, as well as complicated and expensive pipe-laying and electrical operations, greatly saving installation time and manpower. All that is required is to fix the street light to a wooden stake, lamp post or wall.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":44670397612264,"sku":"500w-s2","price":89.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/1500w-solar-street-light-30000lm-led-outdoor-waterproof-dusk-to-dawn-for-yard-lighting-ip66-6000k-with-bracket-and-remote-control-5682593.jpg?v=1786734501"},{"product_id":"2600w-commercial-solar-street-light-60000lm-parking-lot-light-commercial-dusk-to-dawn-with-remote","title":"2600W Commercial Solar Street Light , 60000LM Parking Lot Light Commercial Dusk to Dawn With Remote","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA 2600W SOLAR STREET LIGHT\n   OUTDOOR SOLAR OUTLET\n   PREMIUM SEO \/ GOOGLE LANDING PAGE\n   ========================================================= *\/\n\n.lx2600{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lx2600 *{box-sizing:border-box;}\n\n.lx2600 img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lx2600 a{transition:.2s ease;}\n\n.lx2600-hero{\n  display:grid;\n  grid-template-columns:1.05fr .95fr;\n  gap:34px;\n  align-items:center;\n  margin-bottom:24px;\n}\n\n.lx2600-hero-media{\n  overflow:hidden;\n  border:1px solid #e2e7ed;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lx2600-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lx2600-eyebrow{\n  margin-bottom:8px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lx2600-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lx2600-sub{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lx2600-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lx2600-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lx2600-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.lx2600-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lx2600-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lx2600-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lx2600-specbar{\n  display:grid;\n  grid-template-columns:repeat(6,1fr);\n  margin-bottom:28px;\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx2600-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lx2600-spec:last-child{border-right:0;}\n\n.lx2600-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lx2600-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lx2600-section{margin-bottom:25px;}\n\n.lx2600-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lx2600-heading:after,\n.lx2600-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lx2600-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGES *\/\n\n.lx2600-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lx2600-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx2600-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lx2600-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx2600-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* DARK *\/\n\n.lx2600-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lx2600-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lx2600-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lx2600-darkgrid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lx2600-darkitem{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lx2600-darkitem strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lx2600-darkitem span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* FEATURE GRID *\/\n\n.lx2600-four{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n  margin-bottom:25px;\n}\n\n.lx2600-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx2600-feature-img{\n  padding:10px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.lx2600-feature-copy{\n  padding:17px;\n}\n\n.lx2600-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:17px;\n  font-weight:800;\n}\n\n.lx2600-feature p{\n  margin:0;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.6;\n}\n\n\/* TWO COLUMN *\/\n\n.lx2600-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lx2600-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx2600-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx2600-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lx2600-list li{\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#475467;\n  font-size:14.5px;\n  line-height:1.52;\n}\n\n.lx2600-list li:before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:8px;\n  width:18px;\n  height:18px;\n  line-height:18px;\n  text-align:center;\n  border-radius:50%;\n  background:#f5a300;\n  color:#fff;\n  font-size:11px;\n  font-weight:900;\n}\n\n\/* TABLE *\/\n\n.lx2600-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.lx2600-table tr{border-bottom:1px solid #e9edf1;}\n.lx2600-table tr:last-child{border-bottom:0;}\n\n.lx2600-table th,\n.lx2600-table td{\n  padding:10px 5px;\n  text-align:left;\n  vertical-align:top;\n  font-size:14px;\n  line-height:1.45;\n}\n\n.lx2600-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.lx2600-table td{color:#5b6472;}\n\n\/* MANUAL *\/\n\n.lx2600-manual{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:20px;\n  margin-bottom:25px;\n  padding:24px 26px;\n  border:1px solid #e1e6ec;\n  border-radius:13px;\n  background:#f8f9fb;\n}\n\n.lx2600-manual h3{\n  margin:0 0 5px;\n  color:#07182e;\n  font-size:20px;\n}\n\n.lx2600-manual p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.5;\n}\n\n.lx2600-btn{\n  display:inline-block;\n  flex-shrink:0;\n  padding:13px 18px;\n  border-radius:7px;\n  background:#f5a300;\n  color:#111827 !important;\n  text-decoration:none !important;\n  font-size:13.5px;\n  font-weight:850;\n}\n\n\/* POLE RECOMMENDATION *\/\n\n.lx2600-pole{\n  display:grid;\n  grid-template-columns:1.25fr .75fr;\n  gap:25px;\n  align-items:center;\n  padding:30px;\n  margin-bottom:25px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0c3159);\n}\n\n.lx2600-rec{\n  display:inline-block;\n  margin-bottom:10px;\n  padding:6px 10px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:11px;\n  font-weight:850;\n}\n\n.lx2600-pole h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  line-height:1.2;\n}\n\n.lx2600-pole p{\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.7;\n}\n\n.lx2600-pole-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n  margin-bottom:19px;\n}\n\n.lx2600-pole-pills span{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  color:#e7edf5;\n  font-size:11.5px;\n}\n\n\/* APPLICATIONS *\/\n\n.lx2600-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lx2600-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* FAQ *\/\n\n.lx2600-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lx2600-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lx2600-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lx2600-faq summary::-webkit-details-marker{display:none;}\n\n.lx2600-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lx2600-faq details[open] summary:after{content:\"−\";}\n\n.lx2600-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lx2600-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.lx2600-trust{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n  margin-top:25px;\n  overflow:hidden;\n  border-radius:12px;\n  background:#07182e;\n}\n\n.lx2600-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lx2600-trust div:last-child{border-right:0;}\n\n.lx2600-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* RESPONSIVE *\/\n\n@media(max-width:900px){\n  .lx2600-specbar{grid-template-columns:repeat(3,1fr);}\n  .lx2600-four{grid-template-columns:1fr 1fr;}\n  .lx2600-darkgrid{grid-template-columns:1fr 1fr;}\n}\n\n@media(max-width:680px){\n\n  .lx2600{padding:15px 10px 35px;}\n\n  .lx2600-hero,\n  .lx2600-two,\n  .lx2600-pole{\n    grid-template-columns:1fr;\n  }\n\n  .lx2600-title{font-size:30px;}\n  .lx2600-sub{font-size:19px;}\n\n  .lx2600-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx2600-specbar{grid-template-columns:1fr 1fr;}\n  .lx2600-four{grid-template-columns:1fr;}\n  .lx2600-darkgrid{grid-template-columns:1fr 1fr;}\n\n  .lx2600-card{padding:21px 17px;}\n\n  .lx2600-manual{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx2600-faq{grid-template-columns:1fr;}\n  .lx2600-trust{grid-template-columns:1fr 1fr;}\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lx2600\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\n\u003csection class=\"lx2600-hero\"\u003e\n\n  \u003cdiv class=\"lx2600-hero-media\"\u003e\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e66f9e8b-3b1a-45f8-98f2-f2cf17d20b79.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"LumenXUSA 2600W solar street light 30000 lumens outdoor parking lot light\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"lx2600-brand\"\u003eLUMENXUSA\u003c\/div\u003e\n\n    \u003cdiv class=\"lx2600-eyebrow\"\u003e\n      HIGH-PERFORMANCE SOLAR STREET \u0026amp; PARKING LOT LIGHT\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"lx2600-title\"\u003e\n      LumenXUSA 2600W Solar Street Light\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"lx2600-sub\"\u003e\n      30,000 Lumens • 220° Wide Coverage • Dusk-to-Dawn • Motion Sensor • Remote Control\n    \u003c\/h3\u003e\n\n    \u003cp class=\"lx2600-text\"\u003e\n      Get powerful outdoor illumination without trenching, wiring or monthly\n      electricity costs with the \u003cstrong\u003eLumenXUSA 2600W Solar Street Light\u003c\/strong\u003e.\n      Designed for parking lots, driveways, streets, farms, commercial properties,\n      basketball courts and large residential areas, this fixture delivers up to\n      \u003cstrong\u003e30,000 lumens\u003c\/strong\u003e across as much as\n      \u003cstrong\u003e1,900 square feet\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lx2600-text\"\u003e\n      A 15,000mAh lithium battery, 192 high-output LEDs, automatic dusk-to-dawn\n      operation, motion sensing and remote-control settings provide a flexible\n      all-in-one solar lighting solution for properties where traditional\n      electrical street lighting may be expensive or difficult to install.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lx2600-pills\"\u003e\n      \u003cspan class=\"lx2600-pill\"\u003e30,000 Lumens\u003c\/span\u003e\n      \u003cspan class=\"lx2600-pill\"\u003e192 LEDs\u003c\/span\u003e\n      \u003cspan class=\"lx2600-pill\"\u003eIP67\u003c\/span\u003e\n      \u003cspan class=\"lx2600-pill\"\u003e6500K\u003c\/span\u003e\n      \u003cspan class=\"lx2600-pill\"\u003e15,000mAh Battery\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BEST SELLER --\u003e\n\n\u003csection class=\"lx2600-best\"\u003e\n\n  \u003cstrong\u003eBEST SELLER\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    One of our most popular high-value solar street lights for customers\n    looking for powerful parking-lot, roadway and security lighting without\n    the cost of trenching and electrical service.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- QUICK SPECS --\u003e\n\n\u003csection class=\"lx2600-specbar\"\u003e\n\n  \u003cdiv class=\"lx2600-spec\"\u003e\n    \u003cstrong\u003e30,000 lm\u003c\/strong\u003e\n    \u003cspan\u003eLight output\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx2600-spec\"\u003e\n    \u003cstrong\u003e1,900 sq.ft.\u003c\/strong\u003e\n    \u003cspan\u003eCoverage\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx2600-spec\"\u003e\n    \u003cstrong\u003e220°\u003c\/strong\u003e\n    \u003cspan\u003eWide beam\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx2600-spec\"\u003e\n    \u003cstrong\u003e15,000mAh\u003c\/strong\u003e\n    \u003cspan\u003eLithium battery\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx2600-spec\"\u003e\n    \u003cstrong\u003eIP67\u003c\/strong\u003e\n    \u003cspan\u003eWeather protection\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx2600-spec\"\u003e\n    \u003cstrong\u003e6500K\u003c\/strong\u003e\n    \u003cspan\u003eDaylight white\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- PERFORMANCE IMAGE --\u003e\n\n\u003csection class=\"lx2600-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b72760c9-b167-4aab-9aa1-8a83f804ad06.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"LumenXUSA high lumen solar street light outdoor commercial lighting\"\u003e\n\n  \u003cdiv class=\"lx2600-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Powerful Solar Lighting Without the Electric Bill\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The integrated solar design allows the fixture to charge during daylight\n      and operate independently after dark, eliminating the need for underground\n      electrical wiring in suitable installations.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- CORE PERFORMANCE --\u003e\n\n\u003csection class=\"lx2600-dark\"\u003e\n\n  \u003ch2\u003e\n    Built for Large Outdoor Areas\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    A wide-angle optical design and high-output LED array help illuminate\n    large spaces while reducing dark zones around parking areas, driveways,\n    buildings and roadways.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lx2600-darkgrid\"\u003e\n\n    \u003cdiv class=\"lx2600-darkitem\"\u003e\n      \u003cstrong\u003e30,000 Lumens\u003c\/strong\u003e\n      \u003cspan\u003eHigh-output outdoor illumination.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx2600-darkitem\"\u003e\n      \u003cstrong\u003e192 LEDs\u003c\/strong\u003e\n      \u003cspan\u003eHigh-output LED array.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx2600-darkitem\"\u003e\n      \u003cstrong\u003e220° Beam\u003c\/strong\u003e\n      \u003cspan\u003eExtra-wide illumination pattern.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx2600-darkitem\"\u003e\n      \u003cstrong\u003e1,900 sq.ft.\u003c\/strong\u003e\n      \u003cspan\u003eListed maximum lighting area.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- MAIN FEATURE IMAGE --\u003e\n\n\u003csection class=\"lx2600-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/76d6a10c-742c-442d-9b13-2e6abc8191dd.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"LumenXUSA 2600W solar parking lot light outdoor commercial street lighting\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BATTERY --\u003e\n\n\u003csection class=\"lx2600-two\"\u003e\n\n  \u003cdiv class=\"lx2600-card\"\u003e\n\n    \u003ch2\u003e\n      15,000mAh Lithium Battery\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx2600-list\"\u003e\n\n      \u003cli\u003e3.2V \/ 15Ah lithium battery\u003c\/li\u003e\n      \u003cli\u003eUp to approximately 14 hours at full brightness\u003c\/li\u003e\n      \u003cli\u003eUp to approximately 36 hours in dim mode\u003c\/li\u003e\n      \u003cli\u003eDesigned for long-duration overnight lighting\u003c\/li\u003e\n      \u003cli\u003eRated lighting system lifespan up to 50,000 hours\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx2600-card\"\u003e\n\n    \u003ch2\u003e\n      25% High-Efficiency Solar Panel\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx2600-list\"\u003e\n\n      \u003cli\u003eIntegrated solar panel and lighting fixture\u003c\/li\u003e\n      \u003cli\u003eListed solar conversion rate up to 25%\u003c\/li\u003e\n      \u003cli\u003eNo trenching required\u003c\/li\u003e\n      \u003cli\u003eNo utility electricity consumption during normal solar operation\u003c\/li\u003e\n      \u003cli\u003eInstall where direct sunlight is available for best performance\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BATTERY IMAGE --\u003e\n\n\u003csection class=\"lx2600-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a7379478-b0bc-42a7-b8dd-255ba347c0ce.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"LumenXUSA solar street light lithium battery performance\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FOUR FEATURES --\u003e\n\n\u003csection class=\"lx2600-section\"\u003e\n\n  \u003ch2 class=\"lx2600-heading\"\u003e\n    Commercial-Ready Solar Street Light Features\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"lx2600-four\"\u003e\n\n\n    \u003cdiv class=\"lx2600-feature\"\u003e\n\n      \u003cdiv class=\"lx2600-feature-img\"\u003e\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9b82e916-b4e9-477d-95f1-bbeb7f89fa75.__CR0,0,300,225_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA 220 degree wide angle solar street light\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx2600-feature-copy\"\u003e\n        \u003ch3\u003e220° Wide-Angle Lighting\u003c\/h3\u003e\n        \u003cp\u003e\n          Wide optical coverage helps illuminate more area and reduce\n          dark zones around large properties.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx2600-feature\"\u003e\n\n      \u003cdiv class=\"lx2600-feature-img\"\u003e\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9c579596-62c2-43ca-b14b-269568707702.__CR0,0,300,225_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA solar street light 192 LED beads\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx2600-feature-copy\"\u003e\n        \u003ch3\u003e192 High-Output LEDs\u003c\/h3\u003e\n        \u003cp\u003e\n          High-density LED array produces strong, evenly distributed\n          6500K daylight-white illumination.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx2600-feature\"\u003e\n\n      \u003cdiv class=\"lx2600-feature-img\"\u003e\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3092b9f8-802d-4b03-a130-f94a638eda6d.__CR0,0,300,225_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA 25 percent conversion solar panel street light\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx2600-feature-copy\"\u003e\n        \u003ch3\u003e25% Solar Conversion\u003c\/h3\u003e\n        \u003cp\u003e\n          High-efficiency integrated solar charging supports longer\n          overnight operation without utility power.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx2600-feature\"\u003e\n\n      \u003cdiv class=\"lx2600-feature-img\"\u003e\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6c64ff4f-2e7c-407b-be1a-cb8bff3356a9.__CR0,0,300,225_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA full weld solar street light mounting arm\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx2600-feature-copy\"\u003e\n        \u003ch3\u003eFull-Weld Mounting Arm\u003c\/h3\u003e\n        \u003cp\u003e\n          Reinforced mounting arm is designed for improved corrosion\n          resistance, drainage and long-term outdoor durability.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- WEATHER --\u003e\n\n\u003csection class=\"lx2600-dark\"\u003e\n\n  \u003ch2\u003e\n    IP67 Protection for Year-Round Outdoor Use\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Designed for permanent outdoor installation across changing seasons,\n    the fixture is built for exposure to rain, heat, snow and cold conditions.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lx2600-darkgrid\"\u003e\n\n    \u003cdiv class=\"lx2600-darkitem\"\u003e\n      \u003cstrong\u003eIP67\u003c\/strong\u003e\n      \u003cspan\u003eWeather-resistant enclosure.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx2600-darkitem\"\u003e\n      \u003cstrong\u003e-22°F\u003c\/strong\u003e\n      \u003cspan\u003eListed low-temperature limit.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx2600-darkitem\"\u003e\n      \u003cstrong\u003e140°F\u003c\/strong\u003e\n      \u003cspan\u003eListed high-temperature limit.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx2600-darkitem\"\u003e\n      \u003cstrong\u003eYear-Round\u003c\/strong\u003e\n      \u003cspan\u003eDesigned for outdoor installations.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IP67 IMAGE --\u003e\n\n\u003csection class=\"lx2600-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7d080aa0-07e5-4acc-8ef8-eb2aff1975d6.__CR0,0,300,225_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA IP67 waterproof solar street light\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- SMART CONTROL --\u003e\n\n\u003csection class=\"lx2600-two\"\u003e\n\n  \u003cdiv class=\"lx2600-card\"\u003e\n\n    \u003ch2\u003e\n      Automatic Dusk-to-Dawn Operation\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx2600-list\"\u003e\n\n      \u003cli\u003eBuilt-in light sensing\u003c\/li\u003e\n      \u003cli\u003eAutomatically turns on after dark\u003c\/li\u003e\n      \u003cli\u003eAutomatically turns off during daylight\u003c\/li\u003e\n      \u003cli\u003eNo daily manual switching required\u003c\/li\u003e\n      \u003cli\u003eDesigned for unattended outdoor operation\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx2600-card\"\u003e\n\n    \u003ch2\u003e\n      Motion Sensor + Remote Control\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx2600-list\"\u003e\n\n      \u003cli\u003eLight-sensing mode\u003c\/li\u003e\n      \u003cli\u003eMotion-sensing mode\u003c\/li\u003e\n      \u003cli\u003e4 adjustable brightness levels\u003c\/li\u003e\n      \u003cli\u003e2H \/ 3H \/ 5H \/ 6H \/ 8H timer settings\u003c\/li\u003e\n      \u003cli\u003eRemote-control range up to approximately 35 feet\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- REMOTE IMAGE --\u003e\n\n\u003csection class=\"lx2600-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/Untitled_design.jpg_1.jpg?v=1735244770\" alt=\"LumenXUSA solar street light remote control settings\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- APPLICATIONS --\u003e\n\n\u003csection class=\"lx2600-card lx2600-section\"\u003e\n\n  \u003ch2\u003e\n    Ideal for Residential, Commercial \u0026amp; Property Lighting\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx2600-lead\"\u003e\n    The combination of high output, wide coverage and independent solar\n    operation makes the 2600W model useful across many outdoor applications.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lx2600-apps\"\u003e\n\n    \u003cspan class=\"lx2600-app\"\u003eParking Lots\u003c\/span\u003e\n    \u003cspan class=\"lx2600-app\"\u003eDriveways\u003c\/span\u003e\n    \u003cspan class=\"lx2600-app\"\u003eStreets\u003c\/span\u003e\n    \u003cspan class=\"lx2600-app\"\u003eRoadways\u003c\/span\u003e\n    \u003cspan class=\"lx2600-app\"\u003eBasketball Courts\u003c\/span\u003e\n    \u003cspan class=\"lx2600-app\"\u003eWarehouses\u003c\/span\u003e\n    \u003cspan class=\"lx2600-app\"\u003eCommercial Buildings\u003c\/span\u003e\n    \u003cspan class=\"lx2600-app\"\u003eFarms\u003c\/span\u003e\n    \u003cspan class=\"lx2600-app\"\u003eRanches\u003c\/span\u003e\n    \u003cspan class=\"lx2600-app\"\u003eHOAs\u003c\/span\u003e\n    \u003cspan class=\"lx2600-app\"\u003eBackyards\u003c\/span\u003e\n    \u003cspan class=\"lx2600-app\"\u003eLarge Properties\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- INSTALLATION --\u003e\n\n\u003csection class=\"lx2600-section\"\u003e\n\n  \u003ch2 class=\"lx2600-heading\"\u003e\n    Wall Mount or Pole Mount — No Electrical Wiring Required\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx2600-lead\"\u003e\n    The fixture includes mounting hardware for either wall or pole installation.\n    Choose an installation location with strong direct sunlight for best\n    charging performance.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lx2600-two\"\u003e\n\n\n    \u003cdiv class=\"lx2600-card\"\u003e\n\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/969d07e1-d0a2-4690-92f6-daa33262ce47.__CR0,0,650,350_PT0_SX650_V1___.jpg\" alt=\"LumenXUSA solar street light wall mounting\"\u003e\n\n      \u003ch2 style=\"margin-top:18px;\"\u003e\n        Wall Installation\n      \u003c\/h2\u003e\n\n      \u003cul class=\"lx2600-list\"\u003e\n\n        \u003cli\u003ePosition the mounting arm\u003c\/li\u003e\n        \u003cli\u003eMark and drill mounting holes\u003c\/li\u003e\n        \u003cli\u003eSecure bracket hardware\u003c\/li\u003e\n        \u003cli\u003eAttach fixture to mounting arm\u003c\/li\u003e\n        \u003cli\u003eSupplied recommended fixture height: 13–18 ft\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx2600-card\"\u003e\n\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/865efd1b-b134-46a8-b416-0f4af96dbec3.__CR0,0,650,350_PT0_SX650_V1___.jpg\" alt=\"LumenXUSA solar street light pole mounting\"\u003e\n\n      \u003ch2 style=\"margin-top:18px;\"\u003e\n        Pole Installation\n      \u003c\/h2\u003e\n\n      \u003cul class=\"lx2600-list\"\u003e\n\n        \u003cli\u003eAttach mounting arm to suitable pole\u003c\/li\u003e\n        \u003cli\u003eSecure fixture with supplied clamp hardware\u003c\/li\u003e\n        \u003cli\u003eTighten hardware before operation\u003c\/li\u003e\n        \u003cli\u003eRecommended pole diameter: 1.77\"–3.54\"\u003c\/li\u003e\n        \u003cli\u003eSupplied recommended fixture height: 13–18 ft\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- 20 FT POLE RECOMMENDATION --\u003e\n\n\u003csection class=\"lx2600-pole\"\u003e\n\n  \u003cdiv\u003e\n\n    \u003cspan class=\"lx2600-rec\"\u003e\n      RECOMMENDED POLE\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Complete the Installation with Our 20 FT Street Light Pole\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      For customers who do not already have a suitable mounting pole,\n      we recommend pairing the LumenXUSA 2600W solar street light with\n      our 20 FT outdoor street-light pole. It provides a dedicated,\n      professional mounting solution for parking lots, driveways,\n      roads, properties and commercial outdoor areas.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"lx2600-pole-pills\"\u003e\n\n      \u003cspan\u003e20 FT Height\u003c\/span\u003e\n      \u003cspan\u003eOutdoor Installation\u003c\/span\u003e\n      \u003cspan\u003eStreet \u0026amp; Parking Lighting\u003c\/span\u003e\n      \u003cspan\u003eSolar Light Compatible\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n    \u003ca class=\"lx2600-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n\n      View 20 FT Street Light Pole\n\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv style=\"\n      padding:24px;\n      border:1px solid rgba(255,255,255,.14);\n      border-radius:12px;\n      background:rgba(255,255,255,.06);\n    \"\u003e\n\n      \u003cstrong style=\"\n        display:block;\n        margin-bottom:8px;\n        color:#f5a300;\n        font-size:18px;\n      \"\u003e\n        Installation Note\n      \u003c\/strong\u003e\n\n      \u003cspan style=\"\n        display:block;\n        color:#e2e8f0;\n        font-size:13.5px;\n        line-height:1.65;\n      \"\u003e\n        The fixture documentation recommends a mounting height of approximately\n        13–18 ft. A 20 FT pole allows installation flexibility because the\n        fixture mounting position does not necessarily need to be at the absolute\n        top of the pole. Final mounting height and foundation requirements should\n        be selected for the specific property and installation conditions.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- SPECIFICATIONS --\u003e\n\n\u003csection class=\"lx2600-two\"\u003e\n\n  \u003cdiv class=\"lx2600-card\"\u003e\n\n    \u003ch2\u003e\n      Lighting Specifications\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"lx2600-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003e\u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eModel Rating\u003c\/th\u003e\n          \u003ctd\u003e2600W\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLight Output\u003c\/th\u003e\n          \u003ctd\u003eUp to 30,000 Lumens\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLED Quantity\u003c\/th\u003e\n          \u003ctd\u003e192 LEDs\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eColor Temperature\u003c\/th\u003e\n          \u003ctd\u003e6500K Daylight White\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLighting Angle\u003c\/th\u003e\n          \u003ctd\u003e220° Wide Angle\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCoverage\u003c\/th\u003e\n          \u003ctd\u003eUp to Approx. 1,900 sq. ft.\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMaterial\u003c\/th\u003e\n          \u003ctd\u003eAluminum Alloy + Glass\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx2600-card\"\u003e\n\n    \u003ch2\u003e\n      Battery \u0026amp; Outdoor Specifications\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"lx2600-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBattery\u003c\/th\u003e\n          \u003ctd\u003e3.2V \/ 15,000mAh Lithium\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eFull-Brightness Runtime\u003c\/th\u003e\n          \u003ctd\u003eUp to Approx. 14 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eDim-Mode Runtime\u003c\/th\u003e\n          \u003ctd\u003eUp to Approx. 36 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSolar Conversion\u003c\/th\u003e\n          \u003ctd\u003eUp to 25%\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eWeather Rating\u003c\/th\u003e\n          \u003ctd\u003eIP67\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eOperating Range\u003c\/th\u003e\n          \u003ctd\u003e-22°F to 140°F\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRecommended Pole Diameter\u003c\/th\u003e\n          \u003ctd\u003e1.77\"–3.54\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRecommended Fixture Height\u003c\/th\u003e\n          \u003ctd\u003e13–18 ft\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- PACKAGE --\u003e\n\n\u003csection class=\"lx2600-card lx2600-section\"\u003e\n\n  \u003ch2\u003e\n    What's Included\n  \u003c\/h2\u003e\n\n  \u003cul class=\"lx2600-list\"\u003e\n\n    \u003cli\u003e1 × LumenXUSA 2600W Solar Street Light\u003c\/li\u003e\n    \u003cli\u003e1 × Heavy-Duty Mounting Arm\u003c\/li\u003e\n    \u003cli\u003e2 × Mounting Accessory Sets\u003c\/li\u003e\n    \u003cli\u003e1 × Remote Control\u003c\/li\u003e\n    \u003cli\u003e1 × User Manual\u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- MANUAL --\u003e\n\n\u003csection class=\"lx2600-manual\"\u003e\n\n  \u003cdiv\u003e\n\n    \u003ch3\u003e\n      Installation \u0026amp; Operating Manual\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the instructions before installation for mounting,\n      remote-control operation and setup guidance.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \u003ca class=\"lx2600-btn\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/800LED_Instruction_manual_1.pdf?v=1715889023\"\u003e\n\n    View Instruction Manual\n\n  \u003c\/a\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- SOLAR TIPS --\u003e\n\n\u003csection class=\"lx2600-dark\"\u003e\n\n  \u003ch2\u003e\n    Important Solar Charging Tips\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    The performance of any solar street light depends heavily on solar-panel\n    exposure. Proper placement helps maximize brightness and overnight runtime.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lx2600-darkgrid\"\u003e\n\n    \u003cdiv class=\"lx2600-darkitem\"\u003e\n      \u003cstrong\u003eDirect Sun\u003c\/strong\u003e\n      \u003cspan\u003eAvoid trees, roofs and other daytime shade.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx2600-darkitem\"\u003e\n      \u003cstrong\u003e10–12 Hours\u003c\/strong\u003e\n      \u003cspan\u003eRecommended initial sunlight charge.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx2600-darkitem\"\u003e\n      \u003cstrong\u003eKeep Panel Clean\u003c\/strong\u003e\n      \u003cspan\u003eRemove dirt, leaves and debris periodically.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx2600-darkitem\"\u003e\n      \u003cstrong\u003ePlan Before Mounting\u003c\/strong\u003e\n      \u003cspan\u003eVerify solar exposure before permanent installation.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FAQ --\u003e\n\n\u003csection class=\"lx2600-card\"\u003e\n\n  \u003ch2\u003e\n    LumenXUSA 2600W Solar Street Light FAQs\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"lx2600-faq\"\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow bright is the LumenXUSA 2600W solar street light?\u003c\/summary\u003e\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        The supplied specifications list light output up to approximately\n        30,000 lumens using 192 high-output LEDs.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow much area can this solar street light illuminate?\u003c\/summary\u003e\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        The supplied product information lists lighting coverage up to\n        approximately 1,900 square feet depending on mounting height,\n        placement and surrounding conditions.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it turn on automatically at night?\u003c\/summary\u003e\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        Yes. The built-in light sensor is designed for automatic\n        dusk-to-dawn operation.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes this solar street light have a motion sensor?\u003c\/summary\u003e\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        Yes. Motion-sensing operation is one of the available control modes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it include a remote control?\u003c\/summary\u003e\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        Yes. A remote control is included and the supplied specifications\n        list a control distance of up to approximately 35 feet.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat timer settings are available?\u003c\/summary\u003e\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        The supplied information lists 2-hour, 3-hour, 5-hour,\n        6-hour and 8-hour timer settings.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow long can the light operate?\u003c\/summary\u003e\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        The supplied specifications state up to approximately 14 hours at\n        full brightness and up to approximately 36 hours in dim mode after\n        sufficient charging.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this solar street light waterproof?\u003c\/summary\u003e\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        The detailed product specifications list an IP67 weather-protection rating.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat mounting height is recommended?\u003c\/summary\u003e\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        The supplied installation instructions recommend approximately\n        13–18 feet for the fixture.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat pole diameter is compatible?\u003c\/summary\u003e\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        The supplied installation information recommends a pole diameter\n        between approximately 1.77 and 3.54 inches.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDo I need electrical wiring?\u003c\/summary\u003e\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        No utility electrical wiring is required for normal solar operation.\n        The fixture includes an integrated solar charging system.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDo you sell a pole for this solar street light?\u003c\/summary\u003e\n\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        Yes. For customers who need a dedicated pole, we recommend our\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n          20 FT Outdoor Street Light Pole.\n        \u003c\/a\u003e\n        The fixture's recommended installation height should still be considered\n        when selecting the final mounting position.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhere can I download the instruction manual?\u003c\/summary\u003e\n\n      \u003cdiv class=\"lx2600-answer\"\u003e\n        You can\n        \u003ca target=\"_blank\" rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/800LED_Instruction_manual_1.pdf?v=1715889023\"\u003e\n          view the LumenXUSA 2600W solar street light instruction manual here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- TRUST BAR --\u003e\n\n\u003csection class=\"lx2600-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\n    Solar Street Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e30,000 Lumens\u003c\/strong\u003e\n    High Output\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eIP67\u003c\/strong\u003e\n    Outdoor Protection\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e220°\u003c\/strong\u003e\n    Wide Coverage\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eComplete Setup\u003c\/strong\u003e\n    20 FT Pole Available\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":44682346856680,"sku":"2600w-str","price":159.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/2600w-commercial-solar-street-light-60000lm-parking-lot-light-commercial-dusk-to-dawn-with-remote-3592347.jpg?v=1786734498"},{"product_id":"2300w-led-solar-flood-lights-24000lumens-street-flood-light","title":"2300W LED Solar Aluminum Frame Flood Lights,24000LM Street Flood Light Waterproof with Remote Control","description":"\u003cstyle\u003e\n.f23{max-width:1180px;margin:auto;padding:22px 16px 48px;font-family:inherit;color:#1f2937}.f23 *{box-sizing:border-box}.f23 h2,.f23 h3{color:#07182f}.f23 p{color:#5f6b7a;line-height:1.7}.f23 a{text-decoration:none}.f23-title{font-size:40px;line-height:1.1;margin:7px 0}.f23-sub{font-size:20px;font-weight:800}.f23-brand{color:#f47721;font-weight:900;letter-spacing:.1em}.f23-tags,.f23-apps{display:flex;flex-wrap:wrap;gap:8px;margin:15px 0}.f23-tag,.f23-app{padding:8px 12px;border:1px solid #e1e6ed;border-radius:99px;background:#f7f9fc;font-size:13px;font-weight:800}.f23-img{margin:22px 0;text-align:center}.f23-img img{max-width:100%;height:auto;border-radius:13px}.f23-stats{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #e1e6ed;border-radius:12px;overflow:hidden;margin:24px 0}.f23-stat{text-align:center;padding:17px 6px;border-right:1px solid #e1e6ed}.f23-stat strong{display:block;color:#07182f}.f23-stat span{font-size:12px;color:#667085}.f23-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin:22px 0}.f23-card{padding:23px;border:1px solid #e1e6ed;border-radius:14px}.f23-card h2{margin-top:0}.f23-list{list-style:none;padding:0}.f23-list li{position:relative;padding:7px 0 7px 27px;color:#4b5563}.f23-list li:before{content:'✓';position:absolute;left:0;background:#f47721;color:white;border-radius:50%;width:18px;height:18px;text-align:center;line-height:18px;font-size:11px}.f23-dark{background:linear-gradient(120deg,#07182f,#0d2747);padding:29px;border-radius:15px;color:white;margin:24px 0}.f23-dark h2{color:white}.f23-dark p{color:#dce5ef}.f23-darkgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.f23-di{padding:15px;border:1px solid #ffffff29;border-radius:9px}.f23-di strong{display:block;color:#ff9b19}.f23-table{width:100%;border-collapse:collapse}.f23-table tr{border-bottom:1px solid #e8ecf1}.f23-table th,.f23-table td{text-align:left;padding:9px 4px;font-size:14px}.f23-table th{width:45%;color:#344054}.f23-table td{color:#667085}.f23-manual{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:23px;border:1px solid #e1e6ed;border-radius:14px;background:#f7f9fc;margin:24px 0}.f23-manual h3{margin:0}.f23-manual a{padding:12px 16px;border-radius:8px;background:#07182f;color:white!important;font-weight:900}.f23-faq{display:grid;grid-template-columns:1fr 1fr;gap:10px}.f23-faq details{border:1px solid #e1e6ed;border-radius:9px;padding:15px}.f23-faq summary{cursor:pointer;color:#07182f;font-weight:800}.f23-ans{padding-top:9px;color:#667085;font-size:14px}.f23-trust{display:grid;grid-template-columns:repeat(4,1fr);background:#07182f;border-radius:11px;overflow:hidden;margin-top:23px}.f23-trust div{text-align:center;padding:15px 6px;color:#dce5ef;font-size:12px}.f23-trust strong{display:block;color:#ff9b19}@media(max-width:750px){.f23-stats{grid-template-columns:repeat(3,1fr)}.f23-darkgrid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.f23-grid,.f23-faq{grid-template-columns:1fr}.f23-title{font-size:30px}.f23-stats{grid-template-columns:1fr 1fr}.f23-manual{flex-direction:column;align-items:flex-start}.f23-manual a{width:100%;text-align:center}.f23-trust{grid-template-columns:1fr 1fr}}\n\u003c\/style\u003e\u003cdiv class=\"f23\"\u003e\n\u003cdiv class=\"f23-brand\"\u003eBEST-SELLING SOLAR FLOOD LIGHT\u003c\/div\u003e\n\u003ch2 class=\"f23-title\"\u003e2300W LED Solar Aluminum Frame Flood Light – 24,000 Lumens\u003c\/h2\u003e\n\u003ch3 class=\"f23-sub\"\u003eIP67 Waterproof Outdoor Solar Flood Light with Remote Control, 6500K Cool White \u0026amp; Separate Solar Panel\u003c\/h3\u003e\n\u003cp\u003eIlluminate large outdoor spaces without utility wiring with this \u003cstrong\u003e2300W LED Solar Aluminum Frame Flood Light\u003c\/strong\u003e. Rated at \u003cstrong\u003e24,000 lumens\u003c\/strong\u003e, this high-output solar flood light is designed for driveways, parking areas, garages, warehouses, yards, farms, roads, pathways and security lighting.\u003c\/p\u003e\n\u003cp\u003eThe separate solar panel and included \u003cstrong\u003e5-meter (16.5 ft) extension cable\u003c\/strong\u003e allow flexible panel placement for better sun exposure while the flood light is aimed where illumination is needed. Automatic dusk-to-dawn operation and the included remote make daily operation simple.\u003c\/p\u003e\n\u003cdiv class=\"f23-tags\"\u003e\n\u003cspan class=\"f23-tag\"\u003e24,000 Lumens\u003c\/span\u003e\u003cspan class=\"f23-tag\"\u003e2300W Model\u003c\/span\u003e\u003cspan class=\"f23-tag\"\u003eIP67\u003c\/span\u003e\u003cspan class=\"f23-tag\"\u003e6500K\u003c\/span\u003e\u003cspan class=\"f23-tag\"\u003eRemote Control\u003c\/span\u003e\u003cspan class=\"f23-tag\"\u003e5M Cable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\" alt=\"2300W solar flood light performance overview\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"f23-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/IMG_5717_2048x2048.jpg?v=1708722855\" alt=\"2300W LED solar flood light outdoor installation\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"f23-stats\"\u003e\n\u003cdiv class=\"f23-stat\"\u003e\n\u003cstrong\u003e24,000 lm\u003c\/strong\u003e\u003cspan\u003eListed output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-stat\"\u003e\n\u003cstrong\u003e3,150+ sq ft\u003c\/strong\u003e\u003cspan\u003eListed coverage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-stat\"\u003e\n\u003cstrong\u003e6500K\u003c\/strong\u003e\u003cspan\u003eCool white\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-stat\"\u003e\n\u003cstrong\u003e10–12 Hours\u003c\/strong\u003e\u003cspan\u003eListed runtime\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-stat\"\u003e\n\u003cstrong\u003eIP67\u003c\/strong\u003e\u003cspan\u003eOutdoor protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-stat\"\u003e\n\u003cstrong\u003e32.8 ft\u003c\/strong\u003e\u003cspan\u003eRemote range\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-grid\"\u003e\n\u003cdiv class=\"f23-card\"\u003e\n\u003ch2\u003eHigh-Output Solar Flood Lighting\u003c\/h2\u003e\n\u003cul class=\"f23-list\"\u003e\n\u003cli\u003e2300W model rated at 24,000 lumens\u003c\/li\u003e\n\u003cli\u003eListed coverage over 3,150 sq. ft.\u003c\/li\u003e\n\u003cli\u003e6500K cool white LED illumination\u003c\/li\u003e\n\u003cli\u003eListed 10–12 hour runtime on a full charge\u003c\/li\u003e\n\u003cli\u003e100% solar-powered normal operation\u003c\/li\u003e\n\u003cli\u003eAutomatic dusk-to-dawn functionality\u003c\/li\u003e\n\u003cli\u003eNo trenching or utility wiring required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-card\"\u003e\n\u003ch2\u003eIdeal Applications\u003c\/h2\u003e\n\u003cdiv class=\"f23-apps\"\u003e\n\u003cspan class=\"f23-app\"\u003eParking Areas\u003c\/span\u003e\u003cspan class=\"f23-app\"\u003eDriveways\u003c\/span\u003e\u003cspan class=\"f23-app\"\u003eWarehouses\u003c\/span\u003e\u003cspan class=\"f23-app\"\u003eGarages\u003c\/span\u003e\u003cspan class=\"f23-app\"\u003eYards\u003c\/span\u003e\u003cspan class=\"f23-app\"\u003eFarms\u003c\/span\u003e\u003cspan class=\"f23-app\"\u003eRoads\u003c\/span\u003e\u003cspan class=\"f23-app\"\u003eSecurity Lighting\u003c\/span\u003e\u003cspan class=\"f23-app\"\u003ePathways\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/407a8a67-22c5-49d1-a4d0-855b5321c3be.__CR0,0,900,900_PT0_SX300_V1___.jpg\" alt=\"IP67 waterproof solar flood light\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"f23-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fb21b3c2-9468-4569-9aa6-b3309f41d7a4.__CR0,0,900,900_PT0_SX300_V1___.jpg\" alt=\"automatic dusk to dawn solar flood light\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"f23-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b03c0c5f-f3b7-4fbc-a8ca-67c90ae77fda.__CR0,0,900,900_PT0_SX300_V1___.jpg\" alt=\"correct solar panel charging placement\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"f23-dark\"\u003e\n\u003ch2\u003eDusk-to-Dawn Automation + Remote Control\u003c\/h2\u003e\n\u003cp\u003eThe light charges during daylight and is designed to illuminate automatically after dark. The included remote adds convenient control over brightness and timer functions.\u003c\/p\u003e\n\u003cdiv class=\"f23-darkgrid\"\u003e\n\u003cdiv class=\"f23-di\"\u003e\n\u003cstrong\u003eAuto Mode\u003c\/strong\u003eDusk-to-dawn\u003c\/div\u003e\n\u003cdiv class=\"f23-di\"\u003e\n\u003cstrong\u003eBrightness\u003c\/strong\u003eFull \/ half \/ gradient\u003c\/div\u003e\n\u003cdiv class=\"f23-di\"\u003e\n\u003cstrong\u003e2H \/ 4H \/ 6H \/ 8H\u003c\/strong\u003eTimer modes\u003c\/div\u003e\n\u003cdiv class=\"f23-di\"\u003e\n\u003cstrong\u003e32.8 ft\u003c\/strong\u003eListed remote range\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/24ae84ea-631e-45a5-931c-5dc458677395.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"2300W solar flood light charging indicator\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"f23-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/IMG_4923.png?v=1753815237\" alt=\"2300W solar flood light lumen distribution diagram\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"f23-grid\"\u003e\n\u003cdiv class=\"f23-card\"\u003e\n\u003ch2\u003eInstallation \u0026amp; Charging\u003c\/h2\u003e\n\u003cul class=\"f23-list\"\u003e\n\u003cli\u003eTwo listed mounting options: hanging or fixed with screws\u003c\/li\u003e\n\u003cli\u003eIncludes 5M \/ 16.5 ft cable between panel and light\u003c\/li\u003e\n\u003cli\u003ePosition the solar panel in strong, unobstructed sunlight\u003c\/li\u003e\n\u003cli\u003eDo not cover or shade the panel during charging\u003c\/li\u003e\n\u003cli\u003eCloudy weather may increase charge time and reduce runtime\u003c\/li\u003e\n\u003cli\u003eKeep the solar panel clean for efficient charging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"f23-table\"\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003e2300W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLight Output\u003c\/th\u003e\n\u003ctd\u003e24,000 Lumens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Temperature\u003c\/th\u003e\n\u003ctd\u003e6500K\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCoverage\u003c\/th\u003e\n\u003ctd\u003e3,150+ sq. ft. listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeather Rating\u003c\/th\u003e\n\u003ctd\u003eIP67\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eConstruction\u003c\/th\u003e\n\u003ctd\u003eAluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRuntime\u003c\/th\u003e\n\u003ctd\u003e10–12 hours listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRemote Range\u003c\/th\u003e\n\u003ctd\u003eUp to 32.8 ft \/ 10m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTimers\u003c\/th\u003e\n\u003ctd\u003e2H \/ 4H \/ 6H \/ 8H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePanel Cable\u003c\/th\u003e\n\u003ctd\u003e5M \/ 16.5 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003eSolar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-manual\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003e2300W Installation \u0026amp; Operating Manual\u003c\/h3\u003e\n\u003cp\u003eReview the supplied PDF before installation for mounting, charging, remote-control and operating guidance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LUMENXflood.pdf?v=1769181050\" target=\"_blank\" rel=\"noopener\"\u003eView Instruction Manual\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"f23-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow bright is this solar flood light?\u003c\/summary\u003e\u003cdiv class=\"f23-ans\"\u003eThe supplied product information lists \u003cstrong\u003e24,000 lumens\u003c\/strong\u003e.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow much area can it illuminate?\u003c\/summary\u003e\u003cdiv class=\"f23-ans\"\u003eThe listing states more than approximately \u003cstrong\u003e3,150 sq. ft.\u003c\/strong\u003e Actual coverage varies with mounting, aiming and site conditions.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes it turn on automatically?\u003c\/summary\u003e\u003cdiv class=\"f23-ans\"\u003eYes. It is described as having automatic dusk-to-dawn operation.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat remote settings are available?\u003c\/summary\u003e\u003cdiv class=\"f23-ans\"\u003eThe supplied information lists auto, gradient, full-bright, half-bright and 2H \/ 4H \/ 6H \/ 8H timer modes.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow long does it run?\u003c\/summary\u003e\u003cdiv class=\"f23-ans\"\u003eThe supplied information lists approximately 10–12 hours after a full charge. Runtime varies with sunlight and conditions.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eIs it waterproof?\u003c\/summary\u003e\u003cdiv class=\"f23-ans\"\u003eThe supplied specifications list an \u003cstrong\u003eIP67\u003c\/strong\u003e rating.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow long is the panel cable?\u003c\/summary\u003e\u003cdiv class=\"f23-ans\"\u003eThe included extension cable is listed at 5 meters \/ 16.5 feet.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhere are the instructions?\u003c\/summary\u003e\u003cdiv class=\"f23-ans\"\u003eUse the “View Instruction Manual” button above to open the supplied PDF.\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"f23-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBEST SELLER\u003c\/strong\u003ePopular Solar Flood Light\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e24,000 LUMENS\u003c\/strong\u003eHigh-Output Lighting\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eIP67\u003c\/strong\u003eOutdoor Protection\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eZERO GRID POWER\u003c\/strong\u003eSolar Operation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":44700323053800,"sku":"2300w-flood","price":129.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/2300w-led-solar-aluminum-frame-flood-lights24000lm-street-flood-light-waterproof-with-remote-control-3747965.jpg?v=1786734495"},{"product_id":"4800w-led-street-light-outdoor-3-color-temperature-change-solar-light","title":"4800W LED Street Light Outdoor - [Warm White] 3000K Solar Street Lights , Dusk to Dawn, Motion Sensor With Remote","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv data-cel-widget=\"aplusBatch_feature_div\" data-csa-c-id=\"waso0h-i99bgf-yeboxt-lone19\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"aplusBatch_feature_div\" data-csa-c-content-id=\"aplusBatch\" data-csa-c-type=\"widget\" data-feature-name=\"aplusBatch\" class=\"celwidget\" id=\"aplusBatch_feature_div\"\u003e\n\u003cdiv data-cel-widget=\"\" data-csa-c-id=\"n3voh0-5k820y-uz69j4-viefyf\" name=\"a-cardui-deck-autoname-10\" data-a-remove-bottom-gutter=\"\" class=\"a-cardui-deck dp-widget-card-deck celwidget\"\u003e\n\u003cdiv data-cel-widget=\"\" name=\"a-cardui-deck-autoname-10-card0\" data-a-card-type=\"basic\" class=\"a-cardui feature\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv data-cel-widget=\"aplusBatch_feature_div\" data-csa-c-id=\"waso0h-i99bgf-yeboxt-lone19\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"aplusBatch_feature_div\" data-csa-c-content-id=\"aplusBatch\" data-csa-c-type=\"widget\" data-feature-name=\"aplusBatch\" class=\"celwidget\" id=\"aplusBatch_feature_div\"\u003e\n\u003cdiv data-cel-widget=\"\" data-csa-c-id=\"n3voh0-5k820y-uz69j4-viefyf\" name=\"a-cardui-deck-autoname-10\" data-a-remove-bottom-gutter=\"\" class=\"a-cardui-deck dp-widget-card-deck celwidget\"\u003e\n\u003cdiv data-cel-widget=\"\" name=\"a-cardui-deck-autoname-10-card0\" data-a-card-type=\"basic\" class=\"a-cardui feature\"\u003e\n\u003ch3\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv data-cel-widget=\"m-aplus\" data-csa-c-id=\"u091x3-cd5dot-g7hb8p-9s2s01\" class=\"aplus-v2 mobile celwidget\"\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"45g0pm-ye8hu2-ep2wr8-thuy3q\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8501f4d3-b0b1-465b-944f-0b8660233472.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8501f4d3-b0b1-465b-944f-0b8660233472.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"solar lights for outside\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"fs6dln-koj167-intati-o9x0lc\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"bchyiu-dhs1m1-b5w84k-vdw8n9\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/eb1996ee-5f16-47a8-b9f5-7cd51edef780.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/eb1996ee-5f16-47a8-b9f5-7cd51edef780.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"solar street lights outdoor waterproof\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"a7y8rm-sgttqc-wr8317-4tpzua\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/038080de-2580-41fe-89f5-6fc8c485849a.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/038080de-2580-41fe-89f5-6fc8c485849a.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"solar lights\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplusSustainabilityStory_feature_div\" data-csa-c-id=\"6n6lrw-535a4g-fa955i-slzef5\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-feature-name=\"aplusSustainabilityStory\" class=\"celwidget\" id=\"aplusSustainabilityStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"renewedProgramDescription_feature_div\" data-csa-c-id=\"smno6u-z5ickg-u2dc9d-gpr281\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-feature-name=\"renewedProgramDescription_RI\" class=\"celwidget\" id=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv data-cel-widget=\"\" data-csa-c-id=\"yqk2v9-ge8if1-zh9xon-8886ix\" name=\"a-cardui-deck-autoname-11\" data-a-remove-bottom-gutter=\"\" class=\"a-cardui-deck dp-widget-card-deck celwidget\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"sfbq46-68zirw-agnxap-chq3pk\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e4800W Commercial Solar Street Light – Bright as Day, Built to Last\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eLooking for one of the best solar street lights for parking lots, streets, driveways, or commercial properties?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eThis 4800W \/ 150,000-lumen solar street light delivers serious brightness, zero electricity cost, and smart automation—without complicated wiring or maintenance.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003ePowerful, reliable, and designed for real-world use, this is the solar lighting solution businesses trust.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003e\u003cspan style=\"font-size: 15px; font-weight: 400;\"\u003e1. 4800W solar street light provides super brighter daylight at full night, no electricity distribution, fast charging, energy saving.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e2. Brand After-sales Service: 12 months free after-sales service, if you encounter any problems, please contact the seller.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e3. IP65 waterproof, Can deal with -5°C-70°C temperature and bad weather in daily life.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e4. Easy to installation for wall and lamp post, the package contains 2 kinds of mounting screws and accessories, as well as solar light arm poles, applicable lamp post diameter: 1.5~4 inches.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e5. Light control + multi-function remote control, turn off and charging during the day, working lighting from down to dawn.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e6. The remote control has a memory function, it can turn on and off light, be timed lighting, and adjust motion sensor mode.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e7. Continuous working time: More than 12 hours in constant light mode, 20-24 hours in motion sensor mode.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e8. 60000mAH large capacity battery, long battery life, can work continuously for 50000+ hours, more than 5 years.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e9. Two ways to turn on the light: Button Control + Remote Control.\u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv data-cel-widget=\"aplus-m-premium-module-4-two-column-images\" data-csa-c-id=\"ly1yq9-bmkqmd-ym38kh-har864\" class=\"celwidget aplus-module premium-module-4-two-column-images aplus-premium\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-4\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-two-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-container-2\"\u003e\n\u003ch1 class=\"aplus-h3 a-text-bold\"\u003eTwo Modes\u003c\/h1\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\n\u003cp class=\"aplus-p3\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cspan class=\"a-text-italic\"\u003eAlways lighting mode:Automatic charging during day \u0026amp; Lighting up automatically at night \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cspan class=\"a-text-italic\"\u003eSensing motion mode:30% brightness when no one is present, 100% brightness when someone passes by.\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none column-image\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/619da020-0e8e-4ccc-87fc-e60c7855e6e9.__CR0,0,650,350_PT0_SX650_V1___.jpg\" class=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/619da020-0e8e-4ccc-87fc-e60c7855e6e9.__CR0,0,650,350_PT0_SX650_V1___.jpg\" alt=\"1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-container-2\"\u003e\n\u003ch1 class=\"aplus-h3 a-text-bold\"\u003eTimed setting mode\u003c\/h1\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\n\u003cp class=\"aplus-p3\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cspan class=\"a-text-italic\"\u003eIf you previously used the motion mode, and then changed to the timed setting mode, the light will automatically enter the motion mode after the set time\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cspan class=\"a-text-italic\"\u003eIf you previously used always lighting mode, and then changed to the timed setting mode, the light will turn off after the set time\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-premium-module-3-four-column-images\" data-csa-c-id=\"g7ie0b-jjxf0-twh7oq-chjrvu\" class=\"celwidget aplus-module premium-module-3-four-column-images aplus-premium\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-3 aplus-container-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-four-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/da6c5f79-7e6f-4e22-933b-5bb2c9799480.__CR0,0,300,225_PT0_SX300_V1___.jpg\" class=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/da6c5f79-7e6f-4e22-933b-5bb2c9799480.__CR0,0,300,225_PT0_SX300_V1___.jpg\" alt=\"1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\n\u003ch1 class=\"aplus-h3 a-text-bold\"\u003e3000K light\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2ec27217-8020-4436-8c3a-ae5c7a669e1e.__CR0,0,300,225_PT0_SX300_V1___.jpg\" class=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2ec27217-8020-4436-8c3a-ae5c7a669e1e.__CR0,0,300,225_PT0_SX300_V1___.jpg\" alt=\"1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\" data-csa-c-id=\"ibaj6u-cgclsm-vkyx7k-h1meyr\" class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a4f54c67-6a1c-4c76-a4c6-792983f6737e.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a4f54c67-6a1c-4c76-a4c6-792983f6737e.__CR0,0,600,450_PT0_SX600_V1___.jpg\" alt=\"1\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"difb7x-sqninj-1d4d8f-w744lr\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5663f40f-5c22-4762-ad0c-0919820a1c57.__CR0,0,970,600_PT0_SX970_V1___.png\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5663f40f-5c22-4762-ad0c-0919820a1c57.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"solar lights outdoor\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSolar street lights automatically turn off the lights during the day to charge, and turn on the lights at night for work lighting;\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"bh01eu-cn61qq-iognm8-eoxvbm\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7ce33e15-422a-43d3-99c7-419a36c3f289.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7ce33e15-422a-43d3-99c7-419a36c3f289.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"solar lights Outdoor Street Light\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eIP65 Waterproof, can work in all bad weather, Brand After-sales service: if you encounter any problems, please contact the seller;\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"5892bb-n7nyv4-rfpsdm-v7ggrp\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6f217402-d015-4e44-8c5e-547e274d57d8.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6f217402-d015-4e44-8c5e-547e274d57d8.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"Aqraou solar lights\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eProduct Package: Solar LED Street Light * 1 Extension rod * 1 Remote control* 1 Manual * 1 fixing screw * 4\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"ikeped-gnccao-f2t1he-b1jad7\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0d3239cc-d994-4493-9178-789bb6cd5b56.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0d3239cc-d994-4493-9178-789bb6cd5b56.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"Aqraou solar light\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eMake Sure The Solar Light Has Been Fully Charged and The Remote Control Has Battery Already: 2*AAA (Included)\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003col class=\"a-ordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eON: Turn ON the light and Always lighting;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eOFF: Turn OFF the solar light;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e25%-100%：Always Lighting 25%-100% brightness;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e2H\/3H\/5H\/6H\/8H：Timed Light Up Lighting 2\/3\/5\/6\/8 hours;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e'Radar': Motion sensor mode (When no one is there, 0% brightness lighting of solar lights; 100% brightness lighting when someone passes by; 30% brightness lighting after people leave for 20 seconds);\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eNote：In Always\/Timed Lighting mode, if the light is not adjusted for a long time, the brightness of the light will decrease some brightness every 3 hours in order to prolong the lighting time.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"yurve9-gb3dwx-vqakjy-tn2e69\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b73c1015-3b0f-4c43-b9ff-8fb822050e0f.__CR0,0,970,600_PT0_SX970_V1___.png\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b73c1015-3b0f-4c43-b9ff-8fb822050e0f.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"solar lights\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003eQ: Can it work on cloudy days?\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA: Yes, it can work in all environments, but it needs sunlight when charging, otherwise it cannot be fully charged;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eQ: Why are the lights turned on at night?\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA: When the solar panel is in the dark (the solar panel cannot detect the light), at this time the green indicator light will be off, and the light can be turned on by the remote control and the button on the lamp;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eQ: How long can it work on a full charge?\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA: Always lighting mode can work for more than 12 hours; Motion sensor mode can work for more than 20 hours;\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"productDescription_feature_div\" data-csa-c-id=\"i8sujm-nr003s-bb3fmd-yc5dip\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-type=\"widget\" data-feature-name=\"productDescription_RI\" class=\"celwidget\" id=\"productDescription_feature_div\"\u003e\n\u003cdiv data-cel-widget=\"\" data-csa-c-id=\"o9a2fy-semd88-gixnfh-er8lsg\" name=\"a-cardui-deck-autoname-12\" data-a-remove-bottom-gutter=\"\" class=\"a-cardui-deck dp-widget-card-deck celwidget\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"collectiblesKeyInformation_feature_div\" data-csa-c-id=\"6178ci-fofbkm-pozu96-szw1xq\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-feature-name=\"collectiblesKeyInformation_RI\" class=\"celwidget\" id=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv data-cel-widget=\"\" data-csa-c-id=\"6nw47j-b60jvk-6krkxd-dfbfwj\" name=\"a-cardui-deck-autoname-13\" data-a-remove-bottom-gutter=\"\" class=\"a-cardui-deck dp-widget-card-deck celwidget\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-id=\"zff2x0-rpge6l-3i2mg0-fh030i\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" class=\"celwidget\" id=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv data-cel-widget=\"\" data-csa-c-id=\"i5jean-s7064j-t2wpvo-pyq3oh\" name=\"a-cardui-deck-autoname-14\" data-a-remove-bottom-gutter=\"\" class=\"a-cardui-deck dp-widget-card-deck celwidget\"\u003e\n\u003cdiv data-cel-widget=\"\" name=\"a-cardui-deck-autoname-14-card0\" data-a-card-type=\"basic\" class=\"a-cardui feature\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\" data-template-name=\"featureBulletsAndDetailBullets\" data-feature-name=\"featureBulletsAndDetailBullets\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv class=\"a-section\" id=\"featurebullets_secondary_view_div\"\u003e\n\u003cdiv class=\"a-section a-spacing-small\" id=\"feature-bullets\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\n\u003cp\u003e\u003cspan\u003eUltra-Bright Commercial Solar Lighting\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eDelivers up to 150,000 lumens of powerful illumination using high-efficiency LED technology. Designed for parking lots, streets, driveways, yards, sports courts, and other large outdoor areas requiring reliable, wide-area lighting.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e• 100% Solar Powered – No Electricity Cost\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eOperates entirely on solar energy with zero wiring and zero monthly electric bills. Automatically charges during the day and turns on at dusk using a built-in light sensor.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e• Adjustable Color Temperature (3000K–7000K)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eEasily switch between warm white (3000K), neutral white (4000K), and cool white (6500K–7000K) using the included remote control to match residential, commercial, or security lighting needs.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e• Smart Motion Sensor \u0026amp; Remote Control\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eChoose between always-on mode or intelligent motion sensor mode. Motion mode provides 30% brightness when idle and 100% brightness when motion is detected, automatically dimming after 20 seconds. Includes timer options (2H \/ 3H \/ 5H \/ 6H \/ 8H) and brightness adjustment.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e• Long Battery Life \u0026amp; Extended Runtime\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eBuilt with a 60,000mAh high-capacity lithium battery for dependable all-night performance. Provides 12+ hours of continuous lighting or 20–24 hours in motion sensor mode on a full charge.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e• Durable \u0026amp; Weather Resistant (IP65 Rated)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eDesigned to withstand rain, heat, snow, and harsh outdoor conditions. Operates in temperatures from -5°C to 70°C, making it suitable for year-round outdoor use.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e• Easy Installation – Pole or Wall Mount\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eIncludes all required mounting hardware and extension arm. Compatible with poles 1.5” to 4” in diameter. No wiring or professional installation required.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":44703550341352,"sku":"4800w-cw\/w","price":229.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/4800w-led-street-light-outdoor-warm-white-3000k-solar-street-lights-dusk-to-dawn-motion-sensor-with-remote-7433312.jpg?v=1786734499"},{"product_id":"solar-street-lights-outdoor-cool-white-warm-white-solarstreet-light-dusk-to-dawn-motion-sensor-1300lm","title":"Solar Street Lights Outdoor, Cool White\/Warm White Solar Street Light Dusk to Dawn\/Motion Sensor, 1300LM IP65 Waterproof, Dimmable Remote Control","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"16tw70-gk6bmg-72l3jr-r2ucu\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module launchpad-company-logo aplus-standard\" data-csa-c-id=\"l4dpaw-lidilo-8k4gz1-fp1l5i\" data-cel-widget=\"aplus-m-launchpad-company-logo\" cel_widget_id=\"aplus-m-launchpad-company-logo\"\u003e\n\u003cdiv class=\"a-section a-text-center launchpad-module launchpad-module-company-logo\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"pqywvk-k0bfdy-9xt4u6-uu5dm3\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"motion sensor solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c18a83a2-9e53-4525-9ee9-9ecc1a2400a9.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c18a83a2-9e53-4525-9ee9-9ecc1a2400a9.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eMalitupy Dual Color Motion Sensor Solar Street light, perfect for Lighting Backyard, Walkway, Driveway, Pool, Garage.\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cu\u003eWHY CHOOSE Malitupy MOTION SENSOR SOLAR STREET LIGHT?\u003c\/u\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e✔ \u003cspan class=\"a-text-bold\"\u003e2 lighting colors available\u003c\/span\u003e: cool white \u0026amp; warm white;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e✔ Lighting brightness \u0026amp; working time adjustable;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e✔ With \u003cspan class=\"a-text-bold\"\u003edim charging indicator \u003c\/span\u003eto let you know the charging status;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e✔ \u003cspan class=\"a-text-bold\"\u003e3 Work modes\u003c\/span\u003e: Light sensor + Motion Sensor + Daytime Mode Available;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e✔ Last from \u003cspan class=\"a-text-bold\"\u003edusk to dawn\u003c\/span\u003e under motion sensor mode;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e✔ With a \u003cspan class=\"a-text-bold\"\u003ememory function\u003c\/span\u003e, no need to reset again next time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"wqktg9-9lhn2w-3rhpu2-en4wsm\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Malitupy solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/536c689d-88bf-4e5e-9f26-5d5784fc1139.__CR0,0,1212,750_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/536c689d-88bf-4e5e-9f26-5d5784fc1139.__CR0,0,1212,750_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSelect the Lighting Color As Per Your Needs\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003eCool white (6000-6500K) for area security lighting:\u003c\/span\u003epool, garage, driveway, pathway, frontdoor etc\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003eWarm white (3000-3200K) for ambience lighting:\u003c\/span\u003efestival, party, balcony, patio, backyard etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"6dtqlz-laxr5c-a741vw-k8ul2r\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar flood lights outdoor dusk to dawn\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/973a7d24-4d3f-4b5c-897a-9fe63663142e.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/973a7d24-4d3f-4b5c-897a-9fe63663142e.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e3 WORK MODES WITH SMART REMOTE:\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eMode 1 - Light sensor (Press Auto mode once on remote): Charged by sunlight during the day and turns on at night automatically;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eMode 2 - Motion sensor (Press Auto mode twice on remote): Last 15s at 100% Brightness once motion detected + 30% Dim Light once left;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eMode 3 - Even work at daytime (Press ON\/OFF button on remote): No Motion + turn on\/off at daytime.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003ePARAMETERS OF MOTION SENSOR FUNCTION:\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSuggested Mounted Height: 9.8ft-16.4ft;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eMax Lighting Range: 33ft;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSensoring Range: 120 degree;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eMax Sensoring distance: 26ft;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003ePole Diameter: 1.6-2.4 inch.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-1 aplus-standard\" data-csa-c-id=\"rogov8-y8zzzu-7ef184-3r3b4t\" data-cel-widget=\"aplus-m-module-1\" cel_widget_id=\"aplus-m-module-1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eDual Color Solar Street Light\u003c\/h3\u003e\n\u003cdiv class=\"apm-spacing apm-wrap\"\u003e\n\u003cdiv class=\"apm-wrap\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003eMay Solar Lights Light Upon You\u003c\/div\u003e\n\u003cp class=\"a-spacing-small a-size-small a-color-secondary\"\u003e\u003cspan class=\"a-text-bold\"\u003eCan you image what we can do without lighting?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-small a-size-small a-color-secondary\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eGod spent seven days creating the world and bringing the lighting to human beings in the first day. Lighting is indivisible for human lives.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eMalitupy is committed to providing various solar lights indoor \u0026amp; outdoor at superior quality, and that will be our honor to at your service at 7*24hrs.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\n\u003cimg alt=\"motion sensor solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bb7c0636-6f97-45e1-9736-822ab8fb28ba.__CR309,0,450,600_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bb7c0636-6f97-45e1-9736-822ab8fb28ba.__CR309,0,450,600_PT0_SX300_V1___.jpg\"\u003e\n\u003cp\u003e\u003cspan class=\"a-size-small a-color-secondary\"\u003eMalitupy-Energize Life with Solar \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"apm-wrap\"\u003e\n\u003ch4 class=\"a-spacing-mini a-color-secondary a-text-italic\"\u003eProduct Specification\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e6V\/10W mono-silicone solar panel;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e49pcs 2835SMD LEDs: \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e3000K-3200K \u0026amp; 6000K-6500K switchable; \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e3.7V 10000mAh rechargeable battery;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eDusk to dawn with motion sensor; \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSolid \u0026amp; durable aluminum;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e5 minutes installation;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eWith remote control\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eWith charging indicator \u0026amp; memory function;\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"a-box a-spacing-small a-color-alternate-background apm-listbox amp-centerthirdcol-listbox\"\u003e\n\u003cdiv class=\"a-box-inner\"\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eWarm White (3000-3200K) for Ambience Lighting; \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eCool White (6000-6500K) for Area Security Lighting. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eSolar Powered \u0026amp; Energy-Saving; \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eIP65-Rated Waterproof to Withstand All Weathers; \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eNo Worry After-Sales Service, You're All Covered; \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eNo Wire \u0026amp; No Electricity Bill \u0026amp; No Maintence Needed. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"64jxpk-egv0kx-7e564z-l8xfe9\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Malitupy solar lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1a363fe0-f3ce-4c7e-bcc2-b53b36be44ea.__CR0,0,1212,750_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1a363fe0-f3ce-4c7e-bcc2-b53b36be44ea.__CR0,0,1212,750_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eWarm Notes of Solar Lights:\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eThe working time of solar lights is affected by sunlight intensity, sunlight hours, environment temperature, weather conditions and geographic location.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eIn winter, the solar light's performance and working time will diminish because of reduced hours of daylight and sunlight intensity, which is normal for all solar lights.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eIn general, the solar lights perform best on sunny days when solar panel receives optimum sunlight during daytime.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌟【2 Lighting Colors Available】Malitupy Dual Color Solar Street Light with remote control, equipped with 2 lighting colors: cool white(6000-6500K) for area flood security lighting: pool, garage, driveway, pathway, frontdoor etc, warm white(3000-3200K) for ambience lighting: festival, party, balcony, patio, backyard etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌟【Smart Remote Control \u0026amp; Dim charging indicator】Malitupy Solar Street Flood Light equipped with smart remote: ①Lighting colors \u0026amp; brightness \u0026amp; working hours adjustable; ②With a memory function, there’s no need to reset it again next time using; ③Even can work outdoor in the daytime.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌟【3 Lighting Modes】①Light sensor(Press Auto once): 100% Brightness Till Dawn + No Motion. ②Motion sensor(Press Auto twice): Last 15 seconds at 100% Brightness once motion detected + 30% Dim Light once left. ③Even work in daytime(Press ON\/OFF button): No Motion + Turn on\/off in the daytime.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌟【PIR Motion Sensor \u0026amp; Long-Lasting】The brightness of solar street lights outdoor reach up to 1300 Lumen, and equipped with stable \u0026amp; sensitive motion sensor function, which last over 10hrs with 100% brightness, 20hrs with 50% brightness, and 5-6 nights lighting once fully charged.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌟【2 Installation Ways】The motion sensor dusk to dawn solar lights can be easy Installed with mounting screws provided on the wall, and mounting bracket provided on pole, and the pole diameter should be between 1.6-2.4 inch.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌟【Sturdy Made \u0026amp; IP65 Waterproof】Crafted from all-in-one aluminum casing, enables Malitupy solar street lights dusk to dawn to be a good partner for both indoor \u0026amp; outdoor lighting, to withstand all kinds of weather conditions like rain, wind, snow and frost.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌟【Ensured Warranty】What you get with Mailitupy solar lights: ①7*24 friendly \u0026amp; prompt pre-sales \u0026amp; after-sales customer service; ②Worry-free MONEY-BACK \u0026amp; LIFETIME warranty policy; ③If you have any issues, pls donot hesitate to contact us directly, we will solve the problem within 24hrs.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":44703560466664,"sku":"1300lm-ss","price":139.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/solar-street-lights-outdoor-cool-whitewarm-white-solar-street-light-dusk-to-dawnmotion-sensor-1300lm-ip65-waterproof-dimmable-remote-control-7704468.jpg?v=1786734497"},{"product_id":"2-pack-solar-street-lights-outdoor-waterproof-6500k-6000lm","title":"2-Pack Solar Street Lights Outdoor Waterproof,6000LM Dusk to Dawn,6500K Motion Sensor with Remote Control","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA 200W SOLAR WALL \/ AREA LIGHT\n   6,500 LUMENS \/ MOTION SENSOR \/ REMOTE\n   PREMIUM SEO LANDING PAGE\n   ========================================================= *\/\n\n.lx200wall{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lx200wall *{\n  box-sizing:border-box;\n}\n\n.lx200wall img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lx200wall a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.lx200wall-hero{\n  display:grid;\n  grid-template-columns:1.05fr .95fr;\n  gap:34px;\n  align-items:center;\n  margin-bottom:24px;\n}\n\n.lx200wall-hero-media{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lx200wall-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lx200wall-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lx200wall-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lx200wall-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lx200wall-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lx200wall-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lx200wall-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.lx200wall-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lx200wall-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lx200wall-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lx200wall-specbar{\n  display:grid;\n  grid-template-columns:repeat(6,1fr);\n  margin-bottom:28px;\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx200wall-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lx200wall-spec:last-child{\n  border-right:0;\n}\n\n.lx200wall-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lx200wall-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lx200wall-section{\n  margin-bottom:25px;\n}\n\n.lx200wall-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lx200wall-heading:after,\n.lx200wall-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lx200wall-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGE *\/\n\n.lx200wall-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lx200wall-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx200wall-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lx200wall-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx200wall-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* DARK *\/\n\n.lx200wall-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lx200wall-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lx200wall-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lx200wall-darkgrid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lx200wall-darkitem{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lx200wall-darkitem strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lx200wall-darkitem span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* FEATURE GRID *\/\n\n.lx200wall-three{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n  margin-bottom:25px;\n}\n\n.lx200wall-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx200wall-feature-img{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:14px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.lx200wall-feature-copy{\n  padding:19px;\n}\n\n.lx200wall-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:18px;\n  font-weight:800;\n}\n\n.lx200wall-feature p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\/* TWO COLUMN *\/\n\n.lx200wall-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lx200wall-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx200wall-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx200wall-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lx200wall-list li{\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#475467;\n  font-size:14.5px;\n  line-height:1.52;\n}\n\n.lx200wall-list li:before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:8px;\n  width:18px;\n  height:18px;\n  line-height:18px;\n  text-align:center;\n  border-radius:50%;\n  background:#f5a300;\n  color:#fff;\n  font-size:11px;\n  font-weight:900;\n}\n\n\/* TABLE *\/\n\n.lx200wall-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.lx200wall-table tr{\n  border-bottom:1px solid #e9edf1;\n}\n\n.lx200wall-table tr:last-child{\n  border-bottom:0;\n}\n\n.lx200wall-table th,\n.lx200wall-table td{\n  padding:10px 5px;\n  text-align:left;\n  vertical-align:top;\n  font-size:14px;\n  line-height:1.45;\n}\n\n.lx200wall-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.lx200wall-table td{\n  color:#5b6472;\n}\n\n\/* APPLICATIONS *\/\n\n.lx200wall-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lx200wall-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* INSTALLATION NOTICE *\/\n\n.lx200wall-install{\n  padding:30px;\n  margin-bottom:25px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0c3159);\n}\n\n.lx200wall-install-label{\n  display:inline-block;\n  margin-bottom:10px;\n  padding:6px 10px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:11px;\n  font-weight:850;\n}\n\n.lx200wall-install h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  line-height:1.2;\n}\n\n.lx200wall-install p{\n  max-width:900px;\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.7;\n}\n\n.lx200wall-installgrid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:12px;\n}\n\n.lx200wall-installitem{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lx200wall-installitem strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:16px;\n}\n\n.lx200wall-installitem span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.5;\n}\n\n\/* FAQ *\/\n\n.lx200wall-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lx200wall-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lx200wall-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lx200wall-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lx200wall-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lx200wall-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lx200wall-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n\/* TRUST *\/\n\n.lx200wall-trust{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n  margin-top:25px;\n  overflow:hidden;\n  border-radius:12px;\n  background:#07182e;\n}\n\n.lx200wall-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lx200wall-trust div:last-child{\n  border-right:0;\n}\n\n.lx200wall-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* RESPONSIVE *\/\n\n@media(max-width:900px){\n\n  .lx200wall-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lx200wall-three{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx200wall-darkgrid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx200wall-installgrid{\n    grid-template-columns:1fr;\n  }\n\n}\n\n@media(max-width:680px){\n\n  .lx200wall{\n    padding:15px 10px 35px;\n  }\n\n  .lx200wall-hero,\n  .lx200wall-two{\n    grid-template-columns:1fr;\n  }\n\n  .lx200wall-title{\n    font-size:30px;\n  }\n\n  .lx200wall-subtitle{\n    font-size:19px;\n  }\n\n  .lx200wall-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx200wall-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx200wall-three{\n    grid-template-columns:1fr;\n  }\n\n  .lx200wall-dark{\n    padding:24px 18px;\n  }\n\n  .lx200wall-darkgrid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx200wall-card{\n    padding:21px 17px;\n  }\n\n  .lx200wall-install{\n    padding:24px 18px;\n  }\n\n  .lx200wall-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lx200wall-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lx200wall\"\u003e\n\n\n\u003c!-- ======================================================\n     HERO\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-hero\"\u003e\n\n  \u003cdiv class=\"lx200wall-hero-media\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/02a340bc-6306-4a34-9ad0-0e11fdf36cf8.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 200W solar wall light 6500 lumen motion sensor outdoor light\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"lx200wall-brand\"\u003e\n      LUMENXUSA\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx200wall-eyebrow\"\u003e\n      SOLAR WALL \u0026amp; AREA SECURITY LIGHT\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"lx200wall-title\"\u003e\n      LumenXUSA 200W Solar Motion Sensor Wall Light\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"lx200wall-subtitle\"\u003e\n      6,500 Lumens • Motion Sensor • Remote Control • IP65 • Zero Electricity Cost\n    \u003c\/h3\u003e\n\n    \u003cp class=\"lx200wall-text\"\u003e\n      Add powerful solar-powered illumination to garages, driveways,\n      entrances, patios, yards and commercial properties with the\n      \u003cstrong\u003eLumenXUSA 200W Solar Motion Sensor Light\u003c\/strong\u003e.\n      The high-output LED array delivers up to\n      \u003cstrong\u003e6,500 lumens\u003c\/strong\u003e while eliminating the need for\n      traditional electrical wiring.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lx200wall-text\"\u003e\n      The intelligent motion-control system increases the light to\n      \u003cstrong\u003e100% brightness when motion is detected\u003c\/strong\u003e, then reduces\n      output to approximately \u003cstrong\u003e30% after 20 seconds\u003c\/strong\u003e to help\n      conserve battery energy while maintaining nighttime visibility.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"lx200wall-pills\"\u003e\n\n      \u003cspan class=\"lx200wall-pill\"\u003eLumenXUSA\u003c\/span\u003e\n\n      \u003cspan class=\"lx200wall-pill\"\u003e200W Model\u003c\/span\u003e\n\n      \u003cspan class=\"lx200wall-pill\"\u003e6,500 Lumens\u003c\/span\u003e\n\n      \u003cspan class=\"lx200wall-pill\"\u003eMotion Sensor\u003c\/span\u003e\n\n      \u003cspan class=\"lx200wall-pill\"\u003eIP65\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BEST SELLER\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-best\"\u003e\n\n  \u003cstrong\u003eBEST SELLER\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    A popular solar security and area-lighting option for customers who\n    need bright wall-mounted outdoor illumination without trenching,\n    wiring or recurring electricity costs.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     QUICK SPECS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-specbar\"\u003e\n\n  \u003cdiv class=\"lx200wall-spec\"\u003e\n    \u003cstrong\u003e200W\u003c\/strong\u003e\n    \u003cspan\u003eModel rating\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx200wall-spec\"\u003e\n    \u003cstrong\u003e6,500 lm\u003c\/strong\u003e\n    \u003cspan\u003eListed brightness\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx200wall-spec\"\u003e\n    \u003cstrong\u003e4,500mAh\u003c\/strong\u003e\n    \u003cspan\u003eCombined battery\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx200wall-spec\"\u003e\n    \u003cstrong\u003e6–8 Hrs\u003c\/strong\u003e\n    \u003cspan\u003eListed charge time\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx200wall-spec\"\u003e\n    \u003cstrong\u003e8–10 Hrs\u003c\/strong\u003e\n    \u003cspan\u003eMotion-mode runtime\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx200wall-spec\"\u003e\n    \u003cstrong\u003eIP65\u003c\/strong\u003e\n    \u003cspan\u003eOutdoor protection\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SECOND IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bc1df6db-ce19-402b-96b8-71cb51a1e654.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 6500 lumen outdoor solar security wall light\"\u003e\n\n  \u003cdiv class=\"lx200wall-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Powerful Solar Security Lighting Without Electrical Wiring\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The integrated solar system allows the fixture to recharge during\n      daylight and provide outdoor illumination after dark without\n      underground wiring or a conventional power connection.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     PERFORMANCE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-dark\"\u003e\n\n  \u003ch2\u003e\n    Smart Brightness When You Need It\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Motion-controlled brightness helps provide strong visibility when\n    people or vehicles approach while lowering output during periods\n    of inactivity to conserve stored solar energy.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx200wall-darkgrid\"\u003e\n\n    \u003cdiv class=\"lx200wall-darkitem\"\u003e\n      \u003cstrong\u003e100%\u003c\/strong\u003e\n      \u003cspan\u003eBrightness when motion is detected.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx200wall-darkitem\"\u003e\n      \u003cstrong\u003e30%\u003c\/strong\u003e\n      \u003cspan\u003eReduced brightness after inactivity.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx200wall-darkitem\"\u003e\n      \u003cstrong\u003e20 sec\u003c\/strong\u003e\n      \u003cspan\u003eListed delay before dimming.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx200wall-darkitem\"\u003e\n      \u003cstrong\u003e50,000+ hrs\u003c\/strong\u003e\n      \u003cspan\u003eListed lighting-system lifespan.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     THIRD IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/14501ef9-4ed0-4a97-a10d-78feaa5b2bc1.__CR0,0,970,300_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA solar motion light outdoor automatic security lighting\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BATTERY + SOLAR\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-two\"\u003e\n\n\n  \u003cdiv class=\"lx200wall-card\"\u003e\n\n    \u003ch2\u003e\n      Solar Powered with Zero Utility Electricity\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx200wall-list\"\u003e\n\n      \u003cli\u003eCharges from solar energy during daylight\u003c\/li\u003e\n\n      \u003cli\u003eNo conventional electrical wiring required\u003c\/li\u003e\n\n      \u003cli\u003eNo monthly electricity usage during normal solar operation\u003c\/li\u003e\n\n      \u003cli\u003eSuitable for locations away from available outlets\u003c\/li\u003e\n\n      \u003cli\u003eStrong direct sunlight provides the best charging performance\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx200wall-card\"\u003e\n\n    \u003ch2\u003e\n      3-Battery Energy Storage System\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx200wall-list\"\u003e\n\n      \u003cli\u003e3 × 1500mAh rechargeable batteries\u003c\/li\u003e\n\n      \u003cli\u003e4,500mAh combined listed capacity\u003c\/li\u003e\n\n      \u003cli\u003eApprox. 6–8 hours for a full solar charge\u003c\/li\u003e\n\n      \u003cli\u003eApprox. 8–10 hours runtime in motion-sensor mode\u003c\/li\u003e\n\n      \u003cli\u003eActual runtime depends on sunlight and motion activity\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FOURTH IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/21805608-1342-4c60-83a3-8973e29c03ee.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA solar wall light motion sensor driveway garage outdoor\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     REMOTE + SENSOR\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-section\"\u003e\n\n  \u003ch2 class=\"lx200wall-heading\"\u003e\n    Intelligent Motion Detection + Remote Control\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx200wall-lead\"\u003e\n    The included remote lets you manage the light without reaching the\n    elevated fixture, while the built-in motion system automatically\n    increases brightness when activity is detected.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx200wall-three\"\u003e\n\n\n    \u003cdiv class=\"lx200wall-feature\"\u003e\n\n      \u003cdiv class=\"lx200wall-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Motion-Activated Security\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The light increases to full brightness when motion is detected,\n          helping improve visibility around entrances, garages and driveways.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx200wall-feature\"\u003e\n\n      \u003cdiv class=\"lx200wall-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Energy-Saving Dim Mode\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          After approximately 20 seconds without detected movement,\n          brightness reduces to about 30% to conserve battery capacity.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx200wall-feature\"\u003e\n\n      \u003cdiv class=\"lx200wall-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Remote Control\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Adjust operation from a distance instead of manually accessing\n          the fixture after it has been mounted.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     IP65\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-dark\"\u003e\n\n  \u003ch2\u003e\n    IP65 Outdoor Protection\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    The fixture uses high-impact ABS construction and is designed for\n    permanent outdoor use across changing weather conditions.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx200wall-darkgrid\"\u003e\n\n    \u003cdiv class=\"lx200wall-darkitem\"\u003e\n      \u003cstrong\u003eIP65\u003c\/strong\u003e\n      \u003cspan\u003eListed weather-protection rating.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx200wall-darkitem\"\u003e\n      \u003cstrong\u003eABS\u003c\/strong\u003e\n      \u003cspan\u003eHigh-impact housing material.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx200wall-darkitem\"\u003e\n      \u003cstrong\u003e-20°C\u003c\/strong\u003e\n      \u003cspan\u003eListed lower operating temperature.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx200wall-darkitem\"\u003e\n      \u003cstrong\u003e100°C\u003c\/strong\u003e\n      \u003cspan\u003eListed upper operating temperature.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FIFTH IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8433c418-c1a4-4d42-8231-50f9a5a14223.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA IP65 solar outdoor wall light weather resistant\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     REMOTE IMAGE FROM SHOPIFY\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/Untitled_design.jpg_1.jpg?v=1735244770\" alt=\"LumenXUSA solar light remote control\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     INSTALLATION\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-install\"\u003e\n\n  \u003cspan class=\"lx200wall-install-label\"\u003e\n    IMPORTANT INSTALLATION INFORMATION\n  \u003c\/span\u003e\n\n  \u003ch2\u003e\n    Designed for Wall or Flat-Surface Mounting\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    This model uses an included mounting base and screw set for installation\n    directly onto a structurally suitable wall or flat surface. It is not\n    designed to mount to the 20 FT street-light pole used with our\n    pole-mounted solar street-light models.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx200wall-installgrid\"\u003e\n\n    \u003cdiv class=\"lx200wall-installitem\"\u003e\n\n      \u003cstrong\u003e\n        Wall Mount\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Install on a suitable exterior wall, garage, building or similar structure.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx200wall-installitem\"\u003e\n\n      \u003cstrong\u003e\n        Flat Surface\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Secure the supplied base to a structurally appropriate flat mounting surface.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx200wall-installitem\"\u003e\n\n      \u003cstrong\u003e\n        No Pole Required\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        This product does not require or use our 20 FT street-light pole.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     APPLICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-card lx200wall-section\"\u003e\n\n  \u003ch2\u003e\n    Ideal for Residential \u0026amp; Commercial Outdoor Lighting\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx200wall-lead\"\u003e\n    This wall-mounted solar light is especially useful where bright\n    security or area lighting is needed without installing electrical wiring.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx200wall-apps\"\u003e\n\n    \u003cspan class=\"lx200wall-app\"\u003eGarages\u003c\/span\u003e\n\n    \u003cspan class=\"lx200wall-app\"\u003eDriveways\u003c\/span\u003e\n\n    \u003cspan class=\"lx200wall-app\"\u003eEntrances\u003c\/span\u003e\n\n    \u003cspan class=\"lx200wall-app\"\u003eEntryways\u003c\/span\u003e\n\n    \u003cspan class=\"lx200wall-app\"\u003eYards\u003c\/span\u003e\n\n    \u003cspan class=\"lx200wall-app\"\u003eGardens\u003c\/span\u003e\n\n    \u003cspan class=\"lx200wall-app\"\u003ePatios\u003c\/span\u003e\n\n    \u003cspan class=\"lx200wall-app\"\u003eBuildings\u003c\/span\u003e\n\n    \u003cspan class=\"lx200wall-app\"\u003eWarehouses\u003c\/span\u003e\n\n    \u003cspan class=\"lx200wall-app\"\u003eParking Areas\u003c\/span\u003e\n\n    \u003cspan class=\"lx200wall-app\"\u003eExit Areas\u003c\/span\u003e\n\n    \u003cspan class=\"lx200wall-app\"\u003eSecurity Lighting\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SPECIFICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-two\"\u003e\n\n\n  \u003cdiv class=\"lx200wall-card\"\u003e\n\n    \u003ch2\u003e\n      Product Specifications\n    \u003c\/h2\u003e\n\n\n    \u003ctable class=\"lx200wall-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003e\u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eModel Rating\u003c\/th\u003e\n          \u003ctd\u003e200W\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLight Output\u003c\/th\u003e\n          \u003ctd\u003eUp to 6,500 Lumens\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePower Source\u003c\/th\u003e\n          \u003ctd\u003eSolar\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eHousing Material\u003c\/th\u003e\n          \u003ctd\u003eHigh-Impact ABS\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRated LED Life\u003c\/th\u003e\n          \u003ctd\u003e50,000+ Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx200wall-card\"\u003e\n\n    \u003ch2\u003e\n      Battery \u0026amp; Control Specifications\n    \u003c\/h2\u003e\n\n\n    \u003ctable class=\"lx200wall-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBattery\u003c\/th\u003e\n          \u003ctd\u003e3 × 1500mAh\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCombined Capacity\u003c\/th\u003e\n          \u003ctd\u003e4,500mAh Listed\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCharge Time\u003c\/th\u003e\n          \u003ctd\u003eApprox. 6–8 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRuntime\u003c\/th\u003e\n          \u003ctd\u003eApprox. 8–10 Hours in Motion Mode\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMotion Brightness\u003c\/th\u003e\n          \u003ctd\u003e100%\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eStandby Brightness\u003c\/th\u003e\n          \u003ctd\u003eApprox. 30%\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eDim Delay\u003c\/th\u003e\n          \u003ctd\u003eApprox. 20 Seconds\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eWeather Rating\u003c\/th\u003e\n          \u003ctd\u003eIP65\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     INSTALLATION STEPS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-two\"\u003e\n\n\n  \u003cdiv class=\"lx200wall-card\"\u003e\n\n    \u003ch2\u003e\n      Easy Wire-Free Installation\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx200wall-list\"\u003e\n\n      \u003cli\u003eSelect a structurally suitable wall or flat surface\u003c\/li\u003e\n\n      \u003cli\u003ePosition the mounting base\u003c\/li\u003e\n\n      \u003cli\u003eMark the mounting-hole locations\u003c\/li\u003e\n\n      \u003cli\u003eSecure the base with the supplied screw hardware\u003c\/li\u003e\n\n      \u003cli\u003eAttach the solar light to the base\u003c\/li\u003e\n\n      \u003cli\u003eEnsure the solar panel receives strong daytime sunlight\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx200wall-card\"\u003e\n\n    \u003ch2\u003e\n      Installation Tips\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx200wall-list\"\u003e\n\n      \u003cli\u003eAvoid mounting beneath deep roof overhangs if they shade the solar panel\u003c\/li\u003e\n\n      \u003cli\u003eKeep nearby trees and structures from blocking daytime sunlight\u003c\/li\u003e\n\n      \u003cli\u003eInstall where the motion sensor has a clear view of the target area\u003c\/li\u003e\n\n      \u003cli\u003eDo not mount on an unstable or unsuitable surface\u003c\/li\u003e\n\n      \u003cli\u003eCheck mounting hardware periodically\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SOLAR TIPS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-dark\"\u003e\n\n  \u003ch2\u003e\n    Get Better Solar Charging Performance\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Solar-light performance depends heavily on daytime sunlight.\n    Proper placement helps maximize stored energy and nighttime runtime.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx200wall-darkgrid\"\u003e\n\n    \u003cdiv class=\"lx200wall-darkitem\"\u003e\n      \u003cstrong\u003eDirect Sun\u003c\/strong\u003e\n      \u003cspan\u003eChoose the strongest available daytime exposure.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx200wall-darkitem\"\u003e\n      \u003cstrong\u003e6–8 Hours\u003c\/strong\u003e\n      \u003cspan\u003eListed charging time under suitable conditions.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx200wall-darkitem\"\u003e\n      \u003cstrong\u003eClean Panel\u003c\/strong\u003e\n      \u003cspan\u003eRemove dirt and debris periodically.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx200wall-darkitem\"\u003e\n      \u003cstrong\u003eAvoid Shade\u003c\/strong\u003e\n      \u003cspan\u003eKeep trees and structures from blocking the panel.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FAQ\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-card\"\u003e\n\n  \u003ch2\u003e\n    LumenXUSA 200W Solar Motion Wall Light FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lx200wall-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How bright is this solar wall light?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx200wall-answer\"\u003e\n        The supplied product information lists brightness up to\n        approximately 6,500 lumens.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does the light have a motion sensor?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx200wall-answer\"\u003e\n        Yes. The supplied description identifies intelligent motion\n        brightness control as a key feature.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What happens when motion is detected?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx200wall-answer\"\u003e\n        The supplied product information states that the light increases\n        to 100% brightness when motion is detected.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What happens when motion stops?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx200wall-answer\"\u003e\n        The supplied description states that the fixture reduces to\n        approximately 30% brightness about 20 seconds after motion is no\n        longer detected.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long does the battery last at night?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx200wall-answer\"\u003e\n        The supplied description lists approximately 8–10 hours after a\n        6–8 hour full charge when operating in motion-sensor mode.\n        Actual runtime varies with sunlight and usage.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does this solar light include a remote?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx200wall-answer\"\u003e\n        Yes. The product description states that a remote control is included\n        for convenient operation from a distance.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is the light waterproof?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx200wall-answer\"\u003e\n        The supplied product information lists an IP65 weather-protection rating.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does it need electrical wiring?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx200wall-answer\"\u003e\n        No conventional electrical wiring is required for normal solar operation.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I install this light on a street-light pole?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx200wall-answer\"\u003e\n        This model is designed for installation using its mounting base\n        on a suitable wall or flat surface. It is not intended to use the\n        20 FT street-light pole recommended with our pole-mounted solar street lights.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where can I install it?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx200wall-answer\"\u003e\n        Common applications include garages, building walls, yards,\n        driveways, entrances, gardens, patios, parking areas and other\n        suitable exterior flat mounting surfaces.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long are the LEDs rated to last?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx200wall-answer\"\u003e\n        The supplied product description lists a lighting-system life\n        of more than 50,000 hours.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What battery capacity does it have?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx200wall-answer\"\u003e\n        The supplied description lists three 1500mAh batteries,\n        for a combined listed capacity of 4,500mAh.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     TRUST BAR\n     ====================================================== --\u003e\n\n\u003csection class=\"lx200wall-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\n    Solar Outdoor Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e6,500 lm\u003c\/strong\u003e\n    Bright Output\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eMotion Sensor\u003c\/strong\u003e\n    Smart Brightness\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eIP65\u003c\/strong\u003e\n    Outdoor Protection\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eWall Mount\u003c\/strong\u003e\n    No Pole Required\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":44716865880296,"sku":"2p-150w","price":82.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/2-pack-solar-street-lights-outdoor-waterproof6000lm-dusk-to-dawn6500k-motion-sensor-with-remote-control-7127670.jpg?v=1786734496"},{"product_id":"street-light-pole-13-12ft-garden-light-pole-outdoor-heavy-metal","title":"13FT Street Light Pole Garden Light Heavy Metal Light Pole Black Iron Aluminum Pole with Ground Cage and Mounting Kit for Heavy Duty","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv id=\"imageGallery_feature_div\" class=\"celwidget pd_rd_w-NpfVZ pd_rd_r-KVA49XBFGR2PB287BQS9 pd_rd_wg-7M86O\" data-feature-name=\"imageGallery\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"imageGallery\" data-csa-c-slot-id=\"imageGallery_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"kh2yiy-q3wfws-69ej3k-rduej7\" data-cel-widget=\"imageGallery_feature_div\"\u003e\n\u003cdiv id=\"product-image-gallery\" class=\"a-cardui-deck\" name=\"a-cardui-deck-autoname-10\"\u003e\n\u003cdiv class=\"a-cardui\" data-a-card-type=\"fullBleed\" name=\"a-cardui-deck-autoname-10-card0\"\u003e\n\u003cdiv class=\"a-cardui-header\"\u003e\n\u003cdiv class=\"a-section image-gallery-widget-title\"\u003e\n\u003cdiv class=\"a-cardui-title\"\u003e\n\u003ch3 class=\"a-size-medium a-cardui-title-text\"\u003e\u003cspan class=\"a-truncate\" data-a-word-break=\"normal\" data-a-max-rows=\"3\" data-a-overflow-marker=\"\u0026amp;hellip;\" data-a-recalculate=\"false\" data-a-updated=\"true\"\u003e\u003cspan class=\"a-truncate-full a-offscreen\"\u003e Product Gallery \u003c\/span\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-cardui-body\"\u003e\n\u003cdiv class=\"a-section a-spacing-base image-gallery-first-slot\"\u003e\n\u003cdiv class=\"image-gallery-tint\"\u003e\u003c\/div\u003e\n\u003cimg alt=\"Street Light Pole 13.12ft Garden Light Pole Outdoor Heavy Metal Light Pole Field Light Pole Ranch Light Pole Black Iron Aluminum Pole with Ground Cage and Mounting Kit for Heavy Duty Street Light\" src=\"https:\/\/m.media-amazon.com\/images\/I\/61GaXXC9tQL.jpg\" class=\"product-image\" width=\"1600\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/61GaXXC9tQL.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-base a-padding-base image-gallery-slot\"\u003e\n\u003cdiv class=\"image-gallery-tint\"\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/61Dtip4GHXL.jpg\" class=\"product-image\" width=\"1600\" role=\"presentation\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/61Dtip4GHXL.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-base a-padding-base image-gallery-slot\"\u003e\n\u003cdiv class=\"image-gallery-tint\"\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/81qs6TvHlPL.jpg\" class=\"product-image\" width=\"1600\" role=\"presentation\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/81qs6TvHlPL.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-base a-padding-base image-gallery-slot\"\u003e\n\u003cdiv class=\"image-gallery-tint\"\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/817lBjc6EYL.jpg\" class=\"product-image\" width=\"1600\" role=\"presentation\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/817lBjc6EYL.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-base a-padding-base image-gallery-slot\"\u003e\n\u003cdiv class=\"image-gallery-tint\"\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71b09dVv7HL.jpg\" class=\"product-image\" width=\"1600\" role=\"presentation\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/71b09dVv7HL.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-padding-base image-gallery-last-slot\"\u003e\n\u003cdiv class=\"image-gallery-tint\"\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/81UvY5BPfAL.jpg\" class=\"product-image\" width=\"1600\" role=\"presentation\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/81UvY5BPfAL.jpg\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusBrandStory_feature_div\" class=\"celwidget pd_rd_w-AdQri pd_rd_r-KVA49XBFGR2PB287BQS9 pd_rd_wg-7M86O\" data-feature-name=\"aplusBrandStory\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusBrandStory\" data-csa-c-slot-id=\"aplusBrandStory_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"pknekz-xxeh4f-1r5l5s-sf3yd\" data-cel-widget=\"aplusBrandStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"aplusBatch_feature_div\" class=\"celwidget pd_rd_w-Na88M pd_rd_r-KVA49XBFGR2PB287BQS9 pd_rd_wg-7M86O\" data-feature-name=\"aplusBatch\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusBatch\" data-csa-c-slot-id=\"aplusBatch_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"rsr1wm-gwhat0-fjizgl-vj7lau\" data-cel-widget=\"aplusBatch_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-11\" data-csa-c-id=\"il7pyi-z5x4oh-mirray-o5c6xs\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-11-card0\" data-cel-widget=\"\"\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"mu3khu-6uf5q2-gev7tx-vmtcd4\" data-cel-widget=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"19thop-zclltq-r0kcgr-h2uc0j\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"00\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1b308f61-11a2-449f-b99e-0e9b676e3af6.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1b308f61-11a2-449f-b99e-0e9b676e3af6.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"878gma-6ifu27-ath6ww-2gh24r\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"12\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c186334c-1a62-4414-bdea-aaf946bfd3df.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c186334c-1a62-4414-bdea-aaf946bfd3df.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"hyjy13-e9mrnk-uxebv2-rz2pfc\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"2\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7acf4be0-3d9a-4201-a3e0-a5f00db44ede.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7acf4be0-3d9a-4201-a3e0-a5f00db44ede.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"caxgze-32jugo-qqifph-msss1\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"6\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6ff7c8b1-bfda-4764-9aa8-71e113bc388a.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6ff7c8b1-bfda-4764-9aa8-71e113bc388a.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"pb2dhr-jdrmk-rkrefg-te2n6g\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"0\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c08c8b08-e9c8-4374-9243-2f266dcc4c42.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c08c8b08-e9c8-4374-9243-2f266dcc4c42.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"curotf-z92o6z-pnzncy-b7zybg\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"0\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ff3d0444-7ee6-4b36-92d0-1931d8f5fb26.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ff3d0444-7ee6-4b36-92d0-1931d8f5fb26.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"renewedProgramDescription_feature_div\" class=\"celwidget pd_rd_w-7fz5x pd_rd_r-KVA49XBFGR2PB287BQS9 pd_rd_wg-7M86O\" data-feature-name=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"ob2kye-rok24u-d1zf53-7eiwpu\" data-cel-widget=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-12\" data-csa-c-id=\"ysnf7h-jj43rn-8cfjjx-2ec3am\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget pd_rd_w-6XCGD pd_rd_r-KVA49XBFGR2PB287BQS9 pd_rd_wg-7M86O\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"ym596j-n8a5wy-njkhan-u7cp52\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-13\" data-csa-c-id=\"3cngdr-y6hd0t-v73pjk-jklx99\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget pd_rd_w-EGh2y pd_rd_r-KVA49XBFGR2PB287BQS9 pd_rd_wg-7M86O\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"35jvmp-jeeuj5-4cex7l-8foz0d\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-14\" data-csa-c-id=\"pc4j0i-otvguz-7o0whn-esngw8\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget pd_rd_w-rudB9 pd_rd_r-KVA49XBFGR2PB287BQS9 pd_rd_wg-7M86O\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"v3aesd-1r1kxg-j8rpok-mucdnk\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-15\" data-csa-c-id=\"g7qxm8-csdkjr-xfp573-2vv64e\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-15-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eHeight Adjustable: ✅The extra tall street light pole is designed in sections, so you can DIY different sizes and freely adjust to the height you need. Its height variation depends on how many sections of extended straight poles will be used, and there are four sections of extended poles available inside the package.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eDurable material: ✅13.12 feet outdoor street light pole is treated with anti-rust and anti-corrosion coating on its surface, which is not easy to wear. The included ground cage can be mounted deeply under the ground and can support a wide range of heavy-duty pendants.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eExtremely stable: ✅The extended ground cage design increases its stability. Using our heavy duty pole to fix street lights or other heavy duty pendants will ensure that the outdoor light pole stands straight and stable in the soil, not easily tilted, bent and broken, more stable and durable.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEasy to install: ✅Each section of the extension pole can be quickly screwed together, no additional tools are needed, just make sure that each section of the heavy duty pole is 100% fastened.Mounts onto concrete or other surface.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eWidely used: ✅Durable outdoor light poles not only hold street lights firmly in place, but can also hang banners, flags, lanterns, balloons, garlands to decorate your garden, wedding, family gathering or other parties. (Note: We only sell outdoor street light poles)\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":44770165031144,"sku":"spole-16ft","price":249.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/13ft-street-light-pole-garden-light-heavy-metal-light-pole-black-iron-aluminum-pole-with-ground-cage-and-mounting-kit-for-heavy-duty-1184913.jpg?v=1786734446"},{"product_id":"4500w-solar-street-light-outdoor-250000lm-6500k-with-mobile-app","title":"4500W Solar Street Light Outdoor, 250000LM 6500K with Mobile App Remote Control Dusk to Dawn LED Motion Sensor","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch2\u003e\u003cstrong\u003eProduct description\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cdiv data-cel-widget=\"m-aplus\" data-csa-c-id=\"hwj2gl-mmxj8m-e9sg8m-5gkjlo\" class=\"aplus-v2 mobile celwidget\"\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"gzxc7p-sfem4z-caqut1-yay9k0\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/781d7d17-c5d5-477f-841a-17163db76e1c.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/781d7d17-c5d5-477f-841a-17163db76e1c.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"Solar street light\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eWaitScher 4500W 250000LM Solar street light, 0 electricity bill +Mobile remote control + Motion sensor + Light sensing function\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003col class=\"a-ordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSolar Security street light, easy to install, 0 electricity bill, no electricity distribution, fast charging, energy saving.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e432 pcs high efficiency LED beads which is 25 times brighter than ordinary beads, the brightness can reach 250000LM.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eIP67 waterproof, Can deal with -22°F-140°F temperature and bad weather in daily life.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eThe remote controler has a memory function, it can turn on and off light, be timed lighting, and adjust motion sensor mode.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eIntelligent light control, turn off and charging during the day, working lighting from down to dawn.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eEasy to installation for wall and lamp post, Applicable lamp post diameter: 1.5~4 inches.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eWorking time is up to 24 hours after 6-8 hours fully charging, about 60 hours in dim mode.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e33000mAH large capacity battery, long battery life, can work continuously for 50000+ hours, more than 5 years.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eTwo ways to control the solar street light: Mobile APP + Remote Controler.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-module-4\" data-csa-c-id=\"9zdojl-fro2yy-p40iwy-8n2uai\" class=\"celwidget aplus-module module-4 aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d599a176-af5b-4b7a-987b-6396bd47a906.__CR0,0,900,900_PT0_SX220_V1___.jpg\" class=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d599a176-af5b-4b7a-987b-6396bd47a906.__CR0,0,900,900_PT0_SX220_V1___.jpg\" alt=\"Solar street light led beads\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003e432 PCS High Efficiency\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003e\u003cspan class=\"a-text-bold\"\u003eUltra Bright LED Beads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003e25 times brightness than ordinary LED beads, providing higher brightness and a longer lifespan,6500K Color temperature daylight white light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/38fa5431-f9fb-4263-9c49-52a01fe078e4.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/38fa5431-f9fb-4263-9c49-52a01fe078e4.__CR0,0,300,300_PT0_SX220_V1___.jpg\" alt=\"High Efficiency Solar Panels\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eNewest 25% Conversion Rate Solar Panel\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003e\u003cspan class=\"a-text-bold\"\u003eHigh Efficiency Solar Panel\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003eSolar panel and lamp 2 in 1, no wiring, no leakage,safer to use, easier to install.\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003e25% high conversion solar panel, longer-lasting illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/59694b0a-d3c5-41b5-9357-e2d7bffd8751.__CR0,0,900,900_PT0_SX220_V1___.jpg\" class=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/59694b0a-d3c5-41b5-9357-e2d7bffd8751.__CR0,0,900,900_PT0_SX220_V1___.jpg\" alt=\"outdoor waterproof solar street light\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eWorks in all bad weather\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eVery good IP67 Waterproof and Rainproof performance, works in all bad weather;Robust new ABS plastic and metal, high\/low temperature resistance,365 days continuous outdoor work in -22°F~140°F temperature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/423e0347-a8db-498f-8ff0-235c65cf9d53.__CR0,0,900,900_PT0_SX220_V1___.jpg\" class=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/423e0347-a8db-498f-8ff0-235c65cf9d53.__CR0,0,900,900_PT0_SX220_V1___.jpg\" alt=\"Solar light Product Package\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eProduct Package\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003e·Solar panel and light 2 in 1\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003e·Manual\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003e·Extension rod\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003e·Free mobile app\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003e·Installation accessory x 25\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003e·Remote controler（Equipped with battery）\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-module-11\" data-csa-c-id=\"5bhzkm-cwhbzz-jkbfr4-1wvawj\" class=\"celwidget aplus-module module-11 aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/61eb8147-7c40-4cbe-9836-0eb53bced09b.__CR0,0,970,300_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/61eb8147-7c40-4cbe-9836-0eb53bced09b.__CR0,0,970,300_PT0_SX970_V1___.jpg\" alt=\"Solar street light outdoor\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-module-6\" data-csa-c-id=\"r25337-8m0yru-e22err-b4mdmv\" class=\"celwidget aplus-module module-6 aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6b47d46e-3f9f-44e8-b923-4cb4e7df2ff1.__CR0,0,900,900_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6b47d46e-3f9f-44e8-b923-4cb4e7df2ff1.__CR0,0,900,900_PT0_SX300_V1___.jpg\" alt=\"solar street light app\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSolar Street Light with Mobile APP\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eOur solar street light can be controlled remotely via a mobile app. You can download the “SensorX ”app by searching for it in the iPhone App Store or Google Play.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eIt offers three operating modes:Automatic Mode,Timing Setting Mode, Motion Sensing Mode.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eThis solar light allows convenient remote management via the mobile app based on user needs. The flexibility significantly improves management efficiency and reduces wasted energy from excessive lighting.\u003c\/p\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4d87f08c-db8d-4a19-9fad-fe3a83171767.__CR0,0,900,900_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4d87f08c-db8d-4a19-9fad-fe3a83171767.__CR0,0,900,900_PT0_SX300_V1___.jpg\" alt=\"solar street light app\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eAutomatic mode:\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eAutomatically turn on at night and turn off at dawn\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eIn the app, you can see and set the brightness value you want more intuitively and accurately\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eTips：When you change the brightness with the remote control, the brightness value displayed on the app is out of sync.\u003c\/p\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4b1cb2aa-bcf1-456e-8a98-c23bc5d181ef.__CR0,0,900,900_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4b1cb2aa-bcf1-456e-8a98-c23bc5d181ef.__CR0,0,900,900_PT0_SX300_V1___.jpg\" alt=\"solar street light with app\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eTiming mode:\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eThe lights automatically turn on at night, and turn off at a timed time after x hours what you set.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eSetting range:1hour-12hour. Setting accuracy: per hour.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eTips：When you change the brightness with the remote control, the brightness value displayed on the app is out of sync.\u003c\/p\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ea00fe5c-91b9-4c65-9d28-ec16ef5892f6.__CR0,0,900,900_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ea00fe5c-91b9-4c65-9d28-ec16ef5892f6.__CR0,0,900,900_PT0_SX300_V1___.jpg\" alt=\"solar street light app Controls\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSensing mode:\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eThe light will turn on automatically at night. When no motion detected,the lighting brightness is 30%. When motion detected,the brightness will be increased to 100%.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eWhen setting this time in the middle\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eWe recommend setting this time in the middle, which means \"Time for waiting to enter sensing mode\"is about 4 hours,\u003cspan class=\"a-text-bold\"\u003e \u003c\/span\u003eso assuming that it is dark at 7 PM, the street lights will stay on for 4 hours from 7 to 11 PM.Then It goes into motion mode after 11 PM to save battery and product life.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eWhen setting this time to the far right\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eIf you set the time to the far right of the progress bar, the light will enter motion mode after 8 hours.（In this way, the light will go into automatic mode after dark, and then into motion mode after 8 hours of automatic mode.）\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-module-3\" data-csa-c-id=\"h7xu55-dhlaxm-j60o1j-ohwyl0\" class=\"celwidget aplus-module module-3 aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-spacing apm-floatnone\"\u003e\n\u003cdiv class=\"apm-sidemodule\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0a16dae2-4e4d-4d8e-91a2-6416c0efc2eb.__CR0,0,928,928_PT0_SX300_V1___.png\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0a16dae2-4e4d-4d8e-91a2-6416c0efc2eb.__CR0,0,928,928_PT0_SX300_V1___.png\" alt=\"solar street light with remote control\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eMake Sure The Solar Light Has Been Fully Charged and The Remote Control Has Battery Already: 2*AAA (Included)\u003c\/h3\u003e\n\u003cp\u003e1.'Red button': Motion sensing mode\u003c\/p\u003e\n\u003cp\u003e(When no one is there, 0% brightness lighting of solar lights;100% brightness lighting when someone passes by;30% brightness lighting after people leave for 15 seconds);\u003cspan class=\"a-text-bold\"\u003e[Using APP, you can first select the 1-8H timing mode, and then enter Motion sensor mode]\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e2.ON: Turn ON the light and Always lighting;\u003c\/p\u003e\n\u003cp\u003e3.OFF: Turn OFF the light\u003c\/p\u003e\n\u003cp\u003e4.Full\/Much\/Half：100%\/80%\/50% brightness [Use the mobile app to have more brightness options].\u003c\/p\u003e\n\u003cp\u003e5.Add\/Reduce the brightness: Press once to change brightness by 10%\u003c\/p\u003e\n\u003cp\u003e6.Auto mode: Automatically turns on at dusk and turns off during the day.\u003c\/p\u003e\n\u003cp\u003e7.Timing mode(3H\/5H\/8H)：Timed Light Up Lighting 3\/5\/8 hours;[Mobile app allows you to have more time to choose].\u003c\/p\u003e\n\u003cp\u003e8.Note：In Auto\/Timing mode, if the light is not adjusted for a long time,the brightness of the light will decrease some brightness every few hours in order to prolong the lighting time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"fdhna8-6gvdlo-r169s9-o27jfa\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fe1ee298-cb1b-4f48-8a57-0588772947e1.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fe1ee298-cb1b-4f48-8a57-0588772947e1.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"solar street lights outdoor waterproof\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003eThis solar street light is equipped with advanced light sensing module, In any case, the light sensing function works.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e( whatever lighting mode you set, the lights on and off will be affected by the light changes.）\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e·When the light is on, it will automatically turn off if the environment changes from dark to bright.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e·When the light is off, it automatically lights up if the environment changes from bright to dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"brlbm5-yms2s7-irntu1-igpaff\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b2cec678-e5bc-4ddc-b791-a96a2126e8d0.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b2cec678-e5bc-4ddc-b791-a96a2126e8d0.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"solar street lights outdoor dusk to dawn\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003eQ: Can it work on cloudy days?\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA: Yes, it can work in all environments, but it needs sunlight when charging, otherwise it cannot be fully charged.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eQ: How long can it work on a full charge?\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA: Always lighting mode can work for more than 12 hours; Motion sensor mode can work for more than 20 hours.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eQ: Can the motion sensor be turned off?\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA: Yes, You can set it to automatic or timed mode with your phone or remote control.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv class=\"a-section\" id=\"featurebullets_secondary_view_div\"\u003e\n\u003cdiv class=\"a-section a-spacing-small\" id=\"feature-bullets\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【0 ELECTRICITY BILL 】This 2000W solar street lamp is powered by solar and no need to pay any electricity bills, automatically turns on at dusk and turns off during the day. The brightness of our ultra-bright lamp beads is 25 times the brightness of ordinary lamp beads, these high efficiency 432 pcs brightest LED beads provide the clearest and brightest vision, 250000LM, 6500K daylight white light.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【MOBILE CONTROL—2023 NEWEST, BEST, MOST ADVANCED】Use the free app to control the Solar Street Light which can be easily and conveniently controlled by your iphone, able to control multiple lamps at any moment. More powerful, richer and more useful functions, more details of data display and more precise Settings,more customized Settings, for meeting your needs better.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【MULTI-FUNCTIONAL INTELLIGENT CONTROL】 3 LIGHTING MODES：3 lighting modes for you to set. 1:Motion sensing mode. 2:Automatic mode 3:Timing setting mode. Provide 12 Timing sets: 1H\/2H\/3H\/,,,11H\/12H. There are 100 levels of brightness (1%\/2%\/3%\/....99%\/100%) that can be adjusted. The using instruction detail for the remote control is displayed in the Product Description. You can operate with remote controler or mobile phone.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【ULTRA-WIDE LIGHTING ANGLE 】 — This Upgrade lamp is designed with 3-way large panel ultra-wide-angle lighting, it provides a wider range of lighting and brighter light compared with ordinary street lights. The Illumination area is up to max 3200sq.ft , which covers more area. It lights up the dark corner and blind spots without power, escort the safety of you and your family.The first choice for night lighting.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【EASY INSTALLATION AND WIRELESS 】This led street light has 2 installation ways, it is easy to install on poles and walls outdoor. The installation accessory included in the package, no wiring is required. Perfect for streets and roads, parking lot, basketball court, garage, garden, street, courtyard, squares, etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【BEST QUALITY \u0026amp; IP67 WATERPROOF】The street light built-in High quality 3.4v-33000mAh Lithium battery is more stable and longtime lasting(life up to 50,000 hours). Working time is up to 24 hours after 6-8 hours fully charging, about 60 hours in dim mode.IP67 waterproof grade make it work well even in bad weather all year round, 365 days continuous work.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":44776853831912,"sku":"4500wsl","price":269.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/4500w-solar-street-light-outdoor-250000lm-6500k-with-mobile-app-remote-control-dusk-to-dawn-led-motion-sensor-3628748.jpg?v=1786734445"},{"product_id":"4500w-solar-street-lights-outdoor-commercial-grade-solar-powered-street-light-with-remote","title":"4500W Large Solar Street Lights Outdoor - Commercial Grade Solar Powered Street Light 120000LM with Remote","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv id=\"hoverBoardDisclaimer_feature_div\" class=\"celwidget\" data-feature-name=\"hoverBoardDisclaimer_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"hoverBoardDisclaimer_RI\" data-csa-c-slot-id=\"hoverBoardDisclaimer_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"awypxk-rmgh0-4megyy-rt3wi4\" data-cel-widget=\"hoverBoardDisclaimer_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-8\" data-csa-c-id=\"htthzk-z9syzb-k1ktd6-eci56n\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"cpsiaProductSafetyWarning_feature_div\" class=\"celwidget\" data-feature-name=\"cpsiaProductSafetyWarning_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"cpsiaProductSafetyWarning_RI\" data-csa-c-slot-id=\"cpsiaProductSafetyWarning_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"9h3xw5-2cf5w4-2c80kc-wlwnnc\" data-cel-widget=\"cpsiaProductSafetyWarning_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-9\" data-csa-c-id=\"uy6c8p-z6d8yh-nu6120-xyihhi\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"ageWarning_feature_div\" class=\"celwidget\" data-feature-name=\"ageWarning_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"ageWarning_RI\" data-csa-c-slot-id=\"ageWarning_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"b1vtv8-fwfaw7-28h0d9-p8tjh3\" data-cel-widget=\"ageWarning_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-10\" data-csa-c-id=\"aithjc-ke2plt-vmwz7a-psskhk\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusBatch_feature_div\" class=\"celwidget\" data-feature-name=\"aplusBatch\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusBatch\" data-csa-c-slot-id=\"aplusBatch_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"39ndz3-11rutz-k8ndfk-4hemdf\" data-cel-widget=\"aplusBatch_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-11\" data-csa-c-id=\"4fh0aw-plymff-lqhhs4-myvzu5\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-11-card0\" data-cel-widget=\"\"\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"hpgamr-zkbbl-yzycfa-z8nn34\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" data-csa-c-id=\"ehq113-8c30vl-pl88iq-460zia\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\" cel_widget_id=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"solar street lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/52bdecd5-2945-4c9b-a030-53034001a360.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/52bdecd5-2945-4c9b-a030-53034001a360.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-12-nav-carousel aplus-premium\" data-csa-c-id=\"p25neu-k625l4-nuusfh-9lrvpn\" data-cel-widget=\"aplus-m-premium-module-12-nav-carousel\" cel_widget_id=\"aplus-m-premium-module-12-nav-carousel\"\u003e\n\u003cdiv class=\"celwidget\" data-csa-c-id=\"f68di0-1srulj-8p9pmn-1wzcm4\" data-cel-widget=\"aplus-m-premium-module-12-nav-carousel-C\" cel_widget_id=\"aplus-m-premium-module-12-nav-carousel-C\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-12 premium-aplus-module-12--top-nav\"\u003e\n\u003cdiv data-module-id=\"1\" class=\"a-section a-spacing-none aplus-carousel-container\"\u003e\n\u003cdiv id=\"premium-aplus-12-carousel-1-id\" data-a-carousel-options='{\"minimum_gutter_width\":0,\"maintain_state\":false,\"name\":\"premium-aplus-12-carousel-1\",\"carousel_display_strategy\":\"single\"}' data-a-transition-strategy=\"slideCircular\" class=\"a-begin a-carousel-container a-carousel-display-stretchyGoodness a-carousel-transition-slideCircular aplus-image-carousel-container a-carousel-initialized\"\u003e\n\u003cdiv class=\"a-carousel-viewport a-gesture a-gesture-horizontal\" id=\"anonCarousel6\"\u003e\n\u003col class=\"a-carousel\" role=\"list\"\u003e\n\u003cli class=\"a-carousel-card aplus-carousel-card\" role=\"listitem\" aria-setsize=\"5\" aria-posinset=\"4\" aria-hidden=\"false\"\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-card-image\"\u003e\u003cimg alt=\"endurance lights street solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/369ea2a3-4fe5-443e-9325-f822c4c80497.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"a-carousel-card aplus-carousel-card\" role=\"listitem\" aria-setsize=\"5\" aria-posinset=\"5\" aria-hidden=\"false\"\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-card-image\"\u003e\u003cimg alt=\"outdoor solar street lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bd285eda-3292-42b5-8f5b-fb65a7ed70af.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"a-carousel-card aplus-carousel-card\" role=\"listitem\" aria-setsize=\"5\" aria-posinset=\"1\" aria-hidden=\"false\"\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-card-image\"\u003e\u003cimg alt=\"solar parking lot lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/75dd2cf1-178e-4b01-9744-8c74cd26425d.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"a-carousel-card aplus-carousel-card\" role=\"listitem\" aria-setsize=\"5\" aria-posinset=\"2\" aria-hidden=\"false\"\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-card-image\"\u003e\u003cimg alt=\"solar outdoor street lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/81e32ac1-3918-4e8f-9d5d-d55b433b8727.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"a-carousel-card aplus-carousel-card\" role=\"listitem\" aria-setsize=\"5\" aria-posinset=\"3\" aria-hidden=\"false\"\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-card-image\"\u003e\u003cimg alt=\"solar parking lot lights commercial\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ad159b38-5ec1-4941-bd30-eb336d6d7896.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplus-carousel-actions-1\" class=\"a-section aplus-carousel-actions aplus-container-2\"\u003e\n\u003cspan class=\"aplus-goto-btn aplus-goto-btn-1 aplus-active\"\u003e\u003cspan class=\"aplus-accent2 aplus-carousel-label\"\u003ePremium Lithium Battery\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"aplus-goto-btn aplus-goto-btn-1\"\u003e\u003cspan class=\"aplus-accent2 aplus-carousel-label\"\u003e360° Wide Angle\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"aplus-goto-btn aplus-goto-btn-1\"\u003e\u003cspan class=\"aplus-accent2 aplus-carousel-label\"\u003eSmart Radar Sensor\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"aplus-goto-btn aplus-goto-btn-1\"\u003e\u003cspan class=\"aplus-accent2 aplus-carousel-label\"\u003eEndurance Solar Lights\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"aplus-goto-btn aplus-goto-btn-1\"\u003e\u003cspan class=\"aplus-accent2 aplus-carousel-label\"\u003eVersatile Application\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" data-csa-c-id=\"aivvow-46epap-pv469c-om2tpe\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\" cel_widget_id=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"street lights solar powered\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/272a1a5d-e1f8-4e3e-bb29-c2d062926ffa.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/272a1a5d-e1f8-4e3e-bb29-c2d062926ffa.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" data-csa-c-id=\"cc0fak-46z6d7-pour60-6718va\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\" cel_widget_id=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"solar street lamp\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0da0fe9c-7571-4726-a513-6c562290c70e.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0da0fe9c-7571-4726-a513-6c562290c70e.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" data-csa-c-id=\"4kfx48-ehl85c-z8c9p4-1cbvm6\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\" cel_widget_id=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"street solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/35bdd542-92ce-4392-8d51-2ebd19ec4b0c.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/35bdd542-92ce-4392-8d51-2ebd19ec4b0c.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" data-csa-c-id=\"sbf4hx-4dljb3-w8w1l9-yqw5d1\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\" cel_widget_id=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"endurance lights street solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4652da02-2841-4394-81a6-15a44cf54320.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4652da02-2841-4394-81a6-15a44cf54320.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusSustainabilityStory_feature_div\" class=\"celwidget\" data-feature-name=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"734es6-ox859x-gq9qj4-gs71ux\" data-cel-widget=\"aplusSustainabilityStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"renewedProgramDescription_feature_div\" class=\"celwidget\" data-feature-name=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"26p77n-4hzdaq-lg4hg6-gj1x7n\" data-cel-widget=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-12\" data-csa-c-id=\"99kkpf-40wpka-uadtkz-j8vjpo\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"e32ecd-itiqb7-9585a5-fx9ky2\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-13\" data-csa-c-id=\"pyt348-1j3psl-8rhxd8-5t70dv\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"99fynh-blv22h-5429xa-ora9zb\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-14\" data-csa-c-id=\"onfkdb-143jpi-u8jqgk-3pbnoj\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"hhived-s6i46c-5c6boq-k970ya\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-15\" data-csa-c-id=\"eqqoet-31e1fw-wnmpq2-uux8sh\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-15-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSuperior Outdoor Lighting: Illuminate your surroundings with our high-performance solar street lights, designed for outdoor spaces and parking lots.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eCircular Design: Our solar street light features a unique circular shape, providing a stylish and modern lighting solution for streets and outdoor areas.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eUltra-Bright LED Lighting: With a brightness of 120000 lumens and a color temperature of 6000k, our solar street lights offer brilliant, clear lighting for enhanced visibility.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eAdvanced Features: Equipped with radar and motion sensors, our solar street lights provide reliable detection and lighting coverage of up to 2800sq.ft.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEasy Installation: With its compact and self-contained design, our circular solar street light can be easily installed without the need for complicated wiring or additional components.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEfficient Solar Power: Powered by a high-capacity 3.2v-33000mAh battery, our solar street lights provide long-lasting illumination for up to 50,000 hours.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eDusk to Dawn Operation: The built-in light sensor automatically turns the light on at dusk and off at dawn, ensuring reliable illumination throughout the night.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eWeather Resistant: Designed to withstand various weather conditions, our circular solar street light is IP65 waterproof rated, providing long-lasting performance even in harsh environments.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【0 ELECTRICITY BILL\u0026amp; WIRELESS】---This 2500W Solar outdoor light panels convert solar energy into electricity. NO wires,easy to install. provides 6500k daylight white at full night as it equipped with 1270pcs high quality LED chips.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【EASY TO OPERATE】 ---The Solar parking lights outdoor is easy to install, and it does not require additional hard-wire links, and can be mounted on a wall or pole. Can saving installation costs and maintenance costs.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【 220° SUPER WIDE LIGHTING ANGLE】 solar Powered lights outdoor is a commercial street light with double-sided multi-array design, High brightness new upgrade, Contrast flat lighting adds 40° range, Brightness increased by 60%.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【IP65 WATERPROOF】---This solar street light Dusk to dawn works well even in rainstorm、snow and hail all year round due to IP65 waterproof grade.ABS plastic shell has good heat dissipation and is durable protect the product against a wide range of weather.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":44842502324456,"sku":"4500wrpundsl","price":199.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/4500w-large-solar-street-lights-outdoor-commercial-grade-solar-powered-street-light-120000lm-with-remote-1362056.jpg?v=1786734446"},{"product_id":"1000w-solar-street-light-motion-sensor-80000lm-ip65-waterproof-solar-security-flood-lights-outdoor-with-remote-control","title":"1000W Solar Street Light Motion Sensor, 80000LM IP65 Waterproof with Remote Control","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv id=\"aplusBatch_feature_div\" class=\"celwidget\" data-feature-name=\"aplusBatch\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusBatch\" data-csa-c-slot-id=\"aplusBatch_feature_div\" data-csa-c-asin=\"B09P582SM6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"3nduz1-upe673-ivcv3-ymotuf\" data-cel-widget=\"aplusBatch_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"48gx5y-hotbok-if5ird-87cqve\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"5shcyo-crlzzz-i0nwwt-mnjs23\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module module-12 aplus-standard\" data-csa-c-id=\"cw0qpy-hb9x7t-uy81yg-yruy5r\" data-cel-widget=\"aplus-m-module-12\" cel_widget_id=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg alt=\"solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7eae02da-0dac-46a5-a406-a7d1c77417c5.__CR0,0,970,300_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7eae02da-0dac-46a5-a406-a7d1c77417c5.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"644vcy-7owpee-6x9qn5-tzmv94\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cb0c2e8d-69bf-4b5a-9fc2-d0a924865065.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cb0c2e8d-69bf-4b5a-9fc2-d0a924865065.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003e1000W 80000LM Solar street light 0 electricity bill + Remote control + Motion sensor\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e1. Solar Security street light, 0 electricity bill, no electricity distribution. Easy installation, energy saving and healthy.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e2. 1000pcs high-brightness LED headlight beads, 9500K Color temperature the brightness can reach 80000LM.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e3. IP65~IP66 waterproof, Can deal with -5°-70° temperature and bad weather in daily life.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e4. The remote control has a memory function, can turn on and off light, can be timed lighting, and can adjust body induction.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e5. Intelligent light control, turn off and charging during the day, lighting up from evening to dawn.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e6. Easy to installation for wall and lamp post, Applicable lamp post diameter: 2~4 inches.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e7. Continuous working time: up to 10 hours in constant light mode, 12-20 hours in motion sensor mode.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e8. 30000mah large capacity battery, long battery life, can work continuously for 50000+ hours, more than 5 years.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e9. 2 ways to turn on the light: Button Control + Remote Control.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-4 aplus-standard\" data-csa-c-id=\"ysbb6p-jkyzs0-s1e1ov-roew3p\" data-cel-widget=\"aplus-m-module-4\" cel_widget_id=\"aplus-m-module-4\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d0ae19d2-3a79-430d-97c8-588d8b3ecd85.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d0ae19d2-3a79-430d-97c8-588d8b3ecd85.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003e2 Installation Methods: Wall + Lamp Post\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eEasy to install, this solar street light is equipped with a 50cm long fixed arm bracket, including 2 kinds of installation accessories, 2 ways to install: can be fixed on various walls, pillars, street light poles; remote control and motion sensing distance 3-8 meters\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1bcc251a-df01-4beb-bbc9-ff596ba0c848.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1bcc251a-df01-4beb-bbc9-ff596ba0c848.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eNewest High Efficiency Solar Panels\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003e6V\/30W 25% High-efficiency conversion of solar panel, 30000mah battery;\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003eIt only takes 6-8 hours to fully charge;\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003eIt can work for 10 hours in 100% power constant lighting mode or 12-20 hours in motion sensor mode;\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/dc70ed9e-eb6f-4e01-90c1-9160a7853461.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/dc70ed9e-eb6f-4e01-90c1-9160a7853461.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eIP66 Waterproofing to Various Harsh Environments\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003e-5~65° Harsh Weather Resistance\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003eRobust new ABS plastic and aluminum alloy,IP65~IP66 Waterproof, anti-surge,dustproof Heat dissipation extend the life of outdoor lighting, high temperature resistance, anti-aging, et\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"solar street light package\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/02f45a19-5a2d-4f63-b4ae-c1b8b73381dd.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/02f45a19-5a2d-4f63-b4ae-c1b8b73381dd.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003ePackage\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eSolar LED Street Light * 1\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003eExtension rod * 1\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003eRemote control* 1\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003eFixed iron sheet * 1\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003eLong\/Short fixing screw * 4\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003eProduct Size: 80CM * 24CM \/ 31inch * 9.5inch\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"kvlat3-4x62oc-1k6g14-2mhvcb\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar street light motion sensor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f27482cc-2117-4c7f-8517-8d4d87f82575.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f27482cc-2117-4c7f-8517-8d4d87f82575.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-12 aplus-standard\" data-csa-c-id=\"owra5z-lgt7jp-5ysatr-pvly8a\" data-cel-widget=\"aplus-m-module-12\" cel_widget_id=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg alt=\"solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d984b82e-3c82-426a-815d-d3dec148af17.__CR0,0,970,300_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d984b82e-3c82-426a-815d-d3dec148af17.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-2 aplus-standard\" data-csa-c-id=\"s6facc-4sppqq-utgf01-xtilyx\" data-cel-widget=\"aplus-m-module-2\" cel_widget_id=\"aplus-m-module-2\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-spacing apm-floatnone\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"remote control\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6a31cbf0-99af-4f7b-83c8-928f46f03c5b.__CR0,0,800,800_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6a31cbf0-99af-4f7b-83c8-928f46f03c5b.__CR0,0,800,800_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eFirst Make Sure That The Solar Light Has Been Fully Charged and Remote Control Battery: 2*AAA (Included)\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003col class=\"a-ordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eOFF: Turn OFF the solar light\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eON: Turn ON the solar light and Always Lighting [100% power lighting at the beginning of the work, and then gradually reduce the brightnes over time until it reaches 50% brightness after 6 hours (return to 100% power lighting by update the mode)]\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e25%-100%：Always Lighting 25%-100% brightness\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e2H\/3H\/5H\/6H\/8H：Timed Light Up Lighting 2\/3\/5\/6\/8 hours\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e'Radar flag': Motion sensor mode (When no one is there, 0% brightness lighting of solar lights; 100% brightness lighting when someone passes by; 30% brightness lighting after people leave for 20 seconds)\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"6grm1t-w6mcik-nkx5f7-9mqucp\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fb58c6c9-b795-421b-bab1-33b8140c9bb0.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fb58c6c9-b795-421b-bab1-33b8140c9bb0.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003eQ: Can it work on cloudy days?\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA: Yes, it can work in all environments, but it needs sunlight when charging, otherwise it cannot be fully charged;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eQ: Why are the lights turned on at night?\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA: When the solar panel is in the dark (the solar panel cannot detect the light), at this time the green indicator light will be off, and the light can be turned on by the remote control and the button on the lamp;\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eQ: How long can it work on a full charge?\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA: Always lighting mode can work for more than 12 hours; Motion sensor mode can work for more than 12 hours;\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusSustainabilityStory_feature_div\" class=\"celwidget\" data-feature-name=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-asin=\"B09P582SM6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"qfyhx9-aqmsut-yfv5ns-wevdi7\" data-cel-widget=\"aplusSustainabilityStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"renewedProgramDescription_feature_div\" class=\"celwidget\" data-feature-name=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-asin=\"B09P582SM6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"1j4a41-qy9f3a-4aqawv-tk8y94\" data-cel-widget=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"5vmc2o-2ffo1x-u55z9l-96y6r9\" data-cel-widget=\"\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"B09P582SM6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"5xlwhh-7tahmq-vi32c5-5ea0i9\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"d41pbi-p1aohf-l7q7rv-hob3f6\" data-cel-widget=\"\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"B09P582SM6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"7tdb4x-b6dj3f-hxr91a-pju8cd\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"sazt13-7xus74-nm1zkl-q5zxto\" data-cel-widget=\"\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"B09P582SM6\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"iuvwb5-hy1rn0-9pmmlf-dmstq8\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"juq82-n8bxte-c1sebd-gx7gd5\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💎[0 Electricity Bills, Environmentally] 1000W solar street light provides 80000LM super brighter daylight at full night; 800pcs super bright 5730 chip LED lamp beads, 3.2v\/30000mah battery (lifetime up to 50,000 hours+), Charging for 6-8H, continuous use for more than 12 hours. No extra hard-wire needed, which saves costs on installation and maintenance, 0 electricity bills as well.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💎[Easy to Install,No Wiring] The package contains 2 kinds of mounting screws and accessories, as well as solar light arm poles. LED street lights easy installation, screw fixing, dependable operation without the need for wiring or trench. You can install solar lights on walls, trees, light poles, etc. where you want to install (support street light post diameter: 1.5 to 4 inches, suggest height 19.5-26.3ft)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💎[Motion Sensor + Timed Lighting + Always Lighting] 💎1. Motion Sensor : 30% brightness lighting when no one passes by;100% brightness lighting when someone passing by; 20S-return to 30% brightness lighting after the person leaves; 💎 2. Timed Lighting: Timed 100% brightness Lighting 2\/3\/5\/6\/8 hours; 💎3. Always Lighting: Always 100% brightness lighting. (in this mode you can adjust the brightness of street lights: 25%-100% brightness)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💎[IP65 Waterproof, Cope Harsh Weather] This solar street light has very good waterproof, rainproof and lightning-proof performance, -5~65° temperature resistance, IP65 waterproof, can work in all kinds of bad weather, Harsh Weather Resistance\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💎[Multifunctional Remote Control] The remote control distance approx. 25ft.(battery included)💎1. ON: Turn on the light; 💎2. OFF:Force turn off the light;💎3. 25%-100%: Adjust always on Light brightness in mode 25%-100% brightness; 💎4. 2H\/3H\/5H\/6H\/8H: Timed 100% brightness 2H\/3H\/5H\/6H\/8H Lighting; 💎5. ‘Radar Symbol’: Turn on the light and Motion sensor mode;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💎[Brand After Sales Service] 12-month free after sales service and technical support from manufacturer sellers; if any problem occurs, please feel free to contact us, We promise you 100% SATISFACTION.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":44913383768296,"sku":"1000w-long","price":199.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/1000w-solar-street-light-motion-sensor-80000lm-ip65-waterproof-with-remote-control-5129417.jpg?v=1786734445"},{"product_id":"smartyard-solar-outdoor-lights-metal-solar-flood-lights-2000lm-super-bright-led-security-lights-solar-radar-motion-sensor-lights-ip65-waterproof","title":"2-Pack SmartYard Solar Outdoor Lights, Metal Solar Security\/Flood Lights ,2000LM Motion Sensor","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv data-cel-widget=\"aplus_feature_div\" data-csa-c-id=\"bb840o-6cix56-w6zcq-hoakr7\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"aplus_feature_div\" data-csa-c-content-id=\"aplus\" data-csa-c-type=\"widget\" data-feature-name=\"aplus\" class=\"celwidget\" id=\"aplus_feature_div\"\u003e\n\u003cdiv data-cel-widget=\"\" data-csa-c-id=\"zc5h89-xd55t5-ekwybk-v38wiv\" name=\"a-cardui-deck-autoname-8\" data-a-remove-bottom-gutter=\"\" class=\"a-cardui-deck dp-widget-card-deck celwidget\"\u003e\n\u003cdiv data-cel-widget=\"\" name=\"a-cardui-deck-autoname-8-card0\" data-a-card-type=\"basic\" class=\"a-cardui feature\"\u003e\n\u003ch3\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e\u003cstrong\u003eProduct description\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv data-cel-widget=\"m-aplus\" data-csa-c-id=\"gkezi3-fs629a-qm3qyt-rfwaxs\" class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"30l5zn-yqdw4c-5odo3u-ez76cj\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/03e1ded4-27fb-4925-a38a-10d403b0d6f5.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/03e1ded4-27fb-4925-a38a-10d403b0d6f5.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"solar outdoor lights\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eSmartYard \u003c\/span\u003ehas always been committed to bringing customers the best purchase and use experience. In order to provide users with\u003cspan class=\"a-text-bold\"\u003e more practical and innovative indoor and outdoor lighting fixtures\u003c\/span\u003e, we have collected and listened to the voices of a large number of users, and have upgraded this solar lights for outside. Our aim is to create a bright and warm home for every user！\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eThis solar flood lights will keep you safe when you come home at night, you don't have to worry about fumbling in the dark！\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"d9j82u-aplqds-p0xp8v-apeg2x\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/864ed528-b719-45dd-9b84-bf7d82b36ecb.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/864ed528-b719-45dd-9b84-bf7d82b36ecb.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"Why choose our solar flood lights\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eWhy Choose smartYard Solar Flood Lights?\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e---\u003cspan class=\"a-text-bold\"\u003eEfficient monocrystalline silicon solar panels\u003c\/span\u003e: Quickly fully charged (\u003cspan class=\"a-text-bold\"\u003e6-8 hours\u003c\/span\u003e), continuously turned on all night \u003cspan class=\"a-text-bold\"\u003e(8-10 hours\u003c\/span\u003e), energy saving and power saving.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e---\u003cspan class=\"a-text-bold\"\u003eHigh brightness\u003c\/span\u003e: built -in \u003cspan class=\"a-text-bold\"\u003eSMD2835 light beads\u003c\/span\u003e, which can output high brightness of \u003cspan class=\"a-text-bold\"\u003e6500K 2000 lumens\u003c\/span\u003e.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e---Durability: made of solid metal materials and tempered glass, durability and thermal stability are better than solar lights for outside with plastic materials.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e---\u003cspan class=\"a-text-bold\"\u003eLong Battery life\u003c\/span\u003e: built -in \u003cspan class=\"a-text-bold\"\u003e2500mAh A-grade lithium iron phosphate battery\u003c\/span\u003e, which has a higher safety and can reach a service life of at least \u003cspan class=\"a-text-bold\"\u003e10 years\u003c\/span\u003e.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e---Upgraded radar induction: built -in \u003cspan class=\"a-text-bold\"\u003esensitive radar induction, 0 delayed induction\u003c\/span\u003e, the induction distance can reach \u003cspan class=\"a-text-bold\"\u003e30 feet\u003c\/span\u003e, and the inductive angle reaches \u003cspan class=\"a-text-bold\"\u003e180 degrees\u003c\/span\u003e.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e---\u003cspan class=\"a-text-bold\"\u003eAutomatically turn on the lights\/turn off\u003c\/span\u003e: Built -in\u003cspan class=\"a-text-bold\"\u003eIC induction chip\u003c\/span\u003e, \u003cspan class=\"a-text-bold\"\u003eautomatically turn off\u003c\/span\u003e during dawn, and \u003cspan class=\"a-text-bold\"\u003eautomatically turn on\u003c\/span\u003e at dusk without any manual operation.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e---\u003cspan class=\"a-text-bold\"\u003eEasy to install\u003c\/span\u003e: \u003cspan class=\"a-text-bold\"\u003eWithout annoying wires and adapters\u003c\/span\u003e, you can complete the installation within\u003cspan class=\"a-text-bold\"\u003e a few minutes\u003c\/span\u003e.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e---\u003cspan class=\"a-text-bold\"\u003eIP65 waterproof\u003c\/span\u003e: can withstand the test of various \u003cspan class=\"a-text-bold\"\u003eextreme weather conditions\u003c\/span\u003e.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e---\u003cspan class=\"a-text-bold\"\u003eWide application\u003c\/span\u003e: suitable for yard, porch, backyard, garage, lane lighting, etc.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-module-8\" data-csa-c-id=\"k26o37-aw8vwq-m9lzir-7j65jc\" class=\"celwidget aplus-module module-8 aplus-standard\" cel_widget_id=\"aplus-m-module-8\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a71e51bd-4da0-4660-9b4d-fbd3b5c66bda.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a71e51bd-4da0-4660-9b4d-fbd3b5c66bda.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"outdoor solar lights\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eWhy Choose Salangae Solar Flood Lights\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eSalangae\u003c\/span\u003e solar powered flood lights will keep you safe when you come home at night, you don't have to worry about fumbling in the dark！\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eYour friends and neighbors will be raving about you with this solar powered security lights! You can have fun outdoor activities with your family and friends in your patio, and \u003cspan class=\"a-text-bold\"\u003eenjoy a wonderful evening happy time with family dinner\u003c\/span\u003e!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4\u003eProduct Specification:\u003c\/h4\u003e\n\u003cdiv class=\"a-box a-spacing-small a-color-alternate-background apm-listbox\"\u003e\n\u003cdiv class=\"a-box-inner\"\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eBrightness: 20000LM \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eColor Temperature: 6500K(Cool White ) \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eSolar Panel: monocrystalline silicon \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eMaterial: aluminum + tempered glass \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eWaterproof Level: IP65 \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eBattery Capacity: 3000mAh \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eCharging Time: 6-8 hours \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eWorking Time: 8-10 hours \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"r1n9fp-r1chnz-gly479-3t455m\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/35d21abb-bfcf-4bc7-aaa7-cd51525480b0.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/35d21abb-bfcf-4bc7-aaa7-cd51525480b0.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"solar flood lights\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-module-9\" data-csa-c-id=\"gza005-frjnjx-is3vnq-wmk43q\" class=\"celwidget aplus-module module-9 aplus-standard\" cel_widget_id=\"aplus-m-module-9\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"\"\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/56d63224-4e91-4619-b047-56758d388e12.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/56d63224-4e91-4619-b047-56758d388e12.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"solar motion lights outdoor\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eHigher Efficient \u0026amp; Charging Faster\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eDifferent from other solar lights outdoor waterproof, we are equipped with a larger \u003cspan class=\"a-text-bold\"\u003ehigh-conversion rate monocrystalline silicon solar panel\u003c\/span\u003e, the conversion rate is as high as \u003cspan class=\"a-text-bold\"\u003e30.5%\u003c\/span\u003e, you no longer need to worry about the problem of not being able to charge on cloudy days! Charging will be faster (\u003cspan class=\"a-text-bold\"\u003e6-8 hours for full charge\u003c\/span\u003e), and it \u003cspan class=\"a-text-bold\"\u003ewill last all night \u003c\/span\u003e(\u003cspan class=\"a-text-bold\"\u003e8-10 hours\u003c\/span\u003e).\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a6bdfe61-eb2a-4351-b123-afdfabf49ce4.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a6bdfe61-eb2a-4351-b123-afdfabf49ce4.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"solar outdoor flood lights\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eRadar Sensing \u0026amp; From Dusk to Dawn\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eOur solar outdoor lights with a built-in \u003cspan class=\"a-text-bold\"\u003esensitive radar sensor\u003c\/span\u003e, which is more sensitive and has \u003cspan class=\"a-text-bold\"\u003ea longer sensing distance\u003c\/span\u003e than other infrared sensor lights. The sensing distance can reach\u003cspan class=\"a-text-bold\"\u003e 30ft\u003c\/span\u003e, and the sensing angle is \u003cspan class=\"a-text-bold\"\u003e180°\u003c\/span\u003e.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eThe solar security lights will a\u003cspan class=\"a-text-bold\"\u003eutomatically turn off\u003c\/span\u003eduring the day and\u003cspan class=\"a-text-bold\"\u003e turn on\u003c\/span\u003e at night.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eWhen someone is detected, it will keep \u003cspan class=\"a-text-bold\"\u003e100% \u003c\/span\u003ebrightness, and when no one is detected, it will keep \u003cspan class=\"a-text-bold\"\u003e30%\u003c\/span\u003e brightness.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/efad129f-0efe-471f-8c4a-b9059e161f1c.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/efad129f-0efe-471f-8c4a-b9059e161f1c.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"solar motion lights outdoor waterproof\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eLong Battery Life \u0026amp; IP65 Waterproof\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eOur solar security lights outdoor has built-in \u003cspan class=\"a-text-bold\"\u003e15W-SMD2835 light beads\u003c\/span\u003e, it can produce up to \u003cspan class=\"a-text-bold\"\u003e2000 lumens 6500K\u003c\/span\u003e high brightness output to illuminate your front door, backyard and garage. Built-in \u003cspan class=\"a-text-bold\"\u003e3000mAh A-grade lithium iron phosphate battery\u003c\/span\u003e (at least 10 years of life).\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eThis solar motion sensor outdoor lights are made of strong \u003cspan class=\"a-text-bold\"\u003emetal material and tempered glass\u003c\/span\u003e, which is better than other plastic outdoor solar lights are more durable and able to withstand harsh weather conditions.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"i4zwmb-q2gdiv-2nnoui-72uddx\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bf916cec-3732-4e05-adbc-27094ffa2666.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bf916cec-3732-4e05-adbc-27094ffa2666.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"solar flood lights\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eHow to Install the Solar Outdoor Lights?\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e1. Fix the solar flood lights on the exterior wall and mark the hole position.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e2. Drill holes and tighten the screws to confirm that the solar flood light is fixed.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e3. Adjust the angle of the solar panel and turn on the switch.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e4. The solar security lights will turn on at dusk and turn off automatically during the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"9qa2z6-bhfwhk-3ol2ip-y88lf6\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/afbd9da3-6224-4cbe-98f4-adf5b9620d11.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/afbd9da3-6224-4cbe-98f4-adf5b9620d11.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"solar outdoor lights\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eUsing Tips:\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e1. Please place the solar panel in\u003cspan class=\"a-text-bold\"\u003e direct sunlight\u003c\/span\u003e for charging.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e2. When turning on the lights at night, please make sure that there is\u003cspan class=\"a-text-bold\"\u003e no strong light around the exterior light fixture\u003c\/span\u003e, otherwise the lights will not be on.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e3. Please\u003cspan class=\"a-text-bold\"\u003e clean the solar panels regularly\u003c\/span\u003e to ensure that there are no obstacles on the solar panels.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e4. Please \u003cspan class=\"a-text-bold\"\u003emake sure the switch is on\u003c\/span\u003e when charging.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eYour friends and neighbors will be raving about you with this solar powered security light! You can have fun outdoor activities with your family and friends in your patio, and \u003cspan class=\"a-text-bold\"\u003eenjoy a wonderful evening happy time with family dinner!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eAdd this solar outdoor lights to your cart now and get ready to enjoy the happy time with family and friends!\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplusSustainabilityStory_feature_div\" data-csa-c-id=\"aq8jwn-kbd6kf-xqfxl0-4fmr1n\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-feature-name=\"aplusSustainabilityStory\" class=\"celwidget\" id=\"aplusSustainabilityStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"renewedProgramDescription_feature_div\" data-csa-c-id=\"wdwyzf-bzcfty-e6uhh6-w0cokf\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-feature-name=\"renewedProgramDescription_RI\" class=\"celwidget\" id=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv data-cel-widget=\"\" data-csa-c-id=\"h5dok4-aqcs3u-gggjut-dwyb0f\" name=\"a-cardui-deck-autoname-9\" data-a-remove-bottom-gutter=\"\" class=\"a-cardui-deck dp-widget-card-deck celwidget\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"productDescription_feature_div\" data-csa-c-id=\"e2tqzx-ix90yq-e9kp8h-wkxt8d\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-type=\"widget\" data-feature-name=\"productDescription_RI\" class=\"celwidget\" id=\"productDescription_feature_div\"\u003e\n\u003cdiv data-cel-widget=\"\" data-csa-c-id=\"r7hn1z-amlxmt-jtunli-8xjo4z\" name=\"a-cardui-deck-autoname-10\" data-a-remove-bottom-gutter=\"\" class=\"a-cardui-deck dp-widget-card-deck celwidget\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"collectiblesKeyInformation_feature_div\" data-csa-c-id=\"cf5l64-ytxdzb-s5xxil-631k9c\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-feature-name=\"collectiblesKeyInformation_RI\" class=\"celwidget\" id=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv data-cel-widget=\"\" data-csa-c-id=\"conftj-4hlg45-tbzrf6-a46pp7\" name=\"a-cardui-deck-autoname-11\" data-a-remove-bottom-gutter=\"\" class=\"a-cardui-deck dp-widget-card-deck celwidget\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-id=\"v0l6cz-rli0s1-k1p4cp-rg558c\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" class=\"celwidget\" id=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv data-cel-widget=\"\" data-csa-c-id=\"v2l7xx-es8fvm-tk0hsc-y7f4gw\" name=\"a-cardui-deck-autoname-12\" data-a-remove-bottom-gutter=\"\" class=\"a-cardui-deck dp-widget-card-deck celwidget\"\u003e\n\u003cdiv data-cel-widget=\"\" name=\"a-cardui-deck-autoname-12-card0\" data-a-card-type=\"basic\" class=\"a-cardui feature\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\" data-template-name=\"featureBulletsAndDetailBullets\" data-feature-name=\"featureBulletsAndDetailBullets\"\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv data-csa-c-id=\"7j4qm2-jh5v2z-m4wcf-vv0m1v\" class=\"a-section\" data-csa-c-type=\"element\" data-csa-c-slot-id=\"pInfoFeatureBulletsTable\" data-csa-c-content-id=\"feature_bullets_mobile_primary_view\" id=\"feature_bullets_mobile_primary_view\"\u003e\n\u003ch3 class=\"a-color-base\" id=\"feature_bullets_header\"\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"clearfix\" id=\"featureInlineExpansionPrimaryContent\"\u003e\n\u003cdiv id=\"featurebullets_feature_div\"\u003e\n\u003cdiv class=\"a-section a-spacing-small\" id=\"feature-bullets\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e\u003cb\u003e【Super Bright solar Lights for Outside】\u003c\/b\u003e: This solar flood lights are equipped with built-in 15W-SMD 2835 LED light beads, it can produce high light output up to 2000LM 6500K and good heat dissipation, perfectly illuminate your yard, porch and garage, etc. , you can enjoy a nice and cozy night with your family in the yard, and it will be safer when you take your pet out at night, and it will be safer when you take your pet out at night, say goodbye to groping in the dark! \u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e\u003cb\u003e【Mono-Si Solar Panels \u0026amp; Long Battery Life】\u003c\/b\u003e: This solar motion sensor lights are equipped with 5.5V new high-efficiency Mono-Si solar panel, the conversion rate is as high as 30.5%, while other Poly-Si solar panels only have 15 % conversion rate, built-in 3000 mAh A-grade lithium iron phosphate battery (at least 10 years of life), our solar security lights can be fully charged within 6-8 hours, and can be continuously lit for 10-12 hours. Will keep your yard lit all night long! \u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e\u003cb\u003e【Sensitive Radar Sensing \u0026amp; 0 Delay Sensing】\u003c\/b\u003e: The difference from other PIR outdoor lights for yard, our this solar lights outdoor waterproof with a sensitive radar motion sensor with high sensitivity 180° detection angle and up to 30ft motion detection range, when motion is detected, the light will turn on. When motion is detected, the light will turn on and maintain a 100% high brightness mode. When no motion is detected, the light will remain at 30% brightness and be in low light mode.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":44978189762792,"sku":"sfloof-2","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/2-pack-smartyard-solar-outdoor-lights-metal-solar-securityflood-lights-2000lm-motion-sensor-8500204.webp?v=1786734441"},{"product_id":"9000w-solar-street-light-180000-lumens-dusk-to-dawn-street-lights-solar-powered-motion-sensor-ip66-waterproof","title":"9000W Solar Street Light, 180000 Lumens Dusk to Dawn Street Lights Solar Powered Motion Sensor","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET\n   9,000W SOLAR STREET LIGHT\n   PREMIUM BEST-SELLER PRODUCT DESCRIPTION\n   ========================================================= *\/\n\n.oso9000 {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 28px 16px 50px;\n  font-family: inherit;\n  color: #111827;\n}\n\n.oso9000 * {\n  box-sizing: border-box;\n}\n\n.oso9000 img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n}\n\n\/* HERO *\/\n\n.oso9-hero {\n  display: grid;\n  grid-template-columns: 1fr 1.15fr;\n  gap: 40px;\n  align-items: center;\n  margin-bottom: 28px;\n}\n\n.oso9-hero-image {\n  border-radius: 16px;\n  overflow: hidden;\n  background: #f3f4f6;\n}\n\n.oso9-hero-image img {\n  aspect-ratio: 1 \/ .82;\n  object-fit: cover;\n}\n\n.oso9-eyebrow {\n  margin-bottom: 8px;\n  color: #f28c00;\n  font-size: 15px;\n  font-weight: 800;\n  letter-spacing: .7px;\n  text-transform: uppercase;\n}\n\n.oso9-title {\n  margin: 0 0 11px;\n  color: #07182e;\n  font-size: 40px;\n  line-height: 1.08;\n  font-weight: 850;\n}\n\n.oso9-subtitle {\n  margin: 0 0 14px;\n  color: #1f2937;\n  font-size: 22px;\n  line-height: 1.35;\n  font-weight: 700;\n}\n\n.oso9-intro {\n  margin: 0;\n  color: #4b5563;\n  font-size: 17px;\n  line-height: 1.72;\n}\n\n.oso9-origin {\n  display: inline-flex;\n  margin-top: 17px;\n  padding: 9px 15px;\n  border-radius: 999px;\n  background: #f7f8fa;\n  border: 1px solid #e4e7ec;\n  color: #344054;\n  font-size: 13px;\n  font-weight: 700;\n}\n\n\/* BEST SELLER *\/\n\n.oso9-best {\n  background: linear-gradient(105deg,#07182e,#0c2d51);\n  border-radius: 13px;\n  padding: 18px 24px;\n  margin-bottom: 24px;\n  display: flex;\n  align-items: center;\n  gap: 18px;\n}\n\n.oso9-best-badge {\n  flex-shrink: 0;\n  background: #f5a300;\n  color: #111827;\n  font-size: 13px;\n  font-weight: 850;\n  padding: 8px 13px;\n  border-radius: 999px;\n}\n\n.oso9-best p {\n  margin: 0;\n  color: #e1e8f0;\n  font-size: 15px;\n  line-height: 1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.oso9-quick {\n  display: grid;\n  grid-template-columns: repeat(6,1fr);\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 14px;\n  overflow: hidden;\n  margin-bottom: 30px;\n}\n\n.oso9-quick-item {\n  text-align: center;\n  padding: 20px 9px;\n  border-right: 1px solid #e5e7eb;\n}\n\n.oso9-quick-item:last-child {\n  border-right: 0;\n}\n\n.oso9-icon {\n  width: 52px;\n  height: 52px;\n  margin: 0 auto 10px;\n  border-radius: 50%;\n  background: #07182e;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.oso9-icon svg {\n  width: 27px;\n  height: 27px;\n  fill: none;\n  stroke: #f5a300;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.oso9-quick-item strong {\n  display: block;\n  color: #111827;\n  font-size: 14px;\n  line-height: 1.35;\n}\n\n.oso9-quick-item span {\n  display: block;\n  margin-top: 3px;\n  color: #667085;\n  font-size: 12.5px;\n}\n\n\/* GENERAL *\/\n\n.oso9-section {\n  margin-bottom: 25px;\n}\n\n.oso9-heading {\n  margin: 0 0 8px;\n  color: #07182e;\n  font-size: 29px;\n  line-height: 1.25;\n  font-weight: 850;\n}\n\n.oso9-heading:after,\n.oso9-card h2:after {\n  content: \"\";\n  display: block;\n  width: 47px;\n  height: 3px;\n  background: #f5a300;\n  margin-top: 9px;\n}\n\n.oso9-lead {\n  max-width: 880px;\n  margin: 0 0 22px;\n  color: #667085;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n\/* FEATURE GRID *\/\n\n.oso9-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 16px;\n}\n\n.oso9-feature {\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 13px;\n  overflow: hidden;\n}\n\n.oso9-feature img {\n  aspect-ratio: 16 \/ 9;\n  object-fit: cover;\n}\n\n.oso9-feature-copy {\n  padding: 20px;\n}\n\n.oso9-feature h3 {\n  margin: 0 0 7px;\n  color: #111827;\n  font-size: 18px;\n  font-weight: 800;\n  line-height: 1.35;\n}\n\n.oso9-feature p {\n  margin: 0;\n  color: #667085;\n  font-size: 14.5px;\n  line-height: 1.65;\n}\n\n\/* DARK SECTION *\/\n\n.oso9-dark {\n  margin-bottom: 24px;\n  padding: 35px;\n  border-radius: 16px;\n  background: linear-gradient(120deg,#061426,#0b2545 70%,#123858);\n  color: #fff;\n}\n\n.oso9-dark h2 {\n  margin: 0 0 11px;\n  color: #fff;\n  font-size: 29px;\n  font-weight: 850;\n}\n\n.oso9-dark \u003e p {\n  max-width: 880px;\n  margin: 0 0 24px;\n  color: #d7e0eb;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.oso9-dark-grid {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 12px;\n}\n\n.oso9-dark-card {\n  padding: 18px;\n  border-radius: 10px;\n  background: rgba(255,255,255,.07);\n  border: 1px solid rgba(255,255,255,.14);\n}\n\n.oso9-dark-card strong {\n  display: block;\n  margin-bottom: 5px;\n  color: #f5a300;\n  font-size: 19px;\n}\n\n.oso9-dark-card span {\n  color: #e2e8f0;\n  font-size: 13.5px;\n  line-height: 1.5;\n}\n\n\/* CARDS *\/\n\n.oso9-two {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n  margin-bottom: 24px;\n}\n\n.oso9-card {\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 13px;\n  padding: 27px;\n}\n\n.oso9-card h2 {\n  margin: 0 0 16px;\n  color: #07182e;\n  font-size: 25px;\n  font-weight: 850;\n}\n\n\/* LIST *\/\n\n.oso9-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.oso9-list li {\n  position: relative;\n  padding: 7px 0 7px 29px;\n  color: #344054;\n  font-size: 15px;\n  line-height: 1.52;\n}\n\n.oso9-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  top: 8px;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  background: #f5a300;\n  color: #fff;\n  text-align: center;\n  line-height: 18px;\n  font-size: 11px;\n  font-weight: 900;\n}\n\n.oso9-list a {\n  color: #0b5dbb;\n  text-decoration: underline;\n  font-weight: 750;\n}\n\n\/* TABLE *\/\n\n.oso9-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.oso9-table tr {\n  border-bottom: 1px solid #eceff2;\n}\n\n.oso9-table tr:last-child {\n  border-bottom: 0;\n}\n\n.oso9-table th,\n.oso9-table td {\n  padding: 9px 5px;\n  text-align: left;\n  vertical-align: top;\n  font-size: 15px;\n  line-height: 1.45;\n}\n\n.oso9-table th {\n  width: 43%;\n  color: #344054;\n  font-weight: 750;\n}\n\n.oso9-table td {\n  color: #475467;\n}\n\n.oso9-table a {\n  color: #0b5dbb;\n  font-weight: 750;\n  text-decoration: underline;\n}\n\n\/* COVERAGE *\/\n\n.oso9-wide {\n  display: grid;\n  grid-template-columns: 1.05fr .95fr;\n  gap: 26px;\n  align-items: center;\n  background: #f8f9fb;\n  border: 1px solid #e5e7eb;\n  border-radius: 15px;\n  padding: 30px;\n  margin-bottom: 24px;\n}\n\n.oso9-wide img {\n  border-radius: 11px;\n}\n\n.oso9-wide h2 {\n  margin: 0 0 11px;\n  color: #07182e;\n  font-size: 27px;\n  line-height: 1.25;\n  font-weight: 850;\n}\n\n.oso9-wide p {\n  margin: 0 0 13px;\n  color: #667085;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.oso9-stats {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n  margin-top: 17px;\n}\n\n.oso9-stat {\n  background: #fff;\n  border: 1px solid #e4e7ec;\n  border-radius: 9px;\n  padding: 13px;\n}\n\n.oso9-stat strong {\n  display: block;\n  color: #f28c00;\n  font-size: 18px;\n}\n\n.oso9-stat span {\n  color: #667085;\n  font-size: 13px;\n  line-height: 1.4;\n}\n\n\/* POLE RECOMMENDATION *\/\n\n.oso9-pole {\n  display: grid;\n  grid-template-columns: .78fr 1.22fr;\n  gap: 28px;\n  align-items: center;\n  margin-bottom: 25px;\n  padding: 32px;\n  background: linear-gradient(110deg,#061426,#0c2f54);\n  border-radius: 16px;\n}\n\n.oso9-pole-image {\n  border-radius: 11px;\n  overflow: hidden;\n  background: #fff;\n}\n\n.oso9-pole-image img {\n  aspect-ratio: 1 \/ .9;\n  object-fit: cover;\n}\n\n.oso9-pole-label {\n  display: inline-block;\n  margin-bottom: 9px;\n  padding: 6px 10px;\n  background: #f5a300;\n  color: #111827;\n  border-radius: 999px;\n  font-size: 11px;\n  font-weight: 850;\n  letter-spacing: .3px;\n}\n\n.oso9-pole h2 {\n  margin: 0 0 10px;\n  color: #fff;\n  font-size: 28px;\n  font-weight: 850;\n}\n\n.oso9-pole p {\n  margin: 0 0 13px;\n  color: #d8e1ec;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.oso9-pole-specs {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin: 17px 0 20px;\n}\n\n.oso9-pole-spec {\n  padding: 8px 11px;\n  border: 1px solid rgba(255,255,255,.18);\n  border-radius: 999px;\n  background: rgba(255,255,255,.07);\n  color: #e7edf5;\n  font-size: 12.5px;\n  font-weight: 650;\n}\n\n.oso9-pole-btn {\n  display: inline-block;\n  padding: 13px 19px;\n  background: #f5a300;\n  color: #111827 !important;\n  text-decoration: none !important;\n  border-radius: 7px;\n  font-size: 14px;\n  font-weight: 850;\n}\n\n.oso9-pole-btn:hover {\n  background: #ffb21a;\n}\n\n\/* APPLICATIONS *\/\n\n.oso9-apps {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n}\n\n.oso9-app {\n  padding: 10px 15px;\n  border: 1px solid #e4e7ec;\n  border-radius: 999px;\n  background: #f7f8fa;\n  color: #344054;\n  font-size: 14px;\n  font-weight: 650;\n}\n\n\/* INCLUDED *\/\n\n.oso9-included {\n  display: grid;\n  grid-template-columns: repeat(5,1fr);\n  gap: 11px;\n}\n\n.oso9-included-item {\n  text-align: center;\n  padding: 17px 10px;\n  background: #f8f9fb;\n  border: 1px solid #e5e7eb;\n  border-radius: 9px;\n  color: #344054;\n  font-size: 14px;\n  font-weight: 700;\n}\n\n\/* INSTALLATION *\/\n\n.oso9-steps {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 18px;\n}\n\n.oso9-step {\n  text-align: center;\n  padding: 10px;\n}\n\n.oso9-step-num {\n  width: 38px;\n  height: 38px;\n  margin: 0 auto 10px;\n  border-radius: 50%;\n  background: #f5a300;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 850;\n}\n\n.oso9-step h3 {\n  margin: 0 0 6px;\n  color: #111827;\n  font-size: 17px;\n}\n\n.oso9-step p {\n  margin: 0;\n  color: #667085;\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n\/* MANUAL *\/\n\n.oso9-manual {\n  background: #f8f9fb;\n  border: 1px solid #e5e7eb;\n  border-radius: 13px;\n  padding: 23px 25px;\n  margin-bottom: 24px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 20px;\n}\n\n.oso9-manual h3 {\n  margin: 0 0 5px;\n  color: #07182e;\n  font-size: 20px;\n  font-weight: 800;\n}\n\n.oso9-manual p {\n  margin: 0;\n  color: #667085;\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n.oso9-manual a {\n  flex-shrink: 0;\n  display: inline-block;\n  background: #07182e;\n  color: #fff !important;\n  text-decoration: none !important;\n  border-radius: 7px;\n  padding: 13px 18px;\n  font-size: 14px;\n  font-weight: 800;\n}\n\n\/* COMMERCIAL CTA *\/\n\n.oso9-project {\n  background: linear-gradient(105deg,#07182e,#0e3157);\n  border-radius: 15px;\n  padding: 32px 35px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 25px;\n  margin-bottom: 24px;\n}\n\n.oso9-project-copy {\n  max-width: 690px;\n}\n\n.oso9-project h2 {\n  margin: 0 0 7px;\n  color: #fff;\n  font-size: 27px;\n  font-weight: 850;\n}\n\n.oso9-project p {\n  margin: 0;\n  color: #d8e1ec;\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.oso9-project-buttons {\n  display: flex;\n  gap: 9px;\n  flex-shrink: 0;\n}\n\n.oso9-btn {\n  display: inline-block;\n  padding: 13px 18px;\n  border-radius: 7px;\n  text-decoration: none !important;\n  font-size: 14px;\n  font-weight: 800;\n  white-space: nowrap;\n}\n\n.oso9-btn-orange {\n  background: #f5a300;\n  color: #111827 !important;\n}\n\n.oso9-btn-outline {\n  color: #fff !important;\n  border: 1px solid rgba(255,255,255,.7);\n}\n\n\/* FAQ *\/\n\n.oso9-faq {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px 14px;\n}\n\n.oso9-faq details {\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.oso9-faq summary {\n  position: relative;\n  list-style: none;\n  cursor: pointer;\n  padding: 17px 46px 17px 18px;\n  color: #1f2937;\n  font-size: 15px;\n  font-weight: 750;\n}\n\n.oso9-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.oso9-faq summary:after {\n  content: \"+\";\n  position: absolute;\n  right: 17px;\n  top: 50%;\n  transform: translateY(-50%);\n  color: #f28c00;\n  font-size: 22px;\n}\n\n.oso9-faq details[open] summary:after {\n  content: \"−\";\n}\n\n.oso9-faq-answer {\n  padding: 0 18px 18px;\n  color: #667085;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.oso9-faq-answer a {\n  color: #0b5dbb;\n  font-weight: 750;\n  text-decoration: underline;\n}\n\n\/* TRUST BAR *\/\n\n.oso9-trust {\n  margin-top: 25px;\n  display: grid;\n  grid-template-columns: repeat(5,1fr);\n  background: #07182e;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.oso9-trust-item {\n  text-align: center;\n  padding: 18px 8px;\n  border-right: 1px solid rgba(255,255,255,.12);\n  color: #dce4ee;\n  font-size: 12.5px;\n}\n\n.oso9-trust-item:last-child {\n  border-right: 0;\n}\n\n.oso9-trust-item strong {\n  display: block;\n  margin-bottom: 3px;\n  color: #f5a300;\n  font-size: 14px;\n}\n\n\/* TABLET *\/\n\n@media (max-width: 950px) {\n\n  .oso9-quick {\n    grid-template-columns: repeat(3,1fr);\n  }\n\n  .oso9-feature-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso9-dark-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso9-included {\n    grid-template-columns: repeat(3,1fr);\n  }\n\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 680px) {\n\n  .oso9000 {\n    padding: 16px 10px 35px;\n  }\n\n  .oso9-hero,\n  .oso9-two,\n  .oso9-wide,\n  .oso9-pole {\n    grid-template-columns: 1fr;\n  }\n\n  .oso9-title {\n    font-size: 30px;\n  }\n\n  .oso9-subtitle {\n    font-size: 19px;\n  }\n\n  .oso9-intro {\n    font-size: 16px;\n  }\n\n  .oso9-best {\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .oso9-quick {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso9-quick-item {\n    border-right: 0;\n  }\n\n  .oso9-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .oso9-dark {\n    padding: 25px 19px;\n  }\n\n  .oso9-dark-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso9-card {\n    padding: 22px 18px;\n  }\n\n  .oso9-pole {\n    padding: 25px 19px;\n  }\n\n  .oso9-included {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso9-steps {\n    grid-template-columns: 1fr;\n  }\n\n  .oso9-manual {\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .oso9-manual a {\n    width: 100%;\n    text-align: center;\n  }\n\n  .oso9-project {\n    flex-direction: column;\n    align-items: flex-start;\n    padding: 27px 20px;\n  }\n\n  .oso9-project-buttons {\n    width: 100%;\n    flex-direction: column;\n  }\n\n  .oso9-btn {\n    width: 100%;\n    text-align: center;\n  }\n\n  .oso9-faq {\n    grid-template-columns: 1fr;\n  }\n\n  .oso9-trust {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"oso9000\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"oso9-hero\"\u003e\n\n  \u003cdiv class=\"oso9-hero-image\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/33c6b8fb-3459-4708-8ac6-dfaeb8cbe662.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"9000W commercial solar street light for parking lots roads driveways and large properties\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"oso9-eyebrow\"\u003e\n      COMMERCIAL SOLAR STREET LIGHT\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"oso9-title\"\u003e\n      9,000W Solar Street Light\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"oso9-subtitle\"\u003e\n      Powerful Dusk-to-Dawn Solar Lighting for Parking Lots, Roads \u0026amp; Large Properties\n    \u003c\/h3\u003e\n\n    \u003cp class=\"oso9-intro\"\u003e\n      Designed for demanding outdoor lighting applications, the\n      \u003cstrong\u003e9,000W Solar Street Light\u003c\/strong\u003e combines a large\n      \u003cstrong\u003e1,680-LED array\u003c\/strong\u003e, high-efficiency solar charging,\n      intelligent radar motion detection, remote control, dusk-to-dawn\n      automation and wide-area light distribution in one wire-free fixture.\n      It is designed for \u003cstrong\u003eparking lots, private roads, driveways,\n      commercial properties, HOAs, farms, schools, campuses, warehouses,\n      yards and other large outdoor areas\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso9-origin\"\u003e\n      Country of Origin: China\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BEST SELLER --\u003e\n\u003csection class=\"oso9-best\"\u003e\n\n  \u003cdiv class=\"oso9-best-badge\"\u003e\n    BEST SELLER\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    One of our popular commercial solar lighting options for customers\n    looking for powerful outdoor illumination without trenching electrical\n    conduit, running utility wiring or paying for electricity to operate the fixture.\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- QUICK SPECS --\u003e\n\u003csection class=\"oso9-quick\"\u003e\n\n  \u003cdiv class=\"oso9-quick-item\"\u003e\n\n    \u003cdiv class=\"oso9-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M9 15a6 6 0 1 1 6 0c-1 1-1.5 2-1.5 3h-3c0-1-.5-2-1.5-3z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 21h4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e1,680 LEDs\u003c\/strong\u003e\n    \u003cspan\u003eSMD LED array\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso9-quick-item\"\u003e\n\n    \u003cdiv class=\"oso9-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"7\" cy=\"6\" r=\"2.5\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M7 1.5v1M7 9.5v1M2.5 6h1M10.5 6h1\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M5 14h14l2 7H3l2-7z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e25% Conversion\u003c\/strong\u003e\n    \u003cspan\u003eSolar efficiency\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso9-quick-item\"\u003e\n\n    \u003cdiv class=\"oso9-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M3 12a9 9 0 0 1 18 0\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M6 12a6 6 0 0 1 12 0\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 12v8\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e240° Wide Angle\u003c\/strong\u003e\n    \u003cspan\u003eBroad distribution\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso9-quick-item\"\u003e\n\n    \u003cdiv class=\"oso9-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"8\" cy=\"5\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M8 7l3 4 3 1M10 10l-2 5-4 4M10 13l4 3 2 4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e26 Ft Radar Sensor\u003c\/strong\u003e\n    \u003cspan\u003eMotion detection\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso9-quick-item\"\u003e\n\n    \u003cdiv class=\"oso9-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M20 15.5A8 8 0 0 1 8.5 4a8.5 8.5 0 1 0 11.5 11.5z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cstrong\u003eDusk-to-Dawn\u003c\/strong\u003e\n    \u003cspan\u003eAutomatic operation\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso9-quick-item\"\u003e\n\n    \u003cdiv class=\"oso9-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M6 15a4 4 0 0 1 .5-8A6 6 0 0 1 18 9a3 3 0 0 1 0 6H6z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 18l-1 2M13 18l-1 2M18 18l-1 2\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cstrong\u003eIP65 Rated\u003c\/strong\u003e\n    \u003cspan\u003eOutdoor protection\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FEATURE GRID --\u003e\n\u003csection class=\"oso9-section\"\u003e\n\n  \u003ch2 class=\"oso9-heading\"\u003e\n    Built for Serious Outdoor Lighting\n  \u003c\/h2\u003e\n\n  \u003cp class=\"oso9-lead\"\u003e\n    The 9,000W solar street light combines wide light distribution,\n    automatic operation, solar charging and motion-responsive illumination\n    for large residential and commercial outdoor environments.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"oso9-feature-grid\"\u003e\n\n\n    \u003cdiv class=\"oso9-feature\"\u003e\n\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/640612bd-4101-4fa5-a34a-64f12f942ded.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"9000W solar street light 1680 SMD LEDs\"\u003e\n\n      \u003cdiv class=\"oso9-feature-copy\"\u003e\n\n        \u003ch3\u003e1,680 High-Quality SMD LEDs\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The large SMD LED array is designed to provide strong,\n          wide-area illumination for roads, parking areas, driveways,\n          yards and commercial properties.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso9-feature\"\u003e\n\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f02f5b30-c20f-4c43-ad5c-5c21e37f2716.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"high efficiency solar charging 9000W solar street light\"\u003e\n\n      \u003cdiv class=\"oso9-feature-copy\"\u003e\n\n        \u003ch3\u003eHigh-Efficiency Solar Charging\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The photovoltaic system uses a stated 25% solar conversion\n          rate to capture daylight and store energy for nighttime operation.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso9-feature\"\u003e\n\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1562e731-108f-44fc-9ca4-e1b6f7792421.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"commercial solar street light for parking lots and roadways\"\u003e\n\n      \u003cdiv class=\"oso9-feature-copy\"\u003e\n\n        \u003ch3\u003eCommercial-Style Outdoor Design\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed for year-round outdoor installation with\n          weather-resistant construction and automatic nighttime operation.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- OUTPUT --\u003e\n\u003csection class=\"oso9-dark\"\u003e\n\n  \u003ch2\u003e\n    High Output + Intelligent Energy Management\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    The lighting system manages stored solar energy throughout the night.\n    Motion sensing can increase illumination when activity is detected and\n    reduce brightness when the area is inactive.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"oso9-dark-grid\"\u003e\n\n    \u003cdiv class=\"oso9-dark-card\"\u003e\n      \u003cstrong\u003e180,000 lm\u003c\/strong\u003e\n      \u003cspan\u003eManufacturer-stated maximum light output.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso9-dark-card\"\u003e\n      \u003cstrong\u003e3,575 sq. ft.\u003c\/strong\u003e\n      \u003cspan\u003eManufacturer-stated lighting area.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso9-dark-card\"\u003e\n      \u003cstrong\u003e15–18 Hours\u003c\/strong\u003e\n      \u003cspan\u003eStated runtime after sufficient charging.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso9-dark-card\"\u003e\n      \u003cstrong\u003e30% Dim Mode\u003c\/strong\u003e\n      \u003cspan\u003eReduced brightness when no motion is detected.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- CONTROLS --\u003e\n\u003csection class=\"oso9-two\"\u003e\n\n  \u003cdiv class=\"oso9-card\"\u003e\n\n    \u003ch2\u003e\n      Smart Motion \u0026amp; Dusk-to-Dawn Control\n    \u003c\/h2\u003e\n\n    \u003cul class=\"oso9-list\"\u003e\n      \u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n      \u003cli\u003eIntegrated radar motion sensor\u003c\/li\u003e\n      \u003cli\u003eApproximately 26 ft stated sensing range\u003c\/li\u003e\n      \u003cli\u003eFull illumination when movement is detected\u003c\/li\u003e\n      \u003cli\u003eAutomatic reduction to approximately 30% when inactive\u003c\/li\u003e\n      \u003cli\u003eRemote-control brightness adjustment\u003c\/li\u003e\n      \u003cli\u003eTimer and operating-mode controls\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso9-card\"\u003e\n\n    \u003ch2\u003e\n      Solar Powered — No Utility Wiring\n    \u003c\/h2\u003e\n\n    \u003cul class=\"oso9-list\"\u003e\n      \u003cli\u003e25% stated photovoltaic conversion rate\u003c\/li\u003e\n      \u003cli\u003eNo traditional electrical wiring required\u003c\/li\u003e\n      \u003cli\u003eNo utility electricity required for fixture operation\u003c\/li\u003e\n      \u003cli\u003eAutomatic daytime solar charging\u003c\/li\u003e\n      \u003cli\u003e5–6 hours stated charging under suitable sunlight\u003c\/li\u003e\n      \u003cli\u003e15–18 hours stated nighttime operation\u003c\/li\u003e\n      \u003cli\u003eUseful where trenching electrical service is difficult or costly\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- COVERAGE --\u003e\n\u003csection class=\"oso9-wide\"\u003e\n\n  \u003cdiv\u003e\n\n    \u003ch2\u003e\n      240° Wide-Area Light Distribution\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The broad lighting design helps spread illumination across a wider\n      outdoor area, making the fixture especially useful for parking lots,\n      driveways, private roads, entrances, yards and open properties.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Actual coverage depends on mounting height, fixture placement,\n      surrounding obstacles, pole spacing and property layout.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"oso9-stats\"\u003e\n\n      \u003cdiv class=\"oso9-stat\"\u003e\n        \u003cstrong\u003e240°\u003c\/strong\u003e\n        \u003cspan\u003eStated lighting angle\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso9-stat\"\u003e\n        \u003cstrong\u003e1,680\u003c\/strong\u003e\n        \u003cspan\u003eSMD LED chips\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso9-stat\"\u003e\n        \u003cstrong\u003e6500K\u003c\/strong\u003e\n        \u003cspan\u003eStated white-light color\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso9-stat\"\u003e\n        \u003cstrong\u003e25%\u003c\/strong\u003e\n        \u003cspan\u003eStated solar conversion\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b78fc04e-26ae-4502-91a5-623632a3a45b.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"9000W solar street light parking lot driveway roadway applications\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- CLICKABLE POLE RECOMMENDATION --\u003e\n\u003csection class=\"oso9-pole\"\u003e\n\n\n  \u003cdiv class=\"oso9-pole-image\"\u003e\n\n    \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/IMG_4924.png?v=1753815661\" alt=\"20 ft commercial pole recommended for 9000W solar street light\"\u003e\n\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cspan class=\"oso9-pole-label\"\u003e\n      RECOMMENDED MOUNTING OPTION\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      20 Ft Commercial Grade Light Pole\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      For many parking lot, roadway, HOA, warehouse, farm, campus,\n      commercial-property and large-area installations,\n      \u003cstrong\u003eOutdoor Solar Outlet recommends a 20 ft pole\u003c\/strong\u003e\n      for the 9,000W Solar Street Light.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A 20 ft mounting height can help distribute light across a broader\n      area while keeping the fixture elevated above vehicles, pedestrians,\n      landscaping and common ground-level obstructions.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Always confirm total fixture weight, mounting requirements,\n      foundation requirements and site-specific wind conditions before installation.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"oso9-pole-specs\"\u003e\n\n      \u003cspan class=\"oso9-pole-spec\"\u003e\n        20 Ft Height\n      \u003c\/span\u003e\n\n      \u003cspan class=\"oso9-pole-spec\"\u003e\n        Commercial Grade\n      \u003c\/span\u003e\n\n      \u003cspan class=\"oso9-pole-spec\"\u003e\n        Ground Cage Option\n      \u003c\/span\u003e\n\n      \u003cspan class=\"oso9-pole-spec\"\u003e\n        Parking Lot Ready\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\" class=\"oso9-pole-btn\"\u003e\n\n      View 20 Ft Commercial Pole\n\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- TECH SPECS --\u003e\n\u003csection class=\"oso9-two\"\u003e\n\n\n  \u003cdiv class=\"oso9-card\"\u003e\n\n    \u003ch2\u003e\n      Performance Specifications\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"oso9-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003e9,000W Solar Street Light\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLED Quantity\u003c\/th\u003e\n          \u003ctd\u003e1,680 SMD LED Chips\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eStated Light Output\u003c\/th\u003e\n          \u003ctd\u003eUp to 180,000 Lumens\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLight Color\u003c\/th\u003e\n          \u003ctd\u003e6500K White\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eStated Coverage\u003c\/th\u003e\n          \u003ctd\u003eUp to 3,575 sq. ft.\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLighting Angle\u003c\/th\u003e\n          \u003ctd\u003e240°\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSolar Conversion\u003c\/th\u003e\n          \u003ctd\u003e25% Stated Conversion Rate\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCharging Time\u003c\/th\u003e\n          \u003ctd\u003eApprox. 5–6 Hours in Direct Sunlight\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eOperating Time\u003c\/th\u003e\n          \u003ctd\u003eApprox. 15–18 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso9-card\"\u003e\n\n    \u003ch2\u003e\n      Controls \u0026amp; Construction\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"oso9-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eAutomatic Operation\u003c\/th\u003e\n          \u003ctd\u003eDusk-to-Dawn\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMotion Sensor\u003c\/th\u003e\n          \u003ctd\u003eRadar Sensor\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSensor Range\u003c\/th\u003e\n          \u003ctd\u003eApprox. 26 ft\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eInactive Brightness\u003c\/th\u003e\n          \u003ctd\u003eApprox. 30%\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRemote Control\u003c\/th\u003e\n          \u003ctd\u003eIncluded\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eWeather Rating\u003c\/th\u003e\n          \u003ctd\u003eIP65\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMaterial\u003c\/th\u003e\n          \u003ctd\u003eABS\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eInstallation\u003c\/th\u003e\n          \u003ctd\u003eWall Mount or Pole Mount\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRecommended Pole\u003c\/th\u003e\n\n          \u003ctd\u003e\n\n            \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n\n              20 Ft Commercial Grade Pole\n\n            \u003c\/a\u003e\n\n          \u003c\/td\u003e\n\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCountry of Origin\u003c\/th\u003e\n          \u003ctd\u003eChina\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- APPLICATIONS --\u003e\n\u003csection class=\"oso9-card oso9-section\"\u003e\n\n  \u003ch2\u003e\n    Ideal for Residential, Commercial \u0026amp; Large Outdoor Areas\n  \u003c\/h2\u003e\n\n  \u003cp class=\"oso9-lead\"\u003e\n    This high-output solar street and area light is suitable for locations\n    where broad nighttime visibility and independent solar operation are priorities.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"oso9-apps\"\u003e\n\n    \u003cspan class=\"oso9-app\"\u003eParking Lots\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003eCommercial Properties\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003ePrivate Roads\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003eDriveways\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003eHOAs \u0026amp; Communities\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003eWarehouses\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003eSchools \u0026amp; Campuses\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003eFarms\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003eRanches\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003eLarge Yards\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003eEntrances\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003eSecurity Lighting\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003eParks\u003c\/span\u003e\n    \u003cspan class=\"oso9-app\"\u003eRemote Properties\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- INCLUDED --\u003e\n\u003csection class=\"oso9-card oso9-section\"\u003e\n\n  \u003ch2\u003e\n    What's Included\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"oso9-included\"\u003e\n\n    \u003cdiv class=\"oso9-included-item\"\u003e\n      1 × Solar Street Light\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso9-included-item\"\u003e\n      1 × Mounting Bracket\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso9-included-item\"\u003e\n      1 × Pole-Mount Back Panel\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso9-included-item\"\u003e\n      1 × Mounting Hardware Set\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso9-included-item\"\u003e\n      Remote Control \u0026amp; Manual\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- INSTALLATION --\u003e\n\u003csection class=\"oso9-card oso9-section\"\u003e\n\n  \u003ch2\u003e\n    Installation \u0026amp; Mounting\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"oso9-steps\"\u003e\n\n\n    \u003cdiv class=\"oso9-step\"\u003e\n\n      \u003cdiv class=\"oso9-step-num\"\u003e\n        1\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Choose the Location\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Select a location where the solar panel can receive strong,\n        unobstructed sunlight during the day.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso9-step\"\u003e\n\n      \u003cdiv class=\"oso9-step-num\"\u003e\n        2\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Pole or Wall Mount\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Install on an appropriate structural wall or compatible pole.\n        For many large-area projects, consider the\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n          20 ft commercial pole\n        \u003c\/a\u003e.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso9-step\"\u003e\n\n      \u003cdiv class=\"oso9-step-num\"\u003e\n        3\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Activate \u0026amp; Charge\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Press the ON button on the fixture before using the remote\n        and allow adequate solar charging before nighttime operation.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BATTERY INDICATORS --\u003e\n\u003csection class=\"oso9-two\"\u003e\n\n\n  \u003cdiv class=\"oso9-card\"\u003e\n\n    \u003ch2\u003e\n      Battery Indicator Lights\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"oso9-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRed Indicator\u003c\/th\u003e\n          \u003ctd\u003eApprox. 20%–40% remaining capacity\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBlue Indicator\u003c\/th\u003e\n          \u003ctd\u003eApprox. 60%–80% remaining capacity\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eGreen Indicator\u003c\/th\u003e\n          \u003ctd\u003eApprox. 100% capacity\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso9-card\"\u003e\n\n    \u003ch2\u003e\n      For Best Solar Performance\n    \u003c\/h2\u003e\n\n    \u003cul class=\"oso9-list\"\u003e\n\n      \u003cli\u003eInstall where the solar panel receives direct sunlight\u003c\/li\u003e\n      \u003cli\u003eAvoid heavy shade from trees, buildings and roof structures\u003c\/li\u003e\n      \u003cli\u003eAllow sufficient charging before first nighttime use\u003c\/li\u003e\n      \u003cli\u003eKeep the solar panel free of dust, leaves and debris\u003c\/li\u003e\n      \u003cli\u003eRuntime varies with weather and seasonal sunlight\u003c\/li\u003e\n      \u003cli\u003ePress the ON button on the fixture before remote operation\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- WARRANTY --\u003e\n\u003csection class=\"oso9-dark\"\u003e\n\n  \u003ch2\u003e\n    1-Year Warranty\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    This 9,000W Solar Street Light is backed by a\n    \u003cstrong\u003e1-year warranty\u003c\/strong\u003e. For best initial performance,\n    allow the fixture to receive a full solar charge before regular use.\n    Actual charging and runtime depend on sunlight, weather, installation,\n    operating mode and battery condition.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"oso9-dark-grid\"\u003e\n\n    \u003cdiv class=\"oso9-dark-card\"\u003e\n      \u003cstrong\u003e1 Year\u003c\/strong\u003e\n      \u003cspan\u003eProduct warranty.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso9-dark-card\"\u003e\n      \u003cstrong\u003eIP65\u003c\/strong\u003e\n      \u003cspan\u003eOutdoor weather protection.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso9-dark-card\"\u003e\n      \u003cstrong\u003eNo Wiring\u003c\/strong\u003e\n      \u003cspan\u003eIndependent solar operation.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso9-dark-card\"\u003e\n      \u003cstrong\u003eRemote Control\u003c\/strong\u003e\n      \u003cspan\u003eConvenient adjustments.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- MANUAL --\u003e\n\u003csection class=\"oso9-manual\"\u003e\n\n  \u003cdiv\u003e\n\n    \u003ch3\u003e\n      9,000W Solar Street Light Instruction Manual\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review installation, setup, remote-control, operating-mode\n      and mounting instructions before installing the fixture.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/3000w_2.pdf?v=1744311706\" target=\"_blank\" rel=\"noopener\"\u003e\n\n    View Instruction Manual\n\n  \u003c\/a\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- COMMERCIAL PROJECT CTA --\u003e\n\u003csection class=\"oso9-project\"\u003e\n\n  \u003cdiv class=\"oso9-project-copy\"\u003e\n\n    \u003ch2\u003e\n      Planning a Parking Lot or Commercial Lighting Project?\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Pole height, fixture quantity, mounting location and spacing can\n      significantly affect real-world lighting results. Contact Outdoor Solar Outlet\n      for help planning a larger commercial, HOA, school, farm or parking-lot project.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso9-project-buttons\"\u003e\n\n    \u003ca href=\"\/pages\/contact-us\" class=\"oso9-btn oso9-btn-orange\"\u003e\n\n      Get Project Help\n\n    \u003c\/a\u003e\n\n\n    \u003ca href=\"\/pages\/b2b-bulk-order\" class=\"oso9-btn oso9-btn-outline\"\u003e\n\n      Request a Quote\n\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FAQ --\u003e\n\u003csection class=\"oso9-card\"\u003e\n\n  \u003ch2\u003e\n    9,000W Solar Street Light FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"oso9-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What pole height do you recommend for the 9,000W solar street light?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso9-faq-answer\"\u003e\n\n        For many parking lots, commercial properties, HOAs, warehouses,\n        farms, schools and large driveways, Outdoor Solar Outlet recommends\n        a\n\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n\n          20 ft commercial light pole\n\n        \u003c\/a\u003e.\n\n        Actual mounting height depends on the site layout, desired coverage,\n        fixture positioning and local installation requirements.\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does the 9,000W solar street light require electrical wiring?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso9-faq-answer\"\u003e\n        No. The fixture is solar powered and does not require a\n        traditional electrical connection for normal operation.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does the light automatically turn on at night?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso9-faq-answer\"\u003e\n        Yes. The built-in light-control system is designed to automatically\n        activate the fixture after dusk and switch it off again at dawn.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How does the radar motion sensor work?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso9-faq-answer\"\u003e\n        The supplied specifications state an approximately 26 ft radar\n        sensing range. When movement is detected, the fixture can provide\n        full illumination. When the area becomes inactive, output can\n        reduce to approximately 30% to conserve stored energy.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long does the light operate after charging?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso9-faq-answer\"\u003e\n        The supplied specifications state approximately 15–18 hours\n        after sufficient solar charging. Actual runtime varies with sunlight,\n        weather, battery condition, brightness setting and motion activity.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long does the solar street light take to charge?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso9-faq-answer\"\u003e\n        The current product specifications state approximately 5–6 hours\n        of charging under suitable direct-sun conditions.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can the 9,000W light be mounted on a wall?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso9-faq-answer\"\u003e\n        Yes. The supplied product information supports compatible\n        wall-mounted and pole-mounted installations.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is the 9,000W solar street light waterproof?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso9-faq-answer\"\u003e\n        The supplied specifications list an IP65 outdoor rating,\n        designed to provide protection against dust, rain and normal\n        outdoor environmental exposure.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where is the 9,000W solar street light manufactured?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso9-faq-answer\"\u003e\n        This 9,000W Solar Street Light is manufactured in China.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where can this solar street light be used?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso9-faq-answer\"\u003e\n        Typical applications include parking lots, commercial properties,\n        HOAs, private roads, driveways, warehouses, schools, campuses,\n        farms, ranches, large yards, entrances, parks and remote properties.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- TRUST --\u003e\n\u003csection class=\"oso9-trust\"\u003e\n\n  \u003cdiv class=\"oso9-trust-item\"\u003e\n    \u003cstrong\u003eBest Seller\u003c\/strong\u003e\n    Popular Commercial Solar Light\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso9-trust-item\"\u003e\n    \u003cstrong\u003e20 Ft Pole\u003c\/strong\u003e\n    Recommended Setup\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso9-trust-item\"\u003e\n    \u003cstrong\u003e1,680 LEDs\u003c\/strong\u003e\n    Wide-Area Illumination\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso9-trust-item\"\u003e\n    \u003cstrong\u003eIP65\u003c\/strong\u003e\n    Outdoor Rated\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso9-trust-item\"\u003e\n    \u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e\n    Product Coverage\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45029478564072,"sku":"3000w-sl","price":249.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/9000w-solar-street-light-180000-lumens-dusk-to-dawn-street-lights-solar-powered-motion-sensor-6818300.jpg?v=1786734442"},{"product_id":"11000w-solar-street-lights-outdoor-motion-sensor-dusk-to-dawn-solar-flood-light-with-remote-control-ip67-waterproof-security-light-for-parking-lot-garden-street-playground","title":"11,000W Aluminum Frame Solar Street Lights Outdoor Motion Sensor, Dusk to Dawn 200000LM with Remote Control","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET\n   SMARTYARD 11,000W COMMERCIAL SOLAR STREET LIGHT\n   PREMIUM PRODUCT DESCRIPTION\n   ========================================================= *\/\n\n.oso-11000 {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 28px 16px 50px;\n  font-family: inherit;\n  color: #111827;\n}\n\n.oso-11000 * {\n  box-sizing: border-box;\n}\n\n.oso-11000 img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n}\n\n.oso11-hero {\n  display: grid;\n  grid-template-columns: 1fr 1.15fr;\n  gap: 42px;\n  align-items: center;\n  margin-bottom: 28px;\n}\n\n.oso11-hero-img {\n  border-radius: 16px;\n  overflow: hidden;\n  background: #f3f4f6;\n}\n\n.oso11-hero-img img {\n  aspect-ratio: 1\/.78;\n  object-fit: cover;\n}\n\n.oso11-eyebrow {\n  color: #f28c00;\n  font-size: 15px;\n  font-weight: 800;\n  letter-spacing: .7px;\n  text-transform: uppercase;\n  margin-bottom: 8px;\n}\n\n.oso11-title {\n  margin: 0 0 12px;\n  font-size: 40px;\n  line-height: 1.08;\n  font-weight: 850;\n  color: #07182e;\n}\n\n.oso11-subtitle {\n  margin: 0 0 15px;\n  font-size: 22px;\n  line-height: 1.35;\n  font-weight: 700;\n  color: #1f2937;\n}\n\n.oso11-intro {\n  margin: 0;\n  font-size: 17px;\n  line-height: 1.72;\n  color: #4b5563;\n}\n\n.oso11-made {\n  display: inline-flex;\n  align-items: center;\n  margin-top: 18px;\n  background: #07182e;\n  color: #fff;\n  border-radius: 999px;\n  padding: 10px 16px;\n  font-size: 14px;\n  font-weight: 750;\n}\n\n.oso11-made span {\n  color: #f5a300;\n  margin-right: 7px;\n}\n\n\/* PERFORMANCE *\/\n\n.oso11-performance {\n  display: grid;\n  grid-template-columns: repeat(6,1fr);\n  border: 1px solid #e5e7eb;\n  border-radius: 14px;\n  overflow: hidden;\n  margin-bottom: 30px;\n  background: #fff;\n}\n\n.oso11-performance-item {\n  text-align: center;\n  padding: 20px 10px;\n  border-right: 1px solid #e5e7eb;\n}\n\n.oso11-performance-item:last-child {\n  border-right: 0;\n}\n\n.oso11-icon {\n  width: 52px;\n  height: 52px;\n  margin: 0 auto 10px;\n  border-radius: 50%;\n  background: #07182e;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.oso11-icon svg {\n  width: 27px;\n  height: 27px;\n  fill: none;\n  stroke: #f5a300;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.oso11-performance-item strong {\n  display: block;\n  color: #111827;\n  font-size: 14px;\n  line-height: 1.35;\n}\n\n.oso11-performance-item span {\n  display: block;\n  margin-top: 3px;\n  color: #667085;\n  font-size: 12.5px;\n}\n\n\/* GENERAL *\/\n\n.oso11-section {\n  margin-bottom: 24px;\n}\n\n.oso11-heading {\n  margin: 0 0 8px;\n  font-size: 29px;\n  line-height: 1.25;\n  color: #07182e;\n  font-weight: 850;\n}\n\n.oso11-heading:after,\n.oso11-card h2:after {\n  content: \"\";\n  display: block;\n  width: 46px;\n  height: 3px;\n  background: #f5a300;\n  margin-top: 9px;\n}\n\n.oso11-lead {\n  max-width: 870px;\n  margin: 0 0 22px;\n  color: #667085;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n\/* FEATURE GRID *\/\n\n.oso11-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 16px;\n}\n\n.oso11-feature {\n  border: 1px solid #e5e7eb;\n  border-radius: 13px;\n  background: #fff;\n  overflow: hidden;\n}\n\n.oso11-feature img {\n  aspect-ratio: 16\/9;\n  object-fit: cover;\n}\n\n.oso11-feature-copy {\n  padding: 20px;\n}\n\n.oso11-feature h3 {\n  margin: 0 0 8px;\n  color: #111827;\n  font-size: 18px;\n  line-height: 1.35;\n  font-weight: 800;\n}\n\n.oso11-feature p {\n  margin: 0;\n  color: #667085;\n  font-size: 14.5px;\n  line-height: 1.65;\n}\n\n\/* DARK SECTION *\/\n\n.oso11-dark {\n  background: linear-gradient(120deg,#061426,#0b2545 70%,#123858);\n  border-radius: 16px;\n  padding: 36px;\n  color: #fff;\n  margin-bottom: 24px;\n}\n\n.oso11-dark h2 {\n  margin: 0 0 12px;\n  font-size: 30px;\n  color: #fff;\n  font-weight: 850;\n}\n\n.oso11-dark \u003e p {\n  margin: 0 0 25px;\n  max-width: 870px;\n  color: #d5deea;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.oso11-dark-grid {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 13px;\n}\n\n.oso11-dark-card {\n  background: rgba(255,255,255,.07);\n  border: 1px solid rgba(255,255,255,.14);\n  border-radius: 10px;\n  padding: 18px;\n}\n\n.oso11-dark-card strong {\n  display: block;\n  color: #f5a300;\n  font-size: 19px;\n  margin-bottom: 5px;\n}\n\n.oso11-dark-card span {\n  color: #e0e6ef;\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n\/* CARDS *\/\n\n.oso11-two {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n  margin-bottom: 24px;\n}\n\n.oso11-card {\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 13px;\n  padding: 28px;\n}\n\n.oso11-card h2 {\n  margin: 0 0 17px;\n  color: #07182e;\n  font-size: 25px;\n  font-weight: 850;\n}\n\n.oso11-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.oso11-list li {\n  position: relative;\n  padding: 7px 0 7px 29px;\n  color: #344054;\n  font-size: 15px;\n  line-height: 1.5;\n}\n\n.oso11-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  top: 8px;\n  width: 18px;\n  height: 18px;\n  line-height: 18px;\n  text-align: center;\n  border-radius: 50%;\n  background: #f5a300;\n  color: #fff;\n  font-size: 11px;\n  font-weight: 900;\n}\n\n\/* TABLE *\/\n\n.oso11-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.oso11-table tr {\n  border-bottom: 1px solid #eceff2;\n}\n\n.oso11-table tr:last-child {\n  border-bottom: 0;\n}\n\n.oso11-table th,\n.oso11-table td {\n  text-align: left;\n  padding: 9px 5px;\n  font-size: 15px;\n  vertical-align: top;\n  line-height: 1.45;\n}\n\n.oso11-table th {\n  width: 43%;\n  color: #344054;\n  font-weight: 750;\n}\n\n.oso11-table td {\n  color: #475467;\n}\n\n\/* COVERAGE *\/\n\n.oso11-coverage {\n  display: grid;\n  grid-template-columns: 1.1fr .9fr;\n  gap: 25px;\n  align-items: center;\n  background: #f8f9fb;\n  border: 1px solid #e5e7eb;\n  border-radius: 15px;\n  padding: 30px;\n  margin-bottom: 24px;\n}\n\n.oso11-coverage img {\n  border-radius: 11px;\n}\n\n.oso11-coverage h2 {\n  margin: 0 0 12px;\n  color: #07182e;\n  font-size: 27px;\n  font-weight: 850;\n}\n\n.oso11-coverage p {\n  margin: 0 0 14px;\n  color: #667085;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.oso11-stat {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n  margin-top: 18px;\n}\n\n.oso11-stat div {\n  background: #fff;\n  border: 1px solid #e4e7ec;\n  border-radius: 9px;\n  padding: 13px;\n}\n\n.oso11-stat strong {\n  display: block;\n  color: #f28c00;\n  font-size: 18px;\n}\n\n.oso11-stat span {\n  color: #667085;\n  font-size: 13px;\n}\n\n\/* ACCESSORY SECTION *\/\n\n.oso11-accessories {\n  margin-bottom: 26px;\n}\n\n.oso11-accessories-head {\n  text-align: center;\n  margin-bottom: 20px;\n}\n\n.oso11-accessories-head h2 {\n  margin: 0 0 8px;\n  color: #07182e;\n  font-size: 30px;\n  font-weight: 850;\n}\n\n.oso11-accessories-head p {\n  max-width: 820px;\n  margin: 0 auto;\n  color: #667085;\n  font-size: 15.5px;\n  line-height: 1.7;\n}\n\n.oso11-accessory-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 17px;\n}\n\n.oso11-accessory {\n  display: flex;\n  flex-direction: column;\n  border: 1px solid #dfe4ea;\n  border-radius: 14px;\n  overflow: hidden;\n  background: #fff;\n}\n\n.oso11-accessory-top {\n  padding: 24px;\n  background: #07182e;\n  color: #fff;\n}\n\n.oso11-accessory-label {\n  display: inline-block;\n  margin-bottom: 10px;\n  padding: 6px 10px;\n  border-radius: 999px;\n  background: #f5a300;\n  color: #111827;\n  font-size: 11px;\n  font-weight: 850;\n  letter-spacing: .3px;\n}\n\n.oso11-accessory h3 {\n  margin: 0 0 7px;\n  color: #fff;\n  font-size: 21px;\n  line-height: 1.3;\n}\n\n.oso11-accessory-top p {\n  margin: 0;\n  color: #d8e1ec;\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n.oso11-accessory-body {\n  padding: 22px;\n  flex: 1;\n  display: flex;\n  flex-direction: column;\n}\n\n.oso11-accessory-list {\n  list-style: none;\n  margin: 0 0 20px;\n  padding: 0;\n}\n\n.oso11-accessory-list li {\n  position: relative;\n  padding: 6px 0 6px 22px;\n  color: #475467;\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n.oso11-accessory-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #f28c00;\n  font-weight: 900;\n}\n\n.oso11-accessory-btn {\n  display: block;\n  margin-top: auto;\n  padding: 13px 16px;\n  border-radius: 7px;\n  background: #f5a300;\n  color: #111827 !important;\n  text-decoration: none !important;\n  text-align: center;\n  font-size: 14px;\n  font-weight: 850;\n}\n\n.oso11-accessory-btn:hover {\n  background: #ffb21a;\n}\n\n\/* APPLICATIONS *\/\n\n.oso11-apps {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n}\n\n.oso11-app {\n  background: #f7f8fa;\n  border: 1px solid #e4e7ec;\n  border-radius: 999px;\n  padding: 10px 15px;\n  color: #344054;\n  font-size: 14px;\n  font-weight: 650;\n}\n\n\/* DOCUMENTS *\/\n\n.oso11-docs {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 24px;\n}\n\n.oso11-doc {\n  border: 1px solid #dfe4ea;\n  border-radius: 12px;\n  padding: 22px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 18px;\n  background: #f8f9fb;\n}\n\n.oso11-doc h3 {\n  margin: 0 0 5px;\n  color: #07182e;\n  font-size: 19px;\n}\n\n.oso11-doc p {\n  margin: 0;\n  color: #667085;\n  font-size: 13.5px;\n  line-height: 1.5;\n}\n\n.oso11-doc a {\n  flex-shrink: 0;\n  display: inline-block;\n  text-decoration: none !important;\n  background: #07182e;\n  color: #fff !important;\n  border-radius: 7px;\n  padding: 11px 16px;\n  font-size: 13px;\n  font-weight: 750;\n}\n\n\/* PROJECT CTA *\/\n\n.oso11-project {\n  background: linear-gradient(105deg,#07182e,#0e3157);\n  border-radius: 15px;\n  padding: 32px 35px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 25px;\n  margin-bottom: 24px;\n}\n\n.oso11-project-copy {\n  max-width: 690px;\n}\n\n.oso11-project h2 {\n  margin: 0 0 7px;\n  color: #fff;\n  font-size: 27px;\n  font-weight: 850;\n}\n\n.oso11-project p {\n  margin: 0;\n  color: #d8e1ec;\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.oso11-project-buttons {\n  display: flex;\n  gap: 9px;\n  flex-shrink: 0;\n}\n\n.oso11-btn {\n  display: inline-block;\n  padding: 13px 18px;\n  border-radius: 7px;\n  text-decoration: none !important;\n  font-size: 14px;\n  font-weight: 800;\n  white-space: nowrap;\n}\n\n.oso11-btn-orange {\n  background: #f5a300;\n  color: #111827 !important;\n}\n\n.oso11-btn-outline {\n  color: #fff !important;\n  border: 1px solid rgba(255,255,255,.7);\n}\n\n\/* FAQ *\/\n\n.oso11-faq {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px 14px;\n}\n\n.oso11-faq details {\n  border: 1px solid #e5e7eb;\n  border-radius: 8px;\n  background: #fff;\n  overflow: hidden;\n}\n\n.oso11-faq summary {\n  position: relative;\n  cursor: pointer;\n  list-style: none;\n  padding: 17px 46px 17px 18px;\n  color: #1f2937;\n  font-size: 15px;\n  font-weight: 750;\n}\n\n.oso11-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.oso11-faq summary:after {\n  content: \"+\";\n  position: absolute;\n  right: 17px;\n  top: 50%;\n  transform: translateY(-50%);\n  color: #f28c00;\n  font-size: 22px;\n}\n\n.oso11-faq details[open] summary:after {\n  content: \"−\";\n}\n\n.oso11-faq-answer {\n  padding: 0 18px 18px;\n  color: #667085;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\/* TRUST *\/\n\n.oso11-trust {\n  margin-top: 25px;\n  display: grid;\n  grid-template-columns: repeat(5,1fr);\n  background: #07182e;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.oso11-trust-item {\n  text-align: center;\n  padding: 18px 9px;\n  border-right: 1px solid rgba(255,255,255,.12);\n  color: #dce4ee;\n  font-size: 12.5px;\n}\n\n.oso11-trust-item:last-child {\n  border-right: 0;\n}\n\n.oso11-trust-item strong {\n  display: block;\n  color: #f5a300;\n  font-size: 14px;\n  margin-bottom: 3px;\n}\n\n\/* TABLET *\/\n\n@media(max-width:950px) {\n\n  .oso11-performance {\n    grid-template-columns: repeat(3,1fr);\n  }\n\n  .oso11-feature-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso11-dark-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n}\n\n\/* MOBILE *\/\n\n@media(max-width:680px) {\n\n  .oso-11000 {\n    padding: 16px 10px 35px;\n  }\n\n  .oso11-hero,\n  .oso11-two,\n  .oso11-coverage,\n  .oso11-docs,\n  .oso11-accessory-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .oso11-hero {\n    gap: 20px;\n  }\n\n  .oso11-title {\n    font-size: 30px;\n  }\n\n  .oso11-subtitle {\n    font-size: 19px;\n  }\n\n  .oso11-intro {\n    font-size: 16px;\n  }\n\n  .oso11-performance {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso11-performance-item {\n    border-right: 0;\n  }\n\n  .oso11-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .oso11-dark {\n    padding: 26px 19px;\n  }\n\n  .oso11-dark-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso11-card {\n    padding: 22px 18px;\n  }\n\n  .oso11-doc {\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .oso11-doc a {\n    width: 100%;\n    text-align: center;\n  }\n\n  .oso11-project {\n    flex-direction: column;\n    align-items: flex-start;\n    padding: 27px 20px;\n  }\n\n  .oso11-project-buttons {\n    width: 100%;\n    flex-direction: column;\n  }\n\n  .oso11-btn {\n    width: 100%;\n    text-align: center;\n  }\n\n  .oso11-faq {\n    grid-template-columns: 1fr;\n  }\n\n  .oso11-trust {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"oso-11000\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"oso11-hero\"\u003e\n\n  \u003cdiv class=\"oso11-hero-img\"\u003e\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4eacef36-4d9b-4b7b-8602-f6979acb706f.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"SmartYard 11000W commercial solar street light for parking lots roads and large properties\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"oso11-eyebrow\"\u003e\n      SMARTYARD COMMERCIAL SERIES\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"oso11-title\"\u003e\n      11,000W Solar Street Light\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"oso11-subtitle\"\u003e\n      Flagship Commercial Solar Lighting for Parking Lots, Roads \u0026amp; Large Properties\n    \u003c\/h3\u003e\n\n    \u003cp class=\"oso11-intro\"\u003e\n      The \u003cstrong\u003eSmartYard 11,000W Solar Street Light\u003c\/strong\u003e is engineered\n      for large outdoor applications that demand powerful illumination,\n      intelligent controls, dependable battery performance and completely\n      solar-powered operation. Premium OSRAM LEDs, 400 high-output SMD 5050\n      LED chips, upgraded solar charging, motion detection, remote control\n      and IP67 weather protection make it a powerful solution for\n      \u003cstrong\u003eparking lots, commercial properties, roadways, HOAs,\n      schools, campuses, warehouses, farms and large outdoor areas\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso11-made\"\u003e\n      \u003cspan\u003e★\u003c\/span\u003e Made in the USA\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- PERFORMANCE --\u003e\n\u003csection class=\"oso11-performance\"\u003e\n\n  \u003cdiv class=\"oso11-performance-item\"\u003e\n    \u003cdiv class=\"oso11-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M13 2L5 14h6l-1 8 9-13h-6V2z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cstrong\u003e400 SMD 5050 LEDs\u003c\/strong\u003e\n    \u003cspan\u003eHigh-output LED array\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso11-performance-item\"\u003e\n    \u003cdiv class=\"oso11-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"7\" cy=\"6\" r=\"2.5\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M7 1.5v1M7 9.5v1M2.5 6h1M10.5 6h1\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M5 14h14l2 7H3l2-7z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cstrong\u003e23% Solar Efficiency\u003c\/strong\u003e\n    \u003cspan\u003eUpgraded solar charging\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso11-performance-item\"\u003e\n    \u003cdiv class=\"oso11-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M6 15a4 4 0 0 1 .5-8A6 6 0 0 1 18 9a3 3 0 0 1 0 6H6z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 18l-1 2M13 18l-1 2M18 18l-1 2\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cstrong\u003eIP67 Waterproof\u003c\/strong\u003e\n    \u003cspan\u003eCommercial outdoor design\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso11-performance-item\"\u003e\n    \u003cdiv class=\"oso11-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M20 15.5A8 8 0 0 1 8.5 4a8.5 8.5 0 1 0 11.5 11.5z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cstrong\u003eDusk-to-Dawn\u003c\/strong\u003e\n    \u003cspan\u003eAutomatic photocell\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso11-performance-item\"\u003e\n    \u003cdiv class=\"oso11-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"8\" cy=\"5\" r=\"2\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M8 7l3 4 3 1M10 10l-2 5-4 4M10 13l4 3 2 4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cstrong\u003eMotion Sensor\u003c\/strong\u003e\n    \u003cspan\u003eSmart brightness control\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso11-performance-item\"\u003e\n    \u003cdiv class=\"oso11-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M5 12a7 7 0 0 1 14 0\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M3 12a9 9 0 0 1 18 0\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M12 12v9\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cstrong\u003e340° Coverage\u003c\/strong\u003e\n    \u003cspan\u003eFour-sided light array\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FEATURE SECTION --\u003e\n\u003csection class=\"oso11-section\"\u003e\n\n  \u003ch2 class=\"oso11-heading\"\u003e\n    Commercial Solar Lighting Without Utility Electricity\n  \u003c\/h2\u003e\n\n  \u003cp class=\"oso11-lead\"\u003e\n    Built for demanding commercial and large-property applications,\n    the SmartYard 11,000W combines high-output LEDs, solar charging,\n    intelligent controls and weather-resistant construction in one\n    independent outdoor lighting system.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"oso11-feature-grid\"\u003e\n\n    \u003cdiv class=\"oso11-feature\"\u003e\n\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e21254a2-ea65-46ec-b134-ac9ab892c0fc.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"SmartYard commercial solar street light high output LED system\"\u003e\n\n      \u003cdiv class=\"oso11-feature-copy\"\u003e\n        \u003ch3\u003ePremium High-Output LED System\u003c\/h3\u003e\n        \u003cp\u003e\n          Premium OSRAM LED technology works with 400 high-output SMD 5050\n          LED chips to provide powerful illumination across large outdoor areas.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso11-feature\"\u003e\n\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fdead1be-0aa6-4987-91be-e9fb79a1652a.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"high efficiency solar panel commercial solar street lighting\"\u003e\n\n      \u003cdiv class=\"oso11-feature-copy\"\u003e\n        \u003ch3\u003e23% High-Efficiency Solar Charging\u003c\/h3\u003e\n        \u003cp\u003e\n          The upgraded polysilicon solar panel is rated at 23% efficiency\n          to capture and store solar energy for dependable off-grid operation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso11-feature\"\u003e\n\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/dcd0f137-d2ec-4575-9a9e-6dfecf1ceffd.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"IP67 commercial solar parking lot street light\"\u003e\n\n      \u003cdiv class=\"oso11-feature-copy\"\u003e\n        \u003ch3\u003eEngineered for Outdoor Conditions\u003c\/h3\u003e\n        \u003cp\u003e\n          High-strength aluminum construction, optical lenses and an IP67\n          weather rating help protect the fixture in demanding outdoor environments.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- SMART SYSTEM --\u003e\n\u003csection class=\"oso11-dark\"\u003e\n\n  \u003ch2\u003eA Smarter Commercial Solar Lighting System\u003c\/h2\u003e\n\n  \u003cp\u003e\n    Intelligent controls help conserve stored solar energy while providing\n    illumination when it matters. The system combines photocell control,\n    motion detection, remote operation, automatic dimming and a\n    high-capacity lithium battery.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"oso11-dark-grid\"\u003e\n\n    \u003cdiv class=\"oso11-dark-card\"\u003e\n      \u003cstrong\u003e100%\u003c\/strong\u003e\n      \u003cspan\u003eBrightness when motion is detected.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso11-dark-card\"\u003e\n      \u003cstrong\u003e30%\u003c\/strong\u003e\n      \u003cspan\u003eDimmed output after approximately 10 seconds of inactivity.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso11-dark-card\"\u003e\n      \u003cstrong\u003e12–18 Hrs\u003c\/strong\u003e\n      \u003cspan\u003eFull-brightness operating range under suitable conditions.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso11-dark-card\"\u003e\n      \u003cstrong\u003eUp to 48 Hrs\u003c\/strong\u003e\n      \u003cspan\u003eExtended operation using dim mode.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BATTERY \/ CONTROLS --\u003e\n\u003csection class=\"oso11-two\"\u003e\n\n  \u003cdiv class=\"oso11-card\"\u003e\n\n    \u003ch2\u003eHigh-Capacity Battery System\u003c\/h2\u003e\n\n    \u003cul class=\"oso11-list\"\u003e\n      \u003cli\u003e3.2V \/ 48,000mAh lithium battery system\u003c\/li\u003e\n      \u003cli\u003eNew-energy vehicle-grade lithium battery technology\u003c\/li\u003e\n      \u003cli\u003eApproximately 6–8 hours solar charging\u003c\/li\u003e\n      \u003cli\u003eApproximately 12–18 hours full-brightness operation\u003c\/li\u003e\n      \u003cli\u003eUp to approximately 48 hours in dim mode\u003c\/li\u003e\n      \u003cli\u003eDesigned for demanding commercial outdoor use\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso11-card\"\u003e\n\n    \u003ch2\u003eSmart Controls \u0026amp; Automation\u003c\/h2\u003e\n\n    \u003cul class=\"oso11-list\"\u003e\n      \u003cli\u003eAutomatic dusk-to-dawn photocell operation\u003c\/li\u003e\n      \u003cli\u003eIntegrated motion sensor\u003c\/li\u003e\n      \u003cli\u003e100% brightness when movement is detected\u003c\/li\u003e\n      \u003cli\u003eAutomatic dimming to approximately 30%\u003c\/li\u003e\n      \u003cli\u003eRemote control for compatible operating modes\u003c\/li\u003e\n      \u003cli\u003eNo daily manual switching required\u003c\/li\u003e\n      \u003cli\u003eWire-free solar operation\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- COVERAGE --\u003e\n\u003csection class=\"oso11-coverage\"\u003e\n\n  \u003cdiv\u003e\n\n    \u003ch2\u003eFour-Sided 340° Wide-Area Illumination\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Unlike conventional single-direction fixtures, the SmartYard\n      11,000W uses a four-sided multi-array lighting configuration\n      designed to spread illumination across a much wider surrounding area.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This makes it especially useful for parking lots, open commercial\n      properties, campuses, roads and other large spaces where reducing\n      dark areas between fixtures is important.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso11-stat\"\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e340°\u003c\/strong\u003e\n        \u003cspan\u003eWide-area light distribution\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e4-Sided\u003c\/strong\u003e\n        \u003cspan\u003eMulti-array design\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e90%\u003c\/strong\u003e\n        \u003cspan\u003eManufacturer-stated optics improvement\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e60%\u003c\/strong\u003e\n        \u003cspan\u003eManufacturer-stated wider range\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/IMG_4924.png?v=1753815661\" alt=\"SmartYard 11000W solar street light wide area illumination\"\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- CLICKABLE RECOMMENDED ACCESSORIES --\u003e\n\u003csection class=\"oso11-accessories\"\u003e\n\n  \u003cdiv class=\"oso11-accessories-head\"\u003e\n\n    \u003ch2\u003eRecommended Installation Setup\u003c\/h2\u003e\n\n    \u003cp\u003e\n      For many large commercial projects, a 20 ft pole provides a practical\n      mounting height for the 11,000W fixture. For projects requiring two\n      fixtures on one pole, a double bullhorn bracket can provide\n      multi-directional lighting.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso11-accessory-grid\"\u003e\n\n\n    \u003c!-- 20 FT POLE --\u003e\n    \u003cdiv class=\"oso11-accessory\"\u003e\n\n      \u003cdiv class=\"oso11-accessory-top\"\u003e\n\n        \u003cspan class=\"oso11-accessory-label\"\u003e\n          RECOMMENDED POLE\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          20 Ft Commercial Grade Light Pole\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Commercial mounting solution for parking lots, streets,\n          HOAs, farms, commercial properties and large outdoor projects.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso11-accessory-body\"\u003e\n\n        \u003cul class=\"oso11-accessory-list\"\u003e\n          \u003cli\u003e20 ft full mounting height\u003c\/li\u003e\n          \u003cli\u003eCommercial-grade outdoor construction\u003c\/li\u003e\n          \u003cli\u003eDesigned for street and area lighting applications\u003c\/li\u003e\n          \u003cli\u003eGround cage configuration available\u003c\/li\u003e\n          \u003cli\u003eSuitable for large commercial installations\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\" class=\"oso11-accessory-btn\"\u003e\n          View 20 Ft Commercial Pole\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- BULLHORN --\u003e\n    \u003cdiv class=\"oso11-accessory\"\u003e\n\n      \u003cdiv class=\"oso11-accessory-top\"\u003e\n\n        \u003cspan class=\"oso11-accessory-label\"\u003e\n          MULTI-LIGHT OPTION\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          Double Bullhorn Mounting Bracket\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed to mount two compatible outdoor lighting fixtures\n          on one pole for wider or opposing-direction illumination.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso11-accessory-body\"\u003e\n\n        \u003cul class=\"oso11-accessory-list\"\u003e\n          \u003cli\u003eSupports two-light pole configurations\u003c\/li\u003e\n          \u003cli\u003e180° opposing-direction arrangement\u003c\/li\u003e\n          \u003cli\u003eHeavy-duty aluminum construction\u003c\/li\u003e\n          \u003cli\u003eUseful for parking lots and large open areas\u003c\/li\u003e\n          \u003cli\u003eHelps create wider multi-directional coverage\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/double-bullhorn-bracket-led-parking-lot-light-180-degree-aluminum-mounting-bracket-round-pole-double-l-bracket-tenons\" class=\"oso11-accessory-btn\"\u003e\n          View Double Bullhorn Bracket\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- SPECS --\u003e\n\u003csection class=\"oso11-two\"\u003e\n\n  \u003cdiv class=\"oso11-card\"\u003e\n\n    \u003ch2\u003eTechnical Highlights\u003c\/h2\u003e\n\n    \u003ctable class=\"oso11-table\"\u003e\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003eSmartYard 11,000W Solar Street Light\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eManufacturing\u003c\/th\u003e\n          \u003ctd\u003eMade in the USA\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLED Technology\u003c\/th\u003e\n          \u003ctd\u003ePremium OSRAM LEDs\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLED Array\u003c\/th\u003e\n          \u003ctd\u003e400 SMD 5050 LED Chips\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSolar Panel\u003c\/th\u003e\n          \u003ctd\u003eHigh-Efficiency Polysilicon\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSolar Efficiency\u003c\/th\u003e\n          \u003ctd\u003e23%\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBattery\u003c\/th\u003e\n          \u003ctd\u003e3.2V \/ 48,000mAh Lithium\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCharging Time\u003c\/th\u003e\n          \u003ctd\u003eApprox. 6–8 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eFull-Brightness Runtime\u003c\/th\u003e\n          \u003ctd\u003eApprox. 12–18 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eDim-Mode Runtime\u003c\/th\u003e\n          \u003ctd\u003eUp to Approx. 48 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso11-card\"\u003e\n\n    \u003ch2\u003eCommercial Design\u003c\/h2\u003e\n\n    \u003ctable class=\"oso11-table\"\u003e\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eWeather Rating\u003c\/th\u003e\n          \u003ctd\u003eIP67\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eHousing\u003c\/th\u003e\n          \u003ctd\u003eHigh-Strength Aluminum\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eDistribution\u003c\/th\u003e\n          \u003ctd\u003eFour-Sided Multi-Array\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCoverage\u003c\/th\u003e\n          \u003ctd\u003eUp to 340°\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePhotocell\u003c\/th\u003e\n          \u003ctd\u003eAutomatic Dusk-to-Dawn\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMotion Sensor\u003c\/th\u003e\n          \u003ctd\u003eIntegrated\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRemote Control\u003c\/th\u003e\n          \u003ctd\u003eSupported\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRecommended Pole\u003c\/th\u003e\n          \u003ctd\u003e\n            \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n              20 Ft Commercial Pole\n            \u003c\/a\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMulti-Light Option\u003c\/th\u003e\n          \u003ctd\u003e\n            \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/double-bullhorn-bracket-led-parking-lot-light-180-degree-aluminum-mounting-bracket-round-pole-double-l-bracket-tenons\"\u003e\n              Double Bullhorn Bracket\n            \u003c\/a\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eInstallation\u003c\/th\u003e\n          \u003ctd\u003eWall or Pole Mount\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eElectrical Wiring\u003c\/th\u003e\n          \u003ctd\u003eNot Required\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- APPLICATIONS --\u003e\n\u003csection class=\"oso11-card oso11-section\"\u003e\n\n  \u003ch2\u003eBuilt for Large Residential \u0026amp; Commercial Applications\u003c\/h2\u003e\n\n  \u003cp class=\"oso11-lead\"\u003e\n    The SmartYard 11,000W commercial solar street light is designed\n    for projects that need powerful independent outdoor illumination\n    without installing underground electrical service.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"oso11-apps\"\u003e\n\n    \u003cspan class=\"oso11-app\"\u003eParking Lots\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003eCommercial Properties\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003ePublic Streets\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003ePrivate Roads\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003eHOAs \u0026amp; Communities\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003eSchools \u0026amp; Campuses\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003eWarehouses\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003eIndustrial Properties\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003eFarms \u0026amp; Ranches\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003eDriveways\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003eParks\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003ePlaygrounds\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003eSecurity Lighting\u003c\/span\u003e\n    \u003cspan class=\"oso11-app\"\u003eRemote Properties\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- INSTALLATION --\u003e\n\u003csection class=\"oso11-card oso11-section\"\u003e\n\n  \u003ch2\u003eInstallation \u0026amp; Mounting Options\u003c\/h2\u003e\n\n  \u003cul class=\"oso11-list\"\u003e\n\n    \u003cli\u003e\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n        20 ft commercial pole\n      \u003c\/a\u003e\n      recommended for many large-area installations\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/double-bullhorn-bracket-led-parking-lot-light-180-degree-aluminum-mounting-bracket-round-pole-double-l-bracket-tenons\"\u003e\n        Double bullhorn brackets\n      \u003c\/a\u003e\n      can be used for compatible two-light pole configurations\n    \u003c\/li\u003e\n\n    \u003cli\u003eBullhorn configurations can help create multi-directional coverage\u003c\/li\u003e\n    \u003cli\u003eSuitable for compatible pole or wall mounting\u003c\/li\u003e\n    \u003cli\u003eNo underground electrical trenching required for the fixture\u003c\/li\u003e\n    \u003cli\u003eNo connection to utility electricity required for normal operation\u003c\/li\u003e\n    \u003cli\u003eInstall where the solar panel receives strong sunlight\u003c\/li\u003e\n    \u003cli\u003ePhotocell automatically manages dusk-to-dawn operation\u003c\/li\u003e\n    \u003cli\u003eRemote control allows convenient operating-mode adjustments\u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- DOCUMENTATION --\u003e\n\u003csection class=\"oso11-docs\"\u003e\n\n  \u003cdiv class=\"oso11-doc\"\u003e\n\n    \u003cdiv\u003e\n      \u003ch3\u003eIES \/ Photometric Reference Report\u003c\/h3\u003e\n      \u003cp\u003e\n        Review available photometric information for project evaluation\n        and lighting planning.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LUMENX_11000W_Reference_Photometric_Report.pdf?v=1786465872\" target=\"_blank\" rel=\"noopener\"\u003e\n      View IES Report\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso11-doc\"\u003e\n\n    \u003cdiv\u003e\n      \u003ch3\u003eInstallation \u0026amp; Product Manual\u003c\/h3\u003e\n      \u003cp\u003e\n        Review product details, installation information and operating instructions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LUMENX11000W.pdf?v=1769053325\" target=\"_blank\" rel=\"noopener\"\u003e\n      View Manual\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- COMMERCIAL CTA --\u003e\n\u003csection class=\"oso11-project\"\u003e\n\n  \u003cdiv class=\"oso11-project-copy\"\u003e\n\n    \u003ch2\u003e\n      Planning a Parking Lot, HOA or Commercial Lighting Project?\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Fixture quantity, pole height, spacing, mounting position and\n      bullhorn configuration can have a major impact on project performance.\n      Contact Outdoor Solar Outlet for project assistance and commercial quantities.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso11-project-buttons\"\u003e\n\n    \u003ca href=\"\/pages\/contact-us\" class=\"oso11-btn oso11-btn-orange\"\u003e\n      Get Project Help\n    \u003c\/a\u003e\n\n    \u003ca href=\"\/pages\/b2b-bulk-order\" class=\"oso11-btn oso11-btn-outline\"\u003e\n      Request a Quote\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FAQ --\u003e\n\u003csection class=\"oso11-card\"\u003e\n\n  \u003ch2\u003e11,000W Solar Street Light FAQs\u003c\/h2\u003e\n\n  \u003cdiv class=\"oso11-faq\"\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat pole height do you recommend?\u003c\/summary\u003e\n\n      \u003cdiv class=\"oso11-faq-answer\"\u003e\n        For many parking lot, roadway, HOA, school, campus, warehouse\n        and commercial installations, a\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n          20 ft commercial pole\n        \u003c\/a\u003e\n        is recommended. Actual mounting height depends on site layout,\n        desired coverage and project requirements.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I mount two lights on one pole?\u003c\/summary\u003e\n\n      \u003cdiv class=\"oso11-faq-answer\"\u003e\n        A compatible\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/double-bullhorn-bracket-led-parking-lot-light-180-degree-aluminum-mounting-bracket-round-pole-double-l-bracket-tenons\"\u003e\n          double bullhorn bracket\n        \u003c\/a\u003e\n        can be used when a project requires two fixtures on one pole\n        or lighting aimed in opposing directions.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes this solar street light require electrical wiring?\u003c\/summary\u003e\n\n      \u003cdiv class=\"oso11-faq-answer\"\u003e\n        No. The SmartYard 11,000W is solar powered and designed to operate\n        without a utility-electric connection to the fixture.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the light automatically turn on at night?\u003c\/summary\u003e\n\n      \u003cdiv class=\"oso11-faq-answer\"\u003e\n        Yes. Built-in photocell technology is designed to activate\n        the fixture at dusk and switch it off again at dawn.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow does the motion sensor work?\u003c\/summary\u003e\n\n      \u003cdiv class=\"oso11-faq-answer\"\u003e\n        When movement is detected, the system can increase output to\n        100% brightness. After approximately 10 seconds without activity,\n        it can reduce output to approximately 30%.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow long can it operate after charging?\u003c\/summary\u003e\n\n      \u003cdiv class=\"oso11-faq-answer\"\u003e\n        The supplied specifications state approximately 12–18 hours\n        at full brightness and up to approximately 48 hours in dim mode.\n        Actual performance depends on sunlight, weather, settings,\n        battery condition and installation environment.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the 11,000W solar street light waterproof?\u003c\/summary\u003e\n\n      \u003cdiv class=\"oso11-faq-answer\"\u003e\n        The fixture is rated IP67 and designed for outdoor environments\n        and changing weather conditions.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhere can this commercial solar street light be used?\u003c\/summary\u003e\n\n      \u003cdiv class=\"oso11-faq-answer\"\u003e\n        Common applications include parking lots, roadways, HOAs,\n        campuses, warehouses, industrial properties, farms, large driveways,\n        parks, commercial properties and remote outdoor locations.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan it be mounted on a pole or wall?\u003c\/summary\u003e\n\n      \u003cdiv class=\"oso11-faq-answer\"\u003e\n        Yes. The supplied product information supports compatible pole\n        and wall mounting configurations.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does the remote control do?\u003c\/summary\u003e\n\n      \u003cdiv class=\"oso11-faq-answer\"\u003e\n        The remote allows compatible operating modes and settings to be\n        adjusted without physically accessing the fixture after installation.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- TRUST BAR --\u003e\n\u003csection class=\"oso11-trust\"\u003e\n\n  \u003cdiv class=\"oso11-trust-item\"\u003e\n    \u003cstrong\u003eMade in USA\u003c\/strong\u003e\n    SmartYard Commercial Series\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso11-trust-item\"\u003e\n    \u003cstrong\u003e20 Ft Pole\u003c\/strong\u003e\n    Recommended Setup\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso11-trust-item\"\u003e\n    \u003cstrong\u003eBullhorn Ready\u003c\/strong\u003e\n    Multi-Light Options\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso11-trust-item\"\u003e\n    \u003cstrong\u003eIP67\u003c\/strong\u003e\n    Outdoor Construction\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso11-trust-item\"\u003e\n    \u003cstrong\u003eZero Utility Power\u003c\/strong\u003e\n    Fully Solar Powered\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Grey","offer_id":46956731728104,"sku":"11000w-GY","price":429.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":48040210235624,"sku":"11000w-BK","price":429.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/11000w-aluminum-frame-solar-street-lights-outdoor-motion-sensor-dusk-to-dawn-200000lm-with-remote-control-5637994.jpg?v=1786734441"},{"product_id":"3500w-solar-street-lights-outdoor-ip67-commercial-parking-lot-light-dusk-to-dawn-7000k-solar-security-flood-lights-solar-led-lamp-with-remote-control-for-basketball-court-road-playground","title":"5500W Solar Street Lights Outdoor, IP67 Commercial Parking Lot Light Dusk to Dawn, 7000K Solar Security Flood Lights Solar Led Lamp with Remote Control for Basketball Court, Road, Playground","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/p\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"aplus-v2 desktop celwidget\" data-csa-c-id=\"xc525a-pujqoo-p3omwu-byw9t2\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"w9rimh-d1uzt5-thw2p3-e6nthx\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cimg alt=\"Solar Street Light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ea0feea0-af88-41c9-811e-117bff778f2b.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ea0feea0-af88-41c9-811e-117bff778f2b.__CR0,0,970,600_PT0_SX970_V1___.jpg\" data-mce-fragment=\"1\"\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e5500W Solar Street Lights Outdoor Waterproof 250000 Lumens Dusk to Dawn Flood Light\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"umygsz-yn0v2a-tou3gu-5bkjqv\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cimg alt=\"Solar Street Light Outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/31b3cbc0-e2cf-4be1-8814-7bb83c126d2f.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/31b3cbc0-e2cf-4be1-8814-7bb83c126d2f.__CR0,0,970,600_PT0_SX970_V1___.jpg\" data-mce-fragment=\"1\"\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eSolar Street Lights Outdoor Dusk to Dawn\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003col class=\"a-ordered-list a-vertical\" data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003ePowered by solar and 0 electricity bill, automatically turns on at dusk and turns off at the dawn.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eHigh-capacity lithium battery lasts up to 4 to 6 hours after a full charge and runs for approximately 48 hours in low-light mode.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eSuper bright 2580 pcs led lamp beads, higher brightness, a longer lifespan.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"set2ym-ca28qb-grpr72-qbs1p9\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cimg alt=\"Solar Street Light Outdoor Waterproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3cc25ea2-f375-43d7-9d73-af332056812e.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3cc25ea2-f375-43d7-9d73-af332056812e.__CR0,0,970,600_PT0_SX970_V1___.jpg\" data-mce-fragment=\"1\"\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\" data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eLamp size: 50cm*21.5cm\/19.6*8.4in\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eExtra large Solar panel: 83*72cm\/32.6*28.3in\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003e7v-258000mAh battery(life up to 50,000 hours\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eSolar panel (23% high conversion) and lamp 2 in 1 design, no wiring, no leakage, safer to use, easier to install.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"xic5ai-db10k5-hr06cw-sx2pyo\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cimg alt=\"Solar Street Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a7169c0b-4b5b-4617-8d3c-6457012973d2.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a7169c0b-4b5b-4617-8d3c-6457012973d2.__CR0,0,970,600_PT0_SX970_V1___.jpg\" data-mce-fragment=\"1\"\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eIP67 waterproof, it has excellent rainproof, lightning-proof,frost resistance,heat dissipating and anti-surge performanc\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"w8z649-6p55vb-fgpmq2-nrfo5n\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cimg alt=\"Solar Security Flood Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bf8f6d3d-4e27-4720-ba78-2d67e4b1afb1.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bf8f6d3d-4e27-4720-ba78-2d67e4b1afb1.__CR0,0,970,600_PT0_SX970_V1___.jpg\" data-mce-fragment=\"1\"\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eAlways Lighting(Button Control): Automatically turn on at dusk and turn off at dawn and charging during the day,you can adjust the brightness: 25%-100% brightness\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"d2n3hj-aip077-embfcs-gqp5s\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cimg alt=\"Solar Flood Light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ec1cd81e-3c42-47f1-92a5-0380fae62aab.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ec1cd81e-3c42-47f1-92a5-0380fae62aab.__CR0,0,970,600_PT0_SX970_V1___.jpg\" data-mce-fragment=\"1\"\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\" data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eRemote control timing mode:Timed 100% power brightness Lighting 3\/5\/8 hours.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eThe solar outdoor light is designed with four luminous surfaces that is lighting in four different directions,coupled with 300° super wide angle design,the lighting coverage and brightness have increased two times compared with the other ordinary parking lot lights,the illumination area is up to 30000 sq. ft. ft,which provide maximum illumination for larger space.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"w0ldv8-d5cy4d-ii3n7h-9mxahs\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cimg alt=\"Solar Street Light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b6f2b0a8-d88f-4992-9b52-a55e3f0ea2fa.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b6f2b0a8-d88f-4992-9b52-a55e3f0ea2fa.__CR0,0,970,600_PT0_SX970_V1___.jpg\" data-mce-fragment=\"1\"\u003e\n\u003ch3 class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003einclude\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e1 x Solar Street Light\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e1 x Solar Panel\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e1 x Pole\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e1 x Assembly Accessories Set\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003ch2 class=\"a-size-base-plus a-text-bold\"\u003eAbout this item\u003c\/h2\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eNO ELECTRICITY BILL ：3500W solar street lights provides 7000K daylight white light, equipped with 2580pcs ultra bright LED beads and a 7v-258000mAh battery(life up to 50,000 hours).\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eULTRA -WIDE LIGHTING ANGLE :The upgrade solar parking lot lights are designed with four-way panel ultra -wide -angle lighting,which can provide a Wider range of lighting and brighter light compared with ordinary street lights.Illumination area up to 30000 sq. ft, lighten up Illumination blind spots.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEASY INSTALLATION AND WIRELESS：The street lights solar powered come with a wall and pole mounting accessories set, no wiring is required, which can be easily installed outdoor. Perfect for streets and roads, parking lot, basketball court, garage, garden, street, courtyard, squares, etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eIP67 waterproof grade makes it work well even in bad weather all year round.Solar-powered, no electricity bill produce, automatically turns on at dusk and turns off during the day.Super-large solar panels:Large size multi-silicon solar panels（32.6*28.3in）,Energy Conversion Rate to 25%\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003ePromise：We're devoted to providing a satisfying purchase experience for our customers. For any questions about the solar street light, please feel free to contact our customer service team.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e1 x Remote Control\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45029774328040,"sku":"3000w-csl","price":369.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/5500w-solar-street-lights-outdoor-ip67-commercial-parking-lot-light-dusk-to-dawn-7000k-solar-security-flood-lights-solar-led-lamp-with-remote-control-for-basket-1591782.jpg?v=1786734438"},{"product_id":"3000w-solar-street-light-outdoor-waterproof-waterproof-ip66-radar-motion-sensing-remote-control-commercial-grade-solar-parking-lot-lights-with-360-wide-angle-lighting","title":"6000W Solar Street Light Outdoor Waterproof -Radar \u0026 Motion Sensing, Remote Control with 360° Wide Angle Lighting","description":"\u003cdiv id=\"aplus_feature_div\" class=\"celwidget\" data-feature-name=\"aplus\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplus\" data-csa-c-slot-id=\"aplus_feature_div\" data-csa-c-asin=\"B0C2C1BGG5\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"3kpjiu-2w8mvx-4mbbyq-vorqe4\" data-cel-widget=\"aplus_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"gd8h3w-5m1s35-meqa1a-5wao3k\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"m0t6qq-szrrx8-y6bb8i-vqs183\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module module-12 aplus-standard\" data-csa-c-id=\"apvnai-wvvn2b-k3drs1-uq3d8y\" data-cel-widget=\"aplus-m-module-12\" cel_widget_id=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"jhlvbt-xj5ip0-co3psg-eqy0cp\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8eb170bc-14da-4638-9a8f-62b1871b8403.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8eb170bc-14da-4638-9a8f-62b1871b8403.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eLooking for a powerful and reliable solar street light for your outdoor space? Look no further than our 6000W Solar Street Light!\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"fz3fxn-nftp7n-d25pg7-nk3d5l\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar street lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5fe47477-1260-49e0-999c-aeb630ba02b8.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5fe47477-1260-49e0-999c-aeb630ba02b8.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eWith a massive 250,000 lumen output and 6500K daylight color temperature, this solar street light provides exceptional illumination for driveways, walkways, parking lots, and other outdoor spaces. And with a built-in Dusk to Dawn sensor and Motion Sensor, you can rest easy knowing that your outdoor space is always well-lit and secure.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"d94n58-8i6fj4-knkask-809ej0\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar parking lot lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9e0d1371-ef98-4603-b7e5-7f525d95c231.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9e0d1371-ef98-4603-b7e5-7f525d95c231.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"arirse-fj1wb5-u1e663-rbhu39\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar parking lot lights commercial\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/90871d37-c6c2-4750-ae30-e283376a89e3.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/90871d37-c6c2-4750-ae30-e283376a89e3.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eBut that's not all - our solar street light also features a remote control that allows you to adjust the brightness and lighting mode to fit your needs. And with 360° wide angle lighting, you can enjoy maximum coverage for your outdoor space.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eMade with high-quality materials, our solar street light is IP66 waterproof and designed to withstand all weather conditions. Whether you're dealing with rain, snow, or extreme heat, our solar street light will continue to provide reliable and efficient lighting for years to come.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003ePlus, with a 2-year warranty, you can trust that our solar street light will provide you with the best value and performance on the market. Invest in the future of your outdoor space with our 3000w Solar Street Light today!\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"B0C2C1BGG5\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"fyxd7v-jo8rl3-6jxmxf-r8ecqn\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"8rvisq-z0josn-5eklzp-fnpy3a\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"B0C2C1BGG5\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"c4p0sm-j7g7sl-ykrj20-u23dj6\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"crl82p-ri0bx5-rpvpjz-gitvs6\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"B0C2C1BGG5\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"h4ji7n-oqymp9-8y2l8z-gls2vu\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"xqv0rj-3wp4bx-bj4s8s-5r2dx3\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eIntroducing the 6000W Solar Street Light, the perfect solution for your outdoor lighting needs. With a 360° wide angle illumination, it provides an extensive lighting coverage of up to 2800sq.ft. Boasting 850 ultra-bright LED lights and a 6500K color temperature, it delivers up to 200000 lumens of daylight-like brightness.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eThis Solar Street Light is engineered with a high-quality IP66 waterproof rating to ensure that it can withstand extreme weather conditions, making it ideal for outdoor use. The 3.2v-33000mAh battery provides a life of up to 50,000 hours and guarantees long-lasting performance.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eThe Solar Street Light comes with a variety of features that make it stand out from other solar lights. It is designed to be easy to install and requires no wiring or electricity. Its durable construction and heavy-duty design make it perfect for commercial use, including parking lots and streets.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eThis Solar Street Light is also known as the Endurance Lights Street Solar Light, with a 2000W power output and 200000 lumens of brightness. Its sleek design and modern look make it a great addition to any home or business.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eThis solar-powered street light is perfect for outdoor lighting, including solar street lights outdoor dusk to dawn, solar pole lights outdoor dusk to dawn, and solar parking lot lights. You can also search for related keywords such as solar led lamp 6000k, street solar lights outdoor heavy duty, solar outdoor street lights, and solar powered street light. Order yours today and light up your outdoor space with the power of the sun!\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45051578908904,"sku":"","price":239.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/6000w-solar-street-light-outdoor-waterproof-radar-motion-sensing-remote-control-with-360-wide-angle-lighting-4623920.png?v=1786734441"},{"product_id":"1000w-solar-street-light-motion-sensor-60000lm-solar-flood-lights-outdoor-ip66-waterproof-with-remote-control-arm-pole-dusk-to-dawn","title":"2600W Solar Street Lights Outdoor,Solar Security Flood Lights 42000lumens 6500K Dusk to Dawn Without Motion Sensor IP66 Waterproof for Parking Lot,Stadium,Garden,Yard,Basketball","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv id=\"aplus_feature_div\" class=\"celwidget\" data-feature-name=\"aplus\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplus\" data-csa-c-slot-id=\"aplus_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"1gpl2a-rshfvt-6bckn8-4xwg4s\" data-cel-widget=\"aplus_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-12\" data-csa-c-id=\"3954le-euxouo-5jp51m-mfqr5c\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-12-card0\" data-cel-widget=\"\"\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"i97tpa-skshk6-c50780-q2fek5\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"otcim-ql56hf-l3bzsh-7g4a7q\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"1000w solar street lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d784c750-537b-422d-b084-7241ad3d32c9.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d784c750-537b-422d-b084-7241ad3d32c9.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eCenfmltd Solar Street Light With Motion Sensor\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eSolar street lamps are suitable for outdoor installation in gardens, parking lots, roads, pedestrian roads, warehouses, valleys, farms, etc.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-12 aplus-standard\" data-csa-c-id=\"o1zn7c-5gpctc-4blpfe-brjq0r\" data-cel-widget=\"aplus-m-module-12\" cel_widget_id=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg alt=\"Dusk to dawn solar lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e7aea316-77c4-47ee-b608-3eef9e78c936.__CR0,0,970,300_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e7aea316-77c4-47ee-b608-3eef9e78c936.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3\u003eDusk to Dawn\u003c\/h3\u003e\n\u003cp\u003eFully charged for 5-6 hours every day, and the light can be on until dawn every night\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-9 aplus-standard\" data-csa-c-id=\"svzjat-nze948-7d162f-qjlzja\" data-cel-widget=\"aplus-m-module-9\" cel_widget_id=\"aplus-m-module-9\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"\"\u003e\n\u003ch3 class=\"a-spacing-small\"\u003e0 electricity charge\u003c\/h3\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar street light pole\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/66790bdc-03fd-4791-b3a4-445ca7f8b622.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/66790bdc-03fd-4791-b3a4-445ca7f8b622.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003e3 installation methods\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e1. Wall installation\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e2. Installation of lamp pole\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e3. Installation of lamp pole top\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar panel lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0f1d1426-a6c1-4e2f-ab99-27958a393863.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0f1d1426-a6c1-4e2f-ab99-27958a393863.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eEfficient solar panel charging\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eIt is charged by the monocrystalline silicon solar panel in the daytime, and the solar energy is converted into electricity to support the all-weather operation of solar lamps\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar floodlights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fea0a440-d0e7-4160-ac2a-37e01546d71d.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fea0a440-d0e7-4160-ac2a-37e01546d71d.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eIP67 waterproof rating\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eSolar street lamps can work normally in rainy days, snowy days, thunder and lightning days\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"zcjj2n-19skcf-6v3mzr-z38wxx\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSolar street lights of CENFMLTD brand can be installed wherever there is sunshine\u003c\/h3\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar street lights waterproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/73e7bd49-739d-43a2-bebd-66b8da2c1e19.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/73e7bd49-739d-43a2-bebd-66b8da2c1e19.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusSustainabilityStory_feature_div\" class=\"celwidget\" data-feature-name=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"wzs53e-aaml5n-z1cm8i-m1f0b1\" data-cel-widget=\"aplusSustainabilityStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"renewedProgramDescription_feature_div\" class=\"celwidget\" data-feature-name=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"b7vrys-g2na7x-vmxrow-9qnea\" data-cel-widget=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-13\" data-csa-c-id=\"nu4plh-u2q12c-cw4f2l-63qc01\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"570jeq-2a3ecj-ov84bd-hmmoi5\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-14\" data-csa-c-id=\"azabxw-gw2ksc-rfz56y-f7kzcz\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"an2blp-sj6cyc-qfx169-ialgt0\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-15\" data-csa-c-id=\"n60p1v-6pprus-yr0d6a-7qvzm4\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"vhxdhi-bpyxgu-xzsfb1-rlkupn\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-16\" data-csa-c-id=\"ob2stm-p5d5f-a3snsq-utme54\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-16-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💎Super Bright Solar Street Lamp:1238 LED high-quality chip lamp beads make the light lumen of the lamp body reach 60000lm, and the high-efficiency super large reflective cup makes the light reach 120 degree angle lighting. It supports installation to 16.4-32ft high, and the irradiation range reaches 3229sq.ft\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💎Light control + Remote control + Sensing function: 1.Light control function: charge during the day and turn on the light automatically at night, without manual control. 2.Remote control function: support to adjust brightness, timing, switch and sensing functions. 3.Sensing function: when the sensing function is selected, the brightness is 100% when people are within 26.2ft of the light, and the brightness is 25% after people leave the light for 15 seconds\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💎Ultra Long Lighting Time: The charging conversion efficiency of super large capacity batteries and high-efficiency monocrystalline silicon solar panels reaches more than 21%. It can be fully charged in 5-6 hours during the day. It supports long-time lighting at night until dawn, and can work normally in any bad weather.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💎3 installation methods: The accessories are complete. Installation method 1: support the lamp pole with a diameter of 3.5inch, and install the solar lamp directly on the top of the lamp pole without other accessories. Installation method 2: fix the lamp arm of the accessories and install it on the wall. Installation method 3: fix the lamp arm on the lamp pole with a diameter of 2.36-3.5inch, and install the solar lamp on the lamp arm\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💎[Brand Cenfmltd After Sales Service] 24-month free after sales service and technical support from manufacturer sellers; if any problem occurs, please feel free to contact us, We promise you 100% SATISFACTION.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"energyEfficiency_secondary_view_div\" class=\"a-section\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"productDetails_secondary_view_div\" class=\"a-section\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45080595267816,"sku":"","price":209.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/2600w-solar-street-lights-outdoorsolar-security-flood-lights-42000lumens-6500k-dusk-to-dawn-without-motion-sensor-ip66-waterproof-for-parking-lotstadiumgardenya-3961524.jpg?v=1786734438"},{"product_id":"2500w-commercial-solar-power-led-parking-lot-street-arena-light-160000-lumen-black","title":"8500W Commercial Solar Power LED Parking Lot \/ Street\/ Arena Light 160000 Lumen - (Black)","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h2\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003eAluminum Solar Street Light\u003c\/h2\u003e\n\u003cp\u003eSmart All In One Solar Street Light through innovative design, the real realization of the integrated solar street light definition. ‘s well-built, modern high- end, compact all-feature flagship product. In One Design solar light puts all core parts and smart motion sensors in one kit, to be used for parks, streets, and parking lots.\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003eSPECIFICATIONS\u003c\/h2\u003e\n\u003cdiv class=\"scrollable-wrapper\"\u003e\n\u003ctable height=\"238\" style=\"width: 532px;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\n\u003cdiv\u003e\u003cb\u003eItem model\u003c\/b\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003eECO-200\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\u003cb\u003eWatts\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e8500W\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\u003cb\u003eLumens\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003cspan\u003e160000lm\/W\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\u003cb\u003eSolar panel\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e6V\/60W\/Mono\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\u003cb\u003eBattery\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e3.2V 60Ah\u003cspan\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\u003cstrong\u003eLED light source\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\n\u003cspan\u003eBridgelux 3030*224pcs\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\u003cstrong\u003e\u003cb\u003eWarranty\u003c\/b\u003e\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\n\u003cspan\u003e2 year\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\u003cstrong\u003e\u003cb\u003eIP Rating\u003c\/b\u003e\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\n\u003cspan\u003eIP65\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\u003cstrong\u003e\u003cb\u003eCharging time\u003c\/b\u003e\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003cspan\u003e6-8h sunshine\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\u003cstrong\u003eInstallation height\u003cb\u003e\u003c\/b\u003e\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\n\u003cspan\u003e＜\u003c\/span\u003e\u003cspan\u003e26\u003c\/span\u003e\u003cspan\u003eft\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003eGB 6063 Aluminum + PMMA lens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\u003cstrong\u003eProduct size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003cspan\u003e42 x 13.8 x 6.3\"\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 127.25px; text-align: center; height: 33px;\"\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 193.292px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 189.458px; text-align: center; height: 33px;\"\u003e\u003cspan\u003e26lb\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003eFEATURES\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eDusk-to-dawn sensor\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eMotion sensor\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eLithium battery prolongs life and protects the environment\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eModular compact design, easy assembly, and maintenance\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eRust-proof, dustproof, and waterproof application\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cspan style=\"font-size: 1.4em;\"\u003eVERSATILE APPLICATIONS\u003c\/span\u003e\u003c\/h3\u003e\n\u003col\u003e\n\u003cli\u003eFor street or parking lots as solar street lights\u003c\/li\u003e\n\u003cli\u003eOutside the house for security\u003c\/li\u003e\n\u003cli\u003eAt a shed or remote garage for security\u003c\/li\u003e\n\u003cli\u003eAt the entrance for remote buildings as a night light\u003c\/li\u003e\n\u003cli\u003eTo illuminate signs as solar sign lighting\u003c\/li\u003e\n\u003cli\u003eOn a porch as a night light\u003c\/li\u003e\n\u003cli\u003eFor Farms as street lights\u003c\/li\u003e\n\u003cli\u003eFor Bus stations as sign lighting\u003c\/li\u003e\n\u003cli\u003eAt the public parks or walking paths as an outdoor lighting\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"elementor-element elementor-element-5871b11 elementor-widget elementor-widget-text-editor\" data-id=\"5871b11\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Black","offer_id":45138667110632,"sku":"","price":429.95,"currency_code":"USD","in_stock":true},{"title":"Gray","offer_id":46552018387176,"sku":"","price":429.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/8500w-commercial-solar-power-led-parking-lot-street-arena-light-160000-lumen-black-1846108.webp?v=1786734438"},{"product_id":"5000w-solar-powered-street-light-outdoor-waterproof-solar-parking-lot-lights-commercial-motion-sensor-led-flood-lights-with-remote","title":"5000W Solar Powered Street Light Outdoor, Waterproof Solar Parking Lot Lights Commercial Motion Sensor LED Flood Lights with Remote","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget pd_rd_w-0PfxL pd_rd_r-WD4477HGTPYZR366NJE8 pd_rd_wg-2YyMB\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"jy635x-b3oxu3-n304ko-mnxt29\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-13\" data-csa-c-id=\"mghkbf-dhmzeo-dicaij-uk7tk\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-13-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"productDescription\" data-template-name=\"productDescription\" class=\"a-section a-spacing-none\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget pd_rd_w-0PfxL pd_rd_r-WD4477HGTPYZR366NJE8 pd_rd_wg-2YyMB\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"jy635x-b3oxu3-n304ko-mnxt29\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"zdkk71-r8ot3c-aa5w32-gow6s8\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"productDescription\" data-template-name=\"productDescription\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eDescription\u003c\/h3\u003e\n\u003cdiv id=\"productDescription_fullView\"\u003e\n\u003cdiv class=\"a-section text-direction-override\" dir=\"auto\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eSolar Street Light: Dusk to dawn Outdoor Lighting\u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eThis outdoor pole light fixtures can provide wider and brighter illumination ranges, the first choice for commercial lighting.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eThe solar outdoor street lights have a sensitive sensing system, which will show 100% brightness when people are close (in sensing mode).\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eOutdoor solar street lights with remote controls can be adjusted to different modes at any time at a distance of about 8 meters from the light body.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eBuilt-in super bright and energy-saving beads, the solar solar flood lights can provide up to 10,0000 lumens of lighting,suitable for stadium, garage, yard, barn, patio. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eProduct Specifications:\u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eMaterial: Aluminum \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003ePower: 5000W \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eNumber of Lamp Beads: 550 \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eBattery Capacity: 3.2V\/30000mA \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eSize: 110*22*4.5cm \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eWorking Time: 20-24 hours\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eCharging Time: 4-6 hours\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eInstall Height: 3-8 meters\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eMode: Light Induction+Remote Control+Radar Induction\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eLED Life: 50000Hours\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eWarm Tips\u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003ePlease test the solar street light by covering the solar panel to check whether the light can work normally before installation.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eBefore first use, please be sure the solar panel can be charged with sufficient sunlight for 10-12 hours.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eIn order to allow the light sensor to better distinguish between day and night. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003ePlease protect the solar panel away from other artificial light, Otherwise, it will interfere with the normal operation of the sensor.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eTo make the outdoor solar light work more efficiently, please install the light in a place where direct sunlight can reach and away from any kind of shade.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003ePackage Include:\u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003e1x Solar Street Light \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003e1x User Manual\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003e1x Installation Kit\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget pd_rd_w-Abuo4 pd_rd_r-WD4477HGTPYZR366NJE8 pd_rd_wg-2YyMB\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"uaxpfq-q6lx2h-kca6da-x3t1yt\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"9k6jqa-p80rp6-3u7thl-6ow3lh\" data-cel-widget=\"\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget pd_rd_w-JqOJw pd_rd_r-WD4477HGTPYZR366NJE8 pd_rd_wg-2YyMB\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"hp7wvm-34o28o-t7ay9w-3vuoex\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"9rbnmu-yb8f01-p7uc3u-wu8ys8\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💡High Brightness \u0026amp; Energy Saving: The solar outdoor street light has built-in high-brightness and long-life SMD lamp beads, which can provide 100,000 lumens of brightness and lighting range up to 2200 square feet, suitable for lighting in large places such as sport, gardens, terraces, garages, parking lots, stadiums,patio, pathway, path pool, etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💡0 Electricity Cost \u0026amp; Long Lasting: The solar led street lamp adopts multi-silicon crystal solar panels and large battery, which can convert 26% of solar energy into electricity and automatically light up at night and turn off automatically during the day for charging. The remote controlled outdoor light can be continuously illuminated for 12-24 hours after 5-6 hours of charging in direct sunlight.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💡Motion Sensing \u0026amp; Remote Control: The solar induction street lamp can be intelligently controlled using a remote control with a sensing range of 8-10 meters. The solar motion sensor light is equipped with sensitive motion sensor, when someone passes by, the light will be 100% bright, and when people leave, the light will be 20% bright.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💡Easy to Install \u0026amp; Widely Used: The commercial solar parking lot light is designed with integrated design, no wiring required and easy to maintain. Comes with hardware tools and installation instructions needed for installation, solar pole lights are suitable for wall mounting and pole mounting, such as walls, poles, balconies, roads, parking lots, garages, streets, courtyards, commercial plazas, basketball courts, farmhouses and swimming pools.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💡Waterproof \u0026amp; Durable: The solar nightlight outdoor is made of IP65 waterproof aluminum alloy housing with lightning and rust resistance. The solar dusk to dawn light is rugged and durable for all kinds of bad weather, such as thunderstorms, hurricanes, exposure, etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45138673172712,"sku":"","price":359.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/5000w-solar-powered-street-light-outdoor-waterproof-solar-parking-lot-lights-commercial-motion-sensor-led-flood-lights-with-remote-1268558.jpg?v=1786734438"},{"product_id":"20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack","title":"20Ft Commercial Grade Street\/Parking\/Flag Light Pole, Aluminum + Cage  1-Pack","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET\n   20 FT COMMERCIAL SOLAR STREET LIGHT POLE\n   ========================================================= *\/\n\n.oso-pole {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 28px 16px 48px;\n  font-family: inherit;\n  color: #111827;\n}\n\n.oso-pole * {\n  box-sizing: border-box;\n}\n\n.oso-pole img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n}\n\n\/* HERO *\/\n\n.oso-pole-hero {\n  display: grid;\n  grid-template-columns: 1fr 1.15fr;\n  gap: 38px;\n  align-items: center;\n  margin-bottom: 28px;\n}\n\n.oso-pole-hero-img {\n  border-radius: 15px;\n  overflow: hidden;\n  background: #f4f5f7;\n}\n\n.oso-pole-hero-img img {\n  aspect-ratio: 1 \/ .82;\n  object-fit: cover;\n}\n\n.oso-pole-eyebrow {\n  color: #f28c00;\n  font-size: 15px;\n  font-weight: 800;\n  letter-spacing: .65px;\n  text-transform: uppercase;\n  margin-bottom: 8px;\n}\n\n.oso-pole-title {\n  margin: 0 0 12px;\n  font-size: 39px;\n  line-height: 1.08;\n  font-weight: 850;\n  color: #07182e;\n}\n\n.oso-pole-subtitle {\n  margin: 0 0 14px;\n  font-size: 21px;\n  line-height: 1.35;\n  font-weight: 700;\n  color: #1f2937;\n}\n\n.oso-pole-intro {\n  margin: 0;\n  font-size: 17px;\n  line-height: 1.72;\n  color: #4b5563;\n}\n\n.oso-pole-made {\n  display: inline-flex;\n  margin-top: 17px;\n  padding: 10px 16px;\n  border-radius: 999px;\n  background: #07182e;\n  color: #fff;\n  font-size: 14px;\n  font-weight: 750;\n}\n\n.oso-pole-made span {\n  color: #f5a300;\n  margin-right: 7px;\n}\n\n\/* QUICK SPECS *\/\n\n.oso-pole-quick {\n  display: grid;\n  grid-template-columns: repeat(6, 1fr);\n  border: 1px solid #e5e7eb;\n  border-radius: 14px;\n  overflow: hidden;\n  background: #fff;\n  margin-bottom: 28px;\n}\n\n.oso-pole-quick-item {\n  text-align: center;\n  padding: 19px 10px;\n  border-right: 1px solid #e5e7eb;\n}\n\n.oso-pole-quick-item:last-child {\n  border-right: 0;\n}\n\n.oso-pole-icon {\n  width: 50px;\n  height: 50px;\n  margin: 0 auto 9px;\n  border-radius: 50%;\n  background: #07182e;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.oso-pole-icon svg {\n  width: 26px;\n  height: 26px;\n  stroke: #f5a300;\n  fill: none;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.oso-pole-quick-item strong {\n  display: block;\n  color: #111827;\n  font-size: 14px;\n  line-height: 1.35;\n}\n\n.oso-pole-quick-item span {\n  display: block;\n  color: #667085;\n  font-size: 12.5px;\n  margin-top: 3px;\n}\n\n\/* FEATURE GRID *\/\n\n.oso-pole-section {\n  margin-bottom: 24px;\n}\n\n.oso-pole-heading {\n  margin: 0 0 8px;\n  font-size: 29px;\n  line-height: 1.25;\n  font-weight: 850;\n  color: #07182e;\n}\n\n.oso-pole-heading:after {\n  content: \"\";\n  display: block;\n  width: 46px;\n  height: 3px;\n  background: #f5a300;\n  margin-top: 9px;\n}\n\n.oso-pole-lead {\n  max-width: 850px;\n  margin: 0 0 22px;\n  color: #667085;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.oso-pole-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n}\n\n.oso-pole-feature {\n  border: 1px solid #e5e7eb;\n  border-radius: 13px;\n  background: #fff;\n  overflow: hidden;\n}\n\n.oso-pole-feature img {\n  aspect-ratio: 16 \/ 9;\n  object-fit: cover;\n}\n\n.oso-pole-feature-copy {\n  padding: 20px;\n}\n\n.oso-pole-feature h3 {\n  margin: 0 0 8px;\n  color: #111827;\n  font-size: 18px;\n  line-height: 1.35;\n  font-weight: 800;\n}\n\n.oso-pole-feature p {\n  margin: 0;\n  color: #667085;\n  font-size: 14.5px;\n  line-height: 1.65;\n}\n\n\/* DARK SECTION *\/\n\n.oso-pole-dark {\n  background: linear-gradient(120deg, #061426, #0b2545 70%, #123858);\n  border-radius: 16px;\n  padding: 34px;\n  margin-bottom: 24px;\n  color: #fff;\n}\n\n.oso-pole-dark h2 {\n  margin: 0 0 12px;\n  font-size: 29px;\n  color: #fff;\n  font-weight: 850;\n}\n\n.oso-pole-dark \u003e p {\n  max-width: 860px;\n  margin: 0 0 23px;\n  color: #d6dfeb;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.oso-pole-dark-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n}\n\n.oso-pole-dark-card {\n  background: rgba(255,255,255,.07);\n  border: 1px solid rgba(255,255,255,.14);\n  border-radius: 10px;\n  padding: 18px;\n}\n\n.oso-pole-dark-card strong {\n  display: block;\n  color: #f5a300;\n  font-size: 18px;\n  margin-bottom: 5px;\n}\n\n.oso-pole-dark-card span {\n  color: #e2e8f0;\n  font-size: 13.5px;\n  line-height: 1.5;\n}\n\n\/* TWO COLUMN *\/\n\n.oso-pole-two {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n  margin-bottom: 24px;\n}\n\n.oso-pole-card {\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 13px;\n  padding: 27px;\n}\n\n.oso-pole-card h2 {\n  margin: 0 0 16px;\n  color: #07182e;\n  font-size: 25px;\n  font-weight: 850;\n}\n\n.oso-pole-card h2:after {\n  content: \"\";\n  display: block;\n  width: 42px;\n  height: 3px;\n  margin-top: 8px;\n  background: #f5a300;\n}\n\n\/* CHECK LIST *\/\n\n.oso-pole-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.oso-pole-list li {\n  position: relative;\n  padding: 7px 0 7px 29px;\n  color: #344054;\n  font-size: 15px;\n  line-height: 1.52;\n}\n\n.oso-pole-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  top: 8px;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  background: #f5a300;\n  color: #fff;\n  line-height: 18px;\n  text-align: center;\n  font-size: 11px;\n  font-weight: 900;\n}\n\n\/* TABLE *\/\n\n.oso-pole-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.oso-pole-table tr {\n  border-bottom: 1px solid #eceff2;\n}\n\n.oso-pole-table tr:last-child {\n  border-bottom: 0;\n}\n\n.oso-pole-table th,\n.oso-pole-table td {\n  padding: 9px 5px;\n  text-align: left;\n  font-size: 15px;\n  vertical-align: top;\n}\n\n.oso-pole-table th {\n  width: 44%;\n  color: #344054;\n  font-weight: 750;\n}\n\n.oso-pole-table td {\n  color: #475467;\n}\n\n\/* APPLICATIONS *\/\n\n.oso-pole-apps {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n}\n\n.oso-pole-app {\n  background: #f7f8fa;\n  border: 1px solid #e4e7ec;\n  border-radius: 999px;\n  padding: 10px 15px;\n  color: #344054;\n  font-size: 14px;\n  font-weight: 650;\n}\n\n\/* INSTALLATION INFO *\/\n\n.oso-pole-install {\n  background: #f8f9fb;\n  border: 1px solid #e5e7eb;\n  border-radius: 14px;\n  padding: 29px;\n  margin-bottom: 24px;\n}\n\n.oso-pole-install h2 {\n  margin: 0 0 14px;\n  color: #07182e;\n  font-size: 26px;\n  font-weight: 850;\n}\n\n.oso-pole-warning {\n  margin-top: 20px;\n  background: #fff8eb;\n  border: 1px solid #f3d49d;\n  border-radius: 10px;\n  padding: 18px 20px;\n}\n\n.oso-pole-warning strong {\n  display: block;\n  color: #9a5a00;\n  font-size: 16px;\n  margin-bottom: 6px;\n}\n\n.oso-pole-warning p {\n  margin: 0;\n  color: #6b5a3e;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\/* MANUAL *\/\n\n.oso-pole-doc {\n  border: 1px solid #dfe4ea;\n  background: #f8f9fb;\n  border-radius: 12px;\n  padding: 21px 23px;\n  margin-bottom: 24px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 18px;\n}\n\n.oso-pole-doc h3 {\n  margin: 0 0 5px;\n  color: #07182e;\n  font-size: 19px;\n}\n\n.oso-pole-doc p {\n  margin: 0;\n  color: #667085;\n  font-size: 13.5px;\n  line-height: 1.5;\n}\n\n.oso-pole-doc a {\n  flex-shrink: 0;\n  display: inline-block;\n  text-decoration: none !important;\n  background: #07182e;\n  color: #fff !important;\n  border-radius: 7px;\n  padding: 11px 16px;\n  font-size: 13px;\n  font-weight: 750;\n}\n\n\/* FAQ *\/\n\n.oso-pole-faq {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px 14px;\n}\n\n.oso-pole-faq details {\n  border: 1px solid #e5e7eb;\n  border-radius: 8px;\n  background: #fff;\n  overflow: hidden;\n}\n\n.oso-pole-faq summary {\n  list-style: none;\n  position: relative;\n  cursor: pointer;\n  padding: 17px 46px 17px 18px;\n  color: #1f2937;\n  font-size: 15px;\n  font-weight: 750;\n}\n\n.oso-pole-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.oso-pole-faq summary:after {\n  content: \"+\";\n  position: absolute;\n  right: 17px;\n  top: 50%;\n  transform: translateY(-50%);\n  color: #f28c00;\n  font-size: 22px;\n}\n\n.oso-pole-faq details[open] summary:after {\n  content: \"−\";\n}\n\n.oso-pole-faq-answer {\n  padding: 0 18px 18px;\n  color: #667085;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\/* TRUST BAR *\/\n\n.oso-pole-trust {\n  margin-top: 25px;\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  background: #07182e;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.oso-pole-trust-item {\n  text-align: center;\n  padding: 18px 8px;\n  color: #dce4ee;\n  border-right: 1px solid rgba(255,255,255,.12);\n  font-size: 12.5px;\n}\n\n.oso-pole-trust-item:last-child {\n  border-right: 0;\n}\n\n.oso-pole-trust-item strong {\n  display: block;\n  color: #f5a300;\n  font-size: 14px;\n  margin-bottom: 3px;\n}\n\n\/* TABLET *\/\n\n@media (max-width: 950px) {\n  .oso-pole-quick {\n    grid-template-columns: repeat(3,1fr);\n  }\n\n  .oso-pole-feature-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso-pole-dark-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 680px) {\n\n  .oso-pole {\n    padding: 16px 10px 35px;\n  }\n\n  .oso-pole-hero,\n  .oso-pole-two {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pole-title {\n    font-size: 30px;\n  }\n\n  .oso-pole-subtitle {\n    font-size: 19px;\n  }\n\n  .oso-pole-intro {\n    font-size: 16px;\n  }\n\n  .oso-pole-quick {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso-pole-quick-item {\n    border-right: 0;\n  }\n\n  .oso-pole-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pole-dark {\n    padding: 25px 19px;\n  }\n\n  .oso-pole-dark-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso-pole-card {\n    padding: 22px 18px;\n  }\n\n  .oso-pole-doc {\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .oso-pole-doc a {\n    width: 100%;\n    text-align: center;\n  }\n\n  .oso-pole-faq {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pole-trust {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"oso-pole\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"oso-pole-hero\"\u003e\n\n    \u003cdiv class=\"oso-pole-hero-img\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/72674c22-368a-473c-bcff-fb0fc8889016.__CR0,0,2400,1800_PT0_SX600_V1___.jpg\" alt=\"20 ft commercial solar street light pole for parking lots streets and outdoor lighting\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"oso-pole-eyebrow\"\u003e\n        COMMERCIAL STREET LIGHT POLE\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"oso-pole-title\"\u003e\n        20 Ft Solar Street Light Pole\n      \u003c\/h2\u003e\n\n      \u003ch3 class=\"oso-pole-subtitle\"\u003e\n        Heavy-Duty Commercial Pole for Solar Street \u0026amp; Area Lighting\n      \u003c\/h3\u003e\n\n      \u003cp class=\"oso-pole-intro\"\u003e\n        Built for demanding outdoor installations, this\n        \u003cstrong\u003e20 ft solar street light pole\u003c\/strong\u003e provides a strong,\n        durable mounting structure for commercial and residential outdoor lighting\n        applications. Heavy-duty iron construction, zinc plating, protective\n        coatings, and precision-welded components make it suitable for\n        \u003cstrong\u003eparking lots, streets, sidewalks, commercial properties,\n        HOAs, farms, ranches, driveways, estates, and outdoor sports areas\u003c\/strong\u003e.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"oso-pole-made\"\u003e\n        \u003cspan\u003e★\u003c\/span\u003e Made in the USA\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUICK SPECS --\u003e\n  \u003csection class=\"oso-pole-quick\"\u003e\n\n    \u003cdiv class=\"oso-pole-quick-item\"\u003e\n      \u003cdiv class=\"oso-pole-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 2h8M7 22h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e20 Ft Height\u003c\/strong\u003e\n      \u003cspan\u003eCommercial mounting height\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-quick-item\"\u003e\n      \u003cdiv class=\"oso-pole-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8 3h8l2 18H6L8 3z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e1.8 mm Thickness\u003c\/strong\u003e\n      \u003cspan\u003eHeavy-duty construction\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-quick-item\"\u003e\n      \u003cdiv class=\"oso-pole-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 8l-4 4 4 4M17 8l4 4-4 4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e3\" \/ 4.3\"\u003c\/strong\u003e\n      \u003cspan\u003eTop \/ bottom diameter\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-quick-item\"\u003e\n      \u003cdiv class=\"oso-pole-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 7h16v12H4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 7V4h8v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e56 lb\u003c\/strong\u003e\n      \u003cspan\u003eApproximate pole weight\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-quick-item\"\u003e\n      \u003cdiv class=\"oso-pole-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 4h14v3H5zM5 10h14v3H5zM5 16h14v3H5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e5 Sections\u003c\/strong\u003e\n      \u003cspan\u003eSectional assembly design\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-quick-item\"\u003e\n      \u003cdiv class=\"oso-pole-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 15h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 15l-2 6h10l-2-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e26 lb Load\u003c\/strong\u003e\n      \u003cspan\u003eUp to 32 lb with ground cage\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"oso-pole-section\"\u003e\n\n    \u003ch2 class=\"oso-pole-heading\"\u003e\n      Built for Strength, Stability \u0026amp; Long-Term Outdoor Use\n    \u003c\/h2\u003e\n\n    \u003cp class=\"oso-pole-lead\"\u003e\n      A commercial light pole must provide more than height. It must support\n      outdoor fixtures securely, resist corrosion, maintain structural stability,\n      and perform reliably through years of changing weather.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso-pole-feature-grid\"\u003e\n\n      \u003cdiv class=\"oso-pole-feature\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3859bd7d-f937-41de-9a65-58e8d9f93026.__CR0,0,2400,1800_PT0_SX600_V1___.jpg\" alt=\"heavy duty galvanized commercial street light pole\"\u003e\n\n        \u003cdiv class=\"oso-pole-feature-copy\"\u003e\n          \u003ch3\u003eHeavy-Duty Iron Construction\u003c\/h3\u003e\n          \u003cp\u003e\n            Designed for commercial outdoor lighting installations with\n            a strong iron structure and 1.8 mm wall thickness.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"oso-pole-feature\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/484c5ac2-e810-4ef5-a652-388a7dee8d2c.__CR0,0,2400,1800_PT0_SX600_V1___.jpg\" alt=\"zinc plated 20 foot solar street light pole\"\u003e\n\n        \u003cdiv class=\"oso-pole-feature-copy\"\u003e\n          \u003ch3\u003eCorrosion-Resistant Protection\u003c\/h3\u003e\n          \u003cp\u003e\n            Zinc plating and a protective painted finish help defend the\n            pole against moisture, oxidation, and everyday outdoor exposure.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"oso-pole-feature\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cda7a4e8-d755-4871-b4e4-5d55127e020c.__CR0,0,2400,1800_PT0_SX600_V1___.jpg\" alt=\"commercial outdoor lighting pole for parking lot street and HOA\"\u003e\n\n        \u003cdiv class=\"oso-pole-feature-copy\"\u003e\n          \u003ch3\u003eDesigned for Outdoor Lighting\u003c\/h3\u003e\n          \u003cp\u003e\n            Suitable for solar street lights and outdoor area-lighting\n            installations where a tall commercial mounting structure is required.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DARK STRENGTH SECTION --\u003e\n  \u003csection class=\"oso-pole-dark\"\u003e\n\n    \u003ch2\u003eCommercial-Grade Pole Construction\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The pole uses a sectional design that balances shipping practicality\n      with the height and structure needed for outdoor street and area lighting.\n      Proper installation and adherence to fixture-weight limits are essential\n      for safe, long-term performance.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso-pole-dark-grid\"\u003e\n\n      \u003cdiv class=\"oso-pole-dark-card\"\u003e\n        \u003cstrong\u003e20 Ft\u003c\/strong\u003e\n        \u003cspan\u003eFull assembled pole height.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pole-dark-card\"\u003e\n        \u003cstrong\u003e5 Pieces\u003c\/strong\u003e\n        \u003cspan\u003eSectional construction for assembly and transport.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pole-dark-card\"\u003e\n        \u003cstrong\u003e26 lb\u003c\/strong\u003e\n        \u003cspan\u003eMaximum stated hanging load without ground cage.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pole-dark-card\"\u003e\n        \u003cstrong\u003e32 lb\u003c\/strong\u003e\n        \u003cspan\u003eMaximum stated load when installed with ground cage.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPECS --\u003e\n  \u003csection class=\"oso-pole-two\"\u003e\n\n    \u003cdiv class=\"oso-pole-card\"\u003e\n\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n      \u003ctable class=\"oso-pole-table\"\u003e\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eHeight\u003c\/th\u003e\n            \u003ctd\u003e20 Ft\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eTop Diameter\u003c\/th\u003e\n            \u003ctd\u003e3 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBottom Diameter\u003c\/th\u003e\n            \u003ctd\u003e4.3 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWeight\u003c\/th\u003e\n            \u003ctd\u003eApprox. 56 lb\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWall Thickness\u003c\/th\u003e\n            \u003ctd\u003e1.8 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eSections\u003c\/th\u003e\n            \u003ctd\u003e5 Pieces\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eIron — Zinc Plated\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eStandard Hanging Load\u003c\/th\u003e\n            \u003ctd\u003eMaximum 26 lb\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWith Ground Cage\u003c\/th\u003e\n            \u003ctd\u003eMaximum 32 lb\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBox Size\u003c\/th\u003e\n            \u003ctd\u003e55\" × 10\" × 11\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pole-card\"\u003e\n\n      \u003ch2\u003eConstruction Highlights\u003c\/h2\u003e\n\n      \u003cul class=\"oso-pole-list\"\u003e\n        \u003cli\u003eHeavy-duty iron construction\u003c\/li\u003e\n        \u003cli\u003eZinc-plated corrosion protection\u003c\/li\u003e\n        \u003cli\u003eProtective painted exterior finish\u003c\/li\u003e\n        \u003cli\u003ePrecision-welded components\u003c\/li\u003e\n        \u003cli\u003eCommercial outdoor design\u003c\/li\u003e\n        \u003cli\u003eFive-section assembly\u003c\/li\u003e\n        \u003cli\u003eWide 4.3-inch base diameter\u003c\/li\u003e\n        \u003cli\u003e3-inch top diameter for fixture mounting\u003c\/li\u003e\n        \u003cli\u003eBase-mount installation design\u003c\/li\u003e\n        \u003cli\u003eGround cage option for heavier fixture loads\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003csection class=\"oso-pole-card oso-pole-section\"\u003e\n\n    \u003ch2\u003eDesigned for Commercial \u0026amp; Residential Outdoor Lighting\u003c\/h2\u003e\n\n    \u003cp class=\"oso-pole-lead\"\u003e\n      The 20 ft commercial light pole provides a versatile mounting structure\n      for a wide range of outdoor lighting environments.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso-pole-apps\"\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eParking Lots\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eStreets\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eSidewalks\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eCommercial Properties\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eHOAs \u0026amp; Communities\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eDriveways\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003ePrivate Roads\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eFarms\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eRanches\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eEstates\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eOutdoor Sports Areas\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eLarge Yards\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eCampus Areas\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eIndustrial Properties\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WEATHER --\u003e\n  \u003csection class=\"oso-pole-two\"\u003e\n\n    \u003cdiv class=\"oso-pole-card\"\u003e\n\n      \u003ch2\u003eBuilt for Outdoor Exposure\u003c\/h2\u003e\n\n      \u003cp style=\"margin:0 0 16px;color:#667085;font-size:15px;line-height:1.7;\"\u003e\n        The pole combines zinc plating with a protective painted finish\n        to help resist corrosion and everyday weather exposure.\n      \u003c\/p\u003e\n\n      \u003cul class=\"oso-pole-list\"\u003e\n        \u003cli\u003eDouble-layer galvanized zinc protection\u003c\/li\u003e\n        \u003cli\u003eProtective anti-corrosion coating\u003c\/li\u003e\n        \u003cli\u003eDesigned for outdoor installation\u003c\/li\u003e\n        \u003cli\u003eSuitable for rain, heat, cold, and seasonal weather\u003c\/li\u003e\n        \u003cli\u003ePeriodic inspection is recommended for long-term installations\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pole-card\"\u003e\n\n      \u003ch2\u003eLoad \u0026amp; Installation Limits\u003c\/h2\u003e\n\n      \u003cp style=\"margin:0 0 16px;color:#667085;font-size:15px;line-height:1.7;\"\u003e\n        Proper installation and fixture weight are important for pole stability.\n        Do not exceed the listed hanging-load limits.\n      \u003c\/p\u003e\n\n      \u003cul class=\"oso-pole-list\"\u003e\n        \u003cli\u003eMaximum stated load: 26 lb\u003c\/li\u003e\n        \u003cli\u003eMaximum stated load with ground cage: 32 lb\u003c\/li\u003e\n        \u003cli\u003eGround cage is recommended for heavier fixture loads\u003c\/li\u003e\n        \u003cli\u003eAvoid installation in extreme high-wind locations unless properly engineered\u003c\/li\u003e\n        \u003cli\u003eUse appropriate equipment and installation procedures\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INSTALLATION SAFETY --\u003e\n  \u003csection class=\"oso-pole-install\"\u003e\n\n    \u003ch2\u003eInstallation \u0026amp; Safety Guidelines\u003c\/h2\u003e\n\n    \u003cul class=\"oso-pole-list\"\u003e\n      \u003cli\u003eConfirm the fixture weight before installation\u003c\/li\u003e\n      \u003cli\u003eDo not exceed the stated pole load limits\u003c\/li\u003e\n      \u003cli\u003eUse the ground cage when required for heavier installations\u003c\/li\u003e\n      \u003cli\u003eInstall the pole on a properly prepared and stable foundation\u003c\/li\u003e\n      \u003cli\u003eUse appropriate lifting and safety equipment during assembly\u003c\/li\u003e\n      \u003cli\u003eDo not climb the pole with a ladder during installation or repair\u003c\/li\u003e\n      \u003cli\u003eAvoid extreme high-wind coastal or exposed mountain locations unless the installation has been properly engineered for those conditions\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"oso-pole-warning\"\u003e\n\n      \u003cstrong\u003eImportant Installation Note\u003c\/strong\u003e\n\n      \u003cp\u003e\n        Site conditions vary. Pole foundation requirements, wind loading,\n        fixture weight, local building codes, soil conditions, and permitting\n        requirements should be evaluated before installation. Commercial or\n        permitted projects may require review by a qualified local engineer\n        or other appropriate professional.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MANUAL --\u003e\n  \u003csection class=\"oso-pole-doc\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003ch3\u003e20 Ft Pole Specification \u0026amp; Installation Document\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Review the available pole specifications and installation information\n        before assembly and installation.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LUMENX_20FT_Solar_Street_Light_Pole_Specification.pdf?v=1769022986\" target=\"_blank\" rel=\"noopener\"\u003e\n      View Specifications\n    \u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"oso-pole-card\"\u003e\n\n    \u003ch2\u003e20 Ft Solar Street Light Pole FAQs\u003c\/h2\u003e\n\n    \u003cdiv class=\"oso-pole-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow tall is the pole?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The assembled pole height is 20 feet. The pole uses a\n          five-section construction for transport and assembly.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the pole made from?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The supplied specifications list iron construction with zinc plating\n          and a protective painted finish designed for outdoor use.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the diameter of the pole?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The pole measures approximately 3 inches in diameter at the top\n          and approximately 4.3 inches in diameter at the bottom.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow much weight can the pole support?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The stated maximum hanging load is 26 lb. When installed with the\n          specified ground cage, the stated maximum increases to 32 lb.\n          Do not exceed the listed limits.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere can a 20 ft street light pole be used?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          Common applications include parking lots, streets, sidewalks,\n          commercial properties, HOAs, farms, ranches, driveways,\n          large residential properties, industrial sites, and outdoor sports areas.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs a ground cage required?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The supplied information states that a ground cage is recommended\n          when the total luminaire load exceeds 26 lb. The appropriate\n          foundation and mounting method also depend on site conditions.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan this pole be installed in high-wind areas?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The supplied installation guidance advises avoiding extreme\n          high-wind zones, exposed coastal areas, and mountain-top locations\n          unless the installation is properly reinforced and engineered\n          for those site-specific conditions.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat size is the shipping box?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The listed package size is approximately 55 inches × 10 inches × 11 inches.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- TRUST BAR --\u003e\n  \u003csection class=\"oso-pole-trust\"\u003e\n\n    \u003cdiv class=\"oso-pole-trust-item\"\u003e\n      \u003cstrong\u003e20 Ft\u003c\/strong\u003e\n      Commercial Pole Height\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-trust-item\"\u003e\n      \u003cstrong\u003e1.8 mm\u003c\/strong\u003e\n      Wall Thickness\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-trust-item\"\u003e\n      \u003cstrong\u003eZinc Plated\u003c\/strong\u003e\n      Corrosion Protection\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-trust-item\"\u003e\n      \u003cstrong\u003e5 Sections\u003c\/strong\u003e\n      Practical Assembly\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-trust-item\"\u003e\n      \u003cstrong\u003eMade in USA\u003c\/strong\u003e\n      Commercial Outdoor Pole\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45248251887848,"sku":"20fpole","price":298.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/20ft-commercial-grade-streetparkingflag-light-pole-aluminum-cage-1-pack-8639391.jpg?v=1786734439"},{"product_id":"8800-watt-solar-street-lights-with-remote-control-105000lm-led-solar-outdoor-commercial-light-ip67-waterproof-dusk-to-dawn-solar-light-6500k-super-bright-solar-flood-light","title":"8800 Watt Solar Street Lights, with Remote Control 105000LM LED Dusk to Dawn Solar Light 6500K Super Bright Solar Flood Light","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv id=\"aplus_feature_div\" class=\"celwidget\" data-feature-name=\"aplus\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplus\" data-csa-c-slot-id=\"aplus_feature_div\" data-csa-c-asin=\"B09VSQ7PXC\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"6rtrfb-bdymcn-tg3opj-72c1gq\" data-cel-widget=\"aplus_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"809v95-67labv-3z0v0m-qqp1wp\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"ak4gdv-hw21ms-vnxj53-4hqsov\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"6o5kp0-j6zimc-8snqwc-ke5tet\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"v3egv-mjrz81-dtogwr-wtg202\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"0\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/90cac0fc-4c5c-405a-9062-04a117bac264.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/90cac0fc-4c5c-405a-9062-04a117bac264.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"3u7mca-5w58wd-u71g33-i83ovn\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"0\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/06eec506-bab6-42af-ae96-038193d2ca04.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/06eec506-bab6-42af-ae96-038193d2ca04.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"5t0azb-702rl8-nqmluj-803fk3\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"0\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5b806fcb-1a26-446f-ba24-fdc7d8944128.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5b806fcb-1a26-446f-ba24-fdc7d8944128.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"df8gc3-311xmx-rkgzno-c4gs52\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"0\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/76691b4d-7a28-4b9c-8100-5bf46a7474e2.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/76691b4d-7a28-4b9c-8100-5bf46a7474e2.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"560bvi-oqe34j-31o50h-xgypvh\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Solar Street Light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2e0c1748-e31a-4813-b532-b5ad3124aea8.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2e0c1748-e31a-4813-b532-b5ad3124aea8.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-12 aplus-standard\" data-csa-c-id=\"qyma41-g0aigp-z9dotp-ep4cza\" data-cel-widget=\"aplus-m-module-12\" cel_widget_id=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusSustainabilityStory_feature_div\" class=\"celwidget\" data-feature-name=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-asin=\"B09VSQ7PXC\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"eotqo3-n3vwsb-ttdvfb-iy9rz8\" data-cel-widget=\"aplusSustainabilityStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"renewedProgramDescription_feature_div\" class=\"celwidget\" data-feature-name=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-asin=\"B09VSQ7PXC\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"el1azb-mfrmds-sfgfhq-90zdc2\" data-cel-widget=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"m8olis-chihur-2gmar5-6lq1iw\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"B09VSQ7PXC\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"ai9zvj-9m2zzg-r7p11l-5b6jvg\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"g45m79-acdhza-8x57xa-rtqibk\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"B09VSQ7PXC\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"p9xgiq-8h7vll-wboskw-otl45s\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"y0icqd-wykx1r-tyv57a-bdp0t9\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"B09VSQ7PXC\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"mwgfbg-wne4wn-ywdco-cr58q4\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"l770p8-7jezlv-hb2ey2-1ldw1t\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e★★★8800 Watt Solar Street Flood Light Outdoor, 6500K 105000 Lumens of high-quality solar lights. high-quality 932 LED Lamp beads. Best choice for electricity bills free.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e★★★9.6V\/188000mAh New lithium ion battery, efficiency solar panels, 6-8 hours of charging can provide 20-30 hours of lighting. IP67 waterproof, No wiring required, No maintenance.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e★★★Multi modes. Full bright mode: adjustable brightness 25%, 50%, 75% 100%; Induction mode: starts automatically at dusk, automatically closes at sunrise; Timing mode: 3 hour, 5 hour, 8 hour; constant light mode.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e★★★Two ways of installation, one is mounted on the wall, one is mounted on the pole with a diameter of 2 to 4 inch. Ideal for street and roads, garage, private gardens, courtyard, etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e★★★Order online and deliver it safely. If you have any questions before or after the purchase, please contact me in time, the 24-hour customer service team will provide you with better service!\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45252807229672,"sku":"800wss","price":179.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/8800-watt-solar-street-lights-with-remote-control-105000lm-led-dusk-to-dawn-solar-light-6500k-super-bright-solar-flood-light-5295521.jpg?v=1786734389"},{"product_id":"solar-street-light-1200w-solar-street-lights-outdoor-waterproof-120000lm-solar-powered-led-street-light-dusk-to-dawn-super-bright-commercial","title":"1600W Commercial Solar Street Lights Outdoor Waterproof 160000LM Dusk to Dawn","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA COMMERCIAL SOLAR STREET LIGHT\n   120,000 LUMENS\n   OUTDOOR SOLAR OUTLET - BEST SELLER LANDING PAGE\n   ========================================================= *\/\n\n.lx120-page{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lx120-page *{\n  box-sizing:border-box;\n}\n\n.lx120-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lx120-page a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.lx120-hero{\n  display:grid;\n  grid-template-columns:1.05fr .95fr;\n  gap:34px;\n  align-items:center;\n  margin-bottom:24px;\n}\n\n.lx120-hero-image{\n  overflow:hidden;\n  border:1px solid #e4e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lx120-hero-image img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx120-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lx120-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lx120-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lx120-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lx120-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lx120-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lx120-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.lx120-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lx120-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lx120-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lx120-specbar{\n  display:grid;\n  grid-template-columns:repeat(6,1fr);\n  margin-bottom:28px;\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx120-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lx120-spec:last-child{\n  border-right:0;\n}\n\n.lx120-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lx120-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lx120-section{\n  margin-bottom:25px;\n}\n\n.lx120-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lx120-heading:after,\n.lx120-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lx120-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGE *\/\n\n.lx120-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lx120-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx120-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lx120-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx120-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* DARK PERFORMANCE *\/\n\n.lx120-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lx120-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lx120-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lx120-dark-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lx120-dark-item{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lx120-dark-item strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lx120-dark-item span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* TWO COLUMN CARDS *\/\n\n.lx120-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lx120-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx120-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx120-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lx120-list li{\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#475467;\n  font-size:14.5px;\n  line-height:1.52;\n}\n\n.lx120-list li:before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:8px;\n  width:18px;\n  height:18px;\n  line-height:18px;\n  text-align:center;\n  border-radius:50%;\n  background:#f5a300;\n  color:#fff;\n  font-size:11px;\n  font-weight:900;\n}\n\n\/* REMOTE CONTROLS *\/\n\n.lx120-controls{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n  margin-bottom:25px;\n}\n\n.lx120-control{\n  padding:21px 17px;\n  text-align:center;\n  border:1px solid #e3e7ec;\n  border-radius:12px;\n  background:#f8f9fb;\n}\n\n.lx120-control strong{\n  display:block;\n  margin-bottom:5px;\n  color:#07182e;\n  font-size:18px;\n}\n\n.lx120-control span{\n  color:#667085;\n  font-size:13px;\n  line-height:1.5;\n}\n\n\/* POLE RECOMMENDATION *\/\n\n.lx120-pole{\n  display:grid;\n  grid-template-columns:.72fr 1.28fr;\n  gap:28px;\n  align-items:center;\n  margin-bottom:25px;\n  padding:31px;\n  border-radius:16px;\n  background:linear-gradient(110deg,#061426,#0c3159);\n}\n\n.lx120-pole-visual{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  min-height:280px;\n  padding:25px;\n  border-radius:12px;\n  background:#fff;\n}\n\n.lx120-pole-icon{\n  width:175px;\n  height:175px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:50%;\n  background:#f7f8fa;\n  border:1px solid #e2e6eb;\n}\n\n.lx120-pole-icon svg{\n  width:105px;\n  height:105px;\n  fill:none;\n  stroke:#07182e;\n  stroke-width:1.6;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n.lx120-pole-label{\n  display:inline-block;\n  margin-bottom:9px;\n  padding:6px 10px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:11px;\n  font-weight:850;\n}\n\n.lx120-pole h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lx120-pole p{\n  margin:0 0 12px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.lx120-pole-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin:17px 0 20px;\n}\n\n.lx120-pole-pills span{\n  padding:8px 11px;\n  border:1px solid rgba(255,255,255,.18);\n  border-radius:999px;\n  background:rgba(255,255,255,.07);\n  color:#e7edf5;\n  font-size:12px;\n  font-weight:650;\n}\n\n.lx120-pole-btn{\n  display:inline-block;\n  padding:13px 19px;\n  border-radius:7px;\n  background:#f5a300;\n  color:#111827 !important;\n  text-decoration:none !important;\n  font-size:14px;\n  font-weight:850;\n}\n\n.lx120-pole-btn:hover{\n  background:#ffb21a;\n}\n\n\/* APPLICATIONS *\/\n\n.lx120-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lx120-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* INSTALL *\/\n\n.lx120-steps{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n}\n\n.lx120-step{\n  padding:19px 14px;\n  text-align:center;\n  border:1px solid #e4e7ec;\n  border-radius:11px;\n  background:#f8f9fb;\n}\n\n.lx120-num{\n  width:38px;\n  height:38px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:0 auto 10px;\n  border-radius:50%;\n  background:#f5a300;\n  color:#111827;\n  font-weight:900;\n}\n\n.lx120-step h3{\n  margin:0 0 6px;\n  color:#07182e;\n  font-size:16px;\n}\n\n.lx120-step p{\n  margin:0;\n  color:#667085;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\/* FAQ *\/\n\n.lx120-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lx120-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lx120-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lx120-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lx120-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lx120-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lx120-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lx120-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST BAR *\/\n\n.lx120-trust{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n  margin-top:25px;\n  overflow:hidden;\n  border-radius:12px;\n  background:#07182e;\n}\n\n.lx120-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lx120-trust div:last-child{\n  border-right:0;\n}\n\n.lx120-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* TABLET *\/\n\n@media(max-width:900px){\n\n  .lx120-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lx120-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx120-controls{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx120-steps{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n\/* MOBILE *\/\n\n@media(max-width:680px){\n\n  .lx120-page{\n    padding:15px 10px 35px;\n  }\n\n  .lx120-hero,\n  .lx120-two,\n  .lx120-pole{\n    grid-template-columns:1fr;\n  }\n\n  .lx120-hero{\n    gap:18px;\n  }\n\n  .lx120-title{\n    font-size:30px;\n  }\n\n  .lx120-subtitle{\n    font-size:19px;\n  }\n\n  .lx120-text{\n    font-size:15px;\n  }\n\n  .lx120-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx120-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx120-dark{\n    padding:24px 18px;\n  }\n\n  .lx120-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx120-card{\n    padding:21px 17px;\n  }\n\n  .lx120-controls{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx120-pole{\n    padding:24px 18px;\n  }\n\n  .lx120-steps{\n    grid-template-columns:1fr;\n  }\n\n  .lx120-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lx120-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lx120-page\"\u003e\n\n\n\u003c!-- ======================================================\n     HERO\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-hero\"\u003e\n\n  \u003cdiv class=\"lx120-hero-image\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2b9bd347-3e0d-4bcc-ae37-129b874151d0.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 120000 lumen commercial solar street light for parking lots streets and outdoor areas\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"lx120-brand\"\u003e\n      LUMENXUSA\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx120-eyebrow\"\u003e\n      COMMERCIAL SOLAR STREET \u0026amp; AREA LIGHTING\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"lx120-title\"\u003e\n      LumenXUSA 120,000-Lumen Commercial Solar Street Light\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"lx120-subtitle\"\u003e\n      High-Output Dusk-to-Dawn Solar Parking Lot \u0026amp; Area Light with Remote Control\n    \u003c\/h3\u003e\n\n    \u003cp class=\"lx120-text\"\u003e\n      The \u003cstrong\u003eLumenXUSA Commercial Solar Street Light\u003c\/strong\u003e is designed\n      for customers who need powerful, completely solar-powered illumination\n      for parking lots, streets, farms, commercial properties, campuses,\n      parks and other large outdoor areas.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lx120-text\"\u003e\n      Its high-output LED array uses \u003cstrong\u003e50 large 5054 SMD LED chips\u003c\/strong\u003e\n      with a stated output of up to \u003cstrong\u003e120,000 lumens\u003c\/strong\u003e.\n      Automatic dusk-to-dawn operation, remote-controlled brightness,\n      timer settings and wire-free installation make it a practical\n      alternative where running conventional electrical service would be difficult or expensive.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"lx120-pills\"\u003e\n\n      \u003cspan class=\"lx120-pill\"\u003eLumenXUSA\u003c\/span\u003e\n      \u003cspan class=\"lx120-pill\"\u003e120,000 Lumens\u003c\/span\u003e\n      \u003cspan class=\"lx120-pill\"\u003e50 × 5054 LEDs\u003c\/span\u003e\n      \u003cspan class=\"lx120-pill\"\u003e7500K\u003c\/span\u003e\n      \u003cspan class=\"lx120-pill\"\u003eRemote Control\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BEST SELLER\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-best\"\u003e\n\n  \u003cstrong\u003eBEST SELLER\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    One of our popular commercial solar street lights for customers who\n    want powerful wide-area illumination, automatic nighttime operation,\n    remote control and zero utility electricity usage at the fixture.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     COLOR IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\" alt=\"LumenXUSA commercial solar street light color and lighting reference\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     QUICK SPECS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-specbar\"\u003e\n\n  \u003cdiv class=\"lx120-spec\"\u003e\n    \u003cstrong\u003e120,000 lm\u003c\/strong\u003e\n    \u003cspan\u003eStated output\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx120-spec\"\u003e\n    \u003cstrong\u003e50 LEDs\u003c\/strong\u003e\n    \u003cspan\u003e5054 SMD chips\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx120-spec\"\u003e\n    \u003cstrong\u003e7500K\u003c\/strong\u003e\n    \u003cspan\u003eColor temperature\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx120-spec\"\u003e\n    \u003cstrong\u003e2,690–3,230\u003c\/strong\u003e\n    \u003cspan\u003eSq. ft. stated area\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx120-spec\"\u003e\n    \u003cstrong\u003e6–8 Hrs\u003c\/strong\u003e\n    \u003cspan\u003eStated charging\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx120-spec\"\u003e\n    \u003cstrong\u003eDusk-to-Dawn\u003c\/strong\u003e\n    \u003cspan\u003eAutomatic operation\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     IMAGE 2\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/144bda75-d34b-4997-bd22-50edc76620ac.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA high lumen solar street light commercial LED array\"\u003e\n\n  \u003cdiv class=\"lx120-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      High-Output 5054 SMD LED Technology\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The fixture uses 50 large-format 5054 SMD LED chips designed for\n      powerful outdoor illumination. The supplied product information states\n      improved brightness and a wider lighting range compared with earlier designs.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     PERFORMANCE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-dark\"\u003e\n\n  \u003ch2\u003e\n    Built for Large Outdoor Areas\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    With a stated illumination area of approximately 2,690–3,230 square feet,\n    this solar street light is intended for locations that need broader\n    nighttime visibility without installing utility-powered outdoor lighting.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx120-dark-grid\"\u003e\n\n    \u003cdiv class=\"lx120-dark-item\"\u003e\n      \u003cstrong\u003e120,000 lm\u003c\/strong\u003e\n      \u003cspan\u003eManufacturer-stated light output.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx120-dark-item\"\u003e\n      \u003cstrong\u003e7500K\u003c\/strong\u003e\n      \u003cspan\u003eCool-white outdoor illumination.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx120-dark-item\"\u003e\n      \u003cstrong\u003e2,690–3,230\u003c\/strong\u003e\n      \u003cspan\u003eStated square-foot illumination range.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx120-dark-item\"\u003e\n      \u003cstrong\u003eNo Wiring\u003c\/strong\u003e\n      \u003cspan\u003eIndependent solar operation.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     IMAGE 3\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fec72014-4f02-4215-bbc6-214c8afe38cf.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA outdoor solar street light weather resistant commercial lighting\"\u003e\n\n  \u003cdiv class=\"lx120-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Designed for Outdoor Commercial Lighting\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The solar-powered design is intended for outdoor installations such\n      as parking areas, streets, parks, farms, private roads and commercial\n      properties where reliable nighttime lighting is needed.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SOLAR SYSTEM\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-two\"\u003e\n\n\n  \u003cdiv class=\"lx120-card\"\u003e\n\n    \u003ch2\u003e\n      High-Efficiency Solar Charging\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx120-list\"\u003e\n\n      \u003cli\u003ePolysilicon solar panel technology\u003c\/li\u003e\n\n      \u003cli\u003eWoven tempered-glass panel design\u003c\/li\u003e\n\n      \u003cli\u003eSupplied information states improved photoelectric conversion\u003c\/li\u003e\n\n      \u003cli\u003eApproximately 6–8 hour stated charging time\u003c\/li\u003e\n\n      \u003cli\u003eDesigned to continue charging under less-than-perfect weather conditions\u003c\/li\u003e\n\n      \u003cli\u003eNo utility electrical connection required\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx120-card\"\u003e\n\n    \u003ch2\u003e\n      Automatic Nighttime Operation\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx120-list\"\u003e\n\n      \u003cli\u003eIntegrated intelligent light sensor\u003c\/li\u003e\n\n      \u003cli\u003eAutomatically turns on at dusk\u003c\/li\u003e\n\n      \u003cli\u003eAutomatically turns off at dawn\u003c\/li\u003e\n\n      \u003cli\u003eDesigned for full-night operation\u003c\/li\u003e\n\n      \u003cli\u003eNo daily manual switching required\u003c\/li\u003e\n\n      \u003cli\u003eRemote-control adjustments supported\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     IMAGE 4\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e40176c8-6b67-4890-81df-6e74b7d4c128.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA dusk to dawn solar street light remote controlled parking lot light\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     REMOTE CONTROL\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-section\"\u003e\n\n  \u003ch2 class=\"lx120-heading\"\u003e\n    Remote-Controlled Brightness \u0026amp; Timer Settings\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx120-lead\"\u003e\n    Adjust operation without accessing the fixture after installation.\n    The supplied product information includes full and half-brightness\n    settings plus multiple automatic countdown timers.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx120-controls\"\u003e\n\n    \u003cdiv class=\"lx120-control\"\u003e\n      \u003cstrong\u003e100%\u003c\/strong\u003e\n      \u003cspan\u003eFull-brightness mode\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx120-control\"\u003e\n      \u003cstrong\u003e50%\u003c\/strong\u003e\n      \u003cspan\u003eHalf-brightness mode\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx120-control\"\u003e\n      \u003cstrong\u003e3 \/ 5 \/ 8 Hrs\u003c\/strong\u003e\n      \u003cspan\u003eCountdown timer options\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx120-control\"\u003e\n      \u003cstrong\u003eRemote\u003c\/strong\u003e\n      \u003cspan\u003eConvenient ground-level control\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     IMAGE 5\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b7d81ed8-1c4f-47ab-8054-6e0775c1e4d6.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA commercial solar parking lot street light wide area coverage\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     APPLICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-card lx120-section\"\u003e\n\n  \u003ch2\u003e\n    Commercial Solar Lighting Applications\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx120-lead\"\u003e\n    This high-output LumenXUSA solar street light is designed for\n    a broad range of residential, municipal and commercial outdoor applications.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx120-apps\"\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eParking Lots\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003ePrivate Streets\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eRoadways\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eCommercial Properties\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eWarehouses\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eSchools\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eHOAs\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eCampuses\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eFarms\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eRanches\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eParks\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eDriveways\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eIndustrial Properties\u003c\/span\u003e\n\n    \u003cspan class=\"lx120-app\"\u003eLarge Yards\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     20 FT POLE RECOMMENDATION\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-pole\"\u003e\n\n\n  \u003cdiv class=\"lx120-pole-visual\"\u003e\n\n    \u003cdiv class=\"lx120-pole-icon\"\u003e\n\n      \u003csvg viewbox=\"0 0 100 100\"\u003e\n\n        \u003cpath d=\"M42 91V17\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M42 22h28\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M67 18l13 5-5 10-15-5z\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M32 91h20\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M37 91l-4 5\"\u003e\u003c\/path\u003e\n\n        \u003cpath d=\"M47 91l4 5\"\u003e\u003c\/path\u003e\n\n      \u003c\/svg\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cspan class=\"lx120-pole-label\"\u003e\n      RECOMMENDED ACCESSORY\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Pair It with Our 20 FT Commercial Street Light Pole\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      For a clean and professional installation, pair this\n      \u003cstrong\u003eLumenXUSA commercial solar street light\u003c\/strong\u003e with our\n      \u003cstrong\u003e20 FT outdoor street-light pole\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A 20-foot pole is a practical height for many parking lots,\n      streets, commercial properties, campuses, farms and large outdoor areas.\n      Final mounting height and spacing should always be selected according\n      to the project layout and desired light distribution.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"lx120-pole-pills\"\u003e\n\n      \u003cspan\u003e20 FT Height\u003c\/span\u003e\n\n      \u003cspan\u003eCommercial Outdoor Pole\u003c\/span\u003e\n\n      \u003cspan\u003eParking Lots\u003c\/span\u003e\n\n      \u003cspan\u003eStreet Lighting\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\" class=\"lx120-pole-btn\"\u003e\n\n      View 20 FT Commercial Pole\n\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     IMAGE 6\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ce5423a6-a33d-4541-b29b-bf5c887f36d1.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA solar street light for pole mounting wall mounting parking lots and streets\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     INSTALLATION\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-card lx120-section\"\u003e\n\n  \u003ch2\u003e\n    Flexible Pole or Wall Installation\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx120-lead\"\u003e\n    The supplied product information states that the fixture can be installed\n    on a compatible wall or pole. No utility wiring is required for normal solar operation.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx120-steps\"\u003e\n\n\n    \u003cdiv class=\"lx120-step\"\u003e\n\n      \u003cdiv class=\"lx120-num\"\u003e1\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Choose Location\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Select an area that needs nighttime illumination and receives strong daytime sunlight.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx120-step\"\u003e\n\n      \u003cdiv class=\"lx120-num\"\u003e2\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Choose Mounting\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Install on a suitable wall or compatible street-light pole.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx120-step\"\u003e\n\n      \u003cdiv class=\"lx120-num\"\u003e3\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Secure Fixture\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Use appropriate mounting hardware and verify the installation is stable.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx120-step\"\u003e\n\n      \u003cdiv class=\"lx120-num\"\u003e4\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Set Operation\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Use automatic dusk-to-dawn mode or customize brightness and timer settings.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BUYING GUIDANCE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-dark\"\u003e\n\n  \u003ch2\u003e\n    Planning a Commercial Solar Lighting Project?\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Pole height, fixture spacing, site layout and desired illumination\n    all affect the final lighting result. Larger projects may require\n    multiple fixtures for more uniform coverage.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx120-dark-grid\"\u003e\n\n    \u003cdiv class=\"lx120-dark-item\"\u003e\n      \u003cstrong\u003ePole Height\u003c\/strong\u003e\n      \u003cspan\u003eImpacts coverage and light distribution.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx120-dark-item\"\u003e\n      \u003cstrong\u003eFixture Spacing\u003c\/strong\u003e\n      \u003cspan\u003ePlan for overlap between lighting zones.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx120-dark-item\"\u003e\n      \u003cstrong\u003eSolar Exposure\u003c\/strong\u003e\n      \u003cspan\u003eAvoid locations with major daytime shading.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx120-dark-item\"\u003e\n      \u003cstrong\u003eSite Layout\u003c\/strong\u003e\n      \u003cspan\u003eConsider roads, parking spaces and property boundaries.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FAQ\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-card\"\u003e\n\n  \u003ch2\u003e\n    LumenXUSA Commercial Solar Street Light FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lx120-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How bright is this LumenXUSA solar street light?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx120-answer\"\u003e\n        The supplied product information states up to approximately\n        120,000 lumens of light output.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How many LEDs does the fixture use?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx120-answer\"\u003e\n        The supplied specification lists 50 high-output 5054 SMD LED chips.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What color temperature is the light?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx120-answer\"\u003e\n        The supplied product information lists a 7500K color temperature.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How much area can one solar street light illuminate?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx120-answer\"\u003e\n        The supplied description states an illumination range of approximately\n        2,690 to 3,230 square feet. Actual results depend on mounting height,\n        site layout and surrounding conditions.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does the light automatically turn on at night?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx120-answer\"\u003e\n        Yes. It is designed for automatic dusk-to-dawn operation,\n        turning on after dark and off after daylight returns.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does it include a remote control?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx120-answer\"\u003e\n        Yes. The supplied product information supports remote-controlled\n        full and half brightness plus 3-hour, 5-hour and 8-hour timer settings.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long does solar charging take?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx120-answer\"\u003e\n        The supplied product information states approximately 6–8 hours\n        for full charging under suitable sunlight conditions.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does this solar street light require electrical wiring?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx120-answer\"\u003e\n        No utility wiring is required for normal solar-powered operation.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I install it on a pole?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx120-answer\"\u003e\n        Yes. The fixture is designed for compatible pole or wall mounting.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do you recommend a 20 ft pole?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx120-answer\"\u003e\n        A 20 ft commercial pole is a practical pairing for many parking-lot,\n        roadway and commercial-property applications. You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n          view our 20 FT Commercial Street Light Pole here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where can this solar street light be used?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx120-answer\"\u003e\n        Common applications include parking lots, streets, commercial properties,\n        parks, farms, schools, campuses, warehouses, private roads and large yards.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     TRUST BAR\n     ====================================================== --\u003e\n\n\u003csection class=\"lx120-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\n    Commercial Solar Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e120,000 Lumens\u003c\/strong\u003e\n    Stated High Output\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eDusk-to-Dawn\u003c\/strong\u003e\n    Automatic Operation\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eRemote Control\u003c\/strong\u003e\n    Brightness \u0026amp; Timers\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e20 FT Pole\u003c\/strong\u003e\n    Recommended Pairing\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45378355593448,"sku":"B0BLNMR323","price":239.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/1600w-commercial-solar-street-lights-outdoor-waterproof-160000lm-dusk-to-dawn-9930848.jpg?v=1786734391"},{"product_id":"3000w-solar-street-light-tri-color-warm-white-solar-motion-sensor-light-outdoor-ip66-waterproof-solar-dusk-to-dawn-lights","title":"9000W Solar Street Light - Tri-Color 3000K\/4000K\/6500K Dimmable Solar Motion Sensor Light Outdoor, IP66 Waterproof Solar Dusk to Dawn Lights","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv id=\"aplus_feature_div\" class=\"celwidget\" data-feature-name=\"aplus\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplus\" data-csa-c-slot-id=\"aplus_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"mvkxnm-tli5dk-91c53a-g44q2x\" data-cel-widget=\"aplus_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-9\" data-csa-c-id=\"k5t9sg-y3qqno-a0178p-3cb4ld\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-9-card0\" data-cel-widget=\"\"\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"y596cb-8w1kl7-4wamg0-f21dds\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module module-12 aplus-standard\" data-csa-c-id=\"5qm4yx-k0s2ov-a9imdh-qmnamp\" data-cel-widget=\"aplus-m-module-12\" cel_widget_id=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg alt=\"solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1bd14e6b-3955-4e0f-8efd-7f4f1254a1fa.__CR0,0,970,300_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1bd14e6b-3955-4e0f-8efd-7f4f1254a1fa.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"7is6l7-sim36e-6he1v-d8ydim\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar lights for outside\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b80d5582-9138-4b78-a4c2-eb24d13a61cb.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b80d5582-9138-4b78-a4c2-eb24d13a61cb.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"zda6he-63re96-hldzh9-wgbndi\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar lights for outside\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4ee470a4-8552-4d69-b40d-58c0a9300eb2.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4ee470a4-8552-4d69-b40d-58c0a9300eb2.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"sd0cg3-pjtrz5-2rdids-ob2g7y\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar street lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/960c859d-1cd7-46ca-ab2a-20f803de3bd2.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/960c859d-1cd7-46ca-ab2a-20f803de3bd2.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"rjcy9t-8395bb-m7dllk-i40rn2\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar street lights outdoor waterproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6a3f711f-9372-4919-b6b7-7a0149014a7f.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6a3f711f-9372-4919-b6b7-7a0149014a7f.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusSustainabilityStory_feature_div\" class=\"celwidget\" data-feature-name=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"p7ueul-tm60bw-u239r4-unjm73\" data-cel-widget=\"aplusSustainabilityStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"renewedProgramDescription_feature_div\" class=\"celwidget\" data-feature-name=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"cmj9g1-w30v2r-fa8in7-yl11ti\" data-cel-widget=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-10\" data-csa-c-id=\"yjc4d1-t4lvtn-8zdc7-y0leyw\" data-cel-widget=\"\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-4-two-column-images aplus-premium\" data-csa-c-id=\"ly1yq9-bmkqmd-ym38kh-har864\" data-cel-widget=\"aplus-m-premium-module-4-two-column-images\" cel_widget_id=\"aplus-m-premium-module-4-two-column-images\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-4\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-two-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-container-2\"\u003e\n\u003ch1 class=\"aplus-h3 a-text-bold\"\u003eTwo Modes\u003c\/h1\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\n\u003cp class=\"aplus-p3\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cspan class=\"a-text-italic\"\u003eAlways lighting mode:Automatic charging during day \u0026amp; Lighting up automatically at night \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cspan class=\"a-text-italic\"\u003eSensing motion mode:30% brightness when no one is present, 100% brightness when someone passes by.\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none column-image\"\u003e\u003cimg alt=\"1\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/619da020-0e8e-4ccc-87fc-e60c7855e6e9.__CR0,0,650,350_PT0_SX650_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/619da020-0e8e-4ccc-87fc-e60c7855e6e9.__CR0,0,650,350_PT0_SX650_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-container-2\"\u003e\n\u003ch1 class=\"aplus-h3 a-text-bold\"\u003eTimed setting mode\u003c\/h1\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\n\u003cp class=\"aplus-p3\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cspan class=\"a-text-italic\"\u003eIf you previously used the motion mode, and then changed to the timed setting mode, the light will automatically enter the motion mode after the set time\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cspan class=\"a-text-italic\"\u003eIf you previously used always lighting mode, and then changed to the timed setting mode, the light will turn off after the set time\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-3-four-column-images aplus-premium\" data-csa-c-id=\"g7ie0b-jjxf0-twh7oq-chjrvu\" data-cel-widget=\"aplus-m-premium-module-3-four-column-images\" cel_widget_id=\"aplus-m-premium-module-3-four-column-images\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-3 aplus-container-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-four-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\u003cimg alt=\"1\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e7309281-0603-4ec1-b93b-4abe63cc625b.__CR0,0,300,225_PT0_SX300_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e7309281-0603-4ec1-b93b-4abe63cc625b.__CR0,0,300,225_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\n\u003ch1 class=\"aplus-h3 a-text-bold\"\u003e6500K Cold White Press once\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\u003cimg alt=\"1\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c2e034f4-20a1-4dbc-8742-07b9f11d76f6.__CR0,0,300,225_PT0_SX300_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c2e034f4-20a1-4dbc-8742-07b9f11d76f6.__CR0,0,300,225_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\n\u003ch1 class=\"aplus-h3 a-text-bold\"\u003e4000K light Press twice\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\u003cimg alt=\"1\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/da6c5f79-7e6f-4e22-933b-5bb2c9799480.__CR0,0,300,225_PT0_SX300_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/da6c5f79-7e6f-4e22-933b-5bb2c9799480.__CR0,0,300,225_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\n\u003ch1 class=\"aplus-h3 a-text-bold\"\u003e3000K light Press twice\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\u003cimg alt=\"1\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2ec27217-8020-4436-8c3a-ae5c7a669e1e.__CR0,0,300,225_PT0_SX300_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2ec27217-8020-4436-8c3a-ae5c7a669e1e.__CR0,0,300,225_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" data-csa-c-id=\"ibaj6u-cgclsm-vkyx7k-h1meyr\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\" cel_widget_id=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"1\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a4f54c67-6a1c-4c76-a4c6-792983f6737e.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a4f54c67-6a1c-4c76-a4c6-792983f6737e.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"6n7v27-dmabjt-kllcw2-rlbbin\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-11\" data-csa-c-id=\"3i4cyu-vnkox6-8fqat1-key0ew\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"hc3mv2-krv2da-gifdu5-yo22wz\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-12\" data-csa-c-id=\"yznne7-x4zflb-r8fgkk-6rmzh3\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"bpayiv-1mvn4p-hnm57-t6ffmk\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-13\" data-csa-c-id=\"bp8d4u-ag7tk5-c7oy3l-7bzp1i\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-13-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[ VERSATILE COLOR ILLUMINATION ]: Elevate your outdoor ambiance with our 9000W solar street light featuring adjustable color temperature. Choose from three vibrant lighting hues to create the perfect mood for any outdoor space. Ideal for solar lights for outside, this product ensures your surroundings are beautifully lit\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[ INTELLIGENT MOTION SENSING TECHNOLOGY ]: Experience efficiency and enhanced security with our smart solar motion sensor light outdoor. The cutting-edge technology detects movement, triggering optimal brightness. This feature not only saves energy but also provides a sense of safety for your outdoor environment\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[ HIGH BRIGHTNESS, MAXIMUM IMPACT ]: With a powerful 300000LM output and 5730 LED beads, our solar street light delivers outstanding brightness. Illuminate large areas with confidence, making it a perfect fit for solar street lights outdoor and outdoor lights solar powered applications. Enjoy a well-lit environment day and night\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[ EASY INSTALLATION FOR DIVERSE OUTDOOR APPLICATIONS ]: Simplify your lighting setup with our user-friendly solar street light. Designed for versatile outdoor use, it is easily installed on walls, poles, or any outdoor location. Suited for various pole diameters, this product is perfect for solar parking lot lights, streets, lawns, and more\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45381069340904,"sku":"3000www","price":263.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/9000w-solar-street-light-tri-color-3000k4000k6500k-dimmable-solar-motion-sensor-light-outdoor-ip66-waterproof-solar-dusk-to-dawn-lights-2741091.jpg?v=1786734389"},{"product_id":"commercial-solar-flag-pole-outdoor-lamp-post-light-with-98-inch-pole-ip67-waterproof-solar-post-light-with-remote","title":"3500W Commercial Solar Round 360° Wide Angle Pole Outdoor Lamp Post Light with 98 inch Pole IP67 Waterproof With Remote","description":"\u003cstyle\u003e\n.lx3500{max-width:1180px;margin:0 auto;padding:24px 16px 50px;font-family:inherit;color:#1f2937}\n.lx3500 *{box-sizing:border-box}.lx3500 h2,.lx3500 h3{color:#07182f}.lx3500 p{color:#5f6b7a;line-height:1.7}.lx3500 a{text-decoration:none}\n.lx-brand{color:#f47721;font-size:14px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}\n.lx-title{font-size:40px;line-height:1.08;margin:8px 0 10px;font-weight:900}.lx-sub{font-size:20px;line-height:1.4;font-weight:800;margin:0 0 14px}\n.lx-pills,.lx-apps{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.lx-pill,.lx-app{padding:8px 12px;border:1px solid #e1e6ed;border-radius:999px;background:#f7f9fc;color:#344054;font-size:13px;font-weight:800}\n.lx-img{margin:24px 0;border:1px solid #e1e6ed;border-radius:15px;overflow:hidden;background:#fff}.lx-img img{display:block;width:100%;height:auto}\n.lx-img-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}.lx-img-grid .lx-img{margin:0}\n.lx-alert{display:grid;grid-template-columns:52px 1fr auto;gap:15px;align-items:center;margin:24px 0;padding:20px;border:1px solid #ffd2ae;border-radius:13px;background:#fff7ef}\n.lx-ico{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f47721;color:#fff;font-size:24px;font-weight:900}\n.lx-alert h3{margin:0 0 3px}.lx-alert p{margin:0;font-size:14px}.lx-btn{padding:12px 16px;border-radius:8px;background:#f47721;color:#fff!important;font-weight:900;white-space:nowrap}\n.lx-stats{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #e1e6ed;border-radius:13px;overflow:hidden;margin:25px 0}.lx-stat{padding:18px 7px;text-align:center;border-right:1px solid #e1e6ed}.lx-stat:last-child{border-right:0}.lx-stat strong{display:block;color:#07182f}.lx-stat span{font-size:12px;color:#6b7280}\n.lx-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:24px}.lx-card{padding:24px;border:1px solid #e1e6ed;border-radius:14px;background:#fff}.lx-card h2{margin-top:0}\n.lx-list{list-style:none;padding:0;margin:0}.lx-list li{position:relative;padding:7px 0 7px 28px;color:#4b5563;line-height:1.55}.lx-list li:before{content:\"✓\";position:absolute;left:0;top:9px;width:18px;height:18px;border-radius:50%;background:#f47721;color:#fff;text-align:center;line-height:18px;font-size:11px;font-weight:900}\n.lx-dark{padding:30px;margin:26px 0;border-radius:16px;background:linear-gradient(120deg,#07182f,#0d2747);color:#fff}.lx-dark h2{color:#fff;margin:0 0 8px}.lx-dark p{color:#dce5ef}.lx-darkgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.lx-di{padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:9px}.lx-di strong{display:block;color:#ff9b19}.lx-di span{font-size:13px;color:#e7edf4}\n.lx-table{width:100%;border-collapse:collapse}.lx-table tr{border-bottom:1px solid #e8ecf1}.lx-table th,.lx-table td{padding:9px 5px;text-align:left;vertical-align:top;font-size:14px}.lx-table th{width:46%;color:#344054}.lx-table td{color:#667085}\n.lx-manual{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:24px 0;padding:24px;border:1px solid #e1e6ed;border-radius:14px;background:#f7f9fc}.lx-manual h3{margin:0}.lx-manual p{margin:3px 0 0;font-size:14px}.lx-manual a{padding:12px 17px;border-radius:8px;background:#07182f;color:#fff!important;font-weight:900}\n.lx-faq{display:grid;grid-template-columns:1fr 1fr;gap:10px}.lx-faq details{border:1px solid #e1e6ed;border-radius:9px;padding:15px}.lx-faq summary{cursor:pointer;color:#07182f;font-weight:800}.lx-ans{padding-top:10px;color:#667085;font-size:14px}\n.lx-trust{display:grid;grid-template-columns:repeat(4,1fr);margin-top:24px;background:#07182f;border-radius:11px;overflow:hidden}.lx-trust div{padding:16px 8px;text-align:center;color:#dce5ef;font-size:12px}.lx-trust strong{display:block;color:#ff9b19}\n@media(max-width:800px){.lx-stats{grid-template-columns:repeat(3,1fr)}.lx-darkgrid{grid-template-columns:1fr 1fr}.lx-alert{grid-template-columns:48px 1fr}.lx-alert .lx-btn{grid-column:1\/-1;text-align:center}}\n@media(max-width:650px){.lx3500{padding:16px 10px 36px}.lx-grid,.lx-faq,.lx-img-grid{grid-template-columns:1fr}.lx-title{font-size:30px}.lx-sub{font-size:18px}.lx-stats{grid-template-columns:1fr 1fr}.lx-manual{flex-direction:column;align-items:flex-start}.lx-manual a{width:100%;text-align:center}.lx-trust{grid-template-columns:1fr 1fr}}\n\u003c\/style\u003e\n\n\u003cdiv class=\"lx3500\"\u003e\n\n\u003cdiv class=\"lx-brand\"\u003eCOMMERCIAL SOLAR AREA LIGHTING\u003c\/div\u003e\n\u003ch2 class=\"lx-title\"\u003e3500W Commercial Solar Round 360° Wide-Angle Outdoor Lamp Post Light\u003c\/h2\u003e\n\u003ch3 class=\"lx-sub\"\u003eAll-in-One Solar Area Light with 98-Inch Q235 Steel Pole, IP67 Weather Protection \u0026amp; Remote Control\u003c\/h3\u003e\n\u003cp\u003eIlluminate courtyards, pathways, parking areas, gardens, private roads and commercial outdoor spaces with this \u003cstrong\u003e3500W Commercial Solar Round 360° Wide-Angle Pole Light\u003c\/strong\u003e. Its omni-directional design distributes light around the fixture, while the integrated solar panel, LED system, controller and rechargeable lithium battery create a self-contained lighting solution without utility wiring.\u003c\/p\u003e\n\u003cp\u003eThe package includes a sectional \u003cstrong\u003e98-inch Q235 steel pole\u003c\/strong\u003e, remote control and mounting hardware. Automatic light sensing, motion-responsive operation and remote-controlled modes provide flexible nighttime lighting.\u003c\/p\u003e\n\n\u003cdiv class=\"lx-pills\"\u003e\n\u003cspan class=\"lx-pill\"\u003e360° Wide-Angle\u003c\/span\u003e\u003cspan class=\"lx-pill\"\u003e98\" Steel Pole\u003c\/span\u003e\u003cspan class=\"lx-pill\"\u003eIP67\u003c\/span\u003e\u003cspan class=\"lx-pill\"\u003eRemote Control\u003c\/span\u003e\u003cspan class=\"lx-pill\"\u003e6500K\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/111c36c9-2531-43ce-83b9-589da48514bd.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"3500W commercial solar round pole light outdoor application\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bb82d12b-5a0c-4648-bdaf-c81a5ad2e1d0.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"3500W solar round lamp post light feature overview\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/02d0328e-73bc-44fb-9efd-4b43f36c8d1a.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"3500W solar pole light outdoor lighting performance\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f58969b5-581b-4f42-899d-57a006e70fbe.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"3500W solar pole light component detail\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lx-alert\"\u003e\n\u003cdiv class=\"lx-ico\"\u003e!\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eImportant: Ground Cage Is Not Included\u003c\/h3\u003e\n\u003cp\u003eThe light-and-pole package does not include the embedded ground cage\/base rebar cage. If your concrete foundation requires one, purchase it separately and confirm compatibility and foundation requirements before installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"lx-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/street-light-pole-mount-accessories-street-lamp-pole-ground-cage-embedded-parts\"\u003eView Ground Cage\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lx-stats\"\u003e\n\u003cdiv class=\"lx-stat\"\u003e\n\u003cstrong\u003e360°\u003c\/strong\u003e\u003cspan\u003eWide-angle lighting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-stat\"\u003e\n\u003cstrong\u003e98 Inches\u003c\/strong\u003e\u003cspan\u003eQ235 steel pole\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-stat\"\u003e\n\u003cstrong\u003eIP67\u003c\/strong\u003e\u003cspan\u003eOutdoor protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-stat\"\u003e\n\u003cstrong\u003e6500K\u003c\/strong\u003e\u003cspan\u003eCool white\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-stat\"\u003e\n\u003cstrong\u003e26 ft\u003c\/strong\u003e\u003cspan\u003eListed remote range\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-stat\"\u003e\n\u003cstrong\u003eSolar\u003c\/strong\u003e\u003cspan\u003eNo utility wiring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1eda58d6-16e8-46c9-b19f-fae0f442b640.__CR0,0,1464,600_PT0_SX1464_V1___.png\" alt=\"3500W commercial solar lamp head\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/23c8316d-875c-4280-8908-1af6a0bfee03.__CR0,0,1464,600_PT0_SX1464_V1___.png\" alt=\"3500W solar pole light package and components\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lx-grid\"\u003e\n\u003cdiv class=\"lx-card\"\u003e\n\u003ch2\u003eCommercial Solar Lighting Features\u003c\/h2\u003e\n\u003cul class=\"lx-list\"\u003e\n\u003cli\u003eAll-in-one integrated solar lighting system\u003c\/li\u003e\n\u003cli\u003eRound 360° omni-directional lighting design\u003c\/li\u003e\n\u003cli\u003eIntegrated solar panel, LED, controller and lithium battery\u003c\/li\u003e\n\u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n\u003cli\u003eMotion-responsive brightness function\u003c\/li\u003e\n\u003cli\u003eRemote-controlled brightness and timer functions\u003c\/li\u003e\n\u003cli\u003eEnergy-saving operating mode\u003c\/li\u003e\n\u003cli\u003eIP67 outdoor protection\u003c\/li\u003e\n\u003cli\u003eDie-cast aluminum light housing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-card\"\u003e\n\u003ch2\u003eIdeal Applications\u003c\/h2\u003e\n\u003cdiv class=\"lx-apps\"\u003e\n\u003cspan class=\"lx-app\"\u003eParking Areas\u003c\/span\u003e\u003cspan class=\"lx-app\"\u003eCourtyards\u003c\/span\u003e\u003cspan class=\"lx-app\"\u003eGarages\u003c\/span\u003e\u003cspan class=\"lx-app\"\u003eBarns\u003c\/span\u003e\u003cspan class=\"lx-app\"\u003ePathways\u003c\/span\u003e\u003cspan class=\"lx-app\"\u003eGardens\u003c\/span\u003e\u003cspan class=\"lx-app\"\u003ePrivate Roads\u003c\/span\u003e\u003cspan class=\"lx-app\"\u003eCampuses\u003c\/span\u003e\u003cspan class=\"lx-app\"\u003eFarms \u0026amp; Ranches\u003c\/span\u003e\u003cspan class=\"lx-app\"\u003eCommercial Properties\u003c\/span\u003e\u003cspan class=\"lx-app\"\u003ePlazas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/39534076-a306-4734-a0ce-427b978751c0.__CR0_0_1464_600_PT0_SX1464_V1.png?v=1736795962\" alt=\"3500W solar round pole light parking lot application\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/b03cede0-3ae7-4f57-9e89-8f534ed4828a.__CR0_0_1464_600_PT0_SX1464_V1.png?v=1736795962\" alt=\"3500W solar round pole light garage application\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/7fa85b28-32f7-498c-a993-6b3cdf58a0c2.__CR0_0_1464_600_PT0_SX1464_V1.png?v=1736795962\" alt=\"3500W solar round pole light barn application\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/bfc5b8d8-689c-468e-baca-8b5636b18059.__CR0_0_1464_600_PT0_SX1464_V1.png?v=1736795962\" alt=\"3500W solar round pole light pathway application\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/693be9fc-d033-47c4-81a8-0e021718e9f5.__CR0_0_1464_600_PT0_SX1464_V1.png?v=1736795962\" alt=\"3500W solar round pole light garden application\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lx-dark\"\u003e\n\u003ch2\u003eAutomatic Lighting + Remote-Control Flexibility\u003c\/h2\u003e\n\u003cp\u003eThe supplied product information describes automatic dusk-to-dawn operation, motion-responsive brightness, and remote-controlled modes. Energy Saving Mode adjusts brightness according to available solar generation to help keep the fixture operating through the night.\u003c\/p\u003e\n\u003cdiv class=\"lx-darkgrid\"\u003e\n\u003cdiv class=\"lx-di\"\u003e\n\u003cstrong\u003eDusk-to-Dawn\u003c\/strong\u003e\u003cspan\u003eAutomatic operation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-di\"\u003e\n\u003cstrong\u003eMotion Response\u003c\/strong\u003e\u003cspan\u003eBrightness increases when motion is detected\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-di\"\u003e\n\u003cstrong\u003e3H \/ 5H \/ 8H\u003c\/strong\u003e\u003cspan\u003eTimer selections\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-di\"\u003e\n\u003cstrong\u003eEnergy Saving\u003c\/strong\u003e\u003cspan\u003eAdaptive brightness\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/61gpEVdPy4L._AC_SX679.jpg?v=1736798227\" alt=\"3500W solar pole light remote control modes and setup\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lx-grid\"\u003e\n\u003cdiv class=\"lx-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"lx-table\"\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct\u003c\/th\u003e\n\u003ctd\u003eCommercial Solar Round Pole Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRated Product Name\u003c\/th\u003e\n\u003ctd\u003e3500W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting Pattern\u003c\/th\u003e\n\u003ctd\u003e360° Wide-Angle \/ Omni-Directional\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Temperature\u003c\/th\u003e\n\u003ctd\u003e6500K\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Coverage\u003c\/th\u003e\n\u003ctd\u003eApprox. 1,076.39 sq. ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeather Rating\u003c\/th\u003e\n\u003ctd\u003eIP67\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHousing\u003c\/th\u003e\n\u003ctd\u003eDie-Cast Aluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery\u003c\/th\u003e\n\u003ctd\u003e32650 Lithium-Ion Battery System\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower\u003c\/th\u003e\n\u003ctd\u003eSolar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eControls\u003c\/th\u003e\n\u003ctd\u003eLight Sensor + Motion Function + Remote\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRemote Range\u003c\/th\u003e\n\u003ctd\u003eApprox. 26 ft (listed)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx-card\"\u003e\n\u003ch2\u003ePole \u0026amp; Package Details\u003c\/h2\u003e\n\u003ctable class=\"lx-table\"\u003e\n\u003ctr\u003e\n\u003cth\u003ePole Height\u003c\/th\u003e\n\u003ctd\u003e98 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePole Material\u003c\/th\u003e\n\u003ctd\u003eQ235 Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eConstruction\u003c\/th\u003e\n\u003ctd\u003e5 × Approx. 20-Inch Pole Sections\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded\u003c\/th\u003e\n\u003ctd\u003e1 Lamp Head\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded\u003c\/th\u003e\n\u003ctd\u003e5 Pole Sections\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded\u003c\/th\u003e\n\u003ctd\u003e1 Remote Control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded\u003c\/th\u003e\n\u003ctd\u003e4 Expansion Screws\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded\u003c\/th\u003e\n\u003ctd\u003e3 Small Screws\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded\u003c\/th\u003e\n\u003ctd\u003e1 Internal Hex Wrench\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGround Cage\u003c\/th\u003e\n\u003ctd\u003e\u003cstrong\u003eNot Included — Sold Separately\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lx-card\"\u003e\n\u003ch2\u003eRuntime \u0026amp; Operating Modes\u003c\/h2\u003e\n\u003cul class=\"lx-list\"\u003e\n\u003cli\u003eCurrent product information lists approximately 12–14 hours of operation after a full charge in higher-output use.\u003c\/li\u003e\n\u003cli\u003eLow-light operation is listed at up to approximately 36 hours under suitable conditions.\u003c\/li\u003e\n\u003cli\u003eEnergy Saving Mode is listed at more than 20 hours after a full charge.\u003c\/li\u003e\n\u003cli\u003eAvailable remote selections include Energy Saving Mode, full brightness, half brightness, AUTO, 3H, 5H and 8H.\u003c\/li\u003e\n\u003cli\u003eThe red remote button can cancel automatic dusk-to-dawn operation so the light can be manually switched on or off.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lx-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6329e6c8-d1a9-4cc7-8780-04ca1809ec71.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"3500W solar round lamp post with 98 inch Q235 steel pole\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lx-card\"\u003e\n\u003ch2\u003eInstallation Notes\u003c\/h2\u003e\n\u003cul class=\"lx-list\"\u003e\n\u003cli\u003eInstall where the solar panel receives strong, unobstructed sunlight.\u003c\/li\u003e\n\u003cli\u003eAssemble all five pole sections securely according to the supplied instructions.\u003c\/li\u003e\n\u003cli\u003eThe pole section with the opening should be installed at the top with the opening facing upward.\u003c\/li\u003e\n\u003cli\u003eIf tapping pole sections together, use a wood or plastic mallet rather than a metal hammer to reduce the risk of deformation.\u003c\/li\u003e\n\u003cli\u003eFoundation and anchoring should be appropriate for local soil, wind, site and code requirements.\u003c\/li\u003e\n\u003cli\u003eIf your installation requires an embedded concrete foundation cage, the ground cage is sold separately.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lx-alert\"\u003e\n\u003cdiv class=\"lx-ico\"\u003e+\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eRecommended: Street Light Pole Ground Cage\u003c\/h3\u003e\n\u003cp\u003eAdd the embedded base rebar cage when your installation calls for a reinforced concrete foundation. \u003cstrong\u003eThis accessory is not included with the 3500W light and 98-inch pole.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"lx-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/street-light-pole-mount-accessories-street-lamp-pole-ground-cage-embedded-parts\"\u003eShop Ground Cage\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lx-manual\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eInstallation \u0026amp; Operating Manual\u003c\/h3\u003e\n\u003cp\u003eReview the supplied PDF before assembly and installation for setup, remote-control modes and operating guidance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LUMENX1500wufo.pdf?v=1769181049\" target=\"_blank\" rel=\"noopener\"\u003eView Instruction Manual\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lx-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"lx-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes this package include the 98-inch pole?\u003c\/summary\u003e\u003cdiv class=\"lx-ans\"\u003eYes. The listing includes a sectional 98-inch Q235 steel pole.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes it include the ground cage?\u003c\/summary\u003e\u003cdiv class=\"lx-ans\"\u003e\n\u003cstrong\u003eNo.\u003c\/strong\u003e The embedded ground cage\/base rebar cage is sold separately.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes it require electrical wiring?\u003c\/summary\u003e\u003cdiv class=\"lx-ans\"\u003eNo utility wiring is required for normal solar operation. The solar panel, LED system, controller and battery are integrated into the lighting system.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes it turn on automatically?\u003c\/summary\u003e\u003cdiv class=\"lx-ans\"\u003eYes. The supplied product information describes automatic dusk-to-dawn operation, plus motion-responsive and remote-controlled modes.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is the color temperature?\u003c\/summary\u003e\u003cdiv class=\"lx-ans\"\u003eThe listing specifies 6500K cool white illumination.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is the weather rating?\u003c\/summary\u003e\u003cdiv class=\"lx-ans\"\u003eThe listing specifies IP67 protection.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat timer settings are available?\u003c\/summary\u003e\u003cdiv class=\"lx-ans\"\u003eThe remote information references 3-hour, 5-hour and 8-hour timer settings plus AUTO, full brightness, half brightness and Energy Saving Mode.\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhere can I find the instructions?\u003c\/summary\u003e\u003cdiv class=\"lx-ans\"\u003eUse the “View Instruction Manual” button above to open the supplied PDF.\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lx-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e360° Lighting\u003c\/strong\u003eWide-Angle Coverage\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e98\" Pole\u003c\/strong\u003eIncluded\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eIP67\u003c\/strong\u003eOutdoor Protection\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eGround Cage\u003c\/strong\u003eSold Separately\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":45408328155368,"sku":"flagpole-1","price":299.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/3500w-commercial-solar-round-360-wide-angle-pole-outdoor-lamp-post-light-with-98-inch-pole-ip67-waterproof-with-remote-9769706.jpg?v=1786734391"},{"product_id":"1000w-solar-street-light-parking-lot-lights-6500k-solar-led-outdoor-lights-solar-lights-outdoor-waterproof-dusk-to-dawn","title":"2200W Solar Street Light Parking Lot Lights, 6500K Solar Led Outdoor Lights, Solar Lights Outdoor Waterproof, Dusk to Dawn","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/wbzHfKWlJTY?si=M4BXTn0NghX0b-xR\" height=\"315\" width=\"560\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv data-cel-widget=\"m-aplus\" data-csa-c-id=\"lj2fdm-qebxx9-9jb84n-7swmyg\" class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"nleeb8-tt6fi1-v2qfl3-tuzi1u\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/94c23675-1917-4a8b-8698-b4bd14f2512a.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/94c23675-1917-4a8b-8698-b4bd14f2512a.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"solar\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003e2200W Solar Street Lights Outdoor Dusk to Dawn\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"rt81iq-f4nvb3-d3a0oe-g5y1hz\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d8fca755-91b9-4123-8b60-e3b884234ce8.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d8fca755-91b9-4123-8b60-e3b884234ce8.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"streetlight\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSolar Lights Outdoor Waterproof\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"qwaoug-cd6u08-pztykf-l9cb2o\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/af024e03-11cd-4007-8d5f-6aa8126b59fe.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/af024e03-11cd-4007-8d5f-6aa8126b59fe.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"outdoorlight\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"k0op22-yquuzd-j2n0b7-8nevrs\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003e1000W Solar Flood Lights Outdoor Dusk to Dawn\u003c\/h3\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9ff94447-3a3b-4f21-88fc-c40dda84171a.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9ff94447-3a3b-4f21-88fc-c40dda84171a.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"light\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"jiv2ej-g0u1eh-an9fbm-561ecg\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/587a33ba-5201-40f1-aaea-c389755fbe9b.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/587a33ba-5201-40f1-aaea-c389755fbe9b.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"lights\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv class=\"a-section\" id=\"featurebullets_secondary_view_div\"\u003e\n\u003cdiv class=\"a-section a-spacing-small\" id=\"feature-bullets\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[Wide Angle Ultra Brightness Lighting] Our solar lights with wide-angle irradiation lamp surface. Solar street lights outdoor than the conventional single lamp head irradiation range of 35%. This street lights solar powered than ordinary solar street light utilization efficiency is higher, better light gathering effect.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[High Quality Solar Panels] The solar street lights outdoor waterproof use high conversion efficiency glass solar panels. Led solar street light resistant to wind, snow and hail. Solar outdoor light with a life span of up to 25 years and no aging discoloration and peeling problems.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[Three Working Modes] Solar lights for outside with intelligent light control. Outdoor street light solar powered lights up from dusk to dawn and turns off automatically at dawn. Outdoor solar street lights with Radar Sensor. Street solar lights outdoor heavy duty also can adjust the brightness and timing lighting.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[No Electricity Bill Solar Parking Lot Lights Commercial]Solar outdoor street lights simple structure.This solar street lights outdoor dusk to dawn easy to maintain equipped. Solar powered street light can be mounted on poles（not included） and walls. Solar outdoor lights use of solar power, there is no electricity bill.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[Solar Flood Lights Outdoor After Sales Service] We are a professional research development, production and sales of solar security lights outdoor company, we provide our customers with 2 years free return service and lifelong after-sales support for solar flood lights outdoor. Be the first choice for solar lights outdoor waterproof.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45421347832040,"sku":"am1000w","price":199.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/2200w-solar-street-light-parking-lot-lights-6500k-solar-led-outdoor-lights-solar-lights-outdoor-waterproof-dusk-to-dawn-6579937.jpg?v=1786734387"},{"product_id":"replacement-remote-control-for-solar-street-light-led-600w-800w-1200w-1600w-1800w-2000w","title":"Replacement Remote Control for Solar Street Light LED 2600W , 4800W , 7200W,4600W,3800W,9000W","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget pd_rd_w-b77Fo pd_rd_r-1Q83DAH5F7XTT4M0W7E9 pd_rd_wg-1XtIG\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"tohpt3-yq1bor-w8cdyp-iuybfg\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-12\" data-csa-c-id=\"sfgb9g-jc7heu-nz4fnm-x1m2ba\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-12-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"productDescription\" data-template-name=\"productDescription\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eDescription\u003c\/h3\u003e\n\u003cdiv id=\"productDescription_fullView\"\u003e\n\u003cdiv class=\"a-section text-direction-override\" dir=\"auto\"\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eThe remote is pre-programmed remote control and it will work straight away once you insert brand new batteries.\u003cbr\u003eWhat's in the package: 1 X remote control , no battery and instructions included\u003cbr\u003eit will work as soon as brand-new batteries inserted\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget pd_rd_w-hhbgz pd_rd_r-1Q83DAH5F7XTT4M0W7E9 pd_rd_wg-1XtIG\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"cqjtyl-8c9a78-ywv3go-d9kjqx\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-13\" data-csa-c-id=\"d2snsa-exjl1n-yklqwa-iylx2p\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget pd_rd_w-2ZP7K pd_rd_r-1Q83DAH5F7XTT4M0W7E9 pd_rd_wg-1XtIG\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"39ntl7-8crn99-lo3a66-1g1b7q\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-14\" data-csa-c-id=\"iyid5c-efxopo-pomz9v-1nap3b\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-14-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eBrang-New replacement remote\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eCheck before shipping, Hassle-Free Return, 90 days quality warranty, refund unconditionally\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eNo programming required\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003ePackage contain: 1 remote Only, batteries and instruction are excluded\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eVery easy to replace your original remote\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"energyEfficiency_secondary_view_div\" class=\"a-section\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"productDetails_secondary_view_div\" class=\"a-section\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Black","offer_id":45490147721448,"sku":"","price":19.95,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":45490147754216,"sku":"","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/replacement-remote-control-for-solar-street-light-led-2600w-4800w-7200w4600w3800w9000w-6833316.jpg?v=1786734384"},{"product_id":"9500w-solar-street-lights-outdoor-500000lm-6500k-high-powered-commercial-parking-lot-lights-dusk-to-dawn-waterproof-solar-security-flood-lights-with-remote","title":"9500W Aluminum Solar Street Lights Outdoor, 500000LM High Powered Commercial Parking Lot Lights 6500K Dusk to Dawn with Remote","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET\n   9,500W COMMERCIAL SOLAR STREET LIGHT\n   PREMIUM PRODUCT DESCRIPTION\n   ========================================================= *\/\n\n.oso9500{\n  max-width:1200px;\n  margin:0 auto;\n  padding:22px 16px 50px;\n  font-family:inherit;\n  color:#111827;\n}\n\n.oso9500 *{\n  box-sizing:border-box;\n}\n\n.oso9500 img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.oso9500 a{\n  transition:.2s ease;\n}\n\n\/* =========================\n   HERO\n   ========================= *\/\n\n.oso95-hero{\n  display:grid;\n  grid-template-columns:1.05fr .95fr;\n  gap:34px;\n  align-items:center;\n  margin-bottom:22px;\n}\n\n.oso95-hero-media{\n  position:relative;\n  overflow:hidden;\n  border-radius:16px;\n  background:#f3f4f6;\n  border:1px solid #e5e7eb;\n}\n\n.oso95-hero-media img{\n  width:100%;\n  height:100%;\n  min-height:430px;\n  max-height:500px;\n  object-fit:cover;\n}\n\n.oso95-hero-badge{\n  position:absolute;\n  left:18px;\n  bottom:18px;\n  padding:9px 14px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n  letter-spacing:.2px;\n}\n\n.oso95-eyebrow{\n  margin-bottom:8px;\n  color:#f28c00;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.oso95-title{\n  margin:0 0 10px;\n  color:#07182e;\n  font-size:42px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.oso95-subtitle{\n  margin:0 0 15px;\n  color:#1f2937;\n  font-size:22px;\n  line-height:1.35;\n  font-weight:750;\n}\n\n.oso95-intro{\n  margin:0 0 15px;\n  color:#4b5563;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.oso95-made{\n  display:inline-flex;\n  align-items:center;\n  gap:7px;\n  margin-top:3px;\n  padding:10px 16px;\n  border-radius:999px;\n  background:#07182e;\n  color:#fff;\n  font-size:13px;\n  font-weight:800;\n}\n\n.oso95-made-mark{\n  color:#f5a300;\n  font-size:16px;\n}\n\n\/* =========================\n   BEST SELLER BAR\n   ========================= *\/\n\n.oso95-best{\n  display:flex;\n  align-items:center;\n  gap:17px;\n  padding:17px 22px;\n  margin-bottom:24px;\n  border-radius:13px;\n  background:linear-gradient(105deg,#07182e,#0b3157);\n}\n\n.oso95-best-label{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.oso95-best p{\n  margin:0;\n  color:#e2e8f0;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* =========================\n   NEW VISUAL SECTION\n   ========================= *\/\n\n.oso95-visual-grid{\n  display:grid;\n  grid-template-columns:1.25fr .75fr;\n  gap:17px;\n  margin-bottom:26px;\n}\n\n.oso95-visual-card{\n  overflow:hidden;\n  background:#fff;\n  border:1px solid #e3e7ec;\n  border-radius:14px;\n}\n\n.oso95-visual-card img{\n  width:100%;\n  object-fit:contain;\n  background:#fff;\n}\n\n.oso95-visual-main img{\n  max-height:480px;\n}\n\n.oso95-visual-proof{\n  display:flex;\n  flex-direction:column;\n}\n\n.oso95-visual-proof img{\n  flex:1;\n  min-height:280px;\n  object-fit:contain;\n}\n\n.oso95-visual-copy{\n  padding:18px 20px;\n}\n\n.oso95-visual-copy h3{\n  margin:0 0 6px;\n  color:#07182e;\n  font-size:18px;\n  font-weight:850;\n}\n\n.oso95-visual-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.6;\n}\n\n\/* =========================\n   QUICK SPECS\n   ========================= *\/\n\n.oso95-quick{\n  display:grid;\n  grid-template-columns:repeat(6,1fr);\n  margin-bottom:29px;\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:14px;\n  overflow:hidden;\n}\n\n.oso95-quick-item{\n  text-align:center;\n  padding:19px 8px;\n  border-right:1px solid #e5e7eb;\n}\n\n.oso95-quick-item:last-child{\n  border-right:0;\n}\n\n.oso95-icon{\n  width:48px;\n  height:48px;\n  margin:0 auto 9px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:#07182e;\n}\n\n.oso95-icon svg{\n  width:25px;\n  height:25px;\n  fill:none;\n  stroke:#f5a300;\n  stroke-width:1.8;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n.oso95-quick-item strong{\n  display:block;\n  color:#111827;\n  font-size:14px;\n  line-height:1.35;\n}\n\n.oso95-quick-item span{\n  display:block;\n  margin-top:3px;\n  color:#667085;\n  font-size:12px;\n}\n\n\/* =========================\n   GENERAL\n   ========================= *\/\n\n.oso95-section{\n  margin-bottom:25px;\n}\n\n.oso95-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:29px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.oso95-heading:after,\n.oso95-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.oso95-lead{\n  max-width:880px;\n  margin:0 0 22px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* =========================\n   FEATURE GRID\n   ========================= *\/\n\n.oso95-feature-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n}\n\n.oso95-feature{\n  overflow:hidden;\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:13px;\n}\n\n.oso95-feature img{\n  width:100%;\n  aspect-ratio:16\/9;\n  object-fit:cover;\n}\n\n.oso95-feature-copy{\n  padding:19px;\n}\n\n.oso95-feature h3{\n  margin:0 0 7px;\n  color:#111827;\n  font-size:18px;\n  line-height:1.35;\n  font-weight:800;\n}\n\n.oso95-feature p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\/* =========================\n   DARK PERFORMANCE\n   ========================= *\/\n\n.oso95-dark{\n  margin-bottom:24px;\n  padding:34px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2545 70%,#123858);\n  color:#fff;\n}\n\n.oso95-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.oso95-dark \u003e p{\n  max-width:880px;\n  margin:0 0 23px;\n  color:#d7e0eb;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n.oso95-dark-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.oso95-dark-card{\n  padding:18px;\n  border-radius:10px;\n  background:rgba(255,255,255,.07);\n  border:1px solid rgba(255,255,255,.14);\n}\n\n.oso95-dark-card strong{\n  display:block;\n  margin-bottom:5px;\n  color:#f5a300;\n  font-size:19px;\n}\n\n.oso95-dark-card span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.5;\n}\n\n\/* =========================\n   STANDARD CARDS\n   ========================= *\/\n\n.oso95-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:24px;\n}\n\n.oso95-card{\n  padding:26px;\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:13px;\n}\n\n.oso95-card h2{\n  margin:0 0 16px;\n  color:#07182e;\n  font-size:24px;\n  font-weight:850;\n}\n\n.oso95-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.oso95-list li{\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#344054;\n  font-size:14.5px;\n  line-height:1.52;\n}\n\n.oso95-list li:before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:8px;\n  width:18px;\n  height:18px;\n  line-height:18px;\n  text-align:center;\n  border-radius:50%;\n  background:#f5a300;\n  color:#fff;\n  font-size:11px;\n  font-weight:900;\n}\n\n.oso95-list a,\n.oso95-table a,\n.oso95-faq-answer a{\n  color:#0b5dbb;\n  font-weight:750;\n  text-decoration:underline;\n}\n\n\/* =========================\n   COVERAGE\n   ========================= *\/\n\n.oso95-wide{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:26px;\n  align-items:center;\n  margin-bottom:24px;\n  padding:29px;\n  background:#f8f9fb;\n  border:1px solid #e5e7eb;\n  border-radius:15px;\n}\n\n.oso95-wide img{\n  border-radius:11px;\n}\n\n.oso95-wide h2{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:27px;\n  font-weight:850;\n}\n\n.oso95-wide p{\n  margin:0 0 12px;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.7;\n}\n\n.oso95-stats{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n  margin-top:17px;\n}\n\n.oso95-stat{\n  padding:13px;\n  background:#fff;\n  border:1px solid #e4e7ec;\n  border-radius:9px;\n}\n\n.oso95-stat strong{\n  display:block;\n  color:#f28c00;\n  font-size:18px;\n}\n\n.oso95-stat span{\n  color:#667085;\n  font-size:12.5px;\n}\n\n\/* =========================\n   POLE RECOMMENDATION\n   ========================= *\/\n\n.oso95-pole{\n  display:grid;\n  grid-template-columns:.72fr 1.28fr;\n  gap:28px;\n  align-items:center;\n  margin-bottom:25px;\n  padding:31px;\n  border-radius:16px;\n  background:linear-gradient(110deg,#061426,#0c2f54);\n}\n\n.oso95-pole-image{\n  overflow:hidden;\n  border-radius:11px;\n  background:#fff;\n}\n\n.oso95-pole-image img{\n  width:100%;\n  aspect-ratio:1\/.9;\n  object-fit:contain;\n}\n\n.oso95-pole-label{\n  display:inline-block;\n  margin-bottom:9px;\n  padding:6px 10px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:11px;\n  font-weight:850;\n}\n\n.oso95-pole h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.oso95-pole p{\n  margin:0 0 12px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.7;\n}\n\n.oso95-pole-specs{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin:16px 0 19px;\n}\n\n.oso95-pole-spec{\n  padding:8px 11px;\n  border:1px solid rgba(255,255,255,.18);\n  border-radius:999px;\n  background:rgba(255,255,255,.07);\n  color:#e7edf5;\n  font-size:12px;\n  font-weight:650;\n}\n\n.oso95-pole-btn{\n  display:inline-block;\n  padding:13px 19px;\n  border-radius:7px;\n  background:#f5a300;\n  color:#111827 !important;\n  text-decoration:none !important;\n  font-size:14px;\n  font-weight:850;\n}\n\n.oso95-pole-btn:hover{\n  background:#ffb21a;\n}\n\n\/* =========================\n   TABLE\n   ========================= *\/\n\n.oso95-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.oso95-table tr{\n  border-bottom:1px solid #eceff2;\n}\n\n.oso95-table tr:last-child{\n  border-bottom:0;\n}\n\n.oso95-table th,\n.oso95-table td{\n  padding:9px 5px;\n  text-align:left;\n  vertical-align:top;\n  font-size:14.5px;\n  line-height:1.45;\n}\n\n.oso95-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.oso95-table td{\n  color:#475467;\n}\n\n\/* =========================\n   CONTROLS\n   ========================= *\/\n\n.oso95-controls{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n  gap:11px;\n}\n\n.oso95-control{\n  text-align:center;\n  padding:17px 10px;\n  background:#f8f9fb;\n  border:1px solid #e5e7eb;\n  border-radius:9px;\n}\n\n.oso95-control strong{\n  display:block;\n  margin-bottom:4px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.oso95-control span{\n  color:#667085;\n  font-size:12px;\n  line-height:1.45;\n}\n\n\/* =========================\n   APPLICATIONS\n   ========================= *\/\n\n.oso95-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:9px;\n}\n\n.oso95-app{\n  padding:9px 14px;\n  border:1px solid #e4e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* =========================\n   MANUAL\n   ========================= *\/\n\n.oso95-manual{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:20px;\n  margin-bottom:24px;\n  padding:22px 24px;\n  background:#f8f9fb;\n  border:1px solid #e5e7eb;\n  border-radius:13px;\n}\n\n.oso95-manual h3{\n  margin:0 0 5px;\n  color:#07182e;\n  font-size:19px;\n  font-weight:800;\n}\n\n.oso95-manual p{\n  margin:0;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.55;\n}\n\n.oso95-manual a{\n  flex-shrink:0;\n  display:inline-block;\n  padding:12px 17px;\n  border-radius:7px;\n  background:#07182e;\n  color:#fff !important;\n  text-decoration:none !important;\n  font-size:13px;\n  font-weight:800;\n}\n\n\/* =========================\n   PROJECT CTA\n   ========================= *\/\n\n.oso95-project{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:25px;\n  margin-bottom:24px;\n  padding:31px 34px;\n  border-radius:15px;\n  background:linear-gradient(105deg,#07182e,#0e3157);\n}\n\n.oso95-project-copy{\n  max-width:690px;\n}\n\n.oso95-project h2{\n  margin:0 0 7px;\n  color:#fff;\n  font-size:26px;\n  font-weight:850;\n}\n\n.oso95-project p{\n  margin:0;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.65;\n}\n\n.oso95-project-buttons{\n  display:flex;\n  gap:9px;\n  flex-shrink:0;\n}\n\n.oso95-btn{\n  display:inline-block;\n  padding:12px 17px;\n  border-radius:7px;\n  text-decoration:none !important;\n  font-size:13.5px;\n  font-weight:800;\n  white-space:nowrap;\n}\n\n.oso95-btn-orange{\n  background:#f5a300;\n  color:#111827 !important;\n}\n\n.oso95-btn-outline{\n  color:#fff !important;\n  border:1px solid rgba(255,255,255,.7);\n}\n\n\/* =========================\n   FAQ\n   ========================= *\/\n\n.oso95-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.oso95-faq details{\n  overflow:hidden;\n  background:#fff;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n}\n\n.oso95-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:17px 46px 17px 18px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.oso95-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.oso95-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:17px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:22px;\n}\n\n.oso95-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.oso95-faq-answer{\n  padding:0 18px 18px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n\/* =========================\n   TRUST\n   ========================= *\/\n\n.oso95-trust{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n  margin-top:25px;\n  background:#07182e;\n  border-radius:12px;\n  overflow:hidden;\n}\n\n.oso95-trust-item{\n  text-align:center;\n  padding:18px 8px;\n  border-right:1px solid rgba(255,255,255,.12);\n  color:#dce4ee;\n  font-size:12px;\n}\n\n.oso95-trust-item:last-child{\n  border-right:0;\n}\n\n.oso95-trust-item strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* =========================\n   TABLET\n   ========================= *\/\n\n@media(max-width:950px){\n\n  .oso95-quick{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .oso95-feature-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .oso95-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .oso95-controls{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n}\n\n\/* =========================\n   MOBILE\n   ========================= *\/\n\n@media(max-width:680px){\n\n  .oso9500{\n    padding:15px 10px 35px;\n  }\n\n  .oso95-hero,\n  .oso95-visual-grid,\n  .oso95-two,\n  .oso95-wide,\n  .oso95-pole{\n    grid-template-columns:1fr;\n  }\n\n  .oso95-hero{\n    gap:18px;\n  }\n\n  .oso95-hero-media img{\n    min-height:0;\n    max-height:none;\n  }\n\n  .oso95-title{\n    font-size:30px;\n  }\n\n  .oso95-subtitle{\n    font-size:19px;\n  }\n\n  .oso95-intro{\n    font-size:15px;\n  }\n\n  .oso95-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .oso95-quick{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .oso95-quick-item{\n    border-right:0;\n  }\n\n  .oso95-feature-grid{\n    grid-template-columns:1fr;\n  }\n\n  .oso95-dark{\n    padding:25px 18px;\n  }\n\n  .oso95-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .oso95-card{\n    padding:21px 17px;\n  }\n\n  .oso95-pole{\n    padding:24px 18px;\n  }\n\n  .oso95-controls{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .oso95-manual{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .oso95-manual a{\n    width:100%;\n    text-align:center;\n  }\n\n  .oso95-project{\n    flex-direction:column;\n    align-items:flex-start;\n    padding:26px 19px;\n  }\n\n  .oso95-project-buttons{\n    width:100%;\n    flex-direction:column;\n  }\n\n  .oso95-btn{\n    width:100%;\n    text-align:center;\n  }\n\n  .oso95-faq{\n    grid-template-columns:1fr;\n  }\n\n  .oso95-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"oso9500\"\u003e\n\n\n\u003c!-- ======================================================\n     HERO\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-hero\"\u003e\n\n  \u003cdiv class=\"oso95-hero-media\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6e55e312-1ba8-4490-8beb-323f02e25647.__CR0,0,600,450_PT0_SX600_V1___.jpg\" alt=\"9500W commercial solar street light for parking lots roads and large outdoor areas\"\u003e\n\n    \u003cdiv class=\"oso95-hero-badge\"\u003e\n      COMMERCIAL SOLAR LIGHTING\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"oso95-eyebrow\"\u003e\n      COMMERCIAL SOLAR STREET LIGHT\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"oso95-title\"\u003e\n      9,500W Solar Street Light\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"oso95-subtitle\"\u003e\n      High-Output Solar Parking Lot \u0026amp; Area Lighting for Large Properties\n    \u003c\/h3\u003e\n\n    \u003cp class=\"oso95-intro\"\u003e\n      The \u003cstrong\u003e9,500W Solar Street Light\u003c\/strong\u003e is designed for large\n      outdoor environments where dependable nighttime illumination,\n      long operating time and completely solar-powered operation are priorities.\n      Advanced 5054 LED technology, a high-capacity rechargeable battery,\n      aluminum construction, IP67 weather protection and remote controls\n      make it a powerful solution for\n      \u003cstrong\u003eparking lots, commercial properties, streets, warehouses,\n      schools, farms, factories, campuses and large outdoor areas\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp class=\"oso95-intro\"\u003e\n      Designed to provide broad, consistent illumination without underground\n      electrical trenching or utility electricity for the fixture.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso95-made\"\u003e\n      \u003cspan class=\"oso95-made-mark\"\u003e★\u003c\/span\u003e\n      Made in the USA\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BEST SELLER\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-best\"\u003e\n\n  \u003cdiv class=\"oso95-best-label\"\u003e\n    BEST SELLER\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    A popular commercial solar lighting choice for customers who need\n    long operating time, wide-area illumination and dependable\n    dusk-to-dawn performance without installing utility-powered electrical service.\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SUPPORTING PRODUCT IMAGES\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-visual-grid\"\u003e\n\n  \u003cdiv class=\"oso95-visual-card oso95-visual-main\"\u003e\n\n    \u003cimg src=\"https:\/\/hykoont.com\/cdn\/shop\/files\/HYKOONT_SZ300__05.gif?v=1724223283\u0026amp;width=797\" alt=\"9500W commercial solar street light product details and construction\"\u003e\n\n    \u003cdiv class=\"oso95-visual-copy\"\u003e\n\n      \u003ch3\u003e\n        Commercial-Grade Solar Lighting System\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Built for elevated mounting, large outdoor areas and long-duration\n        nighttime illumination.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso95-visual-card oso95-visual-proof\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/Untitled_design.jpg_1.jpg?v=1735244770\" alt=\"Outdoor Solar Outlet certifications manufacturing and quality documentation\"\u003e\n\n    \u003cdiv class=\"oso95-visual-copy\"\u003e\n\n      \u003ch3\u003e\n        Quality \u0026amp; Manufacturing\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Commercial lighting backed by documented product testing,\n        quality-control processes and Outdoor Solar Outlet support.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     QUICK SPECS\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-quick\"\u003e\n\n  \u003cdiv class=\"oso95-quick-item\"\u003e\n\n    \u003cdiv class=\"oso95-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M9 15a6 6 0 1 1 6 0c-1 1-1.5 2-1.5 3h-3c0-1-.5-2-1.5-3z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 21h4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e5054 LEDs\u003c\/strong\u003e\n    \u003cspan\u003eHigh-efficiency chips\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso95-quick-item\"\u003e\n\n    \u003cdiv class=\"oso95-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M5 8h14v10H5z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M19 11h2v4h-2\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e50,000mAh\u003c\/strong\u003e\n    \u003cspan\u003eHigh-capacity battery\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso95-quick-item\"\u003e\n\n    \u003cdiv class=\"oso95-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M20 15.5A8 8 0 0 1 8.5 4a8.5 8.5 0 1 0 11.5 11.5z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cstrong\u003eDusk-to-Dawn\u003c\/strong\u003e\n    \u003cspan\u003eAutomatic operation\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso95-quick-item\"\u003e\n\n    \u003cdiv class=\"oso95-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M6 15a4 4 0 0 1 .5-8A6 6 0 0 1 18 9a3 3 0 0 1 0 6H6z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 18l-1 2M13 18l-1 2M18 18l-1 2\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cstrong\u003eIP67 Rated\u003c\/strong\u003e\n    \u003cspan\u003eOutdoor protection\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso95-quick-item\"\u003e\n\n    \u003cdiv class=\"oso95-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M3 12h18M12 3v18\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e3,500 sq. ft.\u003c\/strong\u003e\n    \u003cspan\u003eStated max coverage\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso95-quick-item\"\u003e\n\n    \u003cdiv class=\"oso95-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M8 2h8M7 22h10\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n\n    \u003cstrong\u003e16–26 Ft\u003c\/strong\u003e\n    \u003cspan\u003eRecommended height\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FEATURE CARDS\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-section\"\u003e\n\n  \u003ch2 class=\"oso95-heading\"\u003e\n    Built for Large Commercial Outdoor Areas\n  \u003c\/h2\u003e\n\n  \u003cp class=\"oso95-lead\"\u003e\n    The 9,500W combines high-output LED technology, long solar runtime,\n    wide light distribution and durable aluminum construction for applications\n    that require consistent area lighting throughout the night.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"oso95-feature-grid\"\u003e\n\n\n    \u003cdiv class=\"oso95-feature\"\u003e\n\n      \u003cimg src=\"https:\/\/hykoont.com\/cdn\/shop\/files\/HYKOONT_SZ300__04.jpg?v=1724222463\" alt=\"9500W solar street light 5054 LED technology\"\u003e\n\n      \u003cdiv class=\"oso95-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Advanced 5054 LED Technology\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          High-efficiency 5054 LED chips provide clear 6500K white\n          illumination for large outdoor environments.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso95-feature\"\u003e\n\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/171cb13f-199f-444c-8939-539b70017d0f.__CR0,0,600,450_PT0_SX600_V1___.jpg\" alt=\"9500W solar street light battery status display\"\u003e\n\n      \u003cdiv class=\"oso95-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Built-In Battery Status Display\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Monitor approximate battery charge levels directly on the fixture\n          instead of guessing how much stored energy remains.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso95-feature\"\u003e\n\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8aa79481-8f55-473d-8909-45787285723f.__CR0,0,650,350_PT0_SX650_V1___.jpg\" alt=\"9500W solar street light wireless remote control\"\u003e\n\n      \u003cdiv class=\"oso95-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Full Control from Ground Level\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Adjust brightness, select dusk-to-dawn operation or use\n          3-hour, 5-hour and 8-hour timers with the included remote.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     RUNTIME\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-dark\"\u003e\n\n  \u003ch2\u003e\n    Long Runtime for Serious Outdoor Lighting\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    The large rechargeable battery and solar charging system are designed\n    for extended nighttime operation after sufficient daytime charging.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"oso95-dark-grid\"\u003e\n\n    \u003cdiv class=\"oso95-dark-card\"\u003e\n      \u003cstrong\u003e50,000mAh\u003c\/strong\u003e\n      \u003cspan\u003eStated rechargeable battery capacity.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso95-dark-card\"\u003e\n      \u003cstrong\u003e25+ Hours\u003c\/strong\u003e\n      \u003cspan\u003eStated runtime after sufficient charging.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso95-dark-card\"\u003e\n      \u003cstrong\u003e6–8 Hours\u003c\/strong\u003e\n      \u003cspan\u003eStated solar charging time.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso95-dark-card\"\u003e\n      \u003cstrong\u003e60,000 Hours\u003c\/strong\u003e\n      \u003cspan\u003eStated LED service-life rating.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     OPERATING MODES\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-two\"\u003e\n\n  \u003cdiv class=\"oso95-card\"\u003e\n\n    \u003ch2\u003e\n      Consistent Commercial Area Lighting\n    \u003c\/h2\u003e\n\n    \u003cp class=\"oso95-lead\"\u003e\n      This version is designed around controlled, steady area illumination\n      rather than motion-triggered operation.\n    \u003c\/p\u003e\n\n    \u003cul class=\"oso95-list\"\u003e\n      \u003cli\u003eNo motion sensor on this model\u003c\/li\u003e\n      \u003cli\u003eDusk-to-dawn automatic mode\u003c\/li\u003e\n      \u003cli\u003eAlways-lighting mode\u003c\/li\u003e\n      \u003cli\u003e10 adjustable brightness levels\u003c\/li\u003e\n      \u003cli\u003e3H \/ 5H \/ 8H timer settings\u003c\/li\u003e\n      \u003cli\u003eWireless remote control included\u003c\/li\u003e\n      \u003cli\u003eIdeal where continuous area lighting is preferred\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso95-card\"\u003e\n\n    \u003ch2\u003e\n      Zero Utility Electricity for the Fixture\n    \u003c\/h2\u003e\n\n    \u003cul class=\"oso95-list\"\u003e\n      \u003cli\u003eSolar-powered daytime charging\u003c\/li\u003e\n      \u003cli\u003eNo underground utility wiring required\u003c\/li\u003e\n      \u003cli\u003eNo electrical trenching required for normal operation\u003c\/li\u003e\n      \u003cli\u003eNo utility electricity bill for fixture operation\u003c\/li\u003e\n      \u003cli\u003eHigh-capacity rechargeable battery\u003c\/li\u003e\n      \u003cli\u003eDesigned for off-grid outdoor lighting\u003c\/li\u003e\n      \u003cli\u003eBest performance with direct sunlight\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     COVERAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-wide\"\u003e\n\n  \u003cdiv\u003e\n\n    \u003ch2\u003e\n      Wide-Area Illumination for Large Properties\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The wide-angle design helps distribute illumination across parking areas,\n      roadways, commercial properties, farms, campuses and industrial environments.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The current specification states coverage of up to approximately\n      \u003cstrong\u003e3,500 square feet\u003c\/strong\u003e. Actual results depend on mounting height,\n      fixture placement, surrounding obstacles and property layout.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"oso95-stats\"\u003e\n\n      \u003cdiv class=\"oso95-stat\"\u003e\n        \u003cstrong\u003e3,500 sq. ft.\u003c\/strong\u003e\n        \u003cspan\u003eStated maximum area\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso95-stat\"\u003e\n        \u003cstrong\u003e16–26 Ft\u003c\/strong\u003e\n        \u003cspan\u003eRecommended mounting range\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso95-stat\"\u003e\n        \u003cstrong\u003e6500K\u003c\/strong\u003e\n        \u003cspan\u003eClear white illumination\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso95-stat\"\u003e\n        \u003cstrong\u003e2.4\"–4\"\u003c\/strong\u003e\n        \u003cspan\u003eSupported pole diameter\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e540b11a-ee52-4d82-88bd-707589aceb67.__CR0,0,650,350_PT0_SX650_V1___.jpg\" alt=\"9500W commercial solar parking lot light wide coverage\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     20 FT POLE\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-pole\"\u003e\n\n  \u003cdiv class=\"oso95-pole-image\"\u003e\n\n    \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/IMG_4924.png?v=1753815661\" alt=\"20 foot commercial light pole recommended for 9500W solar street light\"\u003e\n\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cspan class=\"oso95-pole-label\"\u003e\n      RECOMMENDED INSTALLATION\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Pair It with Our 20 Ft Commercial Light Pole\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The 9,500W Solar Street Light is designed for mounting heights of\n      approximately \u003cstrong\u003e16–26 ft\u003c\/strong\u003e. For many parking lots,\n      streets, commercial properties, schools, farms and large outdoor projects,\n      a \u003cstrong\u003e20 ft commercial pole\u003c\/strong\u003e provides an excellent mounting\n      height within that recommended range.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The fixture supports pole diameters of approximately\n      \u003cstrong\u003e2.4\"–4\"\u003c\/strong\u003e. A 20 ft installation can provide broad,\n      balanced illumination while positioning the fixture above vehicles,\n      pedestrians and landscaping.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Always verify total fixture weight, foundation requirements,\n      local codes and site-specific wind conditions before installation.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"oso95-pole-specs\"\u003e\n\n      \u003cspan class=\"oso95-pole-spec\"\u003e20 Ft Height\u003c\/span\u003e\n      \u003cspan class=\"oso95-pole-spec\"\u003eCommercial Grade\u003c\/span\u003e\n      \u003cspan class=\"oso95-pole-spec\"\u003eRecommended Range\u003c\/span\u003e\n      \u003cspan class=\"oso95-pole-spec\"\u003eParking Lot Setup\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\" class=\"oso95-pole-btn\"\u003e\n\n      View 20 Ft Commercial Pole\n\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SPECIFICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-two\"\u003e\n\n\n  \u003cdiv class=\"oso95-card\"\u003e\n\n    \u003ch2\u003e\n      Performance Specifications\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"oso95-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003e9,500W Solar Street Light\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLED Type\u003c\/th\u003e\n          \u003ctd\u003e5054 High-Efficiency LED Chips\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eColor Temperature\u003c\/th\u003e\n          \u003ctd\u003e6500K White\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBattery Capacity\u003c\/th\u003e\n          \u003ctd\u003eUp to 50,000mAh\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCharging Time\u003c\/th\u003e\n          \u003ctd\u003eApprox. 6–8 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eStated Runtime\u003c\/th\u003e\n          \u003ctd\u003eMore Than 25 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLED Life\u003c\/th\u003e\n          \u003ctd\u003eUp to 60,000 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eStated Coverage\u003c\/th\u003e\n          \u003ctd\u003eUp to Approx. 3,500 sq. ft.\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRecommended Height\u003c\/th\u003e\n          \u003ctd\u003e16–26 Ft\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso95-card\"\u003e\n\n    \u003ch2\u003e\n      Controls \u0026amp; Construction\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"oso95-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eAutomatic Mode\u003c\/th\u003e\n          \u003ctd\u003eDusk-to-Dawn\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eAlways-On Mode\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMotion Sensor\u003c\/th\u003e\n          \u003ctd\u003eNo\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBrightness Levels\u003c\/th\u003e\n          \u003ctd\u003e10 Adjustable Levels\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eTimer\u003c\/th\u003e\n          \u003ctd\u003e3H \/ 5H \/ 8H\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRemote Control\u003c\/th\u003e\n          \u003ctd\u003eIncluded\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eWeather Rating\u003c\/th\u003e\n          \u003ctd\u003eIP67\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eHousing\u003c\/th\u003e\n          \u003ctd\u003eAluminum\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eTemperature Range\u003c\/th\u003e\n          \u003ctd\u003e-22°F to 140°F\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSupported Pole Diameter\u003c\/th\u003e\n          \u003ctd\u003eApprox. 2.4\"–4\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n          \u003cth\u003eRecommended Pole\u003c\/th\u003e\n\n          \u003ctd\u003e\n\n            \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n\n              20 Ft Commercial Light Pole\n\n            \u003c\/a\u003e\n\n          \u003c\/td\u003e\n\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     REMOTE CONTROL\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-card oso95-section\"\u003e\n\n  \u003ch2\u003e\n    Easy Remote-Control Operation\n  \u003c\/h2\u003e\n\n  \u003cp class=\"oso95-lead\"\u003e\n    Control the fixture from ground level without repeatedly accessing\n    the light after installation.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"oso95-controls\"\u003e\n\n    \u003cdiv class=\"oso95-control\"\u003e\n      \u003cstrong\u003eDusk-to-Dawn\u003c\/strong\u003e\n      \u003cspan\u003eAutomatic nighttime operation\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso95-control\"\u003e\n      \u003cstrong\u003eAlways On\u003c\/strong\u003e\n      \u003cspan\u003eContinuous selected output\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso95-control\"\u003e\n      \u003cstrong\u003e10 Levels\u003c\/strong\u003e\n      \u003cspan\u003eAdjustable brightness\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso95-control\"\u003e\n      \u003cstrong\u003e3H \/ 5H \/ 8H\u003c\/strong\u003e\n      \u003cspan\u003eTimer settings\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso95-control\"\u003e\n      \u003cstrong\u003eBattery Display\u003c\/strong\u003e\n      \u003cspan\u003eMonitor charge status\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     APPLICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-card oso95-section\"\u003e\n\n  \u003ch2\u003e\n    Designed for Commercial \u0026amp; Large Outdoor Applications\n  \u003c\/h2\u003e\n\n  \u003cp class=\"oso95-lead\"\u003e\n    Ideal for properties where broad nighttime illumination and independent\n    solar operation are important.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"oso95-apps\"\u003e\n\n    \u003cspan class=\"oso95-app\"\u003eParking Lots\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eCommercial Properties\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eStreets \u0026amp; Roads\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eWarehouses\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eFactories\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eSchools\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eCampuses\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eHospitals\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eBasketball Courts\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eFarms\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eRural Properties\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eIndustrial Sites\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eLarge Driveways\u003c\/span\u003e\n    \u003cspan class=\"oso95-app\"\u003eRemote Areas\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     INSTALLATION\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-card oso95-section\"\u003e\n\n  \u003ch2\u003e\n    Wall Mount or Pole Mount\n  \u003c\/h2\u003e\n\n  \u003cul class=\"oso95-list\"\u003e\n\n    \u003cli\u003eSuitable for compatible wall-mounted installations\u003c\/li\u003e\n\n    \u003cli\u003eSuitable for compatible pole-mounted installations\u003c\/li\u003e\n\n    \u003cli\u003eRecommended mounting height approximately 16–26 ft\u003c\/li\u003e\n\n    \u003cli\u003eSupports pole diameters approximately 2.4\"–4\"\u003c\/li\u003e\n\n    \u003cli\u003e\n      Our\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n        20 ft commercial pole\n      \u003c\/a\u003e\n      falls within the recommended mounting-height range\n    \u003c\/li\u003e\n\n    \u003cli\u003eNo utility electrical wiring required for fixture operation\u003c\/li\u003e\n\n    \u003cli\u003eInstall where the solar panel receives strong direct sunlight\u003c\/li\u003e\n\n    \u003cli\u003eUse appropriate mounting hardware and confirm structural suitability\u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     WEATHER\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-dark\"\u003e\n\n  \u003ch2\u003e\n    Built for Demanding Outdoor Conditions\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Aluminum construction and IP67 weather protection help prepare the\n    fixture for changing outdoor environments including rain,\n    seasonal cold and high temperatures.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"oso95-dark-grid\"\u003e\n\n    \u003cdiv class=\"oso95-dark-card\"\u003e\n      \u003cstrong\u003eIP67\u003c\/strong\u003e\n      \u003cspan\u003eOutdoor weather protection.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso95-dark-card\"\u003e\n      \u003cstrong\u003eAluminum\u003c\/strong\u003e\n      \u003cspan\u003eDurable outdoor housing.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso95-dark-card\"\u003e\n      \u003cstrong\u003e-22°F\u003c\/strong\u003e\n      \u003cspan\u003eStated lower operating temperature.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso95-dark-card\"\u003e\n      \u003cstrong\u003e140°F\u003c\/strong\u003e\n      \u003cspan\u003eStated upper operating temperature.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     MANUAL\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-manual\"\u003e\n\n  \u003cdiv\u003e\n\n    \u003ch3\u003e\n      9,500W Solar Street Light Instruction Manual\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review installation, mounting, remote-control and operating\n      instructions before installing or using the fixture.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LUMENX9500w.pdf?v=1769527627\" target=\"_blank\" rel=\"noopener\"\u003e\n\n    View Instruction Manual\n\n  \u003c\/a\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     PROJECT HELP\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-project\"\u003e\n\n  \u003cdiv class=\"oso95-project-copy\"\u003e\n\n    \u003ch2\u003e\n      Planning a Parking Lot or Commercial Lighting Project?\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Fixture quantity, mounting height, spacing and property layout can\n      significantly affect lighting results. Contact Outdoor Solar Outlet\n      for assistance with commercial, HOA, school, warehouse, farm or\n      parking-lot installations.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"oso95-project-buttons\"\u003e\n\n    \u003ca href=\"\/pages\/contact-us\" class=\"oso95-btn oso95-btn-orange\"\u003e\n\n      Get Project Help\n\n    \u003c\/a\u003e\n\n\n    \u003ca href=\"\/pages\/b2b-bulk-order\" class=\"oso95-btn oso95-btn-outline\"\u003e\n\n      Request a Quote\n\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FAQ\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-card\"\u003e\n\n  \u003ch2\u003e\n    9,500W Solar Street Light FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"oso95-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What pole height do you recommend?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso95-faq-answer\"\u003e\n\n        The recommended installation height is approximately 16–26 ft.\n        For many parking lots, commercial properties, schools, warehouses\n        and farms, our\n\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack\"\u003e\n\n          20 ft commercial light pole\n\n        \u003c\/a\u003e\n\n        provides a mounting height within that range.\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does this 9,500W model have a motion sensor?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso95-faq-answer\"\u003e\n        No. This version focuses on consistent controlled illumination.\n        It includes dusk-to-dawn mode, always-lighting mode,\n        brightness adjustment and timer controls.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does the light automatically turn on at night?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso95-faq-answer\"\u003e\n        Yes. Dusk-to-dawn mode is designed to automatically activate the\n        fixture at night and turn it off for daytime solar charging.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How large is the battery?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso95-faq-answer\"\u003e\n        The current product specification lists a rechargeable battery\n        capacity of up to approximately 50,000mAh.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long can the 9,500W light operate?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso95-faq-answer\"\u003e\n        The stated runtime is more than 25 hours after sufficient charging.\n        Actual performance depends on sunlight, brightness level,\n        weather and battery condition.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long does charging take?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso95-faq-answer\"\u003e\n        The supplied specifications state approximately 6–8 hours of\n        charging under suitable sunlight conditions.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What size pole does the fixture fit?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso95-faq-answer\"\u003e\n        The supplied product information supports pole diameters\n        approximately 2.4 inches to 4 inches.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How much area can the light cover?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso95-faq-answer\"\u003e\n        The current specification states an illumination area of up to\n        approximately 3,500 square feet. Real-world coverage varies\n        with mounting height, layout and surrounding obstacles.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is the 9,500W solar street light waterproof?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso95-faq-answer\"\u003e\n        The current product specification lists an IP67 outdoor rating\n        with aluminum construction.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does the fixture require electrical wiring?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso95-faq-answer\"\u003e\n        No utility electrical connection is required for normal operation.\n        The battery charges from the solar panel during daylight hours.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where can the 9,500W solar street light be used?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"oso95-faq-answer\"\u003e\n        Common applications include parking lots, roads, warehouses,\n        commercial properties, schools, campuses, farms, industrial sites,\n        large driveways and rural properties.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     TRUST BAR\n     ====================================================== --\u003e\n\n\u003csection class=\"oso95-trust\"\u003e\n\n  \u003cdiv class=\"oso95-trust-item\"\u003e\n    \u003cstrong\u003eBest Seller\u003c\/strong\u003e\n    Commercial Solar Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso95-trust-item\"\u003e\n    \u003cstrong\u003eMade in USA\u003c\/strong\u003e\n    Commercial Series\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso95-trust-item\"\u003e\n    \u003cstrong\u003e20 Ft Pole\u003c\/strong\u003e\n    Recommended Setup\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso95-trust-item\"\u003e\n    \u003cstrong\u003e50,000mAh\u003c\/strong\u003e\n    High-Capacity Battery\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"oso95-trust-item\"\u003e\n    \u003cstrong\u003eIP67\u003c\/strong\u003e\n    Outdoor Rated\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45527953866984,"sku":"9500wssl","price":389.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/IMG-0575.heic?v=1731897172"},{"product_id":"1500w-solar-ufo-motion-sensor-all-in-one-solar-garden-street-light-with-remote-control","title":"1500W Solar UFO Motion Sensor All in one Solar Garden Street Light With Remote Control","description":"\u003cdiv class=\"pdm-tem03-headbox text-center\"\u003e\u003cspan data-prodetail=\"detail-title\" class=\"pdm-head-title\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"pdm-tem03-headbox text-center\"\u003e\n\u003chr noshade size=\"1\" class=\"bucketDivider\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"aplus-v2 desktop celwidget\" data-csa-c-id=\"9ygjh0-vpxpop-o7dc7g-fpv07a\" data-cel-widget=\"aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" data-csa-c-id=\"gnw57e-kqtxge-jvr61u-yhuzod\" data-cel-widget=\"aplus-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-background-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none background-image\"\u003e\u003cimg alt=\"Solar lamp head\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1eda58d6-16e8-46c9-b19f-fae0f442b640.__CR0,0,1464,600_PT0_SX1464_V1___.png\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1eda58d6-16e8-46c9-b19f-fae0f442b640.__CR0,0,1464,600_PT0_SX1464_V1___.png\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdm-tem03-headbox text-center\"\u003e\n\u003cspan data-prodetail=\"detail-title\" class=\"pdm-head-title\"\u003e\u003cimg alt=\"the box\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/23c8316d-875c-4280-8908-1af6a0bfee03.__CR0,0,1464,600_PT0_SX1464_V1___.png\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/23c8316d-875c-4280-8908-1af6a0bfee03.__CR0,0,1464,600_PT0_SX1464_V1___.png\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdm-tem03-headbox text-center\"\u003e\n\u003cspan data-prodetail=\"detail-title\" class=\"pdm-head-title\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdm-tem03-headbox text-center\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"module-content-generation\"\u003e\n\u003csection data-prodetail=\"advantage\" class=\"pdm-tem03-advantage pdm-tem02-advantage\"\u003e\n\u003ch2 class=\"pdm-tem03-headbox text-center\"\u003e\u003cstrong\u003e\u003cspan data-prodetail=\"detail-title\" class=\"pdm-head-title\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/FullSizeRender_b0bc623a-6d32-4276-a25a-837177b63554.jpg?v=1738004390\"\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003ch2 class=\"pdm-tem03-headbox text-center\"\u003e\u003cstrong\u003e\u003cspan data-prodetail=\"detail-title\" class=\"pdm-head-title\"\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003ch2 class=\"pdm-tem03-headbox text-center\"\u003e\u003cstrong\u003e\u003cspan data-prodetail=\"detail-title\" class=\"pdm-head-title\"\u003eProduct Advantage\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cdiv class=\"pdm-conbox\"\u003e\n\u003cul data-prodetail=\"img-ul\" class=\"pdm-con-desc\"\u003e\n\u003cli data-prodetail=\"img-li\"\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eAll in one integrated solar garden and street light for public square, plaza, courtyard, garden, park, street, roadway, pathway, parking lot, private road, sidewalk, campus, airfield, farm \u0026amp; ranch, perimeter security, wildlife area, military base etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-prodetail=\"img-li\"\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eThe integrated solar street light is an intelligent outdoor lighting system that integrates the best energy saving parts---solar panel, led lamp ,sensor, controller and lithium battery all in one box.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-prodetail=\"img-li\"\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eDuring the day the highly efficient solar panel collects energy from the sun and stores the power in the advanced lithium battery.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-prodetail=\"img-li\"\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eAt night the powerful Led would automatically be turned on providing light. When motion is detected, the Led would increase in brightness to provide an abundance of extra lighting for anyone in the area.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-prodetail=\"img-li\"\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eAfter 20 seconds or when motion is no longer detected, the light drops down in brightness to conserve power.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-prodetail=\"img-li\"\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eThis intelligent feature allows the solar powered street light to save power when no one is in range or utilizing the light, meaning a much longer run time than you would expect from a similar size solar lighting.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eParking lot\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/39534076-a306-4734-a0ce-427b978751c0.__CR0_0_1464_600_PT0_SX1464_V1.png?v=1736795962\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eGarage Light\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/b03cede0-3ae7-4f57-9e89-8f534ed4828a.__CR0_0_1464_600_PT0_SX1464_V1.png?v=1736795962\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"text-left d-tem21-title border-color d-interval\" data-detail=\"wrap\"\u003e\n\u003cdiv class=\"title-header\"\u003e\n\u003ch2 class=\"title bg-color\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eBarn Light\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/7fa85b28-32f7-498c-a993-6b3cdf58a0c2.__CR0_0_1464_600_PT0_SX1464_V1.png?v=1736795962\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2 class=\"title bg-color\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003ePathway Light\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/bfc5b8d8-689c-468e-baca-8b5636b18059.__CR0_0_1464_600_PT0_SX1464_V1.png?v=1736795962\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 class=\"title bg-color\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eGarden Light\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003ch2 class=\"title bg-color\"\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/693be9fc-d033-47c4-81a8-0e021718e9f5.__CR0_0_1464_600_PT0_SX1464_V1.png?v=1736795962\"\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003ch2 class=\"title bg-color\"\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e- built-in motion and light sensors. The motion sensors can detect movement up to 26 feet within an angle of 120 degrees. When turned on, the light stays on dim mode. However, when it detects movement, the light automatically turns brighter and stays on for about 30 seconds or more.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e- Made out of high-quality plastic material that allows it to withstand various weather conditions. It has an IP-65 rating, meaning it is waterproof and is resistant to heat, rust, dust, frost and other elements.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e- Come with a wide solar panel and 20000 MAH rechargeable LiFePO4 battery. I like this combination since it boasts a high conversion rate and thus, a faster charging time and longer working use.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e- Keep it on bright with remote control , 1\/2\/3 hours timer to choose. Mode adjustable too.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e\u003cbr\u003e- These versions are designed with an IP65 waterproof rating, and they can also resist surge and dust. The kit contains the installation accessories set. You can effortlessly mount them on a tree, pole, balcony, wall, or any desired outdoor spot. These solar powered street lamps can be instantly mounted as long as there is a wall or a pole.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e\u003cbr\u003e- There is no need to handle wiring jobs, and these units only require minimal maintenance. You can readily utilize them so long as they are fully recharged by the sunlight.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e- These lights work reliably as long as it is dark, so you don’t need to do the job of switching the street lights on manually. Such versions can help you save more on your energy bills. Lighting your pathway and other outdoor spaces does not need to be costly.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e\u003cbr\u003e-Application: Outdoor wall or pole in Plaza, Park, Garden, Courtyard, Street, Walkway, Pathway, Campus, Farm, Perimeter Security etc…\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003eNote: If the sun is not enough, the battery may not be fully charged, so the lighting time and brightness will be affected.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"table-responsive\"\u003e\n\u003ctable data-sort=\"sortDisabled\" class=\"table table-bordered\" width=\"1045\"\u003e\n\u003ctbody\u003e\n\u003ctr class=\"firstRow\"\u003e\n\u003ctd width=\"191\" valign=\"top\"\u003e\u003cspan\u003eProduct Name\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd valign=\"top\" rowspan=\"1\" colspan=\"3\" width=\"541\"\u003e                                UFO  Integrated all in one solar street light solar garden light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"191\" valign=\"top\"\u003e\u003cspan\u003eModel No.\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd width=\"144\" valign=\"top\"\u003eLTUFO001\u003c\/td\u003e\n\u003ctd width=\"153\" valign=\"top\"\u003eLTUFO002\u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003eLTUFO003\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"171\" valign=\"top\"\u003e\u003cspan\u003eWatts\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003e1200W\u003c\/td\u003e\n\u003ctd width=\"157\" valign=\"top\"\u003e2000W\u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003e1500W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"191\" valign=\"top\"\u003e\u003cspan\u003eLed Chips\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003e240PCS SMD5730\u003c\/td\u003e\n\u003ctd width=\"169\" valign=\"top\"\u003e400PCS SMD5730\u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003e360PCS SMD5730\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"191\" valign=\"top\"\u003e\u003cspan\u003eLamp Size\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003e420*420*125mm       \u003c\/td\u003e\n\u003ctd width=\"169\" valign=\"top\"\u003e460*460*135mm        \u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003e460*460*135mm  \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"191\" valign=\"top\"\u003e\u003cspan\u003eSolar panel\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003e18W Polycrystalline\u003c\/td\u003e\n\u003ctd width=\"169\" valign=\"top\"\u003e22W Polycrystalline\u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003e22W Polycrystalline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"191\" valign=\"top\"\u003e\u003cspan\u003eBattery type\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003eLiFeO4 20AH\u003c\/td\u003e\n\u003ctd width=\"169\" valign=\"top\"\u003eLiFeO4 20AH\u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003eLiFeO4 20AH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"191\" valign=\"top\"\u003e\u003cspan\u003eSuggestion Install height\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003e3-4m\u003c\/td\u003e\n\u003ctd width=\"169\" valign=\"top\"\u003e3-4m\u003c\/td\u003e\n\u003ctd width=\"164\" valign=\"top\"\u003e3-4m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"191\" valign=\"top\"\u003e\u003cspan\u003eCCT(Color Temperature)\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd valign=\"top\" rowspan=\"1\" colspan=\"3\" width=\"521\"\u003e                                                   3000K-6500K\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"191\" valign=\"top\"\u003e\u003cspan\u003eMaterial of housing\u003cbr\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd valign=\"top\" rowspan=\"1\" colspan=\"3\" width=\"521\"\u003e                                                 ABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" colspan=\"1\" rowspan=\"1\" width=\"171\"\u003e\u003cspan\u003eCharging time\u003cbr\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd valign=\"top\" colspan=\"3\" rowspan=\"1\" width=\"521\"\u003e                                                         6-8h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" colspan=\"1\" rowspan=\"1\" width=\"171\"\u003e\u003cspan\u003eDischarging time\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd valign=\"top\" colspan=\"3\" rowspan=\"1\" width=\"521\"\u003e                                                 10-12h per day\u003cbr\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" colspan=\"1\" rowspan=\"1\" width=\"171\"\u003e\u003cspan\u003eWorking mode\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd valign=\"top\" colspan=\"3\" rowspan=\"1\" width=\"521\"\u003e                     Light control+PIR motion sensor+remote control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" colspan=\"1\" rowspan=\"1\" width=\"171\"\u003e\u003cspan\u003eApplications\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd valign=\"top\" colspan=\"3\" rowspan=\"1\" width=\"521\"\u003e       street, highway,garden,square,countryside or any other outdoor plac\u003cbr\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"text-left d-tem21-title border-color d-interval\" data-detail=\"wrap\"\u003e\n\u003cdiv class=\"title-header\"\u003e\n\u003ch2 class=\"title bg-color\"\u003e\u003cstrong\u003eProduct details\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257265328553.jpg\" title=\"\" alt=\"\" width=\"790\" height=\"665\" border=\"0\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257269985298.jpg\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257265323183.jpg\" title=\"\" alt=\"\" width=\"790\" height=\"701\" border=\"0\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257265328683.jpg\" title=\"\" alt=\"\" width=\"790\" height=\"665\" border=\"0\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257265333764.jpg\" title=\"\" alt=\"\" width=\"790\" height=\"738\" border=\"0\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257265346465.jpg\" title=\"\" alt=\"\" width=\"790\" height=\"721\" border=\"0\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257265349384.jpg\" title=\"\" alt=\"\" width=\"790\" height=\"612\" border=\"0\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257268808879.jpg\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"text-left d-tem21-title border-color d-interval\" data-detail=\"wrap\"\u003e\n\u003cdiv class=\"title-header\"\u003e\n\u003cdiv class=\"title bg-color\"\u003e\u003cspan\u003eWorking mode\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257266966734.jpg\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"text-left d-tem21-title border-color d-interval\" data-detail=\"wrap\"\u003e\n\u003cdiv class=\"title-header\"\u003e\n\u003cdiv class=\"title bg-color\"\u003e\u003cspan\u003eInstallation method\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257268309507.jpg\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"text-left d-tem21-title border-color d-interval\" data-detail=\"wrap\"\u003e\n\u003cdiv class=\"title-header\"\u003e\n\u003cdiv class=\"title bg-color\"\u003e\u003cspan\u003eApplications\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cspan\u003e- The universal All-In-One Solar Street Light with PIR Motion Sensor Security Lamp delivers reliable long-lasting lighting and is ideal for maintaining casual, security or emergency lighting around the house, garage, garden, porches, patios, balconies \u0026amp; verandas, side and backyard, aisles, driveway, stairs, entryway, path, fence etc.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e- Applicable to light up public areas including Parks, Parking lots, Roads, Streets, Playgrounds, walkways, pathways etc. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e- Great as an outdoor Perimeter Security Light for residential or commercial property.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e- Suitable for industrial and business premises including parking, strata buildings, warehouses, cafes, hotels, coal mines, farms and farm fields, campuses and buildings etc. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257267439156.jpg\" title=\"\" alt=\"\" width=\"790\" height=\"763\" border=\"0\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257267434743.jpg\" title=\"\" alt=\"\" width=\"790\" height=\"768\" border=\"0\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/img5217.weyesimg.com\/uploads\/www.litelsolar.com\/images\/16257267442319.jpg\" title=\"\" alt=\"\" width=\"790\" height=\"772\" border=\"0\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdm-tem03-headbox text-center\"\u003e\n\u003cspan data-prodetail=\"detail-title\" class=\"pdm-head-title\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdm-tem03-headbox text-center\"\u003e\n\u003cspan data-prodetail=\"detail-title\" class=\"pdm-head-title\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"pdm-tem03-headbox text-center\"\u003e\u003cstrong\u003e\u003cspan data-prodetail=\"detail-title\" class=\"pdm-head-title\"\u003eProduct Advantage\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv class=\"pdm-conbox\"\u003e\n\u003cul data-prodetail=\"img-ul\" class=\"pdm-con-desc\"\u003e\n\u003cli data-prodetail=\"img-li\"\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eAll in one integrated solar garden and street light for public square, plaza, courtyard, garden, park, street, roadway, pathway, parking lot, private road, sidewalk, campus, airfield, farm \u0026amp; ranch, perimeter security, wildlife area, military base etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-prodetail=\"img-li\"\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eThe integrated solar street light is an intelligent outdoor lighting system that integrates the best energy saving parts---solar panel, led lamp ,sensor, controller and lithium battery all in one box.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-prodetail=\"img-li\"\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eDuring the day the highly efficient solar panel collects energy from the sun and stores the power in the advanced lithium battery.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-prodetail=\"img-li\"\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eAt night the powerful Led would automatically be turned on providing light. When motion is detected, the Led would increase in brightness to provide an abundance of extra lighting for anyone in the area.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-prodetail=\"img-li\"\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eAfter 20 seconds or when motion is no longer detected, the light drops down in brightness to conserve power.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-prodetail=\"img-li\"\u003e\u003cspan data-prodetail=\"li-title\" class=\"pdm-numbox-txt\"\u003eThis intelligent feature allows the solar powered street light to save power when no one is in range or utilizing the light, meaning a much longer run time than you would expect from a similar size solar lighting.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv class=\"text-left d-tem21-title border-color d-interval\" data-detail=\"wrap\"\u003e\n\u003cdiv class=\"title-header\"\u003e\n\u003cdiv class=\"title bg-color\"\u003e\u003cspan\u003eFeatures\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e- built-in motion and light sensors. The motion sensors can detect movement up to 26 feet within an angle of 120 degrees. When turned on, the light stays on dim mode. However, when it detects movement, the light automatically turns brighter and stays on for about 30 seconds or more.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e- Made out of high-quality plastic material that allows it to withstand various weather conditions. It has an IP-65 rating, meaning it is waterproof and is resistant to heat, rust, dust, frost and other elements.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e- Come with a wide solar panel and 20000 MAH rechargeable LiFePO4 battery. I like this combination since it boasts a high conversion rate and thus, a faster charging time and longer working use.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e- Keep it on bright with remote control , 1\/2\/3 hours timer to choose. Mode adjustable too.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e\u003cbr\u003e- These versions are designed with an IP65 waterproof rating, and they can also resist surge and dust. The kit contains the installation accessories set. You can effortlessly mount them on a tree, pole, balcony, wall, or any desired outdoor spot. These solar powered street lamps can be instantly mounted as long as there is a wall or a pole.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e\u003cbr\u003e- There is no need to handle wiring jobs, and these units only require minimal maintenance. You can readily utilize them so long as they are fully recharged by the sunlight.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e- These lights work reliably as long as it is dark, so you don’t need to do the job of switching the street lights on manually. Such versions can help you save more on your energy bills. Lighting your pathway and other outdoor spaces does not need to be costly.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e\u003cbr\u003e-Application: Outdoor wall or pole in Plaza, Park, Garden, Courtyard, Street, Walkway, Pathway, Campus, Farm, Perimeter Security etc…\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-spm-anchor-id=\"a2700.details.pronpeci14.i3.355652352xvnRw\"\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003eNote: If the sun is not enough, the battery may not be fully charged, so the lighting time and brightness will be affected.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv class=\"text-left d-tem21-title border-color d-interval\" data-detail=\"wrap\"\u003e\n\u003cdiv class=\"title-header\"\u003e\n\u003cdiv class=\"title bg-color\"\u003e\u003cspan\u003eApplications\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cspan\u003e- The universal All-In-One Solar Street Light with PIR Motion Sensor Security Lamp delivers reliable long-lasting lighting and is ideal for maintaining casual, security or emergency lighting around the house, garage, garden, porches, patios, balconies \u0026amp; verandas, side and backyard, aisles, driveway, stairs, entryway, path, fence etc.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e- Applicable to light up public areas including Parks, Parking lots, Roads, Streets, Playgrounds, walkways, pathways etc. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e- Great as an outdoor Perimeter Security Light for residential or commercial property.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e- Suitable for industrial and business premises including parking, strata buildings, warehouses, cafes, hotels, coal mines, farms and farm fields, campuses and buildings etc. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eModel No.\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003eLTUFO001\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eLight Type\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003eSolar LED\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eRated Power\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003e120w\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eVoltage\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003e3.2V\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eProduct name\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003eUFO solar street garden light\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eColor Temperature\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003e6500K cool white\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eMaterial\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003eABS\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eBattery\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003e20AH\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eCharging time\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003e6-8hours\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eWorking mode\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003eLight\u0026amp;Radar PIR sensor+remote controller\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eSolar panel\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003e6V\/15W\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eNumber of lamp beads\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003e240PCS SMD5730\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eWaterproof grade\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003eIP65\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003cdl class=\"description amount clearfix\"\u003e\n\u003cdt class=\"metatit\"\u003eLighting time\u003c\/dt\u003e\n\u003cdd class=\"suggest\"\u003e10-12hours\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45539064152296,"sku":"ufo-1500","price":149.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/1500w-solar-ufo-motion-sensor-all-in-one-solar-garden-street-light-with-remote-control-6705504.jpg?v=1786734385"},{"product_id":"1000w-solar-outdoor-lights-motion-sensor-dusk-to-dawn-commercial-large-area-lighting-security-flood-lights-waterproof-with-remote-for-backyard-stadium-garage-parking-lot","title":"1200W Solar Outdoor Lights Motion Sensor Dusk to Dawn Commercial Large Area Lighting Security Flood Lights Waterproof with Remote for Backyard Stadium Garage Parking Lot","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"lb07mz-51ng6u-xbg7vz-x4ue1l\" data-cel-widget=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" data-csa-c-id=\"nwlicq-eduwq2-hppq31-29kj3x\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"1000W solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/07b46ed6-8a15-4300-a59b-11ce25dc7365.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/07b46ed6-8a15-4300-a59b-11ce25dc7365.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\n\u003cp class=\"aplus-description aplus-container-3 aplus-p1\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cspan class=\"a-text-italic\"\u003eNIORSUN\u003c\/span\u003e\u003c\/span\u003e is a well-known and trusted brand when it comes to solar street lighting solutions. Their latest offering, the \u003cspan class=\"a-text-bold\"\u003eNIORSUN 1000W Solar Street Light\u003c\/span\u003e, is a powerful and reliable product that is designed to provide efficient and cost-effective lighting for streets, roads, and other outdoor areas.\u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-14-video-image-carousel aplus-premium\" data-csa-c-id=\"rke408-21klb5-lkpbnd-5lvjzl\" data-cel-widget=\"aplus-m-premium-module-14-video-image-carousel\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-14\"\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-card-description-wrapper-1-1 aplus-container-2\"\u003e\n\u003ch2 class=\"aplus-h1 aplus-heading a-text-bold\"\u003eMotion Sensor Mode\u003c\/h2\u003e\n\u003cp class=\"aplus-p1\"\u003eBuilt-in sensitive motion sensor, which helps to conserve energy and extend its lifespan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" data-csa-c-id=\"fy2fzz-uiy3h6-36lmb7-rr958z\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"solar bright light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/64744307-ab39-4b8f-858e-eb6d54a66e79.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/64744307-ab39-4b8f-858e-eb6d54a66e79.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv id=\"aplus_feature_div\" class=\"celwidget\" data-feature-name=\"aplus\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplus\" data-csa-c-slot-id=\"aplus_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"x73pix-j0vnrl-fawq20-a794ig\" data-cel-widget=\"aplus_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-9\" data-csa-c-id=\"htlxsa-urp1bt-f7pi7b-4hb7u0\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-9-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"lb07mz-51ng6u-xbg7vz-x4ue1l\" data-cel-widget=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-text aplus-premium\" data-csa-c-id=\"1yagfh-c00sgt-6umhr6-a4v3lg\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-text\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-container-2 secondary-color\"\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eEasy to Set up\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eEnergy Efficiency\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLow Maintenance\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLong Lifespan\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" data-csa-c-id=\"d69347-a201ai-2pkumn-vlipzj\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003ch2 class=\"a-text-center aplus-container-3 aplus-h1 a-text-bold\"\u003eSolar Security Lights for Both Residential and Commercial Properties.\u003c\/h2\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1f21d93b-ebcf-40af-bff6-09b536a879b2.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1f21d93b-ebcf-40af-bff6-09b536a879b2.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\n\u003cp class=\"aplus-description aplus-container-3 aplus-p1\"\u003eCommercial large area lighting motion sensor flood lights. Ideal security lighting for outdoor, backyard, driveway, garden, parking lot, garage, barn, pool, basketball court, stadium, or swimming pool, playground, country road and other properties.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusSustainabilityStory_feature_div\" class=\"celwidget\" data-feature-name=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"dh2iwr-33l0q-u02op5-7ib2jb\" data-cel-widget=\"aplusSustainabilityStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"renewedProgramDescription_feature_div\" class=\"celwidget\" data-feature-name=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"vaatso-nqt5go-p2pe53-bbd5xo\" data-cel-widget=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-10\" data-csa-c-id=\"7mmdx7-ucraw7-nogouc-s447e8\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"4cna76-w87tyx-uhkxwi-ieud4h\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-11\" data-csa-c-id=\"1r34yh-glptqq-k3syj0-ul3qx1\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"i31no5-dadl1c-3fn2bk-wuk8v6\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-12\" data-csa-c-id=\"v07zcw-c441ie-5oklvn-112qgm\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"21pt3b-ayhrdr-qlp501-bo3flm\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-13\" data-csa-c-id=\"49g4w5-canwal-wen9ot-uwwjjh\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-13-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💡More Efficient Charging Rate: NIORSUN Upgraded version of 1000W solar street light, using dual solar panels connected with solar lights, solar panel size: 27.5in x 21in. Charging efficiency increased by 35%. Enabling faster battery charging during the day. Charging time: 6 hrs; Lighting time (fully charged): Dusk to dawn mode max 14+ hrs. Motion sensing mode max 4-5 nights.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e☀️0 Electricity Bill: Street lights solar powered equipped with 7000K 60000 lumen of high-brightness LED beads. Can provide continuous security lighting for large area of 2200 sq.ft. Recommended installation height: 14-20ft, recommended installation pole diameter: 2-4 inch. No wires to run, no electricity bills to pay.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💡Freely Control Light by Remote: Two lighting modes: 1)Dusk to Dawn Mode; 2) Motion sensing Mode. Additional three functions: 1) 0%-100% brightness adjustment; 2) The street flood light can be turned on or off Manually with the remote control. Lighting available even during the day. 3)Timing setting: Provide 5 groups of timing options.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e✅Multiple Uses: This IP67 waterproof solar light can be mounted on pole or building facades (the required screw kit is included in the delivery). Easy to install outdoors. It can be flexibly used for continuous lighting of yard, driveway, garage, barn, parking lot, basketball court, stadium, or swimming pool, etc. Provide reliable night security lighting for your property.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45552705994984,"sku":"","price":229.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/1200w-solar-outdoor-lights-motion-sensor-dusk-to-dawn-commercial-large-area-lighting-security-flood-lights-waterproof-with-remote-for-backyard-stadium-garage-pa-3392893.jpg?v=1786734384"},{"product_id":"solar-lighting-mounting-bracket-extension-pole-kit-wall-black-metal-pipes-barn-lights-fixture-antenna-adaptor-outdoor-arm-for-street-light-wall-mounted-tire-barn-lamp-post-tree","title":"Solar Lighting Mounting Bracket Extension Pole Kit Wall Black Metal Pipes Barn Lights Fixture Antenna Adaptor Outdoor Arm for Street Light,Wall Mounted Tire,Barn Lamp,Post Tree","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv id=\"aplus_feature_div\" class=\"celwidget\" data-feature-name=\"aplus\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplus\" data-csa-c-slot-id=\"aplus_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"odj3tz-5dmz2s-octbra-l793lw\" data-cel-widget=\"aplus_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-10\" data-csa-c-id=\"umlpav-xb89hm-bz0r30-eeuy2c\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-10-card0\" data-cel-widget=\"\"\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"o2vpv4-7uz98k-iqd7it-td534z\" data-cel-widget=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"9mgh5b-qgk5hs-m2iwgj-9c1gql\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar light mounting bracket solar lights pole solar mounting pole street light pole \" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3daf0270-0103-4620-967b-3b60f4a37535.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3daf0270-0103-4620-967b-3b60f4a37535.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSolar Light Bracket Street Light Extension Mounting Arm for Outdoor Lighting, Metal Street Lights Pole Waterproof and Rustproof Used for Barn Lamps\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eSPECIFICATIONS:\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eMaterials: metal\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eColor: white\/black\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003ePole Length:12 inches\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003ePole Bottom Width:5.7 inches\/145mm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"g2ajpb-azizyq-1detah-r0a13b\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"light mounting arm light mounting bracket light mounting brackets\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e8b5a6d6-e837-4926-97cf-702d8c60a2a1.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e8b5a6d6-e837-4926-97cf-702d8c60a2a1.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eTWO WAYS TO INSTALL\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eFEATURES\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e+ Solar light poles for better light up your garden, hallway, yard, street\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e+ Easy installment on wall and pole, accessories include\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e+ Metal materials provide better corrosion resistance and anti-rust than iron\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e+ Universal designs are fixed on most of the solar street light\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-2 aplus-standard\" cel_widget_id=\"aplus-m-module-2\" data-csa-c-id=\"gzzzrs-icp66n-u0sbbt-5lmjoc\" data-cel-widget=\"aplus-m-module-2\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-spacing apm-floatnone\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"street light pole light mounting arm light pole mount light wall mount bracket\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ae238e34-62df-4d9b-bc1b-8c28126d135b.__CR0,0,900,900_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ae238e34-62df-4d9b-bc1b-8c28126d135b.__CR0,0,900,900_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eOptimized Design\u003c\/h3\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eThe base plate of the light mounting bracket increases the upward angle so that the installation is better fixed.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-2 aplus-standard\" cel_widget_id=\"aplus-m-module-2\" data-csa-c-id=\"rdhjct-45npb5-2oxhzj-wxa1jv\" data-cel-widget=\"aplus-m-module-2\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-spacing apm-floatnone\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"post mounting lights brackets solar light mounting bracket street light mounting arm\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/285b1b76-28ad-41a8-8157-17c5f037bf34.__CR0,0,900,900_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/285b1b76-28ad-41a8-8157-17c5f037bf34.__CR0,0,900,900_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eAbout Welding\u003c\/h3\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eRound tubes are automatically welded to the base plate.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eSturdy and Beautiful\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-2 aplus-standard\" cel_widget_id=\"aplus-m-module-2\" data-csa-c-id=\"mx31nr-f7gz9o-w6qzcx-f3xnmy\" data-cel-widget=\"aplus-m-module-2\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-spacing apm-floatnone\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"light pole mount solar light mount bracket extension arm for outdoor lighting\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8a553ef9-af98-4cda-ad0b-78b23569085c.__CR0,0,900,900_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8a553ef9-af98-4cda-ad0b-78b23569085c.__CR0,0,900,900_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eAbout Thinckness\u003c\/h3\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eThe steel tube thickness of the solar light mounting arm is 0.02 inches (0.5mm).\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eIt’s not the strongest but will do the job just fine.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003ePerfect for installation!\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusSustainabilityStory_feature_div\" class=\"celwidget\" data-feature-name=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"nd308u-kc6wdz-wlouwh-agcslb\" data-cel-widget=\"aplusSustainabilityStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"renewedProgramDescription_feature_div\" class=\"celwidget\" data-feature-name=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"c7vltd-9bfg1z-lsv0fp-3ihr9e\" data-cel-widget=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-11\" data-csa-c-id=\"1gzp93-t31krj-gjz1ah-ngnba5\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"es6uyk-15gksw-5o9g8z-lp7ika\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-12\" data-csa-c-id=\"af4fcx-otqcor-bhykvi-qjugas\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"w9hcum-mroqhb-1q0q5i-p96h20\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-13\" data-csa-c-id=\"7nre8-4pe6i0-ez6qxy-k2xmm\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"elq5o9-mt57q4-po4hg0-ifrkp\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-14\" data-csa-c-id=\"bxz358-y85616-lr0xcp-f4e126\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-14-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌟 【Perfect Design】The street light extension mounting arm is not the strongest but will do the job just fine. The solar light pole is used for solar streetlights that are not very heavy. The solar street light mounting bracket can fully support solar lights.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌟 【Sturdy and Easy Installation】The fixture mounting bracket is made of heavy-duty steel, solid, non-deformation.The solar light pole is used for solar street lights, pole barn kits, solar grow lights, hog lights, street lights, led barn light, and parking lots. It is easy to install. wall mounting or mount on the pipe. All accessories include.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌟 【Length and Diameter】Diameter 1.9 inch\/48mm, Length 12inch\/305mm.The mounting bracket extension arm adapts to most of the solar street lights. Great angle to post. The upward angle makes the street light more beautiful.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌟 【Other Aplications】 The light pole bracket has many other uses, for example, spare tire carrier, flag pole, chain link fence extension, and pipe extension. It is also a flag pole holder mounting bracket.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌟 【Warranty, After Sales】Warranty 5 YEARS.The Extension Mounting Arm is a metal product, which is strong and durable. Please rest assured that, if you are not satisfied with the light bracket, you can tell us by email via Amazon, and we will do it within 24 hours and give you a satisfactory answer. Package as shown: Wall mounting pole*1, mounting bracket *1, fixing screw*4, bracket screw*4 sets, Mini Wrench*1\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"White","offer_id":45564487598312,"sku":"","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":45564487631080,"sku":"","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/solar-lighting-mounting-bracket-extension-pole-kit-wall-black-metal-pipes-barn-lights-fixture-antenna-adaptor-outdoor-arm-for-street-lightwall-mounted-tirebarn--7592639.jpg?v=1786734384"},{"product_id":"self-cleaning-solar-street-light-2400w","title":"2400w Self Cleaning Solar Street Light Diecast Aluminum","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e1. Product Production\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.suntisolar.com\/intelligent-self-cleaning-solar-street-light.html\/1-54\" rel=\"attachment wp-att-211926\"\u003e\u003cimg class=\"aligncenter size-full wp-image-211926\" alt=\"1\" src=\"https:\/\/www.suntisolar.com\/uploads\/18.png\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp\u003e\u003cspan\u003e\u003cb\u003e3 Product Dimension\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.suntisolar.com\/intelligent-self-cleaning-solar-street-light.html\/%e5%9b%be%e7%89%871-77\" rel=\"attachment wp-att-211927\"\u003e\u003cimg class=\"aligncenter size-full wp-image-211927\" alt=\"图片1\" src=\"https:\/\/www.suntisolar.com\/uploads\/%E5%9B%BE%E7%89%8715.png\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e1.4 IES Distribution\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\u003cimg class=\"aligncenter size-full wp-image-211928\" alt=\"图片2\" src=\"https:\/\/www.suntisolar.com\/uploads\/%E5%9B%BE%E7%89%8725.png\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e2. Product Production\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable border=\"1\" cellspacing=\"0\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eModel\u003cb\u003e\u003c\/b\u003e\n\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003eXT1888SELD120-SC\u003cb\u003e\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003c\/b\u003e\n\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003c\/b\u003e\n\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003ePower \u003cb\u003e\u003c\/b\u003e\n\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003e2400W\u003cbr\u003e\u003cbr\u003e\u003cb\u003e\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eSolar Panel\u003cb\u003e\u003c\/b\u003e\n\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003eMonocrystalline Silicon of 36V\/140W\u003cb\u003e\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eBattery\u003cb\u003e\u003c\/b\u003e\n\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003eGrade A Lithium Ion Battery of model 32650 36000Ah\/24V\u003cb\u003e\u003c\/b\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eAdjustable Angle of Module (±15°)\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eContrtol Mode\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003eLight Control+Time Control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eWorking time under full power\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003e12h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eWorking time under smart power control\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003e84h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eCharging time (1,000W\/m2)\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003e6h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eOn-off threshold level\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003eon\u003cspan\u003e≦\u003c\/span\u003e\u003cspan\u003e8LUX, OFF\u003c\/span\u003e\u003cspan\u003e≧\u003c\/span\u003e\u003cspan\u003e10LUX\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eMaterial for secondary lighting distribution\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003ePC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eBeam Angle\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003eC0~180 150\u003cspan\u003e°\u003c\/span\u003e\u003cspan\u003e\/ T90~270 80\u003c\/span\u003e°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eProtection Grade\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003eIP66\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"2\" valign=\"center\" width=\"1225\"\u003e\u003cb\u003ePhotoelectric Parameter\u003c\/b\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eColor Temperature (K)\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003e6,500K\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eCRI (Ra)\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003e70\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eLumens (lm)\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003e140,000lm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eIntelligent Mode\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd valign=\"top\" width=\"565\"\u003eWorking under rainy days\u003c\/td\u003e\n\u003ctd valign=\"top\" width=\"660\"\u003e\n\u003cp\u003e7 to 10 days\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45571336175848,"sku":"","price":499.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/2400w-self-cleaning-solar-street-light-diecast-aluminum-2929078.jpg?v=1786734385"},{"product_id":"1800w-tri-color-solar-street-lights-outdoor-multi-color-adjustable-lighting-7000k-led-street-light-with-remote-control-ideal-for-parking-lot-yard-plaza-solar-parking-lot-lights","title":"3800W Tri-Color Solar Street Lights Outdoor - Multi-Color\nAdjustable Lighting - 7000K LED Street Light with Remote Control - Ideal for Parking Lot, Yard, Plaza - solar parking lot lights","description":"\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eIntroducing the 3800W Tri-Color Solar Street Light, an advanced lighting solution that offers adjustable color temperature to suit your specific needs. With the ability to switch between warm white, cool white, and natural white light, you can create the perfect ambiance for any outdoor space.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[ Bright as Day, Exceptional Performance]: Our solar street light utilizes 358 high-brightness 5730 LED beads. With a recent upgrade, the brightness has been increased by 80%, and the illumination range has been expanded by 50%. Moreover, we have introduced a special feature of adjustable color temperature, allowing you to experience various lighting colors. Bright as day, it delivers a brand new lighting experience.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[ NEWLY UPGRADED DIE-CAST ALUMINUM TEMPERED GLASS ]: A-ZONE LED street light Upgrade to a more robust die-cast aluminum body and woven tempered glass, uses 35W high power polysilicon photovoltaic panels, The 36000mAh large capacity lithium battery is built-in, fast energy storage, the photoelectric conversion rate increased by 20%, about 6-8 hours to be fully charged, it can also be charged in rainy days.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[ INTELLIGENT LIGHT SENSOR CHIP ]: Solar powered street lights run automatic operation without maintenance. [1]-Dusk to dawn mode: automatically turn on at dusk and turn off at dawn. [2]-Remote control: full\/half brightness, 3\/5\/8 hours automatic countdown mode, 9 brightness up\/down gears. ECO: Adjust color temperature after lighting - white light - yellowlight - yellow and white light.NOTE: light up the whole night without motion sensing.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[ EASY TO INSTALL ]: The outdoor waterproof solar street light comes with all the assembly accessories required to install on walls, poles, trees, balconies, or any outdoor location with adequate sunlight. The suitable diameter for the lighting pole is 1.5 IN - 4 IN. It requires no wiring, operates with zero electricity cost, and is suitable for parking lots, streets, lawns, parks, and more.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"3iuw9z-q34at7-xybpx2-92adjp\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"19ui2w-80whlv-waxrkh-25lbs4\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar street lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/50da4e4f-fd7f-4cda-a859-0408102d3981.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/50da4e4f-fd7f-4cda-a859-0408102d3981.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"jhk31n-mfduys-kwaucl-hvx4c6\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar parking lot lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/48a5febf-ac7c-4e54-8c88-817dc22bf063.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/48a5febf-ac7c-4e54-8c88-817dc22bf063.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"7nx7x6-x8mjdx-ksltqm-9n0tsz\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar outdoor street lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bf65d765-c31c-4b58-b292-e55ad5ef0750.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bf65d765-c31c-4b58-b292-e55ad5ef0750.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"ipzla0-bnv727-jev5pn-doug1k\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar parking lot lights commercial\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b33404d6-1cb4-428d-8b18-baca4b2794da.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b33404d6-1cb4-428d-8b18-baca4b2794da.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"t6di52-h8l706-jd1gl0-6hk8wx\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"endurance lights street solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2006f137-bdc3-4892-89e2-866d22e02953.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2006f137-bdc3-4892-89e2-866d22e02953.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"y2rfxx-c6tkw2-mtxm8o-qflgfc\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"outdoor solar street lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0807f356-f75b-4d3b-98a6-64e6ffd37da6.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0807f356-f75b-4d3b-98a6-64e6ffd37da6.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45608724889832,"sku":"180wtr","price":219.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/3800w-tri-color-solar-street-lights-outdoor-multi-color-adjustable-lighting-7000k-led-street-light-with-remote-control-ideal-for-parking-lot-yard-plaza-solar-pa-8948912.jpg?v=1786734384"},{"product_id":"solar-outdoor-light-ufo-garden-pole-and-wall-street-lights-for-home-yard-farmhouses-with-remote-4500w-cool-white","title":"4500W Solar Outdoor Light Round 360° Wide Angle UFO Garden Pole And Wall Street Lights with Remote","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"woocommerce-tabs wc-tabs-wrapper tab tab-nav-simple tab-nav-center\"\u003e\n\u003cdiv class=\"woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab tab-pane\" id=\"tab-description\" role=\"tabpanel\" aria-labelledby=\"tab-title-description\"\u003e\n\u003cdiv data-elementor-type=\"wp-post\" data-elementor-id=\"28647\" class=\"elementor elementor-28647\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-1938b64 e-flex e-con-boxed e-con e-parent\" data-id=\"1938b64\" data-element_type=\"container\" data-core-v316-plus=\"true\"\u003e\n\u003cdiv class=\"e-con-inner\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-6c39551 elementor-widget elementor-widget-heading\" data-id=\"6c39551\" data-element_type=\"widget\" data-widget_type=\"heading.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003ch1 class=\"elementor-heading-title elementor-size-medium\"\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/strong\u003e\u003c\/h1\u003e\n\u003ch1 class=\"elementor-heading-title elementor-size-medium\"\u003e\n\u003cstrong\u003e\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/h1\u003e\n\u003ch1 class=\"elementor-heading-title elementor-size-medium\"\u003e\u003cstrong\u003eSOLAR UFO OUTDOOR STREET LIGHT FOR HOME GARDEN \u003c\/strong\u003e\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-5db5a98 e-flex e-con-boxed e-con e-parent\" data-id=\"5db5a98\" data-element_type=\"container\" data-core-v316-plus=\"true\"\u003e\n\u003cdiv class=\"e-con-inner\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-7304c45 elementor-widget elementor-widget-image\" data-id=\"7304c45\" data-element_type=\"widget\" data-widget_type=\"image.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-bbb277b e-flex e-con-boxed e-con e-parent\" data-id=\"bbb277b\" data-element_type=\"container\" data-core-v316-plus=\"true\"\u003e\n\u003cdiv class=\"e-con-inner\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-8134ee9 e-con-full e-flex e-con e-child\" data-id=\"8134ee9\" data-element_type=\"container\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-9621bb7 elementor-view-framed elementor-position-left elementor-shape-circle elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box\" data-id=\"9621bb7\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cdiv class=\"elementor-icon-box-wrapper\"\u003e\n\u003cdiv class=\"elementor-icon-box-icon\"\u003e\n\u003cspan class=\"elementor-icon elementor-animation-\"\u003e\u003ci aria-hidden=\"true\" class=\"d-icon-lock\"\u003e\u003c\/i\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-icon-box-content\"\u003e\n\u003ch3 class=\"elementor-icon-box-title\"\u003e\n\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/FullSizeRender_863fcbbf-d4bc-46ac-8f7f-39a1fbad24ca.jpg?v=1738004294\" alt=\"\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-dabac66 e-con-full e-flex e-con e-child\" data-id=\"dabac66\" data-element_type=\"container\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-1d6e8ff elementor-view-framed elementor-position-left elementor-shape-circle elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box\" data-id=\"1d6e8ff\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cdiv class=\"elementor-icon-box-wrapper\"\u003e\n\u003cdiv class=\"elementor-icon-box-content\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-761de76 e-flex e-con-boxed e-con e-parent\" data-id=\"761de76\" data-element_type=\"container\" data-core-v316-plus=\"true\"\u003e\n\u003cdiv class=\"e-con-inner\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-7476e9f elementor-widget elementor-widget-heading\" data-id=\"7476e9f\" data-element_type=\"widget\" data-widget_type=\"heading.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003ch2 class=\"elementor-heading-title elementor-size-medium\"\u003e\u003cstrong\u003eHIGHLIGHTS OF 2500W ALL IN ONE LED SOLAR POST LIGHT OUTDOOR \u003c\/strong\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-ecfbd6c e-flex e-con-boxed e-con e-parent\" data-id=\"ecfbd6c\" data-element_type=\"container\" data-core-v316-plus=\"true\"\u003e\n\u003cdiv class=\"e-con-inner\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-6002431 elementor-widget elementor-widget-text-editor\" data-id=\"6002431\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e1750 pcs High Brightness Light\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eNo electricity bill.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eWireless outdoor solar light waterproof.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e12W\/6V Polycrystalline solar panel supports 20% efficient charging and has 25 years life span.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eHeavy-duty ABS+PC Body and IP67 Waterproof Certified.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eThe solar lights for the street outdoors automatically turn on at night and off in the morning.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch6\u003eIMPORTANT NOTES\u003c\/h6\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eThe installation tool and pole are not included.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eTurn on the switch before charging and installation.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eCharge the lamp for 6-8 hours in direct sunlight before use. Please do not install under shady areas for efficient charging.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-356d078 e-flex e-con-boxed e-con e-parent\" data-id=\"356d078\" data-element_type=\"container\" data-core-v316-plus=\"true\"\u003e\n\u003cdiv class=\"e-con-inner\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-410e68d elementor-widget elementor-widget-image\" data-id=\"410e68d\" data-element_type=\"widget\" data-widget_type=\"image.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-7bf3701 e-flex e-con-boxed e-con e-parent\" data-id=\"7bf3701\" data-element_type=\"container\" data-core-v316-plus=\"true\"\u003e\n\u003cdiv class=\"e-con-inner\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-d9c1988 elementor-widget elementor-widget-heading\" data-id=\"d9c1988\" data-element_type=\"widget\" data-widget_type=\"heading.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003ch2 class=\"elementor-heading-title elementor-size-medium\"\u003e\u003cstrong\u003eHOMEHOP SOLAR UFO OUTDOOR STREET LIGHTS WATERPROOF, CERTIFIED AND EASY TO INSTALL \u003c\/strong\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-216355d e-flex e-con-boxed e-con e-parent\" data-id=\"216355d\" data-element_type=\"container\" data-core-v316-plus=\"true\"\u003e\n\u003cdiv class=\"e-con-inner\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-2687bea e-con-full e-flex e-con e-child\" data-id=\"2687bea\" data-element_type=\"container\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-a8cd03a elementor-widget elementor-widget-image\" data-id=\"a8cd03a\" data-element_type=\"widget\" data-widget_type=\"image.default\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-658f1f7 elementor-widget elementor-widget-spacer\" data-id=\"658f1f7\" data-element_type=\"widget\" data-widget_type=\"spacer.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cdiv class=\"elementor-spacer\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-dd5b11e elementor-widget elementor-widget-text-editor\" data-id=\"dd5b11e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eIntroducing the UFO Solar Street Light - a revolutionary lighting solution that offers 360-degree illumination, energy-efficiency, and cost-effectiveness. With its unique circular design, this solar-powered street light boasts an impressive array of 1068 high-brightness LED lights, ensuring exceptional brightness even in low-light conditions.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eDesigned to withstand harsh weather conditions, the UFO Solar Street Light is equipped with an IP65 waterproof rating. Its remote control features a convenient memory function, allowing you to easily set the timer and adjust the motion sensor as per your preferences.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eFeaturing intelligent light control technology, this street light charges during the day and automatically turns on at dusk. It also includes a built-in radar sensor that adjusts the brightness based on motion detection, ensuring optimal lighting when needed.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003ePowered by a large-capacity 24000mAh battery, the UFO Solar Street Light offers a continuous working time of up to 20 hours, guaranteeing long-lasting performance. Whether for commercial or residential use, this product is the ultimate solution for all your lighting needs.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eChoose the UFO Solar Street Light today and experience unparalleled illumination that is both efficient and eco-friendly. Don't miss out on this cutting-edge lighting solution!\u003c\/p\u003e\n\u003cdiv class=\"sliderTable mt10 mb10 sliderTable-index0\"\u003e\n\u003cdiv class=\"inner\"\u003e\n\u003ctable class=\"hight-light-first-column all magic-2\" width=\"750\"\u003e\n\u003ctbody\u003e\n\u003ctr class=\"firstRow\"\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eSolar panel\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003e6V 25W Polycrystalline\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eSolar panel size\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003e350*483mm\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eLamp size\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003e610*610*69mm\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eLED\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003eSMD 2835-1068 PCS\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eBattery\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003eLiFePO4 3.2V 24000mAh\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eMaterial\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003eABS plastic housing\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eSingle light source light angle\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003e100°\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eLighting area\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003e180 square meters\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eLighting time\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003e12-14h\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eCharging time\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003e4-6h\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eWorking Temperature\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003e-25° to 60°\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eInstallation height\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003e3-5m\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd colspan=\"1\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-3\"\u003eWorking mode\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\" rowspan=\"1\"\u003e\n\u003cdiv class=\"magic-4\"\u003eLight control + Remote control + Motion sensor\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cimg loading=\"lazy\" title=\"1_01\" alt=\"1_01\" data-original=\"\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/llBpqKimlpSRpjqkpjnrip\/1_01.jpg\" src=\"https:\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/llBpqKimlpSRpjqkpjnrip\/1_01.jpg\" class=\"lazyloaded\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg loading=\"lazy\" title=\"1_02\" alt=\"1_02\" data-original=\"\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/lnBpqKimlpSRpjqkpjorip\/1_02.jpg\" src=\"https:\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/lnBpqKimlpSRpjqkpjorip\/1_02.jpg\" class=\"lazyloaded\"\u003e\u003cimg loading=\"lazy\" title=\"1_03\" alt=\"1_03\" data-original=\"\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/loBpqKimlpSRpjqkpjqrip\/1_03.jpg\" src=\"https:\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/loBpqKimlpSRpjqkpjqrip\/1_03.jpg\" class=\"lazyloaded\"\u003e\u003cimg loading=\"lazy\" title=\"1_04\" alt=\"1_04\" data-original=\"\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/lqBpqKimlpSRpjqkpjprip\/1_04.jpg\" src=\"https:\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/lqBpqKimlpSRpjqkpjprip\/1_04.jpg\" class=\"lazyloaded\"\u003e\u003cimg loading=\"lazy\" title=\"1_05\" alt=\"1_05\" data-original=\"\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/lpBpqKimlpSRpjqkpjmrip\/1_05.jpg\" src=\"https:\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/lpBpqKimlpSRpjqkpjmrip\/1_05.jpg\" class=\"lazyloaded\"\u003e\u003cimg loading=\"lazy\" title=\"1_06\" alt=\"1_06\" data-original=\"\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/lrBpqKimlpSRpjqkpjriip\/1_06.jpg\" src=\"https:\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/lrBpqKimlpSRpjqkpjriip\/1_06.jpg\" class=\"lazyloaded\"\u003e\u003cimg loading=\"lazy\" title=\"1_07\" alt=\"1_07\" data-original=\"\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/ljBpqKimlpSRpjqkpjjiip\/1_07.jpg\" src=\"https:\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/ljBpqKimlpSRpjqkpjjiip\/1_07.jpg\" class=\"lazyloaded\"\u003e\u003cimg loading=\"lazy\" title=\"1_08\" alt=\"1_08\" data-original=\"\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/liBpqKimlpSRpjqkpjiiip\/1_08.jpg\" src=\"https:\/\/iirorwxholoplo5m-static.micyjz.com\/cloud\/liBpqKimlpSRpjqkpjiiip\/1_08.jpg\" class=\"lazyloaded\"\u003e\u003c\/p\u003e\n\u003cp\u003eHomehop solar light for home outdoor has been certified to IP67, and the heavy-duty aluminium alloy body is highly durable. The IP65 protection makes this LED solar street light water-resistant, heat-resistant as well as frost resistant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-9c9a193 e-con-full e-flex e-con e-child\" data-id=\"9c9a193\" data-element_type=\"container\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-a28221a elementor-widget elementor-widget-image\" data-id=\"a28221a\" data-element_type=\"widget\" data-widget_type=\"image.default\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-f24ff69 elementor-widget elementor-widget-spacer\" data-id=\"f24ff69\" data-element_type=\"widget\" data-widget_type=\"spacer.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cdiv class=\"elementor-spacer\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-87b5ff9 elementor-widget elementor-widget-text-editor\" data-id=\"87b5ff9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cp\u003eHighly efficient 1750 Led and high brightness and the LED lifespan is about 50000 hours\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-c1aaf4f e-con-full e-flex e-con e-child\" data-id=\"c1aaf4f\" data-element_type=\"container\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-07d1560 elementor-widget elementor-widget-image\" data-id=\"07d1560\" data-element_type=\"widget\" data-widget_type=\"image.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cspan data-spm-anchor-id=\"a2706.descothere.0.i1.394355e7KbKAOn\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv data-spm-anchor-id=\"a2706.descothere.0.i0.394355e7KbKAOn\"\u003e \u003cimg src=\"https:\/\/sc04.alicdn.com\/kf\/H67085e1be63747a29cc637da8d4467c07\/234540597\/H67085e1be63747a29cc637da8d4467c07.jpg\" alt=\"1500w_2-9\"\u003e\u003cimg src=\"https:\/\/sc04.alicdn.com\/kf\/Hbb68e63033434589b754f5738d8ad4c3F\/234540597\/Hbb68e63033434589b754f5738d8ad4c3F.jpg\" alt=\"1500w_2-10\"\u003e\u003cimg src=\"https:\/\/sc04.alicdn.com\/kf\/Hf2c8b4e518f94f8fa3c1d76acef2376dL\/234540597\/Hf2c8b4e518f94f8fa3c1d76acef2376dL.jpg\" alt=\"1500w_2-6\"\u003e\u003cimg src=\"https:\/\/sc04.alicdn.com\/kf\/H7a97261987934002aea3f6ff0eb878ads\/234540597\/H7a97261987934002aea3f6ff0eb878ads.jpg\" alt=\"1500w_2-12\"\u003e\u003cimg src=\"https:\/\/sc04.alicdn.com\/kf\/H99725a0330de4eaa87db35f1cc3817c7h\/234540597\/H99725a0330de4eaa87db35f1cc3817c7h.jpg\" alt=\"1500w_2-1\"\u003e\u003cimg src=\"https:\/\/sc04.alicdn.com\/kf\/H0125d6c5ad1248be974af0a685bb31c5R\/234540597\/H0125d6c5ad1248be974af0a685bb31c5R.jpg\" alt=\"1500w_2-8\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e \u003c\/div\u003e\n\u003cdiv\u003e \u003c\/div\u003e\n\u003cdiv id=\"ali-anchor-AliMagic-hp2srr\" class=\"mceSectionContainer\" data-section=\"AliMagic-hp2srr\" data-section-title=\"Application\"\u003e\n\u003cdiv id=\"ali-title-AliMagic-hp2srr\"\u003e\u003cspan\u003eApplication\u003c\/span\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/sc04.alicdn.com\/kf\/Hf93400ab3f6f467283793e7d96c7f583c\/234540597\/Hf93400ab3f6f467283793e7d96c7f583c.jpg\" alt=\"1500w_2-3\"\u003e\u003cimg src=\"https:\/\/sc04.alicdn.com\/kf\/Hbd96463007114744a089bc686b248bb4D\/234540597\/Hbd96463007114744a089bc686b248bb4D.jpg\" alt=\"1500w_2-4\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-cfa44f8 elementor-widget elementor-widget-spacer\" data-id=\"cfa44f8\" data-element_type=\"widget\" data-widget_type=\"spacer.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cdiv class=\"elementor-spacer\"\u003e\n\u003cdiv class=\"elementor-spacer-inner\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-8a526a0 elementor-widget elementor-widget-text-editor\" data-id=\"8a526a0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003ch6 class=\"a-spacing-mini\"\u003eEASY INSTALLATION \u0026amp; NO WIRING REQUIRED\u003c\/h6\u003e\n\u003cdiv class=\"apm-eventhirdcol apm-floatleft\"\u003e\n\u003cp\u003eThis all in one solar street light does not have wires and installing them does not require any assistance from electricians. Just fix it to the wall or Pole (Diameter 30-50mm, mounted height 3-4m) with the included screws and keep it under direct sunlight for charging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-80f9189 e-flex e-con-boxed e-con e-parent\" data-id=\"80f9189\" data-element_type=\"container\" data-core-v316-plus=\"true\"\u003e\n\u003cdiv class=\"e-con-inner\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-d142bc0 e-con-full e-flex e-con e-child\" data-id=\"d142bc0\" data-element_type=\"container\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-4412891 elementor-widget elementor-widget-image\" data-id=\"4412891\" data-element_type=\"widget\" data-widget_type=\"image.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\u003cimg decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/solar-ufo-street-light-with-motion-sensor.webp\" data-lazy=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/solar-ufo-street-light-with-motion-sensor.webp\" class=\"attachment-large size-large wp-image-28734 entered lazyloaded\" alt=\"solar ufo street light with motion sensor\" data-lazy-srcset=\"https:\/\/homehop.in\/wp-content\/themes\/riode\/assets\/images\/lazy.png 100w\" data-lazyset=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/solar-ufo-street-light-with-motion-sensor.webp 300w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/solar-ufo-street-light-with-motion-sensor-150x150.webp 150w\" data-lazy-sizes=\"(max-width: 300px) 100vw, 300px\" data-lazy-src=\"https:\/\/homehop.in\/wp-content\/themes\/riode\/assets\/images\/lazy.png\" data-ll-status=\"loaded\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/solar-ufo-street-light-with-motion-sensor.webp 300w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/solar-ufo-street-light-with-motion-sensor-150x150.webp 150w\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-390390c elementor-widget elementor-widget-spacer\" data-id=\"390390c\" data-element_type=\"widget\" data-widget_type=\"spacer.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cdiv class=\"elementor-spacer\"\u003e\n\u003cdiv class=\"elementor-spacer-inner\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-985b82e elementor-widget elementor-widget-text-editor\" data-id=\"985b82e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003ch6 class=\"a-spacing-mini\"\u003eSMART SENSOR SWICTH\u003c\/h6\u003e\n\u003cp\u003eThe sensor switch enables the lamp to automatically switch on at night and off in the morning. This led solar street light provides 12+ hours [Depends on Mode] of continuous lighting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-010f2ea e-con-full e-flex e-con e-child\" data-id=\"010f2ea\" data-element_type=\"container\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-af0b4e8 elementor-widget elementor-widget-image\" data-id=\"af0b4e8\" data-element_type=\"widget\" data-widget_type=\"image.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\u003cimg decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/ufo-street-light-with-high-efficient-solar-panel.webp\" data-lazy=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/ufo-street-light-with-high-efficient-solar-panel.webp\" class=\"attachment-large size-large wp-image-28739 entered lazyloaded\" alt=\"ufo street light with high efficient solar panel\" data-lazy-srcset=\"https:\/\/homehop.in\/wp-content\/themes\/riode\/assets\/images\/lazy.png 100w\" data-lazyset=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/ufo-street-light-with-high-efficient-solar-panel.webp 300w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/ufo-street-light-with-high-efficient-solar-panel-150x150.webp 150w\" data-lazy-sizes=\"(max-width: 300px) 100vw, 300px\" data-lazy-src=\"https:\/\/homehop.in\/wp-content\/themes\/riode\/assets\/images\/lazy.png\" data-ll-status=\"loaded\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/ufo-street-light-with-high-efficient-solar-panel.webp 300w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/ufo-street-light-with-high-efficient-solar-panel-150x150.webp 150w\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-875cae4 elementor-widget elementor-widget-spacer\" data-id=\"875cae4\" data-element_type=\"widget\" data-widget_type=\"spacer.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cdiv class=\"elementor-spacer\"\u003e\n\u003cdiv class=\"elementor-spacer-inner\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-995a8a4 elementor-widget elementor-widget-text-editor\" data-id=\"995a8a4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003ch6 class=\"a-spacing-mini\"\u003ePOLY CRYSTAL SOLAR PANEL\u003c\/h6\u003e\n\u003cp\u003ePoly-crystalline solar, photovoltaic panels’ conversion rate is 20% and also fast charging. It charges in winter and rainy weather as well.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-9e8ea49 e-con-full e-flex e-con e-child\" data-id=\"9e8ea49\" data-element_type=\"container\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-e188f5f elementor-widget elementor-widget-image\" data-id=\"e188f5f\" data-element_type=\"widget\" data-widget_type=\"image.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\u003cimg decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/inbuilt-lifepo4-battery.webp\" data-lazy=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/inbuilt-lifepo4-battery.webp\" class=\"attachment-large size-large wp-image-28773 entered lazyloaded\" alt=\"solar ufo street light for garden with inbuilt lifepo4 battery\" data-lazy-srcset=\"https:\/\/homehop.in\/wp-content\/themes\/riode\/assets\/images\/lazy.png 100w\" data-lazyset=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/inbuilt-lifepo4-battery.webp 300w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/inbuilt-lifepo4-battery-150x150.webp 150w\" data-lazy-sizes=\"(max-width: 300px) 100vw, 300px\" data-lazy-src=\"https:\/\/homehop.in\/wp-content\/themes\/riode\/assets\/images\/lazy.png\" data-ll-status=\"loaded\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/inbuilt-lifepo4-battery.webp 300w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/inbuilt-lifepo4-battery-150x150.webp 150w\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-276a1d6 elementor-widget elementor-widget-spacer\" data-id=\"276a1d6\" data-element_type=\"widget\" data-widget_type=\"spacer.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003cdiv class=\"elementor-spacer\"\u003e\n\u003cdiv class=\"elementor-spacer-inner\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-29d1b5a elementor-widget elementor-widget-text-editor\" data-id=\"29d1b5a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003ch6 class=\"a-spacing-mini\"\u003eLARGER 12000mAH BATTERY\u003c\/h6\u003e\n\u003cp\u003e90000mAH Battery assists this solar light for home \u0026amp; outdoor use, to illuminate for 2-3 Day continuous lighting. The 9Ah batteries have a long time life span.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-b9b3154 e-flex e-con-boxed e-con e-parent\" data-id=\"b9b3154\" data-element_type=\"container\" data-core-v316-plus=\"true\"\u003e\n\u003cdiv class=\"e-con-inner\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-c00d3d7 elementor-widget elementor-widget-heading\" data-id=\"c00d3d7\" data-element_type=\"widget\" data-widget_type=\"heading.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\n\u003ch4 class=\"elementor-heading-title elementor-size-medium\"\u003e\u003cstrong\u003eSOLAR UFO OUTDOOR STREET LIGHTS APPLICATION AREAS \u003c\/strong\u003e\u003c\/h4\u003e\n\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"elementor-element elementor-element-3e66da7 e-flex e-con-boxed e-con e-parent\" data-id=\"3e66da7\" data-element_type=\"container\" data-core-v316-plus=\"true\"\u003e\n\u003cdiv class=\"e-con-inner\"\u003e\n\u003cdiv class=\"elementor-element elementor-element-35b704e elementor-widget elementor-widget-image\" data-id=\"35b704e\" data-element_type=\"widget\" data-widget_type=\"image.default\"\u003e\n\u003cdiv class=\"elementor-widget-container\"\u003e\u003cimg decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden.webp\" data-lazy=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden.webp\" class=\"attachment-full size-full wp-image-28753 entered lazyloaded\" alt=\"applications of solar ufo street light outdoor garden\" data-lazy-srcset=\"https:\/\/homehop.in\/wp-content\/themes\/riode\/assets\/images\/lazy.png 100w\" data-lazyset=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden.webp 1920w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden-300x169.webp 300w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden-1024x576.webp 1024w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden-768x432.webp 768w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden-1536x864.webp 1536w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden-150x84.webp 150w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden-600x338.webp 600w\" data-lazy-sizes=\"(max-width: 1920px) 100vw, 1920px\" data-lazy-src=\"https:\/\/homehop.in\/wp-content\/themes\/riode\/assets\/images\/lazy.png\" data-ll-status=\"loaded\" sizes=\"(max-width: 1920px) 100vw, 1920px\" srcset=\"https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden.webp 1920w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden-300x169.webp 300w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden-1024x576.webp 1024w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden-768x432.webp 768w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden-1536x864.webp 1536w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden-150x84.webp 150w, https:\/\/homehop.in\/wp-content\/uploads\/2023\/03\/applications-of-solar-ufo-street-light-outdoor-garden-600x338.webp 600w\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003csection class=\"related products\"\u003e\n\u003cdiv class=\"title-wrapper title-center\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•【High Brightness Solar Light】This solar outdoor UFO 2500w   street light has 1750 built-in high-brightness energy-saving LED beads, suitable for large outdoor places such as courtyards, gardens, patios, parking lots, stadiums, etc\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e•【360° Lighting Range \u0026amp; Long Working Battery Life】Solar post light equipped with 750 pcs super bright LED beads and a 900 mAh battery(life up to 50,000 hours). I, and provide wide-angle illumination. The automatic sensor switch on the solar lantern switches on at night and goes off in the morning. This feature makes it the most economical and innovative solar light outdoor.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e•【12AH Battery \u0026amp; Long Lasting 】 The solar rechargeable light comes with the 9AH big capacity battery \u0026amp; increases the outdoor solar street light’s life span by storing the energy after just 6-8 hours of direct sunlight, summing up to 1-2 days of continuous lighting (depends on mode), the light is controlled by the remote. The perfect solar lights for home with the battery life that is of long durability.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e•【6V\/12W HIGHLY EFFICIENT POLY-CRYSTALLINE SOLAR PANEL】 Using energy-saving solar street lights outdoor, is a smart eco-choice. This led UFO lamp can convert up to 19% of sunlight into electricity and also sustain an ample amount of battery life even under rainy weather.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e•【IP67 Waterproof Design \u0026amp; ABS+PC Body】 The Homehop solar lamp have been certified to IP67 and the heavy-duty, ABS body is highly durable. The IP67 protection makes the solar light outdoor water-resistant, heat-resistant as well as frost resistant. This solar garden lights outdoor waterproof can withstand years of usage.\u003c\/span\u003e\u003c\/p\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45628372025576,"sku":"UFO-2500","price":199.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/4500w-solar-outdoor-light-round-360-wide-angle-ufo-garden-pole-and-wall-street-lights-with-remote-8604349.webp?v=1786734383"},{"product_id":"1500w-solar-street-light-outdoor-waterproof-6500k-motion-sensor-lights-dusk-to-dawn-200-000lm-wall-light-with-remote-control","title":"2500W Solar Street Light Outdoor Waterproof, 6500K Motion Sensor Lights Dusk to Dawn, 200,000LM Wall Light with Remote Control","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eDescription\u003c\/h3\u003e\n\u003cdiv id=\"productDescription_fullView\"\u003e\n\u003cdiv class=\"a-section text-direction-override\" dir=\"auto\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eOur Solar Outdoor Light, a game-changer for your outdoor space. With 1120 LED beads, it emits an impressive 200,000 lumens, providing up to 8-10 hours of radiant glow at night. Harness solar power for an eco-friendly lighting solution!\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"image-gallery-tint\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/81qItzD3n0L.jpg\" class=\"product-image\" width=\"2000\" role=\"presentation\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/81qItzD3n0L.jpg\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eExperience intelligent lighting with Motion Sensing Mode. At 20% brightness, it automatically brightens to full capacity when motion is detected within 19 feet, offering 15 seconds of brilliance for added security.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eVersatility at your fingertips! Positioned at 9.5 feet, the light comes with a remote for easy control. Adjust brightness, switch modes, and toggle on\/off to suit your needs.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eSay goodbye to traditional streetlights! Our solar lights save on electricity costs, automatically illuminating at dusk. The motion-sensing mode adds extra security at night.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"a-section a-spacing-base a-padding-base image-gallery-slot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-base a-padding-base image-gallery-slot\"\u003e\n\u003cdiv class=\"image-gallery-tint\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/81bdpSqRCbL.jpg\" class=\"product-image\" width=\"2000\" role=\"presentation\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/81bdpSqRCbL.jpg\"\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cspan\u003eCrafted from durable ABS plastic, our lights resist heat and water for longevity. Enjoy peace of mind with dedicated customer support, resolving issues within 24 hours and backed by a one-year warranty. Illuminate confidently with our Solar Outdoor Light!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/81A6PjtsufL.jpg\" class=\"product-image\" width=\"2000\" role=\"presentation\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/81A6PjtsufL.jpg\"\u003e \u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3 class=\"a-spacing-base a-spacing-top-medium\"\u003eAbout this item\u003c\/h3\u003e\n\u003cdiv id=\"featureBulletsAndDescription_feature_div\" data-feature-name=\"featureBulletsAndDescription\" data-template-name=\"featureBulletsAndDescription\" class=\"a-section a-spacing-none\"\u003e\n\u003cdiv id=\"aboutThisItem-content-featureBulletsAndDescription\"\u003e\u003c\/div\u003e\n\u003cdiv data-collapse-scroll-anchor-id=\"aboutThisItem-content-featureBulletsAndDescription\" data-feature=\"featureBulletsAndDescription\" data-a-expander-name=\"aboutThisItemExpander\" data-a-expander-collapsed-height=\"160\" class=\"a-expander-collapsed-height a-row a-expander-container a-spacing-base a-expander-partial-collapse-container\"\u003e\n\u003cdiv id=\"featureBulletsAndDescription-expander-content\" aria-expanded=\"true\" class=\"a-expander-content a-expander-partial-collapse-content a-expander-content-expanded\"\u003e\n\u003cdiv id=\"featurebullets_feature_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eUltra-Bright Outdoor Illumination: Elevate your outdoor experience with our cutting-edge outdoor light boasting 1120 LED beads, emitting an impressive 200,000 lumens. Harnessing solar power during the day, this light ensures a radiant glow for up to 8-10 hours during the night.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSmart Motion Sensing Mode: Experience intelligent lighting with our motion mode, maintaining a subtle 20% brightness. When the motion sensor detects movement within 19 feet, the light automatically brightens, offering a 15-second burst of brilliance before returning to its ambient 20% glow.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eVersatile Settings for Every Occasion: Positioned at a convenient 9.5 feet height, our solar outdoor light is equipped with a remote for easy control. Customize brightness, switch between dynamic modes (motion, countdown, constant), and effortlessly toggle the light on and off to suit your needs.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003ePremium Outdoor Illumination Solution: Say goodbye to traditional streetlights! Our solar outdoor lights not only save on electricity costs but also simplify installation. They automatically illuminate at dusk, and the motion-sensing mode adds an extra layer of security for your home at night.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSuperior Quality and Customer Care: Crafted from durable ABS plastic, our lights are resistant to heat and water, ensuring longevity in any outdoor setting. Our dedicated customer support guarantees swift issue resolution within 24 hours, backed by a reassuring one-year warranty. Illuminate your space with confidence!\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45657053135080,"sku":"B0CS3886PK","price":259.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/2500w-solar-street-light-outdoor-waterproof-6500k-motion-sensor-lights-dusk-to-dawn-200000lm-wall-light-with-remote-control-8699751.jpg?v=1786734382"},{"product_id":"1800w-solar-street-lights-outdoor-waterproof-6500k-dusk-to-dawn-motion-sensor-super-bright-solar-parking-lot-light","title":"8800W Solar Street Lights Outdoor Waterproof 6500K Dusk to Dawn 180000 Lumen Motion Sensor Super Bright Solar Parking Lot Light","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv id=\"aplus_feature_div\" class=\"celwidget\" data-feature-name=\"aplus\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplus\" data-csa-c-slot-id=\"aplus_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"gh0igk-jrkbvw-l4nkmf-hoai5o\" data-cel-widget=\"aplus_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-16\" data-csa-c-id=\"1llahn-4mbmfd-b1g6zo-njjoby\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-16-card0\" data-cel-widget=\"\"\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/color-index.jpg?v=1717617584\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"6conkm-tdo8f0-off5no-u8eue6\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"3ogb10-nxdq5p-4rpqyb-7warn5\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar street light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b8daf863-b34c-4d69-aff5-d2c3fd5ffd8b.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b8daf863-b34c-4d69-aff5-d2c3fd5ffd8b.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"6i2lzu-rliul5-pymahq-e616r4\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar street lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/52458784-d33e-4105-8ab1-f80925bc8f87.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/52458784-d33e-4105-8ab1-f80925bc8f87.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"ncf7ij-pm3ews-ahb3i8-7r37zq\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar parking lot lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3201195b-304f-416f-8ffc-b0b47b994017.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3201195b-304f-416f-8ffc-b0b47b994017.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-11 aplus-standard\" data-csa-c-id=\"y65ad9-k5p9xi-ly0bnr-agkm3d\" data-cel-widget=\"aplus-m-module-11\" cel_widget_id=\"aplus-m-module-11\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg alt=\"solar outdoor street lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9ac2c8bd-ffe6-4ca4-8630-923307425e87.__CR0,0,970,300_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9ac2c8bd-ffe6-4ca4-8630-923307425e87.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-11 aplus-standard\" data-csa-c-id=\"gsxxzr-51qos8-oc5utb-pnguw8\" data-cel-widget=\"aplus-m-module-11\" cel_widget_id=\"aplus-m-module-11\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg alt=\"solar led lamp 6000k\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/eb05eb14-8ca6-45ea-9179-c6a6f10d1484.__CR0,0,970,300_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/eb05eb14-8ca6-45ea-9179-c6a6f10d1484.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"cdue1o-llft8m-cgyqyx-kzwt6i\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar street lights outdoor waterproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c245829e-dfd8-40cb-bb9f-4f5a6d0fffd4.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c245829e-dfd8-40cb-bb9f-4f5a6d0fffd4.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusSustainabilityStory_feature_div\" class=\"celwidget\" data-feature-name=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"ld4oq9-2n7ur1-6vmdur-6csqk6\" data-cel-widget=\"aplusSustainabilityStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"renewedProgramDescription_feature_div\" class=\"celwidget\" data-feature-name=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"9bbfoi-dov7n6-cg3ai6-an1vbw\" data-cel-widget=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-17\" data-csa-c-id=\"hqgfp8-bfo6ft-n34f54-uhvu8f\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription_with_hoc_wdgs\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_with_hoc_wdgs\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"fakel6-hms21w-ie1mkc-rdsjj6\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-18\" data-csa-c-id=\"qzlyjr-yzqdfr-uqgp9o-xp4oiq\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"cdsz0y-wdasju-5muexr-pejbuq\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-19\" data-csa-c-id=\"8tnz3o-ao3dj9-rbboyy-yd9u76\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"featureBulletsAndDetailBullets_RI_with_hoc_wdgs\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI_with_hoc_wdgs\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"pz3ktn-5rm40q-150eoe-pca83l\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-20\" data-csa-c-id=\"27q6j7-tutqiq-e492qr-4elo3d\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-20-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🎯【0 Electricity Bills】Solar street light charging during the day (6V 25W solar panels, conversion rate up to 20%), lighting at night (Super bright solar street lights using 5730 model Led beads, 180000LM ultra-bright daylight, color temperature 6500k). 365 days of continuous work without any electricity.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🌞【Safe and Strong】The street lights solar powered is made of high-quality ABS material, waterproof IP66, which can withstand all kinds of extreme weather (rainstorms, hurricanes, snow, etc.). Lights frames are more durable and can last for a long time without any maintenance. Every component has been aged and repeatedly tested.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e💡【Double-Sided Lighting】The upgraded version of Endurance Lamp solar street light adopts a \"V\" shape design, two-way 45° wide-angle lighting, which provides a wider lighting range and brighter light than ordinary street lights. The lighting area can reach \u003ca href=\"tel:2000-2200\"\u003e2000-2200\u003c\/a\u003e sq.ft, reducing many lighting blind spots.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🚶【Motion Sensing】Solar outdoor street lights dusk to dawn are so sensitive, close to the human body will be detected, and the light will enhance the brightness by 100%. When the human body is away, the light brightness is 30% energy-saving mode. Ideal for outdoor lighting. Recommended installation height is 10-16 feet.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🧰【Quick Installation】LED Solar street light adopts solar panel and light 2-in-1 design, screw-in type, reliable operation, no wiring required, only 5 screws, can be easily installed by one person. Solar security street lights are mounted on walls or poles. Includes 2 types of mounting screws and accessories.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e🏆【AFTER-SALES SERVICE】solar lights provide 24 months of worry-free after-sales service. We are committed to providing our customers with a satisfying purchasing experience. For any questions about solar outdoor lights, please feel free to contact our customer service team\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eExtremely Bright Solar Lights Outdoor: Lineba solar street light provides 8500K daylight white light. Our solar lights equipped with 1028pcs 5730 type super bright LED beads, this type LED beads long life, low light decay, have high lumens, brighter than other LED beads. Our solar parking lot lights feature an integrated 240° wide-angle design, it can effectively illuminate large outdoor areas up to 1,614 square feet, perfect for parking lot, yard and outside use\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eDusk To Dawn Solar Light \u0026amp; Motion sensor \u0026amp; Remote Control: Street lights solar powered have 4 working modes: Mode 1: Motion sensor, maintains 30% illumination, increases to 100% brightness when motion is detected and returning to 30%. Mode 2: Timer setting: provides different timing settings of 2H\/3H\/5H\/6H\/8H. Mode 3: Dusk to dawn, automatic charging during the day, automatic lighting at night. Mode 4: Brightness adjustment, offering 25%\/50%\/75%\/100% brightness adjustment in 4 levels. Remote control enables automatic operation without maintenance, ideal for top-notch led solar street lights for outside\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eIP67 Waterproof \u0026amp; Durable: Our outdoor solar sensor light is made of high quality ABS frame and die-cast aluminum bracket to protect the internal components. With IP67 waterproof function, it is waterproof, lightning proof and resistant to -5~149°F temperature. Solar parking lot lights can work in any weather and can be installed anywhere outdoors\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEasy to Install: Lineba solar street lights come with a wall and pole mounting accessories set, making it suitable for mounting on a wall, pole, tree, balcony, or any outdoor location. The lighting pole diameter range of 2 IN to 4 IN ensures adaptability to various settings. No wiring is required, and they can be easily installed outdoors. Ideal choice for courtyards, commercial squares, and other outdoor spaces, providing a cost-effective solution for electricity bills\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eNo Electricity Bill : The street lights are powered by solar energy, which is a green energy source, safe and non-polluting, and no electricity bill produced. Providing free, dusk-to-dawn illumination. Lineba solar lights are eco-friendly and energy-efficient, cost-effective lighting year-round\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45680799580392,"sku":"","price":219.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/8800w-solar-street-lights-outdoor-waterproof-6500k-dusk-to-dawn-180000-lumen-motion-sensor-super-bright-solar-parking-lot-light-5191794.jpg?v=1786734382"},{"product_id":"solar-billboard-sign-lights-outdoor-232-led-super-bright-sign-light-adjustable-bracket-wall-mount-2-in-1-commercial-billboart-lighting-for-bussiness-real-estate-shop-bus-stop-hoa-highway-signs","title":"Solar Billboard Sign Lights Outdoor, 232 led Super Bright Sign light, Adjustable Bracket \u0026 Wall Mount 2-in-1 Commercial Billboart Lighting for Bussiness, Real Estate, Shop, Bus Stop, HOA, Highway Signs","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription_with_hoc_wdgs\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_with_hoc_wdgs\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"B0D1JKGBNH\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"mmzps5-fysqne-xwxigv-qumlu0\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"j8huw8-lmu4hu-uawbie-afwo7w\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\"\u003e\n\u003cdiv data-feature-name=\"productDescription\" data-template-name=\"productDescription\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eDescription\u003c\/h3\u003e\n\u003cdiv id=\"productDescription_fullView\"\u003e\n\u003cdiv class=\"a-section text-direction-override\" dir=\"auto\"\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003e232 leds solar sign lights outdoor\u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cbr\u003e【WARMING TIPS】 - \u003cbr\u003e*The light must be installed in an area that receives full direct sunlight.\u003cbr\u003e*As it will automatically sense the light source, please keep away from other light sources above the solar panel. \u003cbr\u003e*Please do not install the signboard light under street light or other light source, or it will cause the light to flicker or even not light up.\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"B0D1JKGBNH\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"7wenk3-h39vso-z6gzh0-aenk4b\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"nvllws-iad6cj-6tds53-xr8pnf\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"featureBulletsAndDetailBullets_RI_with_hoc_wdgs\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI_with_hoc_wdgs\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"B0D1JKGBNH\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"coqh7-5yh8zp-7faq85-78c1xd\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" data-csa-c-id=\"lt7ucm-a7hxup-6ksmj6-hf2gwm\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【232 leds 1200 lumens】- ETZEAXUS new design Solar billboard light has 232 pcs of high brightness LEDs. 4.5V\/ 6.2W high efficiency solar panel, high light energy conversion rate. give off 1200 lumens brightness, higher than 98% of similar products on the market. 100% Solar powered, no cable, no electric bill, energy saving.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【8000 mAh Long Lasting Battery】- Build in 3.2V lithium battery, it has fast charging speed. 8000 mAh battery (2*4000 mAh battery), after a full sunny day of charging, it can work up to 16 hours at night. (Cloudy, rainy and snowy weather requires longer charging times due to lack of sunlight)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【High Strength PC Material】- Solar billboard light is the best choice for commercial advertising signs. while the solar panel frame is made of high-strength-resistant PC, which can be fixed on any billboard, sturdy and durable. PC is characteristed by high strength and wear resistance and is harder than ABS, making it the best material for outdoor billboard lighting.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【3 Mounting Options】- You can use the solar light with or without the rods. The latest design of solar advertising signboard lights, 3 mounting options, adjustable bracket, provides a wider illumination range, more brighter than ordinary signboard lights, reducing many lighting blind spots. You can even connect multiple advertising lights on the side to extend them for use on large billboards. Ideal for wall, real estate signs, billboard, business, yard sign lighting, Real Estate Signs and more.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【WARMING TIPS】 - The light must be installed in an area that receives full direct sunlight. As it will automatically sense the light source, please keep away from other light source.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Black","offer_id":45959635697896,"sku":"","price":149.95,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":45959635730664,"sku":"","price":149.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/solar-billboard-sign-lights-outdoor-232-led-super-bright-sign-light-adjustable-bracket-wall-mount-2-in-1-commercial-billboart-lighting-for-bussiness-real-estate-9086894.jpg?v=1786734322"},{"product_id":"solar-billboard-light-metal-aluminum-lamp-heads-400w-12000amh-li-on-battery-60-led-super-bright-light-commercial-billboard-lamp-suitable-for-a-variety-of-scenes","title":"Solar Billboard Light Metal Aluminum Lamp Heads,400W 12000AMH Li-on Battery, 60 LED Super Bright Light, Commercial Billboard Lamp Suitable for a Variety of Scenes","description":"\u003cstyle\u003e\n\/* =========================================================\n   400W COMMERCIAL SOLAR BILLBOARD LIGHT\n   COMPLETE ISOLATED SHOPIFY DESCRIPTION\n   ========================================================= *\/\n\n.bb{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.bb *{\n  box-sizing:border-box;\n}\n\n.bb h2,\n.bb h3{\n  color:#07182f;\n}\n\n.bb p{\n  color:#5f6b7a;\n  line-height:1.72;\n}\n\n.bb a{\n  text-decoration:none;\n}\n\n\n\/* =========================================================\n   HEADINGS\n   ========================================================= *\/\n\n.bb-brand{\n  color:#f47721;\n  font-size:14px;\n  font-weight:900;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.bb-title{\n  margin:8px 0 10px;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:900;\n}\n\n.bb-sub{\n  margin:0 0 14px;\n  font-size:20px;\n  line-height:1.4;\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   TAGS\n   ========================================================= *\/\n\n.bb-tags,\n.bb-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin:16px 0;\n}\n\n.bb-tag,\n.bb-app{\n  padding:8px 12px;\n  border:1px solid #e1e6ed;\n  border-radius:999px;\n  background:#f7f9fc;\n  color:#344054;\n  font-size:13px;\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   IMAGES\n   ========================================================= *\/\n\n.bb-img{\n  width:100%;\n  max-width:970px;\n  margin:24px auto;\n  text-align:center;\n}\n\n.bb-img img{\n  display:block!important;\n  width:100%!important;\n  max-width:970px!important;\n  height:auto!important;\n  object-fit:contain!important;\n  margin:0 auto!important;\n  border-radius:14px;\n}\n\n\n\/* =========================================================\n   STATS\n   ========================================================= *\/\n\n.bb-stats{\n  display:grid;\n  grid-template-columns:repeat(6,1fr);\n  margin:25px 0;\n  border:1px solid #e1e6ed;\n  border-radius:13px;\n  overflow:hidden;\n}\n\n.bb-stat{\n  padding:18px 7px;\n  text-align:center;\n  border-right:1px solid #e1e6ed;\n}\n\n.bb-stat:last-child{\n  border-right:0;\n}\n\n.bb-stat strong{\n  display:block;\n  color:#07182f;\n  font-size:14px;\n}\n\n.bb-stat span{\n  color:#667085;\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   GRID + CARDS\n   ========================================================= *\/\n\n.bb-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin:24px 0;\n}\n\n.bb-card{\n  padding:24px;\n  border:1px solid #e1e6ed;\n  border-radius:14px;\n  background:#fff;\n}\n\n.bb-card h2{\n  margin:0 0 10px;\n  font-size:23px;\n}\n\n\n\/* =========================================================\n   CHECK LIST\n   ========================================================= *\/\n\n.bb-list{\n  list-style:none;\n  padding:0;\n  margin:0;\n}\n\n.bb-list li{\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#4b5563;\n  line-height:1.58;\n}\n\n.bb-list li:before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:9px;\n  width:18px;\n  height:18px;\n  border-radius:50%;\n  background:#f47721;\n  color:#fff;\n  text-align:center;\n  line-height:18px;\n  font-size:11px;\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   DARK FEATURE SECTIONS\n   ========================================================= *\/\n\n.bb-dark{\n  padding:30px;\n  margin:26px 0;\n  border-radius:16px;\n  background:linear-gradient(120deg,#07182f,#0d2747);\n  color:#fff;\n}\n\n.bb-dark h2{\n  margin:0 0 8px;\n  color:#fff;\n  font-size:28px;\n}\n\n.bb-dark p{\n  margin:0 0 18px;\n  color:#dce5ef;\n}\n\n.bb-dgrid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:10px;\n}\n\n.bb-di{\n  padding:16px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:9px;\n  color:#e7edf4;\n  line-height:1.55;\n}\n\n.bb-di strong{\n  display:block;\n  margin-bottom:5px;\n  color:#ff9b19;\n  font-size:17px;\n}\n\n.bb-di span{\n  display:block;\n  color:#e7edf4;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   BUTTON\n   ========================================================= *\/\n\n.bb-btn{\n  display:inline-block;\n  padding:14px 22px;\n  border-radius:8px;\n  background:#f47721;\n  color:#fff!important;\n  font-size:14px;\n  font-weight:900;\n  white-space:nowrap;\n}\n\n.bb-btn:hover{\n  opacity:.92;\n}\n\n\n\/* =========================================================\n   TABLE\n   ========================================================= *\/\n\n.bb-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.bb-table tr{\n  border-bottom:1px solid #e8ecf1;\n}\n\n.bb-table th,\n.bb-table td{\n  padding:9px 5px;\n  text-align:left;\n  vertical-align:top;\n  font-size:14px;\n}\n\n.bb-table th{\n  width:45%;\n  color:#344054;\n  font-weight:800;\n}\n\n.bb-table td{\n  color:#667085;\n}\n\n\n\/* =========================================================\n   NOTES\n   ========================================================= *\/\n\n.bb-note{\n  margin:22px 0;\n  padding:18px 20px;\n  border-left:4px solid #f47721;\n  border-radius:9px;\n  background:#fff8f2;\n  color:#4b5563;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   INSTRUCTION MANUAL\n   ========================================================= *\/\n\n.bb-manual{\n  margin-top:24px;\n  text-align:center;\n}\n\n.bb-manual-note{\n  margin:12px 0 0!important;\n  color:#b9c8da!important;\n  font-size:13px!important;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.bb-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.bb-faq details{\n  padding:15px;\n  border:1px solid #e1e6ed;\n  border-radius:9px;\n  background:#fff;\n}\n\n.bb-faq summary{\n  cursor:pointer;\n  color:#07182f;\n  font-weight:800;\n}\n\n.bb-ans{\n  padding-top:9px;\n  color:#667085;\n  font-size:14px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   TRUST BAR\n   ========================================================= *\/\n\n.bb-trust{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  margin-top:24px;\n  overflow:hidden;\n  border-radius:11px;\n  background:#07182f;\n}\n\n.bb-trust div{\n  padding:16px 7px;\n  text-align:center;\n  color:#dce5ef;\n  font-size:12px;\n}\n\n.bb-trust strong{\n  display:block;\n  color:#ff9b19;\n  font-size:13.5px;\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media(max-width:800px){\n\n  .bb-stats{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .bb-dgrid{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width:650px){\n\n  .bb{\n    padding:16px 10px 36px;\n  }\n\n  .bb-title{\n    font-size:30px;\n  }\n\n  .bb-sub{\n    font-size:18px;\n  }\n\n  .bb-grid,\n  .bb-faq{\n    grid-template-columns:1fr;\n  }\n\n  .bb-stats{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .bb-dgrid{\n    grid-template-columns:1fr;\n  }\n\n  .bb-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .bb-img,\n  .bb-img img{\n    width:100%!important;\n    max-width:100%!important;\n  }\n\n  .bb-dark{\n    padding:22px 18px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"bb\"\u003e\n\u003c!-- =========================================================\n     INTRO\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-brand\"\u003eCOMMERCIAL SOLAR BILLBOARD \u0026amp; SIGN LIGHTING\u003c\/div\u003e\n\u003ch2 class=\"bb-title\"\u003e400W Commercial Solar Billboard Light with 60 High-Brightness LEDs\u003c\/h2\u003e\n\u003ch3 class=\"bb-sub\"\u003e12,000mAh Lithium Battery • 12W Solar Panel • IP65 • Automatic Dusk-to-Dawn Operation\u003c\/h3\u003e\n\u003cp\u003eIlluminate billboards, business signs, property signage and other outdoor displays without running conventional electrical wiring. This \u003cstrong\u003e400W solar billboard light\u003c\/strong\u003e combines a high-output LED lamp head, separate monocrystalline solar panel and rechargeable \u003cstrong\u003e12,000mAh lithium battery\u003c\/strong\u003e for outdoor sign and area lighting.\u003c\/p\u003e\n\u003cp\u003eThe fixture uses \u003cstrong\u003e60 high-brightness LEDs\u003c\/strong\u003e and a 12W solar panel measuring approximately 12.8 × 8.4 inches. Its integrated light-sensing system charges during daylight and automatically turns the light on after dusk.\u003c\/p\u003e\n\u003c!-- =========================================================\n     TAGS\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-tags\"\u003e\n\u003cspan class=\"bb-tag\"\u003e400W Model\u003c\/span\u003e \u003cspan class=\"bb-tag\"\u003e60 LEDs\u003c\/span\u003e \u003cspan class=\"bb-tag\"\u003e12,000mAh Battery\u003c\/span\u003e \u003cspan class=\"bb-tag\"\u003e12W Solar Panel\u003c\/span\u003e \u003cspan class=\"bb-tag\"\u003eIP65\u003c\/span\u003e \u003cspan class=\"bb-tag\"\u003eDusk-to-Dawn\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     MAIN IMAGES\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/eb3a2589-5426-46b3-b7a8-cf7ed5394f86.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"400W commercial solar billboard light\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =========================================================\n     QUICK STATS\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-stats\"\u003e\n\u003cdiv class=\"bb-stat\"\u003e\n\u003cstrong\u003e60 LEDs\u003c\/strong\u003e \u003cspan\u003eHigh-brightness array\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-stat\"\u003e\n\u003cstrong\u003e12,000mAh\u003c\/strong\u003e \u003cspan\u003eLithium battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-stat\"\u003e\n\u003cstrong\u003e12W\u003c\/strong\u003e \u003cspan\u003eSolar panel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-stat\"\u003e\n\u003cstrong\u003eIP65\u003c\/strong\u003e \u003cspan\u003eOutdoor protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-stat\"\u003e\n\u003cstrong\u003e8–15 Hours\u003c\/strong\u003e \u003cspan\u003eListed working time\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-stat\"\u003e\n\u003cstrong\u003e3000 Lux\u003c\/strong\u003e \u003cspan\u003eListed lamp-head rating\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     PACKAGE IMAGE\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/67be2d71-6c5e-49f2-a320-6a2f06758bac.__CR0,0,300,300_PT0_SX970_V1___.jpg\" alt=\"solar billboard light package contents\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =========================================================\n     FEATURES + APPLICATIONS\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-grid\"\u003e\n\u003cdiv class=\"bb-card\"\u003e\n\u003ch2\u003eCommercial Solar Sign Lighting Features\u003c\/h2\u003e\n\u003cul class=\"bb-list\"\u003e\n\u003cli\u003e400W model solar billboard and sign light\u003c\/li\u003e\n\u003cli\u003e60 high-brightness LEDs\u003c\/li\u003e\n\u003cli\u003e12W monocrystalline solar panel\u003c\/li\u003e\n\u003cli\u003e12,000mAh lithium rechargeable battery\u003c\/li\u003e\n\u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n\u003cli\u003eBuilt-in overcharge circuit protection\u003c\/li\u003e\n\u003cli\u003eIP65 outdoor protection\u003c\/li\u003e\n\u003cli\u003eNo normal utility wiring required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-card\"\u003e\n\u003ch2\u003eSuitable Applications\u003c\/h2\u003e\n\u003cdiv class=\"bb-apps\"\u003e\n\u003cspan class=\"bb-app\"\u003eBillboards\u003c\/span\u003e \u003cspan class=\"bb-app\"\u003eBusiness Signs\u003c\/span\u003e \u003cspan class=\"bb-app\"\u003eProperty Signs\u003c\/span\u003e \u003cspan class=\"bb-app\"\u003eParking Lots\u003c\/span\u003e \u003cspan class=\"bb-app\"\u003eOutdoor Walls\u003c\/span\u003e \u003cspan class=\"bb-app\"\u003ePlazas\u003c\/span\u003e \u003cspan class=\"bb-app\"\u003eParks\u003c\/span\u003e \u003cspan class=\"bb-app\"\u003eWalkways\u003c\/span\u003e \u003cspan class=\"bb-app\"\u003eCampuses\u003c\/span\u003e \u003cspan class=\"bb-app\"\u003eFarms\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     MOUNTING IMAGE\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- =========================================================\n     AUTOMATIC SOLAR OPERATION\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-dark\"\u003e\n\u003ch2\u003eAutomatic Solar Operation\u003c\/h2\u003e\n\u003cp\u003eThe built-in light-sensing system keeps the fixture off while charging during daylight and automatically activates the LED lamp after dusk.\u003c\/p\u003e\n\u003cdiv class=\"bb-dgrid\"\u003e\n\u003cdiv class=\"bb-di\"\u003e\n\u003cstrong\u003e Auto On\/Off \u003c\/strong\u003e \u003cspan\u003e Light-sensing operation \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-di\"\u003e\n\u003cstrong\u003e 21% \u003c\/strong\u003e \u003cspan\u003e Listed panel conversion rate \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-di\"\u003e\n\u003cstrong\u003e 8–15 Hrs \u003c\/strong\u003e \u003cspan\u003e Listed working time \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-di\"\u003e\n\u003cstrong\u003e IP65 \u003c\/strong\u003e \u003cspan\u003e Outdoor protection \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     ADDITIONAL IMAGES\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f1c4713d-adf2-4cad-891f-ce3286fe7d89.__CR0,0,970,300_PT0_SX970_V1___.jpg\" alt=\"60 LED solar billboard light brightness\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bb-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/86613ff3-21e6-4b3a-99b4-61cd8dcf68f0.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"IP65 solar billboard light construction\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bb-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5296d5b2-1f29-45dd-96cf-8c73aa12111c.__CR0,0,300,300_PT0_SX970_V1___.jpg\" alt=\"12000mAh solar billboard light battery\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bb-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bb-img\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bb-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f54ba6ab-8c49-4572-a7f2-4029641314ff.__CR0,0,300,300_PT0_SX970_V1___.jpg\" alt=\"commercial solar billboard application\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bb-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d89727dc-f1ca-404f-9494-b16e68bc323a.__CR0,0,300,300_PT0_SX970_V1___.jpg\" alt=\"solar billboard mounting application\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =========================================================\n     PRODUCT SPECS + WHAT'S INCLUDED\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-grid\"\u003e\n\u003cdiv class=\"bb-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"bb-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eCommercial Solar Billboard \/ Sign Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003e400W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLED Count\u003c\/th\u003e\n\u003ctd\u003e60 LEDs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel\u003c\/th\u003e\n\u003ctd\u003e12W Monocrystalline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePanel Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 12.8 × 8.4 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery\u003c\/th\u003e\n\u003ctd\u003e5V \/ 12,000mAh Lithium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWorking Time\u003c\/th\u003e\n\u003ctd\u003e8–15 Hours Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBrightness\u003c\/th\u003e\n\u003ctd\u003e3000 Lux Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeather Rating\u003c\/th\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOperation\u003c\/th\u003e\n\u003ctd\u003eAutomatic Dusk-to-Dawn\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWorking Temperature\u003c\/th\u003e\n\u003ctd\u003e-10°C to 50°C Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-card\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003ctable class=\"bb-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Light\u003c\/th\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel\u003c\/th\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKD Bracket\u003c\/th\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eConnecting Pipes\u003c\/th\u003e\n\u003ctd\u003e4\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eScrews\u003c\/th\u003e\n\u003ctd\u003e4\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInstallation Mount\u003c\/th\u003e\n\u003ctd\u003e1 Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eManual\u003c\/th\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     INSTALLATION \u0026 CHARGING TIPS\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-card\"\u003e\n\u003ch2\u003eInstallation \u0026amp; Charging Tips\u003c\/h2\u003e\n\u003cul class=\"bb-list\"\u003e\n\u003cli\u003eSet the fixture to ON before final installation.\u003c\/li\u003e\n\u003cli\u003eInstall the solar panel in strong, unobstructed sunlight.\u003c\/li\u003e\n\u003cli\u003eFully charge before first use.\u003c\/li\u003e\n\u003cli\u003eCloudy or shaded conditions can slow charging and reduce runtime.\u003c\/li\u003e\n\u003cli\u003eFor daytime testing, cover the solar panel with an opaque object to simulate darkness.\u003c\/li\u003e\n\u003cli\u003eKeep the panel clean and free from dust and debris.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     FULL INSTALLATION INSTRUCTIONS\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-dark\"\u003e\n\u003ch2\u003eInstallation \u0026amp; User Instructions\u003c\/h2\u003e\n\u003cp\u003eFor proper mounting, setup, charging and operation, review the complete \u003cstrong\u003eSolar Billboard Light instruction manual\u003c\/strong\u003e before final installation.\u003c\/p\u003e\n\u003cdiv class=\"bb-dgrid\"\u003e\n\u003cdiv class=\"bb-di\"\u003e\n\u003cstrong\u003e 1. Choose the Location \u003c\/strong\u003e \u003cspan\u003e Select a secure billboard or sign mounting location and position the solar panel where it can receive strong, unobstructed direct sunlight. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-di\"\u003e\n\u003cstrong\u003e 2. Install the Mount \u003c\/strong\u003e \u003cspan\u003e Secure the installation mount, KD bracket, connecting pipes and supplied hardware before attaching the solar light and solar panel. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-di\"\u003e\n\u003cstrong\u003e 3. Position the Light \u003c\/strong\u003e \u003cspan\u003e Aim the LED fixture toward the billboard or sign so the light is distributed across the intended display area. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-di\"\u003e\n\u003cstrong\u003e 4. Switch ON \u0026amp; Charge \u003c\/strong\u003e \u003cspan\u003e Set the fixture to ON, allow the solar system to fully charge and keep the solar panel free from shade, dust and debris. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bb-manual\"\u003e\n\u003ca class=\"bb-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/Solar_Billboard_light_Instructions.pdf?v=1787692687\" rel=\"noopener\" target=\"_blank\"\u003e VIEW INSTALLATION INSTRUCTIONS \u003c\/a\u003e\n\u003cp class=\"bb-manual-note\"\u003eOpens the complete Solar Billboard Light installation and operating manual in a new tab.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     BILLBOARD SIZE GUIDANCE\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-note\"\u003e\n\u003cstrong\u003eBillboard sizing guidance:\u003c\/strong\u003e the supplied product information states one light is suitable for a billboard around \u003cstrong\u003e1.5 × 2 meters\u003c\/strong\u003e. Larger signs may require additional fixtures depending on mounting position and desired illumination.\u003c\/div\u003e\n\u003c!-- =========================================================\n     FAQ\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"bb-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many LEDs does it have?\u003c\/summary\u003e\n\u003cdiv class=\"bb-ans\"\u003eThe supplied specifications list \u003cstrong\u003e60 high-brightness LEDs\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat battery is included?\u003c\/summary\u003e\n\u003cdiv class=\"bb-ans\"\u003eThe supplied information lists a \u003cstrong\u003e12,000mAh lithium battery\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it turn on automatically?\u003c\/summary\u003e\n\u003cdiv class=\"bb-ans\"\u003eYes. It is designed to charge during daylight and automatically illuminate after dusk.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long can it operate?\u003c\/summary\u003e\n\u003cdiv class=\"bb-ans\"\u003eThe supplied specifications list approximately \u003cstrong\u003e8–15 hours\u003c\/strong\u003e. Actual runtime varies with sunlight and environmental conditions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it waterproof?\u003c\/summary\u003e\n\u003cdiv class=\"bb-ans\"\u003eThe supplied product information lists an \u003cstrong\u003eIP65\u003c\/strong\u003e rating.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow large is the solar panel?\u003c\/summary\u003e\n\u003cdiv class=\"bb-ans\"\u003eThe 12W panel is listed at approximately \u003cstrong\u003e12.8 × 8.4 inches\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used beyond billboards?\u003c\/summary\u003e\n\u003cdiv class=\"bb-ans\"\u003eYes. The supplied product information also lists applications including business signs, property signs, walls, plazas, parks, parking lots, walkways, campuses and farms.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I test it during the day?\u003c\/summary\u003e\n\u003cdiv class=\"bb-ans\"\u003eSwitch the fixture ON and cover the solar panel with an opaque object to simulate nighttime conditions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I find the installation instructions?\u003c\/summary\u003e\n\u003cdiv class=\"bb-ans\"\u003eYou can view the complete Solar Billboard Light installation and operating instructions \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/Solar_Billboard_light_Instructions.pdf?v=1787692687\" rel=\"noopener\" target=\"_blank\"\u003e \u003cstrong\u003ehere\u003c\/strong\u003e \u003c\/a\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much billboard area can one light cover?\u003c\/summary\u003e\n\u003cdiv class=\"bb-ans\"\u003eThe supplied information states that one light is suitable for a billboard around \u003cstrong\u003e1.5 × 2 meters\u003c\/strong\u003e. Larger displays may require multiple fixtures depending on mounting position and desired brightness.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     FINAL TRUST BAR\n     ========================================================= --\u003e\n\u003cdiv class=\"bb-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e60 LEDs\u003c\/strong\u003e High-Brightness Array\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e12,000mAh\u003c\/strong\u003e Lithium Battery\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eIP65\u003c\/strong\u003e Outdoor Protection\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAUTO ON\/OFF\u003c\/strong\u003e Dusk-to-Dawn\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":45959656276200,"sku":"","price":249.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/solar-billboard-light-metal-aluminum-lamp-heads400w-12000amh-li-on-battery-60-led-super-bright-light-commercial-billboard-lamp-suitable-for-a-variety-of-scenes-8424344.jpg?v=1786734318"},{"product_id":"smartyard-solar-lights-outdoor-motion-sensor-light-7000k-solar-street-lights-with-remote-control-dusk-to-dawn-flood-light-outdoor-ip65-waterproof-security-light-4-packs","title":"SmartYard Solar Lights Outdoor Motion Sensor Light, 7000K Solar Street Lights with Remote Control, Dusk to Dawn Flood Light Outdoor, IP65 Waterproof Security Light (4 Packs)","description":"\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"h10u0r-ts8d9y-bgvzr6-4ss0ve\" data-cel-widget=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" cel_widget_id=\"aplus-m-premium-module-2-fullbackground-image\" data-csa-c-id=\"t0xsuv-hqts2o-151wln-tk3rgr\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"OKPRO Solar Lights Outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7f0e201d-0bb8-4814-8d1f-2cd9fef07a38.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7f0e201d-0bb8-4814-8d1f-2cd9fef07a38.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" cel_widget_id=\"aplus-m-premium-module-2-fullbackground-image\" data-csa-c-id=\"79696d-cem0cp-sserzw-6e9xv1\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"OKPRO Solar Street Light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6125e472-0f4d-48fe-91b6-0e8187b505be.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6125e472-0f4d-48fe-91b6-0e8187b505be.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" cel_widget_id=\"aplus-m-premium-module-2-fullbackground-image\" data-csa-c-id=\"464gs2-q1rtl-5lws3t-yp2wn7\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"OKPRO Solar Lights Outdoor Motion Sensor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cf736d1b-9b0f-43b8-9114-0de37b0c59b9.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cf736d1b-9b0f-43b8-9114-0de37b0c59b9.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" cel_widget_id=\"aplus-m-premium-module-2-fullbackground-image\" data-csa-c-id=\"j0usft-82zk2-r8u0x7-h6ej4o\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"OKPRO XHM Solar Lamp Outdoor Working Environment\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/da3a208b-a1bb-452c-98cd-066180785354.__CR0,0,600,450_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/da3a208b-a1bb-452c-98cd-066180785354.__CR0,0,600,450_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" cel_widget_id=\"aplus-m-premium-module-2-fullbackground-image\" data-csa-c-id=\"a36guq-lamqgq-6uey2v-jwoe5q\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"OKPRO XHM Solar Light Simple Installation\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5d7a3d3f-3234-43dd-8384-97072eb55bf7.__CR332,0,800,600_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5d7a3d3f-3234-43dd-8384-97072eb55bf7.__CR332,0,800,600_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003eWhat's in the box\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\n\u003cdiv class=\"a-cardui-body\"\u003e\n\u003cdiv data-a-expander-name=\"witb-feature-expander\" data-a-expander-collapsed-height=\"100\" class=\"a-expander-collapsed-height a-row a-expander-container a-expander-partial-collapse-container\"\u003e\n\u003cdiv data-expanded=\"false\" class=\"a-expander-content a-expander-partial-collapse-content\"\u003e\n\u003cdl id=\"witb-content-list\" class=\"a-definition-list a-vertical\"\u003e\n\u003c\/dl\u003e\n\u003cli class=\"include-item-text-all\"\u003e\u003cspan class=\"a-list-item\"\u003e4* Solar Street Outdoor Lights \u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"include-item-text-all\"\u003e\u003cspan class=\"a-list-item\"\u003e4* Remote Controls \u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"include-item-text-all\"\u003e\u003cspan class=\"a-list-item\"\u003e4* Mounting hardwares \u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"include-item-text-all\"\u003e\u003cspan class=\"a-list-item\"\u003e4* Mounting brackets \u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"include-item-text-all\"\u003e\u003cspan class=\"a-list-item\"\u003e1* User Manual\u003c\/span\u003e\u003c\/li\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[GREEN ENERGY \u0026amp; NO ELECTRICITY BILLS]: Experience a breakthrough in energy efficiency with our solar street light. Harnessing the power of the sun, it guarantees a green energy revolution, ensuring your pathways stay brilliantly lit without a hint of electricity bills. Solar parking lot light commercial is 6-8 hours of charge under direct sunlight is enough for 10-12 hours of continuous lighting. Say goodbye to the traditional cost burdens and embrace a brighter, more sustainable future\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[SMART NIGHT PEARLS SOLAR LIGHT]: OKPRO LED solar street light uses green 32650 lithium battery and high-quality 150pcs 2835 type lamp beads, up to 20000LM brightness, with a lighting range which can cover 1235 sq ft. The street solar light outdoor brightness is 80% enhanced than other solar street lights of the same size. Our solar outdoor street light can light up your garage, yard, garden, parking lot, street\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[3 WORKING MODES + DUSK TO DAWN]：The versatile solar street light has 3 smart working modes + dusk to dawn. MODE 1: People are close to 100% brightness, far away from turningoff the lights. MODE 2: People are close to 100% brightness, far away from 10% brightness. MODE 3: Automatically bright when it is dark. Dusk to dawn: When the solar light switch is turned on, the solar parking lot light will run automatically without maintenance, automatically on at dusk, automatically off at dawn\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[WEATHERPROOF BRILLIANCE \u0026amp; SIMPLE INSTALL]: Unleash the power of our solar street lights outdoor in any weather condition. Our solar street lights are IP66 waterproof, fearless of rainy days, and low light charging technology, not only in bad weather can work normally, during the day can also charge normally, lightning and frost resistance, fearless of all weather. Simple installation solar outdoor street lights, no wires, say goodbye to cumbersome steps. Note: please install the solar street light in the direct sunlight, to ensure that the lamp can fully absorb solar energy\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e[2-YEARS EFFORTLESS AFTER-SALES] OKPRO solar street light outdoor is crafted with precision and durability, ensuring a long-lasting investment. Our solar street lights have a warranty of up to 2 years. If you have any questions about solar street lights, please feel free to contact our customer service team and we will respond within 24 hours\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":46479161721064,"sku":"B0CPJD7WMW","price":169.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/smartyard-solar-lights-outdoor-motion-sensor-light-7000k-solar-street-lights-with-remote-control-dusk-to-dawn-flood-light-outdoor-ip65-waterproof-security-light-8313335.jpg?v=1786734316"},{"product_id":"flagpole-solar-light-4640-lumen-12000mah-rechargeable-battery-flag-pole-light-solar-powered-32-brightest-led-outdoor-waterproof-fits-diameter-2-6-in-flagpoles-work-up-to-16-hours-flag-lights","title":"Flagpole Solar Light 4640 Lumen 12000mAh Rechargeable Battery Flag Pole Light Solar Powered 32 Brightest LED Outdoor Waterproof Fits Diameter 2-6 in Flagpoles Work up to 16 Hours Flag Lights","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET\n   4,640LM 360° SOLAR FLAGPOLE LIGHT\n   PREMIUM BEST-SELLER LANDING PAGE\n   ========================================================= *\/\n\n.oso-flag4640{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.oso-flag4640 *{\n  box-sizing:border-box;\n}\n\n.oso-flag4640 img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.oso-flag4640 a{\n  transition:.2s ease;\n}\n\n\/* =========================\n   HERO\n   ========================= *\/\n\n.f4640-hero{\n  display:grid;\n  grid-template-columns:1.05fr .95fr;\n  gap:34px;\n  align-items:center;\n  margin-bottom:24px;\n}\n\n.f4640-hero-media{\n  overflow:hidden;\n  border:1px solid #e5e7eb;\n  border-radius:16px;\n  background:#fff;\n}\n\n.f4640-hero-media img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n  background:#fff;\n}\n\n.f4640-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.f4640-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.f4640-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:22px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.f4640-intro{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.f4640-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.f4640-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* =========================\n   BEST SELLER\n   ========================= *\/\n\n.f4640-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.f4640-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.f4640-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* =========================\n   QUICK SPECS\n   ========================= *\/\n\n.f4640-specbar{\n  display:grid;\n  grid-template-columns:repeat(6,1fr);\n  margin-bottom:28px;\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.f4640-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.f4640-spec:last-child{\n  border-right:0;\n}\n\n.f4640-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.f4640-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* =========================\n   GENERAL\n   ========================= *\/\n\n.f4640-section{\n  margin-bottom:25px;\n}\n\n.f4640-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.f4640-heading:after,\n.f4640-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.f4640-lead{\n  max-width:890px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* =========================\n   DARK PERFORMANCE\n   ========================= *\/\n\n.f4640-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.f4640-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.f4640-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.f4640-dark-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.f4640-dark-item{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.f4640-dark-item strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.f4640-dark-item span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* =========================\n   SQUARE FEATURE CARDS\n   ========================= *\/\n\n.f4640-feature-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:16px;\n  margin-bottom:25px;\n}\n\n.f4640-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.f4640-feature-image{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:18px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.f4640-feature-image img{\n  width:100%;\n  max-width:330px;\n  height:auto;\n  object-fit:contain;\n  margin:auto;\n}\n\n.f4640-feature-copy{\n  padding:20px;\n}\n\n.f4640-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:19px;\n  line-height:1.35;\n  font-weight:800;\n}\n\n.f4640-feature p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\/* =========================\n   FULL-WIDTH VISUAL\n   ========================= *\/\n\n.f4640-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.f4640-wide img{\n  display:block;\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.f4640-wide-copy{\n  padding:22px 25px 24px;\n}\n\n.f4640-wide-copy h2{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:24px;\n  font-weight:850;\n}\n\n.f4640-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* =========================\n   TWO COLUMN CARDS\n   ========================= *\/\n\n.f4640-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.f4640-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.f4640-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.f4640-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.f4640-list li{\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#475467;\n  font-size:14.5px;\n  line-height:1.52;\n}\n\n.f4640-list li:before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:8px;\n  width:18px;\n  height:18px;\n  line-height:18px;\n  text-align:center;\n  border-radius:50%;\n  background:#f5a300;\n  color:#fff;\n  font-size:11px;\n  font-weight:900;\n}\n\n\/* =========================\n   20 FT FLAGPOLE\n   ========================= *\/\n\n.f4640-pole{\n  display:grid;\n  grid-template-columns:.72fr 1.28fr;\n  gap:28px;\n  align-items:center;\n  margin-bottom:25px;\n  padding:31px;\n  border-radius:16px;\n  background:linear-gradient(110deg,#061426,#0c3159);\n}\n\n.f4640-pole-visual{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  min-height:280px;\n  padding:25px;\n  border-radius:12px;\n  background:#fff;\n}\n\n.f4640-pole-icon{\n  width:175px;\n  height:175px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:50%;\n  background:#f7f8fa;\n  border:1px solid #e2e6eb;\n}\n\n.f4640-pole-icon svg{\n  width:105px;\n  height:105px;\n  fill:none;\n  stroke:#07182e;\n  stroke-width:1.5;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n.f4640-pole-label{\n  display:inline-block;\n  margin-bottom:9px;\n  padding:6px 10px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:11px;\n  font-weight:850;\n}\n\n.f4640-pole h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.f4640-pole p{\n  margin:0 0 12px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.f4640-pole-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin:17px 0 20px;\n}\n\n.f4640-pole-pills span{\n  padding:8px 11px;\n  border:1px solid rgba(255,255,255,.18);\n  border-radius:999px;\n  background:rgba(255,255,255,.07);\n  color:#e7edf5;\n  font-size:12px;\n  font-weight:650;\n}\n\n.f4640-pole-btn{\n  display:inline-block;\n  padding:13px 19px;\n  border-radius:7px;\n  background:#f5a300;\n  color:#111827 !important;\n  text-decoration:none !important;\n  font-size:14px;\n  font-weight:850;\n}\n\n.f4640-pole-btn:hover{\n  background:#ffb21a;\n}\n\n\/* =========================\n   TABLE\n   ========================= *\/\n\n.f4640-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.f4640-table tr{\n  border-bottom:1px solid #e9edf1;\n}\n\n.f4640-table tr:last-child{\n  border-bottom:0;\n}\n\n.f4640-table th,\n.f4640-table td{\n  padding:9px 5px;\n  text-align:left;\n  vertical-align:top;\n  font-size:14px;\n  line-height:1.45;\n}\n\n.f4640-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.f4640-table td{\n  color:#5b6472;\n}\n\n.f4640-table a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* =========================\n   INSTALLATION\n   ========================= *\/\n\n.f4640-steps{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n}\n\n.f4640-step{\n  padding:19px 14px;\n  text-align:center;\n  border:1px solid #e4e7ec;\n  border-radius:11px;\n  background:#f8f9fb;\n}\n\n.f4640-num{\n  width:38px;\n  height:38px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:0 auto 10px;\n  border-radius:50%;\n  background:#f5a300;\n  color:#111827;\n  font-weight:900;\n}\n\n.f4640-step h3{\n  margin:0 0 6px;\n  color:#07182e;\n  font-size:16px;\n}\n\n.f4640-step p{\n  margin:0;\n  color:#667085;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\/* =========================\n   MANUAL\n   ========================= *\/\n\n.f4640-manual{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:22px;\n  margin-bottom:25px;\n  padding:24px 27px;\n  border:1px solid #e3e7ec;\n  border-radius:14px;\n  background:#f8f9fb;\n}\n\n.f4640-manual-copy{\n  display:flex;\n  align-items:center;\n  gap:18px;\n}\n\n.f4640-manual-icon{\n  flex-shrink:0;\n  width:52px;\n  height:52px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  border-radius:50%;\n  background:#07182e;\n}\n\n.f4640-manual-icon svg{\n  width:27px;\n  height:27px;\n  fill:none;\n  stroke:#f5a300;\n  stroke-width:1.7;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n.f4640-manual h2{\n  margin:0 0 5px;\n  color:#07182e;\n  font-size:21px;\n  font-weight:850;\n}\n\n.f4640-manual p{\n  margin:0;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.55;\n}\n\n.f4640-manual-btn{\n  flex-shrink:0;\n  display:inline-block;\n  padding:13px 19px;\n  border-radius:7px;\n  background:#07182e;\n  color:#fff !important;\n  text-decoration:none !important;\n  font-size:13.5px;\n  font-weight:800;\n}\n\n\/* =========================\n   APPLICATIONS\n   ========================= *\/\n\n.f4640-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.f4640-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* =========================\n   FAQ\n   ========================= *\/\n\n.f4640-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.f4640-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.f4640-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.f4640-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.f4640-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.f4640-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.f4640-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.f4640-answer a{\n  color:#0b5dbb;\n  font-weight:750;\n  text-decoration:underline;\n}\n\n\/* =========================\n   TRUST\n   ========================= *\/\n\n.f4640-trust{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n  margin-top:25px;\n  overflow:hidden;\n  border-radius:12px;\n  background:#07182e;\n}\n\n.f4640-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.f4640-trust div:last-child{\n  border-right:0;\n}\n\n.f4640-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* =========================\n   TABLET\n   ========================= *\/\n\n@media(max-width:900px){\n\n  .f4640-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .f4640-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .f4640-steps{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n\/* =========================\n   MOBILE\n   ========================= *\/\n\n@media(max-width:680px){\n\n  .oso-flag4640{\n    padding:15px 10px 35px;\n  }\n\n  .f4640-hero,\n  .f4640-two,\n  .f4640-pole,\n  .f4640-feature-grid{\n    grid-template-columns:1fr;\n  }\n\n  .f4640-hero{\n    gap:18px;\n  }\n\n  .f4640-title{\n    font-size:30px;\n  }\n\n  .f4640-subtitle{\n    font-size:19px;\n  }\n\n  .f4640-intro{\n    font-size:15px;\n  }\n\n  .f4640-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .f4640-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .f4640-dark{\n    padding:24px 18px;\n  }\n\n  .f4640-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .f4640-card{\n    padding:21px 17px;\n  }\n\n  .f4640-pole{\n    padding:24px 18px;\n  }\n\n  .f4640-steps{\n    grid-template-columns:1fr;\n  }\n\n  .f4640-manual{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .f4640-manual-copy{\n    align-items:flex-start;\n  }\n\n  .f4640-manual-btn{\n    width:100%;\n    text-align:center;\n  }\n\n  .f4640-faq{\n    grid-template-columns:1fr;\n  }\n\n  .f4640-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"oso-flag4640\"\u003e\n\n\n\u003c!-- ======================================================\n     HERO\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-hero\"\u003e\n\n  \u003cdiv class=\"f4640-hero-media\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b388fa73-1557-4a81-8a5c-c4d72ea8a0e1.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"4640 lumen 360 degree wrap around solar flagpole light illuminating American flag\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"f4640-eyebrow\"\u003e\n      360° SOLAR FLAGPOLE LIGHTING\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"f4640-title\"\u003e\n      4,640-Lumen Solar Flagpole Light\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"f4640-subtitle\"\u003e\n      32-LED Wrap-Around Solar Flag Light for 2\"–6\" Diameter Poles\n    \u003c\/h3\u003e\n\n    \u003cp class=\"f4640-intro\"\u003e\n      Illuminate your flag from multiple directions with a\n      \u003cstrong\u003e360° wrap-around solar flagpole light\u003c\/strong\u003e designed to\n      mount around the pole instead of only above the flag.\n      The wide-angle configuration helps keep more of the flag visible\n      as wind changes its position.\n    \u003c\/p\u003e\n\n    \u003cp class=\"f4640-intro\"\u003e\n      A powerful \u003cstrong\u003e32 × 1W LED array\u003c\/strong\u003e,\n      \u003cstrong\u003e12,000mAh rechargeable battery\u003c\/strong\u003e,\n      6V\/12W monocrystalline solar panel, dusk-to-dawn operation\n      and IP65 weather protection make this a powerful solution for\n      residential and commercial flag displays.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"f4640-pills\"\u003e\n\n      \u003cspan class=\"f4640-pill\"\u003e4,640 Lumens\u003c\/span\u003e\n      \u003cspan class=\"f4640-pill\"\u003e32 × 1W LEDs\u003c\/span\u003e\n      \u003cspan class=\"f4640-pill\"\u003e12,000mAh\u003c\/span\u003e\n      \u003cspan class=\"f4640-pill\"\u003e360° Coverage\u003c\/span\u003e\n      \u003cspan class=\"f4640-pill\"\u003eIP65\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BEST SELLER\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-best\"\u003e\n\n  \u003cstrong\u003eBEST SELLER\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    A high-output solar flag lighting solution for customers who want\n    broader illumination than a traditional flat top-mounted flag light,\n    without running electrical wiring to the pole.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     QUICK SPECS\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-specbar\"\u003e\n\n  \u003cdiv class=\"f4640-spec\"\u003e\n    \u003cstrong\u003e4,640 lm\u003c\/strong\u003e\n    \u003cspan\u003eStated output\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"f4640-spec\"\u003e\n    \u003cstrong\u003e32 × 1W LEDs\u003c\/strong\u003e\n    \u003cspan\u003eHigh-output array\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"f4640-spec\"\u003e\n    \u003cstrong\u003e12,000mAh\u003c\/strong\u003e\n    \u003cspan\u003eBattery capacity\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"f4640-spec\"\u003e\n    \u003cstrong\u003eUp to 16 Hrs\u003c\/strong\u003e\n    \u003cspan\u003eStated runtime\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"f4640-spec\"\u003e\n    \u003cstrong\u003e6V \/ 12W\u003c\/strong\u003e\n    \u003cspan\u003eSolar panel\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"f4640-spec\"\u003e\n    \u003cstrong\u003e2\"–6\"\u003c\/strong\u003e\n    \u003cspan\u003ePole diameter\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     PERFORMANCE\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-dark\"\u003e\n\n  \u003ch2\u003e\n    360° Wrap-Around Flag Illumination\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Traditional solar flag lights often illuminate from a single position.\n    This wrap-around design surrounds the flagpole and helps distribute\n    light from multiple directions as the flag changes position in the wind.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"f4640-dark-grid\"\u003e\n\n    \u003cdiv class=\"f4640-dark-item\"\u003e\n      \u003cstrong\u003e360°\u003c\/strong\u003e\n      \u003cspan\u003eWrap-around lighting design.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f4640-dark-item\"\u003e\n      \u003cstrong\u003e32 LEDs\u003c\/strong\u003e\n      \u003cspan\u003eHigh-output 1W LED array.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f4640-dark-item\"\u003e\n      \u003cstrong\u003e4,640 lm\u003c\/strong\u003e\n      \u003cspan\u003eManufacturer-stated brightness.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f4640-dark-item\"\u003e\n      \u003cstrong\u003eWide Coverage\u003c\/strong\u003e\n      \u003cspan\u003eDesigned for changing flag positions.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     TWO SQUARE IMAGES\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-section\"\u003e\n\n  \u003ch2 class=\"f4640-heading\"\u003e\n    Designed for Better Flag Coverage\n  \u003c\/h2\u003e\n\n  \u003cp class=\"f4640-lead\"\u003e\n    High-capacity components and a wrap-around mounting design help\n    provide stronger, broader illumination for outdoor flag displays.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"f4640-feature-grid\"\u003e\n\n\n    \u003cdiv class=\"f4640-feature\"\u003e\n\n      \u003cdiv class=\"f4640-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/85430b07-a91a-43e7-9739-3586e92f0288.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"360 degree solar flagpole light wrap around design\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"f4640-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          360° No-Dead-Angle Design\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The wrap-around configuration is designed to illuminate the\n          flag from multiple directions instead of relying on one narrow\n          downward beam.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"f4640-feature\"\u003e\n\n      \u003cdiv class=\"f4640-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d689711e-688c-425b-8e86-ef682897fa2c.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"high output solar flagpole light for outdoor American flag display\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"f4640-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Built for Outdoor Flag Displays\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          High-strength ABS and PC components are designed for outdoor\n          use and exposure to rain, wind, sunlight and changing seasons.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     LARGE INSTALLATION IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/216fdd35-879b-4940-9109-4109781e17b1.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"360 degree solar flagpole light installation and solar panel placement\"\u003e\n\n  \u003cdiv class=\"f4640-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Clamp-On Installation with Adjustable Solar Panel\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Adjustable stainless-steel clamps secure the light to a compatible\n      flagpole while the separate solar panel can be positioned toward\n      strong, unobstructed daytime sunlight for better charging.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SOLAR + BATTERY\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-two\"\u003e\n\n\n  \u003cdiv class=\"f4640-card\"\u003e\n\n    \u003ch2\u003e\n      Large 6V \/ 12W Solar Panel\n    \u003c\/h2\u003e\n\n    \u003cul class=\"f4640-list\"\u003e\n\n      \u003cli\u003eMonocrystalline solar technology\u003c\/li\u003e\n      \u003cli\u003e6V \/ 12W stated panel output\u003c\/li\u003e\n      \u003cli\u003eApprox. 13.3\" × 9.4\" solar panel\u003c\/li\u003e\n      \u003cli\u003eDesigned for efficient daytime charging\u003c\/li\u003e\n      \u003cli\u003eApprox. 6–8 hour stated charging time\u003c\/li\u003e\n      \u003cli\u003eNo utility electrical connection required\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"f4640-card\"\u003e\n\n    \u003ch2\u003e\n      12,000mAh Rechargeable Battery\n    \u003c\/h2\u003e\n\n    \u003cul class=\"f4640-list\"\u003e\n\n      \u003cli\u003e12,000mAh stated battery capacity\u003c\/li\u003e\n      \u003cli\u003eDesigned for extended nighttime operation\u003c\/li\u003e\n      \u003cli\u003eUp to approximately 16 hours stated runtime\u003c\/li\u003e\n      \u003cli\u003eAutomatic dusk-to-dawn lighting\u003c\/li\u003e\n      \u003cli\u003eEnergy-efficient LED system\u003c\/li\u003e\n      \u003cli\u003eActual runtime varies with solar conditions\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SECOND WIDE IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1b0581f9-8882-4ac7-a84f-295f88ad8152.__CR92,0,1015,628_PT0_SX970_V1___.jpg\" alt=\"4640 lumen wrap around solar flagpole light mounted on flag pole\"\u003e\n\n  \u003cdiv class=\"f4640-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Mounts Around the Pole — Not on the Top\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Unlike a disc-style flag light that mounts beneath the flagpole\n      ornament, this model attaches around the body of the pole.\n      That gives you more flexibility with toppers, pulleys and flagpole hardware.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     20 FT FLAGPOLE\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-pole\"\u003e\n\n\n  \u003cdiv class=\"f4640-pole-visual\"\u003e\n\n    \u003cdiv class=\"f4640-pole-icon\"\u003e\n\n      \u003csvg viewbox=\"0 0 100 100\"\u003e\n\n        \u003cpath d=\"M32 90V10\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"32\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M33 16c18-8 31 7 45 0v25c-14 7-27-8-45 0z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M22 90h20\"\u003e\u003c\/path\u003e\n\n      \u003c\/svg\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cspan class=\"f4640-pole-label\"\u003e\n      RECOMMENDED FLAGPOLE\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Pair It with Our 20 FT Heavy-Duty Flag Pole\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      This solar flag light is designed for approximately\n      \u003cstrong\u003e2\"–6\" diameter poles\u003c\/strong\u003e and the supplied product\n      information recommends flagpoles approximately\n      \u003cstrong\u003e15–40 ft tall\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Our \u003cstrong\u003e20 FT Heavy Duty Flag Pole\u003c\/strong\u003e falls directly inside\n      that height range and creates an excellent residential or commercial\n      flag-display setup.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Always verify the pole diameter at your intended mounting position\n      before installing the light.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"f4640-pole-pills\"\u003e\n\n      \u003cspan\u003e20 Ft Height\u003c\/span\u003e\n      \u003cspan\u003eHeavy-Duty Outdoor Kit\u003c\/span\u003e\n      \u003cspan\u003eResidential\u003c\/span\u003e\n      \u003cspan\u003eCommercial\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20-ft-flag-pole-heavy-duty-kit-for-yard-extra-thick-outdoor-flag-poles-with-3x5-american-flag-for-residential-or-commercial\" class=\"f4640-pole-btn\"\u003e\n\n      View 20 FT Flag Pole\n\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SPECIFICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-two\"\u003e\n\n\n  \u003cdiv class=\"f4640-card\"\u003e\n\n    \u003ch2\u003e\n      Performance Specifications\n    \u003c\/h2\u003e\n\n\n    \u003ctable class=\"f4640-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eWrap-Around Solar Flagpole Light\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eStated Brightness\u003c\/th\u003e\n          \u003ctd\u003eUp to 4,640 Lumens\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLED Quantity\u003c\/th\u003e\n          \u003ctd\u003e32 × 1W LEDs\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBattery\u003c\/th\u003e\n          \u003ctd\u003e12,000mAh Rechargeable\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eStated Runtime\u003c\/th\u003e\n          \u003ctd\u003eUp to Approx. 16 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCharge Time\u003c\/th\u003e\n          \u003ctd\u003eApprox. 6–8 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSolar Panel\u003c\/th\u003e\n          \u003ctd\u003e6V \/ 12W Monocrystalline\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eWeather Rating\u003c\/th\u003e\n          \u003ctd\u003eIP65\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"f4640-card\"\u003e\n\n    \u003ch2\u003e\n      Fit \u0026amp; Construction\n    \u003c\/h2\u003e\n\n\n    \u003ctable class=\"f4640-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMounting Style\u003c\/th\u003e\n          \u003ctd\u003eWrap-Around Clamp Mount\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePole Diameter\u003c\/th\u003e\n          \u003ctd\u003eApprox. 2\"–6\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRecommended Pole Height\u003c\/th\u003e\n          \u003ctd\u003eApprox. 15–40 Ft\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMaterials\u003c\/th\u003e\n          \u003ctd\u003eABS Body \/ PC Lampshade \/ PET Panel\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eAutomatic Operation\u003c\/th\u003e\n          \u003ctd\u003eDusk-to-Dawn\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRecommended Pole\u003c\/th\u003e\n\n          \u003ctd\u003e\n\n            \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20-ft-flag-pole-heavy-duty-kit-for-yard-extra-thick-outdoor-flag-poles-with-3x5-american-flag-for-residential-or-commercial\"\u003e\n\n              20 FT Heavy Duty Flag Pole\n\n            \u003c\/a\u003e\n\n          \u003c\/td\u003e\n\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     INSTALLATION STEPS\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-card f4640-section\"\u003e\n\n  \u003ch2\u003e\n    Installation \u0026amp; Solar Panel Placement\n  \u003c\/h2\u003e\n\n  \u003cp class=\"f4640-lead\"\u003e\n    Installation is straightforward, but because flagpoles can be tall,\n    two people are recommended where practical.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"f4640-steps\"\u003e\n\n\n    \u003cdiv class=\"f4640-step\"\u003e\n\n      \u003cdiv class=\"f4640-num\"\u003e1\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Check Pole Size\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Confirm the mounting location is within the approximately 2\"–6\" range.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"f4640-step\"\u003e\n\n      \u003cdiv class=\"f4640-num\"\u003e2\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Choose the Height\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Position the light where it can effectively illuminate the flag.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"f4640-step\"\u003e\n\n      \u003cdiv class=\"f4640-num\"\u003e3\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Aim Solar Panel\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Point the solar panel toward strong unobstructed daytime sunlight.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"f4640-step\"\u003e\n\n      \u003cdiv class=\"f4640-num\"\u003e4\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Secure the Clamps\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Tighten all mounting clamps evenly and verify the fixture is secure.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     INSTRUCTION MANUAL\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-manual\"\u003e\n\n  \u003cdiv class=\"f4640-manual-copy\"\u003e\n\n    \u003cdiv class=\"f4640-manual-icon\"\u003e\n\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n\n        \u003cpath d=\"M6 3h9l3 3v15H6z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M15 3v4h4\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M9 12h6\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M9 16h6\"\u003e\u003c\/path\u003e\n\n      \u003c\/svg\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv\u003e\n\n      \u003ch2\u003e\n        4,640-Lumen Solar Flagpole Light Instruction Manual\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Review installation, solar-panel placement, operating and safety\n        instructions before mounting your flagpole light.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/Uplight_Instruction_Manual_LUMENX.pdf?v=1769053618\" target=\"_blank\" rel=\"noopener\" class=\"f4640-manual-btn\"\u003e\n\n    View Instruction Manual\n\n  \u003c\/a\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     APPLICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-card f4640-section\"\u003e\n\n  \u003ch2\u003e\n    Ideal for Residential \u0026amp; Commercial Flagpoles\n  \u003c\/h2\u003e\n\n  \u003cp class=\"f4640-lead\"\u003e\n    The adjustable mounting system makes this solar flag light suitable\n    for many compatible outdoor flagpole applications.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"f4640-apps\"\u003e\n\n    \u003cspan class=\"f4640-app\"\u003eResidential Flagpoles\u003c\/span\u003e\n    \u003cspan class=\"f4640-app\"\u003eBusinesses\u003c\/span\u003e\n    \u003cspan class=\"f4640-app\"\u003eSchools\u003c\/span\u003e\n    \u003cspan class=\"f4640-app\"\u003eCommercial Properties\u003c\/span\u003e\n    \u003cspan class=\"f4640-app\"\u003eHOAs\u003c\/span\u003e\n    \u003cspan class=\"f4640-app\"\u003eGovernment Buildings\u003c\/span\u003e\n    \u003cspan class=\"f4640-app\"\u003eFarms\u003c\/span\u003e\n    \u003cspan class=\"f4640-app\"\u003eVeterans Displays\u003c\/span\u003e\n    \u003cspan class=\"f4640-app\"\u003eCommunity Centers\u003c\/span\u003e\n    \u003cspan class=\"f4640-app\"\u003ePatriotic Displays\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     PERFORMANCE TIPS\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-dark\"\u003e\n\n  \u003ch2\u003e\n    Get the Best Performance from Your Solar Flag Light\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Solar charging performance depends heavily on available daytime sunlight.\n    Proper placement and occasional maintenance can significantly improve\n    nighttime performance.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"f4640-dark-grid\"\u003e\n\n    \u003cdiv class=\"f4640-dark-item\"\u003e\n      \u003cstrong\u003eDirect Sun\u003c\/strong\u003e\n      \u003cspan\u003eAvoid heavy daytime shade.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f4640-dark-item\"\u003e\n      \u003cstrong\u003eClean Panel\u003c\/strong\u003e\n      \u003cspan\u003eRemove dust, leaves and debris.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f4640-dark-item\"\u003e\n      \u003cstrong\u003e6–8 Hours\u003c\/strong\u003e\n      \u003cspan\u003eAllow sufficient daytime charging.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"f4640-dark-item\"\u003e\n      \u003cstrong\u003eSeasonal Changes\u003c\/strong\u003e\n      \u003cspan\u003eRuntime varies with weather and daylight.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FAQ\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-card\"\u003e\n\n  \u003ch2\u003e\n    4,640-Lumen Solar Flagpole Light FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"f4640-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How bright is this solar flagpole light?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"f4640-answer\"\u003e\n        The supplied product specification states up to approximately\n        4,640 lumens using 32 high-output 1W LEDs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How is this different from a top-mounted solar flag light?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"f4640-answer\"\u003e\n        This model mounts around the flagpole using adjustable clamps\n        instead of sitting beneath the flagpole ornament. Its wrap-around\n        design is intended to provide broader multi-directional illumination.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What size flagpole does this light fit?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"f4640-answer\"\u003e\n        The supplied product information lists compatibility with\n        approximately 2-inch to 6-inch diameter poles.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do you recommend a 20 ft flagpole?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"f4640-answer\"\u003e\n        Yes. The recommended flagpole-height range is approximately\n        15–40 ft, so a 20 ft pole fits comfortably within that range.\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/20-ft-flag-pole-heavy-duty-kit-for-yard-extra-thick-outdoor-flag-poles-with-3x5-american-flag-for-residential-or-commercial\"\u003e\n          View our 20 FT Heavy Duty Flag Pole.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How large is the battery?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"f4640-answer\"\u003e\n        The supplied specifications list a 12,000mAh rechargeable battery.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long can the light operate?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"f4640-answer\"\u003e\n        The stated operating time is up to approximately 16 hours\n        after sufficient charging. Actual runtime varies with sunlight,\n        weather, battery condition and installation.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long does charging take?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"f4640-answer\"\u003e\n        The listed charging time is approximately 6–8 hours under\n        suitable sunlight conditions.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does it automatically turn on at night?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"f4640-answer\"\u003e\n        Yes. The built-in light sensor is designed for automatic daytime\n        charging and nighttime illumination.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is this solar flagpole light waterproof?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"f4640-answer\"\u003e\n        The supplied product specifications list an IP65 outdoor\n        weather-resistance rating.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where can I find the instruction manual?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"f4640-answer\"\u003e\n        You can\n        \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/Uplight_Instruction_Manual_LUMENX.pdf?v=1769053618\" target=\"_blank\" rel=\"noopener\"\u003e\n          view the 4,640-lumen solar flagpole light instruction manual here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     TRUST BAR\n     ====================================================== --\u003e\n\n\u003csection class=\"f4640-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e4,640 Lumens\u003c\/strong\u003e\n    Stated High Output\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e360° Design\u003c\/strong\u003e\n    Wide Flag Coverage\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e12,000mAh\u003c\/strong\u003e\n    Large Battery\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eIP65\u003c\/strong\u003e\n    Outdoor Protection\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e20 FT Pole\u003c\/strong\u003e\n    Recommended Pairing\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":46509815562472,"sku":"","price":189.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/flagpole-solar-light-4640-lumen-12000mah-rechargeable-battery-flag-pole-light-solar-powered-32-brightest-led-outdoor-waterproof-fits-diameter-2-6-in-flagpoles-w-4896193.jpg?v=1786734317"},{"product_id":"10-000w-commercial-solar-street-light-self-cleaning","title":"10,000W Commercial Solar street light All In One 6500K-Self Cleaning","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"productDetails\"\u003e\n\u003cdiv class=\"details\"\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/bsg-i.nbxc.com\/product\/86\/91\/66\/0926f5b4b1548f4575c14e24ea.png\" title=\"Product Description\" alt=\"Product Description\"\u003e\u003cimg src=\"https:\/\/bsg-i.nbxc.com\/product\/a0\/6f\/f7\/f9ae9b29f07ea879cb032a36a5.png\" title=\"Product Parameters\" alt=\"Product Parameters\"\u003e\u003cimg src=\"https:\/\/bsg-i.nbxc.com\/product\/3c\/ec\/32\/2ee7edc5904257c4064296237a.png\" title=\"Product Parameter Structure\" alt=\"Product Parameter Structure\"\u003e\u003cimg src=\"https:\/\/bsg-i.nbxc.com\/product\/ae\/c5\/3e\/6d270f0cf28465866d779caf6a.png\" title=\"Auto Cleaning Solar Street Light Outdoor\" alt=\"Auto Cleaning Solar Street Light Outdoor\"\u003e\u003cimg src=\"https:\/\/bsg-i.nbxc.com\/product\/12\/5e\/08\/3f59f854069a772a7389a0b004.png\" title=\"Mulitiple Installation Methods And Adjustable Angles\" alt=\"Mulitiple Installation Methods And Adjustable Angles\"\u003e\u003cimg src=\"https:\/\/bsg-i.nbxc.com\/product\/bf\/da\/fd\/bcc09f0fa145b3883b04830ee7.png\" title=\"Widely Application In High Temperature Area\" alt=\"Widely Application In High Temperature Area\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-v-6c3a3e70=\"\" class=\"productsVideoSwiper\"\u003e\n\u003cdiv data-v-6c3a3e70=\"\" class=\"swiperBox\"\u003e\n\u003cdiv data-v-6c3a3e70=\"\" class=\"swiper-container swiper-container-initialized swiper-container-horizontal swiper-container-ios\"\u003e\n\u003cdiv data-v-6c3a3e70=\"\" class=\"swiper-wrapper\"\u003e\n\u003cdiv data-v-6c3a3e70=\"\" class=\"swiper-slide swiper-slide-active\"\u003e\n\u003cdiv data-v-3c7fc616=\"\" data-v-6c3a3e70=\"\" class=\"transverseVideoBoxDetail\"\u003e\n\u003cdiv data-v-3c7fc616=\"\" class=\"videoTitle\"\u003e\n\u003cp data-v-3c7fc616=\"\" class=\"text-hidden2\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"sui-h3-bold sui-line-clamp-unset sui-text-primary\"\u003eAbout This Product\u003c\/h3\u003e\n\u003cp class=\"sui-mb-4 sui-text-base\"\u003e10,000W Solar Powered LED Street Light, with SMART Sensor, 360° and remote control. Designed and built for a wide range of lighting applications such as Commercial Buildings, Parking Lots, Street Lights, Farms, Parks, Exterior Work Lights and large area Residential and Recreational lighting. This quality built and very reliable Solar Powered LED light is completely self-contained. It is made from a sturdy cast aluminum alloy light body fixture with an integrated tempered glass solar panel, ultra-bright CREE LED and user adjustable SMART radar sensor controls. Can be used for new installations or replacement of outdated AC powered lights. Its innovative SMART lighting profiles offer unlimited true Dusk-to-Dawn all night lighting capability. It offers flexibility with auto compensation for critical weather and variations of geographic locations, and it is able to indicate critical status of battery reserve conditions. Our solar lights present a significant improvement above current solar lighting performance operating with its SMART management (IPM) system. It provides user adjustability in controlling Max Brightness and Dimming Moonlight soft-glow illumination, lighting up only when motion is detected. An ultra-efficient and very powerful Commercial Light using renewable Solar Green Energy. A highly reliable and compact eLEDing unit designed and engineered for outdoor lighting solutions. Includes mounting system connection for standard pole mounting.\u003c\/p\u003e\n\u003cul class=\"sui-w-full sui-list-disc sui-px-6 sui-flex sui-flex-col sui-gap-2 sui-mt-2\" data-testid=\"bullet-list\"\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eSelf-contained light with solar panel, LEDs, battery, remote control and controller integrated in an enclosed unit with easy one step set-up\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eBackside solar panel charges the battery and the solar panel must receive at least 4 hours of direct sunshine daily for max charging\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eBuilt-in Intelligent Power Management (IPM) to automatically compensate for weather conditions of the world geography\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eTrue dusk to dawn feature, and lights up to 3-4 days illuminating time under IPM\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eInvented (patented technology), designed, developed, engineered and QC'd in USA\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003ePlease read the instructions carefully before using, the solar panel must receive at least 4 hours of direct sunshine to fully charge the battery before using\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eHigh quality made components to extend operating ultra-long life cycles: super LED matrix, li-battery, tempered glass solar panel and cast aluminum alloy light fixture\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eUses the most advanced and reliable lithium-based polymer battery available\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eCharges and discharges the battery efficiently under automatic protection control\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eAutomatic battery reserve capacity and power source monitoring\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eOn-board radar motion detector provides more stable and durable dusk to dawn illumination all night long all year round\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eSuper bight US Cree LED illuminator\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eSmart on feature built with motion activated profiles \/ dimming mode\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eHighly intense outstanding illumination coverage\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"article-main__content\" data-test-id=\"publishing-text-block\"\u003e\n\u003ch2 data-test-id=\"pulse-publishing-h1\"\u003e\u003cspan class=\"font-[700]\"\u003eBRIF INTRODUCTION\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"article-main__content\" data-test-id=\"publishing-text-block\"\u003e\n\u003cp\u003e\u003cspan class=\"\"\u003eSolar street lights are application for lighting commercial or residential areas. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"article-main__content\" data-test-id=\"publishing-text-block\"\u003e\n\u003cp\u003e\u003cspan class=\"\"\u003eSolar Street Lamp provides an ecologically friendly solution to renewable solar lighting.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"article-main__content\" data-test-id=\"publishing-text-block\"\u003e\n\u003cp\u003e\u003cspan class=\"\"\u003eSelf-cleaning all in one solar light which installing solar street lamp with a self-cleaning mechanism.Which saves you time for manual cleaning, and they charge up faster because the solar panels are always clean.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"article-main__content\" data-test-id=\"publishing-text-block\"\u003e\n\u003cp\u003e\u003cspan class=\"\"\u003eSolar-powered street lamps very popular for their energy efficiency and eco-friendly. These lamps are efficient for lighting up pathways or walkways without install wire from local electric.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"article-main__content\" data-test-id=\"publishing-text-block\"\u003e\n\u003ch2 data-test-id=\"pulse-publishing-h1\"\u003e\u003cspan class=\"\"\u003e1. WHAT IS AUTO CLEAN SOLAR STREET LIGHT?\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"article-main__content\" data-test-id=\"publishing-text-block\"\u003e\n\u003cp\u003e\u003cspan class=\"\"\u003eThe auto clean solar street light is a solar street light with an auto-cleaning mechanism integrated with its design. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"article-main__content\" data-test-id=\"publishing-text-block\"\u003e\n\u003cp\u003e\u003cspan class=\"\"\u003eOne of the features that stands out with the auto clean solar street light is the self cleaning mechanism, which is an brush with thick bristles that allow up to four hours of automatic cleaning. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"article-main__content\" data-test-id=\"publishing-text-block\"\u003e\n\u003cp\u003e\u003cspan class=\"\"\u003eThe brush bristles have a flat fitting on the solar panels, allowing for thorough cleaning. The bristles are made to be thick and soft for an awesome cleaning.L\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab\" id=\"tab-description\" role=\"tabpanel\" aria-labelledby=\"tab-title-description\"\u003e\n\u003ch3\u003eWhat’s Self cleaning integrated solar street light ?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eThe Self cleaning integrated solar street light is designed to make the most of your solar energy.\u003c\/li\u003e\n\u003cli\u003eThe PV solar panel is self-cleaning, so you’ll always get the most out of your energy production.\u003c\/li\u003e\n\u003cli\u003eThe integrated lithium battery means there’s no need for separate storage, while the tilt-adjustable light ensures perfect illumination every time.\u003c\/li\u003e\n\u003cli\u003eWith up to 10000 lumens of brightness, this bright light is perfect for illuminating large areas and lasting for long working time.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eThe self-cleaning function in all-in-one solar street light has several benefits:\u003c\/h4\u003e\n\u003cp\u003e1. Reduced maintenance – By keeping the solar panels clean, the amount of time and effort required to maintain the street lights is greatly reduced.\u003c\/p\u003e\n\u003cp\u003e2. Increased energy efficiency – Clean solar panels will help to absorb more solar energy, resulting in a more efficient and cost-effective street light.\u003c\/p\u003e\n\u003cp\u003e3. Reduced dust accumulation – The self-cleaning feature will help to reduce the amount of dust and dirt that accumulates on the solar panels over time.\u003c\/p\u003e\n\u003cp\u003e4. Improved performance – The self-cleaning feature will help to spread the solar energy more evenly across the surface of the solar panels, helping to improve the performance and efficiency of the all-in-one solar street lights.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"sui-h3-bold sui-line-clamp-unset sui-text-primary\"\u003e\u003c\/h3\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":46589603741928,"sku":"EE880W-SHRC100","price":1100.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/10000w-commercial-solar-street-light-all-in-one-6500k-self-cleaning-1489027.webp?v=1786734328"},{"product_id":"street-light-pole-mount-accessories-street-lamp-pole-ground-cage-embedded-parts","title":"Street Light Pole Mount Accessories Street Lamp Pole Ground Cage Embedded Parts","description":"\u003ch3 class=\"sui-h3-bold sui-line-clamp-unset sui-text-primary\"\u003eAbout This Product\u003c\/h3\u003e\n\u003cp class=\"sui-mb-4 sui-text-base\"\u003eEnsure the structural integrity of your construction project with our high-quality Base Rebar Cage. Crafted with precision and durability in mind, this essential construction component is designed to provide superior reinforcement for your concrete foundations. Invest in the strength and reliability of our Base Rebar Cage, and rest assured that your construction projects will stand the test of time. Elevate your building's foundation with this essential component, backed by our commitment to quality and durability.\u003c\/p\u003e\n\u003cul class=\"sui-w-full sui-list-disc sui-px-6 sui-flex sui-flex-col sui-gap-2 sui-mt-2\" data-testid=\"bullet-list\"\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eRobust reinforcement: our base rebar cage is constructed from premium-grade steel, meticulously engineered to withstand the toughest of construction environments, its robust design ensures enhanced stability and longevity for your concrete structures\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003ePrecision engineering: each base rebar cage is fabricated with precision-cut steel bars, expertly welded together to exacting specifications, this meticulous craftsmanship guarantees uniformity and consistency, reducing the risk of structural weaknesses\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eEasy installation: streamline your construction process with the user-friendly design of our base rebar cage, its modular structure allows for quick and hassle-free installation, saving you valuable time and labor costs on the job site\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eVersatile application: whether you're working on residential, commercial, or industrial projects, our base rebar cage is versatile enough to meet your needs, it's designed to enhance the load-bearing capacity of your foundations, ensuring safety and stability in all construction endeavors\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":46591080726760,"sku":"","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/street-light-pole-mount-accessories-street-lamp-pole-ground-cage-embedded-parts-4189100.jpg?v=1786734314"},{"product_id":"20-ft-flag-pole-heavy-duty-kit-for-yard-extra-thick-outdoor-flag-poles-with-3x5-american-flag-for-residential-or-commercial","title":"20 FT Flag Pole Heavy Duty Kit for Yard - Extra Thick Outdoor Flag Poles with 3x5 American Flag for Residential or Commercial","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET\n   20 FT HEAVY-DUTY ALUMINUM FLAGPOLE\n   BEST-SELLER PRODUCT DESCRIPTION\n   ========================================================= *\/\n\n.oso-flagpole {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 28px 16px 50px;\n  font-family: inherit;\n  color: #111827;\n}\n\n.oso-flagpole * {\n  box-sizing: border-box;\n}\n\n.oso-flagpole img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n}\n\n\/* HERO *\/\n\n.osof-hero {\n  display: grid;\n  grid-template-columns: 1fr 1.15fr;\n  gap: 40px;\n  align-items: center;\n  margin-bottom: 28px;\n}\n\n.osof-hero-image {\n  border-radius: 16px;\n  overflow: hidden;\n  background: #f3f4f6;\n}\n\n.osof-hero-image img {\n  aspect-ratio: 1 \/ .82;\n  object-fit: cover;\n}\n\n.osof-eyebrow {\n  color: #f28c00;\n  font-size: 15px;\n  font-weight: 800;\n  letter-spacing: .7px;\n  text-transform: uppercase;\n  margin-bottom: 8px;\n}\n\n.osof-title {\n  margin: 0 0 11px;\n  color: #07182e;\n  font-size: 40px;\n  line-height: 1.08;\n  font-weight: 850;\n}\n\n.osof-subtitle {\n  margin: 0 0 14px;\n  color: #1f2937;\n  font-size: 22px;\n  line-height: 1.35;\n  font-weight: 700;\n}\n\n.osof-intro {\n  margin: 0;\n  color: #4b5563;\n  font-size: 17px;\n  line-height: 1.72;\n}\n\n\/* BEST SELLER *\/\n\n.osof-best {\n  display: flex;\n  align-items: center;\n  gap: 18px;\n  margin-bottom: 24px;\n  padding: 18px 24px;\n  background: linear-gradient(105deg,#07182e,#0c2d51);\n  border-radius: 13px;\n}\n\n.osof-best-badge {\n  flex-shrink: 0;\n  padding: 8px 13px;\n  border-radius: 999px;\n  background: #f5a300;\n  color: #111827;\n  font-size: 13px;\n  font-weight: 850;\n}\n\n.osof-best p {\n  margin: 0;\n  color: #e1e8f0;\n  font-size: 15px;\n  line-height: 1.55;\n}\n\n\/* QUICK FEATURES *\/\n\n.osof-quick {\n  display: grid;\n  grid-template-columns: repeat(6,1fr);\n  margin-bottom: 30px;\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 14px;\n  overflow: hidden;\n}\n\n.osof-quick-item {\n  text-align: center;\n  padding: 20px 9px;\n  border-right: 1px solid #e5e7eb;\n}\n\n.osof-quick-item:last-child {\n  border-right: 0;\n}\n\n.osof-icon {\n  width: 52px;\n  height: 52px;\n  margin: 0 auto 10px;\n  border-radius: 50%;\n  background: #07182e;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.osof-icon svg {\n  width: 27px;\n  height: 27px;\n  fill: none;\n  stroke: #f5a300;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.osof-quick-item strong {\n  display: block;\n  color: #111827;\n  font-size: 14px;\n  line-height: 1.35;\n}\n\n.osof-quick-item span {\n  display: block;\n  margin-top: 3px;\n  color: #667085;\n  font-size: 12.5px;\n}\n\n\/* GENERAL *\/\n\n.osof-section {\n  margin-bottom: 25px;\n}\n\n.osof-heading {\n  margin: 0 0 8px;\n  color: #07182e;\n  font-size: 29px;\n  line-height: 1.25;\n  font-weight: 850;\n}\n\n.osof-heading:after,\n.osof-card h2:after {\n  content: \"\";\n  display: block;\n  width: 47px;\n  height: 3px;\n  margin-top: 9px;\n  background: #f5a300;\n}\n\n.osof-lead {\n  max-width: 880px;\n  margin: 0 0 22px;\n  color: #667085;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n\/* FEATURES *\/\n\n.osof-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 16px;\n}\n\n.osof-feature {\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 13px;\n  overflow: hidden;\n}\n\n.osof-feature img {\n  aspect-ratio: 1 \/ .82;\n  object-fit: cover;\n}\n\n.osof-feature-copy {\n  padding: 20px;\n}\n\n.osof-feature h3 {\n  margin: 0 0 7px;\n  color: #111827;\n  font-size: 18px;\n  line-height: 1.35;\n  font-weight: 800;\n}\n\n.osof-feature p {\n  margin: 0;\n  color: #667085;\n  font-size: 14.5px;\n  line-height: 1.65;\n}\n\n\/* DARK *\/\n\n.osof-dark {\n  margin-bottom: 24px;\n  padding: 35px;\n  border-radius: 16px;\n  background: linear-gradient(120deg,#061426,#0b2545 70%,#123858);\n  color: #fff;\n}\n\n.osof-dark h2 {\n  margin: 0 0 11px;\n  color: #fff;\n  font-size: 29px;\n  font-weight: 850;\n}\n\n.osof-dark \u003e p {\n  max-width: 880px;\n  margin: 0 0 24px;\n  color: #d7e0eb;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.osof-dark-grid {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 12px;\n}\n\n.osof-dark-card {\n  padding: 18px;\n  border-radius: 10px;\n  background: rgba(255,255,255,.07);\n  border: 1px solid rgba(255,255,255,.14);\n}\n\n.osof-dark-card strong {\n  display: block;\n  margin-bottom: 5px;\n  color: #f5a300;\n  font-size: 19px;\n}\n\n.osof-dark-card span {\n  color: #e2e8f0;\n  font-size: 13.5px;\n  line-height: 1.5;\n}\n\n\/* TWO COLUMN *\/\n\n.osof-two {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n  margin-bottom: 24px;\n}\n\n.osof-card {\n  padding: 27px;\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 13px;\n}\n\n.osof-card h2 {\n  margin: 0 0 16px;\n  color: #07182e;\n  font-size: 25px;\n  font-weight: 850;\n}\n\n.osof-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.osof-list li {\n  position: relative;\n  padding: 7px 0 7px 29px;\n  color: #344054;\n  font-size: 15px;\n  line-height: 1.52;\n}\n\n.osof-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  top: 8px;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  background: #f5a300;\n  color: #fff;\n  text-align: center;\n  line-height: 18px;\n  font-size: 11px;\n  font-weight: 900;\n}\n\n\/* TABLE *\/\n\n.osof-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.osof-table tr {\n  border-bottom: 1px solid #eceff2;\n}\n\n.osof-table tr:last-child {\n  border-bottom: 0;\n}\n\n.osof-table th,\n.osof-table td {\n  padding: 9px 5px;\n  text-align: left;\n  vertical-align: top;\n  font-size: 15px;\n  line-height: 1.4;\n}\n\n.osof-table th {\n  width: 43%;\n  color: #344054;\n  font-weight: 750;\n}\n\n.osof-table td {\n  color: #475467;\n}\n\n\/* WIDE *\/\n\n.osof-wide {\n  display: grid;\n  grid-template-columns: 1.05fr .95fr;\n  gap: 26px;\n  align-items: center;\n  margin-bottom: 24px;\n  padding: 30px;\n  background: #f8f9fb;\n  border: 1px solid #e5e7eb;\n  border-radius: 15px;\n}\n\n.osof-wide img {\n  border-radius: 11px;\n}\n\n.osof-wide h2 {\n  margin: 0 0 11px;\n  color: #07182e;\n  font-size: 27px;\n  font-weight: 850;\n}\n\n.osof-wide p {\n  margin: 0 0 13px;\n  color: #667085;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\/* APPLICATIONS *\/\n\n.osof-apps {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n}\n\n.osof-app {\n  padding: 10px 15px;\n  background: #f7f8fa;\n  border: 1px solid #e4e7ec;\n  border-radius: 999px;\n  color: #344054;\n  font-size: 14px;\n  font-weight: 650;\n}\n\n\/* INCLUDED *\/\n\n.osof-included {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 11px;\n}\n\n.osof-included-item {\n  text-align: center;\n  padding: 17px 10px;\n  background: #f8f9fb;\n  border: 1px solid #e5e7eb;\n  border-radius: 9px;\n  color: #344054;\n  font-size: 14px;\n  font-weight: 700;\n}\n\n\/* INSTALL *\/\n\n.osof-steps {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 16px;\n}\n\n.osof-step {\n  text-align: center;\n  padding: 10px;\n}\n\n.osof-step-num {\n  width: 38px;\n  height: 38px;\n  margin: 0 auto 10px;\n  border-radius: 50%;\n  background: #f5a300;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 850;\n}\n\n.osof-step h3 {\n  margin: 0 0 6px;\n  color: #111827;\n  font-size: 17px;\n}\n\n.osof-step p {\n  margin: 0;\n  color: #667085;\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n\/* ADD-ON PRODUCTS *\/\n\n.osof-addon-section {\n  margin-bottom: 24px;\n}\n\n.osof-addon-header {\n  text-align: center;\n  margin-bottom: 20px;\n}\n\n.osof-addon-header h2 {\n  margin: 0 0 8px;\n  color: #07182e;\n  font-size: 29px;\n  font-weight: 850;\n}\n\n.osof-addon-header p {\n  max-width: 790px;\n  margin: 0 auto;\n  color: #667085;\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.osof-addon-grid {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 16px;\n}\n\n.osof-addon {\n  display: flex;\n  flex-direction: column;\n  border: 1px solid #e3e7ec;\n  border-radius: 14px;\n  overflow: hidden;\n  background: #fff;\n}\n\n.osof-addon-top {\n  padding: 22px;\n  background: #07182e;\n  color: #fff;\n  min-height: 132px;\n}\n\n.osof-addon-label {\n  display: inline-block;\n  margin-bottom: 9px;\n  padding: 6px 10px;\n  border-radius: 999px;\n  background: #f5a300;\n  color: #111827;\n  font-size: 11px;\n  font-weight: 850;\n}\n\n.osof-addon h3 {\n  margin: 0 0 7px;\n  color: #fff;\n  font-size: 19px;\n  line-height: 1.3;\n}\n\n.osof-addon-top p {\n  margin: 0;\n  color: #d8e1ec;\n  font-size: 13.5px;\n  line-height: 1.55;\n}\n\n.osof-addon-body {\n  padding: 20px;\n  flex: 1;\n  display: flex;\n  flex-direction: column;\n}\n\n.osof-addon-list {\n  list-style: none;\n  margin: 0 0 18px;\n  padding: 0;\n}\n\n.osof-addon-list li {\n  position: relative;\n  padding: 5px 0 5px 21px;\n  color: #475467;\n  font-size: 13.5px;\n  line-height: 1.5;\n}\n\n.osof-addon-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #f28c00;\n  font-weight: 900;\n}\n\n.osof-addon-btn {\n  display: block;\n  margin-top: auto;\n  padding: 12px 14px;\n  border-radius: 7px;\n  background: #f5a300;\n  color: #111827 !important;\n  text-decoration: none !important;\n  text-align: center;\n  font-size: 14px;\n  font-weight: 850;\n}\n\n.osof-addon-btn:hover {\n  background: #ffb21a;\n}\n\n\/* MANUAL *\/\n\n.osof-manual {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 20px;\n  margin-bottom: 24px;\n  padding: 23px 25px;\n  background: #f8f9fb;\n  border: 1px solid #e5e7eb;\n  border-radius: 13px;\n}\n\n.osof-manual h3 {\n  margin: 0 0 5px;\n  color: #07182e;\n  font-size: 20px;\n  font-weight: 800;\n}\n\n.osof-manual p {\n  margin: 0;\n  color: #667085;\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n.osof-manual a {\n  flex-shrink: 0;\n  display: inline-block;\n  padding: 13px 18px;\n  border-radius: 7px;\n  background: #07182e;\n  color: #fff !important;\n  text-decoration: none !important;\n  font-size: 14px;\n  font-weight: 800;\n}\n\n\/* FAQ *\/\n\n.osof-faq {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px 14px;\n}\n\n.osof-faq details {\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.osof-faq summary {\n  position: relative;\n  list-style: none;\n  cursor: pointer;\n  padding: 17px 46px 17px 18px;\n  color: #1f2937;\n  font-size: 15px;\n  font-weight: 750;\n}\n\n.osof-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.osof-faq summary:after {\n  content: \"+\";\n  position: absolute;\n  right: 17px;\n  top: 50%;\n  transform: translateY(-50%);\n  color: #f28c00;\n  font-size: 22px;\n}\n\n.osof-faq details[open] summary:after {\n  content: \"−\";\n}\n\n.osof-faq-answer {\n  padding: 0 18px 18px;\n  color: #667085;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\/* TRUST *\/\n\n.osof-trust {\n  display: grid;\n  grid-template-columns: repeat(5,1fr);\n  margin-top: 25px;\n  background: #07182e;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.osof-trust-item {\n  text-align: center;\n  padding: 18px 8px;\n  border-right: 1px solid rgba(255,255,255,.12);\n  color: #dce4ee;\n  font-size: 12.5px;\n}\n\n.osof-trust-item:last-child {\n  border-right: 0;\n}\n\n.osof-trust-item strong {\n  display: block;\n  margin-bottom: 3px;\n  color: #f5a300;\n  font-size: 14px;\n}\n\n\/* TABLET *\/\n\n@media (max-width: 950px) {\n  .osof-quick {\n    grid-template-columns: repeat(3,1fr);\n  }\n\n  .osof-feature-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .osof-dark-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .osof-addon-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .osof-steps {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 680px) {\n\n  .oso-flagpole {\n    padding: 16px 10px 35px;\n  }\n\n  .osof-hero,\n  .osof-two,\n  .osof-wide {\n    grid-template-columns: 1fr;\n  }\n\n  .osof-title {\n    font-size: 30px;\n  }\n\n  .osof-subtitle {\n    font-size: 19px;\n  }\n\n  .osof-intro {\n    font-size: 16px;\n  }\n\n  .osof-best {\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .osof-quick {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .osof-quick-item {\n    border-right: 0;\n  }\n\n  .osof-feature-grid,\n  .osof-addon-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .osof-dark {\n    padding: 25px 19px;\n  }\n\n  .osof-dark-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .osof-card {\n    padding: 22px 18px;\n  }\n\n  .osof-included {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .osof-steps {\n    grid-template-columns: 1fr;\n  }\n\n  .osof-manual {\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .osof-manual a {\n    width: 100%;\n    text-align: center;\n  }\n\n  .osof-faq {\n    grid-template-columns: 1fr;\n  }\n\n  .osof-trust {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"oso-flagpole\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"osof-hero\"\u003e\n\n    \u003cdiv class=\"osof-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c5464c7c-cfea-496b-b819-d90888fe1de1.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"20 ft heavy duty aluminum flagpole kit for residential commercial yard and outdoor use\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"osof-eyebrow\"\u003e\n        HEAVY-DUTY IN-GROUND FLAGPOLE\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"osof-title\"\u003e\n        20 Ft Aluminum Flagpole Kit\n      \u003c\/h2\u003e\n\n      \u003ch3 class=\"osof-subtitle\"\u003e\n        Heavy-Duty Outdoor Flag Pole for Homes, Businesses \u0026amp; Commercial Properties\n      \u003c\/h3\u003e\n\n      \u003cp class=\"osof-intro\"\u003e\n        Display your flag proudly with a\n        \u003cstrong\u003e20 ft heavy-duty aluminum flagpole\u003c\/strong\u003e designed for\n        long-term outdoor use. The extra-thick aluminum construction,\n        rust-resistant finish, sectional design, pulley-and-rope system,\n        and in-ground sleeve provide a practical flagpole solution for\n        \u003cstrong\u003ehomes, front yards, commercial properties, businesses,\n        schools, farms, ranches, HOAs, memorial areas, and other outdoor locations\u003c\/strong\u003e.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BEST SELLER --\u003e\n  \u003csection class=\"osof-best\"\u003e\n    \u003cdiv class=\"osof-best-badge\"\u003eBEST SELLER\u003c\/div\u003e\n    \u003cp\u003e\n      One of our popular flagpole choices for customers looking for a full-size\n      outdoor flagpole with heavy-duty aluminum construction, adjustable sectional\n      assembly, traditional rope operation, and a complete installation kit.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUICK FEATURES --\u003e\n  \u003csection class=\"osof-quick\"\u003e\n\n    \u003cdiv class=\"osof-quick-item\"\u003e\n      \u003cdiv class=\"osof-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 2h8M7 22h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e20 Ft Height\u003c\/strong\u003e\n      \u003cspan\u003eFull-size flagpole\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"osof-quick-item\"\u003e\n      \u003cdiv class=\"osof-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 20V4h12v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 4v16M15 4v16\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003eHeavy-Duty Aluminum\u003c\/strong\u003e\n      \u003cspan\u003eRust-resistant design\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"osof-quick-item\"\u003e\n      \u003cdiv class=\"osof-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 4h14v3H5zM5 10h14v3H5zM5 16h14v3H5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003eSectional Design\u003c\/strong\u003e\n      \u003cspan\u003eEasy transport \u0026amp; storage\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"osof-quick-item\"\u003e\n      \u003cdiv class=\"osof-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"6\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 9v12M7 21h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003ePulley System\u003c\/strong\u003e\n      \u003cspan\u003eTraditional halyard operation\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"osof-quick-item\"\u003e\n      \u003cdiv class=\"osof-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8 3h8v14l-4 5-4-5V3z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003eIn-Ground Sleeve\u003c\/strong\u003e\n      \u003cspan\u003eSecure installation\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"osof-quick-item\"\u003e\n      \u003cdiv class=\"osof-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 22V2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 3h11l-2 4 2 4H6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003eMulti-Flag Ready\u003c\/strong\u003e\n      \u003cspan\u003eFlexible flag display\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE GRID --\u003e\n  \u003csection class=\"osof-section\"\u003e\n\n    \u003ch2 class=\"osof-heading\"\u003e\n      Built for a Strong, Professional Flag Display\n    \u003c\/h2\u003e\n\n    \u003cp class=\"osof-lead\"\u003e\n      The 20 ft flagpole combines durability, traditional flag-raising operation,\n      adjustable sectional construction, and a clean black finish for residential\n      and commercial outdoor applications.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"osof-feature-grid\"\u003e\n\n      \u003cdiv class=\"osof-feature\"\u003e\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3f4eb3fa-1872-4690-9e48-018103095df5.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"heavy duty aluminum outdoor flag pole construction\"\u003e\n\n        \u003cdiv class=\"osof-feature-copy\"\u003e\n          \u003ch3\u003eHeavy-Duty Aluminum Construction\u003c\/h3\u003e\n          \u003cp\u003e\n            Extra-thick aluminum tubing provides a strong outdoor structure\n            while offering natural resistance to rust and corrosion.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"osof-feature\"\u003e\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e7e2ff95-2e86-4b69-81f1-205aed2a3b4d.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"20 foot sectional adjustable outdoor flagpole\"\u003e\n\n        \u003cdiv class=\"osof-feature-copy\"\u003e\n          \u003ch3\u003eAdjustable Sectional Design\u003c\/h3\u003e\n          \u003cp\u003e\n            The sectional pole design simplifies transportation, installation,\n            seasonal storage, and adjustment while providing a full 20 ft height.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"osof-feature\"\u003e\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e0a8f189-1106-4fa5-8607-e44a49b3abbc.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"flagpole rotating pulley and anti tangle flag system\"\u003e\n\n        \u003cdiv class=\"osof-feature-copy\"\u003e\n          \u003ch3\u003eDesigned for Easier Flag Movement\u003c\/h3\u003e\n          \u003cp\u003e\n            Rotating hardware helps provide additional freedom of movement\n            as wind direction changes and can help reduce unnecessary twisting.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DURABILITY --\u003e\n  \u003csection class=\"osof-dark\"\u003e\n\n    \u003ch2\u003eHeavy-Duty Outdoor Flagpole Construction\u003c\/h2\u003e\n\n    \u003cp\u003e\n      A tall outdoor flagpole must balance height, stability, corrosion resistance,\n      and practical installation. This pole uses an extra-thick aluminum structure\n      with outdoor-ready components designed for regular residential and commercial use.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"osof-dark-grid\"\u003e\n\n      \u003cdiv class=\"osof-dark-card\"\u003e\n        \u003cstrong\u003e20 Ft\u003c\/strong\u003e\n        \u003cspan\u003eFull assembled flagpole height.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"osof-dark-card\"\u003e\n        \u003cstrong\u003e1.5 mm\u003c\/strong\u003e\n        \u003cspan\u003eStated aluminum wall thickness.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"osof-dark-card\"\u003e\n        \u003cstrong\u003eAluminum\u003c\/strong\u003e\n        \u003cspan\u003eRust-resistant outdoor construction.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"osof-dark-card\"\u003e\n        \u003cstrong\u003eIn-Ground\u003c\/strong\u003e\n        \u003cspan\u003ePVC sleeve installation system.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CONSTRUCTION --\u003e\n  \u003csection class=\"osof-two\"\u003e\n\n    \u003cdiv class=\"osof-card\"\u003e\n\n      \u003ch2\u003eBuilt for Outdoor Use\u003c\/h2\u003e\n\n      \u003cul class=\"osof-list\"\u003e\n        \u003cli\u003eHeavy-duty aluminum pole construction\u003c\/li\u003e\n        \u003cli\u003eApprox. 1.5 mm stated wall thickness\u003c\/li\u003e\n        \u003cli\u003eRust-resistant aluminum material\u003c\/li\u003e\n        \u003cli\u003eBlack exterior finish\u003c\/li\u003e\n        \u003cli\u003eSectional assembly design\u003c\/li\u003e\n        \u003cli\u003eDesigned for permanent in-ground installation\u003c\/li\u003e\n        \u003cli\u003eSuitable for residential and commercial properties\u003c\/li\u003e\n        \u003cli\u003eCompact sectional storage when disassembled\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"osof-card\"\u003e\n\n      \u003ch2\u003eTraditional Flag-Raising System\u003c\/h2\u003e\n\n      \u003cul class=\"osof-list\"\u003e\n        \u003cli\u003ePulley truck at the top of the flagpole\u003c\/li\u003e\n        \u003cli\u003eDurable halyard rope included\u003c\/li\u003e\n        \u003cli\u003eMultiple flag clips included\u003c\/li\u003e\n        \u003cli\u003eRaise and lower flags from ground level\u003c\/li\u003e\n        \u003cli\u003eSuitable for one or multiple flags depending on setup\u003c\/li\u003e\n        \u003cli\u003eSupports half-staff flag positioning\u003c\/li\u003e\n        \u003cli\u003eDecorative top ornament included\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FLAG SIZE --\u003e\n  \u003csection class=\"osof-wide\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003ch2\u003e\n        Flexible Flag Display for Homes \u0026amp; Commercial Properties\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The 20 ft height creates a prominent flag display while the traditional\n        pulley-and-halyard design makes it convenient to raise, lower, or reposition\n        your flag from ground level.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The pole can accommodate common outdoor flag sizes including\n        3 × 5 ft and 4 × 6 ft configurations. Larger flag sizes should be selected\n        with the installation location and wind exposure in mind.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a089f2c7-4e5e-48dd-86ab-51fdebdce419.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"20 foot outdoor flagpole displaying American flag\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPECS --\u003e\n  \u003csection class=\"osof-two\"\u003e\n\n    \u003cdiv class=\"osof-card\"\u003e\n\n      \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n      \u003ctable class=\"osof-table\"\u003e\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eMaximum Height\u003c\/th\u003e\n            \u003ctd\u003e20 Ft\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eHeavy-Duty Aluminum\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWall Thickness\u003c\/th\u003e\n            \u003ctd\u003eApprox. 1.5 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eFinish\u003c\/th\u003e\n            \u003ctd\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eInstallation\u003c\/th\u003e\n            \u003ctd\u003eIn-Ground\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003ePole Design\u003c\/th\u003e\n            \u003ctd\u003eSectional\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eFlag Operation\u003c\/th\u003e\n            \u003ctd\u003eExternal Halyard \/ Pulley\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eUse\u003c\/th\u003e\n            \u003ctd\u003eResidential \u0026amp; Commercial Outdoor Flag Display\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"osof-card\"\u003e\n\n      \u003ch2\u003eFlag Display Options\u003c\/h2\u003e\n\n      \u003ctable class=\"osof-table\"\u003e\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003e3 × 5 Ft Flag\u003c\/th\u003e\n            \u003ctd\u003eSuitable\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003e4 × 6 Ft Flag\u003c\/th\u003e\n            \u003ctd\u003eSuitable\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eSingle Flag\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eMultiple Flags\u003c\/th\u003e\n            \u003ctd\u003eSupported depending on setup\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eHalf-Staff\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003csection class=\"osof-card osof-section\"\u003e\n\n    \u003ch2\u003eIdeal for Residential \u0026amp; Commercial Flag Displays\u003c\/h2\u003e\n\n    \u003cp class=\"osof-lead\"\u003e\n      A 20 ft in-ground flagpole creates a highly visible display for properties\n      ranging from private homes to larger commercial and community spaces.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"osof-apps\"\u003e\n      \u003cspan class=\"osof-app\"\u003eFront Yards\u003c\/span\u003e\n      \u003cspan class=\"osof-app\"\u003eResidential Properties\u003c\/span\u003e\n      \u003cspan class=\"osof-app\"\u003eCommercial Properties\u003c\/span\u003e\n      \u003cspan class=\"osof-app\"\u003eBusinesses\u003c\/span\u003e\n      \u003cspan class=\"osof-app\"\u003eSchools\u003c\/span\u003e\n      \u003cspan class=\"osof-app\"\u003eHOAs\u003c\/span\u003e\n      \u003cspan class=\"osof-app\"\u003eFarms\u003c\/span\u003e\n      \u003cspan class=\"osof-app\"\u003eRanches\u003c\/span\u003e\n      \u003cspan class=\"osof-app\"\u003eEstates\u003c\/span\u003e\n      \u003cspan class=\"osof-app\"\u003eMemorial Areas\u003c\/span\u003e\n      \u003cspan class=\"osof-app\"\u003eCommunity Properties\u003c\/span\u003e\n      \u003cspan class=\"osof-app\"\u003eOutdoor Entrances\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INCLUDED --\u003e\n  \u003csection class=\"osof-card osof-section\"\u003e\n\n    \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\n    \u003cdiv class=\"osof-included\"\u003e\n      \u003cdiv class=\"osof-included-item\"\u003eSectional Aluminum Flagpole\u003c\/div\u003e\n      \u003cdiv class=\"osof-included-item\"\u003eAmerican Flag\u003c\/div\u003e\n      \u003cdiv class=\"osof-included-item\"\u003ePulley Truck\u003c\/div\u003e\n      \u003cdiv class=\"osof-included-item\"\u003eDecorative Ball Topper\u003c\/div\u003e\n      \u003cdiv class=\"osof-included-item\"\u003e4 Flag Clips\u003c\/div\u003e\n      \u003cdiv class=\"osof-included-item\"\u003ePVC Ground Sleeve\u003c\/div\u003e\n      \u003cdiv class=\"osof-included-item\"\u003eHalyard Rope\u003c\/div\u003e\n      \u003cdiv class=\"osof-included-item\"\u003eInstallation Hardware\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"osof-card osof-section\"\u003e\n\n    \u003ch2\u003eSimple In-Ground Installation\u003c\/h2\u003e\n\n    \u003cdiv class=\"osof-steps\"\u003e\n\n      \u003cdiv class=\"osof-step\"\u003e\n        \u003cdiv class=\"osof-step-num\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003ePrepare the Location\u003c\/h3\u003e\n        \u003cp\u003e\n          Select an open area with adequate clearance from structures,\n          overhead lines, trees, and other obstacles.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"osof-step\"\u003e\n        \u003cdiv class=\"osof-step-num\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eInstall Ground Sleeve\u003c\/h3\u003e\n        \u003cp\u003e\n          Secure the PVC sleeve according to the supplied installation\n          instructions and local ground conditions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"osof-step\"\u003e\n        \u003cdiv class=\"osof-step-num\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eAssemble Pole Sections\u003c\/h3\u003e\n        \u003cp\u003e\n          Assemble the aluminum sections and install the pulley,\n          rope, clips, and top ornament.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"osof-step\"\u003e\n        \u003cdiv class=\"osof-step-num\"\u003e4\u003c\/div\u003e\n        \u003ch3\u003eRaise Your Flag\u003c\/h3\u003e\n        \u003cp\u003e\n          Attach the flag using the supplied clips and use the halyard\n          system to raise it to the desired position.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- OPTIONAL ADD-ONS --\u003e\n  \u003csection class=\"osof-addon-section\"\u003e\n\n    \u003cdiv class=\"osof-addon-header\"\u003e\n\n      \u003ch2\u003eComplete Your Flagpole Setup\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Choose the nighttime illumination style that works best for your property,\n        or upgrade to a larger 4 × 6 ft American flag. These products are sold\n        separately and each button below links directly to its product page.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"osof-addon-grid\"\u003e\n\n\n      \u003c!-- TOP-MOUNT LIGHT --\u003e\n      \u003cdiv class=\"osof-addon\"\u003e\n\n        \u003cdiv class=\"osof-addon-top\"\u003e\n\n          \u003cspan class=\"osof-addon-label\"\u003e\n            TOP-DOWN LIGHTING\n          \u003c\/span\u003e\n\n          \u003ch3\u003e\n            4,200-Lumen 266-LED Solar Flagpole Light\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Mounts at the top of the flagpole and shines downward across the flag.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"osof-addon-body\"\u003e\n\n          \u003cul class=\"osof-addon-list\"\u003e\n            \u003cli\u003e266 high-output LEDs\u003c\/li\u003e\n            \u003cli\u003e4,200-lumen stated brightness\u003c\/li\u003e\n            \u003cli\u003eTop-of-pole downward illumination\u003c\/li\u003e\n            \u003cli\u003eDesigned for 15–25 ft flagpoles\u003c\/li\u003e\n            \u003cli\u003e10,000mAh total rechargeable battery capacity\u003c\/li\u003e\n            \u003cli\u003eUp to 12 hours stated runtime\u003c\/li\u003e\n            \u003cli\u003eIP65 outdoor rating\u003c\/li\u003e\n            \u003cli\u003eAutomatic solar dusk-to-dawn operation\u003c\/li\u003e\n          \u003c\/ul\u003e\n\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/solar-flag-pole-light-outdoor-dusk-to-dawn-266-led-light-4200lm-super-bright\" class=\"osof-addon-btn\"\u003e\n            View 266-LED Top Flag Light\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BOTTOM-UP LIGHT --\u003e\n      \u003cdiv class=\"osof-addon\"\u003e\n\n        \u003cdiv class=\"osof-addon-top\"\u003e\n\n          \u003cspan class=\"osof-addon-label\"\u003e\n            BOTTOM-UP LIGHTING\n          \u003c\/span\u003e\n\n          \u003ch3\u003e\n            4,640-Lumen Solar Flagpole Light\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Mounts lower on the flagpole and directs powerful light upward toward the flag.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"osof-addon-body\"\u003e\n\n          \u003cul class=\"osof-addon-list\"\u003e\n            \u003cli\u003e4,640-lumen stated brightness\u003c\/li\u003e\n            \u003cli\u003e32 powerful LEDs\u003c\/li\u003e\n            \u003cli\u003eLower-pole upward illumination\u003c\/li\u003e\n            \u003cli\u003e360° wraparound lighting design\u003c\/li\u003e\n            \u003cli\u003e12,000mAh rechargeable battery\u003c\/li\u003e\n            \u003cli\u003eUp to 16 hours stated runtime\u003c\/li\u003e\n            \u003cli\u003eFits poles approximately 2–6 inches in diameter\u003c\/li\u003e\n            \u003cli\u003eRecommended for approximately 15–40 ft poles\u003c\/li\u003e\n          \u003c\/ul\u003e\n\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/flagpole-solar-light-4640-lumen-12000mah-rechargeable-battery-flag-pole-light-solar-powered-32-brightest-led-outdoor-waterproof-fits-diameter-2-6-in-flagpoles-work-up-to-16-hours-flag-lights\" class=\"osof-addon-btn\"\u003e\n            View 4,640-Lumen Flag Light\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- 4x6 FLAG --\u003e\n      \u003cdiv class=\"osof-addon\"\u003e\n\n        \u003cdiv class=\"osof-addon-top\"\u003e\n\n          \u003cspan class=\"osof-addon-label\"\u003e\n            FLAG UPGRADE\n          \u003c\/span\u003e\n\n          \u003ch3\u003e\n            4 × 6 Ft Heavy-Duty American Flag\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            A larger outdoor U.S. flag option for a more prominent display on your 20 ft pole.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"osof-addon-body\"\u003e\n\n          \u003cul class=\"osof-addon-list\"\u003e\n            \u003cli\u003e4 × 6 ft American flag\u003c\/li\u003e\n            \u003cli\u003eHeavy-duty nylon construction\u003c\/li\u003e\n            \u003cli\u003eDesigned for outdoor use\u003c\/li\u003e\n            \u003cli\u003eEmbroidered stars\u003c\/li\u003e\n            \u003cli\u003eSewn stripes\u003c\/li\u003e\n            \u003cli\u003eBrass grommets\u003c\/li\u003e\n            \u003cli\u003eFade-resistant positioning\u003c\/li\u003e\n            \u003cli\u003eWater-resistant outdoor design\u003c\/li\u003e\n          \u003c\/ul\u003e\n\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/american-flag-4x6-ft-for-outside-heavy-duty-nylon-us-flags-for-high-wind-outdoor-fade-resistant-and-waterproof-usa-flag-with-embroidered-stars-sewn-stripes-brass-grommets\" class=\"osof-addon-btn\"\u003e\n            View 4 × 6 American Flag\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MANUAL --\u003e\n  \u003csection class=\"osof-manual\"\u003e\n\n    \u003cdiv\u003e\n      \u003ch3\u003e20 Ft Flagpole Instruction Manual\u003c\/h3\u003e\n      \u003cp\u003e\n        Review the complete assembly and installation instructions before\n        installing the flagpole.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/IMG_20250619_0001.pdf?v=1750355694\" target=\"_blank\" rel=\"noopener\"\u003e\n      View Instruction Manual\n    \u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"osof-card\"\u003e\n\n    \u003ch2\u003e20 Ft Flagpole FAQs\u003c\/h2\u003e\n\n    \u003cdiv class=\"osof-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow tall is the flagpole?\u003c\/summary\u003e\n        \u003cdiv class=\"osof-faq-answer\"\u003e\n          The flagpole reaches approximately 20 ft when fully assembled.\n          Its sectional construction makes it easier to transport, assemble,\n          and store.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat material is the flagpole made from?\u003c\/summary\u003e\n        \u003cdiv class=\"osof-faq-answer\"\u003e\n          The pole is constructed from heavy-duty aluminum with a stated\n          wall thickness of approximately 1.5 mm.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the flagpole include an American flag?\u003c\/summary\u003e\n        \u003cdiv class=\"osof-faq-answer\"\u003e\n          Yes. The supplied package information lists an American flag\n          as part of the flagpole kit.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use a 4 × 6 ft American flag?\u003c\/summary\u003e\n        \u003cdiv class=\"osof-faq-answer\"\u003e\n          Yes. A 4 × 6 ft flag is an appropriate display option for this\n          20 ft flagpole. Outdoor Solar Outlet also offers a heavy-duty\n          4 × 6 ft nylon American flag separately.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I fly more than one flag?\u003c\/summary\u003e\n        \u003cdiv class=\"osof-faq-answer\"\u003e\n          The product configuration supports multiple-flag setups depending\n          on flag size, mounting configuration, and site conditions.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the flag be flown at half-staff?\u003c\/summary\u003e\n        \u003cdiv class=\"osof-faq-answer\"\u003e\n          Yes. The external rope-and-pulley system allows the flag to be\n          raised, lowered, and positioned at half-staff.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this an in-ground flagpole?\u003c\/summary\u003e\n        \u003cdiv class=\"osof-faq-answer\"\u003e\n          Yes. The kit includes a PVC ground sleeve for an in-ground\n          installation configuration.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the difference between the two solar flag lights?\u003c\/summary\u003e\n        \u003cdiv class=\"osof-faq-answer\"\u003e\n          The 266-LED 4,200-lumen light is a top-mount design that shines\n          downward from the top of the flagpole. The 4,640-lumen light mounts\n          lower on the pole and shines upward toward the flag. The best style\n          depends on your preferred installation and lighting effect.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the flagpole require electricity?\u003c\/summary\u003e\n        \u003cdiv class=\"osof-faq-answer\"\u003e\n          No electricity is required for the flagpole itself. The pulley,\n          rope, and flag-raising system operate manually.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere can a 20 ft flagpole be installed?\u003c\/summary\u003e\n        \u003cdiv class=\"osof-faq-answer\"\u003e\n          Common applications include residential front yards, businesses,\n          commercial properties, farms, ranches, schools, HOAs, estates,\n          memorial areas, and other appropriate outdoor locations.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- TRUST --\u003e\n  \u003csection class=\"osof-trust\"\u003e\n\n    \u003cdiv class=\"osof-trust-item\"\u003e\n      \u003cstrong\u003eBest Seller\u003c\/strong\u003e\n      Popular Flagpole Kit\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"osof-trust-item\"\u003e\n      \u003cstrong\u003e20 Ft\u003c\/strong\u003e\n      Full-Size Flag Display\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"osof-trust-item\"\u003e\n      \u003cstrong\u003eHeavy-Duty\u003c\/strong\u003e\n      Aluminum Construction\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"osof-trust-item\"\u003e\n      \u003cstrong\u003e2 Lighting Options\u003c\/strong\u003e\n      Top-Down or Bottom-Up\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"osof-trust-item\"\u003e\n      \u003cstrong\u003e4 × 6 Flag Ready\u003c\/strong\u003e\n      Optional Larger Flag\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Black","offer_id":46603437736168,"sku":"FPO-20f-BK","price":129.95,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":46603437768936,"sku":"FPO-20FT-WH","price":129.95,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":46603437801704,"sku":"FPO-20Ft-SS","price":129.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/20-ft-flag-pole-heavy-duty-kit-for-yard-extra-thick-outdoor-flag-poles-with-3x5-american-flag-for-residential-or-commercial-7593364.jpg?v=1786734315"},{"product_id":"double-bullhorn-bracket-led-parking-lot-light-180-degree-aluminum-mounting-bracket-round-pole-double-l-bracket-tenons","title":"Double Bullhorn Bracket LED Parking Lot Light 180 Degree Aluminum Mounting Bracket Round Pole Double L Bracket Tenons","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"ywkfw1-gs5d1m-10qbff-5tadm2\"\u003e\n\u003cdiv class=\"celwidget aplus-module launchpad-company-logo aplus-standard\" cel_widget_id=\"aplus-m-launchpad-company-logo\" data-csa-c-id=\"4bp19b-qgdemo-cbo7ag-ap5zkz\"\u003e\n\u003cdiv class=\"a-section a-text-center launchpad-module launchpad-module-company-logo\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"351p2q-ihd21n-441wth-7tzjlw\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Double Bullhorn Bracket for LED Parking Lot Light\" src=\"https:\/\/c.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e0c2131c-2f77-46b9-b9ba-117de40df567.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/c.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e0c2131c-2f77-46b9-b9ba-117de40df567.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"hdre6i-9s11b3-5r9l7f-r2d454\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Double Bullhorn Bracket LED Parking Lot Light\" src=\"https:\/\/c.media-amazon.com\/images\/S\/aplus-media-library-service-media\/86854455-49f7-4341-a046-360b19e7ea5a.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/c.media-amazon.com\/images\/S\/aplus-media-library-service-media\/86854455-49f7-4341-a046-360b19e7ea5a.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"hukqqm-i0f8iq-t6x3yb-8m27br\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Double Bullhorn Bracket for LED Parking Lot Light\" src=\"https:\/\/c.media-amazon.com\/images\/S\/aplus-media-library-service-media\/80a3d018-d690-4221-9595-2766a0614984.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/c.media-amazon.com\/images\/S\/aplus-media-library-service-media\/80a3d018-d690-4221-9595-2766a0614984.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"c6wltg-2ar2d6-pkl399-2usl98\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Double Bullhorn Bracket for LED Parking Lot Light\" src=\"https:\/\/c.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a5f5b860-8acc-4f64-9b21-439c6b3a8a38.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/c.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a5f5b860-8acc-4f64-9b21-439c6b3a8a38.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eFearture\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e1.Don't worry your safety.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eRobust Construction\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eDouble reinforced weld joints\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eHeavy-duty cast aluminum\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e2.Eliminate your troubles\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e2 Lights per pole or tenon\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003efor more even lighting or to light in two directions.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e3.Easy and Fast Installation\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eLEDMO L-Shape Square Pole Top Bracket with screw\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003ePut the wiring through and secure it\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eon the pole by 4 bolts\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e4.Wide Application\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eGreat for slip fit shoebox light ,\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eparking lot light, flood light or\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eother outdoor lighting fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":46666788700392,"sku":"","price":129.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/double-bullhorn-bracket-led-parking-lot-light-180-degree-aluminum-mounting-bracket-round-pole-double-l-bracket-tenons-8147244.jpg?v=1786734265"},{"product_id":"solar-extension-cable-5m16-4-feet-extender-wires-cords-two-core-with-plug-waterproof-ip65-for-solar-flood-lights-solar-street-lights","title":"Solar Extension Cable 5m16.4 Feet Extender Wires Cords Two Core with Plug Waterproof IP65 for Solar Flood Lights Solar Street Lights","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSafe and Energy Saving - No electricity cost, entirely solar powered and wireless installation, which can save your cost.Length 16.4 ft, 2 Pin plug, suitable for DC, and other low-voltage DC environments.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEasy to install-Match all TINSUM solar light products, with waterproof male plug, no need to cut the wiring, just plug in the plug on the original product and you can use it\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eWaterproof Design-The outdoor solar flood street light extension cable adopts IP65 waterproof design, which can be used with confidence.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eA solar lamp is connected to 2 cables at most-Since solar lamps are low-voltage products, the longer the power extension cord, the smaller the current passing through.It is recommended that the total length of the extension cable does not exceed 50 feet.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eAfter - sales service- You are always covered by our 2-year unlimited warranty when you purchase OSO Products. Contact our customer service team 24\/7.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eSolar Extension Cable 5m16.4 Feet Extender Wires Cords Two Core With Plug Length 16.4 ft, 2 Pin plug, suitable for DC, and other low-voltage DC environments. IP65 waterproof design. Suitable OutdoorSolarOutlet solar street light,solar flood light,2pack solar flood light ,etc.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":46756613652712,"sku":"","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/solar-extension-cable-5m164-feet-extender-wires-cords-two-core-with-plug-waterproof-ip65-for-solar-flood-lights-solar-street-lights-6853184.jpg?v=1786734261"},{"product_id":"4000w-solar-street-light-7000k-800000lm-auto-on-off-dusk-to-dawn-ip67-waterproof-motion-sensor","title":"6500W Solar Street Light 7000K 800000LM Auto On\/Off Dusk to Dawn IP67 Waterproof Motion Sensor","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【0 Electricity Costs】Enjoy bright illumination without worrying about rising energy costs. The Loyoele 4000W Solar Street Light is powered entirely by solar energy, eliminating the need for electricity and saving you money on utility bills.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv id=\"aboutThisItem_Reverse_Interleave_Main_feature_div\" data-csa-c-asin=\"\" data-csa-c-content-id=\"aboutThisItem_Reverse_Interleave_Main\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-slot-id=\"aboutThisItem_Reverse_Interleave_Main_feature_div\" data-csa-c-type=\"widget\" data-feature-name=\"aboutThisItem_Reverse_Interleave_Main\" data-template-name=\"aboutThisItem_Reverse_Interleave_Main\" class=\"a-section a-spacing-none celwidget\" data-csa-c-id=\"hyqr8b-59uomk-7dhpl9-ooyi67\" data-cel-widget=\"aboutThisItem_Reverse_Interleave_Main_feature_div\"\u003e\n\u003cdiv id=\"aplus_feature_div\" class=\"celwidget\" data-feature-name=\"aplus\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplus\" data-csa-c-slot-id=\"aplus_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"6dthbd-t9sayd-p08446-t1lsjb\" data-cel-widget=\"aplus_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-20\" data-csa-c-id=\"tequ4x-cnoj1d-85ejxb-h98kp5\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-20-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"mcvk9o-e722mg-dorhdg-nccw9k\" data-cel-widget=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" cel_widget_id=\"aplus-m-premium-module-2-fullbackground-image\" data-csa-c-id=\"2zut1s-vcgtvi-4j5wrb-g5899f\" data-cel-widget=\"aplus-m-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003cdiv class=\"a-section a-spacing-none\"\u003e\u003cimg alt=\"5000 watt solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/eac6c523-3e84-4cf8-bd07-c2e262bbb270.__CR0,0,1800,1350_PT0_SX600_V1___.jpg\" class=\"background-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/eac6c523-3e84-4cf8-bd07-c2e262bbb270.__CR0,0,1800,1350_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【Energy-Efficient Solar Power】This solar street light efficiently captures and stores solar energy in its 45000mAh lithium battery, providing continuous lighting for over 18 hours when fully charged. Say goodbye to unreliable lighting and hello to consistent illumination all night long.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【Sustainable and Eco-Friendly】Reduce your carbon footprint with our solar street light. By using clean and renewable solar energy, you're contributing to a sustainable future while enjoying bright outdoor lighting. Say goodbye to carbon emissions and embrace a green solution.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"a-section a-spacing-base a-padding-base image-gallery-slot\"\u003e\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/819aMG3oV0L.jpg\" class=\"product-image\" width=\"2000\" role=\"presentation\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/819aMG3oV0L.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-padding-base image-gallery-last-slot\"\u003e\n\u003cdiv class=\"image-gallery-tint\"\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/81qpx9VXCnL.jpg\" class=\"product-image\" width=\"2000\" role=\"presentation\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/81qpx9VXCnL.jpg\"\u003e\n\u003c\/div\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【Hassle-Free Operation】With intelligent dusk-to-dawn technology, this solar light automatically turns on at dusk and switches off during the day, optimizing energy use and providing hassle-free operation. No manual intervention is required, making it a convenient choice.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【Versatile and Suitable for Various Applications】Perfect for residential and commercial use, this solar street light is versatile and suitable for various applications such as driveways, parking lots, and pathways. Enjoy bright and worry-free lighting.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e【Upgrade to Powerful Illumination】Upgrade to the Loyoele 4000W Solar Street Light with a remarkable 300,000 lumens of powerful illumination and light up your outdoor spaces brilliantly, all powered by the sun. Say goodbye to electricity bills and hello to efficient, eco-friendly lighting.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":46798222065896,"sku":"","price":339.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/6500w-solar-street-light-7000k-800000lm-auto-onoff-dusk-to-dawn-ip67-waterproof-motion-sensor-9345133.jpg?v=1786734265"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/collections\/commercial-solar-street-light-8847273.png?v=1786733983","url":"https:\/\/outdoorsolaroutlet.com\/collections\/commercial-solar-street-light.oembed?page=7","provider":"Outdoor Solar Outlet","version":"1.0","type":"link"}