{"product_id":"solarglow-solar-powered-outdoor-wall-light-4-pack-white-light","title":"SolarGlow – Solar Powered Outdoor Wall Light (4-Pack, White Light)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"Light up your outdoor space without adding to your electricity bill. SolarGlow™ solar powered outdoor wall lights charge by day and automatically illuminate at night. Pack of 4.\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n\/* =========================================================\n   BRAND COLOURS\n========================================================= *\/\n\n:root {\n\n    --orange: #e56e38;\n    --cream: #fff0c2;\n    --green: #6da48f;\n    --deep: #25424c;\n\n    --dark: #101a1d;\n    --dark-light: #1c2b2f;\n\n    --white: #ffffff;\n\n    --text: #25424c;\n\n    --muted: #647579;\n\n    --light: #faf5e7;\n\n}\n\n\n\/* =========================================================\n   RESET\n========================================================= *\/\n\n* {\n\n    margin: 0;\n\n    padding: 0;\n\n    box-sizing: border-box;\n\n}\n\nhtml {\n\n    scroll-behavior: smooth;\n\n}\n\nbody {\n\n    font-family:\n        Arial,\n        Helvetica,\n        sans-serif;\n\n    background: var(--cream);\n\n    color: var(--text);\n\n    line-height: 1.6;\n\n}\n\na {\n\n    text-decoration: none;\n\n}\n\nimg {\n\n    max-width: 100%;\n\n    display: block;\n\n}\n\n\n\/* =========================================================\n   TOP BAR\n========================================================= *\/\n\n.top-bar {\n\n    background: var(--orange);\n\n    color: var(--white);\n\n    text-align: center;\n\n    padding: 12px 15px;\n\n    font-size: 12px;\n\n    font-weight: 900;\n\n    letter-spacing: 1.5px;\n\n    text-transform: uppercase;\n\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.hero {\n\n    position: relative;\n\n    overflow: hidden;\n\n    background:\n\n        radial-gradient(\n            circle at 80% 40%,\n            rgba(255,205,90,0.16),\n            transparent 35%\n        ),\n\n        radial-gradient(\n            circle at 15% 80%,\n            rgba(109,164,143,0.14),\n            transparent 35%\n        ),\n\n        var(--dark);\n\n    color: white;\n\n    padding: 80px 20px 95px;\n\n}\n\n.hero-container {\n\n    max-width: 1200px;\n\n    margin: auto;\n\n    display: grid;\n\n    grid-template-columns: 1fr 1fr;\n\n    gap: 60px;\n\n    align-items: center;\n\n}\n\n\n\/* =========================================================\n   HERO TEXT\n========================================================= *\/\n\n.kicker {\n\n    display: inline-block;\n\n    border-left:\n        4px solid var(--orange);\n\n    padding-left: 14px;\n\n    color: var(--cream);\n\n    font-size: 12px;\n\n    font-weight: 900;\n\n    letter-spacing: 2px;\n\n    text-transform: uppercase;\n\n    margin-bottom: 22px;\n\n}\n\n.hero h1 {\n\n    font-size:\n        clamp(44px, 6vw, 76px);\n\n    line-height: .91;\n\n    letter-spacing: -3px;\n\n    text-transform: uppercase;\n\n    font-weight: 950;\n\n    margin-bottom: 25px;\n\n}\n\n.hero h1 span {\n\n    color: var(--orange);\n\n}\n\n.hero-description {\n\n    max-width: 590px;\n\n    color: #c7d4d1;\n\n    font-size: 18px;\n\n    margin-bottom: 30px;\n\n}\n\n.hero-description strong {\n\n    color: var(--cream);\n\n}\n\n\n\/* =========================================================\n   BUTTONS\n========================================================= *\/\n\n.hero-buttons {\n\n    display: flex;\n\n    flex-wrap: wrap;\n\n    gap: 13px;\n\n}\n\n.btn {\n\n    display: inline-block;\n\n    padding: 17px 28px;\n\n    border-radius: 4px;\n\n    font-size: 13px;\n\n    font-weight: 900;\n\n    letter-spacing: 1px;\n\n    text-transform: uppercase;\n\n    transition: .2s ease;\n\n}\n\n.btn-primary {\n\n    background: var(--orange);\n\n    color: white;\n\n    box-shadow:\n        0 12px 30px rgba(229,110,56,.25);\n\n}\n\n.btn-primary:hover {\n\n    transform:\n        translateY(-3px);\n\n}\n\n.btn-secondary {\n\n    border:\n        1px solid rgba(255,255,255,.35);\n\n    color: white;\n\n}\n\n.btn-secondary:hover {\n\n    background:\n        rgba(255,255,255,.08);\n\n}\n\n\n\/* =========================================================\n   PRODUCT VISUAL\n========================================================= *\/\n\n.product-stage {\n\n    min-height: 500px;\n\n    display: flex;\n\n    justify-content: center;\n\n    align-items: center;\n\n    position: relative;\n\n}\n\n.product-stage img {\n\n    width: 100%;\n\n    max-width: 520px;\n\n    filter:\n        drop-shadow(\n            0 35px 40px\n            rgba(0,0,0,.65)\n        );\n\n    position: relative;\n\n    z-index: 2;\n\n}\n\n\n\/* =========================================================\n   PRODUCT IMAGE PLACEHOLDER\n========================================================= *\/\n\n.product-placeholder {\n\n    width: 430px;\n\n    height: 430px;\n\n    border:\n        1px dashed\n        rgba(255,255,255,.3);\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: center;\n\n    text-align: center;\n\n    padding: 30px;\n\n    color:\n        rgba(255,255,255,.4);\n\n    font-size: 12px;\n\n    font-weight: 800;\n\n    letter-spacing: 1px;\n\n    text-transform: uppercase;\n\n}\n\n\n\/* =========================================================\n   BADGES\n========================================================= *\/\n\n.badge {\n\n    position: absolute;\n\n    z-index: 5;\n\n    padding: 12px 16px;\n\n    font-size: 11px;\n\n    font-weight: 900;\n\n    letter-spacing: 1px;\n\n    text-transform: uppercase;\n\n    box-shadow:\n        0 12px 25px rgba(0,0,0,.3);\n\n}\n\n.badge-one {\n\n    top: 55px;\n\n    right: 0;\n\n    background: var(--cream);\n\n    color: var(--deep);\n\n}\n\n.badge-two {\n\n    bottom: 55px;\n\n    left: 0;\n\n    background: var(--orange);\n\n    color: white;\n\n}\n\n\n\/* =========================================================\n   BENEFITS BAR\n========================================================= *\/\n\n.benefits {\n\n    background: var(--green);\n\n    color: white;\n\n    padding: 20px;\n\n}\n\n.benefits-inner {\n\n    max-width: 1150px;\n\n    margin: auto;\n\n    display: grid;\n\n    grid-template-columns:\n        repeat(4,1fr);\n\n}\n\n.benefit {\n\n    text-align: center;\n\n    padding: 10px;\n\n    border-right:\n        1px solid\n        rgba(255,255,255,.25);\n\n}\n\n.benefit:last-child {\n\n    border-right: none;\n\n}\n\n.benefit-icon {\n\n    display: block;\n\n    font-size: 23px;\n\n}\n\n.benefit strong {\n\n    display: block;\n\n    font-size: 12px;\n\n    letter-spacing: 1px;\n\n    text-transform: uppercase;\n\n}\n\n.benefit span {\n\n    font-size: 11px;\n\n    opacity: .85;\n\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.intro {\n\n    background: var(--cream);\n\n    text-align: center;\n\n    padding: 100px 20px;\n\n}\n\n.intro-inner {\n\n    max-width: 850px;\n\n    margin: auto;\n\n}\n\n.section-label {\n\n    color: var(--orange);\n\n    font-size: 12px;\n\n    font-weight: 900;\n\n    letter-spacing: 2px;\n\n    text-transform: uppercase;\n\n    margin-bottom: 13px;\n\n}\n\n.intro h2 {\n\n    font-size:\n        clamp(36px,5vw,58px);\n\n    line-height: 1;\n\n    text-transform: uppercase;\n\n    font-weight: 950;\n\n    margin-bottom: 25px;\n\n}\n\n.intro h2 span {\n\n    color: var(--orange);\n\n}\n\n.intro p {\n\n    color: var(--muted);\n\n    font-size: 17px;\n\n}\n\n\n\/* =========================================================\n   PROBLEM \/ SOLUTION\n========================================================= *\/\n\n.problem {\n\n    background: var(--light);\n\n    padding: 90px 20px;\n\n}\n\n.problem-inner {\n\n    max-width: 1100px;\n\n    margin: auto;\n\n    display: grid;\n\n    grid-template-columns:\n        1fr 1fr;\n\n    gap: 22px;\n\n}\n\n.problem-card {\n\n    padding: 42px;\n\n    border-radius: 7px;\n\n}\n\n.problem-card.bad {\n\n    background: var(--deep);\n\n    color: white;\n\n}\n\n.problem-card.good {\n\n    background: var(--orange);\n\n    color: white;\n\n}\n\n.problem-card h3 {\n\n    font-size: 28px;\n\n    line-height: 1;\n\n    text-transform: uppercase;\n\n    margin-bottom: 20px;\n\n}\n\n.problem-card p {\n\n    font-size: 15px;\n\n    margin-bottom: 18px;\n\n}\n\n.problem-list {\n\n    display: grid;\n\n    gap: 10px;\n\n}\n\n.problem-item {\n\n    padding: 13px;\n\n    background:\n        rgba(255,255,255,.08);\n\n    font-size: 13px;\n\n    font-weight: 700;\n\n}\n\n\n\/* =========================================================\n   BIG HOOK\n========================================================= *\/\n\n.hook {\n\n    background: var(--dark);\n\n    color: white;\n\n    text-align: center;\n\n    padding: 105px 20px;\n\n}\n\n.hook-inner {\n\n    max-width: 900px;\n\n    margin: auto;\n\n}\n\n.hook h2 {\n\n    font-size:\n        clamp(40px,6vw,72px);\n\n    line-height: .92;\n\n    text-transform: uppercase;\n\n    font-weight: 950;\n\n    margin-bottom: 25px;\n\n}\n\n.hook h2 span {\n\n    color: var(--orange);\n\n}\n\n.hook p {\n\n    max-width: 700px;\n\n    margin: auto;\n\n    color: #b9c8c5;\n\n    font-size: 17px;\n\n}\n\n\n\/* =========================================================\n   FEATURES\n========================================================= *\/\n\n.features {\n\n    background: var(--cream);\n\n    padding: 95px 20px;\n\n}\n\n.features-inner {\n\n    max-width: 1100px;\n\n    margin: auto;\n\n}\n\n.features-heading {\n\n    text-align: center;\n\n    margin-bottom: 50px;\n\n}\n\n.features-heading h2 {\n\n    font-size:\n        clamp(35px,5vw,57px);\n\n    line-height: 1;\n\n    text-transform: uppercase;\n\n    font-weight: 950;\n\n}\n\n.features-heading h2 span {\n\n    color: var(--orange);\n\n}\n\n.feature-grid {\n\n    display: grid;\n\n    grid-template-columns:\n        repeat(3,1fr);\n\n    gap: 18px;\n\n}\n\n.feature-card {\n\n    background: white;\n\n    padding: 32px 27px;\n\n    border-radius: 7px;\n\n    border-top:\n        5px solid var(--green);\n\n    box-shadow:\n        0 12px 35px\n        rgba(37,66,76,.08);\n\n    transition: .2s ease;\n\n}\n\n.feature-card:hover {\n\n    transform:\n        translateY(-5px);\n\n    border-top-color:\n        var(--orange);\n\n}\n\n.feature-icon {\n\n    font-size: 37px;\n\n    margin-bottom: 12px;\n\n}\n\n.feature-card h3 {\n\n    font-size: 18px;\n\n    text-transform: uppercase;\n\n    margin-bottom: 8px;\n\n}\n\n.feature-card p {\n\n    color: var(--muted);\n\n    font-size: 14px;\n\n}\n\n\n\/* =========================================================\n   4 PACK SECTION\n========================================================= *\/\n\n.four-pack {\n\n    background: var(--green);\n\n    color: white;\n\n    padding: 100px 20px;\n\n}\n\n.four-pack-inner {\n\n    max-width: 1100px;\n\n    margin: auto;\n\n    display: grid;\n\n    grid-template-columns:\n        1fr 1fr;\n\n    gap: 60px;\n\n    align-items: center;\n\n}\n\n.four-pack h2 {\n\n    font-size:\n        clamp(38px,5vw,60px);\n\n    line-height: .95;\n\n    text-transform: uppercase;\n\n    font-weight: 950;\n\n    margin-bottom: 20px;\n\n}\n\n.four-pack h2 span {\n\n    color: var(--cream);\n\n}\n\n.four-pack p {\n\n    color:\n        rgba(255,255,255,.9);\n\n    font-size: 17px;\n\n    margin-bottom: 20px;\n\n}\n\n.pack-list {\n\n    display: grid;\n\n    gap: 11px;\n\n    margin-top: 25px;\n\n}\n\n.pack-item {\n\n    padding: 14px 17px;\n\n    background:\n        rgba(37,66,76,.35);\n\n    border-left:\n        4px solid var(--cream);\n\n    font-size: 14px;\n\n    font-weight: 800;\n\n}\n\n.pack-number {\n\n    font-size:\n        170px;\n\n    line-height: .8;\n\n    font-weight: 950;\n\n    color: var(--cream);\n\n    text-align: center;\n\n}\n\n.pack-number small {\n\n    display: block;\n\n    font-size: 17px;\n\n    letter-spacing: 3px;\n\n    color: white;\n\n}\n\n\n\/* =========================================================\n   OUTDOOR LIFE\n========================================================= *\/\n\n.outdoor {\n\n    background:\n        linear-gradient(\n            135deg,\n            var(--deep),\n            #172a30\n        );\n\n    color: white;\n\n    padding: 100px 20px;\n\n}\n\n.outdoor-inner {\n\n    max-width: 1100px;\n\n    margin: auto;\n\n    text-align: center;\n\n}\n\n.outdoor h2 {\n\n    font-size:\n        clamp(38px,5vw,60px);\n\n    line-height: .95;\n\n    text-transform: uppercase;\n\n    font-weight: 950;\n\n    margin-bottom: 22px;\n\n}\n\n.outdoor h2 span {\n\n    color: var(--orange);\n\n}\n\n.outdoor-description {\n\n    max-width: 700px;\n\n    margin: auto;\n\n    color: #c4d0ce;\n\n    font-size: 17px;\n\n}\n\n.outdoor-grid {\n\n    margin-top: 50px;\n\n    display: grid;\n\n    grid-template-columns:\n        repeat(4,1fr);\n\n    gap: 13px;\n\n}\n\n.outdoor-card {\n\n    padding: 28px 15px;\n\n    background:\n        rgba(255,255,255,.06);\n\n    border:\n        1px solid\n        rgba(255,255,255,.1);\n\n}\n\n.outdoor-card .icon {\n\n    font-size: 35px;\n\n    margin-bottom: 8px;\n\n}\n\n.outdoor-card strong {\n\n    display: block;\n\n    font-size: 13px;\n\n    text-transform: uppercase;\n\n    letter-spacing: 1px;\n\n}\n\n\n\/* =========================================================\n   WHY IT MATTERS\n========================================================= *\/\n\n.why {\n\n    background: var(--cream);\n\n    padding: 100px 20px;\n\n}\n\n.why-inner {\n\n    max-width: 850px;\n\n    margin: auto;\n\n    text-align: center;\n\n}\n\n.why h2 {\n\n    font-size:\n        clamp(38px,5vw,57px);\n\n    line-height: 1;\n\n    text-transform: uppercase;\n\n    font-weight: 950;\n\n    margin-bottom: 22px;\n\n}\n\n.why h2 span {\n\n    color: var(--orange);\n\n}\n\n.why p {\n\n    color: var(--muted);\n\n    font-size: 17px;\n\n}\n\n\n\/* =========================================================\n   PERFECT FOR\n========================================================= *\/\n\n.perfect {\n\n    background: var(--light);\n\n    padding: 90px 20px;\n\n}\n\n.perfect-inner {\n\n    max-width: 1100px;\n\n    margin: auto;\n\n}\n\n.perfect-heading {\n\n    text-align: center;\n\n    margin-bottom: 45px;\n\n}\n\n.perfect-heading h2 {\n\n    font-size:\n        clamp(35px,5vw,55px);\n\n    line-height: 1;\n\n    text-transform: uppercase;\n\n    font-weight: 950;\n\n}\n\n.perfect-heading h2 span {\n\n    color: var(--orange);\n\n}\n\n.perfect-grid {\n\n    display: grid;\n\n    grid-template-columns:\n        repeat(2,1fr);\n\n    gap: 18px;\n\n}\n\n.perfect-card {\n\n    background: white;\n\n    padding: 30px;\n\n    border-left:\n        5px solid var(--green);\n\n    border-radius: 7px;\n\n    box-shadow:\n        0 10px 30px\n        rgba(37,66,76,.07);\n\n}\n\n.perfect-icon {\n\n    font-size: 30px;\n\n    margin-bottom: 7px;\n\n}\n\n.perfect-card h3 {\n\n    font-size: 18px;\n\n    text-transform: uppercase;\n\n    margin-bottom: 7px;\n\n}\n\n.perfect-card p {\n\n    color: var(--muted);\n\n    font-size: 14px;\n\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.details {\n\n    background: var(--dark);\n\n    color: white;\n\n    padding: 90px 20px;\n\n}\n\n.details-inner {\n\n    max-width: 1000px;\n\n    margin: auto;\n\n    text-align: center;\n\n}\n\n.details h2 {\n\n    font-size:\n        clamp(36px,5vw,55px);\n\n    line-height: 1;\n\n    text-transform: uppercase;\n\n    font-weight: 950;\n\n    margin-bottom: 40px;\n\n}\n\n.details h2 span {\n\n    color: var(--orange);\n\n}\n\n.details-table {\n\n    background: var(--dark-light);\n\n    border-radius: 7px;\n\n    overflow: hidden;\n\n    text-align: left;\n\n}\n\n.detail-row {\n\n    display: grid;\n\n    grid-template-columns:\n        1fr 1fr;\n\n    padding: 18px 22px;\n\n    border-bottom:\n        1px solid\n        rgba(255,255,255,.08);\n\n}\n\n.detail-row:last-child {\n\n    border-bottom: none;\n\n}\n\n.detail-row strong {\n\n    color: var(--cream);\n\n    font-size: 13px;\n\n    text-transform: uppercase;\n\n}\n\n.detail-row span {\n\n    color: #b5c4c1;\n\n    font-size: 13px;\n\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.final-cta {\n\n    background: var(--orange);\n\n    color: white;\n\n    text-align: center;\n\n    padding: 110px 20px;\n\n}\n\n.final-cta-inner {\n\n    max-width: 850px;\n\n    margin: auto;\n\n}\n\n.final-cta h2 {\n\n    font-size:\n        clamp(42px,6vw,72px);\n\n    line-height: .9;\n\n    text-transform: uppercase;\n\n    font-weight: 950;\n\n    margin-bottom: 23px;\n\n}\n\n.final-cta h2 span {\n\n    color: var(--deep);\n\n}\n\n.final-cta p {\n\n    font-size: 18px;\n\n    margin-bottom: 32px;\n\n}\n\n.cta-button {\n\n    display: inline-block;\n\n    background: var(--deep);\n\n    color: white;\n\n    padding: 19px 42px;\n\n    border-radius: 4px;\n\n    font-size: 13px;\n\n    font-weight: 950;\n\n    letter-spacing: 1px;\n\n    text-transform: uppercase;\n\n    box-shadow:\n        0 12px 28px\n        rgba(37,66,76,.3);\n\n    transition: .2s ease;\n\n}\n\n.cta-button:hover {\n\n    transform:\n        translateY(-3px);\n\n}\n\n\n\/* =========================================================\n   FOOTER\n========================================================= *\/\n\nfooter {\n\n    background: var(--dark);\n\n    color: #8fa09d;\n\n    text-align: center;\n\n    padding: 30px 20px;\n\n    font-size: 12px;\n\n}\n\nfooter strong {\n\n    color: var(--orange);\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:800px) {\n\n    .hero {\n\n        padding:\n            55px 18px 70px;\n\n    }\n\n    .hero-container {\n\n        grid-template-columns: 1fr;\n\n        text-align: center;\n\n    }\n\n    .kicker {\n\n        border-left: none;\n\n        border-bottom:\n            3px solid var(--orange);\n\n        padding-left: 0;\n\n        padding-bottom: 5px;\n\n    }\n\n    .hero-description {\n\n        margin-left: auto;\n\n        margin-right: auto;\n\n    }\n\n    .hero-buttons {\n\n        justify-content: center;\n\n    }\n\n    .product-stage {\n\n        min-height: 350px;\n\n    }\n\n    .product-placeholder {\n\n        width: 310px;\n\n        height: 310px;\n\n    }\n\n    .badge-one {\n\n        top: 15px;\n\n        right: 0;\n\n    }\n\n    .badge-two {\n\n        bottom: 15px;\n\n        left: 0;\n\n    }\n\n    .benefits-inner {\n\n        grid-template-columns:\n            repeat(2,1fr);\n\n    }\n\n    .benefit {\n\n        border-right: none;\n\n        border-bottom:\n            1px solid\n            rgba(255,255,255,.2);\n\n    }\n\n    .problem-inner {\n\n        grid-template-columns: 1fr;\n\n    }\n\n    .feature-grid {\n\n        grid-template-columns: 1fr;\n\n    }\n\n    .four-pack-inner {\n\n        grid-template-columns: 1fr;\n\n        text-align: center;\n\n    }\n\n    .pack-list {\n\n        text-align: left;\n\n    }\n\n    .outdoor-grid {\n\n        grid-template-columns:\n            repeat(2,1fr);\n\n    }\n\n    .perfect-grid {\n\n        grid-template-columns: 1fr;\n\n    }\n\n}\n\n\n@media(max-width:450px) {\n\n    .hero h1 {\n\n        font-size: 43px;\n\n    }\n\n    .btn {\n\n        width: 100%;\n\n        text-align: center;\n\n    }\n\n    .product-stage {\n\n        min-height: 290px;\n\n    }\n\n    .product-placeholder {\n\n        width: 260px;\n\n        height: 260px;\n\n    }\n\n    .detail-row {\n\n        grid-template-columns: 1fr;\n\n        gap: 5px;\n\n    }\n\n}\n\n\u003c\/style\u003e\n\u003c!-- =========================================================\n     TOP BAR\n========================================================= --\u003e\n\u003cdiv class=\"top-bar\"\u003e☀️ SOLAR POWERED • PACK OF 4 • ZERO ELECTRICITY COSTS ☀️\u003c\/div\u003e\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"kicker\"\u003eSolarGlow™ • Solar Outdoor Lighting\u003c\/div\u003e\n\u003ch1\u003eLight Up\u003cbr\u003eYour \u003cspan\u003eOutdoor\u003c\/span\u003e\u003cbr\u003eSpace —\u003cbr\u003eFor \u003cspan\u003eFree.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-description\"\u003eImagine arriving home after a long day to a beautifully lit garden path, glowing entertainment area or warm, inviting patio — \u003cstrong\u003ewithout adding a cent to your electricity bill.\u003c\/strong\u003e Meet SolarGlow™ — the solar-powered outdoor wall light that charges during the day and automatically lights up when darkness arrives.\u003c\/p\u003e\n\u003cdiv class=\"hero-buttons\"\u003e\n\u003ca href=\"#buy\" class=\"btn btn-primary\"\u003e Get My 4-Pack → \u003c\/a\u003e \u003ca href=\"#features\" class=\"btn btn-secondary\"\u003e See How It Works \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT IMAGE --\u003e\n\u003cdiv class=\"product-stage\"\u003e\n\u003cdiv class=\"product-placeholder\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0747\/0084\/9240\/files\/image_ca35dd4c-48ac-4fd8-a9d2-377a8181e31a.png?v=1787905931\" alt=\"SolarGlow solar wall lights mounted on exterior wall at dusk with dramatic light beams\"\u003e\n\u003cdiv class=\"product-placeholder\"\u003eur SolarG\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge badge-one\"\u003e☀️ SOLAR POWERED\u003c\/div\u003e\n\u003cdiv class=\"badge badge-two\"\u003e📦 PACK OF 4\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     BENEFITS\n========================================================= --\u003e\n\u003csection class=\"benefits\"\u003e\n\u003cdiv class=\"benefits-inner\"\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e ☀️ \u003c\/span\u003e \u003cstrong\u003e Solar Powered \u003c\/strong\u003e \u003cspan\u003e Charges during the day \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e 💡 \u003c\/span\u003e \u003cstrong\u003e Automatic Lighting \u003c\/strong\u003e \u003cspan\u003e Lights up at night \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e 🔌 \u003c\/span\u003e \u003cstrong\u003e No Wiring \u003c\/strong\u003e \u003cspan\u003e No electrician required \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e 📦 \u003c\/span\u003e \u003cstrong\u003e 4-Pack \u003c\/strong\u003e \u003cspan\u003e Light multiple areas \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     INTRO\n========================================================= --\u003e\n\u003csection class=\"intro\"\u003e\n\u003cdiv class=\"intro-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eYour Home After Sunset\u003c\/div\u003e\n\u003ch2\u003eWhy Let The Darkness\u003cbr\u003e\u003cspan\u003eTake Over?\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe sun goes down. Your garden gets dark. Your patio disappears into the shadows. And the outdoor space you spent so much time creating becomes much harder to enjoy. SolarGlow™ gives you a simple way to keep your outdoor areas beautifully illuminated after sunset. The built-in solar panel charges throughout the day, then the lights automatically come on at night. \u003cstrong\u003eNo wiring. No electrician. No ongoing electricity costs.\u003c\/strong\u003e Just sunlight in. Beautiful light out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     PROBLEM \/ SOLUTION\n========================================================= --\u003e\n\u003csection class=\"problem\"\u003e\n\u003cdiv class=\"problem-inner\"\u003e\n\u003cdiv class=\"problem-card bad\"\u003e\n\u003ch3\u003eThe Old Way...\u003c\/h3\u003e\n\u003cp\u003eOutdoor lighting can quickly become expensive and complicated.\u003c\/p\u003e\n\u003cdiv class=\"problem-list\"\u003e\n\u003cdiv class=\"problem-item\"\u003e❌ Running electrical cables\u003c\/div\u003e\n\u003cdiv class=\"problem-item\"\u003e❌ Paying for electrical installation\u003c\/div\u003e\n\u003cdiv class=\"problem-item\"\u003e❌ Searching for outdoor power points\u003c\/div\u003e\n\u003cdiv class=\"problem-item\"\u003e❌ Adding another light to your electricity usage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"problem-card good\"\u003e\n\u003ch3\u003eThe SolarGlow Way.\u003c\/h3\u003e\n\u003cp\u003eLet the sun do the work for you.\u003c\/p\u003e\n\u003cdiv class=\"problem-list\"\u003e\n\u003cdiv class=\"problem-item\"\u003e✓ Mount your SolarGlow™ lights\u003c\/div\u003e\n\u003cdiv class=\"problem-item\"\u003e✓ Let them charge in the sunlight\u003c\/div\u003e\n\u003cdiv class=\"problem-item\"\u003e✓ Enjoy automatic lighting after dark\u003c\/div\u003e\n\u003cdiv class=\"problem-item\"\u003e✓ Brighten multiple areas with one 4-pack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     BIG HOOK\n========================================================= --\u003e\n\u003csection class=\"hook\"\u003e\n\u003cdiv class=\"hook-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eSun By Day. Light By Night.\u003c\/div\u003e\n\u003ch2\u003eNo Wires.\u003cbr\u003eNo \u003cspan\u003eElectricity Bill.\u003c\/span\u003e\u003cbr\u003eJust \u003cspan\u003eBeautiful Light.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eSolarGlow™ uses sunlight during the day to power your outdoor lighting at night. The built-in solar panel charges automatically, while the dual-direction LEDs create striking upward and downward beams across your walls. It's a simple little upgrade that can completely change the way your outdoor space looks after dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     FEATURES\n========================================================= --\u003e\n\u003csection class=\"features\" id=\"features\"\u003e\n\u003cdiv class=\"features-inner\"\u003e\n\u003cdiv class=\"features-heading\"\u003e\n\u003cdiv class=\"section-label\"\u003eSmall Light. Big Difference.\u003c\/div\u003e\n\u003ch2\u003eBuilt For\u003cbr\u003e\u003cspan\u003eOutdoor Living.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e☀️\u003c\/div\u003e\n\u003ch3\u003eSolar Powered\u003c\/h3\u003e\n\u003cp\u003eThe built-in solar panel charges during the day using sunlight, helping you enjoy outdoor lighting without connecting the unit to your home's electricity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e↕️\u003c\/div\u003e\n\u003ch3\u003eUp \u0026amp; Down Beams\u003c\/h3\u003e\n\u003cp\u003eDual-direction LEDs project light both upwards and downwards, creating a dramatic wall-washing effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💡\u003c\/div\u003e\n\u003ch3\u003e3 LEDs Per Unit\u003c\/h3\u003e\n\u003cp\u003eEach SolarGlow™ light contains three LEDs for crisp white illumination around your outdoor space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌧️\u003c\/div\u003e\n\u003ch3\u003eWeatherproof Design\u003c\/h3\u003e\n\u003cp\u003eDesigned for outdoor environments so you can install it on walls, fences and other outdoor surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌙\u003c\/div\u003e\n\u003ch3\u003eAutomatic At Night\u003c\/h3\u003e\n\u003cp\u003eSolarGlow™ is designed to automatically illuminate after dark and switch off again when daylight returns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔧\u003c\/div\u003e\n\u003ch3\u003eEasy Installation\u003c\/h3\u003e\n\u003cp\u003eNo electrical wiring or electrician required. Simply mount your lights where you want them and let the sunlight do the rest.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     4 PACK\n========================================================= --\u003e\n\u003csection class=\"four-pack\"\u003e\n\u003cdiv class=\"four-pack-inner\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"section-label\"\u003eFour Lights. Endless Possibilities.\u003c\/div\u003e\n\u003ch2\u003eWhy Stop At One\u003cbr\u003eWhen You Get \u003cspan\u003eFour?\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eOne SolarGlow™ can brighten a wall. Four can help transform your entire outdoor space. Use them together to create a consistent lighting effect or place them around different areas of your home.\u003c\/p\u003e\n\u003cdiv class=\"pack-list\"\u003e\n\u003cdiv class=\"pack-item\"\u003e☀️ Light up your garden wall\u003c\/div\u003e\n\u003cdiv class=\"pack-item\"\u003e🔥 Add glow around your braai area\u003c\/div\u003e\n\u003cdiv class=\"pack-item\"\u003e🚗 Illuminate your driveway\u003c\/div\u003e\n\u003cdiv class=\"pack-item\"\u003e🏡 Brighten your patio and entertainment area\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pack-number\"\u003e4 \u003csmall\u003e SOLARGLOW™ LIGHTS \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     OUTDOOR LIFE\n========================================================= --\u003e\n\u003csection class=\"outdoor\"\u003e\n\u003cdiv class=\"outdoor-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eMade For South African Outdoor Living 🇿🇦\u003c\/div\u003e\n\u003ch2\u003eWherever There's\u003cbr\u003eSun, Space \u0026amp; \u003cspan\u003eFresh Air.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"outdoor-description\"\u003eFrom Saturday braais to quiet evenings on the patio, SolarGlow™ helps you make the most of your outdoor space long after the sun goes down.\u003c\/p\u003e\n\u003cdiv class=\"outdoor-grid\"\u003e\n\u003cdiv class=\"outdoor-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔥\u003c\/div\u003e\n\u003cstrong\u003e Braai Areas \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"outdoor-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌿\u003c\/div\u003e\n\u003cstrong\u003e Garden Walls \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"outdoor-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🚗\u003c\/div\u003e\n\u003cstrong\u003e Driveways \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"outdoor-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🏡\u003c\/div\u003e\n\u003cstrong\u003e Patios \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     WHY IT MATTERS\n========================================================= --\u003e\n\u003csection class=\"why\"\u003e\n\u003cdiv class=\"why-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eIt's More Than A Light\u003c\/div\u003e\n\u003ch2\u003eIt's About\u003cbr\u003e\u003cspan\u003eEnjoying Your Home.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eYour outdoor space shouldn't become useless the moment the sun goes down. Imagine sitting outside with friends during a Saturday evening braai. The food is still cooking. The conversation is still going. The music is still playing. And your garden and patio are beautifully illuminated around you. SolarGlow™ helps make those moments possible without complicated electrical installation or ongoing electricity costs. Let the sun charge your lights during the day. Then enjoy your outdoor space after dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     PERFECT FOR\n========================================================= --\u003e\n\u003csection class=\"perfect\"\u003e\n\u003cdiv class=\"perfect-inner\"\u003e\n\u003cdiv class=\"perfect-heading\"\u003e\n\u003cdiv class=\"section-label\"\u003eLight Up More Than One Area\u003c\/div\u003e\n\u003ch2\u003eOne Pack.\u003cbr\u003e\u003cspan\u003eSo Many Possibilities.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-grid\"\u003e\n\u003cdiv class=\"perfect-card\"\u003e\n\u003cdiv class=\"perfect-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eBraai \u0026amp; Entertainment Areas\u003c\/h3\u003e\n\u003cp\u003eCreate a warm, inviting atmosphere around your braai area, outdoor table or entertainment space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-card\"\u003e\n\u003cdiv class=\"perfect-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eGarden \u0026amp; Patio Walls\u003c\/h3\u003e\n\u003cp\u003eTurn plain outdoor walls into eye-catching features with dramatic upward and downward light beams.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-card\"\u003e\n\u003cdiv class=\"perfect-icon\"\u003e🚗\u003c\/div\u003e\n\u003ch3\u003eDriveways \u0026amp; Pathways\u003c\/h3\u003e\n\u003cp\u003eAdd illumination around areas you use when arriving or moving around your property after sunset.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perfect-card\"\u003e\n\u003cdiv class=\"perfect-icon\"\u003e🏡\u003c\/div\u003e\n\u003ch3\u003eBalconies \u0026amp; Staircases\u003c\/h3\u003e\n\u003cp\u003eAdd convenient outdoor lighting to balconies, stairs and other areas around your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     PRODUCT DETAILS\n========================================================= --\u003e\n\u003csection class=\"details\"\u003e\n\u003cdiv class=\"details-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eProduct Details\u003c\/div\u003e\n\u003ch2\u003eSimple Design.\u003cbr\u003e\u003cspan\u003eSmart Solar Lighting.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"details-table\"\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Power \u003c\/strong\u003e \u003cspan\u003e Solar powered \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Lighting \u003c\/strong\u003e \u003cspan\u003e Dual-direction LED beams \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e LEDs \u003c\/strong\u003e \u003cspan\u003e 3 LEDs per unit \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Light Colour \u003c\/strong\u003e \u003cspan\u003e White \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Solar Panel \u003c\/strong\u003e \u003cspan\u003e Built-in solar panel \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Operation \u003c\/strong\u003e \u003cspan\u003e Automatic dusk-to-dawn operation \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Design \u003c\/strong\u003e \u003cspan\u003e Weatherproof outdoor design \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Quantity \u003c\/strong\u003e \u003cspan\u003e 4 lights included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-row\"\u003e\n\u003cstrong\u003e Installation \u003c\/strong\u003e \u003cspan\u003e Easy wall mounting with no wiring required \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     FINAL CTA\n========================================================= --\u003e\n\u003csection class=\"final-cta\" id=\"buy\"\u003e\n\u003cdiv class=\"final-cta-inner\"\u003e\n\u003cdiv class=\"section-label\"\u003eStop Leaving Your Outdoor Space In The Dark\u003c\/div\u003e\n\u003ch2\u003eCharge By Day.\u003cbr\u003eGlow At \u003cspan\u003eNight.\u003c\/span\u003e\u003cbr\u003eEnjoy The \u003cspan\u003eDifference.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eGive your garden, braai area, driveway or patio the lighting it deserves — without wires, electricians or ongoing electricity costs. Get your SolarGlow™ 4-pack and start transforming your outdoor space after sunset.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"cta-button\"\u003e Get My SolarGlow™ 4-Pack → \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     FOOTER\n========================================================= --\u003e\u003cfooter\u003e\n\u003cp\u003e© 2026 \u003cstrong\u003eThe Outdoor Co. SA\u003c\/strong\u003e • Built For The Outdoors • Built For South African Living 🇿🇦\u003c\/p\u003e\n\u003c\/footer\u003e","brand":"The Outdoor Co. ZA","offers":[{"title":"Default Title","offer_id":44671475974232,"sku":null,"price":599.99,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0747\/0084\/9240\/files\/image_ca35dd4c-48ac-4fd8-a9d2-377a8181e31a.png?v=1787905931","url":"https:\/\/www.theoutdoorstoreza.co.za\/products\/solarglow-solar-powered-outdoor-wall-light-4-pack-white-light","provider":"The Outdoor Co. ZA","version":"1.0","type":"link"}