{"product_id":"solar-fairy-string-lights","title":"Solar Fairy String Lights – 22m \u0026 50m","description":"\u003cstyle\u003e\n  .sg-fairy {\n    --green: #006b4f;\n    --green-dark: #004c39;\n    --green-soft: #edf8f3;\n    --gold-soft: #fff8df;\n    --text: #17211d;\n    --muted: #53615b;\n    --border: #dfe7e3;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    line-height: 1.65;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .sg-fairy *,\n  .sg-fairy *::before,\n  .sg-fairy *::after {\n    box-sizing: border-box;\n  }\n\n  .sg-fairy h2,\n  .sg-fairy h3,\n  .sg-fairy p {\n    margin-top: 0;\n  }\n\n  .sgf-section {\n    margin: 0 0 48px;\n  }\n\n  .sgf-eyebrow {\n    margin-bottom: 8px;\n    color: var(--green);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n  }\n\n  .sgf-title {\n    margin-bottom: 14px;\n    color: #111;\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.12;\n  }\n\n  .sgf-lead {\n    max-width: 850px;\n    margin-bottom: 20px;\n    color: var(--muted);\n    font-size: 18px;\n  }\n\n  .sgf-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin: 0 0 22px;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sgf-badges li {\n    padding: 8px 12px;\n    border: 1px solid #cce4d9;\n    border-radius: 999px;\n    background: var(--green-soft);\n    color: var(--green-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .sgf-trust {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    background: #fafcfb;\n  }\n\n  .sgf-trust-item {\n    padding: 17px 10px;\n    text-align: center;\n  }\n\n  .sgf-trust-item + .sgf-trust-item {\n    border-left: 1px solid var(--border);\n  }\n\n  .sgf-trust-item strong {\n    display: block;\n    margin-bottom: 2px;\n    color: #111;\n    font-size: 14px;\n  }\n\n  .sgf-trust-item span {\n    color: var(--muted);\n    font-size: 12px;\n  }\n\n  .sgf-grid-2 {\n    display: grid;\n    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);\n    gap: 30px;\n    align-items: center;\n  }\n\n  .sgf-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .sgf-heading {\n    margin-bottom: 16px;\n    color: #111;\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.2;\n  }\n\n  .sgf-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 18px;\n  }\n\n  .sgf-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sgf-list li {\n    position: relative;\n    margin-bottom: 13px;\n    padding-left: 29px;\n    color: #34413b;\n  }\n\n  .sgf-list li::before {\n    position: absolute;\n    top: 1px;\n    left: 0;\n    color: var(--green);\n    font-size: 17px;\n    font-weight: 900;\n    content: \"✓\";\n  }\n\n  .sgf-card {\n    height: 100%;\n    padding: 22px;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    background: #fff;\n  }\n\n  .sgf-card h3 {\n    margin-bottom: 8px;\n    color: #111;\n    font-size: 19px;\n    line-height: 1.3;\n  }\n\n  .sgf-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  .sgf-options {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n\n  .sgf-option {\n    position: relative;\n    padding: 22px;\n    border: 2px solid var(--border);\n    border-radius: 16px;\n    background: #fff;\n  }\n\n  .sgf-option-popular {\n    border-color: var(--green);\n    background: var(--green-soft);\n  }\n\n  .sgf-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 5px 9px;\n    border-radius: 999px;\n    background: var(--green);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 800;\n    text-transform: uppercase;\n  }\n\n  .sgf-option h3 {\n    margin-bottom: 7px;\n    font-size: 22px;\n  }\n\n  .sgf-option p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n  .sgf-highlight {\n    padding: 20px;\n    border: 1px solid #eedb90;\n    border-radius: 16px;\n    background: var(--gold-soft);\n  }\n\n  .sgf-highlight strong {\n    display: block;\n    margin-bottom: 5px;\n    color: #4f3a00;\n    font-size: 17px;\n  }\n\n  .sgf-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    counter-reset: steps;\n  }\n\n  .sgf-step {\n    padding: 22px;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    background: #fff;\n    counter-increment: steps;\n  }\n\n  .sgf-step::before {\n    display: grid;\n    width: 34px;\n    height: 34px;\n    margin-bottom: 12px;\n    border-radius: 50%;\n    background: var(--green);\n    color: #fff;\n    font-weight: 800;\n    place-items: center;\n    content: counter(steps);\n  }\n\n  .sgf-step strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .sgf-step p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .sgf-specs {\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n  }\n\n  .sgf-spec-row {\n    display: grid;\n    grid-template-columns: 38% 62%;\n  }\n\n  .sgf-spec-row + .sgf-spec-row {\n    border-top: 1px solid var(--border);\n  }\n\n  .sgf-spec-row div {\n    padding: 13px 16px;\n  }\n\n  .sgf-spec-row div:first-child {\n    background: #f7faf8;\n    font-weight: 800;\n  }\n\n  .sgf-spec-row div:last-child {\n    color: var(--muted);\n  }\n\n  .sgf-faq details {\n    margin-bottom: 12px;\n    padding: 15px 17px;\n    border: 1px solid var(--border);\n    border-radius: 13px;\n    background: #fff;\n  }\n\n  .sgf-faq summary {\n    cursor: pointer;\n    color: #111;\n    font-weight: 800;\n  }\n\n  .sgf-faq p {\n    margin: 10px 0 0;\n    color: var(--muted);\n  }\n\n  .sgf-note {\n    color: var(--muted);\n    font-size: 13px;\n  }\n\n  @media (max-width: 768px) {\n    .sgf-section {\n      margin-bottom: 34px;\n    }\n\n    .sgf-lead {\n      font-size: 16px;\n      line-height: 1.6;\n    }\n\n    .sgf-grid-2,\n    .sgf-grid-3,\n    .sgf-options,\n    .sgf-steps {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n\n    .sgf-trust {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .sgf-trust-item:nth-child(3) {\n      border-left: 0;\n    }\n\n    .sgf-trust-item:nth-child(n + 3) {\n      border-top: 1px solid var(--border);\n    }\n\n    .sgf-card,\n    .sgf-option,\n    .sgf-step {\n      padding: 18px;\n    }\n\n    .sgf-grid-2 .sgf-media {\n      order: -1;\n    }\n\n    .sgf-spec-row {\n      grid-template-columns: 42% 58%;\n      font-size: 14px;\n    }\n\n    .sgf-spec-row div {\n      padding: 11px 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sg-fairy\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"sgf-section\"\u003e\n    \u003cp class=\"sgf-eyebrow\"\u003eSolar-powered outdoor ambience\u003c\/p\u003e\n    \u003ch2 class=\"sgf-title\"\u003eCreate a Magical Glow Without Power Points or Wiring\u003c\/h2\u003e\n\n    \u003cp class=\"sgf-lead\"\u003e\n      Wrap your trees, fences, pergola or balcony in beautiful solar fairy\n      lights. They charge in daylight, switch on automatically after dark and\n      give you a choice of eight lighting effects—without adding to your\n      electricity bill.\n    \u003c\/p\u003e\n\n    \u003cul class=\"sgf-badges\"\u003e\n      \u003cli\u003e22m or 50m lengths\u003c\/li\u003e\n      \u003cli\u003e200 or 500 LEDs\u003c\/li\u003e\n      \u003cli\u003e8 lighting modes\u003c\/li\u003e\n      \u003cli\u003eAutomatic dusk lighting\u003c\/li\u003e\n      \u003cli\u003eMemory function\u003c\/li\u003e\n      \u003cli\u003eNo mains power needed\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"sgf-trust\"\u003e\n      \u003cdiv class=\"sgf-trust-item\"\u003e\n        \u003cstrong\u003eFree AU Shipping\u003c\/strong\u003e\n        \u003cspan\u003eEvery order\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sgf-trust-item\"\u003e\n        \u003cstrong\u003e100-Day Returns\u003c\/strong\u003e\n        \u003cspan\u003eShop confidently\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sgf-trust-item\"\u003e\n        \u003cstrong\u003e3-Year Warranty\u003c\/strong\u003e\n        \u003cspan\u003eLong-term cover\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sgf-trust-item\"\u003e\n        \u003cstrong\u003eAU Warehouse\u003c\/strong\u003e\n        \u003cspan\u003eLocal dispatch\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE + BENEFITS --\u003e\n  \u003csection class=\"sgf-section sgf-grid-2\"\u003e\n    \u003cdiv class=\"sgf-media\"\u003e\n      \u003cimg class=\"sgf-image\" src=\"https:\/\/solar-garden.com.au\/cdn\/shop\/products\/s-l1600_ba26e5e0-ee18-446a-a6d4-b8f430dba98c.jpg?v=1753856022\u0026amp;width=1000\" alt=\"solar fairy string lights decorating an Australian outdoor garden\" loading=\"lazy\" width=\"1000\" height=\"1000\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cp class=\"sgf-eyebrow\"\u003eEasy outdoor transformation\u003c\/p\u003e\n      \u003ch2 class=\"sgf-heading\"\u003eWhy You’ll Love These Fairy Lights\u003c\/h2\u003e\n\n      \u003cul class=\"sgf-list\"\u003e\n        \u003cli\u003eSolar powered with no outdoor socket or electrician required\u003c\/li\u003e\n        \u003cli\u003eAutomatically charges by day and switches on after dark\u003c\/li\u003e\n        \u003cli\u003eEight lighting modes, including steady, twinkle and fade\u003c\/li\u003e\n        \u003cli\u003eMemory function remembers your last selected lighting mode\u003c\/li\u003e\n        \u003cli\u003eChoose warm white for a cosy glow or cool white for a crisp look\u003c\/li\u003e\n        \u003cli\u003eIdeal for everyday garden ambience, parties and Christmas displays\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- LENGTH OPTIONS --\u003e\n  \u003csection class=\"sgf-section\"\u003e\n    \u003cp class=\"sgf-eyebrow\"\u003eChoose your coverage\u003c\/p\u003e\n    \u003ch2 class=\"sgf-heading\"\u003eWhich Length Is Right for Your Space?\u003c\/h2\u003e\n\n    \u003cdiv class=\"sgf-options\"\u003e\n      \u003cdiv class=\"sgf-option\"\u003e\n        \u003ch3\u003e22m · 200 LEDs\u003c\/h3\u003e\n        \u003cp\u003e\n          A practical choice for a tree, balcony, fence section, small pergola\n          or compact outdoor entertaining area.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgf-option sgf-option-popular\"\u003e\n        \u003cspan class=\"sgf-label\"\u003eBest coverage\u003c\/span\u003e\n        \u003ch3\u003e50m · 500 LEDs\u003c\/h3\u003e\n        \u003cp\u003e\n          Better for long fences, larger trees, wide pergolas, rooflines and\n          more complete garden displays.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sgf-highlight\" style=\"margin-top:16px;\"\u003e\n      \u003cstrong\u003eNot sure which size to choose?\u003c\/strong\u003e\n      Measure the installation path—not only the straight-line distance—and\n      allow extra length for wrapping around trees, posts and railings.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003csection class=\"sgf-section\"\u003e\n    \u003cp class=\"sgf-eyebrow\"\u003eOne light, many possibilities\u003c\/p\u003e\n    \u003ch2 class=\"sgf-heading\"\u003eMade for Gardens, Entertaining and Celebrations\u003c\/h2\u003e\n\n    \u003cdiv class=\"sgf-grid-3\"\u003e\n      \u003carticle class=\"sgf-card\"\u003e\n        \u003ch3\u003eGarden \u0026amp; Trees\u003c\/h3\u003e\n        \u003cp\u003e\n          Wrap around trunks, branches, shrubs and garden structures for a\n          soft decorative glow after dark.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sgf-card\"\u003e\n        \u003ch3\u003eFence \u0026amp; Pergola\u003c\/h3\u003e\n        \u003cp\u003e\n          Add atmosphere along fences, balconies, railings, patios and outdoor\n          dining areas without running extension leads.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sgf-card\"\u003e\n        \u003ch3\u003eChristmas \u0026amp; Events\u003c\/h3\u003e\n        \u003cp\u003e\n          Create flexible displays for Christmas, weddings, birthdays and\n          backyard celebrations using eight selectable effects.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"sgf-section\"\u003e\n    \u003cp class=\"sgf-eyebrow\"\u003eSet up in minutes\u003c\/p\u003e\n    \u003ch2 class=\"sgf-heading\"\u003eHow Solar Fairy Lights Work\u003c\/h2\u003e\n\n    \u003cdiv class=\"sgf-steps\"\u003e\n      \u003cdiv class=\"sgf-step\"\u003e\n        \u003cstrong\u003ePosition the panel\u003c\/strong\u003e\n        \u003cp\u003e\n          Place the solar panel outdoors where it can receive direct sunlight\n          during the day.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgf-step\"\u003e\n        \u003cstrong\u003eArrange the lights\u003c\/strong\u003e\n        \u003cp\u003e\n          Wrap or hang the string around your chosen tree, fence, pergola or\n          garden feature.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgf-step\"\u003e\n        \u003cstrong\u003eSelect your mode\u003c\/strong\u003e\n        \u003cp\u003e\n          Choose your preferred effect. The light sensor will automatically\n          activate the lights after dark.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE + MODES --\u003e\n  \u003csection class=\"sgf-section sgf-grid-2\"\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"sgf-eyebrow\"\u003eMatch every occasion\u003c\/p\u003e\n      \u003ch2 class=\"sgf-heading\"\u003eEight Lighting Effects\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Choose from combination, waves, sequential, slow glow, chasing\/flash,\n        slow fade, twinkle\/flash and steady-on modes.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The built-in memory function remembers the last mode selected, so you\n        do not need to reset the lights every evening.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cimg class=\"sgf-image\" src=\"https:\/\/solar-garden.com.au\/cdn\/shop\/products\/s-l1600_94179afd-f4e2-41b6-975e-7b29cea11e90.jpg?v=1753856022\u0026amp;width=1000\" alt=\"outdoor solar fairy lights with multiple lighting modes\" loading=\"lazy\" width=\"1000\" height=\"1000\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"sgf-section\"\u003e\n    \u003cp class=\"sgf-eyebrow\"\u003eProduct details\u003c\/p\u003e\n    \u003ch2 class=\"sgf-heading\"\u003eSpecifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"sgf-specs\"\u003e\n      \u003cdiv class=\"sgf-spec-row\"\u003e\n        \u003cdiv\u003eLength options\u003c\/div\u003e\n        \u003cdiv\u003e22m with 200 LEDs \/ 50m with 500 LEDs\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgf-spec-row\"\u003e\n        \u003cdiv\u003eLight colours\u003c\/div\u003e\n        \u003cdiv\u003eWarm White or Cool White\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgf-spec-row\"\u003e\n        \u003cdiv\u003eLighting modes\u003c\/div\u003e\n        \u003cdiv\u003e8 selectable modes\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgf-spec-row\"\u003e\n        \u003cdiv\u003eCharging time\u003c\/div\u003e\n        \u003cdiv\u003eApproximately 5–8 hours in good sunlight\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgf-spec-row\"\u003e\n        \u003cdiv\u003eLighting time\u003c\/div\u003e\n        \u003cdiv\u003eApproximately 6–8 hours after a full charge\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgf-spec-row\"\u003e\n        \u003cdiv\u003eLead wire\u003c\/div\u003e\n        \u003cdiv\u003eApproximately 2m from solar panel to first LED\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgf-spec-row\"\u003e\n        \u003cdiv\u003eWeather rating\u003c\/div\u003e\n        \u003cdiv\u003eIP45 weather-resistant\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgf-spec-row\"\u003e\n        \u003cdiv\u003ePower source\u003c\/div\u003e\n        \u003cdiv\u003eSolar powered—no mains wiring required\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgf-spec-row\"\u003e\n        \u003cdiv\u003eAutomatic operation\u003c\/div\u003e\n        \u003cdiv\u003eBuilt-in daylight sensor and mode memory\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"sgf-note\" style=\"margin-top:12px;\"\u003e\n      Solar charging and nightly runtime vary with season, panel position,\n      weather conditions and the selected lighting mode.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SEO \/ GEO COPY --\u003e\n  \u003csection class=\"sgf-section\"\u003e\n    \u003ch2 class=\"sgf-heading\"\u003eSolar Fairy String Lights for Australian Gardens\u003c\/h2\u003e\n\n    \u003cp\u003e\n      These outdoor solar fairy lights provide a simple way to decorate\n      Australian gardens, trees, fences, balconies, pergolas and entertaining\n      areas without connecting to mains electricity. Available in 22-metre\n      200-LED and 50-metre 500-LED options, they suit both compact spaces and\n      larger decorative displays.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      During the day, the separate solar panel converts sunlight into stored\n      energy. After dark, the built-in sensor automatically turns the LEDs on.\n      Warm white creates a softer, cosier atmosphere, while cool white produces\n      a brighter, more defined decorative appearance.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"sgf-section sgf-faq\"\u003e\n    \u003cp class=\"sgf-eyebrow\"\u003eHelpful answers\u003c\/p\u003e\n    \u003ch2 class=\"sgf-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003eDo the fairy lights turn on automatically?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. Once switched on, the built-in light sensor charges the lights\n        during the day and activates them automatically after dark.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the difference between the 22m and 50m options?\u003c\/summary\u003e\n      \u003cp\u003e\n        The 22m version contains 200 LEDs and suits smaller displays. The 50m\n        version contains 500 LEDs and provides greater coverage for long\n        fences, large trees, pergolas and rooflines.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow long do the lights operate at night?\u003c\/summary\u003e\n      \u003cp\u003e\n        After receiving a full charge, they generally provide approximately\n        6–8 hours of illumination. Runtime depends on sunlight, season, panel\n        placement and lighting mode.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWill the lights remember my selected mode?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. The memory function retains the last selected lighting mode, so\n        it does not need to be reset every night.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I leave them outside in the rain?\u003c\/summary\u003e\n      \u003cp\u003e\n        They have an IP45 weather-resistant design for normal outdoor\n        conditions. Do not submerge the string lights or solar panel in water.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhere should I place the solar panel?\u003c\/summary\u003e\n      \u003cp\u003e\n        Position it outdoors in a location that receives strong direct\n        sunlight and is not shaded by trees, fences, roofs or buildings.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre these suitable for Christmas decorations?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. The two available lengths and eight lighting effects make them\n        suitable for Christmas trees, fences, balconies, pergolas and other\n        seasonal outdoor displays.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"200LED 22M \/ Warm White","offer_id":47223644979423,"sku":"SOGA-OS-SL-200-WW-2nd","price":69.99,"currency_code":"AUD","in_stock":true},{"title":"200LED 22M \/ Cool White","offer_id":47223645012191,"sku":"SOGA-OS-SL-200-CW-2nd","price":69.99,"currency_code":"AUD","in_stock":true},{"title":"500LED 50M \/ Warm White","offer_id":44962495103199,"sku":"SOGA-OS-SL-500-WW-2nd","price":99.99,"currency_code":"AUD","in_stock":true},{"title":"500LED 50M \/ Cool White","offer_id":44962495168735,"sku":"SOGA-OS-SL-500-CW-2nd","price":99.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/5994\/0575\/products\/s-l1600_ba26e5e0-ee18-446a-a6d4-b8f430dba98c.jpg?v=1753856022","url":"https:\/\/solar-garden.com.au\/products\/solar-fairy-string-lights","provider":"solar-garden.com.au","version":"1.0","type":"link"}