{"product_id":"cordless-electric-rotary-cutter","title":"Cordless Electric Rotary Cutter","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：无线电动滚刀切割机\n  目标受众：DIY爱好者、手工制作者、家庭用户\n  视觉风格：实用工具感，强调功能和安全，配色以产品主色黄\/黑为主，辅以清晰的演示图\n  配色策略：--primary选用醒目的工具黄，--text-main选用深灰黑色，营造专业可靠感\n  模块顺序：Hero -\u003e Power \u0026 Versatility (核心功能) -\u003e Safety \u0026 Precision (安全特性) -\u003e Comfort \u0026 Kit (使用体验) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_7.png (切割动作), Feature1=image_2.png (多材质演示), Feature2=image_1.png (安全开关), Feature3=image_0.png (套装展示)\n  规格图映射：Specs=image_8.png (确认颜色和电池)\n  对比模块：未加入 (无明显对比需求，聚焦产品自身优势)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FFC107; \/* Tool Yellow *\/\n      --primary-hover: #FFA000;\n      --text-main: #212121;\n      --text-sub: #616161;\n      --bg-body: #FFFFFF;\n      --bg-card: #F5F5F5;\n      --bg-soft: #EEEEEE;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #E0E0E0;\n      --spacing-section: clamp(2rem, 5vw, 4rem);\n\n      font-family: sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n    .product-detail-container p {\n      font-size: 18px;\n      margin-bottom: 1rem;\n      color: var(--text-sub);\n    }\n    .product-detail-container .trust-badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n      color: var(--text-main);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Modules *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero *\/\n    .hero-block {\n      text-align: center;\n    }\n    .hero-media {\n      margin-top: 2rem;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 4vw, 4rem);\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n    .feature-media img {\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n    .feature-tag {\n      padding: 0.5rem 1rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Specifications *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n    .spec-table th, .spec-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .spec-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      background: var(--bg-soft);\n      width: 35%;\n    }\n    .spec-table tr:last-child th, .spec-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      background: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n    }\n    .faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n    }\n    .faq-answer {\n      margin-bottom: 0;\n    }\n\n    \/* Mobile Styles *\/\n    @media (max-width: 767px) {\n      .feature-item, .feature-item:nth-child(even) {\n        flex-direction: column;\n        text-align: center;\n      }\n      .feature-tags {\n        justify-content: center;\n      }\n      \n      \/* Mobile Table *\/\n      .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead {\n        display: none;\n      }\n      .spec-table tr {\n        margin-bottom: 1rem;\n        background: var(--bg-card);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n        border: 1px solid var(--border-color);\n      }\n      .spec-table td {\n        padding: 0.75rem 1rem;\n        text-align: right;\n        position: relative;\n        padding-left: 50%;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .spec-table td:last-child {\n        border-bottom: none;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        top: 50%;\n        transform: translateY(-50%);\n        font-weight: 600;\n        color: var(--text-main);\n        text-align: left;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-block\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e⚡ Designed for Everyday Crafting Ease\u003c\/div\u003e\n\n\u003ch1\u003eEffortless Electric Cutting for Any Project\u003c\/h1\u003e\n\n\u003cp\u003eGlides through fabric, cardboard, and leather with powerful cordless precision.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609145919\/52dcb14903a18d5b7dcd56681f4d4689.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-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609145919\/86a647132bd8853beab5ae37ee473588.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePower Through Tough Materials, Cord-Free\u003c\/h2\u003e\n\n\u003cp\u003eExperience the freedom of powerful cordless cutting. The high-speed rotary blade effortlessly slices through multiple layers of fabric, thick cardboard, leather, and plastics, making your DIY and crafting projects faster and easier on your hands.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eCordless Freedom\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMulti-Material Cut\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e2000mAh Battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Safety \u0026 Precision --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSafety and Precision in Every Cut\u003c\/h2\u003e\n\n\u003cp\u003eWork with confidence using the dual-action safety switch that prevents accidental starts. The built-in LED light illuminates your cutting path, ensuring accurate, straight lines even in dimly lit areas.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDual Safety Lock\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLED Guide Light\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eBlade Guard\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609145919\/325d89f0ebbdcfc9b329eb9c5d5c91ad.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-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609145919\/d9f1340f0086ec71821dde89087a02c2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eErgonomic Design, Ready to Create\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy a comfortable, non-slip grip designed to reduce hand fatigue during extended use. This complete set includes everything you need to get started immediately, from spare blades to a convenient carrying case.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eErgonomic Grip\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eComplete Kit\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eType-C Charging\u003c\/span\u003e\n\u003c\/div\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=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eCordless Electric Rotary Cutter\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eBattery Capacity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Battery Capacity\"\u003e2000mAh (Rechargeable)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eCharging Port\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Charging Port\"\u003eUSB Type-C\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eAvailable Colors\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003eYellow, Pink, Blue, Green\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eWhat's in the Box\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"What's in the Box\"\u003eElectric Cutter, 2x Blades, Carrying Case, Charging Cable, User Manual\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=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat materials can this electric cutter handle?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is designed to easily cut through a variety of materials including fabric, cardboard, leather, plastic sheeting, carpet, and vinyl.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the blade replaceable?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the rotary blade is replaceable. The kit includes a spare blade, and the changing process is simple and tool-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I charge the device?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYou can charge the cutter using the included USB Type-C cable connected to any standard USB power source. A full charge provides up to an hour of continuous use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Cartivra","offers":[{"title":"Yellow \/ 2 Blades with Carrying Bag","offer_id":57812871741600,"sku":"0610-13038044","price":39.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ 2 Blades with Carrying Bag","offer_id":57812871774368,"sku":"0610-13031102","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/52dcb14903a18d5b7dcd56681f4d4689.jpg?v=1781067780","url":"https:\/\/cartivra.com\/products\/cordless-electric-rotary-cutter","provider":"Cartivra","version":"1.0","type":"link"}