{"product_id":"professional-syringe-pump","title":"🛠️Professional Syringe Pump – Brake Fluid Extractor \u0026 Filler for Automotive","description":"\u003c!--  ============================================================  PRODUCT DESCRIPTION – PROFESSIONAL SYRINGE PUMP  Style: Full Card-based \/ Minimalist \/ Mobile-first  Color Palette: Industrial Grey (#f0f2f5) + White + Dark Navy (#1a2a3a) + Orange Accent (#e67e22)  All original images preserved.  ============================================================--\u003e\u003cstyle\u003e  \/* ----- Wrapper \u0026 Reset ----- *\/  .pump-wrap {    max-width: 1200px;    margin: 0 auto;    padding: 16px 12px 30px;    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;    color: #1a1a1a;    background: #f0f2f5;    line-height: 1.6;  }  .pump-wrap * {    box-sizing: border-box;  }  \/* ----- Base Cards ----- *\/  .card-module {    background: #ffffff;    border-radius: 24px;    padding: 32px 26px;    margin-bottom: 20px;    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);  }  \/* ----- Images (Rounded) ----- *\/  .img-round {    display: block;    width: 100%;    height: auto;    border-radius: 20px;    margin-bottom: 20px;    background: #e8eaed;  }  .img-round:last-child {    margin-bottom: 0;  }  \/* ----- Image Grid ----- *\/  .img-grid {    display: grid;    grid-template-columns: 1fr 1fr;    gap: 12px;    margin-bottom: 20px;  }  .img-grid img {    width: 100%;    height: auto;    border-radius: 20px;    background: #e8eaed;    display: block;  }  \/* ----- Typography ----- *\/  .pump-wrap h2 {    font-size: clamp(26px, 5vw, 38px);    font-weight: 800;    letter-spacing: -0.02em;    color: #1a2a3a;    margin: 0 0 8px;  }  .pump-wrap h3 {    font-size: clamp(20px, 3.5vw, 28px);    font-weight: 700;    letter-spacing: -0.01em;    color: #1a2a3a;    margin: 0 0 16px;  }  .pump-wrap .subhead {    font-size: clamp(16px, 2.5vw, 20px);    color: #4a5a6a;    max-width: 680px;    margin: 0 auto;  }  .accent-orange {    color: #e67e22;  }  .accent-navy {    color: #1a2a3a;  }  \/* ----- Badge\/Tag styles ----- *\/  .badge-group {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 10px;    margin-top: 14px;  }  .badge {    background: #e8eaed;    border-radius: 999px;    padding: 6px 16px;    font-size: 13px;    font-weight: 700;    color: #1a2a3a;    letter-spacing: 0.02em;  }  .badge.orange {    background: #fdf0e0;    color: #d45a0a;  }  .badge.navy {    background: #1a2a3a;    color: #ffffff;  }  \/* ----- Feature list (bullet style) ----- *\/  .feat-list {    list-style: none;    padding: 0;    margin: 0;  }  .feat-list li {    padding: 14px 0;    border-bottom: 1px solid #e8eaed;    font-size: 15px;    display: flex;    align-items: flex-start;    gap: 12px;  }  .feat-list li:last-child {    border-bottom: 0;    padding-bottom: 0;  }  .feat-list .emoji-big {    font-size: 20px;    min-width: 32px;    margin-top: 2px;  }  .feat-list strong {    font-weight: 700;    color: #1a2a3a;  }  \/* ----- Feature Grid (2 columns) ----- *\/  .feat-grid {    display: grid;    grid-template-columns: 1fr 1fr;    gap: 14px;    margin-top: 18px;  }  .feat-card {    background: #f7f8fa;    border-radius: 16px;    padding: 20px 18px;    border: 1px solid #e8eaed;  }  .feat-card .icon {    font-size: 28px;    display: block;    margin-bottom: 8px;  }  .feat-card h4 {    font-size: 16px;    font-weight: 700;    color: #1a2a3a;    margin: 0 0 4px;  }  .feat-card p {    font-size: 14px;    color: #4a5a6a;    margin: 0;  }  \/* ----- Spec table ----- *\/  .spec-table {    width: 100%;    border-collapse: separate;    border-spacing: 0;    border-radius: 16px;    overflow: hidden;    box-shadow: 0 1px 4px rgba(0,0,0,0.04);    font-size: 14px;    margin-top: 12px;  }  .spec-table tr {    background: #ffffff;  }  .spec-table tr:nth-child(even) {    background: #f7f8fa;  }  .spec-table td {    padding: 12px 18px;    border-bottom: 1px solid #e8eaed;    vertical-align: middle;  }  .spec-table tr:last-child td {    border-bottom: 0;  }  .spec-table .label {    font-weight: 700;    color: #1a2a3a;    width: 38%;    background: #e8eaed;  }  .spec-table tr:nth-child(even) .label {    background: #e0e3e8;  }  .spec-table .value {    color: #3d4a5a;    width: 62%;  }  \/* ----- Package list ----- *\/  .package-list {    list-style: none;    padding: 0;    margin: 0;  }  .package-list li {    padding: 10px 0;    border-bottom: 1px solid #e8eaed;    display: flex;    align-items: center;    gap: 12px;    font-size: 15px;  }  .package-list li:last-child {    border-bottom: 0;    padding-bottom: 0;  }  .package-list .emoji-sm {    font-size: 18px;    min-width: 30px;  }  \/* ----- FAQ styles ----- *\/  .faq-item {    border-bottom: 1px solid #e8eaed;    padding: 16px 0;  }  .faq-item:last-child {    border-bottom: 0;    padding-bottom: 0;  }  .faq-item .faq-q {    font-weight: 700;    font-size: 15px;    color: #1a2a3a;    margin: 0 0 4px;  }  .faq-item .faq-a {    font-size: 14px;    color: #4a5a6a;    margin: 0;  }  \/* ----- Trust badges (Dark card) ----- *\/  .trust-dark {    background: #1a2a3a;    color: #ffffff;    border-radius: 24px;    padding: 32px 26px;    margin-bottom: 20px;  }  .trust-dark h3 {    color: #ffffff;    text-align: center;  }  .trust-grid {    display: grid;    grid-template-columns: 1fr 1fr;    gap: 18px 24px;    max-width: 640px;    margin: 0 auto;  }  .trust-grid p {    margin: 0;    font-size: 15px;    line-height: 1.4;  }  .trust-grid .trust-label {    font-weight: 700;    color: #ffffff;  }  .trust-grid .trust-desc {    font-weight: 300;    font-size: 13px;    color: #b0c4d8;    display: block;  }  \/* ----- CTA card ----- *\/  .cta-center {    text-align: center;    background: linear-gradient(135deg, #fdf0e0, #ffffff);    border-radius: 24px;    padding: 36px 26px;    border: 2px solid #f0e4d8;  }  .cta-center h3 {    margin-bottom: 8px;  }  .cta-center p {    font-size: 17px;    color: #4a5a6a;    max-width: 520px;    margin: 0 auto 12px;  }  .cta-highlight {    color: #e67e22;    font-weight: 700;  }  \/* Mobile fine-tune *\/  @media (max-width: 480px) {    .pump-wrap {      padding: 10px 8px 20px;    }    .card-module {      padding: 20px 16px;      border-radius: 18px;    }    .trust-dark {      padding: 24px 18px;      border-radius: 18px;    }    .trust-grid {      grid-template-columns: 1fr 1fr;      gap: 12px;    }    .img-grid {      grid-template-columns: 1fr;      gap: 12px;    }    .feat-grid {      grid-template-columns: 1fr;      gap: 12px;    }    .spec-table td {      padding: 10px 12px;      font-size: 13px;    }    .badge {      font-size: 11.5px;      padding: 5px 12px;    }  }  @media (min-width: 768px) {    .trust-grid {      grid-template-columns: 1fr 1fr 1fr 1fr;    }    .img-grid {      grid-template-columns: 1fr 1fr;    }  }\u003c\/style\u003e\u003c!-- ===== MAIN WRAPPER ===== --\u003e\u003cdiv\u003e  \u003c!-- ========================================== --\u003e  \u003c!-- CARD 1: ATTENTION (Hook)                   --\u003e  \u003c!-- ========================================== --\u003e  \u003cdiv style=\"text-align: center;\"\u003e    \u003cdiv style=\"display: inline-block; background: #e67e22; color: #ffffff; padding: 6px 16px; border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: 0.9px; margin-bottom: 14px;\"\u003e       PROFESSIONAL GRADE    \u003c\/div\u003e    \u003ch2\u003eMessy Fluid Changes? \u003cspan\u003eNot Anymore.\u003c\/span\u003e\n\u003c\/h2\u003e    \u003cp style=\"margin-bottom: 0;\"\u003e      This professional-grade syringe pump makes extracting and refilling brake fluid, antifreeze, gear oil, and power steering fluid \u003cstrong\u003eclean, fast, and effortless\u003c\/strong\u003e — no spills, no fuss.    \u003c\/p\u003e  \u003c\/div\u003e  \u003c!-- IMAGE 1 – Hero GIF --\u003e  \u003cimg class=\"lazyload\" src=\"https:\/\/cdn.fastcdnonline.com\/image\/6f7941fa5264007b90fb774283719507e30bc8a4.gif\" alt=\"Professional syringe pump in action extracting fluid\"\u003e  \u003c!-- ========================================== --\u003e  \u003c!-- CARD 2: USAGE                              --\u003e  \u003c!-- ========================================== --\u003e  \u003cdiv\u003e    \u003ch3\u003e How It \u003cspan\u003eWorks\u003c\/span\u003e\n\u003c\/h3\u003e    \u003cp style=\"font-size: 15px; color: #4a5a6a; margin: 0 0 12px;\"\u003e      The hose attaches to the quick-connect on the cylinder. Double seals for brake fluid and anti-freeze are assembled on the plunger.    \u003c\/p\u003e    \u003cul\u003e      \u003cli\u003e        \u003cspan\u003e\u003c\/span\u003e        \u003cdiv\u003e\n\u003cstrong\u003eMulti-Vehicle Compatible\u003c\/strong\u003e – Works on cars, trucks, RVs, and more. Easily remove brake fluid, antifreeze, gear oil, and other liquids.\u003c\/div\u003e      \u003c\/li\u003e      \u003cli\u003e        \u003cspan\u003e\u003c\/span\u003e        \u003cdiv\u003e\n\u003cstrong\u003eQuick-Connect System\u003c\/strong\u003e – The hose attaches securely to the cylinder for a leak-free seal every time.\u003c\/div\u003e      \u003c\/li\u003e      \u003cli\u003e        \u003cspan\u003e\u003c\/span\u003e        \u003cdiv\u003e\n\u003cstrong\u003eDual-Seal Protection\u003c\/strong\u003e – Specialized double seals on the plunger are designed specifically for brake fluid and anti-freeze.\u003c\/div\u003e      \u003c\/li\u003e    \u003c\/ul\u003e  \u003c\/div\u003e  \u003c!-- IMAGE 2 – Usage demo --\u003e  \u003cimg class=\"lazyload\" src=\"https:\/\/cdn.fastcdnonline.com\/image\/3cd17567ac5b4320355b06fd686aef257d2a609a.jpeg\" alt=\"Professional syringe pump extracting brake fluid from vehicle\"\u003e  \u003c!-- ========================================== --\u003e  \u003c!-- CARD 3: DESIGN \u0026 FEATURES                  --\u003e  \u003c!-- ========================================== --\u003e  \u003cdiv\u003e    \u003ch3\u003eDesign That \u003cspan\u003eMakes Sense\u003c\/span\u003e\n\u003c\/h3\u003e    \u003cdiv\u003e      \u003cdiv\u003e        \u003cspan\u003e\u003c\/span\u003e        \u003ch4\u003eTransparent Body\u003c\/h4\u003e        \u003cp\u003eClear bottle body lets you check the liquid level at any time and control the flow rate with precision.\u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv\u003e        \u003cspan\u003e\u003c\/span\u003e        \u003ch4\u003eChemical Resistant\u003c\/h4\u003e        \u003cp\u003eDesigned to be oil and chemical resistant — safe for brake fluid, antifreeze, gear oil, and power steering fluid.\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- IMAGE 3 – Design detail --\u003e  \u003cimg class=\"lazyload\" src=\"https:\/\/cdn.fastcdnonline.com\/image\/de2c1c73813bcae891fc12315fc0037ee631882a.jpeg\" alt=\"Transparent syringe pump design with clear body\"\u003e  \u003c!-- ========================================== --\u003e  \u003c!-- CARD 4: MOST LIQUID REMOVAL                --\u003e  \u003c!-- ========================================== --\u003e  \u003cdiv style=\"background: #f7f8fa;\"\u003e    \u003ch3 style=\"text-align: center;\"\u003e️ Most Liquid \u003cspan\u003eRemoval\u003c\/span\u003e\n\u003c\/h3\u003e    \u003cp style=\"font-size: 15px; color: #4a5a6a; text-align: center; max-width: 600px; margin: 0 auto;\"\u003e      The extracting \u0026amp; filling vacuum fluid pump is designed to be \u003cstrong\u003echemical and oil resistant\u003c\/strong\u003e — making it safe and effective for all common automotive fluids.    \u003c\/p\u003e  \u003c\/div\u003e  \u003c!-- IMAGE 4 – Most liquid removal --\u003e  \u003cimg class=\"lazyload\" src=\"https:\/\/cdn.fastcdnonline.com\/image\/e60e6aedf596190e671dcbb7aeeee54b2d7d0fb0.jpeg\" alt=\"Chemical resistant syringe pump for multiple fluids\"\u003e  \u003c!-- ========================================== --\u003e  \u003c!-- CARD 5: EASY TO USE                        --\u003e  \u003c!-- ========================================== --\u003e  \u003cdiv\u003e    \u003ch3\u003e⚡ Easy to \u003cspan\u003eUse\u003c\/span\u003e\n\u003c\/h3\u003e    \u003cul\u003e      \u003cli\u003e        \u003cspan\u003e\u003c\/span\u003e        \u003cdiv\u003e\n\u003cstrong\u003eExtended Syringe Hose\u003c\/strong\u003e – Helps draw or inject liquid easily, even in hard-to-reach areas.\u003c\/div\u003e      \u003c\/li\u003e      \u003cli\u003e        \u003cspan\u003e\u003c\/span\u003e        \u003cdiv\u003e\n\u003cstrong\u003eDetachable \u0026amp; Cleanable\u003c\/strong\u003e – The hose is detachable for easy cleaning and maintenance after each use.\u003c\/div\u003e      \u003c\/li\u003e      \u003cli\u003e        \u003cspan\u003e\u003c\/span\u003e        \u003cdiv\u003e\n\u003cstrong\u003eHeavy-Duty Construction\u003c\/strong\u003e – Built for strength and durability. Designed to last through countless fluid changes.\u003c\/div\u003e      \u003c\/li\u003e    \u003c\/ul\u003e  \u003c\/div\u003e  \u003c!-- IMAGE 5 – Easy to use --\u003e  \u003cimg class=\"lazyload\" src=\"https:\/\/cdn.fastcdnonline.com\/image\/5efcf70368785ebb5a5ac4fc9b38b67613ee88b9.jpeg\" alt=\"Easy to use syringe pump with detachable hose\"\u003e  \u003c!-- ========================================== --\u003e  \u003c!-- CARD 6: PACKAGE CONTENTS                   --\u003e  \u003c!-- ========================================== --\u003e  \u003cdiv\u003e    \u003ch3\u003e What's in the \u003cspan\u003eBox\u003c\/span\u003e\n\u003c\/h3\u003e    \u003cul\u003e      \u003cli\u003e\n\u003cspan\u003e\u003c\/span\u003e 1 × Transparent Fluid Syringe with Locking Adapter\u003c\/li\u003e      \u003cli\u003e\n\u003cspan\u003e\u003c\/span\u003e 2 × Clear Tubes with End Caps for Brake Fluid Attachment\u003c\/li\u003e      \u003cli\u003e\n\u003cspan\u003e\u003c\/span\u003e 1 × Non-Drip Silicon Connector\u003c\/li\u003e      \u003cli\u003e\n\u003cspan\u003e\u003c\/span\u003e 2 × Extra Sealing Rings (Free Bonus)\u003c\/li\u003e    \u003c\/ul\u003e  \u003c\/div\u003e  \u003c!-- IMAGE 6 – Package contents --\u003e  \u003cimg class=\"lazyload\" src=\"https:\/\/cdn.fastcdnonline.com\/image\/0ac90dd35e4d858b69706b0dba992f7e2cd19ec1.jpeg\" alt=\"Complete package contents of syringe pump kit\"\u003e  \u003c!-- ========================================== --\u003e  \u003c!-- CARD 7: SPECIFICATIONS                     --\u003e  \u003c!-- ========================================== --\u003e  \u003cdiv\u003e    \u003ch3\u003e Product \u003cspan\u003eSpecifications\u003c\/span\u003e\n\u003c\/h3\u003e    \u003ctable\u003e      \u003ctbody\u003e        \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eProfessional Syringe Pump \/ Fluid Extractor\u003c\/td\u003e\n\u003c\/tr\u003e        \u003ctr\u003e\n\u003ctd\u003eCompatible Fluids\u003c\/td\u003e\n\u003ctd\u003eBrake Fluid, Antifreeze, Gear Oil, Power Steering Fluid \u0026amp; More\u003c\/td\u003e\n\u003c\/tr\u003e        \u003ctr\u003e\n\u003ctd\u003eBody Material\u003c\/td\u003e\n\u003ctd\u003eTransparent Durable Plastic\u003c\/td\u003e\n\u003c\/tr\u003e        \u003ctr\u003e\n\u003ctd\u003eSeal Type\u003c\/td\u003e\n\u003ctd\u003eDouble Seals for Brake Fluid \u0026amp; Anti-Freeze\u003c\/td\u003e\n\u003c\/tr\u003e        \u003ctr\u003e\n\u003ctd\u003eHose Type\u003c\/td\u003e\n\u003ctd\u003eDetachable, Extended Syringe Hose\u003c\/td\u003e\n\u003c\/tr\u003e        \u003ctr\u003e\n\u003ctd\u003eResistance\u003c\/td\u003e\n\u003ctd\u003eChemical \u0026amp; Oil Resistant\u003c\/td\u003e\n\u003c\/tr\u003e        \u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eCars, Trucks, RVs, Motorcycles \u0026amp; More\u003c\/td\u003e\n\u003c\/tr\u003e      \u003c\/tbody\u003e    \u003c\/table\u003e  \u003c\/div\u003e  \u003c!-- ========================================== --\u003e  \u003c!-- CARD 8: FAQ                                --\u003e  \u003c!-- ========================================== --\u003e  \u003cdiv\u003e    \u003ch3\u003e❓ Frequently Asked \u003cspan\u003eQuestions\u003c\/span\u003e\n\u003c\/h3\u003e    \u003cdiv\u003e      \u003cdiv\u003eWhat fluids can this pump handle?\u003c\/div\u003e      \u003cdiv\u003eIt's designed for brake fluid, antifreeze, gear oil, power steering fluid, and many other automotive fluids. The double seals are specifically designed for brake fluid and anti-freeze compatibility.\u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv\u003e      \u003cdiv\u003eIs it easy to clean after use?\u003c\/div\u003e      \u003cdiv\u003eYes. The hose is detachable, making it easy to clean and maintain. Simply remove the hose, rinse it with an appropriate solvent, and allow it to dry before next use.\u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv\u003e      \u003cdiv\u003eWill it work on my vehicle?\u003c\/div\u003e      \u003cdiv\u003eYes. It works on cars, trucks, RVs, motorcycles, and most vehicles with standard fluid reservoirs. Always check your vehicle's fluid type before use.\u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv\u003e      \u003cdiv\u003eHow do I prevent leaks during use?\u003c\/div\u003e      \u003cdiv\u003eEnsure the hose is securely attached to the quick-connect on the cylinder. The included extra sealing rings provide a backup seal for long-term reliability.\u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv style=\"border-bottom: 0; padding-bottom: 0;\"\u003e      \u003cdiv\u003eIs it durable enough for regular use?\u003c\/div\u003e      \u003cdiv\u003eAbsolutely. The heavy-duty construction is built to withstand regular use in professional and DIY settings. The chemical-resistant materials ensure long-lasting performance.\u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- ========================================== --\u003e  \u003c!-- CARD 9: TRUST BADGES (Dark card)           --\u003e  \u003c!-- ========================================== --\u003e  \u003cdiv\u003e    \u003ch3 style=\"margin-bottom: 18px;\"\u003e️ Why Choose Us?\u003c\/h3\u003e    \u003cdiv\u003e      \u003cp\u003e        \u003cspan\u003e Fast Shipping\u003c\/span\u003e        \u003cspan\u003eCarefully packed \u0026amp; delivered swiftly\u003c\/span\u003e      \u003c\/p\u003e      \u003cp\u003e        \u003cspan\u003e Secure Checkout\u003c\/span\u003e        \u003cspan\u003e100% protected payment\u003c\/span\u003e      \u003c\/p\u003e      \u003cp\u003e        \u003cspan\u003e Friendly Support\u003c\/span\u003e        \u003cspan\u003eHere to help, always\u003c\/span\u003e      \u003c\/p\u003e      \u003cp\u003e        \u003cspan\u003e✅ Satisfaction Guarantee\u003c\/span\u003e        \u003cspan\u003eLove it or we'll make it right\u003c\/span\u003e      \u003c\/p\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- ========================================== --\u003e  \u003c!-- CARD 10: ACTION (Final CTA)                --\u003e  \u003c!-- ========================================== --\u003e  \u003cdiv\u003e    \u003cdiv style=\"display: inline-block; background: #e67e22; color: #ffffff; padding: 6px 20px; border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: 0.5px; margin-bottom: 14px;\"\u003e       PROFESSIONAL FLUID CHANGES MADE EASY    \u003c\/div\u003e    \u003ch3\u003eStop Spilling. \u003cspan\u003eStart Pumping.\u003c\/span\u003e\n\u003c\/h3\u003e    \u003cp\u003e      Clean, fast, and effortless fluid extraction and refilling for all your automotive maintenance needs.    \u003c\/p\u003e    \u003cp style=\"font-size: 19px; font-weight: 700; color: #e67e22;\"\u003e       Add to Cart — and say goodbye to messy fluid changes forever.     \u003c\/p\u003e  \u003c\/div\u003e\n\u003c\/div\u003e\u003c!-- ===== END PUMP-WRAP ===== --\u003e","brand":"lbwnb","offers":[{"title":"200CC","offer_id":64241591878001,"sku":"SZ0545260723933-200加1米延长管盒","price":29.99,"currency_code":"USD","in_stock":true},{"title":"500CC","offer_id":64241591910769,"sku":"SZ0545260723933-200加1米延长管盒","price":35.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/d0edbff5a4fae97bc6991b039e4d4690140d23af.jpg?v=1784643856","url":"https:\/\/viqzes.com\/products\/professional-syringe-pump","provider":"viqzes","version":"1.0","type":"link"}