{"product_id":"12v-24v-electric-self-priming-oil-transfer-pump","title":"🔧 12V\/24V Electric Oil Transfer Pump – Self-Priming Fluid Extractor ⚡","description":"\u003cstyle\u003e\n.oilpump-page,\n.oilpump-page *{\n  box-sizing:border-box;\n}\n\n.oilpump-page{\n  --ink:#2c3133;\n  --text:#61696d;\n  --muted:#858d91;\n\n  --orange:#c87938;\n  --orange-dark:#8d5327;\n  --orange-soft:#fbefe4;\n\n  --steel:#7f9097;\n  --blue:#738e9a;\n  --sage:#829183;\n  --sand:#bca27c;\n  --red:#a96f61;\n\n  --white:#ffffff;\n  --soft:#f8f9f8;\n  --cream:#fbf8f3;\n  --line:#e2e6e7;\n\n  width:100%;\n  max-width:760px;\n  margin:0 auto;\n  padding:8px;\n\n  background:#f8f9f8;\n  color:var(--text);\n\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n  font-size:17px;\n  line-height:1.55;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.oilpump-page h1,\n.oilpump-page h2,\n.oilpump-page h3,\n.oilpump-page p{\n  margin-top:0;\n}\n\n\n\/* =====================================================\n   AUTO ROUNDED IMAGES\n===================================================== *\/\n\n.oilpump-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n  border-radius:16px!important;\n}\n\n.oilpump-page .op-copy \u003e img,\n.oilpump-page .op-copy \u003e p \u003e img,\n.oilpump-page .op-info \u003e img,\n.oilpump-page .op-info \u003e p \u003e img{\n  margin-top:16px;\n}\n\n\n\/* =====================================================\n   BASE CARD\n===================================================== *\/\n\n.op-card{\n  margin-bottom:14px;\n  overflow:hidden;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(47,54,58,.05);\n}\n\n.op-orange{\n  border-top:5px solid var(--orange);\n}\n\n.op-steel{\n  border-top:5px solid var(--steel);\n}\n\n.op-blue{\n  border-top:5px solid var(--blue);\n}\n\n.op-sage{\n  border-top:5px solid var(--sage);\n}\n\n.op-sand{\n  border-top:5px solid var(--sand);\n}\n\n.op-red{\n  border-top:5px solid var(--red);\n}\n\n.op-copy{\n  padding:21px 18px 16px;\n  text-align:left;\n}\n\n.op-image-wrap{\n  padding:0 12px 12px;\n}\n\n\n\/* =====================================================\n   TYPOGRAPHY\n===================================================== *\/\n\n.op-kicker{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:5px 10px;\n\n  background:var(--orange-soft);\n  border-radius:999px;\n\n  color:var(--orange-dark);\n\n  font-size:12px;\n  line-height:1.2;\n  font-weight:900;\n  letter-spacing:.45px;\n\n  text-transform:uppercase;\n}\n\n.op-title{\n  margin:0 0 9px;\n\n  color:var(--ink);\n\n  font-size:25px;\n  line-height:1.2;\n  letter-spacing:-.35px;\n\n  font-weight:900;\n  text-align:left;\n}\n\n.op-text{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:17px;\n  line-height:1.55;\n\n  text-align:left;\n}\n\n.op-text strong{\n  color:var(--ink);\n}\n\n\n\/* =====================================================\n   HERO\n===================================================== *\/\n\n.op-hero{\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      #eee3d7 0%,\n      transparent 48%\n    ),\n    linear-gradient(\n      145deg,\n      #ffffff 0%,\n      #fdfaf6 58%,\n      #f1f3f3 100%\n    );\n\n  border-color:#e6e1dc;\n}\n\n.op-hero .op-copy{\n  padding:28px 18px 16px;\n  text-align:center;\n}\n\n.op-eyebrow{\n  display:inline-block;\n\n  margin-bottom:10px;\n\n  color:var(--orange-dark);\n\n  font-size:12px;\n  line-height:1.2;\n  font-weight:900;\n  letter-spacing:1px;\n\n  text-transform:uppercase;\n}\n\n.op-hero-title{\n  max-width:650px;\n  margin:0 auto 10px;\n\n  color:#2c3133;\n\n  font-size:30px;\n  line-height:1.12;\n  letter-spacing:-.6px;\n\n  font-weight:950;\n  text-align:center;\n}\n\n.op-hero-title span{\n  color:var(--orange-dark);\n}\n\n.op-hero-text{\n  max-width:620px;\n  margin:0 auto;\n\n  color:#666e72;\n\n  font-size:17px;\n  line-height:1.5;\n\n  text-align:center;\n}\n\n.op-hero-line{\n  width:54px;\n  height:3px;\n\n  margin:17px auto 0;\n\n  background:var(--orange);\n  border-radius:999px;\n}\n\n.op-hero-media{\n  padding:0 12px 12px;\n}\n\n\n\/* =====================================================\n   LIST\n===================================================== *\/\n\n.op-list{\n  margin:13px 0 0;\n  padding:0;\n\n  list-style:none;\n}\n\n.op-list li{\n  position:relative;\n\n  margin-bottom:8px;\n  padding-left:27px;\n\n  color:#586064;\n\n  font-size:16px;\n  line-height:1.45;\n\n  text-align:left;\n}\n\n.op-list li:last-child{\n  margin-bottom:0;\n}\n\n.op-list li:before{\n  content:\"✓\";\n\n  position:absolute;\n  left:0;\n  top:0;\n\n  color:var(--orange-dark);\n\n  font-weight:900;\n}\n\n\n\/* =====================================================\n   HIGHLIGHT\n===================================================== *\/\n\n.op-highlight{\n  margin-top:13px;\n  padding:12px 14px;\n\n  background:#fff4ea;\n\n  border-left:4px solid var(--orange);\n  border-radius:10px;\n\n  color:#6b5849;\n\n  font-size:15px;\n  line-height:1.5;\n  font-weight:750;\n\n  text-align:left;\n}\n\n.op-highlight strong{\n  color:#4d3d31;\n}\n\n\n\/* =====================================================\n   ROWS\n===================================================== *\/\n\n.op-rows{\n  margin-top:13px;\n  border-top:1px solid var(--line);\n}\n\n.op-row{\n  display:grid;\n  grid-template-columns:39% 61%;\n\n  border-bottom:1px solid var(--line);\n}\n\n.op-row:last-child{\n  border-bottom:0;\n}\n\n.op-row b,\n.op-row span{\n  padding:10px 8px;\n\n  font-size:13px;\n  line-height:1.45;\n\n  text-align:left;\n}\n\n.op-row b{\n  color:var(--ink);\n}\n\n.op-row span{\n  color:var(--muted);\n}\n\n\n\/* =====================================================\n   STEPS\n===================================================== *\/\n\n.op-steps{\n  display:grid;\n  gap:9px;\n  margin-top:13px;\n}\n\n.op-step{\n  padding:11px 13px;\n\n  background:#fbfcfc;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n\n  color:#596165;\n\n  font-size:15px;\n  line-height:1.45;\n\n  text-align:left;\n}\n\n.op-step strong{\n  color:var(--orange-dark);\n}\n\n\n\/* =====================================================\n   INFO\n===================================================== *\/\n\n.op-info{\n  margin-bottom:14px;\n  padding:21px 17px;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(47,54,58,.04);\n\n  text-align:left;\n}\n\n.op-section-kicker{\n  display:inline-block;\n\n  margin-bottom:7px;\n  padding:5px 10px;\n\n  background:var(--orange-soft);\n  border-radius:999px;\n\n  color:var(--orange-dark);\n\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:.45px;\n\n  text-transform:uppercase;\n}\n\n.op-section-title{\n  margin:0 0 14px;\n\n  color:var(--ink);\n\n  font-size:24px;\n  line-height:1.2;\n\n  font-weight:900;\n  text-align:left;\n}\n\n\n\/* =====================================================\n   SPECS\n===================================================== *\/\n\n.op-spec{\n  margin:0;\n  padding:0;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:15px;\n\n  list-style:none;\n}\n\n.op-spec li{\n  display:grid;\n  grid-template-columns:40% 60%;\n\n  border-bottom:1px solid var(--line);\n\n  font-size:14px;\n}\n\n.op-spec li:last-child{\n  border-bottom:0;\n}\n\n.op-spec-label,\n.op-spec-value{\n  padding:11px;\n  text-align:left;\n}\n\n.op-spec-label{\n  background:#fbf1e8;\n\n  color:var(--orange-dark);\n\n  font-weight:850;\n}\n\n.op-spec-value{\n  background:#fff;\n\n  color:#596064;\n}\n\n\n\/* =====================================================\n   NOTES\n===================================================== *\/\n\n.op-note{\n  background:#fffaf3;\n  border-color:#e9dfd2;\n}\n\n.op-note-list{\n  margin:0;\n  padding-left:21px;\n\n  color:#605b56;\n\n  font-size:15px;\n  line-height:1.55;\n}\n\n.op-note-list li{\n  margin-bottom:8px;\n  text-align:left;\n}\n\n.op-note-list li:last-child{\n  margin-bottom:0;\n}\n\n\n\/* =====================================================\n   FAQ\n===================================================== *\/\n\n.op-faq details{\n  margin-bottom:8px;\n\n  overflow:hidden;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n}\n\n.op-faq details:last-child{\n  margin-bottom:0;\n}\n\n.op-faq summary{\n  position:relative;\n\n  padding:13px 40px 13px 14px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--ink);\n\n  font-size:14px;\n  line-height:1.4;\n\n  font-weight:800;\n  text-align:left;\n}\n\n.op-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.op-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n  right:14px;\n  top:4px;\n\n  color:var(--orange-dark);\n\n  font-size:25px;\n}\n\n.op-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.op-answer{\n  padding:0 14px 14px;\n\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.6;\n\n  text-align:left;\n}\n\n\n\/* =====================================================\n   FINAL CTA\n===================================================== *\/\n\n.op-final{\n  padding:28px 18px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #f8eadc 0%,\n      #ffffff 56%,\n      #f1f3f3 100%\n    );\n\n  border:1px solid #e4dfda;\n  border-radius:22px;\n}\n\n.op-final h2{\n  max-width:620px;\n  margin:0 auto 9px;\n\n  color:var(--ink);\n\n  font-size:27px;\n  line-height:1.2;\n\n  font-weight:900;\n  text-align:center;\n}\n\n.op-final p{\n  max-width:590px;\n  margin:0 auto 16px;\n\n  color:#676e72;\n\n  font-size:16px;\n  line-height:1.5;\n\n  text-align:center;\n}\n\n.op-button{\n  display:block;\n\n  width:100%;\n  max-width:430px;\n\n  margin:0 auto;\n  padding:14px 20px;\n\n  background:var(--orange-dark);\n\n  border-radius:14px;\n\n  color:#fff!important;\n\n  text-decoration:none;\n\n  font-size:16px;\n  font-weight:900;\n\n  box-shadow:0 6px 14px rgba(141,83,39,.18);\n}\n\n.op-trust{\n  margin-top:15px;\n  padding-top:13px;\n\n  border-top:1px solid #e1e4e4;\n\n  color:#70777a;\n\n  font-size:12px;\n  line-height:1.7;\n\n  text-align:center;\n}\n\n.op-policy{\n  max-width:630px;\n\n  margin:8px auto 0!important;\n\n  color:#8c9294!important;\n\n  font-size:11px!important;\n  line-height:1.45!important;\n\n  text-align:center!important;\n}\n\n\n\/* =====================================================\n   MOBILE\n===================================================== *\/\n\n@media(max-width:520px){\n\n  .oilpump-page{\n    padding:6px;\n  }\n\n  .op-card{\n    margin-bottom:12px;\n    border-radius:20px;\n  }\n\n  .op-copy{\n    padding:19px 15px 14px;\n  }\n\n  .op-hero .op-copy{\n    padding:25px 15px 15px;\n  }\n\n  .op-hero-title{\n    font-size:28px;\n  }\n\n  .op-title{\n    font-size:23px;\n  }\n\n  .op-image-wrap,\n  .op-hero-media{\n    padding-right:9px;\n    padding-left:9px;\n    padding-bottom:9px;\n  }\n\n  .op-info{\n    padding:19px 15px;\n  }\n\n  .op-spec li{\n    grid-template-columns:41% 59%;\n  }\n\n  .op-spec-label,\n  .op-spec-value{\n    padding:10px 9px;\n  }\n\n  .oilpump-page img{\n    border-radius:14px!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"oilpump-page\"\u003e\n\n\n  \u003c!-- =================================================\n       HERO\n  ================================================== --\u003e\n\n  \u003csection class=\"op-card op-hero\"\u003e\n\n    \u003cdiv class=\"op-copy\"\u003e\n\n      \u003cspan class=\"op-eyebrow\"\u003e\n        ⚡ 12V \/ 24V SELF-PRIMING TRANSFER PUMP\n      \u003c\/span\u003e\n\n      \u003ch1 class=\"op-hero-title\"\u003e\n        Move Compatible Oil\n        \u003cspan\u003eWithout the Manual Siphoning.\u003c\/span\u003e\n      \u003c\/h1\u003e\n\n      \u003cp class=\"op-hero-text\"\u003e\n        A compact electric transfer pump designed to help move\n        \u003cstrong\u003ecompatible motor oil and diesel fluids\u003c\/strong\u003e\n        during vehicle, equipment and maintenance jobs.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"op-hero-line\"\u003e\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"op-hero-media\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0933\/9410\/8700\/files\/spp_shopify20260913183518_11001c4fac1116e81b1f3bdfa4f9f7d2.png?v=1789295723\" alt=\"12V 24V electric self priming oil transfer pump\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =================================================\n       LESS MANUAL SIPHONING\n  ================================================== --\u003e\n\n  \u003csection class=\"op-card op-orange\"\u003e\n\n    \u003cdiv class=\"op-copy\"\u003e\n\n      \u003cspan class=\"op-kicker\"\u003e\n        ELECTRIC FLUID TRANSFER\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"op-title\"\u003e\n        🔧 Skip the Slow Manual Siphon Routine\n      \u003c\/h2\u003e\n\n      \u003cp class=\"op-text\"\u003e\n        Instead of relying only on hand-operated siphons,\n        the electric pump uses external DC power to help transfer\n        compatible fluid from one location to another.\n      \u003c\/p\u003e\n\n      \u003cul class=\"op-list\"\u003e\n\n        \u003cli\u003eElectric pumping instead of manual siphoning\u003c\/li\u003e\n\n        \u003cli\u003eCompact for maintenance jobs\u003c\/li\u003e\n\n        \u003cli\u003eUseful for compatible oil-transfer applications\u003c\/li\u003e\n\n        \u003cli\u003eConnects directly to a suitable DC power source\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"op-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0933\/9410\/8700\/files\/spp_shopify20260913183523_b725705b120869dab5022570ec5e79e1.png?v=1789295728\" alt=\"Electric oil pump compared with manual siphoning\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =================================================\n       AGRICULTURAL\n  ================================================== --\u003e\n\n  \u003csection class=\"op-card op-sage\"\u003e\n\n    \u003cdiv class=\"op-copy\"\u003e\n\n      \u003cspan class=\"op-kicker\"\u003e\n        VEHICLE \u0026amp; EQUIPMENT MAINTENANCE\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"op-title\"\u003e\n        🚜 Useful Beyond the Garage\n      \u003c\/h2\u003e\n\n      \u003cp class=\"op-text\"\u003e\n        The portable DC-powered format makes the pump useful for\n        compatible fluid-transfer jobs around vehicles, agricultural\n        equipment and other machinery where mains power may not be nearby.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"op-rows\"\u003e\n\n        \u003cdiv class=\"op-row\"\u003e\n          \u003cb\u003e🚗 Vehicles\u003c\/b\u003e\n          \u003cspan\u003eCompatible maintenance and fluid-transfer jobs\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"op-row\"\u003e\n          \u003cb\u003e🚜 Farm Equipment\u003c\/b\u003e\n          \u003cspan\u003ePortable use around suitable machinery\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"op-row\"\u003e\n          \u003cb\u003e🔧 Workshop\u003c\/b\u003e\n          \u003cspan\u003eCompact addition to maintenance tools\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"op-row\"\u003e\n          \u003cb\u003e🔋 DC Power\u003c\/b\u003e\n          \u003cspan\u003eBattery-style direct electrical connection\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"op-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0933\/9410\/8700\/files\/spp_shopify20260913183529_fbe8910cd3c411db6ee09fe50ff86c2d.png?v=1789295734\" alt=\"Electric fluid transfer pump for agricultural equipment\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =================================================\n       PORTABLE EXTRACTION\n  ================================================== --\u003e\n\n  \u003csection class=\"op-card op-blue\"\u003e\n\n    \u003cdiv class=\"op-copy\"\u003e\n\n      \u003cspan class=\"op-kicker\"\u003e\n        COMPACT SELF-PRIMING DESIGN\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"op-title\"\u003e\n        🚙 Bring the Pump to the Job\n      \u003c\/h2\u003e\n\n      \u003cp class=\"op-text\"\u003e\n        Its compact self-priming format is designed for portable\n        fluid extraction and transfer without requiring a full\n        workshop pumping setup.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"op-highlight\"\u003e\n        \u003cstrong\u003ePractical for maintenance:\u003c\/strong\u003e\n        use the pump only with compatible fluids and the correct\n        voltage version for your electrical system.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"op-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0933\/9410\/8700\/files\/spp_shopify20260913183534_f8f837bb69a38c414ea14ab5abdfb4ff.png?v=1789295739\" alt=\"Portable self priming electric oil extraction pump\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =================================================\n       CLAMPS \/ MOTOR\n  ================================================== --\u003e\n\n  \u003csection class=\"op-card op-steel\"\u003e\n\n    \u003cdiv class=\"op-copy\"\u003e\n\n      \u003cspan class=\"op-kicker\"\u003e\n        DIRECT POWER CONNECTION\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"op-title\"\u003e\n        🔋 Connect Straight to a Matching DC Power Source\n      \u003c\/h2\u003e\n\n      \u003cp class=\"op-text\"\u003e\n        The pump uses metal alligator-style clamps for direct\n        electrical connection, making setup straightforward when\n        a compatible 12V or 24V power source is available.\n      \u003c\/p\u003e\n\n      \u003cul class=\"op-list\"\u003e\n\n        \u003cli\u003eDirect clamp-style electrical connection\u003c\/li\u003e\n\n        \u003cli\u003ePortable DC-powered setup\u003c\/li\u003e\n\n        \u003cli\u003e12V and 24V product options listed\u003c\/li\u003e\n\n        \u003cli\u003eSelect the version that matches your power source\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"op-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0933\/9410\/8700\/files\/spp_shopify20260913183540_084db0d9392e61c4d38d4d3df544187c.png?v=1789295745\" alt=\"Electric transfer pump with battery alligator clamps\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =================================================\n       HOUSING\n  ================================================== --\u003e\n\n  \u003csection class=\"op-card op-sand\"\u003e\n\n    \u003cdiv class=\"op-copy\"\u003e\n\n      \u003cspan class=\"op-kicker\"\u003e\n        COMPACT WORKSHOP FORMAT\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"op-title\"\u003e\n        🧰 Small Enough to Keep With Your Maintenance Gear\n      \u003c\/h2\u003e\n\n      \u003cp class=\"op-text\"\u003e\n        The compact pump body is designed to fit into a vehicle,\n        garage or equipment-maintenance setup without taking up\n        the space of a larger transfer system.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"op-highlight\"\u003e\n        \u003cstrong\u003eReady when needed:\u003c\/strong\u003e\n        store the pump clean and dry after use and inspect cables,\n        clamps and hoses before the next job.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"op-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0933\/9410\/8700\/files\/spp_shopify20260913183545_839baae1ccc19c943f01fefebaffc15c.png?v=1789295750\" alt=\"Compact electric oil transfer pump body\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =================================================\n       VOLTAGE\n  ================================================== --\u003e\n\n  \u003csection class=\"op-card op-red\"\u003e\n\n    \u003cdiv class=\"op-copy\"\u003e\n\n      \u003cspan class=\"op-kicker\"\u003e\n        12V \/ 24V OPTIONS\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"op-title\"\u003e\n        ⚡ Match the Pump to Your Electrical System\n      \u003c\/h2\u003e\n\n      \u003cp class=\"op-text\"\u003e\n        The supplied product information lists\n        \u003cstrong\u003e12V and 24V configurations.\u003c\/strong\u003e\n        Choose the correct version for the power source you intend to use.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"op-rows\"\u003e\n\n        \u003cdiv class=\"op-row\"\u003e\n          \u003cb\u003e12V Option\u003c\/b\u003e\n          \u003cspan\u003eFor compatible 12V DC systems\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"op-row\"\u003e\n          \u003cb\u003e24V Option\u003c\/b\u003e\n          \u003cspan\u003eFor compatible 24V DC systems\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"op-row\"\u003e\n          \u003cb\u003eConnection\u003c\/b\u003e\n          \u003cspan\u003eAlligator-style battery clamps\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"op-row\"\u003e\n          \u003cb\u003eImportant\u003c\/b\u003e\n          \u003cspan\u003eDo not connect to the wrong voltage\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"op-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0933\/9410\/8700\/files\/spp_shopify20260913183551_8a126fca0098c57446f1d5cddc9fda4b.png?v=1789295757\" alt=\"12V and 24V oil transfer pump specifications\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =================================================\n       OPERATION\n  ================================================== --\u003e\n\n  \u003csection class=\"op-card op-orange\"\u003e\n\n    \u003cdiv class=\"op-copy\"\u003e\n\n      \u003cspan class=\"op-kicker\"\u003e\n        SIMPLE PUMPING SETUP\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"op-title\"\u003e\n        ✅ Connect. Position. Transfer.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"op-text\"\u003e\n        The basic setup is designed to be straightforward for\n        compatible fluid-transfer jobs when the pump is connected\n        correctly and used within the manufacturer's intended limits.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"op-steps\"\u003e\n\n        \u003cdiv class=\"op-step\"\u003e\n          \u003cstrong\u003e1. Confirm compatibility:\u003c\/strong\u003e\n          verify the fluid type and select the correct 12V or 24V pump version.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"op-step\"\u003e\n          \u003cstrong\u003e2. Position the lines:\u003c\/strong\u003e\n          place the inlet and outlet hoses securely in the intended source and receiving containers.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"op-step\"\u003e\n          \u003cstrong\u003e3. Connect power:\u003c\/strong\u003e\n          attach the clamps to the correct matching DC power source with proper polarity.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"op-step\"\u003e\n          \u003cstrong\u003e4. Begin transfer:\u003c\/strong\u003e\n          operate the pump according to the supplied product instructions.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"op-step\"\u003e\n          \u003cstrong\u003e5. Disconnect and clean:\u003c\/strong\u003e\n          stop power before removing hoses or electrical clamps.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"op-image-wrap\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0933\/9410\/8700\/files\/spp_shopify20260913183558_f37d69412884f839214aae8f3693a9eb.png?v=1789295762\" alt=\"Three step electric fluid transfer pump operation\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =================================================\n       PRODUCT DETAILS\n  ================================================== --\u003e\n\n  \u003csection class=\"op-info\"\u003e\n\n    \u003cspan class=\"op-section-kicker\"\u003e\n      PRODUCT INFORMATION\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"op-section-title\"\u003e\n      📋 Product Details\n    \u003c\/h2\u003e\n\n    \u003cul class=\"op-spec\"\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"op-spec-label\"\u003e\n          Product\n        \u003c\/span\u003e\n\n        \u003cspan class=\"op-spec-value\"\u003e\n          Electric Self-Priming Oil Transfer Pump\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"op-spec-label\"\u003e\n          Voltage Options\n        \u003c\/span\u003e\n\n        \u003cspan class=\"op-spec-value\"\u003e\n          12V \/ 24V\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"op-spec-label\"\u003e\n          Power Type\n        \u003c\/span\u003e\n\n        \u003cspan class=\"op-spec-value\"\u003e\n          DC Electrical Connection\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"op-spec-label\"\u003e\n          Connection\n        \u003c\/span\u003e\n\n        \u003cspan class=\"op-spec-value\"\u003e\n          Alligator-Style Battery Clamps\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"op-spec-label\"\u003e\n          Pump Type\n        \u003c\/span\u003e\n\n        \u003cspan class=\"op-spec-value\"\u003e\n          Electric Self-Priming Transfer Pump\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"op-spec-label\"\u003e\n          Intended Use\n        \u003c\/span\u003e\n\n        \u003cspan class=\"op-spec-value\"\u003e\n          Compatible Oil \/ Diesel Fluid Transfer\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cspan class=\"op-spec-label\"\u003e\n          Package\n        \u003c\/span\u003e\n\n        \u003cspan class=\"op-spec-value\"\u003e\n          1 × Mini Electric Transfer Pump\n        \u003c\/span\u003e\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =================================================\n       IMPORTANT NOTES\n  ================================================== --\u003e\n\n  \u003csection class=\"op-info op-note\"\u003e\n\n    \u003cspan class=\"op-section-kicker\"\u003e\n      BEFORE USE\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"op-section-title\"\u003e\n      ⚠️ Important Operating Notes\n    \u003c\/h2\u003e\n\n    \u003cul class=\"op-note-list\"\u003e\n\n      \u003cli\u003e\n        Select the correct 12V or 24V version for your DC power source.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Confirm correct polarity before connecting the electrical clamps.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Verify fluid compatibility with the supplier or product instructions before pumping.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Do not use with gasoline, petrol, highly volatile fuels or other highly flammable liquids unless the manufacturer specifically confirms the pump is rated for that application.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Keep electrical connections away from spilled fluid, open flames, sparks and other ignition sources.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Stop the pump and disconnect power before adjusting hoses or performing maintenance.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Use suitable containers and prevent spills during fluid transfer.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Do not run the pump beyond the operating limits stated by the manufacturer.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Keep away from children and store clean and dry after use.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =================================================\n       FAQ\n  ================================================== --\u003e\n\n  \u003csection class=\"op-info op-faq\"\u003e\n\n    \u003cspan class=\"op-section-kicker\"\u003e\n      QUICK ANSWERS\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"op-section-title\"\u003e\n      ❓ Frequently Asked Questions\n    \u003c\/h2\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is this an electric pump?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"op-answer\"\u003e\n        Yes. It is a DC-powered self-priming transfer pump that connects\n        to a compatible power source using alligator-style clamps.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is it available in 12V and 24V?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"op-answer\"\u003e\n        Yes. The supplied product information lists 12V and 24V\n        configurations. Select the version that matches your electrical system.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can it be used for motor oil?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"op-answer\"\u003e\n        Motor-oil extraction and transfer are included in the supplied\n        product description. Always confirm the specific fluid viscosity\n        and compatibility stated by the manufacturer before use.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can it transfer diesel?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"op-answer\"\u003e\n        Diesel transfer is included in the supplied product description.\n        Follow the manufacturer's compatibility and operating instructions\n        for your specific pump version.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I use it for gasoline or petrol?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"op-answer\"\u003e\n        Do not use it for gasoline, petrol or other highly volatile\n        flammable liquids unless the manufacturer explicitly confirms\n        that the specific pump is designed and rated for that use.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What is the flow rate?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"op-answer\"\u003e\n        A verified flow-rate specification was not supplied in the\n        product information, so this page does not claim a specific\n        liters-per-minute rate.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What is the pump wattage?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"op-answer\"\u003e\n        A verified wattage or current draw was not supplied.\n        Check the selected product version or supplier specification\n        before connecting it to a power source.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I use the same pump on both 12V and 24V?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"op-answer\"\u003e\n        The supplied information lists 12V and 24V configurations,\n        but does not confirm that one pump automatically supports both voltages.\n        Select the correct version for your system.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What comes in the package?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"op-answer\"\u003e\n        The supplied package information lists\n        1 × Mini Electric Self-Priming Transfer Pump.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =================================================\n       FINAL CTA\n  ================================================== --\u003e\n\n  \u003csection class=\"op-final\"\u003e\n\n    \u003ch2\u003e\n      🔧 Make Compatible Fluid Transfer Faster and Less Manual.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Keep a compact DC-powered self-priming pump ready for\n      vehicle, workshop and equipment-maintenance fluid-transfer jobs.\n    \u003c\/p\u003e\n\n    \u003ca href=\"#product-form\" class=\"op-button\"\u003e\n      CHOOSE 12V OR 24V →\n    \u003c\/a\u003e\n\n    \u003cdiv class=\"op-trust\"\u003e\n      📦 Tracked Shipping\n       · \n      🚚 Free Shipping on Orders Over $59.98\n       · \n      🔒 Secure Checkout\n       · \n      💬 Order Support\n    \u003c\/div\u003e\n\n    \u003cp class=\"op-policy\"\u003e\n      Verify voltage and fluid compatibility before use. Do not use with gasoline or highly volatile flammable liquids unless specifically manufacturer-rated.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"HYL","offers":[{"title":"12V Electric Self-Priming Oil Pump","offer_id":49222583648410,"sku":"LE70242105-12","price":49.99,"currency_code":"USD","in_stock":true},{"title":"24V Electric Self-Priming Oil Pump","offer_id":49222583681178,"sku":"LE70242105-24","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/spp_shopify20260913183604_479e490d4155d3b92ae9ff17d414de08_fec5095b-de32-4e5d-8924-c64b5bf58d1f.png?v=1789352429","url":"https:\/\/povlya.com\/products\/12v-24v-electric-self-priming-oil-transfer-pump","provider":"povlya.com","version":"1.0","type":"link"}