{"title":"Home page","description":null,"products":[{"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"},{"product_id":"2-pack-80ft-solar-string-lights-240-led-waterproof-outdoor-fairy-lights-with-8-modes","title":"2-Pack 80FT Solar String Lights, 240 LED Waterproof Outdoor Fairy Lights with 8 Modes","description":"\u003cstyle\u003e\n\/* =========================================\n   FLACCHI SOLAR STRING LIGHTS\n   PREMIUM COMPACT PRODUCT DETAILS\n========================================= *\/\n\n.flacchi-pd {\n  --text:#181818;\n  --muted:#6b6b6b;\n  --border:#e8e8e8;\n  --soft:#f7f7f5;\n  --radius:14px;\n\n  max-width:1050px;\n  margin:0 auto;\n  padding:8px 12px;\n  color:var(--text);\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Arial,sans-serif;\n  line-height:1.5;\n}\n\n.flacchi-pd * {\n  box-sizing:border-box;\n}\n\n\/* ---------- Header ---------- *\/\n\n.flacchi-header {\n  text-align:center;\n  margin:0 0 14px;\n}\n\n.flacchi-header h2 {\n  margin:0 0 4px;\n  font-size:27px;\n  font-weight:700;\n  letter-spacing:-.5px;\n  line-height:1.15;\n}\n\n.flacchi-header p {\n  margin:0 auto;\n  max-width:700px;\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.45;\n}\n\n\/* ---------- Quick Specs ---------- *\/\n\n.flacchi-highlights {\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:7px;\n  margin:0 0 12px;\n}\n\n.flacchi-pill {\n  padding:5px 11px;\n  border:1px solid var(--border);\n  border-radius:50px;\n  background:#fff;\n  font-size:12px;\n  font-weight:600;\n}\n\n\/* ---------- 6 Features ---------- *\/\n\n.flacchi-features {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:10px;\n}\n\n.flacchi-feature {\n  display:flex;\n  align-items:flex-start;\n  gap:10px;\n  padding:13px;\n  border:1px solid var(--border);\n  border-radius:var(--radius);\n  background:#fff;\n  transition:transform .2s ease,box-shadow .2s ease;\n}\n\n.flacchi-feature:hover {\n  transform:translateY(-2px);\n  box-shadow:0 7px 22px rgba(0,0,0,.06);\n}\n\n.flacchi-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(--soft);\n}\n\n.flacchi-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.flacchi-feature h3 {\n  margin:0 0 3px;\n  font-size:15px;\n  font-weight:650;\n  line-height:1.25;\n}\n\n.flacchi-feature p {\n  margin:0;\n  color:var(--muted);\n  font-size:12.5px;\n  line-height:1.42;\n}\n\n\/* ---------- Product Specs ---------- *\/\n\n.flacchi-title {\n  margin:17px 0 8px;\n  font-size:17px;\n  font-weight:700;\n  letter-spacing:-.2px;\n}\n\n.flacchi-specs {\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  border:1px solid var(--border);\n  border-radius:var(--radius);\n  overflow:hidden;\n  background:#fff;\n}\n\n.flacchi-spec {\n  display:flex;\n  justify-content:space-between;\n  gap:12px;\n  padding:8px 13px;\n  border-bottom:1px solid #eee;\n  font-size:13px;\n}\n\n.flacchi-spec:nth-child(odd) {\n  border-right:1px solid #eee;\n}\n\n.flacchi-spec:nth-last-child(-n+2) {\n  border-bottom:none;\n}\n\n.flacchi-spec span {\n  color:var(--muted);\n}\n\n.flacchi-spec strong {\n  text-align:right;\n  font-weight:600;\n}\n\n\/* ---------- FAQ ---------- *\/\n\n.flacchi-faq {\n  margin-top:16px;\n}\n\n.flacchi-faq details {\n  margin-bottom:7px;\n  border:1px solid var(--border);\n  border-radius:10px;\n  background:#fff;\n  overflow:hidden;\n}\n\n.flacchi-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.flacchi-faq summary::-webkit-details-marker {\n  display:none;\n}\n\n.flacchi-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.flacchi-faq details[open] summary::after {\n  content:\"−\";\n}\n\n.flacchi-answer {\n  padding:0 13px 12px;\n  color:var(--muted);\n  font-size:12.5px;\n  line-height:1.5;\n}\n\n\/* ---------- Note ---------- *\/\n\n.flacchi-note {\n  margin-top:10px;\n  padding:9px 12px;\n  border-radius:9px;\n  background:var(--soft);\n  color:#666;\n  font-size:11.5px;\n  line-height:1.45;\n}\n\n\/* =========================================\n   MOBILE COMPACT\n========================================= *\/\n\n@media (max-width:700px) {\n\n  .flacchi-pd {\n    padding:4px 7px;\n  }\n\n  .flacchi-header {\n    margin-bottom:8px;\n  }\n\n  .flacchi-header h2 {\n    font-size:21px;\n    margin-bottom:2px;\n  }\n\n  .flacchi-header p {\n    font-size:12px;\n    line-height:1.35;\n  }\n\n  .flacchi-highlights {\n    gap:4px;\n    margin-bottom:7px;\n  }\n\n  .flacchi-pill {\n    padding:4px 8px;\n    font-size:10px;\n  }\n\n  .flacchi-features {\n    grid-template-columns:repeat(2,1fr);\n    gap:6px;\n  }\n\n  .flacchi-feature {\n    gap:7px;\n    padding:9px;\n    border-radius:10px;\n  }\n\n  .flacchi-feature:hover {\n    transform:none;\n    box-shadow:none;\n  }\n\n  .flacchi-icon {\n    flex:0 0 30px;\n    width:30px;\n    height:30px;\n    border-radius:8px;\n  }\n\n  .flacchi-icon svg {\n    width:17px;\n    height:17px;\n  }\n\n  .flacchi-feature h3 {\n    font-size:12.5px;\n    margin-bottom:2px;\n  }\n\n  .flacchi-feature p {\n    font-size:10.5px;\n    line-height:1.32;\n  }\n\n  .flacchi-title {\n    margin:11px 0 5px;\n    font-size:15px;\n  }\n\n  .flacchi-specs {\n    grid-template-columns:1fr;\n    border-radius:10px;\n  }\n\n  .flacchi-spec {\n    padding:6px 10px;\n    font-size:11.5px;\n  }\n\n  .flacchi-spec:nth-child(odd) {\n    border-right:none;\n  }\n\n  .flacchi-spec {\n    border-bottom:1px solid #eee !important;\n  }\n\n  .flacchi-spec:last-child {\n    border-bottom:none !important;\n  }\n\n  .flacchi-faq {\n    margin-top:11px;\n  }\n\n  .flacchi-faq details {\n    margin-bottom:5px;\n    border-radius:8px;\n  }\n\n  .flacchi-faq summary {\n    padding:8px 32px 8px 10px;\n    font-size:12px;\n  }\n\n  .flacchi-faq summary::after {\n    right:11px;\n    font-size:17px;\n  }\n\n  .flacchi-answer {\n    padding:0 10px 9px;\n    font-size:10.5px;\n    line-height:1.4;\n  }\n\n  .flacchi-note {\n    margin-top:7px;\n    padding:7px 9px;\n    font-size:10px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"flacchi-pd\"\u003e\n\n  \u003c!-- HEADER --\u003e\n  \u003cdiv class=\"flacchi-header\"\u003e\n    \u003ch2\u003eFlacchi Solar Outdoor String Lights\u003c\/h2\u003e\n    \u003cp\u003e\n      Create a warm decorative glow for gardens, patios, fences, trees and special occasions.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- QUICK HIGHLIGHTS --\u003e\n  \u003cdiv class=\"flacchi-highlights\"\u003e\n    \u003cdiv class=\"flacchi-pill\"\u003e2-Pack\u003c\/div\u003e\n    \u003cdiv class=\"flacchi-pill\"\u003e80FT\u003c\/div\u003e\n    \u003cdiv class=\"flacchi-pill\"\u003e240 LEDs\u003c\/div\u003e\n    \u003cdiv class=\"flacchi-pill\"\u003e8 Modes\u003c\/div\u003e\n    \u003cdiv class=\"flacchi-pill\"\u003eIP65\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- 6 FEATURES --\u003e\n  \u003cdiv class=\"flacchi-features\"\u003e\n\n    \u003c!-- 1 Solar --\u003e\n    \u003cdiv class=\"flacchi-feature\"\u003e\n      \u003cdiv class=\"flacchi-icon\"\u003e\n        \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.9 4.9l1.4 1.4M17.7 17.7l1.4 1.4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M2 12h2M20 12h2M4.9 19.1l1.4-1.4M17.7 6.3l1.4-1.4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eSolar Powered\u003c\/h3\u003e\n        \u003cp\u003e\n          Harnesses sunlight for convenient evening illumination without a wired power connection.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003c!-- 2 80FT 240 LEDs --\u003e\n    \u003cdiv class=\"flacchi-feature\"\u003e\n      \u003cdiv class=\"flacchi-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 7h16M4 12h16M4 17h16\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"7\" cy=\"7\" r=\"1\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"1\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"17\" cy=\"17\" r=\"1\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003e80FT • 240 LEDs\u003c\/h3\u003e\n        \u003cp\u003e\n          Generous coverage helps decorate larger spaces, from patios and fences to trees and event areas.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003c!-- 3 8 Modes --\u003e\n    \u003cdiv class=\"flacchi-feature\"\u003e\n      \u003cdiv class=\"flacchi-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M6 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 8h8l-2-2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 16h10l-2 2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 8v8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003e8 Lighting Modes\u003c\/h3\u003e\n        \u003cp\u003e\n          Choose from eight lighting effects to match everyday decorating, parties and seasonal occasions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003c!-- 4 Sensor --\u003e\n    \u003cdiv class=\"flacchi-feature\"\u003e\n      \u003cdiv class=\"flacchi-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3a7 7 0 0 0-4 12.7V19h8v-3.3A7 7 0 0 0 12 3z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 22h6M9 19h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eAuto On \/ Off\u003c\/h3\u003e\n        \u003cp\u003e\n          The built-in light sensor automatically switches the lights on at night and off during daylight.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003c!-- 5 Memory --\u003e\n    \u003cdiv class=\"flacchi-feature\"\u003e\n      \u003cdiv class=\"flacchi-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 4L3 6M19 4l2 2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eMemory Function\u003c\/h3\u003e\n        \u003cp\u003e\n          Remembers your previous lighting mode so you don't need to reset your preferred setting each time.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003c!-- 6 IP65 --\u003e\n    \u003cdiv class=\"flacchi-feature\"\u003e\n      \u003cdiv class=\"flacchi-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3l7 4v5c0 4.5-3 7.5-7 9-4-1.5-7-4.5-7-9V7l7-4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eIP65 Waterproof\u003c\/h3\u003e\n        \u003cp\u003e\n          Designed to handle rainy and damp outdoor conditions for more flexible seasonal decorating.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCT INFORMATION --\u003e\n  \u003cdiv class=\"flacchi-title\"\u003e\n    Product Information\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"flacchi-specs\"\u003e\n\n    \u003cdiv class=\"flacchi-spec\"\u003e\n      \u003cspan\u003ePack\u003c\/span\u003e\n      \u003cstrong\u003e2 Sets\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"flacchi-spec\"\u003e\n      \u003cspan\u003eTotal Length\u003c\/span\u003e\n      \u003cstrong\u003e80FT\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"flacchi-spec\"\u003e\n      \u003cspan\u003eTotal LEDs\u003c\/span\u003e\n      \u003cstrong\u003e240 LEDs\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"flacchi-spec\"\u003e\n      \u003cspan\u003eLighting Modes\u003c\/span\u003e\n      \u003cstrong\u003e8 Modes\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"flacchi-spec\"\u003e\n      \u003cspan\u003ePower\u003c\/span\u003e\n      \u003cstrong\u003eSolar Powered\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"flacchi-spec\"\u003e\n      \u003cspan\u003eSensor\u003c\/span\u003e\n      \u003cstrong\u003eAuto On \/ Off\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"flacchi-spec\"\u003e\n      \u003cspan\u003eMemory\u003c\/span\u003e\n      \u003cstrong\u003eYes\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"flacchi-spec\"\u003e\n      \u003cspan\u003eWater Resistance\u003c\/span\u003e\n      \u003cstrong\u003eIP65\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"flacchi-faq\"\u003e\n\n    \u003cdiv class=\"flacchi-title\"\u003e\n      Frequently Asked Questions\n    \u003c\/div\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow long should the solar panel charge?\u003c\/summary\u003e\n      \u003cdiv class=\"flacchi-answer\"\u003e\n        For best performance, place the solar panel where it receives approximately\n        6–8 hours of direct sunlight each day. Actual charging time may vary depending\n        on weather, season and sunlight conditions.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDo the lights turn on automatically?\u003c\/summary\u003e\n      \u003cdiv class=\"flacchi-answer\"\u003e\n        Yes. The built-in light sensor is designed to turn the lights on when it becomes\n        dark and switch them off during daylight.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow many lighting modes are included?\u003c\/summary\u003e\n      \u003cdiv class=\"flacchi-answer\"\u003e\n        There are 8 lighting modes, giving you different ways to create a decorative\n        atmosphere for everyday use, parties and seasonal occasions.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the light remember my previous setting?\u003c\/summary\u003e\n      \u003cdiv class=\"flacchi-answer\"\u003e\n        Yes. The memory function saves your previous lighting mode, helping you return\n        to your preferred setting without resetting it every time.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I use these lights outdoors?\u003c\/summary\u003e\n      \u003cdiv class=\"flacchi-answer\"\u003e\n        Yes. They are designed for outdoor decorative use and feature IP65 waterproof\n        protection. For longer product life, install the solar panel securely and avoid\n        submerging any components in water.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhere can I use the string lights?\u003c\/summary\u003e\n      \u003cdiv class=\"flacchi-answer\"\u003e\n        They can be used to decorate gardens, patios, fences, trees, balconies,\n        outdoor gathering areas and event spaces such as weddings and seasonal celebrations.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- NOTE --\u003e\n  \u003cdiv class=\"flacchi-note\"\u003e\n    Best performance is achieved with approximately 6–8 hours of direct sunlight daily.\n    Charging time, brightness and runtime may vary depending on sunlight intensity,\n    weather, season and installation conditions.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"COUTURE HER APPAREL LLC","offers":[{"title":"Warm White","offer_id":51617519632630,"sku":"D361970245","price":11.99,"currency_code":"USD","in_stock":true},{"title":"Cool White","offer_id":51617519665398,"sku":"D518296407","price":15.99,"currency_code":"USD","in_stock":true},{"title":"Orange-purple","offer_id":51617519698166,"sku":"D904152736","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Multicolor","offer_id":51617519730934,"sku":"D275093148","price":36.98,"currency_code":"USD","in_stock":true},{"title":"blue","offer_id":51617519763702,"sku":"D813046925","price":36.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0824\/0093\/6182\/files\/4c318aa91d794e09997605ca40a1e72c_tplv-fhlh96nyum-crop-webp_1459_1459.jpg?v=1789198710"}],"url":"https:\/\/elvorita.shop\/collections\/frontpage.oembed","provider":"COUTURE HER APPAREL LLC","version":"1.0","type":"link"}