{"product_id":"handheld-pinpointer","title":"🔥Handheld metal detector","description":"\u003cstyle\u003e\n.detector-page,\n.detector-page *{\n  box-sizing:border-box;\n}\n\n.detector-page{\n  width:100%;\n  margin:0;\n  padding:42px 14px 56px;\n  overflow:hidden;\n\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Arial,sans-serif;\n\n  color:#dfe4d7;\n\n  background:\n    radial-gradient(circle at top,#5f6949 0%,#3f4934 38%,#2d3527 72%,#20261d 100%);\n}\n\n.detector-wrap{\n  width:100%;\n  max-width:900px;\n  margin:0 auto;\n}\n\n\/* =========================\n   COMMON CARD\n========================= *\/\n\n.detector-card{\n  width:100%;\n  margin:0 0 28px;\n  padding:30px 22px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #4a543d 0%,\n      #343d2e 100%\n    );\n\n  border:1px solid rgba(210,220,193,.10);\n\n  border-radius:28px;\n\n  box-shadow:\n    0 16px 40px rgba(0,0,0,.22);\n}\n\n.detector-card img{\n  display:block;\n  width:100%;\n  height:auto;\n  margin:0 auto 24px;\n  border-radius:21px;\n}\n\n\/* =========================\n   TYPOGRAPHY\n========================= *\/\n\n.detector-tag{\n  display:inline-block;\n\n  margin:0 0 15px;\n  padding:8px 18px;\n\n  background:#5d684d;\n\n  border-radius:999px;\n\n  color:#eef2e8;\n\n  font-size:13px;\n  font-weight:700;\n\n  letter-spacing:1.2px;\n  text-transform:uppercase;\n}\n\n.detector-title{\n  max-width:760px;\n  margin:0 auto 15px;\n\n  color:#f4f2e8;\n\n  font-size:38px;\n  line-height:1.18;\n\n  font-weight:800;\n}\n\n.detector-title span{\n  color:#d95d4f;\n}\n\n.detector-heading{\n  margin:0 0 14px;\n\n  color:#f0eee4;\n\n  font-size:29px;\n  line-height:1.28;\n\n  font-weight:800;\n}\n\n.detector-text{\n  max-width:720px;\n  margin:0 auto;\n\n  color:#c9d0c0;\n\n  font-size:16px;\n  line-height:1.8;\n}\n\n.detector-line{\n  width:64px;\n  height:3px;\n\n  margin:20px auto;\n\n  background:\n    linear-gradient(\n      90deg,\n      #b84c42,\n      #d97858\n    );\n\n  border-radius:10px;\n}\n\n\/* =========================\n   HERO\n========================= *\/\n\n.detector-hero{\n  padding:40px 22px;\n\n  background:\n    linear-gradient(\n      150deg,\n      #5b664b 0%,\n      #424d38 48%,\n      #30382b 100%\n    );\n}\n\n\/* =========================\n   STATEMENT\n========================= *\/\n\n.detector-statement{\n  width:100%;\n  margin:0 0 28px;\n  padding:46px 22px;\n\n  text-align:center;\n\n  background:#455039;\n\n  border:1px solid rgba(211,219,197,.10);\n\n  border-radius:30px;\n}\n\n.detector-statement-label{\n  margin:0 0 12px;\n\n  color:#d8a16e;\n\n  font-size:13px;\n  font-weight:800;\n\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.detector-statement h2{\n  max-width:700px;\n  margin:0 auto 15px;\n\n  color:#f3f0e5;\n\n  font-size:33px;\n  line-height:1.25;\n}\n\n.detector-statement p{\n  max-width:700px;\n  margin:0 auto;\n\n  color:#c7cec0;\n\n  font-size:17px;\n  line-height:1.8;\n}\n\n\/* =========================\n   FEATURE\n========================= *\/\n\n.detector-feature{\n  width:100%;\n  margin:0 0 20px;\n  padding:29px 21px;\n\n  text-align:center;\n\n  background:#3a4432;\n\n  border:1px solid rgba(207,217,193,.09);\n\n  border-radius:25px;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.detector-feature:hover{\n  transform:translateY(-3px);\n  background:#46513b;\n}\n\n.detector-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:58px;\n  height:58px;\n\n  margin:0 auto 16px;\n\n  background:#59644b;\n\n  border-radius:50%;\n\n  color:#f1efe7;\n\n  font-size:27px;\n}\n\n.detector-feature h3{\n  margin:0 0 11px;\n\n  color:#efede4;\n\n  font-size:22px;\n  line-height:1.35;\n}\n\n.detector-feature p{\n  max-width:690px;\n  margin:0 auto;\n\n  color:#c4ccbd;\n\n  font-size:16px;\n  line-height:1.75;\n}\n\n\/* =========================\n   IMAGE\n========================= *\/\n\n.detector-image{\n  width:100%;\n  margin:0 0 28px;\n  padding:11px;\n\n  background:#30392a;\n\n  border:1px solid rgba(209,218,196,.09);\n\n  border-radius:28px;\n}\n\n.detector-image img{\n  display:block;\n  width:100%;\n  height:auto;\n  margin:0;\n\n  border-radius:19px;\n}\n\n\/* =========================\n   USE CASES\n========================= *\/\n\n.detector-use{\n  width:100%;\n  margin:0 0 28px;\n  padding:34px 21px;\n\n  background:#414b36;\n\n  border-radius:28px;\n\n  text-align:center;\n}\n\n.detector-use-item{\n  width:100%;\n  max-width:650px;\n\n  margin:10px auto 0;\n  padding:16px 18px;\n\n  background:#556047;\n\n  border-radius:16px;\n\n  color:#edf0e8;\n\n  font-size:15px;\n}\n\n\/* =========================\n   HOW TO\n========================= *\/\n\n.detector-how{\n  width:100%;\n  margin:0 0 28px;\n  padding:34px 21px;\n\n  background:#3d4734;\n\n  border-radius:28px;\n}\n\n.detector-step{\n  width:100%;\n  max-width:680px;\n\n  margin:11px auto 0;\n  padding:18px;\n\n  background:#505b44;\n\n  border-radius:17px;\n\n  text-align:left;\n}\n\n.detector-step strong{\n  display:block;\n  margin-bottom:5px;\n\n  color:#f0eee5;\n\n  font-size:17px;\n}\n\n.detector-step span{\n  color:#ced4c6;\n\n  font-size:15px;\n  line-height:1.65;\n}\n\n\/* =========================\n   FINAL\n========================= *\/\n\n.detector-final{\n  width:100%;\n  padding:48px 23px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #4f5b42,\n      #2e3728\n    );\n\n  border-radius:32px;\n\n  box-shadow:\n    0 18px 45px rgba(0,0,0,.20);\n}\n\n.detector-final-label{\n  margin:0 0 11px;\n\n  color:#e2b079;\n\n  font-size:13px;\n  font-weight:800;\n\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.detector-final h2{\n  max-width:700px;\n  margin:0 auto 15px;\n\n  color:#ffffff;\n\n  font-size:34px;\n  line-height:1.22;\n}\n\n.detector-final p{\n  max-width:690px;\n  margin:0 auto;\n\n  color:#d8ddd2;\n\n  font-size:16.5px;\n  line-height:1.75;\n}\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media(max-width:600px){\n\n  .detector-page{\n    padding:26px 10px 40px;\n  }\n\n  .detector-title{\n    font-size:29px;\n  }\n\n  .detector-heading{\n    font-size:24px;\n  }\n\n  .detector-statement h2,\n  .detector-final h2{\n    font-size:27px;\n  }\n\n  .detector-text,\n  .detector-statement p,\n  .detector-final p{\n    font-size:15.5px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"detector-page\"\u003e\n\u003cdiv class=\"detector-wrap\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"detector-card detector-hero\"\u003e\n\n  \u003cdiv class=\"detector-tag\"\u003e\n    Precision Outdoor Detection\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detector-title\"\u003e\n    Handheld\n    \u003cspan\u003eMetal Detector\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detector-line\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"detector-text\"\u003e\n    A compact, professional-style handheld detector\n    built for outdoor searches, hobby exploration\n    and accurate target locating across varied terrain.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- IMAGE 1 --\u003e\n\n\u003cdiv class=\"detector-image\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/8951\/4838\/files\/spp_shopify20260820170415_319b18aff2c90d8bb8b2023dc0ebffe9.jpg?v=1787216659\" alt=\"Professional Handheld Metal Detector\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- STATEMENT --\u003e\n\n\u003cdiv class=\"detector-statement\"\u003e\n\n  \u003cdiv class=\"detector-statement-label\"\u003e\n    SEARCH WITH CONFIDENCE\n  \u003c\/div\u003e\n\n  \u003ch2\u003e\n    Compact Size.\n    Serious Detection Capability.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Designed for users who want faster,\n    more focused searching without carrying\n    a bulky full-size detector everywhere.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURE 1 --\u003e\n\n\u003cdiv class=\"detector-feature\"\u003e\n\n  \u003cdiv class=\"detector-icon\"\u003e\n    🎯\n  \u003c\/div\u003e\n\n  \u003ch3\u003e\n    Professional Treasure Hunting Support\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Built for outdoor enthusiasts who want\n    dependable target locating across soil,\n    sand and varied terrain conditions.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- IMAGE 2 --\u003e\n\n\u003cdiv class=\"detector-image\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/8951\/4838\/files\/spp_shopify20260820170419_77768b9633a3dac458f3d98b9d7f1b3e.jpg?v=1787216664\" alt=\"360 Degree Side Scan Metal Detector\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURE 2 --\u003e\n\n\u003cdiv class=\"detector-feature\"\u003e\n\n  \u003cdiv class=\"detector-icon\"\u003e\n    🔄\n  \u003c\/div\u003e\n\n  \u003ch3\u003e\n    360° Side Scan\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Side-scanning detection helps cover\n    a wider nearby area quickly,\n    making it easier to locate targets\n    around the tip and sides of the detector.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- IMAGE 3 --\u003e\n\n\u003cdiv class=\"detector-image\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/8951\/4838\/files\/spp_shopify20260820170424_0dd0e340239e235801b5729d28af7d5f.jpg?v=1787216668\" alt=\"Metal Detector LCD Display\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURE 3 --\u003e\n\n\u003cdiv class=\"detector-feature\"\u003e\n\n  \u003cdiv class=\"detector-icon\"\u003e\n    📟\n  \u003c\/div\u003e\n\n  \u003ch3\u003e\n    Smart LCD Monitor\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    The integrated digital display provides\n    clear visual feedback for target proximity\n    and battery status during use.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- STATEMENT --\u003e\n\n\u003cdiv class=\"detector-statement\"\u003e\n\n  \u003cdiv class=\"detector-statement-label\"\u003e\n    KNOW BEFORE YOU DIG\n  \u003c\/div\u003e\n\n  \u003ch2\u003e\n    Clear Feedback.\n    Faster Searching.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Visual target information helps you\n    narrow down the search area before digging,\n    reducing unnecessary effort in the field.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- IMAGE 4 --\u003e\n\n\u003cdiv class=\"detector-image\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/8951\/4838\/files\/spp_shopify20260820170429_19d7dfbaa98f84ada7307d6b5cc5bce3.jpg?v=1787216673\" alt=\"Multi Terrain Handheld Metal Detector\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- MULTI TERRAIN --\u003e\n\n\u003cdiv class=\"detector-use\"\u003e\n\n  \u003cdiv class=\"detector-tag\"\u003e\n    MULTI-TERRAIN READY\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detector-heading\"\u003e\n    One Tool For Different Search Environments\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detector-use-item\"\u003e\n    Outdoor Hobby Searches\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detector-use-item\"\u003e\n    Soil \u0026amp; Garden Areas\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detector-use-item\"\u003e\n    Sand \u0026amp; Shorelines\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detector-use-item\"\u003e\n    Historical Site Exploration\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detector-use-item\"\u003e\n    Utility Location Support\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURE 4 --\u003e\n\n\u003cdiv class=\"detector-feature\"\u003e\n\n  \u003cdiv class=\"detector-icon\"\u003e\n    🧭\n  \u003c\/div\u003e\n\n  \u003ch3\u003e\n    Multi-Terrain Capability\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Suitable for hobby exploration,\n    archaeological-style field searches\n    and general utility locating tasks\n    across a range of outdoor conditions.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- IMAGE 5 --\u003e\n\n\u003cdiv class=\"detector-image\"\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0701\/8951\/4838\/files\/spp_shopify20260820170434_e73dbfc40dbedca0490df73713b9e3a8.jpg?v=1787216678\" alt=\"Simple One Button Metal Detector Operation\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURE 5 --\u003e\n\n\u003cdiv class=\"detector-feature\"\u003e\n\n  \u003cdiv class=\"detector-icon\"\u003e\n    ☝️\n  \u003c\/div\u003e\n\n  \u003ch3\u003e\n    Simple One-Button Operation\n  \u003c\/h3\u003e\n\n  \u003cp\u003e\n    Straightforward controls make it easy\n    for beginners to get started quickly\n    while still offering useful field feedback\n    for more experienced users.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- HOW TO --\u003e\n\n\u003cdiv class=\"detector-how\"\u003e\n\n  \u003cdiv class=\"detector-heading\"\u003e\n    Simple Start Guide\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detector-step\"\u003e\n    \u003cstrong\u003e\n      01. Power On\n    \u003c\/strong\u003e\n    \u003cspan\u003e\n      Turn on the detector and check the display\n      or indicator status before beginning your search.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detector-step\"\u003e\n    \u003cstrong\u003e\n      02. Sweep Slowly\n    \u003c\/strong\u003e\n    \u003cspan\u003e\n      Move the detector steadily across\n      the target area while keeping it close\n      to the ground or surface.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detector-step\"\u003e\n    \u003cstrong\u003e\n      03. Watch The Feedback\n    \u003c\/strong\u003e\n    \u003cspan\u003e\n      Use the visual or signal response\n      to narrow down the likely target location.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"detector-step\"\u003e\n    \u003cstrong\u003e\n      04. Pinpoint The Area\n    \u003c\/strong\u003e\n    \u003cspan\u003e\n      Use the side-scan capability\n      to refine the location before investigating further.\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FINAL --\u003e\n\n\u003cdiv class=\"detector-final\"\u003e\n\n  \u003cdiv class=\"detector-final-label\"\u003e\n    SEARCH • LOCATE • EXPLORE\n  \u003c\/div\u003e\n\n  \u003ch2\u003e\n    Find More With Less Guesswork.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Compact handling, 360° scanning\n    and clear digital feedback in one\n    easy-to-carry outdoor detection tool.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"red","offer_id":64488336130417,"sku":"ZZ01192608224879-红色","price":44.99,"currency_code":"USD","in_stock":true},{"title":"green","offer_id":64488336163185,"sku":"ZZ01192608224879-绿色","price":44.99,"currency_code":"USD","in_stock":true},{"title":"blue","offer_id":64488336195953,"sku":"ZZ01192608224879-蓝色","price":44.99,"currency_code":"USD","in_stock":true},{"title":"orange","offer_id":64488336228721,"sku":"ZZ01192608224879-橙色","price":44.99,"currency_code":"USD","in_stock":true},{"title":"black","offer_id":64488336261489,"sku":"ZZ01192608224879-黑色","price":44.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/spp_shopify20260820170438_8e0883aeae093fed4ed2f467ad39e085_1208bc65-6a07-47d3-9867-d94524bade90.jpg?v=1788156858","url":"https:\/\/valorsonline.com\/products\/handheld-pinpointer","provider":"ValorsOnline","version":"1.0","type":"link"}