{"product_id":"high-precision-metal-pinpointer","title":"High Precision Metal Pinpointer","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Hand-held portable metal detector pinpointing locator\nTarget Audience: Outdoor treasure hunters, hikers, adventurers, and security personnel\nVisual Style: Professional, outdoor adventure-focused, rugged yet clean layout\nColor Strategy: Safety orange (#ff6600) as the primary brand accent, with neutral slate grays and white backgrounds\nModule Order: Hero Block -\u003e Feature 1 (360° Scan) -\u003e Feature 2 (Alerts) -\u003e Feature 3 (Metal Variety) -\u003e Feature 4 (Portability) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_1, Feature3=detail_4, Feature4=detail_2\nSpecification Data Source: spec_1, spec_2 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no clear comparative data or assets available in source)\nInformation Boundary: Only verified facts from the analysis report and images are included. No speculative claims about depth, waterproof rating levels, or certifications.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* DESIGN SYSTEM VARIABLES *\/\n    .product-detail-container {\n      --primary: #ff6600;\n      --primary-hover: #e05500;\n      --text-main: #1a1a1a;\n      --text-sub: #4a4a4a;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f2f2f2;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);\n      --border-color: #e5e5e5;\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      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    \/* TYPOGRAPHY SYSTEM - STRICTLY ENFORCED *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\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 !important;\n      line-height: 1.4 !important;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag,\n    .product-detail-container td,\n    .product-detail-container td::before {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      margin: 0 0 16px 0;\n      color: var(--text-sub);\n    }\n\n    \/* SPACING SYSTEM *\/\n    .product-detail-container section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container section:last-child {\n      border-bottom: none;\n    }\n\n    \/* IMAGE PLACEHOLDERS *\/\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 60px 20px;\n      text-align: center;\n      color: var(--text-sub);\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      gap: 12px;\n      width: 100%;\n      box-sizing: border-box;\n    }\n\n    .product-detail-container .image-placeholder-text {\n      font-weight: 600;\n      font-size: 18px !important;\n      color: var(--text-main);\n      margin: 0;\n    }\n\n    \/* HERO BLOCK *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: clamp(2rem, 6vw, 4rem);\n    }\n\n    .product-detail-container .badge-container {\n      display: flex;\n      justify-content: center;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #ffffff !important;\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600 !important;\n      margin: 0;\n    }\n\n    .product-detail-container .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 32px auto;\n    }\n\n    .product-detail-container .hero-media {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    \/* FEATURE SECTIONS *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      align-items: center;\n      gap: 40px;\n      margin-bottom: 40px;\n    }\n\n    .product-detail-container .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .feature-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .product-detail-container .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .product-detail-container .feature-title {\n      color: var(--text-main);\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 14px;\n      border-radius: 4px;\n      font-weight: 500 !important;\n      margin: 0;\n    }\n\n    \/* Z-PATTERN ALTERNATION FOR DESKTOP *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* MOBILE FEATURE ORDER LOCK *\/\n    @media (max-width: 767px) {\n      .product-detail-container .feature-item {\n        flex-direction: column !important;\n        gap: 24px;\n      }\n      .product-detail-container .feature-media {\n        order: 1 !important;\n        width: 100%;\n      }\n      .product-detail-container .feature-copy {\n        order: 2 !important;\n        width: 100%;\n      }\n    }\n\n    \/* SPECIFICATIONS LAYOUT *\/\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 24px;\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;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* MOBILE SPECIFICATIONS SAFETY RULES *\/\n    @media (max-width: 767px) {\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        border-bottom: 1px solid var(--border-color);\n      }\n\n      .product-detail-container .spec-table tr {\n        border-bottom: none;\n      }\n\n      .product-detail-container .spec-table td:first-child {\n        display: none; \/* Hide the regular first cell on mobile because we use pseudo elements *\/\n      }\n\n      .product-detail-container .spec-table td:last-child {\n        grid-template-columns: 1fr;\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 !important;\n        font-weight: 600 !important;\n        line-height: 1.5 !important;\n        color: var(--text-main);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        margin: 0;\n      }\n\n      .product-detail-container .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5 !important;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        margin: 0;\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\n    \/* FAQ BLOCK *\/\n    .product-detail-container .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .faq-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .faq-question {\n      margin: 0 0 12px 0;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .product-detail-container .faq-answer {\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eDual Audio \u0026amp; Vibration Alerts\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eLocate Hidden Targets Faster with High-Precision Metal Detection\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA portable, hand-held pinpointing locator featuring 360° side-scan detection and progressive audio-vibration response to make recovery efficient and exact.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cp class=\"image-placeholder-text\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912131254\/08f083cbcbd740b884b434db42c0a6b1.jpg\"\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\u003cp class=\"image-placeholder-text\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912131254\/a8184c560cdd5643425f0c70319c4c16.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFast 360° Side-Scan Probe Detection\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eThe omnidirectional side-scan design enables you to sweep large target areas rapidly with the probe body, finding hidden metal items on contact before narrowing your focus.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e360° Scan\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBuzzer Alert\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBuilt-In Flashlight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cp class=\"image-placeholder-text\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912131254\/a3d2e7fa926263b8dd854c2e4570808a.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003ePrecise Target Pinpointing \u0026amp; Signal Alerts\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eSlowly sweep the detector closer to the soil or scanned area. The audio and vibration alarms progressively increase in intensity as you approach the metal object, allowing you to narrow down the target zone.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eProgressive Alarms\u003c\/span\u003e \u003cspan class=\"tag\"\u003eVibration Indicators\u003c\/span\u003e \u003cspan class=\"tag\"\u003eLED Illumination\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cp class=\"image-placeholder-text\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912131254\/6f48cc1b9b4430959255f41af28e7884.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eScans a Wide Variety of Common Metals\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eWhether you are exploring natural terrains or conducting checks, the detector accurately registers multiple metallic materials including gold, silver, copper, aluminum products, coins, and iron nails.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eGold \u0026amp; Silver\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCopper \u0026amp; Coins\u003c\/span\u003e \u003cspan class=\"tag\"\u003eIron \u0026amp; Nails\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cp class=\"image-placeholder-text\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912131254\/e4f5ead00d404430e5faee96c8da500f.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eLightweight Construction for Outdoor Adventure\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eDesigned with portability in mind, this compact handheld locator fits effortlessly onto your backpack or gear setup, making it ideal for outdoor excursions, beaches, trails, or transport hubs.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eLightweight Build\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAdventure-Ready\u003c\/span\u003e \u003cspan class=\"tag\"\u003eEasy Portability\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eProduct Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Length\"\u003e\u003cspan class=\"spec-value\"\u003e9.2 inches \/ 23.4 cm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eProduct Width (Top)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Width (Top)\"\u003e\u003cspan class=\"spec-value\"\u003e1.5 inches \/ 3.8 cm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAvailable Body Colors\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Body Colors\"\u003e\u003cspan class=\"spec-value\"\u003eOrange, Black, Green\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003ePower Configuration Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Power Configuration Options\"\u003e\u003cspan class=\"spec-value\"\u003eRechargeable Battery setup \/ Normal Battery setup\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eDetection Scanning Field\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detection Scanning Field\"\u003e\u003cspan class=\"spec-value\"\u003e360° Omnidirectional Side-Scan\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eFeedback Alarm Mode\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Feedback Alarm Mode\"\u003e\u003cspan class=\"spec-value\"\u003eDual Audio Sound and Vibration Feedback\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBuilt-In Utilities\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Built-In Utilities\"\u003e\u003cspan class=\"spec-value\"\u003eLED Flashlight, Attachment Mount Loop\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!-- D. FAQ --\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🔍 What types of metals can this hand-held locator detect?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is built to detect a wide array of metallic materials. This includes precious metals like gold and silver, non-ferrous metals like copper and aluminum products, and ferrous metals like iron nails, coins, and keys.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔊 How does the alert system indicate the location of buried metal?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe locator relies on a progressive dual-alert system that combines audio buzzer signals and vibration. As you slowly guide the probe closer to a buried metallic target, both the sound frequency and vibration strength increase to guide you precisely to the spot.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔋 What power configurations are compatible with this locator?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis product is designed with dual battery compatibility. It can be operated using a normal battery setup or a dedicated rechargeable battery configuration to suit your preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Hunter Orange \/ Rechargeable Kit \/ 1-Pack (Essential Tool)","offer_id":46196056490175,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ Rechargeable Kit \/ 1-Pack (Essential Tool)","offer_id":46196056522943,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Tactical Green \/ Rechargeable Kit \/ 1-Pack (Essential Tool)","offer_id":46196056555711,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Hunter Orange \/ Standard Battery \/ 1-Pack (Essential Tool)","offer_id":46196056588479,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ Standard Battery \/ 1-Pack (Essential Tool)","offer_id":46196056621247,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Tactical Green \/ Standard Battery \/ 1-Pack (Essential Tool)","offer_id":46196056654015,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Hunter Orange \/ Rechargeable Kit \/ 2-Pack (Adventure Duo - 10% OFF)","offer_id":46196056686783,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Hunter Orange \/ Standard Battery \/ 2-Pack (Adventure Duo - 10% OFF)","offer_id":46196056719551,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ Rechargeable Kit \/ 2-Pack (Adventure Duo - 10% OFF)","offer_id":46196056752319,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ Standard Battery \/ 2-Pack (Adventure Duo - 10% OFF)","offer_id":46196056785087,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Tactical Green \/ Rechargeable Kit \/ 2-Pack (Adventure Duo - 10% OFF)","offer_id":46196056817855,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Tactical Green \/ Standard Battery \/ 2-Pack (Adventure Duo - 10% OFF)","offer_id":46196056850623,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Hunter Orange \/ Rechargeable Kit \/ 3-Pack (Family Pack - 15% OFF)","offer_id":46196056883391,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Hunter Orange \/ Standard Battery \/ 3-Pack (Family Pack - 15% OFF)","offer_id":46196056916159,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ Rechargeable Kit \/ 3-Pack (Family Pack - 15% OFF)","offer_id":46196056948927,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Stealth Black \/ Standard Battery \/ 3-Pack (Family Pack - 15% OFF)","offer_id":46196056981695,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Tactical Green \/ Rechargeable Kit \/ 3-Pack (Family Pack - 15% OFF)","offer_id":46196057014463,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Tactical Green \/ Standard Battery \/ 3-Pack (Family Pack - 15% OFF)","offer_id":46196057047231,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/08f083cbcbd740b884b434db42c0a6b1.jpg?v=1789191231","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/high-precision-metal-pinpointer","provider":"Bak","version":"1.0","type":"link"}