{"product_id":"precision-cabinet-hardware-jig","title":"Precision Cabinet Hardware Jig","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：工具\/五金配件（可调节橱柜拉手定位尺）\n  目标受众：DIY爱好者、家庭装修者、木工\n  视觉风格：专业、清晰、技术感、强调精准\n  配色策略：以产品主色调（亮蓝）为强调色，搭配中性灰白背景，突出工具的金属质感。\n  模块顺序：Hero (核心利益) -\u003e Feature 1 (精准度\/核心机制) -\u003e Feature 2 (通用性\/场景) -\u003e Feature 3 (易用性\/结果) -\u003e Specifications (规格) -\u003e FAQ (常见问题)\n  详情图映射：Hero=image_2.png (展示广泛应用场景), Feature1=image_0.png (展示调节和锁定机制), Feature2=image_3.png (展示安装步骤\/易用性), Feature3=image_1.png (展示材质和细节结构)\n  规格图映射：Specs=image_5.png (提取颜色选项)\n  对比模块：未加入（无明确竞品对比需求，聚焦产品自身优势）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #007bff;\n      --primary-hover: #0056b3;\n      --text-main: #212529;\n      --text-sub: #6c757d;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);\n      --border-color: #dee2e6;\n      --section-spacing: clamp(3rem, 6vw, 5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\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    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 30px);\n      font-weight: 600;\n      margin-bottom: 1.2rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 0.8rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Components *\/\n    .trust-pill {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n    }\n\n    \/* Image Placeholder Styles *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 2rem;\n      text-align: center;\n      color: var(--text-sub);\n      box-sizing: border-box;\n    }\n\n    \/* Layout Structure *\/\n    .section-block {\n      margin-bottom: var(--section-spacing);\n    }\n\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: var(--section-spacing);\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n    }\n\n    \/* Mobile Sorting \u0026 Responsive *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column;\n      }\n      .feature-media {\n        width: 100%;\n      }\n      \/* Ensure image is on top for mobile *\/\n      .feature-item \u003e .feature-media {\n        order: -1;\n      }\n    }\n\n    \/* Desktop Alternating Layout *\/\n    @media (min-width: 768px) {\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1.2rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1.2rem;\n        width: 45%;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-sub);\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      padding-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cspan class=\"trust-pill\"\u003eDesigned for DIY Precision\u003c\/span\u003e\n\u003ch1\u003eAchieve Perfect Cabinet Handle Alignment, Every Time\u003c\/h1\u003e\n\n\u003cp\u003eEliminate measuring mistakes and guesswork. This adjustable, dual-scale template helps you drill accurate, uniform holes for cabinet pulls and knobs with professional ease.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260728161113\/40e7ce72454a47d8be05245d6041ec83.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1: Precision \u0026 Adjustability --\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260728160820\/c287cf9f526c2aeceba1ebc3baab5946.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDial in Exact Measurements Instantly\u003c\/h2\u003e\n\n\u003cp\u003eForget complicated math and pencil marks on your cabinets. The tool features durable stainless steel rulers with clearly engraved metric (mm\/cm) and imperial (inch) scales. Simply slide the blue guides to your required dimensions and lock them firmly in place with the knurled thumbscrews for repeatable accuracy across multiple doors.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDual Scale (mm\/inch)\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSecure Locking\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEngraved Markings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Easy Installation --\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260728160820\/f84cb501f3f2fa8f7c1eed08150bcd5e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eProfessional, Clean Results Made Easy\u003c\/h2\u003e\n\n\u003cp\u003eWhether you're a first-time DIYer or a seasoned renovator, get professional-looking results without the hassle. The adjustable sliders are equipped with reinforced metal drilling guides that keep your drill bit perfectly perpendicular to the surface. This prevents the bit from wandering, ensuring clean, precise holes with no tear-out.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eMetal Drill Guides\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eTear-out Prevention\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eBeginner Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Durability \u0026 Details --\u003e\n\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260728160820\/f91c0098555f86ea1d89042973f24b41.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt for Repeated Use\u003c\/h2\u003e\n\n\u003cp\u003eConstructed with longevity in mind, this tool combines robust stainless steel rulers with high-quality ABS engineering plastic components. The materials are resistant to wear and corrosion, ensuring the tool remains reliable for all your future kitchen, bathroom, or furniture projects.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eStainless Steel Ruler\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDurable ABS Plastic\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCorrosion Resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\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=\"Feature\"\u003eRuler Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eStainless Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSlider Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eABS Engineering Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMeasurement Units\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMetric (mm\/cm) and Imperial (inch)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDrill Guides\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eIntegrated Metal Inserts\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAvailable Colors\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBlue, Black \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 --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDoes this work for both single knobs and two-hole pulls?\u003c\/h3\u003e\n\n\u003cp\u003eYes. For single-hole knobs, you only need to set the center vertical slider. For two-hole pulls, you adjust the two horizontal side sliders to match your hardware's center-to-center distance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAre the measurement markings painted on?\u003c\/h3\u003e\n\n\u003cp\u003eNo, the measurement scales are engraved directly onto the stainless steel rulers. This ensures they won't rub off or fade over time with repeated use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDo I need a special drill bit?\u003c\/h3\u003e\n\n\u003cp\u003eNo special bit is required. You should use a standard wood drill bit that matches the size of the screws provided with your cabinet hardware. The metal guides on the jig will accommodate standard sizes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Blue \/ 1-Pack (Essential Tool)","offer_id":45924345610431,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ 1-Pack (Essential Tool)","offer_id":45924345643199,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2-Pack (Keep a Backup - 10%)","offer_id":45924345675967,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2-Pack (Keep a Backup - 10%)","offer_id":45924345708735,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 3-Pack (Best value - 15%)","offer_id":45924345741503,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3-Pack (Best value - 15%)","offer_id":45924345774271,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/40e7ce72454a47d8be05245d6041ec83.jpg?v=1785226309","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/precision-cabinet-hardware-jig","provider":"Bak","version":"1.0","type":"link"}