{"product_id":"tangle-free-retractable-camping-light","title":"Tangle-Free Retractable Camping Light","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：户外便携式手持卷线灯（10米LED灯串+收纳卷轴）\n  视觉风格：户外机能风、温暖氛围、坚固可靠\n  配色策略：以暖光色（#F5A623）为主色调强调氛围，搭配中性深灰和浅灰背景突出专业感。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #F5A623;\n      --primary-hover: #E0961F;\n      --text-main: #2C2C2C;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F8F8;\n      --bg-soft: #F0F2F5;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.04);\n      --border-color: #E5E5E5;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-item: clamp(2rem, 4vw, 4rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin-top: 0;\n      line-height: 1.25;\n      font-weight: 700;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 46px);\n      margin-bottom: 1.2rem;\n      letter-spacing: -0.5px;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 36px);\n      margin-bottom: 2rem;\n      text-align: center;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(22px, 3vw, 26px);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Reuseable Components *\/\n    .image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      background-color: var(--bg-card);\n    }\n    .image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transition: transform 0.4s ease;\n    }\n    .image-wrapper:hover img {\n      transform: scale(1.02);\n    }\n\n    .section-spacer {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .badge-trust {\n      display: inline-block;\n      padding: 0.6rem 1.2rem;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 50px;\n      font-size: 15px;\n      font-weight: 700;\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .feature-tag {\n      font-size: 15px;\n      font-weight: 500;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      border: 1px solid var(--border-color);\n      box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n    }\n\n    \/* --- Modules --- *\/\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .hero-media {\n      margin-top: 2.5rem;\n    }\n\n    \/* Feature Sections with Z-Pattern *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: var(--spacing-item);\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    \/* Feature Reverse for Z-pattern on desktop *\/\n    @media (min-width: 768px) {\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Mobile Layout for Features *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column;\n        text-align: center;\n        gap: 2rem;\n      }\n      .feature-media, .feature-copy {\n        width: 100%;\n      }\n      .feature-tags {\n        justify-content: center;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .specs-container {\n      background-color: var(--bg-card);\n      padding: 3rem;\n      border-radius: var(--radius-lg);\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1.2rem 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 17px;\n    }\n\n    .specs-table th {\n      width: 40%;\n      color: var(--text-sub);\n      font-weight: 600;\n    }\n    \n    .specs-table td {\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    .specs-table tr:last-child td,\n    .specs-table tr:last-child th {\n      border-bottom: none;\n    }\n\n    \/* Mobile Specs Table Adapter *\/\n    @media (max-width: 767px) {\n      .specs-container { padding: 1.5rem; }\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-body);\n      }\n      .specs-table th {\n        display: none;\n      }\n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 1rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-bottom: 0.5rem;\n        font-size: 14px;\n        text-transform: uppercase;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n    .faq-summary {\n      padding: 1.5rem 0;\n      cursor: pointer;\n      font-weight: 600;\n      font-size: 19px;\n      position: relative;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      transition: color 0.3s ease;\n    }\n    .faq-summary:hover {\n      color: var(--primary-hover);\n    }\n    .faq-summary::-webkit-details-marker {\n      display: none;\n    }\n    .faq-summary::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n      font-weight: 400;\n    }\n    details[open] .faq-summary::after {\n      content: '−';\n    }\n    .faq-answer {\n      padding-bottom: 1.5rem;\n      color: var(--text-sub);\n      line-height: 1.8;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacer\"\u003e\n\u003cspan class=\"badge-trust\"\u003e🏕️ Designed for Camping \u0026amp; Outdoors\u003c\/span\u003e\n\u003ch1\u003eInstant Ambiance, Tangle-Free.\u003c\/h1\u003e\n\n\u003cp\u003eThe essential 2-in-1 retractable lantern and 10-meter string light. Transform any campsite into a warm, inviting space in seconds without the mess.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Camping String Light Hero\" cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260625094002\/309971b6bc556bec0f9094d0b85ac8db.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Features --\u003e\n\n\u003cdiv class=\"feature-item section-spacer\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Quick Retraction System\" cke-id=\"img-1-82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624180554\/dab28e7c0d402e1c01f70bba242caa3b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSetup and Pack Up in 30 Seconds\u003c\/h3\u003e\n\n\u003cp\u003eForget wrestling with messy wires at the end of a trip. The patented smooth-bearing reel system allows you to effortlessly retract the entire 10m (33ft) light string with a simple twist of the center knob. Enjoy more time relaxing and less time untangling.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eRapid Retraction\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eTangle-Free Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSmooth Bearing System\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Dual Lighting \u0026 Versatility --\u003e\n\n\u003cdiv class=\"feature-item reverse section-spacer\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Dual Lighting Modes\" cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624180554\/65b7ce8ffb87da34e4a00f1dccea1438.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eDual Lighting Modes for Every Scenario\u003c\/h3\u003e\n\n\u003cp\u003eThis isn't just a string light; the reel base itself glows with warm ambient light. Use the base as a tabletop lantern, drape the flexible string lights for a canopy effect, or use both simultaneously to create layered, cozy lighting for your tent or RV.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eBase Lantern Mode\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e10M String Light\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWarm Ambiance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Outdoor Ready (Updated Battery \u0026 Charging) --\u003e\n\n\u003cdiv class=\"feature-item section-spacer\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Weather Resistant and Battery Life\" cke-id=\"img83\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624180554\/948e568ca215e511302d54c2e970a2ba.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eBuilt to Weather the Elements\u003c\/h3\u003e\n\n\u003cp\u003eEngineered for the outdoors with an IPX4 water-resistance rating. Whether it's morning dew or an unexpected light rain, reliable illumination keeps your campsite bright. The built-in 2000mAh battery provides up to \u003cstrong\u003e7-10 hours of continuous illumination\u003c\/strong\u003e on a single charge, easily replenished via convenient \u003cstrong\u003eUSB charging\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eIPX4 Water Resistant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e2000mAh Battery\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e7-10h Battery Life\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUSB Charging\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-spacer\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Product Type\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eRetractable Camping String Light\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"String Length\"\u003eString Length\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e10 Meters (approx. 33 feet)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Light Color\"\u003eLight Color\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eWarm White LED\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Battery Capacity\"\u003eBattery Capacity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e2000mAh Rechargeable\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Battery Life\"\u003eBattery Life\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eUp to 7-10 hours\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Charging Method\"\u003eCharging Method\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eUSB Charging\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Water Resistance\"\u003eWater Resistance\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eIPX4 (Splash Resistant)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Available Colors\"\u003eAvailable Colors\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eWild Green, Desert Beige, Midnight Black\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-spacer\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary class=\"faq-summary\"\u003eHow do I retract the lights without them tangling?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eIt's designed to be tangle-free. Simply hold the top handle steady with one hand and rotate the center knob clockwise with the other. The internal mechanism guides the wire smoothly back into the housing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-summary\"\u003eCan the base light and string lights be used separately?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes. You can cycle through different lighting modes to use just the central base lantern, just the extended string lights, or both together, depending on your needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-summary\"\u003eIs it suitable for use in the rain?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe unit has an IPX4 water-resistance rating, making it safe against splashing water from any direction, such as light rain or dew. However, it is not designed to be submerged or exposed to heavy, prolonged downpours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Wild Green","offer_id":63022003880307,"sku":"0625-14017109","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Desert Beige","offer_id":63022003913075,"sku":"0625-14019848","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Midnight Black","offer_id":63022003945843,"sku":"0625-14019733","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Mix: Green + Beige (For 2-Pack)","offer_id":63022003978611,"sku":"0625-14015390","price":46.95,"currency_code":"USD","in_stock":true},{"title":"Mix: 1 of Each Color (For 3-Pack)","offer_id":63022004011379,"sku":"0625-14012677","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/309971b6bc556bec0f9094d0b85ac8db.jpg?v=1782367327","url":"https:\/\/woyuosn.com\/products\/tangle-free-retractable-camping-light","provider":"Woyuosn","version":"1.0","type":"link"}