{"product_id":"led-light-up-swinging-ghost-halloween-decoration","title":"LED Light-Up Swinging Ghost Halloween Decoration","description":"\u003c!-- ==========================================\n  SHOPIFY DTC HIGH-CONVERSION LANDING PAGE\n  PRODUCT: Light-Up Swinging Ghost Lantern\n  DESIGN: Mobile-First, Dark \u0026 High Contrast Green\n========================================== --\u003e\n\u003cstyle\u003e\n  \/* 全局重置与基础变量 *\/\n  .lp-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n  \n  .lp-container {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background-color: #060a07;\n    color: #ffffff !important;\n    line-height: 1.5;\n    width: 100%;\n    overflow-x: hidden;\n  }\n\n  \/* 颜色规范 *\/\n  .green-italic {\n    color: #00ff87 !important;\n    font-style: italic;\n    font-weight: 800;\n  }\n  \n  .lp-btn {\n    display: inline-block;\n    width: 100%;\n    max-width: 450px;\n    padding: 18px 24px;\n    background: linear-gradient(135deg, #00ff87 0%, #10b981 100%);\n    color: #060a07 !important;\n    font-size: 18px;\n    font-weight: 800;\n    text-align: center;\n    text-decoration: none;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    border-radius: 8px;\n    box-shadow: 0 0 20px rgba(0, 255, 135, 0.4);\n    border: none;\n    cursor: pointer;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .lp-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 0 30px rgba(0, 255, 135, 0.6);\n  }\n\n  .badge-tag {\n    display: inline-block;\n    color: #00ff87 !important;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n\n  \/* 通用布局与外边距 *\/\n  .lp-section {\n    padding: 50px 20px;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* SECTION 1: DARK HERO *\/\n  .hero-section {\n    background-color: #060a07;\n    text-align: center;\n    padding-top: 40px;\n  }\n\n  .hero-title {\n    font-size: 32px;\n    font-weight: 900;\n    line-height: 1.2;\n    margin-bottom: 16px;\n    color: #ffffff !important;\n  }\n\n  .hero-desc {\n    font-size: 16px;\n    color: #cccccc !important;\n    max-width: 700px;\n    margin: 0 auto 30px auto;\n  }\n\n  .hero-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin-bottom: 30px;\n  }\n\n  .hero-grid img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    border-radius: 12px;\n    border: 1px solid #10b981;\n  }\n\n  .stats-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    background: #0d1510;\n    padding: 20px;\n    border-radius: 12px;\n    border: 1px solid rgba(0, 255, 135, 0.2);\n  }\n\n  .stat-card h4 {\n    color: #00ff87 !important;\n    font-size: 20px;\n    font-weight: 800;\n  }\n\n  .stat-card p {\n    color: #aaaaaa !important;\n    font-size: 12px;\n    text-transform: uppercase;\n  }\n\n  \/* SECTION 2: LIGHT CARD \/ SCENARIO *\/\n  .light-section-wrap {\n    background-color: #0d1510;\n    padding: 40px 20px;\n  }\n\n  .scenario-card {\n    background: #f2fbf6;\n    border: 2px solid #d1fae5;\n    border-radius: 16px;\n    padding: 30px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n    color: #060a07 !important;\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .scenario-left h3 {\n    font-size: 26px;\n    font-weight: 800;\n    color: #060a07 !important;\n    margin-bottom: 12px;\n  }\n\n  .scenario-left p {\n    color: #374151 !important;\n    font-size: 15px;\n    margin-bottom: 20px;\n  }\n\n  .checklist {\n    list-style: none;\n    margin-bottom: 20px;\n  }\n\n  .checklist li {\n    font-size: 15px;\n    color: #060a07 !important;\n    font-weight: 600;\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .checklist li span {\n    color: #10b981;\n    font-weight: 900;\n  }\n\n  .tag-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .pill {\n    background: #d1fae5;\n    color: #065f46 !important;\n    font-size: 12px;\n    font-weight: 700;\n    padding: 6px 12px;\n    border-radius: 20px;\n  }\n\n  .scenario-right img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    border-radius: 12px;\n  }\n\n  \/* SECTION 2.5B: 3-STEP SETUP *\/\n  .setup-section {\n    text-align: center;\n    background: #060a07;\n  }\n\n  .setup-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-top: 30px;\n  }\n\n  .setup-card {\n    background: #0d1510;\n    border: 1px solid #10b981;\n    border-radius: 12px;\n    padding: 24px;\n    text-align: left;\n  }\n\n  .step-num {\n    font-size: 36px;\n    font-weight: 900;\n    color: #00ff87 !important;\n    margin-bottom: 8px;\n  }\n\n  .setup-card h4 {\n    font-size: 18px;\n    color: #ffffff !important;\n    margin-bottom: 8px;\n  }\n\n  .setup-card p {\n    font-size: 14px;\n    color: #aaaaaa !important;\n  }\n\n  \/* SECTION 3: REVIEWS *\/\n  .reviews-section {\n    background: #0d1510;\n    text-align: center;\n  }\n\n  .review-header {\n    margin-bottom: 35px;\n  }\n\n  .stars-summary {\n    color: #ffc107;\n    font-size: 20px;\n    margin-bottom: 6px;\n  }\n\n  .review-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    text-align: left;\n  }\n\n  .review-card {\n    background: #060a07;\n    border: 1px solid rgba(0, 255, 135, 0.2);\n    border-radius: 12px;\n    padding: 16px;\n  }\n\n  .review-card img {\n    width: 100%;\n    height: 180px;\n    object-fit: cover;\n    border-radius: 8px;\n    margin-bottom: 12px;\n  }\n\n  .review-stars {\n    color: #ffc107;\n    font-size: 14px;\n    margin-bottom: 4px;\n  }\n\n  .verified-badge {\n    font-size: 12px;\n    color: #00ff87 !important;\n    font-weight: 700;\n    margin-bottom: 8px;\n  }\n\n  .review-title {\n    font-size: 14px;\n    font-weight: 800;\n    color: #ffffff !important;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n\n  .review-body {\n    font-size: 13px;\n    color: #cccccc !important;\n    margin-bottom: 12px;\n  }\n\n  .reviewer-name {\n    font-size: 12px;\n    color: #888888 !important;\n    font-weight: 600;\n  }\n\n  \/* SECTION 2.5A: ENGINEERED FEATURES *\/\n  .features-section {\n    text-align: center;\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-top: 30px;\n    text-align: left;\n  }\n\n  .feature-card {\n    background: #0d1510;\n    border: 1px solid #10b981;\n    border-radius: 12px;\n    padding: 20px;\n  }\n\n  .feature-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n  }\n\n  .feature-card h4 {\n    font-size: 16px;\n    color: #00ff87 !important;\n    margin-bottom: 6px;\n    font-weight: 700;\n  }\n\n  .feature-card p {\n    font-size: 13px;\n    color: #cccccc !important;\n  }\n\n  \/* SECTION 4: FAQ *\/\n  .faq-section {\n    max-width: 800px;\n  }\n\n  .faq-title {\n    text-align: center;\n    font-size: 28px;\n    margin-bottom: 30px;\n  }\n\n  details {\n    background: #0d1510;\n    border: 1px solid rgba(0, 255, 135, 0.2);\n    border-radius: 8px;\n    margin-bottom: 12px;\n    padding: 16px 20px;\n  }\n\n  summary {\n    font-size: 16px;\n    font-weight: 700;\n    color: #ffffff !important;\n    cursor: pointer;\n    outline: none;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  summary::-webkit-details-marker {\n    display: none;\n  }\n\n  summary::after {\n    content: \"+\";\n    color: #00ff87;\n    font-size: 20px;\n    font-weight: 800;\n  }\n\n  details[open] summary::after {\n    content: \"−\";\n  }\n\n  details p {\n    margin-top: 12px;\n    font-size: 14px;\n    color: #cccccc !important;\n    line-height: 1.6;\n  }\n\n  \/* SECTION 5: FINAL CTA *\/\n  .cta-section {\n    text-align: center;\n    padding-bottom: 60px;\n  }\n\n  .cta-card {\n    background: linear-gradient(180deg, #0d1510 0%, #060a07 100%);\n    border: 2px solid #00ff87;\n    box-shadow: 0 0 30px rgba(0, 255, 135, 0.2);\n    border-radius: 20px;\n    padding: 40px 20px;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .urgency-badge {\n    background: rgba(0, 255, 135, 0.1);\n    border: 1px solid #00ff87;\n    color: #00ff87 !important;\n    font-size: 12px;\n    font-weight: 800;\n    padding: 6px 16px;\n    border-radius: 20px;\n    display: inline-block;\n    margin-bottom: 16px;\n  }\n\n  .cta-title {\n    font-size: 32px;\n    font-weight: 900;\n    color: #ffffff !important;\n    margin-bottom: 12px;\n  }\n\n  .cta-subtitle {\n    font-size: 16px;\n    color: #cccccc !important;\n    margin-bottom: 24px;\n  }\n\n  .trust-footer {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    font-size: 12px;\n    color: #888888 !important;\n    margin-top: 16px;\n  }\n\n  \/* 移动端响应式适配 (MOBILE-FIRST BREAKPOINTS) *\/\n  @media (max-width: 768px) {\n    .hero-title {\n      font-size: 24px;\n    }\n\n    .hero-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .stats-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .scenario-card {\n      grid-template-columns: 1fr;\n      padding: 20px;\n    }\n\n    .setup-grid,\n    .review-grid,\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .cta-title {\n      font-size: 24px;\n    }\n\n    .trust-footer {\n      flex-direction: column;\n      gap: 6px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lp-container\"\u003e\n\u003c!-- ================= SECTION 1 - DARK HERO ================= --\u003e\n\u003csection class=\"lp-section hero-section\"\u003e\n\u003cdiv class=\"badge-tag\"\u003e— MADE FOR HALLOWEEN PORCH \u0026amp; YARD DECOR —\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eTurn Your Porch Into a Spooktacular Spectacle With \u003cspan class=\"green-italic\"\u003eGlowing Breeze Motion\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-desc\"\u003eUpgrade your Halloween setup effortlessly. Featuring ambient warm lantern lighting and natural wind-swaying effects, this life-size swinging ghost delivers breathtaking night-time curb appeal without complicated setups.\u003c\/p\u003e\n\u003cdiv class=\"hero-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/b61505229b334213af520ab582f79749.jpg?v=1787651799\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/36b98c260f724c0d97511aafdbd54e93.jpg?v=1787651799\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stats-grid\"\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003ch4\u003e1.2 Meters\u003c\/h4\u003e\n\u003cp\u003eGhost Height\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003ch4\u003e8 Modes\u003c\/h4\u003e\n\u003cp\u003eRemote Light FX\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003ch4\u003eIP65 Waterproof\u003c\/h4\u003e\n\u003cp\u003eBuilt-in Lantern\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-card\"\u003e\n\u003ch4\u003e4.9 \/ 5.0\u003c\/h4\u003e\n\u003cp\u003eCustomer Rating\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= SECTION 2 - LIGHT CARD \/ SCENARIO ================= --\u003e\n\u003cdiv class=\"light-section-wrap\"\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cdiv class=\"scenario-left\"\u003e\n\u003cdiv class=\"badge-tag\" style=\"color: #059669 !important;\"\u003eVERSATILE SEASONAL ACCENT\u003c\/div\u003e\n\u003ch3\u003eThe Perfect Blend of Autumn Warmth \u0026amp; Halloween Thrill\u003c\/h3\u003e\n\u003cp\u003eDesigned for front porches, garden trees, and indoor entryway displays. Watch the vibrant maple garlands capture daylight while the warm LED lantern transforms your home after dark.\u003c\/p\u003e\n\u003cul class=\"checklist\"\u003e\n\u003cli\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Dual-effect decoration for both day and night display\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Swaying motion triggered naturally by gentle outdoor breeze\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✓\u003c\/span\u003e All-in-one complete bundle ready to hang right out of the box\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"tag-pills\"\u003e\n\u003cspan class=\"pill\"\u003eFront Porch\u003c\/span\u003e \u003cspan class=\"pill\"\u003eYard Trees\u003c\/span\u003e \u003cspan class=\"pill\"\u003ePatio\u003c\/span\u003e \u003cspan class=\"pill\"\u003eHalloween Gift\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scenario-right\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= SECTION 2.5B - 3-STEP EASY SETUP ================= --\u003e\n\u003csection class=\"lp-section setup-section\"\u003e\n\u003cdiv class=\"badge-tag\"\u003e— EASY SETUP GUIDE —\u003c\/div\u003e\n\u003ch2 class=\"hero-title\"\u003eReady in \u003cspan class=\"green-italic\"\u003eUnder 5 Minutes\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"hero-desc\"\u003eNo complex tools or wiring required. Hang and enjoy immediate seasonal charm.\u003c\/p\u003e\n\u003cdiv class=\"setup-grid\"\u003e\n\u003cdiv class=\"setup-card\"\u003e\n\u003cdiv class=\"step-num\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eMount the Wooden Base\u003c\/h4\u003e\n\u003cp\u003eHang and level the sturdy wood swing board using the pre-tied heavy-duty jute ropes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"setup-card\"\u003e\n\u003cdiv class=\"step-num\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eInsert Light \u0026amp; Fabric\u003c\/h4\u003e\n\u003cp\u003eInsert 3 AA batteries into the waterproof lantern box and layer the white glowing fabric cover over top.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"setup-card\"\u003e\n\u003cdiv class=\"step-num\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eStylize \u0026amp; Control\u003c\/h4\u003e\n\u003cp\u003eAttach the eye decals, wrap the autumn maple garlands, and customize your lighting modes via remote control!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= SECTION 3 - CUSTOMER REVIEWS ================= --\u003e\n\u003csection class=\"lp-section reviews-section\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cdiv class=\"stars-summary\"\u003e★★★★★\u003c\/div\u003e\n\u003ch2 class=\"hero-title\" style=\"margin-bottom: 4px;\"\u003eRated 4.9\/5 by 12,400+ Homeowners\u003c\/h2\u003e\n\u003cp style=\"color: #888888 !important; font-size: 14px;\"\u003eVerified Buyers From USA \u0026amp; Europe\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-grid\"\u003e\n\u003c!-- Card 1 --\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cbr\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"verified-badge\"\u003e✓ Verified Buyer\u003c\/div\u003e\n\u003cdiv class=\"review-title\"\u003eSTUNNING NEIGHBORHOOD ATTRACTION!\u003c\/div\u003e\n\u003cdiv class=\"review-body\"\u003eEvery person walking by slows down to take pictures! The sway in the wind looks so real and spooky at night.\u003c\/div\u003e\n\u003cdiv class=\"reviewer-name\"\u003eSarah M. — Texas, US\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2 --\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cbr\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"verified-badge\"\u003e✓ Verified Buyer\u003c\/div\u003e\n\u003cdiv class=\"review-title\"\u003eSUPER EASY TO ASSEMBLE\u003c\/div\u003e\n\u003cdiv class=\"review-body\"\u003eTook me less than 5 minutes to set up on our front porch beam. The remote control timer feature is brilliant!\u003c\/div\u003e\n\u003cdiv class=\"reviewer-name\"\u003eDavid L. — London, UK\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3 --\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cbr\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"verified-badge\"\u003e✓ Verified Buyer\u003c\/div\u003e\n\u003cdiv class=\"review-title\"\u003eBEAUTIFUL DAY AND NIGHT\u003c\/div\u003e\n\u003cdiv class=\"review-body\"\u003eThe maple leaf garlands give it a great autumn look during the day, then the glow takes over at night. 10\/10!\u003c\/div\u003e\n\u003cdiv class=\"reviewer-name\"\u003eJessica K. — Ohio, US\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 4 --\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cbr\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"verified-badge\"\u003e✓ Verified Buyer\u003c\/div\u003e\n\u003cdiv class=\"review-title\"\u003eGREAT WATERPROOF QUALITY\u003c\/div\u003e\n\u003cdiv class=\"review-body\"\u003eIt rained heavily last night and the light lantern inside worked perfectly fine without any moisture getting in.\u003c\/div\u003e\n\u003cdiv class=\"reviewer-name\"\u003eMark T. — Florida, US\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 5 --\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cbr\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"verified-badge\"\u003e✓ Verified Buyer\u003c\/div\u003e\n\u003cdiv class=\"review-title\"\u003eLOVE THE REMOTE MODES\u003c\/div\u003e\n\u003cdiv class=\"review-body\"\u003eSwapping between the slow glow and flashing light modes is so much fun. Kids absolute love it!\u003c\/div\u003e\n\u003cdiv class=\"reviewer-name\"\u003eEmma R. — Ontario, CA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 6 --\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cbr\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"verified-badge\"\u003e✓ Verified Buyer\u003c\/div\u003e\n\u003cdiv class=\"review-title\"\u003eHIGH QUALITY MATERIALS\u003c\/div\u003e\n\u003cdiv class=\"review-body\"\u003eRopes are thick, the wood plank is solid, and the ghost fabric drapes naturally. Highly recommend!\u003c\/div\u003e\n\u003cdiv class=\"reviewer-name\"\u003eBrian P. — Melbourne, AU\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= SECTION 2.5A - PRODUCT ENGINEERED ================= --\u003e\n\u003csection class=\"lp-section features-section\"\u003e\n\u003cdiv class=\"badge-tag\"\u003e— HARDWARE \u0026amp; SPECS —\u003c\/div\u003e\n\u003ch2 class=\"hero-title\"\u003eEngineered For \u003cspan class=\"green-italic\"\u003eOutdoor Durability\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏮\u003c\/div\u003e\n\u003ch4\u003eWaterproof Fabric Lantern\u003c\/h4\u003e\n\u003cp\u003eEncapsulated LED core protects internal components against rain, wind, and outdoor moisture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🍁\u003c\/div\u003e\n\u003ch4\u003e2.3m Dual Garland Strips\u003c\/h4\u003e\n\u003cp\u003eRich, weather-resistant maple leaf vines pre-crafted for immediate visual impact.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎛️\u003c\/div\u003e\n\u003ch4\u003e8-Mode Wireless Remote\u003c\/h4\u003e\n\u003cp\u003eIncludes brightness settings, pulse options, and a 6hr ON \/ 18hr OFF automatic timer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🪵\u003c\/div\u003e\n\u003ch4\u003eSolid Wooden Swing Board\u003c\/h4\u003e\n\u003cp\u003eSturdy timber plank built to support the frame while maintaining natural wind momentum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧶\u003c\/div\u003e\n\u003ch4\u003eHeavy-Duty Jute Ropes\u003c\/h4\u003e\n\u003cp\u003eTwo 2.5m durable ropes pre-tied to secure easily onto ceiling hooks, porch beams, or trees.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👻\u003c\/div\u003e\n\u003ch4\u003e1.2m Flowing Fabric Cover\u003c\/h4\u003e\n\u003cp\u003eLightweight semi-translucent fabric engineered to diffuse LED light smoothly and catch breezes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= SECTION 4 - FAQ ================= --\u003e\n\u003csection class=\"lp-section faq-section\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eDoes this ghost swing automatically with a motor?\u003c\/summary\u003e\n\u003cp\u003eNo, this item does NOT contain a motor and does not swing automatically. It sways naturally when exposed to wind\/breeze or when given a gentle manual push, creating a realistic motion effect.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat batteries are required for operation?\u003c\/summary\u003e\n\u003cp\u003eThe light lantern requires 3 AA batteries (not included in the package). The remote control comes with its battery pre-installed ready for use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this product suitable for rainy outdoor weather?\u003c\/summary\u003e\n\u003cp\u003eYes! The built-in fabric lantern string light is waterproof and rated for outdoor porch use. For long-term longevity, hanging in a sheltered porch or entryway area is recommended during extreme storms.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the built-in timer function work?\u003c\/summary\u003e\n\u003cp\u003ePressing the TIMER button on the included remote sets the lights to stay on for 6 hours and turn off automatically for 18 hours, repeating the cycle daily automatically.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in the full package?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes: 1x White Fabric Ghost Cover, 1x Waterproof Lantern \u0026amp; Light Head, 1x Solid Wood Swing Board, 2x 2.5m Jute Ropes, 2x 2.3m Maple Leaf Garlands, 1x Remote Control, Eye Stickers \u0026amp; Line fittings.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- ================= SECTION 5 - FINAL CTA ================= --\u003e\n\u003csection class=\"lp-section cta-section\"\u003e\n\u003cdiv class=\"cta-card\"\u003e\n\u003cdiv class=\"urgency-badge\"\u003e⚡ LIMITED SEASONAL STOCK AVAILABLE\u003c\/div\u003e\n\u003ch2 class=\"cta-title\"\u003eTransform Your Home This Halloween\u003c\/h2\u003e\n\u003cp class=\"cta-subtitle\"\u003eOrder today and get 50% OFF + Free Express Shipping worldwide!\u003c\/p\u003e\n\u003cbutton class=\"lp-btn\"\u003eGRAB YOURS NOW — $39.99 →\u003c\/button\u003e\n\u003cdiv class=\"trust-footer\"\u003e\n\u003cspan\u003e🔒 30-Day Money-Back Guarantee\u003c\/span\u003e \u003cspan\u003e📦 Fast Worldwide Tracked Shipping\u003c\/span\u003e \u003cspan\u003e🛡️ 100% Secure Checkout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"WJW01","offers":[{"title":"Default Title","offer_id":49515670241539,"sku":"NWJW2608256923-枫叶秋千幽灵（简约版）-两节电池盒常亮led灯-1","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/36b98c260f724c0d97511aafdbd54e93.jpg?v=1787651799","url":"https:\/\/cyrarise.com\/products\/led-light-up-swinging-ghost-halloween-decoration","provider":"cyrarise","version":"1.0","type":"link"}