{"product_id":"precision-hinge-mortise-jig","title":"Precision Hinge Mortise Jig","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：门铰链开槽定位器套装 (Door Hinge Mortise Jig Kit)\n  目标受众：DIY爱好者、家庭装修者、木工\n  视觉风格：工具类、清晰直观、功能导向。强调“精准”、“快速”和“易用”。\n  配色策略：主色采用产品本身的醒目黄色 (#FFD700 或类似)，搭配中性的深灰\/黑色文字和浅灰背景，营造专业且整洁的工坊感。\n  模块顺序：\n    1. Hero: 直击痛点，展示产品在场景中的核心功能（替代凿子）。\n    2. Feature 1 (Precision): 强调核心价值——用修边机实现完美开槽。\n    3. Feature 2 (Adjustability): 展示产品的通用性，适配不同尺寸和角的铰链。\n    4. Feature 3 (Full Kit): 说明套装包含所有必要配件，提升价值感。\n    5. Specifications: 列出明确的物理参数和清单。\n    6. FAQ: 解决常见的购买前疑虑（所需工具、适用材质等）。\n  详情图映射：Hero=image_1.png, Feature1=image_6.png, Feature2=image_4.png, Feature3=image_3.png\n  规格图映射：Specs=image_5.png (尺寸), image_3.png (组件清单)\n  对比模块：未加入。虽然核心卖点是对比手工凿刻，但通过 Feature 1 的文案和图片演示已足够清晰，无需独立的对比表格。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FFC107; \/* Product Yellow *\/\n      --primary-hover: #FFB300;\n      --text-main: #333333;\n      --text-sub: #666666;\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: #E0E0E0;\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 42px); font-weight: 700; line-height: 1.2; margin-bottom: 16px; }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; margin-bottom: 24px; }\n    .product-detail-container h3 { font-size: 20px; font-weight: 600; margin-bottom: 16px; }\n    .product-detail-container p { font-size: 18px; margin-bottom: 16px; color: var(--text-sub); }\n    .product-detail-container .lead { font-size: 20px; color: var(--text-sub); margin-bottom: 24px; }\n\n    \/* Layout \u0026 Components *\/\n    .section-block { margin-bottom: clamp(3rem, 8vw, 5rem); }\n    .img-fluid { width: 100%; height: auto; display: block; border-radius: var(--radius-md); }\n    .badge-pill {\n      display: inline-block;\n      padding: 6px 12px;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-right: 8px;\n      margin-bottom: 8px;\n    }\n    .trust-tag {\n      display: inline-flex;\n      align-items: center;\n      font-weight: 600;\n      color: var(--primary-hover);\n      margin-bottom: 24px;\n    }\n    .trust-tag::before { content: \"★\"; margin-right: 8px; }\n\n    \/* Hero Section *\/\n    .hero-section {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 32px;\n      align-items: center;\n    }\n    \n    \/* Feature Sections *\/\n    .feature-item {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 32px;\n      align-items: center;\n      margin-bottom: clamp(3rem, 6vw, 4rem);\n    }\n    .feature-copy { order: 2; }\n    .feature-media { order: 1; }\n\n    \/* Specifications *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 24px;\n    }\n    .spec-table th, .spec-table td {\n      padding: 16px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .spec-table th { width: 35%; color: var(--text-sub); font-weight: 500; }\n\n    \/* FAQ *\/\n    .faq-item {\n      background: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-md);\n      margin-bottom: 16px;\n    }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n    }\n    .faq-question::before { content: \"Q.\"; color: var(--primary); margin-right: 12px; font-weight: 700; }\n    .faq-answer { font-size: 18px; color: var(--text-sub); padding-left: 32px; }\n\n    \/* Responsive *\/\n    @media (min-width: 768px) {\n      .hero-section { grid-template-columns: 1fr 1fr; }\n      .feature-item { grid-template-columns: 1fr 1fr; }\n      .feature-item:nth-child(even) .feature-copy { order: 1; }\n      .feature-item:nth-child(even) .feature-media { order: 2; }\n    }\n\n    @media (max-width: 767px) {\n      .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead { display: none; }\n      .spec-table tr { margin-bottom: 16px; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .spec-table td {\n        padding: 12px 16px;\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n      }\n      .spec-table td:last-child { border-bottom: none; }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 16px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"trust-tag\"\u003eEngineered for Speed \u0026amp; Precision\u003c\/div\u003e\n\n\u003ch1\u003eProfessional Door Hinge Mortises, No Chisel Required\u003c\/h1\u003e\n\n\u003cp class=\"lead\"\u003eAchieve perfect, flush hinge installs every time. This jig guides your router for fast, clean, and accurate mortising on wood doors.\u003c\/p\u003e\n\n\u003cdiv class=\"tags-container\"\u003e\n\u003cspan class=\"badge-pill\"\u003e✨ Clean Cuts\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003e🎯 Universal Fit\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003e🛠️ Complete Kit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- [AI] 使用场景图：展示产品夹在门上，交代使用环境 --\u003e\u003cdiv\u003e\u003cimg cke-id=\"img84\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804133159\/018c75fae0514cd14e46aceca12c856d.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003c!-- Feature 1: Core Function - Precision Routing --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [AI] 核心功能演示图：展示从设置到切割的步骤 --\u003e\u003cdiv\u003e\u003cimg cke-id=\"img85\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804133204\/05eaf4f11b0272bde2df808201b2fb92.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDitch the Chisel for Router Precision\u003c\/h2\u003e\n\n\u003cp\u003eForget the slow, error-prone hammer and chisel method. This template securely clamps to your door and guides your router to create perfectly shaped, flat-bottomed mortises in seconds. Get a professional, flush fit that looks like it was done in a factory.\u003c\/p\u003e\n\u003cspan class=\"badge-pill\"\u003eEasy Setup\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eConsistent Results\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Adjustability \u0026 Compatibility --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [AI] 结构细节图：展示可调节部件和参数 --\u003e\u003cdiv\u003e\u003cimg cke-id=\"img88\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804133204\/e9a081f14d6feb182116cac6c5ca8ed5.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOne Jig for Most Hinges\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for versatility, the jig easily adjusts to fit standard hinge lengths from 3 inches to 5 inches. Switch between the included corner inserts to match square corners or rounded (5\/8\" radius) hinges with a simple snap.\u003c\/p\u003e\n\u003cspan class=\"badge-pill\"\u003e3\"-5\" Lengths\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eSquare or Round Corners\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Complete Kit Value --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [AI] 套装清单图：展示所有包含的配件 --\u003e\u003cdiv\u003e\u003cimg cke-id=\"img87\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804133201\/49dbec16738bd2d86661f47755c0495a.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEverything You Need to Install\u003c\/h2\u003e\n\n\u003cp\u003eThis isn't just a jig; it's a complete installation solution. The kit includes a specialized router bit with a bearing, a self-centering hinge bit for perfectly aligned screw holes, and a double-ended driver bit. Just add your router and drill.\u003c\/p\u003e\n\u003cspan class=\"badge-pill\"\u003eRouter Bit Included\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eSelf-Centering Bit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Material\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eEngineering Plastic Frame, Metal Components\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Jig Dimensions\"\u003eJig Dimensions\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eApprox. 20cm x 8.5cm (7.9\" x 3.3\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Hinge Compatibility\"\u003eHinge Compatibility\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eLength: 3\" to 5\"\u003cbr\u003e\n\t\t\tCorners: Square or 5\/8\" Radius Round\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Application\"\u003eApplication\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eWood doors only\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Package Includes\"\u003ePackage Includes\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e1x Hinge Mortise Jig, 1x Router Bit, 1x Self-Centering Hinge Bit, 1x Double-Ended Driver Bit, 1x Hex Spanner\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. 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\u003cdiv class=\"faq-question\"\u003eWhat tools do I need to use with this kit?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYou will need a handheld router to use the mortise jig and a power drill to use the self-centering hinge bit and driver bit.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I set the cutting depth for my hinge thickness?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe jig features a built-in depth gauge on the side. Simply place your hinge against the gauge and adjust your router bit's depth to match before cutting.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use this on metal or fiberglass doors?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, this jig and the included router bit are designed specifically for cutting mortises in wood doors.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Green","offer_id":45958231163071,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":45958231195839,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":45958231228607,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Yellow","offer_id":45958231261375,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Grey","offer_id":45958231294143,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Orange","offer_id":45958231326911,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/018c75fae0514cd14e46aceca12c856d.jpg?v=1785821617","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/precision-hinge-mortise-jig","provider":"Bak","version":"1.0","type":"link"}