{"product_id":"solar-garden-spotlight-system","title":"Solar Garden Spotlight System – 4 \u0026 6 Light Packs","description":"\u003cstyle\u003e\n  .sg-spot-system {\n    --green: #006b4f;\n    --green-dark: #004c39;\n    --green-soft: #edf8f3;\n    --text: #17211d;\n    --muted: #56635d;\n    --border: #dfe7e3;\n    --gold-soft: #fff8df;\n    max-width: 1200px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .sg-spot-system *,\n  .sg-spot-system *::before,\n  .sg-spot-system *::after {\n    box-sizing: border-box;\n  }\n\n  .sg-spot-system h2,\n  .sg-spot-system h3,\n  .sg-spot-system p {\n    margin-top: 0;\n  }\n\n  .sgss-section {\n    margin: 0 0 48px;\n  }\n\n  .sgss-eyebrow {\n    margin-bottom: 8px;\n    color: var(--green);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .sgss-title {\n    margin-bottom: 14px;\n    color: #111;\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.12;\n  }\n\n  .sgss-lead {\n    max-width: 850px;\n    margin-bottom: 20px;\n    color: var(--muted);\n    font-size: 18px;\n  }\n\n  .sgss-heading {\n    margin-bottom: 16px;\n    color: #111;\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.2;\n  }\n\n  .sgss-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  .sgss-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  .sgss-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  .sgss-trust-item {\n    padding: 17px 10px;\n    text-align: center;\n  }\n\n  .sgss-trust-item + .sgss-trust-item {\n    border-left: 1px solid var(--border);\n  }\n\n  .sgss-trust-item strong {\n    display: block;\n    margin-bottom: 2px;\n    color: #111;\n    font-size: 14px;\n  }\n\n  .sgss-trust-item span {\n    color: var(--muted);\n    font-size: 12px;\n  }\n\n  .sgss-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  .sgss-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .sgss-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 18px;\n  }\n\n  .sgss-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sgss-list li {\n    position: relative;\n    margin-bottom: 13px;\n    padding-left: 29px;\n    color: #34413b;\n  }\n\n  .sgss-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  .sgss-card {\n    height: 100%;\n    padding: 22px;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    background: #fff;\n  }\n\n  .sgss-card h3 {\n    margin-bottom: 8px;\n    color: #111;\n    font-size: 19px;\n    line-height: 1.3;\n  }\n\n  .sgss-card p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  .sgss-pack-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n\n  .sgss-pack {\n    position: relative;\n    padding: 22px;\n    border: 2px solid var(--border);\n    border-radius: 16px;\n    background: #fff;\n  }\n\n  .sgss-pack-popular {\n    border-color: var(--green);\n    background: var(--green-soft);\n  }\n\n  .sgss-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 5px 10px;\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  .sgss-pack h3 {\n    margin-bottom: 6px;\n    font-size: 22px;\n  }\n\n  .sgss-pack p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n  .sgss-highlight {\n    padding: 19px;\n    border: 1px solid #edd98d;\n    border-radius: 16px;\n    background: var(--gold-soft);\n  }\n\n  .sgss-highlight strong {\n    display: block;\n    margin-bottom: 5px;\n    color: #4f3a00;\n    font-size: 17px;\n  }\n\n  .sgss-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    counter-reset: steps;\n  }\n\n  .sgss-step {\n    padding: 22px;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    background: #fff;\n    counter-increment: steps;\n  }\n\n  .sgss-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    content: counter(steps);\n    place-items: center;\n  }\n\n  .sgss-step strong {\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .sgss-step p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .sgss-specs {\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n  }\n\n  .sgss-spec-row {\n    display: grid;\n    grid-template-columns: 38% 62%;\n  }\n\n  .sgss-spec-row + .sgss-spec-row {\n    border-top: 1px solid var(--border);\n  }\n\n  .sgss-spec-row div {\n    padding: 13px 16px;\n  }\n\n  .sgss-spec-row div:first-child {\n    background: #f7faf8;\n    font-weight: 800;\n  }\n\n  .sgss-spec-row div:last-child {\n    color: var(--muted);\n  }\n\n  .sgss-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  .sgss-faq summary {\n    cursor: pointer;\n    color: #111;\n    font-weight: 800;\n  }\n\n  .sgss-faq p {\n    margin: 10px 0 0;\n    color: var(--muted);\n  }\n\n  .sgss-note {\n    color: var(--muted);\n    font-size: 13px;\n  }\n\n  @media (max-width: 768px) {\n    .sgss-section {\n      margin-bottom: 34px;\n    }\n\n    .sgss-lead {\n      font-size: 16px;\n      line-height: 1.6;\n    }\n\n    .sgss-grid-2,\n    .sgss-grid-3,\n    .sgss-pack-grid,\n    .sgss-steps {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n\n    .sgss-trust {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .sgss-trust-item:nth-child(3) {\n      border-left: 0;\n    }\n\n    .sgss-trust-item:nth-child(n + 3) {\n      border-top: 1px solid var(--border);\n    }\n\n    .sgss-card,\n    .sgss-pack,\n    .sgss-step {\n      padding: 18px;\n    }\n\n    .sgss-grid-2 .sgss-media {\n      order: -1;\n    }\n\n    .sgss-spec-row {\n      grid-template-columns: 42% 58%;\n      font-size: 14px;\n    }\n\n    .sgss-spec-row div {\n      padding: 11px 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sg-spot-system\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"sgss-section\"\u003e\n    \u003cp class=\"sgss-eyebrow\"\u003eSolar-powered feature lighting\u003c\/p\u003e\n\n    \u003ch2 class=\"sgss-title\"\u003e\n      Highlight More of Your Garden from One Solar Panel\n    \u003c\/h2\u003e\n\n    \u003cp class=\"sgss-lead\"\u003e\n      Illuminate trees, garden beds, walls, pathways and outdoor features\n      with a connected 4-light or 6-light solar spotlight system. One shared\n      solar panel powers the complete set, so you can create coordinated\n      outdoor lighting without mains wiring or ongoing electricity costs.\n    \u003c\/p\u003e\n\n    \u003cul class=\"sgss-badges\"\u003e\n      \u003cli\u003e4 or 6 connected lights\u003c\/li\u003e\n      \u003cli\u003eOne shared solar panel\u003c\/li\u003e\n      \u003cli\u003eWarm white light\u003c\/li\u003e\n      \u003cli\u003eAdjustable direction\u003c\/li\u003e\n      \u003cli\u003eIP65 rated\u003c\/li\u003e\n      \u003cli\u003eAutomatic night lighting\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"sgss-trust\"\u003e\n      \u003cdiv class=\"sgss-trust-item\"\u003e\n        \u003cstrong\u003eFree AU Shipping\u003c\/strong\u003e\n        \u003cspan\u003eEvery pack\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-trust-item\"\u003e\n        \u003cstrong\u003e100-Day Returns\u003c\/strong\u003e\n        \u003cspan\u003eShop confidently\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-trust-item\"\u003e\n        \u003cstrong\u003e3-Year Warranty\u003c\/strong\u003e\n        \u003cspan\u003eLong-term cover\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-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!-- MAIN BENEFITS --\u003e\n  \u003csection class=\"sgss-section sgss-grid-2\"\u003e\n    \u003cdiv class=\"sgss-media\"\u003e\n      \u003cimg class=\"sgss-image\" src=\"https:\/\/solar-garden.com.au\/cdn\/shop\/files\/31.jpg?v=1756970416\u0026amp;width=1000\" alt=\"connected solar garden spotlight system with separate solar panel\" loading=\"lazy\" width=\"1000\" height=\"1000\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cp class=\"sgss-eyebrow\"\u003eFlexible garden coverage\u003c\/p\u003e\n      \u003ch2 class=\"sgss-heading\"\u003eWhy You’ll Love This Spotlight System\u003c\/h2\u003e\n\n      \u003cul class=\"sgss-list\"\u003e\n        \u003cli\u003eMultiple connected spotlights powered by one solar panel\u003c\/li\u003e\n        \u003cli\u003eNo electrician, outdoor socket or mains wiring required\u003c\/li\u003e\n        \u003cli\u003eCharges during the day and switches on automatically after dark\u003c\/li\u003e\n        \u003cli\u003eAdjustable heads direct light towards the feature you want to highlight\u003c\/li\u003e\n        \u003cli\u003eWarm white illumination creates an inviting outdoor atmosphere\u003c\/li\u003e\n        \u003cli\u003eRemovable ground stakes make placement and repositioning simple\u003c\/li\u003e\n        \u003cli\u003eIP65-rated construction for outdoor use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PACK SELECTION --\u003e\n  \u003csection class=\"sgss-section\"\u003e\n    \u003cp class=\"sgss-eyebrow\"\u003eChoose your coverage\u003c\/p\u003e\n    \u003ch2 class=\"sgss-heading\"\u003e4 Lights or 6 Lights?\u003c\/h2\u003e\n\n    \u003cdiv class=\"sgss-pack-grid\"\u003e\n      \u003carticle class=\"sgss-pack sgss-pack-popular\"\u003e\n        \u003cspan class=\"sgss-label\"\u003eMost popular\u003c\/span\u003e\n        \u003ch3\u003e4-Light Pack\u003c\/h3\u003e\n        \u003cp\u003e\n          Ideal for one garden bed, a feature tree, a short pathway or a\n          smaller landscaped area.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sgss-pack\"\u003e\n        \u003ch3\u003e6-Light Pack\u003c\/h3\u003e\n        \u003cp\u003e\n          Better for larger gardens, longer pathways, multiple trees or wider\n          outdoor feature areas.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sgss-highlight\" style=\"margin-top:16px;\"\u003e\n      \u003cstrong\u003eOne system, evenly spaced coverage\u003c\/strong\u003e\n      Position the separate solar panel in the sun while directing the\n      connected light heads towards shaded garden features.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003csection class=\"sgss-section\"\u003e\n    \u003cp class=\"sgss-eyebrow\"\u003eDesigned for outdoor features\u003c\/p\u003e\n    \u003ch2 class=\"sgss-heading\"\u003eWhere Can You Use Them?\u003c\/h2\u003e\n\n    \u003cdiv class=\"sgss-grid-3\"\u003e\n      \u003carticle class=\"sgss-card\"\u003e\n        \u003ch3\u003eTrees \u0026amp; Garden Beds\u003c\/h3\u003e\n        \u003cp\u003e\n          Direct warm white light upwards to highlight trees, shrubs, flowers\n          and landscaped garden areas.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sgss-card\"\u003e\n        \u003ch3\u003ePaths \u0026amp; Driveways\u003c\/h3\u003e\n        \u003cp\u003e\n          Arrange the connected lights along pathways, garden edges and\n          driveway borders for coordinated illumination.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sgss-card\"\u003e\n        \u003ch3\u003eWalls \u0026amp; Features\u003c\/h3\u003e\n        \u003cp\u003e\n          Highlight house façades, fences, sculptures, water features and\n          other outdoor focal points.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"sgss-section\"\u003e\n    \u003cp class=\"sgss-eyebrow\"\u003eNo electrician required\u003c\/p\u003e\n    \u003ch2 class=\"sgss-heading\"\u003eSet Up in Three Simple Steps\u003c\/h2\u003e\n\n    \u003cdiv class=\"sgss-steps\"\u003e\n      \u003cdiv class=\"sgss-step\"\u003e\n        \u003cstrong\u003ePosition the solar panel\u003c\/strong\u003e\n        \u003cp\u003e\n          Install the panel where it can receive strong, direct sunlight\n          during the day.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-step\"\u003e\n        \u003cstrong\u003ePlace the spotlights\u003c\/strong\u003e\n        \u003cp\u003e\n          Insert each light into the ground and spread the connected lights\n          across your chosen area.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-step\"\u003e\n        \u003cstrong\u003eAdjust and switch on\u003c\/strong\u003e\n        \u003cp\u003e\n          Aim each head at the desired feature. The system will charge by day\n          and illuminate automatically at night.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SECOND IMAGE --\u003e\n  \u003csection class=\"sgss-section sgss-grid-2\"\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"sgss-eyebrow\"\u003eSeparate panel advantage\u003c\/p\u003e\n      \u003ch2 class=\"sgss-heading\"\u003ePut the Panel in Sun and the Lights Where Needed\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Many trees, walls and garden beds requiring illumination are located\n        in shaded areas. The separate solar panel allows it to be positioned\n        in a sunnier location while the connected spotlights illuminate the\n        garden features.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The system includes approximately 5 metres of cable from the solar\n        panel to the first spotlight and approximately 3 metres between\n        connected lights, providing flexible placement across the garden.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cimg class=\"sgss-image\" src=\"https:\/\/solar-garden.com.au\/cdn\/shop\/files\/71dViZaTw2L._AC_SL1500.jpg?v=1760780362\u0026amp;width=1500\" alt=\"solar spotlights illuminating outdoor trees and garden features\" loading=\"lazy\" width=\"1500\" height=\"1500\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003csection class=\"sgss-section\"\u003e\n    \u003cp class=\"sgss-eyebrow\"\u003eProduct information\u003c\/p\u003e\n    \u003ch2 class=\"sgss-heading\"\u003eSpecifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"sgss-specs\"\u003e\n      \u003cdiv class=\"sgss-spec-row\"\u003e\n        \u003cdiv\u003ePack options\u003c\/div\u003e\n        \u003cdiv\u003e4 connected lights or 6 connected lights\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-spec-row\"\u003e\n        \u003cdiv\u003eLight colour\u003c\/div\u003e\n        \u003cdiv\u003eWarm white\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-spec-row\"\u003e\n        \u003cdiv\u003eSolar panel\u003c\/div\u003e\n        \u003cdiv\u003e6V \/ 5W\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-spec-row\"\u003e\n        \u003cdiv\u003eBattery\u003c\/div\u003e\n        \u003cdiv\u003e3.7V \/ 4000mAh\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-spec-row\"\u003e\n        \u003cdiv\u003eBeam angle\u003c\/div\u003e\n        \u003cdiv\u003eApproximately 120°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-spec-row\"\u003e\n        \u003cdiv\u003ePanel to first light\u003c\/div\u003e\n        \u003cdiv\u003eApproximately 5 metres\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-spec-row\"\u003e\n        \u003cdiv\u003eBetween lights\u003c\/div\u003e\n        \u003cdiv\u003eApproximately 3 metres\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-spec-row\"\u003e\n        \u003cdiv\u003eCharging time\u003c\/div\u003e\n        \u003cdiv\u003eApproximately 8 hours in direct sunlight\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-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=\"sgss-spec-row\"\u003e\n        \u003cdiv\u003eWeather rating\u003c\/div\u003e\n        \u003cdiv\u003eIP65\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-spec-row\"\u003e\n        \u003cdiv\u003eOperation\u003c\/div\u003e\n        \u003cdiv\u003eAutomatic dusk-to-dawn light sensor\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgss-spec-row\"\u003e\n        \u003cdiv\u003eInstallation\u003c\/div\u003e\n        \u003cdiv\u003eRemovable ground stakes\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"sgss-note\" style=\"margin-top:12px;\"\u003e\n      Solar charging and nightly operating time vary according to sunlight,\n      season, panel position and weather conditions.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SEO \/ GEO --\u003e\n  \u003csection class=\"sgss-section\"\u003e\n    \u003ch2 class=\"sgss-heading\"\u003eConnected Solar Garden Spotlights Australia\u003c\/h2\u003e\n\n    \u003cp\u003e\n      This connected solar garden spotlight system is designed for Australian\n      homeowners who want to illuminate several nearby outdoor features using\n      one separate solar panel. Choose a four-light system for compact garden\n      beds and pathways or a six-light system for wider landscaped areas.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Unlike individual solar spotlights, all lights in this system connect to\n      one solar panel. This makes it particularly useful when the areas being\n      illuminated are shaded but a sunny panel location is available nearby.\n      It is suitable for feature trees, garden beds, paths, driveways, walls,\n      fences and outdoor landscape features.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"sgss-section sgss-faq\"\u003e\n    \u003cp class=\"sgss-eyebrow\"\u003eHelpful answers\u003c\/p\u003e\n    \u003ch2 class=\"sgss-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003eDoes each spotlight have its own solar panel?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. The four or six spotlights are connected by cable and powered by\n        one separate solar panel.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the difference between the 4-light and 6-light packs?\u003c\/summary\u003e\n      \u003cp\u003e\n        Both operate from a shared solar panel. The six-light option provides\n        additional coverage for larger gardens, longer paths or more outdoor\n        features.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDo the lights turn on automatically?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. Once activated, the system charges during daylight and switches\n        on automatically when the surrounding area becomes dark.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow long do the spotlights operate at night?\u003c\/summary\u003e\n      \u003cp\u003e\n        After receiving a full charge, the lights generally operate for\n        approximately 6–8 hours. Actual runtime depends on sunlight, season\n        and panel placement.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan the spotlight direction be adjusted?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. Each spotlight head can be angled towards trees, walls, paths,\n        garden beds and other landscape features.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan the solar panel be placed away from the lights?\u003c\/summary\u003e\n      \u003cp\u003e\n        Yes. There is approximately 5 metres of cable between the panel and\n        the first spotlight, allowing the panel to be positioned in a sunnier\n        location.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre the lights suitable for Australian weather?\u003c\/summary\u003e\n      \u003cp\u003e\n        The system has an IP65 weather-resistant rating for outdoor use. The\n        solar panel and lights should not be submerged in water.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDo these lights require a subscription or recurring payment?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. This is a one-time product purchase with no subscription and no\n        recurring charges.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"soga","offers":[{"title":"4 Lights","offer_id":47387710554335,"sku":"UL-OS-SPL-4Leds","price":119.9,"currency_code":"AUD","in_stock":true},{"title":"6 Lights","offer_id":47387710587103,"sku":"UL-OS-SPL-6Leds","price":149.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/5994\/0575\/files\/31.jpg?v=1756970416","url":"https:\/\/solar-garden.com.au\/de\/products\/solar-garden-spotlight-system","provider":"solar-garden.com.au","version":"1.0","type":"link"}