{"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\/products\/2-pack-80ft-solar-string-lights-240-led-waterproof-outdoor-fairy-lights-with-8-modes","provider":"COUTURE HER APPAREL LLC","version":"1.0","type":"link"}