{"product_id":"ghost-door-cascade","title":"🎃 49% OFF Halloween Limited-Time Deal 👻 Lighted Pumpkin \u0026 Ghost Door Cascade","description":"\u003cstyle\u003e \/* =========================================================    GHOST DOOR CASCADE — SHOPIFY DESCRIPTION LANDING PAGE    Vertical layout \/ 40+ readability \/ Mobile first ========================================================= *\/  #gdc-landing{   --gdc-bg:#fffaf5;   --gdc-card:#ffffff;   --gdc-ink:#241d26;   --gdc-muted:#655c69;   --gdc-orange:#f07a00;   --gdc-orange-dark:#c75f00;   --gdc-purple:#6f35a8;   --gdc-purple-soft:#efe3f8;   --gdc-night:#120e16;   --gdc-night2:#211528;   --gdc-line:#eadfe7;    width:100%;   max-width:920px;   margin:0 auto;   padding:0;   overflow:hidden;   background:var(--gdc-bg);   color:var(--gdc-ink);   font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;   line-height:1.6;   isolation:isolate; }  #gdc-landing *, #gdc-landing *::before, #gdc-landing *::after{   box-sizing:border-box; }  #gdc-landing img{   display:block;   width:100%;   max-width:100%;   height:auto;   margin:0;   border:0; }  #gdc-landing h1, #gdc-landing h2, #gdc-landing h3, #gdc-landing p{   margin-top:0; }  #gdc-landing h1{   font-size:44px;   line-height:1.06;   font-weight:900;   letter-spacing:-1.3px;   margin-bottom:14px; }  #gdc-landing h2{   font-size:34px;   line-height:1.16;   font-weight:900;   letter-spacing:-.7px;   margin-bottom:13px; }  #gdc-landing h3{   font-size:23px;   line-height:1.25;   font-weight:900; }  #gdc-landing p, #gdc-landing li{   font-size:19px;   line-height:1.65; }  #gdc-landing a{   text-decoration:none; }   \/* =========================    TOP STRIP ========================= *\/  #gdc-landing .gdc-strip{   padding:12px 16px;   background:#171119;   color:#fff;   text-align:center;   font-size:16px;   font-weight:900;   letter-spacing:.45px; }  #gdc-landing .gdc-strip span{   color:#ff9a33; }   \/* =========================    HERO ========================= *\/  #gdc-landing .gdc-hero{   padding:36px 21px 34px;   background:     radial-gradient(circle at 18% 10%,rgba(240,122,0,.16),transparent 34%),     radial-gradient(circle at 85% 75%,rgba(111,53,168,.18),transparent 34%),     linear-gradient(145deg,#130f16,#221628);   color:#fff;   text-align:center; }  #gdc-landing .gdc-kicker{   display:inline-block;   margin-bottom:15px;   padding:8px 15px;   border:1px solid rgba(255,151,47,.45);   border-radius:999px;   color:#ff9a33;   background:rgba(255,255,255,.04);   font-size:14px;   font-weight:900;   letter-spacing:1px; }  #gdc-landing .gdc-hero h1{   max-width:790px;   margin-left:auto;   margin-right:auto;   color:#fff; }  #gdc-landing .gdc-hero h1 span{   color:#ff8a14; }  #gdc-landing .gdc-hero p{   max-width:720px;   margin:0 auto 24px;   color:#eee6ef;   font-size:20px; }  #gdc-landing .gdc-image{   max-width:800px;   margin:0 auto;   overflow:hidden;   border-radius:22px;   background:#111;   box-shadow:0 18px 44px rgba(0,0,0,.22); }   \/* =========================    BADGES ========================= *\/  #gdc-landing .gdc-badges{   display:flex;   flex-wrap:wrap;   justify-content:center;   gap:9px;   max-width:760px;   margin:22px auto 0; }  #gdc-landing .gdc-badge{   padding:9px 13px;   border-radius:999px;   border:1px solid rgba(255,255,255,.13);   background:rgba(255,255,255,.08);   color:#fff;   font-size:15px;   font-weight:800; }   \/* =========================    CTA BUTTON ========================= *\/  #gdc-landing .gdc-btn{   display:block;   width:100%;   max-width:650px;   margin:24px auto 0;   padding:18px 22px;   border-radius:14px;   background:linear-gradient(90deg,#e56d00,#f58b16);   color:#fff !important;   text-align:center;   font-size:20px;   font-weight:900;   box-shadow:0 10px 26px rgba(229,109,0,.24); }  #gdc-landing .gdc-btn:hover{   filter:brightness(1.04); }   \/* =========================    CONTENT ========================= *\/  #gdc-landing .gdc-section{   padding:48px 22px;   background:#fffaf5; }  #gdc-landing .gdc-section.white{   background:#fff; }  #gdc-landing .gdc-section.soft{   background:#f8f2fa; }  #gdc-landing .gdc-section.dark{   background:linear-gradient(145deg,#151018,#25172d);   color:#fff; }  #gdc-landing .gdc-section.dark h2, #gdc-landing .gdc-section.dark h3{   color:#fff; }  #gdc-landing .gdc-section.dark p, #gdc-landing .gdc-section.dark li{   color:#e7dfe9; }  #gdc-landing .gdc-copy{   max-width:760px;   margin:0 auto 25px;   text-align:center; }  #gdc-landing .gdc-copy p{   margin-bottom:0;   color:var(--gdc-muted); }  #gdc-landing .gdc-section.dark .gdc-copy p{   color:#e7dfe9; }   \/* =========================    BENEFITS ========================= *\/  #gdc-landing .gdc-benefits{   display:grid;   grid-template-columns:repeat(3,1fr);   gap:12px;   max-width:790px;   margin:28px auto 0; }  #gdc-landing .gdc-benefit{   padding:20px 14px;   border:1px solid var(--gdc-line);   border-radius:17px;   background:#fff;   text-align:center; }  #gdc-landing .gdc-benefit .ico{   font-size:33px;   margin-bottom:7px; }  #gdc-landing .gdc-benefit strong{   display:block;   color:var(--gdc-ink);   font-size:17px; }  #gdc-landing .gdc-benefit span{   display:block;   margin-top:5px;   color:var(--gdc-muted);   font-size:15px;   line-height:1.45; }   \/* =========================    STORY BOX ========================= *\/  #gdc-landing .gdc-story{   max-width:760px;   margin:0 auto;   padding:27px 22px;   border-radius:20px;   background:linear-gradient(135deg,#fff 0%,#fff2e5 100%);   border:1px solid #f0d6bf;   text-align:center; }  #gdc-landing .gdc-story h2{   color:#332733; }  #gdc-landing .gdc-story p{   margin-bottom:0;   color:#685d68; }   \/* =========================    CHECK LIST ========================= *\/  #gdc-landing .gdc-checks{   max-width:720px;   margin:25px auto 0;   padding:0;   list-style:none; }  #gdc-landing .gdc-checks li{   position:relative;   padding:12px 0 12px 39px;   border-bottom:1px solid #eee3e9;   color:#5f5663; }  #gdc-landing .gdc-checks li:last-child{   border-bottom:0; }  #gdc-landing .gdc-checks li::before{   content:'✓';   position:absolute;   left:0;   top:15px;   width:25px;   height:25px;   display:flex;   align-items:center;   justify-content:center;   border-radius:50%;   background:#ffe1c4;   color:#b45400;   font-size:14px;   font-weight:900; }   \/* =========================    FEATURE BAND ========================= *\/  #gdc-landing .gdc-band{   max-width:760px;   margin:0 auto;   padding:28px 22px;   border-radius:21px;   background:linear-gradient(135deg,#6d35a7,#4c236f);   color:#fff;   text-align:center; }  #gdc-landing .gdc-band h2{   color:#fff; }  #gdc-landing .gdc-band p{   margin-bottom:0;   color:#f3eafa; }   \/* =========================    FAQ ========================= *\/  #gdc-landing .gdc-faq{   max-width:780px;   margin:0 auto; }  #gdc-landing .gdc-faq details{   margin-bottom:12px;   overflow:hidden;   border:1px solid #e8dde6;   border-radius:14px;   background:#fff; }  #gdc-landing .gdc-faq summary{   position:relative;   cursor:pointer;   list-style:none;   padding:19px 50px 19px 19px;   color:#2d2631;   font-size:19px;   line-height:1.35;   font-weight:850; }  #gdc-landing .gdc-faq summary::-webkit-details-marker{   display:none; }  #gdc-landing .gdc-faq summary::after{   content:'+';   position:absolute;   right:18px;   top:10px;   color:#e87508;   font-size:31px;   font-weight:500; }  #gdc-landing .gdc-faq details[open] summary::after{   content:'−'; }  #gdc-landing .gdc-faq details p{   margin:0;   padding:0 19px 20px;   color:#675e69;   font-size:18px; }   \/* =========================    FINAL ========================= *\/  #gdc-landing .gdc-final{   padding:52px 22px;   background:     radial-gradient(circle at 50% 0%,rgba(240,122,0,.13),transparent 43%),     linear-gradient(145deg,#151018,#25172d);   color:#fff;   text-align:center; }  #gdc-landing .gdc-final h2{   max-width:720px;   margin-left:auto;   margin-right:auto;   color:#fff; }  #gdc-landing .gdc-final p{   max-width:670px;   margin-left:auto;   margin-right:auto;   color:#e8e0e8; }  #gdc-landing .gdc-final-icon{   font-size:50px;   margin-bottom:8px; }   \/* =========================    MOBILE ========================= *\/  @media(max-width:700px){    #gdc-landing h1{     font-size:34px;   }    #gdc-landing h2{     font-size:29px;   }    #gdc-landing h3{     font-size:21px;   }    #gdc-landing p,   #gdc-landing li{     font-size:18px;   }    #gdc-landing .gdc-hero{     padding:29px 14px 30px;   }    #gdc-landing .gdc-section{     padding:40px 15px;   }    #gdc-landing .gdc-image{     border-radius:16px;   }    #gdc-landing .gdc-benefits{     grid-template-columns:1fr;   }    #gdc-landing .gdc-benefit{     display:flex;     align-items:center;     gap:13px;     padding:16px;     text-align:left;   }    #gdc-landing .gdc-benefit .ico{     min-width:42px;     margin:0;   }    #gdc-landing .gdc-btn{     font-size:19px;   }  } \u003c\/style\u003e \u003cdiv id=\"gdc-landing\"\u003e \u003c!-- =========================      TOP BAR ========================= --\u003e \u003cdiv class=\"gdc-strip\"\u003e🎃 HALLOWEEN DOOR DECOR · \u003cspan\u003eDAYTIME CHARM + NIGHTTIME GLOW\u003c\/span\u003e 👻\u003c\/div\u003e \u003c!-- =========================      HERO ========================= --\u003e \u003csection class=\"gdc-hero\"\u003e \u003cdiv class=\"gdc-kicker\"\u003e🎃 LIGHTED PUMPKIN \u0026amp; GHOST DOOR CASCADE\u003c\/div\u003e \u003ch1\u003eTurn an Ordinary Door Into a \u003cspan\u003eHalloween Showstopper\u003c\/span\u003e \u003c\/h1\u003e \u003cp\u003eA bold pumpkin centerpiece by day, then purple-and-orange cascading lights bring the ghosts and mini jack-o’-lanterns to life after dark.\u003c\/p\u003e \u003cdiv class=\"gdc-image\"\u003e\u003cimg src=\"https:\/\/bestjas.com\/cdn\/shop\/files\/17881475263514.png?v=1788149353\u0026amp;width=1946\" alt=\"Lighted Pumpkin and Ghost Halloween Door Cascade\" loading=\"eager\"\u003e\u003c\/div\u003e \u003cdiv class=\"gdc-badges\"\u003e \u003cspan class=\"gdc-badge\"\u003e 🎃 Large Door Statement \u003c\/span\u003e \u003cspan class=\"gdc-badge\"\u003e 👻 Ghost \u0026amp; Pumpkin Details \u003c\/span\u003e \u003cspan class=\"gdc-badge\"\u003e ✨ Cascading Night Lights \u003c\/span\u003e \u003cspan class=\"gdc-badge\"\u003e 🔋 Battery Powered \u003c\/span\u003e \u003c\/div\u003e \u003ca class=\"gdc-btn\" href=\"#\"\u003e CHOOSE YOUR HALLOWEEN DOOR DECOR → \u003c\/a\u003e\u003c\/section\u003e \u003c!-- =========================      DAY \/ NIGHT ========================= --\u003e \u003csection class=\"gdc-section white\"\u003e \u003cdiv class=\"gdc-copy\"\u003e \u003ch2\u003e☀️ Decorative by Day. 🌙 Magical by Night.\u003c\/h2\u003e \u003cp\u003eYou do not have to choose between a daytime door decoration and a nighttime light display. The pumpkin, bow, ghost accents and dangling strands create a complete Halloween look even when unlit — then the lights add a completely different effect after dark.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gdc-image\"\u003e\u003cimg src=\"https:\/\/bestjas.com\/cdn\/shop\/files\/17881475306148.png?v=1788149353\u0026amp;width=1946\" alt=\"Halloween Door Cascade day and night comparison\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================      NIGHT LIGHT EFFECT ========================= --\u003e \u003csection class=\"gdc-section dark\"\u003e \u003cdiv class=\"gdc-copy\"\u003e \u003ch2\u003e✨ The Nighttime Effect Is the Main Event\u003c\/h2\u003e \u003cp\u003ePurple and orange lights run through the hanging strands, drawing attention to the ghosts and mini pumpkins and giving the entire doorway a layered, glowing Halloween look.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gdc-image\"\u003e\u003cimg src=\"https:\/\/bestjas.com\/cdn\/shop\/files\/17881490393833.png?v=1788149353\u0026amp;width=1946\" alt=\"Spooky Halloween night light effect\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"gdc-benefits\"\u003e \u003cdiv class=\"gdc-benefit\"\u003e \u003cdiv class=\"ico\"\u003e🟣\u003c\/div\u003e \u003cdiv\u003e \u003cstrong\u003e Purple Glow \u003c\/strong\u003e \u003cspan\u003e Adds a ghostly, high-contrast nighttime look. \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"gdc-benefit\"\u003e \u003cdiv class=\"ico\"\u003e🟠\u003c\/div\u003e \u003cdiv\u003e \u003cstrong\u003e Warm Orange Lights \u003c\/strong\u003e \u003cspan\u003e Pairs naturally with the jack-o’-lantern theme. \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"gdc-benefit\"\u003e \u003cdiv class=\"ico\"\u003e👻\u003c\/div\u003e \u003cdiv\u003e \u003cstrong\u003e Layered Hanging Details \u003c\/strong\u003e \u003cspan\u003e Ghosts and mini pumpkins create depth from top to bottom. \u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================      SIZE ========================= --\u003e \u003csection class=\"gdc-section soft\"\u003e \u003cdiv class=\"gdc-copy\"\u003e \u003ch2\u003e🚪 Big Enough to Be the Focal Point\u003c\/h2\u003e \u003cp\u003eSmall decorations can disappear on a full-size front door. This long vertical design creates a noticeable Halloween statement instead of looking like another small hanging ornament.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gdc-image\"\u003e\u003cimg src=\"https:\/\/bestjas.com\/cdn\/shop\/files\/1788147536531.png?v=1788149353\u0026amp;width=1946\" alt=\"Large Halloween door decoration size\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"gdc-story\" style=\"margin-top: 24px;\"\u003e \u003ch2\u003eMade for the Front Door Moment\u003c\/h2\u003e \u003cp\u003eThe tall vertical silhouette works especially well on front doors, porch entries and other narrow spaces where you want maximum Halloween impact without taking up floor space.\u003c\/p\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================      EASY SETUP ========================= --\u003e \u003csection class=\"gdc-section white\"\u003e \u003cdiv class=\"gdc-copy\"\u003e \u003ch2\u003eEasy Halloween Decorating Without the Complicated Setup\u003c\/h2\u003e \u003cp\u003eThe decoration is designed to hang vertically from the top, helping you create a finished Halloween doorway without building an entire porch display from scratch.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gdc-image\"\u003e\u003cimg src=\"https:\/\/bestjas.com\/cdn\/shop\/files\/17881475638242.png?v=1788149353\u0026amp;width=1946\" alt=\"Halloween Door Cascade installation and battery features\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cul class=\"gdc-checks\"\u003e \u003cli\u003e \u003cstrong\u003eSimple hanging design:\u003c\/strong\u003e no complicated assembly or large floor stand required.\u003c\/li\u003e \u003cli\u003e \u003cstrong\u003eBattery powered:\u003c\/strong\u003e keeps cords from running across the doorway.\u003c\/li\u003e \u003cli\u003e \u003cstrong\u003eBuilt-in timer:\u003c\/strong\u003e designed for convenient evening use.\u003c\/li\u003e \u003cli\u003e \u003cstrong\u003eWeather-resistant construction:\u003c\/strong\u003e suitable for covered porch and seasonal outdoor decorating.\u003c\/li\u003e \u003c\/ul\u003e \u003c\/section\u003e \u003c!-- =========================      MULTIPLE SCENES ========================= --\u003e \u003csection class=\"gdc-section soft\"\u003e \u003cdiv class=\"gdc-copy\"\u003e \u003ch2\u003e🏡 One Decoration, Different Doorway Looks\u003c\/h2\u003e \u003cp\u003eUse it on a dark front door for dramatic contrast, a lighter porch for daytime decorating, or surround it with pumpkins, lanterns and spiderwebs for a fuller Halloween entrance.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gdc-image\"\u003e\u003cimg src=\"https:\/\/bestjas.com\/cdn\/shop\/files\/17881487191289.png?v=1788149353\u0026amp;width=1946\" alt=\"Halloween Door Cascade multiple doorway scenes\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================      DETAILS ========================= --\u003e \u003csection class=\"gdc-section white\"\u003e \u003cdiv class=\"gdc-copy\"\u003e \u003ch2\u003e🎃 Details That Look Good Up Close\u003c\/h2\u003e \u003cp\u003eThe oversized pumpkin face, orange bow, black foliage and suspended ghost-and-pumpkin accents give the piece enough visual detail to work as daytime decor — not just as a string of lights.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gdc-image\"\u003e\u003cimg src=\"https:\/\/bestjas.com\/cdn\/shop\/files\/17881487748253.png?v=1788149353\u0026amp;width=1946\" alt=\"Premium Halloween pumpkin door decor details\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================      BATTERY + TIMER ========================= --\u003e \u003csection class=\"gdc-section soft\"\u003e \u003cdiv class=\"gdc-copy\"\u003e \u003ch2\u003e🔋 Battery Powered + Built-In Timer\u003c\/h2\u003e \u003cp\u003eNo extension cord has to stretch across your entryway. The battery box stays behind the decoration, while the timer helps make nightly use more convenient throughout the Halloween season.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gdc-image\"\u003e\u003cimg src=\"https:\/\/bestjas.com\/cdn\/shop\/files\/17881480458569.png?v=1788149353\u0026amp;width=1946\" alt=\"Halloween Door Cascade battery and timer details\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"gdc-band\" style=\"margin-top: 24px;\"\u003e \u003ch2\u003eSet the Mood — Without Rebuilding Your Porch\u003c\/h2\u003e \u003cp\u003eHang one statement piece, add a few pumpkins or lanterns if you like, and your doorway already has the orange, purple and ghostly visual cues people associate with Halloween night.\u003c\/p\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================      EMOTIONAL \/ USE CASE ========================= --\u003e \u003csection class=\"gdc-section dark\"\u003e \u003cdiv class=\"gdc-copy\"\u003e \u003ch2\u003e👻 For the House Trick-or-Treaters Notice\u003c\/h2\u003e \u003cp\u003eIf your current door feels too plain for Halloween, this gives you a simple way to add height, light and recognizable Halloween characters in one decoration.\u003c\/p\u003e \u003c\/div\u003e \u003ca class=\"gdc-btn\" href=\"#\"\u003e ADD HALLOWEEN MAGIC TO YOUR DOOR → \u003c\/a\u003e\u003c\/section\u003e \u003c!-- =========================      FAQ ========================= --\u003e \u003csection class=\"gdc-section white\"\u003e \u003cdiv class=\"gdc-copy\"\u003e \u003ch2\u003eQuestions Before You Hang It? 🎃\u003c\/h2\u003e \u003cp\u003eHere are the most common things shoppers want to know before choosing a lighted Halloween door decoration.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"gdc-faq\"\u003e \u003cdetails\u003e \u003csummary\u003eDoes the decoration still look good during the day?\u003c\/summary\u003e \u003cp\u003eYes. The pumpkin face, orange bow, black foliage, ghosts, mini pumpkins and hanging purple strands create a full Halloween door display even when the lights are off.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eDoes it need to be plugged into an outlet?\u003c\/summary\u003e \u003cp\u003eNo. The product uses a battery-powered box with 3 AA batteries, so you do not need an extension cord running across the doorway. Batteries are not included.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eHow does the timer work?\u003c\/summary\u003e \u003cp\u003eThe product is designed with a 6-hours-on \/ 18-hours-off timer cycle. Once timer mode is set, it can repeat the same daily lighting schedule.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eIs it difficult to hang?\u003c\/summary\u003e \u003cp\u003eThe decoration uses a simple top hanging point and does not require a large floor stand or complicated assembly. Make sure your chosen door hook is appropriate for your specific door.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eCan I use it outdoors?\u003c\/summary\u003e \u003cp\u003eThe product is designed as weather-resistant seasonal decor for indoor and outdoor use. For the longest product life, a covered porch or protected entryway is recommended during severe weather.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eHow large is the decoration?\u003c\/summary\u003e \u003cp\u003eThe product imagery shows an overall height of approximately 45 inches, giving it a tall vertical presence on a standard front door.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWill it block the door handle?\u003c\/summary\u003e \u003cp\u003eThe decoration has a relatively narrow vertical silhouette. You can adjust the hanging position higher or slightly off-center if needed to keep your door handle and lock easy to reach.\u003c\/p\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWhere else can I use it besides the front door?\u003c\/summary\u003e \u003cp\u003eIt can also work on porch entries, interior doors, covered patios, party backdrops and other vertical spaces where you want a strong Halloween focal point.\u003c\/p\u003e \u003c\/details\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =========================      FINAL CTA ========================= --\u003e \u003csection class=\"gdc-final\"\u003e \u003cdiv class=\"gdc-final-icon\"\u003e🎃👻✨\u003c\/div\u003e \u003ch2\u003eOne Door. One Statement Piece.\u003cbr\u003eA Lot More Halloween.\u003c\/h2\u003e \u003cp\u003eDecorative during the day and dramatically brighter after dark — designed for anyone who wants an easy Halloween entrance that guests actually notice.\u003c\/p\u003e \u003ca class=\"gdc-btn\" href=\"#\"\u003e 🎃 GET THE GHOST DOOR CASCADE → \u003c\/a\u003e\u003c\/section\u003e \u003c\/div\u003e","brand":"YYP01","offers":[{"title":"Default Title","offer_id":50213504090362,"sku":"CSD2608313855-串珠风格-南瓜鬼-30cm","price":38.96,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0831\/9988\/5562\/files\/17881475263514.png?v=1788313102","url":"https:\/\/scerich.com\/products\/ghost-door-cascade","provider":"scerich","version":"1.0","type":"link"}