{"product_id":"precision-metal-scribe-tool","title":"Precision Metal Scribe Tool","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Industrial \/ Hand Tools (Tungsten Steel Engraving Pen)\nTarget Audience: DIY Enthusiasts, Craftsmen, Construction Workers\nVisual Style: Industrial, Rugged, Precise, Professional\nColor Strategy: Orange (#FF6B00) as primary for alert\/tool indication, paired with dark grays (#111827) and light backgrounds (#F9FAFB) for high contrast and readability.\nShape Strategy: Radius 8px (Tough, slightly softened for ergonomic feeling)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 32-44px, Body: 18-20px)\nMobile Table Strategy: Card-based dual-column (Specification + Metric\/Imperial combo), NO horizontal scroll\nImage Mapping: \n  Hero = image_1\n  Feature 1 (Tungsten Tip) = image_2\n  Feature 2 (Ergonomic Grip) = image_3\n  Feature 3 (Pocket Clip\/Portable) = image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Design System Variables *\/\n      --primary: #FF6B00;\n      --primary-hover: #E65C00;\n      --text-main: #111827;\n      --text-sub: #4B5563;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9FAFB;\n      --bg-alt: #F3F4F6;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n      --border-color: #E5E7EB;\n    }\n\n    \/* Global Reset \u0026 Typography within Container *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, \"Open Sans\", \"Helvetica Neue\", sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Image Protocol - Prevent Stretching and Cropping *\/\n    .product-detail-container img,\n    .placeholder-img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .placeholder-img {\n      background-color: var(--bg-alt);\n      border: 2px dashed var(--border-color);\n      aspect-ratio: 4 \/ 3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 1.125rem;\n      font-weight: 600;\n      text-align: center;\n      padding: 1rem;\n    }\n\n    .hero-media .placeholder-img {\n      aspect-ratio: 16 \/ 9;\n    }\n\n    \/* Typography Hierarchy *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      margin-bottom: 1.25rem;\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.4;\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n      font-weight: 600;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      margin-bottom: 1rem;\n      font-weight: 700;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2.5vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Non-clickable Visual Badge *\/\n    .product-detail-container .badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background-color: var(--primary);\n      color: #FFFFFF;\n      font-size: 16px;\n      font-weight: 700;\n      border-radius: var(--radius-md);\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container .social-proof {\n      font-size: clamp(18px, 2.5vw, 20px);\n      color: var(--text-main);\n      font-weight: 700;\n      margin-bottom: 2.5rem;\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    \/* Spacing System *\/\n    .hero-section,\n    .features-section,\n    .specs-section,\n    .faq-section {\n      margin-top: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .section-title {\n      text-align: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    \/* Features Layout (Mobile Sequential Lock \u0026 Desktop Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n      align-items: center;\n    }\n\n    .feature-media,\n    .feature-copy {\n      width: 100%;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 4rem;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media,\n      .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Specifications Table (Desktop Table, Mobile Cards) *\/\n    .specs-table-wrapper {\n      width: 100%;\n    }\n\n    .specs-table-wrapper table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table-wrapper th,\n    .specs-table-wrapper td {\n      padding: 1.25rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table-wrapper th {\n      background-color: var(--bg-card);\n      font-weight: 700;\n      color: var(--text-main);\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .specs-table-wrapper tbody tr:hover {\n      background-color: var(--bg-card);\n    }\n\n    @media (max-width: 767px) {\n      .specs-table-wrapper table,\n      .specs-table-wrapper thead,\n      .specs-table-wrapper tbody,\n      .specs-table-wrapper tr,\n      .specs-table-wrapper th,\n      .specs-table-wrapper td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table-wrapper thead {\n        display: none;\n      }\n      \n      .specs-table-wrapper tr {\n        margin-bottom: 1.25rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background-color: var(--bg-body);\n        box-shadow: var(--shadow-sm);\n        overflow: hidden;\n      }\n      \n      .specs-table-wrapper td {\n        display: flex;\n        flex-direction: column;\n        justify-content: flex-start;\n        align-items: flex-start;\n        border-bottom: 1px solid var(--bg-alt);\n        padding: 1rem 1.25rem;\n        font-size: 16px;\n        gap: 0.5rem;\n      }\n      \n      .specs-table-wrapper td:last-child {\n        border-bottom: none;\n      }\n      \n      .specs-table-wrapper td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-sub);\n        font-size: 14px;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n      }\n      \n      .specs-table-wrapper td span {\n        font-weight: 600;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 2rem);\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-item h3 {\n      font-size: clamp(20px, 3vw, 22px);\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n    }\n\n    .faq-item p {\n      margin-bottom: 0;\n      font-size: clamp(18px, 2.5vw, 19px);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"badge\"\u003eHeavy-Duty Hand Tool\u003c\/div\u003e\n\n\u003ch1\u003eProfessional Tungsten Steel Engraving Pen\u003c\/h1\u003e\n\n\u003ch2\u003eEffortlessly mark glass, ceramic tiles, steel plates, and marble with ultimate precision and deep, clear lines.\u003c\/h2\u003e\n\n\u003cdiv class=\"social-proof\"\u003e⭐⭐⭐⭐⭐ Trusted by 10,000+ Craftsmen \u0026amp; DIYers\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312180115\/138ced7eb7fe5c04d588874b2dad2431.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312180115\/8266aef0e963281788ed33f34c9c7298.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eUnbreakable Tungsten Steel Tip\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from premium, high-hardness tungsten steel, this marking pen delivers exceptional durability and wear resistance. A single, smooth swipe is all it takes to leave a clean, precise scratch on extremely hard surfaces like iron sheets, ceramic tiles, and marble. Build to last for countless projects without dulling.\u003c\/p\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=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312180115\/14bb5a71e81b22575b63f657900c22ec.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eErgonomic \u0026amp; Effortless Control\u003c\/h3\u003e\n\n\u003cp\u003eDesigned with an ergonomic curved tip and a deep non-slip textured grip, this lettering pen provides superior handling comfort. It significantly reduces hand fatigue during long hours of meticulous work, giving you the steadfast stability and high precision needed for flawless craftsmanship.\u003c\/p\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=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312180115\/9a5980264da9e387fbc0b89b587267eb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePocket-Sized Portability\u003c\/h3\u003e\n\n\u003cp\u003eEngineered to the exact size and weight profile of a standard writing pen, it fits perfectly in your pocket, tool pouch, or apron. The heavy-duty pen clip prevents it from rolling off slanted workbenches or getting lost on the job site, ensuring your favorite marking tool is always ready whenever inspiration strikes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails (Metric \/ Imperial)\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eMaterial\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eTungsten Steel Tip \u0026amp; Alloy Body\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eLength\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e14.5 cm \/ 5.7 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eWeight\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e50.0 g \/ 1.8 oz\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eApplications\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eGlass, Ceramic Tiles, Iron, Steel, Marble\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\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-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWhat materials can this pen effectively engrave or mark?\u003c\/h3\u003e\n\n\u003cp\u003eEquipped with a highly robust tungsten steel tip, it is designed to easily mark and scratch hard surfaces such as glass, ceramic tiles, iron sheets, steel plates, marble, and concrete without blunting.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs the tungsten tip replaceable?\u003c\/h3\u003e\n\n\u003cp\u003eThe pen features a fixed, exceptionally durable, and scratch-resistant tungsten steel tip. It is expertly heat-treated for long-lasting performance, eliminating the hassle of frequent tip replacements during heavy-duty use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill my hand slip if I am working with sweaty palms or gloves?\u003c\/h3\u003e\n\n\u003cp\u003eNot at all. The handle features deeply engraved non-slip patterns specifically tailored for heavy work environments. It guarantees a secure, comfortable grip, providing maximum control even if you are wearing heavy work gloves.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"⚙️ Metallic Silver1.0","offer_id":51636770472068,"sku":"0317-17521383","price":12.95,"currency_code":"USD","in_stock":true},{"title":"⚙️ Metallic Silver2.0","offer_id":51636770504836,"sku":"0317-17520422","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🟡 Industrial Gold","offer_id":51636770537604,"sku":"0317-17522286","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 Mixed 3-Pack","offer_id":51636770570372,"sku":"0317-17528414","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3053\/1460\/files\/068f56e2798b6d4cbb1add3288391c55.jpg?v=1773741228","url":"https:\/\/everyneeding.com\/products\/precision-metal-scribe-tool","provider":"Everyneeding","version":"1.0","type":"link"}