{"product_id":"detail-wood-carving-burr-set","title":"Detail Wood Carving Burr Set","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2a5c8a;\n      --primary-hover: #1e4366;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f0f2f5;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.08);\n      --border-color: #dddddd;\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      background-color: var(--bg-body);\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 .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 15px 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 .faq-question,\n    .product-detail-container .spec-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 15px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Rules - Option A *\/\n    .product-detail-container img,\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      padding: 40px 20px;\n      text-align: center;\n      box-sizing: border-box;\n      font-weight: 500;\n      color: var(--text-sub);\n      margin-bottom: 15px;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: 30px 0;\n    }\n\n    .hero-badge-container {\n      margin-bottom: 15px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 18px;\n    }\n\n    .hero-subtitle {\n      margin-bottom: 25px;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Features Section *\/\n    .features-container {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 15px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Scenario Section *\/\n    .scenario-section {\n      background-color: var(--bg-card);\n      padding: 30px 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Specifications Table Layout *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 30px 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 15px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 12px;\n      vertical-align: top;\n    }\n\n    .spec-property {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background-color: var(--bg-card);\n      padding: 30px 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-item {\n      margin-bottom: 24px;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 20px;\n    }\n\n    .faq-item:last-child {\n      margin-bottom: 0;\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    \/* Desktop Adjustments *\/\n    @media (min-width: 768px) {\n      .hero-title {\n        font-size: 22px;\n      }\n\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n\n      .scenario-section, .specifications-section, .faq-section {\n        padding: 40px;\n      }\n    }\n\n    \/* Mobile Specifications Safety Rules *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .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      .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      .spec-property {\n        display: none; \/* Hide original left column in mobile stacked grid view *\/\n      }\n\n      .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      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Fine Wood Carving and Engraving Bit Set (6-Piece)\nTarget Audience: Woodworking artisans, DIY craft hobbyists, micro-carving enthusiasts\nVisual Style: Professional, clean, industrial-technical\nColor Strategy: Deep steel blue primary (#2a5c8a), light neutral cards (#f9f9f9), clear high-contrast typography\nModule Order: Hero -\u003e Feature 1 (Sword blades) -\u003e Feature 2 (Diamond grinder) -\u003e Feature 3 (Storage) -\u003e Scenario Section (Applications) -\u003e Specifications (Text only) -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_4, Feature3=detail_5, Scenario=detail_2\nSpecification Data Source: spec_1, spec_2 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no specific comparative data or state provided)\nInformation Boundary: Strictly grounded on the provided report and image details. High-speed steel (HSS) blades, diamond sand head, 1\/8 inch (3mm) \/ 2.35mm shanks, 5 cutting sizes (2.0mm to 2.6mm). No unverified claims added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"trust-badge\"\u003e6-Piece Engraving Bit Set\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eMaster Your Finest Wood Carving Details\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eEngining micro-details with clean, razor-sharp accuracy. Crafted from high-speed steel paired with an edge-restoring diamond head.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903182629\/2a151fd1afb784be902e969c8441cf54.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container\"\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=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903182629\/67f96718f4be559ca070033579e9b15d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003ePrecision-Ground Sword-Face Blades\u003c\/h2\u003e\n\n\u003cp\u003eSymmetrically ground double and triple-sided blade designs deliver swift wood chip clearing and highly controlled carving paths. Engineered to execute clean incisions, flat bottom clearing, and smooth contour outlines on complex wooden surfaces.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eClean Outlines\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFlat Bottoms\u003c\/span\u003e \u003cspan class=\"tag\"\u003eHair-Thin Detailing\u003c\/span\u003e\n\u003c\/div\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903182629\/081be401913beb2828b7cbdc1efd0bee.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eInstantly Restore Sharpness\u003c\/h2\u003e\n\n\u003cp\u003eKeep your carving workflow uninterrupted. The included flat T-shaped diamond sand grinding bit is specifically configured to quickly grind and sharpen dull sword blades, significantly extending the service life of your entire set.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eDiamond Sand Coating\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSharpness Restoration\u003c\/span\u003e \u003cspan class=\"tag\"\u003eExtended Lifespan\u003c\/span\u003e\n\u003c\/div\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903182629\/9d63e3e78ce16b13382a273615dd5ec8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eCompartmental Storage Case\u003c\/h2\u003e\n\n\u003cp\u003eStore your precision tips with total confidence. The set includes a semi-transparent, structured carrying box with independent slots. This prevents the delicate metal tips from colliding or sustaining edge damage during transport.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eIndividual Slots\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAnti-Collision Box\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMoisture Protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Scenario Section --\u003e\n\n\u003csection class=\"scenario-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDesigned for Finer Woodworking\u003c\/h2\u003e\n\n\u003cp style=\"margin-bottom: 20px;\"\u003eWhether practicing detailed miniature modeling, root carving, or relief etching, these bits guide seamlessly through intricate wooden patterns. Designed to operate stably under high-speed rotations with standard rotary grinders.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903182629\/cb8069a1d7c23e6e33e2451183f6597f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eHigh-Speed Steel (HSS), Diamond Sand (Grinding Head)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Shank Diameter\"\u003eShank Diameter\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e1\/8 in (3.0 mm) \/ 3\/32 in (2.35 mm) Options\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Total Bit Count\"\u003eTotal Bit Count\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e6 Pieces (5 Carving Blades + 1 Grinding Head)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Carving Blade Widths\"\u003eCarving Blade Widths\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e2.0 mm, 2.3 mm, 2.5 mm (x2), 2.6 mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Carving Head Heights\"\u003eCarving Head Heights\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e7.0 mm, 10.0 mm, 15.0 mm, 16.0 mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Diamond Head Dimensions\"\u003eDiamond Head Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eHead Width: 5.0 mm, Head Height: 6.7 mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Packaging\"\u003ePackaging\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eSemi-transparent plastic storage case with independent slots\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!-- FAQ Block --\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\"\u003e⚙️ Which rotary tools are compatible with these carving bits?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThese bits feature standard straight round shanks available in 1\/8 inch (3.0 mm) or 2.35 mm diameters. They are highly compatible with most common rotary tools, micro electric grinders, and mold grinders on the market.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e⚙️ How does the flat diamond sand head help the carving blades?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe T-shaped diamond head acts as a dedicated sharpener. Over extensive carving runs on tough woods, the sharp sword blades may lose their edge. Simply grind the blade flats against the diamond sand head to restore their micro-cutting performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e⚙️ What kind of debris is produced when carving wood with these bits?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eDue to the micro-dimensions of the sword-face cutting edges, these bits are designed for ultra-fine micro-carving. They shave wood smoothly, producing fine wood dust and powder rather than large wood chips.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"3.0mm Shank (6-Piece Set)","offer_id":64620244074867,"sku":"0909-14266037","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2.35mm Shank (6-Piece Set)","offer_id":64620244107635,"sku":"0909-14260336","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/2a151fd1afb784be902e969c8441cf54.jpg?v=1788935216","url":"https:\/\/woyuosn.com\/products\/detail-wood-carving-burr-set","provider":"Woyuosn","version":"1.0","type":"link"}