{"product_id":"magnetic-shape-duplicator-tool","title":"Magnetic Shape Duplicator Tool","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Contour Gauge Tool \/ DIY Hardware\nTarget Audience: Woodworkers, DIY Enthusiasts, Flooring Installers, Handymen\nVisual Style: Industrial, Precise, Reliable, Professional\nColor Strategy: Tool Orange (Accent\/Highlight) + Slate Gray (Technical\/Solid) + White (Readability)\nShape Strategy: Radius 8px (Hardened industrial feel, but safe and refined)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 40px, Body 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, Flexbox rows with data-labels)\nImage Mapping: Hero=image_1, ABS=image_2, Duplication=image_3, Pins=image_4, Magnetic=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 0) Typography \u0026 Spacing System *\/\n    .product-detail-container {\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      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      \n      \/* 1) Design System (CSS Variables) *\/\n      --primary: #E65100; \/* Industrial Tool Orange *\/\n      --primary-hover: #BF360C;\n      --text-main: #1A202C; \/* Deep Slate *\/\n      --text-sub: #4A5568; \/* Medium Gray *\/\n      --bg-body: #FFFFFF;\n      --bg-card: #F7FAFC; \/* Cool Light Gray *\/\n      --border-color: #E2E8F0;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 25px rgba(0,0,0,0.1);\n\n      color: var(--text-main);\n      background: var(--bg-body);\n      font-size: 18px;\n      line-height: 1.6;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Sizes *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 700;\n      line-height: 1.3;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n      color: var(--text-main);\n    }\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n    \n    \/* Utility \u0026 Badges (Non-clickable) *\/\n    .static-badge {\n      display: inline-block;\n      background: var(--bg-card);\n      color: var(--primary);\n      font-weight: 700;\n      font-size: 16px;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      border: 1px solid var(--border-color);\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n    .social-proof {\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--text-sub);\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      margin-bottom: 2rem;\n    }\n\n    \/* 2) Image Protocol *\/\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n    }\n    .placeholder-box {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: bold;\n      font-size: 20px;\n      text-align: center;\n      padding: 2rem;\n    }\n\n    \/* Section Spacing *\/\n    .section-spacing {\n      margin-top: clamp(3rem, 8vw, 6rem);\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n    \n    .text-center { text-align: center; }\n\n    \/* Mobile Ordering Lock \u0026 Z-Pattern *\/\n    .features-wrapper {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(3rem, 6vw, 6rem);\n    }\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n    }\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n    \n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 4rem;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Highlight List *\/\n    .benefit-list {\n      list-style: none;\n      padding: 0;\n      margin: 0 0 1.5rem 0;\n    }\n    .benefit-list li {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n    }\n    .benefit-list li::before {\n      content: '✓';\n      color: var(--primary);\n      font-weight: bold;\n      font-size: 22px;\n      line-height: 1;\n    }\n\n    \/* Specs Table *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n    .specs-table th, .specs-table td {\n      padding: 1.25rem 1.5rem;\n      border: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .specs-table th {\n      background: #F1F5F9;\n      font-weight: 700;\n      text-align: left;\n      color: var(--text-main);\n    }\n    \n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none; \/* Hide headers on mobile *\/\n      }\n      .specs-table {\n        background: transparent;\n        box-shadow: none;\n        border: none;\n      }\n      .specs-table tr {\n        background: var(--bg-body);\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        box-shadow: var(--shadow-sm);\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 1rem;\n        border: none;\n        border-bottom: 1px solid var(--border-color);\n        padding: 1rem;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        flex-basis: 45%;\n        flex-shrink: 0;\n      }\n      .specs-table td span {\n        text-align: right;\n        flex-grow: 1;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n    .faq-question {\n      font-size: clamp(20px, 3vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n    }\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cdiv class=\"static-badge\"\u003eProfessional Grade Tool\u003c\/div\u003e\n\n\u003ch1\u003eMaster Any Shape in Seconds\u003c\/h1\u003e\n\n\u003ch2\u003eThe ultimate magnetic contour gauge for flawless cuts and perfect fits.\u003c\/h2\u003e\n\n\u003cdiv class=\"social-proof\" style=\"justify-content: center;\"\u003e⭐⭐⭐⭐⭐ Trusted by 50,000+ DIYers \u0026amp; Pros\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"placeholder-box\" style=\"aspect-ratio: 16\/9;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320152803\/6cd43354251817b11977181e507e2125.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing features-wrapper\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320152803\/e7cde6643f977a12b646df827ced6266.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\u003ePremium ABS Material\u003c\/h3\u003e\n\n\u003cp\u003eBuilt for the toughest job sites. Engineered from high-impact ABS plastic, this contour gauge is highly durable, wear-resistant, and entirely rust-proof.\u003c\/p\u003e\n\n\u003cul class=\"benefit-list\"\u003e\n\t\u003cli\u003eNever warps or deforms over time\u003c\/li\u003e\n\t\u003cli\u003eSmooth edges won't scratch delicate surfaces\u003c\/li\u003e\n\t\u003cli\u003eLightweight yet virtually unbreakable\u003c\/li\u003e\n\u003c\/ul\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-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320152803\/90d0ad78f3788ae4b65953e0a9a72418.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\u003eInstant Precision Duplication\u003c\/h3\u003e\n\n\u003cp\u003eEliminate guesswork and wasted materials. The built-in high-contrast scale allows you to accurately measure and trace simultaneously.\u003c\/p\u003e\n\n\u003cul class=\"benefit-list\"\u003e\n\t\u003cli\u003eFeatures both Inch \u0026amp; Metric markings\u003c\/li\u003e\n\t\u003cli\u003eLocks into place for exact transfer\u003c\/li\u003e\n\t\u003cli\u003eSaves hours of complicated measuring\u003c\/li\u003e\n\u003c\/ul\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-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320152803\/17a7bcfb340307294760341a498b7d39.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\u003eHigh-Density Flexible Pins\u003c\/h3\u003e\n\n\u003cp\u003eCapture every single curve. The ultra-dense, smooth-gliding pins conform perfectly to irregular shapes, from winding pipes to detailed door casings.\u003c\/p\u003e\n\n\u003cul class=\"benefit-list\"\u003e\n\t\u003cli\u003eSeamless pin movement prevents sticking\u003c\/li\u003e\n\t\u003cli\u003eDeep profile reach for complex angles\u003c\/li\u003e\n\t\u003cli\u003eCreates a perfect template in one push\u003c\/li\u003e\n\u003c\/ul\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=\"placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320152803\/5542ad70201b9c7827b2cb2c4b40697a.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\u003eMagnetic Back Design\u003c\/h3\u003e\n\n\u003cp\u003eWork smarter, not harder. A powerful built-in magnetic core allows you to attach the gauge directly to metal surfaces for hands-free convenience.\u003c\/p\u003e\n\n\u003cul class=\"benefit-list\"\u003e\n\t\u003cli\u003eFrees up your hands for marking and cutting\u003c\/li\u003e\n\t\u003cli\u003eStays securely in place on toolboxes\u003c\/li\u003e\n\t\u003cli\u003eIncreases workflow efficiency by 50%\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"section-spacing specs-container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEngineered to meet the exact standards of professional craftsmen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ctable class=\"specs-table\"\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\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=\"Material\"\u003e\u003cspan\u003ePremium Industrial ABS Plastic \u0026amp; Magnet\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material Details\"\u003e\u003cspan\u003eImpact-resistant, Rust-proof, Non-marring\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Length\"\u003e\u003cspan\u003e10.0 in \/ 25.4 cm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Measuring Depth\"\u003e\u003cspan\u003eMax 2.4 in \/ 6.0 cm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e\u003cspan\u003e12.3 oz \/ 350.0 g\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Portability\"\u003e\u003cspan\u003eLightweight \u0026amp; toolbox-friendly\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Scale System\"\u003e\u003cspan\u003eDual Markings\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Readability\"\u003e\u003cspan\u003eImperial (Inches) \u0026amp; Metric (Centimeters)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Special Feature\"\u003e\u003cspan\u003eMagnetic Core\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Usage Benefit\"\u003e\u003cspan\u003eAllows hands-free operation on metal\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!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"section-spacing faq-container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the plastic pins scratch my finished wood or flooring?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. We use a specially formulated, smooth-finish ABS plastic that glides safely against delicate surfaces without leaving any scratches, marks, or dents behind.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan it measure deep or awkward profiles like thick heating pipes?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the pins are designed to extend up to 2.4 inches (6.0 cm) deep, which is more than enough to capture the exact contour of standard pipes, skirting boards, and irregular corners.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo the pins stay in place while I trace the shape onto my material?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The core tension is carefully calibrated so the pins slide smoothly when pressed but hold their shape firmly once removed from the object, allowing for a highly precise trace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"5 Inch (Standard)","offer_id":48562025431290,"sku":"0327-19326068","price":12.95,"currency_code":"USD","in_stock":true},{"title":"5 Inch (Wider)","offer_id":48562025464058,"sku":"0327-19325266","price":12.95,"currency_code":"USD","in_stock":true},{"title":"10 Inch (Standard)","offer_id":48562025496826,"sku":"0327-19325026","price":14.95,"currency_code":"USD","in_stock":true},{"title":"10 Inch (Wider)","offer_id":48562025529594,"sku":"0327-19321980","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/da3ad4a162ff1002459744e7671b1850.jpg?v=1774611227","url":"https:\/\/varitino.com\/products\/magnetic-shape-duplicator-tool","provider":"Varitino","version":"1.0","type":"link"}