{"product_id":"outdoor-pump-water-filter","title":"Outdoor Pump Water Filter","description":"\u003cstyle\u003e\n  .pw-pump-filter-guide {\n    --pw-blue: #036aff;\n    --pw-text: #172033;\n    --pw-muted: #5f6b7a;\n    --pw-border: #dbe8f7;\n    --pw-soft: #eef6ff;\n    --pw-light: #f7fbff;\n    --pw-card: #ffffff;\n    --pw-success: #0c8f63;\n\n    width: 100%;\n    padding: 36px 16px;\n    background: linear-gradient(\n      135deg,\n      #eef6ff 0%,\n      #ffffff 52%,\n      #f3f8ff 100%\n    );\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--pw-text);\n    box-sizing: border-box;\n  }\n\n  .pw-pump-filter-guide * {\n    box-sizing: border-box;\n  }\n\n  .pw-pump-filter-wrap {\n    max-width: 1180px;\n    margin: 0 auto;\n  }\n\n  .pw-pump-section {\n    margin-bottom: 24px;\n    background: rgba(255, 255, 255, 0.95);\n    border: 1px solid var(--pw-border);\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 14px 38px rgba(23, 32, 51, 0.045);\n  }\n\n  .pw-pump-section:last-child {\n    margin-bottom: 0;\n  }\n\n  .pw-pump-section-title {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 14px;\n    padding: 22px 24px;\n    background: linear-gradient(\n      90deg,\n      rgba(3, 106, 255, 0.1),\n      rgba(3, 106, 255, 0.03)\n    );\n    border-bottom: 1px solid var(--pw-border);\n  }\n\n  .pw-pump-section-title h3 {\n    margin: 0;\n    font-size: 22px;\n    line-height: 1.3;\n    color: var(--pw-text);\n  }\n\n  .pw-pump-section-title \u003e span {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 auto;\n    min-width: 34px;\n    height: 34px;\n    padding: 0 8px;\n    border-radius: 12px;\n    background: var(--pw-blue);\n    color: #ffffff;\n    font-size: 14px;\n    line-height: 1;\n    font-weight: 800;\n  }\n\n  .pw-pump-overview-grid,\n  .pw-pump-metrics-grid,\n  .pw-pump-use-grid,\n  .pw-pump-parts-grid {\n    display: grid;\n    gap: 14px;\n    padding: 24px;\n  }\n\n  .pw-pump-overview-grid,\n  .pw-pump-metrics-grid,\n  .pw-pump-use-grid {\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n  }\n\n  .pw-pump-parts-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .pw-pump-info-card,\n  .pw-pump-metric-card,\n  .pw-pump-use-card,\n  .pw-pump-part-card {\n    position: relative;\n    padding: 18px;\n    border: 1px solid var(--pw-border);\n    border-radius: 18px;\n    background: #ffffff;\n  }\n\n  .pw-pump-info-card \u003e span,\n  .pw-pump-metric-card \u003e span,\n  .pw-pump-part-card \u003e span {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--pw-muted);\n    font-size: 12px;\n    line-height: 1.3;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n  }\n\n  .pw-pump-info-card strong,\n  .pw-pump-metric-card strong,\n  .pw-pump-part-card strong {\n    display: block;\n    color: var(--pw-text);\n    font-size: 16px;\n    line-height: 1.45;\n    font-weight: 800;\n  }\n\n  .pw-pump-info-card p,\n  .pw-pump-metric-card p,\n  .pw-pump-part-card p {\n    margin: 8px 0 0;\n    color: var(--pw-muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .pw-pump-primary {\n    background: linear-gradient(135deg, #036aff 0%, #2088ff 100%);\n    border-color: var(--pw-blue);\n  }\n\n  .pw-pump-primary \u003e span,\n  .pw-pump-primary strong,\n  .pw-pump-primary p {\n    color: #ffffff;\n  }\n\n  .pw-pump-highlight-card {\n    position: relative;\n    overflow: hidden;\n  }\n\n  .pw-pump-highlight-card::after {\n    content: \"\";\n    position: absolute;\n    right: -30px;\n    bottom: -42px;\n    width: 110px;\n    height: 110px;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.12);\n  }\n\n  .pw-pump-badge {\n    position: relative;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 12px;\n    padding: 7px 11px;\n    border: 1px solid rgba(255, 255, 255, 0.35);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.18);\n    color: #ffffff;\n    font-size: 12px;\n    line-height: 1.2;\n    font-weight: 800;\n  }\n\n  .pw-pump-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n    margin-top: 12px;\n  }\n\n  .pw-pump-tags span {\n    display: inline-block;\n    padding: 6px 9px;\n    border-radius: 999px;\n    background: var(--pw-soft);\n    color: var(--pw-blue);\n    font-size: 12px;\n    line-height: 1.2;\n    font-weight: 800;\n  }\n\n  .pw-pump-primary .pw-pump-tags span {\n    background: #ffffff;\n    color: var(--pw-blue);\n    border: 1px solid rgba(255, 255, 255, 0.55);\n  }\n\n  .pw-pump-intro {\n    padding: 24px 24px 0;\n  }\n\n  .pw-pump-intro-box {\n    padding: 20px;\n    border: 1px solid #dcecff;\n    border-radius: 20px;\n    background: var(--pw-soft);\n  }\n\n  .pw-pump-intro-box h4 {\n    margin: 0 0 10px;\n    color: var(--pw-text);\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .pw-pump-intro-box p {\n    margin: 0;\n    color: var(--pw-muted);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .pw-pump-note {\n    padding: 0 24px 24px;\n  }\n\n  .pw-pump-note-inner {\n    padding: 16px 18px;\n    border: 1px solid #dcecff;\n    border-radius: 18px;\n    background: var(--pw-soft);\n    color: var(--pw-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .pw-pump-note-inner strong {\n    color: var(--pw-text);\n  }\n\n  .pw-pump-warning {\n    border-color: #f3d7a3;\n    background: #fff9ec;\n  }\n\n  .pw-pump-warning strong {\n    color: #8a5900;\n  }\n\n  \/* Filtration stages *\/\n\n  .pw-pump-filter-flow {\n    display: flex;\n    align-items: stretch;\n    gap: 12px;\n    padding: 24px;\n  }\n\n  .pw-pump-filter-stage {\n    position: relative;\n    flex: 1 1 0;\n    min-width: 0;\n    padding: 20px 18px;\n    border: 1px solid var(--pw-border);\n    border-radius: 18px;\n    background: #ffffff;\n  }\n\n  .pw-pump-filter-stage:not(:last-child)::after {\n    content: \"→\";\n    position: absolute;\n    top: 50%;\n    right: -20px;\n    z-index: 3;\n    transform: translateY(-50%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 28px;\n    height: 28px;\n    border: 1px solid var(--pw-border);\n    border-radius: 50%;\n    background: #ffffff;\n    color: var(--pw-blue);\n    font-size: 17px;\n    font-weight: 800;\n  }\n\n  .pw-pump-stage-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    margin-bottom: 14px;\n    border-radius: 11px;\n    background: var(--pw-blue);\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .pw-pump-filter-stage h4 {\n    margin: 0;\n    color: var(--pw-text);\n    font-size: 16px;\n    line-height: 1.4;\n  }\n\n  .pw-pump-filter-stage p {\n    margin: 8px 0 0;\n    color: var(--pw-muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* Replacement components *\/\n\n  .pw-pump-part-card {\n    overflow: hidden;\n    padding: 22px;\n  }\n\n  .pw-pump-part-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 5px;\n    height: 100%;\n    background: var(--pw-blue);\n  }\n\n  .pw-pump-part-card \u003e span,\n  .pw-pump-part-card \u003e strong,\n  .pw-pump-part-card \u003e p,\n  .pw-pump-part-card \u003e .pw-pump-tags {\n    margin-left: 8px;\n  }\n\n  .pw-pump-compatibility {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    margin-top: 12px;\n    margin-left: 8px;\n    padding: 7px 10px;\n    border-radius: 999px;\n    background: #eaf8f2;\n    color: var(--pw-success);\n    font-size: 12px;\n    line-height: 1.2;\n    font-weight: 800;\n  }\n\n  .pw-pump-compatibility::before {\n    content: \"✓\";\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 17px;\n    height: 17px;\n    border-radius: 50%;\n    background: var(--pw-success);\n    color: #ffffff;\n    font-size: 10px;\n  }\n\n  .pw-pump-replacement-rule {\n    margin-top: 14px;\n    margin-left: 8px;\n    padding: 12px 14px;\n    border-radius: 14px;\n    background: var(--pw-soft);\n    color: var(--pw-muted);\n    font-size: 12px;\n    line-height: 1.55;\n  }\n\n  .pw-pump-replacement-rule strong {\n    display: inline;\n    color: var(--pw-text);\n    font-size: inherit;\n  }\n\n  \/* Care notes *\/\n\n  .pw-pump-use-card {\n    padding: 18px;\n  }\n\n  .pw-pump-use-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 13px;\n    border-radius: 12px;\n    background: var(--pw-soft);\n    color: var(--pw-blue);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .pw-pump-use-card strong {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--pw-text);\n    font-size: 15px;\n    line-height: 1.4;\n  }\n\n  .pw-pump-use-card p {\n    margin: 0;\n    color: var(--pw-muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 980px) {\n    .pw-pump-overview-grid,\n    .pw-pump-metrics-grid,\n    .pw-pump-use-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .pw-pump-filter-flow {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .pw-pump-filter-stage:not(:last-child)::after {\n      content: \"↓\";\n      top: auto;\n      right: 50%;\n      bottom: -21px;\n      transform: translateX(50%);\n    }\n  }\n\n  @media (max-width: 700px) {\n    .pw-pump-parts-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .pw-pump-filter-guide {\n      padding: 28px 14px;\n    }\n\n    .pw-pump-section {\n      border-radius: 20px;\n    }\n\n    .pw-pump-section-title {\n      padding: 18px;\n    }\n\n    .pw-pump-section-title h3 {\n      font-size: 19px;\n    }\n\n    .pw-pump-overview-grid,\n    .pw-pump-metrics-grid,\n    .pw-pump-use-grid,\n    .pw-pump-parts-grid,\n    .pw-pump-filter-flow {\n      grid-template-columns: 1fr;\n      padding: 18px;\n    }\n\n    .pw-pump-intro {\n      padding: 18px 18px 0;\n    }\n\n    .pw-pump-note {\n      padding: 0 18px 18px;\n    }\n\n    .pw-pump-info-card,\n    .pw-pump-metric-card,\n    .pw-pump-use-card,\n    .pw-pump-part-card,\n    .pw-pump-filter-stage {\n      border-radius: 16px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"pw-pump-filter-guide\"\u003e\n  \u003cdiv class=\"pw-pump-filter-wrap\"\u003e\n\n    \u003c!-- 01 Product Overview --\u003e\n    \u003cdiv class=\"pw-pump-section\"\u003e\n      \u003cdiv class=\"pw-pump-section-title\"\u003e\n        \u003ch3\u003eProduct Overview\u003c\/h3\u003e\n        \u003cspan\u003e01\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pw-pump-overview-grid\"\u003e\n\n        \u003cdiv class=\"pw-pump-info-card pw-pump-primary\"\u003e\n          \u003cspan\u003eProduct Name\u003c\/span\u003e\n          \u003cstrong\u003eOutdoor Pump Water Filter\u003c\/strong\u003e\n          \u003cp\u003e\n            A compact manual water filtration system designed for camping,\n            hiking, travel, emergency preparedness, and outdoor freshwater use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-info-card pw-pump-primary\"\u003e\n          \u003cspan\u003eModel\u003c\/span\u003e\n          \u003cstrong\u003eK8187\u003c\/strong\u003e\n          \u003cp\u003e\n            A portable hand-pump system that draws source water through a\n            replaceable filter cartridge without electricity or batteries.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-info-card pw-pump-primary pw-pump-highlight-card\"\u003e\n          \u003cspan\u003eFiltration Precision\u003c\/span\u003e\n          \u003cstrong\u003e0.01 μm Hollow Fiber UF\u003c\/strong\u003e\n          \u003cp\u003e\n            High-precision physical filtration is provided by the internal\n            hollow fiber ultrafiltration membrane.\n          \u003c\/p\u003e\n          \u003cdiv class=\"pw-pump-badge\"\u003ePhysical Filtration\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-info-card pw-pump-primary pw-pump-highlight-card\"\u003e\n          \u003cspan\u003eFilter Lifespan\u003c\/span\u003e\n          \u003cstrong\u003eUp to 3,000 L \/ 793 Gallons\u003c\/strong\u003e\n          \u003cp\u003e\n            Actual filter life may vary according to source water quality,\n            sediment level, maintenance, and frequency of use.\n          \u003c\/p\u003e\n          \u003cdiv class=\"pw-pump-badge\"\u003eReplaceable Filter\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-info-card\"\u003e\n          \u003cspan\u003ePower Requirement\u003c\/span\u003e\n          \u003cstrong\u003eNo Electricity Required\u003c\/strong\u003e\n          \u003cp\u003e\n            Operate the system with the integrated hand pump—no charging,\n            batteries, electrical outlets, or plumbing installation required.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-info-card\"\u003e\n          \u003cspan\u003eClean Water Cup\u003c\/span\u003e\n          \u003cstrong\u003e220 ml Capacity\u003c\/strong\u003e\n          \u003cp\u003e\n            The included cup provides a convenient container for collecting\n            filtered water during outdoor use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-info-card\"\u003e\n          \u003cspan\u003eCompact Dimensions\u003c\/span\u003e\n          \u003cstrong\u003e8 × 5 × 17 cm\u003c\/strong\u003e\n          \u003cp\u003e\n            A compact body designed to fit into backpacks, travel bags,\n            preparedness kits, and outdoor equipment storage.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-info-card\"\u003e\n          \u003cspan\u003eNet Weight\u003c\/span\u003e\n          \u003cstrong\u003eApproximately 255 g\u003c\/strong\u003e\n          \u003cp\u003e\n            Lightweight enough for individual outdoor carrying while providing\n            a complete pump-based filtration setup.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-info-card\"\u003e\n          \u003cspan\u003eRecommended Water Sources\u003c\/span\u003e\n          \u003cstrong\u003eRiver, Stream, Lake, Spring and Well Water\u003c\/strong\u003e\n          \u003cp\u003e\n            Select the clearest available freshwater source whenever possible\n            to support better flow and longer filter life.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-info-card\"\u003e\n          \u003cspan\u003ePortable Collection\u003c\/span\u003e\n          \u003cstrong\u003eFilter Into the Included Cup\u003c\/strong\u003e\n          \u003cp\u003e\n            The outlet hose can be secured to the supplied clean-water cup with\n            the included clip for controlled water collection.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-info-card\"\u003e\n          \u003cspan\u003eWater Intake\u003c\/span\u003e\n          \u003cstrong\u003eFloating Pre-Filter System\u003c\/strong\u003e\n          \u003cp\u003e\n            The intake floater helps position the inlet away from heavy\n            sediment at the bottom of the water source.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-info-card\"\u003e\n          \u003cspan\u003eBest For\u003c\/span\u003e\n          \u003cstrong\u003eCamping, Hiking, Travel and Emergencies\u003c\/strong\u003e\n          \u003cp\u003e\n            Suitable for outdoor recreation, preparedness kits, remote travel,\n            and temporary freshwater filtration situations.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pw-pump-note\"\u003e\n        \u003cdiv class=\"pw-pump-note-inner pw-pump-warning\"\u003e\n          \u003cstrong\u003eFreshwater use only:\u003c\/strong\u003e\n          Do not use this filter with seawater, chemically contaminated water,\n          carbonated drinks, sugary liquids, alcohol, milk, juice, flavored\n          beverages, or other non-water liquids.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 02 Filtration System --\u003e\n    \u003cdiv class=\"pw-pump-section\"\u003e\n      \u003cdiv class=\"pw-pump-section-title\"\u003e\n        \u003ch3\u003e3-Stage Filtration System\u003c\/h3\u003e\n        \u003cspan\u003e02\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pw-pump-intro\"\u003e\n        \u003cdiv class=\"pw-pump-intro-box\"\u003e\n          \u003ch4\u003eManual Pumping, Multi-Layer Filtration\u003c\/h4\u003e\n          \u003cp\u003e\n            Each movement of the pump handle draws freshwater through the\n            external pre-filter and internal composite cartridge. The filter\n            materials work together to help reduce sediment, suspended\n            particles, chlorine, unpleasant taste, and odor before water\n            reaches the outlet hose.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pw-pump-filter-flow\"\u003e\n\n        \u003cdiv class=\"pw-pump-filter-stage\"\u003e\n          \u003cdiv class=\"pw-pump-stage-number\"\u003e01\u003c\/div\u003e\n          \u003ch4\u003ePP Cotton Pre-Filtration\u003c\/h4\u003e\n          \u003cp\u003e\n            Helps intercept sediment, soil, rust particles, and other suspended\n            material before water reaches the finer filtration layers.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"pw-pump-tags\"\u003e\n            \u003cspan\u003eSediment Control\u003c\/span\u003e\n            \u003cspan\u003eParticle Capture\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-filter-stage\"\u003e\n          \u003cdiv class=\"pw-pump-stage-number\"\u003e02\u003c\/div\u003e\n          \u003ch4\u003eActivated Carbon Fiber\u003c\/h4\u003e\n          \u003cp\u003e\n            Helps reduce chlorine, unpleasant taste, and odor to improve the\n            overall drinking experience.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"pw-pump-tags\"\u003e\n            \u003cspan\u003eChlorine Reduction\u003c\/span\u003e\n            \u003cspan\u003eTaste Improvement\u003c\/span\u003e\n            \u003cspan\u003eOdor Reduction\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-filter-stage\"\u003e\n          \u003cdiv class=\"pw-pump-stage-number\"\u003e03\u003c\/div\u003e\n          \u003ch4\u003e0.01 μm Hollow Fiber UF Membrane\u003c\/h4\u003e\n          \u003cp\u003e\n            Provides high-precision physical filtration through a compact\n            hollow fiber ultrafiltration membrane.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"pw-pump-tags\"\u003e\n            \u003cspan\u003e0.01 μm\u003c\/span\u003e\n            \u003cspan\u003eUF Membrane\u003c\/span\u003e\n            \u003cspan\u003ePhysical Filtration\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pw-pump-note\"\u003e\n        \u003cdiv class=\"pw-pump-note-inner\"\u003e\n          \u003cstrong\u003eUse the external pre-filter whenever possible:\u003c\/strong\u003e\n          Keeping the pre-filter attached helps reduce the amount of visible\n          debris entering the main cartridge. This can support steadier flow\n          and help protect the internal filtration materials.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 03 Replacement Components --\u003e\n    \u003cdiv class=\"pw-pump-section\"\u003e\n      \u003cdiv class=\"pw-pump-section-title\"\u003e\n        \u003ch3\u003eReplacement Filters \u0026amp; Components\u003c\/h3\u003e\n        \u003cspan\u003e03\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pw-pump-intro\"\u003e\n        \u003cdiv class=\"pw-pump-intro-box\"\u003e\n          \u003ch4\u003eReplace the Filtration Components, Not the Entire System\u003c\/h4\u003e\n          \u003cp\u003e\n            The internal filter cartridge and external pre-filter can be\n            replaced separately. This allows continued use of the pump body,\n            handle, hoses, connectors, floater, and clean-water cup.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pw-pump-parts-grid\"\u003e\n\n        \u003cdiv class=\"pw-pump-part-card\"\u003e\n          \u003cspan\u003eMain Replacement Filter\u003c\/span\u003e\n          \u003cstrong\u003eK8007 Replacement Filter Cartridge\u003c\/strong\u003e\n          \u003cp\u003e\n            The main cartridge combines PP cotton, activated carbon fiber, and\n            a hollow fiber UF membrane. It installs inside the K8187 pump filter\n            body and provides the system’s primary filtration performance.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"pw-pump-tags\"\u003e\n            \u003cspan\u003ePP Cotton\u003c\/span\u003e\n            \u003cspan\u003eCarbon Fiber\u003c\/span\u003e\n            \u003cspan\u003e0.01 μm UF\u003c\/span\u003e\n            \u003cspan\u003eUp to 3,000 L\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pw-pump-compatibility\"\u003e\n            Compatible with K8187\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pw-pump-replacement-rule\"\u003e\n            \u003cstrong\u003eReplace when:\u003c\/strong\u003e\n            the rated capacity is reached, water flow remains slow after\n            maintenance, taste or odor changes, or the cartridge shows signs\n            of damage.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-part-card\"\u003e\n          \u003cspan\u003eWater Intake Protection\u003c\/span\u003e\n          \u003cstrong\u003eReplacement External Pre-Filter\u003c\/strong\u003e\n          \u003cp\u003e\n            The pre-filter attaches to the longer inlet hose and helps intercept\n            larger debris and suspended material before source water enters the\n            main filter cartridge.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"pw-pump-tags\"\u003e\n            \u003cspan\u003eExternal Intake\u003c\/span\u003e\n            \u003cspan\u003ePre-Filtration\u003c\/span\u003e\n            \u003cspan\u003eSediment Control\u003c\/span\u003e\n            \u003cspan\u003eReplaceable Part\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pw-pump-compatibility\"\u003e\n            Designed for the K8187 Pump Filter\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pw-pump-replacement-rule\"\u003e\n            \u003cstrong\u003eClean or replace when:\u003c\/strong\u003e\n            visible debris accumulates, the material becomes damaged, or water\n            intake remains restricted after cleaning.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pw-pump-note\"\u003e\n        \u003cdiv class=\"pw-pump-note-inner\"\u003e\n          \u003cstrong\u003eReplacement reminder:\u003c\/strong\u003e\n          Water quality and sediment levels vary by location. Do not rely only\n          on the maximum liter rating. Inspect the filter components regularly\n          and replace them earlier when condition, flow, taste, or odor\n          indicates that replacement is needed.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 04 Product Indicators --\u003e\n    \u003cdiv class=\"pw-pump-section\"\u003e\n      \u003cdiv class=\"pw-pump-section-title\"\u003e\n        \u003ch3\u003eKey Product Indicators\u003c\/h3\u003e\n        \u003cspan\u003e04\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pw-pump-metrics-grid\"\u003e\n\n        \u003cdiv class=\"pw-pump-metric-card pw-pump-primary\"\u003e\n          \u003cspan\u003eMaximum Flow Rate\u003c\/span\u003e\n          \u003cstrong\u003eUp to 1,400 ml\/min\u003c\/strong\u003e\n          \u003cp\u003e\n            Actual flow may vary depending on pump speed, source water quality,\n            filter condition, hose position, and sediment level.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-metric-card pw-pump-primary\"\u003e\n          \u003cspan\u003eRated Filter Capacity\u003c\/span\u003e\n          \u003cstrong\u003eUp to 3,000 L \/ 793 Gallons\u003c\/strong\u003e\n          \u003cp\u003e\n            Actual filter life depends on source water quality, sediment level,\n            maintenance, and frequency of use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-metric-card\"\u003e\n          \u003cspan\u003eFiltration Method\u003c\/span\u003e\n          \u003cstrong\u003eManual Hand-Pump Operation\u003c\/strong\u003e\n          \u003cp\u003e\n            Repeated movement of the handle draws source water through the\n            filtration system and directs filtered water through the outlet.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-metric-card\"\u003e\n          \u003cspan\u003eMain Filter Structure\u003c\/span\u003e\n          \u003cstrong\u003eReplaceable Composite Cartridge\u003c\/strong\u003e\n          \u003cp\u003e\n            The internal cartridge combines PP cotton, activated carbon fiber,\n            and hollow fiber ultrafiltration materials.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-metric-card\"\u003e\n          \u003cspan\u003eExternal Protection\u003c\/span\u003e\n          \u003cstrong\u003eReplaceable Pre-Filter\u003c\/strong\u003e\n          \u003cp\u003e\n            The intake pre-filter helps reduce larger debris before water\n            enters the primary filter cartridge.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-metric-card\"\u003e\n          \u003cspan\u003eSystem Type\u003c\/span\u003e\n          \u003cstrong\u003ePortable Non-Electric Filter\u003c\/strong\u003e\n          \u003cp\u003e\n            Designed for situations where electrical power, charging, and\n            fixed water connections are unavailable.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-metric-card\"\u003e\n          \u003cspan\u003eHose Configuration\u003c\/span\u003e\n          \u003cstrong\u003eSeparate Inlet and Outlet Hoses\u003c\/strong\u003e\n          \u003cp\u003e\n            The longer hose draws untreated water into the system, while the\n            shorter hose directs filtered water into a clean container.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-metric-card\"\u003e\n          \u003cspan\u003eStorage Shelf Time\u003c\/span\u003e\n          \u003cstrong\u003eUp to 5 Years Before Use\u003c\/strong\u003e\n          \u003cp\u003e\n            Store unused components in a clean, dry, cool, and ventilated place\n            away from direct sunlight and corrosive substances.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 05 Care and Use --\u003e\n    \u003cdiv class=\"pw-pump-section\"\u003e\n      \u003cdiv class=\"pw-pump-section-title\"\u003e\n        \u003ch3\u003eCare \u0026amp; Use Notes\u003c\/h3\u003e\n        \u003cspan\u003e05\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pw-pump-use-grid\"\u003e\n\n        \u003cdiv class=\"pw-pump-use-card\"\u003e\n          \u003cdiv class=\"pw-pump-use-icon\"\u003e01\u003c\/div\u003e\n          \u003cstrong\u003eChoose Clear Freshwater\u003c\/strong\u003e\n          \u003cp\u003e\n            Avoid heavily muddy water whenever another source is available.\n            High sediment levels may reduce flow and shorten filter life.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-use-card\"\u003e\n          \u003cdiv class=\"pw-pump-use-icon\"\u003e02\u003c\/div\u003e\n          \u003cstrong\u003eKeep Clean and Dirty Parts Separate\u003c\/strong\u003e\n          \u003cp\u003e\n            Do not allow the outlet hose, clean-water cup, or water outlet to\n            contact untreated water or dirty surfaces.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-use-card\"\u003e\n          \u003cdiv class=\"pw-pump-use-icon\"\u003e03\u003c\/div\u003e\n          \u003cstrong\u003eDo Not Use Detergent on the Filter\u003c\/strong\u003e\n          \u003cp\u003e\n            Do not clean the cartridge with soap, bleach, solvents, chemical\n            cleaners, or abrasive materials.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-use-card\"\u003e\n          \u003cdiv class=\"pw-pump-use-icon\"\u003e04\u003c\/div\u003e\n          \u003cstrong\u003eDo Not Filter Non-Water Liquids\u003c\/strong\u003e\n          \u003cp\u003e\n            Carbonated, acidic, sugary, flavored, or alcoholic liquids may\n            damage the filtration materials and affect performance.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-use-card\"\u003e\n          \u003cdiv class=\"pw-pump-use-icon\"\u003e05\u003c\/div\u003e\n          \u003cstrong\u003eRelease a Stiff Handle Carefully\u003c\/strong\u003e\n          \u003cp\u003e\n            If the handle becomes stiff after storage, gently rotate it from\n            side to side, pull upward, and pump several times.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-use-card\"\u003e\n          \u003cdiv class=\"pw-pump-use-icon\"\u003e06\u003c\/div\u003e\n          \u003cstrong\u003eCheck the Pre-Filter When Flow Slows\u003c\/strong\u003e\n          \u003cp\u003e\n            Inspect and clean the external pre-filter when pumping becomes more\n            difficult or water intake becomes noticeably slower.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-use-card\"\u003e\n          \u003cdiv class=\"pw-pump-use-icon\"\u003e07\u003c\/div\u003e\n          \u003cstrong\u003eRemove Residual Water\u003c\/strong\u003e\n          \u003cp\u003e\n            After each use, drain the hoses, cup, pre-filter, pump body, and\n            cartridge as thoroughly as possible.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-use-card\"\u003e\n          \u003cdiv class=\"pw-pump-use-icon\"\u003e08\u003c\/div\u003e\n          \u003cstrong\u003eDry Before Long-Term Storage\u003c\/strong\u003e\n          \u003cp\u003e\n            Allow washable components to air-dry in a clean, ventilated area\n            before packing the system away.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-use-card\"\u003e\n          \u003cdiv class=\"pw-pump-use-icon\"\u003e09\u003c\/div\u003e\n          \u003cstrong\u003eProtect the UF Membrane\u003c\/strong\u003e\n          \u003cp\u003e\n            Avoid sharp impacts, freezing conditions, excessive heat, or\n            handling that could damage the hollow fiber membrane.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-use-card\"\u003e\n          \u003cdiv class=\"pw-pump-use-icon\"\u003e10\u003c\/div\u003e\n          \u003cstrong\u003eReplace the Main Filter on Time\u003c\/strong\u003e\n          \u003cp\u003e\n            Replace the cartridge at its rated capacity, or earlier when flow,\n            taste, odor, or physical condition indicates replacement.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-use-card\"\u003e\n          \u003cdiv class=\"pw-pump-use-icon\"\u003e11\u003c\/div\u003e\n          \u003cstrong\u003eInspect Hoses and Connections\u003c\/strong\u003e\n          \u003cp\u003e\n            Check the hoses, connectors, seals, floater, clip, and pre-filter\n            for looseness, wear, or damage before outdoor use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pw-pump-use-card\"\u003e\n          \u003cdiv class=\"pw-pump-use-icon\"\u003e12\u003c\/div\u003e\n          \u003cstrong\u003eAvoid Hazardous Water Sources\u003c\/strong\u003e\n          \u003cp\u003e\n            The filter is not designed to make seawater or water affected by\n            fuels, industrial chemicals, or hazardous contamination drinkable.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pw-pump-note\"\u003e\n        \u003cdiv class=\"pw-pump-note-inner pw-pump-warning\"\u003e\n          \u003cstrong\u003eCold-weather warning:\u003c\/strong\u003e\n          Do not allow a wet hollow fiber filter to freeze. Water trapped inside\n          the membrane may expand during freezing and damage the filtration\n          structure.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Purewell","offers":[{"title":"Army Green","offer_id":42316185829541,"sku":"8187-G","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":42316185862309,"sku":"8187-B","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Replacement Filter Only Green","offer_id":48033818935461,"sku":"8187-filter-G","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Replacement Filter Only Black","offer_id":42420905738405,"sku":"8187-filter-B","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Replacement Pre-Filter Only Green","offer_id":48033818968229,"sku":"8187-pre-filter-G","price":15.99,"currency_code":"USD","in_stock":true},{"title":"Replacement Pre-Filter Only Black","offer_id":48033811988645,"sku":"8187-pre-filter-B","price":15.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0562\/2788\/9317\/files\/OutdoorPumpWaterFilter_2.jpg?v=1784716548","url":"https:\/\/www.purewell.com\/products\/outdoor-pump-water-filter","provider":"Purewell","version":"1.0","type":"link"}