{"product_id":"celestial-glow-solar-sun-moon-lanterns","title":"Celestial Glow Solar Sun \u0026 Moon Hanging Garden Lanterns","description":"\u003cstyle\u003e\n  .eclipseglow-page {\n    --eg-ink: #3b2b1d;\n    --eg-muted: #78634e;\n    --eg-deep: #2b180d;\n    --eg-gold: #b96f1d;\n    --eg-amber: #e6a13f;\n    --eg-warm: #fff1dc;\n    --eg-soft: #fbf6ee;\n    --eg-line: #ead7bd;\n    --eg-night: #21150e;\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 8px 14px 44px;\n    color: var(--eg-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .eclipseglow-page * {\n    box-sizing: border-box;\n  }\n\n  .eclipseglow-page h2,\n  .eclipseglow-page h3,\n  .eclipseglow-page p,\n  .eclipseglow-page figure {\n    margin: 0;\n  }\n\n  .eclipseglow-page h2 {\n    margin-bottom: 12px;\n    color: var(--eg-deep);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(30px, 5vw, 46px);\n    line-height: 1.14;\n    letter-spacing: -0.02em;\n  }\n\n  .eclipseglow-page h3 {\n    margin-bottom: 8px;\n    color: var(--eg-deep);\n    font-size: 21px;\n    line-height: 1.3;\n  }\n\n  .eclipseglow-page p {\n    color: var(--eg-muted);\n  }\n\n  .eclipseglow-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 22px;\n  }\n\n  .eclipseglow-page .eg-section {\n    margin-top: 38px;\n  }\n\n  .eclipseglow-page .eg-kicker {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--eg-gold);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .eclipseglow-page .eg-lead {\n    max-width: 760px;\n    font-size: 19px;\n  }\n\n  .eclipseglow-page .eg-media {\n    position: relative;\n    overflow: hidden;\n    margin-top: 22px;\n    border-radius: 22px;\n    background: var(--eg-night);\n    box-shadow: 0 18px 44px rgba(62, 35, 16, 0.18);\n  }\n\n  .eclipseglow-page .eg-media img {\n    transform: scale(1.01);\n    transition: transform 0.5s ease;\n  }\n\n  .eclipseglow-page .eg-caption {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    left: 14px;\n    padding: 13px 16px;\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: 15px;\n    color: #fff;\n    background: rgba(34, 20, 11, 0.72);\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.02em;\n    backdrop-filter: blur(8px);\n  }\n\n  .eclipseglow-page .eg-zoom img {\n    animation: eg-zoom 12s ease-in-out infinite alternate;\n  }\n\n  .eclipseglow-page .eg-float {\n    animation: eg-float 4.8s ease-in-out infinite;\n  }\n\n  .eclipseglow-page .eg-glow::after {\n    position: absolute;\n    inset: 0;\n    border-radius: inherit;\n    background:\n      radial-gradient(\n        circle at 50% 58%,\n        rgba(255, 169, 60, 0.20),\n        transparent 28%\n      ),\n      linear-gradient(\n        180deg,\n        rgba(255, 187, 84, 0.03),\n        rgba(36, 20, 10, 0.08)\n      );\n    content: \"\";\n    pointer-events: none;\n    animation: eg-glow 3s ease-in-out infinite;\n  }\n\n  .eclipseglow-page .eg-pills {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .eclipseglow-page .eg-pill {\n    padding: 12px 10px;\n    border: 1px solid var(--eg-line);\n    border-radius: 999px;\n    color: var(--eg-deep);\n    background: linear-gradient(\n      180deg,\n      #fffaf3,\n      var(--eg-soft)\n    );\n    font-size: 14px;\n    font-weight: 750;\n    text-align: center;\n  }\n\n  .eclipseglow-page .eg-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 20px;\n  }\n\n  .eclipseglow-page .eg-card {\n    padding: 22px;\n    border: 1px solid var(--eg-line);\n    border-radius: 20px;\n    background: #fff;\n    box-shadow: 0 10px 28px rgba(74, 44, 21, 0.06);\n  }\n\n  .eclipseglow-page .eg-number {\n    display: inline-flex;\n    width: 34px;\n    height: 34px;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 13px;\n    border-radius: 50%;\n    color: #fff;\n    background: linear-gradient(\n      135deg,\n      #8f4d12,\n      var(--eg-amber)\n    );\n    font-weight: 800;\n  }\n\n  .eclipseglow-page .eg-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    gap: 28px;\n    margin-top: 38px;\n  }\n\n  .eclipseglow-page .eg-split .eg-media {\n    margin-top: 0;\n  }\n\n  .eclipseglow-page .eg-checks {\n    display: grid;\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .eclipseglow-page .eg-check {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    color: var(--eg-ink);\n    font-weight: 650;\n  }\n\n  .eclipseglow-page .eg-check::before {\n    color: var(--eg-gold);\n    content: \"✓\";\n    font-weight: 900;\n  }\n\n  .eclipseglow-page .eg-style-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 20px;\n  }\n\n  .eclipseglow-page .eg-choice {\n    overflow: hidden;\n    border: 1px solid var(--eg-line);\n    border-radius: 20px;\n    background: #fff;\n    box-shadow: 0 8px 24px rgba(74, 44, 21, 0.05);\n  }\n\n  .eclipseglow-page .eg-choice img {\n    border-radius: 0;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .eclipseglow-page .eg-choice-copy {\n    padding: 14px 16px 16px;\n  }\n\n  .eclipseglow-page .eg-choice-copy strong {\n    display: block;\n    color: var(--eg-deep);\n    font-size: 18px;\n  }\n\n  .eclipseglow-page .eg-choice-copy span {\n    color: var(--eg-muted);\n    font-size: 14px;\n  }\n\n  \/* REVIEW SECTION *\/\n\n  .eclipseglow-page .eg-reviews-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    margin-top: 20px;\n  }\n\n  .eclipseglow-page .eg-review-card {\n    overflow: hidden;\n    padding: 16px;\n    border: 1px solid #e2c59d;\n    border-radius: 20px;\n    background: linear-gradient(\n      180deg,\n      #fffaf3 0%,\n      #f8eddf 100%\n    );\n    box-shadow: 0 12px 30px rgba(74, 44, 21, 0.08);\n  }\n\n  .eclipseglow-page .eg-review-img {\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 13px;\n    border-radius: 15px;\n    background: #27170d;\n  }\n\n  .eclipseglow-page .eg-review-img::after {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n      180deg,\n      rgba(255, 183, 78, 0.05),\n      rgba(132, 67, 16, 0.10)\n    );\n    content: \"\";\n    pointer-events: none;\n    mix-blend-mode: soft-light;\n  }\n\n  .eclipseglow-page .eg-review-img img {\n    border-radius: 15px;\n    filter:\n      saturate(1.08)\n      contrast(1.04)\n      brightness(0.96);\n    transition: transform 0.4s ease;\n  }\n\n  .eclipseglow-page .eg-review-img img:hover {\n    transform: scale(1.025);\n  }\n\n  .eclipseglow-page .eg-review-stars {\n    margin-bottom: 6px;\n    color: #e39a2d;\n    font-size: 17px;\n    letter-spacing: 2px;\n  }\n\n  .eclipseglow-page .eg-review-label {\n    display: inline-block;\n    margin-bottom: 6px;\n    color: var(--eg-gold);\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .eclipseglow-page .eg-review-text {\n    color: var(--eg-ink);\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .eclipseglow-page .eg-banner {\n    margin-top: 38px;\n    padding: 30px 24px;\n    border: 1px solid rgba(255, 190, 91, 0.20);\n    border-radius: 22px;\n    color: #fff;\n    background:\n      radial-gradient(\n        circle at 50% 0%,\n        rgba(231, 156, 54, 0.22),\n        transparent 42%\n      ),\n      linear-gradient(\n        135deg,\n        #24150c,\n        #4a2a13 58%,\n        #6b3c18\n      );\n    text-align: center;\n    box-shadow: 0 18px 42px rgba(49, 27, 12, 0.18);\n  }\n\n  .eclipseglow-page .eg-banner h2,\n  .eclipseglow-page .eg-banner p {\n    color: #fff;\n  }\n\n  .eclipseglow-page .eg-banner h2 {\n    font-size: clamp(28px, 4vw, 38px);\n  }\n\n  .eclipseglow-page .eg-faq {\n    margin-top: 12px;\n    border-top: 1px solid var(--eg-line);\n  }\n\n  .eclipseglow-page details {\n    padding: 16px 0;\n    border-bottom: 1px solid var(--eg-line);\n  }\n\n  .eclipseglow-page summary {\n    color: var(--eg-deep);\n    cursor: pointer;\n    font-size: 18px;\n    font-weight: 750;\n  }\n\n  .eclipseglow-page details p {\n    padding-top: 9px;\n  }\n\n  @keyframes eg-zoom {\n    from {\n      transform: scale(1.01);\n    }\n\n    to {\n      transform: scale(1.07);\n    }\n  }\n\n  @keyframes eg-float {\n    0%,\n    100% {\n      transform: translateY(0);\n    }\n\n    50% {\n      transform: translateY(-6px);\n    }\n  }\n\n  @keyframes eg-glow {\n    0%,\n    100% {\n      opacity: 0.42;\n    }\n\n    50% {\n      opacity: 0.95;\n    }\n  }\n\n  @media (max-width: 720px) {\n\n    .eclipseglow-page {\n      padding-right: 8px;\n      padding-left: 8px;\n      font-size: 16px;\n    }\n\n    .eclipseglow-page .eg-section {\n      margin-top: 30px;\n    }\n\n    .eclipseglow-page .eg-grid-3,\n    .eclipseglow-page .eg-split,\n    .eclipseglow-page .eg-style-grid,\n    .eclipseglow-page .eg-reviews-grid {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n\n    .eclipseglow-page .eg-pills {\n      grid-template-columns: 1fr;\n    }\n\n    .eclipseglow-page .eg-split .eg-media {\n      order: -1;\n    }\n\n    .eclipseglow-page .eg-card {\n      padding: 19px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n\n    .eclipseglow-page .eg-zoom img,\n    .eclipseglow-page .eg-float,\n    .eclipseglow-page .eg-glow::after {\n      animation: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"eclipseglow-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"eg-section\" style=\"margin-top: 0;\"\u003e\u003cspan class=\"eg-kicker\"\u003e Celestial charm after sunset \u003c\/span\u003e\n\u003ch2\u003eBring a Warm Sun \u0026amp; Moon Glow to Your Garden\u003c\/h2\u003e\n\u003cp class=\"eg-lead\"\u003eCelestial Glow Solar Sun \u0026amp; Moon Lanterns turn patios, porches, fences, trees, and garden corners into a softer, more inviting evening space. The carved celestial designs pair with a warm amber crackle-glass glow for an eye-catching look after dark.\u003c\/p\u003e\n\u003cfigure class=\"eg-media eg-zoom eg-glow\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0837\/0169\/4745\/files\/eclipseglow-solar-sun-moon-lanterns-carousel-1_jpg.jpg\" alt=\"EclipseGlow Solar Sun and Moon Lanterns glowing outdoors at night\" loading=\"eager\" width=\"1024\" height=\"1024\"\u003e\n\u003cfigcaption class=\"eg-caption\"\u003eCelestial garden décor by day, warm amber atmosphere after dark\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cdiv class=\"eg-pills\"\u003e\n\u003cdiv class=\"eg-pill\"\u003e☀️ Solar Charging\u003c\/div\u003e\n\u003cdiv class=\"eg-pill\"\u003e🌙 Auto Dusk-to-Dawn\u003c\/div\u003e\n\u003cdiv class=\"eg-pill\"\u003e🌿 Weatherproof Outdoor Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"eg-section\"\u003e\u003cspan class=\"eg-kicker\"\u003e Hang it. Charge it. Enjoy the glow. \u003c\/span\u003e\n\u003ch2\u003eOutdoor Ambience Without a Complicated Setup\u003c\/h2\u003e\n\u003cdiv class=\"eg-grid-3\"\u003e\n\u003cdiv class=\"eg-card\"\u003e\n\u003cspan class=\"eg-number\"\u003e 1 \u003c\/span\u003e\n\u003ch3\u003eChoose a Sunny Spot\u003c\/h3\u003e\n\u003cp\u003eHang the lantern from a tree branch, porch, fence, shepherd hook, or another suitable outdoor location.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eg-card\"\u003e\n\u003cspan class=\"eg-number\"\u003e 2 \u003c\/span\u003e\n\u003ch3\u003eLet the Sun Charge It\u003c\/h3\u003e\n\u003cp\u003ePosition the solar panel where it can receive daylight and charge naturally during the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eg-card\"\u003e\n\u003cspan class=\"eg-number\"\u003e 3 \u003c\/span\u003e\n\u003ch3\u003eWatch It Glow at Dusk\u003c\/h3\u003e\n\u003cp\u003eThe dusk-to-dawn sensor turns the light on automatically in the evening and off again when daylight returns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- AUTO LIGHT --\u003e\n\u003csection class=\"eg-split\"\u003e\n\u003cfigure class=\"eg-media eg-float eg-glow\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0837\/0169\/4745\/files\/eclipseglow-solar-sun-moon-lanterns-carousel-2_jpg.jpg\" alt=\"EclipseGlow solar lantern hanging outdoors\" loading=\"lazy\" width=\"1024\" height=\"1024\"\u003e\u003c\/figure\u003e\n\u003cdiv\u003e\n\u003cspan class=\"eg-kicker\"\u003e Lights itself after sunset \u003c\/span\u003e\n\u003ch2\u003eAutomatic Evening Glow\u003c\/h2\u003e\n\u003cp\u003eOnce placed in a sunny outdoor spot, Celestial Glow handles the daily routine for you. It charges by day, then the built-in dusk-to-dawn sensor brings the warm glow to life when evening arrives.\u003c\/p\u003e\n\u003cdiv class=\"eg-checks\"\u003e\n\u003cdiv class=\"eg-check\"\u003eSolar charging during the day\u003c\/div\u003e\n\u003cdiv class=\"eg-check\"\u003eAutomatic light at dusk\u003c\/div\u003e\n\u003cdiv class=\"eg-check\"\u003eSimple hanging setup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DESIGN --\u003e\n\u003csection class=\"eg-split\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"eg-kicker\"\u003e Warm amber light + carved metal detail \u003c\/span\u003e\n\u003ch2\u003eMore Than a Light—It Becomes Part of the View\u003c\/h2\u003e\n\u003cp\u003eThe antiqued metal finish gives the lanterns a rustic, decorative look during the day. After dark, the warm crackle-glass glow shines through the carved sun and moon patterns, creating soft, lace-like light and shadow around your outdoor space.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0979\/1763\/2879\/files\/1-_16_-1_1080x_3d4146fb-05db-4186-abc1-d956a7dd961b.webp?v=1787286568\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"eg-media eg-glow\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0837\/0169\/4745\/files\/eclipseglow-solar-sun-moon-lanterns-carousel-4_jpg.jpg\" alt=\"Close view of EclipseGlow celestial metal lantern and warm crackle glass light\" loading=\"lazy\" width=\"1024\" height=\"1024\"\u003e\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003c!-- GARDEN SCENE --\u003e\n\u003csection class=\"eg-section\"\u003e\u003cspan class=\"eg-kicker\"\u003e Porch, patio, fence, tree, or garden hook \u003c\/span\u003e\n\u003ch2\u003eA Small Detail That Changes the Whole Evening\u003c\/h2\u003e\n\u003cp class=\"eg-lead\"\u003eUse EclipseGlow™ as a focal point beside a patio, along a fence, under a porch, or among trees and garden greenery. The warm amber light makes ordinary outdoor corners feel calmer, cozier, and more memorable after sunset.\u003c\/p\u003e\n\u003cfigure class=\"eg-media eg-zoom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0837\/0169\/4745\/files\/eclipseglow-solar-sun-moon-lanterns-carousel-5_jpg.jpg\" alt=\"EclipseGlow Solar Sun and Moon Lanterns creating warm outdoor ambience\" loading=\"lazy\" width=\"1024\" height=\"1024\"\u003e\n\u003cfigcaption class=\"eg-caption\"\u003eMade for gardens, patios, porches, fences, trees, and shepherd hooks\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003c!-- STYLE OPTIONS --\u003e\n\u003csection class=\"eg-section\"\u003e\u003cspan class=\"eg-kicker\"\u003e Choose your celestial style \u003c\/span\u003e\n\u003ch2\u003eSun, Moon, or the Complete Set\u003c\/h2\u003e\n\u003cdiv class=\"eg-style-grid\"\u003e\n\u003cdiv class=\"eg-choice\"\u003e\n\u003cdiv class=\"eg-choice-copy\"\u003e\n\u003cstrong\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1758171665482\/1-(1)-4.png?h=1254\u0026amp;q=80\u0026amp;w=1254\" alt=\"Celestial Glow Solar Sun \u0026amp; Moon Hanging Garden Lanterns\"\u003eSun \u0026amp; Moon Set \u003c\/strong\u003e \u003cspan\u003e The full celestial pairing for a more complete garden display. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eg-choice\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0837\/0169\/4745\/files\/variant-sun.jpg\" alt=\"EclipseGlow Sun Lantern\" loading=\"lazy\" width=\"1024\" height=\"1024\"\u003e\n\u003cdiv class=\"eg-choice-copy\"\u003e\n\u003cstrong\u003e Sun \u003c\/strong\u003e \u003cspan\u003e A bold sunburst silhouette with a warm glowing center. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eg-choice\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0837\/0169\/4745\/files\/variant-moon.jpg\" alt=\"EclipseGlow Moon Lantern\" loading=\"lazy\" width=\"1024\" height=\"1024\"\u003e\n\u003cdiv class=\"eg-choice-copy\"\u003e\n\u003cstrong\u003e Moon \u003c\/strong\u003e \u003cspan\u003e A crescent design with ornate cutouts and a cozy amber glow. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OUTDOOR USE --\u003e\n\u003csection class=\"eg-split\"\u003e\n\u003cfigure class=\"eg-media eg-float\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0837\/0169\/4745\/files\/eclipseglow-solar-sun-moon-lanterns-carousel-6_jpg.jpg\" alt=\"EclipseGlow Solar Sun and Moon Lanterns designed for outdoor use\" loading=\"lazy\" width=\"1024\" height=\"1024\"\u003e\u003c\/figure\u003e\n\u003cdiv\u003e\n\u003cspan class=\"eg-kicker\"\u003e Made for outdoor glow \u003c\/span\u003e\n\u003ch2\u003eDesigned to Live Outside\u003c\/h2\u003e\n\u003cp\u003eCelestial Glow combines an antiqued metal finish with a weatherproof outdoor build, so it can bring decorative warmth to your space through changing outdoor conditions.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0979\/1763\/2879\/files\/1-_21_-0_1080x_1769a7fd-47c7-4450-ad5e-ffcda19a7203.webp?v=1787286568\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REVIEWS --\u003e\n\u003csection class=\"eg-section\"\u003e\u003cspan class=\"eg-kicker\"\u003e Loved in outdoor spaces \u003c\/span\u003e\n\u003ch2\u003eReal-Life Glow, Beautifully Styled\u003c\/h2\u003e\n\u003cp class=\"eg-lead\" style=\"margin-bottom: 20px;\"\u003eSee how EclipseGlow™ brings a warm celestial accent to backyards, fences, patios, and covered outdoor spaces after sunset.\u003c\/p\u003e\n\u003cdiv class=\"eg-reviews-grid\"\u003e\n\u003c!-- REVIEW 1 --\u003e\n\u003cdiv class=\"eg-review-card\"\u003e\n\u003cdiv class=\"eg-review-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0979\/1763\/2879\/files\/eclipseglow-solar-sun-moon-lanterns-lifestyle-1_jpg.webp?v=1787285624\" alt=\"EclipseGlow Sun and Moon solar lanterns glowing beneath backyard trees at dusk\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"eg-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cspan class=\"eg-review-label\"\u003e Backyard Glow \u003c\/span\u003e\n\u003cp class=\"eg-review-text\"\u003eThe sun and moon pair creates a warm focal point beneath the trees, adding a cozy amber glow without overpowering the rest of the garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEW 2 --\u003e\n\u003cdiv class=\"eg-review-card\"\u003e\n\u003cdiv class=\"eg-review-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0979\/1763\/2879\/files\/eclipseglow-solar-sun-moon-lanterns-lifestyle-2_jpg.webp?v=1787285624\" alt=\"EclipseGlow crescent moon solar lantern glowing beside a wooden backyard fence\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"eg-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cspan class=\"eg-review-label\"\u003e Fence-Side Accent \u003c\/span\u003e\n\u003cp class=\"eg-review-text\"\u003e\"The crescent moon looks especially striking against a wooden fence, with the crackle-glass light adding just the right amount of warmth after dark.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEW 3 --\u003e\n\u003cdiv class=\"eg-review-card\"\u003e\n\u003cdiv class=\"eg-review-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0979\/1763\/2879\/files\/eclipseglow-solar-sun-moon-lanterns-lifestyle-3_jpg.webp?v=1787285624\" alt=\"EclipseGlow Sun and Moon solar lanterns hanging under a covered patio\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"eg-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cspan class=\"eg-review-label\"\u003e Covered Patio \u003c\/span\u003e\n\u003cp class=\"eg-review-text\"\u003e\"Hanging the complete set under a covered patio creates a beautiful celestial display and makes the whole space feel warmer and more inviting in the evening.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEW 4 --\u003e\n\u003cdiv class=\"eg-review-card\"\u003e\n\u003cdiv class=\"eg-review-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0979\/1763\/2879\/files\/eclipseglow-solar-sun-moon-lanterns-lifestyle-5_jpg.webp?v=1787285624\" alt=\"EclipseGlow Sun and Moon solar lanterns glowing above an outdoor patio table at night\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"eg-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cspan class=\"eg-review-label\"\u003e Evening Patio \u003c\/span\u003e\n\u003cp class=\"eg-review-text\"\u003e\"Above a patio table, the warm amber light adds a relaxed finishing touch that works beautifully for quiet nights outside or evening get-togethers.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"eg-banner\"\u003e\n\u003ch2\u003eLet the Sun Charge the Magic for Tonight\u003c\/h2\u003e\n\u003cp\u003eChoose the Sun, Moon, or complete set above and bring a warmer celestial glow to your favorite outdoor space.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"eg-section\"\u003e\u003cspan class=\"eg-kicker\"\u003e Questions, answered \u003c\/span\u003e\n\u003ch2\u003eFAQs\u003c\/h2\u003e\n\u003cdiv class=\"eg-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I hang Celestial Glow?\u003c\/summary\u003e\n\u003cp\u003eCelestial Glow is ideal for gardens, patios, porches, fences, trees, and shepherd hooks. Choose a location where the solar panel can receive sunlight during the day.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the light turn on?\u003c\/summary\u003e\n\u003cp\u003eCelestial Glow uses a dusk-to-dawn sensor. It turns on automatically in the evening and turns off again when daylight returns.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat kind of glow does it create?\u003c\/summary\u003e\n\u003cp\u003eThe crackle-glass ball produces a warm amber glow, while the carved sun and moon designs create soft decorative shadow patterns nearby.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I set it up?\u003c\/summary\u003e\n\u003cp\u003eHang Celestial Glow from a suitable outdoor hook, branch, porch, or fence area, place it where the solar panel receives sunlight, and let it charge during the day.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE --\u003e\n\u003csection class=\"eg-section\"\u003e\n\u003cdiv class=\"eg-card\" style=\"background: var(--eg-warm); border-color: #e5c69b;\"\u003e\n\u003ch3\u003e180-Day Satisfaction Guarantee\u003c\/h3\u003e\n\u003cp\u003eTry Celestial Glow in your own outdoor space. If you are not completely happy within 180 days, contact us and we will make it right.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Sun","offer_id":53366985228655,"sku":"XSS260821696-波光逐日","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Moon","offer_id":53366985261423,"sku":"XSS260821696-梦幻星月","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Sun \u0026 Moon Set","offer_id":53366985195887,"sku":"XSS260821696-波光逐日+XSS260821696-梦幻星月","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/1763\/2879\/files\/eclipseglow-solar-sun-moon-lanterns-carousel-1_jpg.jpg?v=1787284688","url":"https:\/\/ahlwoultra.com\/products\/celestial-glow-solar-sun-moon-lanterns","provider":"ahlwoultra","version":"1.0","type":"link"}