{"product_id":"portable-engine-oil-pump-rjc","title":"Draagbare motoroliepomp","description":"\u003c!--\n[AI Design Logic]\nProduct Type: 12V Portable Electric Oil Extractor Pump\nTarget Audience: Car owners, DIY mechanics, equipment maintenance operators\nVisual Style: Professional, clean, technical and safety-oriented\nColor Strategy: Blue highlights, crisp dark slate text, success-green and warning-red safety borders\nModule Order: Intro\/Hero -\u003e Fluid Compatibility Alert -\u003e Feature 1 (Motor Performance) -\u003e Feature 2 (Sealing System) -\u003e Feature 3 (Extended Hose) -\u003e Feature 4 (Wide Compatibility) -\u003e Operation Step -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_2, Feature1=detail_4, Feature2=detail_6, Feature3=detail_1, Feature4=detail_3, Steps=detail_7\nSpecification Data Source: spec_1 (Image 9), spec_2 (Image 8) (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no explicit comparison data provided in the assets)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #1e40af;\n      --primary-hover: #1d4ed8;\n      --text-main: #1e293b;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --bg-soft: #f1f5f9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1);\n      --border-color: #cbd5e1;\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      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      margin: 0 0 20px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container ul {\n      margin: 0 0 16px 0;\n      padding-left: 24px;\n    }\n\n    .product-detail-container li {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin-bottom: 8px;\n    }\n\n    .hero-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 30px;\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .hero-grid {\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n      }\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 12px;\n      border-radius: var(--radius-md);\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .feature-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .feature-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .feature-desc {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      text-align: center;\n      font-size: 18px;\n      font-weight: 500;\n      color: var(--text-sub);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      min-height: 250px;\n      width: 100%;\n    }\n\n    @media (max-width: 767px) {\n      .feature-item {\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n        margin-bottom: 30px;\n      }\n      .feature-media {\n        order: 1;\n      }\n      .feature-copy {\n        order: 2;\n      }\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        display: flex;\n        align-items: center;\n        gap: 40px;\n        margin-bottom: clamp(2rem, 5vw, 4rem);\n      }\n      .feature-item:last-child {\n        margin-bottom: 0;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n\n    .caution-box {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      margin: clamp(2rem, 5vw, 4rem) 0;\n    }\n\n    .caution-title {\n      font-size: 20px;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      text-align: center;\n      color: var(--text-main);\n    }\n\n    .fluid-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n\n    @media (min-width: 768px) {\n      .fluid-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    .fluid-group {\n      padding: 20px;\n      border-radius: var(--radius-md);\n      box-sizing: border-box;\n    }\n\n    .fluid-group.approved {\n      background-color: #f0fdf4;\n      border: 1px solid #bbf7d0;\n    }\n\n    .fluid-group.prohibited {\n      background-color: #fef2f2;\n      border: 1px solid #fecaca;\n    }\n\n    .fluid-group-title {\n      font-size: 18px;\n      font-weight: 700;\n      margin-bottom: 12px;\n    }\n\n    .fluid-group.approved .fluid-group-title {\n      color: #15803d;\n    }\n\n    .fluid-group.prohibited .fluid-group-title {\n      color: #b91c1c;\n    }\n\n    .fluid-list {\n      margin: 0;\n      padding-left: 20px;\n    }\n\n    .fluid-list li {\n      margin-bottom: 6px;\n    }\n\n    .steps-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .steps-intro {\n      margin-bottom: 30px;\n    }\n\n    .spec-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    @media (min-width: 768px) {\n      .spec-table td {\n        padding: 16px;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n        line-height: 1.6;\n      }\n      .spec-table tr:last-child td {\n        border-bottom: none;\n      }\n      .spec-table td:first-child {\n        font-weight: 600;\n        width: 30%;\n        color: var(--text-main);\n      }\n      .spec-table td:last-child {\n        color: var(--text-sub);\n      }\n    }\n\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 tr {\n        border-bottom: 1px solid var(--border-color);\n        padding: 10px 0;\n      }\n      .spec-table tr:last-child {\n        border-bottom: none;\n      }\n\n      .spec-table td:first-child {\n        display: none;\n      }\n\n      .spec-table td:last-child {\n        display: grid;\n        grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 10px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td:last-child::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        color: var(--text-main);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\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        color: var(--text-sub);\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:last-child {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\n    .faq-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n    }\n\n    .faq-item {\n      margin-bottom: 24px;\n    }\n\n    .faq-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 8px 0;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-grid\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cspan class=\"hero-badge\"\u003eAangedreven door 12V-gelijkstroomaccu\u003c\/span\u003e\n\u003ch1\u003eDraagbare olieafzuigpomp van 12V en 100W\u003c\/h1\u003e\n\n\u003cp\u003eVervang oude olie schoon en eenvoudig zonder onder uw voertuig te hoeven kruipen. Deze praktische afzuigpomp werkt rechtstreeks via de peilstokbuis, voor onderhoud zonder geknoei en zonder morsen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260917174015\/63f2072432d27e99bb32dcea1935babd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPATIBLE FLUIDS ADVISORY BLOCK --\u003e\n\n\u003csection class=\"caution-section\"\u003e\n\u003cdiv class=\"caution-box\"\u003e\n\u003ch2 class=\"caution-title\"\u003eRichtlijnen voor veilig gebruik van vloeistoffen\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center; margin-bottom: 20px;\"\u003eVolg de onderstaande beperkingen voor vloeistofcompatibiliteit strikt op voor optimale prestaties en een lange levensduur.\u003c\/p\u003e\n\n\u003cdiv class=\"fluid-grid\"\u003e\n\u003cdiv class=\"fluid-group approved\"\u003e\n\u003cdiv class=\"fluid-group-title\"\u003eToegestane vloeistoffen ✔\u003c\/div\u003e\n\n\u003cul class=\"fluid-list\"\u003e\n\t\u003cli\u003eMotorolie\u003c\/li\u003e\n\t\u003cli\u003eSmeerolie\u003c\/li\u003e\n\t\u003cli\u003eTransmissieolie\u003c\/li\u003e\n\t\u003cli\u003eAutomatische transmissievloeistof (ATF)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"fluid-group prohibited\"\u003e\n\u003cdiv class=\"fluid-group-title\"\u003eStrikt verboden ✘\u003c\/div\u003e\n\n\u003cul class=\"fluid-list\"\u003e\n\t\u003cli\u003eBenzine\u003c\/li\u003e\n\t\u003cli\u003eWater\u003c\/li\u003e\n\t\u003cli\u003eDiesel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"feature-section\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260917174015\/d464656da89a384bab5bd1c555940a9a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eKrachtige 100W-zuigmotor van puur koper\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eDankzij de zeer geleidende motor van puur koper levert deze pomp 100W vermogen bij een stabiele snelheid van 2800 RPM. Deze robuuste motor zorgt voor krachtige, betrouwbare aanzuiging en een zeer efficiënte vloeistofoverdracht.\u003c\/p\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\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260917174015\/f9d72c8a9e8ad350bdc7da83a5442c42.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSterk lekvrij afdichtingssysteem\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eOntworpen voor schoon werken zonder geknoei. Het veilige vergrendelingssysteem gebruikt een dubbele afdichting: rechte push-on-buisverbindingen in combinatie met een duurzame uitlaatklem met een met de hand vast te draaien vleugelschroef.\u003c\/p\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\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260917174015\/47a6b4a562f695afc221930afb9e7a12.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eUitschuifbaar inlaatslangsysteem van 18 cm\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eDe inlaatslang kan worden verlengd van 10 cm tot 18 cm (in totaal 7 inch) door twee inlaatbuizen met de handige klikverbinding aan elkaar te koppelen. Zo is de slang flexibel inzetbaar in verschillende motorruimtes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260917174015\/10a3b4c01d2f95d1af86ee7d1c53eedc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eBreed inzetbaar voor verschillende voertuigen\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eUiterst veelzijdig en geschikt voor regelmatige olieverversingen bij uiteenlopende apparatuur. Gebruik deze afzuigpomp eenvoudig voor auto's, vrachtwagens, motorfietsen, ATV's, generatoren, grasmaaiers, hogedrukreinigers, vaartuigen en jetski's.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPERATION STEPS BLOCK --\u003e\n\n\u003csection class=\"steps-section\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eEenvoudige handleiding in 5 stappen\u003c\/h2\u003e\n\n\u003cp class=\"steps-intro\" style=\"text-align: center;\"\u003eStel uw afzuigpomp eenvoudig in met deze duidelijke aansluitstappen:\u003c\/p\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260917174015\/e65b9b6964b5fd1230e59d7e30d1b8fb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cul style=\"list-style-type: decimal; padding-left: 24px;\"\u003e\n\t\u003cli\u003e\n\u003cstrong style=\"color: var(--text-main);\"\u003eVerwijder de rode doppen:\u003c\/strong\u003e Verwijder de beschermende rode einddoppen aan beide zijden van de pomp en bevestig de verbindingsschroeven.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong style=\"color: var(--text-main);\"\u003eZet de slang vast:\u003c\/strong\u003e Bevestig de afvoerslang stevig aan het metalen uitlaatmondstuk met de meegeleverde vleugelschroefklem.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong style=\"color: var(--text-main);\"\u003eSluit de autoaccu aan:\u003c\/strong\u003e Sluit de rode krokodillenklem aan op de positieve pool (+) en de zwarte krokodillenklem op de negatieve pool (-).\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong style=\"color: var(--text-main);\"\u003ePlaats de inlaat- en uitlaatslangen:\u003c\/strong\u003e Leid de dunne inlaatbuis via de opening van de peilstok rechtstreeks naar het motoroliereservoir en plaats de uitlaatslang veilig in een vat voor afgewerkte olie.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong style=\"color: var(--text-main);\"\u003eSchakel de pomp in:\u003c\/strong\u003e Zet de tuimelschakelaar om om het afzuigen te starten.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS SECTION --\u003e\n\n\u003csection class=\"spec-section\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMateriaal pompkop\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Materiaal pompkop\"\u003e\u003cspan class=\"spec-value\"\u003eAluminiumlegering\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eSpanning\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spanning\"\u003e\u003cspan class=\"spec-value\"\u003e12V DC\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eNominaal vermogen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Nominaal vermogen\"\u003e\u003cspan class=\"spec-value\"\u003e100W\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMotorsnelheid\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Motorsnelheid\"\u003e\u003cspan class=\"spec-value\"\u003e2800 RPM\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eDebiet\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Debiet\"\u003e\u003cspan class=\"spec-value\"\u003e1–4 L\/min (ongeveer 1 gpm)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eStroomsterkte\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Stroomsterkte\"\u003e\u003cspan class=\"spec-value\"\u003e5A\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBedrijfscyclus\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bedrijfscyclus\"\u003e\u003cspan class=\"spec-value\"\u003e30 minuten\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eSlangen inbegrepen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Slangen inbegrepen\"\u003e\u003cspan class=\"spec-value\"\u003e1x 6mm x 800mm PU-inlaatslang, 1x 8mm x 1000mm PU-inlaatslang, 1x 10mm x 1000mm PU-uitlaatslang\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBereik van de inlaat\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bereik van de inlaat\"\u003e\u003cspan class=\"spec-value\"\u003eUitschuifbaar van 10 cm tot 18 cm (in totaal 7 inch) met de klikverbinding\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAccessoires in de verpakking\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Accessoires in de verpakking\"\u003e\u003cspan class=\"spec-value\"\u003e2x rechte push-connectors, 2x verbindingsschroeven, 1x uitlaatklem met met de hand vast te draaien vleugelschroef, accukabels met krokodillenklemmen\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!-- D. FAQ SECTION --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWelke soorten vloeistoffen kunnen met deze pomp worden afgezogen?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eDe pomp is speciaal ontworpen voor het afzuigen van motorolie, smeerolie, transmissieolie en automatische transmissievloeistof (ATF). Het is strikt verboden om benzine, diesel of water te verpompen, omdat dit de interne onderdelen kan beschadigen of veiligheidsrisico's kan veroorzaken.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHoe wordt de uitschuifbare slang van 18 cm aangesloten?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eDe verpakking bevat twee afzonderlijke inlaatbuizen en klikbare push-connectors. Door de buizen met de rechte push-connector aan elkaar te bevestigen, kunt u het bereik van de inlaatslang eenvoudig verlengen van 10 cm tot 18 cm (in totaal 7 inch) voor diepe motorruimtes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHoe wordt de pomp gevoed en wat is de bedrijfscyclus?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eDe pomp wordt rechtstreeks gevoed door de 12V-accu van uw voertuig met de meegeleverde positieve (rode) en negatieve (zwarte) krokodillenklemmen. Voor een stabiele werking en ter bescherming van de koperen motor mag de pomp maximaal 30 minuten achter elkaar draaien. Laat de pomp tussen gebruiksmomenten afkoelen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Omurio","offers":[{"title":"Blauwe, 12v pomp","offer_id":48689675894996,"sku":"1732457089689489633","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/63f2072432d27e99bb32dcea1935babd.jpg?v=1789638803","url":"https:\/\/omurio.com\/nl\/products\/portable-engine-oil-pump-rjc","provider":"Omurio","version":"1.0","type":"link"}