{"product_id":"45mm-deep-hole-marker","title":"45mm Deep Hole Marker","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0F52BA;\n      --primary-hover: #0a3d8c;\n      --text-main: #111111;\n      --text-sub: #444444;\n      --bg-body: #ffffff;\n      --bg-card: #f9fbfd;\n      --bg-soft: #f4f7fa;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);\n      --shadow-lg: 0 10px 30px rgba(0,0,0,0.06);\n      --border-color: #e2e8f0;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px 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, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Global Image Rule *\/\n    .product-detail-container img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n      margin: 0 auto;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700 !important;\n      color: var(--text-main) !important;\n      margin: 0 0 15px 0 !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      line-height: 1.4 !important;\n      font-weight: 600 !important;\n      color: var(--text-main) !important;\n      margin: 0 0 15px 0 !important;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .spec-value,\n    .product-detail-container .tag,\n    .product-detail-container .step-desc,\n    .product-detail-container .compare-detail {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub) !important;\n      margin: 0 0 15px 0 !important;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section,\n    .product-detail-container .feature-item {\n      margin-bottom: clamp(2rem, 5vw, 4rem) !important;\n    }\n\n    \/* Image Placeholders *\/\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed #cbd5e1;\n      border-radius: var(--radius-lg);\n      padding: 20px;\n      text-align: center;\n      font-weight: 500;\n      color: #64748b;\n      margin-bottom: 20px;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-block {\n      text-align: center;\n      padding: 20px 0;\n    }\n\n    .product-detail-container .badge-container {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      border-radius: 50px;\n      padding: 6px 16px;\n      margin-bottom: 15px;\n    }\n\n    .product-detail-container .badge {\n      font-weight: 600 !important;\n      color: var(--primary) !important;\n      margin: 0 !important;\n    }\n\n    \/* Feature Columns layout *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      gap: 40px;\n      align-items: center;\n    }\n\n    .product-detail-container .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .product-detail-container .feature-media,\n    .product-detail-container .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .product-detail-container .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 15px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 6px 12px;\n      font-weight: 500 !important;\n      margin: 0 !important;\n    }\n\n    \/* Comparison Section *\/\n    .product-detail-container .compare-section {\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 .compare-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin-top: 20px;\n    }\n\n    .product-detail-container .compare-card {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n    }\n\n    .product-detail-container .compare-card.ours {\n      border-left: 5px solid var(--primary);\n    }\n\n    .product-detail-container .compare-card-title {\n      font-weight: 700 !important;\n      margin-bottom: 10px !important;\n    }\n\n    .product-detail-container .compare-card.ours .compare-card-title {\n      color: var(--primary) !important;\n    }\n\n    \/* Steps Section *\/\n    .product-detail-container .steps-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin-top: 20px;\n    }\n\n    .product-detail-container .step-card {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      position: relative;\n    }\n\n    .product-detail-container .step-number {\n      font-size: 20px !important;\n      font-weight: 700 !important;\n      color: var(--primary) !important;\n      margin-bottom: 8px !important;\n    }\n\n    \/* Scenarios Grid *\/\n    .product-detail-container .scenarios-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 20px;\n      margin-top: 20px;\n    }\n\n    .product-detail-container .scenario-card {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications Table *\/\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\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 td {\n      padding: 15px 10px;\n      vertical-align: top;\n      margin: 0 !important;\n    }\n\n    .product-detail-container .spec-label {\n      font-weight: 600 !important;\n      width: 35%;\n      color: var(--text-main) !important;\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 10px !important;\n    }\n\n    .product-detail-container .faq-answer {\n      margin: 0 !important;\n    }\n\n    \/* Mobile Responsive Lock \u0026 Optimizations *\/\n    @media (max-width: 767px) {\n      \/* Typography Scaling for Mobile *\/\n      .product-detail-container h1 {\n        font-size: 20px !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: 18px !important;\n      }\n\n      .product-detail-container p,\n      .product-detail-container li,\n      .product-detail-container td,\n      .product-detail-container th,\n      .product-detail-container .faq-answer,\n      .product-detail-container .badge,\n      .product-detail-container .spec-value,\n      .product-detail-container .tag,\n      .product-detail-container .step-desc,\n      .product-detail-container .compare-detail {\n        font-size: 16px !important;\n      }\n\n      \/* Layout Adjustments *\/\n      .product-detail-container .feature-item,\n      .product-detail-container .feature-item.reverse {\n        flex-direction: column !important;\n        gap: 24px;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        width: 100%;\n      }\n\n      .product-detail-container .compare-section {\n        padding: 20px 15px;\n      }\n\n      .product-detail-container .compare-grid,\n      .product-detail-container .steps-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n\n      .product-detail-container .compare-card,\n      .product-detail-container .step-card {\n        padding: 15px;\n      }\n\n      \/* Specifications Mobile Layout *\/\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      }\n\n      .product-detail-container .spec-table tr {\n        padding: 12px 0;\n      }\n\n      .product-detail-container .spec-table td {\n        display: block;\n        width: 100%;\n        padding: 4px 0;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-label {\n        font-weight: 600 !important;\n        margin-bottom: 6px !important;\n        color: var(--primary) !important; \/* Make labels pop on mobile *\/\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Deep-Hole Positioning Marker\nTarget Audience: Woodworkers, DIY enthusiasts, construction workers, and industrial manufacturers\nVisual Style: Professional, clean, high-contrast, structured\nColor Strategy: Deep industrial blue (#0F52BA) for primary accents, clean grays for cards, sharp white for backgrounds\nModule Order: Hero Content Block -\u003e Compare Section -\u003e Refill Guide -\u003e Feature 1 (Waterproof Ink) -\u003e Feature 2 (Accurate Marking) -\u003e Use Scenarios -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Compare=detail_3, Refill=detail_2, Feature1=detail_4, Feature2=detail_1, Scenarios=detail_5\nSpecification Data Source: Product SKU options, details from Image 2, Image 3, and Image 6 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Included (Directly supported by detail_3 and detail_1 comparing ours: 45mm to others: 32mm\/ordinary markers)\nInformation Boundary: Strictly relies on facts provided: 45mm long nib vs 32mm ordinary nib, refillable ink chamber (rear counterclockwise screw cap), waterproof\/fast-drying oil-based ink, 72-hour anti-drying performance, wood\/plastic\/glass\/metal surface compatibility, available in Black\/Red\/Blue\/Green\/White.\n--\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-block\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eProfessional Positioning Tool\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003e45mm Extra-Long Nib for Deep Holes\u003c\/h1\u003e\n\n\u003cp\u003eThe extended 45mm tip reaches through narrow mounting holes and hard-to-access spaces, helping you mark precise positions where ordinary markers cannot reach.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg alt=\"45mm Extra-Long Nib Marker\" cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917142023\/ce1c8e175f9f6bd432a2b555fc065b91.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"compare-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDesigned for Narrow \u0026amp; Hard-to-Reach Gaps\u003c\/h2\u003e\n\n\u003cp\u003eStandard markers often have bulky casings that get blocked by outer surfaces. Our ultra-slender 45mm metal sheath allows perfect clearance for deep-hole markings.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg alt=\"Comparison between our marker and standard marker\" cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914131457\/75f42f634d0b236985cd52e8a51c7c5f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"compare-grid\"\u003e\n\u003cdiv class=\"compare-card ours\"\u003e\n\u003ch3 class=\"compare-card-title\"\u003eOurs: 45mm Long Nib\u003c\/h3\u003e\n\n\u003cp class=\"compare-detail\"\u003e✓ 45mm extended stainless steel sheath easily clears deep mounting holes.\u003c\/p\u003e\n\n\u003cp class=\"compare-detail\"\u003e✓ Accurately positions markings on hidden underlying surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-card theirs\"\u003e\n\u003ch3 class=\"compare-card-title\"\u003eOthers: Standard Tip\u003c\/h3\u003e\n\n\u003cp class=\"compare-detail\"\u003e✗ Bulky plastic shoulders get blocked by mounting hole edges.\u003c\/p\u003e\n\n\u003cp class=\"compare-detail\"\u003e✗ Incapable of reaching underlying templates or deep points.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- STEP-BY-STEP REFILL BLOCK --\u003e\n\n\u003csection class=\"refill-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eRefillable Design for Extended Use\u003c\/h2\u003e\n\n\u003cp\u003eInstead of disposing of the marker when the ink runs low, easily restore your ink supply using the quick screw-cap refill design.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg alt=\"Refillable ink design\" cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914131458\/55eb1f838bd8322c94eb13b74807a356.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"steps-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003eStep 1\u003c\/div\u003e\n\n\u003cp class=\"step-desc\"\u003eUnscrew the rear cap counterclockwise to open the ink chamber.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003eStep 2\u003c\/div\u003e\n\n\u003cp class=\"step-desc\"\u003eFill with an appropriate amount of marker ink, then securely tighten the rear cap.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 1: WATERPROOF INK --\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg alt=\"Waterproof and fast-drying ink\" cke-id=\"img83\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914131449\/9f1cb0f06f49c8a547b28a23d3e6d695.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eWaterproof \u0026amp; Fast-Drying Oil-Based Ink\u003c\/h3\u003e\n\n\u003cp\u003eFormulated for demanding worksites. The premium oil-based ink dries rapidly to prevent smudges and resists water and fading, keeping your guides completely legible.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eWaterproof\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFast-Drying\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFade-Resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 2: ACCURACY \u0026 EXTENDED CAP-OFF --\u003e\n\n\u003csection class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg alt=\"Accurate marking and long cap-off time\" cke-id=\"img84\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914131458\/e04feafe39c0ec5d06d57c06d0512ee3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003ePins Down Marks Accurately Every Time\u003c\/h3\u003e\n\n\u003cp\u003eThe rigid needle-nose metal sleeve holds the writing tip stable, preventing flexible bending when reaching through boards. The premium ink formulation also allows for up to 72 hours of cap-off time without drying out.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003ePinpoint Accuracy\u003c\/span\u003e \u003cspan class=\"tag\"\u003eNo-Bend Metal Sleeve\u003c\/span\u003e \u003cspan class=\"tag\"\u003e72h Cap-Off Time\u003c\/span\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\"\u003eWidely Used Across Professional Trades\u003c\/h2\u003e\n\n\u003cp\u003eWhether you work with wood, plastic, glass, or metal, this versatile deep-hole marker delivers clean positioning guides in any professional or DIY environment.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg alt=\"Multiple use scenarios\" cke-id=\"img85\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914131457\/0a954c8c93de95407cbfafbc9728c718.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\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 class=\"spec-label\"\u003eNib Length\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e45mm (Extra-Long Precision Sheath)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eInk Formulation\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003ePremium Oil-Based (Waterproof, Fast-Drying, Fade-Resistant)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eCap-Off Time\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eUp to 72 hours without drying out\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eInk System\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eRefillable (Counterclockwise screw-cap mechanism)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eAvailable Colors\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eBlack, Red, Blue, Green, White\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eDesign Details\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eCap with pocket clip and 0-45mm scale measurement ruler\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\"\u003eQ: How do I refill the marker with ink?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Refilling is fast and clean. Simply unscrew the rear cap counterclockwise, add an appropriate amount of marker ink directly into the internal chamber, and screw the cap back on tightly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: What surfaces can I mark on?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: This marker writes effectively on many different materials including wood, plastic, glass, metal, cardboard, and other structural parts.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Will the marker dry out quickly if I forget the cap?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: The marker features a specialized premium oil-based ink formulation that stays uncapped up to 72 hours without drying out, preventing early dry-out during active jobs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🔥 1 Set (5 Colors • 5 Markers) – Most Popular","offer_id":49160203174073,"sku":"20260917-141430-4642","price":12.95,"currency_code":"USD","in_stock":true},{"title":"⭐ 2 Sets (5 Colors • 10 Markers • Save 20%) – Best Value","offer_id":49160203206841,"sku":"20260917-141430-4051","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0672\/7116\/4089\/files\/3f4a0ed73809b525b4f53a5f660b5abb.png?v=1789626193","url":"https:\/\/fixiontools.com\/products\/45mm-deep-hole-marker","provider":"FixionTools","version":"1.0","type":"link"}