{"product_id":"precision-door-hinge-jig","title":"Precision Door Hinge Jig","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Door Hinge Mortising Template Kit\n  Target Audience: Woodworkers, Carpentry Professionals, Home Improvement DIYers\n  Visual Style: Industrial, Precise, High-Contrast Tool Guide\n  Color Strategy: Deep Crimson Red (#D32F2F) as primary, Slate Charcoal (#1E293B) for body, Light Off-White (#F8FAFC) for card backgrounds\n  Module Order: Hero Header -\u003e Mortising Feature (detail_2) -\u003e Accessories Feature (detail_3) -\u003e Operation Steps (detail_6) -\u003e Compatibility Feature (detail_5) -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, OperationGuide=detail_6, Feature3=detail_5\n  Specification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (insufficient comparative data for ordinary vs. ours)\n  Information Boundary: Strictly relies on facts provided in the product description report and detail images. No unverified structural, electrical, or generic material claims are made. \"Router Not Included\" warning is placed on the hero header.\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #d32f2f;\n      --primary-hover: #b71c1c;\n      --text-main: #1e293b;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --bg-soft: #f1f5f9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n      --border-color: #e2e8f0;\n\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      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .main-hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700 !important;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\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 .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600 !important;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container .body-text,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .tag,\n    .product-detail-container .badge,\n    .product-detail-container .spec-value,\n    .product-detail-container td,\n    .product-detail-container .faq-answer,\n    .product-detail-container .step-desc {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      margin: 0 0 16px 0;\n      color: var(--text-sub);\n    }\n\n    \/* Trust Badge \u0026 Tags *\/\n    .product-detail-container .badge-container {\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #ffffff !important;\n      padding: 6px 14px;\n      border-radius: 4px;\n      font-weight: 600 !important;\n      margin-right: 8px;\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main) !important;\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500 !important;\n      margin: 0;\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      min-height: 250px;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      box-sizing: border-box;\n      padding: 40px 20px;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding: 40px 0;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      margin-top: 20px;\n    }\n\n    .product-detail-container .hero-content {\n      max-width: 800px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    .product-detail-container .hero-media {\n      margin-top: 24px;\n      padding: 0 20px;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      align-items: center;\n      gap: 40px;\n    }\n\n    .product-detail-container .feature-item:nth-child(even) {\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    \/* Operation Guide Grid *\/\n    .product-detail-container .steps-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n      margin-top: 24px;\n    }\n\n    .product-detail-container .step-card {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      box-sizing: border-box;\n    }\n\n    .product-detail-container .step-num {\n      display: inline-block;\n      color: var(--primary);\n      font-weight: 700;\n      font-size: 20px;\n      margin-bottom: 12px;\n    }\n\n    .product-detail-container .step-desc {\n      margin: 0;\n    }\n\n    \/* Specifications Section - Text Only *\/\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\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: 16px 0;\n      display: flex;\n      align-items: start;\n      gap: 16px;\n      margin: 0;\n    }\n\n    .product-detail-container .spec-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n      flex-shrink: 0;\n    }\n\n    .product-detail-container .spec-table .spec-value {\n      width: 65%;\n      margin: 0;\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-item:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .faq-answer {\n      margin: 0;\n    }\n\n    \/* Mobile Responsive Rules *\/\n    @media (max-width: 991px) {\n      .product-detail-container .steps-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 767px) {\n      \/* Typography Locking Check *\/\n      .product-detail-container h1,\n      .product-detail-container .main-hero-title {\n        font-size: 22px !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 .spec-title,\n      .product-detail-container .faq-question {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container p,\n      .product-detail-container .body-text,\n      .product-detail-container .hero-subtitle,\n      .product-detail-container .tag,\n      .product-detail-container .badge,\n      .product-detail-container .spec-value,\n      .product-detail-container td,\n      .product-detail-container .faq-answer,\n      .product-detail-container .step-desc {\n        font-size: 18px !important;\n      }\n\n      \/* Mobile Feature Order Lock (Image First -\u003e Text Second) *\/\n      .product-detail-container .feature-item,\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: column !important;\n        gap: 20px;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        width: 100%;\n      }\n\n      \/* Step Grid Fallback *\/\n      .product-detail-container .steps-grid {\n        grid-template-columns: 1fr;\n      }\n\n      \/* Mobile Specifications Safety *\/\n      .product-detail-container .spec-table td {\n        flex-direction: row;\n      }\n\n      .product-detail-container .spec-table td::before {\n        width: 40%;\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        width: 60%;\n      }\n    }\n\n    @media (max-width: 420px) {\n      \/* Extremely Narrow Screen Safe Wrap *\/\n      .product-detail-container .spec-table td {\n        flex-direction: column;\n        gap: 6px;\n      }\n\n      .product-detail-container .spec-table td::before {\n        width: 100%;\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        width: 100%;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eRouter Not Included\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"main-hero-title\"\u003ePrecision Door Hinge Mortising Template Kit\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eAchieve smooth, professional door hinge routing with clean, accurate cuts. An adjustable templates guide designed for both residential carpentry and home DIY improvement.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908175455\/ad7eda392e055e334123ceffbe257523.jpg\"\u003e\u003c\/div\u003e\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=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908175455\/57d156651436262c1a0264564ea56b0b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eAdjustable Length \u0026amp; Integrated Depth Gauge\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eAccurately set up your mortise lengths from 2-1\/2\" to 5\". The built-in sliding depth gauge makes it straightforward to configure cuts for thick hinges (4-1\/2\" and 5\") or thin hinges (2-1\/2\", 3\", 3-1\/2\", and 4\") directly on the jig frame.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eFits Hinge Lengths: 2.5\" to 5\"\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDual Thickness Gauge\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Accessories Integration --\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908175455\/17677ac12c5a14a879e1d070cc20ea16.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eComplete 3-In-1 Hardware Installation Bits\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003ePrepare your doors seamlessly with the three provided bits designed for critical installation steps: cut exact mortises with the bearing-guided router bit, drill clean pilot holes with the self-centering hinge bit, and drive mounting screws securely with the double-ended driver bit.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eBearing Router Bit\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSelf-Centering Hinge Bit\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDouble-Ended Driver Bit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. OPERATION STEPS (Optional Use Scenario Module supported by Image 6) --\u003e\n\n\u003csection class=\"operation-guide\"\u003e\n\u003ch2 class=\"section-title\"\u003eSix Simple Steps to Flawless Hinge Mortising\u003c\/h2\u003e\n\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 24px;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908175455\/df389daa732ad418d17d898130086779.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Wide Hinge Compatibility --\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img83\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908175455\/5a3e2be2533fe9a5635aa016aeab9bbe.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eCompatible with Standard Door Hinge Corners\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eDesigned to accommodate the standard American hinge designs. Use the sliding templates for 1\/4\" radius round hinges and 5\/8\" radius round hinges. It is also compatible with square 90-degree hinges (chisel required for routing tight 90-degree corners).\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e1\/4\" Radius Compatible\u003c\/span\u003e \u003cspan class=\"tag\"\u003e5\/8\" Radius Compatible\u003c\/span\u003e \u003cspan class=\"tag\"\u003e90-Degree Square Hinges\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. SPECIFICATIONS (Text and responsive table only - NO specs images used) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-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 data-label=\"Hinge Length Range\"\u003e\u003cspan class=\"spec-value\"\u003e2-1\/2\", 3\", 3-1\/2\", 4\", 4-1\/2\", 5\"\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Thickness Gauge Settings\"\u003e\u003cspan class=\"spec-value\"\u003eThick hinges (4-1\/2\", 5\") and Thin hinges (2-1\/2\", 3\", 3-1\/2\", 4\")\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Hinge Corner Types\"\u003e\u003cspan class=\"spec-value\"\u003e1\/4\" Radius, 5\/8\" Radius, and 90° Square Hinges (Chisel required)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Kit Color Variations\"\u003e\u003cspan class=\"spec-value\"\u003eRed \/ Blue \/ Silver (Stainless Steel)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Drill Bits\"\u003e\u003cspan class=\"spec-value\"\u003e1x Router Bit with Top Bearing, 1x Self-Centering Hinge Pilot Bit, 1x Double-Ended Screw Bit\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Clamping Mechanics\"\u003e\u003cspan class=\"spec-value\"\u003eDual Star Knobs with Wide Flat Metal Wood-Protection Washers\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!-- E. 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\"\u003eDo I need to carve out square hinge corners manually?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. Because routers cut in circles, square hinge installations require a manual chisel to clean out the 90-degree corners after routing out the main pocket.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eDoes this template kit damage the wooden door surface when clamped?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The clamping knobs are equipped with flat, protective metal pads. They distribute clamping pressure evenly, ensuring a robust grip without leaving marks or damaging your wood door face.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhat tools do I need to prepare to use this template?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYou will need an electric trimmer or wood router (not included) to cut out the mortise pockets using the template, and a hand drill to use the included pilot drilling and driving bits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Cartivra","offers":[{"title":"Anodized Red","offer_id":58882950332576,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Anodized Blue","offer_id":58882950365344,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Steel","offer_id":58882950398112,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/ad7eda392e055e334123ceffbe257523.jpg?v=1788861387","url":"https:\/\/cartivra.com\/products\/precision-door-hinge-jig","provider":"Cartivra","version":"1.0","type":"link"}