{"title":"Garden Accessories","description":"","products":[{"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"},{"product_id":"2-pack-hybrid-spectrum-dusk-to-dawn-fly-zapper-electric-fly-catcher-fruit-flies-trap-outdoor-indoor-for-home-use-mosquito-killer-bug-zapper-insect-lamp-with-light-sensor-uk-plug","title":"Dusk-to-Dawn Electric Fly Zapper","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\"\u003eThis electric fly zapper effectively attracts and eliminates various pests while offering convenient dusk-to-dawn operation.\u003c\/p\u003e\n\u003csection class=\"hs-pf__overview\"\u003e\u003cp\u003eThe hybrid spectrum fly zapper utilises dual UV bulbs to attract a wide range of insects, including flies, mosquitoes, and moths. Its dusk-to-dawn mode allows for automatic operation, making it a practical choice for both indoor and outdoor settings.\u003c\/p\u003e\n\u003cp\u003eWith an IP23 waterproof rating, this zapper is suitable for use on patios, gardens, and even indoors. Its coverage extends to half an acre outdoors, making it ideal for larger spaces.\u003c\/p\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\u003eHybrid spectrum lighting\u003c\/strong\u003e15W dual bulbs emit a broader light spectrum, effectively attracting various pests.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDusk-to-dawn functionality\u003c\/strong\u003eWaterproof switch offers ON, OFF, and AUTO modes for automatic operation based on light conditions.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile usage\u003c\/strong\u003eSuitable for both indoor and outdoor environments, covering up to 1\/2 acre.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUser-friendly design\u003c\/strong\u003eIncludes a 5ft power cord and a removable tray for easy cleaning.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eChemical-free pest control\u003c\/strong\u003eUses a natural light spectrum to attract insects without chemical sprays.\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\u003ePatios and gardens up to 1\/2 acre\u003c\/li\u003e\n\u003cli\u003eIndoor use in kitchens and bedrooms\u003c\/li\u003e\n\u003cli\u003eBalconies and porches\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\"\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003e220V\/50Hz AC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimensions (H × W × D)\u003c\/th\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eNot specified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003eCovers up to 1\/2 acre\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 × power cord\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\u003ePlug in the zapper using the 5ft power cord.\u003c\/li\u003e\n\u003cli\u003eSelect the desired mode: ON, OFF, or AUTO.\u003c\/li\u003e\n\u003cli\u003ePlace the zapper in the desired location.\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 removable tray regularly to maintain efficiency.\u003c\/li\u003e\n\u003cli\u003eStore indoors during prolonged periods of non-use.\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"HeavyStones","offers":[{"title":"Default Title","offer_id":53216400539914,"sku":"AMZ-B0C3THF9BX","price":26.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0953\/2299\/7002\/files\/71izkdnobjl-ac-uf894-1000-ql80-fmwebp-1080x1080_853f952e-6d44-43a5-82a0-828bf72ed5e8.webp?v=1781555507"},{"product_id":"garden-tabletop-firepit","title":"Helios Tabletop Fireplace","description":"\u003ch3 data-start=\"183\" data-end=\"540\" class=\"text-[1.6rem] md:text-4xl\"\u003e\u003cstrong data-start=\"183\" data-end=\"226\"\u003eReal flame, zero smoke — meet our \u003cem data-start=\"215\" data-end=\"223\"\u003eHelios Tabletop Fireplace\u003c\/em\u003e.\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp data-start=\"183\" data-end=\"540\"\u003eDesigned for \u003cstrong data-start=\"242\" data-end=\"264\"\u003eindoor and outdoor\u003c\/strong\u003e spaces, the \u003cem data-start=\"277\" data-end=\"317\"\u003eSmoke-Free Flame Helios Round Fire Pit\u003c\/em\u003e brings the warmth of a real flame without the mess of smoke or soot. Its \u003cstrong data-start=\"391\" data-end=\"415\"\u003etempered-glass guard\u003c\/strong\u003e protects the flame from light wind, while the \u003cstrong data-start=\"462\" data-end=\"485\"\u003eweighted steel base\u003c\/strong\u003e and \u003cstrong data-start=\"490\" data-end=\"507\"\u003enon-slip feet\u003c\/strong\u003e keep it secure on any surface.\u003c\/p\u003e\n\u003cp data-start=\"183\" data-end=\"540\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0994\/8102\/6906\/files\/helios-tabletop-fireplace-in-different-sceneries.webp?v=1764454617\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp data-start=\"542\" data-end=\"817\"\u003eEach \u003cem data-start=\"547\" data-end=\"555\"\u003eHelios\u003c\/em\u003e includes a hand-selected set of \u003cstrong data-start=\"588\" data-end=\"615\"\u003edecorative river stones\u003c\/strong\u003e, allowing you to style the fire pit to match your space — whether on a dining table, balcony, or garden patio. The stones not only elevate its look but also enhance the natural ambience of the flame.\u003c\/p\u003e\n\u003cp data-start=\"819\" data-end=\"1006\"\u003e\u003cstrong data-start=\"819\" data-end=\"840\"\u003eFuel not included\u003c\/strong\u003e — simply pour your chosen bioethanol fuel, light it, and enjoy a \u003cstrong data-start=\"906\" data-end=\"932\"\u003eclean, smokeless flame\u003c\/strong\u003e for \u003cstrong data-start=\"937\" data-end=\"978\"\u003eapproximately 75–120 minutes per fill\u003c\/strong\u003e, depending on conditions.\u003c\/p\u003e\n\u003cp data-start=\"1008\" data-end=\"1241\"\u003eNo chimney. No power cables. No smoke. Just the effortless glow of real fire. When the evening winds down, use the included \u003cstrong data-start=\"1132\" data-end=\"1148\"\u003esnuffer tool\u003c\/strong\u003e to extinguish the flame safely and let the unit cool before moving it indoors for storage.\u003c\/p\u003e\n\u003chr data-start=\"1243\" data-end=\"1246\"\u003e\n\u003cp data-start=\"1248\" data-end=\"1262\"\u003e\u003cstrong data-start=\"1248\" data-end=\"1262\"\u003eHighlights\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-start=\"1264\" data-end=\"1916\"\u003e\n\u003cli data-start=\"1264\" data-end=\"1374\"\u003e\n\u003cp data-start=\"1266\" data-end=\"1374\"\u003e\u003cstrong data-start=\"1266\" data-end=\"1296\"\u003eDecorative stones included\u003c\/strong\u003e – style your Helios fire pit with natural river stones for a premium finish\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1375\" data-end=\"1452\"\u003e\n\u003cp data-start=\"1377\" data-end=\"1452\"\u003eClean, \u003cstrong data-start=\"1384\" data-end=\"1414\"\u003esmokeless bioethanol flame\u003c\/strong\u003e – real warmth without soot or odour\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1453\" data-end=\"1526\"\u003e\n\u003cp data-start=\"1455\" data-end=\"1526\"\u003e\u003cstrong data-start=\"1455\" data-end=\"1475\"\u003eIndoor \u0026amp; outdoor\u003c\/strong\u003e ready – perfect for tables, patios, or balconies\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1527\" data-end=\"1620\"\u003e\n\u003cp data-start=\"1529\" data-end=\"1620\"\u003e\u003cstrong data-start=\"1529\" data-end=\"1553\"\u003eTempered glass guard\u003c\/strong\u003e, \u003cstrong data-start=\"1555\" data-end=\"1581\"\u003eweighted anti-tip base\u003c\/strong\u003e, and \u003cstrong data-start=\"1587\" data-end=\"1604\"\u003enon-slip feet\u003c\/strong\u003e for stability\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1621\" data-end=\"1705\"\u003e\n\u003cp data-start=\"1623\" data-end=\"1705\"\u003e\u003cstrong data-start=\"1623\" data-end=\"1667\"\u003eStainless-steel burner with ceramic core\u003c\/strong\u003e – steady flame and longer burn time\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1706\" data-end=\"1786\"\u003e\n\u003cp data-start=\"1708\" data-end=\"1786\"\u003e\u003cstrong data-start=\"1708\" data-end=\"1733\"\u003eAccessories included:\u003c\/strong\u003e stones, snuffer, metal funnel, heat mat, and guide\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1787\" data-end=\"1857\"\u003e\n\u003cp data-start=\"1789\" data-end=\"1857\"\u003eTypical burn time: \u003cstrong data-start=\"1808\" data-end=\"1835\"\u003e75–120 minutes per fill\u003c\/strong\u003e (fuel not included)\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1858\" data-end=\"1916\"\u003e\n\u003cp data-start=\"1860\" data-end=\"1916\"\u003eStore indoors once cool and dry to preserve the finish\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"HeavyStones","offers":[{"title":"Black \/ Red Glass Pebbles","offer_id":53216742146314,"sku":null,"price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Green Glass Pebbles","offer_id":53216742179082,"sku":null,"price":59.99,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Orange Glass Pebbles","offer_id":53216742211850,"sku":null,"price":59.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0953\/2299\/7002\/files\/white-thassos-marble-gravel-with-helios-tabletop-fireplace.webp?v=1781564297"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0953\/2299\/7002\/collections\/garden-accessories-collection.webp?v=1786231567","url":"https:\/\/heavystones.co.uk\/collections\/garden-accessories.oembed","provider":"HeavyStones","version":"1.0","type":"link"}