{"product_id":"replacement-bulbs-solar-festoon-lights","title":"4 Pack Replacement LED Bulbs for Solar Festoon Lights","description":"\u003cstyle\u003e\n  .sg-bulb-page {\n    --sg-green: #075f46;\n    --sg-green-dark: #044b38;\n    --sg-green-soft: #eef8f3;\n    --sg-gold-soft: #fff7df;\n    --sg-border: #dfe7e2;\n    --sg-text: #17201c;\n    --sg-muted: #53615b;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--sg-text);\n    line-height: 1.65;\n    max-width: 1120px;\n    margin: 0 auto;\n  }\n\n  .sg-bulb-page * {\n    box-sizing: border-box;\n  }\n\n  .sg-bulb-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .sg-bulb-section {\n    margin: 0 0 46px;\n  }\n\n  .sg-bulb-eyebrow {\n    margin: 0 0 8px;\n    color: var(--sg-green);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .sg-bulb-title {\n    margin: 0 0 14px;\n    color: #111;\n    font-size: 32px;\n    line-height: 1.18;\n  }\n\n  .sg-bulb-h2 {\n    margin: 0 0 14px;\n    color: #111;\n    font-size: 27px;\n    line-height: 1.22;\n  }\n\n  .sg-bulb-h3 {\n    margin: 0 0 8px;\n    color: #111;\n    font-size: 19px;\n    line-height: 1.3;\n  }\n\n  .sg-bulb-lead {\n    max-width: 820px;\n    margin: 0 0 20px;\n    color: var(--sg-muted);\n    font-size: 17px;\n  }\n\n  .sg-bulb-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin: 0 0 20px;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sg-bulb-badges li {\n    margin: 0;\n    padding: 8px 12px;\n    border: 1px solid #cce2d7;\n    border-radius: 999px;\n    background: var(--sg-green-soft);\n    color: var(--sg-green-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .sg-bulb-trust {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    overflow: hidden;\n    border: 1px solid var(--sg-border);\n    border-radius: 14px;\n    background: #fff;\n  }\n\n  .sg-bulb-trust-item {\n    padding: 16px 12px;\n    border-right: 1px solid var(--sg-border);\n    text-align: center;\n  }\n\n  .sg-bulb-trust-item:last-child {\n    border-right: 0;\n  }\n\n  .sg-bulb-trust-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: #111;\n    font-size: 15px;\n  }\n\n  .sg-bulb-trust-item span {\n    color: var(--sg-muted);\n    font-size: 13px;\n  }\n\n  .sg-bulb-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 28px;\n    align-items: center;\n  }\n\n  .sg-bulb-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 17px;\n  }\n\n  .sg-bulb-image {\n    overflow: hidden;\n    border: 1px solid var(--sg-border);\n    border-radius: 18px;\n    background: #f7faf8;\n  }\n\n  .sg-bulb-card {\n    height: 100%;\n    padding: 20px;\n    border: 1px solid var(--sg-border);\n    border-radius: 15px;\n    background: #fff;\n  }\n\n  .sg-bulb-card-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 13px;\n    border-radius: 50%;\n    background: var(--sg-green-soft);\n    color: var(--sg-green);\n    font-size: 21px;\n    font-weight: 800;\n  }\n\n  .sg-bulb-card p {\n    margin: 0;\n    color: var(--sg-muted);\n  }\n\n  .sg-bulb-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sg-bulb-list li {\n    position: relative;\n    margin: 0 0 12px;\n    padding-left: 28px;\n    color: #35423c;\n  }\n\n  .sg-bulb-list li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--sg-green);\n    content: \"✓\";\n    font-weight: 900;\n  }\n\n  .sg-bulb-warning {\n    padding: 18px;\n    border: 1px solid #ead384;\n    border-radius: 14px;\n    background: var(--sg-gold-soft);\n    color: #4b401b;\n  }\n\n  .sg-bulb-warning strong {\n    display: block;\n    margin-bottom: 5px;\n    color: #2d260f;\n  }\n\n  .sg-bulb-steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n    counter-reset: bulb-step;\n  }\n\n  .sg-bulb-step {\n    position: relative;\n    min-height: 125px;\n    padding: 20px 16px 18px 64px;\n    border: 1px solid var(--sg-border);\n    border-radius: 15px;\n    background: #fff;\n    counter-increment: bulb-step;\n  }\n\n  .sg-bulb-step::before {\n    position: absolute;\n    top: 18px;\n    left: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 35px;\n    height: 35px;\n    border-radius: 50%;\n    background: var(--sg-green);\n    color: #fff;\n    content: counter(bulb-step);\n    font-weight: 900;\n  }\n\n  .sg-bulb-step strong {\n    display: block;\n    margin-bottom: 5px;\n    color: #111;\n  }\n\n  .sg-bulb-step span {\n    color: var(--sg-muted);\n    font-size: 14px;\n  }\n\n  .sg-bulb-specs {\n    overflow: hidden;\n    border: 1px solid var(--sg-border);\n    border-radius: 15px;\n    background: #fff;\n  }\n\n  .sg-bulb-spec-row {\n    display: grid;\n    grid-template-columns: 40% 60%;\n    border-bottom: 1px solid var(--sg-border);\n  }\n\n  .sg-bulb-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .sg-bulb-spec-row div {\n    padding: 13px 16px;\n  }\n\n  .sg-bulb-spec-row div:first-child {\n    background: #f7faf8;\n    color: #27332d;\n    font-weight: 800;\n  }\n\n  .sg-bulb-spec-row div:last-child {\n    color: var(--sg-muted);\n  }\n\n  .sg-bulb-faq details {\n    margin-bottom: 11px;\n    padding: 15px 17px;\n    border: 1px solid var(--sg-border);\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .sg-bulb-faq summary {\n    cursor: pointer;\n    color: #111;\n    font-weight: 800;\n  }\n\n  .sg-bulb-faq p {\n    margin: 10px 0 0;\n    color: var(--sg-muted);\n  }\n\n  .sg-bulb-divider {\n    height: 1px;\n    margin: 38px 0;\n    background: var(--sg-border);\n  }\n\n  @media (max-width: 767px) {\n    .sg-bulb-section {\n      margin-bottom: 35px;\n    }\n\n    .sg-bulb-title {\n      font-size: 26px;\n    }\n\n    .sg-bulb-h2 {\n      font-size: 22px;\n    }\n\n    .sg-bulb-lead {\n      font-size: 15px;\n    }\n\n    .sg-bulb-grid-2,\n    .sg-bulb-grid-3,\n    .sg-bulb-steps {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n\n    .sg-bulb-trust {\n      grid-template-columns: 1fr;\n    }\n\n    .sg-bulb-trust-item {\n      border-right: 0;\n      border-bottom: 1px solid var(--sg-border);\n    }\n\n    .sg-bulb-trust-item:last-child {\n      border-bottom: 0;\n    }\n\n    .sg-bulb-step {\n      min-height: auto;\n    }\n\n    .sg-bulb-spec-row {\n      grid-template-columns: 42% 58%;\n    }\n\n    .sg-bulb-spec-row div {\n      padding: 11px 9px;\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sg-bulb-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"sg-bulb-section\"\u003e\n    \u003cp class=\"sg-bulb-eyebrow\"\u003e\n      Replacement bulbs for compatible solar festoon lights\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"sg-bulb-title\"\u003e\n      Keep Your Solar Festoon Lights Glowing\n    \u003c\/h2\u003e\n\n    \u003cp class=\"sg-bulb-lead\"\u003e\n      Replace damaged or missing bulbs without replacing your entire solar\n      festoon light set. This convenient pack includes four low-voltage\n      shatter-resistant LED bulbs designed for compatible 3V solar string lights.\n    \u003c\/p\u003e\n\n    \u003cul class=\"sg-bulb-badges\"\u003e\n      \u003cli\u003e4 Bulbs Included\u003c\/li\u003e\n      \u003cli\u003e3V Low Voltage\u003c\/li\u003e\n      \u003cli\u003eE27 Screw Base\u003c\/li\u003e\n      \u003cli\u003eShatter-Resistant Plastic\u003c\/li\u003e\n      \u003cli\u003eEasy Screw-In Replacement\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"sg-bulb-trust\"\u003e\n      \u003cdiv class=\"sg-bulb-trust-item\"\u003e\n        \u003cstrong\u003eFree AU Shipping\u003c\/strong\u003e\n        \u003cspan\u003eAustralia wide\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-bulb-trust-item\"\u003e\n        \u003cstrong\u003e100-Day Returns\u003c\/strong\u003e\n        \u003cspan\u003eShop with confidence\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-bulb-trust-item\"\u003e\n        \u003cstrong\u003eAustralian Support\u003c\/strong\u003e\n        \u003cspan\u003eHelp when you need it\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-bulb-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- PRODUCT IMAGE AND BENEFITS --\u003e\n  \u003csection class=\"sg-bulb-section sg-bulb-grid-2\"\u003e\n    \u003cdiv class=\"sg-bulb-image\"\u003e\n      \u003cimg src=\"https:\/\/solar-garden.com.au\/cdn\/shop\/files\/LEDbulb.png?v=1759831895\u0026amp;width=1000\" alt=\"Four replacement LED bulbs for compatible solar festoon lights\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cp class=\"sg-bulb-eyebrow\"\u003eRepair instead of replacing\u003c\/p\u003e\n\n      \u003ch2 class=\"sg-bulb-h2\"\u003e\n        An Easy Way to Extend the Life of Your Lights\n      \u003c\/h2\u003e\n\n      \u003cul class=\"sg-bulb-list\"\u003e\n        \u003cli\u003eReplace damaged, lost or non-working bulbs individually\u003c\/li\u003e\n        \u003cli\u003eKeep spare bulbs available for future use\u003c\/li\u003e\n        \u003cli\u003eDurable plastic construction is safer than fragile glass\u003c\/li\u003e\n        \u003cli\u003eSimple E27 screw-in installation requires no tools\u003c\/li\u003e\n        \u003cli\u003eDesigned specifically for compatible low-voltage solar lights\u003c\/li\u003e\n        \u003cli\u003eFour replacement bulbs supplied in each pack\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY WARNING --\u003e\n  \u003csection class=\"sg-bulb-section\"\u003e\n    \u003cdiv class=\"sg-bulb-warning\"\u003e\n      \u003cstrong\u003ePlease check compatibility before ordering\u003c\/strong\u003e\n      These are 3V low-voltage replacement bulbs for compatible solar-powered\n      festoon or string lights. They are not standard household E27 bulbs and\n      must not be connected to a 240V mains-powered light fitting.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-bulb-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- BENEFIT CARDS --\u003e\n  \u003csection class=\"sg-bulb-section\"\u003e\n    \u003cp class=\"sg-bulb-eyebrow\"\u003ePractical replacement solution\u003c\/p\u003e\n    \u003ch2 class=\"sg-bulb-h2\"\u003eWhy Keep a Spare Bulb Pack?\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-bulb-grid-3\"\u003e\n      \u003carticle class=\"sg-bulb-card\"\u003e\n        \u003cdiv class=\"sg-bulb-card-icon\"\u003e↻\u003c\/div\u003e\n        \u003ch3 class=\"sg-bulb-h3\"\u003eReplace Only What You Need\u003c\/h3\u003e\n        \u003cp\u003e\n          A damaged bulb does not need to mean replacing the complete solar\n          light set.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sg-bulb-card\"\u003e\n        \u003cdiv class=\"sg-bulb-card-icon\"\u003e✓\u003c\/div\u003e\n        \u003ch3 class=\"sg-bulb-h3\"\u003eSimple Installation\u003c\/h3\u003e\n        \u003cp\u003e\n          Unscrew the old bulb and carefully install the compatible replacement\n          by hand.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sg-bulb-card\"\u003e\n        \u003cdiv class=\"sg-bulb-card-icon\"\u003e◇\u003c\/div\u003e\n        \u003ch3 class=\"sg-bulb-h3\"\u003eShatter-Resistant Design\u003c\/h3\u003e\n        \u003cp\u003e\n          The lightweight plastic housing is better suited to everyday outdoor\n          handling than fragile glass.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-bulb-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"sg-bulb-section\"\u003e\n    \u003cp class=\"sg-bulb-eyebrow\"\u003eNo tools required\u003c\/p\u003e\n    \u003ch2 class=\"sg-bulb-h2\"\u003eHow to Replace a Bulb\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-bulb-steps\"\u003e\n      \u003cdiv class=\"sg-bulb-step\"\u003e\n        \u003cstrong\u003eSwitch Off the Light Set\u003c\/strong\u003e\n        \u003cspan\u003e\n          Turn off or disconnect the solar light set before changing the bulb.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-bulb-step\"\u003e\n        \u003cstrong\u003eRemove the Old Bulb\u003c\/strong\u003e\n        \u003cspan\u003e\n          Hold the fitting securely and gently unscrew the damaged bulb.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-bulb-step\"\u003e\n        \u003cstrong\u003eInstall and Test\u003c\/strong\u003e\n        \u003cspan\u003e\n          Screw in the replacement by hand, switch the system on and cover the\n          solar panel to simulate darkness.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-bulb-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SECOND IMAGE --\u003e\n  \u003csection class=\"sg-bulb-section sg-bulb-grid-2\"\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"sg-bulb-eyebrow\"\u003eDesigned for compatible solar systems\u003c\/p\u003e\n\n      \u003ch2 class=\"sg-bulb-h2\"\u003e\n        Low-Voltage Solar Festoon Light Bulbs\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sg-bulb-lead\"\u003e\n        Although these bulbs use an E27-style screw base, their operating\n        voltage is different from normal household lighting. Always confirm\n        that your existing solar string light uses compatible 3V bulbs before\n        ordering.\n      \u003c\/p\u003e\n\n      \u003cul class=\"sg-bulb-list\"\u003e\n        \u003cli\u003eCheck the voltage marked on your original bulb\u003c\/li\u003e\n        \u003cli\u003eCompare the screw base and bulb shape\u003c\/li\u003e\n        \u003cli\u003eDo not install into a household or mains-powered fitting\u003c\/li\u003e\n        \u003cli\u003eContact Solar Garden if you are unsure about compatibility\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sg-bulb-image\"\u003e\n      \u003cimg src=\"https:\/\/solar-garden.com.au\/cdn\/shop\/files\/LEDbulb2.png?v=1759831895\u0026amp;width=1000\" alt=\"Three volt E27 replacement LED bulb for solar string lights\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-bulb-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"sg-bulb-section\"\u003e\n    \u003cp class=\"sg-bulb-eyebrow\"\u003eProduct details\u003c\/p\u003e\n    \u003ch2 class=\"sg-bulb-h2\"\u003eSpecifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"sg-bulb-specs\"\u003e\n      \u003cdiv class=\"sg-bulb-spec-row\"\u003e\n        \u003cdiv\u003eProduct type\u003c\/div\u003e\n        \u003cdiv\u003eReplacement LED bulbs for compatible solar festoon lights\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-bulb-spec-row\"\u003e\n        \u003cdiv\u003eQuantity\u003c\/div\u003e\n        \u003cdiv\u003e4 bulbs per pack\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-bulb-spec-row\"\u003e\n        \u003cdiv\u003eOperating voltage\u003c\/div\u003e\n        \u003cdiv\u003e3V low voltage\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-bulb-spec-row\"\u003e\n        \u003cdiv\u003eBase type\u003c\/div\u003e\n        \u003cdiv\u003eE27 screw base\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-bulb-spec-row\"\u003e\n        \u003cdiv\u003eFilament\u003c\/div\u003e\n        \u003cdiv\u003eBuilt-in single LED filament\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-bulb-spec-row\"\u003e\n        \u003cdiv\u003eBulb material\u003c\/div\u003e\n        \u003cdiv\u003eShatter-resistant plastic\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-bulb-spec-row\"\u003e\n        \u003cdiv\u003eInstallation\u003c\/div\u003e\n        \u003cdiv\u003eHand screw-in replacement; no tools required\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-bulb-spec-row\"\u003e\n        \u003cdiv\u003eCompatibility\u003c\/div\u003e\n        \u003cdiv\u003eSelected compatible 3V solar festoon and string light sets\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-bulb-spec-row\"\u003e\n        \u003cdiv\u003eNot suitable for\u003c\/div\u003e\n        \u003cdiv\u003e240V household or mains-powered lighting\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-bulb-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- WHAT IS INCLUDED --\u003e\n  \u003csection class=\"sg-bulb-section sg-bulb-grid-2\"\u003e\n    \u003cdiv class=\"sg-bulb-image\"\u003e\n      \u003cimg src=\"https:\/\/solar-garden.com.au\/cdn\/shop\/files\/LEDbulb1.png?v=1759831895\u0026amp;width=1000\" alt=\"Pack of replacement plastic LED bulbs for solar festoon lights\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cp class=\"sg-bulb-eyebrow\"\u003eInside the package\u003c\/p\u003e\n      \u003ch2 class=\"sg-bulb-h2\"\u003eWhat’s Included?\u003c\/h2\u003e\n\n      \u003cul class=\"sg-bulb-list\"\u003e\n        \u003cli\u003e4 × 3V LED replacement bulbs\u003c\/li\u003e\n        \u003cli\u003eE27-style screw base on each bulb\u003c\/li\u003e\n        \u003cli\u003eShatter-resistant plastic bulb covers\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cp\u003e\n        Solar panel, cable, lamp holders and complete festoon light set are not\n        included.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-bulb-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SEO AND GEO --\u003e\n  \u003csection class=\"sg-bulb-section\"\u003e\n    \u003ch2 class=\"sg-bulb-h2\"\u003e\n      Replacement Bulbs for Solar Festoon Lights Australia\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      This four-pack of replacement solar festoon light bulbs provides a\n      convenient way to repair compatible low-voltage outdoor solar string\n      lights. Each bulb has a 3V operating voltage, E27-style screw base and\n      shatter-resistant plastic construction.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The bulbs are suitable for customers who need to replace a damaged bulb\n      or keep spare bulbs available for their Solar Garden festoon light set.\n      Because solar lighting systems can use different voltages and\n      connections, compatibility should always be checked before ordering.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sg-bulb-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"sg-bulb-section sg-bulb-faq\"\u003e\n    \u003ch2 class=\"sg-bulb-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003eCan these bulbs be used in a normal household E27 fitting?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. These are 3V low-voltage bulbs for compatible solar light systems.\n        They must not be connected to a 240V household or mains-powered fitting.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDo these bulbs fit every solar string light?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. Solar string lights can use different voltages, bases and\n        connectors. Please confirm that your existing light set uses compatible\n        3V E27 bulbs before ordering.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow many bulbs are included?\u003c\/summary\u003e\n      \u003cp\u003e\n        The standard package contains four replacement LED bulbs.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre the bulbs made from glass?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. The bulb covers are made from durable, shatter-resistant plastic,\n        making them more suitable for everyday outdoor handling.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDo the bulbs automatically turn on at night?\u003c\/summary\u003e\n      \u003cp\u003e\n        The solar panel and controller in the complete light set control\n        automatic operation. The replacement bulb itself does not contain a\n        separate dusk sensor.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow can I test a replacement bulb during the day?\u003c\/summary\u003e\n      \u003cp\u003e\n        Install the bulb, switch the solar light system on and completely cover\n        the solar panel. This simulates darkness and allows a compatible system\n        to activate.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes this package include the solar panel or cable?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. This listing is for replacement bulbs only. The solar panel, cable,\n        lamp holders and complete string light set are not included.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this a subscription purchase?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. This is a one-time purchase and does not include recurring product\n        charges.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"4 Pack","offer_id":50614310371551,"sku":"UL-DP-DC-001-1","price":24.99,"currency_code":"AUD","in_stock":true},{"title":"8 Pack","offer_id":50614310404319,"sku":"UL-DP-DC-001-2","price":39.99,"currency_code":"AUD","in_stock":true},{"title":"12 Pack","offer_id":50614310437087,"sku":"UL-DP-DC-001-3","price":54.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/5994\/0575\/files\/LEDbulb.png?v=1759831895","url":"https:\/\/solar-garden.com.au\/de\/products\/replacement-bulbs-solar-festoon-lights","provider":"solar-garden.com.au","version":"1.0","type":"link"}