{"title":"Cabin \u0026 Homestead Water Pumps \u0026 Pressure Systems","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003c!-- \n  TECHNICAL SOURCE: Water Pumps Collection (Diaphragm, Submersible, Hand Pumps)\n  AUTHOR: Kenton Jones\n  DATE: 2026\n--\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n.cd-pumps-wrapper {\n    font-family: 'Lato', sans-serif;\n    line-height: 1.4;\n    color: #e2e8f0; \/* Light text for #213845 background *\/\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.cd-pumps-wrapper ::selection { background: #bae6fd; color: #0c4a6e; }\n\n.cd-pumps-wrapper h1 {\n    text-align: center;\n    margin: 10px 0 5px 0;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    letter-spacing: -0.5px;\n    font-size: 32px;\n    line-height: 1.2;\n}\n\n.cd-hero-blurb { \n    background: transparent; \n    border: none; \n    padding: 2px 20px;\n    margin: 0 auto 5px auto; \n    text-align: center;\n}\n\n.cd-hero-blurb h2 {\n    color: #ffffff; \n    font-weight: 900;\n    text-transform: uppercase;\n    margin: 0 auto;\n    border-bottom: 3px solid #fb8c00;\n    padding-bottom: 4px;\n    width: fit-content;\n    display: inline-block;\n    font-size: 20px;\n}\n\n\/* --- Intro \u0026 Navigation --- *\/\n.cd-intro-box {\n    text-align: center;\n    max-width: 850px;\n    margin: 0 auto 15px auto;\n    padding: 0 15px;\n}\n\n.cd-intro-box p { color: #cbd5e1; margin-bottom: 12px; font-size: 15px; }\n\n.cd-nav-links {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    margin-bottom: 25px;\n    flex-wrap: wrap;\n}\n\n.cd-nav-links a {\n    color: #fb8c00 !important;\n    font-weight: 900;\n    text-transform: uppercase;\n    text-decoration: underline;\n    font-size: 11px;\n    letter-spacing: 1px;\n}\n\n\/* --- Interactive Gallery --- *\/\n.cd-gallery-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin: 15px auto;\n    max-width: 1000px;\n}\n\n.cd-gallery-item {\n    position: relative;\n    border-radius: 16px;\n    overflow: hidden;\n    border: 1px solid #e2e8f0;\n    background: #ffffff;\n    display: flex;\n    flex-direction: column;\n}\n\n.cd-gallery-item img {\n    width: 100%;\n    height: auto;\n    aspect-ratio: 1\/1;\n    display: block;\n    object-fit: cover;\n    transition: all 0.3s ease;\n    vertical-align: bottom;\n}\n\n.cd-gallery-tooltip {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    background: rgba(251, 140, 0, 0.95);\n    color: #ffffff;\n    padding: 10px;\n    opacity: 0;\n    transform: translateY(100%);\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    z-index: 10;\n    text-align: center;\n}\n\n.cd-gallery-item:hover .cd-gallery-tooltip {\n    opacity: 1;\n    transform: translateY(0);\n}\n\n.cd-gallery-tooltip strong {\n    display: block;\n    text-transform: uppercase;\n    color: #0f172a; \n    margin-bottom: 2px;\n    font-size: 10px;\n    font-weight: 900;\n}\n\n.cd-gallery-tooltip p {\n    margin: 0;\n    font-weight: 700;\n    font-size: 10px;\n    line-height: 1.2;\n}\n\n\/* --- Homestead Narrative Row --- *\/\n.cd-expertise-row-homestead {\n    background: white;\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    margin: 20px 0;\n    overflow: hidden;\n    padding: 25px;\n    color: #1e293b;\n    text-align: center;\n}\n\n.cd-expertise-row-homestead h2 {\n    color: #0f172a;\n    border-bottom: 2px solid #fb8c00; \n    margin-top: 0;\n    display: inline-block;\n    font-weight: 800;\n    text-transform: uppercase;\n    padding-bottom: 2px;\n    font-size: 24px;\n}\n\n.cd-expertise-row-homestead p {\n    margin: 10px auto 20px auto;\n    color: #475569;\n    font-size: 14px;\n    max-width: 850px;\n}\n\n\/* --- Feature Grid (Now Integrated) --- *\/\n.cd-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin: 0 auto;\n    max-width: 900px;\n}\n\n.cd-feature-card {\n    background: #f8fafc;\n    padding: 15px;\n    border-radius: 12px;\n    border: 1px solid #e2e8f0;\n    border-top: 4px solid #00b4d8;\n    text-align: center;\n}\n\n.cd-feature-card strong { display: block; margin-bottom: 2px; text-transform: uppercase; color: #0264a2; font-weight: 900; font-size: 13px; }\n.cd-feature-card p { margin: 0; font-size: 12px; line-height: 1.3; color: #475569; }\n\n\/* --- Minimal Support Row (Reigned In) --- *\/\n.cd-support-row-minimal {\n    max-width: 700px; \/* Reigned in horizontally *\/\n    margin: 20px auto 5px auto; \n    padding: 12px 15px;\n    border: 1px dashed #0264a2;\n    border-radius: 12px;\n    background: #f0f9ff;\n    display: flex;\n    flex-direction: row !important;\n    align-items: center;\n    gap: 15px;\n}\n\n.cd-support-badge-min { width: 45px; height: 45px; border-radius: 50%; border: 2px solid #ffffff; flex-shrink: 0; }\n.cd-support-content-min { text-align: left; flex: 1; min-width: 0; }\n.cd-support-content-min h3 { margin: 0; font-weight: 900; text-transform: uppercase; color: #0264a2; font-size: 13px; }\n.cd-support-content-min p { margin: 0; color: #475569; font-size: 11px; line-height: 1.3; }\n\n.cd-support-btn-min {\n    text-decoration: none !important;\n    padding: 6px 12px;\n    background: #0264a2;\n    color: #ffffff !important;\n    border-radius: 6px;\n    font-weight: 800;\n    text-transform: uppercase;\n    font-size: 10px;\n    transition: all 0.2s ease;\n    white-space: nowrap;\n    display: inline-flex;\n    align-items: center;\n    flex-shrink: 0;\n}\n\n.cd-support-btn-min:hover { background: #0f172a; }\n\n.cd-footer-tagline {\n    text-align: center; \n    font-style: italic; \n    margin-top: 15px; \n    color: #ffffff; \n    font-size: 11px;\n    border-top: 1px solid rgba(255,255,255,0.1);\n    padding-top: 10px;\n}\n\n@media screen and (max-width: 768px) {\n    .cd-feature-grid { grid-template-columns: 1fr; }\n    .cd-pumps-wrapper h1 { font-size: 24px; }\n    \n    .cd-gallery-tooltip {\n        opacity: 1;\n        transform: translateY(0);\n        position: relative;\n        padding: 8px 4px;\n        background: #fb8c00; \n    }\n    .cd-gallery-tooltip p { font-size: 9px; }\n    .cd-gallery-item:hover img { opacity: 1; transform: none; filter: none; }\n    .cd-support-content-min p { font-size: 10px; }\n    .cd-support-row-minimal { max-width: 95%; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"cd-pumps-wrapper\"\u003e\n\u003cdiv class=\"cd-hero-blurb\"\u003e\n\u003ch2\u003ePressure. Power. Portability.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-intro-box\"\u003e\n\u003cp\u003eMove water exactly where you need it without a grid connection. Whether you're pulling from a deep well, boosting pressure in a tiny home, or keeping the livestock watered at the far end of the property, our curated collection of 12V and 24V pumps is built for the rugged demands of the Canadian homestead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-nav-links\"\u003e\n\u003ca href=\"https:\/\/thecabindepot.ca\/collections\/water\"\u003e← View Full Water Collection\u003c\/a\u003e \u003ca href=\"https:\/\/thecabindepot.ca\/collections\/water-purification\"\u003eGo to Water Purification →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Pump Category Pillars --\u003e\n\u003cdiv class=\"cd-gallery-grid\"\u003e\n\u003cdiv class=\"cd-gallery-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SEAFLO_12V_5.5GPM_51_Series_Water_Pressure_System_img6.webp?v=1774032946\" alt=\"SEAFLO Diaphragm Pump\"\u003e\n\u003cdiv class=\"cd-gallery-tooltip\"\u003e\n\u003cstrong\u003eDiaphragm Pumps\u003c\/strong\u003e\n\u003cp\u003eHigh-efficiency 12V\/24V pumps for sinks, showers, and wash-down stations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-gallery-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Watersprint_Core_Installation_low.jpg?v=1776282357\" alt=\"Pump Installation\"\u003e\n\u003cdiv class=\"cd-gallery-tooltip\"\u003e\n\u003cstrong\u003eAccumulator Tanks\u003c\/strong\u003e\n\u003cp\u003eEliminate pump chatter and smooth out water flow for a residential feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-gallery-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SEAFLO_12V_5.5GPM_51_Series_Water_Pressure_System_img5.webp?v=1774032946\" alt=\"Submersible Tech\"\u003e\n\u003cdiv class=\"cd-gallery-tooltip\"\u003e\n\u003cstrong\u003eSubmersible Units\u003c\/strong\u003e\n\u003cp\u003eRugged deep-well pumps designed for solar integration and high vertical lift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Integrated Homestead Narrative \u0026 Features --\u003e\n\u003cdiv class=\"cd-expertise-row-homestead\"\u003e\n\u003cdiv class=\"cd-simplicity-content\"\u003e\n\u003ch2\u003eHomestead Reliability\u003c\/h2\u003e\n\u003cp\u003eFrom filling the horse troughs to deep-cleaning the tractor, water management is the backbone of homesteading. We select pumps that aren't just powerful, but repairable and durable. These units are engineered to handle the start-stop cycles of cabin life and provide the pressure required for a modern kitchen beyond the grid.\u003c\/p\u003e\n\u003cdiv class=\"cd-feature-grid\"\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eSolar Optimized\u003c\/strong\u003e\n\u003cp\u003e12V and 24V DC builds that run directly from your battery bank without inverter loss.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\" style=\"border-top-color: #fb8c00;\"\u003e\n\u003cstrong\u003eSelf-Priming Logic\u003c\/strong\u003e\n\u003cp\u003eCapable of pulling water from several feet below, allowing for flexible tank placement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\" style=\"border-top-color: #22c55e;\"\u003e\n\u003cstrong\u003eManual Backup\u003c\/strong\u003e\n\u003cp\u003eTraditional hand-pumps for the ultimate \"zero-power\" security at the camp or garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Minimal Support Hub (Reigned In) --\u003e\n\u003cdiv class=\"cd-support-row-minimal\"\u003e\n\u003cimg alt=\"TCD Support\" class=\"cd-support-badge-min\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/73.png?v=1769703475\"\u003e\n\u003cdiv class=\"cd-support-content-min\"\u003e\n\u003ch3\u003eOff-Grid Water Support\u003c\/h3\u003e\n\u003cp\u003eNeed help picking the right pump? Call us at \u003ca href=\"tel:+18446034743\" style=\"color: #0264a2; font-weight: 800; text-decoration: none;\"\u003e1-844-603-4743\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\" class=\"cd-support-btn-min\"\u003eSupport Form\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-footer-tagline\"\u003eQuality Gear for Indoors \u0026amp; Out. \u003cstrong\u003eThe Cabin Depot\u003csup\u003e®\u003c\/sup\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"flojet-strainer","title":"Eccotemp Flojet Strainer","description":"\u003cdiv\u003e\n\u003ch2\u003e\n\u003cspan style=\"color: #ff2a00;\"\u003e\u003cb\u003e\u003cspan color=\"#ff2a00\"\u003e\u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003cb\u003e\u003cspan\u003e\u003cspan\u003eDescription\u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003e:\u003c\/span\u003e\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003eThe Flojet Inlet Strainer will keep your showers clean wherever you are. It's a handy little water filter that will keep the bugs and dirt out of your shower water. Featuring a 20 mesh stainless steel screen, the Inlet will also keep your pump pumping by preventing unnecessary breakdowns caused by particles in the water. A transparent housing unit allows for instant inspection and a screw off top makes for easy cleaning. Also very easy to install with a Flojet Water Pump.\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan\u003e\u003cspan\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cb\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cb\u003e\u003cspan\u003eTechnical Spec:\u003c\/span\u003e\u003c\/b\u003e\u003c\/div\u003e\n\u003cdiv\u003e4 GPM (16LPM) at 70 PSI 9% BAR) MAX\u003cbr\u003e20 Mesh stainless steel screen\u003cbr\u003e1\/2 hose barb x quad 90 degree strainer\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv\u003e\n\u003col\u003e\u003c\/ol\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003eFlojet Strainer","brand":"Eccotemp","offers":[{"title":"Default Title","offer_id":17603021572,"sku":"1720012S","price":33.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/flojet-water-default-title-flojet-strainer-11644343364.jpg?v=1758394801"},{"product_id":"grundfos-3-submersible-pump-1","title":"Grundfos 3\" 115V Submersible Pump","description":"\u003cdiv data-mce-fragment=\"1\" class=\"std\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe Grundfos 10SQ05-160 is our most popular submersible well pump and for good reason - they are a perfect match for those using off-grid solar power systems!\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eLooking for a comparable affordable submersible pump solution? Check out the \u003ca href=\"https:\/\/thecabindepot.ca\/products\/kedron-3-in-submersible-pump-1-5hp\" title=\"KEDRON® 3SP1-20P Submersible Water Pump Hybrid AC DC\" rel=\"noopener\" target=\"_blank\"\u003eKEDRON® 3SP1-20P Submersible Pump\u003c\/a\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eAdvantages\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003eSuperior build quality - every Grundfos pump is manufactured using only high-quality stainless steel enclosures\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eSimple 2-wire (2 wires + ground) electrical connection\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e1\/2HP, single phase, 60Hz, 3-stage motor\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e10 GPM, total dynamic head = 160FT\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eSoft-start technology - unlike standard submersible pumps, soft-start technology means you can use a smaller inverter, and consume less power during operation\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e115vAC connection - We can't tell you how many times customers make the mistake of purchasing a deep well submersible pump that requires 240vAC and oversized for their needs! This is especially important because those who have smaller off-grid requirements are forced to invest in expensive 240vAC split-phase inverters who otherwise could be using smaller 120vAC inverters. \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eUL Certified (for both US and Canada)\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e2-Year Warranty\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #ff2a00;\"\u003eThe 10SQ05-160 can be installed without the need of any additional control units, and connect directly to a standard residential pressure switch + pressure tank.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifications Grundfos 10SQ05-160 ( 96160167 )\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eModel Number: 10SQ05-160\u003c\/li\u003e\n\u003cli\u003ePart Number: 96160167\u003c\/li\u003e\n\u003cli\u003eRated at 10 GPM with a Total Dynamic Head of 160 ft\u003c\/li\u003e\n\u003cli\u003ePump End Stages: 3 Stages\u003c\/li\u003e\n\u003cli\u003e1\/2 HP SQ Series Motor\u003c\/li\u003e\n\u003cli\u003eVoltage: 115 Volt\u003c\/li\u003e\n\u003cli\u003eWiring: 2-Wire (2 wires + Ground) \/ Single Phase \/ 60 Hz\u003c\/li\u003e\n\u003cli\u003ePipe Connection: 1-1\/4\" NPT\u003c\/li\u003e\n\u003cli\u003eAmp Draw: 12 A\u003c\/li\u003e\n\u003cli\u003eMinimum borehole diameter: 2.99 inches\u003c\/li\u003e\n\u003cli\u003eValve: Pump with built-in non-return valve\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eElectrical Data for the Grundfos 10SQ05-160 ( 96160167 )\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMotor type MS3\u003c\/li\u003e\n\u003cli\u003ePower input - P1: 1.09 kW\u003c\/li\u003e\n\u003cli\u003eRated power - P2: 0.939 HP\u003c\/li\u003e\n\u003cli\u003eMain frequency: 60 Hz\u003c\/li\u003e\n\u003cli\u003eRated voltage: 1 x 100-115 V\u003c\/li\u003e\n\u003cli\u003eService factor: 1.85 SF\u003c\/li\u003e\n\u003cli\u003eRated current: 12 A\u003c\/li\u003e\n\u003cli\u003ePower factor: 1.00\u003c\/li\u003e\n\u003cli\u003eRated speed: 10700 rpm\u003c\/li\u003e\n\u003cli\u003eMotor protection: Yes\u003c\/li\u003e\n\u003cli\u003eThermal protect: internal\u003c\/li\u003e\n\u003cli\u003eLength of cable (lead): 4.922 ft\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003e Download:\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/grundfos-pumps-281232f943f66cdf289b651f2a3ca73c.pdf?v=1647117168\" title=\"Grundfos SQ Series Submersible Pump Brochure Canada by The Cabin Depot™\" target=\"_blank\"\u003eGrundfos SQ Series Brochure\u003c\/a\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003ca title=\"Grundfos 10SQ05-160 Installation instructions Canada by The Cabin Depot™\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SQ_SQE_Installation_and_operating_instructions?v=1647117244\" target=\"_blank\"\u003eGrundfos 10SQ05-160 Installation Instructions\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"std\"\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003eSQ innovative motor technology\u003c\/h3\u003e\n\u003cp data-mce-fragment=\"1\"\u003eSQ pumps feature an innovative motor design incorporating permanent-magnet technology. By combining permanent-magnet motors and a Grundfos micro-frequency converter, we are able to deliver unmatched performance and the ability to control and communicate with the pump in ways never before possible. \u003cbr\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eHigh pump efficiency\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003eThe hydraulic pump components are polyamide reinforced with 30 % glass fiber. The hydraulic design provides for high pump efficiency resulting in low energy consumption and therefore low energy costs.\u003cbr data-mce-fragment=\"1\"\u003e \u003cbr data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eHigh motor efficiency\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003eThe motors are based on a permanent magnet rotor (PM motor) featuring high efficiency within a wide load range.\u003cbr data-mce-fragment=\"1\"\u003e \u003cbr data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eWear resistance\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003eThe pump design features \"floating\" impellers (not fastened to the shaft). Each impeller has its own tungsten carbide\/ceramic bearing.\u003cbr data-mce-fragment=\"1\"\u003e \u003cbr data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eProtection against upthrust\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003eStarting up a pump with a very low counter pressure involves the risk of the entire impeller stack being lifted, also called upthrust. Upthrust may cause breakdown of both pump and motor.\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eExcellent starting capabilities\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003eThe integrated electronic unit of the motor features soft starting. Soft start reduces the starting current and thus gives the pump a smooth and steady acceleration.\u003cbr data-mce-fragment=\"1\"\u003eThe soft starter minimizes the risk of wear on the pump and prevents overloading of the mains during start-up.\u003cbr data-mce-fragment=\"1\"\u003eThe excellent starting capabilities are a result of the high locked-rotor torque of the permanent magnet motor together with the few pump stages. The high starting reliability also applies in case of low voltage supply.\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e \u003cbr data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eOverload protection\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003eExposure of the pump to heavy load causes the current consumption to rise. The motor will automatically compensate for this by reducing the speed to 3000 rpm.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003eIf the rotor is being prevented from rotating, this will automatically be detected and the power supply will be cut out. Consequently, no extra motor protection is needed.\u003cbr data-mce-fragment=\"1\"\u003e \u003cbr data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eOvertemperature protection\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003eA permanent magnet motor gives off very little heat to its surroundings. In combination with an efficient internal circulation system leading the heat away from the rotor, stator and bearings, this ensures optimum operating conditions for the motor.\u003cbr data-mce-fragment=\"1\"\u003eAs an extra protection, the electronic unit has a built-in temperature sensor. When the temperature rises too high, the motor is cut out; when the temperature has dropped, the motor is automatically cut in again.\u003cbr data-mce-fragment=\"1\"\u003e \u003cbr data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eReliability\u003c\/strong\u003e\u003cbr data-mce-fragment=\"1\"\u003eThe motors are built for high reliability and feature:\u003c\/p\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003eTungsten carbide \/ ceramic bearings\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003ethrust bearings protecting against downthrust\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eproduct life time equal to conventional AC motors\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eImportant:\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eAny well with a high static water level may allow the pump to operate off the curve and outside its recommended range. We recommend using a \"Dole\" flow restriction valve to throttle the pump to prevent upthrust damage to the pump and motor. The maximum flow must be restricted to within the pumps recommended operating range.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e3\" 115V Submersible Pump\u003c\/p\u003e","brand":"Grundfos","offers":[{"title":"Pump Only","offer_id":39880551661665,"sku":"10SQ05-160","price":1699.0,"currency_code":"CAD","in_stock":true},{"title":"Pump + 100FT 12\/2 AWG + ground wire","offer_id":39880551694433,"sku":"10SQ05-161","price":1889.0,"currency_code":"CAD","in_stock":true},{"title":"Pump + 150FT 12\/2 AWG + ground wire","offer_id":39880551727201,"sku":"10SQ05-162","price":1988.5,"currency_code":"CAD","in_stock":true},{"title":"Pump + 200FT 12\/2 AWG + ground wire","offer_id":39880551759969,"sku":"10SQ05-163","price":2088.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/grundfos-water-pump-only-grundfos-3-submersible-pump-29251026518113.png?v=1758394805"},{"product_id":"reliance-flo-pro-pressurized-portable-shower","title":"Reliance Flo Pro Pressurized Portable Shower","description":"\u003cp\u003ePressurized portable shower featuring a continuous spray with trigger action shower head. Equipped with a 6' (1.8m) kink resistant hose and pressure release valve. \u003cbr\u003e\u003cbr\u003eIncludes a washable neoprene sleeve with mesh pouch for storage. Make transporting easy with convenient carry strap. \u003cbr\u003e\u003cbr\u003eHold ups to 8L\/2 gallons of water.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eLength: 9.10 Width: 9.10 Height: 17.20\u003c\/li\u003e\n\u003cli\u003eWeight: 3.80lbs\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Reliance","offers":[{"title":"Default Title","offer_id":31625948332129,"sku":"9316-03","price":54.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/reliance-camping-outdoors-default-title-reliance-flo-pro-pressurized-portable-shower-14055527383137.jpg?v=1758394648"},{"product_id":"reliance-solar-spray-5-gallon-portable-shower","title":"Reliance 5Gal Solar-Spray Portable Shower","description":"\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli\u003e\n\u003cp data-mce-fragment=\"1\"\u003eNothing beats a warm shower in nature. The Solar Spray heats up water naturally to shower over you when you need it most. \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eHeats water up to 100ºF\/37ºC in 2.5 hours of solar exposure\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSilver 5-gallon (20L) water container\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"s1\"\u003e\u003cspan\u003eErgonomic handle for comfortable transport\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"s1\"\u003e\u003cspan\u003eKink-resistant hose with shower nozzle\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"s1\"\u003e\u003cspan\u003eOn\/off spigot for controlled water flow\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"s1\"\u003eBPA-free\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eDimensions:\u003cbr\u003e\u003cbr\u003eLength\u003cspan\u003e \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e(inches)\u003c\/span\u003e: 9 \/ Width: 9 \/ Height: 9\u003cbr\u003eWeight: 1.08 lbs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e5Gal Solar-Spray Shower","brand":"Reliance","offers":[{"title":"Default Title","offer_id":32486589136993,"sku":"9321-69","price":14.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/reliance-camping-outdoors-default-title-reliance-solar-spray-5-gallon-portable-shower-15508246200417.jpg?v=1758394762"},{"product_id":"seaflo-harness-with-on-and-off-switch-and-30a-battery-clips","title":"SEAFLO Harness With ON\/OFF Switch And 30A Battery Clips","description":"\u003cp\u003e\u003cspan microsoft=\"\" yahei=\"\" font-size:18px=\"\" white-space:normal=\"\" background-color:=\"\" ffffff=\"\"\u003e\u003cspan\u003eSTANDARD PUMP CONFIGURATIONS\u003cbr\u003eModel: D\u003cbr\u003eType: \u003c\/span\u003e\u003c\/span\u003e18 AWG wiring harness with on-off switch, two 30-amp battery clips\u003cbr\u003eLength: 98.43\"\u003cbr\u003eMolded 1-pin connector: Yes\u003c\/p\u003eHarness With ON\/OFF Switch And 30A Battery Clips","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":32545576058977,"sku":"D","price":15.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-harness-with-on-and-off-switch-and-30a-battery-clips-15648061325409.png?v=1758394633"},{"product_id":"seaflo-filter-3-4-male-quick-attached-to-3-8-hose-barb","title":"SEAFLO Filter With 3\/4 Male Quick Attached To 3\/8 Hose Barb","description":"Item Number: 41S01\u003cbr\u003eSize: 3\/4\" Male Quick Attach\u003cbr\u003eFitting Type: 3\/8\" Hose Barb\u003cbr\u003eMesh Size: 50Filter With 3\/4 Male Quick Attached To 3\/8 Hose Barb","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":32545728462945,"sku":"41S01","price":19.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-filter-3-4-male-quick-attached-to-3-8-hose-barb-15648483999841.jpg?v=1758394757"},{"product_id":"seaflo-filter-1-2-mnpt-to-1-2-female-npt","title":"SEAFLO Filter With 1\/2 MNPT To 1\/2 Female NPT","description":"\u003cp\u003e\u003cspan\u003e\u003cspan microsoft=\"\" yahei=\"\" font-size:18px=\"\" white-space:normal=\"\" background-color:=\"\" ffffff=\"\"\u003eSTANDARD PUMP CONFIGURATIONS\u003cbr\u003e\u003cbr\u003eItem Number: 51S01\u003cbr\u003eSize: 1\/2\" -14 MNPT\u003cbr\u003eFitting Type: 1\/2\" -14 FNPT Inline Filter\/Strainer\u003cbr\u003eMesh Size: 50\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003eFilter With 1\/2 MNPT To 1\/2 Female NPT","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":32545756938337,"sku":"51S01","price":19.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-filter-1-2-mnpt-to-1-2-female-npt-15648561954913.jpg?v=1758394861"},{"product_id":"seaflo-filter-rectangle-3-4-male-to-3-4-female-quick-attach","title":"SEAFLO Rectangle Filter With 3\/4 Male To 3\/4 Female Quick Attach","description":"\u003cp\u003e\u003cspan\u003e41S03 Fitting Suitable for 35\/41\/43\/52\/53 Series Diaphragm Pumps.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan microsoft=\"\" yahei=\"\" font-size:18px=\"\" white-space:normal=\"\" background-color:=\"\" ffffff=\"\"\u003eSTANDARD PUMP CONFIGURATIONS\u003cbr\u003e\u003cbr\u003eItem Number: 41S03\u003cbr\u003eSize: 3\/4\" Male Quick Attach\u003cbr\u003eFitting Type: 3\/4\" Female Quick Attach\u003cbr\u003eMesh Size: 50\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003eRectangle Filter With 3\/4 Male To 3\/4 Female Quick Attach","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":32545770045537,"sku":"41S03","price":19.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-filter-rectangle-3-4-male-to-3-4-female-quick-attach-15648595705953.png?v=1758394906"},{"product_id":"seaflo-filter-round-3-4-male-quick-attached-to-1-2-mnpt","title":"SEAFLO Round Filter With 3\/4 Male Quick Attached To 1\/2\" MNPT","description":"Item Number: 41S02\u003cbr\u003eSize: 3\/4\" Male Quick Attach\u003cbr\u003eFitting Type: 1\/2 MNPT\u003cbr\u003eMesh Size: 50\u003cbr\u003eRound Filter With 3\/4 Male Quick Attached To 1\/2\" MNPT","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":32545780858977,"sku":"41S02","price":19.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-filter-round-3-4-male-quick-attached-to-1-2-mnpt-15648627884129.jpg?v=1758394625"},{"product_id":"seaflo-fitting-1-2-barb-to-1-2-fnpt-90-degree","title":"SEAFLO Fitting With 1\/2\" Barb To 1\/2\" FNPT 90°","description":"\u003cp\u003e\u003cspan\u003e51F03 Fitting Suitable for 33\/34\/42\/44\/51\/54 Series Diaphragm Pumps.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv id=\"product-parameter\" class=\"product-info-second clearfix\"\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan yahei=\"\" font-size:18px=\"\" white-space:normal=\"\" background-color:=\"\" ffffff=\"\" microsoft=\"\"\u003eSTANDARD PUMP CONFIGURATIONS\u003cbr\u003e\u003cbr\u003eItem Number: 51F03\u003cbr\u003eSize: 1\/2\" -14 FNPT x 1\/2\" Barb\u003cbr\u003eFitting Type: HSE Barb Elbow Fitting\u003cbr\u003eMaterial: POM \u0026amp; PP\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-info-third\"\u003e\u003cbr\u003e\u003c\/div\u003eFitting With 1\/2\" Barb To 1\/2\" FNPT 90°","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":32545791639649,"sku":"51F03","price":5.99,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-fitting-1-2-barb-to-1-2-fnpt-90-degree-15648655081569.png?v=1758394821"},{"product_id":"seaflo-fitting-1-2-barb-to-1-2-fnpt-straight","title":"SEAFLO Fitting With 1\/2\" Barb To 1\/2\" FNPT Straight","description":"\u003cp\u003e\u003cspan\u003e51F01 Fitting Suitable for 33\/34\/42\/44\/51\/54 Series Diaphragm Pumps.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eSTANDARD PUMP CONFIGURATIONS\u003cbr\u003eItem Number: 51F01\u003cbr\u003eSize: 1\/2\" -14 FNPT x 1\/2\" Barb\u003cbr\u003eFitting Type: HSE Barb Straight Fitting\u003cbr\u003eMaterial: POM \u0026amp; PP\u003c\/span\u003e\u003c\/p\u003eFitting With 1\/2\" Barb To 1\/2\" FNPT Straight","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":32545799766113,"sku":"51F01","price":5.99,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-fitting-1-2-barb-to-1-2-fnpt-straight-15648691880033.png?v=1758394583"},{"product_id":"seaflo-1l-accumulator-tank","title":"SEAFLO 1L Accumulator Tank","description":"Accumulator tanks hold a reservoir of air and water down stream from the pump. The air acts as a cushion, absorbing pump and pressure fluctuations while smoothing the flow and making the system quieter. Accumulators allow the pump to reach shut-off pressure more smoothly which reduces the on\/off cycle which gives better control of hot water delivery.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eFEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003cbr\u003e- Smoother flow, quieter water systems.\u003cbr\u003e- Internal rubber membrane eliminates maintenance and allows universal mounting.\u003cbr\u003e- Better control of hot water temperatures.\u003cbr\u003e- Simply fitted to new or existing systems.\u003cbr\u003e- Longer pump life, lower battery drain.\u003cbr\u003e- Snap-in port fittings.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eSTANDARD CONFIGURATIONS\u003c\/strong\u003e\u003cbr\u003eModel: SFAT-100-125-01\u003cbr\u003eInternal Volume: 1.0L\/33.8OZ\u003cbr\u003ePre-charge (PSI\/BAR): 10\/0.7\u003cbr\u003eMax Operating (GPM\/LPM): 125\/8.6\u003cbr\u003eAir Fill Vale: standard automotive - style tire valve\u003cbr\u003eInlet\/Outlet Dia: 1\/2\" MNPT \u003cbr\u003eWeight: 1.46lbs\u003cbr\u003eDimensions: 12\" x 4.6\"\u003cbr\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":32549452349537,"sku":"SFAT-100-125-01","price":36.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Seaflo_1L_Accumulator_Tank.jpg?v=1758394764"},{"product_id":"seaflo-long-barrel-hand-pump","title":"SEAFLO Long Barrel Hand Pump","description":"\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eFeatures \u0026amp; Benefits\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003ePortable design - lightweight\u003cbr\u003eEase of use - versatile flexible outlet pipe\u003cbr\u003eReady to pump - 1\"\/25 mm hose no fittings or plumbing required\u003cbr\u003eEase of operation - simple handle plunger\u003cbr\u003eSuitable for bilge water or diesel transfer\u003cbr\u003eAvailable in two barrel lengths 410 mm (16\") or 560mm (22\")\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eTypical Applications\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003eMarine\u003cbr\u003eKayaks \u0026amp; Canoes \u003cbr\u003eRV \u0026amp; Campers\u003cbr\u003eIndustrial\u003c\/p\u003e\n\u003cp class=\"STYLE3\"\u003e\u003cstrong\u003eSTANDARD PUMP CONFIGURATIONS\u003cbr\u003e\u003c\/strong\u003eProduct Code: SFPH-H1100-02\u003cbr\u003eHose Connections: 25mm (1\") Hose Connections\u003cbr\u003eWeight: 0.64lbs (0.29 kg)\u003cbr\u003eMaterials: Pump Body: PP, Valve: EPDM\u003cbr\u003eMaterials on Contact with Fluid: PP, EPDM\u003cbr\u003eSuction Lift: 1m (3ft)\u003cbr\u003eDischarge Head: 0.5m (1.5ft)\u003cbr\u003e45 Strokes Per Minute: 19 ltrs (5 US Gallons)\u003cbr\u003e70 Strokes Per Minute: 31.4 ltrs (8.3 US Gallons)\u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":32549486526561,"sku":"SFPH-H1100-02","price":24.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-long-barrel-hand-pump-15658324066401.jpg?v=1758394885"},{"product_id":"seaflo-5-5gpm-12v-water-pressure-system-51-series","title":"SEAFLO 12V 5.5GPM 51 Series Water Pressure System","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n.cd-product-description {\n    font-family: 'Lato', sans-serif;\n    line-height: 1.4;\n    color: inherit;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.cd-product-description ::selection {\n    background: rgba(251, 140, 0, 0.2);\n    color: #ffffff;\n}\n\n.cd-main-banner {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    margin: 0 auto 10px auto;\n    border-radius: 12px;\n}\n\n.cd-origin-badge {\n    text-align: center;\n    text-transform: uppercase;\n    font-weight: 800;\n    letter-spacing: 2px;\n    margin-bottom: 12px;\n    display: block;\n    color: #fb8c00;\n}\n\n.cd-product-description h2 {\n    border-bottom: 2px solid #fb8c00;\n    padding-bottom: 4px;\n    margin-top: 20px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 800;\n}\n\n.cd-product-description p {\n    margin-bottom: 10px;\n}\n\n\/* Side-by-Side Expertise Row - Logo on the Right *\/\n.cd-expertise-row {\n    background: white;\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    margin: 15px 0;\n    overflow: hidden;\n    display: flex;\n    flex-wrap: nowrap;\n    align-items: stretch;\n    color: #1e293b;\n}\n\n.cd-expertise-text-container {\n    flex: 1;\n    padding: 20px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n}\n\n.cd-expertise-text-container h2 {\n    color: #0f172a;\n    border-bottom: 2px solid #fb8c00;\n    margin-top: 0;\n}\n\n.cd-expertise-img-container {\n    flex: 0 0 300px;\n    background: #ffffff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-left: 1px solid #e2e8f0;\n}\n\n.cd-expertise-img-container img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}\n\n\/* Feature Grid *\/\n.cd-responsive-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin: 15px 0;\n}\n\n.cd-feature-card {\n    background: rgba(251, 140, 0, 0.05);\n    padding: 12px;\n    border-radius: 8px;\n    border-left: 4px solid #fb8c00;\n}\n\n.cd-feature-card strong {\n    display: block;\n    margin-bottom: 2px;\n    text-transform: uppercase;\n    color: #fb8c00;\n    font-weight: 900;\n}\n\n.cd-feature-card p {\n    margin: 0;\n    line-height: 1.3;\n}\n\n\/* Info Blurb *\/\n.cd-info-blurb {\n    background: #fff7ed;\n    color: #c2410c;\n    border: 1px solid #fed7aa;\n    padding: 12px 15px;\n    border-radius: 10px;\n    margin: 15px 0;\n    text-align: center;\n    font-style: italic;\n    font-weight: 500;\n}\n\n\/* Tech Infographic Gallery *\/\n.cd-infographic-gallery {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin: 15px 0;\n}\n\n.cd-infographic-item {\n    background: #ffffff;\n    border-radius: 8px;\n    padding: 5px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e2e8f0;\n}\n\n.cd-infographic-item img {\n    width: 100%;\n    height: auto;\n    display: block;\n}\n\n\/* Technical Specifications - High Visibility *\/\n.cd-spec-container {\n    margin: 15px auto 10px auto;\n    max-width: 800px;\n    border: 1px solid #e2e8f0;\n    border-radius: 12px;\n    overflow: hidden;\n    background: #f8fafc;\n}\n\n.cd-spec-header {\n    background-color: #0f172a;\n    color: #ffffff;\n    padding: 10px 15px;\n    font-weight: bold;\n    display: flex;\n    justify-content: space-between;\n}\n\n.cd-spec-row {\n    display: flex;\n    justify-content: space-between;\n    padding: 8px 15px;\n    border-bottom: 1px solid #e2e8f0;\n}\n\n.cd-spec-row:last-child { border-bottom: none; }\n.cd-spec-label { font-weight: bold; flex: 1; color: #475563; text-transform: uppercase; }\n.cd-spec-value { flex: 1; text-align: right; color: #0f172a; font-weight: 800; }\n\n\/* Support Button *\/\n.cd-support-row {\n    display: flex;\n    justify-content: center;\n    margin-bottom: 20px;\n}\n\n.cd-support-btn {\n    background: #fb8c00; \n    border: none;\n    padding: 10px 20px;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    text-decoration: none !important;\n    transition: all 0.2s ease;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n}\n\n.cd-support-btn:hover { background: #f97316; transform: translateY(-2px); }\n\n.cd-support-info { display: flex; flex-direction: column; align-items: flex-start; }\n.cd-support-info strong { text-transform: uppercase; color: #ffffff; font-weight: 900; line-height: 1; }\n.cd-support-info span { color: #ffffff !important; font-weight: 900; }\n\n.cd-footer-tagline {\n    text-align: center; \n    font-style: italic; \n    margin-top: 20px; \n    color: #94a3b8;\n}\n\n@media screen and (max-width: 768px) {\n    .cd-main-banner { max-width: 100%; }\n    .cd-expertise-row { flex-wrap: nowrap; }\n    .cd-expertise-img-container { \n        flex: 0 0 100px; \n        height: 100px; \n    }\n    .cd-expertise-text-container { padding: 12px; }\n    .cd-expertise-text-container h2 { margin-bottom: 4px; border-bottom-width: 1px; }\n    .cd-responsive-grid { grid-template-columns: repeat(2, 1fr); }\n    .cd-support-btn { width: 85%; justify-content: center; }\n}\n\n@media screen and (max-width: 480px) {\n    .cd-expertise-img-container { flex: 0 0 85px; height: 85px; }\n    .cd-infographic-gallery { grid-template-columns: 1fr; }\n    .cd-responsive-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"cd-product-description\"\u003e\n\u003c!-- Header Banner --\u003e \u003cspan class=\"cd-origin-badge\"\u003eModel: SFWSK1-055-060-003\u003c\/span\u003e\n\u003csection\u003e\n\u003cp\u003eAchieve reliable, home-style water pressure at your cabin or cottage. The \u003cstrong\u003eSEAFLO 51 Series\u003c\/strong\u003e is a complete \"plug and play\" kit that handles the hard work for you. It combines a powerful 12V pump and a noise-reducing accumulator tank on one pre-assembled mounting plate—giving you smooth, consistent flow for your kitchen, shower, and bathroom fixtures simultaneously.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cd-expertise-row\"\u003e\n\u003cdiv class=\"cd-expertise-text-container\"\u003e\n\u003cspan style=\"font-weight: 800; color: #64748b; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 2px;\"\u003eEasy Setup\u003c\/span\u003e\n\u003ch2\u003eDIY Mounting Plate\u003c\/h2\u003e\n\u003cp style=\"margin: 0; line-height: 1.3;\"\u003ePre-mounted with built-in filtration and easy electrical leads. Just secure the plate and connect your lines for steady water pressure in minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-expertise-img-container\"\u003e\u003cimg alt=\"SEAFLO Official\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SeaFlo_Square_Logo.png?v=1758294188\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFeatures \u0026amp; Benefits\u003c\/h2\u003e\n\u003cdiv class=\"cd-responsive-grid\"\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003ePowerful Flow\u003c\/strong\u003e Steady 5.5 GPM output provides enough water for multiple fixtures at once.\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eWhisper Quiet\u003c\/strong\u003e The integrated tank absorbs vibration and eliminates standard pump \"chatter.\"\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eSelf-Priming\u003c\/strong\u003e Capable of pulling water up to 6 feet, allowing for flexible tank placement.\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eSmart Safety\u003c\/strong\u003e Includes run-dry protection to prevent motor damage if your water tank goes empty.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-info-blurb\"\u003eHeavy-duty, corrosion-resistant build perfect for off-grid cabins, tiny homes, and boat refits.\u003c\/div\u003e\n\u003c!-- Compact Tech Diagrams --\u003e\n\u003cdiv class=\"cd-infographic-gallery\"\u003e\n\u003cdiv class=\"cd-infographic-item\"\u003e\u003cimg alt=\"Seaflo Benefits\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SEAFLO_12V_5.5GPM_51_Series_Water_Pressure_System_img5.webp?v=1774032946\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-infographic-item\"\u003e\u003cimg alt=\"Motor Tech\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SEAFLO_12V_5.5GPM_51_Series_Water_Pressure_System_img6.webp?v=1774032946\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"cd-spec-container\"\u003e\n\u003cdiv class=\"cd-spec-header\"\u003e\n\u003cspan\u003eComponent\u003c\/span\u003e \u003cspan\u003eSpecification\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eVoltage\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e12V DC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eMax Amp Draw\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e17A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eConnections\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e1\/2\" MNPT\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003ePressure Range\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e10 - 60 PSI\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e14.3 lbs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eMax Temp\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e140°F (60°C)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-support-row\"\u003e\u003ca class=\"cd-support-btn\" href=\"tel:1-844-603-4743\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#ffffff\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"cd-support-info\"\u003e\n\u003cstrong\u003eNeed Advice?\u003c\/strong\u003e \u003cspan\u003e1-844-603-4743\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-footer-tagline\"\u003eQuality Gear for Indoors \u0026amp; Out. \u003cstrong\u003eThe Cabin Depot\u003csup\u003e®\u003c\/sup\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39425957298273,"sku":"SFWSK1-055-060-003","price":199.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SEAFLO_12V_5.5GPM_51_Series_Water_Pressure_System_img1.webp?v=1774032946"},{"product_id":"seaflo-8l-accumulator-pressure-boost-system-12v","title":"SEAFLO 12V 8L Accumulator Pressure Boost System","description":"\u003ch3\u003eSEAFLO 8L Accumulator Pressure Boost System\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eSFWSK1-050-060-0021\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e12 Volt\u003c\/strong\u003e\u003cimg style=\"float: none; display: block; margin-left: auto; margin-right: auto;\" alt=\"SEAFLO Canada\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/f621c75ac47ea0e74393639ee3c93a9c.w598.h253_240x240.png?v=1624901263\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Screen_Shot_2021-06-28_at_3.24.32_PM_480x480.png?v=1624904705\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e \u003c\/p\u003e\n\u003cblockquote\u003e\n\u003ch5\u003e\u003cspan style=\"font-size: 1.4em;\"\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"http:\/\/www.seaflo.com\/upload\/image\/20180211\/24H4O9OPMT.jpg\" data-mce-fragment=\"1\" data-mce-src=\"http:\/\/www.seaflo.com\/upload\/image\/20180211\/24H4O9OPMT.jpg\"\u003eDescription\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h5\u003e\nA fully assembled pressure set that simplifies the installation of water pressure systems for both the professional and amateur installer. The set consists of a 5 chamber 12 Volt diaphragm pump, strainer, and pre-pressurized 8L accumulator tank with quick connect electrical connections pre-mounted for your convenience!\u003c\/blockquote\u003e\n\u003cblockquote\u003e\u003cstrong\u003e Features \u0026amp; Benefits:\u003c\/strong\u003e\u003c\/blockquote\u003e\n\u003cblockquote\u003e\n\u003cul\u003e\n\u003cli\u003ePowerful 5GPM (18.9LPM) flow rate\u003c\/li\u003e\n\u003cli\u003eUltra quiet and smooth water flow\u003c\/li\u003e\n\u003cli\u003eSelf-priming up to 6FT\u003c\/li\u003e\n\u003cli\u003eCan supply multiple fixtures\u003c\/li\u003e\n\u003cli\u003eease pre-assembled installation\u003c\/li\u003e\n\u003cli\u003eHeavy-duty, corrosion resistant motor\u003c\/li\u003e\n\u003cli\u003ePump can run dry without damage\u003c\/li\u003e\n\u003cli\u003eCan be used for new or existing water systems\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003eSpecifications:\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eVoltage: 12vDC\u003c\/li\u003e\n\u003cli\u003eMax Amp draw: 17A\u003c\/li\u003e\n\u003cli\u003eConnections: 1\/2\" barb\u003c\/li\u003e\n\u003cli\u003eTank Volume: 8L\u003c\/li\u003e\n\u003cli\u003ePressure on\/off: 20PSI \/ 60PSI\u003c\/li\u003e\n\u003cli\u003eWeight: 11.9lbs (5.4kg)\u003c\/li\u003e\n\u003cli\u003eSelf Prime: 6FT lift\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eMax operating temperature: 140F (60C)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: #ff2a00;\"\u003eDOWNLOAD:\u003c\/span\u003e \u003ca title=\"SEAFLO 8L Accumulator Tank Manual\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SEAFLO_8L_Accumulator.pdf?v=1624904999\" target=\"_blank\"\u003eUser Manual\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/blockquote\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39425983053921,"sku":"SFWSK1-050-060-0021","price":299.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-8l-accumulator-pressure-boost-system-12v-28384857817185.jpg?v=1758394652"},{"product_id":"seaflo-8l-accumulator-pressure-boost-system-24v","title":"SEAFLO 24V 8L Accumulator Pressure Boost System","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\n\u003c!-- \n  TECHNICAL SOURCE: SEAFLO 8L Accumulator System\n  AUTHOR: Kenton Jones\n  DATE: 2026\n  USAGE: Copy this scoped block into the Shopify Product Description HTML editor.\n--\u003e\n\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n.cd-product-description {\n    font-family: 'Lato', sans-serif;\n    line-height: 1.4;\n    color: inherit;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.cd-product-description ::selection { background: rgba(2, 100, 162, 0.2); color: #000000; }\n\n\/* --- Hero Banner (Unit Shot) --- *\/\n.cd-main-banner {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    margin: 0 auto 10px auto;\n    border-radius: 12px;\n}\n\n.cd-origin-badge {\n    text-align: center;\n    text-transform: uppercase;\n    font-weight: 800;\n    letter-spacing: 2px;\n    margin: 15px 0 12px 0;\n    display: block;\n    color: #0264a2;\n}\n\n.cd-product-description h1 {\n    text-align: center;\n    margin: 0 0 15px 0;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #0f172a;\n}\n\n.cd-product-description h2 {\n    border-bottom: 2px solid #0264a2;\n    padding-bottom: 4px;\n    margin: 20px 0 10px 0;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 800;\n    text-align: center;\n}\n\n.cd-product-description p { margin-bottom: 10px; }\n\n\/* --- Expertise Row (Side-by-Side) --- *\/\n.cd-expertise-row {\n    background: white;\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    margin: 15px 0;\n    overflow: hidden;\n    display: flex;\n    flex-wrap: nowrap;\n    align-items: stretch;\n    color: #1e293b;\n}\n\n.cd-expertise-text-container {\n    flex: 1;\n    padding: 25px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n}\n\n.cd-expertise-text-container h2 {\n    color: #0f172a;\n    border-bottom: 2px solid #fb8c00; \n    margin-top: 0;\n    text-align: left;\n}\n\n.cd-expertise-img-container {\n    flex: 0 0 280px; \n    background: #ffffff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-left: 1px solid #e2e8f0;\n    padding: 15px;\n}\n\n.cd-expertise-img-container img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n}\n\n\/* --- Features Grid --- *\/\n.cd-responsive-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin: 15px 0;\n}\n\n.cd-feature-card {\n    background: rgba(2, 100, 162, 0.03);\n    padding: 12px;\n    border-radius: 8px;\n    border-left: 4px solid #0264a2;\n}\n\n.cd-feature-card strong {\n    display: block;\n    margin-bottom: 2px;\n    text-transform: uppercase;\n    color: #0264a2;\n    font-weight: 900;\n}\n\n.cd-feature-card p { margin: 0; line-height: 1.3; }\n\n\/* --- Simplified Technical Specifications --- *\/\n.cd-spec-container {\n    margin: 15px auto 10px auto;\n    max-width: 800px;\n    border: 1px solid #e2e8f0;\n    border-radius: 12px;\n    overflow: hidden;\n    background: #f8fafc;\n}\n\n.cd-spec-header {\n    background-color: #0f172a;\n    color: #ffffff;\n    padding: 10px 15px;\n    font-weight: 900;\n    display: flex;\n    justify-content: space-between;\n    text-transform: uppercase;\n}\n\n.cd-spec-row {\n    display: flex;\n    justify-content: space-between;\n    padding: 8px 15px;\n    border-bottom: 1px solid #e2e8f0;\n}\n\n.cd-spec-row:last-child { border-bottom: none; }\n.cd-spec-label { font-weight: bold; flex: 1; color: #475563; text-transform: uppercase; }\n.cd-spec-value { flex: 1; text-align: right; color: #0f172a; font-weight: 800; }\n\n\/* --- Simplified Support Hub --- *\/\n.cd-support-box {\n    max-width: 900px;\n    margin: 30px auto 10px auto; \n    padding: 25px;\n    border: 1px dashed #0264a2;\n    border-radius: 16px;\n    background: #f0f9ff;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n}\n\n.cd-support-badge-img { width: 60px; height: auto; border-radius: 50%; border: 2px solid #ffffff; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }\n.cd-support-content { text-align: left; flex: 1; }\n.cd-support-content h3 { margin: 0 0 4px 0; font-weight: 900; text-transform: uppercase; color: #0264a2; }\n.cd-support-content p { margin: 0 0 15px 0; color: #475569; }\n\n.cd-support-btn-grid { display: flex; flex-wrap: wrap; gap: 10px; }\n\n.cd-support-link {\n    text-decoration: none !important;\n    padding: 10px 20px;\n    background: #0264a2;\n    color: #ffffff !important;\n    border-radius: 8px;\n    font-weight: 800;\n    text-transform: uppercase;\n    transition: all 0.2s;\n    display: inline-flex;\n    align-items: center;\n}\n\n.cd-support-link:hover { background: #0f172a; transform: translateY(-2px); }\n\n\/* Download Link *\/\n.cd-manual-link {\n    text-align: center;\n    margin: 20px 0;\n}\n\n.cd-manual-link a {\n    color: #fb8c00 !important;\n    font-weight: 900;\n    text-transform: uppercase;\n    text-decoration: underline;\n    letter-spacing: 0.5px;\n}\n\n.cd-footer-tagline {\n    text-align: center; \n    font-style: italic; \n    margin-top: 25px; \n    color: #94a3b8;\n    border-top: 1px solid #f1f5f9;\n    padding-top: 15px;\n}\n\n@media screen and (max-width: 768px) {\n    .cd-main-banner { max-width: 100%; }\n    .cd-expertise-row { flex-direction: column-reverse; }\n    .cd-expertise-img-container { \n        flex: 0 0 auto; \n        border-left: 0; \n        border-bottom: 1px solid #e2e8f0; \n    }\n    .cd-responsive-grid { grid-template-columns: 1fr; }\n    .cd-support-box { flex-direction: column; text-align: center; }\n    .cd-support-content { text-align: center; }\n    .cd-support-btn-grid { justify-content: center; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"cd-product-description\"\u003e\n    \u003c!-- Header Unit Image (Hero) --\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Screen_Shot_2021-06-28_at_3.24.32_PM_480x480.png?v=1624904705\" class=\"cd-main-banner\" alt=\"SEAFLO 8L Pressure Boost System Detail\"\u003e\n\n    \u003cspan class=\"cd-origin-badge\"\u003eModel: SFWSK2-050-060-0021 | 24V Series\u003c\/span\u003e\n\n    \u003csection\u003e\n        \u003cp\u003eAchieve residential-grade water performance in your off-grid cabin, tiny home, or van build. The \u003cstrong\u003eSEAFLO 8L Accumulator Pressure System\u003c\/strong\u003e is a professional \"plug and play\" solution that eliminates the common frustrations of 24V water systems. By pairing a high-output 5-chamber pump with a massive 8L pre-pressurized accumulator tank, this system delivers smooth, consistent flow to multiple fixtures without the noisy \"pump chatter\" or pulsing found in standalone setups.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Side-by-Side Section with Logo --\u003e\n    \u003cdiv class=\"cd-expertise-row\"\u003e\n        \u003cdiv class=\"cd-expertise-text-container\"\u003e\n            \u003cspan style=\"font-weight: 800; color: #64748b; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 2px;\"\u003eSystem Stability\u003c\/span\u003e\n            \u003ch2\u003eSmooth, Pulsation-Free Flow\u003c\/h2\u003e\n            \u003cp style=\"margin: 0; line-height: 1.3;\"\u003e\n                The integrated 8L accumulator tank acts as a pressure reservoir, allowing the pump to cycle less frequently. This not only extends the life of your motor but ensures a whisper-quiet experience at the faucet, even during low-flow tasks like washing hands or rinsing dishes.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-expertise-img-container\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/f621c75ac47ea0e74393639ee3c93a9c.w598.h253_240x240.png?v=1624901263\" alt=\"SEAFLO Water Systems\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eFeatures \u0026amp; Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"cd-responsive-grid\"\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cstrong\u003e5 GPM High Volume\u003c\/strong\u003e Powerful enough to supply a shower and kitchen sink fixtures simultaneously with zero pressure drop.\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cstrong\u003eSelf-Priming Mastery\u003c\/strong\u003e Capable of pulling water up to 6 feet vertically, providing total flexibility for your tank placement.\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cstrong\u003eRun-Dry Safe\u003c\/strong\u003e Industrial-grade motor is engineered to run dry without damage, protecting your system if the main tank goes empty.\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cstrong\u003ePre-Assembled Convenience\u003c\/strong\u003e Arrives fully mounted on a durable plate with quick-connect electrical leads for a professional DIY install.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-manual-link\"\u003e\n        \u003cstrong\u003eDOWNLOAD:\u003c\/strong\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SEAFLO_8L_Accumulator.pdf?v=1624904999\" target=\"_blank\"\u003eSEAFLO 8L User Manual ↓\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"cd-spec-container\"\u003e\n        \u003cdiv class=\"cd-spec-header\"\u003e\n            \u003cspan\u003eComponent\u003c\/span\u003e \u003cspan\u003ePerformance Data\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eVoltage\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e24V DC\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eMax Amp Draw\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e9.0A\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eFlow Rate\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e5.0 GPM\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eTank Volume\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e8.0 Liters\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eOn\/Off Pressure\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e20 \/ 60 PSI\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eConnections\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e1\/2\" Barb\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e11.9 lbs (5.4 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Simplified Support Section --\u003e\n    \u003cdiv class=\"cd-support-box\"\u003e\n        \u003cimg alt=\"TCD Support\" class=\"cd-support-badge-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/73.png?v=1769703475\"\u003e\n        \u003cdiv class=\"cd-support-content\"\u003e\n            \u003ch3\u003eNeed help picking the right model?\u003c\/h3\u003e\n            \u003cp\u003eThinking about adding this to your setup? We can help you through the purchase and give some advice on picking the right model for your cabin, but that's about it that we can do. Call us today at \u003ca href=\"tel:+18446034743\" style=\"color:#0264a2; font-weight:900; text-decoration:none;\"\u003e+1 (844) 603-4743\u003c\/a\u003e.\u003c\/p\u003e\n            \u003cdiv class=\"cd-support-btn-grid\"\u003e\n                \u003ca href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\" class=\"cd-support-link\"\u003eGeneral Help →\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-footer-tagline\"\u003e\n        Quality Gear for Indoors \u0026amp; Out. \u003cstrong\u003eThe Cabin Depot\u003csup\u003e®\u003c\/sup\u003e\u003c\/strong\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39425996128353,"sku":"SFWSK2-050-060-0021","price":299.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/products\/71tU_FmE_8L._AC_SL1500_eaef803a-342e-4899-9d73-5dc4427de7af.jpg?v=1758394574"},{"product_id":"seaflo-5gpm-24v-diaphragm-pump-55psi-42-series","title":"SEAFLO 24V 42 Series Diaphragm Pump 55PSI","description":"\u003ch5\u003e\u003cspan style=\"font-size: 1.4em;\"\u003eSEAFLO\u003c\/span\u003e\u003c\/h5\u003e\n\u003ch5\u003e\u003cspan style=\"font-size: 1.4em;\"\u003eSFDP2-050-055-42\u003c\/span\u003e\u003c\/h5\u003e\n\u003cp\u003e\u003cstrong\u003eDiaphragm Pump 42 Series 24V\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eMeet our newest addition to our diaphragm pumps: the 42 series.\u003c\/p\u003e\n\u003cp\u003eIt retains the raw power and pressure of its predecessors, but can also adapt to situations where huge flow is not needed.\u003c\/p\u003e\n\u003cp\u003eCompact but capable, it is a great fit for tight spaces.\u003c\/p\u003e\n\u003cp\u003eIt also may be configured with different inlet types, each with their own unique fittings, to be sure that it fits any application you can find.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003ePump\u003c\/strong\u003e\u003cbr\u003ePump: 4 Chamber positive displacement diaphragm pump, self priming, capable of being run dry\u003cbr\u003eControl Type: Pressure switch \u0026amp; by pass control\u003cbr\u003eMax Recommended Temperature: 60° C（140° F)\u003cbr\u003ePriming Capabilities: 6 feet (1.8 m) suction lift\u003cbr\u003eRe-start Pressure: Shut-off pressure 55 PSI : 41 PSI ±5 PSI (±0.3 bar)\u003cbr\u003eInlet\/Outlet Ports: 1\/2\" -14 MNPT\u003cbr\u003eWeight: 4 lbs (1.9 kg)\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eMotor\u003c\/strong\u003e\u003cbr\u003eLeads: 16 AWG, 9.4\" (24cm) long with 2-Pin connector\/Leads\u003cbr\u003eDuty Cycle: Intermittent\u003cbr\u003eMax. Amp Draw: 7.5 A\u003cbr\u003eFuse 10 A\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cspan\u003ePERFORMANCE: \u003c\/span\u003e5.0GPM\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39426030469217,"sku":"SFDP2-050-055-42","price":154.99,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-5gpm-24v-diaphragm-pump-55psi-42-series-28385019592801.jpg?v=1758394591"},{"product_id":"seaflo-280-gph-submersible-inline-combo-12v-water-pump","title":"SEAFLO 12V 280GPH Submersible\/In-Line Combo Water Pump","description":"\u003ch3\u003e\u003cspan data-mce-fragment=\"1\"\u003eSEAFLO\u003c\/span\u003e\u003c\/h3\u003e\n\u003ch4 class=\"product-name\"\u003eSFSP1-G280-02A\u003c\/h4\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e280 GPH Submersible or Inline 12v water pump\u003cmeta charset=\"UTF-8\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003eA multi-application submersible and inline pump! You can pump clean water, seawater, or diesel, and it can function as either a flooded suction water supply pump or an inline booster pump! Its compact design allows it to fit into small spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAble to pump 40°C diesel, 80°C sea water\u003c\/li\u003e\n\u003cli\u003eAble to run for about 20 minutes\u003c\/li\u003e\n\u003cli\u003ePortable to carry on\u003c\/li\u003e\n\u003cli\u003eEasy installation\u003c\/li\u003e\n\u003cli\u003eIntermittent duty\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eFlow Rate: 280 GPH (1060 LPH)\u003c\/li\u003e\n\u003cli\u003eVoltage: 12V\u003c\/li\u003e\n\u003cli\u003eMax Draw: 4.5 A\u003c\/li\u003e\n\u003cli\u003eFuse Amps: 7.5 A\u003c\/li\u003e\n\u003cli\u003eHead: 10m\/32'\u003c\/li\u003e\n\u003cli\u003eWire Lead: 1m\/3'\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDownload: \u003ca title=\"SEAFLO 12v submersible pump SFSP1-G280-02A\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SEAFLO_INLINE_SUBMERSIBLE_PUMP.pdf?v=1625082404\" target=\"_blank\"\u003eOwners Manual\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39431946797153,"sku":"SFSP1-G280-02A","price":44.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-280-gph-submersible-inline-combo-12v-water-pump-28394103570529.jpg?v=1758394742"},{"product_id":"seaflo-manual-hand-pump-720gph","title":"SEAFLO 720GPH Manual Hand Pump","description":"\u003ch5\u003e\u003cspan style=\"font-size: 1.4em;\"\u003eSEAFLO\u003c\/span\u003e\u003c\/h5\u003e\n\u003cdiv class=\"page\" title=\"Page 1\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"layoutArea\"\u003e\n\u003cdiv class=\"column\"\u003e\n\u003cp\u003e\u003cstrong\u003eSFDHA-G720-01\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eManual Hand Pump \/ Bilge Pump \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThis handy manual pump can be screwed down to a counter or deck and pump 12 gallons per minute (45 litres per minute) easily. No motors to fail and no electrical power required ! Note: hose inlet\/outlet required = 1.36\" (34.5mm). \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHighlights\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDelivers up to 12 Gallons Per Minute (45 Litres per minute) flow capacity\u003c\/li\u003e\n\u003cli\u003eStrong \u0026amp; durable construction - Specifically designed for off-grid and marine applications\u003c\/li\u003e\n\u003cli\u003eFixed handle with rubber hand grip\u003c\/li\u003e\n\u003cli\u003eIdeal for pumping water from cisterns, lakes, streams, shallow wells, or as a backup bilge pump in case your electronic bilge pump fails - A must for every boat owner!\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures \u0026amp; Benefits\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eProven design - tough yet lightweight polypropylene materials\u003c\/li\u003e\n\u003cli\u003eVersatility of installation - removable clamping ring for head rotation\u003c\/li\u003e\n\u003cli\u003eSimple plumbing- 1.36\"\/34.5 mm smooth hose connection options\u003c\/li\u003e\n\u003cli\u003eEase of operation - molded grip handle\u003c\/li\u003e\n\u003cli\u003eEasy maintenance - easy remove clamp ring\u003c\/li\u003e\n\u003cli\u003eSecure fit - robust molded base\u003c\/li\u003e\n\u003cli\u003eCompact design - ideal for confined spaces\u003c\/li\u003e\n\u003cli\u003eReliable performance - U-shaped outlet valve\u003c\/li\u003e\n\u003cli\u003eEfficient performance - up to 45 ltrs (5.2 US gals) per minute\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eTypical Applications\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCabin, Camping, or Marine\u003c\/li\u003e\n\u003cli\u003eKayak \u0026amp; Canoe \u003c\/li\u003e\n\u003cli\u003eRV \u0026amp; Campers\u003c\/li\u003e\n\u003cli\u003eIndustrial\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMaximim Lift = 10FT (3M)\u003c\/li\u003e\n\u003cli\u003eMax Discharge Head = 13FT (4M)\u003c\/li\u003e\n\u003cli\u003eHose Connections: 34.5 mm (1.36\") Hose Connections\u003c\/li\u003e\n\u003cli\u003eWeight:1.25 lbs (0.57 kg)\u003c\/li\u003e\n\u003cli\u003eMaterials: Pump Body: Glass-filled Polypropylene, Diaphragm: EPDM, Fasteners: Stainless Steel\u003c\/li\u003e\n\u003cli\u003eMaterials In Contact with Fluid: Glass-filled Polypropylene, EPDM, Stainless Steel\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39435382423649,"sku":"SFDHA-G720-01","price":29.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-manual-hand-pump-720gph-28403105038433.jpg?v=1758394867"},{"product_id":"seaflo-42-series-pressure-switch","title":"SEAFLO 42 Series Pressure Switch","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003e\u003cspan data-mce-fragment=\"1\"\u003eSEAFLO\u003c\/span\u003e\u003c\/h3\u003e\n\u003ch4 data-mce-fragment=\"1\"\u003e\n\u003cstrong\u003eSFPSMULTI pressure switch\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eFits all SEAFLO 21\/22\/33\/34\/41\/42\/51 series diaphragm pumps. \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u003cmeta charset=\"UTF-8\"\u003e\n\u003cspan\u003eWill also work on the 12v Eccotemp EccoFlo Pump.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e The pressure switch comes factory set for 42 series pressure pumps but is also fully adjustable by using a 2mm Allen Key and can be manually set between 35-100 PSI.\u003cbr\u003e\u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39438430601313,"sku":"SFPSMULTI","price":13.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-42-series-pressure-switch-33155265396833.jpg?v=1758394905"},{"product_id":"seaflo-in-line-blower-12-volt","title":"SEAFLO 12V In-Line Blower","description":"\u003ch3\u003e\u003cspan data-mce-fragment=\"1\"\u003eSEAFLO\u003c\/span\u003e\u003c\/h3\u003e\n\u003ch4 data-mce-fragment=\"1\"\u003e\u003cstrong\u003eSFIB1-235-04\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eIn-Line Blower 12 Volt\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #ff2a00;\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003ePlease note: \u003c\/strong\u003eThis item is in high-demand and currently on backorder. The current ETA is mid-October, at which time all backorders will be fulfilled. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan\u003eDesigned for efficient, high output operation, these blowers feature our exclusive front and rear shaft seals and corrosion resistant motor housings for long life. Compact and easily installed on any flat surface, SEAFLO in-line blowers provide higher air flow, lower amp draw, and quieter operation than standard blowers.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003e Applications:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCabin ventilation\u003c\/li\u003e\n\u003cli\u003eRV ventilation\u003c\/li\u003e\n\u003cli\u003eBoat ventilation: bilges, engine compartments, galleys and heads\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifications:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e4\" (102mm) hose connections (hose sold separately)\u003c\/li\u003e\n\u003cli\u003e235CFM\u003c\/li\u003e\n\u003cli\u003eCorrosion resistant motor housing\u003c\/li\u003e\n\u003cli\u003eSealed shaft\u003c\/li\u003e\n\u003cli\u003eCorrosion resistant construction\u003c\/li\u003e\n\u003cli\u003eQuiet operation\u003c\/li\u003e\n\u003cli\u003e12 volt\u003c\/li\u003e\n\u003cli\u003e4 Amp max\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDownload: \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/04-Manual-NEW_0.pdf?v=1625510541\" title=\"SEAFLO in-line blower installation manual\" target=\"_blank\"\u003eInstallation Manual\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39438527103073,"sku":"SFIB1-235-04","price":29.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-cooling-default-title-seaflo-in-line-blower-12-volt-28414173708385.jpg?v=1758394895"},{"product_id":"seaflo-in-line-blower-24-volt","title":"SEAFLO 24V In-Line Blower","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003e\u003cspan data-mce-fragment=\"1\"\u003eSEAFLO\u003c\/span\u003e\u003c\/h3\u003e\n\u003ch4 data-mce-fragment=\"1\"\u003e\u003cstrong\u003eSFIB2-235-04\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eIn-Line Blower 24 Volt\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan\u003eDesigned for efficient, high output operation, these blowers feature our exclusive front and rear shaft seals and corrosion resistant motor housings for long life. Compact and easily installed on any flat surface, SEAFLO in-line blowers provide higher air flow, lower amp draw, and quieter operation than standard blowers.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003e Applications:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCabin ventilation\u003c\/li\u003e\n\u003cli\u003eRV ventilation\u003c\/li\u003e\n\u003cli\u003eBoat ventilation: bilges, engine compartments, galleys and heads\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifications:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e4\" (102mm) hose connections (hose sold separately)\u003c\/li\u003e\n\u003cli\u003e235CFM\u003c\/li\u003e\n\u003cli\u003eCorrosion resistant motor housing\u003c\/li\u003e\n\u003cli\u003eSealed shaft\u003c\/li\u003e\n\u003cli\u003eCorrosion resistant construction\u003c\/li\u003e\n\u003cli\u003eQuiet operation\u003c\/li\u003e\n\u003cli\u003e24 volt\u003c\/li\u003e\n\u003cli\u003e2 Amp max\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDownload: \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/04-Manual-NEW_0.pdf?v=1625510541\" title=\"SEAFLO in-line blower installation manual\" target=\"_blank\"\u003eInstallation Manual\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39438538899553,"sku":"SFIB2-235-04","price":29.99,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-cooling-default-title-seaflo-in-line-blower-24-volt-28414236033121.jpg?v=1758394569"},{"product_id":"seaflo-11-series-1100-gph-automatic-bilge-pump-with-magnetic-float-switch","title":"SEAFLO 1,100GPH 11 Series Automatic Bilge Pump With Magnetic Float Switch","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003e\u003cspan data-mce-fragment=\"1\"\u003eSEAFLO\u003c\/span\u003e\u003c\/h3\u003e\n\u003ch4 data-mce-fragment=\"1\"\u003e\u003cstrong\u003eSFBP1-G1100-11\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eAutomatic Bilge Pump with internal float switch\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan\u003eSEAFLO 1100GPH Automatic Submersible Boat Bilge Water Pump. New patented design includes an all-in-one system: 12v pump \u0026amp; built-in magnetic float switch in one simple unit! No additional external float switch required. Pump turns on when water level rises \u0026amp; shuts off when water is removed. Built-in magnetic float switch for longevity!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003e Applications:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMarine bilge pump requirements up to 1100 GPH\u003c\/li\u003e\n\u003cli\u003ePonds\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifications:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAll-in-one pump \u0026amp; switch - no float switch required!\u003c\/li\u003e\n\u003cli\u003eSnap-off strainer for easy cleaning\u003c\/li\u003e\n\u003cli\u003e110F (43C) operating temperature limit\u003c\/li\u003e\n\u003cli\u003e3FT (1M) x 18 AWG wiring included\u003c\/li\u003e\n\u003cli\u003e12 volt\u003c\/li\u003e\n\u003cli\u003e5 Amp max\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDownload: \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/11-600-Automatic_pump_manual_1.pdf?v=1625511592\" title=\"SEAFLO Bilge Pump Manual\" target=\"_blank\"\u003eInstallation Manual\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39438558789729,"sku":"SFBP1-G1100-11","price":49.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-11-series-1100-gph-automatic-bilge-pump-with-magnetic-float-switch-28414302126177.jpg?v=1758394637"},{"product_id":"seaflo-round-cable-hatch-black","title":"SEAFLO Round Cable Hatch - Black","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003e\u003cspan data-mce-fragment=\"1\"\u003eSEAFLO\u003c\/span\u003e\u003c\/h3\u003e\n\u003ch4 data-mce-fragment=\"1\"\u003e\u003cstrong\u003eSFCH2-052-03\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eRound Cable Hatch (Black)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eEasy to install cable hatch for those wiring jobs where you need quick access to pull power cords or wiring through.\u003c\/p\u003e\n\u003cp\u003eUsed for RV's, boats, cabins, and other projects. Closes up and seals after use!\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDetails:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e1. Quick and easy to install\u003c\/p\u003e\n\u003cp\u003e2. Uses UV resistant materials.\u003c\/p\u003e\n\u003cp\u003e3. Re-designed to be sturdier than other round electric cable hatches.\u003c\/p\u003e\n\u003cp\u003e4. The outside collar is wider to cover up any pre-existing screw holes.\u003c\/p\u003e\n\u003cp\u003e5. Hinge is extra heavy duty.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39444420624481,"sku":"SFCH2-052-03","price":9.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-cooling-default-title-seaflo-round-cable-hatch-black-28427641880673.jpg?v=1758394913"},{"product_id":"biolan-greywater-filter-material","title":"Biolan Greywater Filter Material","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003eBiolan Filter Material is a mixture of natural materials for use in Biolan’s greywater filters.  The contents of the bag are enough to fill five filter boxes.  Biolan Greywater Filter 125 and 70 ( 2 bags) as well as the \u003ca href=\"https:\/\/www.thecabindepot.ca\/products\/biolan-grey-water-filter-system-light\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eGreywater Filter Light\u003c\/a\u003e (1 bag).\u003c\/p\u003e\n\u003cp\u003eThe used filter material can be composted, or used for covering the roots of ornamental plants.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eNatural filter material for Biolan grey water filters\u003c\/li\u003e\n\u003cli\u003eOne bags fills 5 filter boxes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\u003c\/ul\u003eGreywater Filter Material","brand":"Biolan","offers":[{"title":"Default Title","offer_id":39886055538785,"sku":"70574100","price":77.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/biolan-toilets-default-title-biolan-greywater-filter-material-29274527694945.jpg?v=1758394748"},{"product_id":"biolan-grey-water-filter-system-light","title":"Biolan Light Greywater Filter System","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003ch3\u003e\u003cstrong\u003eGrey Water Filter System\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003enon-insulated filter for treating grey water from sinks, showers, and laundry.\u003c\/li\u003e\n\u003cli\u003ecapacity 300 litres\/day\/module\u003c\/li\u003e\n\u003cli\u003efor summer use or installation indoors\u003c\/li\u003e\n\u003cli\u003eto be installed above ground or buried partly in the soil\u003c\/li\u003e\n\u003cli\u003eexpandable to suit applications with a pressure water supply\u003c\/li\u003e\n\u003cli\u003edomestic, ecological natural filter material\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThe operation of the Biolan Greywater Filter light is based on the mechanical and biological filtration of grey water. The organic filter material used in the filter, attracts the phosphates and impurities in the wastewater. The micro-organisms living on the surface of the filter material use the impurities in the water as their nutrition.\u003c\/p\u003e\n\u003cp\u003eThe module has five filter boxes layered one on top of the other. The wastewater enters into the uppermost filter box. Inside the module, the wastewater flows by gravity from one filter layer to the other through the openings in the end each box.  Finally the clean water exists the module and out to a gravel leach bed.\u003c\/p\u003e\n\u003cp\u003eHuman waste, storm water or drainage water from foundations must not be fed into the filter. The cleaning capacity of the filter material in the module is good for about 3-6 months depending on volume, after which it needs to be replaced in accordance with the maintenance instructions.  The Biolan grey water filter tolerates a small amount of anti-bacterial and chlorine-based agents that are commonly used for cleaning.  However, toxic chemicals or substances that contain chemicals that can kill the micro-organisms that clean the wastewater, such as drain openers, paints, oils or solvents, must not be fed into the purifier.\u003c\/p\u003e\n\u003cp\u003eBiolan Greywater Filter light is a non-insulated filter module for grey water. The filter is made of frost-resistant materials and is not thermally insulated. The unit operates reliably and lasts a long time.  The filter can be partially buried to reduce the height of the inlet pipe or a pump can be used to pump the grey water up to the filter inlet if the grey water is coming from a lower point underneath the building or a basement.\u003c\/p\u003e\n\u003ctable cellpadding=\"1\" cellspacing=\"1\" border=\"1\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eA properly dimensioned, installed and operated Biolan Greywater Filter light wastewater system meets the limit values for total phosphorus, total nitrogen and organic material in grey wastewater in accordance with the Environmental Protection law (527\/2014) and the Decree (157\/2017).\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eMaintenance of the Greywater Filter light\u003c\/h3\u003e\n\u003cp\u003eCheck the operation of the filter at least twice each operating season. A well-functioning purifier is nearly odourless, the filter material is moist and the water exiting it is clear and odourless and does not contain any significant amount of solid matter.\u003c\/p\u003e\n\u003ch4\u003eCheck that\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003ewastewater is flowing smoothly from all the openings in the box\u003c\/li\u003e\n\u003cli\u003ethe filter material is drawn to a distance of about 5 cm from the openings in the discharge end of the box\u003c\/li\u003e\n\u003cli\u003ethe visible connections of the sewers are in order\u003c\/li\u003e\n\u003cli\u003ethe purified wastewater is flowing freely out of the filter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eChanging the filter material\u003c\/h4\u003e\n\u003cp\u003eNormally, the filter material in the purifier must be replaced every 3-6 months of operation. Only filter material specifically intended for Biolan filters is allowed. Biolan does not guarantee the purification capacity of the unit if any other filter material is used.\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003eChange the filter material in all of the boxes at the same time.\u003c\/li\u003e\n\u003cli\u003eOpen the cover of the purifier and lift the filter material boxes out of the unit by means of the lifting handle.\u003c\/li\u003e\n\u003cli\u003eEmpty the filter material into the compost or use it as cover soil for ornamental plants.\u003c\/li\u003e\n\u003cli\u003eRefill the boxes with new filter material. One bag is enough filter material for the whole filter.  Rip the filter material loose and spread it evenly across the box by tapping it gently.  The amount of filter material in the box is sufficient when its surface lies about 2 cm below the edge of the box. Finally, draw the filter material about 5 cm to the rear from the V-openings.\u003c\/li\u003e\n\u003cli\u003eCheck the inlet and outlet connectors for wastewater and clean them.\u003c\/li\u003e\n\u003cli\u003ePlace the boxes filled with filter material back into the filter unit. The filter material boxes are identical, but observe their direction – in the lowermost box water flows towards the outlet connector, in the next box it flows towards the inlet connector etc.\u003c\/li\u003e\n\u003cli\u003eMake sure the unit is in a horizontal position both lengthwise and laterally so that wastewater flows smoothly from one box to the other.\u003c\/li\u003e\n\u003cli\u003eClose the cover of the filter carefully.\u003c\/li\u003e\n\u003cli\u003eWrite down the service measures taken.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003eThe filter material boxes are left inside the filter over winter. Freezing of the filter material does not damage the unit. If the filter material is still frozen when the operation starts in spring, thaw it by pouring warm, clear water through the filter.\u003c\/p\u003e\n\u003ch4\u003eDimensions\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003edimensions of the module (width x height x depth): \u003c\/strong\u003e56 x 58 x 96 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003etwo modules installed in parallel (width):\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eabout 1.30 m\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003etwo modules installed in parallel (depth):\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003emin. approximately 2.03 m\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003epipe connectors: \u003c\/strong\u003efor Ø 75 mm sewer pipes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eheight difference of inlet and outlet connectors:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e45 cm (height of fall)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ecapacity: \u003c\/strong\u003e300 litres\/day\/module\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eweight without the filter material: \u003c\/strong\u003e24 kg\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ethe distance, travelled by water in the filter material: \u003c\/strong\u003e325 cm\/module\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-weight: 400;\"\u003e \u003c\/p\u003e\n\u003cp style=\"font-weight: 400;\"\u003e\u003cspan\u003e\u003cspan style=\"color: #ff2a00;\"\u003ePlease Note:\u003c\/span\u003e We list several grey water treatments systems on our website and are available to customers throughout North America. These systems are meant to provide the treatment of greywater and this process significantly improves the quality of the water at the outlet. The Cabin Depot is a retail business exclusively and cannot provide installation specific advice. Information relating to the product specifications, use, or approvals should be directed to the manufacturer to answer. Due to the wide variety of installation locations, options, environmental requirements, and code requirements it’s up to the customer to seek final installation approvals from their municipality to ensure compliance prior to ordering.\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\u003c\/ul\u003eLight Greywater Filter System","brand":"Biolan","offers":[{"title":"Default Title","offer_id":39890440454241,"sku":"70572200","price":1099.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/biolan-toilets-default-title-biolan-grey-water-filter-system-light-29274449838177.png?v=1758394787"},{"product_id":"seaflo-115vac-circulation-pump-250gph","title":"SEAFLO 115VAC 250GPH Circulation Pump","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp\u003e\u003cspan\u003eThe \u003cstrong\u003eSEAFLO SFCPA1-G250-01\u003c\/strong\u003e is a highly efficient centrifugal magnetic drive pump, eliminating the need for a shaft seal and are serviceable with a screwdriver. Designed for continuous use, this pump is able to be run fully submerged or in open air for complete moisture protection. It also can pump liquids with a specific gravity greater than water (higher viscosity).\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/ktb250E_480x480.jpg?v=1647809853\" alt=\"SEAFLO air conditioning pump SFCPA1-G250-01 Canada\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWhile originally designed as a replacement for boat air conditioning systems which use seawater pumped through a condenser coil, more crafty DIY'ers have used these for in-floor heating, radiant heaters, or even use lake \u0026amp; stream water to make their own air cooling systems. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eHighlights\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eFor use with air conditioning systems up to 12,000 BTU\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eMore than 10,000 hours average lifetime\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e5GPM seawater circulation pump (250GPH)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eCan run dry without damage\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eContinuous duty\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eReplaces any brand marine air conditioning pump\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eCompatible with other marine AC systems including Dometic, Webasto, Cruisair, Marine Air, Koolair, and more!\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eSpecifications\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eVoltage: 115V\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003ePower Rating: 56W \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eMaximum liquid temperature: 130\u003c\/span\u003e℉ (\u003cspan\u003e54\u003c\/span\u003eC)\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eHead: 2.7 m\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eFlow Rate: 5GPM (19LPM)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eInlet: 3\/8\" NPT \u0026amp; 3\/4\" NPT\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eOutlet: 1\/4\"NPT\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eWeight: 4.7lbs (2.15 Kg)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eDuty Cycle: Continuous\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan style=\"color: #ff2a00;\"\u003eFor non-flammable liquids only. See images for flow graph and other details. \u003c\/span\u003e\u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39895518838881,"sku":"SFCPA1-G250-01","price":189.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-115vac-circulation-pump-250gph-29289014820961.jpg?v=1758394683"},{"product_id":"seaflo-115vac-circulation-pump-500gph","title":"SEAFLO 115VAC 500GPH Circulation Pump","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp\u003e\u003cspan\u003eThe \u003cstrong\u003eSEAFLO SFCPA1-G500-01\u003c\/strong\u003e is a highly efficient centrifugal magnetic drive pump, eliminating the need for a shaft seal and are serviceable with a screwdriver. Designed for continuous use, this pump is able to be run fully submerged or in open air for complete moisture protection. It also can pump liquids with a specific gravity greater than water (higher viscosity).\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg alt=\"SEAFLO air conditioning pump SFCPA1-G250-01 Canada\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/ktb250E_480x480.jpg?v=1647809853\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWhile originally designed as a replacement for boat air conditioning systems which use seawater pumped through a condenser coil, more crafty DIY'ers have used these for in-floor heating, radiant heaters, or even use lake \u0026amp; stream water to make their own air cooling systems. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eHighlights\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eFor use with air conditioning systems up to 24,000 BTU\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eMore than 10,000 hours average lifetime\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e8.5GPM seawater circulation pump (500GPH)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eCan run dry without damage\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eContinuous duty\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eReplaces any brand marine air conditioning pump\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eCompatible with other marine AC systems including Dometic, Webasto, Cruisair, Marine Air, Koolair, and more!\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eSpecifications\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eVoltage: 115V\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003ePower Rating: 115W\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eMaximum liquid temperature: 130\u003c\/span\u003e℉ (\u003cspan\u003e54\u003c\/span\u003eC)\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eHead: 4.3 m\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eFlow Rate: 8.5GPM (31LPM)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eInlet: 3\/4\" NPT\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eOutlet: 1\/2\"NPT\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eWeight: 7.5lbs (3.42 Kg)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eDuty Cycle: Continuous\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan style=\"color: #ff2a00;\"\u003eFor non-flammable liquids only. See images for flow graph and other details. \u003c\/span\u003e\u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":39895536894049,"sku":"SFCPA1-G500-01","price":249.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-115vac-circulation-pump-500gph-29289133539425.jpg?v=1758394867"},{"product_id":"rain-catcher-rain-barrel-rc4000","title":"FCMP Outdoor 50Gal Rain Catcher Rain Barrel","description":"\u003cdiv class=\"product-tabs-header\" data-mce-fragment=\"1\"\u003e\n\u003cdiv data-tab=\"product-tab-description\" class=\"product-tabs-header-item active\" data-mce-fragment=\"1\"\u003e\u003cstrong\u003e\u003cspan style=\"color: #ff2a00;\"\u003e*MADE IN CANADA*\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-tabs-body\" data-mce-fragment=\"1\"\u003e\n\u003cdiv id=\"product-tab-description\" class=\"product-tabs-body-item rte active\" data-mce-fragment=\"1\"\u003e\n\u003cul class=\"a-vertical a-spacing-none\" data-mce-fragment=\"1\"\u003e\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eIn production for over 25 years, Rain Catcher rain barrels are the gold standard for rain water collection with over 375,000 barrels sold across North America.\u003c\/span\u003e\u003c\/p\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003eRC4000 model - 50 gallon (189L) capacity\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eDesigned to mimic a traditional wooden barrel the \u003cstrong data-mce-fragment=\"1\"\u003eRain Catcher\u003c\/strong\u003e line of rain barrels have many modern features not found in a basic barrel.\u003c\/span\u003e\u003c\/p\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003eThe large opening and flat back design allow for easy installation and placement of the downspout while the spoke and wheel pattern in the top of the barrel keeps it child and pet safe.\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eThe overflow connection at the back of the barrel allows excess water to flow down and underneath the barrel to direct it away from foundations.\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eSpigots on the side of the barrel allow you to connect multiple Rain Catcher barrels in-series for easy expansion of your rain water storage capacity.\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eThe aluminum mesh screen keeps out debris and mosquitoes to keep the water clear and keep your family safe from insect borne illnesses.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003ePlace them around your home to catch fresh chlorine-free water as it pours from your downspouts - Water that would otherwise make its way into storm sewers only to be wasted. Rain barrels not only save you money but lessen the strain on water resources.\u003c\/p\u003e\n\u003cul class=\"a-vertical a-spacing-none\" data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003eThe barrels are constructed of recycled, UV inhibited, BPA free polyethylene.\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003eIncludes debris screen, garden hose, shut-off thumb valve, hanging hose clip, overflow hose, and linking kit\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong data-mce-fragment=\"1\"\u003eSPECIFICATIONS\u003c\/strong\u003e\n\u003cul class=\"a-vertical a-spacing-none\" data-mce-fragment=\"1\"\u003e\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003ePlastic: Linear Low Density Polyethylene (LLDPE)\u003c\/p\u003e\nRain Catcher 4000\u003cbr data-mce-fragment=\"1\"\u003eAssembled Dimensions: 24\"D x 24\"W x 32\"H\u003cbr data-mce-fragment=\"1\"\u003eTotal Volume: 6 cu ft \/ 50 Gallon \/ 189 Litre\n\u003cdiv data-mce-fragment=\"1\"\u003eColour, Brown - UPC: 628344138779\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003eColour, Green - UPC: 628344139141\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/r6a_3_7xlyE\" height=\"338\" width=\"600\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1567\/4239\/files\/fcmp_logo_colour_full_PNG_large.png?v=1570639949\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e50Gal Rain Catcher Rain Barrel\u003c\/p\u003e","brand":"FCMP Outdoor","offers":[{"title":"Default Title","offer_id":40002860548193,"sku":"RC4000-BRN","price":134.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/fcmp-outdoor-default-title-rain-catcher-rain-barrel-rc4000-29530985300065.jpg?v=1758394584"},{"product_id":"rain-catcher-rain-barrel-rc45-blk","title":"FCMP Outdoor 45Gal Rain Catcher Rain Barrel - Black","description":"\u003cdiv data-mce-fragment=\"1\" class=\"product-tabs-header\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-tabs-header-item active\" data-tab=\"product-tab-description\"\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-tabs-header-item active\" data-tab=\"product-tab-description\"\u003e\u003cstrong\u003e\u003cspan style=\"color: #ff2a00;\"\u003e*MADE IN CANADA*\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-tabs-body\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-tabs-body-item rte active\" id=\"product-tab-description\"\u003e\n\u003cul data-mce-fragment=\"1\" class=\"a-vertical a-spacing-none\"\u003e\u003c\/ul\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003eWith the appearance of a traditional wooden barrel the FCMP Outdoor RC45 Rain Barrel is perfect for locations where a larger barrel would be intrusive. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003eWith a fixed lid the opening of the barrel is small enough to prevent children or pets from entering the barrel. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003eThe 3.5 ft garden hose with shut off valve can be used for filling watering cans or can be attached to longer garden hoses bringing water further into your garden. T\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003ehe flat back of the barrel allows easy placement against a wall. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003eThe 45 gallon capacity will ease the strain on municipal water resources and your plants will love the healthy chemical free water. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003eConstructed with recycled content the durable UV resistant polyethylene plastic will look great for years. Place them around your home to catch fresh chlorine-free water as it pours from your downspouts - Water that would otherwise make its way into storm sewers only to be wasted. Rain barrels not only save you money but lessen the strain on water resources.\u003c\/span\u003e\u003c\/p\u003e\n\u003cul data-mce-fragment=\"1\" class=\"a-vertical a-spacing-none\"\u003e\u003c\/ul\u003e\n\u003cstrong data-mce-fragment=\"1\"\u003eSPECIFICATIONS\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-tabs-body-item rte active\"\u003e\n\u003cul\u003e\n\u003cli\u003eLarge, 45-gallon capacity rain barrel with the appearance of traditional wood\u003c\/li\u003e\n\u003cli\u003eConvenient accessories include a debris screen, garden hose, shut-off thumb valve, and hanging hose clip\u003c\/li\u003e\n\u003cli\u003eShallow depth and flat back allow for easy installation and placement of the downspout\u003c\/li\u003e\n\u003cli\u003eA safety rib in the top of the barrel keeps children and pets safe\u003c\/li\u003e\n\u003cli\u003eAdded corrosion resistant screen keeps out debris\u003c\/li\u003e\n\u003cli\u003eMade from recycled, UV inhibited, BPA free polyethylene\u003c\/li\u003e\n\u003cli\u003eColor: Black\u003c\/li\u003e\n\u003cli\u003eDimensions (L x W X H): 19.5 x 22 x 31.5 inches\u003c\/li\u003e\n\u003cli\u003eWeight: 17.21 pounds\u003c\/li\u003e\n\u003cli\u003eUPC: 628344140062\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-tabs-body-item rte active\"\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1567\/4239\/files\/fcmp_logo_colour_full_PNG_large.png?v=1570639949\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e45Gal Rain Catcher Rain Barrel - Black\u003c\/p\u003e","brand":"FCMP Outdoor","offers":[{"title":"Default Title","offer_id":40003260973153,"sku":"RC45-BLK","price":124.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/fcmp-outdoor-default-title-rain-catcher-rain-barrel-rc45-blk-29531582136417.jpg?v=1758394848"},{"product_id":"seaflo-115vac-diaphragm-pump-5gpm-55psi","title":"SEAFLO 115vAC Diaphragm Pump 5GPM 55PSI","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/*\n            Author: Kenton\n            Date: November 5, 2025\n            Contact: kenton.jones@cabindepot.com\n        *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700\u0026display=swap');\n\n        .cd-wrapper {\n            font-family: 'Lato', sans-serif;\n            line-height: 1.6;\n            color: #333;\n        }\n\n        \/* This container makes the table scrollable on small screens *\/\n        .table-container {\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch; \/* Smooth scrolling for iOS *\/\n            margin: 0 auto; \/* Center the container *\/\n        }\n        \n        .cd-wrapper table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n            border-radius: 8px;\n            overflow: hidden; \/* Ensures the border-radius is applied to corners *\/\n            font-family: 'Lato', sans-serif;\n             \/* Prevents the table from looking too compressed on small screens *\/\n        }\n\n        thead .cd-wrapper tr {\n            background-color: #0056B3; \/* Deep Blue from SEAFLO logo *\/\n            color: #ffffff;\n            text-align: left;\n        }\n\n        th, .cd-wrapper td {\n            ;\n            text-align: left;\n        }\n\n        tbody .cd-wrapper tr {\n            border-bottom: 1px solid #DCD2C7; \/* Light tan border *\/\n        }\n\n        tbody tr:nth-of-type(even) {\n            background-color: #F5F1ED; \/* Light warm off-white *\/\n        }\n\n        tbody tr:last-of-type {\n            border-bottom: 2px solid #FF7F00; \/* Orange from SEAFLO logo *\/\n        }\n\n        td strong {\n            color: #3D2B1F; \/* Dark brown *\/\n            font-weight: 700;\n        }\n\n        main .cd-wrapper ul {\n            list-style: disc;\n            padding-left: 30px;\n            margin: 15px 0;\n        }\n\n        main .cd-wrapper li {\n            padding-left: 5px;\n            margin-bottom: 8px;\n        }\n        \n        .cd-wrapper h4 {\n            margin-top: 25px;\n        }\n\n        \/* Notification Box Style *\/\n        .notification-box {\n            background-color: #E6F0FA; \/* Light blue background *\/\n            border: 1px solid #B3D1EC; \/* Light blue border *\/\n            border-left-\n            border-left-color: #FF7F00; \/* SEAFLO Orange *\/\n            ;\n            margin: 20px 0;\n            border-radius: 8px;\n            font-size: 0.95em;\n        }\n\n        .notification-box strong {\n            color: #333; \/* Darker text for the \"Note:\" *\/\n        }\n\n        \/* Styles for larger screens *\/\n        @media (\n                justify-content: center;\n            }\n            .cd-wrapper table {\n                width: auto; \/* Allow table to size to its content *\/\n                 \/* Set a comfortable minimum width *\/\n                  \/* Constrain the maximum width *\/\n            }\n            th, .cd-wrapper td {\n                ; \/* Increase padding for better spacing *\/\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"cd-wrapper\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cstrong\u003ePowerful 5.0 GPM Flow in a Compact AC Pump\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eMeet the newest addition to our diaphragm pumps: the SEAFLO 42 series. This 115V AC model retains the raw power and pressure of its predecessors but can also adapt to situations where high flow is not needed. Compact but capable, it is a great fit for tight spaces and a wide variety of applications.\u003c\/p\u003e\n\u003cp class=\"notification-box\"\u003e\u003cstrong\u003e*Note:\u003c\/strong\u003e This is the 115V AC version and comes with a standard 36\" (3-foot) cord with a 3-prong plug. It is designed to plug directly into a standard household 110-120V AC electrical outlet.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eKey Features \u0026amp; Benefits:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh Performance:\u003c\/strong\u003e Delivers a smooth 5.0 GPM flow with a 55 PSI shut-off pressure.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e115V AC Plug-in Power:\u003c\/strong\u003e Includes a 36\" grounded power cord with a 3-prong plug for easy installation to any standard 110-1V outlet.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmart Control:\u003c\/strong\u003e Features a pressure switch for automatic operation and a bypass control for smoother, quieter flow and reduced cycling.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRobust Design:\u003c\/strong\u003e 4-chamber positive displacement diaphragm pump that is self-priming up to 6 feet and capable of being run dry.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompact \u0026amp; Versatile:\u003c\/strong\u003e A great fit for tight spaces and can be configured with different inlet types for any application.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eQuiet Operation:\u003c\/strong\u003e Built with an industry-standard mounting pattern to minimize noise and vibration.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eCommon Applications:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePressurized water systems (RV, caravan, boat, cabin)\u003c\/li\u003e\n\u003cli\u003eSprayer fixtures (vehicle-mounted, electric)\u003c\/li\u003e\n\u003cli\u003eCleaning machines and humidifiers\u003c\/li\u003e\n\u003cli\u003eWater purification\u003c\/li\u003e\n\u003cli\u003eFood beverage filling \u0026amp; liquid transfer\u003c\/li\u003e\n\u003cli\u003eAny other pressurization system requiring AC power\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch1 style=\"text-align: center;\"\u003e\u003cstrong\u003eTechnical Specifications\u003c\/strong\u003e\u003c\/h1\u003e\n\u003cdiv class=\"table-container\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProduct Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSEAFLO Diaphragm Pump 42 Series 115AC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSKU\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSFDPA1-050-055-42\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePerformance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e5.0 GPM (18.9 LPM)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eVoltage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e115V AC (Plugs into standard 110-120V outlet)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower Cord\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e36\" grounded electrical cord with 3-prong plug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMax. Amp Draw\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1.1 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eControl Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePressure Switch \u0026amp; By-pass Control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e55 PSI (3.8 bar)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRe-start Pressure\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e41 PSI (±5 PSI)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePump Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4 Chamber Positive Displacement Diaphragm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6 feet (1.8 m) suction lift\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRun Dry Capable\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInlet\/Outlet Ports\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1\/2\" -14 MNPT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMax Recommended Temp.\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e140° F (60° C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDuty Cycle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIntermittent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6 lbs (2.7 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"text-align: center; margin-top: 20px;\"\u003eThe perfect 115V AC pump for your cabin, RV, or general transfer needs.\u003c\/h3\u003e\n\u003c\/div\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":40105748955233,"sku":"SFDPA1-050-055-42","price":169.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-115vac-diaphragm-pump-5gpm-55psi-29727967084641.jpg?v=1745261078"},{"product_id":"seaflo-pressure-switch-for-51-series-pump","title":"SEAFLO Pressure switch for 51 series Pump","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003ch3\u003e\n\u003cspan data-mce-fragment=\"1\"\u003eSEAFLO 51 Series\u003c\/span\u003e\u003cstrong style=\"font-size: 0.875rem;\"\u003e Pressure Switch - New Style\u003c\/strong\u003e\n\u003c\/h3\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan\u003eThis switch fits the \u003cstrong\u003enew Seaflo 51 Series pumps\u003c\/strong\u003e. It is \u003cstrong\u003eNOT\u003c\/strong\u003e adjustable and \u003cstrong\u003eDOES NOT\u003c\/strong\u003e fit the older style 51 series pump, as it has a different connection.\u003c\/span\u003e\u003c\/p\u003ePressure Switch For 51 Series Pump","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":40941031293025,"sku":"pressure switch 51","price":13.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-pressure-switch-for-51-series-pump-33155311009889.jpg?v=1758394585"},{"product_id":"rainstick-shower","title":"RainStick Shower","description":"\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003eRainStick doubles your water flow, connects to your smart home, and uses up to 80% less water and energy, saving you up to $1000 per year on water and energy bills.\u003cbr data-mce-fragment=\"1\"\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003eIn stunning matte black and brushed nickel, the option is yours to complete your bathroom in a standout way.\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003eRainStick is fully compliant for installation in North America and ideal for new builds and remodelling projects. Your RainStick Shower will be delivered complete with everything you need to get started, including:\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cul\u003e\n\u003cli\u003eShower Appliance\u003c\/li\u003e\n\u003cli\u003eShowerhead \u0026amp; Handheld Shower\u003c\/li\u003e\n\u003cli\u003ePhone \u0026amp; Email Installation Support\u003c\/li\u003e\n\u003cli\u003eRainStick Care Instructions\u003c\/li\u003e\n\u003cli\u003e6-Months Supply of RainStick Original Cleaning Product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cimg height=\"118\" width=\"127\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0649\/1753\/7003\/files\/2yearwarranty-02_100x100.png?v=1699037125\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0649\/1753\/7003\/files\/2yearwarranty-02_100x100.png?v=1699037125\"\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003ch3\u003e\u003cstrong\u003eHow it works:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"embed-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/LOTfQjbuWY4?si=CPV1JGcHfGCekJNS\" allowfullscreen=\"\" frameborder=\"0\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eRainStick FAQ\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003ca title=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0412\/1028\/2140\/files\/Pre-Installation_Checklist_April_2023.pdf?v=1680543810\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0412\/1028\/2140\/files\/Pre-Installation_Checklist_April_2023.pdf?v=1680543810\" target=\"_blank\" data-mce-href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0412\/1028\/2140\/files\/Pre-Installation_Checklist_April_2023.pdf?v=1680543810\"\u003ePre-installation requirements\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstyle\u003e\u003c!--\n.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;   } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }\n--\u003e\u003c\/style\u003eShower - Matte Black","brand":"RainStick","offers":[{"title":"Brushed Nickel","offer_id":41076303528033,"sku":"RS-SHW-BNIC","price":6399.0,"currency_code":"CAD","in_stock":true},{"title":"Matte Black","offer_id":41076303560801,"sku":"RS-SHW-MBLK","price":6399.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/rainstick-brushed-nickel-rainstick-shower-34055514751073.png?v=1758394884"},{"product_id":"seaflo-5gpm-12v-diaphragm-pump-60psi-51-series","title":"SEAFLO 12V 5GPM 51 Series Diaphragm Pump 60PSI","description":"\u003cp\u003e\u003cspan\u003eThe Seaflo 51 Series is our new Heavy-Duty water pump. It provides high volume water flow with reduced pump cycling, thanks to the large five-chamber diaphragm. These models are designed to run on water systems with no accumulator tank necessary! It is also suited for use with a holding tank water system, as may be found in a boat, RV or remote cabin. It provides up to 5.0 gallons per minute. The 51-Series pumps are self-priming, and can run dry without damage, performance reliable and low current. This automatic demand water system pump has a built-in pressure switch, which automatically starts and stops the pump when the faucet is opened and closed. They are easy to install, service, and winterize.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eVoltage：12\u003c\/strong\u003e VDC (Max draw 15 A)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOpen Flow：5.0 \u003c\/strong\u003eGPM\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e：60 PSI \/ 4.2 BAR\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e：6 feet (1.8 m) suction lift\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMax Recommended Temperature\u003c\/strong\u003e：140° F (60° C）Max.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMaterial：\u003c\/strong\u003eEPDM(Valves) \/ Santoprene(Diaphragm)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePorts\u003c\/strong\u003e：1\/2\" MNPT\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SeaFlo_51_series.jpg?v=1747229167\" alt=\"SeaFlo 51 Series\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMORE FEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Precise\u003c\/span\u003e\u003cspan\u003e pressure control and stable performance\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  \u003c\/span\u003e\u003cspan\u003eGood sealing performance, waterproof and dustproof\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Low starting pressure, reduces cycling \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Good heat dissipation\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Longer pump life \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Run dry capable for normal workloads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Very quiet operation \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  On-demand only \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Fresh water or salt water available\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  16 AWG, 9\"(22.8 cm) long leads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  2 Year Warranty\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Meets or exceeds RoHS, SGS, and ISO standards\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg style=\"font-size: 0.875rem; display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20220418\/1-22041Q34T94O.jpg\" title=\"\" alt=\"DIMENSIONS.jpg\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":41596452307041,"sku":"SFDP1-050-060-51","price":99.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-5gpm-12v-diaphragm-pump-60psi-51-series-35059115982945.png?v=1758394719"},{"product_id":"seaflo-5gpm-24v-diaphragm-pump-60psi-51-series","title":"SEAFLO 24V 5GPM 51 Series Diaphragm Pump 60PSI","description":"\u003cp\u003e\u003cspan\u003eThe Seaflo 51 Series is our new Heavy-Duty water pump. It provides high volume water flow with reduced pump cycling, thanks to the large five-chamber diaphragm. These models are designed to run on water systems with no accumulator tank necessary! It is also suited for use with a holding tank water system, as may be found in a boat, RV or remote cabin. It provides up to 5.0 gallons per minute. The 51-Series pumps are self-priming, and can run dry without damage, performance reliable and low current. This automatic demand water system pump has a built-in pressure switch, which automatically starts and stops the pump when the faucet is opened and closed. They are easy to install, service, and winterize.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eVoltage：24 \u003c\/strong\u003eVDC (Max draw 8.0 A)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOpen Flow：5.0 \u003c\/strong\u003eGPM\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e：60 PSI \/ 4.2 BAR\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e：6 feet (1.8 m) suction lift\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMax Recommended Temperature\u003c\/strong\u003e：140° F (60° C）Max.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMaterial：\u003c\/strong\u003eEPDM(Valves) \/ Santoprene(Diaphragm)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePorts\u003c\/strong\u003e：1\/2\" MNPT\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/SeaFlo_51_series.jpg?v=1747229167\" alt=\"SeaFlo 51 Series\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMORE FEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Precise\u003c\/span\u003e\u003cspan\u003e pressure control and stable performance\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  \u003c\/span\u003e\u003cspan\u003eGood sealing performance, waterproof and dustproof\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Low starting pressure, reduces cycling \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Good heat dissipation\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Longer pump life \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Run dry capable for normal workloads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Very quiet operation \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  On-demand only \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Fresh water or salt water available\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  16 AWG, 9\"(22.8 cm) long leads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  2 Year Warranty\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Meets or exceeds RoHS, SGS, and ISO standards\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"DIMENSIONS.jpg\" title=\"\" src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20220418\/1-22041Q34T94O.jpg\" style=\"font-size: 0.875rem; display: block; margin-left: auto; margin-right: auto;\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":41596453290081,"sku":"SFDP2-050-060-51","price":104.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-5gpm-24v-diaphragm-pump-60psi-51-series-35059123650657.png?v=1758394579"},{"product_id":"seaflo-4gpm-12v-diaphragm-pump-60psi-52-series","title":"SEAFLO 12V 4GPM 52 Series Diaphragm Pump 60PSI","description":"\u003cdiv class=\"product-details-variable\" style=\"text-align: center;\"\u003e\n\u003cp\u003e\u003cspan\u003eThe Seaflo 52-Series is our Heavy-Duty water pump. It provides high volume water flow with reduced pump cycling, thanks to the large five-chamber diaphragm. Quick Attach Fittings make installation or replacement easy. These models are designed to run on water systems with no accumulator tank necessary! It is also suited for use with a holding tank water system, as may be found in a boat, RV or remote cabin. It provides up to 4.0 gallons per minute. The 52-Series pumps are self-priming, can run dry without damage, and with reliable performance. This automatic on-demand water pump has a built-in pressure switch, which automatically starts and stops the pump when the faucet is opened and closed. They are easy to install, service, and winterize.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003eVoltage：12\u003c\/strong\u003e VDC (Max draw 11.4 A)\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003eOpen Flow：4.0 \u003c\/strong\u003eGPM\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e：60 PSI \/ 4.2 BAR\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e：6 feet (1.8 m) suction lift\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003eMax Recommended Temperature\u003c\/strong\u003e：140° F (60° C）Max.\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003eMaterial：\u003c\/strong\u003eEPDM(Valves) \/ Santoprene(Diaphragm)\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003ePorts\u003c\/strong\u003e：Quick Attach\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/52A_Series_DC_Diaphragm_Pump_img7.jpg?v=1763755241\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003eMORE FEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e•  Precise\u003c\/span\u003e\u003cspan\u003e pressure control and stable performance\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e•  \u003c\/span\u003e\u003cspan\u003eGood sealing performance, waterproof and dustproof\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e•  Low starting pressure, reduces cycling \u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e•  Good heat dissipation\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e•  Longer pump life \u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e•  Run dry capable for normal workloads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e•  Very quiet operation \u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e•  On-demand only \u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e•  Fresh water or salt water available\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e•  16 AWG, 9\"(22.8 cm) long leads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e•  2 Year Warranty\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan\u003e•  Meets or exceeds RoHS, SGS, and ISO standards\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/52A_Series_DC_Diaphragm_Pump_dimensions.jpg?v=1763755337\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":41596461351009,"sku":"SFDP1-040-060-52A","price":99.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/52A_Series_DC_Diaphragm_Pump_img1.jpg?v=1763755347"},{"product_id":"seaflo-4gpm-24v-diaphragm-pump-60psi-52-series","title":"SEAFLO 24V 4GPM 52 Series Diaphragm Pump 60PSI","description":"\u003cp\u003e\u003cspan\u003eThe Seaflo 52-Series is our Heavy-Duty water pump. It provides high volume water flow with reduced pump cycling, thanks to the large five-chamber diaphragm. Quick Attach Fittings make installation or replacement easy. These models are designed to run on water systems with no accumulator tank necessary! It is also suited for use with a holding tank water system, as may be found in a boat, RV or remote cabin. It provides up to 4.0 gallons per minute. The 52-Series pumps are self-priming, can run dry without damage, and with reliable performance. This automatic on-demand water pump has a built-in pressure switch, which automatically starts and stops the pump when the faucet is opened and closed. They are easy to install, service, and winterize.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eVoltage：24\u003c\/strong\u003e VDC (Max draw 6.24 A)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eOpen Flow：4.0 \u003c\/strong\u003eGPM\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e：60 PSI \/ 4.2 BAR\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e：6 feet (1.8 m) suction lift\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMax Recommended Temperature\u003c\/strong\u003e：140° F (60° C）Max.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMaterial：\u003c\/strong\u003eEPDM(Valves) \/ Santoprene(Diaphragm)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePorts\u003c\/strong\u003e：Quick Attach\u003cimg src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20221118\/1-22111Q12020526.jpg\" title=\"\" alt=\"52A-EN.jpg\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMORE FEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Precise\u003c\/span\u003e\u003cspan\u003e pressure control and stable performance\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  \u003c\/span\u003e\u003cspan\u003eGood sealing performance, waterproof and dustproof\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Low starting pressure, reduces cycling \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Good heat dissipation\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Longer pump life \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Run dry capable for normal workloads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Very quiet operation \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  On-demand only \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Fresh water or salt water available\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  16 AWG, 9\"(22.8 cm) long leads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  2 Year Warranty\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Meets or exceeds RoHS, SGS, and ISO standards\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20221118\/1-22111Q12041R6.jpg\" title=\"\" alt=\"52A-chicuntu.jpg\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":41596462399585,"sku":"SFDP2-040-060-52A","price":109.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-4gpm-24v-diaphragm-pump-60psi-52-series-35059160678497.png?v=1758394658"},{"product_id":"seaflo-5gpm-12v-diaphragm-pump-60psi-52-series","title":"SEAFLO 12V 5GPM 52 Series Diaphragm Pump 60PSI","description":"\u003cp\u003e\u003cspan\u003eThe Seaflo 52-Series is our Heavy-Duty water pump. It provides high volume water flow with reduced pump cycling, thanks to the large five-chamber diaphragm. Quick Attach Fittings make installation or replacement easy. These models are designed to run on water systems with no accumulator tank necessary! It is also suited for use with a holding tank water system, as may be found in a boat, RV or remote cabin. It provides up to 5.0 gallons per minute. The 52-Series pumps are self-priming, can run dry without damage, and with reliable performance. This automatic on-demand water pump has a built-in pressure switch, which automatically starts and stops the pump when the faucet is opened and closed. They are easy to install, service, and winterize.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eVoltage：12\u003c\/strong\u003e VDC (Max draw 13.72 A)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eOpen Flow：5.0 \u003c\/strong\u003eGPM\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e：60 PSI \/ 4.2 BAR\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e：6 feet (1.8 m) suction lift\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMax Recommended Temperature\u003c\/strong\u003e：140° F (60° C）Max.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMaterial：\u003c\/strong\u003eEPDM(Valves) \/ Santoprene(Diaphragm)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePorts\u003c\/strong\u003e：Quick Attach\u003cimg alt=\"52A-EN.jpg\" title=\"\" src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20221118\/1-22111Q12020526.jpg\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMORE FEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Precise\u003c\/span\u003e\u003cspan\u003e pressure control and stable performance\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  \u003c\/span\u003e\u003cspan\u003eGood sealing performance, waterproof and dustproof\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Low starting pressure, reduces cycling \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Good heat dissipation\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Longer pump life \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Run dry capable for normal workloads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Very quiet operation \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  On-demand only \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Fresh water or salt water available\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  16 AWG, 9\"(22.8 cm) long leads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  2 Year Warranty\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Meets or exceeds RoHS, SGS, and ISO standards\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg alt=\"52A-chicuntu.jpg\" title=\"\" src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20221118\/1-22111Q12041R6.jpg\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":41596827435105,"sku":"SFDP1-050-060-52A","price":109.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-5gpm-12v-diaphragm-pump-60psi-52-series-35060588740705.png?v=1758394659"},{"product_id":"seaflo-5gpm-24v-diaphragm-pump-60psi-52-series","title":"SEAFLO 24V 5GPM 52 Series Diaphragm Pump 60PSI","description":"\u003cp\u003e\u003cspan\u003eThe Seaflo 52-Series is our Heavy-Duty water pump. It provides high volume water flow with reduced pump cycling, thanks to the large five-chamber diaphragm. Quick Attach Fittings make installation or replacement easy. These models are designed to run on water systems with no accumulator tank necessary! It is also suited for use with a holding tank water system, as may be found in a boat, RV or remote cabin. It provides up to 5.0 gallons per minute. The 52-Series pumps are self-priming, can run dry without damage, and with reliable performance. This automatic on-demand water pump has a built-in pressure switch, which automatically starts and stops the pump when the faucet is opened and closed. They are easy to install, service, and winterize.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eVoltage：24\u003c\/strong\u003e VDC (Max draw 7.18 A)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eOpen Flow：5.0 \u003c\/strong\u003eGPM\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e：60 PSI \/ 4.2 BAR\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e：6 feet (1.8 m) suction lift\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMax Recommended Temperature\u003c\/strong\u003e：140° F (60° C）Max.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMaterial：\u003c\/strong\u003eEPDM(Valves) \/ Santoprene(Diaphragm)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePorts\u003c\/strong\u003e：Quick Attach\u003cimg alt=\"52A-EN.jpg\" title=\"\" src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20221118\/1-22111Q12020526.jpg\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMORE FEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Precise\u003c\/span\u003e\u003cspan\u003e pressure control and stable performance\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  \u003c\/span\u003e\u003cspan\u003eGood sealing performance, waterproof and dustproof\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Low starting pressure, reduces cycling \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Good heat dissipation\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Longer pump life \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Run dry capable for normal workloads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Very quiet operation \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  On-demand only \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Fresh water or salt water available\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  16 AWG, 9\"(22.8 cm) long leads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  2 Year Warranty\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Meets or exceeds RoHS, SGS, and ISO standards\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg alt=\"52A-chicuntu.jpg\" title=\"\" src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20221118\/1-22111Q12041R6.jpg\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":41596831465569,"sku":"SFDP2-050-060-52A","price":119.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-5gpm-24v-diaphragm-pump-60psi-52-series-35060600373345.png?v=1758394896"},{"product_id":"seaflo-7gpm-12v-diaphragm-pump-60psi-53-series","title":"SEAFLO 12V 7GPM 53 Series Diaphragm Pump 60PSI","description":"\u003cp\u003e\u003cspan\u003eThe Seaflo 53-Series is our Heaviest-Duty water pump. It provides high volume water flow with reduced pump cycling, thanks to the large five-chamber diaphragm. Quick Attach Fittings make installation or replacement easy. These models are designed to run on water systems with no accumulator tank necessary, and up to six fixtures! Due to its robust motor and heavy-duty construction, it's a popular choice for use with tough agricultural applications. It provides up to 7.0 gallons per minute! The 53-Series pumps are self-priming, can run dry without damage, with reliable performance. This automatic on-demand water pump has a built-in pressure switch, which automatically starts and stops the pump when the faucet is opened and closed.They are easy to install, service, and winterize.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eVoltage：12\u003c\/strong\u003e VDC (Max draw 24.5 A)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eOpen Flow：7.0 \u003c\/strong\u003eGPM\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e：60 PSI \/ 4.1 BAR\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e：6 feet (1.8 m) suction lift\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMax Recommended Temperature\u003c\/strong\u003e：140° F (60° C）Max.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMaterial：\u003c\/strong\u003eEPDM(Valves) \/ Santoprene(Diaphragm)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePorts\u003c\/strong\u003e：Quick Attach\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMORE FEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Up to 7.0 GPM\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Continuous Duty\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Can supply up to 6 fixtures\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Heavy-Duty Motor\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Quick connect fittings\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Self priming\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Run dry safe\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  On-demand use\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Can be used for Fresh \u0026amp; Salt Water\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Adjustable pressure switch\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  16 AWG, 9\"(22.8 cm) long Leads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  2 Year Warranty\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Meets or exceeds RoHS, SGS, and ISO standards\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":41596834578529,"sku":"SFDP1-070-060-53","price":179.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-7gpm-12v-diaphragm-pump-60psi-53-series-35060602896481.png?v=1758394869"},{"product_id":"seaflo-7gpm-24v-diaphragm-pump-60psi-53-series","title":"SEAFLO 24V 7GPM 53 Series Diaphragm Pump 60PSI","description":"\u003cdiv class=\"product-details-variable\" data-mce-fragment=\"1\"\u003e\n\u003cp\u003e\u003cspan\u003eThe Seaflo 53-Series is our Heaviest-Duty water pump. It provides high volume water flow with reduced pump cycling, thanks to the large five-chamber diaphragm. Quick Attach Fittings make installation or replacement easy. These models are designed to run on water systems with no accumulator tank necessary, and up to six fixtures! Due to its robust motor and heavy-duty construction, it's a popular choice for use with tough agricultural applications. It provides up to 7.0 gallons per minute! The 53-Series pumps are self-priming, can run dry without damage, with reliable performance. This automatic on-demand water pump has a built-in pressure switch, which automatically starts and stops the pump when the faucet is opened and closed.They are easy to install, service, and winterize.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eVoltage：24\u003c\/strong\u003e VDC (Max draw 13.0 A)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eOpen Flow：7.0 \u003c\/strong\u003eGPM\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e：60 PSI \/ 4.1 BAR\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e：6 feet (1.8 m) suction lift\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMax Recommended Temperature\u003c\/strong\u003e：140° F (60° C）Max.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMaterial：\u003c\/strong\u003eEPDM(Valves) \/ Santoprene(Diaphragm)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePorts\u003c\/strong\u003e：Quick Attach\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"53-EN.jpg\" title=\"\" src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20220510\/1-22051015000C54.jpg\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMORE FEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Up to 7.0 GPM\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Continuous Duty\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Can supply up to 6 fixtures\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Heavy-Duty Motor\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Quick connect fittings\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Self priming\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Run dry safe\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  On-demand use\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Can be used for Fresh \u0026amp; Salt Water\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Adjustable pressure switch\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  16 AWG, 9\"(22.8 cm) long Leads\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  2 Year Warranty\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e•  Meets or exceeds RoHS, SGS, and ISO standards\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"53-chicuntu.jpg\" title=\"\" src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20220420\/1-2204201FTE57.jpg\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":41596836282465,"sku":"SFDP2-070-060-53","price":189.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-7gpm-24v-diaphragm-pump-60psi-53-series-35060604862561.png?v=1758394720"},{"product_id":"seaflo-3-5gpm-12v-diaphragm-pump-60psi-56-series-variable-speed","title":"SEAFLO 12V 3.5GPM 56 Series Diaphragm Pump 70PSI *Variable Speed","description":"\u003cdiv data-mce-fragment=\"1\" class=\"product-details-section\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"container\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"row\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"col-xl-7 col-lg-6\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-area product-details--golden\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-variable\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe SEAFLO 56 Series variable speed pumps are the newest in diaphragm pump technology that\u003cspan style=\"font-size: 0.875rem;\"\u003e allows users to adjust the pump speed to match the water demand. Combined with our 5-chamber \u003c\/span\u003ediaphragm and bypass technology, it\u003cspan style=\"font-size: 0.875rem;\"\u003e reduces cycling and noise resulting in less wear \u0026amp; tear on the built-in pressure switch, while providing constant pressure across multiple outlets \u003c\/span\u003ewithout\u003cspan style=\"font-size: 0.875rem;\"\u003e the need for \u003c\/span\u003eseparate\u003cspan style=\"font-size: 0.875rem;\"\u003e pressure tanks or switches.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eVoltage：12\u003c\/strong\u003e VDC (Max draw 7.5 A)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eOpen Flow：3.5\u003c\/strong\u003e GPM\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e：70 PSI \/ 4.8 BAR\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e：6 feet (1.8 m) suction lift\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMax Recommended Temperature\u003c\/strong\u003e：140° F (60° C）Max.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMaterial：\u003c\/strong\u003eEPDM(Valves) \/ Santoprene(Diaphragm)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePorts\u003c\/strong\u003e：1\/2\" MNPT\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eControl Type：\u003c\/strong\u003eVariable Speed Technology\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"pro-content\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"tab-content_pro product-details-content-tab-section section-top-gap-100\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"container\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"row\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"col-12\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-tab-wrapper\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-tab\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"tab-content\"\u003e\n\u003cdiv data-mce-fragment=\"1\" id=\"description\" class=\"tab-pane active show\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"single-tab-content-item\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg data-mce-fragment=\"1\" alt=\"56C-EN.jpg\" title=\"\" src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20230915\/1-2309151F54O11.jpg\" style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20230915\/1-2309151F54O11.jpg\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMORE FEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003eVariable speed technology.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Motor speed adjusts to water needs.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Capable of sustained low voltage operation\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Run dry safe, long service life\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Strong suction, self-priming up to 6FT (1.8M)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Quiet operation,bypass technology reduces cycling\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  5-chamber diaphragm pump operates more stably and smoothly\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003cimg data-mce-fragment=\"1\" alt=\"尺寸图.jpg\" title=\"\" src=\"https:\/\/www.seaflomarinerv.com\/uploads\/allimg\/20230913\/1-230913163310Q1.jpg\" style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-src=\"https:\/\/www.seaflomarinerv.com\/uploads\/allimg\/20230913\/1-230913163310Q1.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":41596838314081,"sku":"SFDP1-035-070-56 C","price":164.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-3-5gpm-12v-diaphragm-pump-60psi-56-series-variable-speed-35060610531425.png?v=1758394793"},{"product_id":"seaflo-3-5gpm-24v-diaphragm-pump-60psi-56-series-variable-speed","title":"SEAFLO 24V 3.5GPM 56 Series Diaphragm Pump 70PSI *Variable Speed","description":"\u003cdiv data-mce-fragment=\"1\" class=\"product-details-section\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"container\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"row\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"col-xl-7 col-lg-6\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-area product-details--golden\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-variable\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"pro-content\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"tab-content_pro product-details-content-tab-section section-top-gap-100\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"container\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"row\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"col-12\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-tab-wrapper\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-tab\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"tab-content\"\u003e\n\u003cdiv data-mce-fragment=\"1\" id=\"description\" class=\"tab-pane active show\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"single-tab-content-item\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-section\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"container\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"row\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"col-xl-7 col-lg-6\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-area product-details--golden\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-variable\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe SEAFLO 56 Series variable speed pumps are the newest in diaphragm pump technology that\u003cspan style=\"font-size: 0.875rem;\"\u003e allows users to adjust the pump speed to match the water demand. Combined with our 5-chamber \u003c\/span\u003ediaphragm and bypass technology, it\u003cspan style=\"font-size: 0.875rem;\"\u003e reduces cycling and noise resulting in less wear \u0026amp; tear on the built-in pressure switch, while providing constant pressure across multiple outlets \u003c\/span\u003ewithout\u003cspan style=\"font-size: 0.875rem;\"\u003e the need for \u003c\/span\u003eseparate\u003cspan style=\"font-size: 0.875rem;\"\u003e pressure tanks or switches.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eVoltage：24\u003c\/strong\u003e VDC (Max draw 4.0A)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eOpen Flow：3.5\u003c\/strong\u003e GPM\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e：70 PSI \/ 4.8 BAR\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e：6 feet (1.8 m) suction lift\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMax Recommended Temperature\u003c\/strong\u003e：140° F (60° C）Max.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMaterial：\u003c\/strong\u003eEPDM(Valves) \/ Santoprene(Diaphragm)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePorts\u003c\/strong\u003e：1\/2\" MNPT\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eControl Type：\u003c\/strong\u003eVariable Speed Technology\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"pro-content\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"tab-content_pro product-details-content-tab-section section-top-gap-100\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"container\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"row\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"col-12\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-tab-wrapper\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-tab\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"tab-content\"\u003e\n\u003cdiv data-mce-fragment=\"1\" id=\"description\" class=\"tab-pane active show\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"single-tab-content-item\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg data-mce-fragment=\"1\" alt=\"56C-EN.jpg\" title=\"\" src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20230915\/1-2309151F54O11.jpg\" style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20230915\/1-2309151F54O11.jpg\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMORE FEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003eVariable speed technology.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Motor speed adjusts to water needs.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Capable of sustained low voltage operation\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Run dry safe, long service life\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Strong suction, self-priming up to 6FT (1.8M)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Quiet operation,bypass technology reduces cycling\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  5-chamber diaphragm pump operates more stably and smoothly\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003cimg data-mce-fragment=\"1\" alt=\"尺寸图.jpg\" title=\"\" src=\"https:\/\/www.seaflomarinerv.com\/uploads\/allimg\/20230913\/1-230913163310Q1.jpg\" style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-src=\"https:\/\/www.seaflomarinerv.com\/uploads\/allimg\/20230913\/1-230913163310Q1.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":41596840018017,"sku":"SFDP2-035-070-56 C","price":174.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-3-5gpm-24v-diaphragm-pump-60psi-56-series-variable-speed-35060614856801.png?v=1758394630"},{"product_id":"seaflo-5gpm-12v-diaphragm-pump-70psi-56-series-variable-speed","title":"SEAFLO 12V 5GPM 56 Series Diaphragm Pump 70PSI *Variable Speed","description":"\u003cdiv data-mce-fragment=\"1\" class=\"product-details-section\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"container\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"row\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"col-xl-7 col-lg-6\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-area product-details--golden\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-variable\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"pro-content\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"tab-content_pro product-details-content-tab-section section-top-gap-100\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"container\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"row\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"col-12\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-tab-wrapper\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-tab\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"tab-content\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"tab-pane active show\" id=\"description\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"single-tab-content-item\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-section\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"container\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"row\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"col-xl-7 col-lg-6\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-area product-details--golden\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-variable\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eSEAFLO 56 Series variable speed pumps are the newest in diaphragm pump technology that\u003cspan style=\"font-size: 0.875rem;\"\u003e allows users to adjust the pump speed to match the water demand. Combined with our 5-chamber \u003c\/span\u003ediaphragm and bypass technology, it\u003cspan style=\"font-size: 0.875rem;\"\u003e reduces cycling and noise resulting in less wear \u0026amp; tear on the built-in pressure switch, while providing constant pressure across multiple outlets \u003c\/span\u003ewithout\u003cspan style=\"font-size: 0.875rem;\"\u003e the need for \u003c\/span\u003eseparate\u003cspan style=\"font-size: 0.875rem;\"\u003e pressure tanks or switches.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eVoltage：12\u003c\/strong\u003e VDC (Max draw 10 A)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eOpen Flow：5.0\u003c\/strong\u003e GPM (18.9LPM)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e：70 PSI \/ 4.8 BAR\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e：6 feet (1.8 m) suction lift\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMax Recommended Temperature\u003c\/strong\u003e：140° F (60° C）Max.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMaterial：\u003c\/strong\u003eEPDM(Valves) \/ Santoprene(Diaphragm)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePorts\u003c\/strong\u003e：1\/2\" MNPT\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eControl Type：\u003c\/strong\u003eVariable Speed Technology\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"pro-content\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"tab-content_pro product-details-content-tab-section section-top-gap-100\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"container\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"row\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"col-12\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-tab-wrapper\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"product-details-content-tab\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"tab-content\"\u003e\n\u003cdiv data-mce-fragment=\"1\" id=\"description\" class=\"tab-pane active show\"\u003e\n\u003cdiv data-mce-fragment=\"1\" class=\"single-tab-content-item\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg data-mce-fragment=\"1\" alt=\"56C-EN.jpg\" title=\"\" src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20230915\/1-2309151F54O11.jpg\" style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20230915\/1-2309151F54O11.jpg\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMORE FEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003eVariable speed technology.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Motor speed adjusts to water needs.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Capable of sustained low voltage operation\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Run dry safe, long service life\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Strong suction, self-priming up to 6FT (1.8M)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Quiet operation,bypass technology reduces cycling\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  5-chamber diaphragm pump operates more stably and smoothly\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003cimg data-mce-fragment=\"1\" alt=\"尺寸图.jpg\" title=\"\" src=\"https:\/\/www.seaflomarinerv.com\/uploads\/allimg\/20230913\/1-230913163310Q1.jpg\" style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-src=\"https:\/\/www.seaflomarinerv.com\/uploads\/allimg\/20230913\/1-230913163310Q1.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":41598212046945,"sku":"SFDP1-050-070-56 C","price":184.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-5gpm-12v-diaphragm-pump-70psi-56-series-variable-speed-35060618592353.png?v=1758394913"},{"product_id":"seaflo-5gpm-24v-diaphragm-pump-70psi-56-series-variable-speed","title":"SEAFLO 24V 5GPM 56 Series Diaphragm Pump 70PSI *Variable Speed","description":"\u003cdiv class=\"product-details-section\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"container\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"row\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"col-xl-7 col-lg-6\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"product-details-content-area product-details--golden\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"product-details-variable\" data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pro-content\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"tab-content_pro product-details-content-tab-section section-top-gap-100\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"container\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"row\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"col-12\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"product-details-content-tab-wrapper\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"product-details-content-tab\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"tab-content\" data-mce-fragment=\"1\"\u003e\n\u003cdiv id=\"description\" class=\"tab-pane active show\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"single-tab-content-item\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"product-details-section\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"container\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"row\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"col-xl-7 col-lg-6\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"product-details-content-area product-details--golden\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"product-details-variable\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eSEAFLO 56 Series variable speed pumps are the newest in diaphragm pump technology that\u003cspan style=\"font-size: 0.875rem;\"\u003e allows users to adjust the pump speed to match the water demand. Combined with our 5-chamber \u003c\/span\u003ediaphragm and bypass technology, it\u003cspan style=\"font-size: 0.875rem;\"\u003e reduces cycling and noise resulting in less wear \u0026amp; tear on the built-in pressure switch, while providing constant pressure across multiple outlets \u003c\/span\u003ewithout\u003cspan style=\"font-size: 0.875rem;\"\u003e the need for \u003c\/span\u003eseparate\u003cspan style=\"font-size: 0.875rem;\"\u003e pressure tanks or switches.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eVoltage：24\u003c\/strong\u003e VDC (Max draw 5.5 A)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eOpen Flow：5.0\u003c\/strong\u003e GPM (18.9LPM)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eShut-off Pressure\u003c\/strong\u003e：70 PSI \/ 4.8 BAR\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePriming Capabilities\u003c\/strong\u003e：6 feet (1.8 m) suction lift\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMax Recommended Temperature\u003c\/strong\u003e：140° F (60° C）Max.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMaterial：\u003c\/strong\u003eEPDM(Valves) \/ Santoprene(Diaphragm)\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003ePorts\u003c\/strong\u003e：1\/2\" MNPT\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eControl Type：\u003c\/strong\u003eVariable Speed Technology\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pro-content\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"tab-content_pro product-details-content-tab-section section-top-gap-100\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"container\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"row\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"col-12\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"product-details-content-tab-wrapper\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"product-details-content-tab\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"tab-content\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"tab-pane active show\" id=\"description\" data-mce-fragment=\"1\"\u003e\n\u003cdiv class=\"single-tab-content-item\" data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20230915\/1-2309151F54O11.jpg\" title=\"\" alt=\"56C-EN.jpg\" data-mce-fragment=\"1\" style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-src=\"https:\/\/www.seaflo.cn\/uploads\/allimg\/20230915\/1-2309151F54O11.jpg\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eMORE FEATURES \u0026amp; BENEFITS\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  \u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003eVariable speed technology.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Motor speed adjusts to water needs.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Capable of sustained low voltage operation\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Run dry safe, long service life\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Strong suction, self-priming up to 6FT (1.8M)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  Quiet operation,bypass technology reduces cycling\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e•  5-chamber diaphragm pump operates more stably and smoothly\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003cimg src=\"https:\/\/www.seaflomarinerv.com\/uploads\/allimg\/20230913\/1-230913163310Q1.jpg\" title=\"\" alt=\"尺寸图.jpg\" data-mce-fragment=\"1\" style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-src=\"https:\/\/www.seaflomarinerv.com\/uploads\/allimg\/20230913\/1-230913163310Q1.jpg\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":41668316332129,"sku":"SFDP2-050-070-56 C","price":184.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-5gpm-24v-diaphragm-pump-70psi-56-series-variable-speed-35162777092193.png?v=1758394867"},{"product_id":"seaflo-24v-5gpm-51-series-diaphragm-pump-60psi-open-box","title":"SEAFLO 24V 5GPM 51 Series Diaphragm Pump 60PSI (Open Box)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n.cd-product-description {\n    font-family: 'Lato', sans-serif;\n    line-height: 1.4;\n    color: inherit;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.cd-product-description ::selection { background: rgba(0, 169, 224, 0.2); color: #000000; }\n\n.cd-product-description h1 {\n    text-align: center;\n    margin: 20px 0 10px 0;\n    font-weight: 900;\n    color: #0f172a;\n    text-transform: uppercase;\n    letter-spacing: -0.5px;\n    line-height: 1.2;\n}\n\n\/* --- Sale Section: Horizontal-Only Layout --- *\/\n.cd-deal-box {\n    background: #ffffff;\n    border: 2px solid #e2e8f0;\n    border-radius: 20px;\n    padding: 40px 25px;\n    margin: 0 auto 30px auto;\n    text-align: center;\n    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05);\n    position: relative;\n    overflow: hidden; \n    max-width: 750px;\n}\n\n.cd-deal-box::before {\n    content: \"DEAL\";\n    position: absolute;\n    top: 12px;\n    right: -32px;\n    background: #fb8c00;\n    color: white;\n    font-size: 11px;\n    font-weight: 900;\n    padding: 6px 40px; \n    transform: rotate(45deg);\n    white-space: nowrap;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n    z-index: 10;\n    letter-spacing: 1px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n\n.cd-deal-box h2 {\n    font-weight: 900; \n    text-transform: uppercase; \n    margin: 0 0 15px 0; \n    color: #0f172a; \n    border-bottom: 0; \n    text-align: center;\n    padding-right: 45px; \n    padding-left: 45px;\n}\n\n.cd-price-math {\n    display: flex;\n    flex-direction: row !important;\n    justify-content: center;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 20px;\n    width: 100%;\n}\n\n.cd-price-item { display: flex; flex-direction: column; min-width: fit-content; }\n.cd-price-label { font-size: 10px; font-weight: 800; text-transform: uppercase; color: #64748b; }\n.cd-price-val { font-weight: 900; color: #0f172a; }\n.cd-price-val.strike { text-decoration: line-through; color: #94a3b8; }\n.cd-price-val.sale { color: #fb8c00; }\n\n.cd-math-operator { font-weight: 900; color: #cbd5e1; }\n\n.cd-condition-note {\n    background: #f0fdf4;\n    border: 1px solid #dcfce7;\n    padding: 15px 25px;\n    border-radius: 12px;\n    color: #166534;\n    font-weight: 700;\n    max-width: 650px;\n    margin: 0 auto;\n    line-height: 1.5;\n}\n\n\/* Feature Grid - Balanced 4-Column Layout *\/\n.cd-responsive-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr); \n    gap: 12px;\n    margin: 25px auto;\n}\n\n.cd-feature-card {\n    background: rgba(0, 169, 224, 0.05);\n    padding: 20px;\n    border-radius: 12px;\n    border-top: 4px solid #00a9e0;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    text-align: center;\n}\n\n.cd-feature-card strong { display: block; margin-bottom: 4px; text-transform: uppercase; color: #0f172a; font-weight: 900; font-size: 0.9rem; }\n.cd-feature-card p { margin: 0; color: #475569; font-size: 0.85rem; line-height: 1.3; }\n\n.cd-nav-link-box {\n    text-align: center;\n    margin: 30px 0;\n}\n\n.cd-nav-link-box a {\n    color: #fb8c00 !important;\n    font-weight: 900;\n    text-decoration: underline;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n}\n\n\/* Spec Tables *\/\n.cd-spec-container {\n    margin: 15px auto 10px auto;\n    max-width: 850px;\n    border: 1px solid #e2e8f0;\n    border-radius: 12px;\n    overflow: hidden;\n    background: #f8fafc;\n}\n\n.cd-spec-header { background-color: #0f172a; color: #ffffff; padding: 10px 15px; font-weight: bold; display: flex; justify-content: space-between; }\n.cd-spec-row { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #e2e8f0; }\n.cd-spec-row:last-child { border-bottom: none; }\n.cd-spec-label { font-weight: bold; flex: 1; color: #475563; text-transform: uppercase; }\n.cd-spec-value { flex: 1; text-align: right; color: #0f172a; font-weight: 800; }\n\n.cd-footer-tagline { text-align: center; font-style: italic; margin-top: 20px; color: #94a3b8; }\n\n\/* Responsive Logic *\/\n@media screen and (max-width: 1024px) {\n    .cd-responsive-grid { grid-template-columns: repeat(2, 1fr); }\n}\n\n@media screen and (max-width: 768px) {\n    .cd-price-math { gap: 8px; }\n    .cd-price-label { font-size: 8px; }\n    .cd-deal-box h2 { padding-right: 15px; padding-left: 15px; }\n}\n\n@media screen and (max-width: 600px) {\n    .cd-responsive-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"cd-product-description\"\u003e\n\u003ch1\u003eSEAFLO 24V Diaphragm Pump - 5.0 GPM \/ 60 PSI (Open Box)\u003c\/h1\u003e\n\u003c!-- Sale Section --\u003e\n\u003cdiv class=\"cd-deal-box\"\u003e\n\u003ch2\u003eHigh-Pressure Performance. Small Packaging Savings.\u003c\/h2\u003e\n\u003cdiv class=\"cd-price-math\"\u003e\n\u003cdiv class=\"cd-price-item\"\u003e\n\u003cspan class=\"cd-price-label\"\u003eStandard Price\u003c\/span\u003e \u003cspan class=\"cd-price-val strike\"\u003e$104.99\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-math-operator\"\u003e−\u003c\/div\u003e\n\u003cdiv class=\"cd-price-item\"\u003e\n\u003cspan class=\"cd-price-label\"\u003eBox Damage\u003c\/span\u003e \u003cspan class=\"cd-price-val\"\u003e$15.00\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-math-operator\"\u003e=\u003c\/div\u003e\n\u003cdiv class=\"cd-price-item\"\u003e\n\u003cspan class=\"cd-price-label\"\u003eYour Sale Price\u003c\/span\u003e \u003cspan class=\"cd-price-val sale\"\u003e$89.99\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-condition-note\"\u003eSave $15 on this brand-new 24V pump with minor outer packaging damage.\u003cbr\u003eVerified in factory-perfect condition with all original accessories—snag the deal today!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection\u003e\n\u003cp\u003eThe \u003cstrong\u003eSEAFLO 24V Diaphragm Pump (51 Series)\u003c\/strong\u003e is a heavy-duty workhorse engineered for high-pressure off-grid water systems. Capable of delivering a powerful 5.0 GPM at 60 PSI, this 24V DC pump is the ideal choice for large RVs, sailboats, and solar-powered homesteads with 24V battery banks. Its robust internal bypass reduces pump cycling, providing smoother flow and quieter operation for your entire plumbing network.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cd-nav-link-box\"\u003e\u003ca href=\"https:\/\/thecabindepot.ca\/products\/seaflo-5gpm-24v-diaphragm-pump-60psi-51-series\"\u003ePrefer a factory-original box? View Standard Listing →\u003c\/a\u003e\u003c\/div\u003e\n\u003ch2 style=\"text-align: center; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #0f172a; border-bottom: 2px solid #00a9e0; padding-bottom: 4px;\"\u003ePerformance Highlights\u003c\/h2\u003e\n\u003cdiv class=\"cd-responsive-grid\"\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003e51-Series Power\u003c\/strong\u003e\n\u003cp\u003eHeavy-duty motor designed for continuous duty and high-flow demand across multiple fixtures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eAdjustable Switch\u003c\/strong\u003e\n\u003cp\u003eIntegrated 60 PSI on-demand pressure switch automatically controls the pump as you use your faucets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eSelf-Priming\u003c\/strong\u003e\n\u003cp\u003eReliably self-primes up to 6 vertical feet, allowing for flexible mounting options on your homestead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eQuiet Operation\u003c\/strong\u003e\n\u003cp\u003eAdvanced internal bypass and rubber mounting feet minimize noise and vibration during use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-container\"\u003e\n\u003cdiv class=\"cd-spec-header\"\u003e\n\u003cspan\u003eComponent\u003c\/span\u003e \u003cspan\u003eSpecification\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eModel Number\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003eSFDP2-050-060-51\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eVoltage\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e24V DC (Battery Ready)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eFlow Rate\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e5.0 GPM (18.9 LPM)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eMax Pressure\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e60 PSI (4.2 Bar)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eMax Draw\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e8.0A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003ePorts\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e1\/2\" - 14 MNPT\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-footer-tagline\"\u003eQuality Gear for Indoors \u0026amp; Out. \u003cstrong\u003eThe Cabin Depot\u003csup\u003e®\u003c\/sup\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SEAFLO","offers":[{"title":"Default Title","offer_id":44033759576161,"sku":"SFDP2-050-060-51","price":89.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/seaflo-water-default-title-seaflo-5gpm-24v-diaphragm-pump-60psi-51-series-35059123650657.png?v=1758394579"},{"product_id":"king-canada-2-gasoline-water-pump","title":"King Canada 2\" Gasoline Water Pump","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n    .cd-water-pump-desc {\n        font-family: 'Lato', sans-serif;\n        line-height: 1.5;\n        color: #1e293b;\n        width: 100%;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    :root {\n        --king-blue: #004a80;\n        --water-intake: #7dd3fc;\n        --water-discharge: #0369a1;\n        --flow-accent: #0ea5e9;\n        --industrial-silver: #94a3b8;\n        --tcd-border: #bae6fd;\n    }\n\n    \/* Typography *\/\n    .cd-water-pump-desc h1 { text-align: center; margin-top: 0; margin-bottom: 2px; font-weight: 900; text-transform: uppercase; font-size: 38px; letter-spacing: -1px; }\n    \n    .cd-water-pump-desc .cd-origin-badge { \n        text-transform: uppercase; \n        font-weight: 900; \n        letter-spacing: 3px; \n        display: inline-block; \n        font-size: 16px; \n        position: relative; \n        padding-bottom: 0px; \n        margin: 0 auto 20px auto; \n        color: var(--water-discharge); \n    }\n\n    .cd-water-pump-desc h2 { \n        padding-bottom: 2px;\n        margin-top: 25px; \n        text-transform: uppercase; \n        letter-spacing: 1px; \n        font-weight: 800; \n        text-align: center; \n        font-size: 24px; \n        color: var(--king-blue); \n    }\n    .cd-water-pump-desc p { font-size: 18px; line-height: 1.6; margin-bottom: 15px; }\n\n    \/* Animated Title Traces *\/\n    .cd-animated-title-wrap { text-align: center; margin-bottom: 15px; }\n    .cd-animated-title { position: relative; display: inline-block; padding-bottom: 2px; }\n    .cd-animated-title h2 { margin: 0 !important; padding: 0 !important; }\n\n    \/* Slow River Animation - 15s Cycle *\/\n    @keyframes waterFlowVibrant { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }\n    @keyframes rippleEffect { 0% { transform: scale(0); opacity: 0.5; } 100% { transform: scale(4); opacity: 0; } }\n\n    \/* Trace Line Logic - Tight spacing to text *\/\n    .cd-origin-badge::after, .cd-animated-title::after, .cd-card-title-wrap::after { \n        content: \"\"; position: absolute; bottom: -2px; left: 0; height: 3px; width: 100%;\n        background: linear-gradient(90deg, var(--water-discharge) 0%, #fff 50%, var(--water-discharge) 100%);\n        background-size: 200% 100%; animation: waterFlowVibrant 15s linear infinite;\n        box-shadow: 0 0 10px var(--flow-accent);\n        border-radius: 2px;\n    }\n\n    \/* Nav UI *\/\n    .cd-model-nav { display: flex; justify-content: center; gap: 10px; margin-bottom: 25px; }\n    .cd-nav-btn {\n        text-decoration: none !important; padding: 10px 20px; border-radius: 8px; font-weight: 800; text-transform: uppercase; font-size: 12px; transition: all 0.2s; border: 2px solid #e2e8f0; color: var(--industrial-silver) !important; background: white;\n    }\n    .cd-nav-btn.active { background: var(--king-blue); color: white !important; border-color: var(--king-blue); }\n\n    \/* Intro Media - Pinned Side-by-Side *\/\n    .cd-pump-intro { display: flex !important; flex-direction: row !important; align-items: center; gap: 20px; margin-bottom: 30px; }\n    .cd-intro-txt { flex: 1; }\n    .cd-intro-img { width: 35% !important; flex-shrink: 0; text-align: center; }\n    .cd-intro-img img { max-width: 100%; border-radius: 12px; border: 1px solid rgba(0,0,0,0.05); padding: 5px; background: white; }\n\n    \/* Feature Cards *\/\n    .cd-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 5px auto; max-width: 900px; }\n    .cd-feature-card {\n        background: #f8fafc; padding: 15px 10px; border-radius: 8px; border-top: 4px solid var(--water-discharge);\n        text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center;\n        min-height: 120px; position: relative; overflow: hidden; transition: transform 0.3s ease;\n    }\n    .cd-feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 74, 128, 0.1); }\n    .cd-feature-card:hover::before {\n        content: \"\"; position: absolute; width: 100px; height: 100px; background: var(--water-intake);\n        border-radius: 50%; animation: rippleEffect 0.8s ease-out; opacity: 0; z-index: 1;\n    }\n\n    .cd-card-header { position: relative; z-index: 2; display: inline-flex; align-items: center; margin-bottom: 8px; }\n    .cd-card-header svg { color: var(--flow-accent); margin-right: 8px; flex-shrink: 0; }\n    .cd-card-title-wrap { position: relative; display: inline-block; padding-bottom: 4px; }\n    .cd-card-header strong { text-transform: uppercase; font-weight: 900; font-size: 18px; color: var(--king-blue); }\n    .cd-feature-card p { margin: 0; line-height: 1.3; font-size: 14px; color: #475569; position: relative; z-index: 2; }\n\n    \/* Comparison Chart highlighting *\/\n    .cd-table-shell { margin: 20px auto; width: 100%; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; }\n    .cd-table { width: 100%; border-collapse: collapse; }\n    .cd-table th { background: #1e293b; color: white; padding: 12px 15px; text-align: left; text-transform: uppercase; font-size: 12px; font-weight: 900; }\n    .cd-table td { padding: 12px 15px; border-bottom: 1px solid #f1f5f9; font-size: 15px; }\n    .cd-current-col { background-color: #f0f9ff; }\n    .cd-current-badge { display: block; font-size: 9px; font-weight: 900; color: var(--water-discharge); text-transform: uppercase; margin-bottom: 4px; letter-spacing: 0.5px; }\n\n    \/* Hardware Grid - Forced 2x2 *\/\n    .cd-droplet-list { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 12px; margin: 15px auto 0 auto; max-width: 700px; }\n    .cd-droplet-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #475569; font-weight: 700; }\n    .cd-droplet-item svg { flex-shrink: 0; color: var(--flow-accent); margin-top: 3px; }\n\n    \/* Support Module - Pinned Horizontal *\/\n    .cd-support-box {\n        max-width: 720px; margin: 30px auto 10px auto; padding: 18px;\n        border: 1px dashed var(--tcd-border); border-radius: 16px; background: #f8fafc;\n        display: flex !important; flex-direction: row !important; align-items: center; gap: 15px;\n    }\n    .cd-support-badge-img { width: 50px; height: auto; border-radius: 50%; border: 2px solid #ffffff; flex-shrink: 0; }\n    .cd-support-content { text-align: left; flex: 1; }\n    .cd-support-content h3 { margin: 0 0 2px 0; font-weight: 900; text-transform: uppercase; color: #0369a1; font-size: 17px; }\n    .cd-support-content p { margin: 0 0 8px 0; font-size: 14px; line-height: 1.3; color: #475569; }\n\n    .cd-wave-hr { border: 0; height: 12px; background-image: url(\"data:image\/svg+xml,%3Csvg width='100' height='12' viewBox='0 0 100 12' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M0 6 Q 12.5 12, 25 6 T 50 6 T 75 6 T 100 6' stroke='%23bae6fd' stroke-width='2' fill='transparent'\/%3E%3C\/svg%3E\"); margin: 25px auto; width: 80%; }\n\n    @media screen and (max-width: 768px) {\n        .cd-water-pump-desc h1 { font-size: 26px; }\n        .cd-intro-txt p { font-size: 14px; }\n        .cd-card-header strong { font-size: 12px; }\n        .cd-feature-card p { font-size: 10px; }\n        .cd-table td, .cd-table th { font-size: 11px; padding: 10px 8px; }\n        .cd-support-content h3 { font-size: 14px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"cd-water-pump-desc\"\u003e\n\u003ch1\u003eKing Canada 2\" Gasoline Water Pump\u003c\/h1\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cspan class=\"cd-origin-badge\"\u003ePerformance Flow Series\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-model-nav\"\u003e\n\u003ca href=\"#\" class=\"cd-nav-btn active\"\u003eStandard 2\" Unit\u003c\/a\u003e \u003ca href=\"https:\/\/thecabindepot.ca\/products\/king-canada-3-gasoline-water-pump\" class=\"cd-nav-btn\"\u003eHigh-Flow 3\" Unit\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-pump-intro\"\u003e\n\u003cdiv class=\"cd-intro-txt\"\u003e\n\u003cp\u003eEmpower your water management with the \u003cstrong\u003eKing Canada KCG-2WPG\u003c\/strong\u003e. This 7 HP gasoline pump is designed for high-volume transfer in remote areas. Whether you are draining a flood, filling large tanks, or managing off-grid irrigation, its industrial cast iron and aluminum build provides rugged reliability in a portable frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-intro-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/KingCanada2_GasolineWaterPumpimg2.jpg?v=1777642579\" alt=\"2 inch Pump Included Accessories\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-grid\"\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cdiv class=\"cd-card-header\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003eUphill Pumping\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003ePushes water up a massive 105-foot vertical climb.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cdiv class=\"cd-card-header\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003eFast Emptying\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eMoves up to 123 gallons every minute for quick results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cdiv class=\"cd-card-header\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003eSimple Start\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eSelf-priming design makes setup fast and hassle-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eComparison Guide\u003c\/h2\u003e\n\u003cdiv class=\"cd-table-shell\"\u003e\n\u003ctable class=\"cd-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 35%;\"\u003ePerformance Metric\u003c\/th\u003e\n\u003cth class=\"cd-current-col\"\u003eStandard 2\" Model\u003c\/th\u003e\n\u003cth\u003e\u003ca href=\"https:\/\/thecabindepot.ca\/products\/king-canada-3-gasoline-water-pump\" style=\"color: white; text-decoration: underline;\"\u003e3\" High-Flow Series\u003c\/a\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Capacity\u003c\/td\u003e\n\u003ctd class=\"cd-current-col\"\u003e\n\u003cspan class=\"cd-current-badge\"\u003eSelected Unit\u003c\/span\u003e\u003cstrong\u003e466 L\/min (123 GPM)\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003ctd\u003e966 L\/min (255 GPM)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Head Lift\u003c\/td\u003e\n\u003ctd class=\"cd-current-col\"\u003e\u003cstrong\u003e105 Feet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e92 Feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePort Diameter\u003c\/td\u003e\n\u003ctd class=\"cd-current-col\"\u003e2\" NPT Inlet \/ Outlet\u003c\/td\u003e\n\u003ctd\u003e3\" NPT Inlet \/ Outlet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-animated-title-wrap\"\u003e\n\u003cdiv class=\"cd-animated-title\"\u003e\n\u003ch2\u003eEngine Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-droplet-list\"\u003e\n\u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 7 HP OHV 4-Stroke Engine\u003c\/div\u003e\n\u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Low Oil Auto-Shutdown\u003c\/div\u003e\n\u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Cast Iron Impeller\u003c\/div\u003e\n\u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Protective Roll Cage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-support-box\"\u003e\n\u003cimg alt=\"Expert Support\" class=\"cd-support-badge-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/73.png?v=1769703475\"\u003e\n\u003cdiv class=\"cd-support-content\"\u003e\n\u003ch3\u003eFlow Support\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eNeed help choosing between the 2\" or 3\" models for your project? Call us toll-free at \u003ca style=\"color: var(--water-discharge); font-weight: 800; text-decoration: underline;\" href=\"tel:+18446034743\"\u003e+1 (844) 603-4743\u003c\/a\u003e.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 8px;\"\u003e\u003ca href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\" style=\"text-decoration: none !important; padding: 8px 14px; border-radius: 8px; font-weight: 800; text-transform: uppercase; font-size: 11px; background: #e0f2fe; border: 1px solid #bae6fd; color: #0369a1 !important;\"\u003eSupport Form →\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-wave-hr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; font-style: italic; color: var(--industrial-silver); font-size: 14px;\"\u003eIndustrial Flow Solutions for the Modern Homestead. \u003cbr\u003e\u003cstrong\u003eThe Cabin Depot®\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"King Canada","offers":[{"title":"Default Title","offer_id":44090043334753,"sku":"KCG-2WPG","price":339.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/KingCanada2_GasolineWaterPumpimg1.jpg?v=1777647123"},{"product_id":"king-canada-2-x-25-pvc-suction-hose-kit","title":"King Canada 2\" x 25' PVC Suction Hose Kit","description":"\u003cp\u003e\u003cmeta name=\"description\" content=\"Shop the King Canada 2\u0026quot; x 25' Suction Hose at The Cabin Depot. 100 PSI reinforced PVC intake kit with strainer for off-grid pumps. KW-252.\"\u003e \u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n    .cd-water-pump-desc {\n        font-family: 'Lato', sans-serif;\n        line-height: 1.5;\n        color: #1e293b;\n        width: 100%;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    :root {\n        --king-blue: #004a80;\n        --water-intake: #7dd3fc;\n        --water-discharge: #0369a1;\n        --flow-accent: #0ea5e9;\n        --industrial-silver: #94a3b8;\n        --tcd-border: #bae6fd;\n    }\n\n    .cd-water-pump-desc h1 { text-align: center; margin-top: 0; margin-bottom: 2px; font-weight: 900; text-transform: uppercase; font-size: 32px; letter-spacing: -1px; }\n    \n    .cd-water-pump-desc .cd-origin-badge { \n        text-transform: uppercase; font-weight: 900; letter-spacing: 3px; display: inline-block; font-size: 16px; position: relative; padding-bottom: 0px; margin: 0 auto 20px auto; color: var(--water-discharge); \n    }\n\n    .cd-water-pump-desc h2 { padding-bottom: 0px; margin-top: 25px; margin-bottom: 2px; text-transform: uppercase; letter-spacing: 1px; font-weight: 800; text-align: center; font-size: 24px; color: var(--king-blue); }\n    .cd-water-pump-desc p { font-size: 18px; line-height: 1.6; margin-bottom: 15px; }\n\n    .cd-animated-title-wrap { text-align: center; margin-bottom: 15px; }\n    .cd-animated-title { position: relative; display: inline-block; padding-bottom: 2px; }\n    .cd-animated-title h2 { margin: 0 !important; padding: 0 !important; }\n\n    @keyframes waterFlowVibrant { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }\n    @keyframes rippleEffect { 0% { transform: scale(0); opacity: 0.5; } 100% { transform: scale(4); opacity: 0; } }\n\n    .cd-origin-badge::after, .cd-animated-title::after, .cd-card-title-wrap::after { \n        content: \"\"; position: absolute; bottom: 0px; left: 0; height: 3px; width: 100%;\n        background: linear-gradient(90deg, var(--water-discharge) 0%, #fff 50%, var(--water-discharge) 100%);\n        background-size: 200% 100%; animation: waterFlowVibrant 15s linear infinite;\n        box-shadow: 0 0 10px var(--flow-accent);\n        border-radius: 2px;\n    }\n\n    .cd-model-nav { display: flex; justify-content: center; gap: 8px; margin-bottom: 25px; flex-wrap: wrap; }\n    .cd-nav-btn {\n        text-decoration: none !important; padding: 8px 14px; border-radius: 8px; font-weight: 800; text-transform: uppercase; font-size: 10px; transition: all 0.2s; border: 2px solid #e2e8f0; color: var(--industrial-silver) !important; background: white; text-align: center;\n    }\n    .cd-nav-btn.active { background: var(--king-blue); color: white !important; border-color: var(--king-blue); }\n\n    .cd-pump-intro { display: flex !important; flex-direction: row !important; align-items: center; gap: 20px; margin-bottom: 30px; }\n    .cd-intro-txt { flex: 1; }\n    .cd-intro-img { width: 35% !important; flex-shrink: 0; text-align: center; }\n    .cd-intro-img img { max-width: 100%; border-radius: 12px; border: 1px solid rgba(0,0,0,0.05); padding: 5px; background: white; }\n\n    .cd-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 5px auto; max-width: 900px; }\n    .cd-feature-card {\n        background: #f8fafc; padding: 15px 10px; border-radius: 8px; border-top: 4px solid var(--water-discharge);\n        text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center;\n        min-height: 120px; position: relative; overflow: hidden; transition: transform 0.3s ease;\n    }\n    .cd-feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 74, 128, 0.1); }\n    .cd-feature-card:hover::before {\n        content: \"\"; position: absolute; width: 100px; height: 100px; background: var(--water-intake);\n        border-radius: 50%; animation: rippleEffect 0.8s ease-out; opacity: 0; z-index: 1;\n    }\n    .cd-card-header { position: relative; z-index: 2; display: inline-flex; align-items: center; margin-bottom: 8px; }\n    .cd-card-header svg { color: var(--flow-accent); margin-right: 8px; flex-shrink: 0; }\n    .cd-card-title-wrap { position: relative; display: inline-block; padding-bottom: 4px; }\n    .cd-card-header strong { text-transform: uppercase; font-weight: 900; font-size: 16px; color: var(--king-blue); }\n    .cd-feature-card p { margin: 0; line-height: 1.3; font-size: 14px; color: #475569; position: relative; z-index: 2; }\n\n    \/* Redesigned Linked Comparison Matrix *\/\n    .cd-comp-matrix { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 20px auto; max-width: 1000px; border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; }\n    .cd-comp-link { text-decoration: none !important; display: block; color: inherit; }\n    .cd-comp-card { background: white; border-right: 1px solid #f1f5f9; padding: 15px 10px; text-align: center; transition: all 0.2s; position: relative; height: 100%; box-sizing: border-box; }\n    .cd-comp-link:hover .cd-comp-card { background: #f8fafc; }\n    .cd-comp-link:hover .cd-comp-card strong { color: var(--flow-accent); }\n    \n    .cd-comp-card.active { background: #f0f9ff; z-index: 2; box-shadow: inset 0 0 0 2px var(--flow-accent); }\n    .cd-comp-card strong { display: block; font-size: 12px; color: var(--king-blue); text-transform: uppercase; margin-bottom: 6px; border-bottom: 1px solid #f1f5f9; padding-bottom: 6px; transition: color 0.2s; }\n    .cd-comp-val { display: block; font-size: 11px; font-weight: 700; color: #475569; margin-bottom: 3px; }\n    .cd-comp-badge { background: var(--flow-accent); color: white; font-size: 8px; font-weight: 900; padding: 2px 6px; border-radius: 4px; text-transform: uppercase; display: inline-block; margin-top: 8px; }\n\n    .cd-droplet-list { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 12px; margin: 15px auto 0 auto; max-width: 700px; }\n    .cd-droplet-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #475569; font-weight: 700; }\n    .cd-droplet-item svg { flex-shrink: 0; color: var(--flow-accent); margin-top: 3px; }\n\n    .cd-support-box {\n        max-width: 720px; margin: 30px auto 10px auto; padding: 18px;\n        border: 1px dashed var(--tcd-border); border-radius: 16px; background: #f8fafc;\n        display: flex !important; flex-direction: row !important; align-items: center; gap: 15px;\n    }\n    .cd-support-badge-img { width: 50px; height: auto; border-radius: 50%; border: 2px solid #ffffff; flex-shrink: 0; }\n    .cd-support-content { text-align: left; flex: 1; }\n    .cd-support-content h3 { margin: 0 0 2px 0; font-weight: 900; text-transform: uppercase; color: #0369a1; font-size: 17px; }\n    .cd-support-content p { margin: 0 0 8px 0; font-size: 14px; line-height: 1.3; color: #475569; }\n\n    .cd-wave-hr { border: 0; height: 12px; background-image: url(\"data:image\/svg+xml,%3Csvg width='100' height='12' viewBox='0 0 100 12' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M0 6 Q 12.5 12, 25 6 T 50 6 T 75 6 T 100 6' stroke='%23bae6fd' stroke-width='2' fill='transparent'\/%3E%3C\/svg%3E\"); margin: 25px auto; width: 80%; }\n\n    @media screen and (max-width: 768px) {\n        .cd-water-pump-desc h1 { font-size: 24px; }\n        .cd-intro-txt p { font-size: 14px; }\n        .cd-card-header strong { font-size: 12px; }\n        .cd-feature-card p { font-size: 10px; }\n        .cd-comp-matrix { grid-template-columns: repeat(2, 1fr); border: 1px solid #e2e8f0; }\n        .cd-comp-card { border-bottom: 1px solid #f1f5f9; }\n        .cd-comp-card:nth-child(even) { border-right: none; }\n        .cd-support-content h3 { font-size: 14px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"cd-water-pump-desc\"\u003e\n\u003ch1\u003e2\" x 25' PVC Suction Hose Kit\u003c\/h1\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cspan class=\"cd-origin-badge\"\u003eIndustrial Power \u0026amp; Precision\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-model-nav\"\u003e\n\u003ca class=\"cd-nav-btn active\" href=\"#\"\u003e2\" Suction\u003c\/a\u003e \u003ca class=\"cd-nav-btn\" href=\"https:\/\/thecabindepot.ca\/products\/king-canada-2-x-50-pvc-discharge-hose-kit\"\u003e2\" Discharge\u003c\/a\u003e \u003ca class=\"cd-nav-btn\" href=\"https:\/\/thecabindepot.ca\/products\/king-canada-3-x-25-pvc-suction-hose-kit\"\u003e3\" Suction\u003c\/a\u003e \u003ca class=\"cd-nav-btn\" href=\"https:\/\/thecabindepot.ca\/products\/king-canada-3-x-50-pvc-discharge-hose-kit\"\u003e3\" Discharge\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-pump-intro\"\u003e\n\u003cdiv class=\"cd-intro-txt\"\u003e\n\u003cp\u003eEnsure a vacuum-tight intake for your off-grid water system with the \u003cstrong\u003eKing Canada KW-252\u003c\/strong\u003e. This reinforced PVC suction hose is engineered to withstand high vacuum pressure without collapsing, providing a consistent feed to your 2-inch gasoline water pump. Hand-built for the demands of remote homesteads, it comes as a complete kit ready for immediate deployment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-intro-img\"\u003e\u003cimg alt=\"King Canada Heritage\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/King_Canada_Logo_1.jpg?v=1777575976\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-grid\"\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cdiv class=\"cd-card-header\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003eDurable Intake\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eReinforced PVC handles vacuum pressure without collapsing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cdiv class=\"cd-card-header\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003eDebris Filter\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eIncluded strainer basket keeps sand and rocks out of your pump.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cdiv class=\"cd-card-header\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003eQuick Connect\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eComes with camlock fittings for instant, tool-free setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eComparison Guide\u003c\/h2\u003e\n\u003cdiv class=\"cd-comp-matrix\"\u003e\n\u003cdiv class=\"cd-comp-card active\"\u003e\n\u003cstrong\u003eKW-252\u003c\/strong\u003e \u003cspan class=\"cd-comp-val\"\u003e2\" Suction\u003c\/span\u003e \u003cspan class=\"cd-comp-val\"\u003e25 Feet\u003c\/span\u003e \u003cspan class=\"cd-comp-val\"\u003e100 PSI\u003c\/span\u003e \u003cspan class=\"cd-comp-badge\"\u003eCurrent Unit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"cd-comp-link\" href=\"https:\/\/thecabindepot.ca\/products\/king-canada-2-x-50-pvc-discharge-hose-kit\"\u003e\n\u003cdiv class=\"cd-comp-card\"\u003e\n\u003cstrong\u003eKW-502\u003c\/strong\u003e \u003cspan class=\"cd-comp-val\"\u003e2\" Discharge\u003c\/span\u003e \u003cspan class=\"cd-comp-val\"\u003e50 Feet\u003c\/span\u003e \u003cspan class=\"cd-comp-val\"\u003e58 PSI\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"cd-comp-link\" href=\"https:\/\/thecabindepot.ca\/products\/king-canada-3-x-25-pvc-suction-hose-kit\"\u003e\n\u003cdiv class=\"cd-comp-card\"\u003e\n\u003cstrong\u003eKW-253\u003c\/strong\u003e \u003cspan class=\"cd-comp-val\"\u003e3\" Suction\u003c\/span\u003e \u003cspan class=\"cd-comp-val\"\u003e25 Feet\u003c\/span\u003e \u003cspan class=\"cd-comp-val\"\u003e72 PSI\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca class=\"cd-comp-link\" href=\"https:\/\/thecabindepot.ca\/products\/king-canada-3-x-50-pvc-discharge-hose-kit\"\u003e\n\u003cdiv class=\"cd-comp-card\"\u003e\n\u003cstrong\u003eKW-503\u003c\/strong\u003e \u003cspan class=\"cd-comp-val\"\u003e3\" Discharge\u003c\/span\u003e \u003cspan class=\"cd-comp-val\"\u003e50 Feet\u003c\/span\u003e \u003cspan class=\"cd-comp-val\"\u003e58 PSI\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-animated-title-wrap\"\u003e\n\u003cdiv class=\"cd-animated-title\"\u003e\n\u003ch2\u003eKit Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-droplet-list\"\u003e\n\u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Stainless Steel Strainer\u003c\/div\u003e\n\u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Threaded Camlock Adapter\u003c\/div\u003e\n\u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e High-Visibility Clear PVC\u003c\/div\u003e\n\u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 2.0\" NPT Connections\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-support-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/73.png?v=1769703475\" class=\"cd-support-badge-img\" alt=\"TCD Support\"\u003e\n\u003cdiv class=\"cd-support-content\"\u003e\n\u003ch3\u003eTechnical Pumping Support\u003c\/h3\u003e\n\u003cp\u003eNeed help matching the right hose length or fittings to your pump? Call us toll-free \u003ca style=\"color: var(--water-discharge); font-weight: 800; text-decoration: underline;\" href=\"tel:+18446034743\"\u003e+1 (844) 603-4743\u003c\/a\u003e.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 8px;\"\u003e\u003ca style=\"text-decoration: none !important; padding: 8px 14px; border-radius: 8px; font-weight: 800; text-transform: uppercase; font-size: 11px; background: #e0f2fe; border: 1px solid #bae6fd; color: #0369a1 !important;\" href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\"\u003eSupport Form →\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-wave-hr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; font-style: italic; color: var(--industrial-silver); font-size: 14px;\"\u003eIndustrial Flow Solutions for the Modern Homestead. \u003cbr\u003e\u003cstrong\u003eThe Cabin Depot®\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"King Canada","offers":[{"title":"Default Title","offer_id":44090043433057,"sku":"KW-252","price":119.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/KingCanada2_x25_PVCSuctionHoseKitimg1.jpg?v=1777656423"},{"product_id":"king-canada-2-x-50-pvc-discharge-hose-kit","title":"King Canada 2\" x 50' PVC Discharge Hose Kit","description":"\u003ctitle\u003eKing Canada 2\" x 50' PVC Discharge Hose Kit - KW-502 - The Cabin Depot\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"Shop the King Canada 2\u0026quot; x 50' Discharge Hose at The Cabin Depot. Flexible blue lay-flat PVC hose with camlock adapters for water drainage. KW-502.\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e \n\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n    .cd-water-pump-desc {\n        font-family: 'Lato', sans-serif;\n        line-height: 1.5;\n        color: #1e293b;\n        width: 100%;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    :root {\n        --king-blue: #004a80;\n        --water-intake: #7dd3fc;\n        --water-discharge: #0369a1;\n        --flow-accent: #0ea5e9;\n        --industrial-silver: #94a3b8;\n        --tcd-border: #bae6fd;\n    }\n\n    .cd-water-pump-desc h1 { text-align: center; margin-top: 0; margin-bottom: 2px; font-weight: 900; text-transform: uppercase; font-size: 32px; letter-spacing: -1px; }\n    \n    .cd-water-pump-desc .cd-origin-badge { \n        text-transform: uppercase; font-weight: 900; letter-spacing: 3px; display: inline-block; font-size: 16px; position: relative; padding-bottom: 0px; margin: 0 auto 20px auto; color: var(--water-discharge); \n    }\n\n    .cd-water-pump-desc h2 { padding-bottom: 0px; margin-top: 25px; margin-bottom: 2px; text-transform: uppercase; letter-spacing: 1px; font-weight: 800; text-align: center; font-size: 24px; color: var(--king-blue); }\n    .cd-water-pump-desc p { font-size: 18px; line-height: 1.6; margin-bottom: 15px; }\n\n    .cd-animated-title-wrap { text-align: center; margin-bottom: 15px; }\n    .cd-animated-title { position: relative; display: inline-block; padding-bottom: 2px; }\n    .cd-animated-title h2 { margin: 0 !important; padding: 0 !important; }\n\n    @keyframes waterFlowVibrant { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }\n    @keyframes rippleEffect { 0% { transform: scale(0); opacity: 0.5; } 100% { transform: scale(4); opacity: 0; } }\n\n    .cd-origin-badge::after, .cd-animated-title::after, .cd-card-title-wrap::after { \n        content: \"\"; position: absolute; bottom: 0px; left: 0; height: 3px; width: 100%;\n        background: linear-gradient(90deg, var(--water-discharge) 0%, #fff 50%, var(--water-discharge) 100%);\n        background-size: 200% 100%; animation: waterFlowVibrant 15s linear infinite;\n        box-shadow: 0 0 10px var(--flow-accent);\n        border-radius: 2px;\n    }\n\n    .cd-model-nav { display: flex; justify-content: center; gap: 8px; margin-bottom: 25px; flex-wrap: wrap; }\n    .cd-nav-btn {\n        text-decoration: none !important; padding: 8px 14px; border-radius: 8px; font-weight: 800; text-transform: uppercase; font-size: 10px; transition: all 0.2s; border: 2px solid #e2e8f0; color: var(--industrial-silver) !important; background: white; text-align: center;\n    }\n    .cd-nav-btn.active { background: var(--king-blue); color: white !important; border-color: var(--king-blue); }\n\n    .cd-pump-intro { display: flex !important; flex-direction: row !important; align-items: center; gap: 20px; margin-bottom: 30px; }\n    .cd-intro-txt { flex: 1; }\n    .cd-intro-img { width: 35% !important; flex-shrink: 0; text-align: center; }\n    .cd-intro-img img { max-width: 100%; border-radius: 12px; border: 1px solid rgba(0,0,0,0.05); padding: 5px; background: white; }\n\n    .cd-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 5px auto; max-width: 900px; }\n    .cd-feature-card {\n        background: #f8fafc; padding: 15px 10px; border-radius: 8px; border-top: 4px solid var(--water-discharge);\n        text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center;\n        min-height: 120px; position: relative; overflow: hidden; transition: transform 0.3s ease;\n    }\n    .cd-feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 74, 128, 0.1); }\n    .cd-feature-card:hover::before {\n        content: \"\"; position: absolute; width: 100px; height: 100px; background: var(--water-intake);\n        border-radius: 50%; animation: rippleEffect 0.8s ease-out; opacity: 0; z-index: 1;\n    }\n    .cd-card-header { position: relative; z-index: 2; display: inline-flex; align-items: center; margin-bottom: 8px; }\n    .cd-card-header svg { color: var(--flow-accent); margin-right: 8px; flex-shrink: 0; }\n    .cd-card-title-wrap { position: relative; display: inline-block; padding-bottom: 4px; }\n    .cd-card-header strong { text-transform: uppercase; font-weight: 900; font-size: 16px; color: var(--king-blue); }\n    .cd-feature-card p { margin: 0; line-height: 1.3; font-size: 14px; color: #475569; position: relative; z-index: 2; }\n\n    \/* Redesigned Linked Comparison Matrix *\/\n    .cd-comp-matrix { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 20px auto; max-width: 1000px; border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; }\n    .cd-comp-link { text-decoration: none !important; display: block; color: inherit; }\n    .cd-comp-card { background: white; border-right: 1px solid #f1f5f9; padding: 15px 10px; text-align: center; transition: all 0.2s; position: relative; height: 100%; box-sizing: border-box; }\n    .cd-comp-link:hover .cd-comp-card { background: #f8fafc; }\n    .cd-comp-link:hover .cd-comp-card strong { color: var(--flow-accent); }\n\n    .cd-comp-card.active { background: #f0f9ff; z-index: 2; box-shadow: inset 0 0 0 2px var(--flow-accent); }\n    .cd-comp-card strong { display: block; font-size: 12px; color: var(--king-blue); text-transform: uppercase; margin-bottom: 6px; border-bottom: 1px solid #f1f5f9; padding-bottom: 6px; transition: color 0.2s; }\n    .cd-comp-val { display: block; font-size: 11px; font-weight: 700; color: #475569; margin-bottom: 3px; }\n    .cd-comp-badge { background: var(--flow-accent); color: white; font-size: 8px; font-weight: 900; padding: 2px 6px; border-radius: 4px; text-transform: uppercase; display: inline-block; margin-top: 8px; }\n\n    .cd-droplet-list { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 12px; margin: 15px auto 0 auto; max-width: 700px; }\n    .cd-droplet-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #475569; font-weight: 700; }\n    .cd-droplet-item svg { flex-shrink: 0; color: var(--flow-accent); margin-top: 3px; }\n\n    .cd-support-box {\n        max-width: 720px; margin: 30px auto 10px auto; padding: 18px;\n        border: 1px dashed var(--tcd-border); border-radius: 16px; background: #f8fafc;\n        display: flex !important; flex-direction: row !important; align-items: center; gap: 15px;\n    }\n    .cd-support-badge-img { width: 50px; height: auto; border-radius: 50%; border: 2px solid #ffffff; flex-shrink: 0; }\n    .cd-support-content { text-align: left; flex: 1; }\n    .cd-support-content h3 { margin: 0 0 2px 0; font-weight: 900; text-transform: uppercase; color: #0369a1; font-size: 17px; }\n    .cd-support-content p { margin: 0 0 8px 0; font-size: 14px; line-height: 1.3; color: #475569; }\n\n    .cd-wave-hr { border: 0; height: 12px; background-image: url(\"data:image\/svg+xml,%3Csvg width='100' height='12' viewBox='0 0 100 12' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M0 6 Q 12.5 12, 25 6 T 50 6 T 75 6 T 100 6' stroke='%23bae6fd' stroke-width='2' fill='transparent'\/%3E%3C\/svg%3E\"); margin: 25px auto; width: 80%; }\n\n    @media screen and (max-width: 768px) {\n        .cd-water-pump-desc h1 { font-size: 24px; }\n        .cd-intro-txt p { font-size: 14px; }\n        .cd-card-header strong { font-size: 12px; }\n        .cd-feature-card p { font-size: 10px; }\n        .cd-comp-matrix { grid-template-columns: repeat(2, 1fr); border: 1px solid #e2e8f0; }\n        .cd-comp-card { border-bottom: 1px solid #f1f5f9; }\n        .cd-comp-card:nth-child(even) { border-right: none; }\n        .cd-support-content h3 { font-size: 14px; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cd-water-pump-desc\"\u003e\n    \u003ch1\u003e2\" x 50' PVC Discharge Hose Kit\u003c\/h1\u003e\n    \u003cdiv style=\"text-align: center;\"\u003e\n        \u003cspan class=\"cd-origin-badge\"\u003eIndustrial Power \u0026amp; Precision\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-model-nav\"\u003e\n        \u003ca href=\"https:\/\/thecabindepot.ca\/products\/king-canada-2-x-25-pvc-suction-hose-kit\" class=\"cd-nav-btn\"\u003e2\" Suction\u003c\/a\u003e\n        \u003ca href=\"#\" class=\"cd-nav-btn active\"\u003e2\" Discharge\u003c\/a\u003e\n        \u003ca href=\"https:\/\/thecabindepot.ca\/products\/king-canada-3-x-25-pvc-suction-hose-kit\" class=\"cd-nav-btn\"\u003e3\" Suction\u003c\/a\u003e\n        \u003ca href=\"https:\/\/thecabindepot.ca\/products\/king-canada-3-x-50-pvc-discharge-hose-kit\" class=\"cd-nav-btn\"\u003e3\" Discharge\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-pump-intro\"\u003e\n        \u003cdiv class=\"cd-intro-txt\"\u003e\n            \u003cp\u003eMove massive volumes of water far from your structure with the \u003cstrong\u003eKing Canada KW-502\u003c\/strong\u003e. This 50-foot lay-flat discharge hose is designed for the high-flow output of standard 2-inch pumps. Its flexible PVC construction makes it easy to roll up and store when not in use, while the included camlock adapters allow for seamless connection and expansion of your drainage line.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-intro-img\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/King_Canada_Logo_1.jpg?v=1777575976\" alt=\"King Canada Heritage\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-feature-grid\"\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cdiv class=\"cd-card-header\"\u003e\n                \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003eEasy Storage\u003c\/strong\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp\u003eLay-flat design rolls up tightly to save space in your cabin.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cdiv class=\"cd-card-header\"\u003e\n                \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003eHigh Flow\u003c\/strong\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp\u003e50-foot reach allows you to move water far from your build.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cd-feature-card\"\u003e\n            \u003cdiv class=\"cd-card-header\"\u003e\n                \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003eExtendable\u003c\/strong\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp\u003eCamlock system allows you to join multiple hoses for extra reach.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eComparison Guide\u003c\/h2\u003e\n    \u003cdiv class=\"cd-comp-matrix\"\u003e\n        \u003ca href=\"https:\/\/thecabindepot.ca\/products\/king-canada-2-x-25-pvc-suction-hose-kit\" class=\"cd-comp-link\"\u003e\n            \u003cdiv class=\"cd-comp-card\"\u003e\n                \u003cstrong\u003eKW-252\u003c\/strong\u003e\n                \u003cspan class=\"cd-comp-val\"\u003e2\" Suction\u003c\/span\u003e\n                \u003cspan class=\"cd-comp-val\"\u003e25 Feet\u003c\/span\u003e\n                \u003cspan class=\"cd-comp-val\"\u003e100 PSI\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/a\u003e\n        \u003cdiv class=\"cd-comp-card active\"\u003e\n            \u003cstrong\u003eKW-502\u003c\/strong\u003e\n            \u003cspan class=\"cd-comp-val\"\u003e2\" Discharge\u003c\/span\u003e\n            \u003cspan class=\"cd-comp-val\"\u003e50 Feet\u003c\/span\u003e\n            \u003cspan class=\"cd-comp-val\"\u003e58 PSI\u003c\/span\u003e\n            \u003cspan class=\"cd-comp-badge\"\u003eCurrent Unit\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ca href=\"https:\/\/thecabindepot.ca\/products\/king-canada-3-x-25-pvc-suction-hose-kit\" class=\"cd-comp-link\"\u003e\n            \u003cdiv class=\"cd-comp-card\"\u003e\n                \u003cstrong\u003eKW-253\u003c\/strong\u003e\n                \u003cspan class=\"cd-comp-val\"\u003e3\" Suction\u003c\/span\u003e\n                \u003cspan class=\"cd-comp-val\"\u003e25 Feet\u003c\/span\u003e\n                \u003cspan class=\"cd-comp-val\"\u003e72 PSI\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"https:\/\/thecabindepot.ca\/products\/king-canada-3-x-50-pvc-discharge-hose-kit\" class=\"cd-comp-link\"\u003e\n            \u003cdiv class=\"cd-comp-card\"\u003e\n                \u003cstrong\u003eKW-503\u003c\/strong\u003e\n                \u003cspan class=\"cd-comp-val\"\u003e3\" Discharge\u003c\/span\u003e\n                \u003cspan class=\"cd-comp-val\"\u003e50 Feet\u003c\/span\u003e\n                \u003cspan class=\"cd-comp-val\"\u003e58 PSI\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-animated-title-wrap\"\u003e\n        \u003cdiv class=\"cd-animated-title\"\u003e\u003ch2\u003eKit Features\u003c\/h2\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"cd-droplet-list\"\u003e\n        \u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Type A Camlock Adapter\u003c\/div\u003e\n        \u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e High-Tensile PVC Body\u003c\/div\u003e\n        \u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Weather Resistant\u003c\/div\u003e\n        \u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 2.0\" NPT Couplings\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-support-box\"\u003e\n        \u003cimg alt=\"TCD Support\" class=\"cd-support-badge-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/73.png?v=1769703475\"\u003e\n        \u003cdiv class=\"cd-support-content\"\u003e\n            \u003ch3\u003eTechnical Pumping Support\u003c\/h3\u003e\n            \u003cp\u003eMoving water uphill or long distances? Our off-grid technical team can assist with flow math. Call us toll-free \u003ca href=\"tel:+18446034743\" style=\"color:var(--water-discharge); font-weight:800; text-decoration:underline;\"\u003e+1 (844) 603-4743\u003c\/a\u003e.\u003c\/p\u003e\n            \u003cdiv style=\"display:flex; gap:8px;\"\u003e\u003ca href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\" style=\"text-decoration:none !important; padding:8px 14px; border-radius:8px; font-weight:800; text-transform:uppercase; font-size:11px; background:#e0f2fe; border:1px solid #bae6fd; color:#0369a1 !important;\"\u003eSupport Form →\u003c\/a\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-wave-hr\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"text-align: center; font-style: italic; color: var(--industrial-silver); font-size: 14px;\"\u003eIndustrial Flow Solutions for the Modern Homestead. \u003cbr\u003e \u003cstrong\u003eThe Cabin Depot®\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"King Canada","offers":[{"title":"Default Title","offer_id":44090043564129,"sku":"KW-502","price":99.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/KingCanada2_x50_PVCSuctionHoseKitimg1.jpg?v=1777656428"},{"product_id":"king-canada-3-gasoline-water-pump","title":"King Canada 3\" Gasoline Water Pump","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n    .cd-water-pump-desc {\n        font-family: 'Lato', sans-serif;\n        line-height: 1.5;\n        color: #1e293b;\n        width: 100%;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    :root {\n        --king-blue: #004a80;\n        --water-intake: #7dd3fc;\n        --water-discharge: #0369a1;\n        --flow-accent: #0ea5e9;\n        --industrial-silver: #94a3b8;\n        --tcd-border: #bae6fd;\n    }\n\n    \/* Typography *\/\n    .cd-water-pump-desc h1 { text-align: center; margin-top: 0; margin-bottom: 2px; font-weight: 900; text-transform: uppercase; font-size: 38px; letter-spacing: -1px; }\n    \n    .cd-water-pump-desc .cd-origin-badge { \n        text-transform: uppercase; \n        font-weight: 900; \n        letter-spacing: 3px; \n        display: inline-block; \n        font-size: 16px; \n        position: relative; \n        padding-bottom: 0px; \n        margin: 0 auto 20px auto; \n        color: var(--water-discharge); \n    }\n\n    .cd-water-pump-desc h2 { \n        padding-bottom: 2px;\n        margin-top: 25px; \n        text-transform: uppercase; \n        letter-spacing: 1px; \n        font-weight: 800; \n        text-align: center; \n        font-size: 24px; \n        color: var(--king-blue); \n    }\n    .cd-water-pump-desc p { font-size: 18px; line-height: 1.6; margin-bottom: 15px; }\n\n    \/* Animated Title Traces *\/\n    .cd-animated-title-wrap { text-align: center; margin-bottom: 15px; }\n    .cd-animated-title { position: relative; display: inline-block; padding-bottom: 2px; }\n    .cd-animated-title h2 { margin: 0 !important; padding: 0 !important; }\n\n    \/* Slow River Animation - 15s Cycle *\/\n    @keyframes waterFlowVibrant { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }\n    @keyframes rippleEffect { 0% { transform: scale(0); opacity: 0.5; } 100% { transform: scale(4); opacity: 0; } }\n\n    \/* Trace Line Logic - Tight spacing to text *\/\n    .cd-origin-badge::after, .cd-animated-title::after, .cd-card-title-wrap::after { \n        content: \"\"; position: absolute; bottom: -2px; left: 0; height: 3px; width: 100%;\n        background: linear-gradient(90deg, var(--water-discharge) 0%, #fff 50%, var(--water-discharge) 100%);\n        background-size: 200% 100%; animation: waterFlowVibrant 15s linear infinite;\n        box-shadow: 0 0 10px var(--flow-accent);\n        border-radius: 2px;\n    }\n\n    \/* Nav UI *\/\n    .cd-model-nav { display: flex; justify-content: center; gap: 10px; margin-bottom: 25px; }\n    .cd-nav-btn {\n        text-decoration: none !important; padding: 10px 20px; border-radius: 8px; font-weight: 800; text-transform: uppercase; font-size: 12px; transition: all 0.2s; border: 2px solid #e2e8f0; color: var(--industrial-silver) !important; background: white;\n    }\n    .cd-nav-btn.active { background: var(--king-blue); color: white !important; border-color: var(--king-blue); }\n\n    \/* Intro Media - Pinned Side-by-Side *\/\n    .cd-pump-intro { display: flex !important; flex-direction: row !important; align-items: center; gap: 20px; margin-bottom: 30px; }\n    .cd-intro-txt { flex: 1; }\n    .cd-intro-img { width: 35% !important; flex-shrink: 0; text-align: center; }\n    .cd-intro-img img { max-width: 100%; border-radius: 12px; border: 1px solid rgba(0,0,0,0.05); padding: 5px; background: white; }\n\n    \/* Feature Cards *\/\n    .cd-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 5px auto; max-width: 900px; }\n    .cd-feature-card {\n        background: #f8fafc; padding: 15px 10px; border-radius: 8px; border-top: 4px solid var(--water-discharge);\n        text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center;\n        min-height: 120px; position: relative; overflow: hidden; transition: transform 0.3s ease;\n    }\n    .cd-feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 74, 128, 0.1); }\n    .cd-feature-card:hover::before {\n        content: \"\"; position: absolute; width: 100px; height: 100px; background: var(--water-intake);\n        border-radius: 50%; animation: rippleEffect 0.8s ease-out; opacity: 0; z-index: 1;\n    }\n\n    .cd-card-header { position: relative; z-index: 2; display: inline-flex; align-items: center; margin-bottom: 8px; }\n    .cd-card-header svg { color: var(--flow-accent); margin-right: 8px; flex-shrink: 0; }\n    .cd-card-title-wrap { position: relative; display: inline-block; padding-bottom: 4px; }\n    .cd-card-header strong { text-transform: uppercase; font-weight: 900; font-size: 18px; color: var(--king-blue); }\n    .cd-feature-card p { margin: 0; line-height: 1.3; font-size: 14px; color: #475569; position: relative; z-index: 2; }\n\n    \/* Comparison Chart highlighting *\/\n    .cd-table-shell { margin: 20px auto; width: 100%; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; }\n    .cd-table { width: 100%; border-collapse: collapse; }\n    .cd-table th { background: #1e293b; color: white; padding: 12px 15px; text-align: left; text-transform: uppercase; font-size: 12px; font-weight: 900; }\n    .cd-table td { padding: 12px 15px; border-bottom: 1px solid #f1f5f9; font-size: 15px; }\n    .cd-current-col { background-color: #f0f9ff; }\n    .cd-current-badge { display: block; font-size: 9px; font-weight: 900; color: var(--water-discharge); text-transform: uppercase; margin-bottom: 4px; letter-spacing: 0.5px; }\n\n    \/* Hardware Grid - Forced 2x2 *\/\n    .cd-droplet-list { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 12px; margin: 15px auto 0 auto; max-width: 700px; }\n    .cd-droplet-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #475569; font-weight: 700; }\n    .cd-droplet-item svg { flex-shrink: 0; color: var(--flow-accent); margin-top: 3px; }\n\n    \/* Support Module - Pinned Horizontal *\/\n    .cd-support-box {\n        max-width: 720px; margin: 30px auto 10px auto; padding: 18px;\n        border: 1px dashed var(--tcd-border); border-radius: 16px; background: #f8fafc;\n        display: flex !important; flex-direction: row !important; align-items: center; gap: 15px;\n    }\n    .cd-support-badge-img { width: 50px; height: auto; border-radius: 50%; border: 2px solid #ffffff; flex-shrink: 0; }\n    .cd-support-content { text-align: left; flex: 1; }\n    .cd-support-content h3 { margin: 0 0 2px 0; font-weight: 900; text-transform: uppercase; color: #0369a1; font-size: 17px; }\n    .cd-support-content p { margin: 0 0 8px 0; font-size: 14px; line-height: 1.3; color: #475569; }\n\n    .cd-wave-hr { border: 0; height: 12px; background-image: url(\"data:image\/svg+xml,%3Csvg width='100' height='12' viewBox='0 0 100 12' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M0 6 Q 12.5 12, 25 6 T 50 6 T 75 6 T 100 6' stroke='%23bae6fd' stroke-width='2' fill='transparent'\/%3E%3C\/svg%3E\"); margin: 25px auto; width: 80%; }\n\n    @media screen and (max-width: 768px) {\n        .cd-water-pump-desc h1 { font-size: 26px; }\n        .cd-intro-txt p { font-size: 14px; }\n        .cd-card-header strong { font-size: 12px; }\n        .cd-feature-card p { font-size: 10px; }\n        .cd-table td, .cd-table th { font-size: 11px; padding: 10px 8px; }\n        .cd-support-content h3 { font-size: 14px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"cd-water-pump-desc\"\u003e\n\u003ch1\u003eKing Canada 3\" Gasoline Water Pump\u003c\/h1\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cspan class=\"cd-origin-badge\"\u003eHigh-Capacity Flow Series\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-model-nav\"\u003e\n\u003ca class=\"cd-nav-btn\" href=\"https:\/\/thecabindepot.ca\/products\/king-canada-2-gasoline-water-pump\"\u003eCompact 2\" Unit\u003c\/a\u003e \u003ca class=\"cd-nav-btn active\" href=\"#\"\u003eStandard 3\" Unit\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-pump-intro\"\u003e\n\u003cdiv class=\"cd-intro-txt\"\u003e\n\u003cp\u003eMaximize your fluid transfer potential with the \u003cstrong\u003eKing Canada KCG-3WPG\u003c\/strong\u003e. This 7 HP gasoline pump is engineered for extreme volume, moving massive amounts of water in minutes. It is the premier choice for large-scale agricultural irrigation, construction site dewatering, and rapid emergency flood control where time and power are critical.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-intro-img\"\u003e\u003cimg alt=\"3 inch Pump Included Accessories\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/King_Canada_3_Gasoline_Water_Pump_img2.jpg?v=1777642600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-grid\"\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cdiv class=\"cd-card-header\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003eExtreme Lift\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eGenerates high pressure to move water uphill over 90 feet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cdiv class=\"cd-card-header\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003eMassive Volume\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eMoves a staggering 255 gallons per minute for big jobs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cdiv class=\"cd-card-header\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"cd-card-title-wrap\"\u003e\u003cstrong\u003eRugged Build\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eCast iron internals handle debris and heavy use with ease.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eComparison Guide\u003c\/h2\u003e\n\u003cdiv class=\"cd-table-shell\"\u003e\n\u003ctable class=\"cd-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 35%;\"\u003ePerformance Metric\u003c\/th\u003e\n\u003cth class=\"cd-current-col\"\u003eStandard 3\" Model\u003c\/th\u003e\n\u003cth\u003e\u003ca style=\"color: white; text-decoration: underline;\" href=\"https:\/\/thecabindepot.ca\/products\/king-canada-2-gasoline-water-pump\"\u003e2\" Compact Series\u003c\/a\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Capacity\u003c\/td\u003e\n\u003ctd class=\"cd-current-col\"\u003e\n\u003cspan class=\"cd-current-badge\"\u003eSelected Unit\u003c\/span\u003e\u003cstrong\u003e966 L\/min (255 GPM)\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003ctd\u003e466 L\/min (123 GPM)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Head Lift\u003c\/td\u003e\n\u003ctd class=\"cd-current-col\"\u003e\u003cstrong\u003e92 Feet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e105 Feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePort Diameter\u003c\/td\u003e\n\u003ctd class=\"cd-current-col\"\u003e3\" NPT Inlet \/ Outlet\u003c\/td\u003e\n\u003ctd\u003e2\" NPT Inlet \/ Outlet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-animated-title-wrap\"\u003e\n\u003cdiv class=\"cd-animated-title\"\u003e\n\u003ch2\u003eEngine Features\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-droplet-list\"\u003e\n\u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 7 HP OHV 4-Stroke Engine\u003c\/div\u003e\n\u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Aluminum Alloy Body\u003c\/div\u003e\n\u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 26' Suction Head Depth\u003c\/div\u003e\n\u003cdiv class=\"cd-droplet-item\"\u003e\n\u003csvg fill=\"currentColor\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Steel Frame Protection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-support-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/73.png?v=1769703475\" class=\"cd-support-badge-img\" alt=\"Expert Support\"\u003e\n\u003cdiv class=\"cd-support-content\"\u003e\n\u003ch3\u003eFlow Support\u003c\/h3\u003e\n\u003cp\u003eNeed help choosing between the 2\" or 3\" models for your project? Call us toll-free at \u003ca style=\"color: var(--water-discharge); font-weight: 800; text-decoration: underline;\" href=\"tel:+18446034743\"\u003e+1 (844) 603-4743\u003c\/a\u003e.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; gap: 8px;\"\u003e\u003ca style=\"text-decoration: none !important; padding: 8px 14px; border-radius: 8px; font-weight: 800; text-transform: uppercase; font-size: 11px; background: #e0f2fe; border: 1px solid #bae6fd; color: #0369a1 !important;\" href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\"\u003eSupport Form →\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-wave-hr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; font-style: italic; color: var(--industrial-silver); font-size: 14px;\"\u003eIndustrial Flow Solutions for the Modern Homestead. \u003cbr\u003e\u003cstrong\u003eThe Cabin Depot®\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"King Canada","offers":[{"title":"Default Title","offer_id":44090043662433,"sku":"KCG-3WPG","price":399.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/KingCanada3_GasolineWaterPumpimg1.jpg?v=1777647847"}],"url":"https:\/\/thecabindepot.ca\/collections\/water-pumps.oembed?page=3","provider":"The Cabin Depot","version":"1.0","type":"link"}