{"product_id":"animated-halloween-headless-horseman-garden-light","title":"Animated Halloween Headless Horseman Garden Light 💀","description":"\u003cstyle\u003e \/* =========================================================    HALLOWEEN SOUL LIGHT LANDING PAGE    Shopify Product Description    Pure HTML + CSS    Mobile First \/ 40+ Readability ========================================================= *\/  .hsl-page, .hsl-page * {   box-sizing: border-box; }  .hsl-page {   --bg: #07090e;   --bg-soft: #0d1119;   --card: #111722;   --card-2: #151b28;   --text: #ffffff;   --body: #d3d8e2;   --muted: #abb4c3;   --blue: #53b8ff;   --blue-light: #9bdeff;   --purple: #b881ff;   --orange: #ff8b32;   --green: #8fdc48;   --border: rgba(255,255,255,.13);    width: 100%;   margin: 0;   padding: 0;   overflow: hidden;   background: var(--bg);   color: var(--text);   font-family:     Arial,     Helvetica,     'Helvetica Neue',     sans-serif;   line-height: 1.65;   -webkit-font-smoothing: antialiased; }  .hsl-page img {   display: block;   width: 100%;   max-width: 100%;   height: auto; }  .hsl-wrap {   width: 100%;   max-width: 860px;   margin: 0 auto;   padding-left: 16px;   padding-right: 16px; }  .hsl-section {   padding: 44px 0; }  .hsl-section-dark {   background:     radial-gradient(       circle at 50% 0%,       rgba(58,145,255,.10),       transparent 36%     ),     #080b11; }  .hsl-section-soft {   background: #0d1118; }  .hsl-kicker {   margin: 0 0 9px;   text-align: center;   color: var(--blue-light);   font-size: 14px;   font-weight: 900;   letter-spacing: 1.35px;   text-transform: uppercase; }  .hsl-title {   max-width: 760px;   margin: 0 auto 14px;   text-align: center;   color: #fff;   font-size: 29px;   line-height: 1.15;   font-weight: 900;   letter-spacing: -.5px; }  .hsl-copy {   max-width: 730px;   margin: 0 auto;   text-align: center;   color: var(--body);   font-size: 18px;   line-height: 1.7; }  .hsl-emphasis {   color: #fff;   font-weight: 800; }  .hsl-image {   margin-top: 22px;   overflow: hidden;   border-radius: 14px;   border: 1px solid var(--border);   background: #080a0e; }  .hsl-image img {   width: 100%; }   \/* =========================================================    HERO ========================================================= *\/  .hsl-hero {   padding: 20px 0 36px;   background:     radial-gradient(       circle at 50% 20%,       rgba(41,131,226,.18),       transparent 40%     ),     linear-gradient(180deg,#06080c 0%,#0a0d13 100%); }  .hsl-hero-badge {   display: table;   margin: 0 auto 12px;   padding: 7px 13px;   border: 1px solid rgba(83,184,255,.28);   border-radius: 999px;   background: rgba(54,145,229,.08);   color: #a7ddff;   font-size: 13px;   line-height: 1.2;   font-weight: 900;   letter-spacing: .9px; }  .hsl-hero h2 {   max-width: 760px;   margin: 0 auto;   text-align: center;   color: #fff;   font-size: 32px;   line-height: 1.08;   font-weight: 900;   letter-spacing: -.7px; }  .hsl-hero h2 span {   color: var(--blue); }  .hsl-hero-text {   max-width: 690px;   margin: 12px auto 0;   color: #d5dbe5;   text-align: center;   font-size: 18px;   line-height: 1.6; }  .hsl-hero-media {   margin-top: 20px;   overflow: hidden;   border-radius: 14px;   box-shadow:     0 20px 50px rgba(0,0,0,.38),     0 0 40px rgba(33,131,234,.08); }   \/* =========================================================    QUICK BENEFITS ========================================================= *\/  .hsl-benefits {   display: grid;   grid-template-columns: repeat(2,1fr);   gap: 10px;   margin-top: 18px; }  .hsl-benefit {   padding: 15px 9px;   text-align: center;   border: 1px solid var(--border);   border-radius: 12px;   background: rgba(255,255,255,.045); }  .hsl-benefit-icon {   display: block;   margin-bottom: 5px;   font-size: 25px;   line-height: 1; }  .hsl-benefit strong {   display: block;   color: #fff;   font-size: 16px;   line-height: 1.3; }  .hsl-benefit span:last-child {   display: block;   margin-top: 4px;   color: #aeb7c5;   font-size: 14px;   line-height: 1.35; }   \/* =========================================================    SECTION DIVIDER ========================================================= *\/  .hsl-divider {   width: 70px;   height: 3px;   margin: 16px auto 0;   border-radius: 99px;   background: linear-gradient(     90deg,     var(--purple),     var(--blue)   ); }   \/* =========================================================    FEATURE LIST ========================================================= *\/  .hsl-feature-list {   display: grid;   gap: 11px;   margin-top: 22px; }  .hsl-feature {   padding: 18px;   border: 1px solid var(--border);   border-radius: 13px;   background: var(--card); }  .hsl-feature-icon {   margin-bottom: 8px;   font-size: 27px; }  .hsl-feature h3 {   margin: 0 0 6px;   color: #fff;   font-size: 20px;   line-height: 1.25; }  .hsl-feature p {   margin: 0;   color: var(--body);   font-size: 17px;   line-height: 1.6; }   \/* =========================================================    CUSTOMER PAIN \/ SOLUTION ========================================================= *\/  .hsl-problem-box {   margin-top: 22px;   padding: 22px 17px;   border: 1px solid rgba(83,184,255,.18);   border-radius: 14px;   background:     linear-gradient(       145deg,       rgba(64,148,226,.10),       rgba(124,64,188,.05)     ); }  .hsl-problem-box h3 {   margin: 0 0 10px;   color: #fff;   text-align: center;   font-size: 22px;   line-height: 1.3; }  .hsl-checks {   margin: 0;   padding: 0;   list-style: none; }  .hsl-checks li {   position: relative;   margin: 10px 0;   padding-left: 31px;   color: #dde2ea;   font-size: 17px;   line-height: 1.5; }  .hsl-checks li:before {   content: '✓';   position: absolute;   top: 0;   left: 0;   color: #7acbff;   font-size: 20px;   font-weight: 900; }   \/* =========================================================    STEPS ========================================================= *\/  .hsl-steps {   margin-top: 22px; }  .hsl-step {   display: grid;   grid-template-columns: 48px 1fr;   gap: 13px;   align-items: start;   margin-bottom: 11px;   padding: 17px;   border: 1px solid var(--border);   border-radius: 13px;   background: var(--card); }  .hsl-step-num {   display: flex;   align-items: center;   justify-content: center;   width: 45px;   height: 45px;   border-radius: 50%;   background: linear-gradient(     135deg,     #5540a9,     #318dd8   );   color: #fff;   font-size: 19px;   font-weight: 900; }  .hsl-step h3 {   margin: 0 0 4px;   color: #fff;   font-size: 19px;   line-height: 1.3; }  .hsl-step p {   margin: 0;   color: var(--body);   font-size: 16px;   line-height: 1.55; }   \/* =========================================================    SCENARIO CHIPS ========================================================= *\/  .hsl-scenarios {   display: flex;   flex-wrap: wrap;   justify-content: center;   gap: 9px;   margin-top: 21px; }  .hsl-chip {   padding: 10px 14px;   border: 1px solid var(--border);   border-radius: 999px;   background: rgba(255,255,255,.045);   color: #f2f5f9;   font-size: 15px;   font-weight: 800; }   \/* =========================================================    STYLE SECTION ========================================================= *\/  .hsl-style-card {   margin-top: 20px;   overflow: hidden;   border: 1px solid var(--border);   border-radius: 14px;   background: var(--card); }  .hsl-style-copy {   padding: 18px 16px 20px;   text-align: center; }  .hsl-style-label {   margin-bottom: 5px;   color: var(--blue-light);   font-size: 13px;   font-weight: 900;   text-transform: uppercase;   letter-spacing: 1px; }  .hsl-style-copy h3 {   margin: 0 0 7px;   color: #fff;   font-size: 22px; }  .hsl-style-copy p {   margin: 0;   color: var(--body);   font-size: 17px; }   \/* =========================================================    TRUST \/ OBJECTIONS ========================================================= *\/  .hsl-trust {   display: grid;   grid-template-columns: 1fr;   gap: 10px;   margin-top: 22px; }  .hsl-trust-item {   padding: 17px;   border: 1px solid var(--border);   border-radius: 13px;   background: rgba(255,255,255,.04); }  .hsl-trust-item strong {   display: block;   margin-bottom: 4px;   color: #fff;   font-size: 18px; }  .hsl-trust-item span {   display: block;   color: var(--body);   font-size: 16px;   line-height: 1.55; }   \/* =========================================================    FAQ ========================================================= *\/  .hsl-faq details {   margin-bottom: 10px;   overflow: hidden;   border: 1px solid var(--border);   border-radius: 12px;   background: #111620; }  .hsl-faq summary {   position: relative;   padding: 17px 46px 17px 16px;   cursor: pointer;   list-style: none;   color: #fff;   font-size: 18px;   line-height: 1.4;   font-weight: 800; }  .hsl-faq summary::-webkit-details-marker {   display: none; }  .hsl-faq summary:after {   content: '+';   position: absolute;   top: 50%;   right: 17px;   transform: translateY(-50%);   color: var(--blue-light);   font-size: 25px;   line-height: 1; }  .hsl-faq details[open] summary:after {   content: '−'; }  .hsl-faq-answer {   padding: 0 16px 18px;   color: var(--body);   font-size: 17px;   line-height: 1.65; }   \/* =========================================================    FINAL BLOCK ========================================================= *\/  .hsl-final {   padding: 50px 0 54px;   background:     radial-gradient(       circle at 50% 15%,       rgba(48,139,230,.18),       transparent 37%     ),     #05070a; }  .hsl-final-box {   padding: 27px 18px;   text-align: center;   border: 1px solid rgba(83,184,255,.22);   border-radius: 16px;   background: #10151f; }  .hsl-final-box h2 {   margin: 0 0 11px;   color: #fff;   font-size: 28px;   line-height: 1.15; }  .hsl-final-box p {   max-width: 650px;   margin: 0 auto;   color: var(--body);   font-size: 18px;   line-height: 1.65; }  .hsl-final-note {   display: inline-block;   margin-top: 18px;   padding: 12px 17px;   border-radius: 999px;   background: linear-gradient(     135deg,     #578cd8,     #7847c3   );   color: #fff;   font-size: 15px;   font-weight: 900; }   \/* =========================================================    DESKTOP ========================================================= *\/  @media (min-width: 720px) {    .hsl-wrap {     padding-left: 24px;     padding-right: 24px;   }    .hsl-section {     padding: 58px 0;   }    .hsl-title {     font-size: 38px;   }    .hsl-copy {     font-size: 19px;   }    .hsl-hero h2 {     font-size: 44px;   }    .hsl-hero-text {     font-size: 20px;   }    .hsl-benefits {     grid-template-columns: repeat(4,1fr);   }    .hsl-feature-list {     grid-template-columns: repeat(2,1fr);   }    .hsl-trust {     grid-template-columns: repeat(2,1fr);   }    .hsl-faq summary {     font-size: 19px;   }    .hsl-faq-answer {     font-size: 18px;   }  }  \u003c\/style\u003e\n\u003cdiv class=\"hsl-page\"\u003e\n\u003c!-- =====================================================      01 HERO ===================================================== --\u003e\n\u003csection class=\"hsl-hero\"\u003e\n\u003cdiv class=\"hsl-wrap\"\u003e\n\u003cdiv class=\"hsl-hero-badge\"\u003eHALLOWEEN OUTDOOR DISPLAY\u003c\/div\u003e\n\u003ch2\u003eTurn Your Yard Into A \u003cspan\u003eHaunted Halloween Scene\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"hsl-hero-text\"\u003eA dramatic glowing centerpiece that comes alive after dark.\u003c\/p\u003e\n\u003cdiv class=\"hsl-benefits\"\u003e\n\u003cdiv class=\"hsl-benefit\"\u003e\n\u003cspan class=\"hsl-benefit-icon\"\u003e☀️\u003c\/span\u003e \u003cstrong\u003eSolar Powered\u003c\/strong\u003e \u003cspan\u003eNo outlet needed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hsl-benefit\"\u003e\n\u003cspan class=\"hsl-benefit-icon\"\u003e🌙\u003c\/span\u003e \u003cstrong\u003eNight Glow\u003c\/strong\u003e \u003cspan\u003eLights up after dark\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hsl-benefit\"\u003e\n\u003cspan class=\"hsl-benefit-icon\"\u003e👻\u003c\/span\u003e \u003cstrong\u003eFlowing Spirits\u003c\/strong\u003e \u003cspan\u003eEye-catching ghost effect\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hsl-benefit\"\u003e\n\u003cspan class=\"hsl-benefit-icon\"\u003e🏡\u003c\/span\u003e \u003cstrong\u003eOutdoor Decor\u003c\/strong\u003e \u003cspan\u003eMade for Halloween yards\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================      02 EMOTIONAL HOOK ===================================================== --\u003e\n\u003csection class=\"hsl-section hsl-section-soft\"\u003e\n\u003cdiv class=\"hsl-wrap\"\u003e\n\u003cdiv class=\"hsl-kicker\"\u003eTHE GRAVES COME ALIVE\u003c\/div\u003e\n\u003ch2 class=\"hsl-title\"\u003eGive Trick-Or-Treaters Something To Remember\u003c\/h2\u003e\n\u003cp class=\"hsl-copy\"\u003ePumpkins and cobwebs are everywhere. This creates the kind of \u003cspan class=\"hsl-emphasis\"\u003edramatic nighttime centerpiece\u003c\/span\u003e that makes people stop, look and remember your house.\u003c\/p\u003e\n\u003cdiv class=\"hsl-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hsl-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/296836b65208860cbe18e87f7e1dc6c406b69d25.jpg?v=1788141589\" alt=\"Glowing Halloween soul garden decoration with trick or treaters\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================      03 FLOWING SOUL EFFECT ===================================================== --\u003e\n\u003csection class=\"hsl-section hsl-section-dark\"\u003e\n\u003cdiv class=\"hsl-wrap\"\u003e\n\u003cdiv class=\"hsl-kicker\"\u003eWATCH THE SOULS RISE\u003c\/div\u003e\n\u003ch2 class=\"hsl-title\"\u003eMore Than A Static Garden Light\u003c\/h2\u003e\n\u003cp class=\"hsl-copy\"\u003eCascading illuminated strands create the illusion of spirits rising toward the haunted lantern above, giving your yard a much more dramatic sense of movement and depth.\u003c\/p\u003e\n\u003cdiv class=\"hsl-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/c30155740375eb2e5a063bc472a6e00b062844cc.jpg?v=1788141589\" alt=\"Flowing blue soul light Halloween decoration effect\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hsl-feature-list\"\u003e\n\u003cdiv class=\"hsl-feature\"\u003e\n\u003cdiv class=\"hsl-feature-icon\"\u003e👻\u003c\/div\u003e\n\u003ch3\u003eFlowing Soul Effect\u003c\/h3\u003e\n\u003cp\u003eMultiple glowing spirits appear to travel upward, creating a haunting effect that stands out after sunset.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hsl-feature\"\u003e\n\u003cdiv class=\"hsl-feature-icon\"\u003e💡\u003c\/div\u003e\n\u003ch3\u003eBright Nighttime Impact\u003c\/h3\u003e\n\u003cp\u003eHigh-contrast illumination makes the display easier to notice from the sidewalk, driveway or porch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hsl-feature\"\u003e\n\u003cdiv class=\"hsl-feature-icon\"\u003e🎃\u003c\/div\u003e\n\u003ch3\u003eMade For Halloween\u003c\/h3\u003e\n\u003cp\u003eGothic characters, glowing faces and supernatural colors immediately create the spooky-season atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hsl-feature\"\u003e\n\u003cdiv class=\"hsl-feature-icon\"\u003e🏚️\u003c\/div\u003e\n\u003ch3\u003eInstant Focal Point\u003c\/h3\u003e\n\u003cp\u003eUse one piece as the main attraction or combine multiple characters to build a larger haunted display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================      04 DETAILS ===================================================== --\u003e\n\u003csection class=\"hsl-section\"\u003e\n\u003cdiv class=\"hsl-wrap\"\u003e\n\u003cdiv class=\"hsl-kicker\"\u003eHAUNTING DETAILS\u003c\/div\u003e\n\u003ch2 class=\"hsl-title\"\u003eDesigned To Look Impressive Up Close, Too\u003c\/h2\u003e\n\u003cp class=\"hsl-copy\"\u003eThe effect is not just about the lights. Detailed faces, gothic lanterns and distressed fabric styling help the character remain visually interesting throughout your display.\u003c\/p\u003e\n\u003cdiv class=\"hsl-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/47e0ce471879fd8fb7736d85d06eba16fe477819.jpg?v=1788141590\" alt=\"Halloween reaper garden light detailed features\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hsl-problem-box\"\u003e\n\u003ch3\u003eWhy It Feels Different From Ordinary Halloween Decor\u003c\/h3\u003e\n\u003cul class=\"hsl-checks\"\u003e\n\u003cli\u003eGlowing character eyes create a stronger nighttime presence.\u003c\/li\u003e\n\u003cli\u003eGothic lantern styling adds a dramatic focal point.\u003c\/li\u003e\n\u003cli\u003eFlowing illuminated spirits create depth instead of a flat silhouette.\u003c\/li\u003e\n\u003cli\u003eDistressed costume details give the character a more haunting appearance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================      05 BIGGER IMPACT ===================================================== --\u003e\n\u003csection class=\"hsl-section hsl-section-soft\"\u003e\n\u003cdiv class=\"hsl-wrap\"\u003e\n\u003cdiv class=\"hsl-kicker\"\u003eNOT JUST ANOTHER YARD STAKE\u003c\/div\u003e\n\u003ch2 class=\"hsl-title\"\u003eBuild A Halloween Scene People Can Actually See\u003c\/h2\u003e\n\u003cp class=\"hsl-copy\"\u003eSmall decorations disappear once the sun goes down. This collection is designed to create a \u003cspan class=\"hsl-emphasis\"\u003estrong illuminated focal point\u003c\/span\u003e for your yard, walkway or porch entrance.\u003c\/p\u003e\n\u003cdiv class=\"hsl-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/bfe759b7aa39719d2edbc7fd3ff9cb5c1bd58068.jpg?v=1788141589\" alt=\"Large glowing Halloween reaper outdoor display\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hsl-scenarios\"\u003e\n\u003cdiv class=\"hsl-chip\"\u003e🏡 Front Yard\u003c\/div\u003e\n\u003cdiv class=\"hsl-chip\"\u003e🚪 Porch Entrance\u003c\/div\u003e\n\u003cdiv class=\"hsl-chip\"\u003e🪦 Graveyard Display\u003c\/div\u003e\n\u003cdiv class=\"hsl-chip\"\u003e🌙 Walkway\u003c\/div\u003e\n\u003cdiv class=\"hsl-chip\"\u003e🎃 Halloween Party\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================      06 SOLAR POWER ===================================================== --\u003e\n\u003csection class=\"hsl-section hsl-section-dark\"\u003e\n\u003cdiv class=\"hsl-wrap\"\u003e\n\u003cdiv class=\"hsl-kicker\"\u003eSOLAR POWERED\u003c\/div\u003e\n\u003ch2 class=\"hsl-title\"\u003eNo Extension Cords Across Your Yard\u003c\/h2\u003e\n\u003cp class=\"hsl-copy\"\u003ePut the decoration where it creates the biggest visual impact, rather than planning your Halloween display around the nearest outlet.\u003c\/p\u003e\n\u003cdiv class=\"hsl-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/3ada744282053349a19824db9c1193303c4002cb.jpg?v=1788141590\" alt=\"Solar powered Halloween garden light setup\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hsl-steps\"\u003e\n\u003cdiv class=\"hsl-step\"\u003e\n\u003cdiv class=\"hsl-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eStake It\u003c\/h3\u003e\n\u003cp\u003ePosition the display in the lawn, flower bed, walkway area or another suitable outdoor location.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hsl-step\"\u003e\n\u003cdiv class=\"hsl-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLet It Charge\u003c\/h3\u003e\n\u003cp\u003ePlace the solar panel where it can receive suitable daylight during the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hsl-step\"\u003e\n\u003cdiv class=\"hsl-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eWatch It Awaken\u003c\/h3\u003e\n\u003cp\u003eAfter darkness arrives, enjoy the illuminated Halloween atmosphere without running an extension cord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================      07 CUSTOMER OBJECTIONS ===================================================== --\u003e\n\u003csection class=\"hsl-section\"\u003e\n\u003cdiv class=\"hsl-wrap\"\u003e\n\u003cdiv class=\"hsl-kicker\"\u003eMADE FOR EASY SEASONAL DECORATING\u003c\/div\u003e\n\u003ch2 class=\"hsl-title\"\u003eBig Halloween Impact Without A Complicated Setup\u003c\/h2\u003e\n\u003cdiv class=\"hsl-trust\"\u003e\n\u003cdiv class=\"hsl-trust-item\"\u003e\n\u003cstrong\u003e ☀️ No Daily Plugging In \u003c\/strong\u003e \u003cspan\u003e Solar-powered operation keeps setup cleaner and reduces dependence on outdoor electrical outlets. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hsl-trust-item\"\u003e\n\u003cstrong\u003e 🔌 No Long Extension Cords \u003c\/strong\u003e \u003cspan\u003e Position your display more freely without running a power cable across your decorating area. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hsl-trust-item\"\u003e\n\u003cstrong\u003e 🛠️ Straightforward Setup \u003c\/strong\u003e \u003cspan\u003e Designed for seasonal outdoor decorating without complicated tools or permanent installation. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hsl-trust-item\"\u003e\n\u003cstrong\u003e 🌧️ Outdoor Seasonal Use \u003c\/strong\u003e \u003cspan\u003e Designed for outdoor Halloween displays. Always position and use the product according to the supplied instructions and local weather conditions. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================      08 REAPER LIFESTYLE ===================================================== --\u003e\n\u003csection class=\"hsl-section hsl-section-soft\"\u003e\n\u003cdiv class=\"hsl-wrap\"\u003e\n\u003cdiv class=\"hsl-kicker\"\u003eHALLOWEEN NIGHT FAVORITE\u003c\/div\u003e\n\u003ch2 class=\"hsl-title\"\u003eCreate The House Trick-Or-Treaters Look Forward To\u003c\/h2\u003e\n\u003cp class=\"hsl-copy\"\u003eUse it beside pumpkins, tombstones, skeletons and pathway lights to turn an ordinary front yard into a complete Halloween scene.\u003c\/p\u003e\n\u003cdiv class=\"hsl-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0758\/7427\/1404\/files\/296836b65208860cbe18e87f7e1dc6c406b69d25.jpg?v=1788141589\" alt=\"Children viewing glowing Halloween yard decoration\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hsl-image\"\u003e\n\u003csection class=\"hsl-section hsl-section-dark\"\u003e\n\u003cdiv class=\"hsl-wrap\"\u003e\n\u003cdiv class=\"hsl-image\"\u003e\n\u003cdiv class=\"hsl-kicker\"\u003eWHY HALLOWEEN LOVERS CHOOSE IT\u003c\/div\u003e\n\u003ch2 class=\"hsl-title\"\u003eIt Does More Than Fill An Empty Spot In The Yard\u003c\/h2\u003e\n\u003cul class=\"hsl-checks\"\u003e\n\u003cli\u003eCreates an immediate nighttime focal point instead of disappearing after sunset.\u003c\/li\u003e\n\u003cli\u003eAdds movement and depth through flowing illuminated spirit effects.\u003c\/li\u003e\n\u003cli\u003eWorks with pumpkins, tombstones, skeletons and existing Halloween decorations.\u003c\/li\u003e\n\u003cli\u003eSolar-powered setup gives you more freedom when choosing where to place it.\u003c\/li\u003e\n\u003cli\u003eMultiple character styles make it easier to build a coordinated haunted yard.\u003c\/li\u003e\n\u003cli\u003eDesigned to create the kind of display guests, neighbors and trick-or-treaters notice.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eSpecifications\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTotal Height\u003c\/strong\u003e: 80 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProduct Dimensions\u003c\/strong\u003e: 9 × 16 × 20 cm\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePackage Dimensions\u003c\/strong\u003e: 17 × 12 × 25 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInstallation\u003c\/strong\u003e: Ground Stake · No Wiring Required\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIncluded\u003c\/strong\u003e: Reaper Figurine · Light Strands · Ground Stake · Hardware\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePerfect For\u003c\/strong\u003e: Yard · Garden · Porch · Haunted Displays · Halloween Parties\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hsl-section hsl-section-soft hsl-faq\"\u003e\n\u003cdiv class=\"hsl-wrap\"\u003e\n\u003ch2 class=\"hsl-title\"\u003eEverything You Want To Know Before Halloween Night\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it solar powered?\u003c\/summary\u003e\n\u003cdiv class=\"hsl-faq-answer\"\u003eYes. The collection is designed to use solar power. Position the solar panel where it can receive suitable daylight during the day for nighttime illumination.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need an extension cord?\u003c\/summary\u003e\n\u003cdiv class=\"hsl-faq-answer\"\u003eThe solar-powered setup does not require an extension cord, allowing you to position your Halloween display without planning around a nearby electrical outlet.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it light up automatically at night?\u003c\/summary\u003e\n\u003cdiv class=\"hsl-faq-answer\"\u003eThe solar lighting system is designed for automatic nighttime illumination once the unit is switched on and the surrounding environment becomes dark.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it actually stand out at night?\u003c\/summary\u003e\n\u003cdiv class=\"hsl-faq-answer\"\u003eThat is one of the main design goals. Bright illuminated characters and flowing spirit-light effects create stronger nighttime contrast than ordinary unlit yard decor.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere should I place it?\u003c\/summary\u003e\n\u003cdiv class=\"hsl-faq-answer\"\u003ePopular display locations include front yards, flower beds, walkway entrances, porch areas and Halloween graveyard scenes. Make sure the solar panel has suitable access to daylight.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it difficult to install?\u003c\/summary\u003e\n\u003cdiv class=\"hsl-faq-answer\"\u003eIt is designed as seasonal outdoor decor with a straightforward stake-and-position setup. No permanent electrical installation is needed for the solar-powered system.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use several characters together?\u003c\/summary\u003e\n\u003cdiv class=\"hsl-faq-answer\"\u003eYes. Combining different characters can create a larger, more immersive Halloween scene with different silhouettes and lighting colors throughout your yard.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for outdoor use?\u003c\/summary\u003e\n\u003cdiv class=\"hsl-faq-answer\"\u003eThe product is designed for seasonal outdoor display. For best results and longer service life, follow the supplied product instructions and use reasonable care during severe weather.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================      15 FINAL CONVERSION ===================================================== --\u003e\n\u003csection class=\"hsl-final\"\u003e\n\u003cdiv class=\"hsl-wrap\"\u003e\n\u003cdiv class=\"hsl-final-box\"\u003e\n\u003cdiv class=\"hsl-kicker\"\u003eWHEN DARKNESS FALLS\u003c\/div\u003e\n\u003ch2\u003eMake Your Yard The One They Remember This Halloween\u003c\/h2\u003e\n\u003cp\u003eBring together glowing spirits, dramatic characters and unmistakable Halloween atmosphere in one unforgettable outdoor display.\u003c\/p\u003e\n\u003cdiv class=\"hsl-final-note\"\u003e↑ Choose Your Favorite Style Above\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================      09 OTHER CHARACTERS INTRO ===================================================== --\u003e\u003c!-- =====================================================      10 SCARECROW STYLE ===================================================== --\u003e\u003c!-- =====================================================      11 WITCH STYLE ===================================================== --\u003e\u003c!-- =====================================================      12 HEADLESS HORSEMAN ===================================================== --\u003e\n\u003c\/div\u003e","brand":"Starseawe","offers":[{"title":"Default Title","offer_id":52408762499288,"sku":"HS0236-1P","price":62.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0811\/8059\/0296\/files\/TP2_03_76e0bd0a-b751-42fd-af70-9c139006e81c.webp?v=1789032934","url":"https:\/\/starseawe.com\/fr\/products\/animated-halloween-headless-horseman-garden-light","provider":"Starseawe","version":"1.0","type":"link"}