{"title":"LED String Lights","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 CHOOSE US --\u003e\n\u003csection class=\"oso-info-box\"\u003e\n\u003ch2 class=\"oso-section-title\"\u003eWhy Choose Our LED Solar \u0026amp; Plug-In String Lights?\u003c\/h2\u003e\n\u003cp class=\"oso-section-intro\"\u003eCreate a warm and inviting outdoor atmosphere with \u003cstrong\u003eLED solar string lights and plug-in outdoor string lights\u003c\/strong\u003e. Perfect for patios, backyards, pergolas, decks, gardens, restaurants, events, and entertaining areas, our collection offers decorative lighting options ranging from convenient solar-powered designs to dependable plug-in café and bistro lights.\u003c\/p\u003e\n\u003cdiv class=\"oso-benefits\"\u003e\n\u003c!-- SOLAR OR PLUG IN --\u003e\n\u003cdiv class=\"oso-benefit\"\u003e\n\u003cdiv class=\"oso-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle cx=\"6\" cy=\"6\" r=\"2.5\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M6 1.5v1M6 9.5v1M1.5 6h1M9.5 6h1\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 4v6M18 4v6M13 10h6v2a3 3 0 0 1-3 3v5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eSolar \u0026amp; Plug-In Options\u003c\/h3\u003e\n\u003cp\u003eChoose solar-powered string lights for wire-free convenience or plug-in LED string lights for consistent power where an outlet is available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LED --\u003e\n\u003cdiv class=\"oso-benefit\"\u003e\n\u003cdiv class=\"oso-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M9 15a6 6 0 1 1 6 0c-1 1-1.5 2-1.5 3h-3c0-1-.5-2-1.5-3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 21h4M10.5 18h3\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 2V0M4 5L2.5 3.5M20 5l1.5-1.5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eEnergy-Efficient LED\u003c\/h3\u003e\n\u003cp\u003eLED technology provides attractive outdoor illumination while using less energy and offering long-lasting performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- AMBIANCE --\u003e\n\u003cdiv class=\"oso-benefit\"\u003e\n\u003cdiv class=\"oso-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M3 6c4 3 14 3 18 0\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 8v3M12 9v3M18 8v3\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"6\" cy=\"13\" r=\"2\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"14\" r=\"2\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"18\" cy=\"13\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eWarm Outdoor Ambiance\u003c\/h3\u003e\n\u003cp\u003eTransform patios, decks, pergolas, and entertaining areas with decorative lighting that creates a comfortable and welcoming atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- OUTDOOR --\u003e\n\u003cdiv class=\"oso-benefit\"\u003e\n\u003cdiv class=\"oso-icon\"\u003e\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\u003c\/div\u003e\n\u003ch3\u003eOutdoor-Ready Designs\u003c\/h3\u003e\n\u003cp\u003eOur collection includes outdoor string lights designed for patios, gardens, decks, pergolas, and other exterior environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003cdiv class=\"oso-benefit\"\u003e\n\u003cdiv class=\"oso-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M14 6a4 4 0 0 0 5 5L11 19a2 2 0 0 1-3-3l8-8a4 4 0 0 0-2-5z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 18l-2 2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eFlexible Installation\u003c\/h3\u003e\n\u003cp\u003eHang string lights across patios, fences, pergolas, trees, gazebos, and entertaining areas to fit your outdoor layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STYLES --\u003e\n\u003cdiv class=\"oso-benefit\"\u003e\n\u003cdiv class=\"oso-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M5 4c4 3 10 3 14 0\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 6v4M12 7v4M17 6v4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 13h4v5H5zM10 14h4v5h-4zM15 13h4v5h-4z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eMultiple Styles \u0026amp; Lengths\u003c\/h3\u003e\n\u003cp\u003eExplore different bulb styles, strand lengths, lighting modes, and configurations for residential and commercial spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection class=\"oso-applications\"\u003e\n\u003ch2\u003ePerfect for Outdoor Entertaining \u0026amp; Decorative Lighting\u003c\/h2\u003e\n\u003cdiv class=\"oso-app-grid\"\u003e\n\u003cspan class=\"oso-app-item\"\u003ePatios\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eBackyards\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003ePergolas\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eDecks\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eGazebos\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eGardens\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eFences\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eRestaurants \u0026amp; Cafés\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eOutdoor Dining\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eWeddings \u0026amp; Events\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eRV \u0026amp; Camping Areas\u003c\/span\u003e \u003cspan class=\"oso-app-item\"\u003eCommercial Patios\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\u003eNeed Help Choosing Outdoor String Lights?\u003c\/h2\u003e\n\u003cp\u003eNot sure whether solar or plug-in string lights are right for your space? Our team can help you compare strand lengths, bulb styles, power options, brightness, and outdoor applications for residential or commercial projects.\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\"\u003eLED Solar \u0026amp; Plug-In String Light FAQs\u003c\/h2\u003e\n\u003cdiv class=\"oso-faq-grid\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould I choose solar or plug-in string lights?\u003c\/summary\u003e\n\u003cdiv class=\"oso-faq-answer\"\u003eSolar string lights are a convenient option for areas without an easily accessible electrical outlet and use sunlight to recharge their batteries. Plug-in string lights are a good choice where dependable electrical power is available. The best option depends on your location and intended use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do solar\u003c\/summary\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","products":[{"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":"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":"pro-solar-27-ft-edison-bulb-outdoor-string-lights-hanging-2w-led-patio-lights-create-old-italian-market-look-feel-in-your-yard-commercial-grade-waterproof-weatherproof","title":"27F Solar Powered String Lights Waterproof LED Hanging Edison Bulb Lights with 12 Bulbs","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA 27FT SOLAR STRING LIGHTS\n   OUTDOOR SOLAR OUTLET\n   BEST SELLER LANDING PAGE\n   ========================================================= *\/\n\n.lx27{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lx27 *{\n  box-sizing:border-box;\n}\n\n.lx27 img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lx27 a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.lx27-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.lx27-hero-media{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lx27-hero-media img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx27-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lx27-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lx27-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lx27-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lx27-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lx27-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lx27-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\/* BESTSELLER *\/\n\n.lx27-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lx27-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lx27-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lx27-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.lx27-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lx27-spec:last-child{\n  border-right:0;\n}\n\n.lx27-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lx27-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lx27-section{\n  margin-bottom:25px;\n}\n\n.lx27-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lx27-heading:after,\n.lx27-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lx27-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGES *\/\n\n.lx27-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lx27-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx27-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lx27-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx27-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* DARK SECTION *\/\n\n.lx27-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lx27-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lx27-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lx27-dark-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lx27-dark-item{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lx27-dark-item strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lx27-dark-item span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* MODES *\/\n\n.lx27-modes{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n  margin-bottom:25px;\n}\n\n.lx27-mode{\n  padding:20px 17px;\n  text-align:center;\n  border:1px solid #e3e7ec;\n  border-radius:12px;\n  background:#f8f9fb;\n}\n\n.lx27-mode strong{\n  display:block;\n  margin-bottom:5px;\n  color:#07182e;\n  font-size:18px;\n}\n\n.lx27-mode span{\n  color:#667085;\n  font-size:13px;\n  line-height:1.5;\n}\n\n\/* TWO COLUMN *\/\n\n.lx27-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lx27-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx27-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx27-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lx27-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.lx27-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\/* ACCESSORIES *\/\n\n.lx27-accessories{\n  margin-bottom:25px;\n}\n\n.lx27-accessory-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:17px;\n}\n\n.lx27-accessory{\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.lx27-accessory-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:850;\n}\n\n.lx27-accessory 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.lx27-accessory p{\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.lx27-accessory-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n  margin:0 0 20px;\n}\n\n.lx27-accessory-pills span{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  color:#e7edf5;\n  font-size:11.5px;\n  font-weight:650;\n}\n\n.lx27-btn{\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.lx27-btn:hover{\n  background:#ffb21a;\n}\n\n\/* APPLICATIONS *\/\n\n.lx27-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lx27-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* FAQ *\/\n\n.lx27-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lx27-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lx27-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lx27-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lx27-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lx27-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lx27-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lx27-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.lx27-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.lx27-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lx27-trust div:last-child{\n  border-right:0;\n}\n\n.lx27-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* TABLET *\/\n\n@media(max-width:900px){\n\n  .lx27-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lx27-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx27-modes{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n\/* MOBILE *\/\n\n@media(max-width:680px){\n\n  .lx27{\n    padding:15px 10px 35px;\n  }\n\n  .lx27-hero,\n  .lx27-two,\n  .lx27-accessory-grid{\n    grid-template-columns:1fr;\n  }\n\n  .lx27-hero{\n    gap:18px;\n  }\n\n  .lx27-title{\n    font-size:30px;\n  }\n\n  .lx27-subtitle{\n    font-size:19px;\n  }\n\n  .lx27-text{\n    font-size:15px;\n  }\n\n  .lx27-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx27-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx27-dark{\n    padding:24px 18px;\n  }\n\n  .lx27-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx27-modes{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx27-card{\n    padding:21px 17px;\n  }\n\n  .lx27-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lx27-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lx27\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\n\u003csection class=\"lx27-hero\"\u003e\n\n  \u003cdiv class=\"lx27-hero-media\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/ca1dfed1-a491-44bf-b4e5-ed28b7a18c82.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 27 foot outdoor solar string lights with amber shatterproof bulbs\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"lx27-brand\"\u003e\n      LUMENXUSA\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27-eyebrow\"\u003e\n      27 FT SOLAR OUTDOOR STRING LIGHTS\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"lx27-title\"\u003e\n      LumenXUSA 27 FT Solar String Lights\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"lx27-subtitle\"\u003e\n      Shatterproof Amber Outdoor String Lights with 4 Lighting Modes \u0026amp; Automatic Night Operation\n    \u003c\/h3\u003e\n\n    \u003cp class=\"lx27-text\"\u003e\n      Create a warm, inviting atmosphere with\n      \u003cstrong\u003eLumenXUSA 27 FT Solar String Lights\u003c\/strong\u003e.\n      Designed for patios, backyards, gazebos, porches, pool areas and\n      outdoor entertaining spaces, these solar-powered string lights provide\n      decorative amber illumination without requiring a nearby electrical outlet.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lx27-text\"\u003e\n      Lightweight, shatter-resistant plastic bulbs and weather-resistant\n      strands are designed for outdoor use through changing seasonal conditions,\n      while the solar panel automatically powers the lights after nightfall.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"lx27-pills\"\u003e\n\n      \u003cspan class=\"lx27-pill\"\u003eLumenXUSA\u003c\/span\u003e\n\n      \u003cspan class=\"lx27-pill\"\u003e27 FT Length\u003c\/span\u003e\n\n      \u003cspan class=\"lx27-pill\"\u003eAmber Light\u003c\/span\u003e\n\n      \u003cspan class=\"lx27-pill\"\u003e4 Lighting Modes\u003c\/span\u003e\n\n      \u003cspan class=\"lx27-pill\"\u003eSolar Powered\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BEST SELLER --\u003e\n\n\u003csection class=\"lx27-best\"\u003e\n\n  \u003cstrong\u003eBEST SELLER\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    A popular decorative solar string-lighting option for customers who want\n    warm amber outdoor lighting, multiple lighting modes and automatic\n    nighttime operation without running electrical extension cords.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- QUICK SPECS --\u003e\n\n\u003csection class=\"lx27-specbar\"\u003e\n\n  \u003cdiv class=\"lx27-spec\"\u003e\n    \u003cstrong\u003e27 FT\u003c\/strong\u003e\n    \u003cspan\u003eString length\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx27-spec\"\u003e\n    \u003cstrong\u003eAmber\u003c\/strong\u003e\n    \u003cspan\u003eWarm decorative light\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx27-spec\"\u003e\n    \u003cstrong\u003e4 Modes\u003c\/strong\u003e\n    \u003cspan\u003eSelectable effects\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx27-spec\"\u003e\n    \u003cstrong\u003e8 Hrs\u003c\/strong\u003e\n    \u003cspan\u003eInitial charge guidance\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx27-spec\"\u003e\n    \u003cstrong\u003e7 Hrs\u003c\/strong\u003e\n    \u003cspan\u003eListed daily timer\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx27-spec\"\u003e\n    \u003cstrong\u003eSolar Powered\u003c\/strong\u003e\n    \u003cspan\u003eNo outlet required\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 2 --\u003e\n\n\u003csection class=\"lx27-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/71bf00c6-19c0-49a2-a16a-260bbba5a124.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 27ft solar string lights installed in backyard patio gazebo and porch\"\u003e\n\n  \u003cdiv class=\"lx27-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Decorative Solar Lighting for Outdoor Living\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Use the lights around gazebos, porches, pool fences, patios,\n      backyards and entertaining areas to add warm nighttime ambiance\n      without relying on a conventional outdoor electrical outlet.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FOUR MODES --\u003e\n\n\u003csection class=\"lx27-section\"\u003e\n\n  \u003ch2 class=\"lx27-heading\"\u003e\n    Choose from 4 Lighting Modes\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx27-lead\"\u003e\n    After the solar panel is activated and the battery is fully charged,\n    use the mode button to select the lighting effect that best fits the occasion.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx27-modes\"\u003e\n\n    \u003cdiv class=\"lx27-mode\"\u003e\n      \u003cstrong\u003eSlow Flash\u003c\/strong\u003e\n      \u003cspan\u003eGentle animated lighting effect\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27-mode\"\u003e\n      \u003cstrong\u003eQuick Flash\u003c\/strong\u003e\n      \u003cspan\u003eFaster decorative flashing mode\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27-mode\"\u003e\n      \u003cstrong\u003eStrong Light\u003c\/strong\u003e\n      \u003cspan\u003eHigher steady brightness mode\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27-mode\"\u003e\n      \u003cstrong\u003eWeak Light\u003c\/strong\u003e\n      \u003cspan\u003eSofter steady ambient lighting\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 3 --\u003e\n\n\u003csection class=\"lx27-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/bea4ae1a-8051-4b37-a67b-449506397a70.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 27 foot solar string lights four lighting modes\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- MATERIAL \/ OPERATION --\u003e\n\n\u003csection class=\"lx27-two\"\u003e\n\n\n  \u003cdiv class=\"lx27-card\"\u003e\n\n    \u003ch2\u003e\n      Shatter-Resistant Outdoor Bulbs\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx27-list\"\u003e\n\n      \u003cli\u003eLightweight plastic bulb construction\u003c\/li\u003e\n\n      \u003cli\u003eDesigned to resist shattering better than traditional glass bulbs\u003c\/li\u003e\n\n      \u003cli\u003eWarm amber nighttime illumination\u003c\/li\u003e\n\n      \u003cli\u003eWeather-resistant string-light design\u003c\/li\u003e\n\n      \u003cli\u003eSuitable for common outdoor seasonal conditions\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx27-card\"\u003e\n\n    \u003ch2\u003e\n      Automatic Solar Operation\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx27-list\"\u003e\n\n      \u003cli\u003eCharges from sunlight during the day\u003c\/li\u003e\n\n      \u003cli\u003eDesigned to illuminate automatically after nightfall\u003c\/li\u003e\n\n      \u003cli\u003eTurns off again after sunrise\u003c\/li\u003e\n\n      \u003cli\u003eNo conventional outdoor outlet required\u003c\/li\u003e\n\n      \u003cli\u003eIdeal for areas where extension cords are inconvenient\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 4 --\u003e\n\n\u003csection class=\"lx27-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/930dc5d5-edd5-47f1-908d-c434f159c45c.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA solar patio string lights outdoor decorative amber lighting\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- SOLAR PERFORMANCE --\u003e\n\n\u003csection class=\"lx27-dark\"\u003e\n\n  \u003ch2\u003e\n    Designed for Reliable Nighttime Ambiance\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    According to the supplied product information, the solar panel should\n    receive an initial charge of approximately 8 hours in direct sunlight.\n    The product also lists a 7-hour daily timer function once fully charged.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx27-dark-grid\"\u003e\n\n    \u003cdiv class=\"lx27-dark-item\"\u003e\n      \u003cstrong\u003e8 Hours\u003c\/strong\u003e\n      \u003cspan\u003eFirst-charge guidance.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27-dark-item\"\u003e\n      \u003cstrong\u003e7 Hours\u003c\/strong\u003e\n      \u003cspan\u003eListed daily timer operation.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27-dark-item\"\u003e\n      \u003cstrong\u003eUp to 3 Days\u003c\/strong\u003e\n      \u003cspan\u003eSupplied claim during continuous rain after full charging.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27-dark-item\"\u003e\n      \u003cstrong\u003eDirect Sun\u003c\/strong\u003e\n      \u003cspan\u003eRequired for best charging results.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 5 --\u003e\n\n\u003csection class=\"lx27-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d928b21f-6281-46a7-b977-425e7c561cd8.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA solar outdoor string lights warm amber backyard lighting\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- RECOMMENDED ACCESSORIES --\u003e\n\n\u003csection class=\"lx27-accessories\"\u003e\n\n  \u003ch2 class=\"lx27-heading\"\u003e\n    Recommended for a Cleaner 27 FT String-Light Installation\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx27-lead\"\u003e\n    If your patio or yard does not have enough existing mounting points,\n    these accessories can help create a stronger and more professional layout.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx27-accessory-grid\"\u003e\n\n\n    \u003cdiv class=\"lx27-accessory\"\u003e\n\n      \u003cspan class=\"lx27-accessory-label\"\u003e\n        RECOMMENDED SUPPORT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        10 FT Outdoor String Light Poles – 4 Pack\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Add dedicated support points across open patios, lawns and backyards\n        where trees, walls or pergolas are not available.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lx27-accessory-pills\"\u003e\n\n        \u003cspan\u003e10 FT Tall\u003c\/span\u003e\n\n        \u003cspan\u003e4-Pack\u003c\/span\u003e\n\n        \u003cspan\u003eOutdoor Metal Poles\u003c\/span\u003e\n\n        \u003cspan\u003eFence Brackets\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\" class=\"lx27-btn\"\u003e\n\n        View 10 FT String Light Poles\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx27-accessory\"\u003e\n\n      \u003cspan class=\"lx27-accessory-label\"\u003e\n        RECOMMENDED HANGING KIT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        LumenXUSA 165 FT Stainless-Steel Hanging Kit\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        For cleaner suspended installations, use a dedicated stainless-steel\n        guide-wire system to support the string instead of placing all tension\n        directly on the light strand.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lx27-accessory-pills\"\u003e\n\n        \u003cspan\u003e165 FT\u003c\/span\u003e\n\n        \u003cspan\u003e304 Stainless Steel\u003c\/span\u003e\n\n        \u003cspan\u003eTurnbuckles\u003c\/span\u003e\n\n        \u003cspan\u003eCable Hardware\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\" class=\"lx27-btn\"\u003e\n\n        View LumenXUSA Hanging Kit\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- APPLICATIONS --\u003e\n\n\u003csection class=\"lx27-card lx27-section\"\u003e\n\n  \u003ch2\u003e\n    Perfect for Patios, Backyards \u0026amp; Entertaining Areas\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lx27-apps\"\u003e\n\n    \u003cspan class=\"lx27-app\"\u003eBackyards\u003c\/span\u003e\n\n    \u003cspan class=\"lx27-app\"\u003ePatios\u003c\/span\u003e\n\n    \u003cspan class=\"lx27-app\"\u003eGazebos\u003c\/span\u003e\n\n    \u003cspan class=\"lx27-app\"\u003ePorches\u003c\/span\u003e\n\n    \u003cspan class=\"lx27-app\"\u003ePergolas\u003c\/span\u003e\n\n    \u003cspan class=\"lx27-app\"\u003ePool Fences\u003c\/span\u003e\n\n    \u003cspan class=\"lx27-app\"\u003eDecks\u003c\/span\u003e\n\n    \u003cspan class=\"lx27-app\"\u003eOutdoor Dining\u003c\/span\u003e\n\n    \u003cspan class=\"lx27-app\"\u003eGarden Areas\u003c\/span\u003e\n\n    \u003cspan class=\"lx27-app\"\u003eParties\u003c\/span\u003e\n\n    \u003cspan class=\"lx27-app\"\u003eDate Nights\u003c\/span\u003e\n\n    \u003cspan class=\"lx27-app\"\u003eEvents\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 6 \/ FAQ IMAGE --\u003e\n\n\u003csection class=\"lx27-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/d5da928b-780c-46ea-aa54-363557153eee.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 27ft solar string lights setup charging and wall mounting\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FAQ --\u003e\n\n\u003csection class=\"lx27-card\"\u003e\n\n  \u003ch2\u003e\n    LumenXUSA 27 FT Solar String Lights FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lx27-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How do I activate the solar panel?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27-answer\"\u003e\n        Follow the supplied setup instructions and position the panel in\n        direct sunlight without major shadows or obstructions. The source\n        recommends approximately 8 hours of charging before first use.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long do the lights stay on?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27-answer\"\u003e\n        The supplied product information states that the string lights use\n        a 7-hour daily timer function after the solar panel is fully charged.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can the lights work during rainy weather?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27-answer\"\u003e\n        The supplied description states that after a full charge, the system\n        can maintain operation for up to approximately three days during\n        continuous rainy weather. Actual performance depends on battery state,\n        sunlight and selected lighting mode.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Why are the bulbs flashing?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27-answer\"\u003e\n        The lights include flashing modes. If the bulbs are blinking,\n        check whether slow-flash or quick-flash mode has been selected.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What lighting modes are available?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27-answer\"\u003e\n        The supplied product information lists slow flash, quick flash,\n        strong light and weak light.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are the bulbs shatterproof?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27-answer\"\u003e\n        The supplied description identifies the bulbs as lightweight,\n        shatter-resistant plastic rather than traditional glass bulbs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do they turn on automatically?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27-answer\"\u003e\n        Yes. They are designed to illuminate after nightfall and turn off\n        again after sunrise.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I mount the solar panel on a wall?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27-answer\"\u003e\n        Yes. The supplied instructions say to remove the detachable bracket\n        section and secure the solar panel to the wall with screws.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where should the solar panel be installed?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27-answer\"\u003e\n        Install it in an area with direct sunlight and as little shade or\n        obstruction as possible for better charging performance.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do you recommend string-light poles?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27-answer\"\u003e\n        Yes, especially in open yards or patios without enough mounting\n        structures. You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\"\u003e\n          view our 10 FT String Light Poles – 4 Pack here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do you recommend a guide-wire hanging kit?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27-answer\"\u003e\n        For cleaner suspended layouts, a stainless-steel guide wire can help\n        support the string. You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\"\u003e\n          view the LumenXUSA 165 FT Hanging Kit here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- TRUST --\u003e\n\n\u003csection class=\"lx27-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\n    Solar Outdoor Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e27 FT\u003c\/strong\u003e\n    Decorative String\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eAmber Light\u003c\/strong\u003e\n    Warm Outdoor Ambiance\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e4 Modes\u003c\/strong\u003e\n    Flexible Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eComplete Setup\u003c\/strong\u003e\n    Poles + Hanging Kit Available\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":36657863786645,"sku":"BRI-01","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/48ft-solar-powered-string-lights-waterproof-led-hanging-edison-bulb-lights-with-15-bulbs-2957325.png?v=1787921174"},{"product_id":"30leds-solar-lamp-lantern-led-solar-garden-light-garland-holiday-party-wedding-decor-solar-string-lights-outdoor-fairy-light","title":"27Ft Solar Lamp Lantern Led Solar Garden Light Garland -10 Bulbs","description":"\u003cdiv class=\"detailmodule_html\"\u003e\n\u003cdiv class=\"detail-desc-decorate-richtext\"\u003e\n\u003ch2 data-spm-anchor-id=\"a2g0o.detail.1000023.i0.2bf01bcePkTZNW\"\u003eProduct description\u003cbr\u003e\n\u003c\/h2\u003e\n\u003cdiv data-cel-widget=\"m-aplus\" data-csa-c-id=\"l7s8w3-g67kvx-27pexd-ryvcv6\" class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv data-cel-widget=\"aplus-m-launchpad-company-logo\" data-csa-c-id=\"ekqrgo-t6x3k8-xr4cq9-f54zfu\" class=\"celwidget aplus-module launchpad-company-logo aplus-standard\" cel_widget_id=\"aplus-m-launchpad-company-logo\"\u003e\n\u003cdiv class=\"a-section a-text-center launchpad-module launchpad-module-company-logo\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"8lv2ix-2w2ypc-rzeylc-h0dba8\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/af898b2b-03aa-41b5-99f9-b6e3fa5728df.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/af898b2b-03aa-41b5-99f9-b6e3fa5728df.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"chinese lantern string lights\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSolar Outdoor Lantern String Lights\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-module-8\" data-csa-c-id=\"cnb8hm-m4k21y-ad0iwx-9g8a2q\" class=\"celwidget aplus-module module-8 aplus-standard\" cel_widget_id=\"aplus-m-module-8\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9032dfc0-c81f-4fae-a625-5f6b343119e6.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9032dfc0-c81f-4fae-a625-5f6b343119e6.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"paper string lights\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eVigdur Outdoor Solar Lantern String Lights Waterproof Decorative-String Lights for Patio Garden Party Camping Bedroom Decor\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\"\u003eProduct name: Solar lantern string lights\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eTotal length: 6.6FT\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLED Quantity:10\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLight Color: White\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLighting time: 6-7 hours\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLighting Method:Solar Powered\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eWaterproof : IP44\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eMaterial: Nylon\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSwitch: Power ON\/OFF, Mode\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\u003ewhat's in the package？\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*6.6ft White solar lantern lights \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003e1*Solar panel \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003e1*Use Manual \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-module-9\" data-csa-c-id=\"9k4hqr-dqi491-cg9jt5-stgt2t\" class=\"celwidget aplus-module module-9 aplus-standard\" cel_widget_id=\"aplus-m-module-9\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"\"\u003e\n\u003ch3 class=\"a-spacing-small\"\u003eSolar Lantern for Indoor Outdoor Decor\u003c\/h3\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ca1f02b2-614c-4502-9aa8-15f8e480e639.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ca1f02b2-614c-4502-9aa8-15f8e480e639.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"japanese lantern lights\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eFence Gazebo Decor\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eIf you are looking for lighting for a romantic decoration, you will find it with the Vigdur LED light strings. Hanging the string on a branch creates a romantic atmosphere and immediately enhances the look of the garden.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/332f01fa-c206-4264-a205-74b557fe91b6.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/332f01fa-c206-4264-a205-74b557fe91b6.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"string lantern lights\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eOutdoor Garden Patio Decor\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eNylon material paper lantern lights is Durable and water resistant, these adorable lanterns will take your outdoor occasion to the next level. Add warm and charming atmosphere to your outdoor decorations garden lights,\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3ec3d61b-ceb8-41f2-9ca5-1728812fb8a3.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3ec3d61b-ceb8-41f2-9ca5-1728812fb8a3.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"moroccan string lights\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eParty Wedding Decor\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eThe lantern string lights is glow a warm white, suitable for hanging in the outdoor party wedding as the decorative lights.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-module-9\" data-csa-c-id=\"yqpt0w-r9vxch-ohvp4x-dit0re\" class=\"celwidget aplus-module module-9 aplus-standard\" cel_widget_id=\"aplus-m-module-9\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"\"\u003e\n\u003ch3 class=\"a-spacing-small\"\u003eShow Product Details\u003c\/h3\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/51d672fb-7793-46c9-8130-fb3097254bc3.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/51d672fb-7793-46c9-8130-fb3097254bc3.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"camping string lights\"\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\"\u003eNylon Lantern Housing\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLed Light, Soft Light\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eIP44 Waterproof\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ccf72366-d5cb-4f15-b21a-45c843ff8d51.__CR0,0,300,300_PT0_SX300_V1___.png\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ccf72366-d5cb-4f15-b21a-45c843ff8d51.__CR0,0,300,300_PT0_SX300_V1___.png\" alt=\"solar lantern lights\"\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\"\u003ePowered by solar power, automatic charging and lighting\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eFully charged in the sun during the day for 6-8 hours, can be used for 8-10 hours, energy saving and low cost\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e3cae2b7-1618-41bf-9a27-ea3c0e7f02ed.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e3cae2b7-1618-41bf-9a27-ea3c0e7f02ed.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"lantern string lights\"\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\"\u003eWhen you receive this camping string lights, you can use it without assembly.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eThe perfect packaging protects this outdoor solar light from being squeezed and damp while in transit.\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\u003ch2 data-spm-anchor-id=\"a2g0o.detail.1000023.i0.2bf01bcePkTZNW\"\u003e\u003cspan style=\"font-family: arial, helvetica, sans-serif;\"\u003eFeature:\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detailmodule_text\"\u003e\n\u003cp class=\"detail-desc-decorate-content\"\u003e1.Absolutely NO WIRING and easy to install. Panel must be in dark\/dim environment for the lights to come on (simply cover the solar panel to turn on light in brighter environment after power is charged). 2.This wonderful lantern illuminates during night, ideal for decorating your gardens, patio, lawn, porch, gate, yard, etc. Suitable for indoor and outdoor use. Solar powered panel is stood by a garden spike,with ON\/OFF, MODE switches. 3.Super long working time, it can continuously work more than 10 hours at night if the panel absorbs enough sunshine during day. 4.Solar,and durable, solar panel charges battery on sunny and cloudy days. These waterproof LED lights are strong durable hard plastic, cost-saving, Eco friendly, and reusable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detailmodule_html\"\u003e\n\u003cdiv class=\"detail-desc-decorate-richtext\"\u003e\n\u003cdiv\u003e\u003cspan style=\"font-family: arial, helvetica, sans-serif;\"\u003eHow to use:\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detailmodule_text\"\u003e\n\u003cp class=\"detail-desc-decorate-content\"\u003e1. Mount the lantern on the plastic pole. 2.Turn on the switch,adjust the solar panel and install it at some place where has direct sunlight. Please charge for 6 hours at the first time. 3.It would recharge automatically at daytime and work automatically at night. If you are not sure that the switch is on, you can cover the solar panel into the night mode by your hand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detailmodule_image\"\u003e\n\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/HTB1B1BoaND1gK0jSZFyq6AiOVXaR.jpg\" class=\"detail-desc-decorate-image\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/HTB1N39ae81D3KVjSZFyq6zuFpXaV.jpg\" class=\"detail-desc-decorate-image\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/HTB133iie8Cw3KVjSZFuq6AAOpXap.jpg\" class=\"detail-desc-decorate-image\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/HTB1qiYmcfBj_uVjSZFpq6A0SXXax.jpg\" class=\"detail-desc-decorate-image\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/HTB1nu5ae9SD3KVjSZFKq6z10VXaf.jpg\" class=\"detail-desc-decorate-image\"\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBrand Name:\u003c\/strong\u003e everso\u003cbr\u003e\u003cstrong\u003eIs Bulbs Included:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e Solar Lamp Lantern\u003cbr\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e 12months\u003cbr\u003e\u003cstrong\u003eCertification:\u003c\/strong\u003e CCC\u003cbr\u003e\u003cstrong\u003eCertification:\u003c\/strong\u003e ce\u003cbr\u003e\u003cstrong\u003eCertification:\u003c\/strong\u003e CQC\u003cbr\u003e\u003cstrong\u003eCertification:\u003c\/strong\u003e FCC\u003cbr\u003e\u003cstrong\u003eCertification:\u003c\/strong\u003e ROHS\u003cbr\u003e\u003cstrong\u003eModel Number:\u003c\/strong\u003e Led Solar Garden Light Garland\u003cbr\u003e\u003cstrong\u003eProtection Level:\u003c\/strong\u003e IP55\u003cbr\u003e\u003cstrong\u003eVoltage:\u003c\/strong\u003e 1.2V\u003cbr\u003e\u003cstrong\u003eIs Dimmable:\u003c\/strong\u003e No\u003cbr\u003e\u003cstrong\u003eBody Material:\u003c\/strong\u003e ABS\u003cbr\u003e\u003cstrong\u003eBase Type:\u003c\/strong\u003e None\u003cbr\u003e\u003cstrong\u003eLight Source:\u003c\/strong\u003e LED Bulbs\u003cbr\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e ART DECO\u003cbr\u003e\u003cstrong\u003eUsage:\u003c\/strong\u003e HOLIDAY\u003cbr\u003e\u003cstrong\u003eSolar Cell Type:\u003c\/strong\u003e Ni-MH\u003cbr\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e Solar Light Lantern\u003cbr\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e 1 Year\u003cbr\u003e\u003cstrong\u003eLantern diameter:\u003c\/strong\u003e 7.5cm\u003cbr\u003e\u003cstrong\u003eName:\u003c\/strong\u003e Solar String Lights Lantern\u003cbr\u003e\u003cstrong\u003eLED beads quantity:\u003c\/strong\u003e 10\/30led\u003cbr\u003e\u003cstrong\u003eColor:\u003c\/strong\u003e Warm white\u003cbr\u003e\u003cstrong\u003eApplication:\u003c\/strong\u003e Garland solar powered garden decoration,wedding deco\u003cbr\u003e\u003cstrong\u003eCharging time:\u003c\/strong\u003e 6-8hours\u003cbr\u003e\u003cstrong\u003eWorking time:\u003c\/strong\u003e 10-12hours\u003c\/p\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":36817351409813,"sku":"39503502-warm-white-united-states-6-5m-30leds","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/27ft-solar-lamp-lantern-led-solar-garden-light-garland-10-bulbs-7764668.jpg?v=1786734859"},{"product_id":"22m-200led-solar-led-string-light-12m-100led-rgb-single-color-decoration-light-for-christmas-garden-light-holiday-outdoor-fairy","title":"33Ft Solar Led string light 100LED Light-Green Wire","description":"\u003cdiv\u003e \u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/HTB1RT6EQXXXXXclXXXXq6xXFXXXL\/220910330\/HTB1RT6EQXXXXXclXXXXq6xXFXXXL.jpg?size=281123\u0026amp;height=960\u0026amp;width=960\u0026amp;hash=6e9b0c55b2156830cad4b2cca1851d4b\" alt=\"solar lamps light garden light holiday christmas lights led string light lamp(22)_\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/HTB1l8fVSXXXXXbbapXXq6xXFXXXf.jpg?size=218054\u0026amp;height=960\u0026amp;width=960\u0026amp;hash=8d5b34c172121582a730bb1348295525\" alt=\"DSC_77291\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch5\u003eSpecification:\u003c\/h5\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eLight color: White \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eSolar panel: 5V 150mAh \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eRechargeable Ni-MH Battery 1.2V\/800mAh \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eWorking Modes: 8 Modes \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eCharging Time: 6-8 hours \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eWorking time: Steady on mode 8~12h; Flash mode 10~15h \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eWorking temperature: -20℃ ~+60℃ \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch5\u003eTips\u003c\/h5\u003e\n\u003cp class=\"a-spacing-small a-size-small\"\u003e \u003c\/p\u003e\n\u003col class=\"a-ordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eTurn the light on and set light mode before charging the solar power, so it will light up at dusk.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSome condensate may form inside the unit or solar panelin cold conditions. This is normal and can be ignored.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/HTB18RMpSXXXXXXHXFXXq6xXFXXXl.jpg?size=798476\u0026amp;height=960\u0026amp;width=960\u0026amp;hash=acc7b4f008e58e1f8ed77aa6344534f7\" alt=\" (38)\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/HTB1t9AASXXXXXXeXpXXq6xXFXXXF.jpg?size=589934\u0026amp;height=960\u0026amp;width=960\u0026amp;hash=14e92eefe5c770d0b4ce8146a4e76862\" alt=\"42\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-7 aplus-standard\" cel_widget_id=\"aplus-m-module-7\" data-csa-c-id=\"py8fpm-ynhd0w-9p9owx-o6lgx\" data-cel-widget=\"aplus-m-module-7\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"apm-spacing apm-wrap\"\u003e\n\u003cdiv class=\"apm-wrap\"\u003e\n\u003cdiv class=\"apm-rightthirdcol\"\u003e\n\u003cdiv class=\"apm-rightthirdcol-inner\"\u003e\n\u003ch5\u003e \u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003e33Ft 100 LED Solar String Lights Outdoor Waterproof\u003c\/h4\u003e\n\u003ch5 class=\"a-spacing-mini\"\u003eFunctions:\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\"\u003e2 Switches\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e100 LED lights\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e8 Different Modes\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eAuto On\/Off\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eMemory Function\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eIP65 Waterproof\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-4 aplus-standard\" cel_widget_id=\"aplus-m-module-4\" data-csa-c-id=\"czz8br-l9q526-seteor-ws135b\" 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 fairy lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d1f41122-4b90-49bc-985e-887cb99dacc7.__CR0,0,220,220_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d1f41122-4b90-49bc-985e-887cb99dacc7.__CR0,0,220,220_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003e2 Switches \u0026amp; 8 Different Modes\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eThis solar garden lights have On\/Off button and Mode button, press mode button selects 8 different modes to satisfy your diverse needs. Gorgeous lighting modes including combination, fireflies flashing, waves, fading, chasing\/flashing, fading slowly, twinkle\/flashing and steady on.\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 string lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cd114406-c3b5-45b3-844d-ce67c491406b.__CR0,0,220,220_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cd114406-c3b5-45b3-844d-ce67c491406b.__CR0,0,220,220_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eWaterproof \u0026amp; Memory Function\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eThe solar patio lights can withstand all kind of weather(IP65), including heavy rain and snow, perfect for indoor and outdoor decorations. Build in Memory chip save your last modes setting and no need to reset mode every time.\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 fairy lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d5449ee7-0af1-4c3b-ab7e-0fca010f928b.__CR0,0,220,220_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d5449ee7-0af1-4c3b-ab7e-0fca010f928b.__CR0,0,220,220_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eSafety \u0026amp; Widely Use\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eSafety is the most important thing to child. We do it best. It is a great choice for garden patio decorations, wedding, holiday, garden, yard, lawn, fence, porch, roof, deck, Christmas tree and so on.\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 patio lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7212b7fc-bb92-4514-995b-682a02b24b0a.__CR0,0,220,220_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7212b7fc-bb92-4514-995b-682a02b24b0a.__CR0,0,220,220_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eNotice\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eTake off the plastic on solar panel then make sure it face to sun directly and a totally dark environment can make the lights work more perfectly.\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=\"vjuqnx-um0o67-i0sm2y-qhtmbh\" data-cel-widget=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg alt=\"outdoor string lights solar \" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/540c5671-1af5-4b5f-88a9-31f59d86c19f.__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\/540c5671-1af5-4b5f-88a9-31f59d86c19f.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"gzzv7f-g8wnno-9eicz8-yyijbf\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar fairy lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4517c9c5-44c1-4c66-9e9e-a16e5c9bf899.__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\/4517c9c5-44c1-4c66-9e9e-a16e5c9bf899.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Blue","offer_id":36991431966869,"sku":"2465139-blue-12m-100led","price":29.95,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":36991432065173,"sku":"2465139-white-12m-100led","price":29.95,"currency_code":"USD","in_stock":true},{"title":"RGB","offer_id":36991432130709,"sku":"2465139-rgb-12m-100led","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Warm White","offer_id":36991432196245,"sku":"2465139-warm-white-12m-100led","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":43845012881640,"sku":"","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/33ft-solar-led-string-light-100led-light-green-wire-7396565.jpg?v=1786734859"},{"product_id":"waterproof-solar-led-outdoor-string-lights-1w-retro-edison-globe-bulbs-27-ft-bistro-lights","title":"27 Ft Solar LED Outdoor String Lights – 1W Retro Edison Globe Bulbs Waterproof - 27 Ft Bistro Lights","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA 27 FT SOLAR G40 STRING LIGHTS\n   OUTDOOR SOLAR OUTLET\n   PREMIUM BEST SELLER LANDING PAGE\n   ========================================================= *\/\n\n.lx27g40{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lx27g40 *{\n  box-sizing:border-box;\n}\n\n.lx27g40 img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lx27g40 a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.lx27g40-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.lx27g40-hero-media{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lx27g40-hero-media img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx27g40-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lx27g40-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lx27g40-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lx27g40-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lx27g40-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lx27g40-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lx27g40-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.lx27g40-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lx27g40-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lx27g40-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lx27g40-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.lx27g40-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lx27g40-spec:last-child{\n  border-right:0;\n}\n\n.lx27g40-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lx27g40-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lx27g40-section{\n  margin-bottom:25px;\n}\n\n.lx27g40-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lx27g40-heading:after,\n.lx27g40-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lx27g40-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGE *\/\n\n.lx27g40-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lx27g40-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx27g40-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lx27g40-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx27g40-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* FEATURE GRID *\/\n\n.lx27g40-three{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n  margin-bottom:25px;\n}\n\n.lx27g40-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx27g40-feature-image{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:14px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.lx27g40-feature-image img{\n  max-width:300px;\n  aspect-ratio:1\/1;\n  object-fit:contain;\n}\n\n.lx27g40-feature-copy{\n  padding:19px;\n}\n\n.lx27g40-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:18px;\n  font-weight:800;\n}\n\n.lx27g40-feature p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\/* DARK *\/\n\n.lx27g40-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lx27g40-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lx27g40-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lx27g40-dark-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lx27g40-dark-item{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lx27g40-dark-item strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lx27g40-dark-item span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* TWO COLUMN *\/\n\n.lx27g40-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lx27g40-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx27g40-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx27g40-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lx27g40-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.lx27g40-list li:before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:8px;\n  width:18px;\n  height:18px;\n  line-height:18px;\n  text-align:center;\n  border-radius:50%;\n  background:#f5a300;\n  color:#fff;\n  font-size:11px;\n  font-weight:900;\n}\n\n\/* TABLE *\/\n\n.lx27g40-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.lx27g40-table tr{\n  border-bottom:1px solid #e9edf1;\n}\n\n.lx27g40-table tr:last-child{\n  border-bottom:0;\n}\n\n.lx27g40-table th,\n.lx27g40-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.lx27g40-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.lx27g40-table td{\n  color:#5b6472;\n}\n\n\/* ACCESSORIES *\/\n\n.lx27g40-accessory-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:17px;\n}\n\n.lx27g40-accessory{\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.lx27g40-accessory-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:850;\n}\n\n.lx27g40-accessory 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.lx27g40-accessory p{\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.lx27g40-accessory-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n  margin:0 0 20px;\n}\n\n.lx27g40-accessory-pills span{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  color:#e7edf5;\n  font-size:11.5px;\n  font-weight:650;\n}\n\n.lx27g40-btn{\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\/* APPLICATIONS *\/\n\n.lx27g40-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lx27g40-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* FAQ *\/\n\n.lx27g40-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lx27g40-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lx27g40-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lx27g40-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lx27g40-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lx27g40-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lx27g40-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lx27g40-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.lx27g40-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.lx27g40-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lx27g40-trust div:last-child{\n  border-right:0;\n}\n\n.lx27g40-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* RESPONSIVE *\/\n\n@media(max-width:900px){\n\n  .lx27g40-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lx27g40-three{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx27g40-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n@media(max-width:680px){\n\n  .lx27g40{\n    padding:15px 10px 35px;\n  }\n\n  .lx27g40-hero,\n  .lx27g40-two,\n  .lx27g40-accessory-grid{\n    grid-template-columns:1fr;\n  }\n\n  .lx27g40-hero{\n    gap:18px;\n  }\n\n  .lx27g40-title{\n    font-size:30px;\n  }\n\n  .lx27g40-subtitle{\n    font-size:19px;\n  }\n\n  .lx27g40-text{\n    font-size:15px;\n  }\n\n  .lx27g40-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx27g40-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx27g40-three{\n    grid-template-columns:1fr;\n  }\n\n  .lx27g40-dark{\n    padding:24px 18px;\n  }\n\n  .lx27g40-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx27g40-card{\n    padding:21px 17px;\n  }\n\n  .lx27g40-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lx27g40-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lx27g40\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\n\u003csection class=\"lx27g40-hero\"\u003e\n\n  \u003cdiv class=\"lx27g40-hero-media\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/224229a6-2008-4208-ae86-b2c281302fb8.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 27 ft solar G40 LED string lights for patio pergola gazebo\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"lx27g40-brand\"\u003e\n      LUMENXUSA\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27g40-eyebrow\"\u003e\n      27 FT SOLAR G40 LED STRING LIGHTS\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"lx27g40-title\"\u003e\n      LumenXUSA 27 FT Solar G40 String Lights\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"lx27g40-subtitle\"\u003e\n      12-Bulb Solar Patio Lights with 3000K Warm White LEDs \u0026amp; Automatic Night Operation\n    \u003c\/h3\u003e\n\n    \u003cp class=\"lx27g40-text\"\u003e\n      Create warm café-style ambiance without an outdoor electrical outlet\n      using the \u003cstrong\u003eLumenXUSA 27 FT Solar G40 String Lights\u003c\/strong\u003e.\n      This strand includes \u003cstrong\u003e12 G40 LED bulbs\u003c\/strong\u003e with soft\n      \u003cstrong\u003e3000K warm-white light\u003c\/strong\u003e, making it ideal for patios,\n      pergolas, gazebos, gardens and outdoor entertaining spaces.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lx27g40-text\"\u003e\n      The solar panel can be installed with the included stake or clip,\n      while the built-in photocell is designed to turn the lights on\n      automatically after dark. After approximately 6 hours of good sunlight,\n      the supplied information states a typical runtime of about 5–6 hours.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"lx27g40-pills\"\u003e\n\n      \u003cspan class=\"lx27g40-pill\"\u003eLumenXUSA\u003c\/span\u003e\n\n      \u003cspan class=\"lx27g40-pill\"\u003e27 FT\u003c\/span\u003e\n\n      \u003cspan class=\"lx27g40-pill\"\u003e12 G40 LEDs\u003c\/span\u003e\n\n      \u003cspan class=\"lx27g40-pill\"\u003e3000K\u003c\/span\u003e\n\n      \u003cspan class=\"lx27g40-pill\"\u003eSolar Powered\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BEST SELLER --\u003e\n\n\u003csection class=\"lx27g40-best\"\u003e\n\n  \u003cstrong\u003eBEST SELLER\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    A popular solar patio-lighting solution for customers who want\n    classic globe-style bulbs, warm café ambiance, automatic nighttime\n    operation and installation flexibility without an outdoor outlet.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- QUICK SPECS --\u003e\n\n\u003csection class=\"lx27g40-specbar\"\u003e\n\n  \u003cdiv class=\"lx27g40-spec\"\u003e\n    \u003cstrong\u003e27 FT\u003c\/strong\u003e\n    \u003cspan\u003eTotal strand length\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx27g40-spec\"\u003e\n    \u003cstrong\u003e12 Bulbs\u003c\/strong\u003e\n    \u003cspan\u003eG40 LED\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx27g40-spec\"\u003e\n    \u003cstrong\u003e20\"\u003c\/strong\u003e\n    \u003cspan\u003eBulb spacing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx27g40-spec\"\u003e\n    \u003cstrong\u003e3000K\u003c\/strong\u003e\n    \u003cspan\u003eSoft warm white\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx27g40-spec\"\u003e\n    \u003cstrong\u003e1W\u003c\/strong\u003e\n    \u003cspan\u003ePer listed LED\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx27g40-spec\"\u003e\n    \u003cstrong\u003e5–6 Hrs\u003c\/strong\u003e\n    \u003cspan\u003eListed runtime\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- IMAGE 2 --\u003e\n\n\u003csection class=\"lx27g40-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/6ad1addd-be9d-41f0-8b54-ba910249a2f3.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA solar G40 patio string lights outdoor warm white\"\u003e\n\n  \u003cdiv class=\"lx27g40-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Warm 3000K Café-Style Lighting\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The 1W G40 LED bulbs produce soft 3000K warm-white illumination\n      designed to create relaxed outdoor ambiance without an overly harsh\n      lighting effect.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- PERFORMANCE --\u003e\n\n\u003csection class=\"lx27g40-dark\"\u003e\n\n  \u003ch2\u003e\n    Solar Lighting for Outdoor Spaces Without an Outlet\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    The solar-powered design gives you more freedom to install decorative\n    lighting on pergolas, gazebos, decks and yard areas that may be far from\n    conventional electrical service.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx27g40-dark-grid\"\u003e\n\n    \u003cdiv class=\"lx27g40-dark-item\"\u003e\n      \u003cstrong\u003e6 Hours\u003c\/strong\u003e\n      \u003cspan\u003eListed sunlight for full charge.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27g40-dark-item\"\u003e\n      \u003cstrong\u003e5–6 Hours\u003c\/strong\u003e\n      \u003cspan\u003eListed nighttime runtime.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27g40-dark-item\"\u003e\n      \u003cstrong\u003e3000K\u003c\/strong\u003e\n      \u003cspan\u003eSoft warm-white lighting.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27g40-dark-item\"\u003e\n      \u003cstrong\u003eNo Outlet\u003c\/strong\u003e\n      \u003cspan\u003eIndependent solar operation.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- 3 DETAIL IMAGES --\u003e\n\n\u003csection class=\"lx27g40-section\"\u003e\n\n  \u003ch2 class=\"lx27g40-heading\"\u003e\n    Designed for Easy Outdoor Installation\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lx27g40-three\"\u003e\n\n\n    \u003cdiv class=\"lx27g40-feature\"\u003e\n\n      \u003cdiv class=\"lx27g40-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-seller-content-images-us-east-1\/ATVPDKIKX0DER\/A302JHK8ZA18R6\/baf34c11-40b3-43ce-ab5d-2eec218af943._CR0,0,1500,1500_PT0_SX300__.jpg\" alt=\"LumenXUSA G40 solar LED bulb detail\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx27g40-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Durable G40 LED Bulbs\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The strand uses 12 G40-shaped LED bulbs with protective silicon\n          around the LEDs and durable plastic outer bulb covers.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx27g40-feature\"\u003e\n\n      \u003cdiv class=\"lx27g40-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-seller-content-images-us-east-1\/ATVPDKIKX0DER\/A302JHK8ZA18R6\/8d931ba0-74c0-42f4-929f-21cb94c4cfa2._CR0,0,529,529_PT0_SX300__.jpg\" alt=\"LumenXUSA solar string light panel stake clip installation\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx27g40-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Stake or Clip Panel Installation\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Position the solar panel using the supplied ground stake or\n          clip so you can place it where it receives stronger sunlight.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx27g40-feature\"\u003e\n\n      \u003cdiv class=\"lx27g40-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-seller-content-images-us-east-1\/ATVPDKIKX0DER\/A302JHK8ZA18R6\/4dc71d1a-6d56-406a-916c-f6c84f37851a._CR0,0,411,411_PT0_SX300__.jpg\" alt=\"LumenXUSA 27 foot solar string light dimensions and spacing\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx27g40-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Practical 27 FT Layout\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The strand measures 27 feet overall, with approximately 20 feet\n          of illuminated area and 6 feet between the solar panel and first bulb.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- KEY BENEFITS --\u003e\n\n\u003csection class=\"lx27g40-two\"\u003e\n\n\n  \u003cdiv class=\"lx27g40-card\"\u003e\n\n    \u003ch2\u003e\n      Energy-Efficient LED Lighting\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx27g40-list\"\u003e\n\n      \u003cli\u003e12 replaceable G40 LED bulbs\u003c\/li\u003e\n\n      \u003cli\u003e1W listed power per bulb\u003c\/li\u003e\n\n      \u003cli\u003e3000K soft warm-white illumination\u003c\/li\u003e\n\n      \u003cli\u003eListed LED lifespan up to 20,000 hours\u003c\/li\u003e\n\n      \u003cli\u003eLED bulbs remain cool compared with traditional incandescent lighting\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx27g40-card\"\u003e\n\n    \u003ch2\u003e\n      Automatic Night Operation\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx27g40-list\"\u003e\n\n      \u003cli\u003ePhotocell located in the solar panel\u003c\/li\u003e\n\n      \u003cli\u003eDesigned to switch on automatically after dark\u003c\/li\u003e\n\n      \u003cli\u003eOn\/off switch located on rear of panel\u003c\/li\u003e\n\n      \u003cli\u003eSwitch should remain ON during charging according to supplied instructions\u003c\/li\u003e\n\n      \u003cli\u003eNo daily manual operation required after setup\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- INSTALLATION OPTIONS --\u003e\n\n\u003csection class=\"lx27g40-dark\"\u003e\n\n  \u003ch2\u003e\n    Hang Them Straight, Scalloped or Canopy Style\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Rings positioned above the bulbs allow multiple installation styles.\n    Use every mounting point for a straighter line or selected points for\n    a softer scalloped appearance.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx27g40-dark-grid\"\u003e\n\n    \u003cdiv class=\"lx27g40-dark-item\"\u003e\n      \u003cstrong\u003eStraight Line\u003c\/strong\u003e\n      \u003cspan\u003eUse multiple support points for a clean run.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27g40-dark-item\"\u003e\n      \u003cstrong\u003eScalloped\u003c\/strong\u003e\n      \u003cspan\u003eCreate relaxed decorative curves.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27g40-dark-item\"\u003e\n      \u003cstrong\u003eCanopy\u003c\/strong\u003e\n      \u003cspan\u003eIdeal over patios or dining areas.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27g40-dark-item\"\u003e\n      \u003cstrong\u003eGuide Wire\u003c\/strong\u003e\n      \u003cspan\u003eRecommended in the supplied product guidance.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- SPECIFICATIONS --\u003e\n\n\u003csection class=\"lx27g40-two\"\u003e\n\n\n  \u003cdiv class=\"lx27g40-card\"\u003e\n\n    \u003ch2\u003e\n      Product Specifications\n    \u003c\/h2\u003e\n\n\n    \u003ctable class=\"lx27g40-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003e\u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eTotal Length\u003c\/th\u003e\n          \u003ctd\u003e27 Feet\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLighted Length\u003c\/th\u003e\n          \u003ctd\u003eApprox. 20 Feet\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Quantity\u003c\/th\u003e\n          \u003ctd\u003e12\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Type\u003c\/th\u003e\n          \u003ctd\u003eG40 LED Globe Bulbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Wattage\u003c\/th\u003e\n          \u003ctd\u003e1W Each\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Spacing\u003c\/th\u003e\n          \u003ctd\u003eApprox. 20 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx27g40-card\"\u003e\n\n    \u003ch2\u003e\n      Solar \u0026amp; Lighting Specifications\n    \u003c\/h2\u003e\n\n\n    \u003ctable class=\"lx27g40-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePower Source\u003c\/th\u003e\n          \u003ctd\u003eSolar\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eColor Temperature\u003c\/th\u003e\n          \u003ctd\u003e3000K Soft White\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eFull Charge\u003c\/th\u003e\n          \u003ctd\u003eApprox. 6 Hours of Direct Sunlight\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eListed Runtime\u003c\/th\u003e\n          \u003ctd\u003eApprox. 5–6 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePanel to First Bulb\u003c\/th\u003e\n          \u003ctd\u003eApprox. 6 Feet\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eAdditional End Length\u003c\/th\u003e\n          \u003ctd\u003eApprox. 3 Feet\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulbs Replaceable\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- APPLICATIONS --\u003e\n\n\u003csection class=\"lx27g40-card lx27g40-section\"\u003e\n\n  \u003ch2\u003e\n    Ideal for Patios, Pergolas, Gazebos \u0026amp; Events\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lx27g40-apps\"\u003e\n\n    \u003cspan class=\"lx27g40-app\"\u003ePatios\u003c\/span\u003e\n\n    \u003cspan class=\"lx27g40-app\"\u003ePergolas\u003c\/span\u003e\n\n    \u003cspan class=\"lx27g40-app\"\u003eGazebos\u003c\/span\u003e\n\n    \u003cspan class=\"lx27g40-app\"\u003ePorches\u003c\/span\u003e\n\n    \u003cspan class=\"lx27g40-app\"\u003eBackyards\u003c\/span\u003e\n\n    \u003cspan class=\"lx27g40-app\"\u003eDecks\u003c\/span\u003e\n\n    \u003cspan class=\"lx27g40-app\"\u003eGardens\u003c\/span\u003e\n\n    \u003cspan class=\"lx27g40-app\"\u003eOutdoor Dining\u003c\/span\u003e\n\n    \u003cspan class=\"lx27g40-app\"\u003eWeddings\u003c\/span\u003e\n\n    \u003cspan class=\"lx27g40-app\"\u003eBirthdays\u003c\/span\u003e\n\n    \u003cspan class=\"lx27g40-app\"\u003eParties\u003c\/span\u003e\n\n    \u003cspan class=\"lx27g40-app\"\u003eEvents\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- RECOMMENDED ACCESSORIES --\u003e\n\n\u003csection class=\"lx27g40-section\"\u003e\n\n  \u003ch2 class=\"lx27g40-heading\"\u003e\n    Recommended for a Cleaner Outdoor Installation\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx27g40-lead\"\u003e\n    The supplied product guidance recommends guide wire for sturdy hanging.\n    If your yard or patio does not have enough natural mounting points,\n    these two accessories can help create a cleaner installation.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx27g40-accessory-grid\"\u003e\n\n\n    \u003cdiv class=\"lx27g40-accessory\"\u003e\n\n      \u003cspan class=\"lx27g40-accessory-label\"\u003e\n        RECOMMENDED SUPPORT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        10 FT Outdoor String Light Poles – 4 Pack\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Create dedicated hanging points across open patios, yards and\n        entertaining areas where pergolas, trees or walls are unavailable.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lx27g40-accessory-pills\"\u003e\n\n        \u003cspan\u003e10 FT Height\u003c\/span\u003e\n\n        \u003cspan\u003e4-Pack\u003c\/span\u003e\n\n        \u003cspan\u003eOutdoor Metal Poles\u003c\/span\u003e\n\n        \u003cspan\u003eFence Brackets\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\" class=\"lx27g40-btn\"\u003e\n\n        View 10 FT String Light Poles\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx27g40-accessory\"\u003e\n\n      \u003cspan class=\"lx27g40-accessory-label\"\u003e\n        RECOMMENDED HANGING KIT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        LumenXUSA 165 FT Stainless-Steel Hanging Kit\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Use dedicated 304 stainless-steel guide wire to support longer\n        suspended spans and reduce tension on the light strand itself.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lx27g40-accessory-pills\"\u003e\n\n        \u003cspan\u003e165 FT Guide Wire\u003c\/span\u003e\n\n        \u003cspan\u003e304 Stainless Steel\u003c\/span\u003e\n\n        \u003cspan\u003eTurnbuckles\u003c\/span\u003e\n\n        \u003cspan\u003eCable Hardware\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\" class=\"lx27g40-btn\"\u003e\n\n        View LumenXUSA Hanging Kit\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- SOLAR TIPS --\u003e\n\n\u003csection class=\"lx27g40-dark\"\u003e\n\n  \u003ch2\u003e\n    Get Better Solar Charging Performance\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Direct sunlight provides the strongest charging performance.\n    Indirect light may still charge the panel, but the supplied product\n    description notes that charging will be slower.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx27g40-dark-grid\"\u003e\n\n    \u003cdiv class=\"lx27g40-dark-item\"\u003e\n      \u003cstrong\u003eDirect Sun\u003c\/strong\u003e\n      \u003cspan\u003eBest option for faster charging.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27g40-dark-item\"\u003e\n      \u003cstrong\u003e6 Hours\u003c\/strong\u003e\n      \u003cspan\u003eListed direct-sun full-charge target.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27g40-dark-item\"\u003e\n      \u003cstrong\u003eSwitch ON\u003c\/strong\u003e\n      \u003cspan\u003eSupplied instructions say to charge with switch on.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx27g40-dark-item\"\u003e\n      \u003cstrong\u003eKeep Panel Clear\u003c\/strong\u003e\n      \u003cspan\u003eAvoid unnecessary shade or obstruction.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FAQ --\u003e\n\n\u003csection class=\"lx27g40-card\"\u003e\n\n  \u003ch2\u003e\n    LumenXUSA 27 FT Solar G40 String Lights FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lx27g40-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long are these solar string lights?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27g40-answer\"\u003e\n        The supplied specifications list a total strand length of 27 feet,\n        with approximately 20 feet of illuminated area.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How many bulbs are included?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27g40-answer\"\u003e\n        The strand includes 12 G40 LED bulbs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What color temperature are the bulbs?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27g40-answer\"\u003e\n        The supplied specification lists 3000K soft warm-white light.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How much sunlight is needed for a full charge?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27g40-answer\"\u003e\n        The supplied description states approximately 6 hours of direct sunlight\n        for a full charge.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long do the lights run at night?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27g40-answer\"\u003e\n        The supplied product information states approximately 5–6 hours\n        after a full charge.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do the lights turn on automatically?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27g40-answer\"\u003e\n        Yes. The photocell in the solar panel is designed to turn the\n        strand on automatically after dark.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does the switch need to be on while charging?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27g40-answer\"\u003e\n        Yes. The supplied instructions specifically state that the switch\n        should be in the ON position while the panel is charging.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can the bulbs be replaced?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27g40-answer\"\u003e\n        Yes. The supplied product information states that the bulbs are replaceable.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can the solar panel be installed without a ground stake?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27g40-answer\"\u003e\n        Yes. The supplied description states that the solar panel can be\n        positioned using either the included stake or clip.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How far is the first bulb from the solar panel?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27g40-answer\"\u003e\n        The supplied specification lists approximately 6 feet between\n        the solar panel and the first bulb.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do you recommend string-light poles?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27g40-answer\"\u003e\n        They are useful for open areas without enough existing hanging points.\n        You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\"\u003e\n          view the 10 FT String Light Poles – 4 Pack here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Should I use guide wire?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx27g40-answer\"\u003e\n        The supplied product guidance specifically recommends guide wire\n        as a sturdy hanging method. You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\"\u003e\n          view the LumenXUSA 165 FT Hanging Kit here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- TRUST BAR --\u003e\n\n\u003csection class=\"lx27g40-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\n    Solar Outdoor Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e27 FT\u003c\/strong\u003e\n    G40 String Lights\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e12 LEDs\u003c\/strong\u003e\n    Replaceable Bulbs\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e3000K\u003c\/strong\u003e\n    Soft Warm White\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eComplete Setup\u003c\/strong\u003e\n    Poles + Guide Wire\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":37241354354837,"sku":"BRI-03","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/27-ft-solar-led-outdoor-string-lights-1w-retro-edison-globe-bulbs-waterproof-27-ft-bistro-lights-7199960.png?v=1787921174"},{"product_id":"pro-solar-powered-string-lights-waterproof-led-indoor-outdoor-hanging-edison-bulb-lights-with-15-bulbs-48-ft-patio-lights","title":"48Ft Solar Powered String Lights Waterproof LED Hanging Edison Bulb Lights with 15 Bulbs","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA SOLAR S14 STRING LIGHTS\n   OUTDOOR SOLAR OUTLET\n   PREMIUM BEST-SELLER LANDING PAGE\n   ========================================================= *\/\n\n.lx-string{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lx-string *{\n  box-sizing:border-box;\n}\n\n.lx-string img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lx-string a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.lxs-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.lxs-hero-media{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lxs-hero-media img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lxs-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lxs-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lxs-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lxs-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lxs-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lxs-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lxs-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.lxs-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lxs-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lxs-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lxs-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.lxs-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lxs-spec:last-child{\n  border-right:0;\n}\n\n.lxs-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lxs-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lxs-section{\n  margin-bottom:25px;\n}\n\n.lxs-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lxs-heading:after,\n.lxs-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lxs-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGES *\/\n\n.lxs-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lxs-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lxs-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lxs-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lxs-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* DARK *\/\n\n.lxs-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lxs-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lxs-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lxs-dark-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lxs-dark-item{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lxs-dark-item strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lxs-dark-item span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* FEATURE CARDS *\/\n\n.lxs-three{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n  margin-bottom:25px;\n}\n\n.lxs-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lxs-feature-image{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:16px;\n  min-height:280px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.lxs-feature-image img{\n  max-width:300px;\n  max-height:300px;\n  object-fit:contain;\n  margin:auto;\n}\n\n.lxs-feature-copy{\n  padding:19px;\n}\n\n.lxs-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:18px;\n  font-weight:800;\n}\n\n.lxs-feature p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\/* TWO COLUMN *\/\n\n.lxs-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lxs-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lxs-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lxs-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lxs-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.lxs-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\/* ACCESSORY RECOMMENDATIONS *\/\n\n.lxs-accessories{\n  margin-bottom:25px;\n}\n\n.lxs-accessory-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:17px;\n}\n\n.lxs-accessory{\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.lxs-accessory-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:850;\n}\n\n.lxs-accessory 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.lxs-accessory p{\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.lxs-accessory-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n  margin:0 0 20px;\n}\n\n.lxs-accessory-pills span{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  color:#e7edf5;\n  font-size:11.5px;\n  font-weight:650;\n}\n\n.lxs-btn{\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.lxs-btn:hover{\n  background:#ffb21a;\n}\n\n\/* APPLICATIONS *\/\n\n.lxs-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lxs-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* INSTALL STEPS *\/\n\n.lxs-steps{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n}\n\n.lxs-step{\n  padding:19px 14px;\n  text-align:center;\n  border:1px solid #e4e7ec;\n  border-radius:11px;\n  background:#f8f9fb;\n}\n\n.lxs-num{\n  width:38px;\n  height:38px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:0 auto 10px;\n  border-radius:50%;\n  background:#f5a300;\n  color:#111827;\n  font-weight:900;\n}\n\n.lxs-step h3{\n  margin:0 0 6px;\n  color:#07182e;\n  font-size:16px;\n}\n\n.lxs-step p{\n  margin:0;\n  color:#667085;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\/* FAQ *\/\n\n.lxs-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lxs-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lxs-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lxs-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lxs-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lxs-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lxs-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lxs-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.lxs-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.lxs-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lxs-trust div:last-child{\n  border-right:0;\n}\n\n.lxs-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* TABLET *\/\n\n@media(max-width:900px){\n\n  .lxs-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lxs-three{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lxs-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lxs-steps{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n\/* MOBILE *\/\n\n@media(max-width:680px){\n\n  .lx-string{\n    padding:15px 10px 35px;\n  }\n\n  .lxs-hero,\n  .lxs-two,\n  .lxs-accessory-grid{\n    grid-template-columns:1fr;\n  }\n\n  .lxs-hero{\n    gap:18px;\n  }\n\n  .lxs-title{\n    font-size:30px;\n  }\n\n  .lxs-subtitle{\n    font-size:19px;\n  }\n\n  .lxs-text{\n    font-size:15px;\n  }\n\n  .lxs-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lxs-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lxs-three{\n    grid-template-columns:1fr;\n  }\n\n  .lxs-feature-image{\n    min-height:0;\n  }\n\n  .lxs-dark{\n    padding:24px 18px;\n  }\n\n  .lxs-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lxs-card{\n    padding:21px 17px;\n  }\n\n  .lxs-steps{\n    grid-template-columns:1fr;\n  }\n\n  .lxs-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lxs-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lx-string\"\u003e\n\n\n\u003c!-- ======================================================\n     HERO\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-hero\"\u003e\n\n  \u003cdiv class=\"lxs-hero-media\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/06e0b234-4136-48c1-b16f-4e687eeae8ae.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA outdoor solar string lights with shatterproof S14 LED Edison bulbs\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"lxs-brand\"\u003e\n      LUMENXUSA\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxs-eyebrow\"\u003e\n      SOLAR OUTDOOR STRING LIGHTING\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"lxs-title\"\u003e\n      LumenXUSA Solar S14 String Lights\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"lxs-subtitle\"\u003e\n      Waterproof Shatterproof LED Edison-Style String Lights for Patios, Backyards \u0026amp; Outdoor Living\n    \u003c\/h3\u003e\n\n    \u003cp class=\"lxs-text\"\u003e\n      Create warm, inviting outdoor spaces with\n      \u003cstrong\u003eLumenXUSA Solar String Lights\u003c\/strong\u003e.\n      Designed with durable \u003cstrong\u003eS14 1W LED Edison-style bulbs\u003c\/strong\u003e,\n      solar-powered operation and weather-resistant construction, these\n      string lights make it easy to add decorative lighting without running\n      permanent electrical wiring to your installation.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lxs-text\"\u003e\n      The adjustable solar panel can be positioned for better sun exposure,\n      while automatic low-light operation allows the string lights to\n      illuminate after ambient brightness drops below approximately 10 lux.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"lxs-pills\"\u003e\n\n      \u003cspan class=\"lxs-pill\"\u003eLumenXUSA\u003c\/span\u003e\n\n      \u003cspan class=\"lxs-pill\"\u003eS14 LED Bulbs\u003c\/span\u003e\n\n      \u003cspan class=\"lxs-pill\"\u003eIP65\u003c\/span\u003e\n\n      \u003cspan class=\"lxs-pill\"\u003eShatterproof\u003c\/span\u003e\n\n      \u003cspan class=\"lxs-pill\"\u003eSolar Powered\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BEST SELLER\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-best\"\u003e\n\n  \u003cstrong\u003eBEST SELLER\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    A popular outdoor solar string-lighting solution for patios,\n    pergolas, gardens, decks, backyards and entertaining spaces where\n    customers want decorative Edison-style lighting without relying on\n    a nearby electrical outlet.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     QUICK SPECS\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-specbar\"\u003e\n\n  \u003cdiv class=\"lxs-spec\"\u003e\n    \u003cstrong\u003eS14\u003c\/strong\u003e\n    \u003cspan\u003eLED Edison bulbs\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxs-spec\"\u003e\n    \u003cstrong\u003e1W LED\u003c\/strong\u003e\n    \u003cspan\u003ePer listed bulb\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxs-spec\"\u003e\n    \u003cstrong\u003e3 Ft\u003c\/strong\u003e\n    \u003cspan\u003eListed bulb spacing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxs-spec\"\u003e\n    \u003cstrong\u003eIP65\u003c\/strong\u003e\n    \u003cspan\u003eWeather resistance\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxs-spec\"\u003e\n    \u003cstrong\u003e180°\u003c\/strong\u003e\n    \u003cspan\u003eAdjustable panel\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxs-spec\"\u003e\n    \u003cstrong\u003eSolar Powered\u003c\/strong\u003e\n    \u003cspan\u003eNo outlet required\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SOLAR PANEL INSTALLATION IMAGES\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-section\"\u003e\n\n  \u003ch2 class=\"lxs-heading\"\u003e\n    Flexible Solar Panel Installation\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lxs-lead\"\u003e\n    Position the solar panel where it can receive strong daytime sunlight.\n    The supplied installation system supports ground placement or wall mounting,\n    and the panel angle can be adjusted up to 180 degrees.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxs-three\"\u003e\n\n\n    \u003cdiv class=\"lxs-feature\"\u003e\n\n      \u003cdiv class=\"lxs-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d2528f92-b87b-48cc-97dc-265ff7aa88b3.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA solar string light panel ground stake installation\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxs-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Ground Stake Installation\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Insert the solar-panel stake into suitable ground and place the\n          panel where it can receive direct sunlight for as much of the day as possible.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxs-feature\"\u003e\n\n      \u003cdiv class=\"lxs-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3f954d0c-de97-42d0-9df6-12ca1320970d.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA solar string lights solar panel wall mounting\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxs-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Wall-Mounted Solar Panel\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The panel can also be mounted to a suitable wall or structure\n          using the supplied mounting method.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxs-feature\"\u003e\n\n      \u003cdiv class=\"lxs-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b09ea370-9065-4b34-8d5e-a42b4778b0d3.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA 180 degree adjustable solar panel for outdoor string lights\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxs-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          180° Adjustable Panel\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Adjust the solar-panel angle to improve exposure to direct\n          sunlight throughout the day.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     AUTOMATIC SOLAR OPERATION\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-dark\"\u003e\n\n  \u003ch2\u003e\n    Automatic Solar Lighting After Dark\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    With the switch in the ON position, the lights are designed to\n    automatically illuminate when surrounding light levels fall below\n    approximately 10 lux. The solar panel can charge during daylight\n    whether the switch is in the ON or OFF position.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxs-dark-grid\"\u003e\n\n    \u003cdiv class=\"lxs-dark-item\"\u003e\n      \u003cstrong\u003eSolar Charging\u003c\/strong\u003e\n      \u003cspan\u003eHarnesses daytime sunlight for nighttime use.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxs-dark-item\"\u003e\n      \u003cstrong\u003eAuto On\u003c\/strong\u003e\n      \u003cspan\u003eDesigned to illuminate automatically in low light.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxs-dark-item\"\u003e\n      \u003cstrong\u003eNo Outlet\u003c\/strong\u003e\n      \u003cspan\u003eUseful where conventional power is inconvenient.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxs-dark-item\"\u003e\n      \u003cstrong\u003eLow Maintenance\u003c\/strong\u003e\n      \u003cspan\u003eSimple outdoor decorative lighting.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     OUTDOOR FEATURES\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-section\"\u003e\n\n  \u003ch2 class=\"lxs-heading\"\u003e\n    Designed for Outdoor Entertaining\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lxs-three\"\u003e\n\n\n    \u003cdiv class=\"lxs-feature\"\u003e\n\n      \u003cdiv class=\"lxs-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1698528a-1f45-4e65-a739-490e8d4f16bb.__CR0,0,500,500_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA IP65 waterproof outdoor solar string lights\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxs-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          IP65 Weather Resistant\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The supplied product information lists IP65 protection for\n          outdoor string-light use in common rain and outdoor conditions.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxs-feature\"\u003e\n\n      \u003cdiv class=\"lxs-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/08fbf816-8fbf-48c6-aa61-76a715376efa.__CR0,0,900,900_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA shatterproof plastic S14 solar string light bulb\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxs-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Shatter-Resistant Bulbs\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Plastic S14 bulbs provide a more practical outdoor alternative\n          to fragile glass bulbs in patios, yards and entertaining spaces.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxs-feature\"\u003e\n\n      \u003cdiv class=\"lxs-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e963994a-56ad-4a14-94de-f6c2bef231c6.__CR0,0,710,710_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA solar string lights for indoor and outdoor use\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxs-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Indoor \/ Outdoor Versatility\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Use the string lights across outdoor entertaining areas or\n          indoor spaces when the solar panel can still be positioned where\n          it receives adequate sunlight.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     LARGE APPLICATION IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/42d1174d-d5a0-4c37-b61f-55c5d05e5aa4.__CR0,150,970,300_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA solar string lights installed over patio backyard pergola and outdoor space\"\u003e\n\n  \u003cdiv class=\"lxs-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Transform Patios, Backyards \u0026amp; Outdoor Spaces\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Solar string lights add decorative illumination over patios,\n      pergolas, gardens, porches, decks, pool areas, outdoor dining spaces,\n      markets, garages and entertainment areas.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BULB \/ STRING FEATURES\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-two\"\u003e\n\n\n  \u003cdiv class=\"lxs-card\"\u003e\n\n    \u003ch2\u003e\n      S14 Edison-Style LED Bulbs\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lxs-list\"\u003e\n\n      \u003cli\u003eS14 outdoor bulb design\u003c\/li\u003e\n\n      \u003cli\u003eListed 1W LED bulbs\u003c\/li\u003e\n\n      \u003cli\u003eApprox. 3-foot bulb spacing\u003c\/li\u003e\n\n      \u003cli\u003eShatter-resistant plastic construction\u003c\/li\u003e\n\n      \u003cli\u003eDecorative café and patio-light appearance\u003c\/li\u003e\n\n      \u003cli\u003eDesigned for indoor and outdoor applications\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lxs-card\"\u003e\n\n    \u003ch2\u003e\n      Practical String-Light Design\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lxs-list\"\u003e\n\n      \u003cli\u003eOne failed bulb does not shut down the other bulbs\u003c\/li\u003e\n\n      \u003cli\u003eIP65-rated outdoor design\u003c\/li\u003e\n\n      \u003cli\u003eMounting clips at sockets support installation\u003c\/li\u003e\n\n      \u003cli\u003eCan be supported using guide wire where needed\u003c\/li\u003e\n\n      \u003cli\u003eKeep bulbs facing downward where practical\u003c\/li\u003e\n\n      \u003cli\u003eKeep bulbs clear of combustible surfaces\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     STRING IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e1e406b8-57c9-4ff0-bac4-3b55b43490df.__CR0,0,650,325_PT0_SX350_V1___.jpg\" alt=\"LumenXUSA heavy duty hanging sockets S14 outdoor solar string lights\"\u003e\n\n  \u003cdiv class=\"lxs-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Support the String Properly for Longer Installations\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Where a suitable overhead structure is not available, the supplied\n      product guidance recommends supporting the light string at the sockets\n      using a suspension cable system rather than leaving a long unsupported span.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     RECOMMENDED ACCESSORIES\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-accessories\"\u003e\n\n  \u003ch2 class=\"lxs-heading\"\u003e\n    Recommended for a Professional String-Light Installation\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lxs-lead\"\u003e\n    If you're installing the lights across an open patio, yard, deck,\n    pool area or commercial space, these two accessories can make the\n    installation cleaner, stronger and easier to plan.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxs-accessory-grid\"\u003e\n\n\n    \u003c!-- 10 FT POLES --\u003e\n\n    \u003cdiv class=\"lxs-accessory\"\u003e\n\n      \u003cspan class=\"lxs-accessory-label\"\u003e\n        RECOMMENDED SUPPORT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        10 FT Outdoor String Light Poles – 4 Pack\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Create dedicated support points where trees, walls or pergola\n        structures are not available. These 10-foot metal poles are a\n        practical addition for patios, backyards and freestanding\n        string-light layouts.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lxs-accessory-pills\"\u003e\n\n        \u003cspan\u003e10 FT Height\u003c\/span\u003e\n\n        \u003cspan\u003e4-Pack\u003c\/span\u003e\n\n        \u003cspan\u003eOutdoor Use\u003c\/span\u003e\n\n        \u003cspan\u003eFence Brackets\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\" class=\"lxs-btn\"\u003e\n\n        View 10 FT String Light Poles\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- HANGING KIT --\u003e\n\n    \u003cdiv class=\"lxs-accessory\"\u003e\n\n      \u003cspan class=\"lxs-accessory-label\"\u003e\n        RECOMMENDED HANGING KIT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        LumenXUSA 165 FT Stainless-Steel String Light Hanging Kit\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        For longer spans, use a dedicated guide-wire system to provide\n        support rather than placing all of the tension directly on the\n        electrical string. The LumenXUSA kit includes stainless-steel\n        guide wire and installation hardware for a cleaner suspended layout.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lxs-accessory-pills\"\u003e\n\n        \u003cspan\u003e165 FT Guide Wire\u003c\/span\u003e\n\n        \u003cspan\u003e304 Stainless Steel\u003c\/span\u003e\n\n        \u003cspan\u003eTurnbuckles\u003c\/span\u003e\n\n        \u003cspan\u003eCable Hardware\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\" class=\"lxs-btn\"\u003e\n\n        View LumenXUSA Hanging Kit\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     INSTALLATION\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-card lxs-section\"\u003e\n\n  \u003ch2\u003e\n    Simple Solar String-Light Installation\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lxs-lead\"\u003e\n    Installation depends on the layout of your space, but the basic process\n    is straightforward. For longer unsupported spans, use suitable poles\n    and a guide-wire support system.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxs-steps\"\u003e\n\n\n    \u003cdiv class=\"lxs-step\"\u003e\n\n      \u003cdiv class=\"lxs-num\"\u003e1\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Plan the Layout\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Identify your mounting points and where you want the string lights to run.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxs-step\"\u003e\n\n      \u003cdiv class=\"lxs-num\"\u003e2\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Add Support\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Use structures, string-light poles or guide wire where appropriate.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxs-step\"\u003e\n\n      \u003cdiv class=\"lxs-num\"\u003e3\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Position the Solar Panel\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Place the panel where it receives strong direct daytime sunlight.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxs-step\"\u003e\n\n      \u003cdiv class=\"lxs-num\"\u003e4\u003c\/div\u003e\n\n      \u003ch3\u003e\n        Switch On \u0026amp; Charge\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Turn the unit on and allow sufficient daylight charging before nighttime use.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     APPLICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-card lxs-section\"\u003e\n\n  \u003ch2\u003e\n    Ideal for Residential \u0026amp; Commercial Outdoor Spaces\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lxs-apps\"\u003e\n\n    \u003cspan class=\"lxs-app\"\u003eBackyards\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003ePatios\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003ePergolas\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003ePorches\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003eGardens\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003eDecks\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003ePool Areas\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003eOutdoor Dining\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003eRestaurants\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003eMarkets\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003eEvents\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003eWedding Areas\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003eGarages\u003c\/span\u003e\n\n    \u003cspan class=\"lxs-app\"\u003eHoliday Displays\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     PERFORMANCE TIPS\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-dark\"\u003e\n\n  \u003ch2\u003e\n    Get Better Performance from Your Solar String Lights\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Solar performance depends heavily on the amount of sunlight reaching\n    the solar panel. Proper placement and basic maintenance help maximize charging.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxs-dark-grid\"\u003e\n\n    \u003cdiv class=\"lxs-dark-item\"\u003e\n      \u003cstrong\u003eDirect Sun\u003c\/strong\u003e\n      \u003cspan\u003ePosition the panel away from heavy shade.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxs-dark-item\"\u003e\n      \u003cstrong\u003eAdjust the Panel\u003c\/strong\u003e\n      \u003cspan\u003eUse the 180° adjustment for better sun exposure.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxs-dark-item\"\u003e\n      \u003cstrong\u003eKeep It Clean\u003c\/strong\u003e\n      \u003cspan\u003eRemove dust, leaves and debris from the panel.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxs-dark-item\"\u003e\n      \u003cstrong\u003eCharge Before Use\u003c\/strong\u003e\n      \u003cspan\u003eRecharge after long periods of storage.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FAQ\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-card\"\u003e\n\n  \u003ch2\u003e\n    LumenXUSA Solar String Lights FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lxs-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are these LumenXUSA string lights solar powered?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxs-answer\"\u003e\n        Yes. The string lights use a separate solar panel to charge during\n        daylight, so a conventional electrical outlet is not required for\n        normal solar operation.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do the string lights turn on automatically?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxs-answer\"\u003e\n        With the switch in the ON position, the supplied product information\n        states that the lights automatically illuminate when ambient brightness\n        falls below approximately 10 lux.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are the bulbs glass?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxs-answer\"\u003e\n        No. The supplied product information identifies the bulbs as\n        shatter-resistant plastic, making them better suited for common outdoor use.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What type of bulbs are used?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxs-answer\"\u003e\n        The supplied specifications list S14 1W LED Edison-style bulbs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How far apart are the bulbs?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxs-answer\"\u003e\n        The supplied product information lists approximately 3 feet of spacing\n        between light bulbs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are the string lights waterproof?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxs-answer\"\u003e\n        The supplied specifications list an IP65 weather-resistance rating\n        for indoor\/outdoor use.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I adjust the solar panel?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxs-answer\"\u003e\n        Yes. The solar panel can be adjusted up to approximately 180 degrees\n        to help improve sunlight exposure.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can the solar panel be wall mounted?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxs-answer\"\u003e\n        Yes. The supplied installation information shows both ground-stake\n        and wall-mounted solar-panel installation.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What happens if one bulb goes out?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxs-answer\"\u003e\n        The supplied product information states that one bulb going out does\n        not affect the operation of the other bulbs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do I need a guide wire for installation?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxs-answer\"\u003e\n        For longer spans without adequate structural support, the supplied\n        product guidance recommends supporting the lights at the sockets using\n        a suspension cable system. You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\"\u003e\n          view the LumenXUSA 165 FT hanging kit here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do you recommend string-light poles?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxs-answer\"\u003e\n        If your patio or yard does not have enough natural mounting points,\n        dedicated poles can create a cleaner layout. You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\"\u003e\n          view our 10 FT String Light Poles – 4 Pack here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where can I use these solar string lights?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxs-answer\"\u003e\n        Common applications include patios, backyards, pergolas, gardens,\n        decks, porches, pool areas, outdoor dining spaces, markets, garages,\n        events and holiday displays.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     TRUST BAR\n     ====================================================== --\u003e\n\n\u003csection class=\"lxs-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\n    Outdoor Solar Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eS14 LED\u003c\/strong\u003e\n    Edison-Style Bulbs\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eIP65\u003c\/strong\u003e\n    Outdoor Protection\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eShatterproof\u003c\/strong\u003e\n    Plastic Bulbs\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eComplete Setup\u003c\/strong\u003e\n    Poles + Guide Wire Available\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":37643304304789,"sku":"BRIG-02","price":42.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/48ft-solar-powered-string-lights-waterproof-led-hanging-edison-bulb-lights-with-15-bulbs-2957325.png?v=1787921174"},{"product_id":"pro-globe-solar-led-outdoor-string-lights-waterproof-1w-retro-edison-filament-bulbs-27-ft-patio-lights-create-bistro-ambience-warm-white","title":"27 Ft Pro - Globe Solar LED Outdoor String Lights – Waterproof, G40 Retro Edison Filament Bulbs -Warm White","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA 23 FT G40 SOLAR STRING LIGHTS\n   OUTDOOR SOLAR OUTLET\n   PREMIUM BEST SELLER LANDING PAGE\n   ========================================================= *\/\n\n.lxg40{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lxg40 *{\n  box-sizing:border-box;\n}\n\n.lxg40 img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lxg40 a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.lxg40-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.lxg40-hero-media{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lxg40-hero-media img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lxg40-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lxg40-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lxg40-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lxg40-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lxg40-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lxg40-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lxg40-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.lxg40-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lxg40-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lxg40-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lxg40-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.lxg40-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lxg40-spec:last-child{\n  border-right:0;\n}\n\n.lxg40-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lxg40-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lxg40-section{\n  margin-bottom:25px;\n}\n\n.lxg40-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lxg40-heading:after,\n.lxg40-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lxg40-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGE *\/\n\n.lxg40-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lxg40-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lxg40-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lxg40-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lxg40-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* FEATURE GRID *\/\n\n.lxg40-three{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n  margin-bottom:25px;\n}\n\n.lxg40-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lxg40-feature-image{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:14px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.lxg40-feature-image img{\n  max-width:300px;\n  aspect-ratio:1\/1;\n  object-fit:contain;\n}\n\n.lxg40-feature-copy{\n  padding:19px;\n}\n\n.lxg40-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:18px;\n  font-weight:800;\n}\n\n.lxg40-feature p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\/* DARK *\/\n\n.lxg40-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lxg40-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lxg40-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lxg40-dark-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lxg40-dark-item{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lxg40-dark-item strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lxg40-dark-item span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* LIGHT MODES *\/\n\n.lxg40-modes{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n  margin-bottom:25px;\n}\n\n.lxg40-mode{\n  padding:20px 16px;\n  text-align:center;\n  border:1px solid #e3e7ec;\n  border-radius:12px;\n  background:#f8f9fb;\n}\n\n.lxg40-mode strong{\n  display:block;\n  margin-bottom:5px;\n  color:#07182e;\n  font-size:17px;\n}\n\n.lxg40-mode span{\n  color:#667085;\n  font-size:13px;\n  line-height:1.5;\n}\n\n\/* TWO COLUMN *\/\n\n.lxg40-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lxg40-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lxg40-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lxg40-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lxg40-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.lxg40-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\/* ACCESSORIES *\/\n\n.lxg40-accessory-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:17px;\n}\n\n.lxg40-accessory{\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.lxg40-accessory-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:850;\n}\n\n.lxg40-accessory 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.lxg40-accessory p{\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.lxg40-accessory-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n  margin:0 0 20px;\n}\n\n.lxg40-accessory-pills span{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  color:#e7edf5;\n  font-size:11.5px;\n  font-weight:650;\n}\n\n.lxg40-btn{\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\/* APPLICATIONS *\/\n\n.lxg40-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lxg40-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* TABLE *\/\n\n.lxg40-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.lxg40-table tr{\n  border-bottom:1px solid #e9edf1;\n}\n\n.lxg40-table tr:last-child{\n  border-bottom:0;\n}\n\n.lxg40-table th,\n.lxg40-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.lxg40-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.lxg40-table td{\n  color:#5b6472;\n}\n\n\/* FAQ *\/\n\n.lxg40-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lxg40-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lxg40-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lxg40-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lxg40-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lxg40-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lxg40-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lxg40-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.lxg40-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.lxg40-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lxg40-trust div:last-child{\n  border-right:0;\n}\n\n.lxg40-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* RESPONSIVE *\/\n\n@media(max-width:900px){\n\n  .lxg40-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lxg40-three{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lxg40-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lxg40-modes{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n@media(max-width:680px){\n\n  .lxg40{\n    padding:15px 10px 35px;\n  }\n\n  .lxg40-hero,\n  .lxg40-two,\n  .lxg40-accessory-grid{\n    grid-template-columns:1fr;\n  }\n\n  .lxg40-hero{\n    gap:18px;\n  }\n\n  .lxg40-title{\n    font-size:30px;\n  }\n\n  .lxg40-subtitle{\n    font-size:19px;\n  }\n\n  .lxg40-text{\n    font-size:15px;\n  }\n\n  .lxg40-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lxg40-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lxg40-three{\n    grid-template-columns:1fr;\n  }\n\n  .lxg40-dark{\n    padding:24px 18px;\n  }\n\n  .lxg40-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lxg40-modes{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lxg40-card{\n    padding:21px 17px;\n  }\n\n  .lxg40-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lxg40-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lxg40\"\u003e\n\n\n\u003c!-- ======================================================\n     HERO\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-hero\"\u003e\n\n  \u003cdiv class=\"lxg40-hero-media\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/28b9ea4e-c1c7-4c44-bf78-ca039731d9ff.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 23 ft G40 solar string lights for patio gazebo pergola backyard\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"lxg40-brand\"\u003e\n      LUMENXUSA\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxg40-eyebrow\"\u003e\n      23 FT G40 SOLAR STRING LIGHTS\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"lxg40-title\"\u003e\n      LumenXUSA 23 FT G40 Solar String Lights\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"lxg40-subtitle\"\u003e\n      10-Bulb Waterproof Solar Patio Lights with 2700K Warm White Glow \u0026amp; 4 Lighting Modes\n    \u003c\/h3\u003e\n\n    \u003cp class=\"lxg40-text\"\u003e\n      Create a warm, inviting outdoor atmosphere with\n      \u003cstrong\u003eLumenXUSA 23 FT G40 Solar String Lights\u003c\/strong\u003e.\n      Designed for patios, gazebos, pergolas, pools, gardens and outdoor\n      entertaining spaces, this solar-powered strand combines\n      \u003cstrong\u003e10 classic G40 bulbs\u003c\/strong\u003e with warm\n      \u003cstrong\u003e2700K illumination\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lxg40-text\"\u003e\n      No outdoor electrical outlet is required. The solar panel charges\n      during daylight and the lights are designed to turn on automatically\n      after dark, making them a convenient decorative lighting solution\n      for locations where running electrical wiring is impractical.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"lxg40-pills\"\u003e\n\n      \u003cspan class=\"lxg40-pill\"\u003eLumenXUSA\u003c\/span\u003e\n\n      \u003cspan class=\"lxg40-pill\"\u003e23 FT\u003c\/span\u003e\n\n      \u003cspan class=\"lxg40-pill\"\u003e10 G40 Bulbs\u003c\/span\u003e\n\n      \u003cspan class=\"lxg40-pill\"\u003e2700K Warm White\u003c\/span\u003e\n\n      \u003cspan class=\"lxg40-pill\"\u003eIP65\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BEST SELLER\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-best\"\u003e\n\n  \u003cstrong\u003eBEST SELLER\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    One of our popular solar string-lighting options for customers who\n    want classic globe-style bulbs, warm patio ambiance, automatic\n    nighttime operation and no dependence on an outdoor electrical outlet.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     AUTO ON\/OFF IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c449463a-caba-4ec4-bf66-8751485dca15.__CR0,0,970,300_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA solar string lights automatic on off dusk to dawn operation\"\u003e\n\n  \u003cdiv class=\"lxg40-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Automatic Solar Operation\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The solar panel charges during the day and the string lights are\n      designed to illuminate automatically at night, giving you decorative\n      outdoor lighting without manually switching the lights on every evening.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     QUICK SPECS\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-specbar\"\u003e\n\n  \u003cdiv class=\"lxg40-spec\"\u003e\n    \u003cstrong\u003e23 FT\u003c\/strong\u003e\n    \u003cspan\u003eTotal length\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxg40-spec\"\u003e\n    \u003cstrong\u003e10 Bulbs\u003c\/strong\u003e\n    \u003cspan\u003eG40 globe style\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxg40-spec\"\u003e\n    \u003cstrong\u003e19.7\"\u003c\/strong\u003e\n    \u003cspan\u003eListed spacing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxg40-spec\"\u003e\n    \u003cstrong\u003e2700K\u003c\/strong\u003e\n    \u003cspan\u003eWarm white\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxg40-spec\"\u003e\n    \u003cstrong\u003eIP65\u003c\/strong\u003e\n    \u003cspan\u003eWeather resistance\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxg40-spec\"\u003e\n    \u003cstrong\u003e4 Modes\u003c\/strong\u003e\n    \u003cspan\u003eLighting effects\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     UMBRELLA \/ PRODUCT IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-section\"\u003e\n\n  \u003ch2 class=\"lxg40-heading\"\u003e\n    Classic G40 Globe Bulbs for Outdoor Ambiance\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lxg40-lead\"\u003e\n    The compact G40 bulb style works especially well for smaller patios,\n    umbrellas, pergolas, garden areas and entertaining spaces where you\n    want decorative light without oversized fixtures.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxg40-three\"\u003e\n\n\n    \u003cdiv class=\"lxg40-feature\"\u003e\n\n      \u003cdiv class=\"lxg40-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/dbd42810-7046-4775-8042-f7ce95b99696.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA G40 solar string lights for patio umbrella\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxg40-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Patio \u0026amp; Umbrella Lighting\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compact globe bulbs make this strand a practical choice for\n          umbrellas, pergolas, gazebos, railings and smaller outdoor spaces.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxg40-feature\"\u003e\n\n      \u003cdiv class=\"lxg40-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          10 G40 Bulbs\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Ten globe-style bulbs are distributed across the 23-foot strand\n          for decorative, evenly spaced outdoor illumination.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxg40-feature\"\u003e\n\n      \u003cdiv class=\"lxg40-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Independent Bulb Operation\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The supplied product information states that if one bulb stops\n          working, the remaining bulbs continue to operate.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     WATERPROOF \/ MODES \/ INSTALLATION\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-section\"\u003e\n\n  \u003ch2 class=\"lxg40-heading\"\u003e\n    Built for Convenient Outdoor Use\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lxg40-three\"\u003e\n\n\n    \u003cdiv class=\"lxg40-feature\"\u003e\n\n      \u003cdiv class=\"lxg40-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/69bc05f8-ffe2-4268-a2b9-03165574fe29.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA IP65 waterproof solar string lights\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxg40-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          IP65 Weather Resistant\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The supplied specifications list IP65 protection for outdoor\n          use in common rain and changing weather conditions.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxg40-feature\"\u003e\n\n      \u003cdiv class=\"lxg40-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5a199a28-60df-4eb4-b46b-e59156078be0.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA solar string lights four lighting modes\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxg40-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          4 Lighting Modes\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Switch between steady and decorative flashing effects using\n          the button located behind the solar panel.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxg40-feature\"\u003e\n\n      \u003cdiv class=\"lxg40-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/949d6c69-6ff6-4b01-af4d-fb1968128dc9.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA solar panel ground stake and wall installation\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxg40-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Flexible Solar Panel Installation\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Install the solar panel using the ground stake or secure it\n          to a suitable wall. The panel can be adjusted to improve\n          daytime sunlight exposure.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     LIGHT MODES\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-section\"\u003e\n\n  \u003ch2 class=\"lxg40-heading\"\u003e\n    4 Lighting Modes for Different Occasions\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lxg40-lead\"\u003e\n    Choose a steady warm glow for everyday patio lighting or select one\n    of the animated modes for parties, holidays and decorative displays.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxg40-modes\"\u003e\n\n    \u003cdiv class=\"lxg40-mode\"\u003e\n      \u003cstrong\u003eConstant Light\u003c\/strong\u003e\n      \u003cspan\u003eSteady illumination\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxg40-mode\"\u003e\n      \u003cstrong\u003eFast Flash\u003c\/strong\u003e\n      \u003cspan\u003eFaster animated effect\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxg40-mode\"\u003e\n      \u003cstrong\u003eSlow Flash\u003c\/strong\u003e\n      \u003cspan\u003eGentler flashing effect\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxg40-mode\"\u003e\n      \u003cstrong\u003eJumping Flash\u003c\/strong\u003e\n      \u003cspan\u003eDecorative changing effect\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SOLAR PERFORMANCE\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-dark\"\u003e\n\n  \u003ch2\u003e\n    Warm Solar Lighting with No Outdoor Outlet Required\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Solar power makes this strand especially useful for pergolas,\n    gardens, pools and outdoor seating areas where access to a conventional\n    electrical outlet may be inconvenient.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxg40-dark-grid\"\u003e\n\n    \u003cdiv class=\"lxg40-dark-item\"\u003e\n      \u003cstrong\u003eSolar Powered\u003c\/strong\u003e\n      \u003cspan\u003eNo standard outlet required.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxg40-dark-item\"\u003e\n      \u003cstrong\u003e2700K\u003c\/strong\u003e\n      \u003cspan\u003eWarm, comfortable light.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxg40-dark-item\"\u003e\n      \u003cstrong\u003eAuto On\u003c\/strong\u003e\n      \u003cspan\u003eDesigned to illuminate after dark.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxg40-dark-item\"\u003e\n      \u003cstrong\u003eIP65\u003c\/strong\u003e\n      \u003cspan\u003eOutdoor weather resistance.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     POOL + GARDEN IMAGES\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-section\"\u003e\n\n  \u003ch2 class=\"lxg40-heading\"\u003e\n    Made for Outdoor Living Spaces\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lxg40-three\"\u003e\n\n\n    \u003cdiv class=\"lxg40-feature\"\u003e\n\n      \u003cdiv class=\"lxg40-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e4f030d3-91bc-46ca-abfb-73ff32bb97c5.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA solar string lights for pool area\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxg40-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Pool Areas\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Add decorative warm lighting around pool fences, seating areas\n          and nearby outdoor entertaining spaces.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxg40-feature\"\u003e\n\n      \u003cdiv class=\"lxg40-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3c40fb1b-4406-4ce0-a8ca-fbd45d5067e4.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA solar string lights for garden and backyard\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxg40-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Gardens \u0026amp; Backyards\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Create a warm decorative glow around gardens, shrubs,\n          patios and backyard entertainment areas.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxg40-feature\"\u003e\n\n      \u003cdiv class=\"lxg40-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Pergolas \u0026amp; Gazebos\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Hang the strand along beams, railings or support structures\n          to create inviting nighttime ambiance.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SPECIFICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-two\"\u003e\n\n\n  \u003cdiv class=\"lxg40-card\"\u003e\n\n    \u003ch2\u003e\n      Product Specifications\n    \u003c\/h2\u003e\n\n\n    \u003ctable class=\"lxg40-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003e\u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eTotal Length\u003c\/th\u003e\n          \u003ctd\u003e23 Feet\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Quantity\u003c\/th\u003e\n          \u003ctd\u003e10 Bulbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Type\u003c\/th\u003e\n          \u003ctd\u003eG40 Globe Bulb\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Spacing\u003c\/th\u003e\n          \u003ctd\u003eApprox. 19.7 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLight Color\u003c\/th\u003e\n          \u003ctd\u003eWarm White\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eColor Temperature\u003c\/th\u003e\n          \u003ctd\u003e2700K\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lxg40-card\"\u003e\n\n    \u003ch2\u003e\n      Solar \u0026amp; Outdoor Features\n    \u003c\/h2\u003e\n\n\n    \u003ctable class=\"lxg40-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePower Source\u003c\/th\u003e\n          \u003ctd\u003eSolar\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eWeather Rating\u003c\/th\u003e\n          \u003ctd\u003eIP65\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Housing\u003c\/th\u003e\n          \u003ctd\u003eShatterproof Plastic\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLighting Modes\u003c\/th\u003e\n          \u003ctd\u003e4 Modes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eAutomatic Operation\u003c\/th\u003e\n          \u003ctd\u003eDesigned for Auto On at Night\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePanel Installation\u003c\/th\u003e\n          \u003ctd\u003eGround Stake or Wall Mount\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eIndependent Bulbs\u003c\/th\u003e\n          \u003ctd\u003eOne Failed Bulb Does Not Shut Down Entire Strand\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     WHAT'S INCLUDED\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-card lxg40-section\"\u003e\n\n  \u003ch2\u003e\n    What's Included\n  \u003c\/h2\u003e\n\n  \u003cul class=\"lxg40-list\"\u003e\n\n    \u003cli\u003e1 × LumenXUSA 23 FT G40 Solar String Light Strand\u003c\/li\u003e\n\n    \u003cli\u003e1 × Solar Panel\u003c\/li\u003e\n\n    \u003cli\u003e1 × Ground Stake\u003c\/li\u003e\n\n    \u003cli\u003e3 × Mounting Screws\u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     RECOMMENDED ACCESSORIES\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-section\"\u003e\n\n  \u003ch2 class=\"lxg40-heading\"\u003e\n    Recommended for a Cleaner Outdoor Installation\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lxg40-lead\"\u003e\n    If your yard, patio or pool area does not have enough existing hanging\n    points, these two accessories can help create a cleaner and more\n    professional string-light layout.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxg40-accessory-grid\"\u003e\n\n\n    \u003c!-- 10 FT POLES --\u003e\n\n    \u003cdiv class=\"lxg40-accessory\"\u003e\n\n      \u003cspan class=\"lxg40-accessory-label\"\u003e\n        RECOMMENDED SUPPORT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        10 FT Outdoor String Light Poles – 4 Pack\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Create dedicated hanging points across open patios, yards,\n        pool areas and gardens where trees, pergolas or walls are not available.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lxg40-accessory-pills\"\u003e\n\n        \u003cspan\u003e10 FT Height\u003c\/span\u003e\n\n        \u003cspan\u003e4-Pack\u003c\/span\u003e\n\n        \u003cspan\u003eMetal Construction\u003c\/span\u003e\n\n        \u003cspan\u003eFence Brackets\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\" class=\"lxg40-btn\"\u003e\n\n        View 10 FT String Light Poles\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- HANGING KIT --\u003e\n\n    \u003cdiv class=\"lxg40-accessory\"\u003e\n\n      \u003cspan class=\"lxg40-accessory-label\"\u003e\n        RECOMMENDED HANGING KIT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        LumenXUSA 165 FT Stainless-Steel Hanging Kit\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        For longer suspended layouts, use a dedicated stainless-steel\n        guide-wire system to support the lights and create a cleaner,\n        more organized installation.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lxg40-accessory-pills\"\u003e\n\n        \u003cspan\u003e165 FT\u003c\/span\u003e\n\n        \u003cspan\u003e304 Stainless Steel\u003c\/span\u003e\n\n        \u003cspan\u003eTurnbuckles\u003c\/span\u003e\n\n        \u003cspan\u003eCable Hardware\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\" class=\"lxg40-btn\"\u003e\n\n        View LumenXUSA Hanging Kit\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     APPLICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-card lxg40-section\"\u003e\n\n  \u003ch2\u003e\n    Ideal for Patios, Pergolas, Gardens \u0026amp; Outdoor Entertaining\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lxg40-apps\"\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003ePatios\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003ePergolas\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003eGazebos\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003eBackyards\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003eGardens\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003ePool Areas\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003eUmbrellas\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003ePorches\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003eDecks\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003eOutdoor Dining\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003eParties\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003eWeddings\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003eRestaurants\u003c\/span\u003e\n\n    \u003cspan class=\"lxg40-app\"\u003eHoliday Displays\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SOLAR PERFORMANCE TIPS\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-dark\"\u003e\n\n  \u003ch2\u003e\n    Get Better Performance from Your Solar String Lights\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Solar performance depends heavily on available sunlight. Positioning\n    the panel correctly can make a significant difference in nighttime operation.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxg40-dark-grid\"\u003e\n\n    \u003cdiv class=\"lxg40-dark-item\"\u003e\n      \u003cstrong\u003eDirect Sunlight\u003c\/strong\u003e\n      \u003cspan\u003ePlace the panel away from heavy daytime shade.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxg40-dark-item\"\u003e\n      \u003cstrong\u003eAdjust the Panel\u003c\/strong\u003e\n      \u003cspan\u003eAim the panel toward stronger sunlight exposure.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxg40-dark-item\"\u003e\n      \u003cstrong\u003eKeep It Clean\u003c\/strong\u003e\n      \u003cspan\u003eRemove dirt, dust and debris from the solar surface.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxg40-dark-item\"\u003e\n      \u003cstrong\u003ePlan the Layout\u003c\/strong\u003e\n      \u003cspan\u003eKeep the panel accessible while positioning the lights where desired.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FAQ\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-card\"\u003e\n\n  \u003ch2\u003e\n    LumenXUSA 23 FT G40 Solar String Lights FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lxg40-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long are the solar string lights?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxg40-answer\"\u003e\n        The supplied product specifications list a total string length\n        of approximately 23 feet.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How many bulbs are included?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxg40-answer\"\u003e\n        The strand includes 10 G40 globe-style bulbs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What color temperature are the lights?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxg40-answer\"\u003e\n        The supplied specifications list a warm-white 2700K color temperature.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How far apart are the bulbs?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxg40-answer\"\u003e\n        The supplied specifications list approximately 19.7 inches\n        between bulbs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are the bulbs glass?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxg40-answer\"\u003e\n        No. The supplied product information identifies the bulb housing\n        as shatterproof plastic.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are these solar string lights waterproof?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxg40-answer\"\u003e\n        The supplied specifications list an IP65 weather-resistance rating.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do the lights turn on automatically?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxg40-answer\"\u003e\n        Yes. The supplied description states that the solar panel charges\n        during the day and the lights turn on automatically at night.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What lighting modes are available?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxg40-answer\"\u003e\n        The supplied product information lists constant light, fast flashing,\n        slow flashing and jumping flashing modes.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can the solar panel be wall mounted?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxg40-answer\"\u003e\n        Yes. The supplied installation information states that the solar\n        panel can be installed using the ground stake or secured to a wall\n        with the included screws.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What happens if one bulb stops working?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxg40-answer\"\u003e\n        The supplied product information states that one failed bulb does\n        not affect the operation of the remaining bulbs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do you recommend 10 FT string-light poles?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxg40-answer\"\u003e\n        They are useful for open patios, lawns and pool areas where natural\n        mounting points are limited. You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\"\u003e\n          view the 10 FT String Light Poles – 4 Pack here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Should I use a guide-wire hanging kit?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxg40-answer\"\u003e\n        Guide wire can help create a cleaner suspended installation,\n        especially across open areas. You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\"\u003e\n          view the LumenXUSA 165 FT Hanging Kit here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     TRUST BAR\n     ====================================================== --\u003e\n\n\u003csection class=\"lxg40-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\n    Solar Outdoor Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e23 FT\u003c\/strong\u003e\n    G40 String Lights\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e2700K\u003c\/strong\u003e\n    Warm White Glow\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eIP65\u003c\/strong\u003e\n    Outdoor Protection\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eComplete Setup\u003c\/strong\u003e\n    Poles + Hanging Kit\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":38033155981461,"sku":"BRIG-05","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/27-ft-pro-globe-solar-led-outdoor-string-lights-waterproof-g40-retro-edison-filament-bulbs-warm-white-5522484.png?v=1787921177"},{"product_id":"flickering-led-bulbs-solar-panel-powered-hanging-string-lights-create-ambience-in-your-yard-deck-27-ft","title":"27Ft Solar Flickering LED Bulbs - Solar Panel Powered Hanging String Lights -12 Bulbs","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA SOLAR FLICKERING FLAME STRING LIGHTS\n   OUTDOOR SOLAR OUTLET\n   PREMIUM BEST SELLER LANDING PAGE\n   ========================================================= *\/\n\n.lxflame{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lxflame *{\n  box-sizing:border-box;\n}\n\n.lxflame img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lxflame a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.lxf-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.lxf-hero-media{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lxf-hero-media img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lxf-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lxf-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lxf-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lxf-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lxf-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lxf-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lxf-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.lxf-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lxf-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lxf-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lxf-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.lxf-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lxf-spec:last-child{\n  border-right:0;\n}\n\n.lxf-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lxf-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lxf-section{\n  margin-bottom:25px;\n}\n\n.lxf-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lxf-heading:after,\n.lxf-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lxf-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGE *\/\n\n.lxf-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lxf-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lxf-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lxf-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lxf-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* DARK *\/\n\n.lxf-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lxf-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lxf-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lxf-dark-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lxf-dark-item{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lxf-dark-item strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lxf-dark-item span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* FEATURE GRID *\/\n\n.lxf-twoimg{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:16px;\n  margin-bottom:25px;\n}\n\n.lxf-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lxf-feature-image{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:16px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.lxf-feature-image img{\n  max-width:330px;\n  aspect-ratio:1\/1;\n  object-fit:contain;\n}\n\n.lxf-feature-copy{\n  padding:19px;\n}\n\n.lxf-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:18px;\n  font-weight:800;\n}\n\n.lxf-feature p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\/* TWO COLUMN *\/\n\n.lxf-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lxf-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lxf-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lxf-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lxf-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.lxf-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\/* ACCESSORIES *\/\n\n.lxf-accessory-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:17px;\n}\n\n.lxf-accessory{\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.lxf-accessory-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:850;\n}\n\n.lxf-accessory 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.lxf-accessory p{\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.lxf-accessory-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n  margin:0 0 20px;\n}\n\n.lxf-accessory-pills span{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  color:#e7edf5;\n  font-size:11.5px;\n  font-weight:650;\n}\n\n.lxf-btn{\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\/* TABLE *\/\n\n.lxf-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.lxf-table tr{\n  border-bottom:1px solid #e9edf1;\n}\n\n.lxf-table tr:last-child{\n  border-bottom:0;\n}\n\n.lxf-table th,\n.lxf-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.lxf-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.lxf-table td{\n  color:#5b6472;\n}\n\n\/* APPLICATIONS *\/\n\n.lxf-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lxf-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* FAQ *\/\n\n.lxf-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lxf-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lxf-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lxf-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lxf-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lxf-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lxf-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lxf-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.lxf-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.lxf-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lxf-trust div:last-child{\n  border-right:0;\n}\n\n.lxf-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* RESPONSIVE *\/\n\n@media(max-width:900px){\n\n  .lxf-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lxf-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n@media(max-width:680px){\n\n  .lxflame{\n    padding:15px 10px 35px;\n  }\n\n  .lxf-hero,\n  .lxf-twoimg,\n  .lxf-two,\n  .lxf-accessory-grid{\n    grid-template-columns:1fr;\n  }\n\n  .lxf-hero{\n    gap:18px;\n  }\n\n  .lxf-title{\n    font-size:30px;\n  }\n\n  .lxf-subtitle{\n    font-size:19px;\n  }\n\n  .lxf-text{\n    font-size:15px;\n  }\n\n  .lxf-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lxf-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lxf-dark{\n    padding:24px 18px;\n  }\n\n  .lxf-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lxf-card{\n    padding:21px 17px;\n  }\n\n  .lxf-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lxf-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lxflame\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\n\u003csection class=\"lxf-hero\"\u003e\n\n  \u003cdiv class=\"lxf-hero-media\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4a71af1f-e05a-44db-851f-2b66a428c631.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA solar flickering flame string lights outdoor patio garden\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"lxf-brand\"\u003e\n      LUMENXUSA\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxf-eyebrow\"\u003e\n      SOLAR FLICKERING FLAME STRING LIGHTS\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"lxf-title\"\u003e\n      LumenXUSA Solar Flickering Flame String Lights\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"lxf-subtitle\"\u003e\n      Realistic Flame-Effect Outdoor String Lights with Solar + USB Charging\n    \u003c\/h3\u003e\n\n    \u003cp class=\"lxf-text\"\u003e\n      Add a dramatic, fire-inspired glow to patios, pergolas, gardens\n      and outdoor entertaining spaces with\n      \u003cstrong\u003eLumenXUSA Solar Flickering Flame String Lights\u003c\/strong\u003e.\n      Each hanging bulb creates a realistic flickering-flame effect designed\n      to provide decorative ambiance without the heat or open flame of a real torch.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lxf-text\"\u003e\n      The strand uses durable \u003cstrong\u003eshatter-resistant ABS plastic bulbs\u003c\/strong\u003e\n      and a solar charging system for outdoor use. A USB charging option is\n      also included, giving you additional flexibility when charging indoors\n      or when sunlight is limited.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"lxf-pills\"\u003e\n\n      \u003cspan class=\"lxf-pill\"\u003eLumenXUSA\u003c\/span\u003e\n\n      \u003cspan class=\"lxf-pill\"\u003eFlame Effect\u003c\/span\u003e\n\n      \u003cspan class=\"lxf-pill\"\u003e10 Bulbs\u003c\/span\u003e\n\n      \u003cspan class=\"lxf-pill\"\u003eSolar + USB\u003c\/span\u003e\n\n      \u003cspan class=\"lxf-pill\"\u003eShatter Resistant\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BEST SELLER --\u003e\n\n\u003csection class=\"lxf-best\"\u003e\n\n  \u003cstrong\u003eBEST SELLER\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    A decorative outdoor lighting favorite for customers who want the\n    visual warmth of flickering flames combined with wire-free solar\n    operation and durable shatter-resistant bulbs.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- QUICK SPECS --\u003e\n\n\u003csection class=\"lxf-specbar\"\u003e\n\n  \u003cdiv class=\"lxf-spec\"\u003e\n    \u003cstrong\u003e24.5 FT\u003c\/strong\u003e\n    \u003cspan\u003eListed total length\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxf-spec\"\u003e\n    \u003cstrong\u003e10 Bulbs\u003c\/strong\u003e\n    \u003cspan\u003eHanging flame lights\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxf-spec\"\u003e\n    \u003cstrong\u003e5.5V \/ 1.5W\u003c\/strong\u003e\n    \u003cspan\u003eSolar panel\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxf-spec\"\u003e\n    \u003cstrong\u003e6.24 FT\u003c\/strong\u003e\n    \u003cspan\u003eLead length\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxf-spec\"\u003e\n    \u003cstrong\u003eABS\u003c\/strong\u003e\n    \u003cspan\u003ePlastic construction\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lxf-spec\"\u003e\n    \u003cstrong\u003eSolar + USB\u003c\/strong\u003e\n    \u003cspan\u003eDual charging\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FLAME + SOLAR FEATURES --\u003e\n\n\u003csection class=\"lxf-section\"\u003e\n\n  \u003ch2 class=\"lxf-heading\"\u003e\n    Realistic Flickering Flame Effect\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lxf-lead\"\u003e\n    The flame-effect bulbs create a moving warm-light appearance designed\n    to add atmosphere to patios, gardens, porches and special-event spaces.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxf-twoimg\"\u003e\n\n\n    \u003cdiv class=\"lxf-feature\"\u003e\n\n      \u003cdiv class=\"lxf-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/de78105e-2771-451e-9a0b-87f605d7c3d1.__CR0,0,500,500_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA realistic flickering flame solar string light bulb\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxf-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Flickering Flame-Effect Bulbs\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The animated lighting effect mimics the visual movement of a\n          flame for a decorative torch-style atmosphere without an open flame.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxf-feature\"\u003e\n\n      \u003cdiv class=\"lxf-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1003fe92-9f57-4871-8089-ff7dbeb292ce.__CR0,0,500,500_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA high efficiency solar panel for flickering flame string lights\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lxf-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          High-Efficiency Solar Panel\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Position the solar panel in direct sunlight to recharge the\n          string lights during the day for outdoor nighttime illumination.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- WIDE IMAGE --\u003e\n\n\u003csection class=\"lxf-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8ad8d0cd-f81d-45a6-926d-9dbbcc5c7c83.__CR0,0,970,300_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA solar flame string lights outdoor decorative lighting\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BENEFITS --\u003e\n\n\u003csection class=\"lxf-dark\"\u003e\n\n  \u003ch2\u003e\n    Decorative Flame Ambiance Without an Open Flame\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Use the flickering light effect to add visual warmth to outdoor spaces\n    while avoiding the heat, fuel and open flame associated with traditional torches.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxf-dark-grid\"\u003e\n\n    \u003cdiv class=\"lxf-dark-item\"\u003e\n      \u003cstrong\u003eFlame Effect\u003c\/strong\u003e\n      \u003cspan\u003eAnimated decorative illumination.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxf-dark-item\"\u003e\n      \u003cstrong\u003eNo Open Flame\u003c\/strong\u003e\n      \u003cspan\u003eNo fuel or combustion required.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxf-dark-item\"\u003e\n      \u003cstrong\u003e10 Bulbs\u003c\/strong\u003e\n      \u003cspan\u003eMultiple hanging flame points.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lxf-dark-item\"\u003e\n      \u003cstrong\u003eSolar Powered\u003c\/strong\u003e\n      \u003cspan\u003eOutdoor charging without a wall outlet.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- LARGE LIFESTYLE IMAGE --\u003e\n\n\u003csection class=\"lxf-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4a71af1f-e05a-44db-851f-2b66a428c631.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA flame effect solar string lights for patio pergola garden backyard\"\u003e\n\n  \u003cdiv class=\"lxf-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      A Distinctive Look for Patios \u0026amp; Outdoor Spaces\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The flickering-flame design creates a different visual effect than\n      standard café bulbs, making these lights well suited to themed patios,\n      gardens, pergolas, outdoor dining areas, parties and seasonal decorating.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- CHARGING --\u003e\n\n\u003csection class=\"lxf-two\"\u003e\n\n\n  \u003cdiv class=\"lxf-card\"\u003e\n\n    \u003ch2\u003e\n      Solar Charging for Outdoor Use\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lxf-list\"\u003e\n\n      \u003cli\u003e5.5V \/ 1.5W listed solar panel\u003c\/li\u003e\n\n      \u003cli\u003eDesigned for daytime solar charging\u003c\/li\u003e\n\n      \u003cli\u003ePlace the panel in direct sunlight\u003c\/li\u003e\n\n      \u003cli\u003eNo permanent outdoor electrical wiring required\u003c\/li\u003e\n\n      \u003cli\u003eUseful for patios, gardens and open outdoor spaces\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lxf-card\"\u003e\n\n    \u003ch2\u003e\n      USB Charging for Extra Flexibility\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lxf-list\"\u003e\n\n      \u003cli\u003eMicro-USB charging supported\u003c\/li\u003e\n\n      \u003cli\u003eUSB cable listed as included\u003c\/li\u003e\n\n      \u003cli\u003eUseful for indoor charging\u003c\/li\u003e\n\n      \u003cli\u003eUseful when outdoor sunlight is limited\u003c\/li\u003e\n\n      \u003cli\u003eProvides an alternative to solar-only charging\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- DURABILITY --\u003e\n\n\u003csection class=\"lxf-two\"\u003e\n\n\n  \u003cdiv class=\"lxf-card\"\u003e\n\n    \u003ch2\u003e\n      Shatter-Resistant Bulbs\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lxf-list\"\u003e\n\n      \u003cli\u003eABS plastic construction\u003c\/li\u003e\n\n      \u003cli\u003eMore practical outdoors than fragile glass bulbs\u003c\/li\u003e\n\n      \u003cli\u003eDesigned for outdoor decorative use\u003c\/li\u003e\n\n      \u003cli\u003eSuitable for patios and garden installations\u003c\/li\u003e\n\n      \u003cli\u003eLightweight hanging design\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lxf-card\"\u003e\n\n    \u003ch2\u003e\n      Flexible Indoor \/ Outdoor Use\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lxf-list\"\u003e\n\n      \u003cli\u003eSolar charging for outdoor operation\u003c\/li\u003e\n\n      \u003cli\u003eUSB charging for indoor use or backup\u003c\/li\u003e\n\n      \u003cli\u003eUse around patios and outdoor dining spaces\u003c\/li\u003e\n\n      \u003cli\u003eDecorative option for events and seasonal displays\u003c\/li\u003e\n\n      \u003cli\u003eDesigned to create ambient rather than task lighting\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- SPECIFICATIONS --\u003e\n\n\u003csection class=\"lxf-two\"\u003e\n\n\n  \u003cdiv class=\"lxf-card\"\u003e\n\n    \u003ch2\u003e\n      Product Specifications\n    \u003c\/h2\u003e\n\n\n    \u003ctable class=\"lxf-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003e\u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eSolar Flickering Flame String Lights\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eListed Total Length\u003c\/th\u003e\n          \u003ctd\u003e24.5 Feet\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Count\u003c\/th\u003e\n          \u003ctd\u003e10\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMaterial\u003c\/th\u003e\n          \u003ctd\u003eABS Plastic\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLighting Effect\u003c\/th\u003e\n          \u003ctd\u003eFlickering Flame\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lxf-card\"\u003e\n\n    \u003ch2\u003e\n      Solar \u0026amp; Spacing Specifications\n    \u003c\/h2\u003e\n\n\n    \u003ctable class=\"lxf-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSolar Panel\u003c\/th\u003e\n          \u003ctd\u003e5.5V \/ 1.5W\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCharging\u003c\/th\u003e\n          \u003ctd\u003eSolar + Micro-USB\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLead Length\u003c\/th\u003e\n          \u003ctd\u003eApprox. 6.24 Feet\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Spacing\u003c\/th\u003e\n          \u003ctd\u003eSource lists 2.3 Feet\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Construction\u003c\/th\u003e\n          \u003ctd\u003eShatter-Resistant Plastic\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eIndoor \/ Outdoor Use\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- WHAT'S INCLUDED --\u003e\n\n\u003csection class=\"lxf-card lxf-section\"\u003e\n\n  \u003ch2\u003e\n    What's Included\n  \u003c\/h2\u003e\n\n  \u003cul class=\"lxf-list\"\u003e\n\n    \u003cli\u003e1 × LumenXUSA Solar Flickering Flame String Light\u003c\/li\u003e\n\n    \u003cli\u003e1 × Ground Stake\u003c\/li\u003e\n\n    \u003cli\u003e1 × Screw Set\u003c\/li\u003e\n\n    \u003cli\u003e10 × Zip Ties\u003c\/li\u003e\n\n    \u003cli\u003e1 × Instruction Manual\u003c\/li\u003e\n\n    \u003cli\u003eUSB charging cable as described in the supplied product information\u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ACCESSORIES --\u003e\n\n\u003csection class=\"lxf-section\"\u003e\n\n  \u003ch2 class=\"lxf-heading\"\u003e\n    Recommended for a Cleaner Outdoor Installation\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lxf-lead\"\u003e\n    If you're hanging the lights across an open yard, patio or pool area,\n    dedicated support poles and guide wire can create a cleaner layout.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lxf-accessory-grid\"\u003e\n\n\n    \u003cdiv class=\"lxf-accessory\"\u003e\n\n      \u003cspan class=\"lxf-accessory-label\"\u003e\n        RECOMMENDED SUPPORT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        10 FT Outdoor String Light Poles – 4 Pack\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Create overhead support points in open areas where trees,\n        pergolas or permanent structures are not available.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lxf-accessory-pills\"\u003e\n\n        \u003cspan\u003e10 FT Height\u003c\/span\u003e\n\n        \u003cspan\u003e4-Pack\u003c\/span\u003e\n\n        \u003cspan\u003eOutdoor Metal Poles\u003c\/span\u003e\n\n        \u003cspan\u003eFence Brackets\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\" class=\"lxf-btn\"\u003e\n\n        View 10 FT String Light Poles\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lxf-accessory\"\u003e\n\n      \u003cspan class=\"lxf-accessory-label\"\u003e\n        RECOMMENDED HANGING KIT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        LumenXUSA 165 FT Stainless-Steel Hanging Kit\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Use stainless-steel guide wire for longer suspended layouts\n        and a more organized professional-looking installation.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lxf-accessory-pills\"\u003e\n\n        \u003cspan\u003e165 FT\u003c\/span\u003e\n\n        \u003cspan\u003e304 Stainless Steel\u003c\/span\u003e\n\n        \u003cspan\u003eTurnbuckles\u003c\/span\u003e\n\n        \u003cspan\u003eCable Hardware\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\" class=\"lxf-btn\"\u003e\n\n        View LumenXUSA Hanging Kit\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- APPLICATIONS --\u003e\n\n\u003csection class=\"lxf-card lxf-section\"\u003e\n\n  \u003ch2\u003e\n    Perfect for Decorative Outdoor Lighting\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lxf-apps\"\u003e\n\n    \u003cspan class=\"lxf-app\"\u003ePatios\u003c\/span\u003e\n\n    \u003cspan class=\"lxf-app\"\u003ePergolas\u003c\/span\u003e\n\n    \u003cspan class=\"lxf-app\"\u003eBackyards\u003c\/span\u003e\n\n    \u003cspan class=\"lxf-app\"\u003eGardens\u003c\/span\u003e\n\n    \u003cspan class=\"lxf-app\"\u003eGazebos\u003c\/span\u003e\n\n    \u003cspan class=\"lxf-app\"\u003ePorches\u003c\/span\u003e\n\n    \u003cspan class=\"lxf-app\"\u003ePool Areas\u003c\/span\u003e\n\n    \u003cspan class=\"lxf-app\"\u003eOutdoor Dining\u003c\/span\u003e\n\n    \u003cspan class=\"lxf-app\"\u003eParties\u003c\/span\u003e\n\n    \u003cspan class=\"lxf-app\"\u003eWeddings\u003c\/span\u003e\n\n    \u003cspan class=\"lxf-app\"\u003eSeasonal Displays\u003c\/span\u003e\n\n    \u003cspan class=\"lxf-app\"\u003eRestaurants\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FAQ --\u003e\n\n\u003csection class=\"lxf-card\"\u003e\n\n  \u003ch2\u003e\n    LumenXUSA Solar Flickering Flame String Lights FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lxf-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do the bulbs look like real flames?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxf-answer\"\u003e\n        The bulbs use an animated flickering-flame lighting effect designed\n        to visually resemble the movement of a flame. They do not use a real open flame.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How many flame bulbs are included?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxf-answer\"\u003e\n        The supplied specifications list 10 hanging flame-effect bulbs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long are the string lights?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxf-answer\"\u003e\n        The supplied specifications list a total string length of approximately 24.5 feet.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are the bulbs made of glass?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxf-answer\"\u003e\n        No. The supplied product description identifies them as\n        shatter-resistant plastic bulbs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are these lights solar powered?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxf-answer\"\u003e\n        Yes. They use a 5.5V \/ 1.5W solar panel for daytime charging.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I also charge them by USB?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxf-answer\"\u003e\n        Yes. The supplied product information states that micro-USB\n        charging is supported and that a USB cable is included.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I use the lights indoors?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxf-answer\"\u003e\n        The supplied description states indoor and outdoor use is supported.\n        For indoor use, USB charging provides a practical charging option.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How far is the solar panel from the first bulb?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxf-answer\"\u003e\n        The supplied specifications list approximately 6.24 feet of lead length.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What is the bulb spacing?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxf-answer\"\u003e\n        The specification section you supplied lists approximately 2.3 feet.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do you recommend string-light poles?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxf-answer\"\u003e\n        They are useful for open areas without convenient hanging points. You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\"\u003e\n          view the 10 FT String Light Poles – 4 Pack here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Should I use a guide-wire hanging kit?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lxf-answer\"\u003e\n        For longer suspended layouts, guide wire can help create a cleaner\n        support system. You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\"\u003e\n          view the LumenXUSA 165 FT Hanging Kit here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- TRUST --\u003e\n\n\u003csection class=\"lxf-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\n    Decorative Solar Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eFlame Effect\u003c\/strong\u003e\n    Realistic Flickering Look\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e10 Bulbs\u003c\/strong\u003e\n    Hanging Flame Lights\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eSolar + USB\u003c\/strong\u003e\n    Dual Charging\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eComplete Setup\u003c\/strong\u003e\n    Poles + Hanging Kit\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":38202408173717,"sku":"STINGFIR-2","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/27ft-solar-flickering-led-bulbs-solar-panel-powered-hanging-string-lights-12-bulbs-5134088.jpg?v=1786734851"},{"product_id":"pro-waterproof-led-outdoor-string-lights-hanging-dimmable-2w-vintage-edison-bulbs-48-ft","title":"48 Ft Plug-In LED Outdoor String Lights Waterproof- Hanging, Dimmable 2W Vintage Edison Bulbs","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA 48 FT PLUG-IN STRING LIGHTS\n   OUTDOOR SOLAR OUTLET\n   PREMIUM BEST SELLER LANDING PAGE\n   ========================================================= *\/\n\n.lx48{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lx48 *{\n  box-sizing:border-box;\n}\n\n.lx48 img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lx48 a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.lx48-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.lx48-hero-media{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lx48-hero-media img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx48-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lx48-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lx48-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lx48-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lx48-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lx48-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lx48-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.lx48-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lx48-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lx48-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lx48-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.lx48-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lx48-spec:last-child{\n  border-right:0;\n}\n\n.lx48-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lx48-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lx48-section{\n  margin-bottom:25px;\n}\n\n.lx48-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lx48-heading:after,\n.lx48-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lx48-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGES *\/\n\n.lx48-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lx48-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx48-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lx48-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx48-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* DARK *\/\n\n.lx48-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lx48-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lx48-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lx48-dark-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lx48-dark-item{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lx48-dark-item strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lx48-dark-item span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* IMAGE FEATURE GRID *\/\n\n.lx48-three{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n  margin-bottom:25px;\n}\n\n.lx48-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx48-feature-image{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:14px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.lx48-feature-image img{\n  max-width:300px;\n  aspect-ratio:1\/1;\n  object-fit:contain;\n}\n\n.lx48-feature-copy{\n  padding:19px;\n}\n\n.lx48-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:18px;\n  font-weight:800;\n}\n\n.lx48-feature p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\/* TWO COLUMN *\/\n\n.lx48-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lx48-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx48-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx48-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lx48-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.lx48-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\/* ACCESSORIES *\/\n\n.lx48-accessory-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:17px;\n}\n\n.lx48-accessory{\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.lx48-accessory-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:850;\n}\n\n.lx48-accessory 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.lx48-accessory p{\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.lx48-accessory-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n  margin:0 0 20px;\n}\n\n.lx48-accessory-pills span{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  color:#e7edf5;\n  font-size:11.5px;\n  font-weight:650;\n}\n\n.lx48-btn{\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.lx48-btn:hover{\n  background:#ffb21a;\n}\n\n\/* APPLICATIONS *\/\n\n.lx48-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lx48-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* TABLE *\/\n\n.lx48-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.lx48-table tr{\n  border-bottom:1px solid #e9edf1;\n}\n\n.lx48-table tr:last-child{\n  border-bottom:0;\n}\n\n.lx48-table th,\n.lx48-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.lx48-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.lx48-table td{\n  color:#5b6472;\n}\n\n\/* FAQ *\/\n\n.lx48-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lx48-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lx48-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lx48-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lx48-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lx48-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lx48-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lx48-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.lx48-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.lx48-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lx48-trust div:last-child{\n  border-right:0;\n}\n\n.lx48-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* RESPONSIVE *\/\n\n@media(max-width:900px){\n\n  .lx48-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lx48-three{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx48-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx48-accessory-grid{\n    grid-template-columns:1fr;\n  }\n\n}\n\n@media(max-width:680px){\n\n  .lx48{\n    padding:15px 10px 35px;\n  }\n\n  .lx48-hero,\n  .lx48-two,\n  .lx48-accessory-grid{\n    grid-template-columns:1fr;\n  }\n\n  .lx48-hero{\n    gap:18px;\n  }\n\n  .lx48-title{\n    font-size:30px;\n  }\n\n  .lx48-subtitle{\n    font-size:19px;\n  }\n\n  .lx48-text{\n    font-size:15px;\n  }\n\n  .lx48-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx48-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx48-three{\n    grid-template-columns:1fr;\n  }\n\n  .lx48-dark{\n    padding:24px 18px;\n  }\n\n  .lx48-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx48-card{\n    padding:21px 17px;\n  }\n\n  .lx48-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lx48-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lx48\"\u003e\n\n\n\u003c!-- ======================================================\n     HERO\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-hero\"\u003e\n\n  \u003cdiv class=\"lx48-hero-media\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/256f84f9-0f9c-448f-a2c8-214c5c60c99b.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 48 ft plug in outdoor string lights with S14 Edison style bulbs\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"lx48-brand\"\u003e\n      LUMENXUSA\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48-eyebrow\"\u003e\n      48 FT PLUG-IN OUTDOOR STRING LIGHTS\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"lx48-title\"\u003e\n      LumenXUSA 48 FT Outdoor String Lights\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"lx48-subtitle\"\u003e\n      Heavy-Duty Plug-In Patio Lights with 15 E26 Sockets \u0026amp; Edison-Style S14 Bulbs\n    \u003c\/h3\u003e\n\n    \u003cp class=\"lx48-text\"\u003e\n      Create warm, inviting outdoor spaces with the\n      \u003cstrong\u003eLumenXUSA 48 FT Plug-In String Lights\u003c\/strong\u003e.\n      Designed with a heavy-duty black cord, 15 hanging E26 sockets\n      and classic Edison-style bulbs, this string-light set brings\n      decorative illumination to patios, pergolas, decks, backyards,\n      restaurants, events and outdoor entertaining areas.\n    \u003c\/p\u003e\n\n    \u003cp class=\"lx48-text\"\u003e\n      Unlike solar-only decorative lights, the plug-in design provides\n      dependable power whenever the lights are connected to a suitable outlet.\n      The strand is also \u003cstrong\u003edimmer compatible\u003c\/strong\u003e, giving you\n      additional control over atmosphere and brightness when used with a\n      compatible dimmer sold separately.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"lx48-pills\"\u003e\n\n      \u003cspan class=\"lx48-pill\"\u003eLumenXUSA\u003c\/span\u003e\n\n      \u003cspan class=\"lx48-pill\"\u003e48 FT Length\u003c\/span\u003e\n\n      \u003cspan class=\"lx48-pill\"\u003e15 E26 Sockets\u003c\/span\u003e\n\n      \u003cspan class=\"lx48-pill\"\u003eUL Listed\u003c\/span\u003e\n\n      \u003cspan class=\"lx48-pill\"\u003eDimmer Compatible\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BEST SELLER\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-best\"\u003e\n\n  \u003cstrong\u003eBEST SELLER\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    A popular heavy-duty outdoor string-lighting option for customers\n    who want reliable plug-in power, classic Edison-style ambiance,\n    expandable coverage and year-round patio lighting.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     QUICK SPECS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-specbar\"\u003e\n\n  \u003cdiv class=\"lx48-spec\"\u003e\n    \u003cstrong\u003e48 FT\u003c\/strong\u003e\n    \u003cspan\u003eTotal length\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx48-spec\"\u003e\n    \u003cstrong\u003e15\u003c\/strong\u003e\n    \u003cspan\u003eE26 sockets\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx48-spec\"\u003e\n    \u003cstrong\u003e3.11 FT\u003c\/strong\u003e\n    \u003cspan\u003eApprox. spacing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx48-spec\"\u003e\n    \u003cstrong\u003e5 Strands\u003c\/strong\u003e\n    \u003cspan\u003eListed max link\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx48-spec\"\u003e\n    \u003cstrong\u003e960W Max\u003c\/strong\u003e\n    \u003cspan\u003eListed maximum\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx48-spec\"\u003e\n    \u003cstrong\u003eUL Listed\u003c\/strong\u003e\n    \u003cspan\u003eListed certification\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     3 SMALL FEATURE IMAGES\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-section\"\u003e\n\n  \u003ch2 class=\"lx48-heading\"\u003e\n    Classic Outdoor Edison-Style Lighting\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx48-lead\"\u003e\n    The 48-foot strand combines decorative bulb styling with a flexible\n    heavy-duty cord for residential, hospitality and event lighting.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx48-three\"\u003e\n\n\n    \u003cdiv class=\"lx48-feature\"\u003e\n\n      \u003cdiv class=\"lx48-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/21b08831-3c0b-486a-9470-a8c77d81a6a0._CR0,0,1024,1024_PT0_SX300__.jpg\" alt=\"LumenXUSA outdoor Edison string lights patio ambiance\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx48-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Create a Warm Atmosphere\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Add decorative illumination to patios, decks, outdoor dining\n          areas, pergolas and special events.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx48-feature\"\u003e\n\n      \u003cdiv class=\"lx48-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/4184acd7-1765-4045-b63e-741f80a1c324._CR0,0,1024,1024_PT0_SX300__.jpg\" alt=\"LumenXUSA connectable outdoor plug in string lights\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx48-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Expand Your Lighting Layout\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The technical specifications supplied for this strand allow\n          linking up to five compatible strings without exceeding the\n          stated 960-watt maximum.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx48-feature\"\u003e\n\n      \u003cdiv class=\"lx48-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/6026c963-58b8-4376-b589-4cf80c60d6a3._CR0,0,1024,1024_PT0_SX300__.jpg\" alt=\"LumenXUSA S14 Edison style outdoor string light bulb\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx48-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Retro Edison-Style Appearance\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          S14-style bulbs create the classic café and bistro-lighting\n          appearance popular for patios and outdoor entertaining areas.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     APPLICATION IMAGE GRID\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-section\"\u003e\n\n  \u003ch2 class=\"lx48-heading\"\u003e\n    Built for Indoor \u0026amp; Outdoor Entertaining\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lx48-three\"\u003e\n\n\n    \u003cdiv class=\"lx48-feature\"\u003e\n\n      \u003cdiv class=\"lx48-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/daf0d275-d81d-4dd2-81db-dd735512006c._CR0,0,1000,1000_PT0_SX300__.jpg\" alt=\"LumenXUSA 48 foot patio string lights warm glow\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx48-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Warm Decorative Glow\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Use the flexible black strand to shape lighting around patios,\n          pergolas, railings and outdoor gathering areas.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx48-feature\"\u003e\n\n      \u003cdiv class=\"lx48-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/c47e375d-f375-4cb9-b5ad-a8fda067795d._CR0,0,1000,1000_PT0_SX300__.jpg\" alt=\"LumenXUSA heavy duty weather resistant outdoor string lights\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx48-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Heavy-Duty Outdoor Cord\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The supplied product description identifies a thick,\n          flexible rubberized cord designed for indoor and outdoor use.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx48-feature\"\u003e\n\n      \u003cdiv class=\"lx48-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/b1f7e5b6-015e-49e2-8992-ca492a39de81._CR0,0,1000,1000_PT0_SX300__.jpg\" alt=\"LumenXUSA outdoor string lights wedding party pergola garden\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx48-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Transform Events \u0026amp; Spaces\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Ideal for gardens, pool areas, gazebos, decks, weddings,\n          bars, balconies, holidays, parties and outdoor dining.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     LARGE LIFESTYLE IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/7e76d9e4-d13a-4817-b661-242f3a8b0fd7.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 48 ft outdoor patio plug in string lights installed\"\u003e\n\n  \u003cdiv class=\"lx48-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Plug-In Power for Dependable Outdoor Lighting\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Plug-in string lights are a practical choice for spaces where dependable\n      nightly operation is more important than relying on available solar charging.\n      Simply connect to an appropriate outdoor power source and control the\n      lighting according to your setup.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     PERFORMANCE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-dark\"\u003e\n\n  \u003ch2\u003e\n    Heavy-Duty Lighting for Larger Spaces\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Each strand provides 48 feet of decorative lighting with 15 E26 hanging\n    sockets. Multiple compatible strands can be connected for longer runs,\n    subject to the product's listed electrical limits.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx48-dark-grid\"\u003e\n\n    \u003cdiv class=\"lx48-dark-item\"\u003e\n      \u003cstrong\u003e48 FT\u003c\/strong\u003e\n      \u003cspan\u003eEnd-to-end strand length.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48-dark-item\"\u003e\n      \u003cstrong\u003e15 Sockets\u003c\/strong\u003e\n      \u003cspan\u003eE26 hanging socket configuration.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48-dark-item\"\u003e\n      \u003cstrong\u003eUp to 5\u003c\/strong\u003e\n      \u003cspan\u003eListed compatible linked strands.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48-dark-item\"\u003e\n      \u003cstrong\u003e960W Max\u003c\/strong\u003e\n      \u003cspan\u003eDo not exceed listed total wattage.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     PRODUCT DETAIL IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/da6716a0-0a55-4dd0-a76a-ab9ed9c8f3ec.__CR0,0,600,600_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA 48 foot black cord E26 socket outdoor string lights\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     KEY SPECS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-two\"\u003e\n\n\n  \u003cdiv class=\"lx48-card\"\u003e\n\n    \u003ch2\u003e\n      String Light Specifications\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"lx48-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003eLumenXUSA\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eTotal Length\u003c\/th\u003e\n          \u003ctd\u003e48 Feet\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCord Color\u003c\/th\u003e\n          \u003ctd\u003eBlack\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSocket Type\u003c\/th\u003e\n          \u003ctd\u003eE26 Base\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSocket Quantity\u003c\/th\u003e\n          \u003ctd\u003e15\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Spacing\u003c\/th\u003e\n          \u003ctd\u003eApprox. 3.11 Feet\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCertification\u003c\/th\u003e\n          \u003ctd\u003eUL Listed\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx48-card\"\u003e\n\n    \u003ch2\u003e\n      Electrical \u0026amp; Bulb Information\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"lx48-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePower Type\u003c\/th\u003e\n          \u003ctd\u003ePlug-In\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eDimmer Compatible\u003c\/th\u003e\n          \u003ctd\u003eYes – Dimmer Not Included\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMaximum Wattage\u003c\/th\u003e\n          \u003ctd\u003e960 Watts Listed Maximum\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMaximum Linked Strands\u003c\/th\u003e\n          \u003ctd\u003eUp to 5 Listed\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eReplacement Bulb Type\u003c\/th\u003e\n          \u003ctd\u003e11W S14 Incandescent Listed\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eIndoor \/ Outdoor\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     DETAILED THREE IMAGES\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-section\"\u003e\n\n  \u003ch2 class=\"lx48-heading\"\u003e\n    Designed for Flexible Outdoor Lighting\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lx48-three\"\u003e\n\n\n    \u003cdiv class=\"lx48-feature\"\u003e\n\n      \u003cdiv class=\"lx48-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/94e714f9-6aba-49c4-9acb-391171fa493e.__CR0,0,1001,1001_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA dimmer compatible outdoor patio string lights\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx48-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Dimmer Compatible\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Adjust the atmosphere from brighter entertaining light to a softer\n          evening glow. For convenient control, pair these string lights with\n          our recommended remote-control dimmer.\n        \u003c\/p\u003e\n\n        \u003cp style=\"margin-top:12px;\"\u003e\n          \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/dimmer-with-remote-for-our-ambience-pro-led-string-lights-commercial-grade-dimmer-rated-at-150-watts?variant=40456138391701\" style=\"color:#0b5dbb;font-weight:800;text-decoration:underline;\"\u003e\n            View Compatible Dimmer with Remote →\n          \u003c\/a\u003e\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx48-feature\"\u003e\n\n      \u003cdiv class=\"lx48-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/3c6ebdd8-7e2a-4f5f-bb0b-583382b00c4f.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA weather resistant heavy duty outdoor patio lights\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx48-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          Weather-Resistant Design\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Heavy-duty insulation and flexible cord construction are designed\n          for exposure to common outdoor sun, wind, rain, snow and damp conditions.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx48-feature\"\u003e\n\n      \u003cdiv class=\"lx48-feature-image\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/7a2573ed-1876-4254-9a41-82f195c86397.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA 15 socket 48 foot outdoor string lights\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lx48-feature-copy\"\u003e\n\n        \u003ch3\u003e\n          15 Hanging Sockets\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Fifteen E26 sockets across the 48-foot strand create consistent\n          decorative illumination with approximately 3.11 feet between bulbs.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FINAL PRODUCT IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/40017cd6-639f-43f2-8ca3-9729c522dfff.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 48ft plug in commercial patio string lights outdoor\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     APPLICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-card lx48-section\"\u003e\n\n  \u003ch2\u003e\n    Perfect for Residential, Commercial \u0026amp; Event Lighting\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx48-lead\"\u003e\n    The 48-foot plug-in design can be used across everyday outdoor living\n    spaces as well as hospitality, event and seasonal installations.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx48-apps\"\u003e\n\n    \u003cspan class=\"lx48-app\"\u003ePatios\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003eBackyards\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003ePergolas\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003eGazebos\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003eDecks\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003ePorches\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003ePool Areas\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003eRestaurants\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003eCafés\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003eBars\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003eWeddings\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003eBBQs\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003eParties\u003c\/span\u003e\n\n    \u003cspan class=\"lx48-app\"\u003eHoliday Displays\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     RECOMMENDED ACCESSORIES\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-section\"\u003e\n\n  \u003ch2 class=\"lx48-heading\"\u003e\n    Complete Your String-Light Installation\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx48-lead\"\u003e\n    Get more from your LumenXUSA 48 FT plug-in string lights with the\n    accessories we recommend for support, installation and brightness control.\n    Use the 10 FT poles for dedicated mounting points, the stainless-steel\n    hanging kit for longer suspended runs, and the remote dimmer to adjust\n    the lighting atmosphere from bright entertaining light to a softer evening glow.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx48-accessory-grid\"\u003e\n\n\n    \u003cdiv class=\"lx48-accessory\"\u003e\n\n      \u003cspan class=\"lx48-accessory-label\"\u003e\n        RECOMMENDED SUPPORT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        10 FT Outdoor String Light Poles – 4 Pack\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Create dedicated hanging points where trees, pergolas, walls or\n        other structures are not available. A practical solution for patios,\n        backyards, pool areas and freestanding string-light installations.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"lx48-accessory-pills\"\u003e\n        \u003cspan\u003e10 FT Tall\u003c\/span\u003e\n        \u003cspan\u003e4-Pack\u003c\/span\u003e\n        \u003cspan\u003eMetal Construction\u003c\/span\u003e\n        \u003cspan\u003eFence Brackets\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\" class=\"lx48-btn\"\u003e\n        View 10 FT String Light Poles\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx48-accessory\"\u003e\n\n      \u003cspan class=\"lx48-accessory-label\"\u003e\n        RECOMMENDED HANGING KIT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        LumenXUSA 165 FT Stainless-Steel Hanging Kit\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Support longer suspended spans with dedicated stainless-steel\n        guide wire instead of placing excessive tension directly on the\n        electrical string-light cord. Ideal for cleaner, more professional installations.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"lx48-accessory-pills\"\u003e\n        \u003cspan\u003e165 FT\u003c\/span\u003e\n        \u003cspan\u003e304 Stainless Steel\u003c\/span\u003e\n        \u003cspan\u003eTurnbuckles\u003c\/span\u003e\n        \u003cspan\u003eCable Hardware\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\" class=\"lx48-btn\"\u003e\n        View LumenXUSA Hanging Kit\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx48-accessory\"\u003e\n\n      \u003cspan class=\"lx48-accessory-label\"\u003e\n        RECOMMENDED LIGHTING CONTROL\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        String Light Dimmer with Remote Control\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Take advantage of the dimmable design of your string lights and\n        control the atmosphere from a distance. Increase brightness for\n        dining and entertaining, then lower the light for a softer,\n        more relaxing patio ambiance.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"lx48-accessory-pills\"\u003e\n        \u003cspan\u003eRemote Control\u003c\/span\u003e\n        \u003cspan\u003eAdjustable Brightness\u003c\/span\u003e\n        \u003cspan\u003e150W Rated\u003c\/span\u003e\n        \u003cspan\u003ePlug-In Control\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/dimmer-with-remote-for-our-ambience-pro-led-string-lights-commercial-grade-dimmer-rated-at-150-watts?variant=40456138391701\" class=\"lx48-btn\"\u003e\n        View Dimmer with Remote\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     INSTALLATION GUIDANCE\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-dark\"\u003e\n\n  \u003ch2\u003e\n    Build a Cleaner, Safer String-Light Layout\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Plan mounting points before installation and avoid placing unnecessary\n    tension on the electrical cord. For long unsupported spans, dedicated\n    poles and guide wire can create a cleaner installation.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx48-dark-grid\"\u003e\n\n    \u003cdiv class=\"lx48-dark-item\"\u003e\n      \u003cstrong\u003ePlan the Span\u003c\/strong\u003e\n      \u003cspan\u003eMeasure the area before hanging.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48-dark-item\"\u003e\n      \u003cstrong\u003eAdd Support\u003c\/strong\u003e\n      \u003cspan\u003eUse structures, poles or guide wire.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48-dark-item\"\u003e\n      \u003cstrong\u003eRespect Wattage\u003c\/strong\u003e\n      \u003cspan\u003eDo not exceed the listed electrical maximum.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48-dark-item\"\u003e\n      \u003cstrong\u003eUse a Dimmer\u003c\/strong\u003e\n      \u003cspan\u003eAdd compatible dimming when desired.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FAQ\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-card\"\u003e\n\n  \u003ch2\u003e\n    LumenXUSA 48 FT Plug-In String Lights FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lx48-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long is the string-light strand?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48-answer\"\u003e\n        The supplied product specification lists a total end-to-end\n        length of 48 feet.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How many sockets are included?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48-answer\"\u003e\n        The 48-foot strand includes 15 E26 hanging sockets.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How far apart are the bulbs?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48-answer\"\u003e\n        The supplied specifications list approximately 3.11 feet\n        between bulbs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are these solar string lights?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48-answer\"\u003e\n        No. This specific 48-foot model is a plug-in string-light system,\n        making it different from our solar-powered string-light collections.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I connect multiple strands?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48-answer\"\u003e\n        The supplied technical specifications state that up to five\n        compatible strands may be linked, provided the listed\n        960-watt maximum is not exceeded.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are the string lights dimmable?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48-answer\"\u003e\n        Yes. They are listed as dimmer compatible. The dimmer is not included\n        and must be compatible with the installed bulbs and electrical system.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do you sell a dimmer for these string lights?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48-answer\"\u003e\n        Yes. For convenient brightness control, we recommend our\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/dimmer-with-remote-for-our-ambience-pro-led-string-lights-commercial-grade-dimmer-rated-at-150-watts?variant=40456138391701\"\u003e\n          String Light Dimmer with Remote Control.\n        \u003c\/a\u003e\n        It allows you to adjust the lighting atmosphere without manually\n        accessing the string-light installation.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What type of sockets do they use?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48-answer\"\u003e\n        The supplied specification lists standard E26-base hanging sockets.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are these suitable for outdoor use?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48-answer\"\u003e\n        Yes. The supplied description identifies the strand as UL-listed\n        weather-resistant commercial string lighting intended for indoor\n        and outdoor use.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where can I use these 48 FT string lights?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48-answer\"\u003e\n        Common applications include patios, backyards, pergolas, gazebos,\n        decks, porches, restaurants, cafés, weddings, BBQ areas,\n        pool areas and seasonal events.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do you recommend 10 FT string-light poles?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48-answer\"\u003e\n        Yes, especially for open areas without enough existing mounting points.\n        You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\"\u003e\n          view the 10 FT String Light Poles – 4 Pack here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Should I use a guide-wire hanging kit?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48-answer\"\u003e\n        Guide wire is useful for longer suspended spans because it can\n        support the installation independently from the electrical cord.\n        You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\"\u003e\n          view the LumenXUSA 165 FT Hanging Kit here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     TRUST BAR\n     ====================================================== --\u003e\n\n\u003csection class=\"lx48-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\n    Outdoor String Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e48 FT\u003c\/strong\u003e\n    Heavy-Duty Strand\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e15 E26\u003c\/strong\u003e\n    Hanging Sockets\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eUL Listed\u003c\/strong\u003e\n    Indoor \/ Outdoor\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eComplete Setup\u003c\/strong\u003e\n    Poles + Wire + Dimmer\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Black","offer_id":40658884198549,"sku":"STBLACK-01","price":49.95,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":46558243946728,"sku":"STBLACK-02","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/48-ft-plug-in-led-outdoor-string-lights-waterproof-hanging-dimmable-2w-vintage-edison-bulbs-7934130.png?v=1788004288"},{"product_id":"pro-waterproof-led-outdoor-string-lights-hanging-dimmable-2w-vintage-edison-bulbs-24-ft","title":"24Ft Plug-In LED Outdoor String Lights Waterproof- Hanging, Dimmable 2W Vintage Edison Bulbs","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA 24 FT PLUG-IN STRING LIGHTS\n   OUTDOOR SOLAR OUTLET\n   PREMIUM BEST SELLER LANDING PAGE\n   ========================================================= *\/\n\n.lx24{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lx24 *{\n  box-sizing:border-box;\n}\n\n.lx24 img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lx24 a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.lx24-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.lx24-hero-media{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lx24-hero-media img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx24-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lx24-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lx24-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lx24-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lx24-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lx24-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lx24-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.lx24-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lx24-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lx24-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lx24-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.lx24-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lx24-spec:last-child{\n  border-right:0;\n}\n\n.lx24-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lx24-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lx24-section{\n  margin-bottom:25px;\n}\n\n.lx24-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lx24-heading:after,\n.lx24-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lx24-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGE *\/\n\n.lx24-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lx24-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx24-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lx24-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx24-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* DARK *\/\n\n.lx24-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lx24-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lx24-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lx24-dark-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lx24-dark-item{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lx24-dark-item strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lx24-dark-item span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* FEATURE CARDS *\/\n\n.lx24-three{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n  margin-bottom:25px;\n}\n\n.lx24-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx24-feature-image{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:14px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.lx24-feature-image img{\n  max-width:300px;\n  aspect-ratio:1\/1;\n  object-fit:contain;\n}\n\n.lx24-feature-copy{\n  padding:19px;\n}\n\n.lx24-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:18px;\n  font-weight:800;\n}\n\n.lx24-feature p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\/* TWO COLUMN *\/\n\n.lx24-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lx24-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx24-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx24-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lx24-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.lx24-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\/* ACCESSORIES *\/\n\n.lx24-accessory-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:17px;\n}\n\n.lx24-accessory{\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.lx24-accessory-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:850;\n}\n\n.lx24-accessory 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.lx24-accessory p{\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.lx24-accessory-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n  margin:0 0 20px;\n}\n\n.lx24-accessory-pills span{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  color:#e7edf5;\n  font-size:11.5px;\n  font-weight:650;\n}\n\n.lx24-btn{\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\/* VIDEO *\/\n\n.lx24-video{\n  margin-bottom:25px;\n  overflow:hidden;\n  border-radius:15px;\n  background:#07182e;\n}\n\n.lx24-video-head{\n  padding:22px 24px 0;\n}\n\n.lx24-video-head h2{\n  margin:0 0 7px;\n  color:#fff;\n  font-size:24px;\n}\n\n.lx24-video-head p{\n  margin:0 0 18px;\n  color:#d6e0eb;\n  font-size:14px;\n  line-height:1.6;\n}\n\n.lx24-video-wrap{\n  position:relative;\n  width:100%;\n  height:0;\n  padding-bottom:56.25%;\n}\n\n.lx24-video-wrap iframe{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* APPLICATIONS *\/\n\n.lx24-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lx24-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* TABLE *\/\n\n.lx24-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.lx24-table tr{\n  border-bottom:1px solid #e9edf1;\n}\n\n.lx24-table tr:last-child{\n  border-bottom:0;\n}\n\n.lx24-table th,\n.lx24-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.lx24-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.lx24-table td{\n  color:#5b6472;\n}\n\n\/* FAQ *\/\n\n.lx24-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lx24-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lx24-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lx24-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lx24-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lx24-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lx24-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lx24-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.lx24-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.lx24-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lx24-trust div:last-child{\n  border-right:0;\n}\n\n.lx24-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* TABLET *\/\n\n@media(max-width:900px){\n\n  .lx24-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lx24-three{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx24-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n\/* MOBILE *\/\n\n@media(max-width:680px){\n\n  .lx24{\n    padding:15px 10px 35px;\n  }\n\n  .lx24-hero,\n  .lx24-two,\n  .lx24-accessory-grid{\n    grid-template-columns:1fr;\n  }\n\n  .lx24-hero{\n    gap:18px;\n  }\n\n  .lx24-title{\n    font-size:30px;\n  }\n\n  .lx24-subtitle{\n    font-size:19px;\n  }\n\n  .lx24-text{\n    font-size:15px;\n  }\n\n  .lx24-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx24-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx24-three{\n    grid-template-columns:1fr;\n  }\n\n  .lx24-dark{\n    padding:24px 18px;\n  }\n\n  .lx24-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx24-card{\n    padding:21px 17px;\n  }\n\n  .lx24-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lx24-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"lx24\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"lx24-hero\"\u003e\n\u003cdiv class=\"lx24-hero-media\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/7e76d9e4-d13a-4817-b661-242f3a8b0fd7.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"LumenXUSA 24 foot plug in outdoor patio string lights\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"lx24-brand\"\u003eLUMENXUSA\u003c\/div\u003e\n\u003cdiv class=\"lx24-eyebrow\"\u003e24 FT PLUG-IN OUTDOOR STRING LIGHTS\u003c\/div\u003e\n\u003ch2 class=\"lx24-title\"\u003eLumenXUSA 24 FT Outdoor String Lights\u003c\/h2\u003e\n\u003ch3 class=\"lx24-subtitle\"\u003eHeavy-Duty Plug-In Patio Lights with 8 E26 Sockets \u0026amp; S14 Edison-Style Bulbs\u003c\/h3\u003e\n\u003cp class=\"lx24-text\"\u003eBring classic café-style lighting to patios, pergolas, backyards and outdoor entertaining spaces with the \u003cstrong\u003eLumenXUSA 24 FT Plug-In String Lights\u003c\/strong\u003e. The strand features a durable black cord, \u003cstrong\u003e8 E26 hanging sockets\u003c\/strong\u003e and S14-style bulbs for warm, decorative outdoor illumination.\u003c\/p\u003e\n\u003cp class=\"lx24-text\"\u003eThis shorter 24-foot format is ideal for smaller patios, porches, pergolas, balconies and compact outdoor areas where a 48-foot strand may be more lighting than you need.\u003c\/p\u003e\n\u003cdiv class=\"lx24-pills\"\u003e\n\u003cspan class=\"lx24-pill\"\u003eLumenXUSA\u003c\/span\u003e \u003cspan class=\"lx24-pill\"\u003e24 FT Length\u003c\/span\u003e \u003cspan class=\"lx24-pill\"\u003e8 E26 Sockets\u003c\/span\u003e \u003cspan class=\"lx24-pill\"\u003e9 Bulbs Included\u003c\/span\u003e \u003cspan class=\"lx24-pill\"\u003eUL Listed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BEST SELLER --\u003e\n\u003csection class=\"lx24-best\"\u003e\u003cstrong\u003eBEST SELLER\u003c\/strong\u003e \u003cspan\u003e A compact heavy-duty plug-in string-lighting solution for patios, pergolas, decks and outdoor entertaining areas where customers want dependable power and classic Edison-style ambiance. \u003c\/span\u003e\u003c\/section\u003e\n\u003c!-- QUICK SPECS --\u003e\n\u003csection class=\"lx24-specbar\"\u003e\n\u003cdiv class=\"lx24-spec\"\u003e\n\u003cstrong\u003e24 FT\u003c\/strong\u003e \u003cspan\u003eTotal length\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-spec\"\u003e\n\u003cstrong\u003e8\u003c\/strong\u003e \u003cspan\u003eE26 sockets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-spec\"\u003e\n\u003cstrong\u003e9 Bulbs\u003c\/strong\u003e \u003cspan\u003eOne spare included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-spec\"\u003e\n\u003cstrong\u003e2.8 FT\u003c\/strong\u003e \u003cspan\u003eApprox. spacing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-spec\"\u003e\n\u003cstrong\u003e10 Strands\u003c\/strong\u003e \u003cspan\u003eListed max link\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-spec\"\u003e\n\u003cstrong\u003eUL Listed\u003c\/strong\u003e \u003cspan\u003eIndoor \/ outdoor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- VIDEO --\u003e\n\u003csection class=\"lx24-video\"\u003e\n\u003cdiv class=\"lx24-video-head\"\u003e\n\u003ch2\u003eSee the String Lights in Action\u003c\/h2\u003e\n\u003cp\u003eWatch the product demonstration to get a better look at the appearance, lighting effect and installation style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-video-wrap\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/-2ECGaxSMcM?si=nZWbsvkjdS-Jt452\" title=\"LumenXUSA 24 ft outdoor plug in string lights demonstration\" loading=\"lazy\"\u003e\n    \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CORE FEATURES --\u003e\n\u003csection class=\"lx24-section\"\u003e\n\u003ch2 class=\"lx24-heading\"\u003eHeavy-Duty Outdoor Lighting in a Compact 24 FT Size\u003c\/h2\u003e\n\u003cp class=\"lx24-lead\"\u003eDesigned for smaller outdoor areas while keeping the same heavy-duty style customers expect from commercial-inspired patio lighting.\u003c\/p\u003e\n\u003cdiv class=\"lx24-three\"\u003e\n\u003cdiv class=\"lx24-feature\"\u003e\n\u003cdiv class=\"lx24-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/94e714f9-6aba-49c4-9acb-391171fa493e.__CR0,0,1001,1001_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA dimmer compatible 24 foot string lights\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx24-feature-copy\"\u003e\n\u003ch3\u003eDimmer Compatible\u003c\/h3\u003e\n\u003cp\u003ePair the strand with a compatible dimmer, sold separately, to adjust the mood for everyday evenings, dinners, parties or special events.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-feature\"\u003e\n\u003cdiv class=\"lx24-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/3c6ebdd8-7e2a-4f5f-bb0b-583382b00c4f.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA weather resistant heavy duty plug in string lights\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx24-feature-copy\"\u003e\n\u003ch3\u003eWeather-Resistant Design\u003c\/h3\u003e\n\u003cp\u003eThe supplied description identifies the strand as UL-listed weather-resistant commercial lighting designed for common outdoor sun, wind, rain, snow and damp conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-feature\"\u003e\n\u003cdiv class=\"lx24-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/7a2573ed-1876-4254-9a41-82f195c86397.__CR0,0,300,300_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA 8 socket S14 outdoor patio lights\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx24-feature-copy\"\u003e\n\u003ch3\u003e8 E26 Hanging Sockets\u003c\/h3\u003e\n\u003cp\u003eEight hanging sockets provide balanced decorative lighting across the 24-foot strand with approximately 2.8 feet between bulbs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERFORMANCE --\u003e\n\u003csection class=\"lx24-dark\"\u003e\n\u003ch2\u003ePlug-In Lighting You Can Expand\u003c\/h2\u003e\n\u003cp\u003eThe 24-foot strand can be used alone for smaller spaces or linked with additional compatible strands for larger installations, subject to the listed electrical limits.\u003c\/p\u003e\n\u003cdiv class=\"lx24-dark-grid\"\u003e\n\u003cdiv class=\"lx24-dark-item\"\u003e\n\u003cstrong\u003e24 FT\u003c\/strong\u003e \u003cspan\u003eCompact strand length.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-dark-item\"\u003e\n\u003cstrong\u003e8 Sockets\u003c\/strong\u003e \u003cspan\u003eE26 hanging sockets.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-dark-item\"\u003e\n\u003cstrong\u003eUp to 10\u003c\/strong\u003e \u003cspan\u003eListed compatible linked strands.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-dark-item\"\u003e\n\u003cstrong\u003e960W Max\u003c\/strong\u003e \u003cspan\u003eListed overall maximum.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"lx24-two\"\u003e\n\u003cdiv class=\"lx24-card\"\u003e\n\u003ch2\u003eCompact 24 FT Layout\u003c\/h2\u003e\n\u003cul class=\"lx24-list\"\u003e\n\u003cli\u003e24-foot end-to-end strand\u003c\/li\u003e\n\u003cli\u003e8 E26 hanging sockets\u003c\/li\u003e\n\u003cli\u003eApproximately 2.8-foot bulb spacing\u003c\/li\u003e\n\u003cli\u003e9 bulbs included, including one spare\u003c\/li\u003e\n\u003cli\u003eBlack heavy-duty cord\u003c\/li\u003e\n\u003cli\u003eIdeal for patios and smaller outdoor spaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-card\"\u003e\n\u003ch2\u003eIndoor \u0026amp; Outdoor Flexibility\u003c\/h2\u003e\n\u003cul class=\"lx24-list\"\u003e\n\u003cli\u003eUL listed\u003c\/li\u003e\n\u003cli\u003eWeather-resistant construction\u003c\/li\u003e\n\u003cli\u003eDimmer compatible\u003c\/li\u003e\n\u003cli\u003ePlug-in power source\u003c\/li\u003e\n\u003cli\u003eDesigned for indoor and outdoor applications\u003c\/li\u003e\n\u003cli\u003eExpandable with compatible strands\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection class=\"lx24-card lx24-section\"\u003e\n\u003ch2\u003ePerfect for Smaller Patios \u0026amp; Outdoor Spaces\u003c\/h2\u003e\n\u003cdiv class=\"lx24-apps\"\u003e\n\u003cspan class=\"lx24-app\"\u003ePatios\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003ePergolas\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003ePorches\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003eBalconies\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003eDecks\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003eBackyards\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003eGazebos\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003eOutdoor Dining\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003eCafés\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003eRestaurants\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003eWeddings\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003eBBQs\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003eParties\u003c\/span\u003e \u003cspan class=\"lx24-app\"\u003eHoliday Displays\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"lx24-two\"\u003e\n\u003cdiv class=\"lx24-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"lx24-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eLumenXUSA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Length\u003c\/th\u003e\n\u003ctd\u003e24 Feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCord Color\u003c\/th\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSocket Type\u003c\/th\u003e\n\u003ctd\u003eE26 Base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSocket Quantity\u003c\/th\u003e\n\u003ctd\u003e8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBulbs Included\u003c\/th\u003e\n\u003ctd\u003e9 Total – 1 Spare\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBulb Spacing\u003c\/th\u003e\n\u003ctd\u003eApprox. 2.8 Feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-card\"\u003e\n\u003ch2\u003eElectrical \u0026amp; Bulb Information\u003c\/h2\u003e\n\u003ctable class=\"lx24-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003ePlug-In\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Bulb Type\u003c\/th\u003e\n\u003ctd\u003e11W S14 Incandescent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDimmer Compatible\u003c\/th\u003e\n\u003ctd\u003eYes – Dimmer Not Included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaximum Wattage\u003c\/th\u003e\n\u003ctd\u003e960 Watts Listed Maximum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaximum Linked Strands\u003c\/th\u003e\n\u003ctd\u003eUp to 10 Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCertification\u003c\/th\u003e\n\u003ctd\u003eUL Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIndoor \/ Outdoor\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\/section\u003e\n\u003c!-- RECOMMENDED ACCESSORIES --\u003e\n\u003csection class=\"lx24-section\"\u003e\n\u003ch2 class=\"lx24-heading\"\u003eRecommended for a Professional Installation\u003c\/h2\u003e\n\u003cp class=\"lx24-lead\"\u003eIf your patio or yard does not have enough natural hanging points, dedicated poles and stainless-steel guide wire can create a cleaner and more organized installation.\u003c\/p\u003e\n\u003cdiv class=\"lx24-accessory-grid\"\u003e\n\u003cdiv class=\"lx24-accessory\"\u003e\n\u003cspan class=\"lx24-accessory-label\"\u003e RECOMMENDED SUPPORT \u003c\/span\u003e\n\u003ch3\u003e10 FT Outdoor String Light Poles – 4 Pack\u003c\/h3\u003e\n\u003cp\u003eAdd dedicated hanging points across patios, lawns or outdoor entertaining spaces where walls, pergolas or trees are not available.\u003c\/p\u003e\n\u003cdiv class=\"lx24-accessory-pills\"\u003e\n\u003cspan\u003e10 FT Height\u003c\/span\u003e \u003cspan\u003e4-Pack\u003c\/span\u003e \u003cspan\u003eOutdoor Metal Poles\u003c\/span\u003e \u003cspan\u003eFence Brackets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\" class=\"lx24-btn\"\u003e View 10 FT String Light Poles \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-accessory\"\u003e\n\u003cspan class=\"lx24-accessory-label\"\u003e RECOMMENDED HANGING KIT \u003c\/span\u003e\n\u003ch3\u003eLumenXUSA 165 FT Stainless-Steel Hanging Kit\u003c\/h3\u003e\n\u003cp\u003eSupport suspended string-light runs with dedicated 304 stainless-steel guide wire rather than placing unnecessary tension directly on the electrical string.\u003c\/p\u003e\n\u003cdiv class=\"lx24-accessory-pills\"\u003e\n\u003cspan\u003e165 FT\u003c\/span\u003e \u003cspan\u003e304 Stainless Steel\u003c\/span\u003e \u003cspan\u003eTurnbuckles\u003c\/span\u003e \u003cspan\u003eCable Hardware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\" class=\"lx24-btn\"\u003e View LumenXUSA Hanging Kit \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION TIPS --\u003e\n\u003csection class=\"lx24-dark\"\u003e\n\u003ch2\u003ePlan Your Installation Before Hanging the Lights\u003c\/h2\u003e\n\u003cp\u003eMeasure the area, identify mounting points and decide whether additional poles or guide wire are needed before hanging the strand.\u003c\/p\u003e\n\u003cdiv class=\"lx24-dark-grid\"\u003e\n\u003cdiv class=\"lx24-dark-item\"\u003e\n\u003cstrong\u003eMeasure First\u003c\/strong\u003e \u003cspan\u003ePlan the 24-foot span before installation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-dark-item\"\u003e\n\u003cstrong\u003eAdd Support\u003c\/strong\u003e \u003cspan\u003eUse poles or guide wire where needed.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-dark-item\"\u003e\n\u003cstrong\u003eCheck Power\u003c\/strong\u003e \u003cspan\u003eUse an appropriate power source.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx24-dark-item\"\u003e\n\u003cstrong\u003eRespect Limits\u003c\/strong\u003e \u003cspan\u003eDo not exceed listed wattage or strand limits.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"lx24-card\"\u003e\n\u003ch2\u003eLumenXUSA 24 FT Plug-In String Lights FAQs\u003c\/h2\u003e\n\u003cdiv class=\"lx24-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long are these string lights?\u003c\/summary\u003e\n\u003cdiv class=\"lx24-answer\"\u003eThe strand measures approximately 24 feet from end to end.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many sockets are included?\u003c\/summary\u003e\n\u003cdiv class=\"lx24-answer\"\u003eThe strand includes eight E26 hanging sockets.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many bulbs are included?\u003c\/summary\u003e\n\u003cdiv class=\"lx24-answer\"\u003eThe supplied product information states that nine bulbs are included, with eight used on the strand and one additional spare bulb.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow far apart are the bulbs?\u003c\/summary\u003e\n\u003cdiv class=\"lx24-answer\"\u003eThe supplied specification lists approximately 2.8 feet between bulbs.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these solar string lights?\u003c\/summary\u003e\n\u003cdiv class=\"lx24-answer\"\u003eNo. This specific 24-foot model is plug-in powered.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the lights dimmer compatible?\u003c\/summary\u003e\n\u003cdiv class=\"lx24-answer\"\u003eYes. The supplied information states that the lights are compatible with a suitable dimmer. The dimmer is not included.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I connect multiple strands together?\u003c\/summary\u003e\n\u003cdiv class=\"lx24-answer\"\u003eThe supplied specifications state that up to 10 compatible strands may be linked, provided the listed 960-watt maximum is not exceeded.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these outdoor string lights weather resistant?\u003c\/summary\u003e\n\u003cdiv class=\"lx24-answer\"\u003eThe supplied product description identifies them as UL-listed, weather-resistant commercial string lights designed for indoor and outdoor use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat type of replacement bulbs do they use?\u003c\/summary\u003e\n\u003cdiv class=\"lx24-answer\"\u003eThe supplied specification lists 11W S14 incandescent replacement bulbs with E26 bases.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould I use 10 FT string-light poles?\u003c\/summary\u003e\n\u003cdiv class=\"lx24-answer\"\u003eThey are useful when your installation does not have enough natural support points. You can \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\"\u003e view the 10 FT String Light Poles – 4 Pack here. \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo you recommend a guide-wire hanging kit?\u003c\/summary\u003e\n\u003cdiv class=\"lx24-answer\"\u003eFor suspended layouts, guide wire can provide additional support. You can \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\"\u003e view the LumenXUSA 165 FT Hanging Kit here. \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST BAR --\u003e\n\u003csection class=\"lx24-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLumenXUSA\u003c\/strong\u003e Outdoor String Lighting\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e24 FT\u003c\/strong\u003e Compact Strand\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e8 E26\u003c\/strong\u003e Hanging Sockets\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eUL Listed\u003c\/strong\u003e Indoor \/ Outdoor\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eComplete Setup\u003c\/strong\u003e Poles + Hanging Kit\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":40010034839701,"sku":"STRI27","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/24ft-plug-in-led-outdoor-string-lights-waterproof-hanging-dimmable-2w-vintage-edison-bulbs-4574605.jpg?v=1786734740"},{"product_id":"outdoor-string-light-25feet-g40-globe-patio-lights-with-26-edison-glass-bulbs-waterproof-connectable-hanging-light-for-backyard-porch-balcony-deck-party-decor","title":"25 Ft Plug-In Outdoor String Light G40 Globe Patio Lights with 26 Edison Glass Bulbs Hanging Light","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003cdiv id=\"aplus3p_feature_div\" data-feature-name=\"aplus3p\" data-template-name=\"aplus3p\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"aewqqk-tdence-gyoiu6-osx4t9\" data-cel-widget=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module launchpad-company-logo aplus-standard\" cel_widget_id=\"aplus-m-launchpad-company-logo\" data-csa-c-id=\"8clvyg-kv9vaw-9sc5cg-hn6w8n\" data-cel-widget=\"aplus-m-launchpad-company-logo\"\u003e\n\u003cdiv class=\"a-section a-text-center launchpad-module launchpad-module-company-logo\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"udah9p-uwi3bc-10rj3z-k9huj4\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"party light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/76883b04-ad21-4701-9a3b-d634e599e2a3.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/76883b04-ad21-4701-9a3b-d634e599e2a3.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003eModern and creative decorative string lights can not only be used as lighting, but also the perfect decoration for indoor and outdoor parties, creating a romantic atmosphere, amazing scenery, and enjoy happy time with family and friends.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eThe Brightown patio string lights are made of high quality material and waterproof technology, safe, flexible and practical, to meet the lighting and decoration needs of different occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-6 aplus-standard\" cel_widget_id=\"aplus-m-module-6\" data-csa-c-id=\"5cv71j-tscwqh-qdd5yv-ay7auq\" data-cel-widget=\"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=\"connectable string light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/bbfa372a-a2cb-4ea7-a6bf-70028ba20bc4.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/bbfa372a-a2cb-4ea7-a6bf-70028ba20bc4.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eReplacement Edison Bulbs\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eG40 clear bulbs made of thickened glass for more durability. All bulbs are tested over 48 hours before packing. A light bulb that goes out does not affect other lighting bulb\u003c\/p\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"bistro light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/36647c27-b844-401a-91d9-93110f477f8c.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/36647c27-b844-401a-91d9-93110f477f8c.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eConnectable String Light\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eTwo prong connector plug on one side (male) and open connected plug on the other (female) allows for 3 strands to be connected\u003c\/p\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"Edison bulb string light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/d7fac034-02ea-408d-ba06-63675ec610da.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/d7fac034-02ea-408d-ba06-63675ec610da.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSpare Fuse\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eElectric plug in string lights either with a built-in spare fuse(125V\/5A) for easy replacement\u003c\/p\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"UL listed string light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/2c71a147-34c8-44f8-887f-7a7c89dd69a7.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/2c71a147-34c8-44f8-887f-7a7c89dd69a7.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eUL Listed\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eBrightown G40 string lights passed UL Certification. Reliable quality, stable performance, safer than ordinary string lights, loved by customers\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-8 aplus-standard\" cel_widget_id=\"aplus-m-module-8\" data-csa-c-id=\"muveli-3rx67v-sud9ii-9bk6qk\" 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=\"warm white string light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/7fadacc3-2cd4-458f-89ac-914bf87f5ec4.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/7fadacc3-2cd4-458f-89ac-914bf87f5ec4.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSpecifications\u003c\/h3\u003e\n\u003ch5 class=\"a-spacing-mini a-color-secondary\"\u003eBulb information\u003c\/h5\u003e\n\u003cp class=\"a-spacing-base\"\u003eSource Type: incandescent\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eBulb Quantity: 25 bulbs + 1 spare bulb\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eBulb Dimension: 1.56 inch\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eBulb Height: 2.7 inch\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eBulb Life Span: 1000 Hours\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eMaterial of Bulb Housing: Glass\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eBulb Type: C7\/E12 base, 5Watts, G40 bulb\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eFor Bulbs replacement, please search B00R25V92Y\u003c\/p\u003e\n\u003ch5 class=\"a-spacing-mini a-color-secondary\"\u003eString information\u003c\/h5\u003e\n\u003cp class=\"a-spacing-base\"\u003ePlug Type: 2-prong plug\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eInput Voltage: AC 120V\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eWire Gauge: 20AWG XTW\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eTotal Length: 25 feet\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eBulb Spacing: 12 inch\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eLighted Length: 24 feet\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003ePlug to first bulb: 6 inch\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eLast bulb to end plug: 6 inch\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eExtendable: connect 3 strands \/ 432Watts together maximum\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eSearch Brightown Suspension Kit if you need the hanging accessory\u003c\/p\u003e\n\u003ch5 class=\"a-spacing-mini a-color-secondary\"\u003ePacking list\u003c\/h5\u003e\n\u003cp class=\"a-spacing-base\"\u003e26 x G40 Edison Light Bulbs\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e1 x Hanging Cable with Empty Sockets\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4\u003eElectrical\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\"\u003eRated Power：5 W each bulb\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eIP Rating: IP44 waterproof\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eColor Temperature：2700K Warm White\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eLumen: 23 Lumens each bulb\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eFuse Type:125V 5A\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eFor Indoor 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\" cel_widget_id=\"aplus-m-module-9\" data-csa-c-id=\"zb6yqd-ls0lta-a2u97z-nd4li9\" 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=\"umbrella light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/f65c3ba7-de95-4031-8fee-c74f04793ad0.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/f65c3ba7-de95-4031-8fee-c74f04793ad0.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eBrightown umbrella string lights is easy to install with a cable tie or cup hook. As the same time the backyard string lights can be easily removed if needed to put them in another location. Suitable for indoor, home, patio, garden, bistro, porch, balcony, etc. decor.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eYou can freely decorate your house\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"party light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/21c489c7-07ae-4c99-9c4d-c818aa6e6038.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/21c489c7-07ae-4c99-9c4d-c818aa6e6038.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eG40 decoration lights creating a warm and romantic atmosphere that will make you and your friend feel relaxed and happy. Great for wedding, birthday party, Christmas, holiday celebration, party, family reunion decor.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eCreate an unforgettable moment for you\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"commercial light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/ed8287c9-5a37-4c3a-a912-781fd1622ce3.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/ed8287c9-5a37-4c3a-a912-781fd1622ce3.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eOutdoor commercial grade string light add warm glory to the night.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eWaterproof light string can be used to decorate the market, cafe, bar, city rooftop, restaurant, business festival, etc.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eBeautiful environment for your business success\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\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"nzfzev-5aq3er-oszv01-aw6w9x\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"4\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-seller-content-images-us-east-1\/ATVPDKIKX0DER\/A2ROP7NEUL5DDD\/3afe3990-9636-44ea-94d6-4e1e57d3364a._CR0,0,970,600_PT0_SX970__.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-seller-content-images-us-east-1\/ATVPDKIKX0DER\/A2ROP7NEUL5DDD\/3afe3990-9636-44ea-94d6-4e1e57d3364a._CR0,0,970,600_PT0_SX970__.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eFAQ:\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e1. How many outside strings lights can I connect together?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eG40 25ft string light can connect up to 3 strands. Search Brightown Suspension Kit if you need the hanging accessory.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e2. Where to buy spare bulbs or fuse?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eThis incandescent light bulbs normally runs for 1000 hours, if you need more spare bulbs, pls search B00R25V92Y for replacement bulbs. If you prefer long lasting bulbs, pls search B07DN94P21 for led replacement bulbs. Fuse type is 125V 5A, each set comes with a spare fuse stored in the male plug.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e3. If one edison bulb goes out, will the rest stay lit?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eThese light strands are connected in parallel, so one bulb broke or burnt won’t affect the rest bulb.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e4. Are the porch string lights waterproof?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eYes, these products are IP44 waterproof. You can use the string lights under normal weather conditions.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e5. Does the strand come assembled or do you have to screw in the bulbs?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eG40 25FT strand come assembled. Tips: G40 Edison light bulb made of glass. Please install strands first with bulbs removed at the desired location then put bulbs into sockets to avoid damaging.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e6. can these indoor string lights be used on a dimmer?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eG40 string light are dimmer compatible, it can be used on a dimmer.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e7. What gauge of wire is used in the G40 wiring?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eGlobe string lights wire gauge is 20AWG XTW.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003cdiv id=\"energyEfficiency_secondary_view_div\" class=\"a-section\"\u003e\n\u003ch3\u003eProduct Energy Guide\u003c\/h3\u003e\n\u003cdiv class=\"a-section\"\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/41NZXenLSML.SX300_SY410_.jpg\" class=\"a-dynamic-image\" id=\"energy_guide_image\" data-a-dynamic-image=\"{}\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Black","offer_id":40082702565525,"sku":"850004456262","price":35.95,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":46552016519400,"sku":"","price":35.95,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":46552016552168,"sku":"","price":35.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/25-ft-plug-in-outdoor-string-light-g40-globe-patio-lights-with-26-edison-glass-bulbs-hanging-light-3284853.jpg?v=1786734741"},{"product_id":"20leds-solar-light-artificial-topiary-grass-ball-solar-lamp-waterproof-solar-light-with-hook-outdoor-wedding-garden-decoration","title":"Artificial Topiary Grass Ball with Solar Lights, includes hook","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003eDescription\u003c\/h3\u003e\n\u003cdiv id=\"productDescription_fullView\"\u003e\n\u003cdiv class=\"a-section a-spacing-large text-direction-override\" dir=\"auto\"\u003e\n\u003cul\u003e\n\u003cli\u003eColorful\/warm LED lights solar trimmed ball lights chandelier outdoor garden decoration.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eHigh-end solar lights, completely weatherproof, suitable for outdoor use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eThe simulated grass ball looks like a hanging basket bonsai during the day, and can also be illuminated to decorate the garden at night.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eAutomatically turns on and off with the sun, easy\/quick installation anytime, anywhere.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003eSuitable for hanging on trees or any structure.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003ePerfect for as party decor and year round yard design!\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cbr\u003eMaterial: Plastic \u0026amp; Metal \u003cbr\u003eSolar panel: 2V 60MA \u003cbr\u003eBattery: 1.2V 600MAH \u003cbr\u003eNet weight: 280g \u003cbr\u003eLED: 20 silver wire lights \u003cbr\u003e\u003cbr\u003ePackage included: \u003cbr\u003e1*Hanging Light\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eBulbs Included:\u003c\/strong\u003e Yes\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e Does not develop heat (LED), no mercury\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eModel Number:\u003c\/strong\u003e Grass Ball Solar Light\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eProtection Level:\u003c\/strong\u003e IP44\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eVoltage:\u003c\/strong\u003e 1.2V\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eDimmable:\u003c\/strong\u003e No\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eBody Material:\u003c\/strong\u003e ABS\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eBase Type:\u003c\/strong\u003e None\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eLight Source:\u003c\/strong\u003e LED Bulbs\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eStyle:\u003c\/strong\u003e ART DECO\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eUsage:\u003c\/strong\u003e HOLIDAY\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eBatteries:\u003c\/strong\u003e Solar Lithium Battery (Included)\u003c\/span\u003e\u003c\/p\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":40218837713045,"sku":"41007836","price":41.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/artificial-topiary-grass-ball-with-solar-lights-includes-hook-3503495.jpg?v=1786734739"},{"product_id":"ambience-pro-vintage-edition-outdoor-heavy-quality-commercial-string-lights-48-feet-bulbs-not-included","title":"48Ft Pro Vintage Edition Plug-In Outdoor Heavy Quality 40W Commercial String Lights-15 Bulbs","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA 48 FT COMMERCIAL-GRADE PLUG-IN STRING LIGHTS\n   OUTDOOR SOLAR OUTLET\n   PREMIUM BEST SELLER LANDING PAGE\n   ========================================================= *\/\n\n.lx48c{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lx48c *{\n  box-sizing:border-box;\n}\n\n.lx48c a{\n  transition:.2s ease;\n}\n\n.lx48c img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n\/* HERO *\/\n\n.lx48c-hero{\n  padding:38px 36px;\n  margin-bottom:24px;\n  border-radius:18px;\n  background:linear-gradient(120deg,#061426,#0b2d50);\n}\n\n.lx48c-brand{\n  margin-bottom:6px;\n  color:#f5a300;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lx48c-eyebrow{\n  margin-bottom:7px;\n  color:#d8e1ec;\n  font-size:13px;\n  font-weight:800;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lx48c-title{\n  max-width:900px;\n  margin:0 0 12px;\n  color:#fff;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lx48c-subtitle{\n  max-width:900px;\n  margin:0 0 16px;\n  color:#e3eaf2;\n  font-size:21px;\n  line-height:1.42;\n  font-weight:700;\n}\n\n.lx48c-text{\n  max-width:920px;\n  margin:0 0 13px;\n  color:#d3dde8;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lx48c-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:18px;\n}\n\n.lx48c-pill{\n  padding:8px 12px;\n  border:1px solid rgba(255,255,255,.17);\n  border-radius:999px;\n  background:rgba(255,255,255,.07);\n  color:#fff;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BESTSELLER *\/\n\n.lx48c-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:#07182e;\n}\n\n.lx48c-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lx48c-best span{\n  color:#e4ebf3;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lx48c-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.lx48c-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lx48c-spec:last-child{\n  border-right:0;\n}\n\n.lx48c-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lx48c-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lx48c-section{\n  margin-bottom:25px;\n}\n\n.lx48c-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lx48c-heading:after,\n.lx48c-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lx48c-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* DARK *\/\n\n.lx48c-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lx48c-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lx48c-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lx48c-dark-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lx48c-dark-item{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lx48c-dark-item strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lx48c-dark-item span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* TWO COLUMN *\/\n\n.lx48c-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lx48c-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx48c-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx48c-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lx48c-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.lx48c-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\/* FEATURES *\/\n\n.lx48c-three{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n  margin-bottom:25px;\n}\n\n.lx48c-feature{\n  padding:23px 20px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx48c-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:18px;\n  font-weight:800;\n}\n\n.lx48c-feature p{\n  margin:0;\n  color:#667085;\n  font-size:14px;\n  line-height:1.65;\n}\n\n\/* ACCESSORIES *\/\n\n.lx48c-accessory-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:17px;\n}\n\n.lx48c-accessory{\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.lx48c-accessory-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:850;\n}\n\n.lx48c-accessory 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.lx48c-accessory p{\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.lx48c-accessory-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n  margin:0 0 20px;\n}\n\n.lx48c-accessory-pills span{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  color:#e7edf5;\n  font-size:11.5px;\n  font-weight:650;\n}\n\n.lx48c-btn{\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\/* APPLICATIONS *\/\n\n.lx48c-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lx48c-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* TABLE *\/\n\n.lx48c-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.lx48c-table tr{\n  border-bottom:1px solid #e9edf1;\n}\n\n.lx48c-table tr:last-child{\n  border-bottom:0;\n}\n\n.lx48c-table th,\n.lx48c-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.lx48c-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.lx48c-table td{\n  color:#5b6472;\n}\n\n\/* FAQ *\/\n\n.lx48c-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lx48c-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lx48c-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lx48c-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lx48c-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lx48c-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lx48c-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lx48c-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.lx48c-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.lx48c-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lx48c-trust div:last-child{\n  border-right:0;\n}\n\n.lx48c-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* RESPONSIVE *\/\n\n@media(max-width:900px){\n\n  .lx48c-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lx48c-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx48c-three{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n@media(max-width:680px){\n\n  .lx48c{\n    padding:15px 10px 35px;\n  }\n\n  .lx48c-hero{\n    padding:27px 20px;\n  }\n\n  .lx48c-title{\n    font-size:30px;\n  }\n\n  .lx48c-subtitle{\n    font-size:19px;\n  }\n\n  .lx48c-text{\n    font-size:15px;\n  }\n\n  .lx48c-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx48c-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx48c-two,\n  .lx48c-accessory-grid,\n  .lx48c-three{\n    grid-template-columns:1fr;\n  }\n\n  .lx48c-dark{\n    padding:24px 18px;\n  }\n\n  .lx48c-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx48c-card{\n    padding:21px 17px;\n  }\n\n  .lx48c-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lx48c-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lx48c\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\n\u003csection class=\"lx48c-hero\"\u003e\n\n  \u003cdiv class=\"lx48c-brand\"\u003e\n    LUMENXUSA\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx48c-eyebrow\"\u003e\n    COMMERCIAL-GRADE 48 FT PLUG-IN STRING LIGHTS\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"lx48c-title\"\u003e\n    LumenXUSA 48 FT Commercial-Grade Outdoor String Lights\n  \u003c\/h2\u003e\n\n  \u003ch3 class=\"lx48c-subtitle\"\u003e\n    Heavy-Duty Weatherproof Edison-Style Patio Lights with 15 Warm 3000K Bulbs\n  \u003c\/h3\u003e\n\n  \u003cp class=\"lx48c-text\"\u003e\n    Bring classic café and bistro ambiance to patios, pergolas,\n    restaurants, event spaces and backyards with the\n    \u003cstrong\u003eLumenXUSA 48 FT Commercial-Grade String Lights\u003c\/strong\u003e.\n    Each strand includes \u003cstrong\u003e15 hanging vintage Edison-style bulbs\u003c\/strong\u003e\n    spaced approximately 3 feet apart to create an even, warm decorative glow.\n  \u003c\/p\u003e\n\n  \u003cp class=\"lx48c-text\"\u003e\n    Built around a thick, flexible heavy-duty cord and designed for\n    year-round indoor and outdoor use, these lights are ideal for customers\n    who want a more substantial commercial-style string-light installation.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"lx48c-pills\"\u003e\n\n    \u003cspan class=\"lx48c-pill\"\u003eLumenXUSA\u003c\/span\u003e\n    \u003cspan class=\"lx48c-pill\"\u003e48 FT\u003c\/span\u003e\n    \u003cspan class=\"lx48c-pill\"\u003e15 Bulbs\u003c\/span\u003e\n    \u003cspan class=\"lx48c-pill\"\u003e3000K Warm White\u003c\/span\u003e\n    \u003cspan class=\"lx48c-pill\"\u003eCommercial Grade\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BEST SELLER --\u003e\n\n\u003csection class=\"lx48c-best\"\u003e\n\n  \u003cstrong\u003eBEST SELLER\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    A premium plug-in outdoor string-lighting option for customers who want\n    commercial-grade construction, classic Edison styling and enough brightness\n    for both atmosphere and functional outdoor entertaining.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- QUICK SPECS --\u003e\n\n\u003csection class=\"lx48c-specbar\"\u003e\n\n  \u003cdiv class=\"lx48c-spec\"\u003e\n    \u003cstrong\u003e48 FT\u003c\/strong\u003e\n    \u003cspan\u003eTotal strand length\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx48c-spec\"\u003e\n    \u003cstrong\u003e15 Bulbs\u003c\/strong\u003e\n    \u003cspan\u003eHanging Edison style\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx48c-spec\"\u003e\n    \u003cstrong\u003e3 FT\u003c\/strong\u003e\n    \u003cspan\u003eApprox. spacing\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx48c-spec\"\u003e\n    \u003cstrong\u003e40W\u003c\/strong\u003e\n    \u003cspan\u003eListed bulb wattage\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx48c-spec\"\u003e\n    \u003cstrong\u003e3000K\u003c\/strong\u003e\n    \u003cspan\u003eWarm white\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lx48c-spec\"\u003e\n    \u003cstrong\u003eUL Listed\u003c\/strong\u003e\n    \u003cspan\u003eIndoor \/ outdoor\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- COMMERCIAL DESIGN --\u003e\n\n\u003csection class=\"lx48c-section\"\u003e\n\n  \u003ch2 class=\"lx48c-heading\"\u003e\n    Commercial-Grade Outdoor String Lighting\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx48c-lead\"\u003e\n    Designed for more demanding outdoor installations, this 48-foot strand\n    combines a thicker flexible cord, weather-resistant construction and\n    vintage teardrop Edison-style bulbs.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx48c-three\"\u003e\n\n    \u003cdiv class=\"lx48c-feature\"\u003e\n\n      \u003ch3\u003e\n        Heavy-Duty Cord\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The supplied product description identifies an extra-thick,\n        flexible cord designed for long-term indoor and outdoor display.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx48c-feature\"\u003e\n\n      \u003ch3\u003e\n        Commercial Weather Resistance\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Designed to handle common outdoor exposure to wind, rain,\n        sunlight and seasonal weather conditions.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx48c-feature\"\u003e\n\n      \u003ch3\u003e\n        UL Listed\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The supplied product description identifies the strand as\n        UL-listed outdoor string lighting.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- WARM LIGHT --\u003e\n\n\u003csection class=\"lx48c-dark\"\u003e\n\n  \u003ch2\u003e\n    Classic 3000K Edison-Style Ambiance\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    The teardrop-style bulbs create the vintage café appearance associated\n    with restaurants, bistros, patios and outdoor event spaces while providing\n    warm 3000K illumination.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx48c-dark-grid\"\u003e\n\n    \u003cdiv class=\"lx48c-dark-item\"\u003e\n      \u003cstrong\u003e3000K\u003c\/strong\u003e\n      \u003cspan\u003eWarm-white color temperature.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48c-dark-item\"\u003e\n      \u003cstrong\u003e40W\u003c\/strong\u003e\n      \u003cspan\u003eListed wattage per bulb.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48c-dark-item\"\u003e\n      \u003cstrong\u003e15 Bulbs\u003c\/strong\u003e\n      \u003cspan\u003eDistributed across the 48-foot strand.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48c-dark-item\"\u003e\n      \u003cstrong\u003eVintage Style\u003c\/strong\u003e\n      \u003cspan\u003eClassic teardrop Edison appearance.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- DIMMING \/ SMART --\u003e\n\n\u003csection class=\"lx48c-two\"\u003e\n\n\n  \u003cdiv class=\"lx48c-card\"\u003e\n\n    \u003ch2\u003e\n      Dimmable for Better Atmosphere\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx48c-list\"\u003e\n\n      \u003cli\u003eCompatible with a suitable standard dimmer\u003c\/li\u003e\n\n      \u003cli\u003eDimmer sold separately\u003c\/li\u003e\n\n      \u003cli\u003eAdjust brightness for dining or entertaining\u003c\/li\u003e\n\n      \u003cli\u003eUse brighter light for grilling and food preparation\u003c\/li\u003e\n\n      \u003cli\u003eLower brightness for relaxed evening ambiance\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx48c-card\"\u003e\n\n    \u003ch2\u003e\n      Smart-Control Compatible\n    \u003c\/h2\u003e\n\n    \u003cul class=\"lx48c-list\"\u003e\n\n      \u003cli\u003eSupplied description states Alexa-compatible operation\u003c\/li\u003e\n\n      \u003cli\u003eRequires a compatible hub \/ smart-control setup sold separately\u003c\/li\u003e\n\n      \u003cli\u003eCan be configured for remote on\/off operation with compatible equipment\u003c\/li\u003e\n\n      \u003cli\u003eUseful for patios and entertainment areas\u003c\/li\u003e\n\n      \u003cli\u003eSmart equipment is not included with the string lights\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- EXPANDABLE --\u003e\n\n\u003csection class=\"lx48c-dark\"\u003e\n\n  \u003ch2\u003e\n    Connect Multiple Strands for Larger Installations\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    The supplied product information states that up to eight compatible\n    48-foot strands can be connected end-to-end, making this version suitable\n    for larger patios, restaurants, event areas and commercial outdoor spaces.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx48c-dark-grid\"\u003e\n\n    \u003cdiv class=\"lx48c-dark-item\"\u003e\n      \u003cstrong\u003e1 Strand\u003c\/strong\u003e\n      \u003cspan\u003e48 feet of coverage.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48c-dark-item\"\u003e\n      \u003cstrong\u003e4 Strands\u003c\/strong\u003e\n      \u003cspan\u003eUp to approximately 192 feet.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48c-dark-item\"\u003e\n      \u003cstrong\u003e8 Strands\u003c\/strong\u003e\n      \u003cspan\u003eListed maximum connection count.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48c-dark-item\"\u003e\n      \u003cstrong\u003eEnd-to-End\u003c\/strong\u003e\n      \u003cspan\u003eExpandable lighting layout.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- APPLICATIONS --\u003e\n\n\u003csection class=\"lx48c-card lx48c-section\"\u003e\n\n  \u003ch2\u003e\n    Ideal for Residential, Hospitality \u0026amp; Event Spaces\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx48c-lead\"\u003e\n    The commercial-grade styling makes this strand suitable for both\n    home outdoor-living spaces and higher-visibility hospitality installations.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx48c-apps\"\u003e\n\n    \u003cspan class=\"lx48c-app\"\u003ePatios\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003ePergolas\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003eBackyards\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003eRestaurants\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003eCafés\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003eBars\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003eWeddings\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003eEvent Venues\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003eGazebos\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003eDecks\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003eOutdoor Dining\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003eBBQ Areas\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003ePool Areas\u003c\/span\u003e\n    \u003cspan class=\"lx48c-app\"\u003eHoliday Displays\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- SPECIFICATIONS --\u003e\n\n\u003csection class=\"lx48c-two\"\u003e\n\n\n  \u003cdiv class=\"lx48c-card\"\u003e\n\n    \u003ch2\u003e\n      Product Specifications\n    \u003c\/h2\u003e\n\n\n    \u003ctable class=\"lx48c-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003e\u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eTotal Length\u003c\/th\u003e\n          \u003ctd\u003e48 Feet\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Quantity\u003c\/th\u003e\n          \u003ctd\u003e15 Bulbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Spacing\u003c\/th\u003e\n          \u003ctd\u003eApprox. 3 Feet\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Style\u003c\/th\u003e\n          \u003ctd\u003eVintage Edison Teardrop\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBulb Wattage\u003c\/th\u003e\n          \u003ctd\u003e40W Listed\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLight Color\u003c\/th\u003e\n          \u003ctd\u003eWarm White\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eColor Temperature\u003c\/th\u003e\n          \u003ctd\u003e3000K\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lx48c-card\"\u003e\n\n    \u003ch2\u003e\n      Installation \u0026amp; Control\n    \u003c\/h2\u003e\n\n\n    \u003ctable class=\"lx48c-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePower Source\u003c\/th\u003e\n          \u003ctd\u003ePlug-In\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eIndoor \/ Outdoor\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eCertification\u003c\/th\u003e\n          \u003ctd\u003eUL Listed\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eDimmer Compatible\u003c\/th\u003e\n          \u003ctd\u003eYes – Dimmer Sold Separately\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSmart Control\u003c\/th\u003e\n          \u003ctd\u003eAlexa-Compatible with Required Hub\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMaximum Linked Strands\u003c\/th\u003e\n          \u003ctd\u003eUp to 8 Listed\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eConstruction\u003c\/th\u003e\n          \u003ctd\u003eHeavy-Duty Commercial-Grade Cord\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eWeather Resistance\u003c\/th\u003e\n          \u003ctd\u003eDesigned for Outdoor Use\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- RECOMMENDED ACCESSORIES --\u003e\n\n\u003csection class=\"lx48c-section\"\u003e\n\n  \u003ch2 class=\"lx48c-heading\"\u003e\n    Recommended for a Professional Commercial-Style Installation\n  \u003c\/h2\u003e\n\n  \u003cp class=\"lx48c-lead\"\u003e\n    Commercial-grade string lights look best when the strand is properly\n    supported. For open patios, yards, restaurants or event spaces,\n    dedicated poles and guide wire can create a cleaner installation.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx48c-accessory-grid\"\u003e\n\n\n    \u003cdiv class=\"lx48c-accessory\"\u003e\n\n      \u003cspan class=\"lx48c-accessory-label\"\u003e\n        RECOMMENDED SUPPORT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        10 FT Outdoor String Light Poles – 4 Pack\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Add dedicated overhead support points where trees, walls,\n        pergolas or structural posts are not available.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lx48c-accessory-pills\"\u003e\n\n        \u003cspan\u003e10 FT Height\u003c\/span\u003e\n\n        \u003cspan\u003e4-Pack\u003c\/span\u003e\n\n        \u003cspan\u003eMetal Construction\u003c\/span\u003e\n\n        \u003cspan\u003eFence Brackets\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\" class=\"lx48c-btn\"\u003e\n\n        View 10 FT String Light Poles\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lx48c-accessory\"\u003e\n\n      \u003cspan class=\"lx48c-accessory-label\"\u003e\n        RECOMMENDED HANGING KIT\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        LumenXUSA 165 FT Stainless-Steel Hanging Kit\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Use dedicated stainless-steel guide wire to support longer spans\n        and reduce unnecessary tension on the electrical string-light cord.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lx48c-accessory-pills\"\u003e\n\n        \u003cspan\u003e165 FT Guide Wire\u003c\/span\u003e\n\n        \u003cspan\u003e304 Stainless Steel\u003c\/span\u003e\n\n        \u003cspan\u003eTurnbuckles\u003c\/span\u003e\n\n        \u003cspan\u003eInstallation Hardware\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\" class=\"lx48c-btn\"\u003e\n\n        View LumenXUSA Hanging Kit\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- INSTALLATION --\u003e\n\n\u003csection class=\"lx48c-dark\"\u003e\n\n  \u003ch2\u003e\n    Installation Tips for Heavy-Duty String Lights\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Commercial-style strands can be heavier than lightweight decorative\n    string lights. Plan the installation carefully and use suitable structural\n    support for longer spans.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"lx48c-dark-grid\"\u003e\n\n    \u003cdiv class=\"lx48c-dark-item\"\u003e\n      \u003cstrong\u003eMeasure First\u003c\/strong\u003e\n      \u003cspan\u003ePlan each 48-foot span before hanging.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48c-dark-item\"\u003e\n      \u003cstrong\u003eUse Support\u003c\/strong\u003e\n      \u003cspan\u003eAdd poles or guide wire where necessary.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48c-dark-item\"\u003e\n      \u003cstrong\u003eAvoid Excess Tension\u003c\/strong\u003e\n      \u003cspan\u003eDo not use the electrical cord as structural cable.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lx48c-dark-item\"\u003e\n      \u003cstrong\u003eUse Compatible Controls\u003c\/strong\u003e\n      \u003cspan\u003eChoose suitable dimmers or smart equipment.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FAQ --\u003e\n\n\u003csection class=\"lx48c-card\"\u003e\n\n  \u003ch2\u003e\n    LumenXUSA 48 FT Commercial-Grade String Lights FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"lx48c-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long is each commercial string-light strand?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48c-answer\"\u003e\n        Each strand measures approximately 48 feet.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How many bulbs are included?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48c-answer\"\u003e\n        The supplied product description lists 15 hanging bulbs on each strand.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How far apart are the bulbs?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48c-answer\"\u003e\n        The bulbs are listed at approximately 3 feet apart.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What color is the light?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48c-answer\"\u003e\n        The supplied product information lists warm-white 3000K illumination.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are these string lights dimmable?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48c-answer\"\u003e\n        Yes. The supplied description states that the strand works with\n        a standard compatible dimmer, sold separately.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I connect multiple strands?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48c-answer\"\u003e\n        The supplied product information states that up to eight compatible\n        strands can be connected end-to-end.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are these commercial-grade string lights weatherproof?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48c-answer\"\u003e\n        The supplied description identifies the strand as heavy-duty,\n        commercial-grade outdoor lighting with weather-resistant construction.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are the lights UL listed?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48c-answer\"\u003e\n        Yes. The supplied product description states that the lights are UL listed.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can these work with Alexa?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48c-answer\"\u003e\n        The supplied description states Alexa compatibility when used with\n        the required compatible hub or smart-control equipment, sold separately.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What are these lights best used for?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48c-answer\"\u003e\n        Common applications include patios, pergolas, restaurants,\n        cafés, outdoor dining areas, weddings, event venues, decks,\n        backyards, BBQ areas and holiday installations.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Should I use string-light poles?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48c-answer\"\u003e\n        Dedicated poles are useful for open spaces without suitable\n        existing support points. You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\"\u003e\n          view the 10 FT String Light Poles – 4 Pack here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Should commercial string lights be supported with guide wire?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"lx48c-answer\"\u003e\n        Guide wire is especially useful on longer suspended spans because it\n        can carry structural tension rather than placing that load on the\n        electrical cord. You can\n        \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\"\u003e\n          view the LumenXUSA 165 FT Hanging Kit here.\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- TRUST --\u003e\n\n\u003csection class=\"lx48c-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\n    Commercial Outdoor Lighting\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e48 FT\u003c\/strong\u003e\n    Heavy-Duty Strand\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e15 Bulbs\u003c\/strong\u003e\n    Vintage Edison Style\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e3000K\u003c\/strong\u003e\n    Warm White Light\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eProfessional Setup\u003c\/strong\u003e\n    Poles + Guide Wire\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":43703762583784,"sku":"vin-48","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/48ft-pro-vintage-edition-plug-in-outdoor-heavy-quality-40w-commercial-string-lights-15-bulbs-1312379.jpg?v=1786734736"},{"product_id":"dimmer-with-remote-for-our-ambience-pro-led-string-lights-commercial-grade-dimmer-rated-at-150-watts","title":"Dimmer with Remote for Our Ambience Pro LED String Lights - Commercial Grade Dimmer Rated at 150 Watts","description":"\u003cdiv class=\"celwidget\" data-csa-c-id=\"wjhkth-ruztji-vahzct-dpb425\" data-cel-widget=\"dpx-product-description_csm_instrumentation_wrapper\"\u003e\n\u003cdiv id=\"descriptionAndDetails\" class=\"a-section a-spacing-extra-large\"\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription\" data-csa-c-id=\"g3gtmh-76yxic-5jqffl-6ryzmi\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv\u003e\n\u003cdiv data-feature-name=\"productDescription\" data-template-name=\"productDescription\" id=\"productDescription_feature_div\" class=\"a-row feature\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003ch2 class=\"default\"\u003eProduct description\u003c\/h2\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv data-expanded=\"true\" class=\"a-expander-content a-expander-partial-collapse-content a-expander-content-expanded\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"dee8hl-4pkqc8-4fxjcx-qyk5tq\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"outdoor dimmer for string light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9d8796fa-74b8-4cb3-ae50-29127f00a63b.__CR0,0,970,600_PT0_SX970_V1___.png\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9d8796fa-74b8-4cb3-ae50-29127f00a63b.__CR0,0,970,600_PT0_SX970_V1___.png\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eString Light Dimmer\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003eDimming Function:\u003c\/span\u003e 4 brightness adjustments, 25%, 50%, 75%, 100% and 13 brightness \"+\"\"-\" buttons control.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003eTimming Setting: \u003c\/span\u003e2H,4H,6H,8H arbitrary timing, according to your needs set, it can be used as a light timer.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e100FT Remote Control:\u003c\/span\u003e Within 100ft, you can control the switch and brightness of the light string at will, and you don't have to worry about how to turning off the yard light on cold nights again.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e350W MAX Power:\u003c\/span\u003e The max power of the dimmer is 350W, equivalent to 350pcs 1W bulbs or 50pcs 7w used in series, please note that when the power exceeds, the dimmer will auto reduce the brightness of the bulb.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003eIP65 Waterproof: \u003c\/span\u003eThe IP65 waterproof rating, the rainy season will not damage the dimmer.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"b18v7n-1ueewm-n4qjes-by6bnj\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eGarden Dimmer\u003c\/h3\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"33\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/eb1f9012-39a6-453c-8769-4dca9dfb7f31.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/eb1f9012-39a6-453c-8769-4dca9dfb7f31.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"368rbf-y6qslk-dw88de-ntvgg2\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"timmer\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/441e88db-c5af-4f1d-b84b-b5dc3e3ff552.__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\/441e88db-c5af-4f1d-b84b-b5dc3e3ff552.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSimple Timer\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eAccording to your needs, press the timing button, both to create a romantic atmosphere, but also possibly according to their own needs to save unnecessary electricity costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-11 aplus-standard\" data-csa-c-id=\"bi8nbh-18dwpq-ba6suo-epn4r5\" data-cel-widget=\"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=\"1\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/1d66d478-f48d-47ee-a6e8-1134b2e817c5.__CR0,0,970,300_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/1d66d478-f48d-47ee-a6e8-1134b2e817c5.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3\u003e350W 100FT DIMMER FOR OUTDOOR STRING LIGHT\u003c\/h3\u003e\n\u003cp\u003eWhen the power less than 350W, adjustable led bulb,Tungsten filament bulb ,and Incandescent,filament bulb\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module launchpad-brand-description-left aplus-standard\" data-csa-c-id=\"lprl2o-b8xeua-emvfpy-xl5ygb\" data-cel-widget=\"aplus-m-launchpad-brand-description-left\"\u003e\n\u003cdiv class=\"a-section launchpad-module launchpad-module-brand-description-left\"\u003e\n\u003cdiv class=\"a-section launchpad-text-left-justify\"\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eMaker of surprises, Parties and Birthday Parties\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eA romantic dinner requires a romantic atmosphere. Our dimmers are able to adjust the light to different brightness according to your needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-11 aplus-standard\" data-csa-c-id=\"d0azdy-gox6wk-ut3okh-4qfx0v\" data-cel-widget=\"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=\"DIMMER\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/99999340-af9c-4310-9d4b-a4a551368607.__CR0,0,970,300_PT0_SX970_V1___.png\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/99999340-af9c-4310-9d4b-a4a551368607.__CR0,0,970,300_PT0_SX970_V1___.png\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module launchpad-brand-description-left aplus-standard\" data-csa-c-id=\"caxpar-9wuium-vseenh-8yglf9\" data-cel-widget=\"aplus-m-launchpad-brand-description-left\"\u003e\n\u003cdiv class=\"a-section launchpad-module launchpad-module-brand-description-left\"\u003e\n\u003cdiv class=\"a-section launchpad-text-left-justify\"\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eDimmable Led String Light Dimmer\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e1.H\u003cspan class=\"a-text-bold\"\u003eow many strings lights can I connect with this dimmer?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eIt depends on the power of string lights. For example, each light bulb is 2 watt, a string lights with 15 Bulbs is Rated 30W, connectable string will be 11 sets: 350W\/30W≈ 11Sets.\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003e2. Is this dimmer waterproof ? Can i use it outdoors?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eYes, this dimmer is IP65 Waterproof, UL Listed and 3 prong plug make it safe for outdoor use.\u003c\/p\u003e\n\u003cp\u003e3\u003cspan class=\"a-text-bold\"\u003e. Can this dimmer work with incandescent bulbs?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eIncandescent bulbs are not recommended. As the max load power of this dimmer is 350W, please make sure the total power is less 350W if you use it for incandescent bulbs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription\" class=\"a-section a-spacing-small\"\u003e\n\u003cp\u003eEasy Install: Plug and Play:\u003c\/p\u003e\n\u003cb\u003eLED Dimmer makes it easier than ever to customize your outdoor space\u003c\/b\u003e\u003cspan\u003e \u003c\/span\u003ewith the light settings you desire. Simply plug your string lights into the dimmer unit after they’ve been properly set up, use the included remote to adjust the lights to the desired brightness level, and your lights will be ready to go!\n\u003cp\u003e \u003c\/p\u003e\nPersonalize your Ambience Pro LED string lights:\n\u003cp\u003e \u003c\/p\u003e\nThis dimmer is tailor-made for Ambience LED string lights. Set your lights to a multitude of dimming settings for the personal flair you’ve been looking to add to your light strand. Sure to impress anyone you have over for a backyard event, or create that romantic atmosphere you’ve been looking for!\u003cspan\u003e \u003c\/span\u003e\u003cb\u003eNOTE- do NOT exceed 150 watts maximum connected to the dimmer.\u003c\/b\u003e\u003cspan\u003e \u003c\/span\u003eThis includes additional connected strands that add to the total wattage. This is an LED rated dimmer and is not compatible with incandescent string lights. Overloading the unit will damage the dimmer unit and the string lights, and render your warranty void.\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget\" data-csa-c-id=\"28usq-ldl5ck-apuzai-kr0ce4\" data-cel-widget=\"dpx-btf-renewed-program-description_csm_instrumentation_wrapper\"\u003e\n\u003cdiv id=\"renewedProgramDescriptionBtf_feature_div\" class=\"celwidget\" data-feature-name=\"renewedProgramDescriptionBtf\" data-csa-c-id=\"psw332-1kv521-fpe9ru-wv3hjq\" data-cel-widget=\"renewedProgramDescriptionBtf_feature_div\"\u003e\n\u003ch1 class=\"a-size-base-plus a-text-bold\"\u003eAbout this item\u003c\/h1\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003ePERSONALIZE YOUR LIGHTS AND AMBIENCE FROM THE COMFORT OF YOUR HOME: Brightech’s LED dimmer brings customizable light with just the tap of a button. After a hectic day, enjoy your outdoor retreat the way you want to! With a range of up to 100 feet, this LED dimmer allows you to dim your lights to the level that you desire from wherever you are in your home! (NOTE- Dimmer may or may not be compatible with lights from other vendors - It is only guaranteed for use with Brightech LED light strands.)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eEASY TO USE REMOTE MAKES IT SIMPLE TO FINE TUNE THE BRIGHTNESS OF YOUR AMBIENCE STRING LIGHTS: The included remote is simple, easy to use, and doesn’t rely on a smartphone or any other technology not included with the dimmer. Simply adjust it to 25%, 50%, 75%, or 100% brightness from the touch of a button. If those aren’t exactly what you want, you can use the gradient controls for more options. The choice is yours!\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLED RATED DIMMER SPECIFICALLY CREATED TO ADD VERSATILITY TO YOUR AMBIENCE STRING LIGHTS: If you have an Ambience light set from Brightech, then this is the dimmer you’ve been looking for! This LED rated dimmer has a maximum wattage of 150W and is tailor-made to safely handle the wattage of our LED strands. No need to stress about any compatibility issues! (Please note this is an LED rated dimmer, made for LED string lights. This product is not compatible with incandescent string lights.)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eHASSLE-FREE LED DIMMER INCLUDES MEMORY FUNCTION: Found the level of brightness you were looking for? With the Brightech LED rated dimmer you can always have the preferred brightness level readily available with the memory function. Simply adjust to the level desired and when you’re done with the lights, hit off. The next time you turn them on, they will be the same as you left off. No need for constant readjusting!\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget\" data-csa-c-id=\"yw2pi0-n6d67k-91gf8f-dfktiw\" data-cel-widget=\"dpx-detail-bullets_csm_instrumentation_wrapper\"\u003e\n\u003cdiv id=\"detailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"detailBullets\" data-csa-c-id=\"96o2os-402sse-8uhlcz-2zqcaz\" data-cel-widget=\"detailBullets_feature_div\"\u003e\n\u003cdiv id=\"detailBulletsWrapper_feature_div\" data-feature-name=\"detailBullets\" data-template-name=\"detailBullets\" class=\"a-section feature detail-bullets-wrapper bucket\" data-cel-widget=\"detailBulletsWrapper_feature_div\"\u003e\n\u003chr aria-hidden=\"true\" class=\"a-divider-normal bucketDivider\"\u003e\n\u003ch2\u003eProduct details\u003c\/h2\u003e\n\u003cspan class=\"disclaim\"\u003e\u003c\/span\u003e\n\u003cdiv id=\"detailBullets_feature_div\"\u003e\n\u003cul class=\"a-unordered-list a-nostyle a-vertical a-spacing-none detail-bullet-list\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003ePackage Dimensions ‏ : ‎\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003e6.3 x 4.84 x 2.01 inches; 11.61 Ounces\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003eDate First Available ‏ : ‎\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003eSeptember 24, 2019\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003eManufacturer ‏ : ‎\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003eBrightech\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003eASIN ‏ : ‎\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003eB07YBCGPFK\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","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":40456138391701,"sku":"B07YBCGPFK","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/dimmer-with-remote-for-our-ambience-pro-led-string-lights-commercial-grade-dimmer-rated-at-150-watts-8131297.jpg?v=1786734732"},{"product_id":"ambience-pro-anti-glare-beautiful-gold-tip-outdoor-string-lights-patio-lights-dimmable-led-bulbs-48-ft","title":"48Ft Plug-In Ambience Pro - Anti Glare, Beautiful Gold Tip Outdoor String Lights Dimmable LED Bulbs - 48 Ft","description":"\u003ch2 data-mce-fragment=\"1\"\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"aplus-v2 desktop celwidget\" data-csa-c-id=\"bd3ftp-omy26l-ktgozt-94hiu1\" data-mce-fragment=\"1\" cel_widget_id=\"aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module launchpad-company-logo aplus-standard\" data-csa-c-id=\"6h7im1-245d9e-7ibqp4-j0gk0h\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-launchpad-company-logo\"\u003e\n\u003cdiv class=\"a-section a-text-center launchpad-module launchpad-module-company-logo\" data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"3b9zkp-5vqvg6-tj4aug-bruj01\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cimg alt=\"Brightech Ambience Pro - Anti Glare, Beautiful Gold Tip Outdoor String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/5cee9372-f727-4c3c-ac51-5af3199a0c2b.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/5cee9372-f727-4c3c-ac51-5af3199a0c2b.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/5cee9372-f727-4c3c-ac51-5af3199a0c2b.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\"\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-text-bold\" data-mce-fragment=\"1\"\u003eAMBIENCE PRO PATIO STRING LIGHTS TURN YOUR YARD OR PORCH INTO A RUSTIC RETREAT\u003c\/span\u003e: The Ambience Pro Gold Lights for your pergola, gazebo or other outside space create a great warm atmosphere where you can sit back, relax, and enjoy the evening. These gold tipped string lights with the exposed filament style give off a warm, rustic glow so that you can come home after a busy day and enjoy your very own retreat.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-text-bold\" data-mce-fragment=\"1\"\u003eSTRING UP A CANOPY OF GOLD, ANTI-GLARE STRAND LIGHTS FOR WEDDING, PARTIES etc\u003c\/span\u003e.: Create a welcoming, old time atmosphere with these lights. The gold tips reflect the light upwards and sideways, preventing glare. The filaments' retro feel compliments the modern gold bulbs. Add a stunning touch to a wedding reception, cocktail party, birthday, BBQ, holiday parties etc. Each 48 foot strand contains 15 hanging 2 Watt bulbs spaced 3 feet apart. Connect up to 8 strands end to end.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"kfkwet-1lbgvp-3xnpff-l2snsu\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cimg alt=\"Brightech Ambience Pro - Anti Glare, Beautiful Gold Tip Outdoor String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/97932aa8-d2c0-4eba-bac1-6524f9bb15a8.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/97932aa8-d2c0-4eba-bac1-6524f9bb15a8.__CR0,0,970,600_PT0_SX970_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/97932aa8-d2c0-4eba-bac1-6524f9bb15a8.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-text-bold\" data-mce-fragment=\"1\"\u003eHEAVY DUTY, COMMERCIAL GRADE WATERPROOF OUTDOOR LIGHTS with WeatherTite TECH\u003c\/span\u003e: These yard lights are durable thanks to industrial grade WeatherTite Technology. These lights are waterproof and able to withstand most normal weather conditions year round - per reviews, they even beat Nor'Easters blowing at 50 MPH! They are ETL Listed and the flexible black cord is extra thick for added durability, but not too heavy. Confidently leave these string lights on display year round.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-text-bold\" data-mce-fragment=\"1\"\u003eTHE BEST DIMMABLE, ELECTIC PLUG IN LIGHTS SET THE MOOD FOR ANY SPACE\u003c\/span\u003e: You can use the strand at full brightness, or connect it to our specially designed LED Dimmer with remote control functioning for more versatile lighting options (ASIN B07YBCGPFK). Choose the brightness point you like best on a gradient dimmer or pick one of 4 pre-set brightness levels. Great for a romantic dinner for two, an elegant nighttime celebration, or a wedding reception- indoors or out, the choice is yours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-9 aplus-standard\" data-csa-c-id=\"2cdbbx-wyp85w-p6q5rq-kng3im\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-module-9\"\u003e\n\u003cdiv aria-live=\"polite\" data-a-expander-name=\"aplus-module-expander\" data-a-expander-collapsed-height=\"700\" class=\"a-expander-collapsed-height a-row a-expander-container a-expander-partial-collapse-container\" data-mce-fragment=\"1\"\u003e\n\u003cdiv aria-expanded=\"false\" class=\"a-expander-content a-expander-partial-collapse-content\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-spacing apm-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003ctable class=\"apm-fixed-width apm-eventhirdcol-table\" data-mce-fragment=\"1\"\u003e\n\u003ctbody data-mce-fragment=\"1\"\u003e\n\u003ctr data-mce-fragment=\"1\"\u003e\n\u003cth class=\"apm-center\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-eventhirdcol apm-floatleft\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg alt=\"Brightech Ambience Pro - Anti Glare, Beautiful Gold Tip Outdoor String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/a2e1e734-3dd5-45b0-813c-913fb63f8f42.__CR0,0,3000,3000_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/a2e1e734-3dd5-45b0-813c-913fb63f8f42.__CR0,0,3000,3000_PT0_SX300_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/a2e1e734-3dd5-45b0-813c-913fb63f8f42.__CR0,0,3000,3000_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/th\u003e\n\u003cth class=\"apm-center\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-eventhirdcol apm-floatleft\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg alt=\"Brightech Ambience Pro - Anti Glare, Beautiful Gold Tip Outdoor String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/4d7ba781-82d1-4761-b7b6-70c97aeec463.__CR0,0,1080,1080_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/4d7ba781-82d1-4761-b7b6-70c97aeec463.__CR0,0,1080,1080_PT0_SX300_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/4d7ba781-82d1-4761-b7b6-70c97aeec463.__CR0,0,1080,1080_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/th\u003e\n\u003cth class=\"apm-center\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-eventhirdcol apm-floatleft\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg alt=\"Brightech Ambience Pro - Anti Glare, Beautiful Gold Tip Outdoor String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/3764baf3-0f63-455a-af19-83102e6808cb.__CR0,0,2500,2500_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/3764baf3-0f63-455a-af19-83102e6808cb.__CR0,0,2500,2500_PT0_SX300_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/3764baf3-0f63-455a-af19-83102e6808cb.__CR0,0,2500,2500_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\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":"Open Box","offers":[{"title":"Default Title","offer_id":40456225751189,"sku":"GRIGOKD-01","price":48.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/48ft-plug-in-ambience-pro-anti-glare-beautiful-gold-tip-outdoor-string-lights-dimmable-led-bulbs-48-ft-1306213.jpg?v=1786734733"},{"product_id":"solar-garden-lights-solar-firework-lights-solar-powered-string-light-with-2-lighting-modes-twinkling-and-steady-2-pack","title":"2 Pack Solar Garden Firework Lights Solar Powered String Light with 2 Lighting Modes Twinkling and Steady","description":"\u003cdiv id=\"dpx-aplus-product-description_feature_div\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"celwidget\" data-cel-widget=\"dpx-aplus-product-description_csm_instrumentation_wrapper\" data-csa-c-id=\"7emnlw-lx50u5-oxj3l2-kx4k06\" data-mce-fragment=\"1\" cel_widget_id=\"dpx-aplus-product-description_csm_instrumentation_wrapper\"\u003e\n\u003cdiv id=\"aplus_feature_div\" class=\"celwidget\" data-feature-name=\"aplus\" data-cel-widget=\"aplus_feature_div\" data-csa-c-id=\"b79ucw-dzasv4-51vh7z-vsxep1\" data-mce-fragment=\"1\"\u003e\n\u003cdiv id=\"aplus\" class=\"a-section a-spacing-large bucket\" data-mce-fragment=\"1\"\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003eFrom the manufacturer\u003c\/h2\u003e\n\u003cdiv class=\"aplus-v2 desktop celwidget\" data-cel-widget=\"aplus\" data-csa-c-id=\"jr550-b16zsg-4j9bou-svvqyq\" data-mce-fragment=\"1\" cel_widget_id=\"aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module launchpad-company-logo aplus-standard\" data-cel-widget=\"aplus-launchpad-company-logo\" data-csa-c-id=\"h5ew6h-1o3d08-t1sr4q-uulwxu\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-launchpad-company-logo\"\u003e\n\u003cdiv class=\"a-section a-text-center launchpad-module launchpad-module-company-logo\" data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-cel-widget=\"aplus-3p-module-b\" data-csa-c-id=\"eqtifx-uep6g3-x4vwrj-ixmtof\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003ch3 class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003eSolar Garden Lights Outdoor Decoration\u003c\/h3\u003e\n\u003cimg alt=\"firework lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/15e47f18-c9dd-46d4-87c8-283fe56f1472.__CR0,5,1617,1000_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/15e47f18-c9dd-46d4-87c8-283fe56f1472.__CR0,5,1617,1000_PT0_SX970_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/15e47f18-c9dd-46d4-87c8-283fe56f1472.__CR0,5,1617,1000_PT0_SX970_V1___.jpg\"\u003e\n\u003ch3 class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003eSpecifications\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eBrightness: About 120 LM\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003ePower: 6W\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eLED Color: Warmwhite\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eLED quantity: 105 Bright LED\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eWaterproof class : IP65 (waterproof from rain)\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eMaterial:High quality copper wire, stainless steel, plastic\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eSolar Panel: Upgraded Polycrystal Solar Panel\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eProduct overall height: 25.2 inch Battery: 1.2V\/1Pc 600mAh AA Ni-MH (rechargeable)\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eWorking Time: 6-10 hours lighting time after 4-6 hours sunlight charging.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\" data-mce-fragment=\"1\"\u003eSwitch: Light control,ON \/ OFF\/ Twinkling\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-2 aplus-standard\" data-cel-widget=\"aplus-module-2\" data-csa-c-id=\"q4yz09-ygxu76-iwy2id-3pb622\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-module-2\"\u003e\n\u003cdiv aria-live=\"polite\" data-a-expander-name=\"aplus-module-expander\" data-a-expander-collapsed-height=\"700\" class=\"a-expander-collapsed-height a-row a-expander-container a-expander-partial-collapse-container\" data-mce-fragment=\"1\"\u003e\n\u003cdiv aria-expanded=\"false\" class=\"a-expander-content a-expander-partial-collapse-content\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-floatnone apm-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-sidemodule apm-spacing\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-sidemodule-imageleft\" data-mce-fragment=\"1\"\u003e\u003cimg alt=\"BRIGHT\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/2d3d515f-b5e7-4718-b03b-2a381a01f6ce.__CR0,0,1000,1000_PT0_SX300_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/2d3d515f-b5e7-4718-b03b-2a381a01f6ce.__CR0,0,1000,1000_PT0_SX300_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/2d3d515f-b5e7-4718-b03b-2a381a01f6ce.__CR0,0,1000,1000_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"apm-sidemodule-textright\" data-mce-fragment=\"1\"\u003e\n\u003ch3 class=\"a-spacing-mini\" data-mce-fragment=\"1\"\u003eSuper Bright Solar Garden Lights\u003c\/h3\u003e\n\u003cp data-mce-fragment=\"1\"\u003e1. If the solar light you receive does not light up, please push the switch to “ON”,then put the solar light under direct sunlight for at least 8 hours, then take it to a completely dark room to see whether it will light up;\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e2. Remove the protective film (Protect panels) on the solar panel;\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e3. Install the solar light outdoors, adjust the angle of the solar panel to make sure it can receive maximum direct sunlight.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003ePackage Included:\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e- 2 x LED Solar Firework Lights (Warm white)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e- 1 x User manual\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\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-cel-widget=\"aplus-module-9\" data-csa-c-id=\"8hgtv5-xpychg-w6p2qt-tkywul\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-module-9\"\u003e\n\u003cdiv aria-live=\"polite\" data-a-expander-name=\"aplus-module-expander\" data-a-expander-collapsed-height=\"700\" class=\"a-expander-collapsed-height a-row a-expander-container a-expander-partial-collapse-container\" data-mce-fragment=\"1\"\u003e\n\u003cdiv aria-expanded=\"false\" class=\"a-expander-content a-expander-partial-collapse-content\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-spacing apm-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003ch3 class=\"a-spacing-small\" data-mce-fragment=\"1\"\u003eSolar Garden Lights Easy to Shape However You Want\u003c\/h3\u003e\n\u003ctable class=\"apm-fixed-width apm-eventhirdcol-table\" data-mce-fragment=\"1\"\u003e\n\u003ctbody data-mce-fragment=\"1\"\u003e\n\u003ctr data-mce-fragment=\"1\"\u003e\n\u003cth class=\"apm-center\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-eventhirdcol apm-floatleft\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg alt=\"pathway\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/128ec999-852b-4eba-a8c8-b66066751dd5.__CR0,0,1001,1001_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/128ec999-852b-4eba-a8c8-b66066751dd5.__CR0,0,1001,1001_PT0_SX300_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/128ec999-852b-4eba-a8c8-b66066751dd5.__CR0,0,1001,1001_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/th\u003e\n\u003cth class=\"apm-center\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-eventhirdcol apm-floatleft\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg alt=\"garden\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/f6853463-dcaf-4a44-9ca5-7ae4dd963d3e.__CR0,0,1001,1001_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/f6853463-dcaf-4a44-9ca5-7ae4dd963d3e.__CR0,0,1001,1001_PT0_SX300_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/f6853463-dcaf-4a44-9ca5-7ae4dd963d3e.__CR0,0,1001,1001_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/th\u003e\n\u003cth class=\"apm-center\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-eventhirdcol apm-floatleft\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg alt=\"flower\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/e0b1724a-312a-4844-bc1b-35614ab0a886.__CR0,0,800,800_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/e0b1724a-312a-4844-bc1b-35614ab0a886.__CR0,0,800,800_PT0_SX300_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/e0b1724a-312a-4844-bc1b-35614ab0a886.__CR0,0,800,800_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr data-mce-fragment=\"1\"\u003e\n\u003ctd class=\"apm-top\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-eventhirdcol apm-floatleft\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd class=\"apm-top\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-eventhirdcol apm-floatleft\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd class=\"apm-top\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-eventhirdcol apm-floatleft\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\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-cel-widget=\"aplus-module-4\" data-csa-c-id=\"i2tbt8-tk49bb-laacp9-vi62q8\" data-mce-fragment=\"1\" cel_widget_id=\"aplus-module-4\"\u003e\n\u003cdiv aria-live=\"polite\" data-a-expander-name=\"aplus-module-expander\" data-a-expander-collapsed-height=\"700\" class=\"a-expander-collapsed-height a-row a-expander-container a-expander-partial-collapse-container\" data-mce-fragment=\"1\"\u003e\n\u003cdiv aria-expanded=\"false\" class=\"a-expander-content a-expander-partial-collapse-content\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-spacing\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-floatleft apm-fixed-width\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-spacing\" data-mce-fragment=\"1\"\u003e\n\u003ctable class=\"apm-fixed-width apm-fourthcol-table\" data-mce-fragment=\"1\"\u003e\n\u003ctbody data-mce-fragment=\"1\"\u003e\n\u003ctr data-mce-fragment=\"1\"\u003e\n\u003cth class=\"apm-center\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-fourthcol\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg alt=\"flower\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/6c8e7fe6-9c35-4d47-986b-03964d5d0dd3.__CR0,0,500,500_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/6c8e7fe6-9c35-4d47-986b-03964d5d0dd3.__CR0,0,500,500_PT0_SX220_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/6c8e7fe6-9c35-4d47-986b-03964d5d0dd3.__CR0,0,500,500_PT0_SX220_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/th\u003e\n\u003cth class=\"apm-center\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-fourthcol\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg alt=\"gyp\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/fe6741b0-1ff2-4c70-afc0-05b6a5093265.__CR0,0,500,500_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/fe6741b0-1ff2-4c70-afc0-05b6a5093265.__CR0,0,500,500_PT0_SX220_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/fe6741b0-1ff2-4c70-afc0-05b6a5093265.__CR0,0,500,500_PT0_SX220_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/th\u003e\n\u003cth class=\"apm-center\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-fourthcol\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg alt=\"sp\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/27aa9506-a57b-438e-b3b5-d6f2a36a611d.__CR0,0,500,500_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/27aa9506-a57b-438e-b3b5-d6f2a36a611d.__CR0,0,500,500_PT0_SX220_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/27aa9506-a57b-438e-b3b5-d6f2a36a611d.__CR0,0,500,500_PT0_SX220_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/th\u003e\n\u003cth class=\"apm-center\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-fourthcol\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg alt=\"ss\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/56981902-9e6f-4a60-96ac-98603509060a.__CR0,0,500,500_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/56981902-9e6f-4a60-96ac-98603509060a.__CR0,0,500,500_PT0_SX220_V1___.jpg\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/56981902-9e6f-4a60-96ac-98603509060a.__CR0,0,500,500_PT0_SX220_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr data-mce-fragment=\"1\"\u003e\n\u003ctd class=\"apm-top\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-fourthcol\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd class=\"apm-top\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-fourthcol\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd class=\"apm-top\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-fourthcol\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd class=\"apm-top\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"apm-fourthcol\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\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\u003cdiv id=\"dpx-aplus-3p-product-description_feature_div\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"dpx-aplus-sustainability-story_feature_div\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"celwidget\" data-cel-widget=\"dpx-aplus-sustainability-story_csm_instrumentation_wrapper\" data-csa-c-id=\"hymu4h-1nml3p-nt3tb4-ilmr4r\" data-mce-fragment=\"1\" cel_widget_id=\"dpx-aplus-sustainability-story_csm_instrumentation_wrapper\"\u003e\n\u003cdiv id=\"aplusSustainabilityStory_feature_div\" class=\"celwidget\" data-feature-name=\"aplusSustainabilityStory\" data-cel-widget=\"aplusSustainabilityStory_feature_div\" data-csa-c-id=\"afronu-1igsai-s344uj-wyc0yc\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"dpx-window-blind-disclaimer_feature_div\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"dpx-legal_feature_div\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"celwidget\" data-csa-c-id=\"v19xnd-4tlpw-io20mf-hv5vy3\" data-cel-widget=\"dpx-legal_csm_instrumentation_wrapper\" data-mce-fragment=\"1\" cel_widget_id=\"dpx-legal_csm_instrumentation_wrapper\"\u003e\n\u003cdiv id=\"legal_feature_div\" class=\"celwidget\" data-feature-name=\"legal\" data-csa-c-id=\"hkxyi2-kixv2d-1lrspl-w2175r\" data-cel-widget=\"legal_feature_div\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"technical-data_feature_div\" data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"dpx-btf-hlcx-comparison_feature_div\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"celwidget\" data-csa-c-id=\"gskgck-k8uo1y-3auayo-pyrake\" data-cel-widget=\"dpx-btf-hlcx-comparison_csm_instrumentation_wrapper\" data-mce-fragment=\"1\" cel_widget_id=\"dpx-btf-hlcx-comparison_csm_instrumentation_wrapper\"\u003e\n\u003cdiv id=\"HLCXComparisonWidget_feature_div\" class=\"celwidget\" data-feature-name=\"HLCXComparisonWidget\" data-csa-c-id=\"131mdg-gbrhtx-l70ro4-yn44q2\" data-cel-widget=\"HLCXComparisonWidget_feature_div\" data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Warm white","offer_id":41027826221205,"sku":"","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Multi Color","offer_id":46552012325096,"sku":"","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/2-pack-solar-garden-firework-lights-solar-powered-string-light-with-2-lighting-modes-twinkling-and-steady-3991357.jpg?v=1786734675"},{"product_id":"halloween-pumpkin-solar-powered-string-lights-eurus-home-33-ft-50-led-halloween-lights-with-8-lighting-modes-jack-o-lantern-decorative-lights-for-indoor-outdoor-halloween-party-ip65","title":"33Ft Solar Powered Pumpkin Halloween String Lights 50 LED with 8 Lighting Modes","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/uXwhezPqEg0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cdiv data-cel-widget=\"m-aplus\" data-csa-c-id=\"ld2us7-g7q2si-szift2-d0oz5j\" class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"40gvjc-gy4a8x-8i041x-dqixag\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSolar Pumpkin String Light for Home Decor, Garden, Halloween,Masquerade, Xmas Party,etc.\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eCaution:\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e1) Please make sure the solar pumpkin string lights to be fully charged for 10 hours at the first use.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e2 ) Power switch should be in “ON” position so it can be light on in the dark automatically, off and charge in the daytime.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e3）If the ground is too hard, do not twist or hammer it with force. Try to soften the ground with water and then insert into the ground. Failure to follow this may result in product damage. 4）It varies with the intensity of sunlight, user's geography locations, weather conditions and shift of seasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-module-2\" data-csa-c-id=\"qjs8m3-khuq8r-gp3jcy-hpwvp8\" class=\"celwidget aplus-module module-2 aplus-standard\" cel_widget_id=\"aplus-m-module-2\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-spacing apm-floatnone\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/6e5566c4-84a0-494a-ba17-b34eda4d7edf.__CR0,0,1000,1000_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/6e5566c4-84a0-494a-ba17-b34eda4d7edf.__CR0,0,1000,1000_PT0_SX300_V1___.jpg\" alt=\"outdoor lighting\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eSpecifications -- Two versions for your choice\u003c\/h3\u003e\n\u003cp\u003e1) LED Quantity: 30 LEDs \/ 50 LEDS\u003c\/p\u003e\n\u003cp\u003e2) Power : 0.3W\u003c\/p\u003e\n\u003cp\u003e3) Light Color: orange( warm white)\u003c\/p\u003e\n\u003cp\u003e4) Total Length: 20 ft with 30 LEDs \/ 33 ft with 50 LEDs\u003c\/p\u003e\n\u003cp\u003e5) Battery: built-in 600mAH Lithium battery\u003c\/p\u003e\n\u003cp\u003e6) Charging time: 4- 6 hrs\u003c\/p\u003e\n\u003cp\u003e7) Working time: 8-10 hrs\u003c\/p\u003e\n\u003cp\u003e8) Switch: power on\/off mode\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-module-12\" data-csa-c-id=\"xuxt1l-rvsr3a-vk11nr-rds1sf\" class=\"celwidget aplus-module module-12 aplus-standard\" cel_widget_id=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/65ce5e5d-ab21-42ee-9994-b0c206f1200f.__CR0,0,970,300_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/65ce5e5d-ab21-42ee-9994-b0c206f1200f.__CR0,0,970,300_PT0_SX970_V1___.jpg\" alt=\"halloween string lights\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-cel-widget=\"aplus-m-3p-module-b\" data-csa-c-id=\"2cu2a0-y6742g-surev0-267ba1\" class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/6b820909-62a3-4fcf-b21d-5739370f2303.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/6b820909-62a3-4fcf-b21d-5739370f2303.__CR0,0,970,600_PT0_SX970_V1___.jpg\" alt=\"halloween lights\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hampton Bay","offers":[{"title":"Default Title","offer_id":41252695769237,"sku":"","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/33ft-solar-powered-pumpkin-halloween-string-lights-50-led-with-8-lighting-modes-2415430.jpg?v=1786734672"},{"product_id":"skeleton-lights-halloween-string-lights-10ft-20leds-skeletons-halloween-lights-decoration-2-lighting-modes-battery-powered-string-lights-spooky-halloween-lights-for-party-patio-indoor-outdoor","title":"10Ft Solar Powered Skeleton Lights Halloween String Lights -20LEDs 2 Lighting Modes","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=\"avj46k-507z4c-mbtgsc-3fc4uz\" data-cel-widget=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module launchpad-company-logo aplus-standard\" cel_widget_id=\"aplus-m-launchpad-company-logo\" data-csa-c-id=\"iwnmoy-9pchue-lnbg05-tvpodl\" data-cel-widget=\"aplus-m-launchpad-company-logo\"\u003e\n\u003cdiv class=\"a-section a-text-center launchpad-module launchpad-module-company-logo\"\u003e\u003cimg alt=\"Spooky skeleton hand lights halloween lights decoration party decoration fairy twinkle lights decor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/b05887c6-4766-4920-92cc-822e6bca83d6.__CR0,0,600,180_PT0_SX600_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/b05887c6-4766-4920-92cc-822e6bca83d6.__CR0,0,600,180_PT0_SX600_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module launchpad-brand-description-left aplus-standard\" cel_widget_id=\"aplus-m-launchpad-brand-description-left\" data-csa-c-id=\"q0esjb-tgvj55-46gwd4-emnnys\" data-cel-widget=\"aplus-m-launchpad-brand-description-left\"\u003e\n\u003cdiv class=\"a-section launchpad-module launchpad-module-brand-description-left\"\u003e\n\u003cdiv class=\"a-section launchpad-text-left-justify\"\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eWith Vanow 20 LED Halloween Skeleton String Lights - You'll Have The Coolest House Around !\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eIt's always fun to welcome trick-or-treaters with a fun, decorative display.\u003c\/p\u003e\n\u003cp\u003eWhen the sun goes down, the street will fill with darkness.\u003c\/p\u003e\n\u003cp\u003eApart from decoration props, you will be able to create horror and spooky looks to the house easily with these awesome Halloween lights.\u003c\/p\u003e\n\u003cp\u003eYou don't have to turn your home into a bona fide horror movie to have fun with some ghost-themed decor.\u003c\/p\u003e\n\u003cp\u003eKeep things lighthearted with our colorful, classic picks\u003c\/p\u003e\n\u003cp\u003e-each of which is sure to delight any trick-or-treaters who dare approach your house this year.\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\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"kevbyb-2ehor3-47q0jf-d7m45z\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eLine the lawn, deck, or even the dining room table with these light-up spirits. Happy haunting!\u003c\/h3\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"halloween skeleton lights halloween decorations huanting house decor party lights halloween decor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/114a45a0-3017-4524-bd4e-088abe4c0b4e.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/114a45a0-3017-4524-bd4e-088abe4c0b4e.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eColorful LED Skeleton Spooky Hands Halloween Lights Decoration\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eUL certification\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\"\u003eThese creepy skeleton hands string lights are backed up with UL certification for secure use.\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-2 aplus-standard\" cel_widget_id=\"aplus-m-module-2\" data-csa-c-id=\"li1f9e-f9ttqe-2i8vvr-h8kgyo\" data-cel-widget=\"aplus-m-module-2\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-spacing apm-floatnone\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"skeleton lights ghost lights halloween lights decoration kids trcik or treat lights porch lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/a4a69e1e-3c17-49b1-a222-c14fc6c7d260.__CR0,0,500,500_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/a4a69e1e-3c17-49b1-a222-c14fc6c7d260.__CR0,0,500,500_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eWow! Skeleton Halloween Lights!\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e20 super bright and colorful LEDs are connected by a 10ft long string wire with exactly 5.9 inches between them.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eBlue \u0026amp; Green combination of lights create a dark spooky atmosphere. \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eRed \u0026amp; Orange is the classic combination that creates spooky yet bright decoration.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eEasy to Use\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e2 Lighting Modes available - Flashing \u0026amp; Steady on\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSwitch the button and Lights on !\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 class=\"celwidget aplus-module module-3 aplus-standard\" cel_widget_id=\"aplus-m-module-3\" data-csa-c-id=\"6ejify-2jcs0s-dvwieg-egl79v\" data-cel-widget=\"aplus-m-module-3\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-spacing apm-floatnone\"\u003e\n\u003cdiv class=\"apm-sidemodule\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"halloween lights decoration haunting lights outdoor string lights patio lights party decoration\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/3d2f8883-c75c-4d11-a03e-68cc29ec6f6e.__CR0,0,600,600_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/3d2f8883-c75c-4d11-a03e-68cc29ec6f6e.__CR0,0,600,600_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eWaterproof Battery Operated Halloween String Lights\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eBattery operated string lights - 3AA Batteries Required (Not included)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLike other outdoor festival lights, it has IP65 waterproof rating, and thus you can hang them in the backyard or facade.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"y06fai-ayzl98-oxtcwq-g0pnjq\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eHave Fun with Halloween Party Lights Decor\u003c\/h3\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"skull string lights halloween lights decoration party haunting lights creepy skull skeleton\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/41aa8bb7-2845-454e-869a-d70af61fb1be.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/sc\/41aa8bb7-2845-454e-869a-d70af61fb1be.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eBoo! Halloween Party Light!\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eWhether you buy just one of these festive finds or mix and match for a truly haunted effect\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e- You’re sure to give the whole neighborhood the creeps (in the best way possible) when you set these out on All Hallow's Eve.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hampton Bay","offers":[{"title":"Default Title","offer_id":41252734009493,"sku":"","price":27.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/10ft-solar-powered-skeleton-lights-halloween-string-lights-20leds-2-lighting-modes-6610688.jpg?v=1786734671"},{"product_id":"brightech-ambience-pro-led-energy-efficient-2-watt-warm-white-2500k-dimmable-bulb-outdoor-string-lights-edison-inspired-exposed-filaments-15-pack-e26-base","title":"Replacement Bulb PRO LED Energy Efficient 2 Watt Warm White 2500K Dimmable Bulb - 12 Pack - E26 Base","description":"\u003cmeta charset=\"UTF-8\"\u003e\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=\"ejmm8f-qow5z4-mnbyk6-uisf5u\" 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=\"kt9g2-56lf0d-nqcpig-y7fhwc\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eBanord 2W Warm White LED Bulbs\u003c\/h3\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"s14 2W bulbs for string lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/864d0846-a6e2-42d5-866b-75661b3f9e27.__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\/864d0846-a6e2-42d5-866b-75661b3f9e27.__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=\"kis13f-u2kbc6-vbh43q-ap0rpw\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"2w plastic replacement bulbs\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9e9d84d0-5e4c-44a5-abbf-518b200ea845.__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\/9e9d84d0-5e4c-44a5-abbf-518b200ea845.__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=\"7o7aab-ckklkx-rcknmg-nqllzu\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"shatterproof bulbs plastic led bulb\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/72a1710e-ff57-428f-a59d-c3c00cd1b49d.__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\/72a1710e-ff57-428f-a59d-c3c00cd1b49d.__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=\"2q6g2w-pehox7-p147jt-lcftxm\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"dimmable 2W S14 Replacement LED Bulbs\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/674c70df-b6da-4c81-8902-c2eed140d632.__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\/674c70df-b6da-4c81-8902-c2eed140d632.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eTips\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\"\u003eEnergy saving, Banord LED 2W bulbs save over 90% energy over incandescent bulbs, which save your electric bill. What's more, the S14 light bulbs are designed with overload protection, short circuit protection and over temperature protection, safe to use;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eEasy to replace, just need screw the shatterproof replacement bulbs into the E26 regular base for string lights and other E26 medium Base lamp, then you can enjoy the vintage atmosphere and comfortable warm white glow;\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eDimmable, this LED plastic bulbs are compatible with Banord dimmers or other dimmers on the market, you can easily customize different atmosphere by adjusting the brightness of your dimmable bulbs (Dimmers not included);\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003eNOTE: Do not work with any solar string lights.\u003c\/span\u003e\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-5 aplus-standard\" cel_widget_id=\"aplus-m-module-5\" data-csa-c-id=\"ylr2qe-awhs5t-8w9zn0-ma3eex\" data-cel-widget=\"aplus-m-module-5\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"apm-spacing\"\u003e\n\u003cdiv class=\"apm-tablemodule\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e★ Energy Saving -- 20W Incandescent bulbs equivalent, Banord S14 led light bulbs are made of clear plastic,200LMs, 360 Degrees Beam Angle, 12 pieces per pack. DIMMABLE\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e★ Ambient Filament Lighting -- 2700K LED filament bulbs create soft warm white ambience, great for anniversaries, parties, weddings, and various festivals\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e★ Multi Application -- Fit in any E26 base, waterproof design for indoor and outdoor use. The S14 vintage LED bulb widely used for such as string lights in backyard, patios, gazebos, indoors bars, cafe or other decoration light fixtures\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e★ Commercial Grade Quality -- The S14 outdoor light bulbs are adopted shatterproof material, no flicker, UV Free\u0026amp;IR Free, Mercury Free, Lead Free, Waterproof\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e★ 100% Warranty -- We provide 1 year warranty for all Banord products. If any questions meet during usage, please feel free to contact us and we will resolve the issue as soon as possible\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\n\u003ch3\u003eProduct Energy Guide\u003c\/h3\u003e\n\u003cdiv class=\"a-section\"\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/71XuEgDOdVL.SX300_SY410_.jpg\" class=\"a-dynamic-image\" id=\"energy_guide_image\" data-a-dynamic-image=\"{}\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003e\u003c\/h3\u003e","brand":"OutdoorSolarOutlet","offers":[{"title":"Warm White","offer_id":41253022859413,"sku":"BRIBU-01","price":21.95,"currency_code":"USD","in_stock":true},{"title":"Cool White","offer_id":41253029904533,"sku":"BRIBU-02","price":21.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/replacement-bulb-pro-led-energy-efficient-2-watt-warm-white-2500k-dimmable-bulb-12-pack-e26-base-7173191.jpg?v=1786734673"},{"product_id":"hampton-bay-indoor-12-ft-battery-operated-metal-integrated-led-string-lights-10-light","title":"SmartYard Indoor 12 ft. Battery Operated Metal Integrated LED String Lights (10-Light)","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv class=\"content-card__overlay-title\"\u003e\n\u003cdiv class=\"section-heading--3Z1mj section-heading--nomargin--3Z1mj section-heading--noborder\"\u003e\n\u003cdiv class=\"section-heading__title--3Z1mj\"\u003e\n\u003ch2 class=\"section-heading__text--3Z1mj section-heading__text--plain--3Z1mj\"\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=\"mobile-content-wrapper col__12-12\"\u003e\n\u003cdiv class=\"grid\"\u003e\n\u003cdiv class=\"grid bullet-list-wrapper\"\u003e\n\u003cul class=\"bullet-list list list--type-square\"\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eGold metal cage design along durable weatherproof wire\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eLong lasting LED provides 10 Lumens of warm decorative light\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eConvenient timer and flashing features included for any event\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\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 10508\u003c\/div\u003e\n\u003cdiv class=\"col__12-12\"\u003e\n\u003cspan class=\"u__bold\"\u003eSku#:\u003c\/span\u003e 1004670376\u003c\/div\u003e\n\u003cdiv class=\"col__12-12\"\u003e\n\u003cspan class=\"u__bold\"\u003eInternet#:\u003c\/span\u003e 310424589\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid main-description card-mobile-row\"\u003e\n\u003cp class=\"main-description--mobile\"\u003eMetal crafted cage designs encase 10 LED lights to form a magical ambiance. For indoor use only suitable - if using outdoors place under a covered area. Requires 3 AA batteries (not included). If 1 bulb burns out the rest will stay lit. Cannot be connected to other lighted items. The silver wire is bendable and waterproof (battery pack is not waterproof). The lights have a convenient timer with 6 hours on 18 hours off. The lights can also be set as constant or flashing. Number of bulb on string: 10 lighted length: 5 ft. x 10.8 in. total length: 12 ft. spacing between each bulb: 7.8 in.\u003c\/p\u003e\n\u003cdiv class=\"grid bullet-list-wrapper\"\u003e\n\u003cul class=\"bullet-list bullet-list--margin list list--type-square\"\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eSuitable for covered porches, patios, parties and perfect for decorative projects providing special lighting ambiance to any area\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eString light is 12 ft. long (includes 10 mesh-cage with LEDs)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eBattery pack has two light modes: steady on and flashing, you can choose the mode according to your preference or different occasions\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eEquip with timing function; you can turn on the timer to avoid forgetting to turn off the lights; just set the switch to \"timer\", it lights up in the pre-programmed timing sequence of 6 hours on and 18 hours off every day\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eCable wire is flexible and easy to shape, perfect for party and styling creative spaces, wedding, Christmas, table decorations, etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eWarm white LEDs are energy efficient yet bright\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"list__item\"\u003e\u003cspan\u003eString light is battery operated (requires 3 AA batteries not included), making mounting easy\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"content-card__overlay-title\"\u003e\n\u003cdiv class=\"section-heading--3Z1mj section-heading--nomargin--3Z1mj section-heading--noborder\"\u003e\n\u003cdiv class=\"section-heading__title--3Z1mj\"\u003e\n\u003ch2 class=\"section-heading__text--3Z1mj section-heading__text--plain--3Z1mj\"\u003e\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\"\u003e\n\u003cdiv class=\"kpf__specblock\"\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","brand":"Hampton Bay","offers":[{"title":"Default Title","offer_id":42029600833768,"sku":"hbstri-01","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/smartyard-indoor-12-ft-battery-operated-metal-integrated-led-string-lights-10-light-2054225.jpg?v=1786734620"},{"product_id":"twinkle-star-solar-snowflake-string-lights-100-led-32-5-ft-outdoor-christmas-fairy-lights-8-lighting-modes-waterproof","title":"33Ft Solar Snowflake Twinkle Star String Lights, 100 LED Outdoor 8 Lighting Modes \u0026 Waterproof","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003cdiv id=\"productDescription_feature_div\" data-feature-name=\"productDescription\" data-template-name=\"productDescription\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eDescription\u003c\/h3\u003e\n\u003cdiv id=\"productDescription_fullView\"\u003e\n\u003cdiv class=\"a-section text-direction-override\" dir=\"auto\"\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eTwinkle Star Solar Snowflake String Lights, Cool White \u003c\/span\u003e\u003cspan\u003e\u003cbr\u003eOur 100 super bright LED solar string lights with snowflakes glow in white are perfect for decorating and illuminating outside Christmas house ornament to create a warm ambiance. \u003cbr\u003eThe solar lights automatically turn the lights on at dusk and off at dawn, saves energy. \u003cbr\u003e\u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003eTips: \u003c\/span\u003e\u003cspan\u003e\u003cbr\u003e1 . Turn the POWER button ON, then the solar panel can get recharged during the day, and lights can turn on automatically at night. \u003cbr\u003e2 . As the charging effect of the solar panel depends on the sunlight, the LED lighting time is affected by weather, seasons, places, etc. \u003cbr\u003e3 . Please cover the solar panel if you want it light up at daylight. \u003cbr\u003e4 . Fully charged the solar panel under sunlight for 12 hours at the first time use. \u003cbr\u003e5 . Remove the thin clear film from the solar panel, keep the panel clean and put it directly in the sun to get enough solar energy to charge. \u003cbr\u003e6 . Do not twist or hammer the stake into the ground forcefully, otherwise it may result in the product damage. \u003cbr\u003e7 . It is WATERPROOF, and can still use during rain and snow, but please avoid soaking in water for a long time. \u003cbr\u003e8. Make sure there is no strong light source around the solar panel at night. \u003cbr\u003e\u003c\/span\u003e\u003cspan class=\"a-text-bold\"\u003eSpecifications:\u003c\/span\u003e\u003cspan\u003e\u003cbr\u003eMaterial: Plastic\u003cbr\u003eLED Count: 100 pcs each \u003cbr\u003eLight Color: Cool White\u003cbr\u003eWaterproof: IP44\u003cbr\u003ePower Source: Solar Powered \u003cbr\u003eBattery: NI-MH AA 800MAH\u003cbr\u003eSwitch: Power ON\/OFF \u0026amp; MODE\u003cbr\u003eTotal Length: 39ft\u003cbr\u003eLight Length: 32.5ft\u003cbr\u003eLead Length: 6.5ft\u003cbr\u003eBulb Spacing: 3.94inch\u003cbr\u003ePackage Including: 1 x 100 LED Christmas Solar String Lights with Snowflakes\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003cdiv class=\"a-section a-spacing-base a-padding-base image-gallery-slot\"\u003e\u003cimg alt=\"Twinkle Star Solar Snowflake String Lights, 100 LED 32.5 FT Outdoor Christmas Fairy Lights, 8 Lighting Modes \u0026amp; Waterproof for Holiday New Year Wedding Party, Xmas Tree, Garden Decor, Cool White\" src=\"https:\/\/m.media-amazon.com\/images\/I\/81ZCMEGIvOL.jpg\" class=\"product-image\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/81ZCMEGIvOL.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-base a-padding-base image-gallery-slot\"\u003e\n\u003cdiv class=\"image-gallery-tint\"\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/710fJxLKFaL.jpg\" class=\"product-image\" role=\"presentation\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/710fJxLKFaL.jpg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-base a-padding-base image-gallery-slot\"\u003e\n\u003cdiv class=\"image-gallery-tint\"\u003e\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/I\/81quP1NTDUL.jpg\" class=\"product-image\" role=\"presentation\" data-src=\"https:\/\/m.media-amazon.com\/images\/I\/81quP1NTDUL.jpg\"\u003e\n\u003c\/div\u003e\n\u003ch3\u003e\n\u003cbr\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\"\u003eSolar Powered Christmas Snowflake String Lights: Add a soft, festive glow to your Christmas decor with Twinkle Star 100 super bright LED solar white snowflakes lights, enhancing outdoor lighting in every holiday season. The string lights is 32.5 ft, Long power cord: 6.5 ft, Total Length: 39 ft.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e8 Lighting Modes \u0026amp; Memory Function: Our solar Christmas string lights have 8 lighting modes for you to choose: combination, in waves, sequential, slo glo, chasing\/flash, slow fade, twinkle\/flash, and steady on. Comes with memory function, remember last setting automatically after turn off the power, no need to reset again every day.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eSolar Powered Lights: Powered by solar, charged in full and direct sunlight for 8-12 hours and suffices for 10 to 14 hours (charging and working time will change depending on the weather), the lights automatically turn the light on at dusk and off at dawn. Each light includes NI-MH AA 800mAh rechargeable battery, the battery has sufficient capacity for bright all night. NOTE: There is a ON\/OFF switch button at the back of solar panel, please switch it ON before charging.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eWidely Outdoor Decorations: These solar decorative snowflake lights are perfect for Christmas outdoor lighting. The soft string can be wound on signs, plants and furniture. Suitable for Christmas, New Year, Party, Valentine's Day, Wedding, Home, Window, Bathroom, Festival, Holiday, Shows, Restaurant, Hotel, Commercial building, Shopping center etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eWeather and Waterproof: The outdoor snowflake solar lights are made of high quality thick PLASTIC, no need to worry about rust. Suitable for outdoor use, the light can work normally under all kinds of weather with the waterproof rating of IP44 and weatherproof, no worries about rain, snow, frost, or sleet (except rainstorm).\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hampton Bay","offers":[{"title":"Cool White","offer_id":42082430222568,"sku":"sno-100","price":38.95,"currency_code":"USD","in_stock":true},{"title":"Warm White","offer_id":42082430255336,"sku":"","price":38.95,"currency_code":"USD","in_stock":true},{"title":"Multi","offer_id":42082430288104,"sku":"sno-100mui","price":38.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/33ft-solar-snowflake-twinkle-star-string-lights-100-led-outdoor-8-lighting-modes-waterproof-8532182.jpg?v=1786734624"},{"product_id":"150-blue-christmas-lights-50-ft-green-wire-always-on-led-lights-string-ul-certified-commercial-mini-light-set-for-indoor-outdoor-party","title":"150 LED Christmas Lights, 50 FT Green\/White Wire","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3 class=\"a-spacing-small\"\u003e50 Ft\/150 LED  Christmas Lights\u003c\/h3\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"LED Cool White Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/83bc4f22-dbcb-43cf-8f42-dcc591659395.__CR0,0,1600,1600_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/83bc4f22-dbcb-43cf-8f42-dcc591659395.__CR0,0,1600,1600_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003e LED String Lights\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eNEW ALWAYS ON LED STRING LIGHTS: \u003c\/span\u003eThis is a set new always on LED lights string, when one light or more bulbs in the string fall off or are damaged, other bulbs can still lights, but the brightness, voltage and chromatic aberration off the whole string will not change.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"LED Cool White String Lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/26ccfb75-af8a-47d5-af42-e7c387b661c3.__CR0,0,1200,1200_PT0_SX300_V1___.png\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/26ccfb75-af8a-47d5-af42-e7c387b661c3.__CR0,0,1200,1200_PT0_SX300_V1___.png\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eLED  Christmas Lights\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eQUALITY STANDARD OF NORTH AMERICA: \u003c\/span\u003eThese cool white holiday decorative string lights has the North American standard of quality, please follow the caution label number above the string lights to inquire and instructions to use.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eEXTRA DATA OF THE STRING LIGHTS: \u003c\/span\u003eThese decorative lights string has 150 count super bright COOL WHITE LED mini bulbs, 3 Pcs spare bulbs and 1 pc fuse, the total power 19.8 watts, AC 120 volts, 50 feet length and 4 inch spacing, it can be connected 8 sets and life span of more than 15,000 hours.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"150 LED Cool White Christmas Lights \" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f3a490a3-e80f-4839-b5f4-6520011ec8c6.__CR0,0,1000,1000_PT0_SX300_V1___.png\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f3a490a3-e80f-4839-b5f4-6520011ec8c6.__CR0,0,1000,1000_PT0_SX300_V1___.png\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003e150 LED Christmas Lights\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eEFFICIENT COMBINATION OF TRADITIONAL MANUAL AND AUTO PRODUCTION LINE:\u003c\/span\u003e it can perfect combination of the traditional Christmas lights string circuit structure and the new production process to maximize the quality of the string lights.\u003c\/p\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Green-warm-white","offer_id":46556672786664,"sku":"","price":47.95,"currency_code":"USD","in_stock":true},{"title":"Green-cool-white","offer_id":46556672819432,"sku":"","price":47.95,"currency_code":"USD","in_stock":true},{"title":"Green-blue","offer_id":46556672852200,"sku":"","price":47.95,"currency_code":"USD","in_stock":true},{"title":"Cool white","offer_id":46556672884968,"sku":"","price":47.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":46556672917736,"sku":"","price":47.95,"currency_code":"USD","in_stock":true},{"title":"Green-BRW","offer_id":46556672950504,"sku":"","price":47.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/150-led-christmas-lights-50-ft-greenwhite-wire-6106787.jpg?v=1786734623"},{"product_id":"smartyard-led-flame-light-bulb-4-modes-flickering-light-bulbs-with-upside-down-effect-4-pack","title":"SmartYard LED Flame Light Bulb, 4 Modes Flickering Light Bulbs with Upside Down Effect (4-Pack)","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003cdiv id=\"aplus3p_feature_div\" data-feature-name=\"aplus3p\" data-template-name=\"aplus3p\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"tz9g3g-e82b0a-ivs9bc-chwxrc\" data-cel-widget=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module launchpad-company-logo aplus-standard\" cel_widget_id=\"aplus-m-launchpad-company-logo\" data-csa-c-id=\"kfke5-3ufbdb-x3qndx-p5qfeg\" data-cel-widget=\"aplus-m-launchpad-company-logo\"\u003e\n\u003cdiv class=\"a-section a-text-center launchpad-module launchpad-module-company-logo\"\u003e\u003cimg alt=\"Brand Hompavo\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ad50ad03-e734-43a4-a07c-52e65b1197e6.__CR0,0,600,180_PT0_SX600_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ad50ad03-e734-43a4-a07c-52e65b1197e6.__CR0,0,600,180_PT0_SX600_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=\"tx5o38-eeh4nl-e1pnah-vl8u6g\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"flame bulbs\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cd1cca82-bed4-4e24-8bb7-7a7754f3a0c8.__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\/cd1cca82-bed4-4e24-8bb7-7a7754f3a0c8.__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=\"32lq2y-ozf5hg-1aeo44-146v3i\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"flame blubs\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f23b1151-00e0-46b0-85ee-933d4560eaf1.__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\/f23b1151-00e0-46b0-85ee-933d4560eaf1.__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=\"x0qx1h-rpemcq-uqing1-slywns\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Fire light bulbs\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c64aab22-2257-4c97-8690-7ce556e480ff.__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\/c64aab22-2257-4c97-8690-7ce556e480ff.__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=\"uvqdrq-9aqzqo-en20gp-uas78z\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"flickering light bulbs\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/be7594f9-ea73-4ff6-b1cd-d50435bdeaf3.__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\/be7594f9-ea73-4ff6-b1cd-d50435bdeaf3.__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=\"4t8q12-vd7c6a-if9gtr-5hj8i6\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"House lighting bulbs\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/425ccd27-ccc5-4c2a-8e96-271ac1b1c349.__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\/425ccd27-ccc5-4c2a-8e96-271ac1b1c349.__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=\"azgfly-uyjh72-um0wju-pxhuil\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"fire bulbs\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7976a314-1f65-44b6-995f-48859eef3725.__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\/7976a314-1f65-44b6-995f-48859eef3725.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eSPECIFICATIONS:\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003ePower: 3W\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLumens：600lm\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLEDs: 2835 led beads\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eColor temperature：1400K (look like real flames)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eBase Type: E26\/E27\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLife Span: 100000h\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eFrequency: 50-60 Hz\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eOperating Temperature: -20℃-+48℃\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\"\u003eATTENTIONS:\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\"\u003ePlease noted that the fire flame bulbs is non-waterproof.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eThe color in the image could be slightly different from the actual product.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eFor better flame flickering effective, please install bulb in a frosted glass shade, lantern, salt lamp etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" data-cel-widget=\"\"\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e🔥【More Realistic Flame Effect】 After continuous experiments, our led flame effect light bulb will render as wobbly as a real flame, building a more live scene. And the flickering light bulb installs just simply screw into a socket. It’s great for use in lanterns, light posts or salt lamp.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e🔥【Decor for Holiday Party】Ideal choice for Halloween, Christmas, Valentines, Party decoration, the fire light bulbs could create relaxed and romantic atmosphere, making it great for both residential and commercial locations like living rooms, dining rooms, restaurants, churches, gardens, night clubs, hotels and bars.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e🔥【4 Lighting Modes】Our LED light bulbs set flickering flame mode, breathing mode, general light mode and built-in gravity-sensor mode. This flame light bulb is equipped with an gravity sensor which automatically switches the flame direction. By repeating the operation of on-off switch to change different effect.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e🔥【Extend 40% Life Span】More than 40% servicing life than the market. Hompavo LED light bulb is been designed with heat dissipation parts, which can better cool the temperature and extend the service life of the bulb. This energy efficient flame light bulb uses only 3W while emitting 600-Lumens of warm flame-like light.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e🔥【100% Service Guarantee】 Buy with confidence, as our LED flame light bulb is tested to last, and if you're not satisfied with it, simply return it within 30 days for a full refund or replacement. For any other problem, please feel free to contact us.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eThe color in the image could be slightly different from the actual product.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SmartYard","offers":[{"title":"Default Title","offer_id":43240313192680,"sku":"bul-4","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/smartyard-led-flame-light-bulb-4-modes-flickering-light-bulbs-with-upside-down-effect-4-pack-5989531.jpg?v=1786734616"},{"product_id":"solar-string-lights-white-wire-outdoor-500-led-165ft-christmas-lights-with-8-modes-and-timer-remote-control","title":"165Ft Solar String Lights White Wire Outdoor,500 LED Christmas Lights with 8 Modes and Timer, Remote Control","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=\"k31hts-umu4hb-9k2al1-wag5xz\" 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=\"9bob8k-nrbcf-68wjz0-3fg2c4\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"Solar String Lights Outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/50e72803-50e1-4628-84fb-bf5d551a614f.__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\/50e72803-50e1-4628-84fb-bf5d551a614f.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eMimigogo 500LED 165ft Solar String Lights with Remote Control, 8 Lighting Modes, Time Function, Warm Your Heart and Enrich Your Home Life.\u003c\/h3\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=\"30b2ed-3nf8kp-lgbv8t-ln7rni\" 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 outdoor lights string\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7cef6d5a-1e89-445f-bea9-efbcd727e33a.__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\/7cef6d5a-1e89-445f-bea9-efbcd727e33a.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eMANY FUNCTIONS\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eThree timing modes: 3\/5\/8 hours.Multiple timings to meet your different choices.The user-friendly design eliminates the need to manually turn off the solar lights.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e8 different lighting modes to suit all occasions.One lamp with multiple functions is an indispensable home decoration!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar string lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a99e1449-60c7-4e38-92d3-6c7e456c160f.__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\/a99e1449-60c7-4e38-92d3-6c7e456c160f.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eLONG SERVICE LIFE\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eThe Solar String Light is waterproof and onger service life than other lamps. Solar panel IP65, bulb IP44 waterproof. It can still be used in all kinds of bad environments. But please don't soak in water!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar fairy lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4b6f20c5-3e29-4598-91b6-0eb759f7a8ff.__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\/4b6f20c5-3e29-4598-91b6-0eb759f7a8ff.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eOUR CUSTOMER SEVICE\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eWe follow the tenet of customer first. Our products come with a 1-year maintenance service. If you have any questions, please feel free to comminicate us, we will reply you within 24H. We hope to create a great shopping experience for you.\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\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"c5vvvx-b4ua3y-xnyirt-62x4ot\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"outdoor string lights solar powered\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/997efd82-a8cc-4362-a55a-fefdc2d0fdb6.__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\/997efd82-a8cc-4362-a55a-fefdc2d0fdb6.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eABOUT STRING LIGHTS\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eIf the 500LED solar fairy lights are not working, you have two ways to try it.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eA. Cover the solar panel completely, the Solar fairy lights will light up.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eB. If the first method doesn't work, you can try charging the solar panel by putting it in the sun for an hour or two. Then covering it fully. The Solar string lights should light up.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eIf you have tried the above two methods and the solar fairy lights still does not light up. Please communicate with us. We will provide you with a solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"kgkhms-gzkeyx-uul71g-m08mbd\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"solar string lights outdoor waterproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1d9cb5ff-78be-4278-bc46-d7e2ce656dca.__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\/1d9cb5ff-78be-4278-bc46-d7e2ce656dca.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eWIDELY USED\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eBright and warm lighting illuminates the night perfectly to add to the ambience. Perfect for outdoor decoration, backyard, fence, birthday party, Christmas, music festival, party bash, holiday celebration and any occasion.You can enjoy the light show with your friends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-5 aplus-standard\" cel_widget_id=\"aplus-m-module-5\" data-csa-c-id=\"xae0s2-x87tgd-fkopaj-pl0afp\" data-cel-widget=\"aplus-m-module-5\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"apm-spacing\"\u003e\n\u003cdiv class=\"apm-tablemodule\"\u003e\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":"Cool white","offer_id":44071555793128,"sku":"","price":49.95,"currency_code":"USD","in_stock":true},{"title":"Warm white","offer_id":46551999938792,"sku":"","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/165ft-solar-string-lights-white-wire-outdoor500-led-christmas-lights-with-8-modes-and-timer-remote-control-3605090.jpg?v=1786734562"},{"product_id":"solar-net-mesh-lights-360-led-with-remote-11-8ft-x-4-9ft-360-led-fence-string-light-ip65-outdoor-waterproof","title":"Solar Net Mesh Lights 360 LED  with Remote, 11.8Ft x 4.9Ft Fence String Light","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" cel_widget_id=\"aplus-m-3p-module-b\" data-csa-c-id=\"68tvjq-hk24td-tj5mua-rvj6m2\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eFairy Net String Lights\u003c\/h3\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"net lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7509a061-09d4-4444-9d5e-9f2768a8977d.__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\/7509a061-09d4-4444-9d5e-9f2768a8977d.__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\" cel_widget_id=\"aplus-m-module-8\" data-csa-c-id=\"ovy1we-90x975-3f9e85-1hu0vn\" 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=\"net lights with remote\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5879509f-5691-48f5-a215-535864bf1042.__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\/5879509f-5691-48f5-a215-535864bf1042.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eEchosari Solar Net Lights\u003c\/h3\u003e\n\u003ch5 class=\"a-spacing-mini a-color-secondary\"\u003e8 Different Modes:\u003c\/h5\u003e\n\u003cp class=\"a-spacing-base\"\u003e1. Combination 2.In Waves 3.Sequential 4.Slo-glo\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e5.Chasing\/Flash 6.Slow Fade 7.Twinkle\/Flash 8.Steady On\u003c\/p\u003e\n\u003ch5 class=\"a-spacing-mini a-color-secondary\"\u003eTimer Settings:\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\"\u003e3 hours on, 21 hours off, cycling each day\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e5 hours on, 19 hours off, cycling each day\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e8 hours on, 16 hours off, cycling each day\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch5 class=\"a-spacing-mini a-color-secondary\"\u003eBrightness dimmable:\u003c\/h5\u003e\n\u003cp class=\"a-spacing-base\"\u003e4 Brightness levels: 25%\/50%\/75%\/100%\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4\u003eSpecifications:\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\"\u003eLED Color: Warm White \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eLED Quantity: 360 LED \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eLight Source: LED \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eSize: 11.8 Ft x 4.9 Ft\/3.6 M x 1.5 M \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eLength from Solar Panel to First LED: 6.6Ft (2M) \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eWire Color: Green \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eWorking Modes: 8 Modes \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eWaterproof: IP65 \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-3 aplus-standard\" cel_widget_id=\"aplus-m-module-3\" data-csa-c-id=\"1t2gop-ilqbhk-vd41b0-xqyry9\" data-cel-widget=\"aplus-m-module-3\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-spacing apm-floatnone\"\u003e\n\u003cdiv class=\"apm-sidemodule\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"solar net llights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e31df3cf-2c50-4d14-9cd1-51357b025752.__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\/e31df3cf-2c50-4d14-9cd1-51357b025752.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eLarge Solar Panel\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eMake sure that the solar panel is able to \u003cspan class=\"a-text-bold\"\u003ereceive good sunlight directly\u003c\/span\u003e without any shelter or grass. And ensure that without any light on the solar panel overnight, otherwise the light is not working.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003ePlease remove the protective film\u003c\/span\u003e from the solar panel before charging and make sure the switch is ON when charging. Please \u003cspan class=\"a-text-bold\"\u003eturn on the power switch\u003c\/span\u003eon the back of the solar panel before charging, otherwise the remote control cannot be used.(The red light is on to indicate that the power is on)\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-4 aplus-standard\" cel_widget_id=\"aplus-m-module-4\" data-csa-c-id=\"fll054-z7x9ij-gudbb3-kodu8s\" data-cel-widget=\"aplus-m-module-4\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003ch3 class=\"a-spacing-medium\"\u003eWidely Application:\u003c\/h3\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"net lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/578f862c-5e50-4623-983e-867407e8c216.__CR0,0,220,220_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/578f862c-5e50-4623-983e-867407e8c216.__CR0,0,220,220_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eEasy to Install:\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eEasy to put up and easy to remove.\u003c\/p\u003e\n\u003cp class=\"a-size-small\"\u003eIt is charging only when the switch is \"ON\".\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"net lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2f3f1341-8c5b-4d1c-9430-c1ae63ea1c94.__CR0,0,220,220_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2f3f1341-8c5b-4d1c-9430-c1ae63ea1c94.__CR0,0,220,220_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eEasy to Use:\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eThe solar converter may not be powered due to prolonged storage. Please power ON for the first charging, and it will be charged automatically.\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 net lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/22b7748b-6cfc-4ce1-8d36-3da2f93a9f95.__CR0,0,220,220_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/22b7748b-6cfc-4ce1-8d36-3da2f93a9f95.__CR0,0,220,220_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eGreat Net Lights for Outdoor:\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003eLED Net Lights are perfect decoration for outdoor, garden, yard, Christmas, patio, shopping mall, 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=\"garden lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/49981efe-834a-4436-bd0c-f57c83e26f37.__CR0,0,220,220_PT0_SX220_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/49981efe-834a-4436-bd0c-f57c83e26f37.__CR0,0,220,220_PT0_SX220_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eWhat's in the box?\u003c\/h4\u003e\n\u003cp class=\"a-size-small\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e1 x 360 LED Solar Net Lights\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e1 x Solar Panel with Ground Stake\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e1 x User Manual\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e1 x Remote Controller\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-12 aplus-standard\" cel_widget_id=\"aplus-m-module-12\" data-csa-c-id=\"u3qmh9-t9pm8q-ei1r1h-31ghhl\" data-cel-widget=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg alt=\"lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fcea0797-2f77-444c-a855-4c47de1cf075.__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\/fcea0797-2f77-444c-a855-4c47de1cf075.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3\u003eMemory Function:\u003c\/h3\u003e\n\u003cp\u003eLighting sensor technology: The solar string lights has memory function. It will return to your previous setting when you turn it off and turn it on again.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Alpan","offers":[{"title":"Cool White","offer_id":44093580214504,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true},{"title":"Warm White","offer_id":44093580181736,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/products\/solar-net-mesh-lights-360-led-with-remote-118ft-x-49ft-fence-string-light-4565743.jpg?v=1786734561"},{"product_id":"untitled-sep13_16-52","title":"4 Pack Solar Powered Light FireFly Upgraded 8 LED-Warm White","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cdiv id=\"aplusBatch_feature_div\" class=\"celwidget\" data-feature-name=\"aplusBatch\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusBatch\" data-csa-c-slot-id=\"aplusBatch_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"4xn1b5-eb5xq5-ssenb0-6t4f9k\" data-cel-widget=\"aplusBatch_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-9\" data-csa-c-id=\"a83g39-jzjwmz-e42689-1wladh\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-9-card0\" data-cel-widget=\"\"\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"2nuznl-6yn7lv-nq5fx9-dm2zd6\" 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=\"u9dstf-dmttm9-r8j8sm-hc5vvc\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"firefly light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9b0eabf9-7151-4e05-8eb2-b343eb4460d3.__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\/9b0eabf9-7151-4e05-8eb2-b343eb4460d3.__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=\"ik147k-nf1dnb-aw95bz-2zv0\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"firefly light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7721d232-4f59-4e95-b370-c6bc517bb7dd.__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\/7721d232-4f59-4e95-b370-c6bc517bb7dd.__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=\"x08dkd-rc1qmv-h9zxbr-nofnsv\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"firefly light\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/37995fab-64c4-431d-a5c3-372aabf41c23.__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\/37995fab-64c4-431d-a5c3-372aabf41c23.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusSustainabilityStory_feature_div\" class=\"celwidget\" data-feature-name=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"gsycxl-868h0e-6jq50l-fapfp0\" data-cel-widget=\"aplusSustainabilityStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"renewedProgramDescription_feature_div\" class=\"celwidget\" data-feature-name=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"ibzw9d-7j3ikg-sn31c4-njnypu\" data-cel-widget=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-10\" data-csa-c-id=\"idzyky-n6vxrg-crhwa4-6agfd6\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_RI\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"dywa5z-314ina-vbqckd-jqwefc\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-11\" data-csa-c-id=\"28z518-qb2m0i-jt82n7-371kbl\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"xixu2m-pplufe-m47z5z-h43zp7\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-12\" data-csa-c-id=\"qthwol-d1on4m-jcgtx5-pxopaq\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"featureBulletsAndDetailBullets_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"8ylr3p-236idm-rdc991-3932u5\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-13\" data-csa-c-id=\"aabx3p-8le2i2-9qxqen-c92ciw\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-13-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e2023 upgraded version of solar firefly: The solar firefly lamp is upgraded to a larger size solar panel, with sunlight charging for 4-6 hours and lighting for 8-12 hours. Firefly lights can automatically turn on\/off according to outdoor lighting from dusk to dawn, making it easy to decorate your home's outdoor landscape without the need for tools, and there is no need to pay for electricity or connect to the power supply.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eBright Warm Light: Solar powered firefly lights have a unique bright and romantic warm color, with flowers and fences, making them perfect for homes, gardens, landscape decorations, backyards, foreyards, parks, paths, courtyards, walkways, and all occasions.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSwaying in the wind: Firefly solar outdoor lights flow in the wind, which is very interesting. When the wind blows, the lights of fireflies sway, and its beautiful dance creates a romantic atmosphere and a beautiful mood, which is very beautiful. This solar powered firefly lamp uses durable branches that can bend freely without completely falling off. You can design your own firefly solar lamp with curved branches to meet your needs.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eLong lighting time: The solar lamp comes with a waterproof grade of IP65 outdoors, designed to withstand harsh weather conditions without worrying about rain, snow, frost, or sleet. The 600mAh high capacity rechargeable battery has a longer lifespan than other LED solar garden lights. Outdoor solar lights can light up for 8-12 hours after charging for 6-8 hours.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003ePerfect outdoor garden decoration: Solar garden lights are an excellent idea for decorating the outdoors, casting soft light that sways in the wind like elves flying in the jungle. Garden solar lights are an excellent gift for gardeners, including Mother's Day, Father's Day, Halloween, Thanksgiving, and Christmas.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":44793783189736,"sku":"","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/4-pack-solar-powered-light-firefly-upgraded-8-led-warm-white-4340955.jpg?v=1786734445"},{"product_id":"48ft-outdoor-led-string-lights-plug-in-24-shatter-resistant-and-waterproof-bulbs-commercial-grade-ul-listed-heavy-duty-wire","title":"48FT Outdoor LED String Lights Plug-In - 24 Shatter Resistant and Waterproof Bulbs - Commercial Grade - UL Listed Heavy Duty Wire","description":"\u003cstyle\u003e\n\/* =========================================================\n   LUMENXUSA 48 FT COMMERCIAL LED PLUG-IN STRING LIGHTS\n   OUTDOOR SOLAR OUTLET\n   PREMIUM BEST SELLER LANDING PAGE\n   ========================================================= *\/\n\n.lx48led{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.lx48led *{\n  box-sizing:border-box;\n}\n\n.lx48led img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.lx48led a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.lx48led-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.lx48led-hero-media{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.lx48led-hero-media img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx48led-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.lx48led-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.lx48led-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.lx48led-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.lx48led-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.lx48led-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.lx48led-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.lx48led-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.lx48led-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.lx48led-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.lx48led-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.lx48led-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.lx48led-spec:last-child{\n  border-right:0;\n}\n\n.lx48led-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.lx48led-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.lx48led-section{\n  margin-bottom:25px;\n}\n\n.lx48led-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.lx48led-heading:after,\n.lx48led-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.lx48led-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGE *\/\n\n.lx48led-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.lx48led-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.lx48led-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.lx48led-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx48led-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* DARK *\/\n\n.lx48led-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.lx48led-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.lx48led-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.lx48led-dark-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.lx48led-dark-item{\n  padding:17px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:10px;\n  background:rgba(255,255,255,.06);\n}\n\n.lx48led-dark-item strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.lx48led-dark-item span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* FEATURE GRID *\/\n\n.lx48led-four{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n  margin-bottom:25px;\n}\n\n.lx48led-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx48led-feature-image{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  padding:13px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.lx48led-feature-image img{\n  max-width:240px;\n  aspect-ratio:1\/1;\n  object-fit:contain;\n}\n\n.lx48led-feature-copy{\n  padding:17px;\n}\n\n.lx48led-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:17px;\n  font-weight:800;\n}\n\n.lx48led-feature p{\n  margin:0;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.6;\n}\n\n\/* TWO COLUMN *\/\n\n.lx48led-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.lx48led-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.lx48led-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.lx48led-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.lx48led-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.lx48led-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\/* ACCESSORIES *\/\n\n.lx48led-accessory-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:17px;\n}\n\n.lx48led-accessory{\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.lx48led-accessory-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:850;\n}\n\n.lx48led-accessory 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.lx48led-accessory p{\n  margin:0 0 17px;\n  color:#d8e1ec;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n.lx48led-accessory-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n  margin:0 0 20px;\n}\n\n.lx48led-accessory-pills span{\n  padding:7px 10px;\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:999px;\n  background:rgba(255,255,255,.06);\n  color:#e7edf5;\n  font-size:11.5px;\n  font-weight:650;\n}\n\n.lx48led-btn{\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\/* VIDEO *\/\n\n.lx48led-video{\n  margin-bottom:25px;\n  overflow:hidden;\n  border-radius:15px;\n  background:#07182e;\n}\n\n.lx48led-video-head{\n  padding:22px 24px 0;\n}\n\n.lx48led-video-head h2{\n  margin:0 0 7px;\n  color:#fff;\n  font-size:24px;\n}\n\n.lx48led-video-head p{\n  margin:0 0 18px;\n  color:#d6e0eb;\n  font-size:14px;\n  line-height:1.6;\n}\n\n.lx48led-video-wrap{\n  position:relative;\n  width:100%;\n  height:0;\n  padding-bottom:56.25%;\n}\n\n.lx48led-video-wrap iframe{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* TABLE *\/\n\n.lx48led-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.lx48led-table tr{\n  border-bottom:1px solid #e9edf1;\n}\n\n.lx48led-table tr:last-child{\n  border-bottom:0;\n}\n\n.lx48led-table th,\n.lx48led-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.lx48led-table th{\n  width:43%;\n  color:#344054;\n  font-weight:750;\n}\n\n.lx48led-table td{\n  color:#5b6472;\n}\n\n\/* APPLICATIONS *\/\n\n.lx48led-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.lx48led-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* FAQ *\/\n\n.lx48led-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.lx48led-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.lx48led-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.lx48led-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.lx48led-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.lx48led-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.lx48led-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n.lx48led-answer a{\n  color:#0b5dbb;\n  text-decoration:underline;\n  font-weight:750;\n}\n\n\/* TRUST *\/\n\n.lx48led-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.lx48led-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.lx48led-trust div:last-child{\n  border-right:0;\n}\n\n.lx48led-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* RESPONSIVE *\/\n\n@media(max-width:900px){\n\n  .lx48led-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .lx48led-four{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx48led-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n@media(max-width:680px){\n\n  .lx48led{\n    padding:15px 10px 35px;\n  }\n\n  .lx48led-hero,\n  .lx48led-two,\n  .lx48led-accessory-grid{\n    grid-template-columns:1fr;\n  }\n\n  .lx48led-hero{\n    gap:18px;\n  }\n\n  .lx48led-title{\n    font-size:30px;\n  }\n\n  .lx48led-subtitle{\n    font-size:19px;\n  }\n\n  .lx48led-text{\n    font-size:15px;\n  }\n\n  .lx48led-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .lx48led-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx48led-four{\n    grid-template-columns:1fr;\n  }\n\n  .lx48led-dark{\n    padding:24px 18px;\n  }\n\n  .lx48led-dark-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .lx48led-card{\n    padding:21px 17px;\n  }\n\n  .lx48led-faq{\n    grid-template-columns:1fr;\n  }\n\n  .lx48led-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"lx48led\"\u003e\n\u003c!-- ======================================================\n     HERO\n     ====================================================== --\u003e\n\u003csection class=\"lx48led-hero\"\u003e\n\u003cdiv class=\"lx48led-hero-media\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/99880a1b-db45-440e-a9fa-d13d5f39edd2.__CR3,0,940,282_PT0_SX600_V1___.png\" alt=\"LumenXUSA 48 ft commercial grade plug in LED string lights\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"lx48led-brand\"\u003eLUMENXUSA\u003c\/div\u003e\n\u003cdiv class=\"lx48led-eyebrow\"\u003eCOMMERCIAL-GRADE 48 FT LED STRING LIGHTS\u003c\/div\u003e\n\u003ch2 class=\"lx48led-title\"\u003eLumenXUSA 48 FT Commercial-Grade LED String Lights\u003c\/h2\u003e\n\u003ch3 class=\"lx48led-subtitle\"\u003e24 Single-Filament LED Bulbs with 2 FT Spacing, Heavy-Duty 18-Gauge Wiring \u0026amp; Plug-In Power\u003c\/h3\u003e\n\u003cp class=\"lx48led-text\"\u003eBring dense, even outdoor illumination to patios, pergolas, backyards and commercial entertaining areas with the \u003cstrong\u003eLumenXUSA 48 FT LED String Lights\u003c\/strong\u003e. Unlike many 48-foot strands that use fewer bulbs, this design includes \u003cstrong\u003e24 single-filament LED bulbs spaced approximately every 2 feet\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp class=\"lx48led-text\"\u003eThe commercial-grade strand uses \u003cstrong\u003e18-gauge wiring\u003c\/strong\u003e, impact-resistant plastic bulbs and plug-in 120V operation for dependable everyday use. Each LED consumes only approximately \u003cstrong\u003e0.9 watts\u003c\/strong\u003e, providing decorative lighting with much lower energy use than traditional incandescent string lights.\u003c\/p\u003e\n\u003cdiv class=\"lx48led-pills\"\u003e\n\u003cspan class=\"lx48led-pill\"\u003eLumenXUSA\u003c\/span\u003e \u003cspan class=\"lx48led-pill\"\u003e48 FT\u003c\/span\u003e \u003cspan class=\"lx48led-pill\"\u003e24 LED Bulbs\u003c\/span\u003e \u003cspan class=\"lx48led-pill\"\u003e2 FT Spacing\u003c\/span\u003e \u003cspan class=\"lx48led-pill\"\u003e18-Gauge Wiring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BEST SELLER --\u003e\n\u003csection class=\"lx48led-best\"\u003e\u003cstrong\u003eBEST SELLER\u003c\/strong\u003e \u003cspan\u003e A high-density 48-foot LED strand for customers who want more bulbs per run, commercial-style wiring, impact-resistant construction and expandable plug-in lighting for larger outdoor spaces. \u003c\/span\u003e\u003c\/section\u003e\n\u003c!-- QUICK SPECS --\u003e\n\u003csection class=\"lx48led-specbar\"\u003e\n\u003cdiv class=\"lx48led-spec\"\u003e\n\u003cstrong\u003e48 FT\u003c\/strong\u003e \u003cspan\u003eTotal length\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-spec\"\u003e\n\u003cstrong\u003e24 + 2\u003c\/strong\u003e \u003cspan\u003eBulbs + spares\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-spec\"\u003e\n\u003cstrong\u003e2 FT\u003c\/strong\u003e \u003cspan\u003eBulb spacing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-spec\"\u003e\n\u003cstrong\u003e0.9W\u003c\/strong\u003e \u003cspan\u003ePer LED bulb\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-spec\"\u003e\n\u003cstrong\u003e120V\u003c\/strong\u003e \u003cspan\u003ePlug-in power\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-spec\"\u003e\n\u003cstrong\u003e25 Strands\u003c\/strong\u003e \u003cspan\u003eListed max connection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- VIDEO --\u003e\n\u003csection class=\"lx48led-video\"\u003e\n\u003cdiv class=\"lx48led-video-head\"\u003e\n\u003ch2\u003eSee the String Lights in Action\u003c\/h2\u003e\n\u003cp\u003eWatch the product video to get a closer look at the lighting style and outdoor installation possibilities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-video-wrap\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/-2ECGaxSMcM?si=nZWbsvkjdS-Jt452\" title=\"LumenXUSA 48 ft outdoor LED string lights demonstration\" loading=\"lazy\"\u003e\n    \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SINGLE FILAMENT --\u003e\n\u003csection class=\"lx48led-wide\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ad269268-3137-4604-8d22-27747f37c275.__CR0,0,1125,1125_PT0_SX300_V1___.jpg\" alt=\"LumenXUSA single filament LED S14 outdoor string light bulb\"\u003e\n\u003cdiv class=\"lx48led-wide-copy\"\u003e\n\u003ch2\u003e24 Single-Filament LED Bulbs Across 48 Feet\u003c\/h2\u003e\n\u003cp\u003eWith approximately 2 feet between bulbs, this strand provides a denser lighting layout than many comparable 48-foot string lights. The supplied package includes 24 installed bulbs plus two spare bulbs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CORE PERFORMANCE --\u003e\n\u003csection class=\"lx48led-dark\"\u003e\n\u003ch2\u003eCommercial-Grade Wiring + Energy-Saving LEDs\u003c\/h2\u003e\n\u003cp\u003eThe strand combines 18-gauge wiring with low-wattage LED bulbs, making it suitable for larger decorative lighting layouts where energy use and durability both matter.\u003c\/p\u003e\n\u003cdiv class=\"lx48led-dark-grid\"\u003e\n\u003cdiv class=\"lx48led-dark-item\"\u003e\n\u003cstrong\u003e18 Gauge\u003c\/strong\u003e \u003cspan\u003eCommercial-grade listed wiring.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-dark-item\"\u003e\n\u003cstrong\u003e0.9W\u003c\/strong\u003e \u003cspan\u003eListed LED consumption per bulb.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-dark-item\"\u003e\n\u003cstrong\u003e24 LEDs\u003c\/strong\u003e \u003cspan\u003eMore lighting points per 48-foot run.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-dark-item\"\u003e\n\u003cstrong\u003e120V\u003c\/strong\u003e \u003cspan\u003eStandard plug-in operation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 4 FEATURE IMAGES --\u003e\n\u003csection class=\"lx48led-section\"\u003e\n\u003ch2 class=\"lx48led-heading\"\u003eBuilt for Flexible Indoor \u0026amp; Outdoor Installations\u003c\/h2\u003e\n\u003cdiv class=\"lx48led-four\"\u003e\n\u003cdiv class=\"lx48led-feature\"\u003e\n\u003cdiv class=\"lx48led-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cde12e8f-7a76-4c9a-9dc4-cae1eea96a3a.__CR0,0,750,750_PT0_SX220_V1___.jpg\" alt=\"LumenXUSA linkable 48 ft LED outdoor string lights\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature-copy\"\u003e\n\u003ch3\u003eEnd-to-End Linkable\u003c\/h3\u003e\n\u003cp\u003eMale and female connectors allow compatible strands to attach end-to-end for larger lighting layouts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature\"\u003e\n\u003cdiv class=\"lx48led-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/669bcdab-1c21-457c-9e38-2e2f7f985e96.__CR0,0,1125,1125_PT0_SX220_V1___.jpg\" alt=\"LumenXUSA energy saving LED patio string lights\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature-copy\"\u003e\n\u003ch3\u003eEnergy-Saving LEDs\u003c\/h3\u003e\n\u003cp\u003eEach supplied LED is listed at approximately 0.9 watts for lower operating energy use than traditional incandescent string lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature\"\u003e\n\u003cdiv class=\"lx48led-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/12db9d21-ec52-4429-9123-263b2541c9ee.__CR0,0,1125,1125_PT0_SX220_V1___.jpg\" alt=\"LumenXUSA weather resistant commercial string lights\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature-copy\"\u003e\n\u003ch3\u003eWeather-Resistant Bulbs\u003c\/h3\u003e\n\u003cp\u003ePlastic bulbs are designed to resist impact and common outdoor weather exposure while avoiding the broken-glass risk of fragile bulbs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature\"\u003e\n\u003cdiv class=\"lx48led-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/bcc82008-1609-4239-8ff3-8369c21e26da.__CR6,0,847,847_PT0_SX220_V1___.jpg\" alt=\"LumenXUSA outdoor string lights for parties weddings patios and pergolas\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature-copy\"\u003e\n\u003ch3\u003eFlexible Mounting\u003c\/h3\u003e\n\u003cp\u003eMount against structures or suspend overhead using suitable hooks, guide wire, zip ties or other compatible mounting hardware.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LINKABLE --\u003e\n\u003csection class=\"lx48led-two\"\u003e\n\u003cdiv class=\"lx48led-card\"\u003e\n\u003ch2\u003eExpandable for Larger Areas\u003c\/h2\u003e\n\u003cul class=\"lx48led-list\"\u003e\n\u003cli\u003eMale \/ female end connectors\u003c\/li\u003e\n\u003cli\u003eDesigned for end-to-end linking\u003c\/li\u003e\n\u003cli\u003eSupplied main feature block lists up to 25 strands\u003c\/li\u003e\n\u003cli\u003eSuitable for larger patios and commercial entertainment areas\u003c\/li\u003e\n\u003cli\u003eAlways follow product electrical limits when connecting multiple strands\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-card\"\u003e\n\u003ch2\u003eImpact-Resistant Outdoor Design\u003c\/h2\u003e\n\u003cul class=\"lx48led-list\"\u003e\n\u003cli\u003ePlastic bulb construction\u003c\/li\u003e\n\u003cli\u003eDesigned not to shatter like conventional glass bulbs\u003c\/li\u003e\n\u003cli\u003eWeather-resistant outdoor construction\u003c\/li\u003e\n\u003cli\u003eUseful around homes, children and pets\u003c\/li\u003e\n\u003cli\u003eSuitable for indoor and outdoor decorative lighting\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOME DEPOT SPEC GRAPHICS --\u003e\n\u003csection class=\"lx48led-section\"\u003e\n\u003ch2 class=\"lx48led-heading\"\u003eAt-a-Glance Product Details\u003c\/h2\u003e\n\u003cdiv class=\"lx48led-four\"\u003e\n\u003cdiv class=\"lx48led-feature\"\u003e\n\u003cdiv class=\"lx48led-feature-image\"\u003e\u003cimg src=\"https:\/\/contentgrid.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775242-10328-24light-indooroutdoor-48-ft-string-light-with-s14-single-filament-led-bulbs-lumens-2-2020.jpg\" alt=\"LumenXUSA LED string light brightness specification\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature-copy\"\u003e\n\u003ch3\u003eLED Illumination\u003c\/h3\u003e\n\u003cp\u003eSingle-filament LED bulbs provide decorative outdoor lighting with lower energy consumption than traditional incandescent options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature\"\u003e\n\u003cdiv class=\"lx48led-feature-image\"\u003e\u003cimg src=\"https:\/\/contentgrid.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775242-10328-24light-indooroutdoor-48-ft-string-light-with-s14-single-filament-led-bul-power-type-2-2020.jpg\" alt=\"LumenXUSA plug in powered 48 ft LED string lights\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature-copy\"\u003e\n\u003ch3\u003ePlug-In Power\u003c\/h3\u003e\n\u003cp\u003e120V plug-in operation provides dependable illumination whenever connected to an appropriate power source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature\"\u003e\n\u003cdiv class=\"lx48led-feature-image\"\u003e\u003cimg src=\"https:\/\/contentgrid.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775242-10328-24light-indooroutdoor-48-ft-string-light-with-s14-single-f-outdoor-lighting-features-2-2020.jpg\" alt=\"LumenXUSA weather resistant outdoor LED string light\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature-copy\"\u003e\n\u003ch3\u003eWeather Resistant\u003c\/h3\u003e\n\u003cp\u003eDesigned for long-term indoor and outdoor decorative use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature\"\u003e\n\u003cdiv class=\"lx48led-feature-image\"\u003e\u003cimg src=\"https:\/\/contentgrid.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775242-10328-24light-indooroutdoor-48-ft-string-light-with-s14-single-filament-le-number-of-bulbs-2-2020.jpg\" alt=\"LumenXUSA 24 bulb 48 foot outdoor LED string lights\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature-copy\"\u003e\n\u003ch3\u003e24 Bulbs\u003c\/h3\u003e\n\u003cp\u003eTwenty-four LED lighting points create more even coverage across the 48-foot strand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MORE PRODUCT GRAPHICS --\u003e\n\u003csection class=\"lx48led-four\"\u003e\n\u003cdiv class=\"lx48led-feature\"\u003e\n\u003cdiv class=\"lx48led-feature-image\"\u003e\u003cimg src=\"https:\/\/contentgrid.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775242-10328-24light-indooroutdoor-48-ft-string-light-with-s14-single-filament-led-bu-wire-length-2-2020.jpg\" alt=\"LumenXUSA 48 foot string light length\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature-copy\"\u003e\n\u003ch3\u003e48 FT Length\u003c\/h3\u003e\n\u003cp\u003eA practical size for patios, pergolas, backyards and outdoor dining areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature\"\u003e\n\u003cdiv class=\"lx48led-feature-image\"\u003e\u003cimg src=\"https:\/\/contentgrid.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775242-10328-24light-indooroutdoor-48-ft-string-light-with-s14-single-filament-led-bulbs-material-2-2020.jpg\" alt=\"LumenXUSA plastic impact resistant outdoor string light bulbs\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature-copy\"\u003e\n\u003ch3\u003ePlastic Bulbs\u003c\/h3\u003e\n\u003cp\u003eImpact-resistant plastic construction helps reduce the risk of broken glass.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature\"\u003e\n\u003cdiv class=\"lx48led-feature-image\"\u003e\u003cimg src=\"https:\/\/contentgrid.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310775242-10328-24light-indooroutdoor-48-ft-string-light-with-s14-single-filament-led-bul-light-type-2-2020.jpg\" alt=\"LumenXUSA clear S14 LED outdoor string light bulbs\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature-copy\"\u003e\n\u003ch3\u003eClear Bulb Style\u003c\/h3\u003e\n\u003cp\u003eClassic clear S14-style bulbs complement residential and commercial spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-feature\"\u003e\n\u003cdiv class=\"lx48led-feature-copy\"\u003e\n\u003ch3\u003eDense 2 FT Spacing\u003c\/h3\u003e\n\u003cp\u003eCloser spacing creates a fuller lighting canopy across a 48-foot run.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"lx48led-two\"\u003e\n\u003cdiv class=\"lx48led-card\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"lx48led-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003e\u003cstrong\u003eLumenXUSA\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Length\u003c\/th\u003e\n\u003ctd\u003e48 Feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBulb Quantity\u003c\/th\u003e\n\u003ctd\u003e24 Bulbs + 2 Spares\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBulb Spacing\u003c\/th\u003e\n\u003ctd\u003eApprox. 2 Feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBulb Type\u003c\/th\u003e\n\u003ctd\u003eSingle-Filament LED\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBulb Material\u003c\/th\u003e\n\u003ctd\u003eImpact-Resistant Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWiring\u003c\/th\u003e\n\u003ctd\u003e18 Gauge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-card\"\u003e\n\u003ch2\u003eElectrical \u0026amp; Installation\u003c\/h2\u003e\n\u003ctable class=\"lx48led-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003ePlug-In\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInput Voltage\u003c\/th\u003e\n\u003ctd\u003e120V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLED Consumption\u003c\/th\u003e\n\u003ctd\u003eApprox. 0.9W Per Bulb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eConnectable\u003c\/th\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eListed Maximum\u003c\/th\u003e\n\u003ctd\u003eUp to 25 Strands in Main Feature Specification\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeather Resistance\u003c\/th\u003e\n\u003ctd\u003eDesigned for Outdoor Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMounting Hardware\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\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection class=\"lx48led-card lx48led-section\"\u003e\n\u003ch2\u003eIdeal for Residential, Commercial \u0026amp; Event Lighting\u003c\/h2\u003e\n\u003cdiv class=\"lx48led-apps\"\u003e\n\u003cspan class=\"lx48led-app\"\u003eBackyards\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003ePergolas\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003eGazebos\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003eGardens\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003eDecks\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003eRooftops\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003ePatios\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003eRestaurants\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003eCafés\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003eWeddings\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003eBBQs\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003eDinner Parties\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003eBirthdays\u003c\/span\u003e \u003cspan class=\"lx48led-app\"\u003eEvents\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- RECOMMENDED ACCESSORIES --\u003e\n\u003csection class=\"lx48led-section\"\u003e\n\u003ch2 class=\"lx48led-heading\"\u003eRecommended for a Professional Installation\u003c\/h2\u003e\n\u003cp class=\"lx48led-lead\"\u003eFor open patios and longer suspended runs, dedicated poles and stainless-steel guide wire help support the lighting layout instead of putting structural tension directly on the electrical cord.\u003c\/p\u003e\n\u003cdiv class=\"lx48led-accessory-grid\"\u003e\n\u003cdiv class=\"lx48led-accessory\"\u003e\n\u003cspan class=\"lx48led-accessory-label\"\u003e RECOMMENDED SUPPORT \u003c\/span\u003e\n\u003ch3\u003e10 FT Outdoor String Light Poles – 4 Pack\u003c\/h3\u003e\n\u003cp\u003eAdd dedicated overhead hanging points in areas without suitable walls, pergolas, trees or permanent structures.\u003c\/p\u003e\n\u003cdiv class=\"lx48led-accessory-pills\"\u003e\n\u003cspan\u003e10 FT Height\u003c\/span\u003e \u003cspan\u003e4-Pack\u003c\/span\u003e \u003cspan\u003eMetal Construction\u003c\/span\u003e \u003cspan\u003eFence Brackets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\" class=\"lx48led-btn\"\u003e View 10 FT String Light Poles \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-accessory\"\u003e\n\u003cspan class=\"lx48led-accessory-label\"\u003e RECOMMENDED HANGING KIT \u003c\/span\u003e\n\u003ch3\u003eLumenXUSA 165 FT Stainless-Steel Hanging Kit\u003c\/h3\u003e\n\u003cp\u003eSupport longer spans with a dedicated 304 stainless-steel guide-wire system for a cleaner and more professional-looking installation.\u003c\/p\u003e\n\u003cdiv class=\"lx48led-accessory-pills\"\u003e\n\u003cspan\u003e165 FT Guide Wire\u003c\/span\u003e \u003cspan\u003e304 Stainless Steel\u003c\/span\u003e \u003cspan\u003eTurnbuckles\u003c\/span\u003e \u003cspan\u003eCable Hardware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\" class=\"lx48led-btn\"\u003e View LumenXUSA Hanging Kit \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION TIPS --\u003e\n\u003csection class=\"lx48led-dark\"\u003e\n\u003ch2\u003eBetter Installation Starts with Proper Support\u003c\/h2\u003e\n\u003cp\u003eThe supplied instructions allow the strand to be installed against walls or suspended overhead. For longer spans, support cable is a better structural solution than allowing the electrical cord itself to carry the full load.\u003c\/p\u003e\n\u003cdiv class=\"lx48led-dark-grid\"\u003e\n\u003cdiv class=\"lx48led-dark-item\"\u003e\n\u003cstrong\u003eMeasure First\u003c\/strong\u003e \u003cspan\u003ePlan each 48-foot run before installation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-dark-item\"\u003e\n\u003cstrong\u003eAdd Guide Wire\u003c\/strong\u003e \u003cspan\u003eUseful for long suspended spans.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-dark-item\"\u003e\n\u003cstrong\u003eUse Poles\u003c\/strong\u003e \u003cspan\u003eCreate support where structures are unavailable.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lx48led-dark-item\"\u003e\n\u003cstrong\u003eProtect Connections\u003c\/strong\u003e \u003cspan\u003eFollow appropriate outdoor electrical practices.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"lx48led-card\"\u003e\n\u003ch2\u003eLumenXUSA 48 FT Commercial LED String Lights FAQs\u003c\/h2\u003e\n\u003cdiv class=\"lx48led-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long are these string lights?\u003c\/summary\u003e\n\u003cdiv class=\"lx48led-answer\"\u003eThe strand measures approximately 48 feet end to end.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many LED bulbs are included?\u003c\/summary\u003e\n\u003cdiv class=\"lx48led-answer\"\u003eThe supplied product information lists 24 LED bulbs plus two additional spare bulbs.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow far apart are the bulbs?\u003c\/summary\u003e\n\u003cdiv class=\"lx48led-answer\"\u003eThe bulbs are spaced approximately 2 feet apart.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat type of bulbs are included?\u003c\/summary\u003e\n\u003cdiv class=\"lx48led-answer\"\u003eThe supplied specifications identify single-filament LED bulbs with impact-resistant plastic construction.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much electricity does each LED use?\u003c\/summary\u003e\n\u003cdiv class=\"lx48led-answer\"\u003eThe supplied description lists approximately 0.9 watts per bulb.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these solar string lights?\u003c\/summary\u003e\n\u003cdiv class=\"lx48led-answer\"\u003eNo. This specific 48-foot model is powered from a 120V plug-in source.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I connect multiple strings together?\u003c\/summary\u003e\n\u003cdiv class=\"lx48led-answer\"\u003eYes. The main feature specifications supplied for this product state that compatible strands can be connected end-to-end, with up to 25 strands listed in that section.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the bulbs glass?\u003c\/summary\u003e\n\u003cdiv class=\"lx48led-answer\"\u003eNo. The supplied product information identifies the bulbs as impact-resistant plastic, helping avoid the broken-glass hazard associated with traditional glass bulbs.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these suitable for outdoor use?\u003c\/summary\u003e\n\u003cdiv class=\"lx48led-answer\"\u003eYes. The supplied product description identifies them as weather-resistant string lights designed for indoor and outdoor use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat gauge is the wiring?\u003c\/summary\u003e\n\u003cdiv class=\"lx48led-answer\"\u003eThe supplied product description lists commercial-grade 18-gauge wiring.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould I use string-light poles?\u003c\/summary\u003e\n\u003cdiv class=\"lx48led-answer\"\u003eDedicated poles are useful when your outdoor area does not have enough existing hanging points. You can \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand\"\u003e view the 10 FT String Light Poles – 4 Pack here. \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould I use guide wire?\u003c\/summary\u003e\n\u003cdiv class=\"lx48led-answer\"\u003eFor longer suspended spans, guide wire can provide structural support and reduce tension on the electrical cord. You can \u003ca href=\"https:\/\/outdoorsolaroutlet.com\/products\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools\"\u003e view the LumenXUSA 165 FT Hanging Kit here. \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST BAR --\u003e\n\u003csection class=\"lx48led-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLumenXUSA\u003c\/strong\u003e Commercial LED Lighting\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e48 FT\u003c\/strong\u003e Heavy-Duty Strand\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e24 LEDs\u003c\/strong\u003e Dense 2 FT Spacing\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e18 Gauge\u003c\/strong\u003e Commercial Wiring\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eComplete Setup\u003c\/strong\u003e Poles + Guide Wire\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":44809050357992,"sku":"stri-whi48","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/48ft-outdoor-led-string-lights-plug-in-24-shatter-resistant-and-waterproof-bulbs-commercial-grade-ul-listed-heavy-duty-wire-6087678.webp?v=1786734445"},{"product_id":"20ft-tall-street-light-pole-street-lamp-post-for-outdoor-lights-solar-street-light-pole-accessory-for-backyard-street-patio-park-parking-lots-exterior-house-1-pack","title":"20Ft Commercial Grade Street\/Parking\/Flag Light Pole, Aluminum + Cage  1-Pack","description":"\u003cstyle\u003e\n\/* =========================================================\n   OUTDOOR SOLAR OUTLET\n   20 FT COMMERCIAL SOLAR STREET LIGHT POLE\n   ========================================================= *\/\n\n.oso-pole {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 28px 16px 48px;\n  font-family: inherit;\n  color: #111827;\n}\n\n.oso-pole * {\n  box-sizing: border-box;\n}\n\n.oso-pole img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n}\n\n\/* HERO *\/\n\n.oso-pole-hero {\n  display: grid;\n  grid-template-columns: 1fr 1.15fr;\n  gap: 38px;\n  align-items: center;\n  margin-bottom: 28px;\n}\n\n.oso-pole-hero-img {\n  border-radius: 15px;\n  overflow: hidden;\n  background: #f4f5f7;\n}\n\n.oso-pole-hero-img img {\n  aspect-ratio: 1 \/ .82;\n  object-fit: cover;\n}\n\n.oso-pole-eyebrow {\n  color: #f28c00;\n  font-size: 15px;\n  font-weight: 800;\n  letter-spacing: .65px;\n  text-transform: uppercase;\n  margin-bottom: 8px;\n}\n\n.oso-pole-title {\n  margin: 0 0 12px;\n  font-size: 39px;\n  line-height: 1.08;\n  font-weight: 850;\n  color: #07182e;\n}\n\n.oso-pole-subtitle {\n  margin: 0 0 14px;\n  font-size: 21px;\n  line-height: 1.35;\n  font-weight: 700;\n  color: #1f2937;\n}\n\n.oso-pole-intro {\n  margin: 0;\n  font-size: 17px;\n  line-height: 1.72;\n  color: #4b5563;\n}\n\n.oso-pole-made {\n  display: inline-flex;\n  margin-top: 17px;\n  padding: 10px 16px;\n  border-radius: 999px;\n  background: #07182e;\n  color: #fff;\n  font-size: 14px;\n  font-weight: 750;\n}\n\n.oso-pole-made span {\n  color: #f5a300;\n  margin-right: 7px;\n}\n\n\/* QUICK SPECS *\/\n\n.oso-pole-quick {\n  display: grid;\n  grid-template-columns: repeat(6, 1fr);\n  border: 1px solid #e5e7eb;\n  border-radius: 14px;\n  overflow: hidden;\n  background: #fff;\n  margin-bottom: 28px;\n}\n\n.oso-pole-quick-item {\n  text-align: center;\n  padding: 19px 10px;\n  border-right: 1px solid #e5e7eb;\n}\n\n.oso-pole-quick-item:last-child {\n  border-right: 0;\n}\n\n.oso-pole-icon {\n  width: 50px;\n  height: 50px;\n  margin: 0 auto 9px;\n  border-radius: 50%;\n  background: #07182e;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.oso-pole-icon svg {\n  width: 26px;\n  height: 26px;\n  stroke: #f5a300;\n  fill: none;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.oso-pole-quick-item strong {\n  display: block;\n  color: #111827;\n  font-size: 14px;\n  line-height: 1.35;\n}\n\n.oso-pole-quick-item span {\n  display: block;\n  color: #667085;\n  font-size: 12.5px;\n  margin-top: 3px;\n}\n\n\/* FEATURE GRID *\/\n\n.oso-pole-section {\n  margin-bottom: 24px;\n}\n\n.oso-pole-heading {\n  margin: 0 0 8px;\n  font-size: 29px;\n  line-height: 1.25;\n  font-weight: 850;\n  color: #07182e;\n}\n\n.oso-pole-heading:after {\n  content: \"\";\n  display: block;\n  width: 46px;\n  height: 3px;\n  background: #f5a300;\n  margin-top: 9px;\n}\n\n.oso-pole-lead {\n  max-width: 850px;\n  margin: 0 0 22px;\n  color: #667085;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.oso-pole-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n}\n\n.oso-pole-feature {\n  border: 1px solid #e5e7eb;\n  border-radius: 13px;\n  background: #fff;\n  overflow: hidden;\n}\n\n.oso-pole-feature img {\n  aspect-ratio: 16 \/ 9;\n  object-fit: cover;\n}\n\n.oso-pole-feature-copy {\n  padding: 20px;\n}\n\n.oso-pole-feature h3 {\n  margin: 0 0 8px;\n  color: #111827;\n  font-size: 18px;\n  line-height: 1.35;\n  font-weight: 800;\n}\n\n.oso-pole-feature p {\n  margin: 0;\n  color: #667085;\n  font-size: 14.5px;\n  line-height: 1.65;\n}\n\n\/* DARK SECTION *\/\n\n.oso-pole-dark {\n  background: linear-gradient(120deg, #061426, #0b2545 70%, #123858);\n  border-radius: 16px;\n  padding: 34px;\n  margin-bottom: 24px;\n  color: #fff;\n}\n\n.oso-pole-dark h2 {\n  margin: 0 0 12px;\n  font-size: 29px;\n  color: #fff;\n  font-weight: 850;\n}\n\n.oso-pole-dark \u003e p {\n  max-width: 860px;\n  margin: 0 0 23px;\n  color: #d6dfeb;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.oso-pole-dark-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n}\n\n.oso-pole-dark-card {\n  background: rgba(255,255,255,.07);\n  border: 1px solid rgba(255,255,255,.14);\n  border-radius: 10px;\n  padding: 18px;\n}\n\n.oso-pole-dark-card strong {\n  display: block;\n  color: #f5a300;\n  font-size: 18px;\n  margin-bottom: 5px;\n}\n\n.oso-pole-dark-card span {\n  color: #e2e8f0;\n  font-size: 13.5px;\n  line-height: 1.5;\n}\n\n\/* TWO COLUMN *\/\n\n.oso-pole-two {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n  margin-bottom: 24px;\n}\n\n.oso-pole-card {\n  background: #fff;\n  border: 1px solid #e5e7eb;\n  border-radius: 13px;\n  padding: 27px;\n}\n\n.oso-pole-card h2 {\n  margin: 0 0 16px;\n  color: #07182e;\n  font-size: 25px;\n  font-weight: 850;\n}\n\n.oso-pole-card h2:after {\n  content: \"\";\n  display: block;\n  width: 42px;\n  height: 3px;\n  margin-top: 8px;\n  background: #f5a300;\n}\n\n\/* CHECK LIST *\/\n\n.oso-pole-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.oso-pole-list li {\n  position: relative;\n  padding: 7px 0 7px 29px;\n  color: #344054;\n  font-size: 15px;\n  line-height: 1.52;\n}\n\n.oso-pole-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  top: 8px;\n  width: 18px;\n  height: 18px;\n  border-radius: 50%;\n  background: #f5a300;\n  color: #fff;\n  line-height: 18px;\n  text-align: center;\n  font-size: 11px;\n  font-weight: 900;\n}\n\n\/* TABLE *\/\n\n.oso-pole-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.oso-pole-table tr {\n  border-bottom: 1px solid #eceff2;\n}\n\n.oso-pole-table tr:last-child {\n  border-bottom: 0;\n}\n\n.oso-pole-table th,\n.oso-pole-table td {\n  padding: 9px 5px;\n  text-align: left;\n  font-size: 15px;\n  vertical-align: top;\n}\n\n.oso-pole-table th {\n  width: 44%;\n  color: #344054;\n  font-weight: 750;\n}\n\n.oso-pole-table td {\n  color: #475467;\n}\n\n\/* APPLICATIONS *\/\n\n.oso-pole-apps {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n}\n\n.oso-pole-app {\n  background: #f7f8fa;\n  border: 1px solid #e4e7ec;\n  border-radius: 999px;\n  padding: 10px 15px;\n  color: #344054;\n  font-size: 14px;\n  font-weight: 650;\n}\n\n\/* INSTALLATION INFO *\/\n\n.oso-pole-install {\n  background: #f8f9fb;\n  border: 1px solid #e5e7eb;\n  border-radius: 14px;\n  padding: 29px;\n  margin-bottom: 24px;\n}\n\n.oso-pole-install h2 {\n  margin: 0 0 14px;\n  color: #07182e;\n  font-size: 26px;\n  font-weight: 850;\n}\n\n.oso-pole-warning {\n  margin-top: 20px;\n  background: #fff8eb;\n  border: 1px solid #f3d49d;\n  border-radius: 10px;\n  padding: 18px 20px;\n}\n\n.oso-pole-warning strong {\n  display: block;\n  color: #9a5a00;\n  font-size: 16px;\n  margin-bottom: 6px;\n}\n\n.oso-pole-warning p {\n  margin: 0;\n  color: #6b5a3e;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\/* MANUAL *\/\n\n.oso-pole-doc {\n  border: 1px solid #dfe4ea;\n  background: #f8f9fb;\n  border-radius: 12px;\n  padding: 21px 23px;\n  margin-bottom: 24px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 18px;\n}\n\n.oso-pole-doc h3 {\n  margin: 0 0 5px;\n  color: #07182e;\n  font-size: 19px;\n}\n\n.oso-pole-doc p {\n  margin: 0;\n  color: #667085;\n  font-size: 13.5px;\n  line-height: 1.5;\n}\n\n.oso-pole-doc a {\n  flex-shrink: 0;\n  display: inline-block;\n  text-decoration: none !important;\n  background: #07182e;\n  color: #fff !important;\n  border-radius: 7px;\n  padding: 11px 16px;\n  font-size: 13px;\n  font-weight: 750;\n}\n\n\/* FAQ *\/\n\n.oso-pole-faq {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px 14px;\n}\n\n.oso-pole-faq details {\n  border: 1px solid #e5e7eb;\n  border-radius: 8px;\n  background: #fff;\n  overflow: hidden;\n}\n\n.oso-pole-faq summary {\n  list-style: none;\n  position: relative;\n  cursor: pointer;\n  padding: 17px 46px 17px 18px;\n  color: #1f2937;\n  font-size: 15px;\n  font-weight: 750;\n}\n\n.oso-pole-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.oso-pole-faq summary:after {\n  content: \"+\";\n  position: absolute;\n  right: 17px;\n  top: 50%;\n  transform: translateY(-50%);\n  color: #f28c00;\n  font-size: 22px;\n}\n\n.oso-pole-faq details[open] summary:after {\n  content: \"−\";\n}\n\n.oso-pole-faq-answer {\n  padding: 0 18px 18px;\n  color: #667085;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\/* TRUST BAR *\/\n\n.oso-pole-trust {\n  margin-top: 25px;\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  background: #07182e;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.oso-pole-trust-item {\n  text-align: center;\n  padding: 18px 8px;\n  color: #dce4ee;\n  border-right: 1px solid rgba(255,255,255,.12);\n  font-size: 12.5px;\n}\n\n.oso-pole-trust-item:last-child {\n  border-right: 0;\n}\n\n.oso-pole-trust-item strong {\n  display: block;\n  color: #f5a300;\n  font-size: 14px;\n  margin-bottom: 3px;\n}\n\n\/* TABLET *\/\n\n@media (max-width: 950px) {\n  .oso-pole-quick {\n    grid-template-columns: repeat(3,1fr);\n  }\n\n  .oso-pole-feature-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso-pole-dark-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 680px) {\n\n  .oso-pole {\n    padding: 16px 10px 35px;\n  }\n\n  .oso-pole-hero,\n  .oso-pole-two {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pole-title {\n    font-size: 30px;\n  }\n\n  .oso-pole-subtitle {\n    font-size: 19px;\n  }\n\n  .oso-pole-intro {\n    font-size: 16px;\n  }\n\n  .oso-pole-quick {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso-pole-quick-item {\n    border-right: 0;\n  }\n\n  .oso-pole-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pole-dark {\n    padding: 25px 19px;\n  }\n\n  .oso-pole-dark-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .oso-pole-card {\n    padding: 22px 18px;\n  }\n\n  .oso-pole-doc {\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .oso-pole-doc a {\n    width: 100%;\n    text-align: center;\n  }\n\n  .oso-pole-faq {\n    grid-template-columns: 1fr;\n  }\n\n  .oso-pole-trust {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"oso-pole\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"oso-pole-hero\"\u003e\n\n    \u003cdiv class=\"oso-pole-hero-img\"\u003e\n      \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/72674c22-368a-473c-bcff-fb0fc8889016.__CR0,0,2400,1800_PT0_SX600_V1___.jpg\" alt=\"20 ft commercial solar street light pole for parking lots streets and outdoor lighting\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"oso-pole-eyebrow\"\u003e\n        COMMERCIAL STREET LIGHT POLE\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"oso-pole-title\"\u003e\n        20 Ft Solar Street Light Pole\n      \u003c\/h2\u003e\n\n      \u003ch3 class=\"oso-pole-subtitle\"\u003e\n        Heavy-Duty Commercial Pole for Solar Street \u0026amp; Area Lighting\n      \u003c\/h3\u003e\n\n      \u003cp class=\"oso-pole-intro\"\u003e\n        Built for demanding outdoor installations, this\n        \u003cstrong\u003e20 ft solar street light pole\u003c\/strong\u003e provides a strong,\n        durable mounting structure for commercial and residential outdoor lighting\n        applications. Heavy-duty iron construction, zinc plating, protective\n        coatings, and precision-welded components make it suitable for\n        \u003cstrong\u003eparking lots, streets, sidewalks, commercial properties,\n        HOAs, farms, ranches, driveways, estates, and outdoor sports areas\u003c\/strong\u003e.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"oso-pole-made\"\u003e\n        \u003cspan\u003e★\u003c\/span\u003e Made in the USA\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUICK SPECS --\u003e\n  \u003csection class=\"oso-pole-quick\"\u003e\n\n    \u003cdiv class=\"oso-pole-quick-item\"\u003e\n      \u003cdiv class=\"oso-pole-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 2h8M7 22h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e20 Ft Height\u003c\/strong\u003e\n      \u003cspan\u003eCommercial mounting height\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-quick-item\"\u003e\n      \u003cdiv class=\"oso-pole-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8 3h8l2 18H6L8 3z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e1.8 mm Thickness\u003c\/strong\u003e\n      \u003cspan\u003eHeavy-duty construction\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-quick-item\"\u003e\n      \u003cdiv class=\"oso-pole-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 8l-4 4 4 4M17 8l4 4-4 4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e3\" \/ 4.3\"\u003c\/strong\u003e\n      \u003cspan\u003eTop \/ bottom diameter\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-quick-item\"\u003e\n      \u003cdiv class=\"oso-pole-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 7h16v12H4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 7V4h8v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e56 lb\u003c\/strong\u003e\n      \u003cspan\u003eApproximate pole weight\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-quick-item\"\u003e\n      \u003cdiv class=\"oso-pole-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 4h14v3H5zM5 10h14v3H5zM5 16h14v3H5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e5 Sections\u003c\/strong\u003e\n      \u003cspan\u003eSectional assembly design\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-quick-item\"\u003e\n      \u003cdiv class=\"oso-pole-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 15h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 15l-2 6h10l-2-6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cstrong\u003e26 lb Load\u003c\/strong\u003e\n      \u003cspan\u003eUp to 32 lb with ground cage\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"oso-pole-section\"\u003e\n\n    \u003ch2 class=\"oso-pole-heading\"\u003e\n      Built for Strength, Stability \u0026amp; Long-Term Outdoor Use\n    \u003c\/h2\u003e\n\n    \u003cp class=\"oso-pole-lead\"\u003e\n      A commercial light pole must provide more than height. It must support\n      outdoor fixtures securely, resist corrosion, maintain structural stability,\n      and perform reliably through years of changing weather.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso-pole-feature-grid\"\u003e\n\n      \u003cdiv class=\"oso-pole-feature\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3859bd7d-f937-41de-9a65-58e8d9f93026.__CR0,0,2400,1800_PT0_SX600_V1___.jpg\" alt=\"heavy duty galvanized commercial street light pole\"\u003e\n\n        \u003cdiv class=\"oso-pole-feature-copy\"\u003e\n          \u003ch3\u003eHeavy-Duty Iron Construction\u003c\/h3\u003e\n          \u003cp\u003e\n            Designed for commercial outdoor lighting installations with\n            a strong iron structure and 1.8 mm wall thickness.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"oso-pole-feature\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/484c5ac2-e810-4ef5-a652-388a7dee8d2c.__CR0,0,2400,1800_PT0_SX600_V1___.jpg\" alt=\"zinc plated 20 foot solar street light pole\"\u003e\n\n        \u003cdiv class=\"oso-pole-feature-copy\"\u003e\n          \u003ch3\u003eCorrosion-Resistant Protection\u003c\/h3\u003e\n          \u003cp\u003e\n            Zinc plating and a protective painted finish help defend the\n            pole against moisture, oxidation, and everyday outdoor exposure.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"oso-pole-feature\"\u003e\n\n        \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cda7a4e8-d755-4871-b4e4-5d55127e020c.__CR0,0,2400,1800_PT0_SX600_V1___.jpg\" alt=\"commercial outdoor lighting pole for parking lot street and HOA\"\u003e\n\n        \u003cdiv class=\"oso-pole-feature-copy\"\u003e\n          \u003ch3\u003eDesigned for Outdoor Lighting\u003c\/h3\u003e\n          \u003cp\u003e\n            Suitable for solar street lights and outdoor area-lighting\n            installations where a tall commercial mounting structure is required.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DARK STRENGTH SECTION --\u003e\n  \u003csection class=\"oso-pole-dark\"\u003e\n\n    \u003ch2\u003eCommercial-Grade Pole Construction\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The pole uses a sectional design that balances shipping practicality\n      with the height and structure needed for outdoor street and area lighting.\n      Proper installation and adherence to fixture-weight limits are essential\n      for safe, long-term performance.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso-pole-dark-grid\"\u003e\n\n      \u003cdiv class=\"oso-pole-dark-card\"\u003e\n        \u003cstrong\u003e20 Ft\u003c\/strong\u003e\n        \u003cspan\u003eFull assembled pole height.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pole-dark-card\"\u003e\n        \u003cstrong\u003e5 Pieces\u003c\/strong\u003e\n        \u003cspan\u003eSectional construction for assembly and transport.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pole-dark-card\"\u003e\n        \u003cstrong\u003e26 lb\u003c\/strong\u003e\n        \u003cspan\u003eMaximum stated hanging load without ground cage.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"oso-pole-dark-card\"\u003e\n        \u003cstrong\u003e32 lb\u003c\/strong\u003e\n        \u003cspan\u003eMaximum stated load when installed with ground cage.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPECS --\u003e\n  \u003csection class=\"oso-pole-two\"\u003e\n\n    \u003cdiv class=\"oso-pole-card\"\u003e\n\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n      \u003ctable class=\"oso-pole-table\"\u003e\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eHeight\u003c\/th\u003e\n            \u003ctd\u003e20 Ft\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eTop Diameter\u003c\/th\u003e\n            \u003ctd\u003e3 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBottom Diameter\u003c\/th\u003e\n            \u003ctd\u003e4.3 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWeight\u003c\/th\u003e\n            \u003ctd\u003eApprox. 56 lb\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWall Thickness\u003c\/th\u003e\n            \u003ctd\u003e1.8 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eSections\u003c\/th\u003e\n            \u003ctd\u003e5 Pieces\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eIron — Zinc Plated\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eStandard Hanging Load\u003c\/th\u003e\n            \u003ctd\u003eMaximum 26 lb\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWith Ground Cage\u003c\/th\u003e\n            \u003ctd\u003eMaximum 32 lb\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eBox Size\u003c\/th\u003e\n            \u003ctd\u003e55\" × 10\" × 11\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pole-card\"\u003e\n\n      \u003ch2\u003eConstruction Highlights\u003c\/h2\u003e\n\n      \u003cul class=\"oso-pole-list\"\u003e\n        \u003cli\u003eHeavy-duty iron construction\u003c\/li\u003e\n        \u003cli\u003eZinc-plated corrosion protection\u003c\/li\u003e\n        \u003cli\u003eProtective painted exterior finish\u003c\/li\u003e\n        \u003cli\u003ePrecision-welded components\u003c\/li\u003e\n        \u003cli\u003eCommercial outdoor design\u003c\/li\u003e\n        \u003cli\u003eFive-section assembly\u003c\/li\u003e\n        \u003cli\u003eWide 4.3-inch base diameter\u003c\/li\u003e\n        \u003cli\u003e3-inch top diameter for fixture mounting\u003c\/li\u003e\n        \u003cli\u003eBase-mount installation design\u003c\/li\u003e\n        \u003cli\u003eGround cage option for heavier fixture loads\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003csection class=\"oso-pole-card oso-pole-section\"\u003e\n\n    \u003ch2\u003eDesigned for Commercial \u0026amp; Residential Outdoor Lighting\u003c\/h2\u003e\n\n    \u003cp class=\"oso-pole-lead\"\u003e\n      The 20 ft commercial light pole provides a versatile mounting structure\n      for a wide range of outdoor lighting environments.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"oso-pole-apps\"\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eParking Lots\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eStreets\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eSidewalks\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eCommercial Properties\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eHOAs \u0026amp; Communities\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eDriveways\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003ePrivate Roads\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eFarms\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eRanches\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eEstates\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eOutdoor Sports Areas\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eLarge Yards\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eCampus Areas\u003c\/span\u003e\n      \u003cspan class=\"oso-pole-app\"\u003eIndustrial Properties\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- WEATHER --\u003e\n  \u003csection class=\"oso-pole-two\"\u003e\n\n    \u003cdiv class=\"oso-pole-card\"\u003e\n\n      \u003ch2\u003eBuilt for Outdoor Exposure\u003c\/h2\u003e\n\n      \u003cp style=\"margin:0 0 16px;color:#667085;font-size:15px;line-height:1.7;\"\u003e\n        The pole combines zinc plating with a protective painted finish\n        to help resist corrosion and everyday weather exposure.\n      \u003c\/p\u003e\n\n      \u003cul class=\"oso-pole-list\"\u003e\n        \u003cli\u003eDouble-layer galvanized zinc protection\u003c\/li\u003e\n        \u003cli\u003eProtective anti-corrosion coating\u003c\/li\u003e\n        \u003cli\u003eDesigned for outdoor installation\u003c\/li\u003e\n        \u003cli\u003eSuitable for rain, heat, cold, and seasonal weather\u003c\/li\u003e\n        \u003cli\u003ePeriodic inspection is recommended for long-term installations\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"oso-pole-card\"\u003e\n\n      \u003ch2\u003eLoad \u0026amp; Installation Limits\u003c\/h2\u003e\n\n      \u003cp style=\"margin:0 0 16px;color:#667085;font-size:15px;line-height:1.7;\"\u003e\n        Proper installation and fixture weight are important for pole stability.\n        Do not exceed the listed hanging-load limits.\n      \u003c\/p\u003e\n\n      \u003cul class=\"oso-pole-list\"\u003e\n        \u003cli\u003eMaximum stated load: 26 lb\u003c\/li\u003e\n        \u003cli\u003eMaximum stated load with ground cage: 32 lb\u003c\/li\u003e\n        \u003cli\u003eGround cage is recommended for heavier fixture loads\u003c\/li\u003e\n        \u003cli\u003eAvoid installation in extreme high-wind locations unless properly engineered\u003c\/li\u003e\n        \u003cli\u003eUse appropriate equipment and installation procedures\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INSTALLATION SAFETY --\u003e\n  \u003csection class=\"oso-pole-install\"\u003e\n\n    \u003ch2\u003eInstallation \u0026amp; Safety Guidelines\u003c\/h2\u003e\n\n    \u003cul class=\"oso-pole-list\"\u003e\n      \u003cli\u003eConfirm the fixture weight before installation\u003c\/li\u003e\n      \u003cli\u003eDo not exceed the stated pole load limits\u003c\/li\u003e\n      \u003cli\u003eUse the ground cage when required for heavier installations\u003c\/li\u003e\n      \u003cli\u003eInstall the pole on a properly prepared and stable foundation\u003c\/li\u003e\n      \u003cli\u003eUse appropriate lifting and safety equipment during assembly\u003c\/li\u003e\n      \u003cli\u003eDo not climb the pole with a ladder during installation or repair\u003c\/li\u003e\n      \u003cli\u003eAvoid extreme high-wind coastal or exposed mountain locations unless the installation has been properly engineered for those conditions\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"oso-pole-warning\"\u003e\n\n      \u003cstrong\u003eImportant Installation Note\u003c\/strong\u003e\n\n      \u003cp\u003e\n        Site conditions vary. Pole foundation requirements, wind loading,\n        fixture weight, local building codes, soil conditions, and permitting\n        requirements should be evaluated before installation. Commercial or\n        permitted projects may require review by a qualified local engineer\n        or other appropriate professional.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MANUAL --\u003e\n  \u003csection class=\"oso-pole-doc\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003ch3\u003e20 Ft Pole Specification \u0026amp; Installation Document\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Review the available pole specifications and installation information\n        before assembly and installation.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/LUMENX_20FT_Solar_Street_Light_Pole_Specification.pdf?v=1769022986\" target=\"_blank\" rel=\"noopener\"\u003e\n      View Specifications\n    \u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"oso-pole-card\"\u003e\n\n    \u003ch2\u003e20 Ft Solar Street Light Pole FAQs\u003c\/h2\u003e\n\n    \u003cdiv class=\"oso-pole-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow tall is the pole?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The assembled pole height is 20 feet. The pole uses a\n          five-section construction for transport and assembly.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the pole made from?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The supplied specifications list iron construction with zinc plating\n          and a protective painted finish designed for outdoor use.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the diameter of the pole?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The pole measures approximately 3 inches in diameter at the top\n          and approximately 4.3 inches in diameter at the bottom.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow much weight can the pole support?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The stated maximum hanging load is 26 lb. When installed with the\n          specified ground cage, the stated maximum increases to 32 lb.\n          Do not exceed the listed limits.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere can a 20 ft street light pole be used?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          Common applications include parking lots, streets, sidewalks,\n          commercial properties, HOAs, farms, ranches, driveways,\n          large residential properties, industrial sites, and outdoor sports areas.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs a ground cage required?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The supplied information states that a ground cage is recommended\n          when the total luminaire load exceeds 26 lb. The appropriate\n          foundation and mounting method also depend on site conditions.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan this pole be installed in high-wind areas?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The supplied installation guidance advises avoiding extreme\n          high-wind zones, exposed coastal areas, and mountain-top locations\n          unless the installation is properly reinforced and engineered\n          for those site-specific conditions.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat size is the shipping box?\u003c\/summary\u003e\n\n        \u003cdiv class=\"oso-pole-faq-answer\"\u003e\n          The listed package size is approximately 55 inches × 10 inches × 11 inches.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- TRUST BAR --\u003e\n  \u003csection class=\"oso-pole-trust\"\u003e\n\n    \u003cdiv class=\"oso-pole-trust-item\"\u003e\n      \u003cstrong\u003e20 Ft\u003c\/strong\u003e\n      Commercial Pole Height\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-trust-item\"\u003e\n      \u003cstrong\u003e1.8 mm\u003c\/strong\u003e\n      Wall Thickness\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-trust-item\"\u003e\n      \u003cstrong\u003eZinc Plated\u003c\/strong\u003e\n      Corrosion Protection\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-trust-item\"\u003e\n      \u003cstrong\u003e5 Sections\u003c\/strong\u003e\n      Practical Assembly\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"oso-pole-trust-item\"\u003e\n      \u003cstrong\u003eMade in USA\u003c\/strong\u003e\n      Commercial Outdoor Pole\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":45248251887848,"sku":"20fpole","price":298.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/20ft-commercial-grade-streetparkingflag-light-pole-aluminum-cage-1-pack-8639391.jpg?v=1786734439"},{"product_id":"high-end-12-ft-10-light-battery-operated-metal-indoor-integrated-led-string-lights","title":"12Ft SmartYard Battery Operated Metal Indoor Integrated LED String Lights 10-Light","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"sui-mb-8 sui-flex sui-flex-row sui-justify-center\" data-testid=\"rich-content\"\u003e\n\u003cdiv class=\"etch-widgets\" data-component=\"EtchWidgets\"\u003e\n\u003cdiv class=\"grid row 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.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310424555-10507-12-ft-10light-battery-operated-metal-indoor-integrated-led-string-lights-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\u003c\/div\u003e\n\u003cdiv class=\"grid row isBound transparentBorder\" id=\"sectionV1_a257\"\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.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310424555-10507-12-ft-10light-battery-operated-metal-indoor-integrated-led-str-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.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310424555-10507-12-ft-10light-battery-operated-metal-indoor-integrated-led-string-lights-bulb-shape-2-2020.jpg\" alt=\"This string light has Novelty-shaped lights.\" class=\"stretchy  stretchy\" title=\"This string light has Novelty-shaped lights.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid row 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.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310424555-10507-12-ft-10light-battery-operated-metal-indoor-integrated-led-string-lights-lumens-2-2020.jpg\" alt=\"This light has a brightness of 11 lumens.\" class=\"stretchy  stretchy\" title=\"This light has a brightness of 11 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.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310424555-10507-12-ft-10light-battery-operated-metal-indoor-integrated-led-string-lights-power-type-2-2020.jpg\" alt=\"This is a Battery-powered light.\" class=\"stretchy  stretchy\" title=\"This is a Battery-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.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310424555-10507-12-ft-10light-battery-operated-metal-indoor-integrated-led-string-l-number-of-bulbs-2-2020.jpg\" alt=\"This light has 10 bulbs.\" class=\"stretchy  stretchy\" title=\"This light has 10 bulbs.\" 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.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310424555-10507-12-ft-10light-battery-operated-metal-indoor-integrated-led-string-light-wire-length-2-2020.jpg\" alt=\"This string light is 12 feet long.\" class=\"stretchy  stretchy\" title=\"This string light is 12 feet long.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid row 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.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310424555-10507-12-ft-10light-battery-operated-metal-indoor-integrated-led-string-lights-material-2-2020.jpg\" alt=\"This light is made out of Copper.\" class=\"stretchy  stretchy\" title=\"This light is made out of Copper.\" 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.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310424555-10507-12-ft-10light-battery-operated-metal-indoor-integrated-led-string-lights-light-type-2-2020.gif\" alt=\"This is a Flashing light.\" class=\"stretchy  stretchy\" title=\"This is a Flashing light.\" 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.thdstatic.com\/hdus\/en_US\/DTCCOMNEW\/fetch\/FetchRules\/Rich_Content\/310424555-10507-12-ft-10light-battery-operated-metal-indoor-integrated-led-string-lights-warranty-2-2020.jpg\" alt=\"This product comes with a 1 Year warranty.\" class=\"stretchy  stretchy\" title=\"This product comes with a 1 Year warranty.\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-column  col-6-12 recursive-content\" id=\"sectionColumn8_8179\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-column  col-6-12 recursive-content\" id=\"sectionColumn8_4596\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-column  col-6-12 recursive-content\" id=\"sectionColumn8_caa3\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid row isBound transparentBorder\" id=\"sectionV1_cea9\"\u003e\n\u003cdiv class=\"grid-column  col-12-12 recursive-content\" id=\"sectionColumn1_b662\"\u003e\n\u003cdiv class=\"content_image\"\u003eAbout This Product\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"sui-mb-4 sui-text-base\"\u003eMetal crafted cage designs encase 10 LED lights to form a magical ambiance. For indoor use only suitable - if using outdoors place under a covered area. Requires 3 AA batteries (not included). If 1 bulb burns out the rest will stay lit. Cannot be connected to other lighted items. The silver wire is bendable and waterproof (battery pack is not waterproof). The lights have a convenient timer with 6 hours on 18 hours off. The lights can also be set as constant or flashing. Number of bulb on string: 10 lighted length: 5 ft. x 10.8 in. Total length: 12 ft. Spacing between each bulb: 7.8 in.\u003c\/p\u003e\n\u003cul class=\"sui-w-full sui-list-disc sui-px-6 sui-flex sui-flex-col sui-gap-2 sui-mt-2\" data-testid=\"bullet-list\"\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eSuitable for covered porches, patios, parties and perfect for decorative projects providing special lighting ambiance to any area\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eString light is 12 ft. long (includes 10 metal-cage with LED's)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eBattery pack has 2 light modes: steady on and flashing, you can choose the mode according to your preference or different occasions\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eEquip with timer function; you can turn on the timer to avoid forgetting to turn off the lights; just set the switch to timer; it lights up in the pre-programmed timing sequence of 6 hours on and 18 hours off every day\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eCable wire is flexible and easy to shape, perfect for party and styling creative spaces, wedding, Christmas, table decorations, etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eWarm white LEDs are energy efficient yet bright\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003e\u003cspan\u003eString light is battery operated (requires 3 AA batteries not included), making mounting easy\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-testid=\"bullet-list-item\"\u003eProduct Information\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sui-flex sui-flex-col sui-gap-2\"\u003e\n\u003cdiv class=\"product-info-bar\" data-testid=\"productInfo\"\u003e\n\u003cdiv class=\"sui-flex sui-text-base sui-flex-wrap sui-flex-col\" data-component=\"ProductInfoBar\"\u003e\n\u003cdiv class=\"sui-flex sui-inline-flex sui-mr-2\"\u003e\n\u003ch2 class=\"sui-font-regular sui-text-base sui-leading-normal sui-tracking-normal sui-normal-case sui-line-clamp-unset sui-text-primary sui-text-left\"\u003eInternet # \u003cspan class=\"sui-font-normal\"\u003e310424555\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sui-flex sui-inline-flex sui-mr-2\"\u003e\n\u003ch2 class=\"sui-font-regular sui-text-base sui-leading-normal sui-tracking-normal sui-normal-case sui-line-clamp-unset sui-text-primary sui-text-left\"\u003eModel # \u003cspan class=\"sui-font-normal\"\u003e10507\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sui-flex sui-inline-flex sui-mr-2\"\u003e\n\u003ch2 class=\"sui-font-regular sui-text-base sui-leading-normal sui-tracking-normal sui-normal-case sui-line-clamp-unset sui-text-primary sui-text-left\"\u003eStore SKU # \u003cspan class=\"sui-font-normal\"\u003e1004670268\u003c\/span\u003e\n\u003c\/h2\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":46433846329576,"sku":"","price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/12ft-smartyard-battery-operated-metal-indoor-integrated-led-string-lights-10-light-5754604.jpg?v=1786734320"},{"product_id":"oversize-american-flag-solar-lights-420-super-bright-leds-2-in-1solar-powered-and-plug-in-flag-light-waterproof-led-us-flags-light","title":"Oversize American Flag Solar Lights 420 Super Bright LEDs 2-in-1 Solar Powered and Plug in Flag Light","description":"\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"sogk04-n2kbg4-lort81-shpups\" 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=\"vaqtp0-za9c7q-rj5my4-d8bw1z\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"5341\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8356aa97-dccd-45a1-9652-034198963baf.__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\/8356aa97-dccd-45a1-9652-034198963baf.__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=\"tfomtg-8jds6s-jys3kz-o4u07g\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"2336266\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/aca5f428-e4c4-401c-8834-862efc8d70df.__CR0,0,970,600_PT0_SX970_V1___.png\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/aca5f428-e4c4-401c-8834-862efc8d70df.__CR0,0,970,600_PT0_SX970_V1___.png\"\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=\"ftxwqv-uubf3f-a0v4fr-1n1unx\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003e2 Power Ways: USB \u0026amp; Solar Power\u003c\/h3\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"23\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d4f53324-a2a6-45eb-b0f3-acf80b1872f7.__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\/d4f53324-a2a6-45eb-b0f3-acf80b1872f7.__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=\"suys6h-ppb70b-1qawiz-nssblx\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"236\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/011ef6d7-b6d2-4295-8d42-02f41b0dad8b.__CR0,0,970,600_PT0_SX970_V1___.png\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/011ef6d7-b6d2-4295-8d42-02f41b0dad8b.__CR0,0,970,600_PT0_SX970_V1___.png\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eMZD8391 [Solar Power + USB 2 Power Way] American US Flag Lights\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cu\u003eSolar Power + USB Dual Power Way\u003c\/u\u003e: \u003c\/span\u003eThis American Flag Light Supports 2 Power Way, you can choose use solar power or USB power in different season or occasion.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cu\u003e420 High Quality LED Beads\u003c\/u\u003e: \u003c\/span\u003eThe size of this us flag lights is 6.5ft*3.28ft, large and Brilliant, looks really amazing on Wall, Pond, Yard, Home, Porch, Fence at night.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cu\u003e4 Levels Dimmable \u0026amp; Smart Timer\u003c\/u\u003e: \u003c\/span\u003eYou Can Adjust The Brightness From 100%, 75%, 50%, 25%, Or set the 18 off and 6 hours on timer.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cu\u003eMemory Function, Remote Control \u0026amp; 8 Lighting Modes\u003c\/u\u003e: \u003c\/span\u003ewith 8 Lighting modes including steady on, combination, in waves, sequential, slow-glow, chasing, slow fade and twinkle, also with memory function, so you do not need reset the mode every time.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cu\u003eIP65 Waterproof:\u003c\/u\u003e \u003c\/span\u003eThis American flag lights is waterproof, Ideal for Both Indoor and Outdoor Use, it can light up your garden, yard, garage, front doors, backyards, walls, etc. even in rainy days.\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-9 aplus-standard\" cel_widget_id=\"aplus-m-module-9\" data-csa-c-id=\"lob71v-ihpf8m-a8bs49-mnnccv\" 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=\"03366\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0c32ce26-61da-45c6-8ad0-63d7aa3c4f0b.__CR0,0,300,300_PT0_SX300_V1___.png\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0c32ce26-61da-45c6-8ad0-63d7aa3c4f0b.__CR0,0,300,300_PT0_SX300_V1___.png\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eSpecification:\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLED Color: Red, Blue, White\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eFlag Size: 6.5 Ft X 3.3 Ft\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eLifespan: Over 100000 Hours\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003ePower Way: Plug In \u0026amp; Solar Power\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eMaterial: PVC+ Copper Wire\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eBuilt In Battery: 1200mAh\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eCharging Time: 6~8 Hours\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eCable: 3.3 Ft\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"123\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/57842d2f-ea21-4732-be99-50daeff19eaa.__CR0,0,300,300_PT0_SX300_V1___.png\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/57842d2f-ea21-4732-be99-50daeff19eaa.__CR0,0,300,300_PT0_SX300_V1___.png\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003ePackage Include:\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e1*LED US Flag Lights\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e1*Solar Panel\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e1* Remte Control\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e1* Ground Stake\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e1* USB Cable\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"230\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a98318c5-d96b-48ee-b9e0-a0d5702e250a.__CR0,0,300,300_PT0_SX300_V1___.png\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a98318c5-d96b-48ee-b9e0-a0d5702e250a.__CR0,0,300,300_PT0_SX300_V1___.png\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eFunction:\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e8 Lighting Modes \u0026amp; Memory Function: steady on, combination, in waves, sequential, slow-glow, chasing, slow fade and twinkle\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eIP65 Highly Waterproof Rank\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003eRemote Control \u0026amp; Timer\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e4 Level Brightness Dimmable\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \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-5 aplus-standard\" cel_widget_id=\"aplus-m-module-5\" data-csa-c-id=\"8q1em-1kyb5d-x281h8-1wyufi\" data-cel-widget=\"aplus-m-module-5\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"apm-spacing\"\u003e\n\u003cdiv class=\"apm-tablemodule\"\u003e\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":"Default Title","offer_id":46479174402280,"sku":"","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/oversize-american-flag-solar-lights-420-super-bright-leds-2-in-1-solar-powered-and-plug-in-flag-light-2210949.jpg?v=1786734318"},{"product_id":"2-pack-solar-hanging-lanterns-outdoor-waterproof-15-pumpkin-shape","title":"2 Pack SmartYard Solar Hanging Lanterns Outdoor Waterproof 15\" Pumpkin Shape","description":"\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"uo6lx2-sbh1zm-2w1jkl-tpnm7y\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"w6xcw8-icae3d-kw1sen-a3qcmc\" 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 lantern outdoor hanging lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c9f922e9-7e5c-46e1-8b9e-a2c80f5f706f.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c9f922e9-7e5c-46e1-8b9e-a2c80f5f706f.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\n\u003cbr\u003e\n\u003cdiv id=\"aplus_feature_div\" class=\"celwidget\" data-feature-name=\"aplus\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplus\" data-csa-c-slot-id=\"aplus_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"5kt7dl-5zciqs-h8fsgk-g5bk73\" data-cel-widget=\"aplus_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-15\" data-csa-c-id=\"34l06f-cpc5st-owader-ch3hs9\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-15-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"uo6lx2-sbh1zm-2w1jkl-tpnm7y\" data-cel-widget=\"m-aplus\" cel_widget_id=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module module-11 aplus-standard\" data-csa-c-id=\"h6ordh-isr5d3-sxmf4b-zdclmb\" 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 powered hanging lanterns outdoor lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/47df5b7f-de7c-4906-a054-b43877d05363.__CR0,53,1600,495_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/47df5b7f-de7c-4906-a054-b43877d05363.__CR0,53,1600,495_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"rk5bc4-9c2ty5-vygk1y-qs8xax\" 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=\"waterproof solar hanging lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4e2f1f7e-1394-4099-9bc0-1efc980c0bb1.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4e2f1f7e-1394-4099-9bc0-1efc980c0bb1.__CR0,0,1940,1200_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cdiv class=\"celwidget aplus-module module-1 aplus-standard\" data-csa-c-id=\"tzmy77-iyjyyq-3kfmov-635xvu\" data-cel-widget=\"aplus-m-module-1\" cel_widget_id=\"aplus-m-module-1\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"apm-spacing apm-wrap\"\u003e\n\u003cdiv class=\"apm-wrap\"\u003e\n\u003cdiv class=\"apm-wrap\"\u003e\n\u003cp class=\"a-spacing-base\"\u003e2024 Upgraded new solar lights outdoor features a classic retro design, beautiful and practical, our solar lanterns outdoor waterproof supplemented with black skeletonized iron side strips that emit a radiant and inviting glow. The bright LED hanging hanging solar lights for outside will be perfect for camping, picnics or garden parties. Outdoor solar lanterns can be hung on porch, tree, pergola with a hanging loop, or placed on table tops and ledge.\u003c\/p\u003e\n\u003cdiv class=\"a-box a-spacing-small a-color-alternate-background apm-listbox amp-centerthirdcol-listbox\"\u003e\n\u003cdiv class=\"a-box-inner\"\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eSolar Lanterns Outdoor Waterproof \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eOur outdoor hanging solar lights conform to IP65 waterproof standards. solar lights outdoor waterproof defy water, dust, heat, and freeze, it can keep working in your yard in any weather. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eHigh-quality Metal \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eConstructed with premium iron materials, our solar hanging lights outdoor offers exceptional durability and rust resistance, ensuring long-lasting structural integrity without deformation. \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-9 aplus-standard\" data-csa-c-id=\"55e463-mguc0l-hjwbdv-v3cki9\" 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 powered lantern\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/be6bc8aa-e85b-4033-ba0d-5a6aaf9803e0.__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\/be6bc8aa-e85b-4033-ba0d-5a6aaf9803e0.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eUpgraded Tungsten Light Bulb\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eOur outdoor solar lanterns equipped with advanced LED tungsten bulbs, offers bright lighting effects while being very energy efficient. Emitting a warm, inviting glow, lighting and decorating your yard, garden.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"Solar Lights Outdoor Waterproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/06e40b9c-0ab1-49a7-b545-0f9c370a2901.__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\/06e40b9c-0ab1-49a7-b545-0f9c370a2901.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eHigh Efficiency Solar Panel\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eThe solar lights outdoor is equipped with upgraded solar panels that can absorb solar energy more efficiently, as well as high capacity batteries that allow outdoor lanterns for patio waterproof to work outdoors for a long time.\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-library-service-media\/7634b3c3-d909-4e8b-982f-1f7e0e027da7.__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\/7634b3c3-d909-4e8b-982f-1f7e0e027da7.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eBeautiful Shadow Pattern\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eHanging solar lanterns will cast enchanting shadow patterns when lit up at night, creating a mesmerizing lighting effect while delicately adorning your yard, adding charm to your yard, patio, garden, and porch, is a great gift idea!\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=\"w42z2h-o9dz5u-nmrypu-msmmrd\" data-cel-widget=\"aplus-m-3p-module-b\" cel_widget_id=\"aplus-m-3p-module-b\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003e\u003cbr\u003e**WARM TIPS:\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e1. Keep the switch in ‘’ON’’ position.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e2. Position the solar panel for maximum exposure to sunlight.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e3. Remove snow or debris sheltered the lamp top solar panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aplusSustainabilityStory_feature_div\" class=\"celwidget\" data-feature-name=\"aplusSustainabilityStory\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"aplusSustainabilityStory\" data-csa-c-slot-id=\"aplusSustainabilityStory_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"lgx6a9-sl9vep-mv1kxr-pepnao\" data-cel-widget=\"aplusSustainabilityStory_feature_div\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"renewedProgramDescription_feature_div\" class=\"celwidget\" data-feature-name=\"renewedProgramDescription_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"renewedProgramDescription_RI\" data-csa-c-slot-id=\"renewedProgramDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"nzcb77-s4mitr-n43f9k-x14mk1\" data-cel-widget=\"renewedProgramDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-16\" data-csa-c-id=\"dutyo7-x35dlt-67fus7-1suvac\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"productDescription_feature_div\" class=\"celwidget\" data-feature-name=\"productDescription_with_hoc_wdgs\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"productDescription_with_hoc_wdgs\" data-csa-c-slot-id=\"productDescription_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"ug7kjx-ditaby-7enb4y-vkrt2w\" data-cel-widget=\"productDescription_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-17\" data-csa-c-id=\"c47q70-cikzdg-7yr067-5w50oz\" data-cel-widget=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collectiblesKeyInformation_feature_div\" class=\"celwidget\" data-feature-name=\"collectiblesKeyInformation_RI\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"collectiblesKeyInformation_RI\" data-csa-c-slot-id=\"collectiblesKeyInformation_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"nyaap6-tc3uzv-slil2z-7la5qr\" data-cel-widget=\"collectiblesKeyInformation_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-18\" data-csa-c-id=\"1saoo1-9kovl6-uk1uui-pq6ai0\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-18-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"collectiblesKeyInformation\" data-template-name=\"collectiblesKeyInformation\" class=\"a-section a-spacing-none\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"featureBulletsAndDetailBullets_feature_div\" class=\"celwidget\" data-feature-name=\"featureBulletsAndDetailBullets_RI_with_hoc_wdgs\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"featureBulletsAndDetailBullets_RI_with_hoc_wdgs\" data-csa-c-slot-id=\"featureBulletsAndDetailBullets_feature_div\" data-csa-c-asin=\"\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-id=\"ntj7pn-1jnaot-6rftf5-5qa1q\" data-cel-widget=\"featureBulletsAndDetailBullets_feature_div\"\u003e\n\u003cdiv class=\"a-cardui-deck dp-widget-card-deck celwidget\" data-a-remove-bottom-gutter=\"\" name=\"a-cardui-deck-autoname-19\" data-csa-c-id=\"tywnxr-7beqws-t9wrsj-c5tocv\" data-cel-widget=\"\"\u003e\n\u003cdiv class=\"a-cardui feature\" data-a-card-type=\"basic\" name=\"a-cardui-deck-autoname-19-card0\" data-cel-widget=\"\"\u003e\n\u003cdiv data-feature-name=\"featureBulletsAndDetailBullets\" data-template-name=\"featureBulletsAndDetailBullets\" class=\"a-section a-spacing-none\"\u003e\n\u003ch3\u003eFeatures \u0026amp; details\u003c\/h3\u003e\n\u003cdiv id=\"featurebullets_secondary_view_div\" class=\"a-section\"\u003e\n\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-small\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eLarge Pumpkin Solar Lanterns: Measures 5 x 4.8 x 15 inch (incl. metal chain and hook), 2 sets of large size hanging lanterns. Well-marked, classic look and attractive. Ideal for both Halloween and general outdoor garden use.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eAuto ON Dusk-to-Dawn: Featuring light sensor, these solar lights AUTO ON at night or dark area (less than 2 LUX) after 6-8h direct sunlight exposure. No more manual operation.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e10 hrs. Long-lasting: Featuring 800mAh large capacity solar powered, they can stay on up to approx. 10 hours if fully charged. Long-lasting night work time with zero power bill.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eIP65 Waterproof: Reliable, heavy-duty metal light fixtures, all seasons decorations - enables to to withstand harsh weather, high or low temperatures.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eMultipurpose: Detachable chain \u0026amp; hook make them not only hanging outdoor solar lights (hang them on tree-height or put them on Shepherd hook), but also tabletop lanterns.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":46569699836136,"sku":"B0CSDCCX4R","price":46.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/2-pack-smartyard-solar-hanging-lanterns-outdoor-waterproof-15-pumpkin-shape-1469177.jpg?v=1786734314"},{"product_id":"solar-extension-cable-5m16-4-feet-extender-wires-cords-two-core-with-plug-waterproof-ip65-for-solar-flood-lights-solar-street-lights","title":"Solar Extension Cable 5m16.4 Feet Extender Wires Cords Two Core with Plug Waterproof IP65 for Solar Flood Lights Solar Street Lights","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSafe and Energy Saving - No electricity cost, entirely solar powered and wireless installation, which can save your cost.Length 16.4 ft, 2 Pin plug, suitable for DC, and other low-voltage DC environments.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEasy to install-Match all TINSUM solar light products, with waterproof male plug, no need to cut the wiring, just plug in the plug on the original product and you can use it\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eWaterproof Design-The outdoor solar flood street light extension cable adopts IP65 waterproof design, which can be used with confidence.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eA solar lamp is connected to 2 cables at most-Since solar lamps are low-voltage products, the longer the power extension cord, the smaller the current passing through.It is recommended that the total length of the extension cable does not exceed 50 feet.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eAfter - sales service- You are always covered by our 2-year unlimited warranty when you purchase OSO Products. Contact our customer service team 24\/7.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan\u003eSolar Extension Cable 5m16.4 Feet Extender Wires Cords Two Core With Plug Length 16.4 ft, 2 Pin plug, suitable for DC, and other low-voltage DC environments. IP65 waterproof design. Suitable OutdoorSolarOutlet solar street light,solar flood light,2pack solar flood light ,etc.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":46756613652712,"sku":"","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/solar-extension-cable-5m164-feet-extender-wires-cords-two-core-with-plug-waterproof-ip65-for-solar-flood-lights-solar-street-lights-6853184.jpg?v=1786734261"},{"product_id":"10ft-string-light-poles-4-pack-light-poles-for-outside-lights-outdoor-with-fence-brackets-hanging-lights-metal-stand","title":"10Ft Extra Thick String Light Poles 4 Pack,Light Poles for Outside Lights,Outdoor with Fence Brackets Hanging Lights,Metal Stand","description":"\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" data-csa-c-id=\"68atsm-6b8v5p-xtvlzw-bf8o8i\" data-cel-widget=\"m-aplus\"\u003e\n\u003cdiv class=\"celwidget aplus-module module-12 aplus-standard\" data-csa-c-id=\"apsecd-g9ylsr-leepuh-1auvb8\" data-cel-widget=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg alt=\"1\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/92379810-dd5f-4796-96b9-9721a6dc44cd.__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\/92379810-dd5f-4796-96b9-9721a6dc44cd.__CR0,0,970,300_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"8dqwyy-9u3sb1-4ibzqx-4gtn1d\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"2\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8f3be395-1321-4f88-a71d-1fe7ff183325.__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\/8f3be395-1321-4f88-a71d-1fe7ff183325.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eElevate Your Outdoor Gatherings with String Light Poles\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eIlluminate Your Evenings: Good lighting sets the stage for unforgettable outdoor entertainment. Our String Light Poles provide just the right amount of illumination, enhancing visibility without overwhelming the ambiance.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eAdd Charm to Your Environment: Beyond functionality, our poles bring a touch of elegance and charm to any outdoor setting. Whether it's a cozy backyard dinner or a lively garden party, these poles create a magical atmosphere that guests will remember.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eCreate Lasting Memories: The soft, warm glow of our string lights not only brightens up every corner but also warms hearts, fostering an inviting atmosphere where cherished moments are made. Whether it's laughter-filled conversations or quiet moments under the stars, our poles help create memories that last a lifetime.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eBuilt for Durability and Ease: Designed with durability in mind, our String Light Poles are crafted to withstand the elements while maintaining their elegant appearance. Easy to install and maintain, they ensure hassle-free enjoyment for years to come.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eLet our String Light Poles illuminate your nights and elevate your outdoor gatherings into unforgettable experiences. Whether it's a special occasion or simply enjoying the evening breeze, create magical moments with loved ones under the enchanting glow of our lights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"ytzt8h-q2e9fj-3m7dp-h0xwc7\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"3\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/5ffd6f95-282c-426a-85e2-477043d6c01f.__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\/5ffd6f95-282c-426a-85e2-477043d6c01f.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eEnhance Your Outdoor Spaces with String Light Poles\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eCreate a Magical Atmosphere: String light poles are more than just functional; they infuse your patio and outdoor spaces with a brilliant glow that adds warmth and romance to any occasion. Whether it's a family gathering, a wedding reception, or a festive celebration, these poles create a cozy and inviting atmosphere that guests will love.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eVersatile Charm: Our string light poles shine in various outdoor settings and event venues. From patios to gardens, they bring a unique charm that enhances the beauty of any space. Their flexible design and diverse hanging options make them perfect for adapting to different environments and decorative styles.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eEssential for Events: Lighting is crucial for events like parties, weddings, and festivals, not just for visibility but for setting the mood and adding excitement. With their customizable designs and easy installation, our string light poles effortlessly illuminate event venues, creating a joyful ambiance that delights participants and guests alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"du5oht-3331lo-gmyf9l-x8a0b5\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"4\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/002507e9-facc-4682-8ff1-cd6ffa91d5b2.__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\/002507e9-facc-4682-8ff1-cd6ffa91d5b2.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eElevate Your Poolside Experience with String Light Poles\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eTransform Your Evenings: On warm summer nights, the pool becomes the focal point for family gatherings, lively parties with friends, or quiet moments of relaxation. Enhance these moments with the enchanting glow of string light poles, turning every evening into a captivating and memorable experience.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003ePractical and Aesthetic: String light poles are more than just sources of light; they are essential for creating a welcoming ambiance around your pool area. Whether you're swimming under the stars or lounging poolside, these lights provide ample illumination while adding a touch of elegance and charm to your outdoor space.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eDurable Design: Crafted from weather-resistant materials, our string light poles are built to withstand the elements, ensuring longevity and performance even in challenging weather conditions. You can enjoy their reliable performance without worrying about wind, rain, or humidity affecting their beauty or functionality.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eVersatile Decoration: Beyond functionality, string light poles serve as stylish decorative elements that enhance the aesthetics of your poolside environment. Their flexible design allows for creative placement and customization, enabling you to tailor the lighting to suit any occasion or mood effortlessly.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003ePerfect for Any Occasion: Whether you're hosting a vibrant poolside party, gathering with family and friends, or simply unwinding after a long day, string light poles offer unparalleled convenience and enjoyment. They effortlessly create a cozy and inviting atmosphere that encourages relaxation and fun under the stars.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eCreate Lasting Memories: With string light poles illuminating your pool area, every gathering becomes an opportunity to create cherished memories. From festive celebrations to quiet evenings by the water, these lights set the stage for unforgettable moments that you and your loved ones will treasure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-9 aplus-standard\" data-csa-c-id=\"qr2oij-q6ql5u-r7xbkv-i97e7c\" 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=\"5-1\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0a1b7af9-da38-4f70-bf48-f0500ade7009.__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\/0a1b7af9-da38-4f70-bf48-f0500ade7009.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eVersatile Compatibility: Our String Light Poles are designed to complement various lighting fixtures and equipment, ensuring a secure fit that's easy to install and won't easily detach. Whether you're hanging string lights, lanterns, or other decorative elements, our poles provide a stable and versatile solution for all your outdoor lighting needs.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"5-2\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d94667ec-aece-48d7-8a9c-817af8865ae4.__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\/d94667ec-aece-48d7-8a9c-817af8865ae4.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eSegmented light poles are highly convenient for transportation and assembly compared to traditional one-piece poles. They offer greater flexibility and ease of adjustment as needed. During installation, connecting the segments in the correct order allows for quick assembly, saving time and labor. Detailed installation instructions and necessary tools are typically provided, making assembly straightforward even for those without specialized skills.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"5-3\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7781d77f-f8ee-4aa8-a178-94ba568a780f.__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\/7781d77f-f8ee-4aa8-a178-94ba568a780f.__CR0,0,300,300_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eSturdy and Reliable: Designed with a bottom fork featuring five sturdy claws, our String Light Poles ensure a solid foundation. This innovative design enhances stability, keeping your string lights securely in place even during windy conditions.\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=\"4ocwuu-yhvcc5-xok9w0-va6ub7\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"6\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c1bfc39e-b9dd-448a-83d9-a32bc28bfc48.__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\/c1bfc39e-b9dd-448a-83d9-a32bc28bfc48.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cp class=\"a-spacing-base\"\u003eRobust Construction: Crafted from high-quality metal, our String Light Poles are built to withstand the elements with ease. Whether it's sunshine, rain, or wind, these poles maintain their sturdy characteristics, ensuring reliable performance during installation and throughout use.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eFlexible and Adjustable: Featuring a multi-section design, our poles offer flexibility in length adjustment. Easily tailor the height to suit different settings such as patios, gardens, or terraces. This adaptability ensures you can create the perfect lighting ambiance wherever you need it.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eDurable Finish: To withstand outdoor conditions, each pole is treated with waterproof and anti-rust coatings, and finished with a sleek black gloss. This protective layer ensures the poles retain their beauty and durability over time, even with prolonged exposure to harsh environments.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eLong-lasting Performance: Choose our quality String Light Poles for a reliable lighting solution that offers both easy installation and enduring durability. Enhance your outdoor spaces effortlessly and enjoy the long-lasting results of our premium poles.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eTransform Your Outdoor Space: Elevate your outdoor decor and create a welcoming atmosphere with our versatile String Light Poles. Whether for festive occasions or everyday enjoyment, our poles provide a stylish and functional solution for illuminating your outdoor environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\" data-csa-c-id=\"jxbwu2-stk4ec-2hethy-raroh6\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"7\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/1dfd0a45-38d1-4de0-9bc0-5f40e657a510.__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\/1dfd0a45-38d1-4de0-9bc0-5f40e657a510.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003eEnhance Your Outdoor Spaces with Our String Light Poles\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003eEnchanting Garden Ambiance: Elevate your garden's charm with our String Light Poles. Enjoy the subtle play of light that transforms your garden into a romantic haven, perfect for unwinding and enjoying quiet moments amidst nature.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eVersatile Decorative Elements: Designed for both functionality and style, our String Light Poles are versatile additions to any outdoor setting. From illuminating garden paths to accentuating patio edges, they effortlessly blend into your garden's aesthetic, enhancing its visual appeal while providing gentle, ambient lighting.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003eCozy Evenings on the Patio: Imagine evenings spent on your patio or balcony enveloped in soft, warm light. Our String Light Poles add a touch of magic to these spaces, making them ideal for relaxation and entertaining. Whether installed along railings or overhead, they create a cozy ambiance that invites you to linger and enjoy memorable moments with loved ones.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e \u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eNo height restrictions：Made of high quality metal, it will not bend or wobble. The poles for string lights is not limited by its own length, and the excellent load-bearing properties allow you to install it on high fences and walls. Get rid of the general height limitation. You can also hang more number of strings of lights. Also can be applied to banners, lanterns, wind chimes, all kinds of light decoration, etc.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEfficient and excellent use：Outdoor string light poles does not take up floor space during use. There will be no impact on the original backyard or deck design with the efficient use of space. And the effect of hanging up, you can make the light effect of the string of lights better. At the same time, because of its own small size, disassembly and storage is also very fast.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEasy installation：No additional assembly and base are needed, the head and bottom are completely integrated design. In finding a place with enough support, the bottom will be fixed can be completed. Do not need any assistance, they can be done independently, very convenient.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eMulti-scene and location use：Lightweight dimensions allow for a diverse selection of mounting locations. For example, walls, fences, door eaves, eaves of houses. Also the use in occasions can be in backyards, patios, decks, bistros, cafes, etc. Indoor and outdoor can be used.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eService Guarantee: When you receive the product, please check if the product is in good condition and read the manual to use it. If you have any product questions or suggestions, please contact us by email.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":47883781800168,"sku":"B0D5HNVBSJ","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/10ft-extra-thick-string-light-poles-4-packlight-poles-for-outside-lightsoutdoor-with-fence-brackets-hanging-lightsmetal-stand-7356977.jpg?v=1786734144"},{"product_id":"28ft-plug-in-led-strung-light-10-large-4in-round-bulbs-2500k-warm-white-led-g100-waterproof","title":"30FT Plug-In LED Strung Light 10 Large 4in Round Bulbs, 2500K Warm White LED G100 Waterproof","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-none\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-3-four-column-images aplus-premium\" data-csa-c-id=\"uwrh7z-9qwb73-4bghah-w0o6kh\" data-cel-widget=\"aplus-premium-module-3-four-column-images\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-3 aplus-container-1\"\u003e\n\u003ch1 class=\"a-text-center premium-module-3-heading aplus-h1 a-text-bold\"\u003eZoom in with Us\u003c\/h1\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-four-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\u003cimg alt=\"Orb Ball Outdoor Indoor LED String Lights Unique Patio Lighting Pergola Durable Waterproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fd917deb-40fe-47a0-ae1b-a9a7aafd3e69.__CR94,0,3861,2896_PT0_SX300_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fd917deb-40fe-47a0-ae1b-a9a7aafd3e69.__CR94,0,3861,2896_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\n\u003ch1 class=\"aplus-h3 a-text-bold\"\u003eETL Certified\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\n\u003cp class=\"aplus-p3\"\u003eExperience peace of mind with UL-certified string lights. Enjoy their dazzling glow knowing they meet strict safety standards for your protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\u003cimg alt=\"Orb Ball Outdoor Indoor LED String Lights Unique Patio Lighting Pergola Durable Waterproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cfa31beb-da00-4732-a90b-e85a66db1125.__CR0,0,600,450_PT0_SX300_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cfa31beb-da00-4732-a90b-e85a66db1125.__CR0,0,600,450_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\n\u003ch1 class=\"aplus-h3 a-text-bold\"\u003eTough \u0026amp; Weather-Ready\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\n\u003cp class=\"aplus-p3\"\u003eDesigned to withstand the weather, they bring elegance and charm to your patio while creating an inviting atmosphere that lasts, rain or shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\u003cimg alt=\"Orb Ball Outdoor Indoor LED String Lights Unique Patio Lighting Pergola Durable Waterproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d8d5edd5-2168-4544-a4ad-a2354466fdff.__CR183,0,933,700_PT0_SX300_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d8d5edd5-2168-4544-a4ad-a2354466fdff.__CR183,0,933,700_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\n\u003ch1 class=\"aplus-h3 a-text-bold\"\u003ePatented Construction\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\n\u003cp class=\"aplus-p3\"\u003eGorgeous details assemble to create a unique, patented design that is sure to have your guests talking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus-column\"\u003e\n\u003cdiv class=\"a-section a-spacing-none {'column-image'}\"\u003e\u003cimg alt=\"Orb Ball Outdoor Indoor LED String Lights Unique Patio Lighting Pergola Durable Waterproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/03628454-7cb5-4fd7-ac61-213e02a08f8e.__CR0,21,454,341_PT0_SX300_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/03628454-7cb5-4fd7-ac61-213e02a08f8e.__CR0,21,454,341_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-heading\"\u003e\n\u003ch1 class=\"aplus-h3 a-text-bold\"\u003eDurable Cord\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-none column-description\"\u003e\n\u003cp class=\"aplus-p3\"\u003eBuilt to withstand the elements and heavy use. Enjoy long-lasting performance and reliability for all your indoor and outdoor lighting needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" data-csa-c-id=\"xakw7r-3ktvde-m39ega-e8tc6a\" data-cel-widget=\"aplus-premium-module-2-fullbackground-image\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n\u003ch1 class=\"a-text-center aplus-container-3 aplus-h1 a-text-bold\"\u003eCreate a Magical Ambiance\u003c\/h1\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-background-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none background-image\"\u003e\u003cimg alt=\"Orb Ball Outdoor Indoor LED String Lights Unique Patio Lighting Pergola Durable Waterproof\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6af83447-8718-42f2-b947-f3fe5991c8fc.__CR0,367,5000,2049_PT0_SX1464_V1___.jpg\" class=\"\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6af83447-8718-42f2-b947-f3fe5991c8fc.__CR0,367,5000,2049_PT0_SX1464_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\n\u003cp class=\"aplus-description aplus-container-3 aplus-p1\"\u003eIlluminate any space with Brightech's Commercial Grade String Lights. These versatile LED lights bring radiance and allure, offering limitless possibilities for your desired ambiance. Whether you seek brightness, charm, or a captivating atmosphere, these string lights are the perfect choice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\n\u003ch2 class=\"a-size-base-plus a-text-bold\"\u003eAbout this item\u003c\/h2\u003e\n\u003cdiv data-a-expander-collapsed-height=\"300\" class=\"a-expander-collapsed-height a-row a-expander-container a-expander-partial-collapse-container\"\u003e\n\u003cdiv data-expanded=\"true\" class=\"a-expander-content a-expander-partial-collapse-content a-expander-content-expanded\"\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\"\u003eStarry Romantic Ambience: Introducing the Brightech Orb LED string light, a stunning choice for alternative lighting in any space. Install this indoor outdoor globe LED orb lights string as a canopy over your porch or gazebo or over your kitchen island or dining room table. Its 2500K warm white lights are bright enough to sit and eat under, but not harsh on the eyes, creating an enticing, relaxing space that will get your guests talking.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eVersatile Decorative String Lights: Thanks to its 360 globe design, the Brightech Orb lights emit an even, warm, elegant light in all directions. This creates a stunning aesthetic and also means that you can install our ball string lights in almost any way possible, including horizontally, vertically, or clusters. You can string them straight or in unique different shapes using support poles, making them the perfect choice for camping, patios, cafes, pools, backyards, and many other options.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eCommercial Grade WeatherProof Patio String Lights: The rubberized flexible heavy-duty cord of these globe LED string lights can withstand the wear of either indoor and outdoor use. All components are UL listed, so you can confidently leave these lights on display year round. The outer globe is crafted as a seamless, single piece of easy to clean plastic, enhancing the product durability and lifespan.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEnergy Saving LED Outdoor String Lights: The Brightech Orb String lights provide a gentle yet powerful light that can work for both residential and commercial spaces. Each of the 10 included high efficiency LED bulbs draws a mere 1W of power, but provides 70 lumens of 2500k warm white light. They never get hot even after being on for hours, for a safe, energy saving light that can last for 20 years. This strand is not dimmable.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eEasy to Install, Customizable Lengths: The 30 foot strand comes fully connected, so you can hang and plug them in right out of the box. The bulbs are replaceable, which offers the ability to remove or connect additional strands and bulbs, up to 60 Ft (2 strands). If an LED falls into the globe during adjustment, it can be retrieved using long tipped tweezers or pliers.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eProduct Dimensions - Total length, 30 ft; Length from plug to first bulb, 10 ft; Space between bulbs 1.5 feet; Globe diameter - 10 centimeters. Connect up to 2 strands together.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Outdoor Solar Outlet","offers":[{"title":"Default Title","offer_id":47904508182760,"sku":"B0CWMPHR7T","price":63.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/30ft-plug-in-led-strung-light-10-large-4in-round-bulbs-2500k-warm-white-led-g100-waterproof-7687618.jpg?v=1786734142"},{"product_id":"solar-string-strawberry-lights-outdoor-100-led-40ft-multi-color-christmas-fairy-lights-with-8-lighting-modes-waterproof","title":"Solar String Strawberry Lights Outdoor 100 LED 40Ft Multi-Color Christmas Fairy Lights with 8 Lighting Modes, Waterproof","description":"\u003ch3\u003eProduct description\u003c\/h3\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"aplus-v2 mobile celwidget\" cel_widget_id=\"m-aplus\" data-csa-c-id=\"bivh3g-vselmx-7f9xhl-23rslc\" 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=\"tb7ie6-lz2yic-f5stsx-uyrirm\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"christmas lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c7bab6d8-e16c-452c-9af7-b27f279899e9.__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\/c7bab6d8-e16c-452c-9af7-b27f279899e9.__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=\"od5yas-ardcvd-aulzja-y4evu2\" data-cel-widget=\"aplus-m-3p-module-b\"\u003e\n\u003cdiv class=\"aplus-3p-center-content\"\u003e\u003cimg alt=\"christmas tree lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4e294f7f-eabe-4e62-9613-e603457b47d1.__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\/4e294f7f-eabe-4e62-9613-e603457b47d1.__CR0,0,970,600_PT0_SX970_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-7 aplus-standard\" cel_widget_id=\"aplus-m-module-7\" data-csa-c-id=\"cwz0bm-1mlz50-qxpi0v-3tru1l\" data-cel-widget=\"aplus-m-module-7\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"apm-spacing apm-wrap\"\u003e\n\u003cdiv class=\"apm-wrap\"\u003e\n\u003cdiv class=\"a-section a-text-center\"\u003e\u003cimg alt=\"solar string lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8746ec9b-459f-4e21-875f-eeb9685afef8.__CR0,0,800,800_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8746ec9b-459f-4e21-875f-eeb9685afef8.__CR0,0,800,800_PT0_SX300_V1___.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"apm-rightthirdcol\"\u003e\n\u003cdiv class=\"apm-rightthirdcol-inner\"\u003e\n\u003ch4\u003eSpecification\u003c\/h4\u003e\n\u003cdiv class=\"a-section\"\u003e\n\u003cul class=\"a-unordered-list a-vertical\"\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eLight color: Multicolor \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eLength: 12m\/40ft \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eBulbs: 100LED \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eLight Modes: 8 Modes \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003ePower Source: Solar power \u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"a-list-item\"\u003e\u003cspan class=\"a-size-base\"\u003eWaterproof: IP65 \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\u003cdiv\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eJedavai 100 LED Multi-Color Waterproof Solar Strawberry String Lights\u003c\/h4\u003e\n\u003ch5 class=\"a-spacing-mini\"\u003eEnergy saving and Automatic switch\u003c\/h5\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eEnergy-Saving:\u003c\/span\u003eSolar charging, no electricity bills, battery life up to more than 18 months.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eAutomatic switch:\u003c\/span\u003eThese solar lights charge during the day, turn on automatically at dusk, and turn off at dawn.\u003c\/p\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eWidely used:\u003c\/span\u003e100 diamond strawberry (1.2 inch in diameter) and 40 feet long, decorate your garden or outdoor space trees, or use this solar string light to replace traditional plug-in lights. Perfect for many occasions like Christmas, New Year, Ramadan, Halloween, Birthday Party, Valentine's Day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-9 aplus-standard\" cel_widget_id=\"aplus-m-module-9\" data-csa-c-id=\"tp6zff-feeixc-36voiy-b5d5do\" 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=\"christmas lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e7252c57-d535-4d56-b915-54941ca4aa15.__CR0,0,1000,1000_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e7252c57-d535-4d56-b915-54941ca4aa15.__CR0,0,1000,1000_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eIP65 Waterproof\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eString lights and solar panels are all IP65 waterproof, and can be used indoors and outdoors, without worrying about weather damage.\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-library-service-media\/142a5f12-e5d2-400f-860e-f210d93270c8.__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\/142a5f12-e5d2-400f-860e-f210d93270c8.__CR0,0,1500,1500_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eUpgraded Solar Panels and Batteries\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eUsing larger solar panels (3inch×3inch) and higher 1200mAh rechargeable batteries, higher energy conversion rate, providing excellent lighting performance. It can work continuously for 10-12 hours after charging, the battery can be replaced.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"a-text-center\"\u003e\u003cimg alt=\"solar string outdoor lights\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b03e50cf-4f92-4f99-8b6e-60fbca26473a.__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\/b03e50cf-4f92-4f99-8b6e-60fbca26473a.__CR0,0,1500,1500_PT0_SX300_V1___.jpg\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eUp to 8 Lighting Modes\u003c\/h4\u003e\n\u003cp class=\"a-spacing-base\"\u003eTotal 8 different working modes-combination, waveform, sequence, slow light, chase\/flash, slow fading, blink\/flash, steady brightness, can create romance and softness in any occasion , Warm atmosphere, especially on festive occasions.\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-12 aplus-standard\" cel_widget_id=\"aplus-m-module-12\" data-csa-c-id=\"g5duum-lxft6v-qpeg4g-e5zis9\" data-cel-widget=\"aplus-m-module-12\"\u003e\n\u003cdiv class=\"aplus-module-wrapper\"\u003e\n\u003cdiv class=\"a-section a-spacing-none a-text-center\"\u003e\u003cimg alt=\"solar lights outdoor\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7759ccf5-669e-4ec6-9dc9-b77249054331.__CR1,0,1597,494_PT0_SX970_V1___.jpg\" class=\"a-spacing-mini\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7759ccf5-669e-4ec6-9dc9-b77249054331.__CR1,0,1597,494_PT0_SX970_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":47941766349032,"sku":"B0D6G2NNHS","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/solar-string-strawberry-lights-outdoor-100-led-40ft-multi-color-christmas-fairy-lights-with-8-lighting-modes-waterproof-4870239.jpg?v=1786734143"},{"product_id":"new-upgraded-solar-rope-lights-200-led-150ft-19-modes-solar-powered-usb-rechargeable-string-lights-outdoor-waterproof-with-remote-timer-dimmable-for-pool-yard-party-wedding-christmas","title":"New Upgraded Solar Strip Lights 200 LED 16ft 19 Modes Solar Powered \u0026 USB Rechargeable String Lights Outdoor Waterproof with Remote Timer Dimmable for Pool Yard Party Wedding Christmas","description":"\u003cstyle\u003e\n\/* =========================================================\n   NEW UPGRADED SOLAR STRIP LIGHTS\n   16 FT | 200 LED | 19 MODES\n   SOLAR + TYPE-C USB RECHARGEABLE\n   PREMIUM SEO PRODUCT PAGE\n   ========================================================= *\/\n\n.solarstrip16{\n  max-width:1180px;\n  margin:0 auto;\n  padding:24px 16px 48px;\n  font-family:inherit;\n  color:#1f2937;\n}\n\n.solarstrip16 *{\n  box-sizing:border-box;\n}\n\n.solarstrip16 img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.solarstrip16 a{\n  transition:.2s ease;\n}\n\n\/* HERO *\/\n\n.solarstrip16-hero{\n  display:grid;\n  grid-template-columns:1.05fr .95fr;\n  gap:34px;\n  align-items:center;\n  margin-bottom:25px;\n}\n\n.solarstrip16-hero-media{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:16px;\n  background:#fff;\n}\n\n.solarstrip16-brand{\n  margin-bottom:6px;\n  color:#07182e;\n  font-size:14px;\n  font-weight:850;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.solarstrip16-eyebrow{\n  margin-bottom:7px;\n  color:#f28c00;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.solarstrip16-title{\n  margin:0 0 11px;\n  color:#07182e;\n  font-size:40px;\n  line-height:1.08;\n  font-weight:850;\n}\n\n.solarstrip16-subtitle{\n  margin:0 0 14px;\n  color:#1f2937;\n  font-size:21px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.solarstrip16-text{\n  margin:0 0 13px;\n  color:#566170;\n  font-size:16px;\n  line-height:1.72;\n}\n\n.solarstrip16-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:17px;\n}\n\n.solarstrip16-pill{\n  padding:8px 12px;\n  border:1px solid #e3e7ec;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:12.5px;\n  font-weight:750;\n}\n\n\/* BEST SELLER *\/\n\n.solarstrip16-best{\n  display:flex;\n  align-items:center;\n  gap:16px;\n  margin-bottom:25px;\n  padding:17px 22px;\n  border-radius:13px;\n  background:linear-gradient(110deg,#07182e,#10395f);\n}\n\n.solarstrip16-best strong{\n  flex-shrink:0;\n  padding:7px 12px;\n  border-radius:999px;\n  background:#f5a300;\n  color:#111827;\n  font-size:12px;\n  font-weight:850;\n}\n\n.solarstrip16-best span{\n  color:#e3eaf2;\n  font-size:14.5px;\n  line-height:1.55;\n}\n\n\/* QUICK SPECS *\/\n\n.solarstrip16-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.solarstrip16-spec{\n  padding:18px 8px;\n  text-align:center;\n  border-right:1px solid #e3e7ec;\n}\n\n.solarstrip16-spec:last-child{\n  border-right:0;\n}\n\n.solarstrip16-spec strong{\n  display:block;\n  margin-bottom:3px;\n  color:#07182e;\n  font-size:14px;\n}\n\n.solarstrip16-spec span{\n  color:#697586;\n  font-size:12px;\n}\n\n\/* GENERAL *\/\n\n.solarstrip16-section{\n  margin-bottom:25px;\n}\n\n.solarstrip16-heading{\n  margin:0 0 8px;\n  color:#07182e;\n  font-size:28px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.solarstrip16-heading:after,\n.solarstrip16-card h2:after{\n  content:\"\";\n  display:block;\n  width:46px;\n  height:3px;\n  margin-top:9px;\n  background:#f5a300;\n}\n\n.solarstrip16-lead{\n  max-width:900px;\n  margin:0 0 21px;\n  color:#667085;\n  font-size:15.5px;\n  line-height:1.7;\n}\n\n\/* WIDE IMAGE *\/\n\n.solarstrip16-wide{\n  overflow:hidden;\n  margin-bottom:25px;\n  border:1px solid #e3e7ec;\n  border-radius:15px;\n  background:#fff;\n}\n\n.solarstrip16-wide img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.solarstrip16-wide-copy{\n  padding:21px 24px 23px;\n}\n\n.solarstrip16-wide-copy h2{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.solarstrip16-wide-copy p{\n  margin:0;\n  color:#667085;\n  font-size:14.5px;\n  line-height:1.68;\n}\n\n\/* DARK *\/\n\n.solarstrip16-dark{\n  margin-bottom:25px;\n  padding:33px;\n  border-radius:16px;\n  background:linear-gradient(120deg,#061426,#0b2b4e);\n}\n\n.solarstrip16-dark h2{\n  margin:0 0 10px;\n  color:#fff;\n  font-size:28px;\n  font-weight:850;\n}\n\n.solarstrip16-dark \u003e p{\n  max-width:880px;\n  margin:0 0 21px;\n  color:#d8e1ec;\n  font-size:15px;\n  line-height:1.7;\n}\n\n.solarstrip16-darkgrid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:12px;\n}\n\n.solarstrip16-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.solarstrip16-darkitem strong{\n  display:block;\n  margin-bottom:4px;\n  color:#f5a300;\n  font-size:18px;\n}\n\n.solarstrip16-darkitem span{\n  color:#e2e8f0;\n  font-size:13px;\n  line-height:1.45;\n}\n\n\/* TWO COLUMN *\/\n\n.solarstrip16-two{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-bottom:25px;\n}\n\n.solarstrip16-card{\n  padding:25px;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.solarstrip16-card h2{\n  margin:0 0 15px;\n  color:#07182e;\n  font-size:23px;\n  font-weight:850;\n}\n\n.solarstrip16-list{\n  list-style:none;\n  margin:0;\n  padding:0;\n}\n\n.solarstrip16-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.solarstrip16-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\/* FEATURE GRID *\/\n\n.solarstrip16-four{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:14px;\n  margin-bottom:25px;\n}\n\n.solarstrip16-feature{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:13px;\n  background:#fff;\n}\n\n.solarstrip16-feature-img{\n  padding:10px;\n  background:#f8f9fb;\n  border-bottom:1px solid #e7eaee;\n}\n\n.solarstrip16-feature-copy{\n  padding:17px;\n}\n\n.solarstrip16-feature h3{\n  margin:0 0 7px;\n  color:#07182e;\n  font-size:17px;\n  font-weight:800;\n}\n\n.solarstrip16-feature p{\n  margin:0;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.6;\n}\n\n\/* TABLE *\/\n\n.solarstrip16-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.solarstrip16-table tr{\n  border-bottom:1px solid #e9edf1;\n}\n\n.solarstrip16-table tr:last-child{\n  border-bottom:0;\n}\n\n.solarstrip16-table th,\n.solarstrip16-table td{\n  padding:10px 5px;\n  text-align:left;\n  vertical-align:top;\n  font-size:14px;\n  line-height:1.45;\n}\n\n.solarstrip16-table th{\n  width:44%;\n  color:#344054;\n  font-weight:750;\n}\n\n.solarstrip16-table td{\n  color:#5b6472;\n}\n\n\/* APPLICATIONS *\/\n\n.solarstrip16-apps{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.solarstrip16-app{\n  padding:9px 13px;\n  border:1px solid #e2e6eb;\n  border-radius:999px;\n  background:#f7f8fa;\n  color:#344054;\n  font-size:13.5px;\n  font-weight:650;\n}\n\n\/* FAQ *\/\n\n.solarstrip16-faq{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px 14px;\n}\n\n.solarstrip16-faq details{\n  overflow:hidden;\n  border:1px solid #e3e7ec;\n  border-radius:8px;\n  background:#fff;\n}\n\n.solarstrip16-faq summary{\n  position:relative;\n  cursor:pointer;\n  list-style:none;\n  padding:16px 44px 16px 17px;\n  color:#1f2937;\n  font-size:14.5px;\n  font-weight:750;\n}\n\n.solarstrip16-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.solarstrip16-faq summary:after{\n  content:\"+\";\n  position:absolute;\n  right:16px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#f28c00;\n  font-size:21px;\n}\n\n.solarstrip16-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.solarstrip16-answer{\n  padding:0 17px 17px;\n  color:#667085;\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n\/* TRUST *\/\n\n.solarstrip16-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.solarstrip16-trust div{\n  padding:17px 8px;\n  text-align:center;\n  color:#dce4ee;\n  font-size:12px;\n  border-right:1px solid rgba(255,255,255,.12);\n}\n\n.solarstrip16-trust div:last-child{\n  border-right:0;\n}\n\n.solarstrip16-trust strong{\n  display:block;\n  margin-bottom:3px;\n  color:#f5a300;\n  font-size:13.5px;\n}\n\n\/* MOBILE *\/\n\n@media(max-width:900px){\n\n  .solarstrip16-specbar{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .solarstrip16-four{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .solarstrip16-darkgrid{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\n@media(max-width:680px){\n\n  .solarstrip16{\n    padding:15px 10px 35px;\n  }\n\n  .solarstrip16-hero,\n  .solarstrip16-two{\n    grid-template-columns:1fr;\n  }\n\n  .solarstrip16-title{\n    font-size:30px;\n  }\n\n  .solarstrip16-subtitle{\n    font-size:19px;\n  }\n\n  .solarstrip16-best{\n    flex-direction:column;\n    align-items:flex-start;\n  }\n\n  .solarstrip16-specbar{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .solarstrip16-four{\n    grid-template-columns:1fr;\n  }\n\n  .solarstrip16-dark{\n    padding:24px 18px;\n  }\n\n  .solarstrip16-darkgrid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .solarstrip16-card{\n    padding:21px 17px;\n  }\n\n  .solarstrip16-faq{\n    grid-template-columns:1fr;\n  }\n\n  .solarstrip16-trust{\n    grid-template-columns:1fr 1fr;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"solarstrip16\"\u003e\n\n\n\u003c!-- ======================================================\n     HERO\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-hero\"\u003e\n\n  \u003cdiv class=\"solarstrip16-hero-media\"\u003e\n\n    \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3b91d1f3-de24-4b6a-93b1-4ae5786c69d2.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"16 foot 200 LED solar strip lights outdoor waterproof with remote\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003cdiv class=\"solarstrip16-brand\"\u003e\n      NEW UPGRADED DESIGN\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solarstrip16-eyebrow\"\u003e\n      SOLAR + TYPE-C USB RECHARGEABLE STRIP LIGHTS\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"solarstrip16-title\"\u003e\n      New Upgraded Solar Strip Lights – 200 LED, 16 FT\n    \u003c\/h2\u003e\n\n    \u003ch3 class=\"solarstrip16-subtitle\"\u003e\n      19 Lighting Modes • 1800mAh Battery • Remote • Timer • Dimmable • IP68 Waterproof\n    \u003c\/h3\u003e\n\n    \u003cp class=\"solarstrip16-text\"\u003e\n      Upgrade your outdoor lighting with these\n      \u003cstrong\u003e16 FT Solar LED Strip Lights with 200 LEDs\u003c\/strong\u003e.\n      Designed for pools, patios, yards, gardens, fences, parties,\n      weddings and holiday decorating, this flexible strip combines\n      solar charging with convenient \u003cstrong\u003eType-C USB backup charging\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp class=\"solarstrip16-text\"\u003e\n      Choose from \u003cstrong\u003e19 lighting modes\u003c\/strong\u003e, adjust brightness,\n      use timer settings and control the lighting from a distance with\n      the included remote. The upgraded \u003cstrong\u003e1800mAh rechargeable battery\u003c\/strong\u003e\n      is designed for extended operating time after a full charge.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"solarstrip16-pills\"\u003e\n\n      \u003cspan class=\"solarstrip16-pill\"\u003e16 FT\u003c\/span\u003e\n\n      \u003cspan class=\"solarstrip16-pill\"\u003e200 LEDs\u003c\/span\u003e\n\n      \u003cspan class=\"solarstrip16-pill\"\u003e19 Modes\u003c\/span\u003e\n\n      \u003cspan class=\"solarstrip16-pill\"\u003e1800mAh Battery\u003c\/span\u003e\n\n      \u003cspan class=\"solarstrip16-pill\"\u003eIP68 Waterproof\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BEST SELLER\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-best\"\u003e\n\n  \u003cstrong\u003eUPGRADED SOLAR LIGHTING\u003c\/strong\u003e\n\n  \u003cspan\u003e\n    Flexible outdoor LED strip lighting with solar charging, Type-C backup,\n    remote control, timer settings and multiple decorative lighting modes\n    for year-round outdoor use.\n  \u003c\/span\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     QUICK SPECS\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-specbar\"\u003e\n\n  \u003cdiv class=\"solarstrip16-spec\"\u003e\n    \u003cstrong\u003e16 FT\u003c\/strong\u003e\n    \u003cspan\u003eFlexible strip\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"solarstrip16-spec\"\u003e\n    \u003cstrong\u003e200 LEDs\u003c\/strong\u003e\n    \u003cspan\u003eDense lighting\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"solarstrip16-spec\"\u003e\n    \u003cstrong\u003e19 Modes\u003c\/strong\u003e\n    \u003cspan\u003eLighting effects\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"solarstrip16-spec\"\u003e\n    \u003cstrong\u003e1800mAh\u003c\/strong\u003e\n    \u003cspan\u003eBattery capacity\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"solarstrip16-spec\"\u003e\n    \u003cstrong\u003eUp to 40 Hrs\u003c\/strong\u003e\n    \u003cspan\u003eListed runtime\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"solarstrip16-spec\"\u003e\n    \u003cstrong\u003eIP68\u003c\/strong\u003e\n    \u003cspan\u003eWaterproof protection\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e8fa34c5-026e-4dd5-a31b-af6dfaac6546.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"solar strip lights outdoor for garden yard party camping\"\u003e\n\n  \u003cdiv class=\"solarstrip16-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Warm Outdoor Lighting for More Places\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Use the flexible solar light strip around patios, gardens, yards,\n      camping areas, fences and outdoor entertaining spaces. The compact\n      16-foot design makes it easy to add concentrated decorative lighting\n      without installing a very long strand.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     DUAL CHARGING\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-dark\"\u003e\n\n  \u003ch2\u003e\n    Solar Charging + Type-C USB Backup\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Charge naturally from sunlight during the day, or use Type-C USB\n    charging when sunlight is limited or you want to prepare the lights\n    before a party, wedding or special event.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"solarstrip16-darkgrid\"\u003e\n\n    \u003cdiv class=\"solarstrip16-darkitem\"\u003e\n      \u003cstrong\u003eSolar\u003c\/strong\u003e\n      \u003cspan\u003eRecharge outdoors using sunlight.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solarstrip16-darkitem\"\u003e\n      \u003cstrong\u003eType-C\u003c\/strong\u003e\n      \u003cspan\u003eBackup USB charging capability.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solarstrip16-darkitem\"\u003e\n      \u003cstrong\u003e1800mAh\u003c\/strong\u003e\n      \u003cspan\u003eHigh-capacity rechargeable battery.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solarstrip16-darkitem\"\u003e\n      \u003cstrong\u003e40 Hours\u003c\/strong\u003e\n      \u003cspan\u003eListed maximum runtime after full charging.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     BATTERY + AUTO OPERATION\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-two\"\u003e\n\n\n  \u003cdiv class=\"solarstrip16-card\"\u003e\n\n    \u003ch2\u003e\n      Upgraded 1800mAh Battery\n    \u003c\/h2\u003e\n\n    \u003cul class=\"solarstrip16-list\"\u003e\n\n      \u003cli\u003eHigh-capacity 1800mAh rechargeable battery\u003c\/li\u003e\n\n      \u003cli\u003eDesigned for extended nighttime operation\u003c\/li\u003e\n\n      \u003cli\u003eListed runtime up to approximately 40 hours on a full charge\u003c\/li\u003e\n\n      \u003cli\u003eRuntime varies by lighting mode and brightness\u003c\/li\u003e\n\n      \u003cli\u003eUSB backup helps during periods of limited sunlight\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"solarstrip16-card\"\u003e\n\n    \u003ch2\u003e\n      Automatic Dusk-to-Dawn Operation\n    \u003c\/h2\u003e\n\n    \u003cul class=\"solarstrip16-list\"\u003e\n\n      \u003cli\u003eCharges from sunlight during daytime\u003c\/li\u003e\n\n      \u003cli\u003eDesigned to turn on automatically after dark\u003c\/li\u003e\n\n      \u003cli\u003eTurns off again when daylight returns\u003c\/li\u003e\n\n      \u003cli\u003eNo daily manual switching required\u003c\/li\u003e\n\n      \u003cli\u003eConvenient for everyday landscape lighting\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SAFETY IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/55b0c862-fe5b-4c53-aacc-54f22eddb3ae.__CR0,0,1300,700_PT0_SX650_V1___.jpg\" alt=\"flexible clear PVC solar rope strip lights outdoor\"\u003e\n\n  \u003cdiv class=\"solarstrip16-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Fully Enclosed Flexible PVC Design\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The LEDs are enclosed inside clear flexible PVC tubing to help\n      protect the lighting components while still allowing the strip to\n      bend, curve and wrap around outdoor features.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FLEXIBILITY\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-two\"\u003e\n\n\n  \u003cdiv class=\"solarstrip16-card\"\u003e\n\n    \u003ch2\u003e\n      Easy to Shape Around Your Space\n    \u003c\/h2\u003e\n\n    \u003cul class=\"solarstrip16-list\"\u003e\n\n      \u003cli\u003ePool edges\u003c\/li\u003e\n\n      \u003cli\u003ePergolas\u003c\/li\u003e\n\n      \u003cli\u003ePatios\u003c\/li\u003e\n\n      \u003cli\u003eFences\u003c\/li\u003e\n\n      \u003cli\u003eGarden pathways\u003c\/li\u003e\n\n      \u003cli\u003eTrees\u003c\/li\u003e\n\n      \u003cli\u003eDeck railings\u003c\/li\u003e\n\n      \u003cli\u003eHoliday displays\u003c\/li\u003e\n\n      \u003cli\u003eEvent and wedding decor\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"solarstrip16-card\"\u003e\n\n    \u003ch2\u003e\n      Compact 16 FT \/ 200 LED Layout\n    \u003c\/h2\u003e\n\n    \u003cp class=\"solarstrip16-lead\" style=\"margin-bottom:0;\"\u003e\n      The 16-foot design includes 200 LEDs for a dense lighting effect\n      in a compact footprint. This makes it useful for railings, pools,\n      small patios, fences, landscaping and targeted decorative installations.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     PVC DETAIL IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/20e0dedc-6b09-4594-9741-c236324281d4.__CR0,0,1090,587_PT0_SX650_V1___.jpg\" alt=\"PVC enclosed solar LED strip rope lights\"\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     REMOTE CONTROL\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-dark\"\u003e\n\n  \u003ch2\u003e\n    Remote Control, Dimming \u0026amp; Timer Functions\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Use the included 17-key remote to control the lights from a distance,\n    adjust brightness, select a lighting effect and manage timer functions\n    without repeatedly accessing the solar panel.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"solarstrip16-darkgrid\"\u003e\n\n    \u003cdiv class=\"solarstrip16-darkitem\"\u003e\n      \u003cstrong\u003e17-Key\u003c\/strong\u003e\n      \u003cspan\u003eRemote control included.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solarstrip16-darkitem\"\u003e\n      \u003cstrong\u003e19 Modes\u003c\/strong\u003e\n      \u003cspan\u003eMultiple selectable lighting effects.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solarstrip16-darkitem\"\u003e\n      \u003cstrong\u003eDimmable\u003c\/strong\u003e\n      \u003cspan\u003eAdjust brightness for different settings.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solarstrip16-darkitem\"\u003e\n      \u003cstrong\u003eMemory\u003c\/strong\u003e\n      \u003cspan\u003eRemembers your previous lighting setting.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     TIMER IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/493f66ac-3dd1-4532-b023-2235d8f1c5ee.__CR0,25,1300,700_PT0_SX650_V1___.jpg\" alt=\"solar strip lights remote timer memory function\"\u003e\n\n  \u003cdiv class=\"solarstrip16-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Set It Once with Built-In Timer \u0026amp; Memory\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The timer function helps automate your outdoor lighting schedule,\n      while memory functionality saves your last setting so you do not\n      have to reprogram the lights every time they turn on.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     TIMER OPTIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-two\"\u003e\n\n\n  \u003cdiv class=\"solarstrip16-card\"\u003e\n\n    \u003ch2\u003e\n      Timer Options\n    \u003c\/h2\u003e\n\n    \u003cul class=\"solarstrip16-list\"\u003e\n\n      \u003cli\u003e3-hour timer option\u003c\/li\u003e\n\n      \u003cli\u003e5-hour timer option\u003c\/li\u003e\n\n      \u003cli\u003e8-hour timer option\u003c\/li\u003e\n\n      \u003cli\u003eAutomatic 6 hours ON \/ 18 hours OFF option\u003c\/li\u003e\n\n      \u003cli\u003eUseful for everyday and seasonal lighting\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"solarstrip16-card\"\u003e\n\n    \u003ch2\u003e\n      Memory Function\n    \u003c\/h2\u003e\n\n    \u003cul class=\"solarstrip16-list\"\u003e\n\n      \u003cli\u003eRemembers the previous lighting setting\u003c\/li\u003e\n\n      \u003cli\u003eReduces the need for daily resetting\u003c\/li\u003e\n\n      \u003cli\u003eWorks well for repeat nightly use\u003c\/li\u003e\n\n      \u003cli\u003eHelpful for holiday and landscape installations\u003c\/li\u003e\n\n      \u003cli\u003eConvenient for hard-to-reach installations\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FLEXIBLE IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/6a4c75cf-2d2a-4b74-a1bd-2bfbecebe7fe.__CR0,25,1300,700_PT0_SX650_V1___.jpg\" alt=\"flexible solar strip lights for pool fence patio garden trees\"\u003e\n\n  \u003cdiv class=\"solarstrip16-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Wrap It, Shape It, Curve It\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Flexible construction makes it easy to follow railings, landscaping,\n      pergolas, fences and other outdoor shapes while the clear PVC enclosure\n      helps protect the LEDs inside.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     IP68\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-dark\"\u003e\n\n  \u003ch2\u003e\n    IP68 Waterproof Outdoor Protection\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    The upgraded product information lists IP68 waterproof protection,\n    making the lighting system suitable for outdoor decorative use through\n    changing weather conditions.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"solarstrip16-darkgrid\"\u003e\n\n    \u003cdiv class=\"solarstrip16-darkitem\"\u003e\n      \u003cstrong\u003eIP68\u003c\/strong\u003e\n      \u003cspan\u003eListed waterproof protection.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solarstrip16-darkitem\"\u003e\n      \u003cstrong\u003eRain\u003c\/strong\u003e\n      \u003cspan\u003eDesigned for outdoor wet-weather exposure.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solarstrip16-darkitem\"\u003e\n      \u003cstrong\u003eSnow\u003c\/strong\u003e\n      \u003cspan\u003eSuitable for seasonal outdoor decorating.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"solarstrip16-darkitem\"\u003e\n      \u003cstrong\u003eHumidity\u003c\/strong\u003e\n      \u003cspan\u003eProtected for outdoor environments.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     LIFESTYLE IMAGE\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-wide\"\u003e\n\n  \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/82d1b7c3-00b9-44be-9c96-d7a9f3b9258f.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" alt=\"solar strip lights outdoor Christmas wedding pool party decorations\"\u003e\n\n  \u003cdiv class=\"solarstrip16-wide-copy\"\u003e\n\n    \u003ch2\u003e\n      Create a Clean Decorative Glow\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Use the 200-LED strip to create defined outlines around landscaping,\n      architecture and outdoor entertaining spaces. Different lighting modes\n      make it easy to change the atmosphere for holidays, parties and events.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     APPLICATIONS\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-card solarstrip16-section\"\u003e\n\n  \u003ch2\u003e\n    Ideal for Year-Round Outdoor Decorating\n  \u003c\/h2\u003e\n\n  \u003cdiv class=\"solarstrip16-apps\"\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003ePools\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003ePatios\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003eYards\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003eGardens\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003eFences\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003ePergolas\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003eDecks\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003eTrees\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003ePathways\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003eCamping\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003eParties\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003eWeddings\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003eChristmas\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003eHalloween\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003eBirthdays\u003c\/span\u003e\n\n    \u003cspan class=\"solarstrip16-app\"\u003eHoliday Decor\u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     SPECS\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-two\"\u003e\n\n\n  \u003cdiv class=\"solarstrip16-card\"\u003e\n\n    \u003ch2\u003e\n      Product Specifications\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"solarstrip16-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eSolar LED Strip \/ Rope Light\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLength\u003c\/th\u003e\n          \u003ctd\u003e16 FT\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLED Quantity\u003c\/th\u003e\n          \u003ctd\u003e200 LEDs\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eLighting Modes\u003c\/th\u003e\n          \u003ctd\u003e19 Modes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eRemote\u003c\/th\u003e\n          \u003ctd\u003e17-Key Remote Control\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eDimmable\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eMemory Function\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eTimer Function\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"solarstrip16-card\"\u003e\n\n    \u003ch2\u003e\n      Power \u0026amp; Outdoor Specifications\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"solarstrip16-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBattery\u003c\/th\u003e\n          \u003ctd\u003e1800mAh Rechargeable Battery\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003ePrimary Charging\u003c\/th\u003e\n          \u003ctd\u003eSolar\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eBackup Charging\u003c\/th\u003e\n          \u003ctd\u003eType-C USB\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eListed Runtime\u003c\/th\u003e\n          \u003ctd\u003eUp to Approx. 40 Hours\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eAutomatic Operation\u003c\/th\u003e\n          \u003ctd\u003eDusk-to-Dawn\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eWaterproof Rating\u003c\/th\u003e\n          \u003ctd\u003eIP68\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eConstruction\u003c\/th\u003e\n          \u003ctd\u003eFlexible Clear PVC Enclosure\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eOutdoor Use\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     WHAT'S INCLUDED\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-card solarstrip16-section\"\u003e\n\n  \u003ch2\u003e\n    What's Included\n  \u003c\/h2\u003e\n\n  \u003cul class=\"solarstrip16-list\"\u003e\n\n    \u003cli\u003e1 × 16 FT Solar LED Strip Light with 200 LEDs\u003c\/li\u003e\n\n    \u003cli\u003e1 × Solar Charging Panel\u003c\/li\u003e\n\n    \u003cli\u003e1 × 17-Key Remote Control\u003c\/li\u003e\n\n    \u003cli\u003e1 × User Manual\u003c\/li\u003e\n\n    \u003cli\u003e10 × Zip Ties\u003c\/li\u003e\n\n    \u003cli\u003eGround-Stake Mounting Components\u003c\/li\u003e\n\n    \u003cli\u003eType-C USB Backup Charging Capability\u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     WARRANTY\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-two\"\u003e\n\n\n  \u003cdiv class=\"solarstrip16-card\"\u003e\n\n    \u003ch2\u003e\n      12-Month Warranty\n    \u003c\/h2\u003e\n\n    \u003cp class=\"solarstrip16-lead\" style=\"margin-bottom:0;\"\u003e\n      The supplied product information includes a 12-month warranty\n      for added peace of mind.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"solarstrip16-card\"\u003e\n\n    \u003ch2\u003e\n      Solar Performance Tip\n    \u003c\/h2\u003e\n\n    \u003cp class=\"solarstrip16-lead\" style=\"margin-bottom:0;\"\u003e\n      Position the solar panel where it receives strong direct sunlight.\n      For cloudy periods or event preparation, Type-C USB charging provides\n      a convenient backup charging option.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     FAQ\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-card\"\u003e\n\n  \u003ch2\u003e\n    16 FT 200 LED Solar Strip Lights FAQs\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"solarstrip16-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long are the solar strip lights?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        This upgraded model is approximately 16 feet long.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How many LEDs are included?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        The strip contains 200 LEDs.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How many lighting modes does this version have?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        The current upgraded version is listed with 19 selectable lighting modes.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What size battery does it use?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        The supplied product information lists an upgraded 1800mAh\n        rechargeable battery.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How long can the lights operate?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        The supplied product information lists up to approximately\n        40 hours of runtime after a full charge. Actual runtime depends\n        on mode, brightness and charging conditions.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I charge the lights without sunlight?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        Yes. This upgraded version includes Type-C USB backup charging\n        in addition to solar charging.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Does a remote control come with the lights?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        Yes. A 17-key remote control is included.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are the lights dimmable?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        Yes. Brightness can be adjusted using the controls.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do the lights have timer functions?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        Yes. The supplied information lists 3-hour, 5-hour and 8-hour\n        timer options, along with an automatic 6-hours-on \/ 18-hours-off option.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do the lights remember the previous setting?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        Yes. A memory function is listed to remember the previous lighting setting.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do the lights turn on automatically at night?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        Yes. They are designed for automatic dusk-to-dawn operation.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are the lights waterproof?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        The upgraded product information lists IP68 waterproof protection.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I use these lights around a pool?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        They are designed for outdoor decorative use around pool areas.\n        Keep charging and control components installed according to the\n        product instructions and do not intentionally submerge components\n        unless specifically rated for that use.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I shape the light strip?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        Yes. The flexible PVC-enclosed design allows the strip to curve\n        around fences, railings, pergolas, trees and other suitable surfaces.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is this suitable for Christmas and wedding decorations?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        Yes. The multiple lighting modes, dimming and timer functions\n        make it suitable for Christmas, weddings, parties, birthdays\n        and other decorative events.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What comes in the package?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"solarstrip16-answer\"\u003e\n        The supplied package information lists the strip light, solar panel,\n        remote control, user manual, 10 zip ties and installation components.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ======================================================\n     TRUST BAR\n     ====================================================== --\u003e\n\n\u003csection class=\"solarstrip16-trust\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e16 FT\u003c\/strong\u003e\n    Flexible Strip\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e200 LEDs\u003c\/strong\u003e\n    Dense Illumination\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e19 Modes\u003c\/strong\u003e\n    Lighting Options\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eSolar + Type-C\u003c\/strong\u003e\n    Dual Charging\n  \u003c\/div\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003eIP68\u003c\/strong\u003e\n    Waterproof Protection\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LumenX","offers":[{"title":"Warm white","offer_id":48057476120808,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"Cool white","offer_id":48057476153576,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/new-upgraded-solar-strip-lights-200-led-16ft-19-modes-solar-powered-usb-rechargeable-string-lights-outdoor-waterproof-with-remote-timer-dimmable-for-pool-yard-p-1139482.jpg?v=1788004107"},{"product_id":"lumenx-pro-plug-in-sting-light-waterproof-led-outdoor-string-lights-15-bulbs-dimmable-2w-vintage-spiral-edison-bulbs-48-ft-commercial-grade-patio-lights","title":"LumenX Pro Plug-In Sting Light - Waterproof LED Outdoor String Lights - 15 Bulbs, Dimmable 2W Vintage Spiral Edison Bulbs - 48 Ft Commercial Grade Patio Lights","description":"\u003ch2 data-section-id=\"124iqhf\" data-start=\"0\" data-end=\"86\"\u003eBest Outdoor String Lights in the USA – Commercial Grade, Elegant \u0026amp; Budget-Friendly\u003c\/h2\u003e\n\u003cp data-start=\"88\" data-end=\"380\"\u003eTransform your patio, backyard, pergola, or outdoor space with the \u003cstrong data-start=\"155\" data-end=\"204\"\u003ebest outdoor plug-in string lights in the USA\u003c\/strong\u003e. Designed for both residential and commercial use, these premium LED string lights combine vintage Edison-style charm with heavy-duty durability and energy-saving performance.\u003c\/p\u003e\n\u003cp data-start=\"382\" data-end=\"611\"\u003eFeaturing a clean \u003cstrong data-start=\"400\" data-end=\"418\"\u003eno-logo design\u003c\/strong\u003e and commercial-grade construction, these outdoor string lights create the perfect warm and relaxing atmosphere for parties, weddings, patios, restaurants, gardens, and everyday outdoor living.\u003c\/p\u003e\n\u003chr data-start=\"613\" data-end=\"616\"\u003e\n\u003ch2 data-section-id=\"4frt0j\" data-start=\"618\" data-end=\"660\"\u003eEnergy-Saving LED Outdoor String Lights\u003c\/h2\u003e\n\u003cp data-start=\"661\" data-end=\"706\"\u003eEnjoy beautiful lighting while saving energy.\u003c\/p\u003e\n\u003cul data-start=\"708\" data-end=\"981\"\u003e\n\u003cli data-section-id=\"1pn7kpi\" data-start=\"708\" data-end=\"751\"\u003e48-foot commercial-grade string light set\u003c\/li\u003e\n\u003cli data-section-id=\"1rkrsne\" data-start=\"752\" data-end=\"802\"\u003eIncludes \u003cstrong data-start=\"763\" data-end=\"802\"\u003e15 high-efficiency LED Edison bulbs\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli data-section-id=\"pmxkip\" data-start=\"803\" data-end=\"835\"\u003eEnergy-saving \u003cstrong data-start=\"819\" data-end=\"835\"\u003e2W LED bulbs\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli data-section-id=\"1lzjqa4\" data-start=\"836\" data-end=\"897\"\u003e3-foot spacing between bulbs for balanced lighting coverage\u003c\/li\u003e\n\u003cli data-section-id=\"gkdf91\" data-start=\"898\" data-end=\"937\"\u003eConnect up to \u003cstrong data-start=\"914\" data-end=\"937\"\u003e20 strands together\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli data-section-id=\"cd2f2p\" data-start=\"938\" data-end=\"981\"\u003eCompatible with standard \u003cstrong data-start=\"965\" data-end=\"981\"\u003e110V outlets\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"983\" data-end=\"1116\"\u003eUnlike traditional bulbs, these LEDs stay cool even after hours of operation, making them safer and more efficient for long-term use.\u003c\/p\u003e\n\u003ch3 data-section-id=\"ro0xl3\" data-start=\"1118\" data-end=\"1141\"\u003eDimmable Compatible\u003c\/h3\u003e\n\u003cul data-start=\"1142\" data-end=\"1215\"\u003e\n\u003cli data-section-id=\"1ktirrf\" data-start=\"1142\" data-end=\"1179\"\u003eBulbs support dimming functionality\u003c\/li\u003e\n\u003cli data-section-id=\"6zpptc\" data-start=\"1180\" data-end=\"1215\"\u003eCompatible dimmer sold separately\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-start=\"1217\" data-end=\"1220\"\u003e\n\u003ch2 data-section-id=\"11fcyq5\" data-start=\"1222\" data-end=\"1267\"\u003eCommercial Grade Weatherproof Construction\u003c\/h2\u003e\n\u003cp data-start=\"1268\" data-end=\"1329\"\u003eBuilt for year-round outdoor use in tough weather conditions.\u003c\/p\u003e\n\u003cp data-start=\"1331\" data-end=\"1434\"\u003eThese heavy-duty patio string lights feature upgraded commercial-grade materials designed to withstand:\u003c\/p\u003e\n\u003cul data-start=\"1435\" data-end=\"1496\"\u003e\n\u003cli data-section-id=\"1j4eem4\" data-start=\"1435\" data-end=\"1441\"\u003eRain\u003c\/li\u003e\n\u003cli data-section-id=\"1j4dh8t\" data-start=\"1442\" data-end=\"1448\"\u003eSnow\u003c\/li\u003e\n\u003cli data-section-id=\"71miaa\" data-start=\"1449\" data-end=\"1468\"\u003eWind up to 50 MPH\u003c\/li\u003e\n\u003cli data-section-id=\"hpvvw0\" data-start=\"1469\" data-end=\"1496\"\u003eHeat and outdoor exposure\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-section-id=\"gdliz9\" data-start=\"1498\" data-end=\"1525\"\u003ePremium Heavy-Duty Cord\u003c\/h3\u003e\n\u003cul data-start=\"1526\" data-end=\"1707\"\u003e\n\u003cli data-section-id=\"nh7k5n\" data-start=\"1526\" data-end=\"1559\"\u003eThick rubberized flexible cable\u003c\/li\u003e\n\u003cli data-section-id=\"1nrszu4\" data-start=\"1560\" data-end=\"1612\"\u003eStronger than traditional decorative string lights\u003c\/li\u003e\n\u003cli data-section-id=\"14wmv2b\" data-start=\"1613\" data-end=\"1657\"\u003eDesigned for indoor and outdoor durability\u003c\/li\u003e\n\u003cli data-section-id=\"1rnta8o\" data-start=\"1658\" data-end=\"1707\"\u003eUL-listed core for added safety and reliability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"1709\" data-end=\"1752\"\u003ePerfect for permanent outdoor installation.\u003c\/p\u003e\n\u003chr data-start=\"1754\" data-end=\"1757\"\u003e\n\u003ch2 data-section-id=\"a5aw4o\" data-start=\"1759\" data-end=\"1793\"\u003eElegant Vintage Bistro Ambience\u003c\/h2\u003e\n\u003cp data-start=\"1794\" data-end=\"1882\"\u003eCreate a warm, inviting, and relaxing atmosphere with beautiful Edison spiral LED bulbs.\u003c\/p\u003e\n\u003cp data-start=\"1884\" data-end=\"1996\"\u003eThe soft \u003cstrong data-start=\"1893\" data-end=\"1918\"\u003e2700K warm white glow\u003c\/strong\u003e delivers the perfect balance of decorative ambiance and practical brightness.\u003c\/p\u003e\n\u003cp data-start=\"1998\" data-end=\"2008\"\u003eIdeal for:\u003c\/p\u003e\n\u003cul data-start=\"2009\" data-end=\"2150\"\u003e\n\u003cli data-section-id=\"l3rzdf\" data-start=\"2009\" data-end=\"2025\"\u003eOutdoor dining\u003c\/li\u003e\n\u003cli data-section-id=\"6w8ser\" data-start=\"2026\" data-end=\"2047\"\u003eBackyard gatherings\u003c\/li\u003e\n\u003cli data-section-id=\"18mv4h5\" data-start=\"2048\" data-end=\"2058\"\u003eWeddings\u003c\/li\u003e\n\u003cli data-section-id=\"1viqqvt\" data-start=\"2059\" data-end=\"2069\"\u003ePergolas\u003c\/li\u003e\n\u003cli data-section-id=\"ls8abz\" data-start=\"2070\" data-end=\"2079\"\u003eGazebos\u003c\/li\u003e\n\u003cli data-section-id=\"36fdq0\" data-start=\"2080\" data-end=\"2088\"\u003ePatios\u003c\/li\u003e\n\u003cli data-section-id=\"j6p99g\" data-start=\"2089\" data-end=\"2099\"\u003eRooftops\u003c\/li\u003e\n\u003cli data-section-id=\"jgudau\" data-start=\"2100\" data-end=\"2113\"\u003eRestaurants\u003c\/li\u003e\n\u003cli data-section-id=\"16xb69m\" data-start=\"2114\" data-end=\"2121\"\u003eCafes\u003c\/li\u003e\n\u003cli data-section-id=\"1he7w7x\" data-start=\"2122\" data-end=\"2133\"\u003eBBQ areas\u003c\/li\u003e\n\u003cli data-section-id=\"1d7lrrv\" data-start=\"2134\" data-end=\"2150\"\u003eGarden parties\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"2152\" data-end=\"2235\"\u003eThese lights create a modern vintage bistro look that instantly upgrades any space.\u003c\/p\u003e\n\u003chr data-start=\"2237\" data-end=\"2240\"\u003e\n\u003ch2 data-section-id=\"1wmrb0\" data-start=\"2242\" data-end=\"2293\"\u003eFlexible Installation \u0026amp; Endless Decorating Ideas\u003c\/h2\u003e\n\u003cp data-start=\"2294\" data-end=\"2354\"\u003eEasy plug-and-play setup with flexible installation options.\u003c\/p\u003e\n\u003cp data-start=\"2356\" data-end=\"2364\"\u003eYou can:\u003c\/p\u003e\n\u003cul data-start=\"2365\" data-end=\"2513\"\u003e\n\u003cli data-section-id=\"t6bo6t\" data-start=\"2365\" data-end=\"2399\"\u003eHang them straight across patios\u003c\/li\u003e\n\u003cli data-section-id=\"1g99zoe\" data-start=\"2400\" data-end=\"2424\"\u003eWrap them around trees\u003c\/li\u003e\n\u003cli data-section-id=\"99d470\" data-start=\"2425\" data-end=\"2457\"\u003eCreate canopy lighting effects\u003c\/li\u003e\n\u003cli data-section-id=\"1aqhe32\" data-start=\"2458\" data-end=\"2513\"\u003eInstall them on pergolas, fences, balconies, or tents\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"2515\" data-end=\"2561\"\u003eNo complicated wiring or electrician required.\u003c\/p\u003e\n\u003chr data-start=\"2563\" data-end=\"2566\"\u003e\n\u003ch2 data-section-id=\"1ms9l3p\" data-start=\"2568\" data-end=\"2606\"\u003ePerfect for Indoor \u0026amp; Outdoor Spaces\u003c\/h2\u003e\n\u003cp data-start=\"2607\" data-end=\"2668\"\u003eThese versatile decorative string lights work beautifully in:\u003c\/p\u003e\n\u003cul data-start=\"2669\" data-end=\"2814\"\u003e\n\u003cli data-section-id=\"36fdq0\" data-start=\"2669\" data-end=\"2677\"\u003ePatios\u003c\/li\u003e\n\u003cli data-section-id=\"y73pzu\" data-start=\"2678\" data-end=\"2689\"\u003eBalconies\u003c\/li\u003e\n\u003cli data-section-id=\"lxqhfk\" data-start=\"2690\" data-end=\"2699\"\u003eGardens\u003c\/li\u003e\n\u003cli data-section-id=\"17pi9xj\" data-start=\"2700\" data-end=\"2710\"\u003eBedrooms\u003c\/li\u003e\n\u003cli data-section-id=\"1wv2dp3\" data-start=\"2711\" data-end=\"2725\"\u003eLiving rooms\u003c\/li\u003e\n\u003cli data-section-id=\"1viqqvt\" data-start=\"2726\" data-end=\"2736\"\u003ePergolas\u003c\/li\u003e\n\u003cli data-section-id=\"ls8abz\" data-start=\"2737\" data-end=\"2746\"\u003eGazebos\u003c\/li\u003e\n\u003cli data-section-id=\"177zaa8\" data-start=\"2747\" data-end=\"2754\"\u003eTents\u003c\/li\u003e\n\u003cli data-section-id=\"jgudau\" data-start=\"2755\" data-end=\"2768\"\u003eRestaurants\u003c\/li\u003e\n\u003cli data-section-id=\"x9obzz\" data-start=\"2769\" data-end=\"2778\"\u003eMarkets\u003c\/li\u003e\n\u003cli data-section-id=\"3f948j\" data-start=\"2779\" data-end=\"2793\"\u003eEvent spaces\u003c\/li\u003e\n\u003cli data-section-id=\"133c7vr\" data-start=\"2794\" data-end=\"2814\"\u003eWeddings \u0026amp; parties\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"2816\" data-end=\"2889\"\u003eThe perfect combination of decorative elegance and commercial durability.\u003c\/p\u003e\n\u003chr data-start=\"2891\" data-end=\"2894\"\u003e\n\u003ch2 data-section-id=\"itzbsb\" data-start=\"2896\" data-end=\"2932\"\u003eThe Perfect Gift for Any Occasion\u003c\/h2\u003e\n\u003cp data-start=\"2933\" data-end=\"2974\"\u003eLooking for a stylish and practical gift?\u003c\/p\u003e\n\u003cp data-start=\"2976\" data-end=\"3048\"\u003eThese commercial-grade outdoor string lights make an excellent gift for:\u003c\/p\u003e\n\u003cul data-start=\"3049\" data-end=\"3200\"\u003e\n\u003cli data-section-id=\"10gdhee\" data-start=\"3049\" data-end=\"3064\"\u003eHousewarmings\u003c\/li\u003e\n\u003cli data-section-id=\"18mv4h5\" data-start=\"3065\" data-end=\"3075\"\u003eWeddings\u003c\/li\u003e\n\u003cli data-section-id=\"jt5v36\" data-start=\"3076\" data-end=\"3087\"\u003eBirthdays\u003c\/li\u003e\n\u003cli data-section-id=\"1pzqvds\" data-start=\"3088\" data-end=\"3099\"\u003eChristmas\u003c\/li\u003e\n\u003cli data-section-id=\"e1daqf\" data-start=\"3100\" data-end=\"3114\"\u003eMother’s Day\u003c\/li\u003e\n\u003cli data-section-id=\"1lgtilu\" data-start=\"3115\" data-end=\"3129\"\u003eFather’s Day\u003c\/li\u003e\n\u003cli data-section-id=\"1p9b7tv\" data-start=\"3130\" data-end=\"3143\"\u003eGraduations\u003c\/li\u003e\n\u003cli data-section-id=\"13rzcxq\" data-start=\"3144\" data-end=\"3159\"\u003eAnniversaries\u003c\/li\u003e\n\u003cli data-section-id=\"18nykkl\" data-start=\"3160\" data-end=\"3170\"\u003eHolidays\u003c\/li\u003e\n\u003cli data-section-id=\"1vozc1n\" data-start=\"3171\" data-end=\"3200\"\u003eOutdoor entertaining lovers\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"3202\" data-end=\"3285\"\u003eA thoughtful gift that helps create unforgettable memories and cozy outdoor spaces.\u003c\/p\u003e\n\u003chr data-start=\"3287\" data-end=\"3290\"\u003e\n\u003ch2 data-section-id=\"nyfhg3\" data-start=\"3292\" data-end=\"3333\"\u003eWhy Customers Love These String Lights\u003c\/h2\u003e\n\u003cp data-start=\"3334\" data-end=\"3667\"\u003e✔ Best outdoor string lights in the USA\u003cbr data-start=\"3373\" data-end=\"3376\"\u003e✔ Budget-friendly premium lighting solution\u003cbr data-start=\"3419\" data-end=\"3422\"\u003e✔ Heavy-duty commercial-grade construction\u003cbr data-start=\"3464\" data-end=\"3467\"\u003e✔ Warm vintage Edison-style glow\u003cbr data-start=\"3499\" data-end=\"3502\"\u003e✔ Weatherproof for year-round outdoor use\u003cbr data-start=\"3543\" data-end=\"3546\"\u003e✔ Easy plug-and-play installation\u003cbr data-start=\"3579\" data-end=\"3582\"\u003e✔ Energy-saving LED technology\u003cbr data-start=\"3612\" data-end=\"3615\"\u003e✔ Perfect for patios, weddings, and backyard décor\u003c\/p\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":48579993403624,"sku":"B0C2VWN1WQ","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/lumenx-pro-plug-in-sting-light-waterproof-led-outdoor-string-lights-15-bulbs-dimmable-2w-vintage-spiral-edison-bulbs-48-ft-commercial-grade-patio-lights-6514600.png?v=1786734088"},{"product_id":"lumenx-pro-solar-spiral-sting-light-super-bright-48-ft-15-bulbs-waterproof-led-outdoor-string-lights-4w-vintage-spiral-edison-bulbs-48-ft-commercial-grade-patio-lights","title":"LumenX Pro Solar Spiral Sting Light -Super Bright 48 Ft, 15 Bulbs Waterproof LED Outdoor String Lights 4W Vintage Spiral Edison Bulbs - 48 Ft Commercial Grade Patio Lights","description":"\u003ch2 data-section-id=\"1qu9w6g\" data-start=\"0\" data-end=\"84\"\u003eBest Solar String Lights in the USA – Commercial Grade, Elegant \u0026amp; Budget-Friendly\u003c\/h2\u003e\n\u003cp data-start=\"86\" data-end=\"431\"\u003eCreate a warm, cozy, and luxurious outdoor atmosphere with the \u003cstrong data-start=\"149\" data-end=\"188\"\u003ebest solar string lights in the USA\u003c\/strong\u003e. Designed with beautiful vintage Edison-style bulbs and powerful solar technology, these commercial-grade outdoor lights transform patios, backyards, pergolas, balconies, gardens, weddings, and camping spaces into stunning nighttime retreats.\u003c\/p\u003e\n\u003cp data-start=\"433\" data-end=\"623\"\u003eBuilt with a clean \u003cstrong data-start=\"452\" data-end=\"470\"\u003eno-logo design\u003c\/strong\u003e, these solar-powered hanging lights combine energy-saving performance, weatherproof durability, and modern convenience — all at a budget-friendly price.\u003c\/p\u003e\n\u003chr data-start=\"625\" data-end=\"628\"\u003e\n\u003ch2 data-section-id=\"clya7q\" data-start=\"630\" data-end=\"681\"\u003eSuper Bright Solar-Powered Outdoor String Lights\u003c\/h2\u003e\n\u003cp data-start=\"682\" data-end=\"748\"\u003eBring your outdoor space to life with warm, inviting illumination.\u003c\/p\u003e\n\u003cp data-start=\"750\" data-end=\"827\"\u003eThese LED solar string lights feature elegant Edison-style bulbs that create:\u003c\/p\u003e\n\u003cul data-start=\"828\" data-end=\"1032\"\u003e\n\u003cli data-section-id=\"1py38mq\" data-start=\"828\" data-end=\"862\"\u003eA relaxing café-style atmosphere\u003c\/li\u003e\n\u003cli data-section-id=\"12mnlwq\" data-start=\"863\" data-end=\"902\"\u003eBeautiful patio and backyard lighting\u003c\/li\u003e\n\u003cli data-section-id=\"10lkq4p\" data-start=\"903\" data-end=\"956\"\u003eWarm decorative lighting for parties and gatherings\u003c\/li\u003e\n\u003cli data-section-id=\"9dzl4l\" data-start=\"957\" data-end=\"1032\"\u003eBright enough illumination for dining, cooking, and entertaining outdoors\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"1034\" data-end=\"1143\"\u003eThe intelligent solar charging system automatically powers the lights at night after charging during the day.\u003c\/p\u003e\n\u003ch3 data-section-id=\"ejzeqf\" data-start=\"1145\" data-end=\"1174\"\u003eSmart Automatic Operation\u003c\/h3\u003e\n\u003cul data-start=\"1175\" data-end=\"1269\"\u003e\n\u003cli data-section-id=\"1efwgai\" data-start=\"1175\" data-end=\"1192\"\u003eAuto ON at dusk\u003c\/li\u003e\n\u003cli data-section-id=\"2hzlk1\" data-start=\"1193\" data-end=\"1211\"\u003eAuto OFF at dawn\u003c\/li\u003e\n\u003cli data-section-id=\"104vmvg\" data-start=\"1212\" data-end=\"1269\"\u003e5–6 hours of nighttime illumination after a full charge\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"1271\" data-end=\"1329\"\u003eNo wiring, no electricity bills, and no complicated setup.\u003c\/p\u003e\n\u003chr data-start=\"1331\" data-end=\"1334\"\u003e\n\u003ch2 data-section-id=\"11fcyq5\" data-start=\"1336\" data-end=\"1381\"\u003eCommercial Grade Weatherproof Construction\u003c\/h2\u003e\n\u003cp data-start=\"1382\" data-end=\"1443\"\u003eBuilt for year-round outdoor use in tough weather conditions.\u003c\/p\u003e\n\u003cp data-start=\"1445\" data-end=\"1553\"\u003eFeaturing advanced weather-resistant construction, these outdoor solar string lights are designed to handle:\u003c\/p\u003e\n\u003cul data-start=\"1554\" data-end=\"1593\"\u003e\n\u003cli data-section-id=\"1j4eem4\" data-start=\"1554\" data-end=\"1560\"\u003eRain\u003c\/li\u003e\n\u003cli data-section-id=\"1j4dh8t\" data-start=\"1561\" data-end=\"1567\"\u003eSnow\u003c\/li\u003e\n\u003cli data-section-id=\"1j4gg3g\" data-start=\"1568\" data-end=\"1574\"\u003eWind\u003c\/li\u003e\n\u003cli data-section-id=\"1ppnv61\" data-start=\"1575\" data-end=\"1593\"\u003eHeat up to 122°F\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-section-id=\"2uzq0n\" data-start=\"1595\" data-end=\"1628\"\u003eHeavy-Duty Shatterproof Bulbs\u003c\/h3\u003e\n\u003cul data-start=\"1629\" data-end=\"1760\"\u003e\n\u003cli data-section-id=\"jkahly\" data-start=\"1629\" data-end=\"1661\"\u003eDurable Edison-style LED bulbs\u003c\/li\u003e\n\u003cli data-section-id=\"sr5l04\" data-start=\"1662\" data-end=\"1707\"\u003eShatter-resistant design for outdoor safety\u003c\/li\u003e\n\u003cli data-section-id=\"es5yec\" data-start=\"1708\" data-end=\"1760\"\u003eCommercial-grade construction for long-lasting use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"1762\" data-end=\"1842\"\u003ePerfect for patios, pergolas, gardens, restaurants, balconies, and event spaces.\u003c\/p\u003e\n\u003chr data-start=\"1844\" data-end=\"1847\"\u003e\n\u003ch2 data-section-id=\"4e9rve\" data-start=\"1849\" data-end=\"1895\"\u003eRemote Control with Multiple Lighting Modes\u003c\/h2\u003e\n\u003cp data-start=\"1896\" data-end=\"1965\"\u003eEnjoy complete control of your outdoor lighting from anywhere nearby.\u003c\/p\u003e\n\u003cp data-start=\"1967\" data-end=\"2010\"\u003eThe included wireless remote allows you to:\u003c\/p\u003e\n\u003cul data-start=\"2011\" data-end=\"2166\"\u003e\n\u003cli data-section-id=\"121v52x\" data-start=\"2011\" data-end=\"2031\"\u003eTurn lights ON\/OFF\u003c\/li\u003e\n\u003cli data-section-id=\"1vozcp\" data-start=\"2032\" data-end=\"2058\"\u003eAdjust brightness levels\u003c\/li\u003e\n\u003cli data-section-id=\"g77so6\" data-start=\"2059\" data-end=\"2122\"\u003eSwitch between lighting effects:\n\u003cul data-start=\"2096\" data-end=\"2122\"\u003e\n\u003cli data-section-id=\"qbl1wt\" data-start=\"2096\" data-end=\"2107\"\u003eFade Mode\u003c\/li\u003e\n\u003cli data-section-id=\"1os541n\" data-start=\"2110\" data-end=\"2122\"\u003eFlash Mode\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli data-section-id=\"1y89wbo\" data-start=\"2123\" data-end=\"2166\"\u003eCustomize your outdoor ambiance instantly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"2168\" data-end=\"2238\"\u003ePerfect for parties, weddings, outdoor dinners, and relaxing evenings.\u003c\/p\u003e\n\u003chr data-start=\"2240\" data-end=\"2243\"\u003e\n\u003ch2 data-section-id=\"1x0mftq\" data-start=\"2245\" data-end=\"2290\"\u003eEasy Solar Installation – No Outlet Needed\u003c\/h2\u003e\n\u003cp data-start=\"2291\" data-end=\"2357\"\u003eThese wireless solar string lights are incredibly easy to install.\u003c\/p\u003e\n\u003ch3 data-section-id=\"1in7mad\" data-start=\"2359\" data-end=\"2392\"\u003eIncluded Mounting Accessories\u003c\/h3\u003e\n\u003cul data-start=\"2393\" data-end=\"2462\"\u003e\n\u003cli data-section-id=\"bahmx7\" data-start=\"2393\" data-end=\"2423\"\u003eGround stake for solar panel\u003c\/li\u003e\n\u003cli data-section-id=\"1f16wes\" data-start=\"2424\" data-end=\"2462\"\u003eMounting clip for flexible placement\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"2464\" data-end=\"2553\"\u003eSimply position the solar panel in direct sunlight and hang the lights wherever you want.\u003c\/p\u003e\n\u003cp data-start=\"2555\" data-end=\"2565\"\u003eIdeal for:\u003c\/p\u003e\n\u003cul data-start=\"2566\" data-end=\"2677\"\u003e\n\u003cli data-section-id=\"36fdq0\" data-start=\"2566\" data-end=\"2574\"\u003ePatios\u003c\/li\u003e\n\u003cli data-section-id=\"u0q72w\" data-start=\"2575\" data-end=\"2584\"\u003ePorches\u003c\/li\u003e\n\u003cli data-section-id=\"y73pzu\" data-start=\"2585\" data-end=\"2596\"\u003eBalconies\u003c\/li\u003e\n\u003cli data-section-id=\"ls8abz\" data-start=\"2597\" data-end=\"2606\"\u003eGazebos\u003c\/li\u003e\n\u003cli data-section-id=\"1viqqvt\" data-start=\"2607\" data-end=\"2617\"\u003ePergolas\u003c\/li\u003e\n\u003cli data-section-id=\"177zaa8\" data-start=\"2618\" data-end=\"2625\"\u003eTents\u003c\/li\u003e\n\u003cli data-section-id=\"w1buxv\" data-start=\"2626\" data-end=\"2642\"\u003eCamping setups\u003c\/li\u003e\n\u003cli data-section-id=\"19wel9x\" data-start=\"2643\" data-end=\"2660\"\u003eBackyard fences\u003c\/li\u003e\n\u003cli data-section-id=\"k3ai8f\" data-start=\"2661\" data-end=\"2677\"\u003eOutdoor events\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-start=\"2679\" data-end=\"2682\"\u003e\n\u003ch2 data-section-id=\"1p7wchx\" data-start=\"2684\" data-end=\"2714\"\u003eElegant Warm White Lighting\u003c\/h2\u003e\n\u003cp data-start=\"2715\" data-end=\"2805\"\u003eEnjoy soft and inviting warm white LED lighting that creates a premium outdoor experience.\u003c\/p\u003e\n\u003cp data-start=\"2807\" data-end=\"2847\"\u003eThe vintage Edison bulb design delivers:\u003c\/p\u003e\n\u003cul data-start=\"2848\" data-end=\"2948\"\u003e\n\u003cli data-section-id=\"15bluwa\" data-start=\"2848\" data-end=\"2867\"\u003eWarm ambient glow\u003c\/li\u003e\n\u003cli data-section-id=\"1bagrdo\" data-start=\"2868\" data-end=\"2900\"\u003eRomantic bistro-style lighting\u003c\/li\u003e\n\u003cli data-section-id=\"1199wxu\" data-start=\"2901\" data-end=\"2948\"\u003eRelaxing and comfortable nighttime atmosphere\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"2950\" data-end=\"2962\"\u003ePerfect for:\u003c\/p\u003e\n\u003cul data-start=\"2963\" data-end=\"3056\"\u003e\n\u003cli data-section-id=\"18mv4h5\" data-start=\"2963\" data-end=\"2973\"\u003eWeddings\u003c\/li\u003e\n\u003cli data-section-id=\"1ca1fd\" data-start=\"2974\" data-end=\"2992\"\u003eBirthday parties\u003c\/li\u003e\n\u003cli data-section-id=\"1hlesxz\" data-start=\"2993\" data-end=\"3015\"\u003eHoliday celebrations\u003c\/li\u003e\n\u003cli data-section-id=\"l3rzdf\" data-start=\"3016\" data-end=\"3032\"\u003eOutdoor dining\u003c\/li\u003e\n\u003cli data-section-id=\"qjwutz\" data-start=\"3033\" data-end=\"3056\"\u003eBackyard entertaining\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-start=\"3058\" data-end=\"3061\"\u003e\n\u003ch2 data-section-id=\"hfbjwz\" data-start=\"3063\" data-end=\"3096\"\u003eLong-Lasting Solar Performance\u003c\/h2\u003e\n\u003cul data-start=\"3097\" data-end=\"3237\"\u003e\n\u003cli data-section-id=\"1xgo4ng\" data-start=\"3097\" data-end=\"3126\"\u003e48-foot string light length\u003c\/li\u003e\n\u003cli data-section-id=\"1iz45mm\" data-start=\"3127\" data-end=\"3157\"\u003eIncludes 15 LED Edison bulbs\u003c\/li\u003e\n\u003cli data-section-id=\"1gfnf62\" data-start=\"3158\" data-end=\"3190\"\u003eHigh-efficiency 4W solar panel\u003c\/li\u003e\n\u003cli data-section-id=\"1mcek2v\" data-start=\"3191\" data-end=\"3237\"\u003eSolar panel lifespan approximately 2.5 years\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"3239\" data-end=\"3316\"\u003eDesigned for reliable outdoor performance with energy-saving solar operation.\u003c\/p\u003e\n\u003chr data-start=\"3318\" data-end=\"3321\"\u003e\n\u003ch2 data-section-id=\"4lpbsg\" data-start=\"3323\" data-end=\"3370\"\u003eWhy Customers Love These Solar String Lights\u003c\/h2\u003e\n\u003cp data-start=\"3371\" data-end=\"3723\"\u003e✔ Best solar string lights in the USA\u003cbr data-start=\"3408\" data-end=\"3411\"\u003e✔ Budget-friendly premium outdoor lighting\u003cbr data-start=\"3453\" data-end=\"3456\"\u003e✔ Beautiful Edison-style warm glow\u003cbr data-start=\"3490\" data-end=\"3493\"\u003e✔ Commercial-grade weatherproof construction\u003cbr data-start=\"3537\" data-end=\"3540\"\u003e✔ Wireless solar-powered convenience\u003cbr data-start=\"3576\" data-end=\"3579\"\u003e✔ Remote control with dimming modes\u003cbr data-start=\"3614\" data-end=\"3617\"\u003e✔ Easy installation with no outlet required\u003cbr data-start=\"3660\" data-end=\"3663\"\u003e✔ Perfect for patios, weddings, camping, and outdoor décor\u003c\/p\u003e\n\u003cp data-start=\"3725\" data-end=\"3864\" data-is-last-node=\"\" data-is-only-node=\"\"\u003eTransform your outdoor space into a beautiful, relaxing, and professionally lit environment with these elegant solar-powered string lights.\u003c\/p\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":48580016865512,"sku":"B0C2VY3LZS","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/lumenx-pro-solar-spiral-sting-light-super-bright-48-ft-15-bulbs-waterproof-led-outdoor-string-lights-4w-vintage-spiral-edison-bulbs-48-ft-commercial-grade-patio-8220435.png?v=1786734086"},{"product_id":"lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools","title":"LumenX 165FT Outdoor String Light Hanging Kit – 304 Stainless Steel Guide Wire with Turnbuckles, Cable Clamps, Carabiners and Installation Tools","description":"\u003ch2 class=\"PDq2pG_selectionAnchorContainer\"\u003e165FT Outdoor String Light Hanging Kit with Stainless Steel Guide Wire\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cimg alt=\"Outdoor Light Guide Wire\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d028d033-4cec-43d5-9bd6-9f08d8bff017.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\"\u003e\u003c\/p\u003e\n\u003cp\u003eCreate a secure, professional-looking outdoor lighting display with the YingYa BIS Outdoor String Light Hanging Kit. This complete suspension kit includes a 165-foot, black vinyl-coated 304 stainless steel guide wire and the essential hardware needed to hang string lights across patios, gardens, pergolas, backyards, cafés, event spaces, and other indoor or outdoor areas.\u003c\/p\u003e\n\u003cp\u003eThe durable guide wire supports your string lights, reduces sagging, and helps keep them stable in windy conditions. Its black coating provides added protection while blending discreetly with dark string-light cords and outdoor surroundings.\u003c\/p\u003e\n\u003ch3\u003eDurable 304 Stainless Steel Cable\u003c\/h3\u003e\n\u003cp\u003eThe 7×7 wire-rope construction combines strength with the flexibility needed for easier routing and tensioning.\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"wire rope\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f501fb89-7705-4a33-aeef-f4fdc5538dc7.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\"\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCable length: 165 feet\u003c\/li\u003e\n\u003cli\u003eCable material: 304 stainless steel\u003c\/li\u003e\n\u003cli\u003eConstruction: 7×7 wire rope\u003c\/li\u003e\n\u003cli\u003eBare cable diameter: 1\/16 inch\u003c\/li\u003e\n\u003cli\u003eCoated cable diameter: 3\/32 inch\u003c\/li\u003e\n\u003cli\u003eCoating: Black vinyl\u003c\/li\u003e\n\u003cli\u003eBreaking strength: Up to 480 lb\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eBreaking strength is not the same as the recommended working-load limit. Select mounting points and installation hardware appropriate for your application.\u003c\/p\u003e\n\u003cdiv class=\"celwidget aplus-module module-9 aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-fixed-width apm-spacing\"\u003e\n\u003cdiv class=\"apm-flex\"\u003e\n\u003cdiv class=\"apm-flex-item-third-width\"\u003e\n\u003cp class=\"apm-text-center\"\u003e\u003cimg alt=\"WIRE ROPE\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/af1f7c37-45c2-4360-8ad8-f2d31c1019fd.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eM5 Stainless Steeel Pad Eye\u003c\/h4\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003e-Punch holes where the Stainless Steel Pad Eye are to be installed .\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003e-Use a cross screws to fix the Stainless Steel Pad Eye on the two ends of the wall or plank to be connected by wire ropes .\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"apm-flex-item-third-width\"\u003e\n\u003cp class=\"apm-text-center\"\u003e\u003cimg alt=\"wire rope clamp\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b5a0c679-07f2-4137-bedb-3d9b4da46bf7.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eM3 Wire Rope Thimble +Crimping Loop +M3 Wire Rope Clamp\u003c\/h4\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eM3 Wire Rope Clamp-Use a wrench to tighten the double clamp to more secure the wire rope.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eM3 Wire Rope Thimble-Thimbles are used to protect the eyes of cable and rope slings from abrasion, by providing a solid steel barrier between the fragile cable strands and the other fitting used in the connection.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eM2.5 Aluminum Crimping Loop-Usage method:Lock both ends of the guide wire by vise, pliers, compression tools.Economical solution for fixing and transporting general purpose cable\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"apm-flex-item-third-width\"\u003e\n\u003cp class=\"apm-text-center\"\u003e\u003cimg alt=\"wire rope\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e1f5d287-a286-4e8c-a37d-e4934aca843d.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eM5 Stainless Steel Carabiner Clip Spring-Snap Hook\u003c\/h4\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eM5 Snap Hook-Connects the wire rope thimble to the eye of the pad with a snap hook to form a fixed rope.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module module-9 aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper apm-fixed-width apm-spacing\"\u003e\n\u003cdiv class=\"apm-flex\"\u003e\n\u003cdiv class=\"apm-flex-item-third-width\"\u003e\n\u003cp class=\"apm-text-center\"\u003e\u003cimg alt=\"M5 Turnbuckle\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8a5dcfda-e5c4-4ca5-bb91-68d393d1248d.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eM5 Stainless Steel Turnbuckle Wire Tensioner\u003c\/h4\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eMaterail:304Stainless Steel\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eStyle:Eye to Eye\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eInstallation:Deep Screw Thread\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eAdjustable range : 112mm-168mm\/4.8inch-7.2inch\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"apm-flex-item-third-width\"\u003e\n\u003cp class=\"apm-text-center\"\u003e\u003cimg alt=\"turnbuckle\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/54306250-f2c8-4af4-bff1-19a73d19c6c0.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eM5 Turnbuckle Tesnioner Wire\u003c\/h4\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eThe M5 turnbuckle included in the wire rope kit allows for easy tension adjustment and straining of the wire rope, providing a secure and stable setup. Whether you're using it for string light hanging or creating a curtain cable wire system, our wire tensioner strainer kit simplifies the installation process.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"apm-flex-item-third-width\"\u003e\n\u003cp class=\"apm-text-center\"\u003e\u003cimg alt=\"eye strap\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/94d34bcf-eb2c-4c50-9db8-10a56a438351.__CR0,0,300,300_PT0_SX300_V1___.jpg\" class=\"a-spacing-mini\"\u003e\u003c\/p\u003e\n\u003ch4 class=\"a-spacing-mini\"\u003eM5 Stainless Steel Screw Eye\u003c\/h4\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eUse the M5 screw eye to secure a wire rope that you can remove at any time, making it easier and more flexible to use.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"a-text-bold\"\u003eOutdoor String Lights Hanging Kit is the perfect solution for easily suspending your globe string lights and creating a beautiful ambiance in your outdoor space.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eComplete String Light Suspension Kit\u003c\/h3\u003e\n\u003cp\u003eThe package includes the guide wire, mounting hardware, tensioning components, fastening supplies, and basic installation tools:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 165FT black vinyl-coated steel cable\u003c\/li\u003e\n\u003cli\u003e4 × M5 stainless steel turnbuckles\u003c\/li\u003e\n\u003cli\u003e8 × M3 wire-rope thimbles\u003c\/li\u003e\n\u003cli\u003e20 × aluminum crimping sleeves\u003c\/li\u003e\n\u003cli\u003e4 × M5 screw eyes\u003c\/li\u003e\n\u003cli\u003e4 × M5 stainless steel carabiner clips\u003c\/li\u003e\n\u003cli\u003e8 × M3 duplex two-post cable clamps\u003c\/li\u003e\n\u003cli\u003e50 × zip ties\u003c\/li\u003e\n\u003cli\u003e20 × plastic wall anchors\u003c\/li\u003e\n\u003cli\u003e16 × screws\u003c\/li\u003e\n\u003cli\u003e1 × wrench\u003c\/li\u003e\n\u003cli\u003e1 × screwdriver\u003c\/li\u003e\n\u003cli\u003e1 × measuring tape\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eAdjustable Wire Tension\u003c\/h3\u003e\n\u003cp\u003eThe included M5 turnbuckles make it easier to tighten the cable and create a straight, stable support line. Adjustable tension helps reduce sagging while allowing the installation to be fine-tuned after the cable is mounted.\u003c\/p\u003e\n\u003ch3\u003eSecure Cable Connections\u003c\/h3\u003e\n\u003cp\u003eWire-rope thimbles help protect cable loops from wear and abrasion. The aluminum crimping sleeves and duplex cable clamps create more secure cable ends, while the stainless steel carabiner clips provide convenient connections between the guide wire and mounting points.\u003c\/p\u003e\n\u003ch3\u003eSuitable for Wood and Masonry Surfaces\u003c\/h3\u003e\n\u003cp\u003eThe included screw eyes, screws, and plastic anchors allow the cable to be installed on suitable wood, timber, brick, or concrete surfaces. Always confirm that the mounting surface and fasteners can safely support the intended load before installation.\u003c\/p\u003e\n\u003ch3\u003eMultiple Indoor and Outdoor Uses\u003c\/h3\u003e\n\u003cp\u003eThis versatile guide-wire kit can be used for:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ePatio and backyard string lights\u003c\/li\u003e\n\u003cli\u003ePergola and gazebo lighting\u003c\/li\u003e\n\u003cli\u003eCafé and restaurant lighting\u003c\/li\u003e\n\u003cli\u003eWedding and event decorations\u003c\/li\u003e\n\u003cli\u003eGarden and greenhouse plant support\u003c\/li\u003e\n\u003cli\u003eCurtain-wire systems\u003c\/li\u003e\n\u003cli\u003eRetail displays\u003c\/li\u003e\n\u003cli\u003eLightweight DIY cable projects\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEasy to Install and Reuse\u003c\/h3\u003e\n\u003cp\u003eMeasure the installation area, secure the mounting points, assemble the cable loops, connect the guide wire, and use the turnbuckles to adjust the tension. The removable clips and adjustable hardware make the system easier to disassemble, reposition, or reuse for future projects.\u003c\/p\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\"\u003e\n\u003ch3 class=\"a-spacing-mini\"\u003e165FT String Light Suspension Kit ,304 Stainless Steel Wire Rope Kit\u003c\/h3\u003e\n\u003cp class=\"a-spacing-base\"\u003e\u003cspan class=\"a-text-bold\"\u003eOur kit includes everything you need for a hassle-free installation. The guide wire acts as a support system for your string lights, preventing sagging and providing a secure environment for your outdoor lighting display. With a maximum length of 165FT\/245FT, this kit ensures that your lights are showcased in an organized and eye-catching manner.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celwidget aplus-module 3p-module-b aplus-standard\"\u003e\n\u003cdiv class=\"aplus-module-wrapper aplus-3p-fixed-width\"\u003e\u003cimg alt=\"string light hanging kit\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7d42fdd9-a000-4e46-a07c-96d2ef57d299.__CR0,0,970,600_PT0_SX970_V1___.jpg\" class=\"a-spacing-base\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eInstallation Reminder\u003c\/h3\u003e\n\u003cp\u003eDo not overtighten the cable. Excessive tension can damage mounting surfaces, fasteners, or the wire rope. This product is intended as a support guide for string lights and similar lightweight applications. It is not designed for climbing, lifting, fall protection, safety railings, or supporting people.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage includes installation hardware only. String lights are not included.\u003c\/strong\u003e\u003c\/p\u003e","brand":"LumenX","offers":[{"title":"Default Title","offer_id":48889691799784,"sku":"B0CQLFFMT1","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/files\/lumenx-165ft-outdoor-string-light-hanging-kit-304-stainless-steel-guide-wire-with-turnbuckles-cable-clamps-carabiners-and-installation-tools-4999536.webp?v=1786734079"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0266\/8616\/0940\/collections\/led-string-lights-1321228.png?v=1786733968","url":"https:\/\/outdoorsolaroutlet.com\/collections\/led-string-lights.oembed?page=4","provider":"Outdoor Solar Outlet","version":"1.0","type":"link"}