{"product_id":"geckoman-rotating-head-electric-electric-fly-swatter-racket-rechargeable","title":"GeckoMan Rotating Head Electric Electric Fly Swatter Racket Rechargeable","description":"\u003cstyle\u003e\n.hs-pf {\n  --hs-pf-fg: var(--color-foreground, #2c2820);\n  --hs-pf-muted: rgba(44, 40, 32, 0.68);\n  --hs-pf-rule: rgba(44, 40, 32, 0.12);\n  --hs-pf-soft: rgba(44, 40, 32, 0.04);\n  --hs-pf-card: #ffffff;\n  --hs-pf-accent: var(--color-primary, #3f4f37);\n  font-size: 1rem;\n  line-height: 1.6;\n  color: var(--hs-pf-fg);\n}\n.hs-pf \u003e * + * { margin-top: 1.5rem; }\n.hs-pf p { margin: 0; }\n.hs-pf p + p { margin-top: 0.85rem; }\n.hs-pf h2 {\n  font-size: 1.125rem;\n  font-weight: 600;\n  margin: 0 0 0.75rem;\n  letter-spacing: 0.01em;\n}\n\/* Global list reset for any UL\/OL we render ourselves — wins over Shopify theme defaults. *\/\n.hs-pf ul,\n.hs-pf ol {\n  list-style: none !important;\n  list-style-type: none !important;\n  list-style-image: none !important;\n  padding-left: 0 !important;\n  margin: 0 !important;\n}\n.hs-pf ul \u003e li,\n.hs-pf ol \u003e li {\n  list-style: none !important;\n  list-style-type: none !important;\n}\n.hs-pf ul \u003e li::marker,\n.hs-pf ol \u003e li::marker { content: \"\" !important; }\n.hs-pf__lede {\n  font-size: 1.0625rem;\n  line-height: 1.55;\n  font-weight: 500;\n  color: var(--hs-pf-fg);\n  padding-bottom: 1rem;\n  border-bottom: 1px solid var(--hs-pf-rule);\n}\n.hs-pf__dimensions {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n  gap: 0.625rem;\n}\n.hs-pf__dimensions li {\n  position: relative;\n  background: var(--hs-pf-card);\n  border: 1px solid var(--hs-pf-rule);\n  border-radius: 0.625rem;\n  padding: 0.875rem 1rem 0.9375rem;\n  box-shadow: 0 1px 0 rgba(44, 40, 32, 0.02);\n  overflow: hidden;\n}\n.hs-pf__dimensions li::before {\n  content: \"\";\n  position: absolute;\n  left: 0; top: 0; bottom: 0;\n  width: 3px;\n  background: var(--hs-pf-accent);\n  opacity: 0.85;\n}\n.hs-pf__dim-label {\n  display: block;\n  font-size: 0.6875rem;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--hs-pf-muted);\n  font-weight: 600;\n  margin-bottom: 0.3125rem;\n}\n.hs-pf__dim-value {\n  display: block;\n  font-size: 1.125rem;\n  font-weight: 600;\n  letter-spacing: -0.005em;\n  color: var(--hs-pf-fg);\n  line-height: 1.25;\n}\n.hs-pf__features {\n  display: grid;\n  gap: 0.625rem;\n}\n.hs-pf__features li {\n  position: relative;\n  padding: 0.5rem 0 0.5rem 1.25rem;\n  border-bottom: 1px solid var(--hs-pf-rule);\n}\n.hs-pf__features li:last-child { border-bottom: 0; }\n.hs-pf__features li::before {\n  content: \"\";\n  position: absolute;\n  left: 0; top: 0.95rem;\n  width: 0.5rem; height: 0.5rem;\n  background: var(--hs-pf-accent);\n  border-radius: 999px;\n}\n.hs-pf__features strong { display: block; font-weight: 600; margin-bottom: 0.125rem; }\n.hs-pf__specs {\n  width: 100%;\n  border-collapse: collapse;\n  border: 1px solid var(--hs-pf-rule);\n  border-radius: 0.5rem;\n  overflow: hidden;\n  font-size: 0.9375rem;\n}\n.hs-pf__specs th,\n.hs-pf__specs td {\n  text-align: left;\n  padding: 0.625rem 0.875rem;\n  border-bottom: 1px solid var(--hs-pf-rule);\n  vertical-align: top;\n}\n.hs-pf__specs tr:last-child th,\n.hs-pf__specs tr:last-child td { border-bottom: 0; }\n.hs-pf__specs th {\n  width: 38%;\n  background: var(--hs-pf-soft);\n  font-weight: 600;\n  color: var(--hs-pf-muted);\n}\n\/* \"Plain bullet\" lists (Best for, In the box, Care) — we paint our own\n   bullets via ::before so the global list reset above doesn't strip them. *\/\n.hs-pf__list { display: grid; gap: 0.4375rem; }\n.hs-pf__list li {\n  position: relative;\n  padding-left: 1.125rem;\n}\n.hs-pf__list li::before {\n  content: \"\";\n  position: absolute;\n  left: 0.25rem; top: 0.6875rem;\n  width: 0.3125rem; height: 0.3125rem;\n  background: var(--hs-pf-accent);\n  border-radius: 999px;\n  opacity: 0.7;\n}\n.hs-pf__steps {\n  display: grid;\n  gap: 0.5rem;\n  counter-reset: hs-step;\n}\n.hs-pf__steps li {\n  position: relative;\n  padding-left: 2rem;\n  counter-increment: hs-step;\n  min-height: 1.5rem;\n}\n.hs-pf__steps li::before {\n  content: counter(hs-step);\n  position: absolute;\n  left: 0; top: 0.0625rem;\n  width: 1.5rem; height: 1.5rem;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.75rem;\n  font-weight: 600;\n  color: var(--hs-pf-accent);\n  background: var(--hs-pf-soft);\n  border: 1px solid var(--hs-pf-rule);\n  border-radius: 999px;\n}\n.hs-pf__safety {\n  border-left: 3px solid var(--hs-pf-accent);\n  padding: 0.75rem 1rem;\n  background: var(--hs-pf-soft);\n  border-radius: 0 0.5rem 0.5rem 0;\n}\n.hs-pf__safety h2 { margin-bottom: 0.5rem; }\n.hs-pf__safety ul { display: grid; gap: 0.3125rem; }\n.hs-pf__safety li {\n  position: relative;\n  padding-left: 1rem;\n}\n.hs-pf__safety li::before {\n  content: \"\";\n  position: absolute;\n  left: 0.125rem; top: 0.625rem;\n  width: 0.375rem; height: 0.375rem;\n  background: var(--hs-pf-accent);\n  border-radius: 999px;\n}\n@media (prefers-color-scheme: dark) {\n  .hs-pf {\n    --hs-pf-rule: rgba(255, 255, 255, 0.14);\n    --hs-pf-soft: rgba(255, 255, 255, 0.04);\n    --hs-pf-card: rgba(255, 255, 255, 0.03);\n    --hs-pf-muted: rgba(255, 255, 255, 0.72);\n  }\n}\n@media (max-width: 599px) {\n  .hs-pf__specs th { width: 45%; }\n  .hs-pf__dimensions { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hs-pf\"\u003e\n\u003cp class=\"hs-pf__lede\"\u003eElectric fly zapper with a rotating head for effective insect control in UK homes.\u003c\/p\u003e\n\u003csection class=\"hs-pf__overview\"\u003e\u003cp\u003eThis electric fly zapper features a patented rotating head design, allowing for easy bug catching from various angles, including walls and ceilings. With its extendable handle, it provides the reach necessary to target insects in high places, making it a practical choice for homeowners dealing with flying pests.\u003c\/p\u003e\n\u003cp\u003eThe versatile design allows for multiple usage options: handheld for quick swatting, standing to attract bugs, or mounted on the wall for convenient storage. This adaptability ensures it fits seamlessly into any indoor space, whether in the kitchen, living room, or conservatory.\u003c\/p\u003e\u003c\/section\u003e\u003csection class=\"hs-pf__panel\"\u003e\u003ch2\u003eAt a glance\u003c\/h2\u003e\n\u003cul class=\"hs-pf__dimensions\"\u003e\n\u003cli\u003e\n\u003cspan class=\"hs-pf__dim-label\"\u003eHeight\u003c\/span\u003e\u003cspan class=\"hs-pf__dim-value\"\u003e44.5 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"hs-pf__dim-label\"\u003eWidth\u003c\/span\u003e\u003cspan class=\"hs-pf__dim-value\"\u003e24 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"hs-pf__dim-label\"\u003eDepth\u003c\/span\u003e\u003cspan class=\"hs-pf__dim-value\"\u003e3 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"hs-pf__dim-label\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"hs-pf__dim-value\"\u003e0.75 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/section\u003e\u003csection class=\"hs-pf__panel\"\u003e\u003ch2\u003eKey features\u003c\/h2\u003e\n\u003cul class=\"hs-pf__features\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eRotating head design\u003c\/strong\u003eThe unique rotating head allows for easy bug catching from any angle, enhancing your ability to target insects effectively.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eExtendable telescoping handle\u003c\/strong\u003eThe handle extends from 43 to 70 cm, providing the reach needed for high ceilings and hard-to-reach areas.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEfficient rechargeable battery\u003c\/strong\u003eEquipped with a 1200mAh battery, it offers long-lasting use and recharges conveniently via USB Type-C.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEffective insect elimination\u003c\/strong\u003eDelivers a powerful 3500V electric shock to eliminate various flying insects quickly and safely.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple usage options\u003c\/strong\u003eCan be used handheld, standing, or wall-mounted, offering flexibility in how you manage insect control.\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/section\u003e\u003csection class=\"hs-pf__panel\"\u003e\u003ch2\u003eBest for\u003c\/h2\u003e\n\u003cul class=\"hs-pf__list\"\u003e\n\u003cli\u003eIndoor use in kitchens and living areas\u003c\/li\u003e\n\u003cli\u003eTargeting insects in high places\u003c\/li\u003e\n\u003cli\u003eWall-mounted storage for convenience\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/section\u003e\u003csection class=\"hs-pf__panel\"\u003e\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"hs-pf__specs\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eGeckoMan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColour\u003c\/th\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003ePlastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003eBattery Powered\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimensions (H × W × D)\u003c\/th\u003e\n\u003ctd\u003e44.5 cm × 24 cm × 3 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e0.75 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/section\u003e\u003csection class=\"hs-pf__panel\"\u003e\u003ch2\u003eWhat's in the box\u003c\/h2\u003e\n\u003cul class=\"hs-pf__list\"\u003e\n\u003cli\u003e1 × electric fly zapper\u003c\/li\u003e\n\u003cli\u003e1 × extendable pole\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/section\u003e\u003csection class=\"hs-pf__panel\"\u003e\u003ch2\u003eHow to use\u003c\/h2\u003e\n\u003col class=\"hs-pf__steps\"\u003e\n\u003cli\u003eExtend the handle to the desired length.\u003c\/li\u003e\n\u003cli\u003eSwitch on the zapper to activate.\u003c\/li\u003e\n\u003cli\u003eUse handheld or mount on the wall as needed.\u003c\/li\u003e\n\u003c\/ol\u003e\u003c\/section\u003e\u003csection class=\"hs-pf__panel\"\u003e\u003ch2\u003eCare \u0026amp; maintenance\u003c\/h2\u003e\n\u003cul class=\"hs-pf__list\"\u003e\n\u003cli\u003eClean the mesh regularly to maintain effectiveness.\u003c\/li\u003e\n\u003cli\u003eStore in a dry place when not in use.\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"HeavyStones","offers":[{"title":"Default Title","offer_id":53216400507146,"sku":"AMZ-B0DS8SK65N","price":39.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0953\/2299\/7002\/files\/61PCVJGHGiL._436fc330-a517-4c5f-aacf-aacb68f52041.jpg?v=1781555507","url":"https:\/\/heavystones.co.uk\/products\/geckoman-rotating-head-electric-electric-fly-swatter-racket-rechargeable","provider":"HeavyStones","version":"1.0","type":"link"}