{"product_id":"japanese-tooth-oscillating-blades","title":"Japanese Tooth Oscillating Blades","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #c9252d;\n      --primary-hover: #a91d24;\n      --text-main: #191919;\n      --text-sub: #4f4f4f;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f4f4f4;\n      --radius-md: 14px;\n      --radius-lg: 22px;\n      --shadow-sm: 0 6px 20px rgba(0, 0, 0, 0.07);\n      --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.11);\n      --border-color: #dddddd;\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      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    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container p {\n      margin-top: 0;\n    }\n\n    .product-detail-container h1 {\n      margin-bottom: 18px;\n      font-size: 22px;\n      line-height: 1.3;\n      color: var(--text-main);\n      text-transform: uppercase;\n      font-weight: 800;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin-bottom: 14px;\n      font-size: 20px;\n      line-height: 1.4;\n      color: var(--text-main);\n      font-weight: 700;\n    }\n\n    .product-detail-container p,\n    .product-detail-container td,\n    .product-detail-container .spec-value,\n    .product-detail-container .trust-badge,\n    .product-detail-container .feature-tag,\n    .product-detail-container .image-placeholder {\n      font-size: 18px;\n      line-height: 1.6;\n    }\n\n    .product-detail-container .hero-section,\n    .product-detail-container .features-section,\n    .product-detail-container .warning-section,\n    .product-detail-container .specifications-section,\n    .product-detail-container .faq-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .hero-section {\n      display: grid;\n      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\n      gap: clamp(1.5rem, 4vw, 3.5rem);\n      align-items: center;\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      background: linear-gradient(135deg, var(--bg-card), var(--bg-soft));\n      box-shadow: var(--shadow-lg);\n    }\n\n    .product-detail-container .hero-subtitle {\n      margin-bottom: 22px;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container .trust-badge,\n    .product-detail-container .feature-tag {\n      display: inline-flex;\n      align-items: center;\n      padding: 9px 14px;\n      border-radius: 999px;\n      font-weight: 600;\n    }\n\n    .product-detail-container .trust-badge {\n      color: #ffffff;\n      background: var(--primary);\n    }\n\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      min-height: 260px;\n      padding: 30px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      color: var(--text-sub);\n      background: var(--bg-soft);\n      border: 2px dashed #bdbdbd;\n      border-radius: var(--radius-md);\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .product-detail-container .hero-media .image-placeholder {\n      aspect-ratio: 1 \/ 1;\n    }\n\n    .product-detail-container .features-heading,\n    .product-detail-container .specifications-section \u003e h2,\n    .product-detail-container .faq-section \u003e h2 {\n      margin-bottom: 24px;\n    }\n\n    .product-detail-container .feature-list {\n      display: grid;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(1.5rem, 4vw, 3.5rem);\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 1 0;\n      min-width: 0;\n    }\n\n    .product-detail-container .feature-copy {\n      padding: clamp(1.25rem, 3vw, 2rem);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      background: var(--bg-card);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .feature-copy p {\n      margin-bottom: 18px;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container .feature-copy p:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n    }\n\n    .product-detail-container .feature-tag {\n      color: var(--primary-hover);\n      background: #fae8e9;\n      border: 1px solid #efc3c6;\n    }\n\n    \/* Warning Section Styles *\/\n    .product-detail-container .warning-section {\n      background-color: #fff3f3;\n      border-left: 6px solid var(--primary);\n      padding: 24px;\n      border-radius: 8px;\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .product-detail-container .warning-section h3 {\n      color: var(--primary);\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      font-weight: 800;\n    }\n\n    .product-detail-container .warning-section p {\n      margin: 0;\n      color: var(--text-main);\n      font-weight: 500;\n    }\n\n    .product-detail-container .specifications-section,\n    .product-detail-container .faq-section {\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      background: var(--bg-card);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      table-layout: fixed;\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 tr:last-child {\n      border-bottom: 0;\n    }\n\n    .product-detail-container .spec-table td {\n      display: grid;\n      grid-template-columns: minmax(180px, 35%) minmax(0, 1fr);\n      gap: 24px;\n      width: 100%;\n      padding: 16px 0;\n      color: var(--text-sub);\n      align-items: start;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .product-detail-container .spec-table td::before {\n      content: attr(data-label);\n      display: block;\n      min-width: 0;\n      font-size: 18px;\n      font-weight: 700;\n      line-height: 1.5;\n      color: var(--text-main);\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .product-detail-container .spec-table .spec-value {\n      display: block;\n      min-width: 0;\n      max-width: 100%;\n      color: var(--text-sub);\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .product-detail-container .faq-list {\n      display: grid;\n      gap: 18px;\n    }\n\n    .product-detail-container .faq-item {\n      padding: 20px;\n      border-left: 4px solid var(--primary);\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      background: var(--bg-soft);\n    }\n\n    .product-detail-container .faq-item h3 {\n      font-size: 20px;\n      line-height: 1.4;\n    }\n\n    .product-detail-container .faq-item p {\n      margin-bottom: 0;\n      color: var(--text-sub);\n      font-size: 18px;\n      line-height: 1.7;\n    }\n\n    @media (max-width: 767px) {\n      .product-detail-container .hero-section {\n        grid-template-columns: 1fr;\n        padding: 22px;\n      }\n\n      .product-detail-container .hero-copy {\n        order: 1;\n      }\n\n      .product-detail-container .hero-media {\n        order: 2;\n      }\n\n      .product-detail-container .feature-item,\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: column;\n        align-items: stretch;\n      }\n\n      .product-detail-container .feature-media {\n        order: 1;\n        width: 100%;\n      }\n\n      .product-detail-container .feature-copy {\n        order: 2;\n        width: 100%;\n      }\n\n      .product-detail-container .specifications-section,\n      .product-detail-container .faq-section {\n        padding: 22px;\n      }\n\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table thead {\n        display: none;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n\n      .product-detail-container .image-placeholder {\n        min-height: 220px;\n        padding: 22px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003ch1\u003eUPGRADE YOUR OSCILLATING TOOL WITH THE ULTIMATE WOODWORKING COMBO\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eStop struggling with slow, dull blades. Our Premium Japanese Tooth Oscillating Saw Blades Combo Pack is designed for professionals and DIY enthusiasts who demand speed, precision, and durability. Featuring two essential blade shapes, this kit provides the perfect solution for all your wood and plastic cutting needs.\u003c\/p\u003e\n\u003cspan class=\"trust-badge\"\u003eUltimate Woodworking Kit\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cp style=\"text-align:left;margin:0;\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911145554\/080dfbdd5a98fa280690953292eade5e.png\"\u003e\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-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908170113\/16f895466f3f9789d2b715ab2c4883e3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eTWO ESSENTIAL SHAPES FOR EVERY JOB\u003c\/h3\u003e\n\n\u003cp\u003e\u003cstrong\u003e• 1-3\/8\" (34mm) Standard Blade:\u003c\/strong\u003e Ideal for precise, tight-space cuts. Perfect for trimming door casings, cutting baseboards, or detailed plunge cuts.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003e• 1-3\/4\" (44mm) Dovetail Blade:\u003c\/strong\u003e The wider, dovetail design minimizes vibration and allows for faster, deeper plunge cuts with maximum stability. Excellent for cutting large notches or flooring adjustments.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e1-3\/8\" Standard\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e1-3\/4\" Dovetail\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908170113\/a0dbb9980b4d5968e9535baeae5601b2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePRECISION JAPANESE TEETH (3X FASTER CUTS)\u003c\/h3\u003e\n\n\u003cp\u003eUnlike standard blades, our blades feature a double-row, triple-ground Japanese tooth design. This aggressive tooth geometry clears sawdust efficiently, preventing burning and delivering up to 3 times faster cutting speeds with an ultra-clean, splinter-free finish.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eJapanese Teeth\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e3X Faster\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908170113\/b94e6490b24479944dd72dfcde22fcf6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePREMIUM HIGH CARBON STEEL (HCS)\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from high-quality HCS, these blades are tough and durable.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e Soft wood, hard wood, PVC, drywall, and plastics.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBuilt-in Precision:\u003c\/strong\u003e Each blade features laser-etched length markers on both sides (Inches \u0026amp; Millimeters) to ensure you get accurate cuts every time without guessing.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePremium HCS\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLaser-Etched Scale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"warning-section\"\u003e\n\u003ch3\u003e⚠️ IMPORTANT USAGE NOTICE:\u003c\/h3\u003e\n\n\u003cp\u003eThese HCS blades are specifically designed for wood and plastics. \u003cstrong\u003eDO NOT USE FOR CUTTING METAL, NAILS, SCREWS, OR HARD WOODS WITH HIDDEN NAILS.\u003c\/strong\u003e Cutting metal will instantly damage the Japanese teeth.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specifications-section\"\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\u003ctd data-label=\"Product Type\"\u003e\u003cspan class=\"spec-value\"\u003eSaw blade set for oscillating multi-tools\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Blade Material\"\u003e\u003cspan class=\"spec-value\"\u003ePremium High-Carbon Steel (HCS)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Blade Widths\"\u003e\u003cspan class=\"spec-value\"\u003e1-3\/8\" (34mm) Standard \u0026amp; 1-3\/4\" (44mm) Dovetail\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tooth Style\"\u003e\u003cspan class=\"spec-value\"\u003eDouble-row, triple-ground Japanese teeth\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 Markings\"\u003e\u003cspan class=\"spec-value\"\u003eLaser-etched Metric and Inch markings\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Listed Materials\"\u003e\u003cspan class=\"spec-value\"\u003eSoft wood, hard wood, PVC, drywall, and plastics\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Mounting Design\"\u003e\u003cspan class=\"spec-value\"\u003eUniversal quick-release open-back interface\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\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWhat materials can these blades cut?\u003c\/h3\u003e\n\n\u003cp\u003eThe listed cutting materials are soft wood, hard wood, PVC, drywall, and plastics. Please do not use them to cut metal, nails, or screws.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow does the blade attach to the tool?\u003c\/h3\u003e\n\n\u003cp\u003eThe blade uses a universal quick-release open-back mounting interface designed for fast blade changes on most oscillating multi-tools (excluding Starlock systems).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDo the blades include cutting-depth markings?\u003c\/h3\u003e\n\n\u003cp\u003eYes. Each blade features laser-etched length markers on both sides (Inches \u0026amp; Millimeters) to ensure accurate cutting depth without guessing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"6-Pack (3 Standard + 3 Dovetail)","offer_id":58897858035872,"sku":"20260911-145322-1304","price":12.95,"currency_code":"USD","in_stock":true},{"title":"12-Pack (6 Standard + 6 Dovetail) - Most Popular","offer_id":58897858068640,"sku":"20260911-145322-7029","price":22.95,"currency_code":"USD","in_stock":true},{"title":"24-Pack (12 Standard + 12 Dovetail) - Best Value","offer_id":58897858101408,"sku":"20260911-145322-9392","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/8ca2977690c81584be033a1f53162a60.png?v=1789110116","url":"https:\/\/cartivra.com\/products\/japanese-tooth-oscillating-blades","provider":"Cartivra","version":"1.0","type":"link"}