{"product_id":"versatile-detail-engraving-pen","title":"Versatile Detail Engraving Pen","description":"\u003c!--\n[AI Design Logic]\n产品类型：E精细接触型 (便携无线电磨笔)\n目标受众：手作DIY爱好者、模型创作者、精密工匠、电子\/钟表维修人员\n视觉风格：现代工业风、极简科技感，突出精细、专业、好操控的心智\n配色策略：主色调橙色（#FF6A00）呼应产品经典配色，搭配深灰（#1A1A1A）与温暖浅灰（#F9F9F9）作为背景，高亮细节。\n模块顺序：\n  1. Hero Intro (高视觉冲击，点亮环形灯场景，奠定高精细基调)\n  2. Feature 1 (39件套核心卖点，突出开箱即用的全面性)\n  3. Feature 2 (6档精密调速，突出性能可控与LCD直观界面)\n  4. Feature 3 (正反转切换，突出多角度、极佳操控感)\n  5. Feature 4 (高转速静音电机与散热，提供耐用度背书)\n  6. Specifications (高精细规格参数表，排除选择疑虑)\n  7. FAQ (解决充电、夹头匹配、方向切换等实际使用痛点)\n详情图映射：\n  - Hero Cover = detail_1 (展现工作状态无影灯细节)\n  - Feature 1 = detail_3 (39件全套配件展示)\n  - Feature 2 = detail_4 (6档调速与显示屏字符展示)\n  - Feature 3 = detail_2 (正反向双击切换示意图)\n  - Feature 4 = detail_5 (高转速电机与散热风扇结构剖析)\n规格图映射：\n  - Specs = spec_1 (TK-RPT \u0026 TK-RPT-G 参数对比)\n对比模块：未加入。该品类更注重单品全能配置，因此直接采用高精度多图文进行卖点平铺，而非竞品对比。\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- CSS Styles --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FF6A00;\n      --primary-hover: #E05D00;\n      --text-main: #1A1A1A;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --bg-soft: #F0F0F0;\n      --border-color: #E5E5E5;\n      --radius-lg: 12px;\n      --radius-md: 8px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\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      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Common Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin: 0;\n      font-weight: 700;\n      line-height: 1.25;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p {\n      margin: 0;\n      font-size: 18px;\n      line-height: 1.7;\n      color: var(--text-sub);\n    }\n\n    \/* Section Spacing *\/\n    .pd-section {\n      padding: clamp(2.5rem, 6vw, 4.5rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-section:last-child {\n      border-bottom: none;\n    }\n\n    \/* Non-clickable Tags\/Badges *\/\n    .pd-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 6px 14px;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      font-size: 16px;\n      font-weight: 600;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    \/* Image Placeholder System *\/\n    .pd-image-placeholder {\n      background-color: var(--bg-card);\n      border: 2px dashed #D0D0D0;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 16px;\n      color: #888888;\n      font-weight: 500;\n      width: 100%;\n      box-sizing: border-box;\n      transition: border-color 0.3s ease;\n    }\n    \n    \/* Standard Flow Images (Aspect ratio controlled by content) *\/\n    .pd-image-flow {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* 1:1 Fixed Aspect Ratio Images *\/\n    .pd-image-square {\n      aspect-ratio: 1 \/ 1;\n      overflow: hidden;\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--bg-soft);\n      border-radius: var(--radius-lg);\n    }\n    .pd-image-square img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      position: absolute;\n      top: 0;\n      left: 0;\n    }\n\n    \/* A. Hero Content Block *\/\n    .pd-hero {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 3.5rem);\n    }\n    .pd-hero h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      margin-bottom: 1.2rem;\n      letter-spacing: -0.02em;\n    }\n    .pd-hero p {\n      max-width: 800px;\n      margin: 0 auto 2.5rem auto;\n      font-size: clamp(18px, 2vw, 22px);\n    }\n    .pd-hero-media {\n      margin-top: 2rem;\n    }\n    .pd-hero-media .pd-image-placeholder {\n      min-height: clamp(300px, 45vw, 550px);\n    }\n\n    \/* B. Feature Sections (Z-Pattern Layout Lock) *\/\n    .pd-feature-row {\n      display: flex;\n      flex-direction: column;\n      gap: 2.5rem;\n      align-items: center;\n    }\n    .pd-feature-media {\n      width: 100%;\n    }\n    .pd-feature-media .pd-image-placeholder {\n      min-height: clamp(280px, 40vw, 480px);\n    }\n    .pd-feature-copy {\n      width: 100%;\n    }\n    .pd-feature-copy h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      margin-bottom: 1rem;\n    }\n    .pd-feature-copy p {\n      margin-bottom: 1.5rem;\n    }\n    \n    \/* Micro highlights inside features *\/\n    .pd-feature-highlights {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 1rem;\n      margin-top: 1.5rem;\n    }\n    .pd-highlight-item {\n      display: flex;\n      gap: 0.75rem;\n      align-items: flex-start;\n    }\n    .pd-highlight-icon {\n      color: var(--primary);\n      font-size: 20px;\n      line-height: 1;\n      font-weight: bold;\n    }\n    .pd-highlight-text {\n      font-size: 16px;\n      line-height: 1.5;\n      color: var(--text-sub);\n    }\n\n    \/* C. Specifications Module *\/\n    .pd-specs-container {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n    }\n    .pd-specs-header {\n      margin-bottom: 2rem;\n      text-align: center;\n    }\n    .pd-specs-header h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      margin-bottom: 0.5rem;\n    }\n    .pd-specs-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n    }\n    .pd-specs-table-wrapper {\n      width: 100%;\n      overflow-x: auto;\n    }\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 16px;\n    }\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 16px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-specs-table th {\n      background-color: var(--bg-soft);\n      font-weight: 700;\n      color: var(--text-main);\n    }\n    .pd-specs-table td {\n      color: var(--text-sub);\n    }\n    .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    .pd-specs-media {\n      width: 100%;\n    }\n    .pd-specs-media .pd-image-placeholder {\n      min-height: 220px;\n    }\n\n    \/* D. FAQ Module *\/\n    .pd-faq-container {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n    .pd-faq-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      text-align: center;\n      margin-bottom: 2.5rem;\n    }\n    .pd-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n    .pd-faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      border-left: 4px solid var(--primary);\n    }\n    .pd-faq-item h3 {\n      font-size: 18px;\n      margin-bottom: 0.5rem;\n      display: flex;\n      gap: 0.5rem;\n      align-items: center;\n    }\n    .pd-faq-item p {\n      font-size: 16px;\n      line-height: 1.6;\n    }\n\n    \/* Desktop Responsive Layouts *\/\n    @media (min-width: 768px) {\n      .pd-feature-row {\n        flex-direction: row;\n        gap: 4rem;\n      }\n      .pd-feature-row.reverse {\n        flex-direction: row-reverse;\n      }\n      .pd-feature-media,\n      .pd-feature-copy {\n        width: 50%;\n      }\n      .pd-feature-highlights {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-specs-grid {\n        flex-direction: row;\n        align-items: center;\n        gap: 3rem;\n      }\n      .pd-specs-table-wrapper {\n        flex: 1.2;\n      }\n      .pd-specs-media {\n        flex: 0.8;\n      }\n    }\n\n    \/* Mobile Table Adaptation (Stacking) *\/\n    @media (max-width: 767px) {\n      .pd-specs-table,\n      .pd-specs-table thead,\n      .pd-specs-table tbody,\n      .pd-specs-table tr,\n      .pd-specs-table th,\n      .pd-specs-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .pd-specs-table thead {\n        display: none;\n      }\n      .pd-specs-table tr {\n        margin-bottom: 1.5rem;\n        background: #ffffff;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 8px 0;\n      }\n      .pd-specs-table td {\n        text-align: right;\n        padding: 10px 16px;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-specs-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        float: left;\n        font-weight: 700;\n        color: var(--text-main);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"pd-section pd-hero\"\u003e\u003cspan class=\"pd-badge\"\u003ePrecision DIY \u0026amp; Crafts Made Easy\u003c\/span\u003e\n\u003ch1\u003eTake Complete Creative Control\u003c\/h1\u003e\n\n\u003cp\u003eDitch the restrictive cords and bulky bodies. This ultra-lightweight, 6-speed cordless rotary pen is masterfully engineered for engraving, polishing, and delicate crafting—delivering smooth power directly to your fingertips.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003c!-- 📷 需替换：detail_1 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260815115047\/578f7dbea037b509d7a97048b90bfd9d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. Feature Section 1: 39-Piece Kit (Image Left, Text Right) --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-row\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003c!-- 📷 需替换：detail_3 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img84\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260815111432\/39c8213c6bf6247873e72c3aa89fac70.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-badge\" style=\"background-color: #FFF0E6; color: var(--primary);\"\u003eVersatile Accessory Set\u003c\/span\u003e\n\n\u003ch2\u003e39-Piece All-in-One Crafting Kit\u003c\/h2\u003e\n\n\u003cp\u003eNo extra purchases required. This versatile rotary tool comes packed with 39 high-performance accessories, perfectly organized in a durable storage case, so you can transition seamlessly between different micro-tasks.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-highlights\"\u003e\n\u003cdiv class=\"pd-highlight-item\"\u003e\n\u003cspan class=\"pd-highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan class=\"pd-highlight-text\"\u003e\u003cstrong\u003eEngrave \u0026amp; Carve:\u003c\/strong\u003e Ideal for custom wood carving, glass etching, and plastic shaping.\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-highlight-item\"\u003e\n\u003cspan class=\"pd-highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan class=\"pd-highlight-text\"\u003e\u003cstrong\u003eGrind \u0026amp; Polish:\u003c\/strong\u003e Restore rusted details, sand tight joints, or buff metallic surfaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. Feature Section 2: 6-Speed Control (Image Right, Text Left) --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-row reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003c!-- 📷 需替换：detail_4 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260815111432\/a5a2f2af70cce1543252c1cf1a38cc01.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-badge\" style=\"background-color: #FFF0E6; color: var(--primary);\"\u003eVariable Speed Control\u003c\/span\u003e\n\n\u003ch2\u003e6-Speed Precision Speed Adjustment\u003c\/h2\u003e\n\n\u003cp\u003eAdapt your performance dynamically to different materials. From soft woods to sturdy metals, easily switch between 6 preset speed levels ranging from 6,000 to 16,000 RPM, all visible on the crisp rear-facing LCD display.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-highlights\"\u003e\n\u003cdiv class=\"pd-highlight-item\"\u003e\n\u003cspan class=\"pd-highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan class=\"pd-highlight-text\"\u003e\u003cstrong\u003eLow-Speed (6k-10k RPM):\u003c\/strong\u003e Ideal for soft plastics, polishing, or intricate work.\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-highlight-item\"\u003e\n\u003cspan class=\"pd-highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan class=\"pd-highlight-text\"\u003e\u003cstrong\u003eHigh-Speed (12k-16k RPM):\u003c\/strong\u003e Outstanding for carving dense hardwoods and hard metal detailing.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. Feature Section 3: Rotation \u0026 Ergonomics (Image Left, Text Right) --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-row\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003c!-- 📷 需替换：detail_2 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260815111432\/b8bc0128edaa33741ff8dd6f458a187e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-badge\" style=\"background-color: #FFF0E6; color: var(--primary);\"\u003eAmbidextrous Ergonomics\u003c\/span\u003e\n\n\u003ch2\u003eEffortless Forward \u0026amp; Reverse Switching\u003c\/h2\u003e\n\n\u003cp\u003eAchieve natural handling regardless of angle. Simple double-tap controls let you toggle rotation direction instantly, accommodating both left-handed and right-handed crafters perfectly.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-highlights\"\u003e\n\u003cdiv class=\"pd-highlight-item\"\u003e\n\u003cspan class=\"pd-highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan class=\"pd-highlight-text\"\u003e\u003cstrong\u003eDual Direction:\u003c\/strong\u003e Change rotational feed for cleaner chip-clearing and safer carving angles.\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-highlight-item\"\u003e\n\u003cspan class=\"pd-highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan class=\"pd-highlight-text\"\u003e\u003cstrong\u003eSafe Handling:\u003c\/strong\u003e Tactile physical locking button prevents accidental collet releases during operation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. Feature Section 4: Motor \u0026 Fan (Image Right, Text Left) --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-row reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003c!-- 📷 需替换：detail_5 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img83\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260815111432\/9aa357b3151b3fee5830828f399f6ead.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-badge\" style=\"background-color: #FFF0E6; color: var(--primary);\"\u003eSilent Power\u003c\/span\u003e\n\n\u003ch2\u003eHigh-Speed Motor \u0026amp; Silent Cooling\u003c\/h2\u003e\n\n\u003cp\u003eBuilt for long crafting sessions. Equipped with an efficient high-speed motor and a built-in silent micro-fan, this tool circulates optimal airflow internally to rapid-dissipate heat, ensuring it remains cool in your hands even during continuous use.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-highlights\"\u003e\n\u003cdiv class=\"pd-highlight-item\"\u003e\n\u003cspan class=\"pd-highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan class=\"pd-highlight-text\"\u003e\u003cstrong\u003eIntellectual Airflow:\u003c\/strong\u003e Internal fan expels dust and hot air away from vital components.\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-highlight-item\"\u003e\n\u003cspan class=\"pd-highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan class=\"pd-highlight-text\"\u003e\u003cstrong\u003eWhisper Quiet:\u003c\/strong\u003e Low-decibel vibration-isolated structure reduces wrist fatigue.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications Module --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-specs-container\"\u003e\n\u003cdiv class=\"pd-specs-header\"\u003e\n\u003ch2\u003eSpecifications \u0026amp; Compatibility\u003c\/h2\u003e\n\n\u003cp\u003eChoose your preferred design and review the precise engineering properties below.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-specs-grid\"\u003e\n\u003cdiv class=\"pd-specs-table-wrapper\"\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eModel\u003c\/th\u003e\n\t\t\t\u003cth\u003ePower Output\u003c\/th\u003e\n\t\t\t\u003cth\u003eCollet Size\u003c\/th\u003e\n\t\t\t\u003cth\u003eBattery Capacity\u003c\/th\u003e\n\t\t\t\u003cth\u003eRPM Range\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=\"Model\"\u003e\u003cstrong\u003eOrange\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Power Output\"\u003e8 W\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Collet Size\"\u003e3 mm (0.12 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Battery Capacity\"\u003e500 mAh (3.7V)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"RPM Range\"\u003e6,000 - 16,000 RPM\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Model\"\u003e\u003cstrong\u003eGrey\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Power Output\"\u003e8 W\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Collet Size\"\u003e3 mm (0.12 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Battery Capacity\"\u003e500 mAh (3.7V)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"RPM Range\"\u003e6,000 - 16,000 RPM\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ Module --\u003e\n\n\u003csection class=\"pd-section pd-faq-container\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003e💡 How do I switch the rotation direction (Forward\/Reverse)?\u003c\/h3\u003e\n\n\u003cp\u003eSimply double-tap the orange power button to toggle between Forward (F) and Reverse (R) directions instantly. The LCD display screen on the bottom will clearly display the active letter indicator.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003e💡 What is the collet size and does it accept standard bits?\u003c\/h3\u003e\n\n\u003cp\u003eIt is equipped with a standard high-quality metal collet with a 3mm (0.12 in) diameter. This enables complete compatibility with all of the included 39-piece crafting accessories as well as standard 3mm third-party bits.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003e💡 How is the rotary tool pen charged?\u003c\/h3\u003e\n\n\u003cp\u003eThe unit features a modern, universal Type-C charging port located right at the top end of the pen. It charges safely and conveniently via any regular USB-C adapter, portable power bank, or computer port.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Vibrant Orange \/ 1 Set (Personal Creator Kit)","offer_id":50262500016368,"sku":"0815-16274946","price":39.95,"currency_code":"USD","in_stock":true},{"title":"Slate Gray \/ 1 Set (Personal Creator Kit)","offer_id":50262500049136,"sku":"0815-16273677","price":39.95,"currency_code":"USD","in_stock":true},{"title":"Vibrant Orange \/ 2 Sets (His \u0026 Hers \/ Gift Pack - Save 10%)","offer_id":50262500081904,"sku":"0815-16276099","price":71.91,"currency_code":"USD","in_stock":true},{"title":"Slate Gray \/ 2 Sets (His \u0026 Hers \/ Gift Pack - Save 10%)","offer_id":50262500114672,"sku":"0815-16272224","price":71.91,"currency_code":"USD","in_stock":true},{"title":"Vibrant Orange \/ 3 Sets (Family Crafting Bundle - Save 20%)","offer_id":50262500147440,"sku":"0815-16271489","price":101.87,"currency_code":"USD","in_stock":true},{"title":"Slate Gray \/ 3 Sets (Family Crafting Bundle - Save 20%)","offer_id":50262500180208,"sku":"0815-16270479","price":101.87,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/578f7dbea037b509d7a97048b90bfd9d.jpg?v=1786782494","url":"https:\/\/cozyllio.com\/products\/versatile-detail-engraving-pen","provider":"Cozyllio","version":"1.0","type":"link"}