{"product_id":"handheld-metal-detector","title":"🔥Handheld metal detector","description":"\u003cstyle\u003e\n  .metal-detector-page {\n    --bg: #f7f5ef;\n    --card: #ffffff;\n    --dark: #26322b;\n    --dark-2: #344238;\n    --green: #566b51;\n    --green-light: #e8ede4;\n    --sand: #e9dfcc;\n    --sand-light: #f5efe4;\n    --orange: #d9823b;\n    --orange-light: #f6e5d4;\n    --text: #303832;\n    --muted: #70776f;\n    --line: #dddcd3;\n\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 24px 16px 40px;\n    background: var(--bg);\n    color: var(--text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    line-height: 1.7;\n  }\n\n  .metal-detector-page * {\n    box-sizing: border-box;\n  }\n\n  .metal-detector-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n  }\n\n  \/* Header *\/\n  .metal-hero {\n    text-align: center;\n    padding: 34px 20px 28px;\n  }\n\n  .metal-eyebrow {\n    margin: 0 0 8px;\n    color: var(--orange);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .metal-hero h1 {\n    margin: 0 auto 12px;\n    max-width: 720px;\n    color: var(--dark);\n    font-size: clamp(30px, 5vw, 46px);\n    line-height: 1.12;\n    font-weight: 800;\n  }\n\n  .metal-hero p {\n    max-width: 650px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 16px;\n  }\n\n  \/* Image *\/\n  .metal-image {\n    margin: 10px 0 30px;\n    overflow: hidden;\n  }\n\n  .metal-image img {\n    border-radius: 18px;\n  }\n\n  \/* Section *\/\n  .metal-section {\n    margin: 34px 0;\n  }\n\n  .metal-section-head {\n    margin-bottom: 18px;\n  }\n\n  .metal-number {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--orange);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n  }\n\n  .metal-section h2 {\n    margin: 0;\n    color: var(--dark);\n    font-size: clamp(23px, 4vw, 30px);\n    line-height: 1.2;\n    font-weight: 800;\n  }\n\n  .metal-section p {\n    margin: 10px 0 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  \/* Feature blocks *\/\n  .metal-feature {\n    margin: 42px 0;\n  }\n\n  .metal-feature-copy {\n    padding: 22px 4px 8px;\n  }\n\n  .metal-feature-title {\n    margin: 0 0 8px;\n    color: var(--dark);\n    font-size: 22px;\n    line-height: 1.25;\n    font-weight: 800;\n  }\n\n  .metal-feature-title span {\n    color: var(--orange);\n  }\n\n  .metal-feature-copy p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  \/* Highlight *\/\n  .metal-highlight {\n    margin: 42px 0;\n    padding: 30px 24px;\n    border-radius: 20px;\n    background: var(--dark);\n    color: #fff;\n    text-align: center;\n  }\n\n  .metal-highlight .small {\n    margin: 0 0 8px;\n    color: #d9a06c;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n  }\n\n  .metal-highlight h2 {\n    margin: 0 auto 10px;\n    max-width: 650px;\n    color: #fff;\n    font-size: clamp(24px, 4vw, 32px);\n    line-height: 1.2;\n  }\n\n  .metal-highlight p {\n    max-width: 650px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.76);\n    font-size: 15px;\n  }\n\n  \/* Benefit strip *\/\n  .metal-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 42px 0;\n  }\n\n  .metal-benefit {\n    padding: 18px 10px;\n    border: 1px solid var(--line);\n    border-radius: 14px;\n    background: var(--card);\n    text-align: center;\n  }\n\n  .metal-benefit strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--dark);\n    font-size: 13px;\n  }\n\n  .metal-benefit span {\n    color: var(--muted);\n    font-size: 12px;\n  }\n\n  \/* Specs *\/\n  .metal-specs {\n    margin: 44px 0 30px;\n    padding: 28px 24px;\n    border-radius: 20px;\n    background: var(--sand-light);\n  }\n\n  .metal-specs h2 {\n    margin: 0 0 20px;\n    color: var(--dark);\n    font-size: 25px;\n  }\n\n  .metal-spec-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 13px 0;\n    border-bottom: 1px solid rgba(86,107,81,.18);\n    font-size: 14px;\n  }\n\n  .metal-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .metal-spec-label {\n    color: var(--muted);\n    font-weight: 600;\n  }\n\n  .metal-spec-value {\n    color: var(--dark);\n    font-weight: 700;\n    text-align: right;\n  }\n\n  \/* Package *\/\n  .metal-package {\n    margin: 30px 0;\n    padding: 24px;\n    border-radius: 18px;\n    background: var(--green-light);\n  }\n\n  .metal-package-label {\n    margin: 0 0 6px;\n    color: var(--green);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .metal-package h3 {\n    margin: 0;\n    color: var(--dark);\n    font-size: 19px;\n  }\n\n  \/* Notes *\/\n  .metal-notes {\n    margin-top: 30px;\n    padding: 24px;\n    border-left: 4px solid var(--orange);\n    border-radius: 0 14px 14px 0;\n    background: var(--card);\n  }\n\n  .metal-notes h3 {\n    margin: 0 0 12px;\n    color: var(--dark);\n    font-size: 19px;\n  }\n\n  .metal-notes p {\n    margin: 8px 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  \/* Bottom *\/\n  .metal-bottom {\n    margin-top: 46px;\n    padding: 30px 20px;\n    border-radius: 20px;\n    background: var(--dark-2);\n    text-align: center;\n  }\n\n  .metal-bottom h2 {\n    margin: 0 0 8px;\n    color: #fff;\n    font-size: 26px;\n  }\n\n  .metal-bottom p {\n    max-width: 600px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.75);\n    font-size: 14px;\n  }\n\n  @media (max-width: 640px) {\n    .metal-detector-page {\n      padding: 12px 12px 30px;\n    }\n\n    .metal-hero {\n      padding: 25px 10px 20px;\n    }\n\n    .metal-hero h1 {\n      font-size: 30px;\n    }\n\n    .metal-hero p {\n      font-size: 14px;\n    }\n\n    .metal-feature {\n      margin: 32px 0;\n    }\n\n    .metal-feature-copy {\n      padding: 17px 2px 5px;\n    }\n\n    .metal-feature-title {\n      font-size: 20px;\n    }\n\n    .metal-feature-copy p,\n    .metal-section p {\n      font-size: 14px;\n    }\n\n    .metal-benefits {\n      gap: 7px;\n    }\n\n    .metal-benefit {\n      padding: 15px 6px;\n    }\n\n    .metal-benefit strong {\n      font-size: 11px;\n    }\n\n    .metal-benefit span {\n      font-size: 10px;\n    }\n\n    .metal-specs {\n      padding: 22px 18px;\n    }\n\n    .metal-spec-row {\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .metal-spec-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"metal-detector-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"metal-hero\"\u003e\n\u003cp class=\"metal-eyebrow\"\u003eOUTDOOR EXPLORATION · PRECISION DETECTION\u003c\/p\u003e\n\u003ch1\u003eDiscover More Beneath the Surface\u003c\/h1\u003e\n\u003cp\u003eA compact handheld metal detector built for outdoor exploration, quick target identification, and versatile detection across different environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 1 --\u003e\n\u003cdiv class=\"metal-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/8951\/4838\/files\/spp_shopify20260820170415_319b18aff2c90d8bb8b2023dc0ebffe9.jpg?v=1787216659\" alt=\"Handheld metal detector\"\u003e\u003c\/div\u003e\n\u003c!-- FEATURE 01 --\u003e\n\u003cdiv class=\"metal-feature\"\u003e\n\u003cdiv class=\"metal-feature-copy\"\u003e\n\u003cspan class=\"metal-number\"\u003e01 · PROFESSIONAL DETECTION\u003c\/span\u003e\n\u003ch2 class=\"metal-feature-title\"\u003eBuilt for Serious Treasure Hunting\u003c\/h2\u003e\n\u003cp\u003eDesigned for outdoor enthusiasts who want dependable target detection, this professional-grade handheld detector is made to perform across challenging soil and terrain conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 02 --\u003e\n\u003cdiv class=\"metal-feature\"\u003e\n\u003cdiv class=\"metal-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/8951\/4838\/files\/spp_shopify20260820170419_77768b9633a3dac458f3d98b9d7f1b3e.jpg?v=1787216664\" alt=\"360 degree side scanning metal detector\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"metal-feature-copy\"\u003e\n\u003cspan class=\"metal-number\"\u003e02 · 360° SIDE SCAN\u003c\/span\u003e\n\u003ch2 class=\"metal-feature-title\"\u003eCover More Ground With Every Sweep\u003c\/h2\u003e\n\u003cp\u003eThe side-scanning design helps detect nearby targets from a wider area, allowing you to scan the ground more efficiently while reducing the chance of overlooking hidden metal objects.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/0000\/0731\/files\/spp_shopify20260820170439_d1251855add6f2e28c44057f4b003cb5_ab417067-0836-482f-83f8-f153c7a605af.jpg?v=1788332630\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HIGHLIGHT --\u003e\n\u003cdiv class=\"metal-highlight\"\u003e\n\u003cp class=\"small\"\u003eSMART TARGET MONITORING\u003c\/p\u003e\n\u003ch2\u003eClear Information at a Glance\u003c\/h2\u003e\n\u003cp\u003eThe integrated digital LCD display provides easy-to-read visual information about target proximity and remaining power, helping you stay focused on the hunt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 03 --\u003e\n\u003cdiv class=\"metal-feature\"\u003e\n\u003cdiv class=\"metal-feature-copy\"\u003e\n\u003cspan class=\"metal-number\"\u003e03 · SMART LCD MONITOR\u003c\/span\u003e\n\u003ch2 class=\"metal-feature-title\"\u003eSee Target \u0026amp; Power Information Clearly\u003c\/h2\u003e\n\u003cp\u003eA built-in LCD screen gives you clear visual feedback during detection, making it easier to monitor target proximity and battery power while exploring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"metal-benefits\"\u003e\n\u003cdiv class=\"metal-benefit\"\u003e\n\u003cstrong\u003eWIDE SCANNING\u003c\/strong\u003e \u003cspan\u003eEfficient ground coverage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"metal-benefit\"\u003e\n\u003cstrong\u003eLCD DISPLAY\u003c\/strong\u003e \u003cspan\u003eEasy target monitoring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"metal-benefit\"\u003e\n\u003cstrong\u003eLIGHTWEIGHT\u003c\/strong\u003e \u003cspan\u003eOnly 240g\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 04 --\u003e\n\u003cdiv class=\"metal-feature\"\u003e\n\u003cdiv class=\"metal-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/8951\/4838\/files\/spp_shopify20260820170424_0dd0e340239e235801b5729d28af7d5f.jpg?v=1787216668\" alt=\"Metal detector LCD monitor\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"metal-feature-copy\"\u003e\n\u003cspan class=\"metal-number\"\u003e04 · MULTI-TERRAIN USE\u003c\/span\u003e\n\u003ch2 class=\"metal-feature-title\"\u003eReady for a Variety of Environments\u003c\/h2\u003e\n\u003cp\u003eIts versatile design makes it suitable for different detection scenarios, from hobbyist gold panning and outdoor treasure hunting to archaeological surveys and locating underground utilities such as cables or pipes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 05 --\u003e\n\u003cdiv class=\"metal-feature\"\u003e\n\u003cdiv class=\"metal-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/8951\/4838\/files\/spp_shopify20260820170429_19d7dfbaa98f84ada7307d6b5cc5bce3.jpg?v=1787216673\" alt=\"Metal detector for multiple terrains\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"metal-feature-copy\"\u003e\n\u003cspan class=\"metal-number\"\u003e05 · SIMPLE OPERATION\u003c\/span\u003e\n\u003ch2 class=\"metal-feature-title\"\u003eEasy to Start, Easy to Use\u003c\/h2\u003e\n\u003cp\u003eSimplified one-button operation makes the detector approachable for beginners, while retaining the practical performance features needed for more experienced users.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/8951\/4838\/files\/spp_shopify20260820170434_e73dbfc40dbedca0490df73713b9e3a8.jpg?v=1787216678\" alt=\"Easy one button metal detector operation\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECONDARY HIGHLIGHT --\u003e\n\u003cdiv class=\"metal-highlight\"\u003e\n\u003cp class=\"small\"\u003eLIGHTWEIGHT EXPLORATION\u003c\/p\u003e\n\u003ch2\u003eTake Your Search Further\u003c\/h2\u003e\n\u003cp\u003eAt just 240g, this compact pinpointer is easy to carry during outdoor searches, making it a practical companion for treasure hunting and everyday detection tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv class=\"metal-specs\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"metal-spec-row\"\u003e\n\u003cspan class=\"metal-spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"metal-spec-value\"\u003e240g \/ 8.47 oz\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"metal-spec-row\"\u003e\n\u003cspan class=\"metal-spec-label\"\u003eMaterial \/ Type\u003c\/span\u003e \u003cspan class=\"metal-spec-value\"\u003eHandheld Metal Detector Pinpointer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"metal-spec-row\"\u003e\n\u003cspan class=\"metal-spec-label\"\u003eColor Options\u003c\/span\u003e \u003cspan class=\"metal-spec-value\"\u003eRed · Green · Blue · Orange · Black\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PACKAGE --\u003e\n\u003cdiv class=\"metal-package\"\u003e\n\u003cp class=\"metal-package-label\"\u003ePACKAGE INCLUDES\u003c\/p\u003e\n\u003ch3\u003e1 × Handheld Metal Detector Pinpointer\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c!-- NOTES --\u003e\n\u003cdiv class=\"metal-notes\"\u003e\n\u003ch3\u003eImportant Notes\u003c\/h3\u003e\n\u003cp\u003e• Battery is not included and needs to be purchased separately.\u003c\/p\u003e\n\u003cp\u003e• Keep the upper battery compartment dry. Only the probe tip is waterproof.\u003c\/p\u003e\n\u003cp\u003e• When not in use for an extended period, store the detector in a cool, dry location for proper protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BOTTOM --\u003e\n\u003cdiv class=\"metal-bottom\"\u003e\n\u003ch2\u003eReady to Explore?\u003c\/h2\u003e\n\u003cp\u003eCompact, lightweight, easy to operate, and designed to help you search more efficiently across a variety of outdoor environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"red","offer_id":49212612968667,"sku":null,"price":44.99,"currency_code":"USD","in_stock":true},{"title":"green","offer_id":49212613001435,"sku":null,"price":44.99,"currency_code":"USD","in_stock":true},{"title":"blue","offer_id":49212613034203,"sku":null,"price":44.99,"currency_code":"USD","in_stock":true},{"title":"orange","offer_id":49212613066971,"sku":null,"price":44.99,"currency_code":"USD","in_stock":true},{"title":"black","offer_id":49212613099739,"sku":null,"price":44.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0830\/0000\/0731\/files\/spp_shopify20260820170438_8e0883aeae093fed4ed2f467ad39e085_1208bc65-6a07-47d3-9867-d94524bade90.jpg?v=1788332630","url":"https:\/\/rosenoot.com\/products\/handheld-metal-detector","provider":"Rosenoot","version":"1.0","type":"link"}