{"product_id":"magnetic-clip-camping-flashlight","title":"Magnetic Clip Camping Flashlight","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #d97706; \/* Warm amber glow accent *\/\n      --primary-hover: #b45309;\n      --text-main: #1f2937;\n      --text-sub: #4b5563;\n      --bg-body: #ffffff;\n      --bg-card: #f9fafb;\n      --bg-soft: #f3f4f6;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #e5e7eb;\n      --spacing-unit: clamp(2rem, 5vw, 4rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .body-text,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-value,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      margin: 0 0 16px 0;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container *:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Image Styles *\/\n    .product-detail-container img,\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      padding: 60px 20px;\n      text-align: center;\n      box-sizing: border-box;\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-section {\n      margin-bottom: var(--spacing-unit);\n      text-align: center;\n      padding-top: 20px;\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .hero-media {\n      margin-top: 24px;\n    }\n\n    \/* Feature Sections *\/\n    .product-detail-container .features-section {\n      margin-bottom: var(--spacing-unit);\n    }\n\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: var(--spacing-unit);\n    }\n\n    .product-detail-container .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-size: 18px;\n      font-weight: 500;\n      margin: 0;\n    }\n\n    \/* Use Scenarios Section *\/\n    .product-detail-container .scenarios-section {\n      margin-bottom: var(--spacing-unit);\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .scenarios-list {\n      list-style-type: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .product-detail-container .scenarios-list li {\n      position: relative;\n      padding-left: 28px;\n      margin-bottom: 12px;\n    }\n\n    .product-detail-container .scenarios-list li::before {\n      content: \"✓\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      color: var(--primary);\n      font-weight: bold;\n    }\n\n    \/* Specifications Section *\/\n    .product-detail-container .specifications-section {\n      margin-bottom: var(--spacing-unit);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 12px;\n      vertical-align: top;\n      font-size: 18px;\n    }\n\n    .product-detail-container .spec-table td:first-child {\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      margin-bottom: var(--spacing-unit);\n      padding-top: 20px;\n      border-top: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 24px;\n      padding-bottom: 20px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-item:last-child {\n      margin-bottom: 0;\n      padding-bottom: 0;\n      border-bottom: none;\n    }\n\n    \/* Responsive Queries *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n      }\n\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    @media (max-width: 767px) {\n      \/* Typography safety lock *\/\n      .product-detail-container h1 {\n        font-size: 22px !important;\n      }\n\n      .product-detail-container h2,\n      .product-detail-container h3,\n      .product-detail-container .section-title,\n      .product-detail-container .feature-title,\n      .product-detail-container .faq-question {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container p,\n      .product-detail-container li,\n      .product-detail-container .body-text,\n      .product-detail-container .faq-answer,\n      .product-detail-container .spec-value,\n      .product-detail-container .tag {\n        font-size: 18px !important;\n      }\n\n      \/* Mobile Spacing \u0026 Layout *\/\n      .product-detail-container .feature-item {\n        flex-direction: column !important; \/* Image First -\u003e Text Second *\/\n      }\n\n      \/* Mobile Specifications Grid Collapse *\/\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .product-detail-container .spec-table td:first-child {\n        display: none; \/* Hide original left column, header handled by data-label *\/\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Multi-functional Mini LED Flashlight\nTarget Audience: Campers, hikers, night shift workers, outdoor enthusiasts, EDC collectors\nVisual Style: Rugged, functional, minimalist, high-contrast utility style\nColor Strategy: Charcoal dark theme with warm amber highlights to reflect glowing outdoor camping vibes\nModule Order: Hero Block -\u003e Features Section (3 Features) -\u003e Use Scenarios -\u003e Specifications -\u003e FAQs\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_4\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (insufficient comparative brand details or before\/after visual specs)\nInformation Boundary: Strictly relies on confirmed facts. Material (Aluminum + PC), dimensions (64.5mm x 15.5mm), and runtime (up to 5 hours) are taken directly from original source files. No waterproof rating, charging protocols, battery capacities, or weight values have been assumed.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Block --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"badge\"\u003eHands-Free EDC Utility\u003c\/span\u003e\n\u003ch1\u003eHands-Free Portable Mini LED Flashlight\u003c\/h1\u003e\n\n\u003cp class=\"body-text\"\u003eCompact yet highly versatile lighting with up to 5 hours of runtime. Equipped with a built-in magnetic base, cap clip, and top hanger hook for effortless hands-free illumination in any situation.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917150456\/b5b9cc3f5f6128f71b2ec26f18e1555d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917150456\/7ce7b8c229c37ed9bd5920d468ee3793.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eCap Clip\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMagnetic Base\u003c\/span\u003e \u003cspan class=\"tag\"\u003eHanger Hook\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2 class=\"feature-title\"\u003eThree-Way Hands-Free Mounting\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eDesigned for ultimate adaptability. Snap it directly onto your hat brim as an instant headlamp using the elastic clip, snap the flat magnetic tailpiece onto any iron surface, or suspend it from tactical loops with the top integrated loop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: 360° Frosted Diffuser --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917150456\/5e897966d77988d56a41de41498aaad6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eFrosted Lens\u003c\/span\u003e \u003cspan class=\"tag\"\u003e360° Ambient Glow\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2 class=\"feature-title\"\u003eComfortable Ambient Lighting\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eThe semi-translucent frosted PC body diffuses light evenly across a complete 360-degree radius. This provides soft, glowing ambient light that eliminates harsh glare—perfect for camping tents and close-up emergency maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Lighter-Sized Design --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917150456\/b7d6203710d7fcfd47bf98046a545214.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003ePocket EDC\u003c\/span\u003e \u003cspan class=\"tag\"\u003eRugged Build\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2 class=\"feature-title\"\u003eExtremely Compact \u0026amp; Travel-Ready\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eMeasuring only 64.5 mm (2.5 inches) long and roughly the width of a finger, this mini flashlight packs powerful performance into a lighter-sized format. Slip it into your pocket or snap it to your tactical bag webbing without noticing the bulk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Use Scenarios --\u003e\n\n\u003csection class=\"scenarios-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eIdeal For Every Nighttime Need\u003c\/h2\u003e\n\n\u003cul class=\"scenarios-list\"\u003e\n\t\u003cli\u003e\u003cspan class=\"body-text\"\u003e\u003cstrong\u003eCampsite Lighting:\u003c\/strong\u003e Hang it inside your tent for a warm, distributed glow.\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli\u003e\u003cspan class=\"body-text\"\u003e\u003cstrong\u003eHands-Free Repairs:\u003c\/strong\u003e Securely magnetically attach to your car hood or metallic surfaces during emergencies.\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli\u003e\u003cspan class=\"body-text\"\u003e\u003cstrong\u003eNight Navigation:\u003c\/strong\u003e Clip securely onto your baseball cap brim to illuminate hiking paths effortlessly.\u003c\/span\u003e\u003c\/li\u003e\n\t\u003cli\u003e\u003cspan class=\"body-text\"\u003e\u003cstrong\u003eDaily Carry:\u003c\/strong\u003e Attach to keychains, pockets, or military-style backpack webbing straps.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eAluminum Alloy (End Caps) + PC Plastic (Body Tube)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eTotal Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Total Length\"\u003e\u003cspan class=\"spec-value\"\u003e64.5 mm \/ 2.5 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eDiameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Diameter\"\u003e\u003cspan class=\"spec-value\"\u003e15.5 mm \/ 0.6 in (Head, Body \u0026amp; Tail)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eRuntime\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Runtime\"\u003e\u003cspan class=\"spec-value\"\u003eUp to 5 Hours\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMounting Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Mounting Options\"\u003e\u003cspan class=\"spec-value\"\u003eElastic Cap Clip, Magnetic Tail Base, Top Integrated Hanging Loop\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAvailable Shell Colors\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Shell Colors\"\u003e\u003cspan class=\"spec-value\"\u003eWhite, Amber, Purple, Orange, Green, Pink, Blue\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do I mount this flashlight for hands-free use?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis flashlight features three mounting options: a built-in magnetic base that adheres firmly to steel or iron surfaces, an integrated side clip designed for your hat's brim, and a sturdy top loop for hanging from tent hooks or tactical webbing straps.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What materials are used in its construction?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe flashlight is built with high-quality, durable aluminum alloy end caps for structural strength, paired with a frosted PC plastic body that diffuses light cleanly and prevents cracking or denting upon impact.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How long does the battery last on a single charge?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eDespite its miniature lighter-sized footprint, the device provides up to 5 hours of continuous runtime, ensuring you have reliable illumination throughout your nighttime camping, hiking, or repair tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Crystal White \/ 2-Pack ((Essential Gear)","offer_id":46218553884863,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Amber Gold \/ 2-Pack ((Essential Gear)","offer_id":46218553917631,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Sunset Orange \/ 2-Pack ((Essential Gear)","offer_id":46218553950399,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Aurora Green \/ 2-Pack ((Essential Gear)","offer_id":46218553983167,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cobalt Blue \/ 2-Pack ((Essential Gear)","offer_id":46218554015935,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Neon Purple \/ 2-Pack ((Essential Gear)","offer_id":46218554048703,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Blossom Pink \/ 2-Pack ((Essential Gear)","offer_id":46218554081471,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Crystal White \/ 4-Pack (Adventure Set - 15% OFF)","offer_id":46218554114239,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Amber Gold \/ 4-Pack (Adventure Set - 15% OFF)","offer_id":46218554147007,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Sunset Orange \/ 4-Pack (Adventure Set - 15% OFF)","offer_id":46218554179775,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Aurora Green \/ 4-Pack (Adventure Set - 15% OFF)","offer_id":46218554212543,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cobalt Blue \/ 4-Pack (Adventure Set - 15% OFF)","offer_id":46218554245311,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Neon Purple \/ 4-Pack (Adventure Set - 15% OFF)","offer_id":46218554278079,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Blossom Pink \/ 4-Pack (Adventure Set - 15% OFF)","offer_id":46218554310847,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/b5b9cc3f5f6128f71b2ec26f18e1555d_6c71bc0e-f1e1-4f1c-8990-c4153acb8e3c.jpg?v=1789629463","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/magnetic-clip-camping-flashlight","provider":"Bak","version":"1.0","type":"link"}