{"product_id":"animated-witch-broom-spooky-moving-halloween-decor-with-sound-lights","title":"🧹Animated Witch Broom – Spooky Moving Halloween Decor with Sound \u0026 Lights! 👻✨","description":"\u003cstyle\u003e\n\/* =========================================================\n   ANIMATED HALLOWEEN WITCH BROOM\n   SHOPIFY PRODUCT DESCRIPTION\n   HTML + CSS ONLY \/ NO CUSTOM LIQUID \/ NO JAVASCRIPT\n   US HALLOWEEN DTC STYLE\n   TEXT ABOVE + IMAGE BELOW\n========================================================= *\/\n\n.awb-page,\n.awb-page * {\n  box-sizing: border-box;\n}\n\n.awb-page {\n  --awb-black: #242226;\n  --awb-black-dark: #171619;\n\n  --awb-purple: #67506f;\n  --awb-purple-dark: #4d3855;\n  --awb-purple-soft: #f0ebf2;\n\n  --awb-green: #5f7d55;\n  --awb-green-dark: #435e3c;\n  --awb-green-soft: #edf3ea;\n\n  --awb-orange: #a96b3f;\n  --awb-orange-soft: #f7eee5;\n\n  --awb-cream: #f8f5ef;\n  --awb-gray: #f0efee;\n  --awb-white: #ffffff;\n\n  --awb-title: #302d31;\n  --awb-text: #575159;\n  --awb-muted: #777178;\n\n  --awb-border: #dfd9df;\n  --awb-border-soft: #e9e5e9;\n\n  --awb-shadow:\n    0 10px 28px rgba(40, 34, 42, 0.08);\n\n  width: 100%;\n  max-width: 1080px;\n\n  margin: 0 auto;\n  padding: 0 0 78px;\n\n  color: var(--awb-text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  font-size: 16px;\n  line-height: 1.65;\n\n  container-type: inline-size;\n  container-name: witchBroom;\n}\n\n.awb-page img {\n  display: block;\n\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n\n  margin: 0;\n\n  border: 0;\n\n  object-fit: contain;\n}\n\n.awb-page h1,\n.awb-page h2,\n.awb-page h3,\n.awb-page p {\n  margin-top: 0;\n}\n\n.awb-page h1,\n.awb-page h2,\n.awb-page h3 {\n  color: var(--awb-title);\n  line-height: 1.18;\n}\n\n.awb-page a {\n  text-decoration: none;\n}\n\n.awb-section {\n  overflow: hidden;\n\n  margin: 18px 0;\n\n  border-radius: 20px;\n}\n\n\n\/* =========================================================\n   COMMON HEADING\n========================================================= *\/\n\n.awb-heading {\n  padding: 34px 20px 20px;\n\n  text-align: center;\n}\n\n.awb-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 6px;\n\n  margin-bottom: 11px;\n  padding: 7px 13px;\n\n  color: var(--awb-purple-dark);\n  background: var(--awb-purple-soft);\n\n  border: 1px solid #ded2e2;\n  border-radius: 999px;\n\n  font-size: 12px;\n  font-weight: 850;\n  letter-spacing: 1px;\n\n  text-transform: uppercase;\n}\n\n.awb-heading h2 {\n  max-width: 780px;\n\n  margin: 0 auto 10px;\n\n  font-size: clamp(27px, 6vw, 39px);\n  font-weight: 900;\n  letter-spacing: -.7px;\n}\n\n.awb-heading p {\n  max-width: 710px;\n\n  margin: 0 auto;\n\n  color: var(--awb-muted);\n\n  font-size: 15.5px;\n}\n\n\n\/* =========================================================\n   1. HERO\n========================================================= *\/\n\n.awb-hero {\n  background: #eee9ef;\n\n  border: 1px solid #ddd4df;\n\n  box-shadow: var(--awb-shadow);\n}\n\n.awb-hero-copy {\n  padding: 44px 22px 29px;\n\n  text-align: center;\n}\n\n.awb-hero-badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 15px;\n  padding: 8px 14px;\n\n  color: var(--awb-purple-dark);\n  background: #fff;\n\n  border: 1px solid #ddd3df;\n  border-radius: 999px;\n\n  font-size: 12px;\n  font-weight: 850;\n  letter-spacing: .6px;\n}\n\n.awb-hero h1 {\n  max-width: 850px;\n\n  margin: 0 auto 15px;\n\n  font-size: clamp(36px, 8vw, 58px);\n  font-weight: 950;\n  letter-spacing: -1.7px;\n}\n\n.awb-highlight {\n  color: var(--awb-green-dark);\n}\n\n.awb-hero-text {\n  max-width: 740px;\n\n  margin: 0 auto;\n\n  color: #615a63;\n\n  font-size: clamp(16px, 3vw, 19px);\n}\n\n.awb-hero-tags {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n\n  margin-top: 22px;\n}\n\n.awb-hero-tag {\n  padding: 8px 13px;\n\n  color: var(--awb-title);\n  background: #fff;\n\n  border: 1px solid #ddd7de;\n  border-radius: 999px;\n\n  font-size: 13px;\n  font-weight: 800;\n}\n\n.awb-hero-image {\n  padding: 0 14px 14px;\n}\n\n.awb-hero-image-inner {\n  overflow: hidden;\n\n  background: #171619;\n\n  border: 1px solid #d8d0da;\n  border-radius: 17px;\n}\n\n\n\/* =========================================================\n   2. ICON GRID\n========================================================= *\/\n\n.awb-benefits {\n  background: #fff;\n\n  border: 1px solid var(--awb-border);\n}\n\n.awb-benefit-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 10px;\n\n  padding: 5px 15px 27px;\n}\n\n.awb-benefit {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n\n  padding: 18px;\n\n  background: var(--awb-cream);\n\n  border: 1px solid var(--awb-border-soft);\n  border-radius: 15px;\n}\n\n.awb-benefit-icon {\n  display: flex;\n  flex: 0 0 52px;\n  align-items: center;\n  justify-content: center;\n\n  width: 52px;\n  height: 52px;\n\n  color: #fff;\n  background: var(--awb-purple);\n\n  border-radius: 50%;\n\n  box-shadow:\n    0 6px 15px rgba(50, 40, 55, .15);\n}\n\n.awb-benefit:nth-child(2) .awb-benefit-icon,\n.awb-benefit:nth-child(5) .awb-benefit-icon {\n  background: var(--awb-green);\n}\n\n.awb-benefit:nth-child(3) .awb-benefit-icon,\n.awb-benefit:nth-child(6) .awb-benefit-icon {\n  background: var(--awb-orange);\n}\n\n.awb-benefit-icon svg {\n  width: 25px;\n  height: 25px;\n\n  fill: none;\n  stroke: currentColor;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.awb-benefit h3 {\n  margin: 0 0 3px;\n\n  font-size: 17px;\n  font-weight: 850;\n}\n\n.awb-benefit p {\n  margin: 0;\n\n  color: var(--awb-muted);\n\n  font-size: 13.5px;\n  line-height: 1.45;\n}\n\n\n\/* =========================================================\n   3. CORE FEATURE CARDS\n   TEXT ABOVE \/ IMAGE BELOW\n========================================================= *\/\n\n.awb-features {\n  padding-bottom: 18px;\n\n  background: #f5f3f5;\n\n  border: 1px solid #e0dce1;\n}\n\n.awb-feature-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 17px;\n\n  padding: 5px 14px;\n}\n\n.awb-feature-card {\n  display: flex;\n  flex-direction: column;\n\n  overflow: hidden;\n\n  background: #fff;\n\n  border: 1px solid var(--awb-border);\n  border-radius: 18px;\n\n  box-shadow:\n    0 8px 22px rgba(39, 32, 42, .05);\n}\n\n.awb-feature-copy {\n  padding: 25px 21px 21px;\n}\n\n.awb-feature-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 39px;\n  height: 39px;\n\n  margin-bottom: 14px;\n\n  color: var(--awb-purple-dark);\n  background: var(--awb-purple-soft);\n\n  border-radius: 50%;\n\n  font-size: 13px;\n  font-weight: 950;\n}\n\n.awb-feature-copy h3 {\n  margin-bottom: 10px;\n\n  font-size: clamp(23px, 5vw, 30px);\n  font-weight: 900;\n  letter-spacing: -.4px;\n}\n\n.awb-feature-copy p {\n  margin: 0;\n\n  color: var(--awb-muted);\n\n  font-size: 15.5px;\n}\n\n.awb-feature-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 7px;\n\n  margin-top: 15px;\n}\n\n.awb-feature-tags span {\n  padding: 6px 10px;\n\n  color: var(--awb-title);\n  background: #f2eff3;\n\n  border: 1px solid #e1dce2;\n  border-radius: 999px;\n\n  font-size: 12px;\n  font-weight: 800;\n}\n\n.awb-feature-image {\n  margin-top: auto;\n\n  background: #171619;\n}\n\n.awb-feature-card:nth-child(2) .awb-feature-copy {\n  background: var(--awb-green-soft);\n}\n\n.awb-feature-card:nth-child(3) .awb-feature-copy {\n  background: var(--awb-orange-soft);\n}\n\n.awb-feature-card:nth-child(4) .awb-feature-copy {\n  background: #efedf1;\n}\n\n\n\/* =========================================================\n   QUICK BENEFIT STRIP\n========================================================= *\/\n\n.awb-strip {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 10px;\n\n  margin: 18px 0;\n}\n\n.awb-strip-card {\n  padding: 19px;\n\n  text-align: center;\n\n  background: #fff;\n\n  border: 1px solid var(--awb-border);\n  border-radius: 15px;\n}\n\n.awb-strip-card strong {\n  display: block;\n\n  margin-bottom: 4px;\n\n  color: var(--awb-title);\n\n  font-size: 17px;\n  font-weight: 900;\n}\n\n.awb-strip-card span {\n  color: var(--awb-muted);\n\n  font-size: 13.5px;\n}\n\n\n\/* =========================================================\n   STATIC VS ANIMATED\n========================================================= *\/\n\n.awb-compare {\n  background: #f1edea;\n\n  border: 1px solid #e0d8d4;\n}\n\n.awb-compare-box {\n  overflow: hidden;\n\n  margin: 4px 14px 18px;\n\n  background: #fff;\n\n  border: 1px solid #ddd8da;\n  border-radius: 15px;\n}\n\n.awb-compare-head,\n.awb-compare-row {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n}\n\n.awb-compare-head {\n  color: #fff;\n  background: var(--awb-black);\n\n  font-size: 14px;\n  font-weight: 850;\n}\n\n.awb-compare-head div,\n.awb-compare-row div {\n  padding: 13px 11px;\n}\n\n.awb-compare-head div + div,\n.awb-compare-row div + div {\n  border-left: 1px solid rgba(0,0,0,.08);\n}\n\n.awb-compare-row {\n  border-bottom: 1px solid #ece8ea;\n}\n\n.awb-compare-row:last-child {\n  border-bottom: 0;\n}\n\n.awb-compare-row div {\n  color: #686169;\n\n  font-size: 13.5px;\n}\n\n.awb-compare-row div:last-child {\n  background: #eff5ec;\n}\n\n.awb-bad {\n  margin-right: 5px;\n\n  color: #a95757;\n\n  font-weight: 950;\n}\n\n.awb-good {\n  margin-right: 5px;\n\n  color: var(--awb-green-dark);\n\n  font-weight: 950;\n}\n\n.awb-compare-image {\n  padding: 0 14px 27px;\n}\n\n.awb-compare-image img {\n  border-radius: 15px;\n}\n\n\n\/* =========================================================\n   HOW IT WORKS\n========================================================= *\/\n\n.awb-how {\n  background: #fff;\n\n  border: 1px solid var(--awb-border);\n}\n\n.awb-step-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 11px;\n\n  padding: 4px 14px 18px;\n}\n\n.awb-step {\n  display: flex;\n  gap: 14px;\n\n  padding: 18px;\n\n  background: var(--awb-cream);\n\n  border: 1px solid #e5e0e3;\n  border-radius: 15px;\n}\n\n.awb-step-number {\n  display: flex;\n  flex: 0 0 40px;\n  align-items: center;\n  justify-content: center;\n\n  width: 40px;\n  height: 40px;\n\n  color: #fff;\n  background: var(--awb-purple);\n\n  border-radius: 50%;\n\n  font-size: 13px;\n  font-weight: 950;\n}\n\n.awb-step h3 {\n  margin: 1px 0 5px;\n\n  font-size: 17px;\n  font-weight: 850;\n}\n\n.awb-step p {\n  margin: 0;\n\n  color: var(--awb-muted);\n\n  font-size: 14px;\n}\n\n.awb-how-image {\n  padding: 0 14px 28px;\n}\n\n.awb-how-image img {\n  border-radius: 15px;\n}\n\n\n\/* =========================================================\n   USE CASES\n========================================================= *\/\n\n.awb-uses {\n  color: #fff;\n\n  background: var(--awb-black-dark);\n\n  border: 1px solid #121114;\n}\n\n.awb-uses .awb-heading h2 {\n  color: #fff;\n}\n\n.awb-uses .awb-heading p {\n  color: rgba(255,255,255,.72);\n}\n\n.awb-uses .awb-eyebrow {\n  color: #fff;\n\n  background: rgba(95,125,85,.22);\n\n  border-color: rgba(255,255,255,.12);\n}\n\n.awb-use-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 9px;\n\n  padding: 4px 14px 18px;\n}\n\n.awb-use {\n  padding: 16px;\n\n  text-align: center;\n\n  background: rgba(255,255,255,.07);\n\n  border: 1px solid rgba(255,255,255,.11);\n  border-radius: 13px;\n\n  color: #fff;\n\n  font-size: 14px;\n  font-weight: 800;\n}\n\n.awb-use-image {\n  padding: 0 14px 28px;\n}\n\n.awb-use-image img {\n  border-radius: 15px;\n}\n\n\n\/* =========================================================\n   4. DETAILS + SPECS\n========================================================= *\/\n\n.awb-details {\n  padding-bottom: 18px;\n\n  background: var(--awb-cream);\n\n  border: 1px solid #e2dcdf;\n}\n\n.awb-detail-box {\n  margin: 5px 14px 15px;\n  padding: 20px;\n\n  background: #fff;\n\n  border: 1px solid #ddd7dc;\n  border-radius: 15px;\n}\n\n.awb-detail-box h3 {\n  margin-bottom: 16px;\n\n  font-size: 21px;\n  font-weight: 900;\n}\n\n.awb-detail-list {\n  display: grid;\n}\n\n.awb-detail-item {\n  display: flex;\n  gap: 11px;\n\n  padding: 12px 0;\n\n  border-bottom: 1px solid #eee9ec;\n}\n\n.awb-detail-item:last-child {\n  border-bottom: 0;\n}\n\n.awb-check {\n  display: inline-flex;\n  flex: 0 0 23px;\n  align-items: center;\n  justify-content: center;\n\n  width: 23px;\n  height: 23px;\n\n  margin-top: 2px;\n\n  color: var(--awb-green-dark);\n  background: var(--awb-green-soft);\n\n  border-radius: 50%;\n\n  font-size: 11px;\n  font-weight: 950;\n}\n\n.awb-detail-item strong {\n  display: block;\n\n  margin-bottom: 2px;\n\n  color: var(--awb-title);\n\n  font-size: 15px;\n}\n\n.awb-detail-item span {\n  color: var(--awb-muted);\n\n  font-size: 14px;\n}\n\n\n\/* SPECS *\/\n\n.awb-spec-wrap {\n  overflow: hidden;\n\n  border: 1px solid #ddd7dc;\n  border-radius: 13px;\n}\n\n.awb-spec-row {\n  display: grid;\n  grid-template-columns: 40% 60%;\n\n  border-bottom: 1px solid #ebe6e9;\n}\n\n.awb-spec-row:last-child {\n  border-bottom: 0;\n}\n\n.awb-spec-label,\n.awb-spec-value {\n  padding: 12px;\n\n  font-size: 14px;\n}\n\n.awb-spec-label {\n  color: var(--awb-title);\n  background: #f0edef;\n\n  font-weight: 850;\n}\n\n.awb-spec-value {\n  color: #5f5960;\n  background: #fff;\n}\n\n.awb-note {\n  margin: 12px 0 0 !important;\n\n  color: var(--awb-muted);\n\n  font-size: 12.5px;\n}\n\n.awb-safety {\n  margin: 15px 14px;\n  padding: 18px;\n\n  background: var(--awb-orange-soft);\n\n  border: 1px solid #ead8c9;\n  border-radius: 14px;\n}\n\n.awb-safety strong {\n  display: block;\n\n  margin-bottom: 6px;\n\n  color: #805531;\n\n  font-size: 15px;\n}\n\n.awb-safety p {\n  margin: 0;\n\n  color: #756557;\n\n  font-size: 13.5px;\n}\n\n.awb-detail-image {\n  padding: 0 14px 4px;\n}\n\n.awb-detail-image img {\n  border: 1px solid #ddd5dc;\n  border-radius: 15px;\n}\n\n\n\/* =========================================================\n   5. FAQ\n========================================================= *\/\n\n.awb-faq {\n  background: #fff;\n\n  border: 1px solid var(--awb-border);\n}\n\n.awb-faq-list {\n  padding: 4px 14px 26px;\n}\n\n.awb-faq-item {\n  overflow: hidden;\n\n  margin-bottom: 9px;\n\n  background: #faf8fa;\n\n  border: 1px solid #e2dde2;\n  border-radius: 13px;\n}\n\n.awb-faq-item:last-child {\n  margin-bottom: 0;\n}\n\n.awb-faq-item summary {\n  position: relative;\n\n  display: flex;\n  align-items: center;\n\n  min-height: 60px;\n\n  padding: 16px 50px 16px 17px;\n\n  color: var(--awb-title);\n\n  font-size: 15.5px;\n  font-weight: 850;\n  line-height: 1.4;\n\n  cursor: pointer;\n  list-style: none;\n\n  user-select: none;\n}\n\n.awb-faq-item summary::-webkit-details-marker {\n  display: none;\n}\n\n.awb-faq-arrow {\n  position: absolute;\n  top: 50%;\n  right: 17px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 26px;\n  height: 26px;\n\n  background: var(--awb-purple-soft);\n\n  border-radius: 50%;\n\n  transform:\n    translateY(-50%)\n    rotate(0deg);\n\n  transition:\n    transform .3s ease,\n    background-color .3s ease;\n}\n\n.awb-faq-arrow svg {\n  width: 13px;\n  height: 13px;\n\n  fill: none;\n  stroke: var(--awb-purple-dark);\n  stroke-width: 2.2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.awb-faq-item[open] .awb-faq-arrow {\n  background: #dfd3e3;\n\n  transform:\n    translateY(-50%)\n    rotate(180deg);\n}\n\n.awb-faq-answer {\n  padding: 0 17px 18px;\n\n  color: var(--awb-muted);\n\n  font-size: 14.5px;\n}\n\n.awb-faq-answer p {\n  margin: 0;\n}\n\n\n\/* =========================================================\n   6. GUARANTEES\n========================================================= *\/\n\n.awb-guarantees {\n  background: #f1edef;\n\n  border: 1px solid #ded8dd;\n}\n\n.awb-guarantee-grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 11px;\n\n  padding: 4px 14px 28px;\n}\n\n.awb-guarantee {\n  padding: 22px 18px;\n\n  text-align: center;\n\n  background: #fff;\n\n  border: 1px solid #ddd8dc;\n  border-radius: 15px;\n}\n\n.awb-guarantee-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 50px;\n  height: 50px;\n\n  margin: 0 auto 12px;\n\n  color: #fff;\n  background: var(--awb-purple);\n\n  border-radius: 50%;\n}\n\n.awb-guarantee:nth-child(2) .awb-guarantee-icon {\n  background: var(--awb-green);\n}\n\n.awb-guarantee:nth-child(3) .awb-guarantee-icon {\n  background: var(--awb-orange);\n}\n\n.awb-guarantee-icon svg {\n  width: 25px;\n  height: 25px;\n\n  fill: none;\n  stroke: currentColor;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.awb-guarantee h3 {\n  margin-bottom: 5px;\n\n  font-size: 17px;\n  font-weight: 900;\n}\n\n.awb-guarantee p {\n  margin: 0;\n\n  color: var(--awb-muted);\n\n  font-size: 13.5px;\n  line-height: 1.55;\n}\n\n\n\/* =========================================================\n   7. CTA\n========================================================= *\/\n\n.awb-cta {\n  padding: 44px 21px;\n\n  color: #fff;\n  text-align: center;\n\n  background: var(--awb-black-dark);\n\n  border: 1px solid #111013;\n}\n\n.awb-cta h2 {\n  max-width: 780px;\n\n  margin: 0 auto 11px;\n\n  color: #fff;\n\n  font-size: clamp(30px, 6vw, 45px);\n  font-weight: 950;\n  letter-spacing: -.8px;\n}\n\n.awb-cta-text {\n  max-width: 660px;\n\n  margin: 0 auto 23px;\n\n  color: rgba(255,255,255,.79);\n\n  font-size: 15.5px;\n}\n\n.awb-buy-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n\n  min-height: 54px;\n\n  padding: 13px 30px;\n\n  color: #fff !important;\n  background: var(--awb-green);\n\n  border: 2px solid var(--awb-green);\n  border-radius: 999px;\n\n  box-shadow:\n    0 9px 24px rgba(0,0,0,.22);\n\n  font-size: 16px;\n  font-weight: 950;\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease,\n    background-color .22s ease;\n}\n\n.awb-buy-button:hover {\n  background: #718f66;\n\n  box-shadow:\n    0 14px 30px rgba(0,0,0,.3);\n\n  transform: translateY(-3px);\n}\n\n.awb-buy-button:active {\n  transform:\n    translateY(2px)\n    scale(.98);\n}\n\n.awb-buy-button svg {\n  width: 18px;\n  height: 18px;\n\n  fill: none;\n  stroke: currentColor;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.awb-cta-note {\n  margin: 14px 0 0 !important;\n\n  color: rgba(255,255,255,.65);\n\n  font-size: 12.5px;\n}\n\n\n\/* =========================================================\n   FLOATING BUY BUTTON\n========================================================= *\/\n\n.awb-floating-buy {\n  position: fixed;\n  right: 17px;\n  bottom: 17px;\n  z-index: 40;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 7px;\n\n  min-height: 48px;\n\n  padding: 11px 18px;\n\n  color: #fff !important;\n  background: var(--awb-black-dark);\n\n  border: 1px solid rgba(255,255,255,.13);\n  border-radius: 999px;\n\n  box-shadow:\n    0 11px 29px rgba(0,0,0,.28);\n\n  font-size: 14px;\n  font-weight: 900;\n\n  transition:\n    transform .22s ease,\n    background-color .22s ease,\n    box-shadow .22s ease;\n}\n\n.awb-floating-buy:hover {\n  background: var(--awb-purple);\n\n  box-shadow:\n    0 15px 35px rgba(0,0,0,.33);\n\n  transform: translateY(-3px);\n}\n\n.awb-floating-buy:active {\n  transform:\n    translateY(2px)\n    scale(.97);\n}\n\n.awb-floating-buy svg {\n  width: 17px;\n  height: 17px;\n\n  fill: none;\n  stroke: currentColor;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\n\/* =========================================================\n   CONTAINER QUERIES\n========================================================= *\/\n\n@container witchBroom (min-width: 520px) {\n\n  .awb-benefit-grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n  }\n\n  .awb-strip {\n    grid-template-columns:\n      repeat(3, minmax(0, 1fr));\n  }\n\n  .awb-step-grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n  }\n\n  .awb-use-grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n  }\n\n  .awb-guarantee-grid {\n    grid-template-columns:\n      repeat(3, minmax(0, 1fr));\n  }\n\n}\n\n\n@container witchBroom (min-width: 760px) {\n\n  .awb-hero-copy {\n    padding:\n      50px 38px\n      32px;\n  }\n\n  .awb-heading {\n    padding:\n      40px 30px\n      22px;\n  }\n\n  .awb-benefit-grid {\n    grid-template-columns:\n      repeat(3, minmax(0, 1fr));\n\n    padding:\n      6px 23px\n      32px;\n  }\n\n  .awb-benefit {\n    display: block;\n\n    padding: 21px 17px;\n\n    text-align: center;\n  }\n\n  .awb-benefit-icon {\n    margin:\n      0 auto\n      13px;\n  }\n\n  .awb-step-grid {\n    grid-template-columns:\n      repeat(3, minmax(0, 1fr));\n\n    padding-left: 23px;\n    padding-right: 23px;\n  }\n\n  .awb-step {\n    display: block;\n\n    text-align: center;\n  }\n\n  .awb-step-number {\n    margin:\n      0 auto\n      12px;\n  }\n\n  .awb-use-grid {\n    grid-template-columns:\n      repeat(4, minmax(0, 1fr));\n\n    padding-left: 23px;\n    padding-right: 23px;\n  }\n\n  .awb-detail-box {\n    margin-left: 23px;\n    margin-right: 23px;\n\n    padding: 25px;\n  }\n\n  .awb-safety {\n    margin-left: 23px;\n    margin-right: 23px;\n  }\n\n  .awb-detail-image,\n  .awb-how-image,\n  .awb-use-image,\n  .awb-compare-image {\n    padding-left: 23px;\n    padding-right: 23px;\n  }\n\n  .awb-compare-box {\n    margin-left: 23px;\n    margin-right: 23px;\n  }\n\n  .awb-faq-list,\n  .awb-guarantee-grid {\n    padding-left: 23px;\n    padding-right: 23px;\n  }\n\n}\n\n\n\/*\n   Keep main feature cards single-column inside\n   normal Shopify 450–650px product description areas.\n*\/\n\n@container witchBroom (min-width: 900px) {\n\n  .awb-feature-grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n\n    padding:\n      6px 23px;\n  }\n\n}\n\n\n\/* =========================================================\n   SMALL MOBILE\n========================================================= *\/\n\n@media (max-width: 480px) {\n\n  .awb-page {\n    padding-bottom: 68px;\n  }\n\n  .awb-section {\n    margin: 13px 0;\n\n    border-radius: 16px;\n  }\n\n  .awb-hero-copy {\n    padding:\n      30px 17px\n      22px;\n  }\n\n  .awb-heading {\n    padding:\n      27px 17px\n      16px;\n  }\n\n  .awb-feature-copy {\n    padding:\n      22px 18px\n      19px;\n  }\n\n  .awb-spec-label,\n  .awb-spec-value {\n    padding:\n      11px 8px;\n\n    font-size: 12.5px;\n  }\n\n  .awb-compare-head,\n  .awb-compare-row {\n    font-size: 12px;\n  }\n\n  .awb-floating-buy {\n    right: 11px;\n    bottom: 11px;\n\n    min-height: 45px;\n\n    padding:\n      10px 15px;\n\n    font-size: 13px;\n  }\n\n}\n\n\n\/* =========================================================\n   ACCESSIBILITY\n========================================================= *\/\n\n@media (prefers-reduced-motion: reduce) {\n\n  .awb-page *,\n  .awb-page *::before,\n  .awb-page *::after {\n    transition-duration: .01ms !important;\n    animation-duration: .01ms !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"awb-page\"\u003e\n\u003c!-- =====================================================\n       1. HERO BANNER\n  ====================================================== --\u003e\n\u003csection class=\"awb-section awb-hero\"\u003e\n\u003cdiv class=\"awb-hero-copy\"\u003e\n\u003cspan class=\"awb-hero-badge\"\u003e 🧹 MOVING · GLOWING · SPOOKY SOUNDS \u003c\/span\u003e\n\u003ch1\u003eThe Witch Broom That \u003cspan class=\"awb-highlight\"\u003e Comes to Life \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"awb-hero-text\"\u003eForget another static Halloween prop. This animated witch broom moves across the floor, glows with eerie green LED light and adds creepy sound effects that make your haunted setup feel like a little witchcraft just moved in.\u003c\/p\u003e\n\u003cdiv class=\"awb-hero-tags\"\u003e\n\u003cspan class=\"awb-hero-tag\"\u003e ✓ Animated Movement \u003c\/span\u003e \u003cspan class=\"awb-hero-tag\"\u003e ✓ Green LED Glow \u003c\/span\u003e \u003cspan class=\"awb-hero-tag\"\u003e ✓ Spooky Sounds \u003c\/span\u003e \u003cspan class=\"awb-hero-tag\"\u003e ✓ Interactive Activation \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-hero-image\"\u003e\n\u003cdiv class=\"awb-hero-image-inner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/8_13_1.webp?v=1786701429\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       2. CORE BENEFITS\n  ====================================================== --\u003e\n\u003csection class=\"awb-section awb-benefits\"\u003e\n\u003cdiv class=\"awb-heading\"\u003e\n\u003cspan class=\"awb-eyebrow\"\u003e MORE THAN A DECORATIVE BROOM \u003c\/span\u003e\n\u003ch2\u003eGive Guests Something That Actually Reacts\u003c\/h2\u003e\n\u003cp\u003eMovement, light and sound work together to make an ordinary corner feel like part of a haunted house.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-benefit-grid\"\u003e\n\u003cdiv class=\"awb-benefit\"\u003e\n\u003cdiv class=\"awb-benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m6 8-3 4 3 4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m18 8 3 4-3 4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAnimated Motion\u003c\/h3\u003e\n\u003cp\u003eMoves and dances instead of sitting like a static broom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-benefit\"\u003e\n\u003cdiv class=\"awb-benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M9 18h6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 22h4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 14a6 6 0 1 1 8 0c-1 1-2 2-2 4h-4c0-2-1-3-2-4Z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eGreen LED Glow\u003c\/h3\u003e\n\u003cp\u003eCasts an eerie witchy glow across dark rooms and floors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-benefit\"\u003e\n\u003cdiv class=\"awb-benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M5 9v6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 7v10\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M11 5v14\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15 8c2 1 2 7 0 8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M18 6c4 3 4 9 0 12\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCreepy Sound Effects\u003c\/h3\u003e\n\u003cp\u003eAdds spooky audio and laughter to the animated display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-benefit\"\u003e\n\u003cdiv class=\"awb-benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M9 11V5a2 2 0 0 1 4 0v6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M13 8a2 2 0 0 1 4 0v5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M17 10a2 2 0 0 1 4 0v5c0 4-3 6-7 6h-1c-3 0-5-1-7-4l-3-4a2 2 0 0 1 3-2l3 2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eInteractive Activation\u003c\/h3\u003e\n\u003cp\u003eReacts to sound or touch for more unexpected Halloween fun.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-benefit\"\u003e\n\u003cdiv class=\"awb-benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m8 7 4-4 4 4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m8 17 4 4 4-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAbout 35\" Tall\u003c\/h3\u003e\n\u003cp\u003eLarge enough to stand out without taking over the whole room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-benefit\"\u003e\n\u003cdiv class=\"awb-benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M5 19h14\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 19V8l5-4 5 4v11\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 12h6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEasy Haunted Display\u003c\/h3\u003e\n\u003cp\u003eGreat for entryways, parties, covered porches and haunted rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       3. FEATURE CARDS\n  ====================================================== --\u003e\n\u003csection class=\"awb-section awb-features\"\u003e\n\u003cdiv class=\"awb-heading\"\u003e\n\u003cspan class=\"awb-eyebrow\"\u003e WHY IT GETS ATTENTION \u003c\/span\u003e\n\u003ch2\u003eA Broom That Looks Like Someone Cast a Spell on It\u003c\/h2\u003e\n\u003cp\u003eInstead of relying on one visual effect, this Halloween prop combines movement, glow and sound for a more convincing display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-feature-grid\"\u003e\n\u003c!-- 01 --\u003e\n\u003carticle class=\"awb-feature-card\"\u003e\n\u003cdiv class=\"awb-feature-copy\"\u003e\n\u003cspan class=\"awb-feature-number\"\u003e 01 \u003c\/span\u003e\n\u003ch3\u003eIt Moves Like the Witch Just Walked Away\u003c\/h3\u003e\n\u003cp\u003eOnce activated, the broom begins moving and dancing across a suitable floor, transforming it from a simple decoration into an animated Halloween prop that can catch guests off guard.\u003c\/p\u003e\n\u003cdiv class=\"awb-feature-tags\"\u003e\n\u003cspan\u003eAnimated Motion\u003c\/span\u003e \u003cspan\u003eWalking Effect\u003c\/span\u003e \u003cspan\u003eUnexpected Scares\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3a467b13-a78c-4164-9d78-9e45f49b68f7.__CR0%2C12%2C1464%2C600_PT0_SX1464_V1___.jpg\" alt=\"Animated moving witch broom dancing across a Halloween room\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- 02 --\u003e\n\u003carticle class=\"awb-feature-card\"\u003e\n\u003cdiv class=\"awb-feature-copy\"\u003e\n\u003cspan class=\"awb-feature-number\"\u003e 02 \u003c\/span\u003e\n\u003ch3\u003eGreen LEDs Turn Dark Corners Into Haunted Corners\u003c\/h3\u003e\n\u003cp\u003eBright green illumination runs through the broom and glows through the bristles, creating an eerie supernatural look that becomes much more dramatic after the lights go down.\u003c\/p\u003e\n\u003cdiv class=\"awb-feature-tags\"\u003e\n\u003cspan\u003eGreen LED\u003c\/span\u003e \u003cspan\u003eNighttime Glow\u003c\/span\u003e \u003cspan\u003eWitchy Atmosphere\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ebba5f40-0e0e-476f-9055-0261bdd830c0.__CR0%2C0%2C1464%2C600_PT0_SX1464_V1___.jpg\" alt=\"Animated witch broom glowing green in a dark Halloween room\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- 03 --\u003e\n\u003carticle class=\"awb-feature-card\"\u003e\n\u003cdiv class=\"awb-feature-copy\"\u003e\n\u003cspan class=\"awb-feature-number\"\u003e 03 \u003c\/span\u003e\n\u003ch3\u003eSpooky Sounds Make the Illusion Feel More Alive\u003c\/h3\u003e\n\u003cp\u003eCreepy Halloween sound effects and maniacal laughter add another layer to the movement, helping the broom feel less like a decoration and more like something supernatural just woke up.\u003c\/p\u003e\n\u003cdiv class=\"awb-feature-tags\"\u003e\n\u003cspan\u003eSpooky Audio\u003c\/span\u003e \u003cspan\u003eCreepy Laughter\u003c\/span\u003e \u003cspan\u003eMore Immersive\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d3856f30-b715-42b3-932c-7956245f83fa.__CR0%2C12%2C1464%2C600_PT0_SX1464_V1___.jpg\" alt=\"Animated witch broom with spooky sound effects and green lighting\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- 04 --\u003e\n\u003carticle class=\"awb-feature-card\"\u003e\n\u003cdiv class=\"awb-feature-copy\"\u003e\n\u003cspan class=\"awb-feature-number\"\u003e 04 \u003c\/span\u003e\n\u003ch3\u003eLet Guests Trigger the Magic\u003c\/h3\u003e\n\u003cp\u003eSound or touch activation adds an interactive surprise to your Halloween setup. Place it where guests can discover it instead of making every scare predictable from the moment they walk in.\u003c\/p\u003e\n\u003cdiv class=\"awb-feature-tags\"\u003e\n\u003cspan\u003eSound Activated\u003c\/span\u003e \u003cspan\u003eTouch Activated\u003c\/span\u003e \u003cspan\u003eInteractive Decor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f9e76591-a063-412c-9a92-b856e790129a.__CR0%2C12%2C1464%2C600_PT0_SX1464_V1___.jpg\" alt=\"Interactive animated witch broom in a haunted Halloween setting\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       BENEFIT STRIP\n  ====================================================== --\u003e\n\u003cdiv class=\"awb-strip\"\u003e\n\u003cdiv class=\"awb-strip-card\"\u003e\n\u003cstrong\u003e Moves \u003c\/strong\u003e \u003cspan\u003e Animated floor movement makes the broom feel bewitched. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-strip-card\"\u003e\n\u003cstrong\u003e Glows \u003c\/strong\u003e \u003cspan\u003e Green LED light creates a stronger nighttime effect. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-strip-card\"\u003e\n\u003cstrong\u003e Makes Noise \u003c\/strong\u003e \u003cspan\u003e Spooky sounds complete the haunted illusion. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       COMPARISON\n  ====================================================== --\u003e\n\u003csection class=\"awb-section awb-compare\"\u003e\n\u003cdiv class=\"awb-heading\"\u003e\n\u003cspan class=\"awb-eyebrow\"\u003e STATIC DECOR VS. ANIMATED MAGIC \u003c\/span\u003e\n\u003ch2\u003eWhy Stop at a Broom That Just Stands There?\u003c\/h2\u003e\n\u003cp\u003eTraditional witch props set the scene. This one gives the scene movement, light and sound.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-compare-box\"\u003e\n\u003cdiv class=\"awb-compare-head\"\u003e\n\u003cdiv\u003eOrdinary Broom\u003c\/div\u003e\n\u003cdiv\u003eAnimated Witch Broom\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-compare-row\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"awb-bad\"\u003e×\u003c\/span\u003e Static display\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"awb-good\"\u003e✓\u003c\/span\u003e Animated movement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-compare-row\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"awb-bad\"\u003e×\u003c\/span\u003e No nighttime effect\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"awb-good\"\u003e✓\u003c\/span\u003e Green LED glow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-compare-row\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"awb-bad\"\u003e×\u003c\/span\u003e Silent prop\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"awb-good\"\u003e✓\u003c\/span\u003e Spooky sounds\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-compare-row\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"awb-bad\"\u003e×\u003c\/span\u003e Guests just look\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"awb-good\"\u003e✓\u003c\/span\u003e Interactive activation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-compare-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/1_b47668b3-896c-487a-a85a-101238b6e0c0.png?v=1786593817\u0026amp;width=1200\" alt=\"Animated Halloween broom with movement sound and green LED light\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HOW IT WORKS\n  ====================================================== --\u003e\n\u003csection class=\"awb-section awb-how\"\u003e\n\u003cdiv class=\"awb-heading\"\u003e\n\u003cspan class=\"awb-eyebrow\"\u003e EASY HALLOWEEN SETUP \u003c\/span\u003e\n\u003ch2\u003eFrom Box to Bewitched in Minutes\u003c\/h2\u003e\n\u003cp\u003eSet it up on a suitable flat surface, add batteries and place it where guests can trigger the surprise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-step-grid\"\u003e\n\u003cdiv class=\"awb-step\"\u003e\n\u003cdiv class=\"awb-step-number\"\u003e01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdd Batteries\u003c\/h3\u003e\n\u003cp\u003eInstall 2 AA batteries before first use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-step\"\u003e\n\u003cdiv class=\"awb-step-number\"\u003e02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePlace It\u003c\/h3\u003e\n\u003cp\u003ePosition the broom on a flat, firm surface with room to move.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-step\"\u003e\n\u003cdiv class=\"awb-step-number\"\u003e03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTrigger the Magic\u003c\/h3\u003e\n\u003cp\u003eSound or touch can activate the animated Halloween effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-how-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/3a467b13-a78c-4164-9d78-9e45f49b68f7.__CR0%2C12%2C1464%2C600_PT0_SX1464_V1___.jpg\" alt=\"Moving animated witch broom in Halloween room\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       USE CASES\n  ====================================================== --\u003e\n\u003csection class=\"awb-section awb-uses\"\u003e\n\u003cdiv class=\"awb-heading\"\u003e\n\u003cspan class=\"awb-eyebrow\"\u003e BUILD A HAUNTED CORNER ANYWHERE \u003c\/span\u003e\n\u003ch2\u003eMade for the Places Trick-or-Treaters Will Notice\u003c\/h2\u003e\n\u003cp\u003eGive entryways, Halloween parties and covered porch displays an interactive witch-themed centerpiece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-use-grid\"\u003e\n\u003cdiv class=\"awb-use\"\u003e🎃 Entryway Displays\u003c\/div\u003e\n\u003cdiv class=\"awb-use\"\u003e🏚️ Haunted Rooms\u003c\/div\u003e\n\u003cdiv class=\"awb-use\"\u003e🕸️ Covered Porches\u003c\/div\u003e\n\u003cdiv class=\"awb-use\"\u003e🧙 Witch-Themed Parties\u003c\/div\u003e\n\u003cdiv class=\"awb-use\"\u003e🍬 Trick-or-Treat Areas\u003c\/div\u003e\n\u003cdiv class=\"awb-use\"\u003e👻 Halloween Events\u003c\/div\u003e\n\u003cdiv class=\"awb-use\"\u003e🦇 Office Decorations\u003c\/div\u003e\n\u003cdiv class=\"awb-use\"\u003e💀 Haunted Displays\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-use-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f9e76591-a063-412c-9a92-b856e790129a.__CR0%2C12%2C1464%2C600_PT0_SX1464_V1___.jpg\" alt=\"Animated witch broom used in Halloween haunted decor\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       4. DETAILS + SPECIFICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"awb-section awb-details\"\u003e\n\u003cdiv class=\"awb-heading\"\u003e\n\u003cspan class=\"awb-eyebrow\"\u003e PRODUCT DETAILS \u003c\/span\u003e\n\u003ch2\u003eSmall Enough to Place Easily. Big Enough to Get Noticed.\u003c\/h2\u003e\n\u003cp\u003eDesigned as an interactive Halloween floor decoration for witch-themed rooms, parties and covered seasonal displays.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DETAILED FEATURES --\u003e\n\u003cdiv class=\"awb-detail-box\"\u003e\n\u003ch3\u003eDetailed Features\u003c\/h3\u003e\n\u003cdiv class=\"awb-detail-list\"\u003e\n\u003cdiv class=\"awb-detail-item\"\u003e\n\u003cspan class=\"awb-check\"\u003e ✓ \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Animated Moving Design \u003c\/strong\u003e \u003cspan\u003e Creates a walking and dancing effect instead of remaining completely static. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-detail-item\"\u003e\n\u003cspan class=\"awb-check\"\u003e ✓ \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Eerie Green LED Lighting \u003c\/strong\u003e \u003cspan\u003e Adds illuminated green accents for stronger nighttime visibility. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-detail-item\"\u003e\n\u003cspan class=\"awb-check\"\u003e ✓ \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Halloween Sound Effects \u003c\/strong\u003e \u003cspan\u003e Plays spooky sounds and creepy laughter during activation. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-detail-item\"\u003e\n\u003cspan class=\"awb-check\"\u003e ✓ \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Sound \u0026amp; Touch Activation \u003c\/strong\u003e \u003cspan\u003e Makes the display more interactive when guests approach or engage with it. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-detail-item\"\u003e\n\u003cspan class=\"awb-check\"\u003e ✓ \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Bendable Handle \u003c\/strong\u003e \u003cspan\u003e The flexible handle can be posed to enhance the crooked witch-broom look. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv class=\"awb-detail-box\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"awb-spec-wrap\"\u003e\n\u003cdiv class=\"awb-spec-row\"\u003e\n\u003cdiv class=\"awb-spec-label\"\u003eProduct\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-value\"\u003eAnimated Halloween Witch Broom\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-row\"\u003e\n\u003cdiv class=\"awb-spec-label\"\u003eMain Effects\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-value\"\u003eMovement + Green LED Light + Sound\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-row\"\u003e\n\u003cdiv class=\"awb-spec-label\"\u003eActivation\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-value\"\u003eSound \/ Touch Activated\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-row\"\u003e\n\u003cdiv class=\"awb-spec-label\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-value\"\u003eApprox. 35 in \/ 89 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-row\"\u003e\n\u003cdiv class=\"awb-spec-label\"\u003eWidth\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-value\"\u003eApprox. 8 in \/ 20 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-row\"\u003e\n\u003cdiv class=\"awb-spec-label\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-value\"\u003e2 × AA Batteries\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-row\"\u003e\n\u003cdiv class=\"awb-spec-label\"\u003eBatteries Included\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-value\"\u003eNo\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-row\"\u003e\n\u003cdiv class=\"awb-spec-label\"\u003eBest Surface\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-value\"\u003eFlat, Firm Floors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-row\"\u003e\n\u003cdiv class=\"awb-spec-label\"\u003eRecommended Use\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-value\"\u003eIndoor \/ Covered Dry Outdoor Areas\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-row\"\u003e\n\u003cdiv class=\"awb-spec-label\"\u003ePackage Includes\u003c\/div\u003e\n\u003cdiv class=\"awb-spec-value\"\u003e1 × Animated Witch Broom\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"awb-note\"\u003eApproximate measurements may vary slightly. Colors may appear different depending on screen settings and surrounding lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- IMPORTANT USE NOTE --\u003e\n\u003cdiv class=\"awb-safety\"\u003e\n\u003cstrong\u003e 🎃 Best Performance Tip \u003c\/strong\u003e\n\u003cp\u003eFor the smoothest animated movement, place the broom on a flat, firm surface such as hardwood, tile or laminate. Thick carpet can reduce movement. For outdoor decorating, use it only in a covered, dry location and keep it away from rain, sprinklers and heavy moisture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE BELOW --\u003e\n\u003cdiv class=\"awb-detail-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/1_b47668b3-896c-487a-a85a-101238b6e0c0.png?v=1786593817\u0026amp;width=1200\" alt=\"Animated Halloween witch broom product details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       5. FAQ\n  ====================================================== --\u003e\n\u003csection class=\"awb-section awb-faq\"\u003e\n\u003cdiv class=\"awb-heading\"\u003e\n\u003cspan class=\"awb-eyebrow\"\u003e ❓ FAQ \u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp\u003eEverything to know before adding a little witchcraft to your Halloween setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-faq-list\"\u003e\n\u003cdetails class=\"awb-faq-item\"\u003e\n\u003csummary\u003eDoes the broom really move? \u003cspan class=\"awb-faq-arrow\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"m6 9 6 6 6-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"awb-faq-answer\"\u003e\n\u003cp\u003eYes. When activated, the broom creates an animated walking or dancing effect. For the best movement, use it on a flat, firm floor rather than deep carpet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"awb-faq-item\"\u003e\n\u003csummary\u003eHow is the broom activated? \u003cspan class=\"awb-faq-arrow\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"m6 9 6 6 6-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"awb-faq-answer\"\u003e\n\u003cp\u003eThe animated design can react to sound or touch, creating an interactive surprise for guests and trick-or-treaters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"awb-faq-item\"\u003e\n\u003csummary\u003eDoes it light up? \u003cspan class=\"awb-faq-arrow\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"m6 9 6 6 6-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"awb-faq-answer\"\u003e\n\u003cp\u003eYes. Green LED lighting creates a glowing supernatural effect, especially in darker rooms and nighttime Halloween displays.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"awb-faq-item\"\u003e\n\u003csummary\u003eDoes it make Halloween sounds? \u003cspan class=\"awb-faq-arrow\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"m6 9 6 6 6-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"awb-faq-answer\"\u003e\n\u003cp\u003eYes. The animated effect includes creepy Halloween sounds and laughter to add more atmosphere to the display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"awb-faq-item\"\u003e\n\u003csummary\u003eCan I use it outdoors? \u003cspan class=\"awb-faq-arrow\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"m6 9 6 6 6-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"awb-faq-answer\"\u003e\n\u003cp\u003eIt is best used indoors or in a covered, dry outdoor area such as a sheltered porch. Keep it away from rain, heavy moisture and sprinklers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"awb-faq-item\"\u003e\n\u003csummary\u003eAre batteries included? \u003cspan class=\"awb-faq-arrow\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"m6 9 6 6 6-6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"awb-faq-answer\"\u003e\n\u003cp\u003eNo. The broom requires 2 AA batteries, which should be purchased separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       6. THREE GUARANTEES\n  ====================================================== --\u003e\n\u003csection class=\"awb-section awb-guarantees\"\u003e\n\u003cdiv class=\"awb-heading\"\u003e\n\u003cspan class=\"awb-eyebrow\"\u003e SHOP WITH CONFIDENCE \u003c\/span\u003e\n\u003ch2\u003eYour Halloween Upgrade, Without the Guesswork\u003c\/h2\u003e\n\u003cp\u003eStraightforward ordering and helpful support from checkout through delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"awb-guarantee-grid\"\u003e\n\u003c!-- SHIPPING --\u003e\n\u003cdiv class=\"awb-guarantee\"\u003e\n\u003cdiv class=\"awb-guarantee-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M3 6h11v10H3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 9h4l3 3v4h-7z\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"18\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eShipping Updates\u003c\/h3\u003e\n\u003cp\u003eReceive order and shipping information so you can follow your package after dispatch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITY --\u003e\n\u003cdiv class=\"awb-guarantee\"\u003e\n\u003cdiv class=\"awb-guarantee-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 3 5 6v5c0 5 3 8 7 10 4-2 7-5 7-10V6l-7-3Z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eQuality Support\u003c\/h3\u003e\n\u003cp\u003eIf something isn't right with your order, contact customer support for assistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SECURE --\u003e\n\u003cdiv class=\"awb-guarantee\"\u003e\n\u003cdiv class=\"awb-guarantee-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"5\" y=\"10\" width=\"14\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M8 10V7a4 4 0 0 1 8 0v3\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 14v2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eSecure Checkout\u003c\/h3\u003e\n\u003cp\u003eComplete your order through Shopify's secure checkout with supported payment methods.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       7. FINAL CTA\n  ====================================================== --\u003e\n\u003csection class=\"awb-section awb-cta\"\u003e\n\u003ch2\u003eThis Halloween, Let the Broom Do the Haunting 🧹💚\u003c\/h2\u003e\n\u003cp class=\"awb-cta-text\"\u003eAdd movement, eerie green light and spooky sound to the part of your Halloween display guests least expect to come alive.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"awb-buy-button\"\u003e Buy Now \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"m14 7 5 5-5 5\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/a\u003e\n\u003cp class=\"awb-cta-note\"\u003eAnimated motion · Green LED glow · Spooky sounds\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FLOATING BUY NOW\n  ====================================================== --\u003e\n\u003c\/div\u003e","brand":"HYY","offers":[{"title":"Default Title","offer_id":48897678967016,"sku":"NC0259260814520-绿色","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/Products_6_270df74f-48f2-4228-bb03-2fcacbe4bfc3.jpg?v=1786701054","url":"https:\/\/sereintis.com\/products\/animated-witch-broom-spooky-moving-halloween-decor-with-sound-lights","provider":"sereintis.com","version":"1.0","type":"link"}