{"title":"SALE","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  .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\u003cdiv class=\"oso-street-info\"\u003e\n\u003c!-- WHY SHOP SALE --\u003e\n\u003csection class=\"oso-info-box\"\u003e\n\u003ch2 class=\"oso-section-title\"\u003eShop Outdoor Solar Outlet Sale \u0026amp; Special Offers\u003c\/h2\u003e\n\u003cp class=\"oso-section-intro\"\u003eSave on selected \u003cstrong\u003esolar lights, outdoor lighting, accessories, and other discounted products\u003c\/strong\u003e from Outdoor Solar Outlet. Our Sale Collection brings together current promotions, reduced-price items, clearance products, and special offers in one convenient place so you can find great value across multiple lighting categories.\u003c\/p\u003e\n\u003cdiv class=\"oso-benefits\"\u003e\n\u003c!-- SAVINGS --\u003e\n\u003cdiv class=\"oso-benefit\"\u003e\n\u003cdiv class=\"oso-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M20 13l-7 7L3 10V3h7l10 10z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7.5\" cy=\"7.5\" r=\"1.5\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eSpecial Sale Pricing\u003c\/h3\u003e\n\u003cp\u003eShop selected products with reduced pricing and promotional offers across our outdoor lighting and accessory collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- VARIETY --\u003e\n\u003cdiv class=\"oso-benefit\"\u003e\n\u003cdiv class=\"oso-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"3\" y=\"3\" width=\"7\" height=\"7\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"14\" y=\"3\" width=\"7\" height=\"7\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"3\" y=\"14\" width=\"7\" height=\"7\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"14\" y=\"14\" width=\"7\" height=\"7\"\u003e\u003c\/rect\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eDeals Across Categories\u003c\/h3\u003e\n\u003cp\u003eSale products may include solar pathway lights, street lights, spotlights, wall lights, string lights, accessories, and more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LIMITED TIME --\u003e\n\u003cdiv class=\"oso-benefit\"\u003e\n\u003cdiv class=\"oso-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eLimited-Time Offers\u003c\/h3\u003e\n\u003cp\u003ePromotions and discounted inventory can change, so available sale items and pricing may vary over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CLEARANCE --\u003e\n\u003cdiv class=\"oso-benefit\"\u003e\n\u003cdiv class=\"oso-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M4 7h16l-2 13H6L4 7z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 7V5a4 4 0 0 1 8 0v2\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 12h6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eClearance Opportunities\u003c\/h3\u003e\n\u003cp\u003eFind select clearance, discontinued, seasonal, or limited-quantity products while available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- VALUE --\u003e\n\u003cdiv class=\"oso-benefit\"\u003e\n\u003cdiv class=\"oso-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M15 8h-4a2 2 0 0 0 0 4h2a2 2 0 0 1 0 4H9\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 6v2M12 16v2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eMore Value for Your Budget\u003c\/h3\u003e\n\u003cp\u003eSale pricing can help you complete lighting upgrades, replacement projects, and outdoor improvements at a lower purchase cost.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STOCK --\u003e\n\u003cdiv class=\"oso-benefit\"\u003e\n\u003cdiv class=\"oso-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M3 7l9-4 9 4-9 4-9-4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 7v10l9 4 9-4V7\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 11v10\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eWhile Supplies Last\u003c\/h3\u003e\n\u003cp\u003eSome discounted products may have limited inventory, sizes, finishes, or quantities available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SALE CATEGORIES --\u003e\n\u003csection class=\"oso-applications\"\u003e\n\u003ch2\u003eFind Deals Across Outdoor Solar Outlet\u003c\/h2\u003e\n\u003cdiv class=\"oso-app-grid\"\u003e\n\u003cspan class=\"oso-app-item\"\u003eSolar Street Lights\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eSolar Pathway Lights\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eSolar Spotlights\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eSolar Wall Lights\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eSolar Lamp Posts\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eString Lights\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eFlagpole Lighting\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eLandscape Lighting\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eAccessories\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eHoliday Products\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eClearance Items\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eSpecial Offers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"oso-project-cta\"\u003e\n\u003cdiv class=\"oso-project-copy\"\u003e\n\u003ch2\u003eLooking for the Best Deal for Your Project?\u003c\/h2\u003e\n\u003cp\u003eBrowse our current sale products to find discounted lighting, accessories, and outdoor products. For larger orders or commercial projects, contact Outdoor Solar Outlet to ask about available bulk pricing and current promotional opportunities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-project-buttons\"\u003e\n\u003ca class=\"oso-btn-primary\" href=\"\/pages\/contact-us\"\u003e Get Product Help \u003c\/a\u003e \u003ca class=\"oso-btn-secondary\" href=\"\/pages\/b2b-bulk-order\"\u003e Bulk Orders \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"oso-faq\"\u003e\n\u003ch2 class=\"oso-faq-title\"\u003eSale \u0026amp; Clearance FAQs\u003c\/h2\u003e\n\u003cdiv class=\"oso-faq-grid\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat products are included in the Sale Collection?\u003c\/summary\u003e\n\u003cdiv class=\"oso-faq-answer\"\u003eThe Sale Collection includes selected products that are currently offered at reduced prices or as part of a promotion. Depending on available inventory, this may include solar lights, outdoor lighting, accessories, seasonal products, and other items sold by Outdoor Solar Outlet.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long do sale prices last?\u003c\/summary\u003e\n\u003cdiv class=\"oso-faq-answer\"\u003eSale pricing and promotions can change without notice and may be available for a limited time or while supplies last. The current price displayed on the individual product page should be used when placing an order.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre clearance products new?\u003c\/summary\u003e\n\u003cdiv class=\"oso-faq-answer\"\u003eProduct condition and the reason for a discount can vary by item. Review the individual product page for the most accurate description, condition, included components, and other applicable details before purchasing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I get bulk pricing on sale items?\u003c\/summary\u003e\n\u003cdiv class=\"oso-faq-answer\"\u003eBulk pricing may be available on select products depending on quantity, inventory, and the specific promotion. Contact Outdoor Solar Outlet with the product and quantity you need and our team can review available options.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","products":[{"product_id":"new-led-energizer-10pack-solar-pathway-lights-outdoor-stainless-steel-white","title":"Energizer Stainless Steel Solar Pathway Lights - 8 Pack Outdoor Solar Garden Lights","description":"\u003cp\u003e\u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/rmKHc9OyEIQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eBrighten your landscape with this \u003c\/em\u003e\u003cem\u003e\u003cstrong\u003eH\u003c\/strong\u003e\u003c\/em\u003e\u003cem\u003e\u003cstrong\u003eigh Quality \u003c\/strong\u003e\u003c\/em\u003e\u003cem\u003eEnergizer 8-piece solar light set--no wires required!Easy to assemble and set up, stake them wherever you see fit to give your gardens and walkways a warm, inviting look. \u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eEnergizer has taken their well known quality from batteries to this 8 Pack of Stainless Steel LED Solar Lights. The durable stainless steel construction and glass lens are designed to handle the outdoors with ease. \u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eA crystalline solar panel absorbs the sun's natural rays throughout the day to recharge the batteries for use at night. \u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eThe built in, on\/off sensor automatically detects the onset of nightfall or inclement weather to turn your lights off and on automatically-eliminating the daily maintenance required with traditional lights. \u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eLight up your yard while resting easy knowing you have lights that are built to last. \u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003e•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003e•8 pack includes: 8 stake lights, batteries, and ground stake, each with a pre-installed rechargeable Energizer AA NiMH battery•Glass lens with crystal panel•No wiring or electricity required•Stainless steel construction•Some SIMPLE assembly required•For outdoor use only•Waterproof•Measurements: Light 15-1\/2\"H x 6-1\/4\"Diam; Stake 5\"•Imported\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cspan style=\"font-family: Arial;\"\u003eFrom Energizer!\u003c\/span\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cspan style=\"font-family: Arial;\"\u003ePreview Instruction Manual: \u003ca title=\"energizer solar pathway lights 8 pack\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/M55355_InstructionManual.pdf?v=1712952649\" target=\"_blank\" rel=\"noopener\"\u003eDownload\u003c\/a\u003e\u003c\/span\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cem\u003e\u003cspan style=\"font-family: Arial;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/IMG_8387_480x480.gif?v=1600646745\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/em\u003e\u003c\/p\u003e","brand":"Energizer","offers":[{"title":"Default Title","offer_id":31242091692076,"sku":"egunmetal-8","price":99.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/energizer-8-pack-solar-pathway-led-lights-outdoor-stainless-steel-gunmetal-4554218.jpg?v=1786735040"},{"product_id":"energizer-10pack-solar-pathway-lights-outdoor-stainless-steel","title":"Energizer 10 Pack Solar LED Pathway Lights Outdoor-Stainless Steel","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET\n   ENERGIZER 10-PACK SOLAR PATHWAY LIGHTS DESCRIPTION\n   ========================================================= *\/\n\n.oso-product-desc {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 25px 16px 45px;\n  font-family: inherit;\n  color: #111827;\n}\n\n.oso-product-desc * {\n  box-sizing: border-box;\n}\n\n.oso-product-desc img {\n  max-width: 100%;\n  height: auto;\n  display: block;\n}\n\n\/* HERO *\/\n\n.oso-pd-hero {\n  display: grid;\n  grid-template-columns: 1fr 1.25fr;\n  gap: 38px;\n  align-items: center;\n  margin-bottom: 28px;\n}\n\n.oso-pd-hero-image {\n  border-radius: 14px;\n  overflow: hidden;\n  background: #f5f5f5;\n}\n\n.oso-pd-hero-image img {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n}\n\n.oso-pd-brand {\n  display: block;\n  color: #f28c00;\n  font-size: 17px;\n  font-weight: 800;\n  margin-bottom: 7px;\n  letter-spacing: .4px;\n}\n\n.oso-pd-title {\n  margin: 0 0 10px;\n  font-size: 38px;\n  line-height: 1.08;\n  font-weight: 800;\n  color: #07182e;\n}\n\n.oso-pd-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-pd-intro {\n  margin: 0;\n  font-size: 17px;\n  line-height: 1.7;\n  color: #4b5563;\n}\n\n\/* QUICK BENEFITS *\/\n\n.oso-pd-quick {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  margin: 10px 0 30px;\n  border-top: 1px solid #e5e7eb;\n  border-bottom: 1px solid #e5e7eb;\n  padding: 18px 0;\n}\n\n.oso-pd-quick-item {\n  text-align: center;\n  padding: 4px 12px;\n  border-right: 1px solid #e5e7eb;\n}\n\n.oso-pd-quick-item:last-child {\n  border-right: 0;\n}\n\n.oso-pd-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-pd-icon svg {\n  width: 26px;\n  height: 26px;\n  fill: none;\n  stroke: #f5a300;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.oso-pd-quick-item strong {\n  display: block;\n  font-size: 14px;\n  line-height: 1.3;\n  color: #111827;\n}\n\n\/* FEATURE CARDS *\/\n\n.oso-pd-features {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 12px;\n  margin-bottom: 30px;\n}\n\n.oso-pd-feature {\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.oso-pd-feature img {\n  width: 100%;\n  aspect-ratio: 1 \/ .83;\n  object-fit: cover;\n}\n\n.oso-pd-feature-copy {\n  padding: 16px 14px 18px;\n}\n\n.oso-pd-feature h3 {\n  margin: 0 0 7px;\n  font-size: 16px;\n  line-height: 1.35;\n  font-weight: 800;\n  color: #111827;\n}\n\n.oso-pd-feature p {\n  margin: 0;\n  font-size: 14px;\n  line-height: 1.55;\n  color: #667085;\n}\n\n\/* TWO COLUMN DETAILS *\/\n\n.oso-pd-two-col {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n  margin-bottom: 20px;\n}\n\n.oso-pd-card {\n  border: 1px solid #e5e7eb;\n  border-radius: 12px;\n  background: #fff;\n  padding: 27px;\n}\n\n.oso-pd-card h2,\n.oso-pd-section h2 {\n  margin: 0 0 17px;\n  font-size: 25px;\n  line-height: 1.25;\n  font-weight: 800;\n  color: #07182e;\n}\n\n.oso-pd-card h2:after,\n.oso-pd-section h2:after {\n  content: \"\";\n  display: block;\n  width: 42px;\n  height: 3px;\n  background: #f5a300;\n  margin-top: 9px;\n}\n\n.oso-pd-checklist {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.oso-pd-checklist li {\n  position: relative;\n  padding: 7px 0 7px 28px;\n  font-size: 15px;\n  line-height: 1.5;\n  color: #344054;\n}\n\n.oso-pd-checklist 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: 800;\n}\n\n\/* SPECS *\/\n\n.oso-pd-spec-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.oso-pd-spec-table tr {\n  border-bottom: 1px solid #eceff2;\n}\n\n.oso-pd-spec-table tr:last-child {\n  border-bottom: 0;\n}\n\n.oso-pd-spec-table th,\n.oso-pd-spec-table td {\n  text-align: left;\n  padding: 8px 5px;\n  font-size: 15px;\n  line-height: 1.4;\n  vertical-align: top;\n}\n\n.oso-pd-spec-table th {\n  width: 42%;\n  font-weight: 700;\n  color: #344054;\n}\n\n.oso-pd-spec-table td {\n  color: #475467;\n}\n\n\/* THREE COLUMN *\/\n\n.oso-pd-three-col {\n  display: grid;\n  grid-template-columns: 1fr 1fr 1fr;\n  gap: 18px;\n  margin-bottom: 22px;\n}\n\n.oso-pd-dark {\n  background: linear-gradient(135deg, #07182e, #102e50);\n  color: #fff;\n}\n\n.oso-pd-dark h2 {\n  color: #fff;\n}\n\n.oso-pd-card p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.65;\n  color: #667085;\n}\n\n.oso-pd-dark p {\n  color: #d8e0ea;\n}\n\n\/* APPLICATION CHIPS *\/\n\n.oso-pd-apps {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n}\n\n.oso-pd-app {\n  padding: 9px 14px;\n  border-radius: 999px;\n  background: #f7f8fa;\n  border: 1px solid #e4e7ec;\n  font-size: 14px;\n  font-weight: 650;\n  color: #344054;\n}\n\n\/* INSTALLATION *\/\n\n.oso-pd-section {\n  border: 1px solid #e5e7eb;\n  border-radius: 12px;\n  background: #fff;\n  padding: 27px;\n  margin-bottom: 20px;\n}\n\n.oso-pd-steps {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n\n.oso-pd-step {\n  text-align: center;\n  padding: 8px 15px;\n}\n\n.oso-pd-step-num {\n  width: 37px;\n  height: 37px;\n  border-radius: 50%;\n  margin: 0 auto 11px;\n  background: #f5a300;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 17px;\n  font-weight: 800;\n}\n\n.oso-pd-step h3 {\n  margin: 0 0 6px;\n  font-size: 17px;\n  color: #111827;\n}\n\n.oso-pd-step p {\n  margin: 0;\n  font-size: 14px;\n  line-height: 1.55;\n  color: #667085;\n}\n\n\/* MANUAL CTA *\/\n\n.oso-pd-manual {\n  background: #f8f9fb;\n  border: 1px solid #e5e7eb;\n  border-radius: 12px;\n  padding: 22px 25px;\n  margin-bottom: 20px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 20px;\n}\n\n.oso-pd-manual h3 {\n  margin: 0 0 4px;\n  font-size: 19px;\n  color: #07182e;\n}\n\n.oso-pd-manual p {\n  margin: 0;\n  font-size: 14px;\n  color: #667085;\n}\n\n.oso-pd-manual a {\n  display: inline-block;\n  background: #07182e;\n  color: #fff !important;\n  text-decoration: none !important;\n  border-radius: 7px;\n  padding: 12px 18px;\n  font-size: 14px;\n  font-weight: 700;\n  white-space: nowrap;\n}\n\n\/* FAQ *\/\n\n.oso-pd-faq {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px 14px;\n}\n\n.oso-pd-faq details {\n  border: 1px solid #e5e7eb;\n  border-radius: 8px;\n  overflow: hidden;\n  background: #fff;\n}\n\n.oso-pd-faq summary {\n  list-style: none;\n  position: relative;\n  padding: 16px 46px 16px 17px;\n  cursor: pointer;\n  font-size: 15px;\n  font-weight: 700;\n  color: #1f2937;\n}\n\n.oso-pd-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.oso-pd-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  font-weight: 500;\n}\n\n.oso-pd-faq details[open] summary:after {\n  content: \"−\";\n}\n\n.oso-pd-faq-answer {\n  padding: 0 17px 17px;\n  font-size: 14px;\n  line-height: 1.65;\n  color: #667085;\n}\n\n\n\/* REPLACEMENT PARTS *\/\n.oso-pd-parts {\n  margin-bottom: 24px;\n}\n.oso-pd-parts-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 14px;\n}\n.oso-pd-part {\n  border: 1px solid #e5e7eb;\n  border-radius: 12px;\n  padding: 20px;\n  background: #fff;\n  display: flex;\n  flex-direction: column;\n  min-height: 100%;\n}\n.oso-pd-part-badge {\n  display: inline-block;\n  align-self: flex-start;\n  padding: 6px 10px;\n  border-radius: 999px;\n  background: #f5a300;\n  color: #111827;\n  font-size: 11px;\n  font-weight: 800;\n  margin-bottom: 10px;\n}\n.oso-pd-part h3 {\n  margin: 0 0 8px;\n  font-size: 18px;\n  line-height: 1.3;\n  color: #07182e;\n}\n.oso-pd-part p {\n  margin: 0 0 16px;\n  color: #667085;\n  font-size: 14px;\n  line-height: 1.6;\n}\n.oso-pd-part a {\n  margin-top: auto;\n  display: inline-block;\n  background: #07182e;\n  color: #fff !important;\n  text-decoration: none !important;\n  padding: 11px 14px;\n  border-radius: 7px;\n  font-size: 13px;\n  font-weight: 800;\n  text-align: center;\n}\n@media (max-width: 900px) {\n  .oso-pd-parts-grid { grid-template-columns: 1fr 1fr; }\n}\n@media (max-width: 650px) {\n  .oso-pd-parts-grid { grid-template-columns: 1fr; }\n}\n\n\/* TRUST BAR *\/\n\n.oso-pd-trust {\n  margin-top: 25px;\n  background: #07182e;\n  border-radius: 12px;\n  padding: 18px;\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n}\n\n.oso-pd-trust-item {\n  text-align: center;\n  color: #fff;\n  font-size: 14px;\n  line-height: 1.4;\n}\n\n.oso-pd-trust-item strong {\n  display: block;\n  color: #f5a300;\n  font-size: 15px;\n  margin-bottom: 2px;\n}\n\n\/* TABLET *\/\n\n@media (max-width: 900px) {\n  .oso-pd-hero {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-features {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .oso-pd-quick {\n    grid-template-columns: repeat(3, 1fr);\n    row-gap: 20px;\n  }\n\n  .oso-pd-quick-item {\n    border-right: 0;\n  }\n\n  .oso-pd-three-col {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 650px) {\n\n  .oso-product-desc {\n    padding: 15px 10px 30px;\n  }\n\n  .oso-pd-hero {\n    gap: 20px;\n  }\n\n  .oso-pd-title {\n    font-size: 30px;\n  }\n\n  .oso-pd-subtitle {\n    font-size: 19px;\n  }\n\n  .oso-pd-intro {\n    font-size: 16px;\n  }\n\n  .oso-pd-quick {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px 8px;\n  }\n\n  .oso-pd-features {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso-pd-feature h3 {\n    font-size: 15px;\n  }\n\n  .oso-pd-feature p {\n    font-size: 13px;\n  }\n\n  .oso-pd-two-col,\n  .oso-pd-three-col {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-card,\n  .oso-pd-section {\n    padding: 21px 17px;\n  }\n\n  .oso-pd-card h2,\n  .oso-pd-section h2 {\n    font-size: 22px;\n  }\n\n  .oso-pd-steps {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-manual {\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .oso-pd-manual a {\n    width: 100%;\n    text-align: center;\n  }\n\n  .oso-pd-faq {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-trust {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"oso-product-desc\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"oso-pd-hero\"\u003e\n\n    \u003cdiv class=\"oso-pd-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1466da56-1bda-4502-adbf-02d2e950364f.__CR0,0,2910,1800_PT0_SX970_V1___.png\" alt=\"Energizer 10 Pack Solar Pathway Lights for driveway garden and walkway\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cspan class=\"oso-pd-brand\"\u003eENERGIZER®\u003c\/span\u003e\n\n      \u003ch2 class=\"oso-pd-title\"\u003e\n        10-Pack Solar Pathway Lights\n      \u003c\/h2\u003e\n\n      \u003ch3 class=\"oso-pd-subtitle\"\u003e\n        Reliable Solar Lighting for Driveways, Walkways \u0026amp; Landscapes\n      \u003c\/h3\u003e\n\n      \u003cp class=\"oso-pd-intro\"\u003e\n        Illuminate your property with this \u003cstrong\u003e10-pack of Energizer Solar Pathway Lights\u003c\/strong\u003e.\n        Designed with stainless steel construction, a glass lens, 10-lumen LED output,\n        and automatic solar operation, these outdoor lights provide an attractive\n        line of illumination for driveways, walkways, gardens, lawns, and landscape\n        borders without traditional electrical wiring.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUICK BENEFITS --\u003e\n  \u003cdiv class=\"oso-pd-quick\"\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-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\u003eSolar Powered\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-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\u003eAutomatic On \/ Off\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-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\u003eIP65 Waterproof\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e8–12 Hour Runtime\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\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      \u003cstrong\u003eStainless Steel + Glass\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURE CARDS --\u003e\n  \u003csection class=\"oso-pd-features\"\u003e\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c8a17533-4276-49c9-bd1e-ea205efca898.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"10 lumen Energizer solar pathway lights\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003e10-Lumen Light Output\u003c\/h3\u003e\n        \u003cp\u003e\n          Provides clear pathway and driveway edge illumination while maintaining\n          an attractive decorative appearance around your landscape.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/830679e6-eb6a-45c1-b2b9-25df7a7643e2.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"Solar charging Energizer landscape pathway lights\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003eEfficient Solar Charging\u003c\/h3\u003e\n        \u003cp\u003e\n          Crystalline solar panels collect sunlight during the day to recharge\n          the pre-installed batteries for nighttime operation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/118f35f1-7323-4caa-85a0-9fd094a44e90.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"Waterproof Energizer solar driveway lights\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003eIP65 Waterproof Design\u003c\/h3\u003e\n        \u003cp\u003e\n          Built for outdoor use with protection designed for rain, sprinklers,\n          snow, and everyday exposure to changing weather conditions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9bda378d-f65e-4a88-9c4b-4856a9350f8a.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"10 pack solar driveway and pathway lights\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003e10 Lights for Wider Coverage\u003c\/h3\u003e\n        \u003cp\u003e\n          The 10-piece set makes it easy to create a continuous line of lighting\n          along driveways, sidewalks, pathways, lawns, and landscape borders.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e56052f5-a661-4bce-a656-64363f48f531.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"Solar landscaping lights for walkway lawn and patio\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003eVersatile Landscape Placement\u003c\/h3\u003e\n        \u003cp\u003e\n          Use them along driveways, walkways, lawns, gardens, patios,\n          front yards, and other outdoor landscape areas.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DETAILS + SPECS --\u003e\n  \u003csection class=\"oso-pd-two-col\"\u003e\n\n    \u003cdiv class=\"oso-pd-card\"\u003e\n\n      \u003ch2\u003eBuilt for Everyday Outdoor Use\u003c\/h2\u003e\n\n      \u003cul class=\"oso-pd-checklist\"\u003e\n        \u003cli\u003e10-lumen LED output per light\u003c\/li\u003e\n        \u003cli\u003e10-piece pathway light set\u003c\/li\u003e\n        \u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n        \u003cli\u003e100% solar powered — no electrical wiring required\u003c\/li\u003e\n        \u003cli\u003eCrystalline solar charging panel\u003c\/li\u003e\n        \u003cli\u003eStainless steel construction\u003c\/li\u003e\n        \u003cli\u003eDurable glass lens\u003c\/li\u003e\n        \u003cli\u003ePre-installed rechargeable Energizer batteries\u003c\/li\u003e\n        \u003cli\u003eIP65 waterproof rating\u003c\/li\u003e\n        \u003cli\u003eSimple stake-in-ground installation\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-card\"\u003e\n\n      \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n      \u003ctable class=\"oso-pd-spec-table\"\u003e\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003ePack Size\u003c\/th\u003e\n            \u003ctd\u003e10 Lights\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBrightness\u003c\/th\u003e\n            \u003ctd\u003e10 Lumens Per Light\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eConstruction\u003c\/th\u003e\n            \u003ctd\u003eStainless Steel + Glass Lens\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eSolar Panel\u003c\/th\u003e\n            \u003ctd\u003eCrystalline Solar Panel\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBattery\u003c\/th\u003e\n            \u003ctd\u003e1.2V AA Ni-MH Rechargeable Energizer Battery\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWaterproof Rating\u003c\/th\u003e\n            \u003ctd\u003eIP65\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eRuntime\u003c\/th\u003e\n            \u003ctd\u003eApprox. 8–12 Hours on a Full Charge\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eOperation\u003c\/th\u003e\n            \u003ctd\u003eAutomatic Dusk-to-Dawn\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eLight Dimensions\u003c\/th\u003e\n            \u003ctd\u003eApprox. 15.5\" H × 6.25\" Diameter\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eStake Length\u003c\/th\u003e\n            \u003ctd\u003eApprox. 5\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eInstallation\u003c\/th\u003e\n            \u003ctd\u003eGround Stake\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eModel Number\u003c\/th\u003e\n            \u003ctd\u003e10343\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!-- INCLUDED \/ DESIGN \/ APPLICATIONS --\u003e\n  \u003csection class=\"oso-pd-three-col\"\u003e\n\n    \u003cdiv class=\"oso-pd-card\"\u003e\n\n      \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\n      \u003cul class=\"oso-pd-checklist\"\u003e\n        \u003cli\u003e10 Solar Pathway Lights\u003c\/li\u003e\n        \u003cli\u003e10 Ground Stakes\u003c\/li\u003e\n        \u003cli\u003e10 Pre-Installed Rechargeable Batteries\u003c\/li\u003e\n        \u003cli\u003eSolar Panels Integrated Into Each Light\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-card oso-pd-dark\"\u003e\n\n      \u003ch2\u003eSolar Lighting Without the Wiring\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Each Energizer pathway light operates independently using its own\n        solar panel and rechargeable battery. There is no need to run electrical\n        cable along your driveway, sidewalk, or garden. Position the lights in\n        areas with good sunlight and let the automatic sensor handle nighttime operation.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-card\"\u003e\n\n      \u003ch2\u003ePerfect For\u003c\/h2\u003e\n\n      \u003cdiv class=\"oso-pd-apps\"\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eDriveways\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eWalkways\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eSidewalks\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eGardens\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eLawns\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003ePatios\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eFront Yards\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eLandscape Borders\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003ePathways\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- REPLACEMENT PARTS --\u003e\n  \u003csection class=\"oso-pd-section oso-pd-parts\"\u003e\n    \u003ch2\u003eKeep Your Energizer Pathway Lights Working Longer\u003c\/h2\u003e\n    \u003cp style=\"margin:0 0 20px;font-size:15px;line-height:1.7;color:#667085;\"\u003e\n      Instead of replacing an entire set when a small component wears out or gets damaged,\n      select compatible replacement parts are available for these Energizer pathway lights.\n      Choose from replacement ground stakes, solar tops, glass parts, and rechargeable AA batteries.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso-pd-parts-grid\"\u003e\n\n      \u003cdiv class=\"oso-pd-part\"\u003e\n        \u003cspan class=\"oso-pd-part-badge\"\u003eREPLACEMENT PART\u003c\/span\u003e\n        \u003ch3\u003e10-Pack Replacement Ground Stakes\u003c\/h3\u003e\n        \u003cp\u003e\n          Replace broken or missing ground spikes so your pathway lights can be\n          reinstalled securely along walkways, gardens, lawns, and landscape borders.\n        \u003c\/p\u003e\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003e\n          View Replacement Ground Stakes\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pd-part\"\u003e\n        \u003cspan class=\"oso-pd-part-badge\"\u003eREPLACEMENT PART\u003c\/span\u003e\n        \u003ch3\u003eEnergizer Replacement Solar Top\u003c\/h3\u003e\n        \u003cp\u003e\n          Replace the top solar-light assembly on compatible Energizer pathway lights\n          without replacing the complete fixture.\n        \u003c\/p\u003e\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-solar-top\"\u003e\n          View Energizer Solar Top\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pd-part\"\u003e\n        \u003cspan class=\"oso-pd-part-badge\"\u003eREPLACEMENT PART\u003c\/span\u003e\n        \u003ch3\u003eEnergizer Replacement Glass Part\u003c\/h3\u003e\n        \u003cp\u003e\n          Replace a damaged glass section on select compatible Energizer solar pathway\n          lights and keep the original fixture in service.\n        \u003c\/p\u003e\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-glass-part-only\"\u003e\n          View Replacement Glass Part\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pd-part\"\u003e\n        \u003cspan class=\"oso-pd-part-badge\"\u003eREPLACEMENT PART\u003c\/span\u003e\n        \u003ch3\u003eEnergizer Rechargeable AA Batteries – 8 Pack\u003c\/h3\u003e\n        \u003cp\u003e\n          Refresh compatible solar pathway lights with rechargeable AA batteries when\n          older batteries begin to lose charging capacity or nighttime runtime.\n        \u003c\/p\u003e\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003e\n          View Rechargeable Batteries\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"oso-pd-section\"\u003e\n\n    \u003ch2\u003eEasy 3-Step Installation\u003c\/h2\u003e\n\n    \u003cdiv class=\"oso-pd-steps\"\u003e\n\n      \u003cdiv class=\"oso-pd-step\"\u003e\n        \u003cdiv class=\"oso-pd-step-num\"\u003e1\u003c\/div\u003e\n\n        \u003ch3\u003eAssemble Each Light\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Connect the light body, pole, and included ground stake according\n          to the installation instructions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"oso-pd-step\"\u003e\n        \u003cdiv class=\"oso-pd-step-num\"\u003e2\u003c\/div\u003e\n\n        \u003ch3\u003eStake Into the Ground\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Position the lights along your driveway, walkway, lawn,\n          garden, or other desired landscape area.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"oso-pd-step\"\u003e\n        \u003cdiv class=\"oso-pd-step-num\"\u003e3\u003c\/div\u003e\n\n        \u003ch3\u003eAllow the Sun to Charge\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Place each solar panel where it can receive adequate direct sunlight\n          during the day for reliable nighttime illumination.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MANUAL --\u003e\n  \u003csection class=\"oso-pd-manual\"\u003e\n\n    \u003cdiv\u003e\n      \u003ch3\u003eProduct Instruction Manual\u003c\/h3\u003e\n\n      \u003cp\u003e\n        View the Energizer 10-Lumen Solar Pathway Light installation\n        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\/M50773_10lum.pdf?v=1712953189\" 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=\"oso-pd-section\"\u003e\n\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdiv class=\"oso-pd-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow long do the lights stay on at night?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          On a full charge, the lights can provide approximately 8–12 hours\n          of nighttime illumination. Actual runtime depends on sunlight,\n          charging conditions, weather, and battery condition.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow bright is each solar pathway light?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          Each light has a 10-lumen LED output designed for pathway,\n          driveway, sidewalk, lawn, and landscape accent lighting.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre these lights waterproof?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          Yes. The lights have an IP65 waterproof rating and are designed\n          for normal outdoor exposure to rain and changing weather conditions.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo these lights require electrical wiring?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          No. Each light is solar powered and operates independently,\n          so traditional electrical wiring and outdoor power outlets are not required.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo the lights turn on automatically?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          Yes. The built-in sensor allows the lights to charge during\n          daylight hours and automatically illuminate after dark.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere should I install the lights?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          These lights work well along driveways, sidewalks, walkways,\n          lawns, gardens, patios, front yards, and landscape borders.\n          Choose locations that receive adequate sunlight during the day.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo you sell replacement parts for these Energizer pathway lights?\u003c\/summary\u003e\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          Yes. We carry select replacement parts including\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003eground stakes\u003c\/a\u003e,\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-solar-top\"\u003esolar tops\u003c\/a\u003e,\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-glass-part-only\"\u003eglass parts\u003c\/a\u003e, and\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003erechargeable AA batteries\u003c\/a\u003e\n          for select compatible Energizer pathway-light models.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I replace the rechargeable batteries?\u003c\/summary\u003e\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          Yes. This product uses rechargeable 1.2V AA Ni-MH batteries. When replacement is needed,\n          use compatible rechargeable batteries that match the required battery type.\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003eView Energizer rechargeable AA batteries here.\u003c\/a\u003e\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-pd-trust\"\u003e\n\n    \u003cdiv class=\"oso-pd-trust-item\"\u003e\n      \u003cstrong\u003e10-Piece Set\u003c\/strong\u003e\n      Wider Landscape Coverage\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-trust-item\"\u003e\n      \u003cstrong\u003eIP65 Rated\u003c\/strong\u003e\n      Outdoor Ready\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-trust-item\"\u003e\n      \u003cstrong\u003e8–12 Hour Runtime\u003c\/strong\u003e\n      On a Full Charge\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-trust-item\"\u003e\n      \u003cstrong\u003eEnergizer®\u003c\/strong\u003e\n      Solar Pathway Lighting\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Energizer","offers":[{"title":"Copper","offer_id":31244202442796,"sku":"10343-CO-1","price":114.95,"currency_code":"USD","in_stock":true},{"title":"Gunmetal","offer_id":46558116610280,"sku":"10343-GM-1","price":114.95,"currency_code":"USD","in_stock":true},{"title":"Bronze","offer_id":46558116643048,"sku":"10343-BRZ","price":114.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":46558116675816,"sku":"10343-BK","price":114.95,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":46558116708584,"sku":"10343-SS","price":114.95,"currency_code":"USD","in_stock":true},{"title":"Turquoise","offer_id":46558116774120,"sku":"10343-TQ","price":114.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/energizer-10-pack-solar-led-pathway-lights-outdoor-stainless-steel-9267760.jpg?v=1786735040"},{"product_id":"energizer-8-pack-color-on-demand-solar-pathway-lights-outdoor-stainless-steel","title":"Energizer 8 Pack Color On Demand Solar Pathway Lights Outdoor-Stainless Steel(5 Colors)","description":"\u003cstyle\u003e\n.oso-cod{max-width:1180px;margin:0 auto;padding:24px 16px 48px;font-family:inherit;color:#1f2937}.oso-cod *{box-sizing:border-box}.oso-cod img{display:block;width:100%;max-width:100%;height:auto}.oso-cod a{transition:.2s ease}.oso-cod-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;margin-bottom:24px}.oso-cod-hero-media{overflow:hidden;border:1px solid #e3e7ec;border-radius:16px;background:#fff}.oso-cod-hero-media img{width:100%;height:auto;object-fit:contain}.oso-cod-brand{margin-bottom:6px;color:#f28c00;font-size:14px;font-weight:850;letter-spacing:1px;text-transform:uppercase}.oso-cod-eyebrow{margin-bottom:7px;color:#07182e;font-size:13px;font-weight:850;letter-spacing:.7px;text-transform:uppercase}.oso-cod-title{margin:0 0 11px;color:#07182e;font-size:39px;line-height:1.08;font-weight:850}.oso-cod-subtitle{margin:0 0 14px;color:#1f2937;font-size:21px;line-height:1.4;font-weight:750}.oso-cod-text{margin:0 0 13px;color:#566170;font-size:16px;line-height:1.72}.oso-cod-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.oso-cod-pill{padding:8px 12px;border:1px solid #e3e7ec;border-radius:999px;background:#f7f8fa;color:#344054;font-size:12.5px;font-weight:750}.oso-cod-best{display:flex;align-items:center;gap:16px;margin-bottom:25px;padding:17px 22px;border-radius:13px;background:linear-gradient(110deg,#07182e,#10395f)}.oso-cod-best strong{flex-shrink:0;padding:7px 12px;border-radius:999px;background:#f5a300;color:#111827;font-size:12px;font-weight:850}.oso-cod-best span{color:#e3eaf2;font-size:14.5px;line-height:1.55}.oso-cod-specbar{display:grid;grid-template-columns:repeat(6,1fr);margin-bottom:28px;overflow:hidden;border:1px solid #e3e7ec;border-radius:13px;background:#fff}.oso-cod-spec{padding:18px 8px;text-align:center;border-right:1px solid #e3e7ec}.oso-cod-spec:last-child{border-right:0}.oso-cod-spec strong{display:block;margin-bottom:3px;color:#07182e;font-size:14px}.oso-cod-spec span{color:#697586;font-size:12px}.oso-cod-section{margin-bottom:25px}.oso-cod-heading{margin:0 0 8px;color:#07182e;font-size:28px;line-height:1.25;font-weight:850}.oso-cod-heading:after,.oso-cod-card h2:after{content:\"\";display:block;width:46px;height:3px;margin-top:9px;background:#f5a300}.oso-cod-lead{max-width:900px;margin:0 0 21px;color:#667085;font-size:15.5px;line-height:1.7}.oso-cod-wide{overflow:hidden;margin-bottom:25px;border:1px solid #e3e7ec;border-radius:15px;background:#fff}.oso-cod-wide img{width:100%;height:auto;object-fit:contain}.oso-cod-wide-copy{padding:21px 24px 23px}.oso-cod-wide-copy h2{margin:0 0 7px;color:#07182e;font-size:23px;font-weight:850}.oso-cod-wide-copy p{margin:0;color:#667085;font-size:14.5px;line-height:1.68}.oso-cod-features{display:grid;grid-template-columns:repeat(2,1fr);gap:17px;margin-bottom:25px}.oso-cod-feature{overflow:hidden;border:1px solid #e3e7ec;border-radius:13px;background:#fff}.oso-cod-feature img{width:100%;height:auto;object-fit:contain;background:#f8f9fb}.oso-cod-feature-copy{padding:20px}.oso-cod-feature h3{margin:0 0 7px;color:#07182e;font-size:19px;font-weight:850}.oso-cod-feature p{margin:0;color:#667085;font-size:14.5px;line-height:1.66}.oso-cod-dark{margin-bottom:25px;padding:33px;border-radius:16px;background:linear-gradient(120deg,#061426,#0b2b4e)}.oso-cod-dark h2{margin:0 0 10px;color:#fff;font-size:28px;font-weight:850}.oso-cod-dark\u003ep{max-width:880px;margin:0 0 21px;color:#d8e1ec;font-size:15px;line-height:1.7}.oso-cod-dark-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.oso-cod-dark-item{padding:17px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(255,255,255,.06)}.oso-cod-dark-item strong{display:block;margin-bottom:4px;color:#f5a300;font-size:18px}.oso-cod-dark-item span{color:#e2e8f0;font-size:13px;line-height:1.45}.oso-cod-two{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:25px}.oso-cod-card{padding:25px;border:1px solid #e3e7ec;border-radius:13px;background:#fff}.oso-cod-card h2{margin:0 0 15px;color:#07182e;font-size:23px;font-weight:850}.oso-cod-list{list-style:none;margin:0;padding:0}.oso-cod-list li{position:relative;padding:7px 0 7px 28px;color:#475467;font-size:14.5px;line-height:1.52}.oso-cod-list li:before{content:\"✓\";position:absolute;left:0;top:8px;width:18px;height:18px;line-height:18px;text-align:center;border-radius:50%;background:#f5a300;color:#fff;font-size:11px;font-weight:900}.oso-cod-table{width:100%;border-collapse:collapse}.oso-cod-table tr{border-bottom:1px solid #e9edf1}.oso-cod-table tr:last-child{border-bottom:0}.oso-cod-table th,.oso-cod-table td{padding:9px 5px;text-align:left;vertical-align:top;font-size:14px;line-height:1.45}.oso-cod-table th{width:43%;color:#344054;font-weight:750}.oso-cod-table td{color:#5b6472}.oso-cod-apps{display:flex;flex-wrap:wrap;gap:8px}.oso-cod-app{padding:9px 13px;border:1px solid #e2e6eb;border-radius:999px;background:#f7f8fa;color:#344054;font-size:13.5px;font-weight:650}.oso-cod-parts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.oso-cod-part{display:flex;flex-direction:column;min-height:100%;padding:22px;border:1px solid #e3e7ec;border-radius:13px;background:#fff}.oso-cod-part-badge{display:inline-block;align-self:flex-start;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:#f5a300;color:#111827;font-size:11px;font-weight:850}.oso-cod-part h3{margin:0 0 8px;color:#07182e;font-size:18px;line-height:1.3;font-weight:850}.oso-cod-part p{margin:0 0 16px;color:#667085;font-size:14px;line-height:1.6}.oso-cod-part a{display:inline-block;margin-top:auto;padding:12px 14px;border-radius:7px;background:#07182e;color:#fff!important;text-decoration:none!important;text-align:center;font-size:13px;font-weight:800}.oso-cod-manual{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px;padding:23px 25px;border:1px solid #e3e7ec;border-radius:13px;background:#f8f9fb}.oso-cod-manual h3{margin:0 0 5px;color:#07182e;font-size:20px}.oso-cod-manual p{margin:0;color:#667085;font-size:14px;line-height:1.6}.oso-cod-manual a{display:inline-block;flex-shrink:0;padding:12px 18px;border-radius:7px;background:#07182e;color:#fff!important;text-decoration:none!important;font-size:14px;font-weight:800}.oso-cod-faq{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px}.oso-cod-faq details{overflow:hidden;border:1px solid #e3e7ec;border-radius:8px;background:#fff}.oso-cod-faq summary{position:relative;cursor:pointer;list-style:none;padding:16px 44px 16px 17px;color:#1f2937;font-size:14.5px;font-weight:750}.oso-cod-faq summary::-webkit-details-marker{display:none}.oso-cod-faq summary:after{content:\"+\";position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#f28c00;font-size:21px}.oso-cod-faq details[open] summary:after{content:\"−\"}.oso-cod-answer{padding:0 17px 17px;color:#667085;font-size:13.5px;line-height:1.65}.oso-cod-answer a{color:#0b5dbb;text-decoration:underline;font-weight:750}.oso-cod-trust{display:grid;grid-template-columns:repeat(5,1fr);margin-top:25px;overflow:hidden;border-radius:12px;background:#07182e}.oso-cod-trust div{padding:17px 8px;text-align:center;color:#dce4ee;font-size:12px;border-right:1px solid rgba(255,255,255,.12)}.oso-cod-trust div:last-child{border-right:0}.oso-cod-trust strong{display:block;margin-bottom:3px;color:#f5a300;font-size:13.5px}@media(max-width:900px){.oso-cod-specbar{grid-template-columns:repeat(3,1fr)}.oso-cod-dark-grid{grid-template-columns:1fr 1fr}.oso-cod-parts-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.oso-cod{padding:15px 10px 35px}.oso-cod-hero,.oso-cod-two,.oso-cod-features{grid-template-columns:1fr}.oso-cod-title{font-size:30px}.oso-cod-subtitle{font-size:19px}.oso-cod-best{flex-direction:column;align-items:flex-start}.oso-cod-specbar{grid-template-columns:1fr 1fr}.oso-cod-dark{padding:24px 18px}.oso-cod-dark-grid{grid-template-columns:1fr 1fr}.oso-cod-parts-grid,.oso-cod-faq{grid-template-columns:1fr}.oso-cod-manual{flex-direction:column;align-items:flex-start}.oso-cod-manual a{width:100%;text-align:center}.oso-cod-trust{grid-template-columns:1fr 1fr}}\n\u003c\/style\u003e\n\u003cdiv class=\"oso-cod\"\u003e\n\u003csection class=\"oso-cod-hero\"\u003e\u003cdiv class=\"oso-cod-hero-media\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7285c133-1514-4900-8cfa-cdf9488f1d8b.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"Energizer 8 Pack Color On Demand solar pathway lights stainless steel outdoor\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"oso-cod-brand\"\u003eENERGIZER®\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-eyebrow\"\u003eCOLOR ON DEMAND SOLAR PATHWAY LIGHTING\u003c\/div\u003e\n\u003ch2 class=\"oso-cod-title\"\u003eEnergizer 8-Pack Color On Demand Solar Pathway Lights\u003c\/h2\u003e\n\u003ch3 class=\"oso-cod-subtitle\"\u003eStainless-Steel Outdoor Path Lights with 5 Color Options, 15-Lumen Output \u0026amp; Glass Lenses\u003c\/h3\u003e\n\u003cp class=\"oso-cod-text\"\u003eAdd flexible color and dependable nighttime illumination to your landscape with the \u003cstrong\u003eEnergizer 8-Pack Color On Demand Solar Pathway Lights\u003c\/strong\u003e. Designed for driveways, walkways, gardens, lawns, patios and landscape borders, this set combines stainless-steel construction, real glass lenses and solar-powered operation with selectable color lighting.\u003c\/p\u003e\n\u003cp class=\"oso-cod-text\"\u003eEach light provides a listed \u003cstrong\u003e15-lumen output\u003c\/strong\u003e and uses a ribbed glass lens to create a decorative sunburst-style light pattern. With no electrical wiring required, the lights can be installed quickly throughout your outdoor space.\u003c\/p\u003e\n\u003cdiv class=\"oso-cod-pills\"\u003e\n\u003cspan class=\"oso-cod-pill\"\u003eEnergizer®\u003c\/span\u003e\u003cspan class=\"oso-cod-pill\"\u003e8-Pack\u003c\/span\u003e\u003cspan class=\"oso-cod-pill\"\u003e5 Color Options\u003c\/span\u003e\u003cspan class=\"oso-cod-pill\"\u003e15 Lumens\u003c\/span\u003e\u003cspan class=\"oso-cod-pill\"\u003eStainless Steel + Glass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"oso-cod-best\"\u003e\u003cstrong\u003eCOLOR ON DEMAND\u003c\/strong\u003e\u003cspan\u003eSwitch up the look of your outdoor space while keeping the convenience of automatic solar lighting. This 8-piece set is designed for customers who want decorative pathway illumination with more visual flexibility than a single-color fixture.\u003c\/span\u003e\u003c\/section\u003e\n\u003csection class=\"oso-cod-specbar\"\u003e\u003cdiv class=\"oso-cod-spec\"\u003e\n\u003cstrong\u003e8 Lights\u003c\/strong\u003e\u003cspan\u003eComplete pathway set\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-spec\"\u003e\n\u003cstrong\u003e5 Colors\u003c\/strong\u003e\u003cspan\u003eColor On Demand\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-spec\"\u003e\n\u003cstrong\u003e15 Lumens\u003c\/strong\u003e\u003cspan\u003ePer light\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-spec\"\u003e\n\u003cstrong\u003eIPX5\u003c\/strong\u003e\u003cspan\u003eListed water resistance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-spec\"\u003e\n\u003cstrong\u003eAA NiMH\u003c\/strong\u003e\u003cspan\u003eRechargeable battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-spec\"\u003e\n\u003cstrong\u003eDusk-to-Dawn\u003c\/strong\u003e\u003cspan\u003eAutomatic operation\u003c\/span\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"oso-cod-wide\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/eb75574f-d82f-49d1-98db-fa1fe86867c1.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"Energizer 15 lumen solar pathway light decorative sunburst pattern\"\u003e\u003cdiv class=\"oso-cod-wide-copy\"\u003e\n\u003ch2\u003e15-Lumen Decorative Sunburst Light Projection\u003c\/h2\u003e\n\u003cp\u003eEach Energizer pathway light uses a ribbed glass lens to refract the LED output into a decorative sunburst-style pattern. The supplied product information lists a 15-lumen output and a broad 360-degree visual lighting effect for pathways, driveways and landscape borders.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"oso-cod-features\"\u003e\u003cdiv class=\"oso-cod-feature\"\u003e\n\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9b4c5e86-ce9f-4f5d-a86a-285203e63ee5.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"Energizer stainless steel IPX5 solar pathway lights\"\u003e\u003cdiv class=\"oso-cod-feature-copy\"\u003e\n\u003ch3\u003eStainless-Steel Outdoor Construction\u003c\/h3\u003e\n\u003cp\u003eCorrosion-resistant stainless steel and real glass lenses give the lights a more substantial appearance than basic plastic pathway fixtures. The supplied specification lists an IPX5 water-resistance rating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-feature\"\u003e\n\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8d679880-2cff-4558-b72b-c382f890a492.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"Energizer solar pathway lights dusk to dawn charging\"\u003e\u003cdiv class=\"oso-cod-feature-copy\"\u003e\n\u003ch3\u003eAutomatic Solar Operation\u003c\/h3\u003e\n\u003cp\u003eCrystalline solar panels recharge the included batteries during the day, while integrated light sensors handle the transition to nighttime operation automatically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"oso-cod-wide\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6a564db4-72bb-487a-9cfa-ba186615572e.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"Energizer color on demand solar pathway lights patio garden lawn driveway\"\u003e\u003cdiv class=\"oso-cod-wide-copy\"\u003e\n\u003ch2\u003eDesigned to Blend into Multiple Outdoor Spaces\u003c\/h2\u003e\n\u003cp\u003eUse the lights to create a coordinated landscape design along driveways, walkways, gardens, lawns, patios, poolside areas and landscape borders. Ground-stake installation allows the lights to be repositioned as your layout changes.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"oso-cod-dark\"\u003e\u003ch2\u003eSolar Lighting with Color Flexibility\u003c\/h2\u003e\n\u003cp\u003eThis Energizer set combines wire-free solar operation with Color On Demand functionality, giving you more decorative control while keeping daily operation simple and automatic.\u003c\/p\u003e\n\u003cdiv class=\"oso-cod-dark-grid\"\u003e\n\u003cdiv class=\"oso-cod-dark-item\"\u003e\n\u003cstrong\u003e5 Colors\u003c\/strong\u003e\u003cspan\u003eSelectable Color On Demand lighting.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-dark-item\"\u003e\n\u003cstrong\u003e15 Lumens\u003c\/strong\u003e\u003cspan\u003eListed light output per fixture.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-dark-item\"\u003e\n\u003cstrong\u003e8 Hours\u003c\/strong\u003e\u003cspan\u003eSource notes strong brightness after extended nighttime use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-dark-item\"\u003e\n\u003cstrong\u003eNo Wiring\u003c\/strong\u003e\u003cspan\u003eIndependent solar-powered operation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"oso-cod-two\"\u003e\u003cdiv class=\"oso-cod-card\"\u003e\n\u003ch2\u003eKey Product Features\u003c\/h2\u003e\n\u003cul class=\"oso-cod-list\"\u003e\n\u003cli\u003e8-pack Energizer solar pathway light set\u003c\/li\u003e\n\u003cli\u003eColor On Demand lighting with 5 color options\u003c\/li\u003e\n\u003cli\u003e15-lumen LED output per light\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003cli\u003eReal ribbed glass lens\u003c\/li\u003e\n\u003cli\u003eCrystalline solar charging panel\u003c\/li\u003e\n\u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n\u003cli\u003ePre-installed rechargeable Energizer AA NiMH battery\u003c\/li\u003e\n\u003cli\u003eIPX5 listed water resistance\u003c\/li\u003e\n\u003cli\u003eNo electrical wiring required\u003c\/li\u003e\n\u003cli\u003eGround-stake installation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"oso-cod-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eEnergizer®\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePack Size\u003c\/th\u003e\n\u003ctd\u003e8 Lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting Type\u003c\/th\u003e\n\u003ctd\u003eColor On Demand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Options\u003c\/th\u003e\n\u003ctd\u003e5 Colors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBrightness\u003c\/th\u003e\n\u003ctd\u003e15 Lumens Per Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eConstruction\u003c\/th\u003e\n\u003ctd\u003eStainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLens\u003c\/th\u003e\n\u003ctd\u003eReal Ribbed Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel\u003c\/th\u003e\n\u003ctd\u003eCrystalline Solar Panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery\u003c\/th\u003e\n\u003ctd\u003eRechargeable Energizer AA NiMH Battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWater Resistance\u003c\/th\u003e\n\u003ctd\u003eIPX5\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\u003eLight Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 15.5\" H × 6.25\" Diameter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStake Length\u003c\/th\u003e\n\u003ctd\u003eApprox. 5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel Number\u003c\/th\u003e\n\u003ctd\u003e10244-RD\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"oso-cod-two\"\u003e\u003cdiv class=\"oso-cod-card\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003cul class=\"oso-cod-list\"\u003e\n\u003cli\u003e8 Energizer Color On Demand Solar Pathway Lights\u003c\/li\u003e\n\u003cli\u003e8 Ground Stakes\u003c\/li\u003e\n\u003cli\u003e8 Pre-Installed Rechargeable Energizer AA NiMH Batteries\u003c\/li\u003e\n\u003cli\u003eIntegrated Solar Panels\u003c\/li\u003e\n\u003cli\u003eBasic Assembly Components\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-card\"\u003e\n\u003ch2\u003eIdeal Outdoor Applications\u003c\/h2\u003e\n\u003cdiv class=\"oso-cod-apps\"\u003e\n\u003cspan class=\"oso-cod-app\"\u003eDriveways\u003c\/span\u003e\u003cspan class=\"oso-cod-app\"\u003eWalkways\u003c\/span\u003e\u003cspan class=\"oso-cod-app\"\u003eSidewalks\u003c\/span\u003e\u003cspan class=\"oso-cod-app\"\u003eGardens\u003c\/span\u003e\u003cspan class=\"oso-cod-app\"\u003eLawns\u003c\/span\u003e\u003cspan class=\"oso-cod-app\"\u003ePatios\u003c\/span\u003e\u003cspan class=\"oso-cod-app\"\u003ePool Areas\u003c\/span\u003e\u003cspan class=\"oso-cod-app\"\u003eFront Yards\u003c\/span\u003e\u003cspan class=\"oso-cod-app\"\u003eLandscape Borders\u003c\/span\u003e\u003cspan class=\"oso-cod-app\"\u003eEntryways\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"oso-cod-section\"\u003e\u003ch2 class=\"oso-cod-heading\"\u003eKeep Your Energizer Pathway Lights Working Longer\u003c\/h2\u003e\n\u003cp class=\"oso-cod-lead\"\u003eIf a small component becomes damaged or worn, you may not need to replace the entire light set. We carry select replacement parts for compatible Energizer pathway-light models.\u003c\/p\u003e\n\u003cdiv class=\"oso-cod-parts-grid\"\u003e\n\u003cdiv class=\"oso-cod-part\"\u003e\n\u003cspan class=\"oso-cod-part-badge\"\u003eREPLACEMENT PART\u003c\/span\u003e\u003ch3\u003e10-Pack Replacement Ground Stakes\u003c\/h3\u003e\n\u003cp\u003eReplace broken or missing ground spikes and reinstall compatible pathway lights securely in lawns, gardens and landscape borders.\u003c\/p\u003e\n\u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003eView Replacement Ground Stakes\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-part\"\u003e\n\u003cspan class=\"oso-cod-part-badge\"\u003eREPLACEMENT PART\u003c\/span\u003e\u003ch3\u003eEnergizer Replacement Solar Top\u003c\/h3\u003e\n\u003cp\u003eReplace the solar top assembly on select compatible Energizer pathway lights instead of replacing the complete fixture.\u003c\/p\u003e\n\u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-solar-top\"\u003eView Energizer Solar Top\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-part\"\u003e\n\u003cspan class=\"oso-cod-part-badge\"\u003eREPLACEMENT PART\u003c\/span\u003e\u003ch3\u003eEnergizer Replacement Glass Part\u003c\/h3\u003e\n\u003cp\u003eReplace a damaged glass section on select compatible Energizer solar pathway lights and keep the original fixture in service.\u003c\/p\u003e\n\u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-glass-part-only\"\u003eView Replacement Glass Part\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oso-cod-part\"\u003e\n\u003cspan class=\"oso-cod-part-badge\"\u003eREPLACEMENT PART\u003c\/span\u003e\u003ch3\u003eEnergizer Rechargeable AA Batteries – 8 Pack\u003c\/h3\u003e\n\u003cp\u003eRefresh compatible solar lights when older rechargeable batteries begin to lose charging capacity or nighttime runtime.\u003c\/p\u003e\n\u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003eView Rechargeable Batteries\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"oso-cod-manual\"\u003e\u003cdiv\u003e\n\u003ch3\u003eProduct Instruction Manual\u003c\/h3\u003e\n\u003cp\u003eView the installation, Color On Demand operation and product-care instructions for this Energizer 8-Pack Solar Pathway Light set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/10232C-8-8-QVC_FY23-_E.pdf?v=1777505279\" target=\"_blank\" rel=\"noopener\"\u003eView Instruction Manual\u003c\/a\u003e\u003c\/section\u003e\n\u003csection class=\"oso-cod-card\"\u003e\u003ch2\u003eEnergizer Color On Demand Solar Pathway Lights FAQs\u003c\/h2\u003e\n\u003cdiv class=\"oso-cod-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many lights are included?\u003c\/summary\u003e\u003cdiv class=\"oso-cod-answer\"\u003eThis set includes 8 Energizer solar pathway lights.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow bright is each pathway light?\u003c\/summary\u003e\u003cdiv class=\"oso-cod-answer\"\u003eThe supplied product information lists a 15-lumen output per light.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Color On Demand mean?\u003c\/summary\u003e\u003cdiv class=\"oso-cod-answer\"\u003eThis model is designed to provide selectable color lighting. The product title identifies 5 available color options. Refer to the instruction manual for the exact operating steps for changing colors.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDo the lights require electrical wiring?\u003c\/summary\u003e\u003cdiv class=\"oso-cod-answer\"\u003eNo. Each light uses its own solar panel and rechargeable battery, so no traditional landscape wiring is required.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDo the lights turn on automatically?\u003c\/summary\u003e\u003cdiv class=\"oso-cod-answer\"\u003eYes. The supplied product information describes automatic dusk-to-dawn operation.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eAre the lights waterproof?\u003c\/summary\u003e\u003cdiv class=\"oso-cod-answer\"\u003eThe supplied product information lists an IPX5 water-resistance rating.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat are the lights made from?\u003c\/summary\u003e\u003cdiv class=\"oso-cod-answer\"\u003eThe supplied description lists stainless-steel construction with real glass lenses.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat type of battery is used?\u003c\/summary\u003e\u003cdiv class=\"oso-cod-answer\"\u003eThe supplied product information states that each light includes a pre-installed rechargeable Energizer AA NiMH battery.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDo you sell replacement parts?\u003c\/summary\u003e\u003cdiv class=\"oso-cod-answer\"\u003eYes. We carry select compatible \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003ereplacement ground stakes\u003c\/a\u003e, \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-solar-top\"\u003eEnergizer solar tops\u003c\/a\u003e, \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-glass-part-only\"\u003ereplacement glass parts\u003c\/a\u003e, and \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003erechargeable AA batteries\u003c\/a\u003e. Compatibility should be confirmed for the specific pathway-light model before ordering.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhere should I install the lights?\u003c\/summary\u003e\u003cdiv class=\"oso-cod-answer\"\u003ePlace the lights where their solar panels can receive strong daytime sunlight. Common locations include driveways, pathways, gardens, lawns, patios and landscape borders.\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhere can I find the instruction manual?\u003c\/summary\u003e\u003cdiv class=\"oso-cod-answer\"\u003eYou can \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/10232C-8-8-QVC_FY23-_E.pdf?v=1777505279\" target=\"_blank\" rel=\"noopener\"\u003eview the Energizer instruction manual here\u003c\/a\u003e.\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"oso-cod-trust\"\u003e\u003cdiv\u003e\n\u003cstrong\u003eEnergizer®\u003c\/strong\u003eTrusted Outdoor Lighting Brand\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e8-Pack\u003c\/strong\u003eCoordinated Landscape Set\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e5 Colors\u003c\/strong\u003eColor On Demand\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e15 Lumens\u003c\/strong\u003ePer Light\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRepair-Friendly\u003c\/strong\u003eReplacement Parts Available\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Energizer","offers":[{"title":"Black","offer_id":48424255652072,"sku":"10232C-8-8BK","price":99.95,"currency_code":"USD","in_stock":true},{"title":"Bronze","offer_id":48424255684840,"sku":"10232C-8-8BZ","price":99.95,"currency_code":"USD","in_stock":true},{"title":"Gunmetal","offer_id":48424255717608,"sku":"10232C-8-8GM","price":99.95,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":48424255750376,"sku":"10232C-8-8SS","price":99.95,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":48424255783144,"sku":"10244-rd-5","price":99.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/energizer-8-pack-color-on-demand-solar-pathway-lights-outdoor-stainless-steel5-colors-2399131.jpg?v=1786735038"},{"product_id":"new-led-energizer-10pack-solar-pathway-lights-outdoor-stainless-steel-bronze","title":"Alpan 10 Pack Solar Pathway LED Lights Outdoor-Stainless Steel 15 Lumen( Bronze )","description":"\u003cstyle\u003e\n\/* =========================================================\n   ALPAN 10 PACK SOLAR PATHWAY LIGHTS — BRONZE\n   FULLY ISOLATED SHOPIFY PRODUCT DESCRIPTION\n   ========================================================= *\/\n.alpan10{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 50px;\n  font-family:inherit;\n  color:#1f2937;\n}\n.alpan10 *{box-sizing:border-box}\n.alpan10 h2,.alpan10 h3{color:#07182f}\n.alpan10 p{color:#5f6b7a;line-height:1.72}\n.alpan10 a{text-decoration:none}\n\n.alpan10-brand{\n  color:#f47721;\n  font-size:14px;\n  font-weight:900;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n.alpan10-title{\n  margin:8px 0 10px;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:900;\n}\n.alpan10-sub{\n  margin:0 0 14px;\n  font-size:20px;\n  line-height:1.4;\n  font-weight:800;\n}\n.alpan10-tags,.alpan10-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin:16px 0;\n}\n.alpan10-tag,.alpan10-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.alpan10-img{\n  width:100%;\n  max-width:760px;\n  margin:24px auto;\n  text-align:center;\n}\n.alpan10-img img{\n  display:block!important;\n  width:100%!important;\n  max-width:760px!important;\n  height:auto!important;\n  object-fit:contain!important;\n  margin:0 auto!important;\n  border-radius:14px;\n}\n\n.alpan10-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.alpan10-stat{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e1e6ed;\n}\n.alpan10-stat:last-child{border-right:0}\n.alpan10-stat strong{\n  display:block;\n  color:#07182f;\n  font-size:14px;\n}\n.alpan10-stat span{\n  color:#667085;\n  font-size:12px;\n}\n\n.alpan10-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin:24px 0;\n}\n.alpan10-card{\n  padding:24px;\n  border:1px solid #e1e6ed;\n  border-radius:14px;\n  background:#fff;\n}\n.alpan10-card h2{\n  margin:0 0 10px;\n  font-size:23px;\n}\n.alpan10-list{\n  list-style:none;\n  padding:0;\n  margin:0;\n}\n.alpan10-list li{\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#4b5563;\n  line-height:1.58;\n}\n.alpan10-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.alpan10-dark{\n  padding:30px;\n  margin:26px 0;\n  border-radius:16px;\n  background:linear-gradient(120deg,#07182f,#0d2747);\n  color:#fff;\n}\n.alpan10-dark h2{\n  margin:0 0 8px;\n  color:#fff;\n  font-size:28px;\n}\n.alpan10-dark p{\n  margin:0 0 18px;\n  color:#dce5ef;\n}\n.alpan10-dgrid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:10px;\n}\n.alpan10-di{\n  padding:16px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:9px;\n}\n.alpan10-di strong{\n  display:block;\n  color:#ff9b19;\n  font-size:17px;\n}\n.alpan10-di span{\n  color:#e7edf4;\n  font-size:13px;\n}\n\n.alpan10-table{\n  width:100%;\n  border-collapse:collapse;\n}\n.alpan10-table tr{border-bottom:1px solid #e8ecf1}\n.alpan10-table th,.alpan10-table td{\n  padding:9px 5px;\n  text-align:left;\n  vertical-align:top;\n  font-size:14px;\n}\n.alpan10-table th{\n  width:46%;\n  color:#344054;\n  font-weight:800;\n}\n.alpan10-table td{color:#667085}\n\n.alpan10-reco{\n  display:grid;\n  grid-template-columns:72px 1fr auto;\n  gap:18px;\n  align-items:center;\n  margin:18px 0;\n  padding:22px;\n  border:1px solid #ffd2ae;\n  border-radius:14px;\n  background:#fff7ef;\n}\n.alpan10-icon{\n  width:64px;\n  height:64px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:#f47721;\n  color:#fff;\n  font-size:15px;\n  font-weight:900;\n  text-align:center;\n  line-height:1.05;\n}\n.alpan10-reco h3{\n  margin:0 0 5px;\n  font-size:20px;\n}\n.alpan10-reco p{\n  margin:0;\n  font-size:14.5px;\n}\n.alpan10-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.alpan10-note{\n  margin:22px 0;\n  padding:18px 20px;\n  border-left:4px solid #f47721;\n  border-radius:9px;\n  background:#fff8f2;\n}\n.alpan10-warning{\n  margin:22px 0;\n  padding:18px 20px;\n  border-left:4px solid #d92d20;\n  border-radius:9px;\n  background:#fff4f2;\n}\n.alpan10-warning strong{color:#b42318}\n\n.alpan10-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n.alpan10-faq details{\n  border:1px solid #e1e6ed;\n  border-radius:9px;\n  padding:15px;\n  background:#fff;\n}\n.alpan10-faq summary{\n  cursor:pointer;\n  color:#07182f;\n  font-weight:800;\n}\n.alpan10-answer{\n  padding-top:9px;\n  color:#667085;\n  font-size:14px;\n  line-height:1.6;\n}\n\n.alpan10-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.alpan10-trust div{\n  padding:16px 8px;\n  text-align:center;\n  color:#dce5ef;\n  font-size:12px;\n}\n.alpan10-trust strong{\n  display:block;\n  color:#ff9b19;\n  font-size:13.5px;\n}\n\n@media(max-width:800px){\n  .alpan10-stats{grid-template-columns:repeat(3,1fr)}\n  .alpan10-dgrid{grid-template-columns:1fr 1fr}\n  .alpan10-reco{grid-template-columns:64px 1fr}\n  .alpan10-reco .alpan10-btn{grid-column:1\/-1;text-align:center}\n}\n@media(max-width:650px){\n  .alpan10{padding:16px 10px 36px}\n  .alpan10-title{font-size:30px}\n  .alpan10-sub{font-size:18px}\n  .alpan10-grid,.alpan10-faq{grid-template-columns:1fr}\n  .alpan10-stats{grid-template-columns:1fr 1fr}\n  .alpan10-dgrid{grid-template-columns:1fr}\n  .alpan10-trust{grid-template-columns:1fr 1fr}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"alpan10\"\u003e\n\n\u003cdiv class=\"alpan10-brand\"\u003eALPAN SOLAR PATHWAY LIGHTING\u003c\/div\u003e\n\u003ch2 class=\"alpan10-title\"\u003eAlpan 10-Pack Solar Pathway LED Lights – 15 Lumen, Bronze\u003c\/h2\u003e\n\u003ch3 class=\"alpan10-sub\"\u003eStainless Steel • Glass Lens • Dusk-to-Dawn • Rechargeable Ni-MH Batteries • Wire-Free Outdoor Lighting\u003c\/h3\u003e\n\n\u003cp\u003e\nBring a warm, coordinated glow to walkways, gardens, driveways and landscape borders with the\n\u003cstrong\u003eAlpan 10-Pack Solar Pathway LED Lights\u003c\/strong\u003e. Each fixture combines a bronze-finish stainless-steel body,\na real glass lens and solar-powered automatic operation for an elegant outdoor-lighting look without running electrical wiring.\n\u003c\/p\u003e\n\n\u003cp\u003e\nA crystalline solar panel charges the included rechargeable AA Ni-MH battery during the day.\nAfter dark, the built-in light sensor automatically turns the fixture on, then switches it off again in daylight for simple\ndusk-to-dawn operation.\n\u003c\/p\u003e\n\n\u003cdiv class=\"alpan10-tags\"\u003e\n\u003cspan class=\"alpan10-tag\"\u003eAlpan\u003c\/span\u003e\n\u003cspan class=\"alpan10-tag\"\u003e10-Pack\u003c\/span\u003e\n\u003cspan class=\"alpan10-tag\"\u003e15 Lumens\u003c\/span\u003e\n\u003cspan class=\"alpan10-tag\"\u003eBronze Finish\u003c\/span\u003e\n\u003cspan class=\"alpan10-tag\"\u003eStainless Steel\u003c\/span\u003e\n\u003cspan class=\"alpan10-tag\"\u003eGlass Lens\u003c\/span\u003e\n\u003cspan class=\"alpan10-tag\"\u003eDusk-to-Dawn\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-stats\"\u003e\n\u003cdiv class=\"alpan10-stat\"\u003e\n\u003cstrong\u003e10-Pack\u003c\/strong\u003e\u003cspan\u003eComplete pathway set\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alpan10-stat\"\u003e\n\u003cstrong\u003e15 lm\u003c\/strong\u003e\u003cspan\u003ePer light\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alpan10-stat\"\u003e\n\u003cstrong\u003e15.5\"\u003c\/strong\u003e\u003cspan\u003eApprox. fixture height\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alpan10-stat\"\u003e\n\u003cstrong\u003e6.25\"\u003c\/strong\u003e\u003cspan\u003eApprox. diameter\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alpan10-stat\"\u003e\n\u003cstrong\u003e5\"\u003c\/strong\u003e\u003cspan\u003eApprox. ground stake\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alpan10-stat\"\u003e\n\u003cstrong\u003eAA Ni-MH\u003c\/strong\u003e\u003cspan\u003eRechargeable battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-grid\"\u003e\n\u003cdiv class=\"alpan10-card\"\u003e\n\u003ch2\u003eElegant Bronze Pathway Lighting\u003c\/h2\u003e\n\u003cul class=\"alpan10-list\"\u003e\n\u003cli\u003eBronze-finish stainless-steel construction\u003c\/li\u003e\n\u003cli\u003eReal glass lens with decorative light pattern\u003c\/li\u003e\n\u003cli\u003e15-lumen LED output per light\u003c\/li\u003e\n\u003cli\u003eDesigned for paths, driveways, gardens and landscape borders\u003c\/li\u003e\n\u003cli\u003eCoordinated 10-light set for larger outdoor areas\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-card\"\u003e\n\u003ch2\u003eIdeal for Outdoor Areas\u003c\/h2\u003e\n\u003cdiv class=\"alpan10-apps\"\u003e\n\u003cspan class=\"alpan10-app\"\u003eWalkways\u003c\/span\u003e\n\u003cspan class=\"alpan10-app\"\u003eDriveways\u003c\/span\u003e\n\u003cspan class=\"alpan10-app\"\u003eGardens\u003c\/span\u003e\n\u003cspan class=\"alpan10-app\"\u003eFlower Beds\u003c\/span\u003e\n\u003cspan class=\"alpan10-app\"\u003eLandscape Borders\u003c\/span\u003e\n\u003cspan class=\"alpan10-app\"\u003ePatios\u003c\/span\u003e\n\u003cspan class=\"alpan10-app\"\u003eFront Yards\u003c\/span\u003e\n\u003cspan class=\"alpan10-app\"\u003eBackyards\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-dark\"\u003e\n\u003ch2\u003eSolar Powered with Automatic Nighttime Operation\u003c\/h2\u003e\n\u003cp\u003e\nEach light charges from sunlight during the day and automatically illuminates after dark.\nNo hardwiring, transformer or outdoor electrical outlet is required.\n\u003c\/p\u003e\n\u003cdiv class=\"alpan10-dgrid\"\u003e\n\u003cdiv class=\"alpan10-di\"\u003e\n\u003cstrong\u003eCharges by Day\u003c\/strong\u003e\u003cspan\u003eCrystalline solar panel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alpan10-di\"\u003e\n\u003cstrong\u003eTurns On at Dusk\u003c\/strong\u003e\u003cspan\u003eAutomatic nighttime lighting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alpan10-di\"\u003e\n\u003cstrong\u003eTurns Off at Dawn\u003c\/strong\u003e\u003cspan\u003eAutomatic daylight shutoff\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alpan10-di\"\u003e\n\u003cstrong\u003eNo Wiring\u003c\/strong\u003e\u003cspan\u003eSimple ground-stake setup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-grid\"\u003e\n\u003cdiv class=\"alpan10-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"alpan10-table\"\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eAlpan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003e10343-BZ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eSolar LED Pathway Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePack Size\u003c\/th\u003e\n\u003ctd\u003e10 Lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLight Output\u003c\/th\u003e\n\u003ctd\u003e15 Lumens Per Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eBronze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMain Material\u003c\/th\u003e\n\u003ctd\u003eStainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLens\u003c\/th\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery\u003c\/th\u003e\n\u003ctd\u003eRechargeable AA Ni-MH\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\u003eApprox. Fixture Size\u003c\/th\u003e\n\u003ctd\u003e15.5\" H × 6.25\" Diameter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApprox. Stake Length\u003c\/th\u003e\n\u003ctd\u003e5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInstallation\u003c\/th\u003e\n\u003ctd\u003eGround Stake \/ No Wiring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eOutdoor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-card\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003cul class=\"alpan10-list\"\u003e\n\u003cli\u003e10 × Solar Pathway Lights\u003c\/li\u003e\n\u003cli\u003e10 × Rechargeable AA Ni-MH Batteries\u003c\/li\u003e\n\u003cli\u003e10 × Ground Stakes\u003c\/li\u003e\n\u003cli\u003eStainless-Steel Posts + Glass Lens Components\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-img\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/IMG_8387_480x480.gif?v=1600646745\" alt=\"Alpan solar pathway lights outdoor demonstration\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-note\"\u003e\n\u003cstrong\u003eBest-performance tip:\u003c\/strong\u003e install each light where the solar panel receives several hours of direct sunlight.\nShade from trees, rooflines, fences or nearby structures can reduce charging and shorten nighttime runtime.\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-card\"\u003e\n\u003ch2\u003eReplacement Parts Available\u003c\/h2\u003e\n\u003cp\u003e\nOne of the biggest advantages of this pathway-light style is that you can replace common wear parts instead of replacing the entire set.\nWe carry compatible replacement components for many Alpan \/ Energizer \/ SmartYard-style pathway lights.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-reco\"\u003e\n\u003cdiv class=\"alpan10-icon\"\u003eSOLAR\u003cbr\u003eTOP\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eReplacement Solar Top\u003c\/h3\u003e\n\u003cp\u003e\nNeed to replace a solar top that no longer charges correctly? We carry a replacement solar top for compatible pathway-light models,\nincluding model family \u003cstrong\u003e10343\u003c\/strong\u003e. Always confirm size and fit before ordering.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"alpan10-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-solar-top\"\u003eView Solar Top\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-reco\"\u003e\n\u003cdiv class=\"alpan10-icon\"\u003eGROUND\u003cbr\u003eSTAKE\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e10-Pack Replacement Ground Stakes\u003c\/h3\u003e\n\u003cp\u003e\nBroken or missing ground spike? Replace the stake instead of the full light.\nMeasure your existing connector and pole\/socket dimensions before ordering to confirm compatibility.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"alpan10-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003eView Ground Stakes\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-reco\"\u003e\n\u003cdiv class=\"alpan10-icon\"\u003eAA\u003cbr\u003eNi-MH\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eReplacement Rechargeable AA Batteries\u003c\/h3\u003e\n\u003cp\u003e\nWe also carry Energizer rechargeable AA Ni-MH batteries for compatible solar pathway lights.\nMatch the original battery's \u003cstrong\u003esize, 1.2V voltage, Ni-MH chemistry and capacity\u003c\/strong\u003e before replacement.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"alpan10-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003eView Batteries\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-warning\"\u003e\n\u003cstrong\u003eCompatibility reminder:\u003c\/strong\u003e replacement parts should be matched by actual model, connector shape, diameter and battery specification.\nDo not assume every Alpan, Energizer or SmartYard pathway-light component is interchangeable.\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"alpan10-faq\"\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow many lights are included?\u003c\/summary\u003e\n\u003cdiv class=\"alpan10-answer\"\u003eThis listing includes \u003cstrong\u003e10 solar pathway lights\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow bright is each light?\u003c\/summary\u003e\n\u003cdiv class=\"alpan10-answer\"\u003eThis listing is for the \u003cstrong\u003e15-lumen\u003c\/strong\u003e version.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the model number?\u003c\/summary\u003e\n\u003cdiv class=\"alpan10-answer\"\u003eThe supplied model number is \u003cstrong\u003e10343-BZ\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDo the lights turn on automatically?\u003c\/summary\u003e\n\u003cdiv class=\"alpan10-answer\"\u003eYes. The built-in light sensor is designed to turn the lights on at night and off again during daylight.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDo they require electrical wiring?\u003c\/summary\u003e\n\u003cdiv class=\"alpan10-answer\"\u003eNo. They are solar powered and install with ground stakes.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the solar top?\u003c\/summary\u003e\n\u003cdiv class=\"alpan10-answer\"\u003eYes, we carry a replacement solar top for compatible model families including 10343. Confirm the dimensions and fit before ordering.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the ground stakes?\u003c\/summary\u003e\n\u003cdiv class=\"alpan10-answer\"\u003eYes. We carry 10-pack replacement ground stakes for compatible pathway lights. Measure your existing connector first.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the batteries?\u003c\/summary\u003e\n\u003cdiv class=\"alpan10-answer\"\u003eYes. Use rechargeable AA Ni-MH batteries that match the original size, voltage and recommended capacity.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alpan10-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e10-PACK\u003c\/strong\u003eComplete Landscape Set\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e15 LUMENS\u003c\/strong\u003ePer Light\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBRONZE + GLASS\u003c\/strong\u003eClassic Outdoor Design\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eREPLACEMENT PARTS\u003c\/strong\u003eTop • Stakes • Batteries\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SmaryYard","offers":[{"title":"Default Title","offer_id":31249706418220,"sku":"10343-BR","price":99.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/alpan-10-pack-solar-pathway-led-lights-outdoor-stainless-steel-15-lumen-bronze-1326311.jpg?v=1786735035"},{"product_id":"new-led-philips-8-piece-large-solar-pathway-lights-aluminum-with-glass","title":"Energizer (SmartYard) 8-Pack Solar Pathway Lights – 10 Lumen Warm White LED, Aluminum \u0026 Glass, Dusk-to-Dawn Outdoor Landscape Lights","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET\n   ENERGIZER 8-PIECE LARGE SOLAR PATHWAY LIGHTS\n   10 LUMEN - PREMIUM PRODUCT DESCRIPTION\n   ========================================================= *\/\n\n.eso8lg {\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.eso8lg * {\n  box-sizing:border-box;\n}\n\n.eso8lg img {\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.eso8lg a {\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.eso8lg-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.eso8lg-media {\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.eso8lg-brand {\n  margin-bottom:6px;\n  color:#f28c00;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.eso8lg-eye {\n  margin-bottom:7px;\n  color:#07182e;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.eso8lg-title {\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:39px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.eso8lg-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.eso8lg-text {\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.eso8lg-pills {\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.eso8lg-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\/* STRIP *\/\n\n.eso8lg-strip {\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.eso8lg-strip 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.eso8lg-strip span {\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* SPECS *\/\n\n.eso8lg-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.eso8lg-spec {\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.eso8lg-spec:last-child {\n  border-right:0;\n}\n\n.eso8lg-spec strong {\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.eso8lg-spec span {\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.eso8lg-wide,\n.eso8lg-card {\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.eso8lg-wide {\n  margin-bottom:25px;\n}\n\n.eso8lg-copy,\n.eso8lg-card {\n  padding:23px 24px;\n}\n\n.eso8lg h2 {\n  color:#07182e;\n}\n\n.eso8lg-copy h2,\n.eso8lg-card h2 {\n  margin:0 0 9px;\n  font-size:23px;\n  font-weight:850;\n}\n\n.eso8lg-copy p,\n.eso8lg-card p {\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.eso8lg-two {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.eso8lg-list {\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.eso8lg-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.eso8lg-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\/* DARK *\/\n\n.eso8lg-dark {\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.eso8lg-dark h2 {\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.eso8lg-dark \u003e p {\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.eso8lg-darkgrid {\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.eso8lg-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.eso8lg-darkitem strong {\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.eso8lg-darkitem span {\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* TABLE *\/\n\n.eso8lg-table {\n  width:100%;\n  border-collapse:collapse;\n}\n\n.eso8lg-table tr {\n  border-bottom:1px solid #e9edf1;\n}\n\n.eso8lg-table tr:last-child {\n  border-bottom:0;\n}\n\n.eso8lg-table th,\n.eso8lg-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.eso8lg-table th {\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.eso8lg-table td {\n  color:#5b6472;\n}\n\n\/* VIDEO *\/\n\n.eso8lg-video {\n  margin-bottom:25px;\n  overflow:hidden;\n  border-radius:15px;\n  background:#07182e;\n}\n\n.eso8lg-video-head {\n  padding:22px 24px 0;\n}\n\n.eso8lg-video-head h2 {\n  margin:0 0 7px;\n  color:#fff;\n  font-size:24px;\n}\n\n.eso8lg-video-head p {\n  margin:0 0 18px;\n  color:#d6e0eb;\n  font-size:14px;\n  line-height:1.6;\n}\n\n.eso8lg-video-wrap {\n  position:relative;\n  width:100%;\n  height:0;\n  padding-bottom:56.25%;\n}\n\n.eso8lg-video-wrap iframe {\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* REPLACEMENT PARTS *\/\n\n.eso8lg-parts {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:17px;\n  margin-bottom:25px;\n}\n\n.eso8lg-part {\n  display:flex;\n  flex-direction:column;\n  min-height:100%;\n  padding:27px;\n  border-radius:15px;\n  background:linear-gradient(120deg,#061426,#0c3159);\n}\n\n.eso8lg-part-badge {\n  display:inline-block;\n  align-self:flex-start;\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.eso8lg-part h3 {\n  margin:0 0 10px;\n  color:#fff;\n  font-size:24px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.eso8lg-part p {\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.eso8lg-part a {\n  display:inline-block;\n  align-self:flex-start;\n  margin-top:auto;\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\/* MANUAL *\/\n\n.eso8lg-manual {\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:20px;\n  margin-bottom:25px;\n  padding:23px 25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#f8f9fb;\n}\n\n.eso8lg-manual h3 {\n  margin:0 0 5px;\n  color:#07182e;\n  font-size:20px;\n}\n\n.eso8lg-manual p {\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.6;\n}\n\n.eso8lg-manual a {\n  display:inline-block;\n  flex-shrink:0;\n  padding:12px 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.eso8lg-faq {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.eso8lg-faq details {\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.eso8lg-faq summary {\n  cursor:pointer;\n  padding:16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.eso8lg-answer {\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.eso8lg-answer a {\n  color:#0b5dbb;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.eso8lg-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.eso8lg-trust div {\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n}\n\n.eso8lg-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  .eso8lg-specbar {\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .eso8lg-darkgrid {\n    grid-template-columns:1fr 1fr;\n  }\n}\n\n@media(max-width:680px) {\n  .eso8lg {\n    padding:15px 10px 35px;\n  }\n\n  .eso8lg-hero,\n  .eso8lg-two,\n  .eso8lg-parts {\n    grid-template-columns:1fr;\n  }\n\n  .eso8lg-title {\n    font-size:30px;\n  }\n\n  .eso8lg-sub {\n    font-size:19px;\n  }\n\n  .eso8lg-strip {\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .eso8lg-specbar {\n    grid-template-columns:1fr 1fr;\n  }\n\n  .eso8lg-dark {\n    padding:24px 18px;\n  }\n\n  .eso8lg-darkgrid {\n    grid-template-columns:1fr 1fr;\n  }\n\n  .eso8lg-faq {\n    grid-template-columns:1fr;\n  }\n\n  .eso8lg-manual {\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .eso8lg-manual a {\n    width:100%;\n    text-align:center;\n  }\n\n  .eso8lg-trust {\n    grid-template-columns:1fr 1fr;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"eso8lg\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"eso8lg-hero\"\u003e\n\u003cdiv class=\"eso8lg-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/image_1024x1024_2x_c8446c03-6d9f-4e70-89d0-b9778d97045d.webp?v=1718999696\" alt=\"Energizer LED 8 piece large solar pathway lights aluminum glass 10 lumen\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"eso8lg-brand\"\u003eENERGIZER®\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-eye\"\u003eLARGE ALUMINUM SOLAR PATHWAY LIGHTS · 8-PIECE SET\u003c\/div\u003e\n\u003ch2 class=\"eso8lg-title\"\u003eEnergizer LED 8-Piece Large Solar Pathway Lights\u003c\/h2\u003e\n\u003ch3 class=\"eso8lg-sub\"\u003e10-Lumen Aluminum Solar Path Lights with Glass Lenses, 3000K Warm White LEDs \u0026amp; Dusk-to-Dawn Operation\u003c\/h3\u003e\n\u003cp class=\"eso8lg-text\"\u003eAdd an elegant, substantial lighting look to your outdoor space with the \u003cstrong\u003eEnergizer LED 8-Piece Large Solar Pathway Lights\u003c\/strong\u003e. Designed for walkways, gardens, driveways and landscape borders, these larger pathway fixtures combine durable metal construction with real glass lenses and a warm white LED glow.\u003c\/p\u003e\n\u003cp class=\"eso8lg-text\"\u003eEach light delivers a listed \u003cstrong\u003e10 lumens\u003c\/strong\u003e at approximately \u003cstrong\u003e3000K warm white\u003c\/strong\u003e. Crystalline solar panels capture daytime energy, while automatic dusk-to-dawn operation turns the lights on after dark without landscape wiring or manual switching.\u003c\/p\u003e\n\u003cdiv class=\"eso8lg-pills\"\u003e\n\u003cspan class=\"eso8lg-pill\"\u003eEnergizer®\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003e8-Piece Set\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003e10 Lumens\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003e3000K Warm White\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eAluminum + Glass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LIGHTING PERFORMANCE IMAGE --\u003e\n\u003csection class=\"eso8lg-wide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LIGHTING_PERFORMANCE.png_1.jpg?v=1719254796\" alt=\"Energizer solar pathway light lighting performance\"\u003e\u003c\/section\u003e\n\u003c!-- FEATURE STRIP --\u003e\n\u003csection class=\"eso8lg-strip\"\u003e\u003cstrong\u003ePREMIUM PATHWAY DESIGN\u003c\/strong\u003e \u003cspan\u003e Larger metal fixtures, clear glass lenses and a warm 3000K LED create a more substantial landscape-lighting appearance than basic plastic solar path lights. \u003c\/span\u003e\u003c\/section\u003e\n\u003c!-- QUICK SPECS --\u003e\n\u003csection class=\"eso8lg-specbar\"\u003e\n\u003cdiv class=\"eso8lg-spec\"\u003e\n\u003cstrong\u003e8 Lights\u003c\/strong\u003e \u003cspan\u003eComplete set\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-spec\"\u003e\n\u003cstrong\u003e10 Lumens\u003c\/strong\u003e \u003cspan\u003ePer light\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-spec\"\u003e\n\u003cstrong\u003e3000K\u003c\/strong\u003e \u003cspan\u003eWarm white LED\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-spec\"\u003e\n\u003cstrong\u003e900mAh\u003c\/strong\u003e \u003cspan\u003eAA Ni-MH battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-spec\"\u003e\n\u003cstrong\u003eUp to 8 Hours\u003c\/strong\u003e \u003cspan\u003eListed runtime\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-spec\"\u003e\n\u003cstrong\u003eAuto On\/Off\u003c\/strong\u003e \u003cspan\u003eDusk-to-dawn\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTRO IMAGE --\u003e\n\u003csection class=\"eso8lg-wide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/image_1024x1024_2x_c8446c03-6d9f-4e70-89d0-b9778d97045d.webp?v=1718999696\" alt=\"Energizer large aluminum solar pathway lights glass lens outdoor\"\u003e\n\u003cdiv class=\"eso8lg-copy\"\u003e\n\u003ch2\u003eWarm 10-Lumen Pathway Illumination\u003c\/h2\u003e\n\u003cp\u003eEach fixture provides a listed 10 lumens of warm white LED illumination. The clear glass lens helps create an attractive light pattern along paths, garden beds, driveways and other residential landscape areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"eso8lg-two\"\u003e\n\u003cdiv class=\"eso8lg-card\"\u003e\n\u003ch2\u003eDurable Outdoor Construction\u003c\/h2\u003e\n\u003cul class=\"eso8lg-list\"\u003e\n\u003cli\u003eDie-cast aluminum construction\u003c\/li\u003e\n\u003cli\u003eStainless-steel components\u003c\/li\u003e\n\u003cli\u003eClear glass lens\u003c\/li\u003e\n\u003cli\u003eOil-rubbed bronze \/ char-gray style finish referenced in supplied details\u003c\/li\u003e\n\u003cli\u003ePlastic ground stake\u003c\/li\u003e\n\u003cli\u003eDesigned for outdoor landscape use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-card\"\u003e\n\u003ch2\u003eAutomatic Solar Operation\u003c\/h2\u003e\n\u003cul class=\"eso8lg-list\"\u003e\n\u003cli\u003eEfficient crystalline solar panel\u003c\/li\u003e\n\u003cli\u003eCharges during daylight\u003c\/li\u003e\n\u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n\u003cli\u003eNo landscape wiring required\u003c\/li\u003e\n\u003cli\u003eOne rechargeable battery per light\u003c\/li\u003e\n\u003cli\u003eUp to 8 hours of listed nighttime runtime on a full charge\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- VIDEO --\u003e\n\u003csection class=\"eso8lg-video\"\u003e\n\u003cdiv class=\"eso8lg-video-head\"\u003e\n\u003ch2\u003eSee the Pathway Lights in Action\u003c\/h2\u003e\n\u003cp\u003eWatch the product video for a closer look at the fixture size, appearance and outdoor lighting effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-video-wrap\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/5BCVwzIjw-Q\" title=\"Energizer large solar pathway lights demonstration\" loading=\"lazy\"\u003e\n      \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERFORMANCE --\u003e\n\u003csection class=\"eso8lg-dark\"\u003e\n\u003ch2\u003eWarm Solar Lighting Without Wiring\u003c\/h2\u003e\n\u003cp\u003eEach pathway light operates independently using solar energy stored in its rechargeable battery. This makes it easy to add lighting along landscaping without trenching, electrical cable or ongoing electricity costs.\u003c\/p\u003e\n\u003cdiv class=\"eso8lg-darkgrid\"\u003e\n\u003cdiv class=\"eso8lg-darkitem\"\u003e\n\u003cstrong\u003e10 Lumens\u003c\/strong\u003e \u003cspan\u003eListed output per fixture.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-darkitem\"\u003e\n\u003cstrong\u003e3000K\u003c\/strong\u003e \u003cspan\u003eWarm white color temperature.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-darkitem\"\u003e\n\u003cstrong\u003e8 Hours\u003c\/strong\u003e \u003cspan\u003eListed maximum nightly runtime on a full charge.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-darkitem\"\u003e\n\u003cstrong\u003eNo Wiring\u003c\/strong\u003e \u003cspan\u003eIndependent solar-powered operation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"eso8lg-two\"\u003e\n\u003cdiv class=\"eso8lg-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"eso8lg-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eEnergizer®\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePack Size\u003c\/th\u003e\n\u003ctd\u003e8 Lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLight Output\u003c\/th\u003e\n\u003ctd\u003e10 Lumens Per Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Temperature\u003c\/th\u003e\n\u003ctd\u003e3000K Warm White\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBulb Type\u003c\/th\u003e\n\u003ctd\u003eLED\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eConstruction\u003c\/th\u003e\n\u003ctd\u003eDie-Cast Aluminum, Stainless Steel, Glass \u0026amp; Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLens\u003c\/th\u003e\n\u003ctd\u003eClear Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eOil-Rubbed Bronze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel\u003c\/th\u003e\n\u003ctd\u003eCrystalline Solar Panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-card\"\u003e\n\u003ch2\u003eBattery \u0026amp; Operation\u003c\/h2\u003e\n\u003ctable class=\"eso8lg-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery Type\u003c\/th\u003e\n\u003ctd\u003eAA Ni-MH Rechargeable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery Rating\u003c\/th\u003e\n\u003ctd\u003e1.2V \/ 900mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery Quantity\u003c\/th\u003e\n\u003ctd\u003e8 Included — One Per Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRuntime\u003c\/th\u003e\n\u003ctd\u003eUp to 8 Hours on a Full Charge\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\u003eMotion Sensing\u003c\/th\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Powered\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eRequired\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel Number\u003c\/th\u003e\n\u003ctd\u003e10189-WZ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUPC\u003c\/th\u003e\n\u003ctd\u003e12109107740\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=\"eso8lg-card\" style=\"margin-bottom: 25px;\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003cul class=\"eso8lg-list\"\u003e\n\u003cli\u003e8 Solar Top Assemblies\u003c\/li\u003e\n\u003cli\u003e8 Clear Glass Lenses\u003c\/li\u003e\n\u003cli\u003e8 Posts\u003c\/li\u003e\n\u003cli\u003e8 Ground Stakes\u003c\/li\u003e\n\u003cli\u003e8 AA Ni-MH Rechargeable Batteries\u003c\/li\u003e\n\u003cli\u003eInstruction Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- IDEAL USES --\u003e\n\u003csection class=\"eso8lg-card\" style=\"margin-bottom: 25px;\"\u003e\n\u003ch2\u003eIdeal Outdoor Applications\u003c\/h2\u003e\n\u003cdiv class=\"eso8lg-pills\"\u003e\n\u003cspan class=\"eso8lg-pill\"\u003eWalkways\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eDriveways\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eGardens\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eFlower Beds\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eFront Yards\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eBackyards\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eLandscape Borders\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003ePatios\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- RECOMMENDED PARTS --\u003e\n\u003csection style=\"margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"margin: 0 0 8px; color: #07182e; font-size: 28px; font-weight: 850;\"\u003eRecommended Replacement Parts\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 20px; color: #667085; font-size: 15px; line-height: 1.7;\"\u003eKeep compatible pathway lights in service longer by replacing common wear items such as ground stakes or rechargeable batteries when needed.\u003c\/p\u003e\n\u003cdiv class=\"eso8lg-parts\"\u003e\n\u003cdiv class=\"eso8lg-part\"\u003e\n\u003cspan class=\"eso8lg-part-badge\"\u003e RECOMMENDED REPLACEMENT \u003c\/span\u003e\n\u003ch3\u003e10-Pack Replacement Ground Stakes\u003c\/h3\u003e\n\u003cp\u003eReplace broken or missing ground spikes on compatible pathway lights so the fixtures can be securely reinstalled along lawns, gardens and walkways.\u003c\/p\u003e\n\u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003e View Replacement Ground Stakes \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-part\"\u003e\n\u003cspan class=\"eso8lg-part-badge\"\u003e RECOMMENDED REPLACEMENT \u003c\/span\u003e\n\u003ch3\u003eEnergizer Rechargeable AA Batteries – 8 Pack\u003c\/h3\u003e\n\u003cp\u003eRechargeable batteries naturally lose capacity over time. Replace compatible AA Ni-MH batteries when nighttime runtime or charging performance begins to decline.\u003c\/p\u003e\n\u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003e View Rechargeable Batteries \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MANUAL --\u003e\n\u003csection class=\"eso8lg-manual\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eProduct Instruction Manual\u003c\/h3\u003e\n\u003cp\u003eView the complete assembly, setup, activation and care instructions for this 8-piece solar pathway light set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/gril_4_pack.pdf?v=1726175466\" rel=\"noopener\" target=\"_blank\"\u003e View Instruction Manual \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"eso8lg-card\"\u003e\n\u003ch2\u003eEnergizer 8-Piece Large Solar Pathway Lights FAQs\u003c\/h2\u003e\n\u003cdiv class=\"eso8lg-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many lights are included?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eThis set includes eight solar pathway lights.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow bright is each light?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eThe supplied product specifications list 10 lumens per light.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat color is the light?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eThe supplied product details list a warm white color temperature of approximately 3000K.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long do the lights run?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eThe supplied product information states up to approximately 8 hours of nightly runtime on a full charge. Actual runtime depends on sunlight, battery condition and weather.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo the lights turn on automatically?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eYes. The supplied specifications list automatic dusk-to-dawn operation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat type of battery is included?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eEach light includes one AA 1.2V 900mAh Ni-MH rechargeable battery.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the lights made from?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eThe supplied product specifications list die-cast aluminum, stainless steel, clear glass and plastic components.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the ground stakes?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eWe carry \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003e replacement ground stakes \u003c\/a\u003e for select compatible pathway-light models. Confirm fit with the exact fixture before ordering.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the rechargeable batteries?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eYes. We carry \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003e Energizer rechargeable AA batteries \u003c\/a\u003e for select compatible solar-light models.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo these lights require wiring?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eNo. They are solar powered and do not require traditional landscape wiring.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere should I install the lights?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eInstall them where their crystalline solar panels can receive strong daytime sunlight. Common locations include pathways, driveways, gardens and landscape borders.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I find the instruction manual?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eYou can \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/gril_4_pack.pdf?v=1726175466\" rel=\"noopener\" target=\"_blank\"\u003e view the 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 --\u003e\n\u003csection class=\"eso8lg-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEnergizer®\u003c\/strong\u003e Outdoor Solar Lighting\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e8-Piece Set\u003c\/strong\u003e Large Pathway Fixtures\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e10 Lumens\u003c\/strong\u003e Per Light\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e3000K\u003c\/strong\u003e Warm White LED\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRepair-Friendly\u003c\/strong\u003e Stakes + Batteries Available\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"SmaryYard","offers":[{"title":"Bronze","offer_id":34522381058197,"sku":"sm-gri-8","price":99.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/energizer-smartyard-led-8-piece-large-solar-pathway-lights-aluminum-with-glass-10-lm-9951064.jpg?v=1786735036"},{"product_id":"smartyard-solar-led-large-outdoor-pathway-lights-8-pack-oil-rubbed-bronze","title":"SmartYard Solar LED Large Outdoor Pathway Lights - 8 Pack- Oil Rubbed Bronze","description":"\u003cstyle\u003e\n.sy{max-width:1180px;margin:auto;padding:22px 16px 45px;font-family:inherit;color:#1f2937}.sy *{box-sizing:border-box}.sy img{width:100%;height:auto;display:block}.hero{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.card,.media{border:1px solid #e3e7ec;border-radius:14px;background:#fff;overflow:hidden}.brand{color:#f28c00;font-weight:850;letter-spacing:1px}.title{font-size:38px;line-height:1.1;color:#07182e;margin:8px 0}.lead{color:#596575;line-height:1.7}.pills,.apps{display:flex;gap:8px;flex-wrap:wrap}.pill,.app{padding:8px 12px;border:1px solid #e3e7ec;border-radius:99px;background:#f7f8fa;font-size:12px;font-weight:750}.bar{display:grid;grid-template-columns:repeat(6,1fr);margin:24px 0;border:1px solid #e3e7ec;border-radius:12px;overflow:hidden}.bar div{text-align:center;padding:17px 7px;border-right:1px solid #e3e7ec}.bar b{display:block;color:#07182e}.bar small{color:#697586}.two{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin:22px 0}.card{padding:23px}.card h2{margin-top:0;color:#07182e}.list{list-style:none;padding:0}.list li{position:relative;padding:7px 0 7px 27px;color:#4c5969}.list li:before{content:\"✓\";position:absolute;left:0;background:#f5a300;color:#fff;border-radius:50%;width:18px;height:18px;line-height:18px;text-align:center;font-size:11px}.dark{background:linear-gradient(120deg,#061426,#0b2b4e);padding:30px;border-radius:15px;color:#e1e8f0;margin:22px 0}.dark h2{color:#fff}.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.facts div{padding:16px;border:1px solid #ffffff25;border-radius:9px}.facts b{display:block;color:#f5a300;font-size:17px}.tbl{width:100%;border-collapse:collapse}.tbl tr{border-bottom:1px solid #e7ebef}.tbl th,.tbl td{text-align:left;padding:9px 4px;font-size:14px;vertical-align:top}.tbl th{width:42%;color:#344054}.tbl td{color:#667085}.parts{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:22px 0}.part{display:flex;flex-direction:column;padding:24px;border-radius:14px;background:linear-gradient(120deg,#061426,#0c3159);color:#fff}.part h3{margin:8px 0;color:#fff}.part p{color:#d8e1ec;line-height:1.6}.badge{align-self:flex-start;background:#f5a300;color:#111827;padding:6px 9px;border-radius:99px;font-size:11px;font-weight:850}.btn{margin-top:auto;align-self:flex-start;background:#f5a300;color:#111827!important;text-decoration:none!important;padding:11px 14px;border-radius:7px;font-weight:850}.faq{display:grid;grid-template-columns:1fr 1fr;gap:10px}.faq details{border:1px solid #e3e7ec;border-radius:8px;padding:15px}.faq summary{cursor:pointer;font-weight:750}.faq p{color:#667085;line-height:1.6}.faq a{color:#0b5dbb;font-weight:750}.trust{display:grid;grid-template-columns:repeat(5,1fr);background:#07182e;border-radius:11px;overflow:hidden;margin-top:22px}.trust div{text-align:center;padding:16px 7px;color:#dce4ee;font-size:12px}.trust b{display:block;color:#f5a300}\n@media(max-width:800px){.bar{grid-template-columns:repeat(3,1fr)}.parts{grid-template-columns:1fr}.facts{grid-template-columns:1fr 1fr}}\n@media(max-width:650px){.hero,.two,.faq{grid-template-columns:1fr}.title{font-size:29px}.bar{grid-template-columns:1fr 1fr}.trust{grid-template-columns:1fr 1fr}}\n\u003c\/style\u003e\n\u003cdiv class=\"sy\"\u003e\n\u003csection class=\"hero\"\u003e\u003cdiv class=\"media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LIGHTING_PERFORMANCE.png_1.jpg?v=1719254796\" alt=\"SmartYard Solar LED Large Outdoor Pathway Lights 8 Pack Oil Rubbed Bronze\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"brand\"\u003eSMARTYARD\u003c\/div\u003e\n\u003ch2 class=\"title\"\u003eSmartYard Solar LED Large Outdoor Pathway Lights – 8 Pack\u003c\/h2\u003e\n\u003ch3\u003eOil-Rubbed Bronze Solar Landscape Lights with Glass Lenses \u0026amp; Warm White LEDs\u003c\/h3\u003e\n\u003cp class=\"lead\"\u003eAdd a classic, coordinated glow to walkways, driveways, gardens and patios with the \u003cstrong\u003eSmartYard Solar LED Large Outdoor Pathway Lights\u003c\/strong\u003e. This 8-pack combines stainless-steel construction, a rich oil-rubbed bronze finish and real glass lenses for an attractive outdoor landscape-lighting look.\u003c\/p\u003e\n\u003cp class=\"lead\"\u003eEach light provides a soft \u003cstrong\u003e6-lumen warm white LED glow\u003c\/strong\u003e. Integrated solar panels charge the included rechargeable Ni-MH batteries during the day, while automatic dusk-to-dawn operation turns the lights on after dark with no wiring required.\u003c\/p\u003e\n\u003cdiv class=\"pills\"\u003e\n\u003cspan class=\"pill\"\u003eSmartYard\u003c\/span\u003e\u003cspan class=\"pill\"\u003e8-Pack\u003c\/span\u003e\u003cspan class=\"pill\"\u003e6 Lumens\u003c\/span\u003e\u003cspan class=\"pill\"\u003eOil-Rubbed Bronze\u003c\/span\u003e\u003cspan class=\"pill\"\u003eGlass Lens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"bar\"\u003e\u003cdiv\u003e\n\u003cb\u003e8 Lights\u003c\/b\u003e\u003csmall\u003eComplete set\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003e6 Lumens\u003c\/b\u003e\u003csmall\u003ePer light\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eWarm White\u003c\/b\u003e\u003csmall\u003eLED glow\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eUp to 8 Hours\u003c\/b\u003e\u003csmall\u003eListed runtime\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eSolar Powered\u003c\/b\u003e\u003csmall\u003eNo wiring\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eAuto On\/Off\u003c\/b\u003e\u003csmall\u003eDusk-to-dawn\u003c\/small\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"two\"\u003e\u003cdiv class=\"card\"\u003e\n\u003ch2\u003ePremium Look at an Accessible Price\u003c\/h2\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003eComplete 8-light landscape set\u003c\/li\u003e\n\u003cli\u003e6-lumen warm white LED per fixture\u003c\/li\u003e\n\u003cli\u003eStainless-steel body\u003c\/li\u003e\n\u003cli\u003eReal glass lens\u003c\/li\u003e\n\u003cli\u003eOil-rubbed bronze finish\u003c\/li\u003e\n\u003cli\u003eRechargeable Ni-MH batteries included\u003c\/li\u003e\n\u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n\u003cli\u003eNo electrical wiring required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch2\u003eEasy Solar Operation\u003c\/h2\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003ePosition in an area receiving strong sunlight\u003c\/li\u003e\n\u003cli\u003eSolar panel charges the battery during daylight\u003c\/li\u003e\n\u003cli\u003eIntegrated sensor activates the LED after dark\u003c\/li\u003e\n\u003cli\u003eUp to 8 hours of listed runtime on a full charge\u003c\/li\u003e\n\u003cli\u003eGround-stake installation\u003c\/li\u003e\n\u003cli\u003eEasy to reposition as landscaping changes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"dark\"\u003e\u003ch2\u003eClassic Outdoor Lighting Without the Wiring\u003c\/h2\u003e\n\u003cp\u003eUse all eight lights to create a consistent pathway or landscape layout without trenching, low-voltage cable or ongoing electricity use.\u003c\/p\u003e\n\u003cdiv class=\"facts\"\u003e\n\u003cdiv\u003e\n\u003cb\u003e6 Lumens\u003c\/b\u003ePer light\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003e8-Pack\u003c\/b\u003eCoordinated set\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003e8 Hours\u003c\/b\u003eUp to listed runtime\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eSolar\u003c\/b\u003eWire-free operation\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"two\"\u003e\u003cdiv class=\"card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"tbl\"\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eSmartYard\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePack Size\u003c\/th\u003e\n\u003ctd\u003e8 Lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUPC\u003c\/th\u003e\n\u003ctd\u003e012109101939\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBrightness\u003c\/th\u003e\n\u003ctd\u003e6 Lumens Per Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLight Color\u003c\/th\u003e\n\u003ctd\u003eWarm White\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBody\u003c\/th\u003e\n\u003ctd\u003eStainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLens\u003c\/th\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eOil-Rubbed Bronze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch2\u003eDimensions \u0026amp; Operation\u003c\/h2\u003e\n\u003ctable class=\"tbl\"\u003e\n\u003ctr\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003eApprox. 5.9\" × 5.9\" × 18.3\"\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\u003eBattery\u003c\/th\u003e\n\u003ctd\u003eRechargeable Ni-MH, Included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRuntime\u003c\/th\u003e\n\u003ctd\u003eUp to 8 Hours on Full Charge\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\u003eInstallation\u003c\/th\u003e\n\u003ctd\u003eGround Stake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWiring\u003c\/th\u003e\n\u003ctd\u003eNot Required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOutdoor Use\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"card\"\u003e\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003e8 SmartYard Solar LED Pathway Lights\u003c\/li\u003e\n\u003cli\u003e8 Ground Stakes\u003c\/li\u003e\n\u003cli\u003eRechargeable Ni-MH Batteries\u003c\/li\u003e\n\u003cli\u003eIntegrated Solar Charging Components\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"apps\"\u003e\n\u003cspan class=\"app\"\u003eWalkways\u003c\/span\u003e\u003cspan class=\"app\"\u003eDriveways\u003c\/span\u003e\u003cspan class=\"app\"\u003eGardens\u003c\/span\u003e\u003cspan class=\"app\"\u003eFlower Beds\u003c\/span\u003e\u003cspan class=\"app\"\u003eLawns\u003c\/span\u003e\u003cspan class=\"app\"\u003ePatios\u003c\/span\u003e\u003cspan class=\"app\"\u003eEntryways\u003c\/span\u003e\u003cspan class=\"app\"\u003eLandscape Borders\u003c\/span\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003ch2 style=\"margin-top:28px;color:#07182e\"\u003eRecommended Replacement Parts\u003c\/h2\u003e\n\u003cp class=\"lead\"\u003eExtend the useful life of compatible SmartYard pathway lights by replacing common components when needed. Confirm fit with your exact fixture before ordering.\u003c\/p\u003e\n\u003csection class=\"parts\"\u003e\n\u003cdiv class=\"part\"\u003e\n\u003cspan class=\"badge\"\u003eRECOMMENDED\u003c\/span\u003e\u003ch3\u003e10-Pack Replacement Ground Stakes\u003c\/h3\u003e\n\u003cp\u003eReplace broken or missing ground spikes on compatible pathway lights.\u003c\/p\u003e\n\u003ca class=\"btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003eView Ground Stakes\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"part\"\u003e\n\u003cspan class=\"badge\"\u003eRECOMMENDED\u003c\/span\u003e\u003ch3\u003eRechargeable AA Batteries – 8 Pack\u003c\/h3\u003e\n\u003cp\u003eRefresh compatible solar lights when older rechargeable batteries begin to lose capacity or nighttime runtime.\u003c\/p\u003e\n\u003ca class=\"btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003eView Rechargeable Batteries\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"part\"\u003e\n\u003cspan class=\"badge\"\u003eRECOMMENDED\u003c\/span\u003e\u003ch3\u003eReplacement Solar Top\u003c\/h3\u003e\n\u003cp\u003eReplace the solar top assembly on select compatible SmartYard\/Energizer-style pathway lights rather than replacing the complete fixture.\u003c\/p\u003e\n\u003ca class=\"btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-solar-top\"\u003eView Replacement Solar Top\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"card\"\u003e\u003ch2\u003eSmartYard Solar Pathway Lights FAQs\u003c\/h2\u003e\n\u003cdiv class=\"faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many lights are included?\u003c\/summary\u003e\u003cp\u003eThis set includes 8 SmartYard solar pathway lights.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow bright is each light?\u003c\/summary\u003e\u003cp\u003eThe supplied product information lists 6 lumens per light.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat are the lights made from?\u003c\/summary\u003e\u003cp\u003eThe supplied description lists a stainless-steel body with a glass lens and oil-rubbed bronze finish.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDo they turn on automatically?\u003c\/summary\u003e\u003cp\u003eYes. The supplied product information states automatic dusk-to-dawn operation.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow long do they run?\u003c\/summary\u003e\u003cp\u003eThe supplied description lists up to 8 hours of runtime on a full charge. Actual runtime varies with sunlight, weather and battery condition.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eDo these require wiring?\u003c\/summary\u003e\u003cp\u003eNo. They are solar powered and require no traditional landscape wiring.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eCan I replace the ground stakes?\u003c\/summary\u003e\u003cp\u003eWe carry \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003ereplacement ground stakes\u003c\/a\u003e for select compatible pathway lights.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eCan I replace the batteries?\u003c\/summary\u003e\u003cp\u003eWe carry \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003erechargeable AA batteries\u003c\/a\u003e for select compatible solar pathway lights.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eCan I replace the solar top?\u003c\/summary\u003e\u003cp\u003eWe carry a \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-solar-top\"\u003ereplacement solar top\u003c\/a\u003e for select compatible pathway-light models. Confirm compatibility before ordering.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is the UPC?\u003c\/summary\u003e\u003cp\u003eThe UPC supplied for this 8-pack listing is 012109101939.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003csection class=\"trust\"\u003e\u003cdiv\u003e\n\u003cb\u003eSmartYard\u003c\/b\u003eOutdoor Solar Lighting\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003e8-Pack\u003c\/b\u003eComplete Set\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003e6 Lumens\u003c\/b\u003ePer Light\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eGlass + Steel\u003c\/b\u003eClassic Construction\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eRepair-Friendly\u003c\/b\u003eParts Available\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"SmartYard","offers":[{"title":"Default Title","offer_id":31250423873580,"sku":"962781","price":89.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/smartyard-solar-led-large-outdoor-pathway-lights-8-pack-oil-rubbed-bronze-6173167.png?v=1786735035"},{"product_id":"new-8-pack-steel-solar-crackle-glass-ball-pathway-light-color-changing-led","title":"Berkley Jensen Steel Solar Crackle Glass Ball PathWay LED- 8 Pack","description":"\u003cp\u003eNEW BJ’s 8 PACK Steel Solar Crackle Glass Ball PathWay Light Color Changing LED.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e8 clear in each box\u003c\/p\u003e\n\u003cp\u003eYou are bidding on 8 brand new Premium Quality Solar Crackle Glass Ball Stake Lights in their original retail packaging. These lights illuminate perfect amount of ambient light for your quiet romantic evening outdoor. It will be a great conversation piece for your outdoor gatherings. These energy-efficient, low-maintenance solar lights add a charming, decorative glow to your driveway, patio or flowerbeds.\u003c\/p\u003e\n\u003cp\u003eWith our latest improved solar panel, It provides better performance and prolonged usage time.The solar panel converts sunlight during the day to recharge the battery. At dusk the light turn on automatically. The independently operating lights have an average run time up to 5 to 7 hours (No power cord needed).\u003c\/p\u003e\n\u003cp\u003e8 single light kits\u003c\/p\u003e\n\u003cp\u003eSensor: Automatic sensor activates at dusk\u003c\/p\u003e\n\u003cp\u003eBattery: Pre-installed Rechargeable AA Ni-Cd, can last up to 2 years before replacing\u003c\/p\u003e\n\u003cp\u003e They can last up to 100,000 hours\u003c\/p\u003e\n\u003cp\u003eSolar Panel: New and IMPROVED solar panel for better charging performance\u003c\/p\u003e\n\u003cp\u003eOn\/Off Switch: Yes\u003c\/p\u003e\n\u003cp\u003eOuter Material: Stainless Steel and Glass\u003c\/p\u003e\n\u003cp\u003eSafe and waterproof with CE Certified LED light\u003c\/p\u003e\n\u003cp\u003eDiameter: 3.75\"\u003c\/p\u003e","brand":"Bjs","offers":[{"title":"Default Title","offer_id":42029575274728,"sku":"bjglob-8","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/berkley-jensen-steel-solar-crackle-glass-ball-pathway-led-8-pack-6044476.jpg?v=1786735035"},{"product_id":"2pack-energizer-led-ceramic-solar-tiki-torch-lights-dancing-lights-outdoor-wf-color-royal","title":"Energizer LED Ceramic Solar Tiki Torch Lights Dancing Lights Outdoor Waterproof 2 Pack","description":"\u003cp\u003e2Pack Energizer LED Ceramic Solar Tiki Torch Lights Dancing Lights Outdoor WF. Condition is New.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eAbout this item\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eFLAME LIGHT：This is a safe alternative to a true flame light, because it is made of LED lights, the luminosity is quite soft, the mood is enhanced, it doesn't have very bright light, but it can make the environment More romantic, creating a beautiful picture.\u003c\/p\u003e\n\u003cp\u003eNEVER NEEDS BATTERIES, COMPLETELY RUNS ON SOLAR POWER: It collects solar energy all day, then turns on automatically at dusk. The light runs on solar power, so you can place it anywhere!\u003c\/p\u003e\n\u003cp\u003eLONG WORKING TIME - Built-in rechargeable battery (2200mAh). Light up 12 hours after fully charged. Charging time: 8 hours.\u003c\/p\u003e\n\u003cp\u003eWEATHER RESISTANCE: Waterproof and Durable, withstand all kinds of weather all round the year.\u003c\/p\u003e\n\u003cp\u003eEASY INSTALLATION: No wiring required, simply install it anywhere you like and enjoy the warm torch light.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eFeatures\u003c\/p\u003e\n\u003cp\u003eGood for outdoor decoration\u003c\/p\u003e\n\u003cp\u003eChristmas or Halloween Illuminations decoration, Showcase or Window displays\u003c\/p\u003e\n\u003cp\u003eHome or Garden Decorations\u003c\/p\u003e\n\u003cp\u003eHoliday decorations or party Illuminations and etc\u003c\/p\u003e\n\u003cp\u003eNatural Dancing Flames- The torch is a perfect outdoor accent for pathways, decks, patios\u003c\/p\u003e\n\u003cp\u003eEasy To Install- The wireless torch is easy to install and requires no electricity\u003c\/p\u003e\n\u003cp\u003eWaterproof- The torch is waterproof and the natural dancing flames will help beautify your garden\u003c\/p\u003e\n\u003cp\u003ePower source: Solar Powered will run up to 8 continuous hours\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 class=\"a-spacing-base a-spacing-top-medium\"\u003eAbout this item\u003c\/h3\u003e\n\u003cdiv class=\"a-section a-spacing-none\" data-template-name=\"featureBulletsAndDescription\" data-feature-name=\"featureBulletsAndDescription\" id=\"featureBulletsAndDescription_feature_div\"\u003e\n\u003cdiv id=\"aboutThisItem-content-featureBulletsAndDescription\"\u003e\u003c\/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\u003e\u003cspan class=\"a-list-item\"\u003eFlickering Flames Torch Lights - Energizer solar outdoor lights cast a lovely warm glow like flickering flame, a safe alternative to the real “flames”. Solar torch lights are perfect outdoor decorations for patio, garden, porch, yard, pathway, making your yard stand out in the community.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSolar Powered Outdoor Decor - Equipped with high-efficiency solar panel, solar tiki torches can work up 6-8 hours in summer and 4-6 hours in winter after fully charged. Solar powered outdoor lights provide vivid and dancing outdoor decor for outside, party, camping, BBQ and holiday.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eHassle Free Installation - No wires and tools needed, garden lights solar powered are easy to install. Just connect the parts and stake into the ground where there is direct sunshine. Please turn on the switch before first use, then outdoor solar lights can light up from dusk to dawn automatically.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eIP65 Waterproof Luces Solares: Solar lights outdoor waterproof are made of high-quality ceramic, designed to withstand most of weather for multi-season outside decor. No worries about rain, snow, frost and high-temperature. And notice that weather and winter will affect solar lights charging efficiency.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eTiki Torches Purchase Service: Urban Thumb offers a ONE-YEAR New Replacement Policy for outdoor lighting products. Any problems for tiki lights, please feel free to contact us via Amazon. Please charge outdoor lights under direct sunlight for 6-8hours before first use.\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\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eDescription:\u003c\/p\u003e\n\u003cp\u003eIt is automatically light in the dark and automatically charged during the day.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eFeatures:\u003c\/p\u003e\n\u003cp\u003e1. Gorgeous dance flame design: a safe alternative to the real \"flame\" - LED light is a safe, soft, and emotional light.\u003c\/p\u003e\n\u003cp\u003e2. No battery required, completely dependent on solar energy: it collects solar energy all day, then turns on automatic dusk. Solar spotlighting uses solar energy, so you can take it anywhere!\u003c\/p\u003e\n\u003cp\u003e3. Easy to install: no wiring is required, just install any torch you like and enjoy the warmth.\u003c\/p\u003e\n\u003cp\u003e(Tip: This product contains an installation...\u003c\/p\u003e","brand":"Energizer","offers":[{"title":"Ivory","offer_id":46742398009576,"sku":"tiki01-IVO-1","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":46742398042344,"sku":"tiki01-RO-2","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/energizer-led-ceramic-solar-tiki-torch-lights-dancing-lights-outdoor-waterproof-2-pack-4826481.jpg?v=1786735035"},{"product_id":"2pack-energizer-led-ceramic-solar-tiki-torch-lights-dancing-lights-outdoor-wf-color-white","title":"2 Pack Energizer LED Ceramic Solar Tiki Torch Lights Flickering  Lights Color:WHITE","description":"\u003cp\u003e2Pack Energizer LED Ceramic Solar Tiki Torch Lights Dancing Lights Outdoor WF. Condition is New.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eAbout this item\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eFLAME LIGHT：This is a safe alternative to a true flame light, because it is made of LED lights, the luminosity is quite soft, the mood is enhanced, it doesn't have very bright light, but it can make the environment More romantic, creating a beautiful picture.\u003c\/p\u003e\n\u003cp\u003eNEVER NEEDS BATTERIES, COMPLETELY RUNS ON SOLAR POWER: It collects solar energy all day, then turns on automatically at dusk. The light runs on solar power, so you can place it anywhere!\u003c\/p\u003e\n\u003cp\u003eLONG WORKING TIME - Built-in rechargeable battery (2200mAh). Light up 12 hours after fully charged. Charging time: 8 hours.\u003c\/p\u003e\n\u003cp\u003eWEATHER RESISTANCE: Waterproof and Durable, withstand all kinds of weather all round the year.\u003c\/p\u003e\n\u003cp\u003eEASY INSTALLATION: No wiring required, simply install it anywhere you like and enjoy the warm torch light.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eFeatures\u003c\/p\u003e\n\u003cp\u003eGood for outdoor decoration\u003c\/p\u003e\n\u003cp\u003eChristmas or Halloween Illuminations decoration, Showcase or Window displays\u003c\/p\u003e\n\u003cp\u003eHome or Garden Decorations\u003c\/p\u003e\n\u003cp\u003eHoliday decorations or party Illuminations and etc\u003c\/p\u003e\n\u003cp\u003eNatural Dancing Flames- The torch is a perfect outdoor accent for pathways, decks, patios\u003c\/p\u003e\n\u003cp\u003eEasy To Install- The wireless torch is easy to install and requires no electricity\u003c\/p\u003e\n\u003cp\u003eWaterproof- The torch is waterproof and the natural dancing flames will help beautify your garden\u003c\/p\u003e\n\u003cp\u003ePower source: Solar Powered will run up to 8 continuous hours\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eDescription:\u003c\/p\u003e\n\u003cp\u003eIt is automatically light in the dark and automatically charged during the day.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eFeatures:\u003c\/p\u003e\n\u003cp\u003e1. Gorgeous dance flame design: a safe alternative to the real \"flame\" - LED light is a safe, soft, and emotional light.\u003c\/p\u003e\n\u003cp\u003e2. No battery required, completely dependent on solar energy: it collects solar energy all day, then turns on automatic dusk. Solar spotlighting uses solar energy, so you can take it anywhere!\u003c\/p\u003e\n\u003cp\u003e3. Easy to install: no wiring is required, just install any torch you like and enjoy the warmth.(Tip: This product contains an installation...\u003c\/p\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":31878322421804,"sku":"TIKI01-IV","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/2-pack-energizer-led-ceramic-solar-tiki-torch-lights-flickering-lights-colorwhite-6887964.png?v=1786735035"},{"product_id":"new-2pack-restoration-hardware-solar-spot-light-outdoor-garden-landscape-led-spotlight-path","title":"High End Solar LED Spotlight 60 Lumen (Set of 2)","description":"\u003cdiv class=\"flex-1 overflow-hidden\"\u003e\n\u003cdiv class=\"h-full\"\u003e\n\u003cdiv class=\"react-scroll-to-bottom--css-aqigm-79elbk h-full\"\u003e\n\u003cdiv class=\"react-scroll-to-bottom--css-aqigm-1n7m0yu\"\u003e\n\u003cdiv class=\"flex flex-col text-sm md:pb-9\"\u003e\n\u003cdiv class=\"w-full text-token-text-primary\" dir=\"auto\" data-testid=\"conversation-turn-13\" data-scroll-anchor=\"true\"\u003e\n\u003cdiv class=\"py-2 juice:py-[18px] px-3 text-base md:px-4 m-auto md:px-5 lg:px-1 xl:px-5\"\u003e\n\u003cdiv class=\"mx-auto flex flex-1 gap-3 text-base juice:gap-4 juice:md:gap-5 juice:lg:gap-6 md:max-w-3xl\"\u003e\n\u003cdiv class=\"group\/conversation-turn relative flex w-full min-w-0 flex-col agent-turn\"\u003e\n\u003cdiv class=\"flex-col gap-1 md:gap-3\"\u003e\n\u003cdiv class=\"flex flex-grow flex-col max-w-full\"\u003e\n\u003cdiv data-message-author-role=\"assistant\" data-message-id=\"8e8cb645-4c51-4146-9673-61102d1ca865\" dir=\"auto\" class=\"min-h-[20px] text-message flex flex-col items-start whitespace-pre-wrap break-words [.text-message+\u0026amp;]:mt-5 juice:w-full juice:items-end overflow-x-auto gap-2\"\u003e\n\u003cdiv class=\"flex w-full flex-col gap-1 juice:empty:hidden juice:first:pt-[3px]\"\u003e\n\u003cdiv class=\"markdown prose w-full break-words dark:prose-invert light\"\u003e\n\u003cp\u003eIntroducing our Pro Series VI Solar Spotlights, designed for superior performance even on cloudy days and during winter months. With an enhanced solar panel, these spotlights provide up to 10 hours of brilliant illumination each night, without the need for wiring or electricity.\u003c\/p\u003e\n\u003cp\u003eKey Features:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAutomatic operation and minimal wiring ensure straightforward installation and use.\u003c\/li\u003e\n\u003cli\u003eLithium Phosphate (LiFePO4) rechargeable batteries offer up to 10 hours of nightly runtime when fully charged.\u003c\/li\u003e\n\u003cli\u003eCrafted from corrosion-free cast aluminum with a polycarbonate lens for durability.\u003c\/li\u003e\n\u003cli\u003eFeatures two high-efficiency 60-lumen LEDs that emit bright-cool white light year-round, including on cloudy days.\u003c\/li\u003e\n\u003cli\u003eIncludes a large crystalline remote solar panel with two 20-foot connector cables for maximum energy capture.\u003c\/li\u003e\n\u003cli\u003eInnovative step-down technology adjusts light emission throughout the night, conserving battery power.\u003c\/li\u003e\n\u003cli\u003eEquipped with an exclusive microcontroller that monitors sunlight and protects against battery overcharge.\u003c\/li\u003e\n\u003cli\u003eUtilizes three state-of-the-art lithium phosphate batteries (included) for reliable performance.\u003c\/li\u003e\n\u003cli\u003eAutomatic on\/off light sensor and manual on\/off internal switch for added convenience.\u003c\/li\u003e\n\u003cli\u003eEasy assembly with no tools or wiring required; simply stake into the ground.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eIlluminate your outdoor spaces with confidence, knowing our Pro Series VI Solar Spotlights are engineered for enduring performance and effortless installation in any environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-1 flex gap-3 empty:hidden juice:-ml-3\"\u003e\n\u003cdiv class=\"items-center justify-start rounded-xl p-1 flex\"\u003e\n\u003cdiv class=\"flex items-center\"\u003e\u003cspan class=\"\" data-state=\"closed\"\u003e\u003cbutton class=\"rounded-lg text-token-text-secondary hover:bg-token-main-surface-secondary\"\u003e\u003cspan class=\"flex h-[30px] w-[30px] items-center justify-center\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"icon-md-heavy\"\u003e\u003cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7 5a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-2v2a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h2zm2 2h5a3 3 0 0 1 3 3v5h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1zM5 9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1z\" clip-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/button\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-3 w-full empty:hidden\"\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"button\" class=\"arrange arrange-spaced arrange-middle about-item-short\" tabindex=\"0\"\u003e\n\u003cdiv class=\"arrange-fill\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"about-product-title heading-b font-normal font-headline-4\"\u003eAbout This Item\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cul\u003e\n\u003cli\u003eAutomatic operation and minimal wiring make for easy installation and use.\u003c\/li\u003e\n\u003cli\u003eLithium Phosphate (LiFePo4) rechargable batteries provide up to 10 hours of nightly run time on a full charge\u003c\/li\u003e\n\u003cli\u003eCrafted from corrosion-free cast aluminum with polycarbonate lens\u003c\/li\u003e\n\u003cli\u003e\n\u003c\/li\u003e\n\u003cli\u003eProvides up to 10 hours of light daily when fully charged\u003c\/li\u003e\n\u003cli\u003e\n\u003c\/li\u003e\n\u003cli\u003e2 bright-cool white LED bulbs shine throughout the year, even on cloudy days\u003c\/li\u003e\n\u003cli\u003e\n\u003c\/li\u003e\n\u003cli\u003eLarge crystalline remote solar panel captures maximum energy; two 20-foot connector cables\u003c\/li\u003e\n\u003cli\u003e\n\u003c\/li\u003e\n\u003cli\u003eInnovative step-down technology adjusts the amount of\u003c\/li\u003e\n\u003cli\u003elight emitted during the night, conserving batter power\u003c\/li\u003e\n\u003cli\u003e\n\u003c\/li\u003e\n\u003cli\u003eExclusive micro controller with sunlight monitoring and battery overcharge protection\u003c\/li\u003e\n\u003cli\u003e\n\u003c\/li\u003e\n\u003cli\u003eUses 3 state-of-the-art lithium phosphate batteries (included)\u003c\/li\u003e\n\u003cli\u003eAutomatic on\/off light sensor\u003c\/li\u003e\n\u003cli\u003eManual on\/off internal switch\u003c\/li\u003e\n\u003cli\u003e\n\u003c\/li\u003e\n\u003cli\u003eEasy to assemble, they require no tools or wiring and easily stake into the ground\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"arrange-fit\"\u003e\n\u003cspan role=\"button\" class=\"elc-icon slide-panel-view-details elc-icon-angle-right elc-icon-14\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" role=\"dialog\" class=\"slidepanel slidepanel-slide-from-right AboutThisItem-slidepanel slidepanel-container padding-sides\"\u003e\n\u003cdiv class=\"slidepanel-header\"\u003e\u003cbutton type=\"button\" aria-label=\"Back\" aria-hidden=\"true\" data-tl-id=\"button\" data-automation-id=\"button\" class=\"button slide-panel-back-link button--link\" tabindex=\"-1\"\u003eUPC: 442900970005\u003cspan class=\"button-wrapper\"\u003e\u003c\/span\u003e\u003c\/button\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003eDIMENSIONS\u003cbr\u003eSet of Two Pro Series VI Solar Spotlights (150997)\u003cbr\u003eSpotlight: 5-1\/4\"W x 6\"D x 12-1\/4\"H; light face is 3-1\/4\" dia.\u003cbr\u003eSolar panel: 4-3\/4\"W x 6-1\/4\"D x 16-1\/4\"H\u003c\/p\u003e","brand":"SmartYard","offers":[{"title":"Gunmetal","offer_id":31878574997548,"sku":"RHB-01","price":39.95,"currency_code":"USD","in_stock":true},{"title":"Bronze","offer_id":46560883310824,"sku":"RHB-02","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/high-end-solar-led-spotlight-60-lumen-set-of-2-1239687.jpg?v=1786735032"},{"product_id":"48pack-outdoor-stainless-steel-led-solar-power-light-lawn-garden-landscape-path","title":"48 Pack Outdoor Stainless Steel Led Solar Power Light Lawn Garden Landscape Pathway","description":"\u003cp\u003eDescription:\u003c\/p\u003e\n\u003cp\u003ePremium quality stainless steel bright white LED solar lights. Adopt latest improved solar panel, provides better performance and prolonged usage time. The solar panel converts sunlight during the day time and recharge the battery. At night the light turn on automatically. Light assemblies, stake sections, connectors, and durable ground spikes are included. This energy-efficient, low-maintenance solar lights add a charming, decorative glow to your driveway, patio, or flowerbeds.\u003c\/p\u003e\n\u003cp\u003eFeatures:\u003c\/p\u003e\n\u003cp\u003e- Safe and waterproof outdoor LED solar energy light\u003c\/p\u003e\n\u003cp\u003e- Adopt latest improved 2V, 40mA solar panel, energy-efficient, low-maintenance\u003c\/p\u003e\n\u003cp\u003e- The solar panels convert sunlight into electricity during day time and recharge the battery. At night, the light turns on automatically.\u003c\/p\u003e\n\u003cp\u003e- Run time up to 6 to 8 hours (No power cord needed).\u003c\/p\u003e\n\u003cp\u003e- Light assemblies, stake sections, connectors, and durable ground spikes are included. Simple assembly is required.\u003c\/p\u003e\n\u003cp\u003e- A perfect decoration for your garden, driveway, patio, or flowerbeds, etc.\u003c\/p\u003e\n\u003cp\u003eSpecification:\u003c\/p\u003e\n\u003cp\u003eSolar Panel: 2V, 40mA\u003c\/p\u003e\n\u003cp\u003eLight Source: 1 x LED\u003c\/p\u003e\n\u003cp\u003eLight Color: Soft White\u003c\/p\u003e\n\u003cp\u003eOn \/ Off Switch: Yes\u003c\/p\u003e\n\u003cp\u003eWorking Mode: ON\u003c\/p\u003e\n\u003cp\u003eBattery: 1.2V \/ 600mAh AAA battery\u003c\/p\u003e\n\u003cp\u003eSensor: Automatic sensor activates at dusk\u003c\/p\u003e\n\u003cp\u003eOuter Material: Stainless Steel\u003c\/p\u003e\n\u003cp\u003eDiameter: 2.25\"\u003c\/p\u003e\n\u003cp\u003eHeight: 15\" (including spike)\u003c\/p\u003e\n\u003cp\u003eWeight: 780g (10pcs)\u003c\/p\u003e\n\u003cp\u003ePackage Weight: 858g\u003c\/p\u003e\n\u003cp\u003ePackage Dimension (L x W x H): 158 x 140 x 130mm\u003c\/p\u003e","brand":"SmartYard","offers":[{"title":"Default Title","offer_id":31878612090924,"sku":"","price":99.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/48-pack-outdoor-stainless-steel-led-solar-power-light-lawn-garden-landscape-pathway-6032464.jpg?v=1786735034"},{"product_id":"2-pack-berkeley-jensen-motion-solar-deck-lights","title":"Solar Outdoor Lights 100 LED Motion Sensor Solar Security Lights 4-Pack","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"zzud4-x66tbl-yln7xf-hd8378\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSave electricity, no electricity bills, energy saving, brighten your home.\u003c\/h3\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Neloodony solar lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/f2c990fc-53ca-4a33-9caa-557d02259e14.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/f2c990fc-53ca-4a33-9caa-557d02259e14.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-9 aplus-standard\" data-csa-c-id=\"l0v4g8-v6l4zh-bkkoon-m54pnt\" 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=\"solar lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a414df42-ce4f-46ce-8f23-bcda0531ebb7.__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\/a414df42-ce4f-46ce-8f23-bcda0531ebb7.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eSolar security light with built-in sensitive light sensor, the light will automatically turn off in the day time,turn on when motion is detected at night\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"outdoor lights solar poewred\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/43ed1a53-64c5-4efb-ac5a-ba2f476d11a0.__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\/43ed1a53-64c5-4efb-ac5a-ba2f476d11a0.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eOutdoor motion sensor lights can be used in sub-zero and hot weather to illuminate dark roads\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/09f63620-e563-41cc-8000-cc4dedfa4812.__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\/09f63620-e563-41cc-8000-cc4dedfa4812.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eThe bright solar outdoor light detects the movement of people, cars and large animals, and keeps on for 30s, and the motion sensor light prolongs the life of the light\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-9 aplus-standard\" data-csa-c-id=\"th4mvi-lavhom-2rok8a-mkohtg\" 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=\"solar motion sersor lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f387d188-345d-4f4d-8796-cfea62891a55.__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\/f387d188-345d-4f4d-8796-cfea62891a55.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eINTELLIGENT LIGHT SENSOR\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eThe large solar panel of solar motion light will capture enough sunlight around 8 hrs, and will turn on smartly when people come close under the motion sensor at night.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"outdoor solar lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/e1c5dd43-f217-4f9f-9225-85dc73be005b.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/e1c5dd43-f217-4f9f-9225-85dc73be005b.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eUPGRAGED 125° DETECTION RANGE\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eSensitive PIR motion sensor of the solar lights for outdoor can detect up to 16 ft at 125° detection angle, which sensing range and sensitivity are both 25% higher than others.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/fb1dd8c4-597e-404f-959a-51df44482b14.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/fb1dd8c4-597e-404f-959a-51df44482b14.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eALL WEATHER READY\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eIP 65 waterproof to ensure the light work properly no matter rain, snow or heat. Great workmanship and high quality material keep your house light up every night.\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\" data-csa-c-id=\"gzphg1-d7v41m-32ox2a-drs480\" 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=\"easy to install solar outdoor lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/781b9e6f-f3a7-4601-af3a-e9297b2f6e95.__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\/781b9e6f-f3a7-4601-af3a-e9297b2f6e95.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eNeloodony motion sensor outdoor lights\u003c\/h3\u003e\n\u003ch5 class=\"a-spacing-mini a-color-secondary\"\u003eEasy to Install\u003c\/h5\u003e\n\u003cp class=\"a-spacing-base\"\u003e1. Please install the led solar lights outdoor to the sunny side for solar charging.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e2. Please remove the protecting film from the solar panel before use.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e3. For optimum battery performance, please allow the batteries to full charge for 1 or 2 sunny days before turning the lights on for the first time.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e4. Unlock the solar lights by using the Key Pin that came with, you can test it activated or not by put your hand to cover the solar panel, lights will turn on if activated.\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\"\u003ePackage includes:\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e4 x solar lights\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e8 expansion pillar-hinges\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e8 installing screws\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e2 key pins\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e1 manual\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\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4\u003eKindly Reminder\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. Motion activated. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003e2. No dim mode. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003e3. Will not illuminate at day unless you cover its whole solar panel by accident. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003e4. The first use, cloudy or winter day needs more recharging time. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003e5. Remember to insert the key pin that came with into the tiny hole to turn on switch. \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 module-4 aplus-standard\" data-csa-c-id=\"wbq5jh-lcgouj-8n2vjt-p3fff2\" data-cel-widget=\"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 sensor lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/16454b41-560c-4f14-979c-18efb54751a6.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/16454b41-560c-4f14-979c-18efb54751a6.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-size-small\"\u003eThe outdoor solar motion light should be installed in a place where they can be directly exposed to sunlight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"outdoor solar light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7a8cdf22-1761-499e-a671-66d866b1abcb.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7a8cdf22-1761-499e-a671-66d866b1abcb.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-size-small\"\u003eDon't install the solar light under the shadow of obstacles such as trees, eaves, window sills, and etc.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"motion sensor light outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d822588a-8b61-4bf4-a647-aa703e5bad2b.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d822588a-8b61-4bf4-a647-aa703e5bad2b.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-size-small\"\u003ePlease install the motion sensor solar light in a place without any obstacles around.\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 powered outdoor lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/21fd776f-9289-4dce-b7e7-11f825a6d22a.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/21fd776f-9289-4dce-b7e7-11f825a6d22a.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-size-small\"\u003ePlease do not install the solar powered lights under other lights such as street lights.\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":32222375149612,"sku":"BJDECK-01","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/solar-outdoor-lights-100-led-motion-sensor-solar-security-lights-4-pack-9875202.jpg?v=1786735033"},{"product_id":"50-100-200pcs-newest-breathable-face-facial-mouth-mask-3-layers-beauty-medical","title":"FDA Approved Protective Face Mask 3-Layers 50\/100\/200pcs","description":"\u003cdiv class=\"widget module_tit\"\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eProduct Description\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e\u003cu data-removefontsize=\"true\" data-originalcomputedfontsize=\"18\"\u003eFDA Approved Protective Masks\u003c\/u\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"detail_info\" class=\"widget\"\u003e\n\u003cdiv\u003e\u003cspan\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eProduct Description:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003e3 layer protection against bacteria \u0026amp; viruses, airborne particles, and dust \u0026amp; pollution.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003eThis face mask is ideal for use at home, in restaurants, beauty salons, nail shops, pet shops as well as other environments that require respiratory protection against bacteria, viruses, and much more. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cu\u003eProduct Features:\u003c\/u\u003e \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003e- Foldable\/easy to carry; Folds expand to offer full coverage over nose and mouth with a nose piece along the top of mask that allows for a custom fit. \u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"quoted-text\"\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003e\u003cstrong\u003e-\u003c\/strong\u003e Breathable\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003e\u003cstrong\u003e-\u003c\/strong\u003e Disposable\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003e\u003cstrong\u003e-\u003c\/strong\u003e Ultrasonic sealed edges\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003e\u003cstrong\u003e-\u003c\/strong\u003e Comfortable to wear; lightweight design with elastic earloops, it is comfortable and easy to put on or take off. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cu\u003eProduct Specifications:\u003c\/u\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"quoted-text\"\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003eMaterial:\u003c\/span\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003e Cotton\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003eSingle Mask Dimensions: (6.7 x 3.5)\" \/ (17 x 9)cm \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003eTotal Weight (50pcs): 4.9oz \/ 139g \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003eColor: Blue\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cu\u003ePlease note: \u003c\/u\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003e**It is highly recommended to change disposable face masks every four hours for utmost safety and protection. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-removefontsize=\"true\" data-originalcomputedfontsize=\"17\"\u003e**Please allow 1-5mm differences due to manual measurement\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003eProduced by Titan Protect\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Titan Protect","offers":[{"title":"50Pcs","offer_id":33204130873388,"sku":"md50","price":19.95,"currency_code":"USD","in_stock":true},{"title":"100Pcs","offer_id":33204130938924,"sku":"md-100","price":38.95,"currency_code":"USD","in_stock":true},{"title":"200Pcs","offer_id":33204131037228,"sku":"md-200","price":76.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/fda-approved-protective-face-mask-3-layers-50100200pcs-9620420.jpg?v=1786735033"},{"product_id":"24-pack-outdoor-stainless-steel-solar-power-lawn-garden-landscape-path-led-light","title":"24 Pack Outdoor Stainless Steel Solar Power Lawn Garden Landscape Path LED Light","description":"\u003cp\u003eOVERVIEW\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eOur Solar Garden Lights containing 24pcs, and each light has a built-in 13000 MCD LED that glows bright white color to light your garden. The lights will automatically turn on at night and off in the day time after first time manual turn-on. Solar-powered and cordless design, absorb full direct sunlight to fully charge about 6-8 hours and provide about 8 hours illumination at dark night, realizing energy saving. At the same time, they are made of stainless steel and durable ABS plastic, which feature long lasting durability, IP55 Waterproof and Durable, can withstand all kinds of weather. So they are ideal for decoration and lighting your garden, porch, yard paths and walkways, illuminate the way for you to home after working late at night.\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eFEATURES \u0026amp; SPECIFICATIONS\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eFeatures:\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e★24 BRIGHT LIGHTS: Our solar garden light with clear plastic lens glows cool white light to provide pretty light effect on the ground (11000-13000MCD per light), making your garden beautiful at dark night.\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e★SOLAR POWERED: Solar-powered and cordless design, absorb full direct sunlight to fully charge about 6-8 hours and provide about 8 hours illumination at dark night, realizing energy saving.\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e★NO-HASSLE INSTALLATION: Easy installation out of the box! No wiring required and runs completely on solar power. Simply follow user manual and install it in several steps to decorate anywhere you like and enjoy the light at night.\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e★WEATHER RESISTANT: Our Solar Garden Lights adopt stainless steel and durable ABS plastic, which features IP55 Water-resistant and long lasting durability, withstand all kinds of weather.\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e★SUITABLE FOR OUTDOOR WAY: Arbitrarily decorate and light your garden, patio, porch, yard paths and walkways, illuminating the way for you to home after working late at night.\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eNote:\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e1. How long the light illuminates depends on your geographical location, weather conditions and seasonal light availability.\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e2. Choose an outdoor location with full direct sunlight where the Solar panel can receive at least 6 hours of sunlight each day. Shady locations will adversely affect the battery and shorten the working time of the light at night.\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e3.The selected location should not be near strong lighting sources such as streetlights, which may cause the LED light to turn off automatically as there is a sensor inside to detect brightness and control the light.\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e4.If the Solar light does not turn on automatically at night after 6 hours of charging during the day, please check the following:\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e(1) Check the battery to ensure that it is making contact with the terminals.\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e(2) Be sure the Solar light is in a sunny location and not in a shady area. The Solar panel should face the sun.\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eSpecifications:\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eBrand: SolarEK\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eProduct Type: Solar Garden Lights\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eMaterial: Stainless Steel + ABS Plastic\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eIP Rating: IP55\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eQuantity of light: 4 pcs\/set\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eLamp Color: White\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eSolar Panel: Polycrystalline 2V\/ 40mAh\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eRechargeable Battery: 1.2V\/ 300mAh; 1 x AA Ni-MH battery\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eService Life: About 2 Years (if working 8 hours per day)\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eLight Source: 1 LED 11000-13000MCD per light\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eCharging Time: 6-8 hours\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eLight Runtime: about 8 hours after full charging\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eStake Length: about 12 cm\/ 4.7in\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eProduct Size: 36x5.5cm\/ 14.2x2.2in (LxW)\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eProduct Weight: 76.5g\/ 0.17lbs\/ 2.7oz\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003ePackage Size: 23.5x7x11.5cm\/ 9.2x3x4.6in (LxWxH)\u003c\/p\u003e\n\u003cp\u003e\u003cspan rwr=\"1\" size=\"4\" style=\"font-size: large;\"\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003ePackage Weight: 370g\/ 0.82lbs\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":33316446765100,"sku":"","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/24-pack-outdoor-stainless-steel-solar-power-lawn-garden-landscape-path-led-light-3047332.jpg?v=1786734981"},{"product_id":"new-alpan-20w-dual-security-detector-solar-spot-light-motion-sensor-outdoor","title":"New Alpan 20W Dual Security Detector Solar Spot Light Motion Sensor Outdoor","description":"\u003cp\u003eAlpan Solar Sensor Light Model 18761.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eFeatures \u0026amp; details\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eBuilt-in heat and motion detector automatically turns on the bright 20-watt halogen light when triggered. Lights stay on for 30 to 60 seconds (user selectable).\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eMounts easily to wall, fascia, soffit, or roof eave. Light source: 20-watt quartz halogen lamp\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSolar panel: high-power crystal solar panel. Power source: rechargeable lead acid battery\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAdjustable sensitivity control reduces false triggers\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eSolar module is detached from unit for flexible installation. Includes 14-foot cord\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThis solar security light features easy DIY installation with a 5m cable provided for users. It has twin heads that can swivel and tilt. You can easily direct the heads in desired directions. And its built-in super bright 22 LEDs provide 150 lumen intensity. You can easily use it for night time lighting of the garden, lawn, patio, walks or wherever needed. It also has control dials at back which allow you to adjust settings, such as the sensitivity to light and the lighting time. And to charge this security light, you just need to simply place it under direct sunlight at day.\u003c\/p\u003e","brand":"Alpan","offers":[{"title":"Default Title","offer_id":33318030016556,"sku":"ALPAMO-01","price":28.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/new-alpan-20w-dual-security-detector-solar-spot-light-motion-sensor-outdoor-1836376.jpg?v=1786734974"},{"product_id":"new-energizer-3-fixture-outdoor-solar-lamp-post-with-planter-base-78inch-black","title":"SmartYard Outdoor Solar LED Lamp Post 300 Lumen 90 Inch Tall","description":"\u003cstyle\u003e\n\/* =========================================================\n   SMARTYARD 300 LUMEN SOLAR LAMP POST\n   COMPLETE ISOLATED SHOPIFY DESCRIPTION\n   ========================================================= *\/\n\n.sylamp{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 50px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.sylamp *{\n  box-sizing:border-box;\n}\n\n.sylamp h2,\n.sylamp h3{\n  color:#07182f;\n}\n\n.sylamp p{\n  color:#5f6b7a;\n  line-height:1.72;\n}\n\n.sylamp a{\n  text-decoration:none;\n}\n\n\n\/* =========================================================\n   HEADINGS\n   ========================================================= *\/\n\n.sylamp-brand{\n  color:#f47721;\n  font-size:14px;\n  font-weight:900;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.sylamp-title{\n  margin:8px 0 10px;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:900;\n}\n\n.sylamp-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.sylamp-tags,\n.sylamp-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin:16px 0;\n}\n\n.sylamp-tag,\n.sylamp-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   IMAGE\n   ========================================================= *\/\n\n.sylamp-img{\n  width:100%;\n  max-width:900px;\n  margin:26px auto;\n  text-align:center;\n}\n\n.sylamp-img img{\n  display:block!important;\n  width:100%!important;\n  max-width:900px!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.sylamp-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  background:#fff;\n}\n\n.sylamp-stat{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e1e6ed;\n}\n\n.sylamp-stat:last-child{\n  border-right:0;\n}\n\n.sylamp-stat strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182f;\n  font-size:14px;\n}\n\n.sylamp-stat span{\n  color:#667085;\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   GRID + CARDS\n   ========================================================= *\/\n\n.sylamp-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin:24px 0;\n}\n\n.sylamp-card{\n  padding:24px;\n  border:1px solid #e1e6ed;\n  border-radius:14px;\n  background:#fff;\n}\n\n.sylamp-card h2{\n  margin:0 0 10px;\n  font-size:23px;\n}\n\n\n\/* =========================================================\n   LIST\n   ========================================================= *\/\n\n.sylamp-list{\n  list-style:none;\n  padding:0;\n  margin:0;\n}\n\n.sylamp-list li{\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#4b5563;\n  line-height:1.58;\n}\n\n.sylamp-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 SECTION\n   ========================================================= *\/\n\n.sylamp-dark{\n  padding:30px;\n  margin:28px 0;\n  border-radius:16px;\n  background:linear-gradient(120deg,#07182f,#0d2747);\n  color:#fff;\n}\n\n.sylamp-dark h2{\n  margin:0 0 8px;\n  color:#fff;\n  font-size:28px;\n}\n\n.sylamp-dark p{\n  margin:0 0 18px;\n  color:#dce5ef;\n}\n\n.sylamp-dgrid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:10px;\n}\n\n.sylamp-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.sylamp-di strong{\n  display:block;\n  margin-bottom:5px;\n  color:#ff9b19;\n  font-size:17px;\n}\n\n.sylamp-di span{\n  display:block;\n  color:#e7edf4;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   TABLE\n   ========================================================= *\/\n\n.sylamp-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.sylamp-table tr{\n  border-bottom:1px solid #e8ecf1;\n}\n\n.sylamp-table th,\n.sylamp-table td{\n  padding:10px 5px;\n  text-align:left;\n  vertical-align:top;\n  font-size:14px;\n}\n\n.sylamp-table th{\n  width:46%;\n  color:#344054;\n  font-weight:800;\n}\n\n.sylamp-table td{\n  color:#667085;\n}\n\n\n\/* =========================================================\n   NOTES\n   ========================================================= *\/\n\n.sylamp-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   FAQ\n   ========================================================= *\/\n\n.sylamp-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n\n.sylamp-faq details{\n  padding:15px;\n  border:1px solid #e1e6ed;\n  border-radius:9px;\n  background:#fff;\n}\n\n.sylamp-faq summary{\n  cursor:pointer;\n  color:#07182f;\n  font-weight:800;\n}\n\n.sylamp-answer{\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.sylamp-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.sylamp-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce5ef;\n  font-size:12px;\n}\n\n.sylamp-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  .sylamp-stats{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .sylamp-dgrid{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width:650px){\n\n  .sylamp{\n    padding:16px 10px 36px;\n  }\n\n  .sylamp-title{\n    font-size:30px;\n  }\n\n  .sylamp-sub{\n    font-size:18px;\n  }\n\n  .sylamp-grid,\n  .sylamp-faq{\n    grid-template-columns:1fr;\n  }\n\n  .sylamp-stats{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .sylamp-dgrid{\n    grid-template-columns:1fr;\n  }\n\n  .sylamp-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .sylamp-dark{\n    padding:22px 18px;\n  }\n\n  .sylamp-img,\n  .sylamp-img img{\n    width:100%!important;\n    max-width:100%!important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"sylamp\"\u003e\n\u003c!-- =========================================================\n     INTRO\n     ========================================================= --\u003e\n\u003cdiv class=\"sylamp-brand\"\u003eSOLAR OUTDOOR LAMP POST\u003c\/div\u003e\n\u003ch2 class=\"sylamp-title\"\u003eSmartYard Outdoor Solar LED Lamp Post – 300 Lumens, Approx. 90\" Tall\u003c\/h2\u003e\n\u003ch3 class=\"sylamp-sub\"\u003eWarm 2700K Light • Cast Aluminum • 3 LED Candelabra Bulbs • Dusk-to-Dawn • Ground or Permanent Installation\u003c\/h3\u003e\n\u003cp\u003eAdd warm, decorative outdoor lighting without running electrical wiring with the \u003cstrong\u003eSmartYard Outdoor Solar LED Lamp Post\u003c\/strong\u003e. Standing approximately \u003cstrong\u003e90 inches tall\u003c\/strong\u003e, this traditional solar post lantern combines a black cast-aluminum body, clear beveled glass and three LED candelabra-style bulbs for a classic lamp-post appearance.\u003c\/p\u003e\n\u003cp\u003eThe integrated monocrystalline solar panels charge the replaceable lithium-ion battery during daylight. Once the fixture is switched on, the built-in light sensor automatically activates the lamp after dusk and turns it off when daylight returns.\u003c\/p\u003e\n\u003c!-- =========================================================\n     TAGS\n     ========================================================= --\u003e\n\u003cdiv class=\"sylamp-tags\"\u003e\n\u003cspan class=\"sylamp-tag\"\u003e300 Lumens\u003c\/span\u003e \u003cspan class=\"sylamp-tag\"\u003eApprox. 90\" Tall\u003c\/span\u003e \u003cspan class=\"sylamp-tag\"\u003e2700K Warm White\u003c\/span\u003e \u003cspan class=\"sylamp-tag\"\u003eCast Aluminum\u003c\/span\u003e \u003cspan class=\"sylamp-tag\"\u003eDusk-to-Dawn\u003c\/span\u003e \u003cspan class=\"sylamp-tag\"\u003eReplaceable Battery\u003c\/span\u003e \u003cspan class=\"sylamp-tag\"\u003eNo Wiring Needed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     MAIN IMAGE\n     ========================================================= --\u003e\n\u003cdiv class=\"sylamp-img\"\u003e\u003cimg src=\"https:\/\/content.syndigo.com\/asset\/36c846a2-9622-4631-8489-0f53d7073eff\/960.jpeg\" alt=\"SmartYard outdoor solar LED lamp post black 300 lumen\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =========================================================\n     QUICK STATS\n     ========================================================= --\u003e\n\u003cdiv class=\"sylamp-stats\"\u003e\n\u003cdiv class=\"sylamp-stat\"\u003e\n\u003cstrong\u003e300 lm\u003c\/strong\u003e \u003cspan\u003eLight output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-stat\"\u003e\n\u003cstrong\u003e2700K\u003c\/strong\u003e \u003cspan\u003eWarm white\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-stat\"\u003e\n\u003cstrong\u003e≈90\"\u003c\/strong\u003e \u003cspan\u003eOverall height\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-stat\"\u003e\n\u003cstrong\u003e2200mAh\u003c\/strong\u003e \u003cspan\u003eReplaceable battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-stat\"\u003e\n\u003cstrong\u003e8–10 Hrs\u003c\/strong\u003e \u003cspan\u003eTypical listed runtime\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-stat\"\u003e\n\u003cstrong\u003e3 Years\u003c\/strong\u003e \u003cspan\u003eListed warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     BENEFITS + APPLICATIONS\n     ========================================================= --\u003e\n\u003cdiv class=\"sylamp-grid\"\u003e\n\u003cdiv class=\"sylamp-card\"\u003e\n\u003ch2\u003eClassic Solar Lamp-Post Lighting\u003c\/h2\u003e\n\u003cul class=\"sylamp-list\"\u003e\n\u003cli\u003e300-lumen warm-white outdoor illumination\u003c\/li\u003e\n\u003cli\u003eTraditional 3-bulb candelabra-style lantern appearance\u003c\/li\u003e\n\u003cli\u003eDecorative clear beveled glass around the lantern head\u003c\/li\u003e\n\u003cli\u003eCorrosion-resistant black powder-coated cast-aluminum construction\u003c\/li\u003e\n\u003cli\u003eNo electrical wiring required for normal solar operation\u003c\/li\u003e\n\u003cli\u003eAutomatic dusk-to-dawn lighting once switched on\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-card\"\u003e\n\u003ch2\u003eIdeal For\u003c\/h2\u003e\n\u003cdiv class=\"sylamp-apps\"\u003e\n\u003cspan class=\"sylamp-app\"\u003eFront Yards\u003c\/span\u003e \u003cspan class=\"sylamp-app\"\u003eDriveways\u003c\/span\u003e \u003cspan class=\"sylamp-app\"\u003eWalkways\u003c\/span\u003e \u003cspan class=\"sylamp-app\"\u003eGarden Areas\u003c\/span\u003e \u003cspan class=\"sylamp-app\"\u003ePatios\u003c\/span\u003e \u003cspan class=\"sylamp-app\"\u003eEntryways\u003c\/span\u003e \u003cspan class=\"sylamp-app\"\u003eLandscape Lighting\u003c\/span\u003e \u003cspan class=\"sylamp-app\"\u003eResidential Properties\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     SOLAR OPERATION\n     ========================================================= --\u003e\n\u003cdiv class=\"sylamp-dark\"\u003e\n\u003ch2\u003eSolar Powered with Automatic Dusk-to-Dawn Operation\u003c\/h2\u003e\n\u003cp\u003eThe lamp uses integrated monocrystalline solar panels to recharge the built-in lithium-ion battery during daylight. After dark, the sensor automatically activates the three LED bulbs for convenient nighttime lighting.\u003c\/p\u003e\n\u003cdiv class=\"sylamp-dgrid\"\u003e\n\u003cdiv class=\"sylamp-di\"\u003e\n\u003cstrong\u003e 6 Panels \u003c\/strong\u003e \u003cspan\u003e Integrated monocrystalline solar collection \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-di\"\u003e\n\u003cstrong\u003e ≈8 Hours \u003c\/strong\u003e \u003cspan\u003e Listed charging time in suitable conditions \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-di\"\u003e\n\u003cstrong\u003e Auto On\/Off \u003c\/strong\u003e \u003cspan\u003e Dusk-to-dawn light sensor \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-di\"\u003e\n\u003cstrong\u003e 2200mAh \u003c\/strong\u003e \u003cspan\u003e Replaceable lithium-ion battery \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     INSTALLATION OPTIONS\n     ========================================================= --\u003e\n\u003cdiv class=\"sylamp-grid\"\u003e\n\u003cdiv class=\"sylamp-card\"\u003e\n\u003ch2\u003eGround-Stake Installation\u003c\/h2\u003e\n\u003cul class=\"sylamp-list\"\u003e\n\u003cli\u003eIncludes one large ground spike\u003c\/li\u003e\n\u003cli\u003eIncludes three smaller ground stakes\u003c\/li\u003e\n\u003cli\u003eBuilt-in ground-stake level indicator helps with alignment\u003c\/li\u003e\n\u003cli\u003eSuitable for compatible soil and landscape installations\u003c\/li\u003e\n\u003cli\u003eNo electrical trenching required\u003c\/li\u003e\n\u003cli\u003ePosition where the solar panels receive strong direct sunlight\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-card\"\u003e\n\u003ch2\u003ePermanent Installation\u003c\/h2\u003e\n\u003cul class=\"sylamp-list\"\u003e\n\u003cli\u003eIncludes concrete installation hardware\u003c\/li\u003e\n\u003cli\u003eCan be permanently mounted to a suitable prepared surface\u003c\/li\u003e\n\u003cli\u003eDeck lag bolts are not included\u003c\/li\u003e\n\u003cli\u003eAll other listed mounting hardware is included\u003c\/li\u003e\n\u003cli\u003eDesigned for straightforward assembly\u003c\/li\u003e\n\u003cli\u003eChoose a location with unobstructed solar exposure\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     BATTERY + BULB SECTION\n     ========================================================= --\u003e\n\u003cdiv class=\"sylamp-dark\"\u003e\n\u003ch2\u003eReplaceable Battery \u0026amp; LED Bulbs\u003c\/h2\u003e\n\u003cp\u003eUnlike fully sealed fixtures, the supplied specifications describe both the lithium-ion battery and the special low-voltage LED candelabra bulbs as replaceable components.\u003c\/p\u003e\n\u003cdiv class=\"sylamp-dgrid\"\u003e\n\u003cdiv class=\"sylamp-di\"\u003e\n\u003cstrong\u003e 7.4V \/ 2200mAh \u003c\/strong\u003e \u003cspan\u003e Replaceable lithium-ion battery \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-di\"\u003e\n\u003cstrong\u003e ≈1,000 Charges \u003c\/strong\u003e \u003cspan\u003e Listed approximate battery cycle life \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-di\"\u003e\n\u003cstrong\u003e 3 LED Bulbs \u003c\/strong\u003e \u003cspan\u003e Low-voltage candelabra-style lighting \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sylamp-di\"\u003e\n\u003cstrong\u003e 15,000 Hrs \u003c\/strong\u003e \u003cspan\u003e Listed bulb lifetime \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     PRODUCT SPECIFICATIONS\n     ========================================================= --\u003e\n\u003cdiv class=\"sylamp-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"sylamp-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eOutdoor Solar LED Lamp Post\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOverall Dimensions\u003c\/th\u003e\n\u003ctd\u003eApprox. 12.2\" W × 12.2\" D × 89–90\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eConstruction\u003c\/th\u003e\n\u003ctd\u003eCast Aluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLantern Glass\u003c\/th\u003e\n\u003ctd\u003eDecorative Clear Beveled Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLight Output\u003c\/th\u003e\n\u003ctd\u003e300 Lumens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Temperature\u003c\/th\u003e\n\u003ctd\u003e2700K Warm White\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBulb Type\u003c\/th\u003e\n\u003ctd\u003e3 Low-Voltage Replaceable LED Candelabra Filament Bulbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Listed LED Power\u003c\/th\u003e\n\u003ctd\u003e6W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panels\u003c\/th\u003e\n\u003ctd\u003e6 Integrated Monocrystalline Silicon Panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery\u003c\/th\u003e\n\u003ctd\u003e7.4V \/ 2200mAh Replaceable Lithium-Ion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery Cycle Life\u003c\/th\u003e\n\u003ctd\u003eApprox. 1,000 Charges Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCharging Time\u003c\/th\u003e\n\u003ctd\u003eApprox. 8 Hours, Depending on Sunlight and Weather\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWorking Time\u003c\/th\u003e\n\u003ctd\u003eApprox. 8–10 Hours Depending on Charging Conditions\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\u003eInstallation\u003c\/th\u003e\n\u003ctd\u003eGround Stake or Permanent Mount\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBulb Lifetime\u003c\/th\u003e\n\u003ctd\u003eApprox. 15,000 Hours Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWarranty\u003c\/th\u003e\n\u003ctd\u003e3 Years Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Box Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 25\" W × 14\" D × 24\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003eApprox. 29 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     WHAT'S INCLUDED\n     ========================================================= --\u003e\n\u003cdiv class=\"sylamp-card\" style=\"margin-top: 24px;\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003ctable class=\"sylamp-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Lamp Post\u003c\/th\u003e\n\u003ctd\u003e1 Complete Assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLED Bulbs\u003c\/th\u003e\n\u003ctd\u003e3 Special Low-Voltage Candelabra Bulbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRechargeable Battery\u003c\/th\u003e\n\u003ctd\u003e1 Replaceable 7.4V \/ 2200mAh Lithium-Ion Battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLarge Ground Spike\u003c\/th\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSmall Ground Stakes\u003c\/th\u003e\n\u003ctd\u003e3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eConcrete Mounting Hardware\u003c\/th\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDeck Lag Bolts\u003c\/th\u003e\n\u003ctd\u003eNot Included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     FIRST USE \/ PLACEMENT\n     ========================================================= --\u003e\n\u003cdiv class=\"sylamp-note\"\u003e\n\u003cstrong\u003eSolar placement tip:\u003c\/strong\u003e install the lamp where the integrated solar panels receive strong, unobstructed sunlight for most of the day. Trees, buildings, roof overhangs and heavy shade can reduce charging performance and nighttime runtime.\u003c\/div\u003e\n\u003cdiv class=\"sylamp-note\"\u003e\n\u003cstrong\u003eBulb compatibility:\u003c\/strong\u003e the supplied product information states that the LED candelabra bulbs are specially designed for this solar fixture. Use only the compatible replacement bulb type specified for the lamp.\u003c\/div\u003e\n\u003cdiv class=\"sylamp-note\"\u003e\n\u003cstrong\u003eRuntime note:\u003c\/strong\u003e the supplied manufacturer material contains both an “up to 10 hours” working-time claim and an “up to 8 hours on a charge” statement. Actual runtime will vary with season, solar exposure, weather and battery condition.\u003c\/div\u003e\n\u003c!-- =========================================================\n     FAQ\n     ========================================================= --\u003e\n\u003cdiv class=\"sylamp-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"sylamp-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow bright is the lamp post?\u003c\/summary\u003e\n\u003cdiv class=\"sylamp-answer\"\u003eThe supplied specifications list a total output of \u003cstrong\u003e300 lumens\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow tall is the lamp post?\u003c\/summary\u003e\n\u003cdiv class=\"sylamp-answer\"\u003eThe supplied dimensions list a height of approximately \u003cstrong\u003e7 ft 5 in.\u003c\/strong\u003e, which is about \u003cstrong\u003e89–90 inches tall\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it require electrical wiring?\u003c\/summary\u003e\n\u003cdiv class=\"sylamp-answer\"\u003eNo normal utility wiring is required. The lamp is powered by its integrated solar panels and rechargeable battery.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the lamp turn on automatically?\u003c\/summary\u003e\n\u003cdiv class=\"sylamp-answer\"\u003eYes. Once switched on, the built-in sensor is designed to automatically turn the light on at dusk and off when daylight returns.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat color is the light?\u003c\/summary\u003e\n\u003cdiv class=\"sylamp-answer\"\u003eThe supplied specifications list a \u003cstrong\u003e2700K warm-white\u003c\/strong\u003e color temperature.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does it take to charge?\u003c\/summary\u003e\n\u003cdiv class=\"sylamp-answer\"\u003eThe listed charging time is approximately \u003cstrong\u003e8 hours\u003c\/strong\u003e, depending on season, weather and available sunlight.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long will it stay on at night?\u003c\/summary\u003e\n\u003cdiv class=\"sylamp-answer\"\u003eThe supplied product information varies between approximately \u003cstrong\u003e8 and 10 hours\u003c\/strong\u003e. Actual runtime depends on sunlight, weather, battery condition and season.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the battery replaceable?\u003c\/summary\u003e\n\u003cdiv class=\"sylamp-answer\"\u003eYes. The supplied specifications list a replaceable \u003cstrong\u003e7.4V \/ 2200mAh lithium-ion battery\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the LED bulbs replaceable?\u003c\/summary\u003e\n\u003cdiv class=\"sylamp-answer\"\u003eYes. The lamp uses three specially designed low-voltage LED candelabra bulbs. Only the compatible replacement bulb type specified for this solar fixture should be used.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install it permanently?\u003c\/summary\u003e\n\u003cdiv class=\"sylamp-answer\"\u003eYes. The product includes hardware for a permanent concrete installation. Deck lag bolts are not included.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install it directly in the ground?\u003c\/summary\u003e\n\u003cdiv class=\"sylamp-answer\"\u003eYes. The supplied installation hardware includes one large ground spike and three smaller ground stakes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the lamp post made from?\u003c\/summary\u003e\n\u003cdiv class=\"sylamp-answer\"\u003eThe supplied specifications describe a \u003cstrong\u003ecast-aluminum body with a black finish\u003c\/strong\u003e and decorative clear beveled glass around the lantern head.\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=\"sylamp-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e300 LUMENS\u003c\/strong\u003e Warm Outdoor Light\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e90\" TALL\u003c\/strong\u003e Full Lamp Post\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSOLAR POWERED\u003c\/strong\u003e No Wiring Needed\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":"Energizer","offers":[{"title":"Default Title","offer_id":43844621009128,"sku":"cost-post","price":219.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/smartyard-outdoor-solar-led-lamp-post-300-lumen-90-inch-tall-6981383.jpg?v=1786734977"},{"product_id":"new-energizer-3-fixture-outdoor-solar-lamp-post-with-planter-base-78inch-white","title":"3 Fixture Outdoor Solar LED Lamp Post With 50 Lumen - 72Inch","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"dkpe51-bmofa9-7aecuq-cbgqq3\" 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=\"8kreg0-z8uxwl-v1vcwr-zii8mx\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"1\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/16790b4b-1de4-4029-add2-9f405ecbfebc.__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\/16790b4b-1de4-4029-add2-9f405ecbfebc.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSolar Post Light(Planter no 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\"\u003eThis solar street light is constructed of high quality metal and plastic, featured with a durable black powder coating. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eIt not only reflects traditional aesthetic, but also easy to blend in contemporary setting. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eThree solar light head on the top, the solar panel keeps the rechargeable battery charged in the sunlight and automatically turn on at dusk. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSimply adding potting materials, pretty flowers or greenery to the bottom planters, hanging two baskets of blooming beauties on the top hangers. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eThe vivid natural beauties blooming under the warm white glow creates an elegant and charming landscape that will transform your garden, patio or any outdoor living space to be a gentle, delightful and relaxing environment.\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-8 aplus-standard\" cel_widget_id=\"aplus-m-module-8\" data-csa-c-id=\"121e2e-pii3dd-svr1ll-koreli\" 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=\"2\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3c0e6f35-9159-4058-a84d-1e140002f2ac.__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\/3c0e6f35-9159-4058-a84d-1e140002f2ac.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch5 class=\"a-spacing-mini a-color-secondary\"\u003eOversized Outdoor Post Light\u003c\/h5\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\"\u003eAutomatically turn on at dusk and turn off at dawn.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eThree solar lanterns, each one Built-in (1) long lasting 1.2V AA 600MAH Ni-MH rechargeable battery.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eWhen fully charged, the battery can run for 6-8 hours.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eEasy assembly and use.\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\u003cdiv\u003e\n\u003ch4\u003eFeatures\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\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eOversized planter at the bottom gives a sweet home for your favorite flowers or greenery.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eWith sturdy stainless steel hanger on the top can hang your lovely hanging planters.\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, automatically charging in the sunligh. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\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【SOLAR POST LIGHT WITH PLANTER】 Decorative Solar Post Lamp, simply adding potting materials, pretty flowers or greenery to the bottom planters, hanging two baskets of blooming beauties on the top hangers. The vivid natural beauties blooming under the warm white glow creates an elegant and charming landscape.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e【WEATHER RESISTANT】This solar street light is constructed of high quality metal and plastic, featured with a durable black powder coating which helps withstand many weather conditions, allowing you not to worry through rain, snow, wind, and frost.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e【EASY TO INSTALL】 This Solar Pathway Lights are no wiring required, as long as you install it to place where you want - very easy to install\/reinstall and provide a calming atmosphere at night. When the switch is \"ON \" this solar LED lights automatically turn on at night and turn off at dawn.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e【Wide Application】This outdoor post light is ideal as a security light for lighting backyard, garden, patio, porch, pathway, walkway, street, landscape, lawn and driveway. Any problems, please feel free to contact us, we will help to solve in 24 hours.\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\n\u003ch3\u003e\n\u003cspan\u003eProduct information\u003c\/span\u003e \u003cspan\u003e\u003cspan class=\"a-color-secondary\"\u003eBlack\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv id=\"productDetails_techSpec_sections\" class=\"a-section\"\u003e\n\u003ch4\u003e\u003c\/h4\u003e\n\u003ctable id=\"productDetails_techSpec_section_1\" class=\"a-keyvalue prodDetTable\" role=\"presentation\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"a-span3 prodDetSectionEntry\"\u003eBrand\u003c\/th\u003e\n\u003ctd class=\"a-span9 a-align-center prodDetSectionEntry\"\u003e‎ EUty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"a-span3 prodDetSectionEntry\"\u003eItem Weight\u003c\/th\u003e\n\u003ctd class=\"a-span9 a-align-center prodDetSectionEntry\"\u003e‎ 14.1 ounces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"a-span3 prodDetSectionEntry\"\u003ePackage Dimensions\u003c\/th\u003e\n\u003ctd class=\"a-span9 a-align-center prodDetSectionEntry\"\u003e‎ 16.5 x 16.5 x 14 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"a-span3 prodDetSectionEntry\"\u003eStyle\u003c\/th\u003e\n\u003ctd class=\"a-span9 a-align-center prodDetSectionEntry\"\u003e‎ Vintage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"a-span3 prodDetSectionEntry\"\u003eColor\u003c\/th\u003e\n\u003ctd class=\"a-span9 a-align-center prodDetSectionEntry\"\u003e‎ Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"a-span3 prodDetSectionEntry\"\u003eMaterial\u003c\/th\u003e\n\u003ctd class=\"a-span9 a-align-center prodDetSectionEntry\"\u003e‎ Metal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"a-span3 prodDetSectionEntry\"\u003eShade Material\u003c\/th\u003e\n\u003ctd class=\"a-span9 a-align-center prodDetSectionEntry\"\u003e‎ Plastic, Metal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"a-span3 prodDetSectionEntry\"\u003ePower Source\u003c\/th\u003e\n\u003ctd class=\"a-span9 a-align-center prodDetSectionEntry\"\u003e‎ Battery-powe\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\/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\u003cp\u003e \u003c\/p\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Warm white","offer_id":44046944600296,"sku":"","price":139.95,"currency_code":"USD","in_stock":true},{"title":"Cool white","offer_id":46552025956584,"sku":"","price":139.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/3-fixture-outdoor-solar-led-lamp-post-with-50-lumen-72inch-4204850.jpg?v=1786734979"},{"product_id":"energizer-8-pack-solar-pathway-lights-stainless-steel","title":"Energizer 8 Pack Solar Pathway LED Lights Outdoor-Stainless Steel 15 Lumen","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET - ENERGIZER PATHWAY LIGHT DESCRIPTION\n   ========================================================= *\/\n\n.oso-product-desc {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 25px 16px 45px;\n  font-family: inherit;\n  color: #111827;\n}\n\n.oso-product-desc * {\n  box-sizing: border-box;\n}\n\n.oso-product-desc img {\n  max-width: 100%;\n  height: auto;\n  display: block;\n}\n\n\/* HERO *\/\n\n.oso-pd-hero {\n  display: grid;\n  grid-template-columns: 1fr 1.25fr;\n  gap: 38px;\n  align-items: center;\n  margin-bottom: 28px;\n}\n\n.oso-pd-hero-image {\n  border-radius: 14px;\n  overflow: hidden;\n  background: #f5f5f5;\n}\n\n.oso-pd-hero-image img {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n}\n\n.oso-pd-brand {\n  display: block;\n  color: #f28c00;\n  font-size: 17px;\n  font-weight: 800;\n  margin-bottom: 7px;\n  letter-spacing: .4px;\n}\n\n.oso-pd-title {\n  margin: 0 0 10px;\n  font-size: 38px;\n  line-height: 1.08;\n  font-weight: 800;\n  color: #07182e;\n}\n\n.oso-pd-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-pd-intro {\n  margin: 0;\n  font-size: 17px;\n  line-height: 1.7;\n  color: #4b5563;\n}\n\n\/* QUICK BENEFITS *\/\n\n.oso-pd-quick {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  margin: 10px 0 30px;\n  border-top: 1px solid #e5e7eb;\n  border-bottom: 1px solid #e5e7eb;\n  padding: 18px 0;\n}\n\n.oso-pd-quick-item {\n  text-align: center;\n  padding: 4px 12px;\n  border-right: 1px solid #e5e7eb;\n}\n\n.oso-pd-quick-item:last-child {\n  border-right: 0;\n}\n\n.oso-pd-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-pd-icon svg {\n  width: 26px;\n  height: 26px;\n  fill: none;\n  stroke: #f5a300;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.oso-pd-quick-item strong {\n  display: block;\n  font-size: 14px;\n  line-height: 1.3;\n  color: #111827;\n}\n\n\/* FEATURE CARDS *\/\n\n.oso-pd-features {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 12px;\n  margin-bottom: 30px;\n}\n\n.oso-pd-feature {\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.oso-pd-feature img {\n  width: 100%;\n  aspect-ratio: 1 \/ .83;\n  object-fit: cover;\n}\n\n.oso-pd-feature-copy {\n  padding: 16px 14px 18px;\n}\n\n.oso-pd-feature h3 {\n  margin: 0 0 7px;\n  font-size: 16px;\n  line-height: 1.35;\n  font-weight: 800;\n  color: #111827;\n}\n\n.oso-pd-feature p {\n  margin: 0;\n  font-size: 14px;\n  line-height: 1.55;\n  color: #667085;\n}\n\n\/* TWO COLUMN DETAILS *\/\n\n.oso-pd-two-col {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n  margin-bottom: 20px;\n}\n\n.oso-pd-card {\n  border: 1px solid #e5e7eb;\n  border-radius: 12px;\n  background: #fff;\n  padding: 27px;\n}\n\n.oso-pd-card h2,\n.oso-pd-section h2 {\n  margin: 0 0 17px;\n  font-size: 25px;\n  line-height: 1.25;\n  font-weight: 800;\n  color: #07182e;\n}\n\n.oso-pd-card h2:after,\n.oso-pd-section h2:after {\n  content: \"\";\n  display: block;\n  width: 42px;\n  height: 3px;\n  background: #f5a300;\n  margin-top: 9px;\n}\n\n.oso-pd-checklist {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.oso-pd-checklist li {\n  position: relative;\n  padding: 7px 0 7px 28px;\n  font-size: 15px;\n  line-height: 1.5;\n  color: #344054;\n}\n\n.oso-pd-checklist 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: 800;\n}\n\n\/* SPECS *\/\n\n.oso-pd-spec-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.oso-pd-spec-table tr {\n  border-bottom: 1px solid #eceff2;\n}\n\n.oso-pd-spec-table tr:last-child {\n  border-bottom: 0;\n}\n\n.oso-pd-spec-table th,\n.oso-pd-spec-table td {\n  text-align: left;\n  padding: 8px 5px;\n  font-size: 15px;\n  line-height: 1.4;\n  vertical-align: top;\n}\n\n.oso-pd-spec-table th {\n  width: 42%;\n  font-weight: 700;\n  color: #344054;\n}\n\n.oso-pd-spec-table td {\n  color: #475467;\n}\n\n\/* THREE COLUMN *\/\n\n.oso-pd-three-col {\n  display: grid;\n  grid-template-columns: 1fr 1fr 1fr;\n  gap: 18px;\n  margin-bottom: 22px;\n}\n\n.oso-pd-dark {\n  background: linear-gradient(135deg, #07182e, #102e50);\n  color: #fff;\n}\n\n.oso-pd-dark h2 {\n  color: #fff;\n}\n\n.oso-pd-dark p {\n  color: #d8e0ea;\n}\n\n.oso-pd-card p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.65;\n  color: #667085;\n}\n\n.oso-pd-dark p {\n  color: #d8e0ea;\n}\n\n.oso-pd-mini-image {\n  margin-top: 18px;\n  border-radius: 8px;\n  overflow: hidden;\n}\n\n.oso-pd-mini-image img {\n  width: 100%;\n  aspect-ratio: 16 \/ 8;\n  object-fit: cover;\n}\n\n\/* APPLICATION CHIPS *\/\n\n.oso-pd-apps {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n}\n\n.oso-pd-app {\n  padding: 9px 14px;\n  border-radius: 999px;\n  background: #f7f8fa;\n  border: 1px solid #e4e7ec;\n  font-size: 14px;\n  font-weight: 650;\n  color: #344054;\n}\n\n\/* INSTALLATION *\/\n\n.oso-pd-section {\n  border: 1px solid #e5e7eb;\n  border-radius: 12px;\n  background: #fff;\n  padding: 27px;\n  margin-bottom: 20px;\n}\n\n.oso-pd-steps {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n\n.oso-pd-step {\n  text-align: center;\n  padding: 8px 15px;\n}\n\n.oso-pd-step-num {\n  width: 37px;\n  height: 37px;\n  border-radius: 50%;\n  margin: 0 auto 11px;\n  background: #f5a300;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 17px;\n  font-weight: 800;\n}\n\n.oso-pd-step h3 {\n  margin: 0 0 6px;\n  font-size: 17px;\n  color: #111827;\n}\n\n.oso-pd-step p {\n  margin: 0;\n  font-size: 14px;\n  line-height: 1.55;\n  color: #667085;\n}\n\n\/* MANUAL CTA *\/\n\n.oso-pd-manual {\n  background: #f8f9fb;\n  border: 1px solid #e5e7eb;\n  border-radius: 12px;\n  padding: 22px 25px;\n  margin-bottom: 20px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 20px;\n}\n\n.oso-pd-manual h3 {\n  margin: 0 0 4px;\n  font-size: 19px;\n  color: #07182e;\n}\n\n.oso-pd-manual p {\n  margin: 0;\n  font-size: 14px;\n  color: #667085;\n}\n\n.oso-pd-manual a {\n  display: inline-block;\n  background: #07182e;\n  color: #fff !important;\n  text-decoration: none !important;\n  border-radius: 7px;\n  padding: 12px 18px;\n  font-size: 14px;\n  font-weight: 700;\n  white-space: nowrap;\n}\n\n\/* FAQ *\/\n\n.oso-pd-faq {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px 14px;\n}\n\n.oso-pd-faq details {\n  border: 1px solid #e5e7eb;\n  border-radius: 8px;\n  overflow: hidden;\n  background: #fff;\n}\n\n.oso-pd-faq summary {\n  list-style: none;\n  position: relative;\n  padding: 16px 46px 16px 17px;\n  cursor: pointer;\n  font-size: 15px;\n  font-weight: 700;\n  color: #1f2937;\n}\n\n.oso-pd-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.oso-pd-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  font-weight: 500;\n}\n\n.oso-pd-faq details[open] summary:after {\n  content: \"−\";\n}\n\n.oso-pd-faq-answer {\n  padding: 0 17px 17px;\n  font-size: 14px;\n  line-height: 1.65;\n  color: #667085;\n}\n\n\/* TRUST BAR *\/\n\n.oso-pd-trust {\n  margin-top: 25px;\n  background: #07182e;\n  border-radius: 12px;\n  padding: 18px;\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n}\n\n.oso-pd-trust-item {\n  text-align: center;\n  color: #fff;\n  font-size: 14px;\n  line-height: 1.4;\n}\n\n.oso-pd-trust-item strong {\n  display: block;\n  color: #f5a300;\n  font-size: 15px;\n  margin-bottom: 2px;\n}\n\n\n\/* REPLACEMENT PARTS *\/\n\n.oso-pd-parts {\n  margin-bottom: 22px;\n}\n\n.oso-pd-parts-intro {\n  margin: -5px 0 18px;\n  font-size: 15px;\n  line-height: 1.65;\n  color: #667085;\n  max-width: 900px;\n}\n\n.oso-pd-parts-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 14px;\n}\n\n.oso-pd-part-card {\n  display: flex;\n  flex-direction: column;\n  min-height: 100%;\n  padding: 22px;\n  border-radius: 13px;\n  background: linear-gradient(135deg, #07182e, #102e50);\n  border: 1px solid #173a62;\n}\n\n.oso-pd-part-label {\n  display: inline-block;\n  align-self: flex-start;\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: 800;\n  letter-spacing: .2px;\n}\n\n.oso-pd-part-card h3 {\n  margin: 0 0 8px;\n  color: #fff;\n  font-size: 19px;\n  line-height: 1.3;\n  font-weight: 800;\n}\n\n.oso-pd-part-card p {\n  margin: 0 0 16px;\n  color: #d8e0ea;\n  font-size: 13.5px;\n  line-height: 1.6;\n}\n\n.oso-pd-part-btn {\n  display: inline-block;\n  align-self: flex-start;\n  margin-top: auto;\n  padding: 11px 14px;\n  border-radius: 7px;\n  background: #f5a300;\n  color: #111827 !important;\n  text-decoration: none !important;\n  font-size: 13px;\n  font-weight: 800;\n}\n\n.oso-pd-part-btn:hover {\n  background: #ffb321;\n}\n\n.oso-pd-faq-answer a {\n  color: #0b5dbb;\n  text-decoration: underline;\n  font-weight: 700;\n}\n\n\/* TABLET *\/\n\n@media (max-width: 900px) {\n  .oso-pd-hero {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-features {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .oso-pd-quick {\n    grid-template-columns: repeat(3, 1fr);\n    row-gap: 20px;\n  }\n\n  .oso-pd-quick-item {\n    border-right: 0;\n  }\n\n  .oso-pd-three-col {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso-pd-parts-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 650px) {\n\n  .oso-product-desc {\n    padding: 15px 10px 30px;\n  }\n\n  .oso-pd-hero {\n    gap: 20px;\n  }\n\n  .oso-pd-title {\n    font-size: 30px;\n  }\n\n  .oso-pd-subtitle {\n    font-size: 19px;\n  }\n\n  .oso-pd-intro {\n    font-size: 16px;\n  }\n\n  .oso-pd-quick {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px 8px;\n  }\n\n  .oso-pd-features {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso-pd-feature h3 {\n    font-size: 15px;\n  }\n\n  .oso-pd-feature p {\n    font-size: 13px;\n  }\n\n  .oso-pd-two-col,\n  .oso-pd-three-col {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-card,\n  .oso-pd-section {\n    padding: 21px 17px;\n  }\n\n  .oso-pd-card h2,\n  .oso-pd-section h2 {\n    font-size: 22px;\n  }\n\n  .oso-pd-steps {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-manual {\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .oso-pd-manual a {\n    width: 100%;\n    text-align: center;\n  }\n\n  .oso-pd-faq {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-parts-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-trust {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"oso-product-desc\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"oso-pd-hero\"\u003e\n\n    \u003cdiv class=\"oso-pd-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/dc333945-7f2e-47d8-9c58-3fdedb7fae7f.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"Energizer 8 Pack Solar Pathway Lights for garden and walkway\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cspan class=\"oso-pd-brand\"\u003eENERGIZER®\u003c\/span\u003e\n\n      \u003ch2 class=\"oso-pd-title\"\u003e\n        Solar Pathway Lights\n      \u003c\/h2\u003e\n\n      \u003ch3 class=\"oso-pd-subtitle\"\u003e\n        Reliable Solar Lighting for Pathways, Gardens \u0026amp; Yards\n      \u003c\/h3\u003e\n\n      \u003cp class=\"oso-pd-intro\"\u003e\n        Illuminate your outdoor space with this \u003cstrong\u003e8-pack of Energizer Solar Pathway Lights\u003c\/strong\u003e.\n        Designed with stainless steel construction, a glass lens, 15-lumen LED output,\n        and automatic solar operation, these lights provide an attractive glow for\n        pathways, gardens, patios, driveways, and other landscape areas without\n        electrical wiring.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUICK BENEFITS --\u003e\n  \u003cdiv class=\"oso-pd-quick\"\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-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\u003eSolar Powered\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-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\u003eAutomatic On \/ Off\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-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\u003eIP65 Waterproof\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e8–12 Hour Runtime\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\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      \u003cstrong\u003eStainless Steel + Glass\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURE CARDS --\u003e\n  \u003csection class=\"oso-pd-features\"\u003e\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ada5389d-7296-46c0-91d8-995cf32f424d.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"15 lumen Energizer solar pathway light\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003e15-Lumen Brightness\u003c\/h3\u003e\n        \u003cp\u003e\n          Provides a balanced level of decorative and functional illumination\n          for pathways, gardens, and landscape areas.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/262c2ea0-b66d-4ba7-a927-66884938be7b.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"Solar charging pathway lights\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003eEfficient Solar Charging\u003c\/h3\u003e\n        \u003cp\u003e\n          The solar panel captures sunlight during the day to recharge the\n          pre-installed battery for nighttime operation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d90fc667-2efa-49c7-9857-a5528daa864d.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"IP65 waterproof outdoor solar pathway lights\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003eIP65 Waterproof\u003c\/h3\u003e\n        \u003cp\u003e\n          Built for outdoor use with an IP65 rating designed to help protect\n          the light from rain and changing outdoor conditions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d1e3f1d1-8bec-4ce5-b894-8addb8269b34.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"Solar pathway lights for garden walkway and patio\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003e8–12 Hours of Light\u003c\/h3\u003e\n        \u003cp\u003e\n          A full charge can provide approximately 8–12 hours of nighttime\n          illumination depending on charging conditions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/18ea2704-5308-4783-b733-424497c1b774.__CR0,0,660,660_PT0_SX220_V1___.png\" alt=\"Energizer stainless steel and glass solar pathway light\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003eBuilt for Outdoor Use\u003c\/h3\u003e\n        \u003cp\u003e\n          Stainless steel construction and a durable glass lens provide\n          an attractive, long-lasting outdoor design.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DETAILS + SPECS --\u003e\n  \u003csection class=\"oso-pd-two-col\"\u003e\n\n    \u003cdiv class=\"oso-pd-card\"\u003e\n\n      \u003ch2\u003eBuilt for Everyday Outdoor Use\u003c\/h2\u003e\n\n      \u003cul class=\"oso-pd-checklist\"\u003e\n        \u003cli\u003e15-lumen LED light output\u003c\/li\u003e\n        \u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n        \u003cli\u003e100% solar powered — no electrical wiring required\u003c\/li\u003e\n        \u003cli\u003eStainless steel construction\u003c\/li\u003e\n        \u003cli\u003eDurable glass lens\u003c\/li\u003e\n        \u003cli\u003eCrystalline solar charging panel\u003c\/li\u003e\n        \u003cli\u003ePre-installed rechargeable Energizer battery\u003c\/li\u003e\n        \u003cli\u003eIP65 waterproof rating\u003c\/li\u003e\n        \u003cli\u003eSimple stake-in-ground installation\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-card\"\u003e\n\n      \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n      \u003ctable class=\"oso-pd-spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003ePack Size\u003c\/th\u003e\n            \u003ctd\u003e8 Lights\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBrightness\u003c\/th\u003e\n            \u003ctd\u003e15 Lumens Per Light\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eLight Color\u003c\/th\u003e\n            \u003ctd\u003eWhite\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eStainless Steel + Glass\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBattery\u003c\/th\u003e\n            \u003ctd\u003e1.2V Ni-MH Rechargeable Energizer Battery\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWaterproof Rating\u003c\/th\u003e\n            \u003ctd\u003eIP65\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eRuntime\u003c\/th\u003e\n            \u003ctd\u003eApprox. 8–12 Hours on a Full Charge\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eOperation\u003c\/th\u003e\n            \u003ctd\u003eAutomatic Dusk-to-Dawn\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eLight Dimensions\u003c\/th\u003e\n            \u003ctd\u003eApprox. 15.5\" H × 6.25\" Diameter\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eStake Length\u003c\/th\u003e\n            \u003ctd\u003eApprox. 5\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWarranty\u003c\/th\u003e\n            \u003ctd\u003e1-Year Manufacturer Warranty\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eModel Numbers\u003c\/th\u003e\n            \u003ctd\u003e10244 \/ 10343 \/ 10616-14\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INCLUDED \/ PARTS \/ APPLICATIONS --\u003e\n  \u003csection class=\"oso-pd-three-col\"\u003e\n\n    \u003cdiv class=\"oso-pd-card\"\u003e\n\n      \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\n      \u003cul class=\"oso-pd-checklist\"\u003e\n        \u003cli\u003e8 Solar Pathway Lights\u003c\/li\u003e\n        \u003cli\u003e8 Ground Stakes\u003c\/li\u003e\n        \u003cli\u003e8 Pre-Installed Rechargeable Batteries\u003c\/li\u003e\n        \u003cli\u003eInstruction Manual\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-card oso-pd-dark\"\u003e\n\n      \u003ch2\u003eRepair Instead of Replace\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacement parts are available for select compatible Energizer\n        solar pathway lights. Depending on the model, you can replace worn or damaged\n        ground stakes, solar tops, glass components, and rechargeable batteries\n        instead of replacing the complete light set.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-card\"\u003e\n\n      \u003ch2\u003ePerfect For\u003c\/h2\u003e\n\n      \u003cdiv class=\"oso-pd-apps\"\u003e\n        \u003cspan class=\"oso-pd-app\"\u003ePathways\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eWalkways\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eGardens\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eFlower Beds\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003ePatios\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eDriveways\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003ePool Areas\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eLandscape Borders\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eFront Yards\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- REPLACEMENT PARTS --\u003e\n  \u003csection class=\"oso-pd-section oso-pd-parts\"\u003e\n\n    \u003ch2\u003eKeep Your Energizer Pathway Lights Working Longer\u003c\/h2\u003e\n\n    \u003cp class=\"oso-pd-parts-intro\"\u003e\n      Instead of replacing the entire light set when one component wears out or gets damaged,\n      shop our available replacement parts for compatible Energizer solar pathway lights.\n      Choose from replacement ground stakes, solar tops, glass parts, and rechargeable AA batteries.\n      Always confirm fit and battery specifications for your exact light model before ordering.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso-pd-parts-grid\"\u003e\n\n      \u003cdiv class=\"oso-pd-part-card\"\u003e\n        \u003cspan class=\"oso-pd-part-label\"\u003eREPLACEMENT PART\u003c\/span\u003e\n        \u003ch3\u003e10-Pack Ground Stakes\u003c\/h3\u003e\n        \u003cp\u003e\n          Replace broken, cracked, or missing ground spikes without replacing the complete pathway light.\n          A practical option for restoring compatible garden and pathway lights.\n        \u003c\/p\u003e\n        \u003ca class=\"oso-pd-part-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003e\n          View Ground Stakes\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pd-part-card\"\u003e\n        \u003cspan class=\"oso-pd-part-label\"\u003eREPLACEMENT PART\u003c\/span\u003e\n        \u003ch3\u003eEnergizer Solar Top\u003c\/h3\u003e\n        \u003cp\u003e\n          Replace a compatible solar-light top when the upper solar assembly needs replacement,\n          helping extend the useful life of your existing Energizer pathway light.\n        \u003c\/p\u003e\n        \u003ca class=\"oso-pd-part-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-solar-top\"\u003e\n          View Energizer Solar Top\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pd-part-card\"\u003e\n        \u003cspan class=\"oso-pd-part-label\"\u003eREPLACEMENT PART\u003c\/span\u003e\n        \u003ch3\u003eEnergizer Glass Part\u003c\/h3\u003e\n        \u003cp\u003e\n          Replace a damaged or missing compatible glass lens section while keeping the rest of your\n          pathway light in service.\n        \u003c\/p\u003e\n        \u003ca class=\"oso-pd-part-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-glass-part-only\"\u003e\n          View Replacement Glass\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pd-part-card\"\u003e\n        \u003cspan class=\"oso-pd-part-label\"\u003eREPLACEMENT PART\u003c\/span\u003e\n        \u003ch3\u003eEnergizer Rechargeable AA Batteries – 8 Pack\u003c\/h3\u003e\n        \u003cp\u003e\n          Refresh compatible solar pathway lights with rechargeable AA batteries.\n          Verify that the battery type, voltage, chemistry, and size match your light before installation.\n        \u003c\/p\u003e\n        \u003ca class=\"oso-pd-part-btn\" href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003e\n          View Rechargeable Batteries\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"oso-pd-section\"\u003e\n\n    \u003ch2\u003eEasy 3-Step Installation\u003c\/h2\u003e\n\n    \u003cdiv class=\"oso-pd-steps\"\u003e\n\n      \u003cdiv class=\"oso-pd-step\"\u003e\n        \u003cdiv class=\"oso-pd-step-num\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003eAssemble\u003c\/h3\u003e\n        \u003cp\u003e\n          Connect the light, pole, and included ground stake according\n          to the product instructions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pd-step\"\u003e\n        \u003cdiv class=\"oso-pd-step-num\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eStake Into the Ground\u003c\/h3\u003e\n        \u003cp\u003e\n          Place each light in your desired pathway, garden, or landscape location.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pd-step\"\u003e\n        \u003cdiv class=\"oso-pd-step-num\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eCharge in Direct Sunlight\u003c\/h3\u003e\n        \u003cp\u003e\n          Position the solar panel where it can receive adequate sunlight\n          during the day for the best nighttime performance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MANUAL --\u003e\n  \u003csection class=\"oso-pd-manual\"\u003e\n\n    \u003cdiv\u003e\n      \u003ch3\u003eProduct Instruction Manual\u003c\/h3\u003e\n      \u003cp\u003e\n        View the Energizer Solar Pathway Light installation 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\/M55355_InstructionManual.pdf?v=1712952649\" 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=\"oso-pd-section\"\u003e\n\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdiv class=\"oso-pd-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow long do the lights stay on?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          On a full charge, the lights can provide approximately 8–12 hours\n          of nighttime illumination. Actual runtime varies based on sunlight,\n          weather, battery condition, and charging conditions.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre these solar pathway lights waterproof?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          Yes. The lights have an IP65 waterproof rating and are designed\n          for regular outdoor use.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo they require electrical wiring?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          No. These lights are solar powered and do not require traditional\n          electrical wiring or an outdoor power outlet.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo the lights turn on automatically?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          Yes. A built-in sensor allows the lights to charge during the day\n          and automatically illuminate after dark.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the rechargeable batteries be replaced?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          These lights use rechargeable 1.2V Ni-MH batteries. When replacing\n          a battery, make sure the replacement matches the required battery\n          specifications for the specific light.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere should I install the lights?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          Install them along pathways, walkways, gardens, patios, driveways,\n          flower beds, pool areas, or landscape borders. For reliable charging,\n          choose a location where the solar panel receives adequate sunlight.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo you sell replacement ground stakes?\u003c\/summary\u003e\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          Yes. We offer a\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003e\n            10-pack of replacement ground stakes\n          \u003c\/a\u003e\n          for compatible pathway and garden lights. Confirm the fit with your specific light before ordering.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I replace the solar top?\u003c\/summary\u003e\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          A compatible\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-solar-top\"\u003e\n            Energizer replacement solar top\n          \u003c\/a\u003e\n          is available for select models. Check the replacement product details to confirm compatibility.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I replace the glass part?\u003c\/summary\u003e\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          Yes. We offer a\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-glass-part-only\"\u003e\n            replacement Energizer glass part\n          \u003c\/a\u003e\n          for compatible lights, allowing you to replace the damaged component instead of the entire fixture.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo you sell replacement rechargeable batteries?\u003c\/summary\u003e\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          Yes. We offer\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003e\n            Energizer rechargeable AA batteries in an 8-pack\n          \u003c\/a\u003e.\n          Before replacing the battery, confirm the required voltage, chemistry, and size for your exact pathway-light model.\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=\"oso-pd-trust\"\u003e\n\n    \u003cdiv class=\"oso-pd-trust-item\"\u003e\n      \u003cstrong\u003eSolar Powered\u003c\/strong\u003e\n      No Wiring Required\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-trust-item\"\u003e\n      \u003cstrong\u003eIP65 Rated\u003c\/strong\u003e\n      Outdoor Ready\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-trust-item\"\u003e\n      \u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e\n      Manufacturer Warranty\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-trust-item\"\u003e\n      \u003cstrong\u003eReplacement Parts\u003c\/strong\u003e\n      Stakes • Tops • Glass • Batteries\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Energizer","offers":[{"title":"Black","offer_id":46558194532584,"sku":"10616-BK","price":96.95,"currency_code":"USD","in_stock":true},{"title":"Bronze","offer_id":46558194565352,"sku":"10616-BRZ","price":96.95,"currency_code":"USD","in_stock":true},{"title":"Gunmetal","offer_id":46558194630888,"sku":"10616-14-GM","price":96.95,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":46558194467048,"sku":"10616-SS","price":96.95,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":46558194499816,"sku":"10616-WT","price":96.95,"currency_code":"USD","in_stock":true},{"title":"Copper","offer_id":46558194598120,"sku":"10616-CP","price":96.95,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":43474767315176,"sku":"10616-RD","price":96.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":46558194434280,"sku":"10616-BLUE","price":96.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/energizer-8-pack-solar-pathway-led-lights-outdoor-stainless-steel-15-lumen-1068387.jpg?v=1786734979"},{"product_id":"new-led-energizer-8pack-color-demand-solar-pathway-lights-outdoor-copper","title":"Energizer 10 Pack Solar Pathway LED Lights Outdoor ( Copper )","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LIGHTING_PERFORMANCE.zip_-_2.jpg?v=1719005066\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/8hgGHbhvxI8\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cdiv data-cel-widget=\"aplus-3p-module-b\" data-csa-c-id=\"vyl884-v3mgg6-8hhfi3-5mt1x8\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\"\u003e\n\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/70dd9697-e4fd-4ef1-9f3a-90f56f4482c0.__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\/70dd9697-e4fd-4ef1-9f3a-90f56f4482c0.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"solar lights outdoor waterproof\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eComplete Your Driveway Transformation with Our Solar Lights!\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eSecure your entryways with our\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003e10 pack\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eof\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003esolar driveway lights\u003c\/span\u003e. This comprehensive set is designed to provide a continuous line of light, guiding you safely to your door. Our\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003eyard solar lights for outside\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eoffer a professional look, making them a must-have for any homeowner looking for\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003eoutdoor lighting\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003esolutions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-3p-module-b\" data-csa-c-id=\"dhhsn1-hl82vb-dqolmk-8ymwdb\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\"\u003e\n\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c5c59839-a860-4006-89a7-a09b1e1a4ca5.__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\/c5c59839-a860-4006-89a7-a09b1e1a4ca5.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"solar pathway lights outdoor\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eBalanced 10-Lumen Output for Clear Path Marking\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eThese\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003esolar pathway lights\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eprovide a steady\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003e10 lumen\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eglow, specifically calibrated for driveway and\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003ewalkway\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003euse. The light is bright enough to mark edges clearly without being distracting to drivers. By using these\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003esolar path lights\u003c\/span\u003e, you create a safe, well-lit perimeter for your vehicles and pedestrians, ensuring your\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003esidewalk lights\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eare both functional and attractive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-3p-module-b\" data-csa-c-id=\"8avin8-l2tjec-91goz7-p8wgrw\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\"\u003e\n\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2d2f32e3-a6df-48c7-ba31-87fa4591f971.__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\/2d2f32e3-a6df-48c7-ba31-87fa4591f971.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"solar walkway lights outdoor\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eWaterproof Housing for Driveway Durability\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eLocated near the ground,\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003edriveway solar lights\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003emust withstand heavy splashing and environmental debris. Our\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003esolar driveway lights\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003eare built with reinforced seals to prevent moisture ingress.These\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003eoutdoor yard lights\u003c\/span\u003eare designed to be low-profile and rugged, ensuring they stay functional even when exposed to heavy rain, lawn sprinklers, or winter snow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-3p-module-b\" data-csa-c-id=\"xqkxvh-ma0dcx-6v5h8b-loz9jn\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\"\u003e\n\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2546946a-d91c-4c46-a48d-b849f63c3ff7.__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\/2546946a-d91c-4c46-a48d-b849f63c3ff7.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"outdoor lights solar\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eHigh-Efficiency Solar Absorption and Auto-Illumination\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eEach light in this\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003e10 pack\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003efeatures a dedicated\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003esolar powered\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003esensor. They sit low to the ground to capture sunlight during the day and automatically trigger at dusk. These\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003eoutdoor solar pathway lights\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003erequire absolutely no maintenance or wiring, providing a way to keep your\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003edriveway\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eand\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003efront yard\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eilluminated every single night of the year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-3p-module-b\" data-csa-c-id=\"fa873c-ciabtv-xvvd5d-z6uveo\" class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\"\u003e\n\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/734859d4-e4be-4176-958d-f2b39d60f4d2.__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\/734859d4-e4be-4176-958d-f2b39d60f4d2.__CR0,0,970,600_PT0_SX970_V1___.png\" alt=\"solar path lights outdoor\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eVersatile Placement for Sidewalks, Lawns, and Edges\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eWhile perfect for the\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003edriveway\u003c\/span\u003e, these lights are designed to fit seamlessly along any\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003ewalkway\u003c\/span\u003e,\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003elawn\u003c\/span\u003e, or garden border. Their slim, modern profile makes them the ideal\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003esolar lawn lights\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003efor any landscape. Whether you are lining a long path or highlighting a small\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003epatio\u003c\/span\u003e, these\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003e10 pack\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003elights provide the flexibility needed to cover large areas with ease and style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003ci\u003eBrighten your landscape with this\u003cspan\u003e \u003c\/span\u003e\u003c\/i\u003e\u003ci\u003e\u003cb\u003eH\u003c\/b\u003e\u003c\/i\u003e\u003ci\u003e\u003cb\u003eigh Quality\u003cspan\u003e \u003c\/span\u003e\u003c\/b\u003e\u003c\/i\u003e\u003ci\u003eEnergizer 10-piece solar light set--no wires required!Easy to assemble and set up, stake them wherever you see fit to give your gardens and walkways a warm, inviting look. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eEnergizer has taken their well known quality from batteries to this 10 Pack of Stainless Steel LED Solar Lights. The durable stainless steel construction and glass lens are designed to handle the outdoors with ease. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eA crystalline solar panel absorbs the sun's natural rays throughout the day to recharge the batteries for use at night. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eThe built in, on\/off sensor automatically detects the onset of nightfall or inclement weather to turn your lights off and on automatically-eliminating the daily maintenance required with traditional lights. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eLight up your yard while resting easy knowing you have lights that are built to last. \u003cbr\u003e\u003cbr\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eModel # 10343\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e•10 pack includes: 10 stake lights, batteries, and ground stake, each with a pre-installed rechargeable Energizer AA NiMH battery•Glass lens with crystal panel•No wiring or electricity required•Stainless steel construction•Some SIMPLE assembly required•For outdoor use only•Waterproof•Measurements: Light 15-1\/2\"H x 6-1\/4\"Diam; Stake 5\"•Imported\u003c\/i\u003e\u003c\/p\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\"\u003eUltra Bright Lights - Our 15 Lumen walkway solar lights for outside create a radius of 34' to illuminate your outdoor space in a secure glow. These outdoor solar lights for garden help to create a welcoming environment.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSolar Powered - Our bright solar walkway lights absorb direct sunlight through the solar panel to recharge. These waterproof solar lawn lights automatically turn on\u0026amp; off \u0026amp; last for 8-12 hours at night on a full charge.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eWaterproof \u0026amp; Easy Maintenance - The IP65 waterproof rating allows these outside lights for yard to withstand heavy rain, snow, \u0026amp; heat. The auto on\/off sensors of our outside light provide a set-and-forget experience.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEasy Setup - Our pack of solar lights for outside includes all the parts needed. The included ground stakes and 1.2V mah Ni-MH battery eliminate the need for you to make a last-minute trip to the local hardware store.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eBuilt to Last - The stainless steel construction \u0026amp; durable glass lens of our outdoor path lights handle the outdoor elements for years to come. Enjoy beautiful lighting \u0026amp; visibility with our landscape path lights!\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ci\u003e\u003cspan face=\"Arial\"\u003eFrom Energizer!\u003c\/span\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e\u003cspan style=\"font-family: Arial;\" face=\"Arial\"\u003ePreview Instruction Manual: \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/M50773_10lum.pdf?v=1712953189\" title=\"energizer solar pathway lights 10 pack 10 lumen\" rel=\"noopener\" target=\"_blank\"\u003eDownload\u003c\/a\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e\u003cspan face=\"Arial\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/IMG_8387_480x480.gif?v=1600646745\"\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/p\u003e","brand":"Energizer","offers":[{"title":"Default Title","offer_id":33689154748460,"sku":"10244-CO","price":114.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/energizer-10-pack-solar-pathway-led-lights-outdoor-copper-4033900.jpg?v=1786734978"},{"product_id":"new-led-energizer-8pack-solar-pathoway-lights-outdoor-stainless-steelbluewaterproof","title":"Energizer 8 Pack Solar Pathway Lights Outdoor-Stainless Steel(Blue)","description":"\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/BwzE7T7vkEw\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n\n\u003cp\u003eBrighten your landscape with this High Quality Energizer 8-piece solar light set--no wires required!Easy to assemble and set up, stake them wherever you see fit to give your gardens and walkways a warm, inviting look.\u003c\/p\u003e\n\u003cp\u003eEnergizer has taken their well known quality from batteries to this 8 Pack of Stainless Steel LED Solar Lights. The durable stainless steel construction and glass lens are designed to handle the outdoors with ease.\u003c\/p\u003e\n\u003cp\u003eA crystalline solar panel absorbs the sun's natural rays throughout the day to recharge the batteries for use at night.\u003c\/p\u003e\n\u003cp\u003eThe built in, on\/off sensor automatically detects the onset of nightfall or inclement weather to turn your lights off and on automatically-eliminating the daily maintenance required with traditional lights.\u003c\/p\u003e\n\u003cp\u003eLight up your yard while resting easy knowing you have lights that are built to last.\u003c\/p\u003e\n\u003cp\u003e•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••\u003c\/p\u003e\n\u003cp\u003e•8 pack includes: 8 stake lights, batteries, and ground stake, each with a pre-installed rechargeable Energizer AA NiMH battery•Glass lens with crystal panel•No wiring or electricity required•Stainless steel construction•Some SIMPLE assembly required•For outdoor use only•Waterproof•Measurements: Light 15-1\/2\"H x 6-1\/4\"Diam; Stake 5\"•Imported\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eFrom Energizer!\u003c\/p\u003e","brand":"Energizer","offers":[{"title":"Default Title","offer_id":33906215780396,"sku":"10343-BL","price":99.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/energizer-8-pack-solar-pathway-lights-outdoor-stainless-steelblue-9026750.jpg?v=1786734976"},{"product_id":"living-accents-black-solar-powered-led-utility-light-1-pk","title":"Living Accents  Black  Deck Solar Lights Powered  LED  Utility Light 4 Pack","description":"\u003cp\u003eLiving Accents Black Solar Powered LED Utility Light - Case Pack 4\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eProduct Description\u003c\/p\u003e\n\u003cp\u003eIlluminate your outdoor areas with this utility light. Powered by the Sun, will automatically turn on at night. No wiring required.\u003cbr\u003eUp to 8 hours of nightly runtime on a full charge\u003cbr\u003eSolar panel attached\u003cbr\u003ePlastic Construction\u003cbr\u003eSpecifications\u003c\/p\u003e\n\u003cp\u003eSOLAR UTILITY LIGHT BLK\u003cbr\u003eBrand Name: Living Accents\u003cbr\u003eColor: Black\u003cbr\u003ePower Source: Solar Powered\u003cbr\u003eLight Source: LED\u003cbr\u003eProduct Type: Utility Light\u003cbr\u003eNumber in Package: 4 pk\u003cbr\u003ePackaging Type: Carded\u003cbr\u003eLight Output: 2 lumens\u003cbr\u003eHeight: 1.77 in.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eUPC: 843518083895\u003c\/p\u003e\n\u003cp\u003eModel Number: 80385\u003c\/p\u003e","brand":"Living Accents","offers":[{"title":"Default Title","offer_id":33923336437804,"sku":"ladeckl","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/living-accents-black-deck-solar-lights-powered-led-utility-light-4-pack-6134839.webp?v=1786734978"},{"product_id":"new-led-energizer-color-on-demand-solar-spot-flood-light-with-pole-1-piece","title":"Energizer 100 Lumen Solar LED Spot\/Flood Light with Pole (2 Piece)","description":"\u003cp\u003e\u003cstrong\u003eDescription\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eIntroducing the Energizer Solar Light, a versatile and eco-friendly solution for illuminating your outdoor spaces. This wireless solar-powered light enhances your home's exterior without the need for cumbersome wiring, highlighting ornamental areas with its adjustable spot-to-flood-light beam.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eKey Features:\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003e- High-efficiency crystalline solar panel for optimal energy harvesting\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003e- Detachable solar panel and adjustable pole base for flexible installation\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003e- Convertible to spotlight or floodlight with a warm white LED glow\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003e- Automatic dusk-to-dawn operation with lithium battery storage\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003e- Durable die-cast aluminum and glass construction for long-lasting performance\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003e- Approximate measurements: Spotlight with post (12\"H x 5\"L x 2\"W), Solar panel with post (10-1\/2\"H x 6-1\/2\"W x 4-1\/2\"L)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003e- Backed by a 1-year Limited Manufacturer's Warranty\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p2\"\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cspan class=\"s1\"\u003eUpgrade your outdoor landscaping with the Energizer Solar Light, a reliable and sustainable choice for highlighting your home's best features.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Energizer","offers":[{"title":"Default Title","offer_id":33925007376428,"sku":"ENXP-01","price":56.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/energizer-100-lumen-solar-led-spotflood-light-with-pole-2-piece-9777689.jpg?v=1786734977"},{"product_id":"feimefeiyou-lampada-solar-waterproof-newest-hot-sale-outdoor-solar-powered-led-garden-yard-bollard-pillar-light-post-lamp","title":"SmartYard Solar Post Cap Lights Outdoor for Wood Fence Posts Pathway, Deck, Pack of 2","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"hjbmyr-i1kz94-wf2pc-1ofz7o\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module basic-module-13-text aplus-standard\" data-csa-c-id=\"f0unl6-pa21ss-2xot3x-wauejf\" data-cel-widget=\"aplus-m-basic-module-13-text\" cel_widget_id=\"aplus-m-basic-module-13-text\"\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-module aplus-module-13\"\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-13-heading\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-text-section\"\u003e\n\u003cp class=\"description\"\u003eSmartYard is a self-develop brand that specializes in developing all kinds of solar lights. We have our design, development team and factory. Our mission is to offer quality products and a good shopping experience for clients.\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=\"si7az0-fl0z71-e2vsd3-cgc5v9\" 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=\"Post lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/0074cfd3-2487-4817-81b8-6baabc734a0c.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/0074cfd3-2487-4817-81b8-6baabc734a0c.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-8 aplus-standard\" data-csa-c-id=\"bxn55g-bmfl4y-bryxve-dyw7as\" data-cel-widget=\"aplus-m-module-8\" 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 alt=\"Solar post lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/9432c704-16a6-42a6-9a5a-17c6b7dedf34.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/9432c704-16a6-42a6-9a5a-17c6b7dedf34.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003ePRODUCT INFORMATIONS\u003c\/h3\u003e\n\u003ch5 class=\"a-spacing-mini a-color-secondary\"\u003eSpecifications\u003c\/h5\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\"\u003eLumen: 15 lumens \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLight Power: 0.39 w \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSolar panel : 3.2v 600mah \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eMaterial: \u003cspan class=\"a-text-bold\"\u003ePlasitc,\u003c\/span\u003e 1 LED light \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLight Source: 1 Pcs LED Luminotron \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSwitch Type: Switch by hand ( The switch at the solar panel bottom ) \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eBattery: Rechargeable 3.2v 600mah AA Lithium Battery\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\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4\u003eFEARURES\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\"\u003eSolar Powered\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eClassical Design\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eMore Widely Used\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eEnvironment Care\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003ePerfect for Outdoor Use\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 module-9 aplus-standard\" data-csa-c-id=\"ls4pvo-lr1fls-fedajk-dkipb0\" 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 cap lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/3e41dd12-e0ae-456e-ab91-8c6b5be2e5cb.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/3e41dd12-e0ae-456e-ab91-8c6b5be2e5cb.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eGood for the Garden\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eThese solar post cap lights are great solar garden lights, Embellishing your garden to make it more charming with warm white light\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"Solar lamp post\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/23b95f6b-251f-4130-8f35-67a7e5547d17.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/23b95f6b-251f-4130-8f35-67a7e5547d17.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eSuitable for the Path\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eThe solar lamp post light is very suitable for the decoration of the path, and the sofe white light adds a warm atmosphere to the path\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"Post lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/ec3ef661-7880-46d0-b2c5-6016aa0aab90.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/ec3ef661-7880-46d0-b2c5-6016aa0aab90.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eFit for the Front Door\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eThis solar light post caps are perfect for your front door decoration and makes your door look more cozy\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-6 aplus-standard\" data-csa-c-id=\"80axpv-qf3khi-blaoi3-dzc815\" data-cel-widget=\"aplus-m-module-6\" cel_widget_id=\"aplus-m-module-6\"\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=\"Lights Lamps\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/847113d6-5fed-41b3-81de-2ce4294e77e9.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/847113d6-5fed-41b3-81de-2ce4294e77e9.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eIn the fully sunlight to charged\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eInstalled in an unobstructed position, the solar post cap lights are fully charged in direct sunlight\u003c\/p\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"Solar lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/c70436f7-4c30-4ed4-96f1-7ae85442ae37.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/c70436f7-4c30-4ed4-96f1-7ae85442ae37.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eThe Update Solar Panels\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eThe solar post lights outdoor with the new version solar panels charged more efficiently and the lighting market is longer\u003c\/p\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"Solar lantern\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/1f169575-edee-4405-92f6-eb084335a25a.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/1f169575-edee-4405-92f6-eb084335a25a.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSimulation of Water Droplets\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eThe simulated water droplets designed on the solar lamp laterns are realistic and charming\u003c\/p\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"Lantern lamp\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/657fe319-7267-4113-b5cb-383b14be7ba5.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/657fe319-7267-4113-b5cb-383b14be7ba5.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\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":"Warm White","offer_id":33953565474860,"sku":"24865371-warm-white","price":59.95,"currency_code":"USD","in_stock":true},{"title":"Flame","offer_id":45377838907624,"sku":"","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/smartyard-solar-post-cap-lights-outdoor-for-wood-fence-posts-pathway-deck-pack-of-2-9721264.jpg?v=1786734976"},{"product_id":"berkley-jensen-5-lumen-flickering-path-lights-4-pk-bronze","title":"Berkley Jensen 5-Lumen Flickering Path Lights, 2 pk. - Bronze","description":"\u003cp\u003eDescription\u003cbr\u003eFill your pathway or garden with an alluring ambience with these Berkley Jensen 5-Lumen Flickering Path Lights. The intriguing honeycomb glass design and flickering LED lights provide both illumination and style. Plus, the convenient solar-powered operation charges during the day and automatically turns on at dusk to provide up to 8 hours of light each night.\u003c\/p\u003e\n\u003cp\u003eProduct Features:\u003c\/p\u003e\n\u003cp\u003eMade from durable stainless steel\u003cbr\u003eBronze brass finish\u003cbr\u003e5-lumen, highly efficient solar lights with flickering amber LED bulbs\u003cbr\u003eCrystalline solar panel captures optimal energy during the day to provide up to 8 hours of nightly run time\u003cbr\u003eHoneycomb glass lens\u003cbr\u003eUses rechargeable AA NiMH batteries\u003cbr\u003eIncludes 2 solar top housings, 2 glass lenses, 2 posts, 2 ground stakes and 2 batteries\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e(Model 10301)\u003c\/p\u003e","brand":"Berkley Jensen","offers":[{"title":"Default Title","offer_id":34419196297365,"sku":"bjfliker-1","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/berkley-jensen-5-lumen-flickering-path-lights-2-pk-bronze-7283025.jpg?v=1786734971"},{"product_id":"led-energizer-8-pack-solar-pathway-lights-outdoor-stainless-steel-silver","title":"Member's Mark 8 Piece LED Solar Path Lights 14 Lumen - Stainless Steel ( Silver )","description":"\u003cp\u003e\u003ci\u003eBrighten your landscape with this High Quality Members Mark 8-piece solar light set--no wires required!Easy to assemble and set up, stake them wherever you see fit to give your gardens and walkways a warm, inviting look. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eMembers Mark has taken their well known quality from batteries to this 5 Pack of Stainless Steel LED Solar Lights. The durable stainless steel construction and glass lens are designed to handle the outdoors with ease. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eA crystalline solar panel absorbs the sun's natural rays throughout the day to recharge the batteries for use at night. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eThe built in, on\/off sensor automatically detects the onset of nightfall or inclement weather to turn your lights off and on automatically-eliminating the daily maintenance required with traditional lights. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eLight up your yard while resting easy knowing you have lights that are built to last. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e•8 pack includes: 8 stake lights, batteries, and ground stake, each with a pre-installed rechargeable AA NiMH battery•Glass lens with crystal panel•No wiring or electricity required•Stainless steel construction•Some SIMPLE assembly required•For outdoor use only•Waterproof•Measurements: Light 15-1\/2\"H x 6-1\/4\"Diam; Stake 5\"•Imported\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003e Model Number :10244-SS\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eFrom OutdoorSolarOutlet!\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Energizer","offers":[{"title":"Default Title","offer_id":34524675571861,"sku":"10244-SS","price":99.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/members-mark-8-piece-led-solar-path-lights-14-lumen-stainless-steel-silver-3984787.jpg?v=1786734975"},{"product_id":"new-berkley-jensen-1-500-lumen-security-light","title":"Berkley Jensen 800-Lumen Solar Security Light","description":"\u003cp\u003eDescription\u003cbr\u003eThe Berkley Jensen 800 - Lumen Security Light is ideal for illuminating the outside of your home or office property. With bright, motion-activated, 800-lumen power, this light helps you feel safe and secure.\u003c\/p\u003e\n\u003cp\u003eProduct Features:\u003c\/p\u003e\n\u003cp\u003eConstructed from high-impact-resistant plastic for long-lasting use\u003cbr\u003eWhite finish\u003cbr\u003e800-lumen solar light utilizes a 10-watt white LED light per head for high efficiency\u003cbr\u003eAuto on\/off switch\u003cbr\u003eMotion-controlled light turns on for 20 to 30 seconds\u003cbr\u003eMotion sensor detection zone reaches up to 30'\u003cbr\u003eRechargeable NiMH battery\u003cbr\u003eIncludes 1 LED light, main housing, motion sensor, 1 solar panel with 18' wire connected, 1 bracket panel, 1 clip, 4 screws, 4 dry wall anchors and rechargeable NiMH battery\u003cbr\u003eWarranty: 1 year limited\u003c\/p\u003e\n\u003cp\u003e(Model 10311)\u003c\/p\u003e","brand":"Berkeley jenson","offers":[{"title":"Bronze","offer_id":34700199133333,"sku":"bjmoti-7","price":29.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/berkley-jensen-800-lumen-solar-security-light-2257072.jpg?v=1786734972"},{"product_id":"members-mark-solar-led-pathway-lights-oil-rubbed-bronze-12-lumens-5-pack","title":"Member's Mark Solar LED Pathway Lights, Oil-Rubbed Glass And Metal(8 Pack)","description":"\u003ch2\u003eMember’s Mark Solar Pathway Lights – 12 Lumens, Oil-Rubbed Bronze, 8-Pack\u003c\/h2\u003e\n\u003cp\u003eIlluminate walkways, gardens, driveways, patios, and outdoor living areas with the Member’s Mark LED Solar Pathway Lights. This convenient set includes eight solar-powered landscape lights designed to provide dependable illumination while enhancing your property with an elegant oil-rubbed bronze finish.\u003c\/p\u003e\n\u003cp\u003eEach pathway light features durable stainless steel construction and a genuine glass lens. When illuminated, the textured glass creates an attractive light pattern on the surrounding ground, adding both visibility and decorative appeal to your landscape.\u003c\/p\u003e\n\u003ch3\u003eSolar-Powered Outdoor Lighting\u003c\/h3\u003e\n\u003cp\u003eThe built-in solar panel absorbs sunlight during the day and uses the stored energy to power the LED automatically at night. No electrical wiring, extension cords, or additional electricity are required.\u003c\/p\u003e\n\u003cp\u003eFor the best charging performance, install the lights in an outdoor location that receives direct sunlight during the day. When fully charged, they can provide up to eight hours of nightly illumination. Actual operating time may vary depending on sunlight exposure, season, weather conditions, and battery charge level.\u003c\/p\u003e\n\u003ch3\u003eAutomatic Dusk-to-Dawn Operation\u003c\/h3\u003e\n\u003cp\u003eThese solar walkway lights are designed for simple, hands-free operation. They charge during daylight hours and automatically turn on when it gets dark. At sunrise, the lights turn off and begin charging again.\u003c\/p\u003e\n\u003cp\u003eThe permanent energy-efficient white LED produces 12 lumens of light and does not require bulb replacement, making these fixtures a practical, low-maintenance choice for everyday outdoor lighting.\u003c\/p\u003e\n\u003ch3\u003eDurable Stainless Steel and Glass Construction\u003c\/h3\u003e\n\u003cp\u003eEach light is crafted with a stainless steel body, an attractive oil-rubbed bronze finish, and a glass lens. The timeless design complements modern, traditional, and transitional outdoor spaces while providing gentle lighting for pathways and landscaped areas.\u003c\/p\u003e\n\u003ch3\u003eQuick and Easy Installation\u003c\/h3\u003e\n\u003cp\u003eNo wiring or professional installation is necessary. Simply assemble each light, attach the included ground stake, and place it into soft soil where the solar panel can receive direct sunlight.\u003c\/p\u003e\n\u003cp\u003eThese solar landscape lights are ideal for:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eWalkways and sidewalks\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eGarden paths and flower beds\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eDriveways and entryways\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePatios and outdoor living areas\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eFront yards and backyards\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eLandscape borders\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eResidential outdoor spaces\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eComplete set of eight LED solar pathway lights\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eBrightness of 12 lumens per light\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eDurable stainless steel construction\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eElegant oil-rubbed bronze finish\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eGenuine glass lens creates an attractive ground pattern\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eCharges automatically using sunlight\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eAutomatically turns on at night\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eProvides up to eight hours of light when fully charged\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eEnergy-efficient permanent white LED\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eNo electrical wiring or electricity required\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eRechargeable NiMH batteries included\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eGround stakes included for easy installation\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eSuitable for pathways, gardens, patios, driveways, and landscaping\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e8 solar pathway lights\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e8 rechargeable nickel-metal hydride (NiMH) batteries\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e8 ground stakes\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eBrand:\u003c\/strong\u003e Member’s Mark\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eModel Number:\u003c\/strong\u003e 10489\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003ePack Size:\u003c\/strong\u003e 8 lights\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eLight Output:\u003c\/strong\u003e 12 lumens per light\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eLight Color:\u003c\/strong\u003e White\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003ePower Source:\u003c\/strong\u003e Solar\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eOperation:\u003c\/strong\u003e Automatic dusk-to-dawn\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eMaximum Run Time:\u003c\/strong\u003e Up to 8 hours when fully charged\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eBody Material:\u003c\/strong\u003e Stainless steel\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eLens Material:\u003c\/strong\u003e Glass\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Oil-rubbed bronze\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eBulb Type:\u003c\/strong\u003e Integrated LED\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eBattery Type:\u003c\/strong\u003e Rechargeable nickel-metal hydride batteries\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eGround Stakes:\u003c\/strong\u003e Included\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eAssembly Required:\u003c\/strong\u003e Minimal\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eAssembled Dimensions\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eLength:\u003c\/strong\u003e 5.9 inches\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eWidth:\u003c\/strong\u003e 5.9 inches\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eHeight:\u003c\/strong\u003e 20.43 inches\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eCare and Performance Tips\u003c\/h2\u003e\n\u003cp\u003eFor maximum charging and nightly run time, position each solar light in an area that receives direct sunlight. Keep the solar panel clean and free from leaves, dirt, snow, and other debris. During the first use, allow the batteries to charge in direct sunlight before nighttime operation.\u003c\/p\u003e\n\u003ch2\u003eCountry of Origin\u003c\/h2\u003e\n\u003cp\u003eImported\u003c\/p\u003e\n\u003ch2\u003eShipping Information\u003c\/h2\u003e\n\u003cp\u003eStandard delivery typically arrives within 2–6 business days.\u003c\/p\u003e","brand":"Member’s Mark","offers":[{"title":"Silver","offer_id":47496652325096,"sku":null,"price":99.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/members-mark-solar-led-pathway-lights-oil-rubbed-glass-and-metal8-pack-8721639.png?v=1786734972"},{"product_id":"members-mark-solar-led-pathway-lights-stainless-steel-12-lumens-5-pack","title":"Member's Mark Solar LED Pathway Lights, Stainless Steel 12 Lumens (6 Pack)","description":"\u003ch3 class=\"sc-full-description-heading\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LIGHTING_PERFORMANCE.zip_-_2.jpg?v=1719005066\"\u003e\u003c\/h3\u003e\n\u003ch3 class=\"sc-full-description-heading\"\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch3 class=\"sc-full-description-heading\"\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch3 class=\"sc-full-description-heading\"\u003eDescription\u003c\/h3\u003e\n\u003cdiv class=\"sc-full-description-short\"\u003e\n\u003cul\u003e\n\u003cli\u003eSet of Six LED solar path lights\u003c\/li\u003e\n\u003cli\u003eStainless steel construction with glass lens\u003c\/li\u003e\n\u003cli\u003eProvides up to eight hours of nightly run time\u003c\/li\u003e\n\u003cli\u003eIncludes six rechargeable nickel metal hydrid batteries\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sc-full-description-long\"\u003e\n\u003cp\u003eEnjoy quality outdoor lighting powered by the sun while saving energy and money. Member's Mark Solar Lights feature a high-quality solar cell that delivers more energy to operate lights longer. These lights are crafted of durable stainless steel and finished in a beautiful oil-rubbed bronze. The glass lens refracts an attractive pattern on the ground and the permanent white LED bulb never needs replacing. They conveniently charge by day and automatically turn on at night.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specification\" class=\"sc-full-description-spec-specifications\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cdiv class=\"sc-full-description-blob\"\u003e\n\u003cul\u003e\n\u003cli\u003eEnergy efficient LED shines throughout the year; does not require replacement\u003c\/li\u003e\n\u003cli\u003eDurable stainless steel construction with oil-rubbed bronze finish\u003c\/li\u003e\n\u003cli\u003eMember's Mark brand\u003c\/li\u003e\n\u003cli\u003eEight hours of nightly run time when fully charged\u003c\/li\u003e\n\u003cli\u003eGlass lens\u003c\/li\u003e\n\u003cli\u003eGround Stakes included\u003c\/li\u003e\n\u003cli\u003eCharges by day, automatically turns on at night\u003c\/li\u003e\n\u003cli\u003eRechargeable batteries included\u003c\/li\u003e\n\u003cli\u003e12 Lumens\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv align=\"center\"\u003e\u003cspan size=\"5\" face=\"Times New Roman\" style=\"font-family: 'Times New Roman'; font-size: x-large;\"\u003eBY: MEMBERS MARK\u003cbr\u003e\u003cbr\u003eMODEL NUMBER: 10489-12-6BZ\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specification\" class=\"sc-full-description-spec-warranty\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"specification\" class=\"sc-full-description-spec-assembled sc-full-description-country\"\u003e\n\u003cdiv class=\"sc-full-description-blob\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specification\" class=\"sc-full-description-spec-assembled sc-full-description-size\"\u003e\n\u003ch4\u003eAssembled Size\u003c\/h4\u003e\n\u003cdiv class=\"sc-full-description-blob\"\u003e\n\u003cp\u003e5.9\"L x 5.9\"W x 20.43\"H\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"specification\" class=\"sc-full-description-spec-component sc-full-description-country\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"specification\" class=\"sc-full-description-spec-shipping sc-full-description-info\"\u003e\n\u003cdiv class=\"sc-full-description-blob\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Member’s Mark","offers":[{"title":"Bronze","offer_id":45153309032680,"sku":"Br-12","price":63.95,"currency_code":"USD","in_stock":false},{"title":"Silver","offer_id":45153309065448,"sku":"Soo-12","price":63.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/members-mark-solar-pathway-lights-12-pack-8013500.webp?v=1786734621"},{"product_id":"new-hampton-bay-spot-light-solar-45-lumen-bronze-metal-outdoor-integrated-led-landscape","title":"Energizer 2 Pack Spot Light Solar 45-Lumen Metal Outdoor Waterproof LED Landscape","description":"\u003cdiv class=\"col__12-12 content-card__overlay-title\"\u003e\n\u003cdiv class=\"row-header row-header--nomargin row-header--noborder\"\u003e\n\u003cdiv class=\"row-header__title\"\u003e\n\u003ch2 class=\"row-header__text row-header__text--plain\"\u003eProduct Overview\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-card__overlay-content\"\u003e\n\u003cdiv class=\"col__12-12\"\u003e\n\u003cdiv class=\"grid\"\u003e\n\u003cul class=\"product-description__bullet-list list list--type-square\"\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eWaterproof cast-aluminum housing with bronze finish\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eEnergy-efficient, solar-powered LED lighting\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eIdeal for illuminating and accenting gardens, trees and buildings\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003e2-Pack\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid card-mobile-row\"\u003e\n\u003cdiv class=\"col__12-12\"\u003e\n\u003cspan class=\"u__bold\"\u003eModel #:\u003c\/span\u003e 0045-0BZ-01FJ\u003c\/div\u003e\n\u003cdiv class=\"col__12-12\"\u003e\n\u003cspan class=\"u__bold\"\u003eSku #:\u003c\/span\u003e 1001486696\u003c\/div\u003e\n\u003cdiv class=\"col__12-12\"\u003e\n\u003cspan class=\"u__bold\"\u003eInternet #:\u003c\/span\u003e 304232853\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid main-description card-mobile-row\"\u003e\n\u003cp class=\"main-description--mobile\"\u003eThere is no shortage of style in this simple Hampton Bay solar spot light. Finished in a classic bronze that pairs well with any outdoor setting, this LED unit adds a dash of style to your landscape while providing energy-efficient lighting. With no wiring required, you can easily install this maintenance-free solar light to illuminate and accent gardens, trees or buildings. Equipped with a convenient rechargeable battery and a waterproof casting, this unit uses long-lasting LED technology and produces 45 Lumens of bright warm light.\u003c\/p\u003e\n\u003cul class=\"product-description__bullet-list product-description__bullet-list--margin list list--type-square\"\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eLight output of 45 Lumens\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eDurable die-cast aluminum with a glass lens\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eOil-rubbed bronze finish\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eIntegrated solar panel\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eAutomatically illuminates at dusk for up to 8 hours of nightly run time\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eBright cool white LED\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eIncludes rechargeable lithium-ion battery\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eUPC : 012109102318\u003c\/p\u003e\n\u003cdiv class=\"col__12-12 content-card__overlay-title\"\u003e\n\u003cdiv class=\"row-header row-header--nomargin row-header--noborder\"\u003e\n\u003cdiv class=\"row-header__title\"\u003e\n\u003ch2 class=\"row-header__text row-header__text--plain\"\u003eSpecifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-card__overlay-content\"\u003e\n\u003cdiv class=\"grid\"\u003e\n\u003cdiv class=\"kpf__container\"\u003e\n\u003cdiv class=\"kpf__specs\"\u003e\n\u003cdiv class=\"kpf__specblock col__6-12 col__4-12--xs col__3-12--sm col__3-12--md\"\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\"\u003e45 Lumen LED Output: The bright warm white LED provides a strong 45 lumen output, making these solar powered outdoor lights perfect for illuminating your outdoor space. The LED technology is energy efficient and long-lasting, ensuring your lights will perform for years to come.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eWaterproof Outdoor Solar Spotlights: These solar spotlights outdoor waterproof are built to withstand any weather conditions, with a durable IP65 design. This makes them perfect for use in any outdoor space, from your front yard to your backyard patio.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eDusk to Dawn Auto On\/Off: These solar garden lights automatically turn on at dusk and off at dawn, providing convenient and reliable lighting. The solar spotlight use the sun's energy during the day to power the automatic on\/off feature, ensuring they are always ready to go when you need them.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eRechargeable Energizer Lithium-Ion Battery: The included rechargeable lithium-ion battery ensures the lights have a long lifespan, providing reliable lighting for years to come. The battery is also environmentally friendly and energy efficient, reducing your impact on the environment.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eDurable Construction: These outdoor lights solar powered are made with die-cast aluminum and a glass lens, making them built to last. The black finish enhances the look of your property and complements any outdoor décor. The 2-pack of lights provides even more value and versatility for your outdoor lighting needs.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kpf__specblock col__6-12 col__4-12--xs col__3-12--sm col__3-12--md\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"kpf__specblock col__6-12 col__4-12--xs col__3-12--sm col__3-12--md\"\u003e\n\u003cdiv class=\"kpf__specblock--underline\"\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\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Energizer","offers":[{"title":"Bronze","offer_id":46558832558312,"sku":"HBSL-BRZ","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/energizer-2-pack-spot-light-solar-45-lumen-metal-outdoor-waterproof-led-landscape-1432990.jpg?v=1786734975"},{"product_id":"living-accents-silver-solar-powered-led-bollard-light-case-pack-of-15","title":"High End Modern Stainless Steel Solar Powered LED Bollard Pathway  Light -15 Pack","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003ca\u003eProduct Description\u003c\/a\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003ca\u003e\u003cspan\u003eEnhance your garden with this solar pathway light. No wiring required. Powered by the sun, this will automatically turn on at night.\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eUp to 8 hours of nighly run time when fully charge\u003c\/li\u003e\n\u003cli\u003e1 Lumens\u003c\/li\u003e\n\u003cli\u003eStainless Steel\u003c\/li\u003e\n\u003cli\u003eIlluminates walkways\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv\u003e\n\u003ch2\u003e\u003ca\u003eSpecifications\u003c\/a\u003e\u003c\/h2\u003e\n\u003ca\u003e\u003cspan\u003eSOLAR RND BOLLARD SS\u003c\/span\u003e\u003c\/a\u003e\n\u003cul\u003e\n\u003cli\u003eBrand Name: Living Accents\u003c\/li\u003e\n\u003cli\u003eColor: Black\u003c\/li\u003e\n\u003cli\u003ePower Source: Solar Powered\u003c\/li\u003e\n\u003cli\u003eLight Source: LED\u003c\/li\u003e\n\u003cli\u003eProduct Type: Bollard Light\u003c\/li\u003e\n\u003cli\u003eNumber in Package: 15 pk\u003c\/li\u003e\n\u003cli\u003ePackaging Type: Display\u003c\/li\u003e\n\u003cli\u003eHeight: 14.57 in.\u003c\/li\u003e\n\u003cli\u003eCasing Material: Stainless Steel\u003c\/li\u003e\n\u003cli\u003eLight Output: 1 lumens\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003eUPC-\u003ca href=\"tel:0084351808380\"\u003e0084351808380\u003c\/a\u003e. \/Black\u003c\/p\u003e\n\u003cp\u003e 843518083826 \/Silver\u003c\/p\u003e","brand":"Living acccents","offers":[{"title":"Silver","offer_id":46716585443560,"sku":"labull-02","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":34799184248981,"sku":"labull-01","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/high-end-modern-stainless-steel-solar-powered-led-bollard-pathway-light-15-pack-2584495.jpg?v=1786734972"},{"product_id":"living-accents-silver-solar-powered-led-pathway-light-1-pk-pack-of-15","title":"Living Accents Silver Solar Powered Led Pathway Light Stainless Steel-15 Pack","description":"\u003cdiv id=\"descriptioncontent\"\u003eLiving Accents Silver Solar Powered Led Pathway Light 1 Pk (Pack Of 15)\u003c\/div\u003e\n\u003cdiv id=\"descriptioncontent\"\u003e\n\u003cul\u003e\n\u003cli\u003eColor: Silver\u003c\/li\u003e\n\u003cli\u003eBrand Name: Living Accents\u003c\/li\u003e\n\u003cli\u003eLight Source: LED\u003c\/li\u003e\n\u003cli\u003ePower Source: Solar Powered\u003c\/li\u003e\n\u003cli\u003eNumber in Package: 15 pk\u003c\/li\u003e\n\u003cli\u003eCasing Material: Stainless Steel\u003c\/li\u003e\n\u003cli\u003eProduct Type: Pathway Light\u003c\/li\u003e\n\u003cli\u003ePackaging Type: Display\u003c\/li\u003e\n\u003cli\u003eLight Output: 3lumens\u003c\/li\u003e\n\u003cli\u003eHeight: 14.49 in.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Living acccents","offers":[{"title":"Black","offer_id":34799225733269,"sku":"La-15-1","price":38.95,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":36538171949205,"sku":"La-15","price":38.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/living-accents-silver-solar-powered-led-pathway-light-stainless-steel-15-pack-7564305.jpg?v=1786734969"},{"product_id":"berkley-jensen-15-lumen-solar-pathway-lights-6-pk-oil-rubbed-bronze","title":"SmartYard 15-Lumen Solar Pathway Lights, Aluminum And Glass 6 Pack","description":"\u003cdiv class=\"panel-heading\"\u003e\u003ca data-target=\"#mobileDescriptiontabcontent\" data-toggle=\"collapse\"\u003e\n\u003cp class=\"mobileAccordianHeading\"\u003e\u003cspan\u003eDescription \u003c\/span\u003e\u003cspan class=\"accordion-icon minus-icon bg1_5x active\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"panel-collapse collapse show\" id=\"mobileDescriptiontabcontent\"\u003e\n\u003cdiv class=\"panel-body showMore\"\u003e\n\u003cdiv class=\"spec-feature\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"desc-table\"\u003eThese smartYard up to 15 Lumen Solar Pathway Lights are an easy way of adding elegance to your outdoor area. They provide illumination in your walkways, yard or garden. Each solar light features automatic operation with no wiring required.\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eproduct features:\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cdiv\u003eUp to 15 lumen highly efficient solar lightsMade from durable die-cast aluminum and stainless steelTimeless oil-rubbed bronze finishClear glass lensWarm white ledEfficient crystalline solar panel captures maximum energyUses one rechargeable battery per light (included)Includes sic solar top hats, sic glass lenses, 6 posts, 6 ground stakes, 6 Ni-Mh rechargeable batteries, and instruction manual\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Berkeley jenson","offers":[{"title":"Default Title","offer_id":44119508156648,"sku":"red-6","price":74.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/smartyard-15-lumen-solar-pathway-lights-aluminum-and-glass-6-pack-3385863.jpg?v=1786734974"},{"product_id":"high-end-restoration-hardware-solar-lightsset-of-6-round","title":"High-End SmartYard Round Solar Lights 35 Lumen (Set of 6)","description":"\u003cp\u003e\u003cspan\u003eOur highly efficient solar lights use state-of-the-art technology to provide as much illumination as conventional low-voltage outdoor lighting, yet require no wiring. Simply stake them into the ground to illuminate walkways and gardens.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e UPC : 442900880007\u003c\/p\u003e\n\u003cp\u003eModel Number : 4290-0088\u003c\/p\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"MuiTypography-root MuiTypography-h4\"\u003eDETAILS\u003c\/h4\u003e\n\u003csvg class=\"MuiSvgIcon-root\" viewbox=\"0 0 15 1\" aria-hidden=\"true\" focusable=\"false\"\u003e\u003cg id=\"StyleGuide-+-Components\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"\u003e\u003cg id=\"STYLES\" transform=\"translate(-2302.000000, -529.000000)\" stroke=\"currentColor\"\u003e\u003cg id=\"Group\" transform=\"translate(2134.000000, 105.000000)\"\u003e\u003cg id=\"Grommet\/Collapse\" transform=\"translate(168.000000, 417.000000)\"\u003e\u003cline x1=\"0\" y1=\"7.5\" x2=\"15\" y2=\"7.5\" id=\"Path-9\"\u003e\u003c\/line\u003e\u003c\/g\u003e\u003c\/g\u003e\u003c\/g\u003e\u003c\/g\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"MuiCollapse-container MuiCollapse-entered\"\u003e\n\u003cdiv class=\"MuiCollapse-wrapper\"\u003e\n\u003cdiv class=\"MuiCollapse-wrapperInner\"\u003e\n\u003csection\u003e\n\u003cul class=\"jss10\"\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eCrafted from corrosion-free cast aluminum with glass cage\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eProvides up to 9 hours of light daily when fully charged\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003e2 bright-white LED bulbs shine throughout the year, even on cloudy days\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eLarge crystalline solar panels capture maximum energy\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eInnovative step-down technology adjusts the amount of light emitted during the night, conserving battery power\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eMicro controller with sunlight monitoring and battery overcharge protection\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eUses 1 state-of-the-art lithium phosphate batteries (included)\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eEnergy-efficient Nichia LEDs provide 35 lumens of warm illumination\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eLED lights never need to be replaced\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eBatteries are replaceable\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eAutomatic on\/off light sensor\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eManual on\/off internal switch\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eEasy to assemble, they require no tools or wiring and easily stake into the ground\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eWeathered zinc finish\u003c\/li\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003eSet of 6\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"MuiTypography-root MuiTypography-h4\"\u003eDIMENSIONS\u003c\/h4\u003e\n\u003csvg class=\"MuiSvgIcon-root\" viewbox=\"0 0 15 1\" aria-hidden=\"true\" focusable=\"false\"\u003e\u003cg id=\"StyleGuide-+-Components\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"\u003e\u003cg id=\"STYLES\" transform=\"translate(-2302.000000, -529.000000)\" stroke=\"currentColor\"\u003e\u003cg id=\"Group\" transform=\"translate(2134.000000, 105.000000)\"\u003e\u003cg id=\"Grommet\/Collapse\" transform=\"translate(168.000000, 417.000000)\"\u003e\u003cline x1=\"0\" y1=\"7.5\" x2=\"15\" y2=\"7.5\" id=\"Path-9\"\u003e\u003c\/line\u003e\u003c\/g\u003e\u003c\/g\u003e\u003c\/g\u003e\u003c\/g\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"MuiCollapse-container MuiCollapse-entered\"\u003e\n\u003cdiv class=\"MuiCollapse-wrapper\"\u003e\n\u003cdiv class=\"MuiCollapse-wrapperInner\"\u003e\n\u003csection\u003e\n\u003cul class=\"jss10\"\u003e\n\u003cli class=\"MuiTypography-root MuiTypography-body1\"\u003e6¾\" diam., 15\"H\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/p\u003e","brand":"Restoration hardware","offers":[{"title":"Gunmetal","offer_id":35897218039957,"sku":"442900880007","price":89.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/high-end-smartyard-round-solar-lights-35-lumen-set-of-6-6862632.jpg?v=1786734969"},{"product_id":"new-patriot-oswego-solar-lights-8-pack","title":"Patriot Oswego Solar Pathway Lights 6 Lumen  8-Pack","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003ePatriot Lighting\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eWith a larger solar panel for better cloudy day and winter performance, our Pro Series VI Solar Pathlights provide up to 8 hours of illumination per night. No wiring or electricity is needed—just place the pathlights in a sunny spot. Two high-efficiency up to 6 lumen LEDs keep walkways clearly lit.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCorrosion-resistant, cast plastic housing\u003c\/li\u003e\n\u003cli\u003eCrystalline solar panel\u003c\/li\u003e\n\u003cli\u003eAdvanced lithium-phosphate battery allows for peak performance night after night\u003c\/li\u003e\n\u003cli\u003ePatented high-efficiency up to 6 lumen LED lights are brighter than standard solar lights\u003c\/li\u003e\n\u003cli\u003eWeatherproof cast-plast ic housing\u003c\/li\u003e\n\u003cli\u003ePlastic stakes\u003c\/li\u003e\n\u003cli\u003eAutomatic on\/off\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eNote: Performs best with 8 hours of direct sunlight.\u003c\/p\u003e","brand":"Patriot Lighting","offers":[{"title":"Default Title","offer_id":34954267361429,"sku":"PAT-8","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/patriot-oswego-solar-pathway-lights-6-lumen-8-pack-6650861.jpg?v=1786734917"},{"product_id":"new-led-energizer-6-pack-solar-pathway-lights-outdoor-25-lumen-copper","title":"Energizer 10 Pack Solar Pathway LED Lights Outdoor-15 Lumen","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LIGHTING_PERFORMANCE_jpg.jpg?v=1719004878\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-7-video-text aplus-premium\" data-csa-c-id=\"a7uyw6-jkh3ag-b27fjw-9kxsg8\" data-cel-widget=\"aplus-m-premium-module-7-video-text\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-7\"\u003e\n\u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-text-section aplus-container-2\"\u003e\n\u003ch1 class=\"aplus-h1 aplus-video-heading a-text-bold\"\u003e\u003cbr\u003e\u003c\/h1\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eBrighten your landscape with this \u003c\/i\u003e\u003ci\u003e\u003cb\u003eH\u003c\/b\u003e\u003c\/i\u003e\u003ci\u003e\u003cb\u003eigh Quality \u003c\/b\u003e\u003c\/i\u003e\u003ci\u003eEnergizer 10-piece solar light set--no wires required!Easy to assemble and set up, stake them wherever you see fit to give your gardens and walkways a warm, inviting look. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eEnergizer has taken their well known quality from batteries to this 10 Pack of Stainless Steel LED Solar Lights. The durable stainless steel construction and glass lens are designed to handle the outdoors with ease. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eA crystalline solar panel absorbs the sun's natural rays throughout the day to recharge the batteries for use at night. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eThe built in, on\/off sensor automatically detects the onset of nightfall or inclement weather to turn your lights off and on automatically-eliminating the daily maintenance required with traditional lights. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eLight up your yard while resting easy knowing you have lights that are built to last. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e•10 pack includes: 10 stake lights, batteries, and ground stake, each with a pre-installed rechargeable Energizer AA NiMH battery•Glass lens with crystal panel•No wiring or electricity required•Stainless steel construction•Some SIMPLE assembly required•For outdoor use only•Waterproof•Measurements: Light 15-1\/2\"H x 6-1\/4\"Diam; Stake 5\"•Imported\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003emodel 10616-14\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e\u003cspan face=\"Arial\"\u003eFrom Energizer!\u003c\/span\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e\u003cspan face=\"Arial\"\u003ePreview Instruction Manual: \u003ca title=\"energizer solar pathway lights 10 pack\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/M51493-Manual-1.pdf?v=1712952651\"\u003eDownload\u003c\/a\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e\u003cspan face=\"Arial\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/IMG_8387_480x480.gif?v=1600646745\"\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/p\u003e","brand":"Energizer","offers":[{"title":"Black","offer_id":46698691690728,"sku":"enerBK-10","price":119.95,"currency_code":"USD","in_stock":true},{"title":"Bronze","offer_id":46698691723496,"sku":"enerBR-10","price":119.95,"currency_code":"USD","in_stock":true},{"title":"Copper","offer_id":46698691756264,"sku":"enercopper-10","price":119.95,"currency_code":"USD","in_stock":true},{"title":"Gunmetal","offer_id":46698691789032,"sku":"enerGUn-10","price":119.95,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":46698691821800,"sku":"enerSS-10","price":119.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/energizer-10-pack-solar-pathway-led-lights-outdoor-15-lumen-7537925.jpg?v=1786734919"},{"product_id":"new-smartyard-24-ft-12-light-led-string-light","title":"SmartYard 24 Ft. Waterproof LED String Light, 12 bulbs Plug-In","description":"\u003cdiv class=\"col__12-12 content-card__overlay-title\"\u003e\n\u003cdiv class=\"row-header row-header--nomargin row-header--noborder\"\u003e\n\u003cdiv class=\"row-header__title\"\u003e\n\u003ch2 class=\"row-header__text row-header__text--plain\"\u003e\u003c\/h2\u003e\n\u003cdiv class=\"grid\" name=\"key-features\" id=\"key-features\" data-lg-name=\"key-features\"\u003e\n\u003cdiv class=\"zone-card\"\u003e\n\u003cdiv class=\"content-card__wrapper content-card__wrapper--responsive\"\u003e\n\u003cdiv class=\"content-card content-card--responsive\"\u003e\n\u003cdiv role=\"presentation\" class=\"content-card__body key-features-content content-card__body--clickable\"\u003e\n\u003cdiv class=\"content-card__summary\"\u003e\n\u003cdiv class=\"etch-widgets\"\u003e\n\u003cdiv class=\"grid isBound transparentBorder\" id=\"sectionV1_6eca\"\u003e\n\u003cdiv class=\"grid-column  col-12-12 recursive-content\" id=\"sectionColumn1_28e0\"\u003e\n\u003cdiv class=\"content_image\"\u003e\u003cimg src=\"https:\/\/contentgrid.homedepot-static.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/102019-Hampton-Bay-banner-desktop.png\" alt=\"Hampton Bay\" class=\"stretchy stretchy\" title=\"Hampton Bay\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid isBound transparentBorder\" id=\"sectionV1_a257\"\u003e\n\u003cdiv class=\"grid-column  col-12-12 spad recursive-content\" id=\"sectionColumn3_a485\"\u003e\n\u003cdiv class=\"content_image\"\u003e\u003cimg src=\"https:\/\/contentgrid.homedepot-static.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775243-10366-12light-indooroutdoor-24-ft-string-light-with-s14-single-filament-led-bulb-location-2-2020.jpg\" alt=\"This is an Indoor\/Outdoor light.\" class=\"stretchy stretchy\" title=\"This is an Indoor\/Outdoor light.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-column  col-12-12 spad recursive-content\" id=\"sectionColumn3_3bcf\"\u003e\n\u003cdiv class=\"content_image\"\u003e\u003cimg src=\"https:\/\/contentgrid.homedepot-static.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775243-10366-12light-indooroutdoor-24-ft-string-light-with-s14-single-filam-compatible-bulb-type-2-2020.jpg\" alt=\"This light uses Integrated LED bulbs.\" class=\"stretchy stretchy\" title=\"This light uses Integrated LED bulbs.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-column  col-12-12 spad recursive-content\" id=\"sectionColumn3_7a35\"\u003e\n\u003cdiv class=\"content_image\"\u003e\u003cimg src=\"https:\/\/contentgrid.homedepot-static.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775243-10366-12light-indooroutdoor-24-ft-string-light-with-s14-single-filament-led-bu-bulb-shape-2-2020.jpg\" alt=\"This string light has Edison-shaped lights.\" class=\"stretchy stretchy\" title=\"This string light has Edison-shaped lights.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid isBound transparentBorder\" id=\"sectionV1_a875\"\u003e\n\u003cdiv class=\"grid-column  col-12-12 spad recursive-content\" id=\"sectionColumn4_78d1\"\u003e\n\u003cdiv class=\"content_image\"\u003e\u003cimg src=\"https:\/\/contentgrid.homedepot-static.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775243-10366-12light-indooroutdoor-24-ft-string-light-with-s14-single-filament-led-bulbs-lumens-2-2020.jpg\" alt=\"This light has a brightness of 40 lumens.\" class=\"stretchy stretchy\" title=\"This light has a brightness of 40 lumens.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-column  col-12-12 spad recursive-content\" id=\"sectionColumn4_3e26\"\u003e\n\u003cdiv class=\"content_image\"\u003e\u003cimg src=\"https:\/\/contentgrid.homedepot-static.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775243-10366-12light-indooroutdoor-24-ft-string-light-with-s14-single-filament-led-bu-power-type-2-2020.jpg\" alt=\"This is a Plug In-powered light.\" class=\"stretchy stretchy\" title=\"This is a Plug In-powered light.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-column  col-12-12 spad recursive-content\" id=\"sectionColumn4_3991\"\u003e\n\u003cdiv class=\"content_image\"\u003e\u003cimg src=\"https:\/\/contentgrid.homedepot-static.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775243-10366-12light-indooroutdoor-24-ft-string-light-with-s14-single-outdoor-lighting-features-2-2020.jpg\" alt=\"This is a Weather Resistant light.\" class=\"stretchy stretchy\" title=\"This is a Weather Resistant light.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-column  col-12-12 spad recursive-content\" id=\"sectionColumn4_7367\"\u003e\n\u003cdiv class=\"content_image\"\u003e\u003cimg src=\"https:\/\/contentgrid.homedepot-static.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775243-10366-12light-indooroutdoor-24-ft-string-light-with-s14-single-filament-l-number-of-bulbs-2-2020.jpg\" alt=\"This light has 12 bulbs.\" class=\"stretchy stretchy\" title=\"This light has 12 bulbs.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid isBound transparentBorder\" id=\"sectionV1_59d9\"\u003e\n\u003cdiv class=\"grid-column  col-6-12 recursive-content\" id=\"sectionColumn8_a028\"\u003e\n\u003cdiv class=\"content_image\"\u003e\u003cimg src=\"https:\/\/contentgrid.homedepot-static.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775243-10366-12light-indooroutdoor-24-ft-string-light-with-s14-single-filament-led-b-wire-length-2-2020.jpg\" alt=\"This string light is 24 feet long.\" class=\"stretchy stretchy\" title=\"This string light is 24 feet long.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-column  col-6-12 recursive-content\" id=\"sectionColumn8_c907\"\u003e\n\u003cdiv class=\"content_image\"\u003e\u003cimg src=\"https:\/\/contentgrid.homedepot-static.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775243-10366-12light-indooroutdoor-24-ft-string-light-with-s14-single-filament-led-bulb-material-2-2020.jpg\" alt=\"This light is made out of Plastic.\" class=\"stretchy stretchy\" title=\"This light is made out of Plastic.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-column  col-6-12 recursive-content\" id=\"sectionColumn8_8bbe\"\u003e\n\u003cdiv class=\"content_image\"\u003e\u003cimg src=\"https:\/\/contentgrid.homedepot-static.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775243-10366-12light-indooroutdoor-24-ft-string-light-with-s14-single-filament-led-bu-light-type-2-2020.jpg\" alt=\"This light is Clear.\" class=\"stretchy stretchy\" title=\"This light is Clear.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-column  col-6-12 recursive-content\" id=\"sectionColumn8_8179\"\u003e\n\u003cdiv class=\"content_image\"\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"row-header__text row-header__text--plain\"\u003e\n\u003cbr\u003eProduct Overview\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-card__overlay-content\"\u003e\n\u003cdiv class=\"col__12-12\"\u003e\n\u003cdiv class=\"grid\"\u003e\n\u003cul class=\"product-description__bullet-list list list--type-square\"\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eEdison-style design offers a vintage, elegant look in your space\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eEnergy-efficient LEDs save more money than incandescent\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eIncludes 12 lights on a 24 in. weatherproof string\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid card-mobile-row\"\u003e\n\u003cdiv class=\"col__12-12\"\u003e\n\u003cspan class=\"u__bold\"\u003eModel #:\u003c\/span\u003e 10366\u003c\/div\u003e\n\u003cdiv class=\"col__12-12\"\u003e\n\u003cspan class=\"u__bold\"\u003eUPC #:\u003c\/span\u003e 012109103667\u003c\/div\u003e\n\u003cdiv class=\"col__12-12\"\u003e\n\u003cspan class=\"u__bold\"\u003eInternet #:\u003c\/span\u003e 300869697\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid main-description card-mobile-row\"\u003e\n\u003cp class=\"main-description--mobile\"\u003eThe SmartYard LED String Lights combine the beauty of vintage, Edison-style bulbs with the latest in cutting-edge LED technology to bring you beautiful lighting where you want it. State-of-the-art LEDs save up to $99 per year on your electric bill, versus using traditional incandescent bulbs. The soft, warm light will add a welcoming glow to any location. This light set includes 12 LED lights on a 24 ft. string, and its energy-efficient design means you can link up to 600 ft. for a total of 25 strings using one electrical outlet. These commercial-grade lights are equipped with impact- and weather-resistant bulbs and have been designed for outdoor use, but will also add a festive atmosphere to your indoor locations. No need to worry about the hazard of broken glass with these lights as they won't break if dropped. These string lights have been tested to ensure your safety and are backed by a limited lifetime LED warranty.\u003c\/p\u003e\n\u003cul class=\"product-description__bullet-list product-description__bullet-list--margin list list--type-square\"\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003e12-bulbs on a 24 ft. string\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eState-of-the-art LEDs never need replacing and provide a lifetime of light\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eWarm white light - 2700K\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eImpact-resistant bulbs won't break when dropped, making them safe around children and pets\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eWeatherproof design for long-lasting use\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eBulbs are spaced 2 ft. apart\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eFlexible mounting options (mounting hardware not included)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eTested and approved for your safety\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eLinkable: energy-efficient product allows for up to 600 ft. of connected lights\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eSave $99 on yearly electricity cost vs. incandescent bulbs with the same brightness\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eClick here for a link to information on electronic recycling programs\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"hampton bay","offers":[{"title":"Default Title","offer_id":35318993485973,"sku":"stringhb-24","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/smartyard-24-ft-waterproof-led-string-light-12-bulbs-plug-in-2411640.jpg?v=1786734919"},{"product_id":"energizer-smartyard-led-solar-pathway-lights-8-pack-powered-by-energizer","title":"Energizer LED Solar Pathway Lights New Model , 8-pack Powered By Energizer","description":"\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/nfclxIDZGNU\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003csection id=\"summary\" data-bn=\"a0\/12109102752\"\u003e\n\u003cp\u003e\u003cb\u003eDescription excerpt\u003c\/b\u003e LED Solar Pathway Lights., Nickel Metal Hydride (Ni-MH) rechargeable Energizer Batteries provide up to 8 hours of nightly run time on a full charge.\u003c\/p\u003e\n\u003cdl class=\"dl-inline\"\u003e\n\u003cdt\u003easin\u003c\/dt\u003e\n\u003cdd\u003eB06X6FNSKJ\u003c\/dd\u003e\n\u003cdt\u003ebrand\u003c\/dt\u003e\n\u003cdd\u003eSmartYard\u003c\/dd\u003e\n\u003cdt\u003emodel\u003c\/dt\u003e\n\u003cdd\u003e10232-FJ\u003c\/dd\u003e\n\u003cdt\u003e\u003c\/dt\u003e\n\u003c\/dl\u003e\n\u003c\/section\u003e","brand":"Energizer","offers":[{"title":"Default Title","offer_id":43971399090408,"sku":"","price":99.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/energizer-led-solar-pathway-lights-new-model-8-pack-powered-by-energizer-1256636.jpg?v=1786734919"},{"product_id":"new-led-energizer-8pack-solar-pathoway-lights-outdoor-stainless-steelblackwaterproof","title":"Energizer (SmartYard) 10 Pack Solar Pathway LED Lights Outdoor 15 Lumen-Stainless Steel","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LIGHTING_PERFORMANCE_jpg.jpg?v=1719004878\"\u003e\u003c\/p\u003e\n\u003cp\u003eBrighten your landscape with this High Quality 10-piece solar light waterproof set--no wires required!Easy to assemble and set up, stake them wherever you see fit to give your gardens and walkways a warm, inviting look.\u003c\/p\u003e\n\u003cp\u003eEnergizer has taken their well known quality from batteries to this 10 Pack of Stainless Steel LED Solar Lights. The durable stainless steel construction and glass lens are designed to handle the outdoors with ease.\u003c\/p\u003e\n\u003cp\u003eA crystalline solar panel absorbs the sun's natural rays throughout the day to recharge the batteries for use at night.\u003c\/p\u003e\n\u003cp\u003eThe built in, on\/off sensor automatically detects the onset of nightfall or inclement weather to turn your lights off and on automatically-eliminating the daily maintenance required with traditional lights.\u003c\/p\u003e\n\u003cp\u003eLight up your yard while resting easy knowing you have lights that are built to last.\u003c\/p\u003e\n\u003cp\u003e•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••\u003c\/p\u003e\n\u003ch2\u003e\u003ca class=\"accordionTitle singleAccordion\" role=\"button\" aria-expanded=\"true\" tabindex=\"0\"\u003eDescription\u003c\/a\u003e\u003c\/h2\u003e\n\u003cdiv class=\"accordionBox\" aria-hidden=\"false\"\u003e\n\u003cdiv class=\"accordionContent\"\u003e\n\u003cdiv class=\"accordionFiles\"\u003e\n\u003cdiv class=\"accordionTextbox\"\u003e\n\u003cdiv class=\"accordionText\"\u003eIt's easy to follow the right path when it's clearly illuminated for you. So brighten your nights with this set of solar landscape lights.\n\u003cdiv\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eIncludes ten pathway lights and 10 AA NiMH rechargeable batteries\u003c\/li\u003e\n\u003cli\u003eCrystalline solar panel\u003c\/li\u003e\n\u003cli\u003e LED lights\u003c\/li\u003e\n\u003cli\u003e15 Lumen\u003c\/li\u003e\n\u003cli\u003eOne filament bulb\u003c\/li\u003e\n\u003cli\u003eStainless steel body with glass lens\u003c\/li\u003e\n\u003cli\u003ePlastic ground stakes\u003c\/li\u003e\n\u003cli\u003eOutdoor use only\u003c\/li\u003e\n\u003cli\u003eMeasures 18.61\"H x 5.9\"Diam\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003ePreview Instruction Manual: \u003ca title=\"energizer solar pathway lights 10 pack\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/M51493-Manual-1.pdf?v=1712952651\"\u003eDownload\u003c\/a\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","brand":"Outdoor Solar Outlet","offers":[{"title":"Bronze","offer_id":46529098842344,"sku":"10343-BRonze-1","price":114.95,"currency_code":"USD","in_stock":true},{"title":"Silver","offer_id":46529098875112,"sku":"10343-BRonze-2","price":114.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/energizer-smartyard-10-pack-solar-pathway-led-lights-outdoor-15-lumen-stainless-steel-3130560.webp?v=1786734915"},{"product_id":"new-led-energizer-8-pack-solar-pathway-lights-outdoor-stainless-steel-bronze","title":"8 Pack Solar Pathway LED Lights Outdoor Color Changing -Stainless Steel","description":"\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/kRkNSacote4\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e \u003ci\u003eBrighten your landscape with this \u003cstrong\u003eHigh Quality\u003c\/strong\u003e Energizer 8-piece solar light set--no wires required!Easy to assemble and set up, stake them wherever you see fit to give your gardens and walkways a warm, inviting look. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e has taken their well known quality from batteries to this 8 Pack of Stainless Steel LED Solar Lights. The durable stainless steel construction and glass lens are designed to handle the outdoors with ease. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eA crystalline solar panel absorbs the sun's natural rays throughout the day to recharge the batteries for use at night. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e10 lumen\u003cbr\u003eThe built in, on\/off sensor automatically detects the onset of nightfall or inclement weather to turn your lights off and on automatically-eliminating the daily maintenance required with traditional lights. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003eLight up your yard while resting easy knowing you have lights that are built to last. \u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e•8 pack includes: 8 stake lights, batteries, and ground stake, each with a pre-installed rechargeable Energizer AA NiMH battery•Glass lens with crystal panel•No wiring or electricity required•Stainless steel construction•Some SIMPLE assembly required•For outdoor use only•Waterproof•Measurements: Light 15-1\/2\"H x 6-1\/4\"Diam; Stake 5\"•Imported\u003c\/i\u003e\u003c\/p\u003e\n\u003cp\u003e Model Number :10244-SS CP RD GM\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Energizer","offers":[{"title":"Gunmetal","offer_id":43658151264488,"sku":"","price":79.95,"currency_code":"USD","in_stock":false},{"title":"Bronze","offer_id":46560970834152,"sku":"","price":79.95,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":46560970866920,"sku":"","price":79.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/8-pack-solar-pathway-led-lights-outdoor-color-changing-stainless-steel-5981430.webp?v=1786734917"},{"product_id":"new-smartyard-solar-led-large-pathway-lights-10-lumen-8-pack","title":"Smartyard Solar LED Large Pathway Lights 10 Lumen  - 6 Pack","description":"\u003cp\u003e\u003cb\u003e\u003ci\u003e\u003cu\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/image_1024x1024_2x_c8446c03-6d9f-4e70-89d0-b9778d97045d.webp?v=1718999696\"\u003e\u003c\/u\u003e\u003c\/i\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e\u003ci\u003e\u003cu\u003eDescriptions\u003c\/u\u003e\u003c\/i\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003eEasy automatic operation and no wiring makes for easy installation and use. Nickel Metal Hydride (Ni-MH) rechargeable batteries provide up to 8 hours of nightly run-time on a full charge. Efficient 10 lumens per light provide maximum energy to project a beautiful pattern of warm white LED light. Crafted with durable stainless steel in an oil-rubbed bronze finish featuring a glass lens and an LED that never needs replacing, SmartYard solar lights are built to last! Features: Dimensions: 5.9\" W x 13.8\" L 8 lumens warm white LED bulbs never need replacement. Elegant ribbed glass lens Rechargeable Nickel Metal Hydride (Ni-MH) batteries included Minimal assembly required For outdoor use only Set of 6 Each light includes 1 LED light, crystalline solar panel and 1 rechargeable 1.2V 700 mAh Ni-MH battery. These batteries are replaceable and available at most hardware stores.\u003c\/p\u003e\n\u003cp\u003eSpecifications\u003c\/p\u003e\n\u003cdiv aria-label=\"Specifications\" title=\"Double-tap to collapse section\" role=\"button\" class=\"accordion\"\u003e\u003cimg title=\"Double-tap to expand section\" alt=\"Arrow\" class=\"accordion-arrow accordionArrowUp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cb\u003eBrand\u003c\/b\u003e\u003cbr\u003eSmartyard\u003cbr\u003e\u003cbr\u003e\u003cb\u003eManufacturer Part Number\u003c\/b\u003e\u003cbr\u003e10192\u003cbr\u003e\u003cbr\u003e\u003cb\u003eColor\u003c\/b\u003e\u003cbr\u003eOil Rubbed Bronze Finish\u003cbr\u003e\u003cbr\u003e\u003cb\u003eAssembled Product Weight\u003c\/b\u003e\u003cbr\u003e16 lbs\u003cbr\u003e\u003cbr\u003e\u003cb\u003eAssembled Product Dimensions (L x W x H)\u003c\/b\u003e\u003cbr\u003e24.25 x 14.00 x 9.50 Inches\u003c\/div\u003e","brand":"SmartYard","offers":[{"title":"Bronze","offer_id":38109006135445,"sku":"smart15-8","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/smartyard-solar-led-large-pathway-lights-10-lumen-6-pack-9911425.jpg?v=1786734917"},{"product_id":"mainstays-20-lumen-solar-outdoor-landscape-spot-light-black-6-pack","title":"SmartYard 50 Lumen Solar Outdoor Landscape Spot Light, Black (5-Pack)","description":"\u003ch2\u003eProduct description\u003c\/h2\u003e\n\u003cdiv lang=\"en_US\"\u003e\n\u003cdiv data-cel-widget=\"aplus\" data-csa-c-id=\"drdbj1-7lxyq1-fncha1-6hmg08\" class=\"aplus-v2 desktop celwidget\"\u003e\n\u003cdiv data-cel-widget=\"aplus-premium-module-2-fullbackground-image\" data-csa-c-id=\"nq6zzf-8byl9d-qqk9jl-5dvihg\" 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 premium-background-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none background-image\"\u003e\n\u003ch1 data-end=\"381\" data-start=\"295\"\u003eSmartYard Solar Spotlight – 50 Lumen Adjustable Outdoor Landscape Light (Warm White)\u003c\/h1\u003e\n\u003cp data-end=\"590\" data-start=\"383\"\u003eLooking for an \u003cstrong data-end=\"463\" data-start=\"398\"\u003eeasy and affordable way to highlight your landscape at night?\u003c\/strong\u003e The \u003cstrong data-end=\"497\" data-start=\"468\"\u003eSmartYard Solar Spotlight\u003c\/strong\u003e delivers reliable outdoor lighting without wiring, electricity, or complicated installation.\u003c\/p\u003e\n\u003cp data-end=\"809\" data-start=\"592\"\u003eDesigned for homeowners who want \u003cstrong data-end=\"669\" data-start=\"625\"\u003ebeautiful landscape lighting on a budget\u003c\/strong\u003e, this solar spotlight automatically turns on at dusk and off at dawn — giving you \u003cstrong data-end=\"808\" data-start=\"752\"\u003eup to 8 hours of warm white illumination every night\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp data-end=\"972\" data-start=\"811\"\u003eIf you're searching for a \u003cstrong data-end=\"892\" data-start=\"837\"\u003ebudget-friendly solar spotlight that actually works\u003c\/strong\u003e, this is one of the \u003cstrong data-end=\"971\" data-start=\"913\"\u003ebest solar spotlight lights available in the USA today\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-premium-module-2-fullbackground-image\" data-csa-c-id=\"th3k4u-kik15c-5q4n0w-mdos7y\" 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 premium-background-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none background-image\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e5b72403-6c12-4fa7-a7e4-8c680658c754.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" class=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e5b72403-6c12-4fa7-a7e4-8c680658c754.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"outdoor solar lights for yard\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-premium-module-2-fullbackground-image\" data-csa-c-id=\"dgha7r-46u7yz-na3fo6-4mcvqe\" 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 premium-background-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none background-image\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a86cfcf1-8771-412d-97e2-c83e95009ce8.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" class=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a86cfcf1-8771-412d-97e2-c83e95009ce8.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"outdoor solar lights\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\n\u003cp data-end=\"998\" data-start=\"974\"\u003ePerfect for lighting up:\u003c\/p\u003e\n\u003cp data-end=\"1096\" data-start=\"1000\"\u003e• Trees\u003cbr data-end=\"1010\" data-start=\"1007\"\u003e• Garden beds\u003cbr data-end=\"1026\" data-start=\"1023\"\u003e• Walkways\u003cbr data-end=\"1039\" data-start=\"1036\"\u003e• Driveways\u003cbr data-end=\"1053\" data-start=\"1050\"\u003e• Flags\u003cbr data-end=\"1063\" data-start=\"1060\"\u003e• Patio areas\u003cbr data-end=\"1079\" data-start=\"1076\"\u003e• House accents\u003c\/p\u003e\n\u003cp data-end=\"1193\" data-start=\"1098\"\u003eJust place it in the ground, let the sun charge it, and enjoy beautiful lighting every evening.\u003c\/p\u003e\n\u003ch1 data-end=\"1242\" data-start=\"1200\"\u003eWhy Homeowners Love This Solar Spotlight\u003c\/h1\u003e\n\u003ch3 data-end=\"1293\" data-start=\"1244\"\u003eBright Landscape Lighting Without Electricity\u003c\/h3\u003e\n\u003cp data-end=\"1435\" data-start=\"1294\"\u003eThe energy-efficient \u003cstrong data-end=\"1341\" data-start=\"1315\"\u003e50 lumen LED spotlight\u003c\/strong\u003e provides a warm white glow that enhances your landscape while keeping energy costs at \u003cstrong data-end=\"1434\" data-start=\"1428\"\u003e$0\u003c\/strong\u003e.\u003c\/p\u003e\n\u003ch3 data-end=\"1481\" data-start=\"1437\"\u003eTrue Set-It-and-Forget-It Solar Lighting\u003c\/h3\u003e\n\u003cp data-end=\"1619\" data-start=\"1482\"\u003eThanks to the \u003cstrong data-end=\"1529\" data-start=\"1496\"\u003eautomatic dusk-to-dawn sensor\u003c\/strong\u003e, the light turns on automatically at night and off in the morning — no switches required.\u003c\/p\u003e\n\u003ch3 data-end=\"1657\" data-start=\"1621\"\u003eFully Adjustable Solar Spotlight\u003c\/h3\u003e\n\u003cp data-end=\"1808\" data-start=\"1658\"\u003eUnlike many basic solar lights, the \u003cstrong data-end=\"1754\" data-start=\"1694\"\u003eSmartYard spotlight features adjustable heads and panels\u003c\/strong\u003e, letting you aim the light exactly where you want it.\u003c\/p\u003e\n\u003cp data-end=\"1944\" data-start=\"1810\"\u003e• Solar panel tilts \u003cstrong data-end=\"1837\" data-start=\"1830\"\u003e48°\u003c\/strong\u003e for maximum sun exposure\u003cbr data-end=\"1865\" data-start=\"1862\"\u003e• Lamp head rotates \u003cstrong data-end=\"1904\" data-start=\"1885\"\u003e355° vertically\u003c\/strong\u003e\u003cbr data-end=\"1907\" data-start=\"1904\"\u003e• Panel rotates \u003cstrong data-end=\"1944\" data-start=\"1923\"\u003e355° horizontally\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"2051\" data-start=\"1946\"\u003eThis flexibility helps you highlight trees, walls, garden beds, or architectural features with precision.\u003c\/p\u003e\n\u003ch3 data-end=\"2084\" data-start=\"2053\"\u003eEasy 30-Second Installation\u003c\/h3\u003e\n\u003cp data-end=\"2121\" data-start=\"2085\"\u003eNo wiring. No electrician. No tools.\u003c\/p\u003e\n\u003cp data-end=\"2197\" data-start=\"2123\"\u003eSimply insert the \u003cstrong data-end=\"2166\" data-start=\"2141\"\u003eincluded ground stake\u003c\/strong\u003e into the soil and you're done.\u003c\/p\u003e\n\u003cp data-end=\"2211\" data-start=\"2199\"\u003ePerfect for:\u003c\/p\u003e\n\u003cp data-end=\"2305\" data-start=\"2213\"\u003e• Gardens\u003cbr data-end=\"2225\" data-start=\"2222\"\u003e• Pathways\u003cbr data-end=\"2238\" data-start=\"2235\"\u003e• Decks\u003cbr data-end=\"2248\" data-start=\"2245\"\u003e• Porches\u003cbr data-end=\"2260\" data-start=\"2257\"\u003e• Pools\u003cbr data-end=\"2270\" data-start=\"2267\"\u003e• Driveways\u003cbr data-end=\"2284\" data-start=\"2281\"\u003e• Trees\u003cbr data-end=\"2294\" data-start=\"2291\"\u003e• Flagpoles\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-premium-module-2-fullbackground-image\" data-csa-c-id=\"45elee-hy535l-a7rm6t-rynw8w\" 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 premium-background-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none background-image\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0e0969e4-eaec-4cb0-933a-63c56b8be03c.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" class=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0e0969e4-eaec-4cb0-933a-63c56b8be03c.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"how to use\"\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\u003ch1 data-end=\"2339\" data-start=\"2312\"\u003eBuilt for Outdoor Weather\u003c\/h1\u003e\n\u003cp data-end=\"2453\" data-start=\"2341\"\u003eConstructed from durable \u003cstrong data-end=\"2396\" data-start=\"2366\"\u003ehigh-strength ABS material\u003c\/strong\u003e, these solar lights are built to withstand the elements.\u003c\/p\u003e\n\u003cp data-end=\"2503\" data-start=\"2455\"\u003eWith an \u003cstrong data-end=\"2489\" data-start=\"2463\"\u003eIP44 waterproof rating\u003c\/strong\u003e, they handle:\u003c\/p\u003e\n\u003cp data-end=\"2548\" data-start=\"2505\"\u003e• Rain\u003cbr data-end=\"2514\" data-start=\"2511\"\u003e• Snow\u003cbr data-end=\"2523\" data-start=\"2520\"\u003e• Frost\u003cbr data-end=\"2533\" data-start=\"2530\"\u003e• Wind\u003cbr data-end=\"2542\" data-start=\"2539\"\u003e• Heat\u003c\/p\u003e\n\u003cp data-end=\"2597\" data-start=\"2550\"\u003eOperating temperature range: \u003cstrong data-end=\"2597\" data-start=\"2579\"\u003e-20°F to 120°F\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-end=\"2660\" data-start=\"2599\"\u003eSo you can rely on them \u003cstrong data-end=\"2659\" data-start=\"2623\"\u003eyear-round in almost any climate\u003c\/strong\u003e.\u003c\/p\u003e\n\u003ch1 data-end=\"2699\" data-start=\"2667\"\u003eHigh-Efficiency Solar Charging\u003c\/h1\u003e\n\u003cp data-end=\"2850\" data-start=\"2701\"\u003eThis solar spotlight uses \u003cstrong data-end=\"2768\" data-start=\"2727\"\u003eadvanced monocrystalline solar panels\u003c\/strong\u003e, delivering \u003cstrong data-end=\"2821\" data-start=\"2781\"\u003eup to 30% faster charging efficiency\u003c\/strong\u003e compared to standard panels.\u003c\/p\u003e\n\u003cp data-end=\"2965\" data-start=\"2852\"\u003e• Charging time: \u003cstrong data-end=\"2894\" data-start=\"2869\"\u003e6–8 hours of sunlight\u003c\/strong\u003e\u003cbr data-end=\"2897\" data-start=\"2894\"\u003e• Night runtime: \u003cstrong data-end=\"2928\" data-start=\"2914\"\u003e8–12 hours\u003c\/strong\u003e\u003cbr data-end=\"2931\" data-start=\"2928\"\u003e• Automatic dusk-to-dawn operation\u003c\/p\u003e\n\u003cp data-end=\"3054\" data-start=\"2967\"\u003eThat means your landscape stays beautifully lit every evening without lifting a finger.\u003c\/p\u003e\n\u003ch1 data-end=\"3085\" data-start=\"3061\"\u003eProduct Specifications\u003c\/h1\u003e\n\u003cp data-end=\"3348\" data-start=\"3087\"\u003e\u003cstrong data-end=\"3102\" data-start=\"3087\"\u003eBrightness:\u003c\/strong\u003e 50 Lumens\u003cbr data-end=\"3115\" data-start=\"3112\"\u003e\u003cstrong data-end=\"3131\" data-start=\"3115\"\u003eLight Color:\u003c\/strong\u003e Warm White LED\u003cbr data-end=\"3149\" data-start=\"3146\"\u003e\u003cstrong data-end=\"3166\" data-start=\"3149\"\u003ePower Source:\u003c\/strong\u003e Solar Powered\u003cbr data-end=\"3183\" data-start=\"3180\"\u003e\u003cstrong data-end=\"3196\" data-start=\"3183\"\u003eMaterial:\u003c\/strong\u003e Durable ABS Plastic\u003cbr data-end=\"3219\" data-start=\"3216\"\u003e\u003cstrong data-end=\"3230\" data-start=\"3219\"\u003eFinish:\u003c\/strong\u003e Black\u003cbr data-end=\"3239\" data-start=\"3236\"\u003e\u003cstrong data-end=\"3257\" data-start=\"3239\"\u003eBeam Distance:\u003c\/strong\u003e Up to 10 ft\u003cbr data-end=\"3272\" data-start=\"3269\"\u003e\u003cstrong data-end=\"3286\" data-start=\"3272\"\u003eOperation:\u003c\/strong\u003e Automatic Dusk-to-Dawn Sensor\u003cbr data-end=\"3319\" data-start=\"3316\"\u003e\u003cstrong data-end=\"3341\" data-start=\"3319\"\u003eWaterproof Rating:\u003c\/strong\u003e IP44\u003c\/p\u003e\n\u003cp data-end=\"3404\" data-start=\"3350\"\u003e\u003cstrong data-end=\"3365\" data-start=\"3350\"\u003eDimensions:\u003c\/strong\u003e\u003cbr data-end=\"3368\" data-start=\"3365\"\u003e3.61 in W × 6.20 in D × 13.04 in H\u003c\/p\u003e\n\u003cp data-end=\"3427\" data-start=\"3406\"\u003e\u003cstrong data-end=\"3417\" data-start=\"3406\"\u003eWeight:\u003c\/strong\u003e\u003cbr data-end=\"3420\" data-start=\"3417\"\u003e0.53 lb\u003c\/p\u003e\n\u003ch1 data-end=\"3451\" data-start=\"3434\"\u003eWhat’s Included\u003c\/h1\u003e\n\u003cp data-end=\"3569\" data-start=\"3453\"\u003e• 5 × SmartYard Solar Spotlights\u003cbr data-end=\"3488\" data-start=\"3485\"\u003e• 5 × Rechargeable Batteries (Included)\u003cbr data-end=\"3530\" data-start=\"3527\"\u003e• 5 × Ground Stakes\u003cbr data-end=\"3552\" data-start=\"3549\"\u003e• 1 × User Manual\u003c\/p\u003e\n\u003ch1 data-end=\"3605\" data-start=\"3576\"\u003eWarranty \u0026amp; Customer Support\u003c\/h1\u003e\n\u003cp data-end=\"3704\" data-start=\"3607\"\u003eEvery SmartYard solar spotlight comes with \u003cstrong data-end=\"3703\" data-start=\"3650\"\u003epurchase protection and a 1-year limited warranty\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp data-end=\"3840\" data-start=\"3706\"\u003eOur team is always here to help. If you ever have questions about installation or performance, just reach out and we’ll make it right.\u003c\/p\u003e\n\u003ch1 data-end=\"3911\" data-start=\"3847\"\u003eWhy This Is One of the Best Budget Solar Spotlights in the USA\u003c\/h1\u003e\n\u003cp data-end=\"4120\" data-start=\"3913\"\u003eIf you want \u003cstrong data-end=\"4014\" data-start=\"3925\"\u003esimple, reliable outdoor lighting without spending hundreds on wired landscape lights\u003c\/strong\u003e, the \u003cstrong data-end=\"4119\" data-start=\"4020\"\u003eSmartYard Solar Spotlight is one of the best budget solar spotlights available in the USA today\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp data-end=\"4241\" data-start=\"4122\"\u003eIt’s affordable, easy to install, energy-efficient, and perfect for instantly upgrading the look of your yard at night.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSolar powered and easy to install\u003c\/li\u003e\n\u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n\u003cli\u003eCharges in direct sunlight with multi-crystalline solar panel\u003c\/li\u003e\n\u003cli\u003ePlastic construction\u003c\/li\u003e\n\u003cli\u003eBlack finish\u003c\/li\u003e\n\u003cli\u003eExtra bright 50 lumen light output\u003c\/li\u003e\n\u003cli\u003ewarm white high output LED\u003c\/li\u003e\n\u003cli\u003eUp to 8 hours of nightly run time\u003c\/li\u003e\n\u003cli\u003e10 ft beam distance\u003c\/li\u003e\n\u003cli\u003e5 rechargeable battery included\u003c\/li\u003e\n\u003cli\u003eGround stake included\u003c\/li\u003e\n\u003cli\u003eBrand: Mainstays\u003c\/li\u003e\n\u003cli\u003eAssembled dimensions 3.61 in W x 6.20 in D x 13.04 in H\u003c\/li\u003e\n\u003cli\u003eProduct weighs 0.53 lb\u003c\/li\u003e\n\u003cli\u003e1-year limited warranty\u003c\/li\u003e\n\u003cli\u003eUPC : 843518089318\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\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\"\u003eInnovative Adjustable Solar Lights: smartyard solar lights outdoor include fully adjustable lamp heads and panels. The solar panel can be tilted 48° and rotated 355° horizontally for optimal sunlight. The lamp head adjusts 355° vertically to highlight dark spots. With a 55-lumen LED is energy-efficient and effective, making your garden and yard beautiful at night.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSimple Ground Installation: No tools are needed for our solar spot lights outdoor. Just insert them into the ground. Suitable for pathways, gardens, driveways, patios, porches, decks, pools, garages, trees, and flagpoles. Fast setup without tools or wiring. Light up your yard effortlessly with these versatile landscape lights.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eWeatherproof and Reliable: Our solar lights for outside are built from high-strength ABS material with an IP44 waterproof rating. They withstand harsh weather conditions, including rain, snow, wind, frost, and high temperatures from -20°F to 120°F. Perfect for outdoor use, these solar powered outdoor lights ensure consistent lighting from dusk to dawn.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eHigh-Efficiency Solar Power: Our solar powered outdoor lights feature advanced monocrystalline silicon panels for 30% faster energy conversion. Charging for 6-8 hours during the day, these lights provide 8-12 hours of illumination at night. The built-in sensor turns the lights on at dusk and off at dawn, offering a hassle-free lighting solution for your garden, yard, pathway, or driveway.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eWarm heart services: If you have any questions about your purchase, please don't hesitate to let us know, we provide purchase protection and exchange service for every customer, no matter how and when.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Living Accents","offers":[{"title":"Warm White","offer_id":35569611735189,"sku":"wal-5","price":54.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/smartyard-50-lumen-solar-outdoor-landscape-spot-light-black-5-pack-6816091.jpg?v=1786734917"},{"product_id":"living-accents-silver-solar-powered-led-pathway-light-60029-ss-pack-of-8","title":"Patriot Silver Solar Powered LED Pathway Light  (Pack of 16 )","description":"\u003ch2 id=\"\" class=\"r-accordion__title\"\u003eProduct Description\u003csvg width=\"16px\" height=\"16px\" viewbox=\"0 0 1024 1024\" class=\"arrow-down-icon\" color=\"#f40103\"\u003e\u003cpath d=\"M1024 311.467l-119.467-119.467-392.533 392.533-392.533-392.533-119.467 119.467 512 512z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"r-accordion__child r-shop__merchant-content\"\u003e\n\u003cspan\u003eLiving Accents Silver Solar Powered LED Pathway Light \u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cb\u003eSOLD AS\u003c\/b\u003e\n\u003cblockquote\u003ePack of 16\u003c\/blockquote\u003e\n\u003cbr\u003e\u003cb\u003ePRODUCT OVERVIEW\u003c\/b\u003e\u003cbr\u003e\u003cbr\u003eIlluminate your outdoor areas with this solar path light. Runs up to 8 hours of nightly runtime on a fully charge battery. No wiring required for easy set-up.\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eUp to 8 hours of nighly run time when fully chargeD\u003c\/li\u003e\n\u003cli\u003eNo wiring required, makes for easy set-up\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\u003cb\u003ePRODUCT DETAILS\u003c\/b\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eFinish: Stainless Steel\u003c\/li\u003e\n\u003cli\u003eColor: Silver\u003c\/li\u003e\n\u003cli\u003ePower Source: Solar Powered\u003c\/li\u003e\n\u003cli\u003eLight Source: LED\u003c\/li\u003e\n\u003cli\u003eGlass or Lens Type: Clear Ribbed\u003c\/li\u003e\n\u003cli\u003eHeight: 18.5 in.\u003c\/li\u003e\n\u003cli\u003e\n\u003ctable class=\"r-product-page__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003ePatriot\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eManufacturer\u003c\/th\u003e\n\u003ctd\u003e\u003cspan itemprop=\"manufacturer\"\u003eAlpan Nin\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMPN\u003c\/th\u003e\n\u003ctd\u003e\u003cspan itemprop=\"mpn\"\u003e60029-SS\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBase SKU\u003c\/th\u003e\n\u003ctd\u003e\u003cspan itemprop=\"sku\"\u003eHASNTFI151\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eEAN\u003c\/th\u003e\n\u003ctd\u003e843518084007\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Living acccents","offers":[{"title":"Silver","offer_id":35569667932309,"sku":"livingsilver-12","price":119.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":42489654477032,"sku":"livingsilver-13","price":119.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/patriot-silver-solar-powered-led-pathway-light-pack-of-16-6566638.jpg?v=1786734913"},{"product_id":"berkley-jensen-grill-solar-pathway-lights-8-pk-oil-rubbed-bronze","title":"Energizer Grill Solar LED Pathway Lights - Oil-rubbed Bronze 4 Pack","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET\n   ENERGIZER 4-PIECE LARGE SOLAR PATHWAY LIGHTS\n   10 LUMEN - PREMIUM PRODUCT DESCRIPTION\n   ========================================================= *\/\n\n.eso8lg {\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.eso8lg * {\n  box-sizing:border-box;\n}\n\n.eso8lg img {\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.eso8lg a {\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.eso8lg-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.eso8lg-media {\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.eso8lg-brand {\n  margin-bottom:6px;\n  color:#f28c00;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.eso8lg-eye {\n  margin-bottom:7px;\n  color:#07182e;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.eso8lg-title {\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:39px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.eso8lg-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.eso8lg-text {\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.eso8lg-pills {\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.eso8lg-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\/* STRIP *\/\n\n.eso8lg-strip {\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.eso8lg-strip 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.eso8lg-strip span {\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* SPECS *\/\n\n.eso8lg-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.eso8lg-spec {\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.eso8lg-spec:last-child {\n  border-right:0;\n}\n\n.eso8lg-spec strong {\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.eso8lg-spec span {\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.eso8lg-wide,\n.eso8lg-card {\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.eso8lg-wide {\n  margin-bottom:25px;\n}\n\n.eso8lg-copy,\n.eso8lg-card {\n  padding:23px 24px;\n}\n\n.eso8lg h2 {\n  color:#07182e;\n}\n\n.eso8lg-copy h2,\n.eso8lg-card h2 {\n  margin:0 0 9px;\n  font-size:23px;\n  font-weight:850;\n}\n\n.eso8lg-copy p,\n.eso8lg-card p {\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.eso8lg-two {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.eso8lg-list {\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.eso8lg-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.eso8lg-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\/* DARK *\/\n\n.eso8lg-dark {\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.eso8lg-dark h2 {\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.eso8lg-dark \u003e p {\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.eso8lg-darkgrid {\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.eso8lg-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.eso8lg-darkitem strong {\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.eso8lg-darkitem span {\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* TABLE *\/\n\n.eso8lg-table {\n  width:100%;\n  border-collapse:collapse;\n}\n\n.eso8lg-table tr {\n  border-bottom:1px solid #e9edf1;\n}\n\n.eso8lg-table tr:last-child {\n  border-bottom:0;\n}\n\n.eso8lg-table th,\n.eso8lg-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.eso8lg-table th {\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.eso8lg-table td {\n  color:#5b6472;\n}\n\n\/* VIDEO *\/\n\n.eso8lg-video {\n  margin-bottom:25px;\n  overflow:hidden;\n  border-radius:15px;\n  background:#07182e;\n}\n\n.eso8lg-video-head {\n  padding:22px 24px 0;\n}\n\n.eso8lg-video-head h2 {\n  margin:0 0 7px;\n  color:#fff;\n  font-size:24px;\n}\n\n.eso8lg-video-head p {\n  margin:0 0 18px;\n  color:#d6e0eb;\n  font-size:14px;\n  line-height:1.6;\n}\n\n.eso8lg-video-wrap {\n  position:relative;\n  width:100%;\n  height:0;\n  padding-bottom:56.25%;\n}\n\n.eso8lg-video-wrap iframe {\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* REPLACEMENT PARTS *\/\n\n.eso8lg-parts {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:17px;\n  margin-bottom:25px;\n}\n\n.eso8lg-part {\n  display:flex;\n  flex-direction:column;\n  min-height:100%;\n  padding:27px;\n  border-radius:15px;\n  background:linear-gradient(120deg,#061426,#0c3159);\n}\n\n.eso8lg-part-badge {\n  display:inline-block;\n  align-self:flex-start;\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.eso8lg-part h3 {\n  margin:0 0 10px;\n  color:#fff;\n  font-size:24px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.eso8lg-part p {\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.eso8lg-part a {\n  display:inline-block;\n  align-self:flex-start;\n  margin-top:auto;\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\/* MANUAL *\/\n\n.eso8lg-manual {\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:20px;\n  margin-bottom:25px;\n  padding:23px 25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#f8f9fb;\n}\n\n.eso8lg-manual h3 {\n  margin:0 0 5px;\n  color:#07182e;\n  font-size:20px;\n}\n\n.eso8lg-manual p {\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.6;\n}\n\n.eso8lg-manual a {\n  display:inline-block;\n  flex-shrink:0;\n  padding:12px 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.eso8lg-faq {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.eso8lg-faq details {\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.eso8lg-faq summary {\n  cursor:pointer;\n  padding:16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.eso8lg-answer {\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.eso8lg-answer a {\n  color:#0b5dbb;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.eso8lg-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.eso8lg-trust div {\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n}\n\n.eso8lg-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  .eso8lg-specbar {\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .eso8lg-darkgrid {\n    grid-template-columns:1fr 1fr;\n  }\n}\n\n@media(max-width:680px) {\n  .eso8lg {\n    padding:15px 10px 35px;\n  }\n\n  .eso8lg-hero,\n  .eso8lg-two,\n  .eso8lg-parts {\n    grid-template-columns:1fr;\n  }\n\n  .eso8lg-title {\n    font-size:30px;\n  }\n\n  .eso8lg-sub {\n    font-size:19px;\n  }\n\n  .eso8lg-strip {\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .eso8lg-specbar {\n    grid-template-columns:1fr 1fr;\n  }\n\n  .eso8lg-dark {\n    padding:24px 18px;\n  }\n\n  .eso8lg-darkgrid {\n    grid-template-columns:1fr 1fr;\n  }\n\n  .eso8lg-faq {\n    grid-template-columns:1fr;\n  }\n\n  .eso8lg-manual {\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .eso8lg-manual a {\n    width:100%;\n    text-align:center;\n  }\n\n  .eso8lg-trust {\n    grid-template-columns:1fr 1fr;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"eso8lg\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"eso8lg-hero\"\u003e\n\u003cdiv class=\"eso8lg-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/image_1024x1024_2x_c8446c03-6d9f-4e70-89d0-b9778d97045d.webp?v=1718999696\" alt=\"Energizer LED 8 piece large solar pathway lights aluminum glass 10 lumen\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"eso8lg-brand\"\u003eENERGIZER®\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-eye\"\u003eLARGE ALUMINUM SOLAR PATHWAY LIGHTS · 4-PIECE SET\u003c\/div\u003e\n\u003ch2 class=\"eso8lg-title\"\u003eEnergizer LED 4-Piece Large Solar Pathway Lights\u003c\/h2\u003e\n\u003ch3 class=\"eso8lg-sub\"\u003e10-Lumen Aluminum Solar Path Lights with Glass Lenses, 3000K Warm White LEDs \u0026amp; Dusk-to-Dawn Operation\u003c\/h3\u003e\n\u003cp class=\"eso8lg-text\"\u003eAdd an elegant, substantial lighting look to your outdoor space with the \u003cstrong\u003eEnergizer LED 4-Piece Large Solar Pathway Lights\u003c\/strong\u003e. Designed for walkways, gardens, driveways and landscape borders, these larger pathway fixtures combine durable metal construction with real glass lenses and a warm white LED glow.\u003c\/p\u003e\n\u003cp class=\"eso8lg-text\"\u003eEach light delivers a listed \u003cstrong\u003e10 lumens\u003c\/strong\u003e at approximately \u003cstrong\u003e3000K warm white\u003c\/strong\u003e. Crystalline solar panels capture daytime energy, while automatic dusk-to-dawn operation turns the lights on after dark without landscape wiring or manual switching.\u003c\/p\u003e\n\u003cdiv class=\"eso8lg-pills\"\u003e\n\u003cspan class=\"eso8lg-pill\"\u003eEnergizer®\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003e4-Piece Set\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003e10 Lumens\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003e3000K Warm White\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eAluminum + Glass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LIGHTING PERFORMANCE IMAGE --\u003e\n\u003csection class=\"eso8lg-wide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LIGHTING_PERFORMANCE.png_1.jpg?v=1719254796\" alt=\"Energizer solar pathway light lighting performance\"\u003e\u003c\/section\u003e\n\u003c!-- FEATURE STRIP --\u003e\n\u003csection class=\"eso8lg-strip\"\u003e\u003cstrong\u003ePREMIUM PATHWAY DESIGN\u003c\/strong\u003e \u003cspan\u003e Larger metal fixtures, clear glass lenses and a warm 3000K LED create a more substantial landscape-lighting appearance than basic plastic solar path lights. \u003c\/span\u003e\u003c\/section\u003e\n\u003c!-- QUICK SPECS --\u003e\n\u003csection class=\"eso8lg-specbar\"\u003e\n\u003cdiv class=\"eso8lg-spec\"\u003e\n\u003cstrong\u003e4 Lights\u003c\/strong\u003e \u003cspan\u003eComplete set\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-spec\"\u003e\n\u003cstrong\u003e10 Lumens\u003c\/strong\u003e \u003cspan\u003ePer light\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-spec\"\u003e\n\u003cstrong\u003e3000K\u003c\/strong\u003e \u003cspan\u003eWarm white LED\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-spec\"\u003e\n\u003cstrong\u003e900mAh\u003c\/strong\u003e \u003cspan\u003eAA Ni-MH battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-spec\"\u003e\n\u003cstrong\u003eUp to 8 Hours\u003c\/strong\u003e \u003cspan\u003eListed runtime\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-spec\"\u003e\n\u003cstrong\u003eAuto On\/Off\u003c\/strong\u003e \u003cspan\u003eDusk-to-dawn\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTRO IMAGE --\u003e\n\u003csection class=\"eso8lg-wide\"\u003e\n\u003cdiv class=\"eso8lg-copy\"\u003e\n\u003ch2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/energizer-grill-solar-led-pathway-lights-oil-rubbed-bronze-4-pack-9328583_64349d7c-b5c3-44ab-b154-fadf08941c63.jpg?v=1787095099\" alt=\"\"\u003eWarm 10-Lumen Pathway Illumination\u003c\/h2\u003e\n\u003cp\u003eEach fixture provides a listed 10 lumens of warm white LED illumination. The clear glass lens helps create an attractive light pattern along paths, garden beds, driveways and other residential landscape areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"eso8lg-two\"\u003e\n\u003cdiv class=\"eso8lg-card\"\u003e\n\u003ch2\u003eDurable Outdoor Construction\u003c\/h2\u003e\n\u003cul class=\"eso8lg-list\"\u003e\n\u003cli\u003eDie-cast aluminum construction\u003c\/li\u003e\n\u003cli\u003eStainless-steel components\u003c\/li\u003e\n\u003cli\u003eClear glass lens\u003c\/li\u003e\n\u003cli\u003eOil-rubbed bronze \/ char-gray style finish referenced in supplied details\u003c\/li\u003e\n\u003cli\u003ePlastic ground stake\u003c\/li\u003e\n\u003cli\u003eDesigned for outdoor landscape use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-card\"\u003e\n\u003ch2\u003eAutomatic Solar Operation\u003c\/h2\u003e\n\u003cul class=\"eso8lg-list\"\u003e\n\u003cli\u003eEfficient crystalline solar panel\u003c\/li\u003e\n\u003cli\u003eCharges during daylight\u003c\/li\u003e\n\u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n\u003cli\u003eNo landscape wiring required\u003c\/li\u003e\n\u003cli\u003eOne rechargeable battery per light\u003c\/li\u003e\n\u003cli\u003eUp to 8 hours of listed nighttime runtime on a full charge\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- VIDEO --\u003e\n\u003csection class=\"eso8lg-video\"\u003e\n\u003cdiv class=\"eso8lg-video-head\"\u003e\n\u003ch2\u003eSee the Pathway Lights in Action\u003c\/h2\u003e\n\u003cp\u003eWatch the product video for a closer look at the fixture size, appearance and outdoor lighting effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-video-wrap\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/5BCVwzIjw-Q\" title=\"Energizer large solar pathway lights demonstration\" loading=\"lazy\"\u003e\n      \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERFORMANCE --\u003e\n\u003csection class=\"eso8lg-dark\"\u003e\n\u003ch2\u003eWarm Solar Lighting Without Wiring\u003c\/h2\u003e\n\u003cp\u003eEach pathway light operates independently using solar energy stored in its rechargeable battery. This makes it easy to add lighting along landscaping without trenching, electrical cable or ongoing electricity costs.\u003c\/p\u003e\n\u003cdiv class=\"eso8lg-darkgrid\"\u003e\n\u003cdiv class=\"eso8lg-darkitem\"\u003e\n\u003cstrong\u003e10 Lumens\u003c\/strong\u003e \u003cspan\u003eListed output per fixture.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-darkitem\"\u003e\n\u003cstrong\u003e3000K\u003c\/strong\u003e \u003cspan\u003eWarm white color temperature.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-darkitem\"\u003e\n\u003cstrong\u003e8 Hours\u003c\/strong\u003e \u003cspan\u003eListed maximum nightly runtime on a full charge.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-darkitem\"\u003e\n\u003cstrong\u003eNo Wiring\u003c\/strong\u003e \u003cspan\u003eIndependent solar-powered operation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"eso8lg-two\"\u003e\n\u003cdiv class=\"eso8lg-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"eso8lg-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eEnergizer®\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePack Size\u003c\/th\u003e\n\u003ctd\u003e4 Lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLight Output\u003c\/th\u003e\n\u003ctd\u003e10 Lumens Per Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eColor Temperature\u003c\/th\u003e\n\u003ctd\u003e3000K Warm White\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBulb Type\u003c\/th\u003e\n\u003ctd\u003eLED\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eConstruction\u003c\/th\u003e\n\u003ctd\u003eDie-Cast Aluminum, Stainless Steel, Glass \u0026amp; Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLens\u003c\/th\u003e\n\u003ctd\u003eClear Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eOil-Rubbed Bronze\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel\u003c\/th\u003e\n\u003ctd\u003eCrystalline Solar Panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-card\"\u003e\n\u003ch2\u003eBattery \u0026amp; Operation\u003c\/h2\u003e\n\u003ctable class=\"eso8lg-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery Type\u003c\/th\u003e\n\u003ctd\u003eAA Ni-MH Rechargeable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery Rating\u003c\/th\u003e\n\u003ctd\u003e1.2V \/ 900mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery Quantity\u003c\/th\u003e\n\u003ctd\u003e4 Included — One Per Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRuntime\u003c\/th\u003e\n\u003ctd\u003eUp to 8 Hours on a Full Charge\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\u003eMotion Sensing\u003c\/th\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Powered\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eRequired\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel Number\u003c\/th\u003e\n\u003ctd\u003e10189-WZ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUPC\u003c\/th\u003e\n\u003ctd\u003e012109101892\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=\"eso8lg-card\" style=\"margin-bottom: 25px;\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003cul class=\"eso8lg-list\"\u003e\n\u003cli\u003e4 Solar Top Assemblies\u003c\/li\u003e\n\u003cli\u003e4 Clear Glass Lenses\u003c\/li\u003e\n\u003cli\u003e4 Posts\u003c\/li\u003e\n\u003cli\u003e4 Ground Stakes\u003c\/li\u003e\n\u003cli\u003e4 AA Ni-MH Rechargeable Batteries\u003c\/li\u003e\n\u003cli\u003eInstruction Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- IDEAL USES --\u003e\n\u003csection class=\"eso8lg-card\" style=\"margin-bottom: 25px;\"\u003e\n\u003ch2\u003eIdeal Outdoor Applications\u003c\/h2\u003e\n\u003cdiv class=\"eso8lg-pills\"\u003e\n\u003cspan class=\"eso8lg-pill\"\u003eWalkways\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eDriveways\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eGardens\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eFlower Beds\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eFront Yards\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eBackyards\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003eLandscape Borders\u003c\/span\u003e \u003cspan class=\"eso8lg-pill\"\u003ePatios\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- RECOMMENDED PARTS --\u003e\n\u003csection style=\"margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"margin: 0 0 8px; color: #07182e; font-size: 28px; font-weight: 850;\"\u003eRecommended Replacement Parts\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 20px; color: #667085; font-size: 15px; line-height: 1.7;\"\u003eKeep compatible pathway lights in service longer by replacing common wear items such as ground stakes or rechargeable batteries when needed.\u003c\/p\u003e\n\u003cdiv class=\"eso8lg-parts\"\u003e\n\u003cdiv class=\"eso8lg-part\"\u003e\n\u003cspan class=\"eso8lg-part-badge\"\u003e RECOMMENDED REPLACEMENT \u003c\/span\u003e\n\u003ch3\u003e10-Pack Replacement Ground Stakes\u003c\/h3\u003e\n\u003cp\u003eReplace broken or missing ground spikes on compatible pathway lights so the fixtures can be securely reinstalled along lawns, gardens and walkways.\u003c\/p\u003e\n\u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003e View Replacement Ground Stakes \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eso8lg-part\"\u003e\n\u003cspan class=\"eso8lg-part-badge\"\u003e RECOMMENDED REPLACEMENT \u003c\/span\u003e\n\u003ch3\u003eEnergizer Rechargeable AA Batteries – 8 Pack\u003c\/h3\u003e\n\u003cp\u003eRechargeable batteries naturally lose capacity over time. Replace compatible AA Ni-MH batteries when nighttime runtime or charging performance begins to decline.\u003c\/p\u003e\n\u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003e View Rechargeable Batteries \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MANUAL --\u003e\n\u003csection class=\"eso8lg-manual\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eProduct Instruction Manual\u003c\/h3\u003e\n\u003cp\u003eView the complete assembly, setup, activation and care instructions for this 4-piece solar pathway light set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/gril_4_pack.pdf?v=1726175466\" rel=\"noopener\" target=\"_blank\"\u003e View Instruction Manual \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"eso8lg-card\"\u003e\n\u003ch2\u003eEnergizer 4-Piece Large Solar Pathway Lights FAQs\u003c\/h2\u003e\n\u003cdiv class=\"eso8lg-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many lights are included?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eThis set includes four solar pathway lights.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow bright is each light?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eThe supplied product specifications list 10 lumens per light.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat color is the light?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eThe supplied product details list a warm white color temperature of approximately 3000K.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long do the lights run?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eThe supplied product information states up to approximately 8 hours of nightly runtime on a full charge. Actual runtime depends on sunlight, battery condition and weather.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo the lights turn on automatically?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eYes. The supplied specifications list automatic dusk-to-dawn operation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat type of battery is included?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eEach light includes one AA 1.2V 900mAh Ni-MH rechargeable battery.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the lights made from?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eThe supplied product specifications list die-cast aluminum, stainless steel, clear glass and plastic components.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the ground stakes?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eWe carry \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10x-path-light-replacement-stakes-ground-solar-light-spikes-for-garden-lamps\"\u003e replacement ground stakes \u003c\/a\u003e for select compatible pathway-light models. Confirm fit with the exact fixture before ordering.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the rechargeable batteries?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eYes. We carry \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/energizer-recharge-aa-batteries-8-pack-rechargeable\"\u003e Energizer rechargeable AA batteries \u003c\/a\u003e for select compatible solar-light models.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo these lights require wiring?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eNo. They are solar powered and do not require traditional landscape wiring.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere should I install the lights?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eInstall them where their crystalline solar panels can receive strong daytime sunlight. Common locations include pathways, driveways, gardens and landscape borders.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I find the instruction manual?\u003c\/summary\u003e\n\u003cdiv class=\"eso8lg-answer\"\u003eYou can \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/gril_4_pack.pdf?v=1726175466\" rel=\"noopener\" target=\"_blank\"\u003e view the 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 --\u003e\n\u003csection class=\"eso8lg-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEnergizer®\u003c\/strong\u003e Outdoor Solar Lighting\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e4-Piece Set\u003c\/strong\u003e Large Pathway Fixtures\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e10 Lumens\u003c\/strong\u003e Per Light\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e3000K\u003c\/strong\u003e Warm White LED\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRepair-Friendly\u003c\/strong\u003e Stakes + Batteries Available\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Berkeley jenson","offers":[{"title":"Default Title","offer_id":35569847632021,"sku":"012109101892-99","price":64.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/energizer-grill-solar-led-pathway-lights-oil-rubbed-bronze-4-pack-8148690.jpg?v=1786734914"},{"product_id":"candle-lantern-shape-solar-led-light-ip44-waterproof-outdoor-home-hang-lamp-solar-light-path-lawn-yard-garden-lamps-decoration","title":"Solar Candle Lanterns Outdoor, 2 Pack  Waterproof, LED Lanterns Solar Powered with Handle, Flickering Flameless Candle  Lights","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"9j8wcy-mh5ld4-ebvs1v-f6b4wy\" 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=\"8nn2c6-dvrzhn-33d4ky-q92554\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Solar Garden Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/8c7a8300-e89b-43dc-a824-8d84776ad311.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/8c7a8300-e89b-43dc-a824-8d84776ad311.__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=\"hr7vwn-urixcv-ymbw99-l0ftez\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Solar Lantern\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/df99e0e7-ea1c-4b62-9665-55ec617a3784.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/df99e0e7-ea1c-4b62-9665-55ec617a3784.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eOxyLED 2 Pack Auto On\/Off Flickering Solar Garden Lights\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eOxyLED Solar Lights are the perfect decorations for your garden! These incredible solar lights are designed with a candle and emit soft, balmy light. The high-efficiency solar panels harness power of the sun to provide up to 10 hours of balmy light at night. These solar lights will automatically charge at daytime and auto glow at dusk, no manual switch needed. (Note: Please turn on the lights for the first use.)\u003c\/p\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=\"gge2wl-l84bk4-5fybh2-qh3gkq\" 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=\"Solar Lantern\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cf6e6eaf-9606-4b68-b8d4-fa9fce03bda0.__CR0,0,1500,1500_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cf6e6eaf-9606-4b68-b8d4-fa9fce03bda0.__CR0,0,1500,1500_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eSolar Powered Garden Lights\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eNo electricity required---harness the power of the sun! We adopt polysilicon solar panel, which has high conversion rate of sunlight up to 25%. 4-6 hours of charging equals 8-10 hours working time.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"Solar Path Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/7f4ce192-4778-4b3c-9a35-f8b5a2f291c9.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/7f4ce192-4778-4b3c-9a35-f8b5a2f291c9.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003e2 Ways of Installation\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eThanks to the handle, you can either hang the light or place it anywhere you like to build a romantic atmosphere, festive ambience and so much more!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"Solar Lights Waterproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/e0151364-486d-4c1e-b25f-64caeb09cab1.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/e0151364-486d-4c1e-b25f-64caeb09cab1.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eIP44 Waterproof Lantern\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eExtreme IP44 waterproof capability outlasts both rain and shine and prepares for whatever weather comes their way, they are perfect for outdoor use.\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-4 aplus-standard\" cel_widget_id=\"aplus-m-module-4\" data-csa-c-id=\"z337sy-jf4hd5-87z5b0-4mna6f\" data-cel-widget=\"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 Patio Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/05e3609c-8e5d-4527-9fa9-7893c0c13bf6.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/05e3609c-8e5d-4527-9fa9-7893c0c13bf6.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eYard Lighting\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eThis warm, glowing light will add a touch of glamour and sophistication to your garden and courtyard.\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 Porch Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/1ab11c61-b3b1-4748-a15f-af1c5d0b0f9c.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/1ab11c61-b3b1-4748-a15f-af1c5d0b0f9c.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003ePorch Lighting\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eThe added illumination from the solar light will enhance both safety and security, giving you some peace of mind.\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 Pavilion Lighting\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/0a554e9c-6699-4e15-babb-289d50a282ab.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/0a554e9c-6699-4e15-babb-289d50a282ab.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003ePavilion Lighting\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eWhy give up beauty for practicality? This solar light casts gorgeous glow, creating warm and comfy ambience.\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 Pathway Lighting\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/d383a21e-85a9-4d22-bb3d-e8b98014e05b.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/d383a21e-85a9-4d22-bb3d-e8b98014e05b.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\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":41002630250645,"sku":"18723476-b","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/solar-candle-lanterns-outdoor-2-pack-waterproof-led-lanterns-solar-powered-with-handle-flickering-flameless-candle-lights-2363555.jpg?v=1786734914"},{"product_id":"upgrade-hanging-solar-lights-lantern-with-shepherd-hook-metal-solar-waterproof-lantern-for-pathway-garden-outdoor","title":"Hanging Solar Lantern with Shepherd Hook 31 Inch","description":"\u003cstyle\u003e\n.lantern31{max-width:1180px;margin:0 auto;padding:24px 16px 50px;font-family:inherit;color:#1f2937}\n.lantern31 *{box-sizing:border-box}\n.lantern31 h2,.lantern31 h3{color:#07182f}\n.lantern31 p{color:#5f6b7a;line-height:1.72}\n.lantern31-brand{color:#f47721;font-size:14px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}\n.lantern31-title{margin:8px 0 10px;font-size:40px;line-height:1.08;font-weight:900}\n.lantern31-sub{margin:0 0 14px;font-size:20px;line-height:1.4;font-weight:800}\n.lantern31-tags,.lantern31-apps{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}\n.lantern31-tag,.lantern31-app{padding:8px 12px;border:1px solid #e1e6ed;border-radius:999px;background:#f7f9fc;color:#344054;font-size:13px;font-weight:800}\n.lantern31-img{width:100%;max-width:970px;margin:24px auto;text-align:center}\n.lantern31-img img{display:block!important;width:100%!important;max-width:970px!important;height:auto!important;object-fit:contain!important;margin:0 auto!important;border-radius:14px}\n.lantern31-stats{display:grid;grid-template-columns:repeat(6,1fr);margin:25px 0;border:1px solid #e1e6ed;border-radius:13px;overflow:hidden}\n.lantern31-stat{padding:18px 8px;text-align:center;border-right:1px solid #e1e6ed}\n.lantern31-stat:last-child{border-right:0}\n.lantern31-stat strong{display:block;color:#07182f;font-size:14px}\n.lantern31-stat span{color:#667085;font-size:12px}\n.lantern31-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:24px 0}\n.lantern31-card{padding:24px;border:1px solid #e1e6ed;border-radius:14px;background:#fff}\n.lantern31-card h2{margin:0 0 10px;font-size:23px}\n.lantern31-list{list-style:none;padding:0;margin:0}\n.lantern31-list li{position:relative;padding:7px 0 7px 28px;color:#4b5563;line-height:1.58}\n.lantern31-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.lantern31-dark{padding:30px;margin:26px 0;border-radius:16px;background:linear-gradient(120deg,#07182f,#0d2747);color:#fff}\n.lantern31-dark h2{margin:0 0 8px;color:#fff;font-size:28px}\n.lantern31-dark p{margin:0 0 18px;color:#dce5ef}\n.lantern31-dgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}\n.lantern31-di{padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:9px}\n.lantern31-di strong{display:block;color:#ff9b19;font-size:17px}\n.lantern31-di span{color:#e7edf4;font-size:13px}\n.lantern31-table{width:100%;border-collapse:collapse}\n.lantern31-table tr{border-bottom:1px solid #e8ecf1}\n.lantern31-table th,.lantern31-table td{padding:9px 5px;text-align:left;vertical-align:top;font-size:14px}\n.lantern31-table th{width:46%;color:#344054;font-weight:800}\n.lantern31-table td{color:#667085}\n.lantern31-note{margin:22px 0;padding:18px 20px;border-left:4px solid #f47721;border-radius:9px;background:#fff8f2}\n.lantern31-warning{margin:22px 0;padding:18px 20px;border-left:4px solid #d92d20;border-radius:9px;background:#fff4f2}\n.lantern31-warning strong{color:#b42318}\n.lantern31-faq{display:grid;grid-template-columns:1fr 1fr;gap:10px}\n.lantern31-faq details{border:1px solid #e1e6ed;border-radius:9px;padding:15px;background:#fff}\n.lantern31-faq summary{cursor:pointer;color:#07182f;font-weight:800}\n.lantern31-answer{padding-top:9px;color:#667085;font-size:14px;line-height:1.6}\n.lantern31-trust{display:grid;grid-template-columns:repeat(4,1fr);margin-top:24px;overflow:hidden;border-radius:11px;background:#07182f}\n.lantern31-trust div{padding:16px 8px;text-align:center;color:#dce5ef;font-size:12px}\n.lantern31-trust strong{display:block;color:#ff9b19;font-size:13.5px}\n@media(max-width:800px){.lantern31-stats{grid-template-columns:repeat(3,1fr)}.lantern31-dgrid{grid-template-columns:1fr 1fr}}\n@media(max-width:650px){.lantern31{padding:16px 10px 36px}.lantern31-title{font-size:30px}.lantern31-sub{font-size:18px}.lantern31-grid,.lantern31-faq{grid-template-columns:1fr}.lantern31-stats{grid-template-columns:1fr 1fr}.lantern31-dgrid{grid-template-columns:1fr}.lantern31-trust{grid-template-columns:1fr 1fr}}\n\u003c\/style\u003e\n\n\u003cdiv class=\"lantern31\"\u003e\n\n\u003cdiv class=\"lantern31-brand\"\u003eSOLAR HANGING \u0026amp; PATHWAY LIGHTING\u003c\/div\u003e\n\u003ch2 class=\"lantern31-title\"\u003eHanging Solar Lantern with 31.5\" Shepherd Hook\u003c\/h2\u003e\n\u003ch3 class=\"lantern31-sub\"\u003eVintage Edison-Style Light • 7 Lumens • Solar Powered • Dusk-to-Dawn • Waterproof Outdoor Garden Lantern\u003c\/h3\u003e\n\n\u003cp\u003e\nBring a warm vintage glow to gardens, patios, porches and walkways with this\n\u003cstrong\u003ehanging solar lantern with removable shepherd hook\u003c\/strong\u003e. The lantern features an Edison-style LED light source,\na decorative metal housing and a built-in solar panel that charges during the day and automatically illuminates after dark.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe included \u003cstrong\u003e31.5-inch shepherd hook\u003c\/strong\u003e gives you two display options: use the lantern as a pathway or garden stake light,\nor remove it from the hook and hang it from a porch, pergola, tree branch or other suitable outdoor location.\n\u003c\/p\u003e\n\n\u003cdiv class=\"lantern31-tags\"\u003e\n\u003cspan class=\"lantern31-tag\"\u003e31.5\" Shepherd Hook\u003c\/span\u003e\n\u003cspan class=\"lantern31-tag\"\u003e7 Lumens\u003c\/span\u003e\n\u003cspan class=\"lantern31-tag\"\u003eEdison-Style LED\u003c\/span\u003e\n\u003cspan class=\"lantern31-tag\"\u003eDusk-to-Dawn\u003c\/span\u003e\n\u003cspan class=\"lantern31-tag\"\u003eSolar Powered\u003c\/span\u003e\n\u003cspan class=\"lantern31-tag\"\u003eWaterproof Outdoor Design\u003c\/span\u003e\n\u003cspan class=\"lantern31-tag\"\u003e2-Way Use\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/f9ea76ea-2562-4079-973c-e313b584ec8a.__CR0,0,970,300_PT0_SX970_V1___.jpg\" alt=\"hanging solar lantern with shepherd hook outdoor\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-stats\"\u003e\n\u003cdiv class=\"lantern31-stat\"\u003e\n\u003cstrong\u003e31.5\"\u003c\/strong\u003e\u003cspan\u003eShepherd hook height\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lantern31-stat\"\u003e\n\u003cstrong\u003e7 lm\u003c\/strong\u003e\u003cspan\u003eListed light output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lantern31-stat\"\u003e\n\u003cstrong\u003e400mAh\u003c\/strong\u003e\u003cspan\u003eAAA Ni-MH battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lantern31-stat\"\u003e\n\u003cstrong\u003e4–6 Hrs\u003c\/strong\u003e\u003cspan\u003eListed charge time\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lantern31-stat\"\u003e\n\u003cstrong\u003e6–10 Hrs\u003c\/strong\u003e\u003cspan\u003eListed runtime range\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lantern31-stat\"\u003e\n\u003cstrong\u003e2 Ways\u003c\/strong\u003e\u003cspan\u003eStake or hanging use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/28968ecb-d289-4dd4-b968-e149951cf4c9.__CR0,24,1000,619_PT0_SX970_V1___.jpg\" alt=\"vintage copper finish solar hanging lantern outdoor\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-grid\"\u003e\n\u003cdiv class=\"lantern31-card\"\u003e\n\u003ch2\u003eVintage Lantern Style\u003c\/h2\u003e\n\u003cul class=\"lantern31-list\"\u003e\n\u003cli\u003eWarm Edison-style LED bulb appearance\u003c\/li\u003e\n\u003cli\u003eDecorative metal cage design\u003c\/li\u003e\n\u003cli\u003eRetro lantern styling for gardens and patios\u003c\/li\u003e\n\u003cli\u003eCreates a soft ambient glow rather than high-output task lighting\u003c\/li\u003e\n\u003cli\u003eWorks well with rustic, coastal and traditional outdoor décor\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-card\"\u003e\n\u003ch2\u003ePerfect for Outdoor Spaces\u003c\/h2\u003e\n\u003cdiv class=\"lantern31-apps\"\u003e\n\u003cspan class=\"lantern31-app\"\u003eGardens\u003c\/span\u003e\n\u003cspan class=\"lantern31-app\"\u003ePathways\u003c\/span\u003e\n\u003cspan class=\"lantern31-app\"\u003ePatios\u003c\/span\u003e\n\u003cspan class=\"lantern31-app\"\u003ePorches\u003c\/span\u003e\n\u003cspan class=\"lantern31-app\"\u003ePergolas\u003c\/span\u003e\n\u003cspan class=\"lantern31-app\"\u003eTree Branches\u003c\/span\u003e\n\u003cspan class=\"lantern31-app\"\u003eLawns\u003c\/span\u003e\n\u003cspan class=\"lantern31-app\"\u003eOutdoor Dining Areas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/201bad62-ea8e-416b-ac03-ae4bbc3d4750.__CR0,0,1001,1001_PT0_SX970_V1___.jpg\" alt=\"solar hanging lantern for porch pergola garden\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lantern31-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/98405eb5-f37c-4ee3-bdb9-5982aff0ab02.__CR0,33,300,300_PT0_SX970_V1___.jpg\" alt=\"solar lantern outdoor hanging light at night\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-dark\"\u003e\n\u003ch2\u003eAutomatic Solar Charging \u0026amp; Nighttime Illumination\u003c\/h2\u003e\n\u003cp\u003e\nThe integrated solar panel charges the internal rechargeable battery during daylight.\nOnce switched on, the built-in light sensor automatically turns the lantern on at dusk and off again during daylight.\n\u003c\/p\u003e\n\u003cdiv class=\"lantern31-dgrid\"\u003e\n\u003cdiv class=\"lantern31-di\"\u003e\n\u003cstrong\u003eCharges by Day\u003c\/strong\u003e\u003cspan\u003eIntegrated solar panel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lantern31-di\"\u003e\n\u003cstrong\u003eTurns On at Dusk\u003c\/strong\u003e\u003cspan\u003eAutomatic night lighting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lantern31-di\"\u003e\n\u003cstrong\u003eTurns Off at Dawn\u003c\/strong\u003e\u003cspan\u003eAutomatic daylight shutoff\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lantern31-di\"\u003e\n\u003cstrong\u003eNo Wiring\u003c\/strong\u003e\u003cspan\u003eSimple outdoor setup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/bd6ad1c1-c941-484e-899f-f23f77ea0cbe.__CR16,0,469,469_PT0_SX970_V1___.jpg\" alt=\"waterproof outdoor solar lantern\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lantern31-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/b34e8cc0-4414-4871-9e1a-f71cedd1651c.__CR0,10,612,612_PT0_SX970_V1___.jpg\" alt=\"solar powered lantern integrated solar panel\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lantern31-img\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/a3147656-7b0a-4606-b355-18555cf03b30.__CR2,0,396,396_PT0_SX970_V1___.jpg\" alt=\"solar hanging lantern dimensions\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-grid\"\u003e\n\u003cdiv class=\"lantern31-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"lantern31-table\"\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eSolar Hanging Lantern with Shepherd Hook\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLight Output\u003c\/th\u003e\n\u003ctd\u003e7 Lumens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLight Style\u003c\/th\u003e\n\u003ctd\u003eWarm Edison \/ Tungsten-Filament Appearance\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\u003eBattery\u003c\/th\u003e\n\u003ctd\u003eAAA 400mAh Ni-MH Rechargeable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Charge Time\u003c\/th\u003e\n\u003ctd\u003eApprox. 4–6 Hours in Sunlight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Runtime\u003c\/th\u003e\n\u003ctd\u003eApprox. 6–8 Hours; source also lists up to 10 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLantern Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 7.1 × 7.1 × 7.7 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLantern Height with Handle\u003c\/th\u003e\n\u003ctd\u003eApprox. 14.6 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShepherd Hook Height\u003c\/th\u003e\n\u003ctd\u003eApprox. 31.5 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003ePainted Metal \/ Iron\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\u003eInstallation\u003c\/th\u003e\n\u003ctd\u003eGround Stake or Hanging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-card\"\u003e\n\u003ch2\u003e2-Way Installation\u003c\/h2\u003e\n\u003cul class=\"lantern31-list\"\u003e\n\u003cli\u003eUse with the included shepherd hook as a pathway or garden light\u003c\/li\u003e\n\u003cli\u003eRemove the lantern and hang it separately where appropriate\u003c\/li\u003e\n\u003cli\u003eNo electrical wiring required\u003c\/li\u003e\n\u003cli\u003ePlace the solar panel in direct sunlight for best charging\u003c\/li\u003e\n\u003cli\u003eKeep the switch in the ON position for automatic operation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-note\"\u003e\n\u003cstrong\u003eFirst-use tip:\u003c\/strong\u003e the supplied instructions recommend charging the lantern before regular use.\nFor the best result, position it in strong direct sunlight and make sure the ON\/OFF switch is set correctly before nighttime operation.\n\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-warning\"\u003e\n\u003cstrong\u003eSpecification cleanup:\u003c\/strong\u003e your source contains two different charging\/runtime statements.\nOne section lists \u003cstrong\u003e6–8 hours charging\u003c\/strong\u003e, while another lists \u003cstrong\u003e4–6 hours\u003c\/strong\u003e. Runtime is listed as \u003cstrong\u003e6–8 hours\u003c\/strong\u003e in one place and\n\u003cstrong\u003eup to 10 hours\u003c\/strong\u003e in another. I kept the page conservative and showed those as source-listed ranges instead of pretending there is one exact number.\n\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-warning\"\u003e\n\u003cstrong\u003eColor cleanup:\u003c\/strong\u003e the source describes the lantern as both \u003cstrong\u003eblack iron\u003c\/strong\u003e and \u003cstrong\u003ebronze\/copper finish\u003c\/strong\u003e.\nThe images and marketing copy lean toward a copper\/bronze vintage appearance, so I avoided hard-coding one exact finish in the title.\n\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"lantern31-faq\"\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow tall is the shepherd hook?\u003c\/summary\u003e\n\u003cdiv class=\"lantern31-answer\"\u003eThe supplied product information lists the hook at approximately \u003cstrong\u003e31.5 inches high\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow bright is the lantern?\u003c\/summary\u003e\n\u003cdiv class=\"lantern31-answer\"\u003eThe supplied specification lists approximately \u003cstrong\u003e7 lumens\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDoes it turn on automatically?\u003c\/summary\u003e\n\u003cdiv class=\"lantern31-answer\"\u003eYes. The built-in light sensor is designed to turn the lantern on at dusk and off again during daylight.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it without the shepherd hook?\u003c\/summary\u003e\n\u003cdiv class=\"lantern31-answer\"\u003eYes. The lantern can be removed from the hook and hung from another suitable outdoor location.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat battery does it use?\u003c\/summary\u003e\n\u003cdiv class=\"lantern31-answer\"\u003eThe supplied specifications list an \u003cstrong\u003eAAA 400mAh Ni-MH rechargeable battery\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow long does it stay on?\u003c\/summary\u003e\n\u003cdiv class=\"lantern31-answer\"\u003eThe source lists approximately \u003cstrong\u003e6–8 hours\u003c\/strong\u003e in one section and \u003cstrong\u003eup to 10 hours\u003c\/strong\u003e in another, depending on charging conditions.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eIs it weather resistant?\u003c\/summary\u003e\n\u003cdiv class=\"lantern31-answer\"\u003eYes. The supplied description markets the lantern as waterproof\/weather-resistant for outdoor use.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhere should I place it?\u003c\/summary\u003e\n\u003cdiv class=\"lantern31-answer\"\u003ePlace it where the solar panel receives strong direct sunlight and avoid heavy shade for best nighttime performance.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"lantern31-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e31.5\" HOOK\u003c\/strong\u003eDecorative Garden Height\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e7 LUMENS\u003c\/strong\u003eWarm Accent Lighting\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e2-WAY USE\u003c\/strong\u003eStake or Hanging\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSOLAR POWERED\u003c\/strong\u003eAutomatic Dusk-to-Dawn\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Copper","offer_id":35603043025045,"sku":"39279476-shepherd-hook-brown-1","price":27.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":46570501865704,"sku":"39279476-shepherd-hook-Black","price":27.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/hanging-solar-lantern-with-shepherd-hook-31-inch-5639451.jpg?v=1786734915"},{"product_id":"5m-10m-solar-lamp-crystal-ball-globe-waterproof-led-solar-string-light-bulb-garden-christmas-decor-outdoor-solar-light-garland","title":"50 LED Solar Lamp Crystal Ball Globe Bulbs Waterproof -27Ft","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"7nrtwm-mterep-wflu0u-amb6hl\" 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=\"cyj33n-yxt5ae-6hhvpa-nrobue\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Globe Solar String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/6f4bac65-c1f5-4151-85b8-b28bb6430bcd.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/6f4bac65-c1f5-4151-85b8-b28bb6430bcd.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\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=\"mmt61k-cp6x8y-knmveu-ab3izp\" 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=\"Globe Solar String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/692c4c3c-663b-4849-94cb-6abd4aed0e70.__CR0,0,800,800_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/692c4c3c-663b-4849-94cb-6abd4aed0e70.__CR0,0,800,800_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eImpressive quality and energy saving\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eMade of high-quality materials, it is durable during holidays and Christmas. The LED bulbs emit low heat, which makes these light strings safer. They still feel cool to the touch after several hours of use. The outer shell of the earth light string is sturdy and not easily damaged. High-quality solar energy. During the day, you only need to place the solar panel in a sunny place, and the sun can charge the battery. At night, the energy stored in the battery will power the LED lights, and the string lights can work automatically at night 8 -10 hours without incurring energy or electricity costs.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"Globe Solar String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/3cde7eb6-77a2-4612-b1cb-8f2fa53196a3.__CR0,0,800,800_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/3cde7eb6-77a2-4612-b1cb-8f2fa53196a3.__CR0,0,800,800_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eBeautiful transparent crystal ball bubble\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e1. More beautiful: The diameter of each globe is 0.66 inches, which is big enough to look small and delicate.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e2. Clearer: The crystal clear design allows you to obtain higher brightness and more brilliant lighting effects.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e3. Warmer: Warm colors give people a warm and beautiful feeling. They emit a warm and comfortable light, which is very suitable for outdoor and indoor decoration.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"Globe Solar String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/840b79c1-83c8-44f3-88c8-9b8936a3220e.__CR0,0,800,800_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/840b79c1-83c8-44f3-88c8-9b8936a3220e.__CR0,0,800,800_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eWaterproof, suitable for indoor\/outdoor decoration\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eWaterproof solar panels and globe string lights can withstand all kinds of weather. Waterproof IP44, used outdoors and indoors, as long as the solar panel is full of sunlight, even after heavy rain and snow, warm and comfortable light will still be emitted. Magically decorate your wedding, houses, windows, garden plants, terraces, lawns, gardens, bistros, stairs, yards, cafes, pergola, tents, trees, porches, cabinets, bookcases, swimming pools, pavilions and parties, etc.\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-4 aplus-standard\" cel_widget_id=\"aplus-m-module-4\" data-csa-c-id=\"w6xd1i-i1pqga-uomu1u-na9uge\" data-cel-widget=\"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=\"Globe Solar String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/5f150e6b-f9cf-4465-9b10-5181b8c62c9e.__CR0,0,500,500_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/5f150e6b-f9cf-4465-9b10-5181b8c62c9e.__CR0,0,500,500_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eInstallation step 1\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eConnect the solar panel bracket, assemble it upright, and place it outdoors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"Globe Solar String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/e9086ba8-3df5-4de7-a658-4498e24a9c62.__CR0,0,500,500_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/e9086ba8-3df5-4de7-a658-4498e24a9c62.__CR0,0,500,500_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eInstallation step 2\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eAdjust the angle of the solar panel to receive sunlight evenly\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"Globe Solar String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/a1fc5f9d-22ad-479d-9baf-fb13f330cd1e.__CR0,0,500,500_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/a1fc5f9d-22ad-479d-9baf-fb13f330cd1e.__CR0,0,500,500_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eInstallation step 3\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eInsert it on the upright ground or the top of the house, and arrange and decorate the required scene\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"Globe Solar String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/a09cd52e-8db5-40d1-926f-3ebc5cec43c4.__CR0,0,500,500_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/a09cd52e-8db5-40d1-926f-3ebc5cec43c4.__CR0,0,500,500_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eInstallation step 4\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eTurn on the switch behind the solar panel. When the built-in Ni-MH battery saves enough solar energy during the day, the string lights can automatically work for 8-10 hours at night\u003c\/p\u003e\n\u003c\/div\u003e\n\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=\"ntzojw-mn3bz3-ubyukv-v30izz\" data-cel-widget=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Cool White","offer_id":35706080100501,"sku":"50l","price":25.95,"currency_code":"USD","in_stock":true},{"title":"warm White","offer_id":35706080133269,"sku":"37913787-warm-white","price":25.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/50-led-solar-lamp-crystal-ball-globe-bulbs-waterproof-27ft-4255749.jpg?v=1786734915"},{"product_id":"led-outdoor-solar-lamp-string-lights-100-200-leds-fairy-holiday-christmas-party-garland-solar-garden-waterproof-10m","title":"2PK Solar String Lights Outdoor Copper Wire, Waterproof Solar Fairy Lights with 8 Lighting Modes","description":"\u003cstyle\u003e\n\/* =========================================================\n   2PK SOLAR STRING LIGHTS — COPPER WIRE \/ 8 MODES\n   FULLY ISOLATED SHOPIFY PRODUCT DESCRIPTION\n   ========================================================= *\/\n.osofairy {\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 50px;\n  font-family:inherit;\n  color:#1f2937;\n}\n.osofairy *{box-sizing:border-box}\n.osofairy h2,.osofairy h3{color:#07182f}\n.osofairy p{color:#5f6b7a;line-height:1.72}\n.osofairy-brand {\n  color:#f47721;\n  font-size:14px;\n  font-weight:900;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n.osofairy-title {\n  margin:8px 0 10px;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:900;\n}\n.osofairy-sub {\n  margin:0 0 14px;\n  font-size:20px;\n  line-height:1.4;\n  font-weight:800;\n}\n.osofairy-tags,.osofairy-apps {\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin:16px 0;\n}\n.osofairy-tag,.osofairy-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.osofairy-video {\n  position:relative;\n  width:100%;\n  max-width:970px;\n  margin:24px auto;\n  padding-top:56.25%;\n  border-radius:14px;\n  overflow:hidden;\n  background:#000;\n}\n.osofairy-video iframe {\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n.osofairy-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.osofairy-stat {\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e1e6ed;\n}\n.osofairy-stat:last-child{border-right:0}\n.osofairy-stat strong {\n  display:block;\n  color:#07182f;\n  font-size:14px;\n}\n.osofairy-stat span {\n  color:#667085;\n  font-size:12px;\n}\n\n.osofairy-grid {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin:24px 0;\n}\n.osofairy-card {\n  padding:24px;\n  border:1px solid #e1e6ed;\n  border-radius:14px;\n  background:#fff;\n}\n.osofairy-card h2 {\n  margin:0 0 10px;\n  font-size:23px;\n}\n.osofairy-list {\n  list-style:none;\n  padding:0;\n  margin:0;\n}\n.osofairy-list li {\n  position:relative;\n  padding:7px 0 7px 28px;\n  color:#4b5563;\n  line-height:1.58;\n}\n.osofairy-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.osofairy-dark {\n  padding:30px;\n  margin:26px 0;\n  border-radius:16px;\n  background:linear-gradient(120deg,#07182f,#0d2747);\n  color:#fff;\n}\n.osofairy-dark h2 {\n  margin:0 0 8px;\n  color:#fff;\n  font-size:28px;\n}\n.osofairy-dark p {\n  margin:0 0 18px;\n  color:#dce5ef;\n}\n.osofairy-dgrid {\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:10px;\n}\n.osofairy-di {\n  padding:16px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:9px;\n}\n.osofairy-di strong {\n  display:block;\n  color:#ff9b19;\n  font-size:17px;\n}\n.osofairy-di span {\n  color:#e7edf4;\n  font-size:13px;\n}\n\n.osofairy-table {\n  width:100%;\n  border-collapse:collapse;\n}\n.osofairy-table tr{border-bottom:1px solid #e8ecf1}\n.osofairy-table th,.osofairy-table td {\n  padding:9px 5px;\n  text-align:left;\n  vertical-align:top;\n  font-size:14px;\n}\n.osofairy-table th {\n  width:46%;\n  color:#344054;\n  font-weight:800;\n}\n.osofairy-table td{color:#667085}\n\n.osofairy-note {\n  margin:22px 0;\n  padding:18px 20px;\n  border-left:4px solid #f47721;\n  border-radius:9px;\n  background:#fff8f2;\n}\n.osofairy-warning {\n  margin:22px 0;\n  padding:18px 20px;\n  border-left:4px solid #d92d20;\n  border-radius:9px;\n  background:#fff4f2;\n}\n.osofairy-warning strong{color:#b42318}\n\n.osofairy-steps {\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n}\n.osofairy-step {\n  padding:18px;\n  border:1px solid #e1e6ed;\n  border-radius:12px;\n  background:#fff;\n}\n.osofairy-num {\n  width:34px;\n  height:34px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:#f47721;\n  color:#fff;\n  font-weight:900;\n  margin-bottom:9px;\n}\n.osofairy-step h3 {\n  margin:0 0 7px;\n  font-size:17px;\n}\n.osofairy-step p {\n  margin:0;\n  font-size:14px;\n}\n\n.osofairy-faq {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n}\n.osofairy-faq details {\n  border:1px solid #e1e6ed;\n  border-radius:9px;\n  padding:15px;\n  background:#fff;\n}\n.osofairy-faq summary {\n  cursor:pointer;\n  color:#07182f;\n  font-weight:800;\n}\n.osofairy-answer {\n  padding-top:9px;\n  color:#667085;\n  font-size:14px;\n  line-height:1.6;\n}\n\n.osofairy-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.osofairy-trust div {\n  padding:16px 8px;\n  text-align:center;\n  color:#dce5ef;\n  font-size:12px;\n}\n.osofairy-trust strong {\n  display:block;\n  color:#ff9b19;\n  font-size:13.5px;\n}\n\n@media(max-width:800px) {\n  .osofairy-stats{grid-template-columns:repeat(3,1fr)}\n  .osofairy-dgrid,.osofairy-steps{grid-template-columns:1fr 1fr}\n}\n@media(max-width:650px) {\n  .osofairy{padding:16px 10px 36px}\n  .osofairy-title{font-size:30px}\n  .osofairy-sub{font-size:18px}\n  .osofairy-grid,.osofairy-faq{grid-template-columns:1fr}\n  .osofairy-stats{grid-template-columns:1fr 1fr}\n  .osofairy-dgrid,.osofairy-steps{grid-template-columns:1fr}\n  .osofairy-trust{grid-template-columns:1fr 1fr}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"osofairy\"\u003e\n\u003cdiv class=\"osofairy-brand\"\u003eSOLAR STRING \u0026amp; FAIRY LIGHTING\u003c\/div\u003e\n\u003ch2 class=\"osofairy-title\"\u003e2-Pack Solar String Lights Outdoor – Copper Wire Fairy Lights with 8 Modes\u003c\/h2\u003e\n\u003ch3 class=\"osofairy-sub\"\u003e100 LEDs Per Strand • Approx. 35 ft Each • Waterproof Outdoor Design • Solar Powered • Warm Decorative Lighting\u003c\/h3\u003e\n\u003cp\u003eCreate a warm, festive glow across patios, gardens, fences, trees, pergolas and outdoor entertaining areas with this \u003cstrong\u003e2-pack of solar copper-wire fairy lights\u003c\/strong\u003e. Each strand is listed at approximately \u003cstrong\u003e35 feet\u003c\/strong\u003e with \u003cstrong\u003e100 LEDs\u003c\/strong\u003e, giving you a flexible lighting solution for everyday landscape décor, parties, holidays and seasonal displays.\u003c\/p\u003e\n\u003cp\u003eThe thin copper wire can be shaped around branches, railings, planters and decorative structures, while the separate solar panel charges during the day and automatically powers the lights after dark. Choose from \u003cstrong\u003e8 lighting modes\u003c\/strong\u003e to create anything from a steady glow to animated flashing effects.\u003c\/p\u003e\n\u003cdiv class=\"osofairy-tags\"\u003e\n\u003cspan class=\"osofairy-tag\"\u003e2-Pack\u003c\/span\u003e \u003cspan class=\"osofairy-tag\"\u003e100 LEDs Per Strand\u003c\/span\u003e \u003cspan class=\"osofairy-tag\"\u003eApprox. 35 ft Each\u003c\/span\u003e \u003cspan class=\"osofairy-tag\"\u003e8 Lighting Modes\u003c\/span\u003e \u003cspan class=\"osofairy-tag\"\u003eSolar Powered\u003c\/span\u003e \u003cspan class=\"osofairy-tag\"\u003eCopper Wire\u003c\/span\u003e \u003cspan class=\"osofairy-tag\"\u003eOutdoor Waterproof Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-video\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/tyage2_wZ3g\" title=\"Solar copper wire string lights outdoor video\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"osofairy-stats\"\u003e\n\u003cdiv class=\"osofairy-stat\"\u003e\n\u003cstrong\u003e2 Pack\u003c\/strong\u003e\u003cspan\u003eTwo solar light strands\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-stat\"\u003e\n\u003cstrong\u003e100 LEDs\u003c\/strong\u003e\u003cspan\u003ePer strand\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-stat\"\u003e\n\u003cstrong\u003e35 ft\u003c\/strong\u003e\u003cspan\u003eApprox. per strand\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-stat\"\u003e\n\u003cstrong\u003e8 Modes\u003c\/strong\u003e\u003cspan\u003eLighting effects\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-stat\"\u003e\n\u003cstrong\u003e6–8 Hrs\u003c\/strong\u003e\u003cspan\u003eListed charging time\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-stat\"\u003e\n\u003cstrong\u003e8–15 Hrs\u003c\/strong\u003e\u003cspan\u003eListed runtime range\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-grid\"\u003e\n\u003cdiv class=\"osofairy-card\"\u003e\n\u003ch2\u003eFlexible Copper Wire for Easy Decorating\u003c\/h2\u003e\n\u003cul class=\"osofairy-list\"\u003e\n\u003cli\u003eThin copper wire bends around branches, fences, railings and décor\u003c\/li\u003e\n\u003cli\u003eUseful for trees, pergolas, patios, gardens and balconies\u003c\/li\u003e\n\u003cli\u003eEasy to shape without bulky electrical cords\u003c\/li\u003e\n\u003cli\u003eSolar-powered setup helps eliminate the need for a nearby outlet\u003c\/li\u003e\n\u003cli\u003eWorks for everyday ambiance, parties and seasonal decorating\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-card\"\u003e\n\u003ch2\u003eIdeal for Outdoor Decorating\u003c\/h2\u003e\n\u003cdiv class=\"osofairy-apps\"\u003e\n\u003cspan class=\"osofairy-app\"\u003ePatios\u003c\/span\u003e \u003cspan class=\"osofairy-app\"\u003ePergolas\u003c\/span\u003e \u003cspan class=\"osofairy-app\"\u003eGardens\u003c\/span\u003e \u003cspan class=\"osofairy-app\"\u003eTrees\u003c\/span\u003e \u003cspan class=\"osofairy-app\"\u003eFences\u003c\/span\u003e \u003cspan class=\"osofairy-app\"\u003eBalconies\u003c\/span\u003e \u003cspan class=\"osofairy-app\"\u003eRailings\u003c\/span\u003e \u003cspan class=\"osofairy-app\"\u003eWeddings\u003c\/span\u003e \u003cspan class=\"osofairy-app\"\u003eParties\u003c\/span\u003e \u003cspan class=\"osofairy-app\"\u003eHoliday Décor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-dark\"\u003e\n\u003ch2\u003e8 Lighting Modes for Different Moods\u003c\/h2\u003e\n\u003cp\u003eUse the mode button on the solar controller to cycle through the available lighting effects. The exact sequence may vary by production batch, but the listing clearly supports \u003cstrong\u003e8 selectable modes\u003c\/strong\u003e, including steady illumination and flashing-style effects.\u003c\/p\u003e\n\u003cdiv class=\"osofairy-dgrid\"\u003e\n\u003cdiv class=\"osofairy-di\"\u003e\n\u003cstrong\u003eSteady Glow\u003c\/strong\u003e\u003cspan\u003eClassic continuous illumination\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-di\"\u003e\n\u003cstrong\u003eAnimated Effects\u003c\/strong\u003e\u003cspan\u003eFlashing \/ twinkle-style options\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-di\"\u003e\n\u003cstrong\u003eOne-Button Control\u003c\/strong\u003e\u003cspan\u003eCycle through available modes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-di\"\u003e\n\u003cstrong\u003eMemory by Setup\u003c\/strong\u003e\u003cspan\u003eSelect the mode that fits your display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-grid\"\u003e\n\u003cdiv class=\"osofairy-card\"\u003e\n\u003ch2\u003eSolar Charging \u0026amp; Runtime\u003c\/h2\u003e\n\u003cul class=\"osofairy-list\"\u003e\n\u003cli\u003ePolycrystalline solar panel\u003c\/li\u003e\n\u003cli\u003eSupplier claims up to 17% conversion efficiency\u003c\/li\u003e\n\u003cli\u003eListed charging time: approximately 6–8 hours\u003c\/li\u003e\n\u003cli\u003eSteady-on runtime: approximately 8–12 hours\u003c\/li\u003e\n\u003cli\u003eFlashing-mode runtime: approximately 10–15 hours\u003c\/li\u003e\n\u003cli\u003eRuntime varies with sunlight, season, weather and selected mode\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"osofairy-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eSolar Copper-Wire Fairy \/ String Lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePack Size\u003c\/th\u003e\n\u003ctd\u003e2 Strands\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLED Count\u003c\/th\u003e\n\u003ctd\u003e100 LEDs Per Strand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApprox. Length\u003c\/th\u003e\n\u003ctd\u003e35 ft \/ 10 m Per Strand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting Modes\u003c\/th\u003e\n\u003ctd\u003e8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel\u003c\/th\u003e\n\u003ctd\u003ePolycrystalline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery\u003c\/th\u003e\n\u003ctd\u003e1 × AA Ni-MH Rechargeable, 1200mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Charging Time\u003c\/th\u003e\n\u003ctd\u003eApprox. 6–8 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Runtime\u003c\/th\u003e\n\u003ctd\u003e8–12 Hours Steady \/ 10–15 Hours Flashing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOperating Temperature\u003c\/th\u003e\n\u003ctd\u003e-20°C to 60°C\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\u003ePlug Required\u003c\/th\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOutdoor Use\u003c\/th\u003e\n\u003ctd\u003eYes\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=\"osofairy-card\"\u003e\n\u003ch2\u003eSimple 4-Step Installation\u003c\/h2\u003e\n\u003cdiv class=\"osofairy-steps\"\u003e\n\u003cdiv class=\"osofairy-step\"\u003e\n\u003cdiv class=\"osofairy-num\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eAssemble the Panel\u003c\/h3\u003e\n\u003cp\u003eAttach the solar panel to the holder and ground stake.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-step\"\u003e\n\u003cdiv class=\"osofairy-num\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eSwitch It On\u003c\/h3\u003e\n\u003cp\u003eMove the ON\/OFF switch on the solar controller to ON.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-step\"\u003e\n\u003cdiv class=\"osofairy-num\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eSelect a Mode\u003c\/h3\u003e\n\u003cp\u003ePress the Mode button to cycle through the 8 available lighting effects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-step\"\u003e\n\u003cdiv class=\"osofairy-num\"\u003e4\u003c\/div\u003e\n\u003ch3\u003ePlace in Direct Sun\u003c\/h3\u003e\n\u003cp\u003ePosition the solar panel where it receives strong, unobstructed daylight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-note\"\u003e\n\u003cstrong\u003eBest-performance tip:\u003c\/strong\u003e place the solar panel where it receives several hours of direct sunlight. Shade from trees, buildings, pergolas or rooflines can reduce charging and shorten nighttime runtime.\u003c\/div\u003e\n\u003cdiv class=\"osofairy-warning\"\u003e\n\u003cstrong\u003eSpecification cleanup:\u003c\/strong\u003e the old description contains conflicting voltage and length fields, including “1.2V 800mA,” “6V,” and additional 7m \/ 12m \/ 22m length references. For this 2-pack listing, I used the clearest supported configuration: \u003cstrong\u003e35 ft \/ 10 m per strand, 100 LEDs per strand, 8 modes, and a 1.2V 1200mAh AA Ni-MH rechargeable battery\u003c\/strong\u003e.\u003c\/div\u003e\n\u003cdiv class=\"osofairy-warning\"\u003e\n\u003cstrong\u003eWaterproof note:\u003c\/strong\u003e the source says the lights are waterproof for outdoor use, but it does not provide a specific IP rating. I therefore kept the claim as \u003cstrong\u003ewaterproof outdoor design\u003c\/strong\u003e without inventing an IP number.\u003c\/div\u003e\n\u003cdiv class=\"osofairy-card\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"osofairy-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many lights are included?\u003c\/summary\u003e\n\u003cdiv class=\"osofairy-answer\"\u003eThis listing includes \u003cstrong\u003e2 solar string-light strands\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many LEDs are on each strand?\u003c\/summary\u003e\n\u003cdiv class=\"osofairy-answer\"\u003eThe supplied description lists \u003cstrong\u003e100 LEDs per strand\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long is each string light?\u003c\/summary\u003e\n\u003cdiv class=\"osofairy-answer\"\u003eThe clearest supplied configuration is approximately \u003cstrong\u003e35 ft \/ 10 m per strand\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many lighting modes are available?\u003c\/summary\u003e\n\u003cdiv class=\"osofairy-answer\"\u003eThe listing supports \u003cstrong\u003e8 selectable lighting modes\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long do they stay on?\u003c\/summary\u003e\n\u003cdiv class=\"osofairy-answer\"\u003eThe supplier lists approximately \u003cstrong\u003e8–12 hours in steady mode\u003c\/strong\u003e and \u003cstrong\u003e10–15 hours in flashing modes\u003c\/strong\u003e, depending on charging conditions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long do they need to charge?\u003c\/summary\u003e\n\u003cdiv class=\"osofairy-answer\"\u003eThe supplied specification lists approximately \u003cstrong\u003e6–8 hours\u003c\/strong\u003e of charging in suitable sunlight.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo they require an electrical outlet?\u003c\/summary\u003e\n\u003cdiv class=\"osofairy-answer\"\u003eNo. These are solar-powered lights and do not require a plug for normal operation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan they be used in the rain?\u003c\/summary\u003e\n\u003cdiv class=\"osofairy-answer\"\u003eThe supplied product copy describes them as waterproof outdoor string lights. For longest life, keep the solar controller positioned correctly and avoid unnecessary submersion.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"osofairy-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e2-PACK\u003c\/strong\u003eDouble Outdoor Coverage\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e200 LEDs TOTAL\u003c\/strong\u003e100 Per Strand\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e8 MODES\u003c\/strong\u003eMultiple Lighting Effects\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSOLAR POWERED\u003c\/strong\u003eNo Outlet Required\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"1 Pack 300 LED with contro \/ Warm white","offer_id":35706114801813,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"1 Pack 300 LED with contro \/ Cool white","offer_id":46552035623144,"sku":"","price":29.95,"currency_code":"USD","in_stock":true},{"title":"1 Pack 300 LED with contro \/ Multi Color","offer_id":46552035655912,"sku":"","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2 Pack 100LED battery operated with contro \/ Warm white","offer_id":35706114998421,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"2 Pack 100LED battery operated with contro \/ Cool white","offer_id":46552035688680,"sku":"","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2 Pack 100LED battery operated with contro \/ Multi Color","offer_id":46552035721448,"sku":"","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2 Pack 20ft Solar Lights \/ Warm white","offer_id":35706115457173,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"2 Pack 20ft Solar Lights \/ Cool white","offer_id":46552035819752,"sku":"","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2 Pack 20ft Solar Lights \/ Multi Color","offer_id":46552035852520,"sku":"","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2 Pack 20ft Plug-In \/ Warm white","offer_id":37748810383509,"sku":"","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2 Pack 20ft Plug-In \/ Cool white","offer_id":46552035885288,"sku":"","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2 Pack 20ft Plug-In \/ Multi Color","offer_id":46552035918056,"sku":"","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/2pk-solar-string-lights-outdoor-copper-wire-waterproof-solar-fairy-lights-with-8-lighting-modes-9068401.jpg?v=1786734915"},{"product_id":"led-flame-lamp-96leds-lawn-flame-flickering-torch-light-outdoor-solar-led-fire-lights-garden-decoration-1","title":"Solar LED Flame Lamp Lawn Flame Flickering Torch Light Outdoor Fire 96 LED Lights 4 Pack","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET\n   SOLAR TORCH FLICKERING FLAME LIGHTS DESCRIPTION\n   ========================================================= *\/\n\n.oso-product-desc {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 25px 16px 45px;\n  font-family: inherit;\n  color: #111827;\n}\n\n.oso-product-desc * {\n  box-sizing: border-box;\n}\n\n.oso-product-desc img {\n  max-width: 100%;\n  height: auto;\n  display: block;\n}\n\n\/* HERO *\/\n\n.oso-pd-hero {\n  display: grid;\n  grid-template-columns: 1fr 1.25fr;\n  gap: 38px;\n  align-items: center;\n  margin-bottom: 28px;\n}\n\n.oso-pd-hero-image {\n  border-radius: 14px;\n  overflow: hidden;\n  background: #f5f5f5;\n}\n\n.oso-pd-hero-image img {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n}\n\n.oso-pd-brand {\n  display: block;\n  color: #f28c00;\n  font-size: 17px;\n  font-weight: 800;\n  margin-bottom: 7px;\n  letter-spacing: .4px;\n}\n\n.oso-pd-title {\n  margin: 0 0 10px;\n  font-size: 38px;\n  line-height: 1.08;\n  font-weight: 800;\n  color: #07182e;\n}\n\n.oso-pd-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-pd-intro {\n  margin: 0;\n  font-size: 17px;\n  line-height: 1.7;\n  color: #4b5563;\n}\n\n\/* QUICK BENEFITS *\/\n\n.oso-pd-quick {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  margin: 10px 0 30px;\n  border-top: 1px solid #e5e7eb;\n  border-bottom: 1px solid #e5e7eb;\n  padding: 18px 0;\n}\n\n.oso-pd-quick-item {\n  text-align: center;\n  padding: 4px 12px;\n  border-right: 1px solid #e5e7eb;\n}\n\n.oso-pd-quick-item:last-child {\n  border-right: 0;\n}\n\n.oso-pd-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-pd-icon svg {\n  width: 26px;\n  height: 26px;\n  fill: none;\n  stroke: #f5a300;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.oso-pd-quick-item strong {\n  display: block;\n  font-size: 14px;\n  line-height: 1.3;\n  color: #111827;\n}\n\n\/* FEATURE CARDS *\/\n\n.oso-pd-features {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 12px;\n  margin-bottom: 30px;\n}\n\n.oso-pd-feature {\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.oso-pd-feature img {\n  width: 100%;\n  aspect-ratio: 1 \/ .83;\n  object-fit: cover;\n}\n\n.oso-pd-feature-copy {\n  padding: 16px 14px 18px;\n}\n\n.oso-pd-feature h3 {\n  margin: 0 0 7px;\n  font-size: 16px;\n  line-height: 1.35;\n  font-weight: 800;\n  color: #111827;\n}\n\n.oso-pd-feature p {\n  margin: 0;\n  font-size: 14px;\n  line-height: 1.55;\n  color: #667085;\n}\n\n\/* TWO COLUMN DETAILS *\/\n\n.oso-pd-two-col {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n  margin-bottom: 20px;\n}\n\n.oso-pd-card {\n  border: 1px solid #e5e7eb;\n  border-radius: 12px;\n  background: #fff;\n  padding: 27px;\n}\n\n.oso-pd-card h2,\n.oso-pd-section h2 {\n  margin: 0 0 17px;\n  font-size: 25px;\n  line-height: 1.25;\n  font-weight: 800;\n  color: #07182e;\n}\n\n.oso-pd-card h2:after,\n.oso-pd-section h2:after {\n  content: \"\";\n  display: block;\n  width: 42px;\n  height: 3px;\n  background: #f5a300;\n  margin-top: 9px;\n}\n\n.oso-pd-checklist {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.oso-pd-checklist li {\n  position: relative;\n  padding: 7px 0 7px 28px;\n  font-size: 15px;\n  line-height: 1.5;\n  color: #344054;\n}\n\n.oso-pd-checklist 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: 800;\n}\n\n\/* SPECS *\/\n\n.oso-pd-spec-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.oso-pd-spec-table tr {\n  border-bottom: 1px solid #eceff2;\n}\n\n.oso-pd-spec-table tr:last-child {\n  border-bottom: 0;\n}\n\n.oso-pd-spec-table th,\n.oso-pd-spec-table td {\n  text-align: left;\n  padding: 8px 5px;\n  font-size: 15px;\n  line-height: 1.4;\n  vertical-align: top;\n}\n\n.oso-pd-spec-table th {\n  width: 42%;\n  font-weight: 700;\n  color: #344054;\n}\n\n.oso-pd-spec-table td {\n  color: #475467;\n}\n\n\/* THREE COLUMN *\/\n\n.oso-pd-three-col {\n  display: grid;\n  grid-template-columns: 1fr 1fr 1fr;\n  gap: 18px;\n  margin-bottom: 22px;\n}\n\n.oso-pd-dark {\n  background: linear-gradient(135deg, #07182e, #102e50);\n  color: #fff;\n}\n\n.oso-pd-dark h2 {\n  color: #fff;\n}\n\n.oso-pd-card p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.65;\n  color: #667085;\n}\n\n.oso-pd-dark p {\n  color: #d8e0ea;\n}\n\n\/* APPLICATION CHIPS *\/\n\n.oso-pd-apps {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n}\n\n.oso-pd-app {\n  padding: 9px 14px;\n  border-radius: 999px;\n  background: #f7f8fa;\n  border: 1px solid #e4e7ec;\n  font-size: 14px;\n  font-weight: 650;\n  color: #344054;\n}\n\n\/* INSTALLATION *\/\n\n.oso-pd-section {\n  border: 1px solid #e5e7eb;\n  border-radius: 12px;\n  background: #fff;\n  padding: 27px;\n  margin-bottom: 20px;\n}\n\n.oso-pd-steps {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n\n.oso-pd-step {\n  text-align: center;\n  padding: 8px 15px;\n}\n\n.oso-pd-step-num {\n  width: 37px;\n  height: 37px;\n  border-radius: 50%;\n  margin: 0 auto 11px;\n  background: #f5a300;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 17px;\n  font-weight: 800;\n}\n\n.oso-pd-step h3 {\n  margin: 0 0 6px;\n  font-size: 17px;\n  color: #111827;\n}\n\n.oso-pd-step p {\n  margin: 0;\n  font-size: 14px;\n  line-height: 1.55;\n  color: #667085;\n}\n\n\/* TIPS *\/\n\n.oso-pd-tips {\n  background: #fff8eb;\n  border: 1px solid #f5d59d;\n  border-radius: 12px;\n  padding: 24px 27px;\n  margin-bottom: 20px;\n}\n\n.oso-pd-tips h2 {\n  margin: 0 0 14px;\n  color: #07182e;\n  font-size: 23px;\n  font-weight: 800;\n}\n\n.oso-pd-tips ul {\n  margin: 0;\n  padding-left: 20px;\n}\n\n.oso-pd-tips li {\n  margin: 7px 0;\n  font-size: 14px;\n  line-height: 1.6;\n  color: #5b6470;\n}\n\n\/* FAQ *\/\n\n.oso-pd-faq {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px 14px;\n}\n\n.oso-pd-faq details {\n  border: 1px solid #e5e7eb;\n  border-radius: 8px;\n  overflow: hidden;\n  background: #fff;\n}\n\n.oso-pd-faq summary {\n  list-style: none;\n  position: relative;\n  padding: 16px 46px 16px 17px;\n  cursor: pointer;\n  font-size: 15px;\n  font-weight: 700;\n  color: #1f2937;\n}\n\n.oso-pd-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.oso-pd-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  font-weight: 500;\n}\n\n.oso-pd-faq details[open] summary:after {\n  content: \"−\";\n}\n\n.oso-pd-faq-answer {\n  padding: 0 17px 17px;\n  font-size: 14px;\n  line-height: 1.65;\n  color: #667085;\n}\n\n\/* TRUST BAR *\/\n\n.oso-pd-trust {\n  margin-top: 25px;\n  background: #07182e;\n  border-radius: 12px;\n  padding: 18px;\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n}\n\n.oso-pd-trust-item {\n  text-align: center;\n  color: #fff;\n  font-size: 14px;\n  line-height: 1.4;\n}\n\n.oso-pd-trust-item strong {\n  display: block;\n  color: #f5a300;\n  font-size: 15px;\n  margin-bottom: 2px;\n}\n\n\/* TABLET *\/\n\n@media (max-width: 900px) {\n  .oso-pd-hero {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-features {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .oso-pd-quick {\n    grid-template-columns: repeat(3, 1fr);\n    row-gap: 20px;\n  }\n\n  .oso-pd-quick-item {\n    border-right: 0;\n  }\n\n  .oso-pd-three-col {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 650px) {\n\n  .oso-product-desc {\n    padding: 15px 10px 30px;\n  }\n\n  .oso-pd-hero {\n    gap: 20px;\n  }\n\n  .oso-pd-title {\n    font-size: 30px;\n  }\n\n  .oso-pd-subtitle {\n    font-size: 19px;\n  }\n\n  .oso-pd-intro {\n    font-size: 16px;\n  }\n\n  .oso-pd-quick {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px 8px;\n  }\n\n  .oso-pd-features {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso-pd-feature h3 {\n    font-size: 15px;\n  }\n\n  .oso-pd-feature p {\n    font-size: 13px;\n  }\n\n  .oso-pd-two-col,\n  .oso-pd-three-col {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-card,\n  .oso-pd-section {\n    padding: 21px 17px;\n  }\n\n  .oso-pd-card h2,\n  .oso-pd-section h2 {\n    font-size: 22px;\n  }\n\n  .oso-pd-steps {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-faq {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pd-trust {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"oso-product-desc\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"oso-pd-hero\"\u003e\n\n    \u003cdiv class=\"oso-pd-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/af6bfd31-1f47-4574-a532-104f04644ba4.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"Solar torch lights with realistic flickering flame effect for outdoor garden patio and pathway\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cspan class=\"oso-pd-brand\"\u003eOUTDOOR SOLAR LIGHTING\u003c\/span\u003e\n\n      \u003ch2 class=\"oso-pd-title\"\u003e\n        Solar Torch Lights with Flickering Flame\n      \u003c\/h2\u003e\n\n      \u003ch3 class=\"oso-pd-subtitle\"\u003e\n        Decorative Solar Flame Lighting for Gardens, Patios, Pathways \u0026amp; Events\n      \u003c\/h3\u003e\n\n      \u003cp class=\"oso-pd-intro\"\u003e\n        Create a warm, inviting outdoor atmosphere with this\n        \u003cstrong\u003e4-pack of solar torch lights with a realistic flickering flame effect\u003c\/strong\u003e.\n        Each torch uses 96 LEDs to simulate the movement of a dancing flame without\n        the open fire of a traditional torch. Solar charging, automatic dusk-to-dawn\n        operation, and flexible mounting options make these decorative outdoor solar\n        lights ideal for gardens, pathways, patios, yards, parties, weddings, holidays,\n        and other outdoor spaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUICK BENEFITS --\u003e\n  \u003cdiv class=\"oso-pd-quick\"\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 2c2 4-2 5 1 8 2 2 4 3 4 6a5 5 0 0 1-10 0c0-3 2-5 5-8 1-1 1-3 0-6z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 13c1 2 2 2.5 2 4a2 2 0 0 1-4 0c0-1.2.8-2.3 2-4z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003eFlickering Flame Effect\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-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\u003eSolar Powered\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-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\u003eAuto Dusk-to-Dawn\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003eUp to 12 Hours\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-quick-item\"\u003e\n      \u003cdiv class=\"oso-pd-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\u003eOutdoor Weather Resistant\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURE CARDS --\u003e\n  \u003csection class=\"oso-pd-features\"\u003e\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/2df08114-1cbf-4b8b-8006-5b2b70a7a344.__CR0,0,220,220_PT0_SX220_V1___.jpg\" alt=\"Decorative solar torch light with dancing flickering flame effect\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003eRealistic Dancing Flame Effect\u003c\/h3\u003e\n        \u003cp\u003e\n          96 LEDs create a moving flame-style glow that adds the look of a torch\n          without the open flame of traditional fire lighting.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/4602b045-4667-4244-8df2-beb479760088.__CR0,0,220,220_PT0_SX220_V1___.jpg\" alt=\"Solar panel and battery for outdoor solar torch lights\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003e2200mAh Rechargeable Battery\u003c\/h3\u003e\n        \u003cp\u003e\n          A high-capacity Li-ion battery stores solar energy during the day\n          and can provide up to 12 hours of nighttime operation after a full charge.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/73ddd5ec-3bde-40ad-9f34-a046b476dcdf.__CR0,0,300,300_PT0_SX220_V1___.jpg\" alt=\"Automatic dusk to dawn solar torch lights\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003eAutomatic Dusk-to-Dawn\u003c\/h3\u003e\n        \u003cp\u003e\n          Built-in light sensing allows the torch to charge during the day,\n          turn on automatically after dark, and switch off again at dawn.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/1bd59326-5853-406c-8157-bdc1b9336619.__CR0,0,300,300_PT0_SX220_V1___.jpg\" alt=\"Waterproof outdoor solar torch light\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003eBuilt for Outdoor Use\u003c\/h3\u003e\n        \u003cp\u003e\n          Weather-resistant construction helps the solar torch lights perform\n          in outdoor environments exposed to rain, wind, and damp conditions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-feature\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/86d48afc-c4f1-4b91-9d9e-dbb48f6e9a5b.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"Solar flame torch lights for garden patio and outdoor decoration\"\u003e\n\n      \u003cdiv class=\"oso-pd-feature-copy\"\u003e\n        \u003ch3\u003eDecorative Outdoor Ambiance\u003c\/h3\u003e\n        \u003cp\u003e\n          Add warm flame-style illumination to gardens, patios, yards,\n          pathways, driveways, parties, weddings, and seasonal displays.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DETAILS + SPECS --\u003e\n  \u003csection class=\"oso-pd-two-col\"\u003e\n\n    \u003cdiv class=\"oso-pd-card\"\u003e\n\n      \u003ch2\u003eDesigned for Beautiful Outdoor Ambiance\u003c\/h2\u003e\n\n      \u003cul class=\"oso-pd-checklist\"\u003e\n        \u003cli\u003e96 LEDs per solar torch light\u003c\/li\u003e\n        \u003cli\u003eRealistic flickering dancing flame effect\u003c\/li\u003e\n        \u003cli\u003e4-piece outdoor solar torch set\u003c\/li\u003e\n        \u003cli\u003eAutomatic dusk-to-dawn operation\u003c\/li\u003e\n        \u003cli\u003eNo traditional electrical wiring required\u003c\/li\u003e\n        \u003cli\u003e2200mAh rechargeable Li-ion battery\u003c\/li\u003e\n        \u003cli\u003e0.88W solar panel\u003c\/li\u003e\n        \u003cli\u003e17% stated solar conversion efficiency\u003c\/li\u003e\n        \u003cli\u003eApprox. 8-hour solar charging time\u003c\/li\u003e\n        \u003cli\u003eUp to 12 hours of runtime after full charge\u003c\/li\u003e\n        \u003cli\u003eGround-stake and wall-mount hardware included\u003c\/li\u003e\n        \u003cli\u003eDurable ABS construction\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-card\"\u003e\n\n      \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n      \u003ctable class=\"oso-pd-spec-table\"\u003e\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003ePack Size\u003c\/th\u003e\n            \u003ctd\u003e4 Solar Torch Lights\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eLED Quantity\u003c\/th\u003e\n            \u003ctd\u003e96 LEDs Per Light\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eLighting Effect\u003c\/th\u003e\n            \u003ctd\u003eFlickering \/ Dancing Flame\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBattery\u003c\/th\u003e\n            \u003ctd\u003e2200mAh Rechargeable Li-ion\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eSolar Panel\u003c\/th\u003e\n            \u003ctd\u003e0.88W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eSolar Efficiency\u003c\/th\u003e\n            \u003ctd\u003e17%\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eCharging Time\u003c\/th\u003e\n            \u003ctd\u003eApprox. 8 Hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWorking Time\u003c\/th\u003e\n            \u003ctd\u003eUp to 12 Hours After Full Charge\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eDimensions\u003c\/th\u003e\n            \u003ctd\u003eApprox. 4.7\" × 31\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWeight\u003c\/th\u003e\n            \u003ctd\u003eApprox. 453 g Per Light\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\u003eOperation\u003c\/th\u003e\n            \u003ctd\u003eAutomatic Dusk-to-Dawn\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eInstallation\u003c\/th\u003e\n            \u003ctd\u003eGround Stake or Wall Mount\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!-- INCLUDED \/ AMBIANCE \/ APPLICATIONS --\u003e\n  \u003csection class=\"oso-pd-three-col\"\u003e\n\n    \u003cdiv class=\"oso-pd-card\"\u003e\n\n      \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\n      \u003cul class=\"oso-pd-checklist\"\u003e\n        \u003cli\u003e4 Solar Torch Lights\u003c\/li\u003e\n        \u003cli\u003e4 Plastic Ground Spikes\u003c\/li\u003e\n        \u003cli\u003e4 Wall Mount Connectors\u003c\/li\u003e\n        \u003cli\u003e4 Bases\u003c\/li\u003e\n        \u003cli\u003e1 User Manual\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-card oso-pd-dark\"\u003e\n\n      \u003ch2\u003eFlame Ambiance Without Open Fire\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The animated LED flame effect creates the warm visual atmosphere\n        of a decorative torch without using a real open flame. It is a great\n        option for patios, gardens, pathways, outdoor gatherings, seasonal displays,\n        weddings, BBQs, and other areas where you want decorative light and ambiance.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pd-card\"\u003e\n\n      \u003ch2\u003ePerfect For\u003c\/h2\u003e\n\n      \u003cdiv class=\"oso-pd-apps\"\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eGardens\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003ePathways\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003ePatios\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eYards\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eDriveways\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eWalkways\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eWeddings\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eBBQs\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eParties\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eHalloween\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eChristmas\u003c\/span\u003e\n        \u003cspan class=\"oso-pd-app\"\u003eOutdoor Events\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"oso-pd-section\"\u003e\n\n    \u003ch2\u003eEasy 3-Step Installation\u003c\/h2\u003e\n\n    \u003cdiv class=\"oso-pd-steps\"\u003e\n\n      \u003cdiv class=\"oso-pd-step\"\u003e\n        \u003cdiv class=\"oso-pd-step-num\"\u003e1\u003c\/div\u003e\n\n        \u003ch3\u003eChoose Your Mounting Method\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Use the included ground spike for lawns, soil, gardens, and pathways,\n          or use the supplied mounting components where appropriate.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"oso-pd-step\"\u003e\n        \u003cdiv class=\"oso-pd-step-num\"\u003e2\u003c\/div\u003e\n\n        \u003ch3\u003ePlace in Direct Sunlight\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Position the solar panel where it can receive adequate sunlight\n          during the day for dependable nighttime performance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"oso-pd-step\"\u003e\n        \u003cdiv class=\"oso-pd-step-num\"\u003e3\u003c\/div\u003e\n\n        \u003ch3\u003eSwitch On \u0026amp; Let It Work\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Turn the light on for initial use. The built-in sensor will then\n          handle automatic dusk-to-dawn operation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- TIPS --\u003e\n  \u003csection class=\"oso-pd-tips\"\u003e\n\n    \u003ch2\u003eTips for Best Solar Performance\u003c\/h2\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eBefore first use, allow the solar torch lights to charge in direct sunlight for 1–2 sunny days.\u003c\/li\u003e\n      \u003cli\u003eAvoid installing the lights near strong nighttime lighting, which may interfere with the dusk-to-dawn sensor.\u003c\/li\u003e\n      \u003cli\u003eSolar runtime is weather-dependent and may be shorter after cloudy or rainy days.\u003c\/li\u003e\n      \u003cli\u003eIf the ground is very hard, soften the soil before inserting the stake rather than hammering or twisting it with excessive force.\u003c\/li\u003e\n      \u003cli\u003eFor best charging performance, keep the solar panel clean and free of leaves, dust, and debris.\u003c\/li\u003e\n      \u003cli\u003eIf battery performance decreases after extended use, allow the light additional sunny charging time before testing again.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"oso-pd-section\"\u003e\n\n    \u003ch2\u003eSolar Torch Light FAQs\u003c\/h2\u003e\n\n    \u003cdiv class=\"oso-pd-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo these solar torch lights use a real flame?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          No. The flame appearance is created by LEDs that simulate a flickering,\n          dancing flame effect. There is no traditional open flame.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow long can the lights stay on?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          The supplied specifications state up to approximately 12 hours\n          of operation after a full charge. Actual runtime depends on sunlight,\n          weather, battery condition, and installation location.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow long do the solar torch lights take to charge?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          The listed charging time is approximately 8 hours under suitable\n          sunlight conditions. Solar charging time can vary based on the season,\n          weather, and amount of direct sunlight.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo the torch lights turn on automatically?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          Yes. The built-in light sensor allows the lights to charge during\n          daylight and automatically illuminate after dusk, then switch off again at dawn.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere can I use solar flame torch lights?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          They are suitable for decorative outdoor use around gardens, pathways,\n          patios, yards, driveways, outdoor events, parties, weddings, BBQ areas,\n          and seasonal displays.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo they require electrical wiring?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pd-faq-answer\"\u003e\n          No. The torch lights use solar energy stored in an internal rechargeable\n          battery and do not require traditional electrical wiring.\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-pd-trust\"\u003e\n\n    \u003cdiv class=\"oso-pd-trust-item\"\u003e\n      \u003cstrong\u003e4-Piece Set\u003c\/strong\u003e\n      Decorative Outdoor Lighting\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-trust-item\"\u003e\n      \u003cstrong\u003e96 LEDs\u003c\/strong\u003e\n      Flickering Flame Effect\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-trust-item\"\u003e\n      \u003cstrong\u003e2200mAh Battery\u003c\/strong\u003e\n      Up to 12 Hours Runtime\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pd-trust-item\"\u003e\n      \u003cstrong\u003eSolar Powered\u003c\/strong\u003e\n      No Electrical Wiring\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":42499066626280,"sku":"297210494","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/solar-led-flame-lamp-lawn-flame-flickering-torch-light-outdoor-fire-96-led-lights-4-pack-7754238.jpg?v=1786734916"},{"product_id":"energizer-solar-color-holding-pathway-lights-8pk-weathered-zinc","title":"Berkley Jensen Solar Color-Holding Pathway Lights, 8pk.","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cp _ngcontent-c32=\"\" class=\"mobileAccordianHeading\" style=\"display: inline !important;\"\u003e\u003cspan _ngcontent-c32=\"\"\u003eDescription\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv _ngcontent-c32=\"\" class=\"panel-heading\"\u003e\u003ca _ngcontent-c32=\"\" data-target=\"#mobileDescriptiontabcontent\" data-toggle=\"collapse\"\u003e\n\u003cp _ngcontent-c32=\"\" class=\"mobileAccordianHeading\"\u003e \u003c\/p\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv _ngcontent-c32=\"\" class=\"panel-collapse collapse show\" id=\"mobileDescriptiontabcontent\"\u003e\n\u003cdiv _ngcontent-c32=\"\" class=\"panel-body showMore\"\u003e\n\u003cdiv _ngcontent-c32=\"\" class=\"spec-feature\"\u003e\u003c\/div\u003e\n\u003capp-pdp-tab-description-molecule _ngcontent-c32=\"\"\u003e\n\u003cdiv class=\"desc-table\"\u003eEnhance your outdoor area with these Energizer 10-Lumen Solar Color-Holding Pathway Lights. The color-changing LED allows you to switch between white, blue, red and green colors. These lights are conveniently powered by the sun and automatically turns on at night. No wiring is required.\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eproduct features:\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cdiv\u003e\n\u003cli\u003e10 lumen highly efficient solar lights\u003c\/li\u003e\n\u003cli\u003eMade from durable stainless steel construction\u003c\/li\u003e\n\u003cli\u003eWeathered zinc finish offers an eye-catching look\u003c\/li\u003e\n\u003cli\u003eDecorative glass lens\u003c\/li\u003e\n\u003cli\u003eColorful LED allows you to switch between white, red, blue, and green colors\u003c\/li\u003e\n\u003cli\u003eEfficient crystalline solar panel captures maximum energy\u003c\/li\u003e\n\u003cli\u003eUses one rechargeable battery per light (included)\u003c\/li\u003e\n\u003cli\u003eIncludes eight solar top hats, eight glass lenses, eight posts, eight ground stakes, eight Ni-Mh rechargeable batteries, and instruction manuals\u003c\/li\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/app-pdp-tab-description-molecule\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Energizer","offers":[{"title":"Bronze","offer_id":35877312004245,"sku":"BJsbr-01","price":89.95,"currency_code":"USD","in_stock":true},{"title":"Gunmetal","offer_id":35877311938709,"sku":"bjsgnm-01","price":89.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/berkley-jensen-solar-color-holding-pathway-lights-8pk-6110060.jpg?v=1786734912"},{"product_id":"4-pack-berkeley-jensen-motion-solar-deck-lights","title":"30 LED Solar Step Lights Outdoor【6 Pack】Stainless Steel Bright Solar Deck And Stairs Lights","description":"\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"ombcs8-1f7ke4-v5jobx-psi4bh\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003e\u003c\/h3\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003e[2024 Newest] Outdoor Solar Step Lights Warm White \/ Longer Lasting Stainless Steel\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003ePerfect for using on fence post, step, stair,\u003c\/span\u003e \u003cspan class=\"a-text-bold\"\u003efront door, backyard, garage, driveway, pathway, deck railings, patio, fences etc.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cu\u003eSafe Operation \u0026amp; Easy Installation\u003c\/u\u003e\u003c\/span\u003e- No wiring required, no risk of electric shock. Since by solar powered, it needs to be installed in any place where it can absorb the sunlight directly. The included complete accessories screws and double sticker tapes make installing these outdoor solar stair lights easy and fast.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cu\u003eQuality You Can Trust\u003c\/u\u003e\u003c\/span\u003e - The solar lights a seamless combination of \u003cspan class=\"a-text-bold\"\u003e304 stainless steel\u003c\/span\u003e and high-impact ABS plastic which will not rust for years, it is durable for year round use outside.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cu\u003eBrighter 30 LEDs\u003c\/u\u003e\u003c\/span\u003e- Compared with other dim 3-6 LED lights in the market, DBF solar deck lights provides soft and comfortable glare-free lighting with 30 LED. Built-in high quality battery \u003cspan class=\"a-text-bold\"\u003e(1600mAH)\u003c\/span\u003e can light up for a long time and ensure the perfect working performance.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cu\u003eLonger Working Time\u003c\/u\u003e\u003c\/span\u003e- Upgraded Solar panel made of higher Conversion Rate monocrystalline silicon, it working timer much longer than other light in the same sun condition. 8-10 hours lighting time after full charge\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003ePacking Lists\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\"\u003e6 X Solar step lights\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e6 X Screws sets\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e6 X Double sided tape\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eUser Manual\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-11 aplus-standard\" data-csa-c-id=\"jkpghh-luhq9k-gcws41-5k6lt\" 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 fence lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/05aeec41-9f75-45d5-b851-0a48738bd11d.__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\/05aeec41-9f75-45d5-b851-0a48738bd11d.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3\u003ePerfect For Outdoor Security Lighting\u003c\/h3\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eALL WEATHER\u003c\/span\u003e-This solar fence post lights will steadily perform even in extreme weather. The stainless steel shell is much more durable and corrosion resistant compared to plastic shells, making this fence lights a great choice for outdoor environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-4 aplus-standard\" data-csa-c-id=\"vptywd-o49goq-9xp37j-9rk5x0\" data-cel-widget=\"aplus-m-module-4\" cel_widget_id=\"aplus-m-module-4\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003ch3 class=\"a-spacing-medium\"\u003eProvides the right amount of glare-free lighting to guide you in the dark.\u003c\/h3\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"solar fence lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bcd7e71c-1545-414b-86c1-5f5c3d93a8ad.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bcd7e71c-1545-414b-86c1-5f5c3d93a8ad.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eSolar Fence Post Lights\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eLight up your fence or deck, give a welcoming outdoor ambience.\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 step lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/20853bac-5ab5-45e6-83a3-9294e247541d.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/20853bac-5ab5-45e6-83a3-9294e247541d.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eSolar Stair Lights\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eWarm white solar light lets you use the step at night without worrying about stumbling or falling.\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 fence lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1af309de-c7aa-4fd3-99ab-9b0f039d1ff6.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1af309de-c7aa-4fd3-99ab-9b0f039d1ff6.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eSolar Step Lights\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eOutdoor step lights Install in the poor brightness, to guide you in the dark.\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 fence lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8b274806-a251-496a-81af-8e287035199f.__CR0,0,300,300_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8b274806-a251-496a-81af-8e287035199f.__CR0,0,300,300_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eSolar Wall Lights\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eProvide a soft light environment, perfect for outdoor security night lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-9 aplus-standard\" data-csa-c-id=\"1gvl18-6h7xpo-efljbv-mp4rd7\" 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\"\u003eSurperme Quality Ensured\u003c\/h3\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar fence lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/30726d94-52af-45e6-bcbf-9b20a1a07388.__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\/30726d94-52af-45e6-bcbf-9b20a1a07388.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eAutomatic ON\/OFF\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eBuilt-in Intelligent Light Sensor, automatically turns on only when ambient lighting becomes insufficient. (Auto on at night \/ Auto off at sunrise )\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar step lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/812095c4-fafe-4ab1-a6b4-3f08dd49621b.__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\/812095c4-fafe-4ab1-a6b4-3f08dd49621b.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eMonocrystalline silicon solar panel\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eUpgraded bigger high-efficiency monocrystalline silicon solar panel and built-in high quality battery with long lasting brightness, ensure perfect working performance.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar step lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/221e0986-9ff8-4306-8e7f-d590814c5d8e.__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\/221e0986-9ff8-4306-8e7f-d590814c5d8e.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003e304 Stainless Steel\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eConstructed from high quality 304 stainless steel and high-impact ABS , it is durable for year round use outside.\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=\"d9y7h9-42jl9w-5kx9ry-j260qn\" 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 outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ccc0a390-d10b-42f3-86df-1967c81c31aa.__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\/ccc0a390-d10b-42f3-86df-1967c81c31aa.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSpecifications:\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\"\u003eLED Quantity: 30 PCS\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eWaterproof: IP65\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLight color: Warm White\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLuminous flux: 60lm\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSensor Type: Light Sensor (Without motion detection）\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eBattery: Lithium 1.2V 1600mAh\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003ePower Source: Solar Powered\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eApplication: Solar patio lights, Solar garden Lights, Solar Wall lights, backyard lighting, fence lighting\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\"\u003eWarm Tips:\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\"\u003eBefore using it for the first time, please turn on the switch and put it in a sunny place (without any shadow) to charge for 6-8 hours.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eBuilt-in light Sensor for the solar step lights. \u003cspan class=\"a-text-bold\"\u003e(Without motion detection）\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eIf the sunlight is not enough or the charging time is not enough,which will lead to short working hours, but it is not damaged.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Warm white","offer_id":44071487897832,"sku":"bjde-2","price":49.95,"currency_code":"USD","in_stock":true},{"title":"Cool white","offer_id":46558314004712,"sku":"bjde-3","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/30-led-solar-step-lights-outdoor6-packstainless-steel-bright-solar-deck-and-stairs-lights-4056820.jpg?v=1786734913"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/collections\/sale-4222187.webp?v=1786733955","url":"https:\/\/outdoorsolaroutlet.com\/collections\/sale.oembed?page=28","provider":"Outdoor Solar Outlet","version":"1.0","type":"link"}