{"product_id":"solar-deck-step-lights","title":"Solar Deck \u0026 Step Lights – 4, 8 \u0026 12 Pack","description":"\u003cstyle\u003e\n  .sg-deck {\n    --green: #176b4d;\n    --dark-green: #0f5138;\n    --light-green: #edf7f2;\n    --yellow: #fff8e4;\n    --yellow-border: #ead99b;\n    --text: #20242a;\n    --muted: #5f6875;\n    --border: #e3e7e5;\n    --background: #f7f9f8;\n\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .sg-deck *,\n  .sg-deck *::before,\n  .sg-deck *::after {\n    box-sizing: border-box;\n  }\n\n  .sg-deck img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  .sgd-section {\n    margin-bottom: 52px;\n  }\n\n  .sgd-divider {\n    height: 1px;\n    margin: 42px 0;\n    background: var(--border);\n  }\n\n  .sgd-eyebrow {\n    display: inline-block;\n    margin-bottom: 9px;\n    color: var(--green);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .sgd-title {\n    max-width: 850px;\n    margin: 0 0 14px;\n    color: #111;\n    font-size: 34px;\n    line-height: 1.16;\n  }\n\n  .sgd-heading {\n    margin: 0 0 16px;\n    color: #111;\n    font-size: 29px;\n    line-height: 1.2;\n  }\n\n  .sgd-heading-small {\n    margin: 0 0 9px;\n    color: #111;\n    font-size: 20px;\n    line-height: 1.3;\n  }\n\n  .sgd-subtitle {\n    max-width: 840px;\n    margin: 0 0 20px;\n    color: var(--muted);\n    font-size: 18px;\n  }\n\n  .sgd-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 30px;\n    align-items: center;\n  }\n\n  .sgd-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 20px;\n  }\n\n  .sgd-grid-4 {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .sgd-image {\n    width: 100%;\n    border-radius: 18px;\n    object-fit: cover;\n  }\n\n  .sgd-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sgd-badges li {\n    padding: 9px 13px;\n    background: var(--light-green);\n    border: 1px solid #cfe5d9;\n    border-radius: 999px;\n    color: var(--dark-green);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .sgd-trust {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    overflow: hidden;\n    margin-top: 22px;\n    background: var(--background);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .sgd-trust-item {\n    padding: 16px 10px;\n    border-right: 1px solid var(--border);\n    text-align: center;\n  }\n\n  .sgd-trust-item:last-child {\n    border-right: 0;\n  }\n\n  .sgd-trust-item strong,\n  .sgd-trust-item span {\n    display: block;\n  }\n\n  .sgd-trust-item strong {\n    color: #111;\n    font-size: 14px;\n  }\n\n  .sgd-trust-item span {\n    color: var(--muted);\n    font-size: 12px;\n  }\n\n  .sgd-checks {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sgd-checks li {\n    position: relative;\n    margin-bottom: 12px;\n    padding-left: 30px;\n    color: #374151;\n  }\n\n  .sgd-checks li::before {\n    position: absolute;\n    top: 2px;\n    left: 0;\n    width: 21px;\n    height: 21px;\n    background: var(--green);\n    border-radius: 50%;\n    color: #fff;\n    content: \"✓\";\n    font-size: 13px;\n    font-weight: 800;\n    line-height: 21px;\n    text-align: center;\n  }\n\n  .sgd-card {\n    height: 100%;\n    padding: 21px 18px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n  }\n\n  .sgd-card-soft {\n    background: var(--background);\n    border: 0;\n  }\n\n  .sgd-card p {\n    margin: 0;\n    color: var(--muted);\n  }\n\n  .sgd-icon,\n  .sgd-step-number {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 13px;\n    align-items: center;\n    justify-content: center;\n    background: var(--green);\n    border-radius: 50%;\n    color: #fff;\n    font-weight: 800;\n  }\n\n  .sgd-pack-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .sgd-pack {\n    position: relative;\n    min-height: 230px;\n    padding: 24px 19px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n  }\n\n  .sgd-pack-popular {\n    border: 2px solid var(--green);\n    box-shadow: 0 8px 24px rgba(23, 107, 77, 0.13);\n  }\n\n  .sgd-pack-label {\n    position: absolute;\n    top: -13px;\n    left: 50%;\n    padding: 5px 14px;\n    transform: translateX(-50%);\n    white-space: nowrap;\n    background: var(--green);\n    border-radius: 999px;\n    color: #fff;\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .sgd-pack-number {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--green);\n    font-size: 30px;\n    font-weight: 800;\n  }\n\n  .sgd-pack h3 {\n    margin: 0 0 10px;\n    color: #111;\n    font-size: 19px;\n  }\n\n  .sgd-pack p {\n    margin: 0 0 12px;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .sgd-pack ul {\n    margin: 0;\n    padding-left: 18px;\n    color: #374151;\n    font-size: 14px;\n  }\n\n  .sgd-pack li {\n    margin-bottom: 6px;\n  }\n\n  .sgd-highlight {\n    margin-top: 20px;\n    padding: 18px;\n    background: var(--yellow);\n    border: 1px solid var(--yellow-border);\n    border-radius: 14px;\n  }\n\n  .sgd-highlight strong {\n    display: block;\n    margin-bottom: 5px;\n    color: #111;\n  }\n\n  .sgd-comparison {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n  }\n\n  .sgd-comparison-column {\n    padding: 24px;\n  }\n\n  .sgd-comparison-column:first-child {\n    background: var(--light-green);\n  }\n\n  .sgd-comparison-column:last-child {\n    background: #fafafa;\n  }\n\n  .sgd-comparison-column h3 {\n    margin: 0 0 15px;\n    color: #111;\n    font-size: 20px;\n  }\n\n  .sgd-comparison-column ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sgd-comparison-column li {\n    margin-bottom: 11px;\n    padding-bottom: 11px;\n    border-bottom: 1px solid rgba(0, 0, 0, 0.07);\n  }\n\n  .sgd-comparison-column li:last-child {\n    margin: 0;\n    padding: 0;\n    border-bottom: 0;\n  }\n\n  .sgd-table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .sgd-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n    background: #fff;\n  }\n\n  .sgd-table th,\n  .sgd-table td {\n    padding: 14px 15px;\n    border-bottom: 1px solid var(--border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .sgd-table th {\n    width: 34%;\n    background: var(--dark-green);\n    color: #fff;\n    font-size: 14px;\n  }\n\n  .sgd-table td {\n    color: #374151;\n    font-size: 14px;\n  }\n\n  .sgd-table tr:last-child th,\n  .sgd-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .sgd-note {\n    margin-top: 15px;\n    padding: 14px 16px;\n    background: var(--background);\n    border-left: 4px solid var(--green);\n    border-radius: 8px;\n    color: #374151;\n    font-size: 14px;\n  }\n\n  .sgd-faq details {\n    margin-bottom: 11px;\n    padding: 15px 17px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n  }\n\n  .sgd-faq summary {\n    position: relative;\n    padding-right: 30px;\n    color: #111;\n    cursor: pointer;\n    font-weight: 700;\n    list-style: none;\n  }\n\n  .sgd-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .sgd-faq summary::after {\n    position: absolute;\n    top: 0;\n    right: 0;\n    color: var(--green);\n    content: \"+\";\n    font-size: 22px;\n    line-height: 1;\n  }\n\n  .sgd-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .sgd-faq p {\n    margin: 11px 0 0;\n    color: var(--muted);\n  }\n\n  .sgd-final {\n    padding: 30px 24px;\n    background: var(--dark-green);\n    border-radius: 18px;\n    color: #fff;\n    text-align: center;\n  }\n\n  .sgd-final h2 {\n    margin: 0 0 10px;\n    color: #fff;\n    font-size: 28px;\n  }\n\n  .sgd-final p {\n    max-width: 700px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, 0.88);\n  }\n\n  @media (max-width: 900px) {\n    .sgd-grid-4 {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .sgd-trust {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .sgd-trust-item:nth-child(2) {\n      border-right: 0;\n    }\n\n    .sgd-trust-item:nth-child(-n+2) {\n      border-bottom: 1px solid var(--border);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .sg-deck {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .sgd-section {\n      margin-bottom: 36px;\n    }\n\n    .sgd-divider {\n      margin: 30px 0;\n    }\n\n    .sgd-title {\n      font-size: 26px;\n      line-height: 1.2;\n    }\n\n    .sgd-heading {\n      font-size: 23px;\n    }\n\n    .sgd-heading-small {\n      font-size: 18px;\n    }\n\n    .sgd-subtitle {\n      font-size: 16px;\n    }\n\n    .sgd-grid-2,\n    .sgd-grid-3,\n    .sgd-pack-grid,\n    .sgd-comparison {\n      grid-template-columns: 1fr;\n      gap: 18px;\n    }\n\n    .sgd-pack-grid {\n      gap: 23px;\n    }\n\n    .sgd-pack-popular {\n      order: -1;\n    }\n\n    .sgd-image {\n      border-radius: 14px;\n    }\n\n    .sgd-card {\n      padding: 18px 16px;\n    }\n\n    .sgd-final {\n      padding: 25px 18px;\n    }\n\n    .sgd-final h2 {\n      font-size: 23px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .sgd-grid-4 {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n\n    .sgd-badges {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 7px;\n    }\n\n    .sgd-badges li {\n      padding: 8px 6px;\n      font-size: 12px;\n      text-align: center;\n    }\n\n    .sgd-trust-item {\n      padding: 12px 5px;\n    }\n\n    .sgd-trust-item strong {\n      font-size: 12px;\n    }\n\n    .sgd-trust-item span {\n      font-size: 11px;\n    }\n\n    .sgd-table {\n      min-width: 500px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sg-deck\"\u003e\n\n  \u003c!-- INTRODUCTION --\u003e\n  \u003csection class=\"sgd-section\"\u003e\n    \u003cspan class=\"sgd-eyebrow\"\u003eSolar-powered outdoor accent lighting\u003c\/span\u003e\n\n    \u003ch2 class=\"sgd-title\"\u003e\n      Light Your Steps, Deck and Path Without Wiring\n    \u003c\/h2\u003e\n\n    \u003cp class=\"sgd-subtitle\"\u003e\n      Add warm, automatic lighting to outdoor steps, decks, fences, patios\n      and pathways. The lights charge during the day and automatically\n      illuminate after dark.\n    \u003c\/p\u003e\n\n    \u003cul class=\"sgd-badges\"\u003e\n      \u003cli\u003eWarm white 3000K\u003c\/li\u003e\n      \u003cli\u003eSolar powered\u003c\/li\u003e\n      \u003cli\u003eAuto on at dusk\u003c\/li\u003e\n      \u003cli\u003eIP65 rated\u003c\/li\u003e\n      \u003cli\u003eNo wiring needed\u003c\/li\u003e\n      \u003cli\u003eEasy installation\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"sgd-trust\"\u003e\n      \u003cdiv class=\"sgd-trust-item\"\u003e\n        \u003cstrong\u003eFree AU Shipping\u003c\/strong\u003e\n        \u003cspan\u003eOn every pack\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgd-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=\"sgd-trust-item\"\u003e\n        \u003cstrong\u003e3-Year Warranty\u003c\/strong\u003e\n        \u003cspan\u003eLong-term protection\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgd-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  \u003cdiv class=\"sgd-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- MAIN BENEFITS --\u003e\n  \u003csection class=\"sgd-section sgd-grid-2\"\u003e\n    \u003cdiv\u003e\n      \u003cimg class=\"sgd-image\" src=\"https:\/\/solar-garden.com.au\/cdn\/shop\/files\/Solar_Deck_Lights_01.jpg?v=1752564657\u0026amp;width=1500\" alt=\"Warm white solar deck and step lights installed outdoors\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cspan class=\"sgd-eyebrow\"\u003eSet-and-forget outdoor lighting\u003c\/span\u003e\n\n      \u003ch2 class=\"sgd-heading\"\u003e\n        Warm Light Exactly Where You Need It\n      \u003c\/h2\u003e\n\n      \u003cul class=\"sgd-checks\"\u003e\n        \u003cli\u003eAutomatically charges in sunlight during the day\u003c\/li\u003e\n        \u003cli\u003eAutomatically turns on when darkness is detected\u003c\/li\u003e\n        \u003cli\u003eNo electrician or outdoor power point required\u003c\/li\u003e\n        \u003cli\u003eWarm white 3000K downward illumination\u003c\/li\u003e\n        \u003cli\u003eCompact design for steps, decks and fences\u003c\/li\u003e\n        \u003cli\u003eAvailable in 4, 8 and 12-light packs\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sgd-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- PACK SELECTION --\u003e\n  \u003csection class=\"sgd-section\"\u003e\n    \u003cspan class=\"sgd-eyebrow\"\u003eChoose your coverage\u003c\/span\u003e\n\n    \u003ch2 class=\"sgd-heading\"\u003e\n      Which Pack Is Right for Your Space?\n    \u003c\/h2\u003e\n\n    \u003cp class=\"sgd-subtitle\"\u003e\n      Choose the pack that matches the length of your steps, deck, fence or\n      outdoor pathway.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"sgd-pack-grid\"\u003e\n\n      \u003carticle class=\"sgd-pack\"\u003e\n        \u003cspan class=\"sgd-pack-number\"\u003e4 Pack\u003c\/span\u003e\n        \u003ch3\u003eStarter Pack\u003c\/h3\u003e\n        \u003cp\u003e\n          Ideal for a small set of steps, compact entrance or outdoor feature.\n        \u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e4 solar deck lights\u003c\/li\u003e\n          \u003cli\u003eBest for smaller spaces\u003c\/li\u003e\n          \u003cli\u003eFree AU shipping\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sgd-pack sgd-pack-popular\"\u003e\n        \u003cspan class=\"sgd-pack-label\"\u003eMOST POPULAR\u003c\/span\u003e\n        \u003cspan class=\"sgd-pack-number\"\u003e8 Pack\u003c\/span\u003e\n        \u003ch3\u003eDeck \u0026amp; Step Pack\u003c\/h3\u003e\n        \u003cp\u003e\n          Recommended for standard outdoor steps, decks, fences and paths.\n        \u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e8 solar deck lights\u003c\/li\u003e\n          \u003cli\u003eMore balanced coverage\u003c\/li\u003e\n          \u003cli\u003eFree AU shipping\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sgd-pack\"\u003e\n        \u003cspan class=\"sgd-pack-number\"\u003e12 Pack\u003c\/span\u003e\n        \u003ch3\u003eBest Value Pack\u003c\/h3\u003e\n        \u003cp\u003e\n          Suitable for larger decks, longer fences and extended pathways.\n        \u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e12 solar deck lights\u003c\/li\u003e\n          \u003cli\u003eBest value per light\u003c\/li\u003e\n          \u003cli\u003eFree AU shipping\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sgd-highlight\"\u003e\n      \u003cstrong\u003eOur recommendation\u003c\/strong\u003e\n      Choose the 8 Pack for most outdoor steps and deck areas. Select the\n      12 Pack when you need more consistent lighting across a longer space.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- LIFESTYLE IMAGE --\u003e\n  \u003csection class=\"sgd-section\"\u003e\n    \u003cimg class=\"sgd-image\" src=\"https:\/\/solar-garden.com.au\/cdn\/shop\/files\/Solar_Deck_Lights_02.jpg?v=1752564657\u0026amp;width=1500\" alt=\"Solar step lights illuminating outdoor stairs at night\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sgd-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003csection class=\"sgd-section\"\u003e\n    \u003cspan class=\"sgd-eyebrow\"\u003eMade for Australian outdoor living\u003c\/span\u003e\n\n    \u003ch2 class=\"sgd-heading\"\u003e\n      One Compact Light, Multiple Uses\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"sgd-grid-4\"\u003e\n\n      \u003carticle class=\"sgd-card sgd-card-soft\"\u003e\n        \u003cdiv class=\"sgd-icon\"\u003e1\u003c\/div\u003e\n        \u003ch3 class=\"sgd-heading-small\"\u003eSteps \u0026amp; Stairs\u003c\/h3\u003e\n        \u003cp\u003e\n          Add soft downward light to improve nighttime visibility.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sgd-card sgd-card-soft\"\u003e\n        \u003cdiv class=\"sgd-icon\"\u003e2\u003c\/div\u003e\n        \u003ch3 class=\"sgd-heading-small\"\u003eDecks \u0026amp; Patios\u003c\/h3\u003e\n        \u003cp\u003e\n          Create warm ambience around outdoor entertaining spaces.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sgd-card sgd-card-soft\"\u003e\n        \u003cdiv class=\"sgd-icon\"\u003e3\u003c\/div\u003e\n        \u003ch3 class=\"sgd-heading-small\"\u003eFences \u0026amp; Walls\u003c\/h3\u003e\n        \u003cp\u003e\n          Add decorative illumination to fences and outdoor walls.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sgd-card sgd-card-soft\"\u003e\n        \u003cdiv class=\"sgd-icon\"\u003e4\u003c\/div\u003e\n        \u003ch3 class=\"sgd-heading-small\"\u003ePaths \u0026amp; Entrances\u003c\/h3\u003e\n        \u003cp\u003e\n          Add convenient lighting around outdoor paths and entries.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sgd-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"sgd-section sgd-grid-2\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"sgd-eyebrow\"\u003eNo wiring required\u003c\/span\u003e\n\n      \u003ch2 class=\"sgd-heading\"\u003e\n        Install in Three Simple Steps\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"sgd-grid-3\"\u003e\n        \u003cdiv class=\"sgd-card\"\u003e\n          \u003cdiv class=\"sgd-step-number\"\u003e1\u003c\/div\u003e\n          \u003ch3 class=\"sgd-heading-small\"\u003eActivate\u003c\/h3\u003e\n          \u003cp\u003eRemove the insulation tab before first use.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sgd-card\"\u003e\n          \u003cdiv class=\"sgd-step-number\"\u003e2\u003c\/div\u003e\n          \u003ch3 class=\"sgd-heading-small\"\u003eMount\u003c\/h3\u003e\n          \u003cp\u003eSecure each light using suitable screws or outdoor tape.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sgd-card\"\u003e\n          \u003cdiv class=\"sgd-step-number\"\u003e3\u003c\/div\u003e\n          \u003ch3 class=\"sgd-heading-small\"\u003eCharge\u003c\/h3\u003e\n          \u003cp\u003ePosition the solar panel where it receives direct sunlight.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgd-note\"\u003e\n        Do not install the solar panel beneath deep shade, roof cover or other\n        obstructions. Direct sunlight provides the best nighttime performance.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cimg class=\"sgd-image\" src=\"https:\/\/solar-garden.com.au\/cdn\/shop\/files\/Solar_Deck_Lights_023.jpg?v=1752564657\u0026amp;width=1500\" alt=\"Easy installation of solar deck and step lights\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sgd-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- WHY SOLAR --\u003e\n  \u003csection class=\"sgd-section\"\u003e\n    \u003cspan class=\"sgd-eyebrow\"\u003eWhy choose solar?\u003c\/span\u003e\n\n    \u003ch2 class=\"sgd-heading\"\u003e\n      Outdoor Lighting Without Mains Electricity\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"sgd-comparison\"\u003e\n\n      \u003cdiv class=\"sgd-comparison-column\"\u003e\n        \u003ch3\u003eSolar Deck \u0026amp; Step Lights\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003e✓ No mains wiring required\u003c\/li\u003e\n          \u003cli\u003e✓ No ongoing electricity cost\u003c\/li\u003e\n          \u003cli\u003e✓ Automatically turns on after dark\u003c\/li\u003e\n          \u003cli\u003e✓ Easy to install and reposition\u003c\/li\u003e\n          \u003cli\u003e✓ Suitable for renters and homeowners\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sgd-comparison-column\"\u003e\n        \u003ch3\u003eTraditional Wired Lights\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eMay require electrical cabling\u003c\/li\u003e\n          \u003cli\u003eUses household electricity\u003c\/li\u003e\n          \u003cli\u003eMay require a timer or switch\u003c\/li\u003e\n          \u003cli\u003eMore difficult to move\u003c\/li\u003e\n          \u003cli\u003eInstallation can be more complicated\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sgd-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003csection class=\"sgd-section sgd-grid-2\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"sgd-eyebrow\"\u003eAutomatic nighttime illumination\u003c\/span\u003e\n\n      \u003ch2 class=\"sgd-heading\"\u003e\n        Designed for Easy Everyday Use\n      \u003c\/h2\u003e\n\n      \u003cul class=\"sgd-checks\"\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eDaytime charging:\u003c\/strong\u003e\n          approximately 4–5 hours in good sunlight.\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eNighttime operation:\u003c\/strong\u003e\n          up to approximately 10–14 hours in favourable conditions.\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eAutomatic operation:\u003c\/strong\u003e\n          illuminates at dusk and switches off after sunrise.\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eWarm white light:\u003c\/strong\u003e\n          approximately 3000K for comfortable outdoor ambience.\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eCompact downlight design:\u003c\/strong\u003e\n          directs light towards steps and surfaces.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"sgd-note\"\u003e\n        Actual charging and operating time varies according to the season,\n        weather, panel position and amount of direct sunlight.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cimg class=\"sgd-image\" src=\"https:\/\/solar-garden.com.au\/cdn\/shop\/files\/Solar_Deck_Lights_04.jpg?v=1752564657\u0026amp;width=1200\" alt=\"Warm white solar deck light product features\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sgd-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"sgd-section\"\u003e\n    \u003cspan class=\"sgd-eyebrow\"\u003eClear product information\u003c\/span\u003e\n\n    \u003ch2 class=\"sgd-heading\"\u003e\n      Key Specifications\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"sgd-table-wrap\"\u003e\n      \u003ctable class=\"sgd-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eSolar deck, step and fence light\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eLight Colour\u003c\/th\u003e\n            \u003ctd\u003eWarm White\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eColour Temperature\u003c\/th\u003e\n            \u003ctd\u003eApproximately 3000K\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003ePower Source\u003c\/th\u003e\n            \u003ctd\u003eSolar powered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eOperation\u003c\/th\u003e\n            \u003ctd\u003eAutomatic dusk-to-dawn operation\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eCharging Time\u003c\/th\u003e\n            \u003ctd\u003eApproximately 4–5 hours in good sunlight\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eOperating Time\u003c\/th\u003e\n            \u003ctd\u003eUp to approximately 10–14 hours in favourable conditions\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\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eDurable ABS outdoor housing\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eInstallation\u003c\/th\u003e\n            \u003ctd\u003eScrew mounting or suitable outdoor mounting tape\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003ePack Options\u003c\/th\u003e\n            \u003ctd\u003e4 Pack, 8 Pack and 12 Pack\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eWarranty\u003c\/th\u003e\n            \u003ctd\u003e3 years\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eReturns\u003c\/th\u003e\n            \u003ctd\u003e100-day returns\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sgd-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- BOX CONTENTS --\u003e\n  \u003csection class=\"sgd-section\"\u003e\n    \u003cspan class=\"sgd-eyebrow\"\u003eInside the package\u003c\/span\u003e\n\n    \u003ch2 class=\"sgd-heading\"\u003e\n      What’s Included\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"sgd-grid-3\"\u003e\n\n      \u003carticle class=\"sgd-card\"\u003e\n        \u003ch3 class=\"sgd-heading-small\"\u003eSolar Deck Lights\u003c\/h3\u003e\n        \u003cp\u003e\n          Your selected pack containing 4, 8 or 12 warm white solar lights.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sgd-card\"\u003e\n        \u003ch3 class=\"sgd-heading-small\"\u003eMounting Accessories\u003c\/h3\u003e\n        \u003cp\u003e\n          Installation accessories for securing the lights to suitable\n          outdoor surfaces.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"sgd-card\"\u003e\n        \u003ch3 class=\"sgd-heading-small\"\u003eRechargeable Batteries\u003c\/h3\u003e\n        \u003cp\u003e\n          Each light includes its required rechargeable solar battery.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sgd-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SEO AND GEO --\u003e\n  \u003csection class=\"sgd-section\"\u003e\n    \u003ch2 class=\"sgd-heading\"\u003e\n      Solar Deck and Step Lights Australia\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      These warm white solar deck and step lights provide automatic outdoor\n      illumination without electrical wiring. They are suitable for outdoor\n      steps, stairs, decks, fences, patios, pathways and entrances around\n      Australian homes.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Each light charges independently using sunlight during the day and\n      automatically turns on after dark. Choose from 4, 8 and 12-light packs\n      to match the size of your outdoor space.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"sgd-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"sgd-section sgd-faq\"\u003e\n    \u003cspan class=\"sgd-eyebrow\"\u003eFrequently asked questions\u003c\/span\u003e\n\n    \u003ch2 class=\"sgd-heading\"\u003e\n      Solar Deck and Step Light Questions\n    \u003c\/h2\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003eDo these lights require electrical wiring?\u003c\/summary\u003e\n      \u003cp\u003e\n        No. Each light is independently solar powered and does not need to be\n        connected to household electricity.\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. After activation, they charge during daylight and automatically\n        illuminate when darkness is detected.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich pack should I choose?\u003c\/summary\u003e\n      \u003cp\u003e\n        Choose 4 lights for a small set of steps, 8 lights for most decks and\n        outdoor stair areas, or 12 lights for longer fences and pathways.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow long do they need to charge?\u003c\/summary\u003e\n      \u003cp\u003e\n        Approximately 4–5 hours of good direct sunlight is generally required.\n        Charging time varies according to the season and weather.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow long do they operate at night?\u003c\/summary\u003e\n      \u003cp\u003e\n        They can operate for up to approximately 10–14 hours under favourable\n        charging conditions. Reduced sunlight will shorten operating time.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat colour is the light?\u003c\/summary\u003e\n      \u003cp\u003e\n        This model produces warm white light at approximately 3000K.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan they be installed using tape?\u003c\/summary\u003e\n      \u003cp\u003e\n        They can be installed using suitable outdoor mounting tape on an\n        appropriate clean surface. Screws generally provide a more secure\n        long-term installation.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre the lights suitable for outdoor weather?\u003c\/summary\u003e\n      \u003cp\u003e\n        The lights have an IP65 rating and are designed for normal outdoor\n        conditions. Do not submerge them or install them where water\n        continuously pools.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhere should they be installed?\u003c\/summary\u003e\n      \u003cp\u003e\n        Install them on steps, decks, fences, patios or pathways where their\n        solar panels can receive direct sunlight during the day.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat warranty and returns are included?\u003c\/summary\u003e\n      \u003cp\u003e\n        The lights include a 3-year warranty and a 100-day return period,\n        subject to the conditions in our warranty and returns policies.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhere are orders dispatched from?\u003c\/summary\u003e\n      \u003cp\u003e\n        Orders are dispatched from our Australian warehouse, with free\n        shipping available Australia wide.\n      \u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"sgd-section sgd-final\"\u003e\n    \u003ch2\u003eLight Every Step Without the Wiring\u003c\/h2\u003e\n    \u003cp\u003e\n      Choose a 4, 8 or 12-light pack and add warm, automatic solar lighting to\n      your steps, deck, fence or outdoor pathway.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"soga","offers":[{"title":"8 Pack – Most Popular","offer_id":44971533500639,"sku":"SOGA-UL-OS-SL-WW-004 X2","price":75.0,"currency_code":"AUD","in_stock":true},{"title":"4 Pack","offer_id":44971533467871,"sku":"SOGA-UL-OS-SL-WW-004","price":55.0,"currency_code":"AUD","in_stock":true},{"title":"12 Pack","offer_id":47132620226783,"sku":"SOGA-UL-OS-SL-WW-004 X3","price":95.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/5994\/0575\/files\/Solar_Deck_Lights_01.jpg?v=1752564657","url":"https:\/\/solar-garden.com.au\/es\/products\/solar-deck-step-lights","provider":"solar-garden.com.au","version":"1.0","type":"link"}