{"product_id":"animated-halloween-witch-broom","title":"Animated Halloween Witch Broom","description":"\u003cstyle\u003e\n.halloween-broom-page {\n  max-width: 900px;\n  margin: 0 auto;\n  color: #252525;\n  background: #fffdf9;\n  font-family: Arial, Helvetica, sans-serif;\n  line-height: 1.65;\n}\n\n.halloween-broom-page * {\n  box-sizing: border-box;\n}\n\n.halloween-broom-page section {\n  padding: 42px 22px;\n}\n\n.halloween-broom-page h1,\n.halloween-broom-page h2,\n.halloween-broom-page h3,\n.halloween-broom-page p {\n  margin-top: 0;\n}\n\n.halloween-broom-page h1 {\n  margin-bottom: 14px;\n  color: #181818;\n  font-size: 42px;\n  line-height: 1.12;\n  letter-spacing: -1px;\n}\n\n.halloween-broom-page h2 {\n  margin-bottom: 14px;\n  color: #181818;\n  font-size: 31px;\n  line-height: 1.2;\n}\n\n.halloween-broom-page h3 {\n  margin-bottom: 8px;\n  color: #222;\n  font-size: 19px;\n  line-height: 1.3;\n}\n\n.halloween-broom-page p {\n  margin-bottom: 16px;\n  font-size: 17px;\n}\n\n.halloween-broom-page img {\n  display: block;\n  max-width: 100%;\n  height: auto;\n  margin: 0 auto;\n}\n\n.hb-hero {\n  padding-top: 38px !important;\n  text-align: center;\n  background:\n    radial-gradient(circle at 50% 25%, rgba(80,255,120,.08), transparent 35%),\n    linear-gradient(180deg, #fffdf8 0%, #eee9e2 100%);\n}\n\n.hb-eyebrow {\n  display: inline-block;\n  margin-bottom: 12px;\n  color: #6c3b91;\n  font-size: 13px;\n  font-weight: 800;\n  letter-spacing: 1.7px;\n  text-transform: uppercase;\n}\n\n.hb-lead {\n  max-width: 680px;\n  margin: 0 auto 22px !important;\n  color: #555;\n  font-size: 19px !important;\n}\n\n.hb-benefits {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  max-width: 760px;\n  margin: 24px auto;\n}\n\n.hb-benefit {\n  padding: 16px 12px;\n  background: rgba(255,255,255,.88);\n  border: 1px solid #ded8d0;\n  border-radius: 14px;\n  box-shadow: 0 5px 18px rgba(30,25,35,.06);\n}\n\n.hb-benefit span {\n  display: block;\n  margin-bottom: 5px;\n  font-size: 23px;\n}\n\n.hb-benefit strong {\n  display: block;\n  color: #222;\n  font-size: 15px;\n  line-height: 1.3;\n}\n\n.hb-image {\n  overflow: hidden;\n  margin-top: 24px;\n  background: #ece9e5;\n  border-radius: 18px;\n  box-shadow: 0 12px 30px rgba(25,20,30,.10);\n}\n\n.hb-center {\n  max-width: 720px;\n  margin-right: auto;\n  margin-left: auto;\n  text-align: center;\n}\n\n.hb-soft {\n  background: #f2eee9;\n}\n\n.hb-dark {\n  color: #fff;\n  background:\n    radial-gradient(circle at 50% 20%, rgba(50,255,110,.10), transparent 35%),\n    linear-gradient(135deg, #15151a 0%, #28232d 100%);\n}\n\n.hb-dark h2,\n.hb-dark h3 {\n  color: #fff;\n}\n\n.hb-dark p {\n  color: #e8e8e8;\n}\n\n.hb-accent {\n  color: #6c3b91;\n}\n\n.hb-green {\n  color: #40e878;\n}\n\n.hb-points {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-top: 25px;\n}\n\n.hb-point {\n  padding: 20px;\n  background: #fff;\n  border-left: 4px solid #6c3b91;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(30,25,35,.06);\n}\n\n.hb-point p {\n  margin-bottom: 0;\n  color: #5a5a5a;\n  font-size: 15px;\n}\n\n.hb-steps {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin-top: 25px;\n}\n\n.hb-step {\n  padding: 18px 12px;\n  text-align: center;\n  background: #fff;\n  border: 1px solid #e0d8e5;\n  border-radius: 14px;\n}\n\n.hb-step-number {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 36px;\n  height: 36px;\n  margin: 0 auto 10px;\n  color: #fff;\n  background: #6c3b91;\n  border-radius: 50%;\n  font-size: 16px;\n  font-weight: 800;\n}\n\n.hb-step strong {\n  font-size: 14px;\n}\n\n.hb-use-list {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 9px;\n  margin: 23px auto 0;\n}\n\n.hb-use-list span {\n  padding: 9px 14px;\n  color: #383838;\n  background: #fff;\n  border: 1px solid #ded6e3;\n  border-radius: 999px;\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.hb-details {\n  width: 100%;\n  margin-top: 24px;\n  overflow: hidden;\n  border-collapse: collapse;\n  background: #fff;\n  border-radius: 14px;\n}\n\n.hb-details td {\n  padding: 14px 15px;\n  border: 1px dashed #d8d0d9;\n  font-size: 15px;\n  vertical-align: top;\n}\n\n.hb-details td:first-child {\n  width: 38%;\n  color: #222;\n  background: #f1ecef;\n  font-weight: 700;\n}\n\n.hb-note {\n  margin-top: 14px !important;\n  color: #707070;\n  font-size: 13px !important;\n}\n\n.hb-faq details {\n  margin-bottom: 12px;\n  padding: 16px 18px;\n  background: #fff;\n  border: 1px solid #e0d8e5;\n  border-radius: 12px;\n}\n\n.hb-faq summary {\n  color: #222;\n  font-size: 16px;\n  font-weight: 700;\n  cursor: pointer;\n}\n\n.hb-faq details p {\n  margin: 12px 0 0;\n  color: #5b5b5b;\n  font-size: 15px;\n}\n\n.hb-safety {\n  padding: 17px 18px;\n  color: #554b5c;\n  background: #f8f1fa;\n  border-left: 4px solid #6c3b91;\n  border-radius: 10px;\n  font-size: 14px;\n}\n\n.hb-trust {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  padding: 0 !important;\n  text-align: center;\n  background: #474747;\n}\n\n.hb-trust div {\n  padding: 22px 10px;\n  color: #fff;\n  background: #29272d;\n  font-size: 14px;\n  font-weight: 700;\n}\n\n@media (max-width: 640px) {\n\n  .halloween-broom-page section {\n    padding: 30px 15px;\n  }\n\n  .halloween-broom-page h1 {\n    font-size: 31px;\n    line-height: 1.15;\n  }\n\n  .halloween-broom-page h2 {\n    font-size: 25px;\n  }\n\n  .halloween-broom-page p {\n    font-size: 16px;\n  }\n\n  .hb-lead {\n    font-size: 17px !important;\n  }\n\n  .hb-benefits {\n    grid-template-columns: repeat(3, 1fr);\n    gap: 7px;\n  }\n\n  .hb-benefit {\n    padding: 12px 6px;\n  }\n\n  .hb-benefit span {\n    font-size: 19px;\n  }\n\n  .hb-benefit strong {\n    font-size: 12px;\n  }\n\n  .hb-points {\n    grid-template-columns: 1fr;\n  }\n\n  .hb-steps {\n    grid-template-columns: 1fr;\n  }\n\n  .hb-details td {\n    padding: 11px 9px;\n    font-size: 13px;\n  }\n\n  .hb-trust {\n    grid-template-columns: 1fr;\n  }\n\n  .hb-trust div {\n    padding: 14px 8px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"halloween-broom-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hb-hero\"\u003e\u003cspan class=\"hb-eyebrow\"\u003eA Little Halloween Magic\u003c\/span\u003e\n\u003ch1\u003eAnimated Halloween Witch Broom\u003c\/h1\u003e\n\u003cp class=\"hb-lead\"\u003eBring your Halloween decorations to life with a magical witch broom that glows, moves upward and creates an eerie animated display indoors.\u003c\/p\u003e\n\u003cdiv class=\"hb-benefits\"\u003e\n\u003cdiv class=\"hb-benefit\"\u003e\n\u003cspan\u003e🧹\u003c\/span\u003e \u003cstrong\u003eAnimated Movement\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-benefit\"\u003e\n\u003cspan\u003e💚\u003c\/span\u003e \u003cstrong\u003eGreen LED Glow\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-benefit\"\u003e\n\u003cspan\u003e🎃\u003c\/span\u003e \u003cstrong\u003eHalloween Atmosphere\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/8_13.gif?v=1786593629\" alt=\"\" width=\"503\" height=\"893\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MOVEMENT --\u003e\n\u003csection class=\"hb-dark\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cspan class=\"hb-eyebrow\" style=\"color: #b7ffca;\"\u003e Animated Halloween Effect \u003c\/span\u003e\n\u003ch2\u003eWatch the Broom Come to Life\u003c\/h2\u003e\n\u003cp\u003eThe long witch broom creates a playful animated effect as it moves upward and dances on its own, turning an ordinary Halloween display into an attention-grabbing surprise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-points\"\u003e\n\u003cdiv class=\"hb-point\"\u003e\n\u003ch3\u003eUpward Moving Action\u003c\/h3\u003e\n\u003cp\u003eThe broom's animated movement creates the visual impression of a magical broom coming to life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-point\"\u003e\n\u003ch3\u003ePlayful Dancing Motion\u003c\/h3\u003e\n\u003cp\u003eIts changing position adds movement and personality to Halloween decorating without needing a person to operate it continuously.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/8_13_1.gif?v=1786593704\" alt=\"\" width=\"484\" height=\"859\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LIGHTING --\u003e\n\u003csection class=\"hb-soft\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cspan class=\"hb-eyebrow\"\u003eSpooky Green Glow\u003c\/span\u003e\n\u003ch2\u003eGlows After Dark\u003c\/h2\u003e\n\u003cp\u003eIntegrated green lights illuminate the broom from within the golden-beige bristles, while small green lights appear along the twisted black handle for a magical Halloween look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-points\"\u003e\n\u003cdiv class=\"hb-point\"\u003e\n\u003ch3\u003eEmerald Green Illumination\u003c\/h3\u003e\n\u003cp\u003eThe green glow creates a striking contrast against darker Halloween environments and makes the broom easy to notice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-point\"\u003e\n\u003ch3\u003eDesigned for Nighttime Display\u003c\/h3\u003e\n\u003cp\u003eThe illuminated effect becomes especially atmospheric in dim indoor spaces, Halloween parties and evening decorations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/4..png?v=1786593817\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SCENES --\u003e\n\u003csection\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cspan class=\"hb-eyebrow\"\u003eMade for Halloween\u003c\/span\u003e\n\u003ch2\u003eTurn Any Corner Into a Halloween Scene\u003c\/h2\u003e\n\u003cp\u003ePlace the animated broom where guests can see its movement and glowing effect. Its tall 90 cm profile works naturally as a statement decoration for seasonal spaces.\u003c\/p\u003e\n\u003cdiv class=\"hb-use-list\"\u003e\n\u003cspan\u003eLiving Room\u003c\/span\u003e \u003cspan\u003eEntryway\u003c\/span\u003e \u003cspan\u003eHalloween Party\u003c\/span\u003e \u003cspan\u003eIndoor Display\u003c\/span\u003e \u003cspan\u003eHaunted House Theme\u003c\/span\u003e \u003cspan\u003eSeasonal Decor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/5..png?v=1786593818\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003csection class=\"hb-soft\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cspan class=\"hb-eyebrow\"\u003eSimple Setup\u003c\/span\u003e\n\u003ch2\u003eReady for Halloween in Just a Few Steps\u003c\/h2\u003e\n\u003cp\u003eSet the broom in position, install the required batteries and switch it on to enjoy the animated Halloween display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-steps\"\u003e\n\u003cdiv class=\"hb-step\"\u003e\n\u003cdiv class=\"hb-step-number\"\u003e1\u003c\/div\u003e\n\u003cstrong\u003ePosition the Broom\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-step\"\u003e\n\u003cdiv class=\"hb-step-number\"\u003e2\u003c\/div\u003e\n\u003cstrong\u003eInsert 3 AAA Batteries\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-step\"\u003e\n\u003cdiv class=\"hb-step-number\"\u003e3\u003c\/div\u003e\n\u003cstrong\u003eSwitch On \u0026amp; Enjoy\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"hb-note\"\u003eBatteries are not included. Requires 3 × AAA batteries, purchased separately.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cspan class=\"hb-eyebrow\"\u003eSpecifications\u003c\/span\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"hb-details\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eAnimated Halloween Witch Broom\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Length\u003c\/td\u003e\n\u003ctd\u003eApprox. 90 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Requirement\u003c\/td\u003e\n\u003ctd\u003e3 × AAA batteries\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Included\u003c\/td\u003e\n\u003ctd\u003eNo — batteries are not included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Weight with Packaging\u003c\/td\u003e\n\u003ctd\u003eApprox. 390 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003eApprox. 23 × 15.5 × 13.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarton Size\u003c\/td\u003e\n\u003ctd\u003eApprox. 53 × 49 × 47 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarton Quantity\u003c\/td\u003e\n\u003ctd\u003e24 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Use\u003c\/td\u003e\n\u003ctd\u003eIndoor Halloween decoration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"hb-note\"\u003ePlease allow for slight manual measurement differences. Batteries are not included and must be purchased separately.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SAFETY --\u003e\n\u003csection class=\"hb-soft\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cspan class=\"hb-eyebrow\"\u003eSimple Setup \u0026amp; Care\u003c\/span\u003e\n\u003ch2\u003eDesigned for Seasonal Indoor Decorating\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hb-safety\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e Use the product indoors and keep the battery compartment dry. Use the specified 3 AAA batteries. Remove batteries when the decoration will be stored for an extended period. Keep away from young children unless supervised.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"hb-faq\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cspan class=\"hb-eyebrow\"\u003eQuestions \u0026amp; Answers\u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the broom move by itself?\u003c\/summary\u003e\n\u003cp\u003eYes. The product is designed with an animated movement effect that makes the broom move upward and create a dancing Halloween display when switched on.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the broom light up?\u003c\/summary\u003e\n\u003cp\u003eYes. Green lights illuminate the broom's bristles and appear along the black handle to create a glowing Halloween effect.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre batteries included?\u003c\/summary\u003e\n\u003cp\u003eNo. The product requires 3 AAA batteries, which are not included and need to be purchased separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I use the Halloween broom?\u003c\/summary\u003e\n\u003cp\u003eIt is designed as an indoor Halloween decoration and can be displayed in living rooms, entryways, party areas, seasonal displays and other Halloween-themed spaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow tall is the broom?\u003c\/summary\u003e\n\u003cp\u003eThe total product length is approximately 90 cm.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the broom suitable for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eThis product is presented as an indoor Halloween decoration. It should be kept in a dry indoor environment unless the product packaging specifically states otherwise.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"hb-dark\"\u003e\n\u003cdiv class=\"hb-center\"\u003e\n\u003cspan class=\"hb-eyebrow\" style=\"color: #b7ffca;\"\u003e Make Halloween Move \u003c\/span\u003e\n\u003ch2\u003eBring a Little Witchcraft Home\u003c\/h2\u003e\n\u003cp\u003eAdd movement, green light and a touch of spooky magic to your Halloween decorations with an animated witch broom designed to grab attention.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0; font-size: 19px; font-weight: 800; color: #fff;\"\u003eGlow. Move. Surprise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST --\u003e\n\u003csection class=\"hb-trust\"\u003e\n\u003cdiv\u003e🎃 Halloween Ready\u003c\/div\u003e\n\u003cdiv\u003e🧹 Animated Decoration\u003c\/div\u003e\n\u003cdiv\u003e💚 Green LED Glow\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0304","offers":[{"title":"Default Title","offer_id":52233434169640,"sku":"NC03042608131365","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/5746\/7688\/files\/1_b47668b3-896c-487a-a85a-101238b6e0c0.png?v=1786593817","url":"https:\/\/simplydwelly.com\/products\/animated-halloween-witch-broom","provider":"Simplydwelly","version":"1.0","type":"link"}