{"product_id":"mini-rotary-tool-pen","title":"Mini Rotary Tool Pen","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：精细接触型 DIY电动工具\n目标受众：DIY爱好者、手工艺人、模型制作者\n视觉风格：专业、精细、金属质感、强调动手操作\n配色策略：以产品主色（金属红 #B30000）为强调色，搭配中性灰白背景，突出专业感。\n模块顺序：Hero (强调操控感) -\u003e Feature 1 (一机多能事实) -\u003e Feature 2 (笔式操控体验) -\u003e Feature 3 (材质与设计细节) -\u003e Specifications -\u003e FAQ\n详情图映射：\n- Hero = detail_2 (最佳场景抓拍，强调精细作业)\n- Feature 1 = detail_0 (功能四合一展示)\n- Feature 2 = detail_4 (手持操作流程展示)\n- Feature 3 = detail_3 (金属机身与配件细节)\n规格图映射：Specs = spec_6 (SKU列表提取信息)\n对比模块：未加入，因无明确竞品对比需求，聚焦自身功能展示更佳。\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #B30000; \/* 产品金属红 *\/\n    --text-main: #2C2C2C;\n    --text-sub: #555555;\n    --bg-body: #FFFFFF;\n    --bg-soft: #F7F7F7;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --spacing-lg: clamp(3rem, 6vw, 5rem);\n    --spacing-md: clamp(2rem, 4vw, 3rem);\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.7;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n  \n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n    position: relative;\n  }\n  \n  .product-detail-container h3 {\n    font-size: 22px;\n    font-weight: 600;\n    margin-bottom: 1rem;\n  }\n  \n  .product-detail-container p {\n    font-size: 18px;\n    margin-bottom: 1.5rem;\n    color: var(--text-sub);\n  }\n\n  \/* Layout Utilities *\/\n  .pd-section {\n    margin-bottom: var(--spacing-lg);\n  }\n\n  .pd-grid-2 {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: var(--spacing-md);\n    align-items: center;\n  }\n\n  \/* Image Handling (Scheme A - Natural Flow) *\/\n  .pd-image-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n  \n  \/* Image Placeholder Style *\/\n  .pd-image-placeholder {\n    width: 100%;\n    min-height: 300px;\n    background-color: var(--bg-soft);\n    border: 2px dashed #ccc;\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #888;\n    font-weight: bold;\n  }\n\n  \/* Modules *\/\n  \/* Hero *\/\n  .pd-hero {\n    text-align: center;\n    padding: var(--spacing-md) 0;\n  }\n  .pd-hero-badge {\n    display: inline-block;\n    background: var(--bg-soft);\n    color: var(--primary);\n    padding: 6px 16px;\n    border-radius: 20px;\n    font-weight: 600;\n    font-size: 16px;\n    margin-bottom: 1rem;\n  }\n  .pd-hero-sub {\n    font-size: 20px;\n    max-width: 700px;\n    margin: 0 auto 2rem;\n  }\n\n  \/* Features *\/\n  .pd-feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 1rem;\n  }\n  .pd-tag {\n    background: var(--bg-soft);\n    padding: 4px 12px;\n    border-radius: 4px;\n    font-size: 16px;\n    color: var(--text-sub);\n  }\n\n  \/* Specs Table *\/\n  .pd-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n    background: var(--bg-soft);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n  }\n  .pd-specs-table th, .pd-specs-table td {\n    padding: 16px 24px;\n    text-align: left;\n    border-bottom: 1px solid #e0e0e0;\n    font-size: 18px;\n  }\n  .pd-specs-table th {\n    font-weight: 600;\n    width: 40%;\n    color: var(--text-main);\n  }\n\n  \/* FAQ *\/\n  .pd-faq-item {\n    background: var(--bg-soft);\n    padding: 24px;\n    border-radius: var(--radius-md);\n    margin-bottom: 1rem;\n  }\n  .pd-faq-question {\n    font-weight: 600;\n    font-size: 20px;\n    margin-bottom: 0.5rem;\n    color: var(--primary);\n  }\n  .pd-faq-answer {\n    margin-bottom: 0;\n  }\n\n  \/* Mobile Media Queries *\/\n  @media (max-width: 768px) {\n    .pd-grid-2 {\n      grid-template-columns: 1fr;\n      gap: 2rem;\n    }\n    \/* Enforce Image Top, Text Bottom on mobile *\/\n    .pd-feature-item .pd-image-container {\n      order: -1;\n    }\n\n    \/* Specs table mobile view *\/\n    .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .pd-specs-table tr {\n      margin-bottom: 1rem;\n      background: white;\n      border-radius: var(--radius-md);\n      padding: 0 16px;\n    }\n    .pd-specs-table td {\n      display: flex;\n      justify-content: space-between;\n      padding: 12px 0;\n      border-bottom: 1px solid #eee;\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      font-weight: 600;\n      color: var(--text-main);\n      margin-right: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-hero-badge\"\u003eErgonomic Pen-Style Control\u003c\/span\u003e\n\u003ch1\u003eElevate Your Craft with Precision \u0026amp; Ease\u003c\/h1\u003e\n\n\u003cp class=\"pd-hero-sub\"\u003eThe all-in-one miniature rotary tool designed for intricate DIY projects and detailed artistry in the palm of your hand.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260424095706\/d3beb0d12ee3ed749fb708d47cb87da8.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\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Multi-functionality --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2 pd-feature-item\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260424095706\/f33fe481e014d7e7d773796bd59feb4d.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\u003ch2\u003eOne Tool, Endless Possibilities\u003c\/h2\u003e\n\n\u003cp\u003eDon't clutter your workspace with multiple heavy tools. This compact powerhouse effortlessly transforms to handle drilling, engraving, grinding, and cutting. It's the perfect companion for working with wood, plastic, soft metals, and resin.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eCarve \u0026amp; Engrave\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eMicro Drilling\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eFine Grinding\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003ePrecision Cutting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Pen-Style Control --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2 pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eMasterful Control in Your Hand\u003c\/h2\u003e\n\n\u003cp\u003eForget bulky equipment. The lightweight, pen-shaped design allows for intuitive, one-handed operation. Hold it just like a pen to achieve masterful stability and execute the finest details in tight or delicate areas with absolute confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260424095706\/7180aa132ff935ea11962276cbe66617.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\/div\u003e\n\u003c!-- Feature 3: Build \u0026 Design --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2 pd-feature-item\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260424095706\/a67803bb884e949366da111deb352cda.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\u003ch2\u003eDurable Metal Build, Ready to Work\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with a rugged aluminum alloy body for durability and a professional, premium feel. The robust metal structure protects internal components, while the brass collet system ensures your bits are held securely during high-speed rotation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eMini Electric Grinder \/ Drill Pen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Body Material\"\u003eAluminum Alloy\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Chuck Type\"\u003eBrass Collet (Quick Change)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Interface\"\u003eDC Barrel Jack (via USB Cable)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Control Mechanism\"\u003eTail Toggle Switch\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Intended Use\"\u003eDIY, Crafts, Modeling, Jewelry\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=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWhat materials is this tool suitable for?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eIt is excellent for working on softer materials including wood, plastic, resin, soft metals (like aluminum or copper thin sheets), and dried gourds\/nuts for crafting.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs it difficult to change the accessory bits?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eNot at all. It uses a simple brass collet system. Just loosen the nut at the tip, insert your desired bit, and tighten it securely by hand or with a small wrench (if included).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow is the tool powered?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe tool connects via a provided USB cable. You can power it using a standard USB wall adapter, a power bank, or a computer USB port, making it very portable and versatile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Starter Kit (6 Bits + Vise)","offer_id":45069517258888,"sku":"0424-11473016","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Crafter Kit (10 Bits + Vise + 200 Eye Pins)","offer_id":45069517291656,"sku":"0424-11475516","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/d3beb0d12ee3ed749fb708d47cb87da8_c83ed073-25da-4b8f-9344-1546742c36ee.jpg?v=1777002709","url":"https:\/\/pawnexa.com\/products\/mini-rotary-tool-pen","provider":"PawNexa","version":"1.0","type":"link"}