{"title":"Halloween Lighting \u0026 Haunted Décor","description":null,"products":[{"product_id":"merondell™-glowing-jack-o-lantern-string-lights","title":"Merondell™ Glowing Jack-O'-Lantern String Lights","description":"\u003cstyle\u003e\n  .mhd-product,\n  .mhd-product * { box-sizing: border-box; }\n\n  .mhd-product {\n    --mhd-ink: #171a17;\n    --mhd-muted: #626861;\n    --mhd-orange: #d96b2b;\n    --mhd-orange-dark: #a94c1b;\n    --mhd-purple: #29352d;\n    --mhd-lilac: #eef1ea;\n    --mhd-cream: #f8f7f2;\n    --mhd-line: #dfe3dc;\n    width: 100%;\n    min-width: 0;\n    max-width: 920px;\n    overflow: hidden;\n    margin: 0 auto;\n    padding: 18px 16px 56px;\n    color: var(--mhd-ink);\n    font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mhd-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .mhd-product h2,\n  .mhd-product h3,\n  .mhd-product p { margin-top: 0; }\n\n  .mhd-hero {\n    overflow: hidden;\n    margin-bottom: 22px;\n    border: 1px solid var(--mhd-line);\n    border-radius: 24px;\n    background: #fff;\n    box-shadow: 0 14px 40px rgba(61, 30, 75, .09);\n  }\n\n  .mhd-hero-image { background: var(--mhd-lilac); }\n\n  .mhd-hero-copy {\n    padding: 28px 22px 30px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 0 0, rgba(217,107,43,.10), transparent 34%),\n      linear-gradient(135deg, #f8f7f2, #eef1ea);\n  }\n\n  .mhd-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 12px;\n    padding: 6px 12px;\n    border: 1px solid rgba(91,42,120,.16);\n    border-radius: 999px;\n    background: #fff;\n    color: var(--mhd-purple);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n  }\n\n  .mhd-hero h2 {\n    margin-bottom: 12px;\n    color: var(--mhd-ink);\n    font-size: clamp(28px, 6vw, 44px);\n    line-height: 1.12;\n    letter-spacing: -.025em;\n  }\n\n  .mhd-lead {\n    max-width: 680px;\n    margin: 0 auto 19px;\n    color: var(--mhd-muted);\n    font-size: 16px;\n  }\n\n  .mhd-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n  }\n\n  .mhd-pill {\n    padding: 8px 11px;\n    border-radius: 999px;\n    background: var(--mhd-purple);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.2;\n  }\n\n  .mhd-column {\n    display: flex;\n    flex-direction: column;\n    gap: 22px;\n  }\n\n  .mhd-block {\n    width: 100%;\n    min-width: 0;\n    overflow: hidden;\n    border: 1px solid var(--mhd-line);\n    border-radius: 22px;\n    background: #fff;\n    box-shadow: 0 10px 28px rgba(49, 22, 62, .06);\n  }\n\n  .mhd-block-copy { padding: 25px 22px 27px; }\n\n  .mhd-kicker {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--mhd-orange-dark);\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n  }\n\n  .mhd-block h3 {\n    margin-bottom: 10px;\n    font-size: clamp(23px, 4vw, 32px);\n    line-height: 1.2;\n    letter-spacing: -.02em;\n  }\n\n  .mhd-block p {\n    margin-bottom: 0;\n    color: var(--mhd-muted);\n  }\n\n  .mhd-feature-list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mhd-feature-list li {\n    position: relative;\n    padding: 13px 14px 13px 43px;\n    border: 1px solid var(--mhd-line);\n    border-radius: 14px;\n    background: var(--mhd-cream);\n    color: var(--mhd-ink);\n    font-size: 14px;\n    font-weight: 650;\n  }\n\n  .mhd-feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 14px;\n    display: grid;\n    width: 21px;\n    height: 21px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mhd-orange);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .mhd-uses {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    width: 100%;\n    min-width: 0;\n    gap: 12px;\n    margin-top: 18px;\n    overflow: hidden;\n  }\n\n  .mhd-use {\n    display: flex;\n    min-width: 0;\n    min-height: 112px;\n    padding: 16px 10px;\n    flex-direction: column;\n    align-items: center;\n    justify-content: flex-start;\n    border-radius: 15px;\n    background: var(--mhd-lilac);\n    text-align: center;\n    overflow: hidden;\n  }\n\n  .mhd-use-icon {\n    display: flex;\n    width: 34px;\n    height: 34px;\n    margin: 0 0 8px;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    line-height: 1;\n  }\n\n  .mhd-use strong {\n    display: flex;\n    min-height: 38px;\n    align-items: flex-start;\n    justify-content: center;\n    color: var(--mhd-ink);\n    font-size: 13px;\n    line-height: 1.4;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  .mhd-details {\n    overflow: hidden;\n    border: 1px solid var(--mhd-line);\n    border-radius: 18px;\n    background: #fff;\n  }\n\n  .mhd-details summary {\n    position: relative;\n    padding: 18px 48px 18px 18px;\n    cursor: pointer;\n    color: var(--mhd-ink);\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .mhd-details summary::-webkit-details-marker { display: none; }\n\n  .mhd-details summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    transform: translateY(-50%);\n    color: var(--mhd-orange-dark);\n    font-size: 25px;\n    font-weight: 500;\n  }\n\n  .mhd-details[open] summary::after { content: \"−\"; }\n\n  .mhd-details-content {\n    padding: 0 18px 19px;\n    color: var(--mhd-muted);\n    font-size: 14px;\n  }\n\n  .mhd-final {\n    padding: 30px 22px;\n    border-radius: 22px;\n    background: linear-gradient(135deg, var(--mhd-purple), #172019);\n    color: #fff;\n    text-align: center;\n    box-shadow: 0 14px 34px rgba(65, 28, 84, .18);\n  }\n\n  .mhd-final h3 {\n    margin: 0 0 9px;\n    color: #fff;\n    font-size: clamp(24px, 5vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mhd-final p {\n    max-width: 620px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.83);\n  }\n\n  @media (min-width: 700px) {\n    .mhd-product { padding: 28px 20px 70px; }\n    .mhd-hero-copy { padding: 38px 42px 40px; }\n    .mhd-block-copy { padding: 34px 36px 37px; }\n    .mhd-feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .mhd-uses { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .mhd-use { min-height: 118px; padding: 18px 14px; }\n    .mhd-use strong { min-height: 40px; font-size: 14px; }\n  }\n\n  @media (max-width: 420px) {\n    .mhd-product { padding-right: 10px; padding-left: 10px; }\n    .mhd-block-copy { padding-right: 14px; padding-left: 14px; }\n    .mhd-uses { gap: 9px; }\n    .mhd-use { min-height: 108px; padding: 14px 7px; }\n    .mhd-use strong { font-size: 12px; }\n  }\n\n  @media (prefers-reduced-motion: no-preference) {\n    .mhd-block { transition: transform .25s ease, box-shadow .25s ease; }\n    .mhd-block:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 16px 35px rgba(49, 22, 62, .1);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mhd-product\"\u003e\n  \u003csection class=\"mhd-hero\"\u003e\n    \u003cdiv class=\"mhd-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-1-1.png?v=1790074579\" alt=\"Glowing Jack-O'-Lantern String Lights\" width=\"2048\" height=\"2048\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mhd-hero-copy\"\u003e\n      \u003cspan class=\"mhd-eyebrow\"\u003e🎃 Halloween Hanging Décor\u003c\/span\u003e\n      \u003ch2\u003eGlowing Jack-O'-Lantern String Lights\u003c\/h2\u003e\n      \u003cp class=\"mhd-lead\"\u003eCreate a warm Halloween glow with a strand of cheerful jack-o'-lantern lights. Each pumpkin features a classic smiling face and an amber-style illumination that adds cozy seasonal ambiance to mantels, tables, windows, shelves, party setups, and Halloween displays.\u003c\/p\u003e\n      \u003cdiv class=\"mhd-pills\"\u003e\n        \u003cspan class=\"mhd-pill\"\u003eSeasonal Statement\u003c\/span\u003e\n        \u003cspan class=\"mhd-pill\"\u003eEasy to Style\u003c\/span\u003e\n        \u003cspan class=\"mhd-pill\"\u003eHalloween Ready\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"mhd-column\"\u003e\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-1-2.png?v=1790074579\" alt=\"Glowing Jack-O'-Lantern String Lights details\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eDesigned for the season\u003c\/span\u003e\n        \u003ch3\u003eAdd Festive Character Across the Room\u003c\/h3\u003e\n        \u003cp\u003eCreate a warm Halloween glow with a strand of cheerful jack-o'-lantern lights. Each pumpkin features a classic smiling face and an amber-style illumination that adds cozy seasonal ambiance to mantels, tables, windows, shelves, party setups, and Halloween displays.\u003c\/p\u003e\n        \u003cul class=\"mhd-feature-list\"\u003e\n          \u003cli\u003eMultiple illuminated jack-o'-lantern designs\u003c\/li\u003e\n          \u003cli\u003eWarm amber glow creates cozy Halloween ambiance\u003c\/li\u003e\n          \u003cli\u003eFlexible string makes decorating easy\u003c\/li\u003e\n          \u003cli\u003eGreat for mantels, shelves, windows, tables, and parties\u003c\/li\u003e\n          \u003cli\u003eWorks beautifully with both spooky and family-friendly décor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-1-3.png?v=1790074579\" alt=\"Glowing Jack-O'-Lantern String Lights styled for Halloween\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eStyle it your way\u003c\/span\u003e\n        \u003ch3\u003eMade for Memorable Halloween Spaces\u003c\/h3\u003e\n        \u003cp\u003eUse it as a focal point or combine it with pumpkins, warm lighting, autumn foliage, and black-and-orange accents for a coordinated seasonal display.\u003c\/p\u003e\n        \u003cdiv class=\"mhd-uses\"\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🔥\u003c\/span\u003e\u003cstrong\u003eMantels\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🪟\u003c\/span\u003e\u003cstrong\u003eWindows\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🏫\u003c\/span\u003e\u003cstrong\u003eClassrooms\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🎉\u003c\/span\u003e\u003cstrong\u003eParty Spaces\u003c\/strong\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-1-4.png?v=1790074579\" alt=\"Glowing Jack-O'-Lantern String Lights seasonal display\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eA polished finishing touch\u003c\/span\u003e\n        \u003ch3\u003eEasy to Coordinate With Your Halloween Collection\u003c\/h3\u003e\n        \u003cp\u003eIts seasonal palette and detailed styling make it easy to build a complete display around the piece while keeping the finished space visually balanced.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdetails class=\"mhd-details\" open\u003e\n      \u003csummary\u003eProduct Highlights\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003eMultiple illuminated jack-o'-lantern designs. Warm amber glow creates cozy Halloween ambiance. Flexible string makes decorating easy. Great for mantels, shelves, windows, tables, and parties. Works beautifully with both spooky and family-friendly décor.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mhd-details\"\u003e\n      \u003csummary\u003eStyling Ideas\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003ePair with pumpkins, lanterns, autumn foliage, textured fabrics, or other black-and-orange decorations to create a layered Halloween display.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mhd-details\"\u003e\n      \u003csummary\u003eCare \u0026amp; Storage\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003eHandle gently during setup and removal. Keep the decoration clean and dry, then store it in a protected place after the season to help preserve its appearance.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003csection class=\"mhd-final\"\u003e\n      \u003ch3\u003eComplete Your Halloween Display\u003c\/h3\u003e\n      \u003cp\u003eBring a polished seasonal finish to your home, party, or Halloween display.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"𝐦𝐞𝐫𝐨𝐧𝐝𝐞𝐥𝐥™","offers":[{"title":"Default Title","offer_id":50487322247409,"sku":null,"price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-1-1.png?v=1790074579"},{"product_id":"merondell™-dripping-wax-halloween-flameless-candles","title":"Merondell™ Dripping Wax Halloween Flameless Candles","description":"\u003cstyle\u003e\n  .mhd-product,\n  .mhd-product * { box-sizing: border-box; }\n\n  .mhd-product {\n    --mhd-ink: #171a17;\n    --mhd-muted: #626861;\n    --mhd-orange: #d96b2b;\n    --mhd-orange-dark: #a94c1b;\n    --mhd-purple: #29352d;\n    --mhd-lilac: #eef1ea;\n    --mhd-cream: #f8f7f2;\n    --mhd-line: #dfe3dc;\n    width: 100%;\n    min-width: 0;\n    max-width: 920px;\n    overflow: hidden;\n    margin: 0 auto;\n    padding: 18px 16px 56px;\n    color: var(--mhd-ink);\n    font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mhd-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .mhd-product h2,\n  .mhd-product h3,\n  .mhd-product p { margin-top: 0; }\n\n  .mhd-hero {\n    overflow: hidden;\n    margin-bottom: 22px;\n    border: 1px solid var(--mhd-line);\n    border-radius: 24px;\n    background: #fff;\n    box-shadow: 0 14px 40px rgba(61, 30, 75, .09);\n  }\n\n  .mhd-hero-image { background: var(--mhd-lilac); }\n\n  .mhd-hero-copy {\n    padding: 28px 22px 30px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 0 0, rgba(217,107,43,.10), transparent 34%),\n      linear-gradient(135deg, #f8f7f2, #eef1ea);\n  }\n\n  .mhd-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 12px;\n    padding: 6px 12px;\n    border: 1px solid rgba(91,42,120,.16);\n    border-radius: 999px;\n    background: #fff;\n    color: var(--mhd-purple);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n  }\n\n  .mhd-hero h2 {\n    margin-bottom: 12px;\n    color: var(--mhd-ink);\n    font-size: clamp(28px, 6vw, 44px);\n    line-height: 1.12;\n    letter-spacing: -.025em;\n  }\n\n  .mhd-lead {\n    max-width: 680px;\n    margin: 0 auto 19px;\n    color: var(--mhd-muted);\n    font-size: 16px;\n  }\n\n  .mhd-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n  }\n\n  .mhd-pill {\n    padding: 8px 11px;\n    border-radius: 999px;\n    background: var(--mhd-purple);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.2;\n  }\n\n  .mhd-column {\n    display: flex;\n    flex-direction: column;\n    gap: 22px;\n  }\n\n  .mhd-block {\n    width: 100%;\n    min-width: 0;\n    overflow: hidden;\n    border: 1px solid var(--mhd-line);\n    border-radius: 22px;\n    background: #fff;\n    box-shadow: 0 10px 28px rgba(49, 22, 62, .06);\n  }\n\n  .mhd-block-copy { padding: 25px 22px 27px; }\n\n  .mhd-kicker {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--mhd-orange-dark);\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n  }\n\n  .mhd-block h3 {\n    margin-bottom: 10px;\n    font-size: clamp(23px, 4vw, 32px);\n    line-height: 1.2;\n    letter-spacing: -.02em;\n  }\n\n  .mhd-block p {\n    margin-bottom: 0;\n    color: var(--mhd-muted);\n  }\n\n  .mhd-feature-list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mhd-feature-list li {\n    position: relative;\n    padding: 13px 14px 13px 43px;\n    border: 1px solid var(--mhd-line);\n    border-radius: 14px;\n    background: var(--mhd-cream);\n    color: var(--mhd-ink);\n    font-size: 14px;\n    font-weight: 650;\n  }\n\n  .mhd-feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 14px;\n    display: grid;\n    width: 21px;\n    height: 21px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mhd-orange);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .mhd-uses {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    width: 100%;\n    min-width: 0;\n    gap: 12px;\n    margin-top: 18px;\n    overflow: hidden;\n  }\n\n  .mhd-use {\n    display: flex;\n    min-width: 0;\n    min-height: 112px;\n    padding: 16px 10px;\n    flex-direction: column;\n    align-items: center;\n    justify-content: flex-start;\n    border-radius: 15px;\n    background: var(--mhd-lilac);\n    text-align: center;\n    overflow: hidden;\n  }\n\n  .mhd-use-icon {\n    display: flex;\n    width: 34px;\n    height: 34px;\n    margin: 0 0 8px;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    line-height: 1;\n  }\n\n  .mhd-use strong {\n    display: flex;\n    min-height: 38px;\n    align-items: flex-start;\n    justify-content: center;\n    color: var(--mhd-ink);\n    font-size: 13px;\n    line-height: 1.4;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  .mhd-details {\n    overflow: hidden;\n    border: 1px solid var(--mhd-line);\n    border-radius: 18px;\n    background: #fff;\n  }\n\n  .mhd-details summary {\n    position: relative;\n    padding: 18px 48px 18px 18px;\n    cursor: pointer;\n    color: var(--mhd-ink);\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .mhd-details summary::-webkit-details-marker { display: none; }\n\n  .mhd-details summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    transform: translateY(-50%);\n    color: var(--mhd-orange-dark);\n    font-size: 25px;\n    font-weight: 500;\n  }\n\n  .mhd-details[open] summary::after { content: \"−\"; }\n\n  .mhd-details-content {\n    padding: 0 18px 19px;\n    color: var(--mhd-muted);\n    font-size: 14px;\n  }\n\n  .mhd-final {\n    padding: 30px 22px;\n    border-radius: 22px;\n    background: linear-gradient(135deg, var(--mhd-purple), #172019);\n    color: #fff;\n    text-align: center;\n    box-shadow: 0 14px 34px rgba(65, 28, 84, .18);\n  }\n\n  .mhd-final h3 {\n    margin: 0 0 9px;\n    color: #fff;\n    font-size: clamp(24px, 5vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mhd-final p {\n    max-width: 620px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.83);\n  }\n\n  @media (min-width: 700px) {\n    .mhd-product { padding: 28px 20px 70px; }\n    .mhd-hero-copy { padding: 38px 42px 40px; }\n    .mhd-block-copy { padding: 34px 36px 37px; }\n    .mhd-feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .mhd-uses { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .mhd-use { min-height: 118px; padding: 18px 14px; }\n    .mhd-use strong { min-height: 40px; font-size: 14px; }\n  }\n\n  @media (max-width: 420px) {\n    .mhd-product { padding-right: 10px; padding-left: 10px; }\n    .mhd-block-copy { padding-right: 14px; padding-left: 14px; }\n    .mhd-uses { gap: 9px; }\n    .mhd-use { min-height: 108px; padding: 14px 7px; }\n    .mhd-use strong { font-size: 12px; }\n  }\n\n  @media (prefers-reduced-motion: no-preference) {\n    .mhd-block { transition: transform .25s ease, box-shadow .25s ease; }\n    .mhd-block:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 16px 35px rgba(49, 22, 62, .1);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mhd-product\"\u003e\n  \u003csection class=\"mhd-hero\"\u003e\n    \u003cdiv class=\"mhd-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-2-1.png?v=1790074784\" alt=\"Dripping Wax Halloween Flameless Candles\" width=\"2048\" height=\"2048\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mhd-hero-copy\"\u003e\n      \u003cspan class=\"mhd-eyebrow\"\u003e🎃 Atmospheric Halloween Lighting\u003c\/span\u003e\n      \u003ch2\u003eDripping Wax Halloween Flameless Candles\u003c\/h2\u003e\n      \u003cp class=\"mhd-lead\"\u003eSet the mood without the mess of melted wax with this Halloween-inspired pillar candle collection. Designed in black, orange, and ivory with realistic dripping-wax details and warm flame-style illumination, these candles bring atmospheric lighting to dining tables, mantels, entry consoles, party displays, and gothic décor arrangements.\u003c\/p\u003e\n      \u003cdiv class=\"mhd-pills\"\u003e\n        \u003cspan class=\"mhd-pill\"\u003eSeasonal Statement\u003c\/span\u003e\n        \u003cspan class=\"mhd-pill\"\u003eEasy to Style\u003c\/span\u003e\n        \u003cspan class=\"mhd-pill\"\u003eHalloween Ready\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"mhd-column\"\u003e\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-2-2.png?v=1790074784\" alt=\"Dripping Wax Halloween Flameless Candles details\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eDesigned for the season\u003c\/span\u003e\n        \u003ch3\u003eSet the Mood With Atmospheric Light\u003c\/h3\u003e\n        \u003cp\u003eSet the mood without the mess of melted wax with this Halloween-inspired pillar candle collection. Designed in black, orange, and ivory with realistic dripping-wax details and warm flame-style illumination, these candles bring atmospheric lighting to dining tables, mantels, entry consoles, party displays, and gothic décor arrangements.\u003c\/p\u003e\n        \u003cul class=\"mhd-feature-list\"\u003e\n          \u003cli\u003eHalloween-ready black, orange, and ivory palette\u003c\/li\u003e\n          \u003cli\u003eRealistic dripping-wax appearance\u003c\/li\u003e\n          \u003cli\u003eWarm flame-style lighting effect\u003c\/li\u003e\n          \u003cli\u003eMultiple heights create a layered decorative display\u003c\/li\u003e\n          \u003cli\u003eIdeal for mantels, tabletops, parties, and seasonal centerpieces\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-2-3.png?v=1790074784\" alt=\"Dripping Wax Halloween Flameless Candles styled for Halloween\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eStyle it your way\u003c\/span\u003e\n        \u003ch3\u003eMade for Memorable Halloween Spaces\u003c\/h3\u003e\n        \u003cp\u003eUse it as a focal point or combine it with pumpkins, warm lighting, autumn foliage, and black-and-orange accents for a coordinated seasonal display.\u003c\/p\u003e\n        \u003cdiv class=\"mhd-uses\"\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🍽️\u003c\/span\u003e\u003cstrong\u003eTabletops\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🔥\u003c\/span\u003e\u003cstrong\u003eMantels\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e📚\u003c\/span\u003e\u003cstrong\u003eShelves\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🏠\u003c\/span\u003e\u003cstrong\u003eEntryways\u003c\/strong\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-2-4.png?v=1790074784\" alt=\"Dripping Wax Halloween Flameless Candles seasonal display\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eA polished finishing touch\u003c\/span\u003e\n        \u003ch3\u003eEasy to Coordinate With Your Halloween Collection\u003c\/h3\u003e\n        \u003cp\u003eIts seasonal palette and detailed styling make it easy to build a complete display around the piece while keeping the finished space visually balanced.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdetails class=\"mhd-details\" open\u003e\n      \u003csummary\u003eProduct Highlights\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003eHalloween-ready black, orange, and ivory palette. Realistic dripping-wax appearance. Warm flame-style lighting effect. Multiple heights create a layered decorative display. Ideal for mantels, tabletops, parties, and seasonal centerpieces.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mhd-details\"\u003e\n      \u003csummary\u003eStyling Ideas\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003ePair with pumpkins, lanterns, autumn foliage, textured fabrics, or other black-and-orange decorations to create a layered Halloween display.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mhd-details\"\u003e\n      \u003csummary\u003eCare \u0026amp; Storage\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003eHandle gently during setup and removal. Keep the decoration clean and dry, then store it in a protected place after the season to help preserve its appearance.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003csection class=\"mhd-final\"\u003e\n      \u003ch3\u003eComplete Your Halloween Display\u003c\/h3\u003e\n      \u003cp\u003eBring a polished seasonal finish to your home, party, or Halloween display.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"𝐦𝐞𝐫𝐨𝐧𝐝𝐞𝐥𝐥™","offers":[{"title":"Default Title","offer_id":50487323918577,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-2-1.png?v=1790074784"},{"product_id":"merondell™-gothic-haunted-house-halloween-lantern","title":"Merondell™ Gothic Haunted House Halloween Lantern","description":"\u003cstyle\u003e\n  .mhd-product,\n  .mhd-product * { box-sizing: border-box; }\n\n  .mhd-product {\n    --mhd-ink: #171a17;\n    --mhd-muted: #626861;\n    --mhd-orange: #d96b2b;\n    --mhd-orange-dark: #a94c1b;\n    --mhd-purple: #29352d;\n    --mhd-lilac: #eef1ea;\n    --mhd-cream: #f8f7f2;\n    --mhd-line: #dfe3dc;\n    width: 100%;\n    min-width: 0;\n    max-width: 920px;\n    overflow: hidden;\n    margin: 0 auto;\n    padding: 18px 16px 56px;\n    color: var(--mhd-ink);\n    font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mhd-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .mhd-product h2,\n  .mhd-product h3,\n  .mhd-product p { margin-top: 0; }\n\n  .mhd-hero {\n    overflow: hidden;\n    margin-bottom: 22px;\n    border: 1px solid var(--mhd-line);\n    border-radius: 24px;\n    background: #fff;\n    box-shadow: 0 14px 40px rgba(61, 30, 75, .09);\n  }\n\n  .mhd-hero-image { background: var(--mhd-lilac); }\n\n  .mhd-hero-copy {\n    padding: 28px 22px 30px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 0 0, rgba(217,107,43,.10), transparent 34%),\n      linear-gradient(135deg, #f8f7f2, #eef1ea);\n  }\n\n  .mhd-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 12px;\n    padding: 6px 12px;\n    border: 1px solid rgba(91,42,120,.16);\n    border-radius: 999px;\n    background: #fff;\n    color: var(--mhd-purple);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n  }\n\n  .mhd-hero h2 {\n    margin-bottom: 12px;\n    color: var(--mhd-ink);\n    font-size: clamp(28px, 6vw, 44px);\n    line-height: 1.12;\n    letter-spacing: -.025em;\n  }\n\n  .mhd-lead {\n    max-width: 680px;\n    margin: 0 auto 19px;\n    color: var(--mhd-muted);\n    font-size: 16px;\n  }\n\n  .mhd-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n  }\n\n  .mhd-pill {\n    padding: 8px 11px;\n    border-radius: 999px;\n    background: var(--mhd-purple);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.2;\n  }\n\n  .mhd-column {\n    display: flex;\n    flex-direction: column;\n    gap: 22px;\n  }\n\n  .mhd-block {\n    width: 100%;\n    min-width: 0;\n    overflow: hidden;\n    border: 1px solid var(--mhd-line);\n    border-radius: 22px;\n    background: #fff;\n    box-shadow: 0 10px 28px rgba(49, 22, 62, .06);\n  }\n\n  .mhd-block-copy { padding: 25px 22px 27px; }\n\n  .mhd-kicker {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--mhd-orange-dark);\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n  }\n\n  .mhd-block h3 {\n    margin-bottom: 10px;\n    font-size: clamp(23px, 4vw, 32px);\n    line-height: 1.2;\n    letter-spacing: -.02em;\n  }\n\n  .mhd-block p {\n    margin-bottom: 0;\n    color: var(--mhd-muted);\n  }\n\n  .mhd-feature-list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mhd-feature-list li {\n    position: relative;\n    padding: 13px 14px 13px 43px;\n    border: 1px solid var(--mhd-line);\n    border-radius: 14px;\n    background: var(--mhd-cream);\n    color: var(--mhd-ink);\n    font-size: 14px;\n    font-weight: 650;\n  }\n\n  .mhd-feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 14px;\n    display: grid;\n    width: 21px;\n    height: 21px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mhd-orange);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .mhd-uses {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    width: 100%;\n    min-width: 0;\n    gap: 12px;\n    margin-top: 18px;\n    overflow: hidden;\n  }\n\n  .mhd-use {\n    display: flex;\n    min-width: 0;\n    min-height: 112px;\n    padding: 16px 10px;\n    flex-direction: column;\n    align-items: center;\n    justify-content: flex-start;\n    border-radius: 15px;\n    background: var(--mhd-lilac);\n    text-align: center;\n    overflow: hidden;\n  }\n\n  .mhd-use-icon {\n    display: flex;\n    width: 34px;\n    height: 34px;\n    margin: 0 0 8px;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    line-height: 1;\n  }\n\n  .mhd-use strong {\n    display: flex;\n    min-height: 38px;\n    align-items: flex-start;\n    justify-content: center;\n    color: var(--mhd-ink);\n    font-size: 13px;\n    line-height: 1.4;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  .mhd-details {\n    overflow: hidden;\n    border: 1px solid var(--mhd-line);\n    border-radius: 18px;\n    background: #fff;\n  }\n\n  .mhd-details summary {\n    position: relative;\n    padding: 18px 48px 18px 18px;\n    cursor: pointer;\n    color: var(--mhd-ink);\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .mhd-details summary::-webkit-details-marker { display: none; }\n\n  .mhd-details summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    transform: translateY(-50%);\n    color: var(--mhd-orange-dark);\n    font-size: 25px;\n    font-weight: 500;\n  }\n\n  .mhd-details[open] summary::after { content: \"−\"; }\n\n  .mhd-details-content {\n    padding: 0 18px 19px;\n    color: var(--mhd-muted);\n    font-size: 14px;\n  }\n\n  .mhd-final {\n    padding: 30px 22px;\n    border-radius: 22px;\n    background: linear-gradient(135deg, var(--mhd-purple), #172019);\n    color: #fff;\n    text-align: center;\n    box-shadow: 0 14px 34px rgba(65, 28, 84, .18);\n  }\n\n  .mhd-final h3 {\n    margin: 0 0 9px;\n    color: #fff;\n    font-size: clamp(24px, 5vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mhd-final p {\n    max-width: 620px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.83);\n  }\n\n  @media (min-width: 700px) {\n    .mhd-product { padding: 28px 20px 70px; }\n    .mhd-hero-copy { padding: 38px 42px 40px; }\n    .mhd-block-copy { padding: 34px 36px 37px; }\n    .mhd-feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .mhd-uses { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .mhd-use { min-height: 118px; padding: 18px 14px; }\n    .mhd-use strong { min-height: 40px; font-size: 14px; }\n  }\n\n  @media (max-width: 420px) {\n    .mhd-product { padding-right: 10px; padding-left: 10px; }\n    .mhd-block-copy { padding-right: 14px; padding-left: 14px; }\n    .mhd-uses { gap: 9px; }\n    .mhd-use { min-height: 108px; padding: 14px 7px; }\n    .mhd-use strong { font-size: 12px; }\n  }\n\n  @media (prefers-reduced-motion: no-preference) {\n    .mhd-block { transition: transform .25s ease, box-shadow .25s ease; }\n    .mhd-block:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 16px 35px rgba(49, 22, 62, .1);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mhd-product\"\u003e\n  \u003csection class=\"mhd-hero\"\u003e\n    \u003cdiv class=\"mhd-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-3-1.png?v=1790074826\" alt=\"Gothic Haunted House Halloween Lantern\" width=\"2048\" height=\"2048\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mhd-hero-copy\"\u003e\n      \u003cspan class=\"mhd-eyebrow\"\u003e🎃 Lighted Halloween Décor\u003c\/span\u003e\n      \u003ch2\u003eGothic Haunted House Halloween Lantern\u003c\/h2\u003e\n      \u003cp class=\"mhd-lead\"\u003eCast a warm, mysterious glow with this gothic Halloween lantern. Intricate cutout details reveal bats, a haunted castle, and a glowing jack-o'-lantern scene inside, while the antique bronze finish gives the piece a vintage decorative look. Beautiful on tables, shelves, mantels, or entry consoles.\u003c\/p\u003e\n      \u003cdiv class=\"mhd-pills\"\u003e\n        \u003cspan class=\"mhd-pill\"\u003eSeasonal Statement\u003c\/span\u003e\n        \u003cspan class=\"mhd-pill\"\u003eEasy to Style\u003c\/span\u003e\n        \u003cspan class=\"mhd-pill\"\u003eHalloween Ready\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"mhd-column\"\u003e\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-3-2.png?v=1790074825\" alt=\"Gothic Haunted House Halloween Lantern details\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eDesigned for the season\u003c\/span\u003e\n        \u003ch3\u003eCreate a Miniature Haunted Scene\u003c\/h3\u003e\n        \u003cp\u003eCast a warm, mysterious glow with this gothic Halloween lantern. Intricate cutout details reveal bats, a haunted castle, and a glowing jack-o'-lantern scene inside, while the antique bronze finish gives the piece a vintage decorative look. Beautiful on tables, shelves, mantels, or entry consoles.\u003c\/p\u003e\n        \u003cul class=\"mhd-feature-list\"\u003e\n          \u003cli\u003eIntricate gothic metal-style design\u003c\/li\u003e\n          \u003cli\u003eHaunted house, bat, and pumpkin imagery\u003c\/li\u003e\n          \u003cli\u003eWarm internal glow highlights detailed silhouettes\u003c\/li\u003e\n          \u003cli\u003eAntique bronze-inspired finish\u003c\/li\u003e\n          \u003cli\u003ePerfect for tabletops, mantels, shelves, and entry décor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-3-3.png?v=1790074825\" alt=\"Gothic Haunted House Halloween Lantern styled for Halloween\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eStyle it your way\u003c\/span\u003e\n        \u003ch3\u003eMade for Memorable Halloween Spaces\u003c\/h3\u003e\n        \u003cp\u003eUse it as a focal point or combine it with pumpkins, warm lighting, autumn foliage, and black-and-orange accents for a coordinated seasonal display.\u003c\/p\u003e\n        \u003cdiv class=\"mhd-uses\"\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🔥\u003c\/span\u003e\u003cstrong\u003eMantels\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e📚\u003c\/span\u003e\u003cstrong\u003eShelves\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🏠\u003c\/span\u003e\u003cstrong\u003eEntry Tables\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🏚️\u003c\/span\u003e\u003cstrong\u003eHalloween Villages\u003c\/strong\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-3-4.png?v=1790074825\" alt=\"Gothic Haunted House Halloween Lantern seasonal display\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eA polished finishing touch\u003c\/span\u003e\n        \u003ch3\u003eEasy to Coordinate With Your Halloween Collection\u003c\/h3\u003e\n        \u003cp\u003eIts seasonal palette and detailed styling make it easy to build a complete display around the piece while keeping the finished space visually balanced.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdetails class=\"mhd-details\" open\u003e\n      \u003csummary\u003eProduct Highlights\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003eIntricate gothic metal-style design. Haunted house, bat, and pumpkin imagery. Warm internal glow highlights detailed silhouettes. Antique bronze-inspired finish. Perfect for tabletops, mantels, shelves, and entry décor.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mhd-details\"\u003e\n      \u003csummary\u003eStyling Ideas\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003ePair with pumpkins, lanterns, autumn foliage, textured fabrics, or other black-and-orange decorations to create a layered Halloween display.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mhd-details\"\u003e\n      \u003csummary\u003eCare \u0026amp; Storage\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003eHandle gently during setup and removal. Keep the decoration clean and dry, then store it in a protected place after the season to help preserve its appearance.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003csection class=\"mhd-final\"\u003e\n      \u003ch3\u003eComplete Your Halloween Display\u003c\/h3\u003e\n      \u003cp\u003eBring a polished seasonal finish to your home, party, or Halloween display.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"𝐦𝐞𝐫𝐨𝐧𝐝𝐞𝐥𝐥™","offers":[{"title":"Default Title","offer_id":50487693639921,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-3-1.png?v=1790074826"},{"product_id":"merondell™-lighted-gothic-haunted-house-decoration","title":"Merondell™ Lighted Gothic Haunted House Decoration","description":"\u003cstyle\u003e\n  .mhd-product,\n  .mhd-product * { box-sizing: border-box; }\n\n  .mhd-product {\n    --mhd-ink: #171a17;\n    --mhd-muted: #626861;\n    --mhd-orange: #d96b2b;\n    --mhd-orange-dark: #a94c1b;\n    --mhd-purple: #29352d;\n    --mhd-lilac: #eef1ea;\n    --mhd-cream: #f8f7f2;\n    --mhd-line: #dfe3dc;\n    width: 100%;\n    min-width: 0;\n    max-width: 920px;\n    overflow: hidden;\n    margin: 0 auto;\n    padding: 18px 16px 56px;\n    color: var(--mhd-ink);\n    font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mhd-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .mhd-product h2,\n  .mhd-product h3,\n  .mhd-product p { margin-top: 0; }\n\n  .mhd-hero {\n    overflow: hidden;\n    margin-bottom: 22px;\n    border: 1px solid var(--mhd-line);\n    border-radius: 24px;\n    background: #fff;\n    box-shadow: 0 14px 40px rgba(61, 30, 75, .09);\n  }\n\n  .mhd-hero-image { background: var(--mhd-lilac); }\n\n  .mhd-hero-copy {\n    padding: 28px 22px 30px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 0 0, rgba(217,107,43,.10), transparent 34%),\n      linear-gradient(135deg, #f8f7f2, #eef1ea);\n  }\n\n  .mhd-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 12px;\n    padding: 6px 12px;\n    border: 1px solid rgba(91,42,120,.16);\n    border-radius: 999px;\n    background: #fff;\n    color: var(--mhd-purple);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n  }\n\n  .mhd-hero h2 {\n    margin-bottom: 12px;\n    color: var(--mhd-ink);\n    font-size: clamp(28px, 6vw, 44px);\n    line-height: 1.12;\n    letter-spacing: -.025em;\n  }\n\n  .mhd-lead {\n    max-width: 680px;\n    margin: 0 auto 19px;\n    color: var(--mhd-muted);\n    font-size: 16px;\n  }\n\n  .mhd-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n  }\n\n  .mhd-pill {\n    padding: 8px 11px;\n    border-radius: 999px;\n    background: var(--mhd-purple);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.2;\n  }\n\n  .mhd-column {\n    display: flex;\n    flex-direction: column;\n    gap: 22px;\n  }\n\n  .mhd-block {\n    width: 100%;\n    min-width: 0;\n    overflow: hidden;\n    border: 1px solid var(--mhd-line);\n    border-radius: 22px;\n    background: #fff;\n    box-shadow: 0 10px 28px rgba(49, 22, 62, .06);\n  }\n\n  .mhd-block-copy { padding: 25px 22px 27px; }\n\n  .mhd-kicker {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--mhd-orange-dark);\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n  }\n\n  .mhd-block h3 {\n    margin-bottom: 10px;\n    font-size: clamp(23px, 4vw, 32px);\n    line-height: 1.2;\n    letter-spacing: -.02em;\n  }\n\n  .mhd-block p {\n    margin-bottom: 0;\n    color: var(--mhd-muted);\n  }\n\n  .mhd-feature-list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mhd-feature-list li {\n    position: relative;\n    padding: 13px 14px 13px 43px;\n    border: 1px solid var(--mhd-line);\n    border-radius: 14px;\n    background: var(--mhd-cream);\n    color: var(--mhd-ink);\n    font-size: 14px;\n    font-weight: 650;\n  }\n\n  .mhd-feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 14px;\n    display: grid;\n    width: 21px;\n    height: 21px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mhd-orange);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .mhd-uses {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    width: 100%;\n    min-width: 0;\n    gap: 12px;\n    margin-top: 18px;\n    overflow: hidden;\n  }\n\n  .mhd-use {\n    display: flex;\n    min-width: 0;\n    min-height: 112px;\n    padding: 16px 10px;\n    flex-direction: column;\n    align-items: center;\n    justify-content: flex-start;\n    border-radius: 15px;\n    background: var(--mhd-lilac);\n    text-align: center;\n    overflow: hidden;\n  }\n\n  .mhd-use-icon {\n    display: flex;\n    width: 34px;\n    height: 34px;\n    margin: 0 0 8px;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    line-height: 1;\n  }\n\n  .mhd-use strong {\n    display: flex;\n    min-height: 38px;\n    align-items: flex-start;\n    justify-content: center;\n    color: var(--mhd-ink);\n    font-size: 13px;\n    line-height: 1.4;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  .mhd-details {\n    overflow: hidden;\n    border: 1px solid var(--mhd-line);\n    border-radius: 18px;\n    background: #fff;\n  }\n\n  .mhd-details summary {\n    position: relative;\n    padding: 18px 48px 18px 18px;\n    cursor: pointer;\n    color: var(--mhd-ink);\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .mhd-details summary::-webkit-details-marker { display: none; }\n\n  .mhd-details summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    transform: translateY(-50%);\n    color: var(--mhd-orange-dark);\n    font-size: 25px;\n    font-weight: 500;\n  }\n\n  .mhd-details[open] summary::after { content: \"−\"; }\n\n  .mhd-details-content {\n    padding: 0 18px 19px;\n    color: var(--mhd-muted);\n    font-size: 14px;\n  }\n\n  .mhd-final {\n    padding: 30px 22px;\n    border-radius: 22px;\n    background: linear-gradient(135deg, var(--mhd-purple), #172019);\n    color: #fff;\n    text-align: center;\n    box-shadow: 0 14px 34px rgba(65, 28, 84, .18);\n  }\n\n  .mhd-final h3 {\n    margin: 0 0 9px;\n    color: #fff;\n    font-size: clamp(24px, 5vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mhd-final p {\n    max-width: 620px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.83);\n  }\n\n  @media (min-width: 700px) {\n    .mhd-product { padding: 28px 20px 70px; }\n    .mhd-hero-copy { padding: 38px 42px 40px; }\n    .mhd-block-copy { padding: 34px 36px 37px; }\n    .mhd-feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .mhd-uses { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .mhd-use { min-height: 118px; padding: 18px 14px; }\n    .mhd-use strong { min-height: 40px; font-size: 14px; }\n  }\n\n  @media (max-width: 420px) {\n    .mhd-product { padding-right: 10px; padding-left: 10px; }\n    .mhd-block-copy { padding-right: 14px; padding-left: 14px; }\n    .mhd-uses { gap: 9px; }\n    .mhd-use { min-height: 108px; padding: 14px 7px; }\n    .mhd-use strong { font-size: 12px; }\n  }\n\n  @media (prefers-reduced-motion: no-preference) {\n    .mhd-block { transition: transform .25s ease, box-shadow .25s ease; }\n    .mhd-block:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 16px 35px rgba(49, 22, 62, .1);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mhd-product\"\u003e\n  \u003csection class=\"mhd-hero\"\u003e\n    \u003cdiv class=\"mhd-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-4-1.png?v=1790080574\" alt=\"Lighted Gothic Haunted House Decoration\" width=\"2048\" height=\"2048\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mhd-hero-copy\"\u003e\n      \u003cspan class=\"mhd-eyebrow\"\u003e🎃 Lighted Halloween Décor\u003c\/span\u003e\n      \u003ch2\u003eLighted Gothic Haunted House Decoration\u003c\/h2\u003e\n      \u003cp class=\"mhd-lead\"\u003eCreate a miniature haunted scene with this detailed gothic Halloween house. The dark stone-style exterior is paired with glowing windows, bats, ghosts, black cat silhouettes, twisted branches, fencing, and illuminated pumpkins for a dramatic display that looks striking on a mantel, console table, shelf, or Halloween centerpiece.\u003c\/p\u003e\n      \u003cdiv class=\"mhd-pills\"\u003e\n        \u003cspan class=\"mhd-pill\"\u003eSeasonal Statement\u003c\/span\u003e\n        \u003cspan class=\"mhd-pill\"\u003eEasy to Style\u003c\/span\u003e\n        \u003cspan class=\"mhd-pill\"\u003eHalloween Ready\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"mhd-column\"\u003e\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-4-2.png?v=1790080574\" alt=\"Lighted Gothic Haunted House Decoration details\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eDesigned for the season\u003c\/span\u003e\n        \u003ch3\u003eCreate a Miniature Haunted Scene\u003c\/h3\u003e\n        \u003cp\u003eCreate a miniature haunted scene with this detailed gothic Halloween house. The dark stone-style exterior is paired with glowing windows, bats, ghosts, black cat silhouettes, twisted branches, fencing, and illuminated pumpkins for a dramatic display that looks striking on a mantel, console table, shelf, or Halloween centerpiece.\u003c\/p\u003e\n        \u003cul class=\"mhd-feature-list\"\u003e\n          \u003cli\u003eHighly detailed gothic haunted-house design\u003c\/li\u003e\n          \u003cli\u003eWarm illuminated windows create an eerie glow\u003c\/li\u003e\n          \u003cli\u003eIncludes ghost, bat, cat, pumpkin, and twisted-tree accents\u003c\/li\u003e\n          \u003cli\u003eSculpted architectural details add collectible appeal\u003c\/li\u003e\n          \u003cli\u003eStatement décor for mantels, shelves, tables, and Halloween villages\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-4-3.png?v=1790080574\" alt=\"Lighted Gothic Haunted House Decoration styled for Halloween\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eStyle it your way\u003c\/span\u003e\n        \u003ch3\u003eMade for Memorable Halloween Spaces\u003c\/h3\u003e\n        \u003cp\u003eUse it as a focal point or combine it with pumpkins, warm lighting, autumn foliage, and black-and-orange accents for a coordinated seasonal display.\u003c\/p\u003e\n        \u003cdiv class=\"mhd-uses\"\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🔥\u003c\/span\u003e\u003cstrong\u003eMantels\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e📚\u003c\/span\u003e\u003cstrong\u003eShelves\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🏠\u003c\/span\u003e\u003cstrong\u003eEntry Tables\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🏚️\u003c\/span\u003e\u003cstrong\u003eHalloween Villages\u003c\/strong\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-4-4.png?v=1790080574\" alt=\"Lighted Gothic Haunted House Decoration seasonal display\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eA polished finishing touch\u003c\/span\u003e\n        \u003ch3\u003eEasy to Coordinate With Your Halloween Collection\u003c\/h3\u003e\n        \u003cp\u003eIts seasonal palette and detailed styling make it easy to build a complete display around the piece while keeping the finished space visually balanced.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdetails class=\"mhd-details\" open\u003e\n      \u003csummary\u003eProduct Highlights\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003eHighly detailed gothic haunted-house design. Warm illuminated windows create an eerie glow. Includes ghost, bat, cat, pumpkin, and twisted-tree accents. Sculpted architectural details add collectible appeal. Statement décor for mantels, shelves, tables, and Halloween villages.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mhd-details\"\u003e\n      \u003csummary\u003eStyling Ideas\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003ePair with pumpkins, lanterns, autumn foliage, textured fabrics, or other black-and-orange decorations to create a layered Halloween display.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mhd-details\"\u003e\n      \u003csummary\u003eCare \u0026amp; Storage\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003eHandle gently during setup and removal. Keep the decoration clean and dry, then store it in a protected place after the season to help preserve its appearance.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003csection class=\"mhd-final\"\u003e\n      \u003ch3\u003eComplete Your Halloween Display\u003c\/h3\u003e\n      \u003cp\u003eBring a polished seasonal finish to your home, party, or Halloween display.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"𝐦𝐞𝐫𝐨𝐧𝐝𝐞𝐥𝐥™","offers":[{"title":"Default Title","offer_id":50487707697393,"sku":null,"price":64.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-4-1.png?v=1790080574"},{"product_id":"merondell™-bat-shadow-halloween-projection-lamp","title":"Merondell™ Bat Shadow Halloween Projection Lamp","description":"\u003cstyle\u003e\n  .mhd-product,\n  .mhd-product * { box-sizing: border-box; }\n\n  .mhd-product {\n    --mhd-ink: #171a17;\n    --mhd-muted: #626861;\n    --mhd-orange: #d96b2b;\n    --mhd-orange-dark: #a94c1b;\n    --mhd-purple: #29352d;\n    --mhd-lilac: #eef1ea;\n    --mhd-cream: #f8f7f2;\n    --mhd-line: #dfe3dc;\n    width: 100%;\n    min-width: 0;\n    max-width: 920px;\n    overflow: hidden;\n    margin: 0 auto;\n    padding: 18px 16px 56px;\n    color: var(--mhd-ink);\n    font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mhd-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .mhd-product h2,\n  .mhd-product h3,\n  .mhd-product p { margin-top: 0; }\n\n  .mhd-hero {\n    overflow: hidden;\n    margin-bottom: 22px;\n    border: 1px solid var(--mhd-line);\n    border-radius: 24px;\n    background: #fff;\n    box-shadow: 0 14px 40px rgba(61, 30, 75, .09);\n  }\n\n  .mhd-hero-image { background: var(--mhd-lilac); }\n\n  .mhd-hero-copy {\n    padding: 28px 22px 30px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 0 0, rgba(217,107,43,.10), transparent 34%),\n      linear-gradient(135deg, #f8f7f2, #eef1ea);\n  }\n\n  .mhd-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 12px;\n    padding: 6px 12px;\n    border: 1px solid rgba(91,42,120,.16);\n    border-radius: 999px;\n    background: #fff;\n    color: var(--mhd-purple);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n  }\n\n  .mhd-hero h2 {\n    margin-bottom: 12px;\n    color: var(--mhd-ink);\n    font-size: clamp(28px, 6vw, 44px);\n    line-height: 1.12;\n    letter-spacing: -.025em;\n  }\n\n  .mhd-lead {\n    max-width: 680px;\n    margin: 0 auto 19px;\n    color: var(--mhd-muted);\n    font-size: 16px;\n  }\n\n  .mhd-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n  }\n\n  .mhd-pill {\n    padding: 8px 11px;\n    border-radius: 999px;\n    background: var(--mhd-purple);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.2;\n  }\n\n  .mhd-column {\n    display: flex;\n    flex-direction: column;\n    gap: 22px;\n  }\n\n  .mhd-block {\n    width: 100%;\n    min-width: 0;\n    overflow: hidden;\n    border: 1px solid var(--mhd-line);\n    border-radius: 22px;\n    background: #fff;\n    box-shadow: 0 10px 28px rgba(49, 22, 62, .06);\n  }\n\n  .mhd-block-copy { padding: 25px 22px 27px; }\n\n  .mhd-kicker {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--mhd-orange-dark);\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n  }\n\n  .mhd-block h3 {\n    margin-bottom: 10px;\n    font-size: clamp(23px, 4vw, 32px);\n    line-height: 1.2;\n    letter-spacing: -.02em;\n  }\n\n  .mhd-block p {\n    margin-bottom: 0;\n    color: var(--mhd-muted);\n  }\n\n  .mhd-feature-list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mhd-feature-list li {\n    position: relative;\n    padding: 13px 14px 13px 43px;\n    border: 1px solid var(--mhd-line);\n    border-radius: 14px;\n    background: var(--mhd-cream);\n    color: var(--mhd-ink);\n    font-size: 14px;\n    font-weight: 650;\n  }\n\n  .mhd-feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 14px;\n    display: grid;\n    width: 21px;\n    height: 21px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mhd-orange);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .mhd-uses {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    width: 100%;\n    min-width: 0;\n    gap: 12px;\n    margin-top: 18px;\n    overflow: hidden;\n  }\n\n  .mhd-use {\n    display: flex;\n    min-width: 0;\n    min-height: 112px;\n    padding: 16px 10px;\n    flex-direction: column;\n    align-items: center;\n    justify-content: flex-start;\n    border-radius: 15px;\n    background: var(--mhd-lilac);\n    text-align: center;\n    overflow: hidden;\n  }\n\n  .mhd-use-icon {\n    display: flex;\n    width: 34px;\n    height: 34px;\n    margin: 0 0 8px;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    line-height: 1;\n  }\n\n  .mhd-use strong {\n    display: flex;\n    min-height: 38px;\n    align-items: flex-start;\n    justify-content: center;\n    color: var(--mhd-ink);\n    font-size: 13px;\n    line-height: 1.4;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  .mhd-details {\n    overflow: hidden;\n    border: 1px solid var(--mhd-line);\n    border-radius: 18px;\n    background: #fff;\n  }\n\n  .mhd-details summary {\n    position: relative;\n    padding: 18px 48px 18px 18px;\n    cursor: pointer;\n    color: var(--mhd-ink);\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .mhd-details summary::-webkit-details-marker { display: none; }\n\n  .mhd-details summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    transform: translateY(-50%);\n    color: var(--mhd-orange-dark);\n    font-size: 25px;\n    font-weight: 500;\n  }\n\n  .mhd-details[open] summary::after { content: \"−\"; }\n\n  .mhd-details-content {\n    padding: 0 18px 19px;\n    color: var(--mhd-muted);\n    font-size: 14px;\n  }\n\n  .mhd-final {\n    padding: 30px 22px;\n    border-radius: 22px;\n    background: linear-gradient(135deg, var(--mhd-purple), #172019);\n    color: #fff;\n    text-align: center;\n    box-shadow: 0 14px 34px rgba(65, 28, 84, .18);\n  }\n\n  .mhd-final h3 {\n    margin: 0 0 9px;\n    color: #fff;\n    font-size: clamp(24px, 5vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mhd-final p {\n    max-width: 620px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.83);\n  }\n\n  @media (min-width: 700px) {\n    .mhd-product { padding: 28px 20px 70px; }\n    .mhd-hero-copy { padding: 38px 42px 40px; }\n    .mhd-block-copy { padding: 34px 36px 37px; }\n    .mhd-feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .mhd-uses { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .mhd-use { min-height: 118px; padding: 18px 14px; }\n    .mhd-use strong { min-height: 40px; font-size: 14px; }\n  }\n\n  @media (max-width: 420px) {\n    .mhd-product { padding-right: 10px; padding-left: 10px; }\n    .mhd-block-copy { padding-right: 14px; padding-left: 14px; }\n    .mhd-uses { gap: 9px; }\n    .mhd-use { min-height: 108px; padding: 14px 7px; }\n    .mhd-use strong { font-size: 12px; }\n  }\n\n  @media (prefers-reduced-motion: no-preference) {\n    .mhd-block { transition: transform .25s ease, box-shadow .25s ease; }\n    .mhd-block:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 16px 35px rgba(49, 22, 62, .1);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mhd-product\"\u003e\n  \u003csection class=\"mhd-hero\"\u003e\n    \u003cdiv class=\"mhd-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-5-1.png?v=1790080630\" alt=\"Bat Shadow Halloween Projection Lamp\" width=\"2048\" height=\"2048\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mhd-hero-copy\"\u003e\n      \u003cspan class=\"mhd-eyebrow\"\u003e🎃 Atmospheric Halloween Lighting\u003c\/span\u003e\n      \u003ch2\u003eBat Shadow Halloween Projection Lamp\u003c\/h2\u003e\n      \u003cp class=\"mhd-lead\"\u003eTransform a blank wall into an instant Halloween scene with this bat-shadow projection lamp. The spherical black shade features bat-shaped openings that cast glowing silhouettes across nearby walls, creating a dramatic lighting effect while the compact tabletop base fits easily on consoles, shelves, desks, or party tables.\u003c\/p\u003e\n      \u003cdiv class=\"mhd-pills\"\u003e\n        \u003cspan class=\"mhd-pill\"\u003eSeasonal Statement\u003c\/span\u003e\n        \u003cspan class=\"mhd-pill\"\u003eEasy to Style\u003c\/span\u003e\n        \u003cspan class=\"mhd-pill\"\u003eHalloween Ready\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"mhd-column\"\u003e\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-5-2.png?v=1790080631\" alt=\"Bat Shadow Halloween Projection Lamp details\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eDesigned for the season\u003c\/span\u003e\n        \u003ch3\u003eSet the Mood With Atmospheric Light\u003c\/h3\u003e\n        \u003cp\u003eTransform a blank wall into an instant Halloween scene with this bat-shadow projection lamp. The spherical black shade features bat-shaped openings that cast glowing silhouettes across nearby walls, creating a dramatic lighting effect while the compact tabletop base fits easily on consoles, shelves, desks, or party tables.\u003c\/p\u003e\n        \u003cul class=\"mhd-feature-list\"\u003e\n          \u003cli\u003eProjects bat-shaped shadows onto surrounding walls\u003c\/li\u003e\n          \u003cli\u003eWarm orange glow creates dramatic Halloween atmosphere\u003c\/li\u003e\n          \u003cli\u003eDecorative spherical silhouette design\u003c\/li\u003e\n          \u003cli\u003eCompact tabletop size for flexible placement\u003c\/li\u003e\n          \u003cli\u003eGreat for parties, living rooms, entryways, and seasonal displays\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-5-3.png?v=1790080631\" alt=\"Bat Shadow Halloween Projection Lamp styled for Halloween\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eStyle it your way\u003c\/span\u003e\n        \u003ch3\u003eMade for Memorable Halloween Spaces\u003c\/h3\u003e\n        \u003cp\u003eUse it as a focal point or combine it with pumpkins, warm lighting, autumn foliage, and black-and-orange accents for a coordinated seasonal display.\u003c\/p\u003e\n        \u003cdiv class=\"mhd-uses\"\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🍽️\u003c\/span\u003e\u003cstrong\u003eTabletops\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🔥\u003c\/span\u003e\u003cstrong\u003eMantels\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e📚\u003c\/span\u003e\u003cstrong\u003eShelves\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🏠\u003c\/span\u003e\u003cstrong\u003eEntryways\u003c\/strong\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-5-4.png?v=1790080630\" alt=\"Bat Shadow Halloween Projection Lamp seasonal display\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eA polished finishing touch\u003c\/span\u003e\n        \u003ch3\u003eEasy to Coordinate With Your Halloween Collection\u003c\/h3\u003e\n        \u003cp\u003eIts seasonal palette and detailed styling make it easy to build a complete display around the piece while keeping the finished space visually balanced.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdetails class=\"mhd-details\" open\u003e\n      \u003csummary\u003eProduct Highlights\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003eProjects bat-shaped shadows onto surrounding walls. Warm orange glow creates dramatic Halloween atmosphere. Decorative spherical silhouette design. Compact tabletop size for flexible placement. Great for parties, living rooms, entryways, and seasonal displays.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mhd-details\"\u003e\n      \u003csummary\u003eStyling Ideas\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003ePair with pumpkins, lanterns, autumn foliage, textured fabrics, or other black-and-orange decorations to create a layered Halloween display.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mhd-details\"\u003e\n      \u003csummary\u003eCare \u0026amp; Storage\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003eHandle gently during setup and removal. Keep the decoration clean and dry, then store it in a protected place after the season to help preserve its appearance.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003csection class=\"mhd-final\"\u003e\n      \u003ch3\u003eComplete Your Halloween Display\u003c\/h3\u003e\n      \u003cp\u003eBring a polished seasonal finish to your home, party, or Halloween display.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"𝐦𝐞𝐫𝐨𝐧𝐝𝐞𝐥𝐥™","offers":[{"title":"Default Title","offer_id":50487712350449,"sku":null,"price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/2-5-1.png?v=1790080630"}],"url":"https:\/\/merondell.com\/collections\/halloween-lighting-haunted-decor.oembed","provider":"𝐦𝐞𝐫𝐨𝐧𝐝𝐞𝐥𝐥™","version":"1.0","type":"link"}