{"product_id":"solar-powered-outdoor-bug-zapper-cordless-rechargeable-insect-killer-waterproof-auto-manual-control","title":"Solar Powered Outdoor Bug Zapper, Cordless Rechargeable Insect Killer, Waterproof \u0026 Auto\/Manual Control","description":"\u003cstyle\u003e\n\/* ================================\n   PREMIUM PRODUCT DETAILS\n================================ *\/\n\n.pd-premium {\n  --pd-text: #171717;\n  --pd-muted: #6b6b6b;\n  --pd-border: #e8e8e8;\n  --pd-soft: #f7f7f5;\n  --pd-radius: 14px;\n\n  max-width: 1050px;\n  margin: 0 auto;\n  padding: 8px 12px;\n  color: var(--pd-text);\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n  line-height: 1.5;\n}\n\n.pd-premium * {\n  box-sizing: border-box;\n}\n\n\/* ---------- Header ---------- *\/\n\n.pd-header {\n  text-align: center;\n  margin: 0 0 14px;\n}\n\n.pd-header h2 {\n  margin: 0 0 4px;\n  font-size: 27px;\n  font-weight: 700;\n  letter-spacing: -0.5px;\n  line-height: 1.15;\n}\n\n.pd-header p {\n  margin: 0 auto;\n  max-width: 680px;\n  color: var(--pd-muted);\n  font-size: 14px;\n  line-height: 1.45;\n}\n\n\/* ---------- Feature Grid ---------- *\/\n\n.pd-features {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n\n.pd-feature {\n  position: relative;\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  padding: 13px;\n  border: 1px solid var(--pd-border);\n  border-radius: var(--pd-radius);\n  background: #fff;\n  transition: transform .2s ease, box-shadow .2s ease;\n}\n\n.pd-feature:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 6px 20px rgba(0,0,0,.06);\n}\n\n.pd-icon {\n  flex: 0 0 38px;\n  width: 38px;\n  height: 38px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 10px;\n  background: var(--pd-soft);\n}\n\n.pd-icon svg {\n  width: 21px;\n  height: 21px;\n  stroke: #222;\n  fill: none;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.pd-feature h3 {\n  margin: 0 0 3px;\n  font-size: 15px;\n  font-weight: 650;\n  line-height: 1.25;\n}\n\n.pd-feature p {\n  margin: 0;\n  color: var(--pd-muted);\n  font-size: 12.5px;\n  line-height: 1.42;\n}\n\n\/* ---------- Specs ---------- *\/\n\n.pd-section-title {\n  margin: 17px 0 8px;\n  font-size: 17px;\n  font-weight: 700;\n  letter-spacing: -.2px;\n}\n\n.pd-specs {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  border: 1px solid var(--pd-border);\n  border-radius: var(--pd-radius);\n  overflow: hidden;\n  background: #fff;\n}\n\n.pd-spec {\n  display: flex;\n  justify-content: space-between;\n  gap: 12px;\n  padding: 8px 13px;\n  border-bottom: 1px solid #eeeeee;\n  font-size: 13px;\n}\n\n.pd-spec:nth-child(odd) {\n  border-right: 1px solid #eeeeee;\n}\n\n.pd-spec:nth-last-child(-n+2) {\n  border-bottom: none;\n}\n\n.pd-spec span {\n  color: var(--pd-muted);\n}\n\n.pd-spec strong {\n  text-align: right;\n  font-weight: 600;\n}\n\n\/* ---------- FAQ ---------- *\/\n\n.pd-faq {\n  margin-top: 16px;\n}\n\n.pd-faq details {\n  border: 1px solid var(--pd-border);\n  border-radius: 10px;\n  margin-bottom: 7px;\n  background: #fff;\n  overflow: hidden;\n}\n\n.pd-faq summary {\n  position: relative;\n  cursor: pointer;\n  list-style: none;\n  padding: 11px 38px 11px 13px;\n  font-size: 14px;\n  font-weight: 600;\n}\n\n.pd-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.pd-faq summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 14px;\n  top: 50%;\n  transform: translateY(-50%);\n  font-size: 20px;\n  font-weight: 300;\n  color: #777;\n}\n\n.pd-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.pd-faq-answer {\n  padding: 0 13px 12px;\n  color: var(--pd-muted);\n  font-size: 12.5px;\n  line-height: 1.5;\n}\n\n\/* ---------- Note ---------- *\/\n\n.pd-note {\n  margin-top: 10px;\n  padding: 9px 12px;\n  border-radius: 9px;\n  background: var(--pd-soft);\n  color: #666;\n  font-size: 11.5px;\n  line-height: 1.45;\n}\n\n\/* ---------- Mobile ---------- *\/\n\n@media (max-width: 700px) {\n\n  .pd-premium {\n    padding: 4px 7px;\n  }\n\n  .pd-header {\n    margin-bottom: 9px;\n  }\n\n  .pd-header h2 {\n    font-size: 21px;\n    margin-bottom: 2px;\n  }\n\n  .pd-header p {\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .pd-features {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 6px;\n  }\n\n  .pd-feature {\n    gap: 7px;\n    padding: 9px;\n    border-radius: 10px;\n  }\n\n  .pd-feature:hover {\n    transform: none;\n    box-shadow: none;\n  }\n\n  .pd-icon {\n    flex: 0 0 30px;\n    width: 30px;\n    height: 30px;\n    border-radius: 8px;\n  }\n\n  .pd-icon svg {\n    width: 17px;\n    height: 17px;\n  }\n\n  .pd-feature h3 {\n    font-size: 12.5px;\n    margin-bottom: 2px;\n  }\n\n  .pd-feature p {\n    font-size: 10.5px;\n    line-height: 1.32;\n  }\n\n  .pd-section-title {\n    margin: 11px 0 5px;\n    font-size: 15px;\n  }\n\n  .pd-specs {\n    grid-template-columns: 1fr;\n    border-radius: 10px;\n  }\n\n  .pd-spec {\n    padding: 6px 10px;\n    font-size: 11.5px;\n  }\n\n  .pd-spec:nth-child(odd) {\n    border-right: none;\n  }\n\n  .pd-spec:nth-last-child(-n+2) {\n    border-bottom: 1px solid #eeeeee;\n  }\n\n  .pd-spec:last-child {\n    border-bottom: none;\n  }\n\n  .pd-faq {\n    margin-top: 11px;\n  }\n\n  .pd-faq details {\n    margin-bottom: 5px;\n    border-radius: 8px;\n  }\n\n  .pd-faq summary {\n    padding: 8px 32px 8px 10px;\n    font-size: 12px;\n  }\n\n  .pd-faq summary::after {\n    right: 11px;\n    font-size: 17px;\n  }\n\n  .pd-faq-answer {\n    padding: 0 10px 9px;\n    font-size: 10.5px;\n    line-height: 1.4;\n  }\n\n  .pd-note {\n    margin-top: 7px;\n    padding: 7px 9px;\n    font-size: 10px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pd-premium\"\u003e\n\u003c!-- HEADER --\u003e\n\u003cdiv class=\"pd-header\"\u003e\n\u003ch2\u003eSolar-Powered Bug Zapper\u003c\/h2\u003e\n\u003cp\u003eFlexible indoor \u0026amp; outdoor insect control with solar and USB charging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 6 PREMIUM FEATURES --\u003e\n\u003cdiv class=\"pd-features\"\u003e\n\u003c!-- 1 --\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 2v2M12 20v2M4.93 4.93l1.42 1.42M17.65 17.65l1.42 1.42M2 12h2M20 12h2M4.93 19.07l1.42-1.42M17.65 6.35l1.42-1.42\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSolar + USB Charging\u003c\/h3\u003e\n\u003cp\u003eTwo charging options for flexible indoor and outdoor use. Includes 10ft \/ 3m extension cable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2 --\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M13 2L5 13h6l-1 9 8-12h-6z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e4500V Electric Grid\u003c\/h3\u003e\n\u003cp\u003e365–395nm light attracts flying insects to the electrified grid for effective control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3 --\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3a7 7 0 0 0-4 12.74V19h8v-3.26A7 7 0 0 0 12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 22h6M9 19h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSmart Light Sensor\u003c\/h3\u003e\n\u003cp\u003eAUTO mode turns the unit off in daylight and activates insect-control mode after dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4 --\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M7 10v4M11 9v6M15 10v4M21 10v4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUp to 12 Hours\u003c\/h3\u003e\n\u003cp\u003eRechargeable battery provides up to 12 hours of operation after a full charge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5 --\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3v2M5.64 5.64l1.41 1.41M3 12h2M5.64 18.36l1.41-1.41M18.36 18.36l-1.41-1.41M19 12h2M18.36 5.64l-1.41 1.41\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 13c1 2 2 3 4 3s3-1 4-3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 11a3 3 0 0 1 6 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eIPX4 Water Resistant\u003c\/h3\u003e\n\u003cp\u003eDesigned for outdoor conditions and protection from water splashes and light rain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6 --\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 4l16 16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 5l5 5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 14l5 5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 7l10 10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M3 21l3-3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEasy to Clean\u003c\/h3\u003e\n\u003cp\u003eIncluded cleaning brush makes routine maintenance quick and simple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT SPECS --\u003e\n\u003cdiv class=\"pd-section-title\"\u003eProduct Information\u003c\/div\u003e\n\u003cdiv class=\"pd-specs\"\u003e\n\u003cdiv class=\"pd-spec\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e \u003cstrong\u003e14.96 × 11.5 × 3.66 in\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec\"\u003e\n\u003cspan\u003eWeight\u003c\/span\u003e \u003cstrong\u003e5.04 lb\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec\"\u003e\n\u003cspan\u003eCharging\u003c\/span\u003e \u003cstrong\u003eSolar \/ USB\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec\"\u003e\n\u003cspan\u003eLight Wavelength\u003c\/span\u003e \u003cstrong\u003e365–395 nm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec\"\u003e\n\u003cspan\u003eElectric Grid\u003c\/span\u003e \u003cstrong\u003e4500V\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec\"\u003e\n\u003cspan\u003eRuntime\u003c\/span\u003e \u003cstrong\u003eUp to 12 hours\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec\"\u003e\n\u003cspan\u003eSolar Charging\u003c\/span\u003e \u003cstrong\u003eApprox. 10 hours*\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec\"\u003e\n\u003cspan\u003eUSB Charging\u003c\/span\u003e \u003cstrong\u003eApprox. 4 hours\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-spec\"\u003e\n\u003cspan\u003eWater Resistance\u003c\/span\u003e \u003cstrong\u003eIPX4\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"pd-faq\"\u003e\n\u003cdiv class=\"pd-section-title\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow does the solar charging work?\u003c\/summary\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003ePlace the solar panel in direct sunlight. In AUTO mode, the unit can use daylight hours for solar charging and activate insect-control mode after dark.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan I charge it with USB?\u003c\/summary\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003eYes. USB charging provides a convenient alternative when sunlight is limited. A full USB charge takes approximately 4 hours.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow long can it operate?\u003c\/summary\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003eAfter a full charge, the rechargeable battery can provide up to approximately 12 hours of operation depending on conditions and mode.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan it be used outdoors?\u003c\/summary\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003eYes. The unit is designed for indoor and outdoor use and has an IPX4 water-resistance rating. For best results, avoid prolonged exposure to heavy rain or standing water.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow do I clean the unit?\u003c\/summary\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003eSwitch the unit off and disconnect it from the power source before cleaning. Use the included brush to remove insect debris from the collection area and grid.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs it chemical-free?\u003c\/summary\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003eThe insect-control function uses light attraction and an electrified grid rather than chemical insect sprays or bait.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- SMALL DISCLAIMER --\u003e\n\u003cdiv class=\"pd-note\"\u003e*Charging and runtime may vary depending on sunlight intensity, battery condition, operating mode and environment. Keep the unit away from children and pets and follow the product safety instructions.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"COUTURE HER APPAREL LLC","offers":[{"title":"SE566-SJMWD-B","offer_id":51615537234166,"sku":"D472901583","price":59.99,"currency_code":"USD","in_stock":true},{"title":"SE563-001MWD-B","offer_id":51615537266934,"sku":"D195372064","price":30.98,"currency_code":"USD","in_stock":true},{"title":"A-B570-MWD-B-S","offer_id":51615537299702,"sku":"D703629158","price":43.99,"currency_code":"USD","in_stock":true},{"title":"A-B569-HYTY-B-S","offer_id":51615537332470,"sku":"D258140379","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0824\/0093\/6182\/files\/1.jpg?v=1789194623","url":"https:\/\/elvorita.shop\/products\/solar-powered-outdoor-bug-zapper-cordless-rechargeable-insect-killer-waterproof-auto-manual-control","provider":"COUTURE HER APPAREL LLC","version":"1.0","type":"link"}