{"product_id":"animated-moving-witch-broom-halloween-light-sound-decor","title":"Animated Moving Witch Broom | Halloween Light \u0026 Sound Decor","description":"\u003cstyle\u003e\n  .halloween-broom-page {\n    --hb-orange: #f28c28;\n    --hb-orange-light: #fff0dc;\n    --hb-purple: #21162e;\n    --hb-purple-light: #30213f;\n    --hb-black: #111015;\n    --hb-dark: #18131d;\n    --hb-green: #9cff66;\n    --hb-cream: #fff8ed;\n    --hb-text: #3b3030;\n    --hb-muted: #75696f;\n\n    max-width: 1120px;\n    margin: 0 auto;\n    padding: 0 14px 50px;\n    font-family: inherit;\n    color: var(--hb-text);\n  }\n\n  .halloween-broom-page *,\n  .halloween-broom-page *::before,\n  .halloween-broom-page *::after {\n    box-sizing: border-box;\n  }\n\n  \/* =========================\n     HERO\n  ========================= *\/\n\n  .hb-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 55px 30px 45px;\n    margin-bottom: 22px;\n    text-align: center;\n    color: #fff;\n    background:\n      radial-gradient(circle at 50% 20%, rgba(143, 72, 186, .28), transparent 35%),\n      linear-gradient(145deg, #0d0b10, #21152b 55%, #120e16);\n    border-radius: 22px;\n  }\n\n  .hb-hero::before {\n    content: \"🕷️     🦇     🎃     👻     🕸️\";\n    display: block;\n    margin-bottom: 20px;\n    font-size: 20px;\n    letter-spacing: 12px;\n    opacity: .85;\n  }\n\n  .hb-eyebrow {\n    margin: 0 0 12px;\n    color: var(--hb-orange);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n  }\n\n  .hb-hero .hb-eyebrow {\n    color: #ffae55;\n  }\n\n  .hb-title {\n    max-width: 850px;\n    margin: 0 auto 18px;\n    font-size: clamp(30px, 5vw, 52px);\n    line-height: 1.08;\n    font-weight: 800;\n  }\n\n  .hb-lead {\n    max-width: 780px;\n    margin: 0 auto 25px;\n    font-size: 17px;\n    line-height: 1.75;\n    color: #eee7ef;\n  }\n\n  .hb-media {\n    width: 100%;\n    max-width: 760px;\n    margin: 30px auto;\n  }\n\n  .hb-media img,\n  .hb-media video {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n  }\n\n  .hb-media--compact {\n    max-width: 430px;\n  }\n\n  .hb-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin: 25px auto;\n    max-width: 850px;\n  }\n\n  .hb-pill {\n    padding: 9px 14px;\n    border: 1px solid rgba(255,255,255,.13);\n    border-radius: 999px;\n    background: rgba(255,255,255,.07);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .hb-button {\n    display: inline-block;\n    padding: 14px 28px;\n    border-radius: 999px;\n    background: var(--hb-orange);\n    color: #fff !important;\n    font-size: 15px;\n    font-weight: 800;\n    text-decoration: none !important;\n    box-shadow: 0 8px 22px rgba(242,140,40,.25);\n    transition: transform .2s ease;\n  }\n\n  .hb-button:hover {\n    transform: translateY(-2px);\n  }\n\n  .hb-microcopy {\n    margin: 13px 0 0;\n    color: #bfb6c2;\n    font-size: 12px;\n  }\n\n  \/* =========================\n     GENERAL SECTION\n  ========================= *\/\n\n  .hb-section {\n    padding: 48px 30px;\n    margin-bottom: 22px;\n    border-radius: 22px;\n    background: var(--hb-cream);\n  }\n\n  .hb-section.hb-dark {\n    background:\n      radial-gradient(circle at 85% 15%, rgba(154, 255, 102, .08), transparent 28%),\n      var(--hb-black);\n    color: #fff;\n  }\n\n  .hb-section.hb-purple {\n    background: linear-gradient(135deg, #21162e, #30203e);\n    color: #fff;\n  }\n\n  .hb-section.hb-orange {\n    background: var(--hb-orange-light);\n  }\n\n  .hb-section.hb-green {\n    background: #edf6e8;\n  }\n\n  .hb-center {\n    max-width: 820px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .hb-heading {\n    margin: 0 auto 16px;\n    font-size: clamp(27px, 4vw, 39px);\n    line-height: 1.18;\n    font-weight: 800;\n    color: #241b26;\n  }\n\n  .hb-dark .hb-heading,\n  .hb-purple .hb-heading {\n    color: #fff;\n  }\n\n  .hb-section .hb-lead {\n    color: var(--hb-muted);\n  }\n\n  .hb-dark .hb-lead,\n  .hb-purple .hb-lead {\n    color: #d5cdd8;\n  }\n\n  \/* =========================\n     CARDS\n  ========================= *\/\n\n  .hb-grid {\n    display: grid;\n    gap: 18px;\n    margin-top: 32px;\n  }\n\n  .hb-grid-3 {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .hb-card {\n    padding: 25px 22px;\n    border-radius: 16px;\n    background: #fff;\n    border: 1px solid #eee5dc;\n  }\n\n  .hb-dark .hb-card,\n  .hb-purple .hb-card {\n    background: var(--hb-purple-light);\n    border-color: rgba(255,255,255,.07);\n  }\n\n  .hb-icon {\n    margin-bottom: 12px;\n    font-size: 28px;\n  }\n\n  .hb-subheading {\n    margin: 0 0 9px;\n    font-size: 19px;\n    line-height: 1.3;\n  }\n\n  .hb-card p {\n    margin: 0;\n    color: var(--hb-muted);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .hb-dark .hb-card p,\n  .hb-purple .hb-card p {\n    color: #c8bfcc;\n  }\n\n  \/* =========================\n     FEATURE HIGHLIGHT\n  ========================= *\/\n\n  .hb-highlight {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 35px;\n    align-items: center;\n    margin-top: 35px;\n  }\n\n  .hb-highlight img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n  }\n\n  .hb-feature-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .hb-feature-list li {\n    position: relative;\n    margin-bottom: 14px;\n    padding: 15px 17px 15px 45px;\n    border-radius: 12px;\n    background: rgba(255,255,255,.65);\n    line-height: 1.55;\n  }\n\n  .hb-feature-list li::before {\n    content: \"🎃\";\n    position: absolute;\n    left: 16px;\n    top: 15px;\n  }\n\n  .hb-dark .hb-feature-list li,\n  .hb-purple .hb-feature-list li {\n    background: rgba(255,255,255,.07);\n  }\n\n  \/* =========================\n     SCENE GRID\n  ========================= *\/\n\n  .hb-scene-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-top: 30px;\n  }\n\n  .hb-scene {\n    padding: 22px 12px;\n    text-align: center;\n    border-radius: 15px;\n    background: #fff;\n    border: 1px solid #eee2d4;\n  }\n\n  .hb-scene span {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 28px;\n  }\n\n  .hb-scene strong {\n    font-size: 14px;\n  }\n\n  \/* =========================\n     STEPS\n  ========================= *\/\n\n  .hb-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-top: 32px;\n  }\n\n  .hb-step {\n    padding: 25px 22px;\n    border-radius: 16px;\n    background: #fff;\n    border: 1px solid #eee5dc;\n  }\n\n  .hb-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 15px;\n    border-radius: 50%;\n    background: var(--hb-orange);\n    color: #fff;\n    font-weight: 800;\n  }\n\n  .hb-step p {\n    margin: 0;\n    color: var(--hb-muted);\n    line-height: 1.65;\n    font-size: 15px;\n  }\n\n  \/* =========================\n     SCENE NOTE\n  ========================= *\/\n\n  .hb-note {\n    max-width: 800px;\n    margin: 25px auto 0;\n    padding: 14px 18px;\n    border-radius: 10px;\n    background: rgba(0,0,0,.045);\n    color: var(--hb-muted);\n    font-size: 13px;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  \/* =========================\n     TABLE\n  ========================= *\/\n\n  .hb-table-wrap {\n    max-width: 850px;\n    margin: 30px auto 0;\n    overflow-x: auto;\n  }\n\n  .hb-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .hb-table th,\n  .hb-table td {\n    padding: 15px 17px;\n    border-bottom: 1px solid #eee5dc;\n    text-align: left;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .hb-table th {\n    width: 32%;\n    color: #382d39;\n    background: #fff7ed;\n  }\n\n  \/* =========================\n     ALERT\n  ========================= *\/\n\n  .hb-alert {\n    padding: 20px 22px;\n    border-left: 4px solid var(--hb-orange);\n    border-radius: 12px;\n    background: #fff0dc;\n    color: #574437;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================\n     TRUST\n  ========================= *\/\n\n  .hb-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-top: 30px;\n  }\n\n  .hb-trust {\n    padding: 20px 16px;\n    border-radius: 14px;\n    background: #fff;\n    text-align: center;\n    border: 1px solid #eee5dc;\n  }\n\n  .hb-trust strong,\n  .hb-trust span {\n    display: block;\n  }\n\n  .hb-trust strong {\n    margin-bottom: 7px;\n    font-size: 14px;\n  }\n\n  .hb-trust span {\n    color: var(--hb-muted);\n    font-size: 12px;\n    line-height: 1.55;\n  }\n\n  .hb-details {\n    max-width: 850px;\n    margin: 25px auto 0;\n  }\n\n  .hb-details details {\n    padding: 17px 18px;\n    margin-bottom: 9px;\n    border-radius: 11px;\n    background: #fff;\n    border: 1px solid #eee5dc;\n  }\n\n  .hb-details summary {\n    cursor: pointer;\n    font-weight: 700;\n  }\n\n  .hb-details p {\n    margin: 12px 0 0;\n    color: var(--hb-muted);\n    line-height: 1.65;\n    font-size: 14px;\n  }\n\n  \/* =========================\n     CTA\n  ========================= *\/\n\n  .hb-cta {\n    position: relative;\n    overflow: hidden;\n    padding: 55px 25px;\n    text-align: center;\n    border-radius: 20px;\n    color: #fff;\n    background:\n      radial-gradient(circle at 50% 0%, rgba(242,140,40,.25), transparent 35%),\n      linear-gradient(145deg, #0e0c11, #24152e);\n  }\n\n  .hb-cta::after {\n    content: \"🦇  🕸️  🎃  🕷️\";\n    display: block;\n    margin-top: 28px;\n    font-size: 18px;\n    letter-spacing: 10px;\n    opacity: .8;\n  }\n\n  .hb-cta .hb-heading {\n    max-width: 720px;\n    color: #fff;\n  }\n\n  .hb-cta p {\n    max-width: 700px;\n    margin: 0 auto 24px;\n    color: #d9d1dc;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     MOBILE\n  ========================= *\/\n\n  @media (max-width: 768px) {\n\n    .halloween-broom-page {\n      padding: 0 9px 30px;\n    }\n\n    .hb-hero {\n      padding: 38px 18px 32px;\n      border-radius: 16px;\n    }\n\n    .hb-hero::before {\n      font-size: 16px;\n      letter-spacing: 5px;\n    }\n\n    .hb-title {\n      font-size: 31px;\n    }\n\n    .hb-lead {\n      font-size: 15px;\n      line-height: 1.65;\n    }\n\n    .hb-section {\n      padding: 34px 17px;\n      border-radius: 16px;\n      margin-bottom: 14px;\n    }\n\n    .hb-heading {\n      font-size: 27px;\n    }\n\n    .hb-grid-3,\n    .hb-steps,\n    .hb-trust-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hb-highlight {\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n\n    .hb-scene-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .hb-card,\n    .hb-step {\n      padding: 21px 18px;\n    }\n\n    .hb-media {\n      margin: 22px auto;\n    }\n\n    .hb-table th,\n    .hb-table td {\n      padding: 12px;\n      font-size: 13px;\n    }\n\n    .hb-table th {\n      width: 38%;\n    }\n\n    .hb-cta {\n      padding: 42px 18px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"halloween-broom-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hb-hero\"\u003e\n\u003cp class=\"hb-eyebrow\"\u003e🎃 Halloween Is Better When It Moves\u003c\/p\u003e\n\u003ch1 class=\"hb-title\"\u003e\u003cspan style=\"color: rgb(230, 230, 230);\"\u003eTurn Your Floor Into a Witch's Haunted Playground\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"hb-lead\"\u003eForget Halloween decorations that simply sit there. This animated witch broom glides across the floor, glows with eerie green light, and adds spooky sound effects to make your Halloween scene feel surprisingly alive.\u003c\/p\u003e\n\u003cdiv class=\"hb-media hb-media--compact\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/6663\/0566\/files\/gif-0.5x.gif?v=1787220607\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hb-pills\"\u003e\n\u003cspan class=\"hb-pill\"\u003e🧹 Auto-Roaming Motion\u003c\/span\u003e \u003cspan class=\"hb-pill\"\u003e💚 Eerie Green Glow\u003c\/span\u003e \u003cspan class=\"hb-pill\"\u003e🔊 Spooky Sounds\u003c\/span\u003e \u003cspan class=\"hb-pill\"\u003e🎃 Halloween Scenes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"hb-button\" href=\"#hb-buy\"\u003e 🧙 Bring the Witch's Broom to Life → \u003c\/a\u003e\n\u003cp class=\"hb-microcopy\"\u003ePerfect for Halloween parties • Haunted displays • Porch scenes\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- HOOK --\u003e\n\u003csection class=\"hb-section hb-orange\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cp class=\"hb-eyebrow\"\u003e👻 Don't Let Your Halloween Decor Sit Still\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003eThe Spookiest Part of the Room Might Start Moving\u003c\/h2\u003e\n\u003cp class=\"hb-lead\"\u003eA pumpkin can sit. A ghost can hang. But a witch's broom that suddenly glides across the floor? That's the kind of Halloween detail guests actually notice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-grid hb-grid-3\"\u003e\n\u003cdiv class=\"hb-card\"\u003e\n\u003cdiv class=\"hb-icon\"\u003e🧹\u003c\/div\u003e\n\u003ch3 class=\"hb-subheading\"\u003eIt Actually Moves\u003c\/h3\u003e\n\u003cp\u003eAutomatic roaming movement turns a familiar witch broom into an unexpected Halloween effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-card\"\u003e\n\u003cdiv class=\"hb-icon\"\u003e💚\u003c\/div\u003e\n\u003ch3 class=\"hb-subheading\"\u003eIt Actually Glows\u003c\/h3\u003e\n\u003cp\u003eGreen LED lighting adds an eerie supernatural glow when the Halloween lights go down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-card\"\u003e\n\u003cdiv class=\"hb-icon\"\u003e🔊\u003c\/div\u003e\n\u003ch3 class=\"hb-subheading\"\u003eIt Has a Soundtrack\u003c\/h3\u003e\n\u003cp\u003eSpooky sound effects add another layer to your haunted Halloween atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 1 --\u003e\n\u003csection class=\"hb-section hb-dark\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cp class=\"hb-eyebrow\"\u003e🧹 The Witch Has Left the House\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003eWatch the Broom Glide Across the Floor\u003c\/h2\u003e\n\u003cp class=\"hb-lead\"\u003eThe automatic roaming design creates the illusion that a witch has left her broom behind—and somehow, it's still moving on its own.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-media\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/8cb9029b6405e6aea678d64a6f72b0ab23907b47.png\" alt=\"Animated witch broom automatic roaming movement\" width=\"700\" height=\"700\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hb-grid hb-grid-3\"\u003e\n\u003cdiv class=\"hb-card\"\u003e\n\u003cdiv class=\"hb-icon\"\u003e🌀\u003c\/div\u003e\n\u003ch3 class=\"hb-subheading\"\u003e\u003cspan style=\"color: rgb(230, 230, 230);\"\u003eAutomatic Motion\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eAdds movement without requiring someone to continuously operate the decoration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-card\"\u003e\n\u003cdiv class=\"hb-icon\"\u003e🧙\u003c\/div\u003e\n\u003ch3 class=\"hb-subheading\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eWitchy Magic\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eThe moving broom instantly fits into classic witch and haunted-house Halloween themes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-card\"\u003e\n\u003cdiv class=\"hb-icon\"\u003e😱\u003c\/div\u003e\n\u003ch3 class=\"hb-subheading\"\u003e\u003cspan style=\"color: rgb(230, 230, 230);\"\u003eUnexpected Surprise\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eMovement creates a fun little surprise when guests enter the scene.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003csection class=\"hb-section hb-green\"\u003e\n\u003cdiv class=\"hb-highlight\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"hb-eyebrow\"\u003e💚 A Glow From the Other Side\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003eGive Your Halloween Scene an Eerie Green Glow\u003c\/h2\u003e\n\u003cp class=\"hb-lead\"\u003eBuilt-in green LEDs create a supernatural-looking glow that helps the broom stand out when the room gets darker.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-media\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/8bba902ed7d7600cdea7a64e0a4fb133018f44e2.png\" alt=\"Green LED glowing Halloween witch broom\" width=\"700\" height=\"700\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"hb-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpooky green illumination\u003c\/strong\u003e adds atmosphere to darker Halloween scenes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNighttime visibility\u003c\/strong\u003e helps the broom become part of the visual centerpiece.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt-in lighting effect\u003c\/strong\u003e means the broom brings its own Halloween glow.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 3 --\u003e\n\u003csection class=\"hb-section hb-purple\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cp class=\"hb-eyebrow\"\u003e🔊 Three Ways to Set the Mood\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003eMovement + Green Light + Spooky Sound\u003c\/h2\u003e\n\u003cp class=\"hb-lead\"\u003eOne decoration combines three attention-grabbing effects to make your Halloween display feel more immersive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-media\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/a1d0dcd5e9eb95481976c011fb863cc7ba3d19dd.png\" alt=\"Halloween broom with movement green light and spooky sound\" width=\"700\" height=\"700\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hb-grid hb-grid-3\"\u003e\n\u003cdiv class=\"hb-card\"\u003e\n\u003cdiv class=\"hb-icon\"\u003e🧹\u003c\/div\u003e\n\u003ch3 class=\"hb-subheading\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eMovement\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eMakes the broom appear to move by itself across the floor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-card\"\u003e\n\u003cdiv class=\"hb-icon\"\u003e💚\u003c\/div\u003e\n\u003ch3 class=\"hb-subheading\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eGreen Light\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eCreates an eerie supernatural glow around the decoration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-card\"\u003e\n\u003cdiv class=\"hb-icon\"\u003e🔊\u003c\/div\u003e\n\u003ch3 class=\"hb-subheading\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eSpooky Sound\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eAdds themed audio to complete the Halloween atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DESIGN --\u003e\n\u003csection class=\"hb-section hb-dark\"\u003e\n\u003cdiv class=\"hb-highlight\"\u003e\n\u003cdiv class=\"hb-media\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/f2a7dbae682910b030e8fa26744a2049c7ef3776.png\" alt=\"Classic twisted Halloween witch broom design\" width=\"700\" height=\"700\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"hb-eyebrow\"\u003e🧙 Straight Out of a Witch's Cottage\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003eA Classic Broom Shape With a Spooky Twist\u003c\/h2\u003e\n\u003cp class=\"hb-lead\"\u003eThe curved handle and retro straw-style broom head give it a recognizable witch-broom silhouette that works even when the animation is off.\u003c\/p\u003e\n\u003cul class=\"hb-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwisted silhouette\u003c\/strong\u003e gives the broom a whimsical supernatural look.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRetro broom styling\u003c\/strong\u003e pairs naturally with witches, pumpkins and ghosts.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStatic or animated\u003c\/strong\u003e — it still works as Halloween decor when stopped.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HALLOWEEN SCENES --\u003e\n\u003csection class=\"hb-section hb-orange\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cp class=\"hb-eyebrow\"\u003e🎃 Where Will the Witch Land?\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003eBring the Haunted Broom Into Your Halloween Scene\u003c\/h2\u003e\n\u003cp class=\"hb-lead\"\u003ePlace it on a suitable flat, hard surface and let it become part of your Halloween setup, from the living room to the front porch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-media\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/6992440d827be2748618a4ff217b5c31ec17659f.png\" alt=\"Animated witch broom Halloween indoor and outdoor scenes\" width=\"700\" height=\"700\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hb-scene-grid\"\u003e\n\u003cdiv class=\"hb-scene\"\u003e\n\u003cspan\u003e🏠\u003c\/span\u003e \u003cstrong\u003eHaunted Living Room\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-scene\"\u003e\n\u003cspan\u003e🎃\u003c\/span\u003e \u003cstrong\u003eHalloween Porch\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-scene\"\u003e\n\u003cspan\u003e👻\u003c\/span\u003e \u003cstrong\u003eHaunted House\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-scene\"\u003e\n\u003cspan\u003e🎉\u003c\/span\u003e \u003cstrong\u003eHalloween Party\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GIFT --\u003e\n\u003csection class=\"hb-section hb-purple\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cp class=\"hb-eyebrow\"\u003e🎁 A Halloween Gift With Personality\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003eSkip the Ordinary Halloween Gift\u003c\/h2\u003e\n\u003cp class=\"hb-lead\"\u003eWith Halloween-themed printed packaging, the animated broom makes a playful seasonal gift for anyone who loves spooky decorations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-media\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/4bf9c38e228b5357f1f44e400efb5b100be47072.png\" alt=\"Animated witch broom Halloween gift packaging\" width=\"700\" height=\"700\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hb-grid hb-grid-3\"\u003e\n\u003cdiv class=\"hb-card\"\u003e\n\u003cdiv class=\"hb-icon\"\u003e🎃\u003c\/div\u003e\n\u003ch3 class=\"hb-subheading\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eHalloween Presentation\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eSeasonal packaging fits naturally with the Halloween theme.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-card\"\u003e\n\u003cdiv class=\"hb-icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3 class=\"hb-subheading\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eFun to Give\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eA playful choice for Halloween lovers and seasonal decorators.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-card\"\u003e\n\u003cdiv class=\"hb-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3 class=\"hb-subheading\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eEasy to Store\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eKeep the original packaging for storage between Halloween seasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PORCH --\u003e\n\u003csection class=\"hb-section hb-dark\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cp class=\"hb-eyebrow\"\u003e🎃 Make the Front Door Come Alive\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003eGive Trick-or-Treaters a Little Halloween Surprise\u003c\/h2\u003e\n\u003cp class=\"hb-lead\"\u003ePut the broom on a suitable flat porch or entry surface and let its movement become part of the Halloween welcome.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-media\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/131b9a21a071ccac8b97918699e1113e1f3baff5.png\" alt=\"Animated witch broom Halloween porch decoration\" width=\"700\" height=\"700\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HAUNTED SCENE --\u003e\n\u003csection class=\"hb-section\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cp class=\"hb-eyebrow\"\u003e👻 Build the Haunted Atmosphere\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003eLet the Broom Join Your Witches, Pumpkins \u0026amp; Ghosts\u003c\/h2\u003e\n\u003cp class=\"hb-lead\"\u003eCombine the moving broom with your existing Halloween decorations to add movement and contrast to an otherwise static display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-media\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/ad7da70fe8748b1042e9d7e75647c9d7559bad9b.png\" alt=\"Haunted house Halloween scene with animated witch broom\" width=\"700\" height=\"700\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PARTY --\u003e\n\u003csection class=\"hb-section hb-orange\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cp class=\"hb-eyebrow\"\u003e🎉 Halloween Party Mode\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003eSwitch It On and Let the Spooky Fun Begin\u003c\/h2\u003e\n\u003cp class=\"hb-lead\"\u003eMovement, green light and Halloween-themed sound effects can add an interactive touch to parties, haunted displays and seasonal gatherings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-media\"\u003e\u003cimg src=\"https:\/\/cdn.webfastcdn.com\/image\/fb948b5ac2e6a10df86d8b391d6c318a2bb023a7.png\" alt=\"Animated witch broom Halloween party decoration\" width=\"700\" height=\"700\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003csection class=\"hb-section\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cp class=\"hb-eyebrow\"\u003e🕸️ Simple Halloween Setup\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003ePlace It. Turn It On. Let the Broom Do the Haunting.\u003c\/h2\u003e\n\u003cp class=\"hb-lead\"\u003eSet up the broom on a suitable surface and let its animated features become part of your Halloween scene.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-steps\"\u003e\n\u003cdiv class=\"hb-step\"\u003e\n\u003cspan class=\"hb-number\"\u003e1\u003c\/span\u003e\n\u003ch3 class=\"hb-subheading\"\u003eChoose the Spot\u003c\/h3\u003e\n\u003cp\u003ePlace the broom on a compatible flat, hard surface with enough open space for movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-step\"\u003e\n\u003cspan class=\"hb-number\"\u003e2\u003c\/span\u003e\n\u003ch3 class=\"hb-subheading\"\u003eActivate It\u003c\/h3\u003e\n\u003cp\u003eTurn on the available animated features according to the product controls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-step\"\u003e\n\u003cspan class=\"hb-number\"\u003e3\u003c\/span\u003e\n\u003ch3 class=\"hb-subheading\"\u003eLet It Haunt\u003c\/h3\u003e\n\u003cp\u003eEnjoy the moving, glowing and spooky effects as part of your Halloween display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT INFO --\u003e\n\u003csection class=\"hb-section hb-purple\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cp class=\"hb-eyebrow\"\u003e🧙 The Halloween Details\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003eEverything You Need to Know\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-table-wrap\"\u003e\n\u003ctable class=\"hb-table\" style=\"width: 99.8051%; height: 453px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 44.5px;\"\u003e\n\u003cth style=\"width: 38.0859%; height: 44.5px;\"\u003eTheme\u003c\/th\u003e\n\u003ctd style=\"width: 61.9141%; height: 44.5px;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eHallowen \/ Witch \/ Haunted Decoration\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 44.5px;\"\u003e\n\u003cth style=\"width: 38.0859%; height: 44.5px;\"\u003eMovement\u003c\/th\u003e\n\u003ctd style=\"width: 61.9141%; height: 44.5px;\"\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eAutomatic roaming \/ gliding moveme\u003c\/span\u003ent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 44.5px;\"\u003e\n\u003cth style=\"width: 38.0859%; height: 44.5px;\"\u003eLighting\u003c\/th\u003e\n\u003ctd style=\"width: 61.9141%; height: 44.5px;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eBuilt-in green LED light effect\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 44.5px;\"\u003e\n\u003cth style=\"width: 38.0859%; height: 44.5px;\"\u003eSound\u003c\/th\u003e\n\u003ctd style=\"width: 61.9141%; height: 44.5px;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eHalloween-themed sound effects\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 64px;\"\u003e\n\u003cth style=\"width: 38.0859%; height: 64px;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eDesign\u003c\/span\u003e\u003c\/th\u003e\n\u003ctd style=\"width: 61.9141%; height: 64px;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eTwisted witch broom with retro straw-style broom head\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 44.5px;\"\u003e\n\u003cth style=\"width: 38.0859%; height: 44.5px;\"\u003eRecommended Surface\u003c\/th\u003e\n\u003ctd style=\"width: 61.9141%; height: 44.5px;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eFlat, hard ground \/ flooring for moving operation\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 64px;\"\u003e\n\u003cth style=\"width: 38.0859%; height: 64px;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eSuitable Scenes\u003c\/span\u003e\u003c\/th\u003e\n\u003ctd style=\"width: 61.9141%; height: 64px;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eHalloween parties, haunted displays, living rooms, porches and other compatible settings\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 64px;\"\u003e\n\u003cth style=\"width: 38.0859%; height: 64px;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eSize\u003c\/span\u003e\u003c\/th\u003e\n\u003ctd style=\"width: 61.9141%; height: 64px;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e35.4in \/ 90cm\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 44.5px;\"\u003e\n\u003cth style=\"width: 38.0859%; height: 44.5px;\"\u003e\u003c\/th\u003e\n\u003ctd style=\"width: 61.9141%; height: 44.5px;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"hb-note\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SAFETY --\u003e\n\u003csection class=\"hb-section\"\u003e\n\u003cdiv class=\"hb-alert\"\u003e\n\u003cstrong\u003e⚠️ Halloween Setup Tip:\u003c\/strong\u003e\u003cbr\u003eGive the broom enough open space to move without colliding with stairs, fragile decorations, furniture edges, open flames or other obstacles. Outdoor weather resistance was not specified, so avoid assuming the product is suitable for rain or wet surfaces.\u003cbr\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003eNote: Battery not included.\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"hb-section\"\u003e\n\u003cdiv class=\"hb-cta\" id=\"hb-buy\"\u003e\n\u003cp class=\"hb-eyebrow\"\u003e🎃 Ready for a Spookier Halloween?\u003c\/p\u003e\n\u003ch2 class=\"hb-heading\"\u003eDon't Just Decorate Halloween. Make It Move.\u003c\/h2\u003e\n\u003cp\u003eAdd a little witchcraft to your Halloween scene with a broom that moves, glows and brings spooky sound to the party.\u003c\/p\u003e\n\u003ca class=\"hb-button\" href=\"#shopify-product-form\"\u003e 🧹 Bring Home the Haunted Broom → \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"yournicola","offers":[{"title":"Witch Broom","offer_id":52338829754588,"sku":"GZ012226081810351-绿色","price":48.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0822\/5990\/2684\/files\/a1d0dcd5e9eb95481976c011fb863cc7ba3d19dd_5h3alv.jpg?v=1787799471","url":"https:\/\/yourivo.com\/products\/animated-moving-witch-broom-halloween-light-sound-decor","provider":"yourivo","version":"1.0","type":"link"}