{"product_id":"heavy-duty-cordless-electric-cutter-rjc","title":"Zware draadloze elektrische snijder","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\u003c!--   [AI Design Logic]   产品类型：手持式无绳电动剪刀 (4V Cordless Electric Scissors)   目标受众：DIY爱好者、家庭用户、手工匠人，需要频繁裁剪硬纸板或织物的人群。   视觉风格：高效、动力感、工具属性强。强调黄色与黑色的对比。   配色策略：Primary色取自产品机身黄色 (#FFC107)，辅助色使用深灰和黑色强调科技感。   模块顺序：Hero -\u003e Compare (强调省力痛点) -\u003e Feature 1 (多材质通用) -\u003e Feature 2 (续航快充) -\u003e Feature 3 (安全与细节) -\u003e Specs -\u003e FAQ   详情图映射：     - Hero: image_8.png (展示动力和切割动作)     - Compare: image_19.png (核心痛点对比图)     - Feature 1 (Versatility): image_3.png (展示多材质应用)     - Feature 2 (Battery): image_4.png (展示电池内部结构)     - Feature 3 (Safety\/Light): image_15.png (展示安全锁和LED灯)   规格图映射：Specs数据来源 = image_1.png, image_4.png, image_9.png   对比模块：已加入。因存在明确的 \"Ours vs Others\" 对比图 (image_19.png)，能极好地体现核心卖点“省力”。   --\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {       --primary: #FFC107; \/* Product Yellow *\/       --primary-hover: #E0A800;       --text-main: #212529;       --text-sub: #6C757D;       --bg-body: #FFFFFF;       --bg-card: #F8F9FA;       --bg-soft: #E9ECEF;       --radius-md: 8px;       --radius-lg: 16px;       --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);       --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);       --border-color: #DEE2E6;       --spacing-section: clamp(2rem, 5vw, 4rem);        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;       color: var(--text-main);       line-height: 1.6;     }      \/* Typography *\/     .product-detail-container h1 {       font-size: clamp(32px, 5vw, 44px);       font-weight: 800;       margin-bottom: 1rem;       line-height: 1.2;     }     .product-detail-container h2 {       font-size: clamp(24px, 4vw, 32px);       font-weight: 700;       margin-bottom: 1rem;     }     .product-detail-container h3 {       font-size: 22px;       font-weight: 600;       margin-bottom: 0.75rem;     }     .product-detail-container p {       font-size: 18px;       color: var(--text-sub);       margin-bottom: 1.5rem;     }      \/* Reusable Components *\/     .pd-section {       margin-bottom: var(--spacing-section);     }     .pd-img-placeholder {       width: 100%;       height: auto;       background: var(--bg-soft);       border: 2px dashed var(--border-color);       border-radius: var(--radius-md);       display: flex;       align-items: center;       justify-content: center;       color: var(--text-sub);       font-family: monospace;       padding: 2rem;       box-sizing: border-box;     }     .pd-pill {       display: inline-block;       padding: 0.4rem 1rem;       background: var(--bg-soft);       color: var(--text-main);       border-radius: 50px;       font-size: 16px;       font-weight: 500;       margin-right: 0.5rem;       margin-bottom: 0.5rem;     }     .pd-trust-badge {       display: inline-flex;       align-items: center;       gap: 0.5rem;       font-weight: 600;       color: var(--primary-hover);       margin-bottom: 1rem;     }      \/* A. Hero Section *\/     .hero-section {       text-align: center;       max-width: 900px;       margin-left: auto;       margin-right: auto;     }     .hero-media {       margin-top: 2rem;       border-radius: var(--radius-lg);       overflow: hidden;       box-shadow: var(--shadow-lg);     }      \/* Compare Section *\/     .compare-section {       background: var(--bg-card);       padding: var(--spacing-section) 0;       border-radius: var(--radius-lg);     }     .compare-container {       text-align: center;       max-width: 800px;       margin: 0 auto;     }      \/* B. Feature Sections (Z-Pattern) *\/     .feature-item {       display: flex;       align-items: center;       gap: clamp(2rem, 5vw, 4rem);     }     .feature-media, .feature-copy {       flex: 1;     }     .feature-media img, .feature-media .pd-img-placeholder {       border-radius: var(--radius-lg);     }     @media (max-width: 767px) {       .feature-item {         flex-direction: column;         text-align: left;       }       .feature-item.reverse {         flex-direction: column;       }     }     @media (min-width: 768px) {       .feature-item.reverse {         flex-direction: row-reverse;       }     }      \/* C. Specifications *\/     .specs-container {       background: var(--bg-card);       padding: 2rem;       border-radius: var(--radius-lg);     }     .specs-table {       width: 100%;       border-collapse: collapse;     }     .specs-table th, .specs-table td {       padding: 1rem;       text-align: left;       border-bottom: 1px solid var(--border-color);     }     .specs-table th {       font-weight: 600;       color: var(--text-main);       width: 40%;     }     @media (max-width: 767px) {       .specs-table thead { display: none; }       .specs-table tr { display: block; margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 0.5rem; }       .specs-table td { display: flex; justify-content: space-between; padding: 0.75rem; border: none; }       .specs-table td::before { content: attr(data-label); font-weight: 600; padding-right: 1rem; }     }      \/* D. FAQ *\/     .faq-item {       border-bottom: 1px solid var(--border-color);       padding: 1.5rem 0;     }     .faq-question {       font-size: 20px;       font-weight: 600;       margin-bottom: 0.5rem;       color: var(--text-main);     }     .faq-answer {       margin-bottom: 0;     } \u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"pd-trust-badge\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" viewbox=\"0 0 24 24\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke=\"currentColor\" height=\"20\" fill=\"none\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Krachtige 4V Motor Technologie\u003c\/div\u003e\n\u003ch1\u003eMoeiteloos Snijden van Zware Materialen\u003c\/h1\u003e\n\u003cp\u003eZeg vaarwel tegen handvermoeidheid. Glijdt moeiteloos en nauwkeurig door karton, tapijt en dikke stoffen.\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/3f94fc27d75436ccd7abe2a8159bf8d5.jpg?v=1782466902\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-section compare-section\"\u003e\n\u003cdiv class=\"compare-container\"\u003e\n\u003cp\u003eUpgrade je gereedschapsset en bespaar je handen van herhaalde belasting. Zie het verschil dat kracht maakt.\u003c\/p\u003e\n\u003cdiv style=\"box-shadow: none;\" class=\"hero-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260626151854\/1b4a5704d2a6f01148d69f6b0a62f66a.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260626151854\/5e63bcc336066f2ddc3db706114b9109.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260626151854\/1b4a5704d2a6f01148d69f6b0a62f66a.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBeheers Elk Materiaal Gemakkelijk\u003c\/h2\u003e\n\u003cp\u003eAangedreven door een krachtige 4V motor met 320 RPM, maakt het roterende zelfslijpende mes snel werk van zware klussen. Het is het ultieme gereedschap voor het afbreken van dozen, knutselen of doe-het-zelf projecten thuis.\u003c\/p\u003e\n\u003cdiv class=\"pd-pills\"\u003e\n\u003cspan class=\"pd-pill\"\u003eKartonnen\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eTapijt\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eLeer\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eStof \u0026amp; Kunststoffen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Battery \u0026 Portability --\u003e\n\u003cdiv class=\"pd-section feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260626151854\/353e19f1b7ec88cbd599094d020c86eb.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDraadloze Vrijheid, Duurzame Kracht\u003c\/h2\u003e\n\u003cp\u003eWerk overal zonder vast te zitten aan een stopcontact. De ingebouwde 2000mAh lithium-ion batterij biedt voldoende gebruikstijd voor je taken en laadt snel op via universele USB-C. Het lichtgewicht ontwerp maakt het gemakkelijk om in een zak mee te nemen.\u003c\/p\u003e\n\u003cdiv class=\"pd-pills\"\u003e\n\u003cspan class=\"pd-pill\"\u003e2000mAh Batterij\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eUSB-C Snelladen\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eLichtgewicht Ontwerp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Safety \u0026 Precision Details --\u003e\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260626151854\/41a123a9c778e06aa29e2ef8ad1892c3.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOntworpen voor Veiligheid en Precisie\u003c\/h2\u003e\n\u003cp\u003eVoorzien van een dubbel veiligheidsschakelsysteem—je moet eerst de vergrendelingsschakelaar schuiven voordat je de trekker indrukt om te bedienen, wat per ongeluk starten voorkomt. Een ingebouwd LED-licht verlicht het snijpad voor nauwkeurigheid in donkere hoeken.\u003c\/p\u003e\n\u003cdiv class=\"pd-pills\"\u003e\n\u003cspan class=\"pd-pill\"\u003eDubbele Veiligheidsvergrendeling\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eIngebouwde LED-licht\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eErgonomische Grip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eSpecificaties\u003c\/h2\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Voltage\"\u003e4V Max\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Battery Capacity\"\u003e2000mAh Li-ion (Ingebouwd)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"No-Load Speed\"\u003e320 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Charging Port\"\u003eUSB Type-C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Weight\"\u003eOngeveer 0,82 lbs (430g)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eVeelgestelde vragen\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWelke materialen kunnen deze elektrische scharen snijden?\u003c\/div\u003e\n\u003cp class=\"faq-answer\"\u003eZe zijn ontworpen om verschillende materialen te snijden, waaronder kartonnen dozen, dunne kunststoffen, tapijt, leer, vilt en diverse stoffen. Ze zijn niet bedoeld voor metalen draden of zeer dikke, stijve kunststoffen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHoe zet ik het veilig aan?\u003c\/div\u003e\n\u003cp class=\"faq-answer\"\u003eVoor de veiligheid heeft het gereedschap een tweestaps startproces. Schuif eerst de vergrendelingsschakelaar bovenop het handvat naar voren, druk dan op de trekker eronder om te beginnen met snijden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWordt er een oplader meegeleverd?\u003c\/div\u003e\n\u003cp class=\"faq-answer\"\u003eJa, het pakket bevat een USB Type-C oplaadkabel die je kunt gebruiken met elke standaard USB-voedingsadapter (adapter niet inbegrepen).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"Omurio","offers":[{"title":"Geel","offer_id":48173983891668,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Roze","offer_id":48173983924436,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Groen","offer_id":48173983957204,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Blauw","offer_id":48173983989972,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/3f94fc27d75436ccd7abe2a8159bf8d5.jpg?v=1782467411","url":"https:\/\/omurio.com\/nl\/products\/heavy-duty-cordless-electric-cutter-rjc","provider":"Omurio","version":"1.0","type":"link"}