{"title":"Franklin Electric Pumps","description":null,"products":[{"product_id":"swj-cyclone-series","title":"Franklin Electric SWJ (Cyclone) Series Non-Corrosive Shallow Well Jet Pump - NSF 372, Thermoplastic, 1\/2-1 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Jet Pump\u003c\/div\u003e\n\u003ch1\u003eSWJ (Cyclone) Series Jet Pump\u003cbr\u003e\u003cem\u003eNon-Corrosive Shallow Well\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eThermoplastic shallow well jet pump for clean water installations. Self-cleaning injector screen and replaceable in-line nozzle\/venturi.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1\/2 – 1 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSingle-Phase\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eNSF 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e120 °F Max Fluid Temp\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eDual Voltage 115\/230 V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eNon-corrosive thermoplastic construction allows the SWJ shallow well jet pump to be used in clean water installations without the fear of corrosion. A self-cleaning injector screen provides an additional level of anti-clogging protection.\u003c\/p\u003e\n\u003cp\u003eDesigned for shallow well applications with a replaceable in-line nozzle\/venturi design for maximum hydraulic efficiency and ease of service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNon-corrosive thermoplastic construction\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNon-corrosive thermoplastic construction.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eReplaceable in-line nozzle\/venturi design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eReplaceable in-line nozzle\/venturi design for maximum hydraulic efficiency and ease of service.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSelf cleaning\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSelf cleaning, anti-clogging injector screen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eThermoplastic impeller and diffuser ensure increased\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eThermoplastic impeller and diffuser ensure increased hydraulic performance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFloating stainless steel eye seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFloating stainless steel eye seal for maximum performance and efficiency.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSquare-flange mounting\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSquare-flange mounting provides easy serviceability without disturbing the plumbing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eBuilt-in drain plug\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBuilt-in drain plug for easy winterizing and servicing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMechanical shaft seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMechanical shaft seal allows positive protection against leaking.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eOrder pressure gauge separately\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eOrder pressure gauge separately.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePressure switch\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePressure switch is installed and set at 30\/50 psi.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHandles water temperatures up to 120 °F\/49\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHandles water temperatures up to 120 °F\/49 °C and working pressure up to 75 psi.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e1-1\/4\" inlet and 1\" outlet\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1-1\/4\" inlet and 1\" outlet - all models\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003ePhase\u003c\/th\u003e\n\u003cth\u003eVoltage\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e91090005\u003c\/td\u003e\n\u003ctd\u003eFSWJ05P\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91090007\u003c\/td\u003e\n\u003ctd\u003eFSWJ07P\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91093010\u003c\/td\u003e\n\u003ctd\u003eFSWJ1P\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eSWJ Series Spec Sheet\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eSpec Sheet — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5408_SWJ_Series_Spec_Sheet.pdf?v=1785590227\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eSWJ Series Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106498111_SWJ_Manual.pdf?v=1785590272\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5408_SWJ_Series_Spec_Sheet.pdf?v=1785590227\" rel=\"noopener\" target=\"_blank\"\u003eSWJ Series Spec Sheet\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106498111_SWJ_Manual.pdf?v=1785590272\" rel=\"noopener\" target=\"_blank\"\u003eSWJ Series Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1\/2 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289178751151,"sku":"FSWJ05P","price":728.12,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289178783919,"sku":"FSWJ07P","price":876.08,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289178816687,"sku":"FSWJ1P","price":907.08,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/SWJ_Cyclone_Series_Product_Photo.webp?v=1785590163"},{"product_id":"versajet","title":"Franklin Electric VersaJet Cast Iron Shallow Well Jet Pump - NSF 372, Quick-Change Nozzle, 1\/2-1.5 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Jet Pump\u003c\/div\u003e\n\u003ch1\u003eVersaJet Jet Pump\u003cbr\u003e\u003cem\u003eCast Iron Shallow Well\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eCast iron shallow well jet pump with the Quick-Change jet nozzle system — switch between high pressure and high flow without opening the case.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1\/2 – 1.5 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSingle-Phase\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eNSF 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eUL \/ CSA Listed\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e120 °F Max Fluid Temp\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eDual Voltage 115\/230 V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eDesigned for shallow well applications, capable of raising water from a depth of 25 feet. The revolutionary \"Quick-Change\" jet nozzle replacement system allows performance to be quickly changed from high pressure to high flow.\u003c\/p\u003e\n\u003cp\u003eHeavy-duty cast iron case with a floating stainless steel eye seal for maximum performance and efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRevolutionary \"Quick-Change\" jet nozzle replacement system\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRevolutionary \"Quick-Change\" jet nozzle replacement system allows for easy customization of the pump; performance can be quickly changed from a high pressure to high flow set-up without removing the plumbing or opening the case\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eImpeller (with stainless steel insert)\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eImpeller (with stainless steel insert), diffuser, jet nozzle, and venturi all molded with Modified PPO, a material that increases efficiency and hydraulic performance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePhenolic\/Ceramic mechanical shaft seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePhenolic\/Ceramic mechanical shaft seal with nitrile elastomers and 18-8SS hardware ensures positive sealing and longevity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHeavy-duty cast iron case includes both pressure\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHeavy-duty cast iron case includes both pressure and drain ports\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFloating stainless steel eye seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFloating stainless steel eye seal provides maximum performance and efficiency\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePowered by high quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePowered by high quality, industry proven, UL778 approved, indoor\/outdoor square-flange single phase motors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePressure switch installed and set at 30\/50\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePressure switch installed and set at 30\/50 psi\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eWater temperatures up to 120 °F\/49 °C;\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eWater temperatures up to 120 °F\/49 °C; 75 psi maximum working pressure\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e1-1\/4\" inlet and 1\" outlet\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1-1\/4\" inlet and 1\" outlet - all models\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003ePhase\u003c\/th\u003e\n\u003cth\u003eVoltage\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e91180005\u003c\/td\u003e\n\u003ctd\u003eFVJ05CI\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91180007\u003c\/td\u003e\n\u003ctd\u003eFVJ07CI\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91180010\u003c\/td\u003e\n\u003ctd\u003eFVJ1CI\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91180015\u003c\/td\u003e\n\u003ctd\u003eFVJ15CI\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eVersaJet Series Spec Sheet\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eSpec Sheet — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5409_VersaJet_Series_Spec_Sheet.pdf?v=1785590423\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eVersaJet Series Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106537101_VersaJet_Series_Manual.pdf?v=1785590458\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5409_VersaJet_Series_Spec_Sheet.pdf?v=1785590423\" rel=\"noopener\" target=\"_blank\"\u003eVersaJet Series Spec Sheet\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106537101_VersaJet_Series_Manual.pdf?v=1785590458\" rel=\"noopener\" target=\"_blank\"\u003eVersaJet Series Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1\/2 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289179832495,"sku":"FVJ05CI","price":888.34,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289179865263,"sku":"FVJ07CI","price":1018.86,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289179898031,"sku":"FVJ1CI","price":1085.4,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289179930799,"sku":"FVJ15CI","price":1085.4,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/VersaJet_Product_Photo.webp?v=1785590377"},{"product_id":"versajet-pro","title":"Franklin Electric VersaJet Pro Cast Iron Shallow Well Jet Pump - NSF 372, Three Supplied Nozzles, 1\/2-1 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Jet Pump\u003c\/div\u003e\n\u003ch1\u003eVersaJet Pro Jet Pump\u003cbr\u003e\u003cem\u003eCast Iron Shallow Well\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eCast iron shallow well jet pump supplied with three nozzles, covering a range of performance needs from a single pump.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1\/2 – 1 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSingle-Phase\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eNSF 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eUL \/ CSA Listed\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e120 °F Max Fluid Temp\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eDual Voltage 115\/230 V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eBuilt for easy customization - one VersaJet Pro covers a variety of performance needs via a patent-pending nozzle replacement system with three supplied nozzles.\u003c\/p\u003e\n\u003cp\u003eHeavy-duty cast iron case with a phenolic\/ceramic mechanical shaft seal for positive sealing and longevity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRevolutionary \"Quick-Change\" jet nozzle replacement system\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRevolutionary \"Quick-Change\" jet nozzle replacement system allows for easy customization of the pump; performance can be quickly changed from a high pressure to high flow set-up without removing the plumbing or opening the case\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eImpeller (with stainless steel insert)\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eImpeller (with stainless steel insert), diffuser, jet nozzle, and venturi all molded with Modified PPO, a material that increases efficiency and hydraulic performance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePhenolic\/Ceramic mechanical shaft seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePhenolic\/Ceramic mechanical shaft seal with nitrile elastomers and 18-8SS hardware ensures positive sealing and longevity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHeavy-duty cast iron case includes both pressure\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHeavy-duty cast iron case includes both pressure and drain ports\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFloating stainless steel eye seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFloating stainless steel eye seal provides maximum performance and efficiency\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePowered by high quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePowered by high quality, industry proven, UL778 approved, indoor\/outdoor square-flange single phase motors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePressure switch installed and set at 30\/50\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePressure switch installed and set at 30\/50 psi\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eWater temperatures up to 120 °F\/49 °C;\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eWater temperatures up to 120 °F\/49 °C; 75 psi maximum working pressure\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e1-1\/4\" inlet and 1\" outlet\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1-1\/4\" inlet and 1\" outlet - all models\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003ePhase\u003c\/th\u003e\n\u003cth\u003eVoltage\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e91181005\u003c\/td\u003e\n\u003ctd\u003eFVJ05CI-P\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91181007\u003c\/td\u003e\n\u003ctd\u003eFVJ07CI-P\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91181010\u003c\/td\u003e\n\u003ctd\u003eFVJ1CI-P\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eOrdering Notes\u003c\/div\u003e\n\u003cp\u003eFranklin Electric publishes the same Features \u0026amp; Benefits list for both VersaJet and VersaJet Pro. The Pro is supplied with three nozzles in the box rather than requiring separate nozzle purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eVersaJet Pro Spec Sheet\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eSpec Sheet — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5415_VersaJet_Pro_Spec_Sheet.pdf?v=1785590585\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eVersaJet Pro Brochure\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eBrochure — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF2160_FPS_VersaJet_PRO_Brochure.pdf?v=1785590625\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eVersaJet Series Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106537101_VersaJet_Series_Manual.pdf?v=1785590458\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5415_VersaJet_Pro_Spec_Sheet.pdf?v=1785590585\" rel=\"noopener\" target=\"_blank\"\u003eVersaJet Pro Spec Sheet\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF2160_FPS_VersaJet_PRO_Brochure.pdf?v=1785590625\" rel=\"noopener\" target=\"_blank\"\u003eVersaJet Pro Brochure\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106537101_VersaJet_Series_Manual.pdf?v=1785590458\" rel=\"noopener\" target=\"_blank\"\u003eVersaJet Series Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1\/2 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289180192943,"sku":"FVJ05CI-P","price":930.34,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289180225711,"sku":"FVJ07CI-P","price":1018.86,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289180258479,"sku":"FVJ1CI-P","price":1086.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/VersaJet_Pro_Product_Photo.webp?v=1785590541"},{"product_id":"convertible-pro-rm2","title":"Franklin Electric Convertible Pro (RM2) Series Cast Iron Convertible Jet Pump - NSF 372, Shallow \u0026 Deep Well, 1\/2-1 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Jet Pump\u003c\/div\u003e\n\u003ch1\u003eConvertible Pro (RM2) Series\u003cbr\u003e\u003cem\u003eCast Iron Convertible\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eConvertible jet pump with stainless steel impeller. Lifts from 100 ft and delivers up to 23 gpm in shallow or deep well service.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1\/2 – 1 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSingle \u0026amp; Three-Phase\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eNSF 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e140 °F Max Fluid Temp\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e115\/230 \u0026amp; 230\/460 V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eEquipped with a stainless steel impeller for high performance and longevity. Capable of lifting from 100 ft and delivering up to 23 gpm from either shallow well or deep well installations.\u003c\/p\u003e\n\u003cp\u003eEach pump is factory equipped with an internal shallow well injector that is easily replaced with a bypass plug for deep well operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHeavy-duty cast iron case\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHeavy-duty cast iron case with 1-1\/4\" inlet and (3) 1\" outlets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eStainless steel impeller\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStainless steel impeller ensures optimum durability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eThermoplastic diffuser\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eThermoplastic diffuser is precision molded for optimum efficiency\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEach pump factory equipped\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEach pump factory equipped with internal shallow well injector easily replaced with bypass plug for deep well operation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eShaft coupling designed\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eShaft coupling designed for easy removal of keyed shaft motor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCarbon\/ceramic faced mechanical shaft seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCarbon\/ceramic faced mechanical shaft seal with nitrile elastomer ensures positive sealing at all pressures\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh service factor 56C-frame motor\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHigh service factor 56C-frame motor for maximum performance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAdjustable pressure switch\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAdjustable pressure switch is factory installed and set at 30\/50 psi\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMaximum temperature of 140 °F\/60 °C; 150\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMaximum temperature of 140 °F\/60 °C; 150 PSI maximum working pressure\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003ePhase\u003c\/th\u003e\n\u003cth\u003eVoltage\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e91140005\u003c\/td\u003e\n\u003ctd\u003eFP05CI-C\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91140007\u003c\/td\u003e\n\u003ctd\u003eFP07CI-C\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91140010\u003c\/td\u003e\n\u003ctd\u003eFP1CI-C\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91112011\u003c\/td\u003e\n\u003ctd\u003e1RM2-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003e230\/460 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eConvertible Pro RM2 Spec Sheet\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eSpec Sheet — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5416_Convertible_Pro_RM2_Series_Spec_Sheet.pdf?v=1785590829\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eConvertible Jet Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106242101_Convertible_Jet_Manual.pdf?v=1785590845\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5416_Convertible_Pro_RM2_Series_Spec_Sheet.pdf?v=1785590829\" rel=\"noopener\" target=\"_blank\"\u003eConvertible Pro RM2 Spec Sheet\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106242101_Convertible_Jet_Manual.pdf?v=1785590845\" rel=\"noopener\" target=\"_blank\"\u003eConvertible Jet Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1\/2 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289181077679,"sku":"FP05CI-C","price":872.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289181110447,"sku":"FP07CI-C","price":962.0,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289181143215,"sku":"FP1CI-C","price":1068.61,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Three-Phase \/ 230\/460 VAC","offer_id":47289181175983,"sku":"1RM2-T","price":1068.61,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Convertible__Pro_RM2_Series_Product_Photo.webp?v=1785592034"},{"product_id":"c-series","title":"Franklin Electric C Series Cast Iron Convertible Jet Pump - NSF 372, Shallow \u0026 Deep Well, 1\/2-3\/4 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Jet Pump\u003c\/div\u003e\n\u003ch1\u003eC Series Jet Pump\u003cbr\u003e\u003cem\u003eCast Iron Convertible\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eConvertible jet pump delivering up to 16 gpm from shallow or deep well installations, with screw-in injector and bypass plug.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1\/2 – 3\/4 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSingle-Phase\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eNSF 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e140 °F Max Fluid Temp\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eDual Voltage 115\/230 V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eEquipped with a stainless steel impeller for high performance and durability. Delivers up to 16 gpm from either shallow well or deep well installations.\u003c\/p\u003e\n\u003cp\u003eHeavy-duty cast iron volute and motor bracket with a screw-in injector and bypass plug for easy conversion from shallow- to deep-well installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHeavy-duty cast iron volute and motor bracket\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHeavy-duty cast iron volute and motor bracket for long life\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e1-1\/2\" inlet\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1-1\/2\" inlet, (2) 3\/4\" outlets and (1) 1\" outlet - all models\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e1\/4\" NPT ports\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1\/4\" NPT ports for pressure gauge and AVC connection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eStainless steel impeller\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStainless steel impeller for high performance and durability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eThermoplastic diffuser\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eThermoplastic diffuser is precision molded for efficiency\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eScrew-in injector \u0026amp; bypass plug\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eScrew-in injector \u0026amp; bypass plug for easy conversion from shallow- to deep-well installation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eStainless steel shaft on 56J threaded shaft\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStainless steel shaft on 56J threaded shaft motor for direct mounting of impeller\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCarbon\/ceramic faced mechanical seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCarbon\/ceramic faced mechanical seal with nitrile elastomer ensures leak-proof operation at all discharge pressures\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAdjustable pressure switch\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAdjustable pressure switch is factory installed and set to 30-50 PSI\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMaximum temperature of 140 °F\/60 °C; 75\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMaximum temperature of 140 °F\/60 °C; 75 PSI maximum working pressure\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eDeep well injector kits must be ordered\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eDeep well injector kits must be ordered separately\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003ePhase\u003c\/th\u003e\n\u003cth\u003eVoltage\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e91060020\u003c\/td\u003e\n\u003ctd\u003eFE05CI-C\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91060053\u003c\/td\u003e\n\u003ctd\u003eFE07CI-C\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eC Series Spec Sheet\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eSpec Sheet — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5417_C_Series_Convertible_Jet_Pumps_Spec_Sheet.pdf?v=1785590873\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eC Series Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106878101_C_Series_Manual.pdf?v=1785590884\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5417_C_Series_Convertible_Jet_Pumps_Spec_Sheet.pdf?v=1785590873\" rel=\"noopener\" target=\"_blank\"\u003eC Series Spec Sheet\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106878101_C_Series_Manual.pdf?v=1785590884\" rel=\"noopener\" target=\"_blank\"\u003eC Series Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1\/2 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289181405359,"sku":"FE05CI-C","price":760.42,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289181438127,"sku":"FE07CI-C","price":849.59,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Convertible_C_Series_Product_Photo.webp?v=1785592008"},{"product_id":"fbse-series","title":"Franklin Electric FBSE Series Close-Coupled Self-Priming Pump - Cast Iron Semi-Open Impeller, 1\/2-3 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Self-Priming Pump\u003c\/div\u003e\n\u003ch1\u003eFBSE Series Self-Priming Pump\u003cbr\u003e\u003cem\u003eClose-Coupled Cast Iron\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eCast iron self-priming pump with semi-open impeller for fertilizer, salt water and dirty water service in irrigation and industrial use.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1\/2 – 3 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSingle \u0026amp; Three-Phase\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e115\/230 \u0026amp; 230 V + more\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eClose-coupled self-priming pump with durable cast iron construction for irrigation, construction, mining, commercial and municipal use.\u003c\/p\u003e\n\u003cp\u003eThe semi-open cast iron impeller is ideal for handling fertilizer, salt water, or dirty water. The impeller is blind hole tapped so liquid will not corrode the shaft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eVolute\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCast iron rugged construction with tapped openings provided for priming, venting and draining.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eImpeller\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSemi open cast iron, ideal for handling fertilizer, salt water, dirty water or other liquids. The impeller is blind hole tapped so the liquid will not corrode the shaft.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSeal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStandard carbon\/ceramic faces, Fluoroelastomer (FKM), and 300 series stainless components.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMotor\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eComes with a reliable industry standard motor. Motors range from 1\/2 to 3 hp and use higher than NEMA service factor.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eMaterials of Construction\u003c\/div\u003e\n\u003cdiv class=\"materials-grid\"\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eVolute\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003eCast iron rugged construction with tapped openings provided for priming, v…\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eImpeller\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003eSemi open cast iron, ideal for handling fertilizer, salt water, dirty wate…\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eSeal\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003eStandard carbon\/ceramic faces, Fluoroelastomer (FKM), and 300 series stain…\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eMotor\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003eComes with a reliable industry standard motor. Motors range from 1\/2 to 3 …\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003ePhase\u003c\/th\u003e\n\u003cth\u003eVoltage\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e92931005\u003c\/td\u003e\n\u003ctd\u003eFBSE-50-S\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92931007\u003c\/td\u003e\n\u003ctd\u003eFBSE-75-S\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92931010\u003c\/td\u003e\n\u003ctd\u003eFBSE-100-S\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92931015\u003c\/td\u003e\n\u003ctd\u003eFBSE-150-S\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92931020\u003c\/td\u003e\n\u003ctd\u003eFBSE-200-S\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92931030\u003c\/td\u003e\n\u003ctd\u003eFBSE-300-S\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003e230 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92933030\u003c\/td\u003e\n\u003ctd\u003eFBSE-300-T\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003e230\/460 VAC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eOrdering Notes\u003c\/div\u003e\n\u003cp\u003eFranklin also lists six FBSE pump-end kits (FBSE-50K through FBSE-300K, 1\/2-3 HP, motor not included). These are not included as variants here because they ship without a motor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eFBSE Series Catalog\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eCatalog — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Mi4073_Close-Coupled_Self-Priming_FPS_Series_Catalog.pdf?v=1785591075\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eFBSE \/ FBSEF Series Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106657101_FBSE_and_FBSEF_Series_Self-Priming_Centrifugal_Pump_OM.pdf?v=1785591105\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Mi4073_Close-Coupled_Self-Priming_FPS_Series_Catalog.pdf?v=1785591075\" rel=\"noopener\" target=\"_blank\"\u003eFBSE Series Catalog\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106657101_FBSE_and_FBSEF_Series_Self-Priming_Centrifugal_Pump_OM.pdf?v=1785591105\" rel=\"noopener\" target=\"_blank\"\u003eFBSE \/ FBSEF Series Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1\/2 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289183240367,"sku":"FBSE-50-S","price":783.68,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289183273135,"sku":"FBSE-75-S","price":846.99,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289183305903,"sku":"FBSE-100-S","price":928.4,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ Single-Phase \/ 115\/230 VAC","offer_id":47289183338671,"sku":"FBSE-150-S","price":1020.79,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ Single-Phase \/ 230 VAC","offer_id":47289183371439,"sku":"FBSE-200-S","price":1306.35,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ Single-Phase \/ 230 VAC","offer_id":47289183404207,"sku":"FBSE-300-S","price":1903.31,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ Three-Phase \/ 230\/460 VAC","offer_id":47289183436975,"sku":"FBSE-300-T","price":2033.83,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/FBSE_Series_Product_Photo.webp?v=1785591945"},{"product_id":"turf-boss","title":"Franklin Electric Turf Boss Close-Coupled Self-Priming Pump - Turf, Irrigation \u0026 Transfer, 1-5 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Self-Priming Pump\u003c\/div\u003e\n\u003ch1\u003eTurf Boss Self-Priming Pump\u003cbr\u003e\u003cem\u003eClose-Coupled\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eSelf-priming centrifugal pump for turf and agricultural irrigation, dewatering, car wash and transfer duty. Self-primes to 25 ft.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1 – 5 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSingle \u0026amp; Three-Phase\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e120 °F Max Fluid Temp\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eBack Pull-Out Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eSelf-priming centrifugal pump designed for timer-operated turf irrigation systems, agricultural and nursery irrigation, wellpoint dewatering, car wash systems, and water transfer.\u003c\/p\u003e\n\u003cp\u003eSelf-priming to a depth of 25 ft with a rugged cast iron case and back pull-out design. The 1-2 HP range delivers shut-off pressures up to 130 feet and flow rates to 70 gpm; the 3-5 HP range adds a built-in suction check valve and standard JM frame motors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSelf-priming design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSelf-priming design, with the ability to lift water from a depth of 25 feet.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEasily serviced through a back pull-out design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEasily serviced through a back pull-out design, which leaves the plumbing and both the pump's base and case undisturbed in their original location.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRugged pump case constructed\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRugged pump case constructed with heavy-duty cast iron ensures optimum durability, quiet operation, and long life.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHydraulic components molded\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHydraulic components molded with Modified PPO thermoplastic, when coupled with the floating stainless steel impeller eyeseal, ensures dependable and efficient operation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAvailable with a 304 stainless steel impeller\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAvailable with a 304 stainless steel impeller for maximum durability.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eIndustry proven indoor and outdoor 56-J motors\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIndustry proven indoor and outdoor 56-J motors.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSingle-phase\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1 and 1.5 hp motors are dual voltage, set to run with either 115 or 230 V incoming power (2 hp is 230 V only).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMechanical shaft seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMechanical shaft seal allows positive protection against leaking.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eBuilt-in drain plug\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBuilt-in drain plug for easy winterizing and servicing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eShut-off pressures up to 130 feet\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eShut-off pressures up to 130 feet, and flow rates to 70 gpm.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHandles water temperatures up to 120 °F\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHandles water temperatures up to 120 °F.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eIntegral 1\" NPT priming plug\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIntegral 1\" NPT priming plug.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e1.5\" NPT suction\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1.5\" NPT suction, 1.5\" NPT discharge.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eMaterials of Construction\u003c\/div\u003e\n\u003cdiv class=\"materials-grid\"\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eVolute\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003eBuilt-in suction check valve facilitates priming and prevents back flow or…\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eImpeller\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003e304 stainless steel, combining efficient operation with durable constructi…\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eSeal\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003eStandard carbon\/ceramic faces, FKM elastomers, 300 series stainless compon…\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eDiffuser\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003eCast iron diffuser is utilized in all models, improving pump efficiency\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eMotor\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003eStandard JM Frame Motors\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003ePhase\u003c\/th\u003e\n\u003cth\u003eConfiguration\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980010\u003c\/td\u003e\n\u003ctd\u003eFTB1CI\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eCast Iron Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92981010\u003c\/td\u003e\n\u003ctd\u003eFTB1CI-SSI\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980015\u003c\/td\u003e\n\u003ctd\u003eFTB15CI\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eCast Iron Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92981015\u003c\/td\u003e\n\u003ctd\u003eFTB15CI-SSI\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980020\u003c\/td\u003e\n\u003ctd\u003eFTB2CI\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eCast Iron Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92981020\u003c\/td\u003e\n\u003ctd\u003eFTB2CI-SSI\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980030\u003c\/td\u003e\n\u003ctd\u003eFTB3CI\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980130\u003c\/td\u003e\n\u003ctd\u003eFTB3CI-E\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980050\u003c\/td\u003e\n\u003ctd\u003eFTB5CI\u003c\/td\u003e\n\u003ctd\u003e5 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980150\u003c\/td\u003e\n\u003ctd\u003eFTB5CI-E\u003c\/td\u003e\n\u003ctd\u003e5 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92983010\u003c\/td\u003e\n\u003ctd\u003eFTB1CI-SSI-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92983015\u003c\/td\u003e\n\u003ctd\u003eFTB15CI-SSI-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92983020\u003c\/td\u003e\n\u003ctd\u003eFTB2CI-SSI-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980035\u003c\/td\u003e\n\u003ctd\u003eFTB3CI-T\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980135\u003c\/td\u003e\n\u003ctd\u003eFTB3CI-TE\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980136\u003c\/td\u003e\n\u003ctd\u003eFTB3CI-T5E\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, TEFC, 575 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980055\u003c\/td\u003e\n\u003ctd\u003eFTB5CI-T\u003c\/td\u003e\n\u003ctd\u003e5 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980155\u003c\/td\u003e\n\u003ctd\u003eFTB5CI-TE\u003c\/td\u003e\n\u003ctd\u003e5 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980156\u003c\/td\u003e\n\u003ctd\u003eFTB5CI-T5E\u003c\/td\u003e\n\u003ctd\u003e5 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, TEFC, 575 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eOrdering Notes\u003c\/div\u003e\n\u003cp\u003eFranklin lists this as a single product with two hydraulic ranges. Models with the -SSI suffix in the 1-2 HP range are supplied with a 304 stainless steel impeller; base 1-2 HP models use a Modified PPO thermoplastic impeller. All 3-5 HP models use a 304 stainless steel impeller. The -E and -TE suffixes denote a Totally Enclosed Fan Cooled (TEFC) motor, and -T5E models are 575 VAC three-phase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eTurf Boss 3-5 HP Catalog\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eCatalog — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Mi4040_Close-Coupled_Turf_Boss_3-5HP_Series_Catalog.pdf?v=1785590911\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eTurf Boss Brochure\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eBrochure — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF2163_FPS_Turf_Boss_Brochure.pdf?v=1785590949\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eTurf Boss 3-5 HP Brochure\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eBrochure — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Mi2194_Self-Priming_Turf_Boss_3-5HP_Brochure.pdf?v=1785590982\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eTurf Boss Sprinkler Pump Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106505101_Turf_Boss_Self-Priming_Sprinkler_Pump_OM.pdf?v=1785591013\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eTurf Boss Owner’s Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106258101_Turf_Boss_Owners_Manual.pdf?v=1785591041\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Mi4040_Close-Coupled_Turf_Boss_3-5HP_Series_Catalog.pdf?v=1785590911\" rel=\"noopener\" target=\"_blank\"\u003eTurf Boss 3-5 HP Catalog\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF2163_FPS_Turf_Boss_Brochure.pdf?v=1785590949\" rel=\"noopener\" target=\"_blank\"\u003eTurf Boss Brochure\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Mi2194_Self-Priming_Turf_Boss_3-5HP_Brochure.pdf?v=1785590982\" rel=\"noopener\" target=\"_blank\"\u003eTurf Boss 3-5 HP Brochure\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106505101_Turf_Boss_Self-Priming_Sprinkler_Pump_OM.pdf?v=1785591013\" rel=\"noopener\" target=\"_blank\"\u003eTurf Boss Sprinkler Pump Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106258101_Turf_Boss_Owners_Manual.pdf?v=1785591041\" rel=\"noopener\" target=\"_blank\"\u003eTurf Boss Owner’s Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1 HP \/ Single-Phase \/ Cast Iron Impeller, ODP","offer_id":47289183469743,"sku":"FTB1CI","price":897.97,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Single-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183502511,"sku":"FTB1CI-SSI","price":897.97,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ Single-Phase \/ Cast Iron Impeller, ODP","offer_id":47289183535279,"sku":"FTB15CI","price":961.66,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ Single-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183568047,"sku":"FTB15CI-SSI","price":961.66,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ Single-Phase \/ Cast Iron Impeller, ODP","offer_id":47289183600815,"sku":"FTB2CI","price":1271.25,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ Single-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183633583,"sku":"FTB2CI-SSI","price":1271.25,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ Single-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183666351,"sku":"FTB3CI","price":3566.17,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ Single-Phase \/ Stainless Steel Impeller, TEFC","offer_id":47289183699119,"sku":"FTB3CI-E","price":3566.17,"currency_code":"USD","in_stock":true},{"title":"5 HP \/ Single-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183731887,"sku":"FTB5CI","price":4209.0,"currency_code":"USD","in_stock":true},{"title":"5 HP \/ Single-Phase \/ Stainless Steel Impeller, TEFC","offer_id":47289183764655,"sku":"FTB5CI-E","price":4209.0,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Three-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183797423,"sku":"FTB1CI-SSI-T","price":897.97,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ Three-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183830191,"sku":"FTB15CI-SSI-T","price":961.66,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ Three-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183862959,"sku":"FTB2CI-SSI-T","price":1271.25,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ Three-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183895727,"sku":"FTB3CI-T","price":3244.43,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ Three-Phase \/ Stainless Steel Impeller, TEFC","offer_id":47289183928495,"sku":"FTB3CI-TE","price":3244.43,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ Three-Phase \/ Stainless Steel Impeller, TEFC, 575 V","offer_id":47289183961263,"sku":"FTB3CI-T5E","price":3244.43,"currency_code":"USD","in_stock":true},{"title":"5 HP \/ Three-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183994031,"sku":"FTB5CI-T","price":3920.21,"currency_code":"USD","in_stock":true},{"title":"5 HP \/ Three-Phase \/ Stainless Steel Impeller, TEFC","offer_id":47289184026799,"sku":"FTB5CI-TE","price":3920.21,"currency_code":"USD","in_stock":true},{"title":"5 HP \/ Three-Phase \/ Stainless Steel Impeller, TEFC, 575 V","offer_id":47289184059567,"sku":"FTB5CI-T5E","price":3920.21,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Turf_Boss_Product_Photo.webp?v=1785591969"},{"product_id":"dr-series","title":"Franklin Electric DR Series Close-Coupled Centrifugal Pump - Booster \u0026 Transfer Service, 1\/2-2 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Centrifugal Pump\u003c\/div\u003e\n\u003ch1\u003eDR Series Centrifugal Pump\u003cbr\u003e\u003cem\u003eClose-Coupled\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eClose-coupled centrifugal pump for circulation, booster service, transfer, spraying and jockey pump duty. Back pull-out design.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1\/2 – 2 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSingle \u0026amp; Three-Phase\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eBack Pull-Out Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eRobust close-coupled centrifugal pump available in a variety of construction materials for water circulation, booster service, liquid transfer, spraying systems, jockey pump service and general purpose pumping.\u003c\/p\u003e\n\u003cp\u003eBack pull-out design provides access to internal parts without disturbing the plumbing. Suitable for horizontal or vertical (motor end up) installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eBack pull-out design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBack pull-out design provides access to internal parts without disturbing the plumbing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRobust cast iron volute standard; stainless steel\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRobust cast iron volute standard; stainless steel alternate available for DR1 Series\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eVolute discharge can be rotated in 90°\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eVolute discharge can be rotated in 90° increments with top vertical standard from the factory\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMultiple 1\/4\" NPT drain\/pressure ports enable winter\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMultiple 1\/4\" NPT drain\/pressure ports enable winterizing no matter the volute orientation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEnclosed impeller design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEnclosed impeller design for increased efficiencies; thermoplastic and stainless steel options\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMultiple mechanical seal construction materials to a\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMultiple mechanical seal construction materials to accommodate handling various fluids\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEvery pump unit factory wet tested to\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEvery pump unit factory wet tested to insure customer satisfaction\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSuitable for horizontal or vertical\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSuitable for horizontal or vertical (motor end up) installation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePump end kits available\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePump end kits available for 56C \u0026amp; 56J motor construction\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRotation\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eright hand; clockwise when viewed from motor end.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003ePhase\u003c\/th\u003e\n\u003cth\u003eConstruction\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e97110005\u003c\/td\u003e\n\u003ctd\u003eDR1S05-CP\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eCP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97110007\u003c\/td\u003e\n\u003ctd\u003eDR1S07-CP\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eCP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97110010\u003c\/td\u003e\n\u003ctd\u003eDR1S1-CP\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eCP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97110105\u003c\/td\u003e\n\u003ctd\u003eDR1S05-SP\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eSP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97110107\u003c\/td\u003e\n\u003ctd\u003eDR1S07-SP\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eSP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97110110\u003c\/td\u003e\n\u003ctd\u003eDR1S1-SP\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eSP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97113005\u003c\/td\u003e\n\u003ctd\u003eDR1S05-CP-T\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eCP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97113007\u003c\/td\u003e\n\u003ctd\u003eDR1S07-CP-T\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eCP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97113010\u003c\/td\u003e\n\u003ctd\u003eDR1S1-CP-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eCP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97113105\u003c\/td\u003e\n\u003ctd\u003eDR1S05-SP-T\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eSP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97113107\u003c\/td\u003e\n\u003ctd\u003eDR1S07-SP-T\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eSP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97113110\u003c\/td\u003e\n\u003ctd\u003eDR1S1-SP-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eSP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97130210\u003c\/td\u003e\n\u003ctd\u003eDR2S1-CS\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97130215\u003c\/td\u003e\n\u003ctd\u003eDR2S15-CS\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97130220\u003c\/td\u003e\n\u003ctd\u003eDR2S2-CS\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97133210\u003c\/td\u003e\n\u003ctd\u003eDR2S1-CS-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97133215\u003c\/td\u003e\n\u003ctd\u003eDR2S15-CS-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e97133220\u003c\/td\u003e\n\u003ctd\u003eDR2S2-CS-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eCS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eOrdering Notes\u003c\/div\u003e\n\u003cp\u003eConstruction codes are Franklin's model suffixes: the DR1 Series is offered as -CP and -SP, and the DR2 Series as -CS. Franklin's feature list states that a stainless steel volute alternate is available for the DR1 Series, so -CP and -SP are understood to denote cast iron versus stainless construction. Confirm the exact code meanings with Franklin before relying on them for specification.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eDR Series Catalog\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eCatalog — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5185_Close-Coupled_DR_Series_Catalog.pdf?v=1785591134\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eDR Series Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106757101_DR_Series_Manual_Web.pdf?v=1785591190\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5185_Close-Coupled_DR_Series_Catalog.pdf?v=1785591134\" rel=\"noopener\" target=\"_blank\"\u003eDR Series Catalog\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106757101_DR_Series_Manual_Web.pdf?v=1785591190\" rel=\"noopener\" target=\"_blank\"\u003eDR Series Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1\/2 HP \/ Single-Phase \/ CP","offer_id":47289185140911,"sku":"DR1S05-CP","price":1877.53,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ Single-Phase \/ CP","offer_id":47289185173679,"sku":"DR1S07-CP","price":2108.61,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Single-Phase \/ CP","offer_id":47289185206447,"sku":"DR1S1-CP","price":2510.78,"currency_code":"USD","in_stock":true},{"title":"1\/2 HP \/ Single-Phase \/ SP","offer_id":47289185239215,"sku":"DR1S05-SP","price":1877.53,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ Single-Phase \/ SP","offer_id":47289185271983,"sku":"DR1S07-SP","price":2108.61,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Single-Phase \/ SP","offer_id":47289185304751,"sku":"DR1S1-SP","price":2510.78,"currency_code":"USD","in_stock":true},{"title":"1\/2 HP \/ Three-Phase \/ CP","offer_id":47289185337519,"sku":"DR1S05-CP-T","price":1877.53,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ Three-Phase \/ CP","offer_id":47289185370287,"sku":"DR1S07-CP-T","price":2108.61,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Three-Phase \/ CP","offer_id":47289185403055,"sku":"DR1S1-CP-T","price":2510.78,"currency_code":"USD","in_stock":true},{"title":"1\/2 HP \/ Three-Phase \/ SP","offer_id":47289185435823,"sku":"DR1S05-SP-T","price":1877.53,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ Three-Phase \/ SP","offer_id":47289185468591,"sku":"DR1S07-SP-T","price":2108.61,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Three-Phase \/ SP","offer_id":47289185501359,"sku":"DR1S1-SP-T","price":2510.78,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Single-Phase \/ CS","offer_id":47289185534127,"sku":"DR2S1-CS","price":2510.78,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ Single-Phase \/ CS","offer_id":47289185566895,"sku":"DR2S15-CS","price":2510.78,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ Single-Phase \/ CS","offer_id":47289185599663,"sku":"DR2S2-CS","price":2510.78,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Three-Phase \/ CS","offer_id":47289185632431,"sku":"DR2S1-CS-T","price":2510.78,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ Three-Phase \/ CS","offer_id":47289185665199,"sku":"DR2S15-CS-T","price":2510.78,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ Three-Phase \/ CS","offer_id":47289185697967,"sku":"DR2S2-CS-T","price":2510.78,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/DR_Series_Group_Photo.webp?v=1785591912"},{"product_id":"mh-series","title":"Franklin Electric MH Series Horizontal Multi-Stage Booster Pump - Stainless Steel, 15-90 GPM, 1\/2-7.5 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Booster Pump\u003c\/div\u003e\n\u003ch1\u003eMH Series Booster Pump\u003cbr\u003e\u003cem\u003eHorizontal Multi-Stage\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eMulti-stage booster pump with all 300 series stainless steel wetted components, across five nominal flow rates and two hydraulic families.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1\/2 – 7.5 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e15 – 90 GPM\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSingle \u0026amp; Three-Phase\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eNSF 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eUL \/ CSA Listed\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e225 °F Max Fluid Temp\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eMulti-stage booster pump designed for pressure boosting, with all 300 series stainless steel wetted components. Offered in five nominal flow rates across two hydraulic families, in single and three-phase, with horsepower sizes up to 7.5 HP.\u003c\/p\u003e\n\u003cp\u003eThe 15\/30\/45 GPM family covers residential and light commercial boosting with high-pressure capability to 140 psi. The 70\/90 GPM family is a compact close-coupled three-phase design for larger commercial duty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAll 300 series stainless steel wetted components\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAll 300 series stainless steel wetted components\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFKM mechanical shaft seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFKM mechanical shaft seal for added chemical resistance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePowered by high-quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePowered by high-quality, industry-proven, UL 778 approved indoor\/outdoor square flange motors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAvailable in 3 flow rates\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e15, 30, and 45 gpm.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e5 motor hp size options in 1-phase\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e5 motor hp size options in 1-phase or 3-phase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh-pressure capabilities – 140 psi\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHigh-pressure capabilities – 140 psi\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAble to pump fluids at temperatures up\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAble to pump fluids at temperatures up to 225 °F\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCan operate in suction lift installation up\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCan operate in suction lift installation up to 10 feet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCompact close-coupled design; robust and rust resist\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCompact close-coupled design; robust and rust resistant; superior efficiency and performance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHeavy-duty oversized motor shaft\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHeavy-duty oversized motor shaft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eImpellers and diffusers made of 300 series\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eImpellers and diffusers made of 300 series stainless steel for maximum durability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEasy maintenance\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEasy maintenance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRobust ball bearing fitted into the motor\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRobust ball bearing fitted into the motor bracket for greater longevity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFlexible application baseplate\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFlexible application baseplate\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFloating neck ring in PPS\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFloating neck ring in PPS\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eStrong and leak-proof ball bearing fitted in\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStrong and leak-proof ball bearing fitted in the motor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePumping of clear non-loaded fluids\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePumping of clear non-loaded fluids\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMechanical seal carbon\/silicon carbide\/EPDM\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMechanical seal carbon\/silicon carbide\/EPDM\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eThree-phase, 2-pole motor efficiency class IE3; asyn\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eThree-phase, 2-pole motor efficiency class IE3; asynchronous, TEFC (Totally Enclosed, Fan-Cooled); P55 protection motor, insulation class F\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003eNominal Flow\u003c\/th\u003e\n\u003cth\u003ePhase\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061500\u003c\/td\u003e\n\u003ctd\u003e15FMH05S2\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061501\u003c\/td\u003e\n\u003ctd\u003e15FMH07S3\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063000\u003c\/td\u003e\n\u003ctd\u003e30FMH07S2\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061502\u003c\/td\u003e\n\u003ctd\u003e15FMH1S4\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063001\u003c\/td\u003e\n\u003ctd\u003e30FMH1S3\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061503\u003c\/td\u003e\n\u003ctd\u003e15FMH15S5\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063002\u003c\/td\u003e\n\u003ctd\u003e30FMH15S4\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96064500\u003c\/td\u003e\n\u003ctd\u003e45FMH15S2\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061504\u003c\/td\u003e\n\u003ctd\u003e15FMH2S6\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063003\u003c\/td\u003e\n\u003ctd\u003e30FMH2S5\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96064501\u003c\/td\u003e\n\u003ctd\u003e45FMH2S3\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061511\u003c\/td\u003e\n\u003ctd\u003e15FMH07S3-T\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063010\u003c\/td\u003e\n\u003ctd\u003e30FMH07S2-T\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061512\u003c\/td\u003e\n\u003ctd\u003e15FMH1S4-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063011\u003c\/td\u003e\n\u003ctd\u003e30FMH1S3-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061513\u003c\/td\u003e\n\u003ctd\u003e15FMH15S5-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063012\u003c\/td\u003e\n\u003ctd\u003e30FMH15S4-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96064510\u003c\/td\u003e\n\u003ctd\u003e45FMH15S2-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96061514\u003c\/td\u003e\n\u003ctd\u003e15FMH2S6-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96063013\u003c\/td\u003e\n\u003ctd\u003e30FMH2S5-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e30 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96064511\u003c\/td\u003e\n\u003ctd\u003e45FMH2S3-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96175070302\u003c\/td\u003e\n\u003ctd\u003e70FMH2P-63\u003c\/td\u003e\n\u003ctd\u003e4 HP\u003c\/td\u003e\n\u003ctd\u003e70 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96175070303\u003c\/td\u003e\n\u003ctd\u003e70FMH3P-63\u003c\/td\u003e\n\u003ctd\u003e5.5 HP\u003c\/td\u003e\n\u003ctd\u003e70 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96175090302\u003c\/td\u003e\n\u003ctd\u003e90FMH2P-63\u003c\/td\u003e\n\u003ctd\u003e5.5 HP\u003c\/td\u003e\n\u003ctd\u003e90 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96175070304\u003c\/td\u003e\n\u003ctd\u003e70FMH4P-63\u003c\/td\u003e\n\u003ctd\u003e7.5 HP\u003c\/td\u003e\n\u003ctd\u003e70 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e96175090303\u003c\/td\u003e\n\u003ctd\u003e90FMH3P-63\u003c\/td\u003e\n\u003ctd\u003e7.5 HP\u003c\/td\u003e\n\u003ctd\u003e90 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eOrdering Notes\u003c\/div\u003e\n\u003cp\u003eThis series spans two distinct hydraulic families across 26 models. The 15\/30\/45 GPM family covers residential and light commercial boosting in single or three-phase up to 2 HP; the 70\/90 GPM family is three-phase only at 4, 5.5 and 7.5 HP. Confirm flow rate, horsepower and phase when ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eMH Series 15-45 GPM Catalog\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eCatalog — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF2178_Horizontal_Multi-Stage_MH_15-45GPM__Series_Catalog.pdf?v=1785591234\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eMH Series 70-90 GPM Catalog\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eCatalog — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF5253_Horizontal_Multi-Stage_MH_70-90GPM_Series_Catalog.pdf?v=1785591262\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eMH Series Written Specs\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eWritten Specs — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M1736_MH_Series_Written_Specs.pdf?v=1785591274\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eMH Series Line Drawings\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eLine Drawings — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M1756_MH_Series_Line_Drawings.pdf?v=1785591331\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eMH Series Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106592101_MH_Series_Manual.pdf?v=1785591354\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF2178_Horizontal_Multi-Stage_MH_15-45GPM__Series_Catalog.pdf?v=1785591234\" rel=\"noopener\" target=\"_blank\"\u003eMH Series 15-45 GPM Catalog\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF5253_Horizontal_Multi-Stage_MH_70-90GPM_Series_Catalog.pdf?v=1785591262\" rel=\"noopener\" target=\"_blank\"\u003eMH Series 70-90 GPM Catalog\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M1736_MH_Series_Written_Specs.pdf?v=1785591274\" rel=\"noopener\" target=\"_blank\"\u003eMH Series Written Specs\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M1756_MH_Series_Line_Drawings.pdf?v=1785591331\" rel=\"noopener\" target=\"_blank\"\u003eMH Series Line Drawings\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106592101_MH_Series_Manual.pdf?v=1785591354\" rel=\"noopener\" target=\"_blank\"\u003eMH Series Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1\/2 HP \/ 15 GPM \/ Single-Phase","offer_id":47289185730735,"sku":"15FMH05S2","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 15 GPM \/ Single-Phase","offer_id":47289185763503,"sku":"15FMH07S3","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 30 GPM \/ Single-Phase","offer_id":47289185796271,"sku":"30FMH07S2","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 15 GPM \/ Single-Phase","offer_id":47289185829039,"sku":"15FMH1S4","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 30 GPM \/ Single-Phase","offer_id":47289185861807,"sku":"30FMH1S3","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 15 GPM \/ Single-Phase","offer_id":47289185894575,"sku":"15FMH15S5","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 30 GPM \/ Single-Phase","offer_id":47289185927343,"sku":"30FMH15S4","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 45 GPM \/ Single-Phase","offer_id":47289185960111,"sku":"45FMH15S2","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 15 GPM \/ Single-Phase","offer_id":47289185992879,"sku":"15FMH2S6","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 30 GPM \/ Single-Phase","offer_id":47289186025647,"sku":"30FMH2S5","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM \/ Single-Phase","offer_id":47289186058415,"sku":"45FMH2S3","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 15 GPM \/ Three-Phase","offer_id":47289186091183,"sku":"15FMH07S3-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 30 GPM \/ Three-Phase","offer_id":47289186123951,"sku":"30FMH07S2-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 15 GPM \/ Three-Phase","offer_id":47289186156719,"sku":"15FMH1S4-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 30 GPM \/ Three-Phase","offer_id":47289186189487,"sku":"30FMH1S3-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 15 GPM \/ Three-Phase","offer_id":47289186222255,"sku":"15FMH15S5-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 30 GPM \/ Three-Phase","offer_id":47289186255023,"sku":"30FMH15S4-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 45 GPM \/ Three-Phase","offer_id":47289186287791,"sku":"45FMH15S2-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 15 GPM \/ Three-Phase","offer_id":47289186320559,"sku":"15FMH2S6-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 30 GPM \/ Three-Phase","offer_id":47289186353327,"sku":"30FMH2S5-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM \/ Three-Phase","offer_id":47289186386095,"sku":"45FMH2S3-T","price":4711.0,"currency_code":"USD","in_stock":true},{"title":"4 HP \/ 70 GPM \/ Three-Phase","offer_id":47289186418863,"sku":"70FMH2P-63","price":6385.0,"currency_code":"USD","in_stock":true},{"title":"5.5 HP \/ 70 GPM \/ Three-Phase","offer_id":47289186451631,"sku":"70FMH3P-63","price":6385.0,"currency_code":"USD","in_stock":true},{"title":"5.5 HP \/ 90 GPM \/ Three-Phase","offer_id":47289186484399,"sku":"90FMH2P-63","price":6385.0,"currency_code":"USD","in_stock":true},{"title":"7.5 HP \/ 70 GPM \/ Three-Phase","offer_id":47289186517167,"sku":"70FMH4P-63","price":6385.0,"currency_code":"USD","in_stock":true},{"title":"7.5 HP \/ 90 GPM \/ Three-Phase","offer_id":47289186549935,"sku":"90FMH3P-63","price":6385.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MH_Series_Group_Photo.webp?v=1785591854"},{"product_id":"bt4-series","title":"Franklin Electric BT4 Series Horizontal Multi-Stage Booster Pump - NSF 372, Stainless Steel, 5-45 GPM, 1\/2-3 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Booster Pump\u003c\/div\u003e\n\u003ch1\u003eBT4 Series Booster Pump\u003cbr\u003e\u003cem\u003eHorizontal Multi-Stage\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eHigh-pressure multi-stage booster pump for city mains or private water systems, built on the patented Tri-Seal floating stage system.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1\/2 – 3 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e5 – 45 GPM\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSingle \u0026amp; Three-Phase\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eNSF 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e400 PSI Max Discharge\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eBack Pull-Out Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eMulti-stage booster pump for boosting water pressure from city mains or private water systems, offered across two hydraulic families spanning 5 to 45 GPM nominal flow.\u003c\/p\u003e\n\u003cp\u003eBuilt with Franklin's patented Tri-Seal floating stage system (U.S. patent 7,290,984) for maximum efficiency, longevity and performance. Maximum discharge pressure 400 PSI on all models.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eStainless steel discharge on all models\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStainless steel discharge on all models with 1\" NPT outlet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eStainless steel bracket;\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eStainless steel bracket; with a rugged support foot for horizontal or vertical mounting, a handle for portability and with 1\" NPT inlet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eBuilt with Franklin's patented\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBuilt with Franklin's patented (U.S. patent 7,290,984) Tri-Seal floating stage system, providing maximum efficiency, longevity, and performance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAcetal impellers\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAcetal impellers, Modified PPO diffusers, and 300-series stainless steel hub, eye seals, shaft, and shell\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMechanical seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMechanical seal with carbon\/ceramic faces, FKM elastomers, and stainless steel components\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eIndustry-proven ODP square-flange 2-compartment motors\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIndustry-proven ODP square-flange 2-compartment motors are easily serviced or replaced without either dismantling the pump end or disturbing the plumbing connections\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHigh service factor\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHigh service factor, 1\/2-3 hp, 2-compartment dual-voltage motors; three-phase inverter duty rated\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMaximum inlet pressure\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e75 PSI.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMaximum discharge pressure\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e400 PSI.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMaximum fluid handling temperature\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e120 °F (49 °C).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNSF\/ANSI\/CAN 372 Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eDesigned for boosting water pressure from a\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eDesigned for boosting water pressure from a variety of sources including municipal and private water systems\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEnhanced hydraulics\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEnhanced hydraulics for 35 \u0026amp; 45 GPM nominal ratings to deliver more efficient pressure boosting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRobust stainless steel bracket\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRobust stainless steel bracket, shell \u0026amp; discharge provide optimum corrosion protection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEquipped with 1.5\" NPT connections at inlet\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEquipped with 1.5\" NPT connections at inlet and outlet minimize system friction loss\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eVersatile bracket can be rotated in 90°\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eVersatile bracket can be rotated in 90° increments for simplified, compact plumbing arrangements\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMultiple bracket drain \u0026amp; pressure tappings enable\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMultiple bracket drain \u0026amp; pressure tappings enable draining in any position and provide for bypass and accessory plumbing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eBack pull-out design enables motor removal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBack pull-out design enables motor removal for servicing without disturbing either the pump or plumbing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNEMA standard 56C keyed shaft motors\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNEMA standard 56C keyed shaft motors are readily available in ODP, TEFC enclosures; 1 \u0026amp; 3-phase for common voltages\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCarbon-ceramic-FKM mechanical seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCarbon-ceramic-FKM mechanical seal is capable of handling a variety of fluids\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMaximum inlet pressure\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e75 PSI.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMaximum discharge pressure\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e400 PSI.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMaximum fluid handling temperature\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e120 °F (49 °C).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003eNominal Flow\u003c\/th\u003e\n\u003cth\u003ePhase \u0026amp; Motor Enclosure\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830510\u003c\/td\u003e\n\u003ctd\u003e5FBT05S4\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003e5 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830710\u003c\/td\u003e\n\u003ctd\u003e7FBT05S4\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003e7 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831010\u003c\/td\u003e\n\u003ctd\u003e10FBT05S4\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830515\u003c\/td\u003e\n\u003ctd\u003e5FBT07S4\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e5 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830715\u003c\/td\u003e\n\u003ctd\u003e7FBT07S4\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e7 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831015\u003c\/td\u003e\n\u003ctd\u003e10FBT07S4\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831515\u003c\/td\u003e\n\u003ctd\u003e15FBT07S4\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832015\u003c\/td\u003e\n\u003ctd\u003e20FBT07S4\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830520\u003c\/td\u003e\n\u003ctd\u003e5FBT1S4\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e5 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830720\u003c\/td\u003e\n\u003ctd\u003e7FBT1S4\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e7 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831020\u003c\/td\u003e\n\u003ctd\u003e10FBT1S4\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831520\u003c\/td\u003e\n\u003ctd\u003e15FBT1S4\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832020\u003c\/td\u003e\n\u003ctd\u003e20FBT1S4\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832520\u003c\/td\u003e\n\u003ctd\u003e25FBT1S4\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830725\u003c\/td\u003e\n\u003ctd\u003e7FBT15S4\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e7 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831025\u003c\/td\u003e\n\u003ctd\u003e10FBT15S4\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831525\u003c\/td\u003e\n\u003ctd\u003e15FBT15S4\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832025\u003c\/td\u003e\n\u003ctd\u003e20FBT15S4\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832525\u003c\/td\u003e\n\u003ctd\u003e25FBT15S4\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831030\u003c\/td\u003e\n\u003ctd\u003e10FBT2S4\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831530\u003c\/td\u003e\n\u003ctd\u003e15FBT2S4\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832030\u003c\/td\u003e\n\u003ctd\u003e20FBT2S4\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832530\u003c\/td\u003e\n\u003ctd\u003e25FBT2S4\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832035\u003c\/td\u003e\n\u003ctd\u003e20FBT3S4\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832535\u003c\/td\u003e\n\u003ctd\u003e25FBT3S4\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830555\u003c\/td\u003e\n\u003ctd\u003e5FBT05S4-T\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003e5 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830755\u003c\/td\u003e\n\u003ctd\u003e7FBT05S4-T\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003e7 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831055\u003c\/td\u003e\n\u003ctd\u003e10FBT05S4-T\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830560\u003c\/td\u003e\n\u003ctd\u003e5FBT07S4-T\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e5 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830760\u003c\/td\u003e\n\u003ctd\u003e7FBT07S4-T\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e7 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831060\u003c\/td\u003e\n\u003ctd\u003e10FBT07S4-T\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831560\u003c\/td\u003e\n\u003ctd\u003e15FBT07S4-T\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832060\u003c\/td\u003e\n\u003ctd\u003e20FBT07S4-T\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830565\u003c\/td\u003e\n\u003ctd\u003e5FBT1S4-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e5 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830765\u003c\/td\u003e\n\u003ctd\u003e7FBT1S4-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e7 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831065\u003c\/td\u003e\n\u003ctd\u003e10FBT1S4-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831565\u003c\/td\u003e\n\u003ctd\u003e15FBT1S4-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832065\u003c\/td\u003e\n\u003ctd\u003e20FBT1S4-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832565\u003c\/td\u003e\n\u003ctd\u003e25FBT1S4-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95830770\u003c\/td\u003e\n\u003ctd\u003e7FBT15S4-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e7 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831070\u003c\/td\u003e\n\u003ctd\u003e10FBT15S4-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831570\u003c\/td\u003e\n\u003ctd\u003e15FBT15S4-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832070\u003c\/td\u003e\n\u003ctd\u003e20FBT15S4-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832570\u003c\/td\u003e\n\u003ctd\u003e25FBT15S4-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831075\u003c\/td\u003e\n\u003ctd\u003e10FBT2S4-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95831575\u003c\/td\u003e\n\u003ctd\u003e15FBT2S4-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832075\u003c\/td\u003e\n\u003ctd\u003e20FBT2S4-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832575\u003c\/td\u003e\n\u003ctd\u003e25FBT2S4-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832080\u003c\/td\u003e\n\u003ctd\u003e20FBT3S4-T\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95832580\u003c\/td\u003e\n\u003ctd\u003e25FBT3S4-T\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95933503\u003c\/td\u003e\n\u003ctd\u003e3503FBT1S4-S\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3503)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95983503\u003c\/td\u003e\n\u003ctd\u003e3503FBT1S4-SE\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3503)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95934502\u003c\/td\u003e\n\u003ctd\u003e4502FBT1S4-S\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4502)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95934503\u003c\/td\u003e\n\u003ctd\u003e4503FBT1S4-S\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4503)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95984502\u003c\/td\u003e\n\u003ctd\u003e4502FBT1S4-SE\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4502)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95933505\u003c\/td\u003e\n\u003ctd\u003e3505FBT15S4-S\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3505)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95983505\u003c\/td\u003e\n\u003ctd\u003e3505FBT15S4-SE\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3505)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95934504\u003c\/td\u003e\n\u003ctd\u003e4504FBT15S4-S\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4504)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95984504\u003c\/td\u003e\n\u003ctd\u003e4504FBT15S4-SE\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4504)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95933507\u003c\/td\u003e\n\u003ctd\u003e3507FBT2S4-S\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3507)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95934505\u003c\/td\u003e\n\u003ctd\u003e4505FBT2S4-S\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4505)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95934506\u003c\/td\u003e\n\u003ctd\u003e4506FBT2S4-S\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4506)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95984505\u003c\/td\u003e\n\u003ctd\u003e4505FBT2S4-SE\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4505)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95984506\u003c\/td\u003e\n\u003ctd\u003e4506FBT2S4-SE\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4506)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95983507\u003c\/td\u003e\n\u003ctd\u003e3507FBT2S4-SE\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3507)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95933509\u003c\/td\u003e\n\u003ctd\u003e3509FBT3S4-S\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3509)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95983509\u003c\/td\u003e\n\u003ctd\u003e3509FBT3S4-SE\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3509)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95934507\u003c\/td\u003e\n\u003ctd\u003e4507FBT3S4-S\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4507)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95984507\u003c\/td\u003e\n\u003ctd\u003e4507FBT3S4-SE\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4507)\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95583503\u003c\/td\u003e\n\u003ctd\u003e3503FBT1S4-TE\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3503)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95993503\u003c\/td\u003e\n\u003ctd\u003e3503FBT1S4-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3503)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95584502\u003c\/td\u003e\n\u003ctd\u003e4502FBT1S4-TE\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4502)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95994502\u003c\/td\u003e\n\u003ctd\u003e4502FBT1S4-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4502)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95994503\u003c\/td\u003e\n\u003ctd\u003e4503FBT1S4-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4503)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95583505\u003c\/td\u003e\n\u003ctd\u003e3505FBT15S4-TE\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3505)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95993505\u003c\/td\u003e\n\u003ctd\u003e3505FBT15S4-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3505)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95584504\u003c\/td\u003e\n\u003ctd\u003e4504FBT15S4-TE\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4504)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95994504\u003c\/td\u003e\n\u003ctd\u003e4504FBT15S4-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4504)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95583507\u003c\/td\u003e\n\u003ctd\u003e3507FBT2S4-TE\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3507)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95993507\u003c\/td\u003e\n\u003ctd\u003e3507FBT2S4-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3507)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95584505\u003c\/td\u003e\n\u003ctd\u003e4505FBT2S4-TE\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4505)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95584506\u003c\/td\u003e\n\u003ctd\u003e4506FBT2S4-TE\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4506)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95994505\u003c\/td\u003e\n\u003ctd\u003e4505FBT2S4-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4505)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95583509\u003c\/td\u003e\n\u003ctd\u003e3509FBT3S4-TE\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3509)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95993509\u003c\/td\u003e\n\u003ctd\u003e3509FBT3S4-T\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM (3509)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95584507\u003c\/td\u003e\n\u003ctd\u003e4507FBT3S4-TE\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4507)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95994507\u003c\/td\u003e\n\u003ctd\u003e4507FBT3S4-T\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM (4507)\u003c\/td\u003e\n\u003ctd\u003eThree-Phase, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eOrdering Notes\u003c\/div\u003e\n\u003cp\u003eFranklin lists this as a single product with two hydraulic ranges. The 5-25 GPM models use 1\" NPT connections with ODP motors; the 35-45 GPM models use 1.5\" NPT connections and are available in ODP or TEFC. The four-digit stage code in 35-45 GPM model numbers (for example 4502 versus 4503) denotes a different stage count at the same nominal flow, so it is shown in the flow option to identify each model uniquely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eBT4 Series Catalog\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eCatalog — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5414_Horizontal_Multi-Stage_BT4_Series_Catalog.pdf?v=1785591390\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eBT4 Series Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106524101_BT4_Series_Manual.pdf?v=1785591419\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eMH \/ BT4 SubDrive Compatibility Tool\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eReference — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5268_MH_BT4_Series_SubDrive_Compatibility_Tool.pdf?v=1785591440\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5414_Horizontal_Multi-Stage_BT4_Series_Catalog.pdf?v=1785591390\" rel=\"noopener\" target=\"_blank\"\u003eBT4 Series Catalog\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106524101_BT4_Series_Manual.pdf?v=1785591419\" rel=\"noopener\" target=\"_blank\"\u003eBT4 Series Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5268_MH_BT4_Series_SubDrive_Compatibility_Tool.pdf?v=1785591440\" rel=\"noopener\" target=\"_blank\"\u003eMH \/ BT4 SubDrive Compatibility Tool\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1\/2 HP \/ 5 GPM \/ Single-Phase, ODP","offer_id":47289186582703,"sku":"5FBT05S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1\/2 HP \/ 7 GPM \/ Single-Phase, ODP","offer_id":47289186615471,"sku":"7FBT05S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1\/2 HP \/ 10 GPM \/ Single-Phase, ODP","offer_id":47289186648239,"sku":"10FBT05S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 5 GPM \/ Single-Phase, ODP","offer_id":47289186681007,"sku":"5FBT07S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 7 GPM \/ Single-Phase, ODP","offer_id":47289186713775,"sku":"7FBT07S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 10 GPM \/ Single-Phase, ODP","offer_id":47289186746543,"sku":"10FBT07S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 15 GPM \/ Single-Phase, ODP","offer_id":47289186779311,"sku":"15FBT07S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 20 GPM \/ Single-Phase, ODP","offer_id":47289186812079,"sku":"20FBT07S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 5 GPM \/ Single-Phase, ODP","offer_id":47289186844847,"sku":"5FBT1S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 7 GPM \/ Single-Phase, ODP","offer_id":47289186877615,"sku":"7FBT1S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 10 GPM \/ Single-Phase, ODP","offer_id":47289186910383,"sku":"10FBT1S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 15 GPM \/ Single-Phase, ODP","offer_id":47289186943151,"sku":"15FBT1S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 20 GPM \/ Single-Phase, ODP","offer_id":47289186975919,"sku":"20FBT1S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 25 GPM \/ Single-Phase, ODP","offer_id":47289187008687,"sku":"25FBT1S4","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 7 GPM \/ Single-Phase, ODP","offer_id":47289187041455,"sku":"7FBT15S4","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 10 GPM \/ Single-Phase, ODP","offer_id":47289187074223,"sku":"10FBT15S4","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 15 GPM \/ Single-Phase, ODP","offer_id":47289187106991,"sku":"15FBT15S4","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 20 GPM \/ Single-Phase, ODP","offer_id":47289187139759,"sku":"20FBT15S4","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 25 GPM \/ Single-Phase, ODP","offer_id":47289187172527,"sku":"25FBT15S4","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 10 GPM \/ Single-Phase, ODP","offer_id":47289187205295,"sku":"10FBT2S4","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 15 GPM \/ Single-Phase, ODP","offer_id":47289187238063,"sku":"15FBT2S4","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 20 GPM \/ Single-Phase, ODP","offer_id":47289187270831,"sku":"20FBT2S4","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 25 GPM \/ Single-Phase, ODP","offer_id":47289187303599,"sku":"25FBT2S4","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 20 GPM \/ Single-Phase, ODP","offer_id":47289187336367,"sku":"20FBT3S4","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 25 GPM \/ Single-Phase, ODP","offer_id":47289187369135,"sku":"25FBT3S4","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"1\/2 HP \/ 5 GPM \/ Three-Phase, ODP","offer_id":47289187401903,"sku":"5FBT05S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1\/2 HP \/ 7 GPM \/ Three-Phase, ODP","offer_id":47289187434671,"sku":"7FBT05S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1\/2 HP \/ 10 GPM \/ Three-Phase, ODP","offer_id":47289187467439,"sku":"10FBT05S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 5 GPM \/ Three-Phase, ODP","offer_id":47289187500207,"sku":"5FBT07S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 7 GPM \/ Three-Phase, ODP","offer_id":47289187532975,"sku":"7FBT07S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 10 GPM \/ Three-Phase, ODP","offer_id":47289187565743,"sku":"10FBT07S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 15 GPM \/ Three-Phase, ODP","offer_id":47289187598511,"sku":"15FBT07S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 20 GPM \/ Three-Phase, ODP","offer_id":47289187631279,"sku":"20FBT07S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 5 GPM \/ Three-Phase, ODP","offer_id":47289187664047,"sku":"5FBT1S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 7 GPM \/ Three-Phase, ODP","offer_id":47289187696815,"sku":"7FBT1S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 10 GPM \/ Three-Phase, ODP","offer_id":47289187729583,"sku":"10FBT1S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 15 GPM \/ Three-Phase, ODP","offer_id":47289187762351,"sku":"15FBT1S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 20 GPM \/ Three-Phase, ODP","offer_id":47289187795119,"sku":"20FBT1S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 25 GPM \/ Three-Phase, ODP","offer_id":47289187827887,"sku":"25FBT1S4-T","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 7 GPM \/ Three-Phase, ODP","offer_id":47289187860655,"sku":"7FBT15S4-T","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 10 GPM \/ Three-Phase, ODP","offer_id":47289187893423,"sku":"10FBT15S4-T","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 15 GPM \/ Three-Phase, ODP","offer_id":47289187926191,"sku":"15FBT15S4-T","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 20 GPM \/ Three-Phase, ODP","offer_id":47289187958959,"sku":"20FBT15S4-T","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 25 GPM \/ Three-Phase, ODP","offer_id":47289187991727,"sku":"25FBT15S4-T","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 10 GPM \/ Three-Phase, ODP","offer_id":47289188024495,"sku":"10FBT2S4-T","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 15 GPM \/ Three-Phase, ODP","offer_id":47289188057263,"sku":"15FBT2S4-T","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 20 GPM \/ Three-Phase, ODP","offer_id":47289188090031,"sku":"20FBT2S4-T","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 25 GPM \/ Three-Phase, ODP","offer_id":47289188122799,"sku":"25FBT2S4-T","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 20 GPM \/ Three-Phase, ODP","offer_id":47289188155567,"sku":"20FBT3S4-T","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 25 GPM \/ Three-Phase, ODP","offer_id":47289188188335,"sku":"25FBT3S4-T","price":2710.01,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 35 GPM (3503) \/ Single-Phase, ODP","offer_id":47289188221103,"sku":"3503FBT1S4-S","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 35 GPM (3503) \/ Single-Phase, TEFC","offer_id":47289188253871,"sku":"3503FBT1S4-SE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 45 GPM (4502) \/ Single-Phase, ODP","offer_id":47289188286639,"sku":"4502FBT1S4-S","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 45 GPM (4503) \/ Single-Phase, ODP","offer_id":47289188319407,"sku":"4503FBT1S4-S","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 45 GPM (4502) \/ Single-Phase, TEFC","offer_id":47289188352175,"sku":"4502FBT1S4-SE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 35 GPM (3505) \/ Single-Phase, ODP","offer_id":47289188384943,"sku":"3505FBT15S4-S","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 35 GPM (3505) \/ Single-Phase, TEFC","offer_id":47289188417711,"sku":"3505FBT15S4-SE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 45 GPM (4504) \/ Single-Phase, ODP","offer_id":47289188450479,"sku":"4504FBT15S4-S","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 45 GPM (4504) \/ Single-Phase, TEFC","offer_id":47289188483247,"sku":"4504FBT15S4-SE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 35 GPM (3507) \/ Single-Phase, ODP","offer_id":47289188516015,"sku":"3507FBT2S4-S","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM (4505) \/ Single-Phase, ODP","offer_id":47289188548783,"sku":"4505FBT2S4-S","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM (4506) \/ Single-Phase, ODP","offer_id":47289188581551,"sku":"4506FBT2S4-S","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM (4505) \/ Single-Phase, TEFC","offer_id":47289188614319,"sku":"4505FBT2S4-SE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM (4506) \/ Single-Phase, TEFC","offer_id":47289188647087,"sku":"4506FBT2S4-SE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 35 GPM (3507) \/ Single-Phase, TEFC","offer_id":47289188679855,"sku":"3507FBT2S4-SE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 35 GPM (3509) \/ Single-Phase, ODP","offer_id":47289188712623,"sku":"3509FBT3S4-S","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 35 GPM (3509) \/ Single-Phase, TEFC","offer_id":47289188745391,"sku":"3509FBT3S4-SE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 45 GPM (4507) \/ Single-Phase, ODP","offer_id":47289188778159,"sku":"4507FBT3S4-S","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 45 GPM (4507) \/ Single-Phase, TEFC","offer_id":47289188810927,"sku":"4507FBT3S4-SE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 35 GPM (3503) \/ Three-Phase, TEFC","offer_id":47289188843695,"sku":"3503FBT1S4-TE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 35 GPM (3503) \/ Three-Phase, ODP","offer_id":47289188876463,"sku":"3503FBT1S4-T","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 45 GPM (4502) \/ Three-Phase, TEFC","offer_id":47289188909231,"sku":"4502FBT1S4-TE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 45 GPM (4502) \/ Three-Phase, ODP","offer_id":47289188941999,"sku":"4502FBT1S4-T","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 45 GPM (4503) \/ Three-Phase, ODP","offer_id":47289188974767,"sku":"4503FBT1S4-T","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 35 GPM (3505) \/ Three-Phase, TEFC","offer_id":47289189007535,"sku":"3505FBT15S4-TE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 35 GPM (3505) \/ Three-Phase, ODP","offer_id":47289189040303,"sku":"3505FBT15S4-T","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 45 GPM (4504) \/ Three-Phase, TEFC","offer_id":47289189073071,"sku":"4504FBT15S4-TE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 45 GPM (4504) \/ Three-Phase, ODP","offer_id":47289189105839,"sku":"4504FBT15S4-T","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 35 GPM (3507) \/ Three-Phase, TEFC","offer_id":47289189138607,"sku":"3507FBT2S4-TE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 35 GPM (3507) \/ Three-Phase, ODP","offer_id":47289189171375,"sku":"3507FBT2S4-T","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM (4505) \/ Three-Phase, TEFC","offer_id":47289189204143,"sku":"4505FBT2S4-TE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM (4506) \/ Three-Phase, TEFC","offer_id":47289189236911,"sku":"4506FBT2S4-TE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM (4505) \/ Three-Phase, ODP","offer_id":47289189269679,"sku":"4505FBT2S4-T","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 35 GPM (3509) \/ Three-Phase, TEFC","offer_id":47289189302447,"sku":"3509FBT3S4-TE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 35 GPM (3509) \/ Three-Phase, ODP","offer_id":47289189335215,"sku":"3509FBT3S4-T","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 45 GPM (4507) \/ Three-Phase, TEFC","offer_id":47289189367983,"sku":"4507FBT3S4-TE","price":6449.51,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 45 GPM (4507) \/ Three-Phase, ODP","offer_id":47289189400751,"sku":"4507FBT3S4-T","price":6449.51,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/BT4_Series_Group_Product_Photo.webp?v=1785591805"},{"product_id":"bt4-56c-pump-ends","title":"Franklin Electric BT4 Series Pump Ends for 56C Keyed Shaft Motors - 5-45 GPM, 1\/3-3 HP, Motor Not Included","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Pump End\u003c\/div\u003e\n\u003ch1\u003eBT4 Series Pump Ends\u003cbr\u003e\u003cem\u003e56C Keyed Shaft — Motor Not Included\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eBare BT4 pump-end kits for use with a customer-supplied NEMA 56C keyed shaft motor. All BT4 pump sizes available as pump ends only.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1\/3 – 3 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e5 – 45 GPM\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eBare pump-end kits for use with a customer-supplied NEMA 56C keyed shaft motor. All BT4 pump sizes are available to order as pump ends only.\u003c\/p\u003e\n\u003cp\u003eShares the BT4 hydraulic platform, including the patented Tri-Seal floating stage system, stainless steel shell and discharge, and carbon\/ceramic FKM mechanical seal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAll BT4 pump sizes\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAll BT4 pump sizes are available to order as pump ends only\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eUtilizes any customer-supplied NEMA 56C keyed shaft\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eUtilizes any customer-supplied NEMA 56C keyed shaft motor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003eNominal Flow\u003c\/th\u003e\n\u003cth\u003eModel Code\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e95920507\u003c\/td\u003e\n\u003ctd\u003e5BT03S4-PE\u003c\/td\u003e\n\u003ctd\u003e1\/3 HP\u003c\/td\u003e\n\u003ctd\u003e5 GPM\u003c\/td\u003e\n\u003ctd\u003e5BT03S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95920509\u003c\/td\u003e\n\u003ctd\u003e5BT05S4-PE\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003e5 GPM\u003c\/td\u003e\n\u003ctd\u003e5BT05S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95920512\u003c\/td\u003e\n\u003ctd\u003e5BT07S4-PE\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e5 GPM\u003c\/td\u003e\n\u003ctd\u003e5BT07S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95920515\u003c\/td\u003e\n\u003ctd\u003e5BT1S4-PE\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e5 GPM\u003c\/td\u003e\n\u003ctd\u003e5BT1S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95920708\u003c\/td\u003e\n\u003ctd\u003e7BT05S4-PE\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003e7 GPM\u003c\/td\u003e\n\u003ctd\u003e7BT05S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95920710\u003c\/td\u003e\n\u003ctd\u003e7BT07S4-PE\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e7 GPM\u003c\/td\u003e\n\u003ctd\u003e7BT07S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95920714\u003c\/td\u003e\n\u003ctd\u003e7BT1S4-PE\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e7 GPM\u003c\/td\u003e\n\u003ctd\u003e7BT1S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95920719\u003c\/td\u003e\n\u003ctd\u003e7BT15S4-PE\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e7 GPM\u003c\/td\u003e\n\u003ctd\u003e7BT15S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95921007\u003c\/td\u003e\n\u003ctd\u003e10BT05S4-PE\u003c\/td\u003e\n\u003ctd\u003e1\/2 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003e10BT05S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95921008\u003c\/td\u003e\n\u003ctd\u003e10BT07S4-PE\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003e10BT07S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95921011\u003c\/td\u003e\n\u003ctd\u003e10BT1S4-PE\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003e10BT1S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95921015\u003c\/td\u003e\n\u003ctd\u003e10BT15S4-PE\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003e10BT15S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95921018\u003c\/td\u003e\n\u003ctd\u003e10BT2S4-PE\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e10 GPM\u003c\/td\u003e\n\u003ctd\u003e10BT2S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95921506\u003c\/td\u003e\n\u003ctd\u003e15BT07S4-PE\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003e15BT07S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95921508\u003c\/td\u003e\n\u003ctd\u003e15BT1S4-PE\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003e15BT1S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95921512\u003c\/td\u003e\n\u003ctd\u003e15BT15S4-PE\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003e15BT15S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95921515\u003c\/td\u003e\n\u003ctd\u003e15BT2S4-PE\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e15 GPM\u003c\/td\u003e\n\u003ctd\u003e15BT2S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95922005\u003c\/td\u003e\n\u003ctd\u003e20BT07S4-PE\u003c\/td\u003e\n\u003ctd\u003e3\/4 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003e20BT07S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95922007\u003c\/td\u003e\n\u003ctd\u003e20BT1S4-PE\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003e20BT1S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95922010\u003c\/td\u003e\n\u003ctd\u003e20BT15S4-PE\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003e20BT15S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95922012\u003c\/td\u003e\n\u003ctd\u003e20BT2S4-PE\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003e20BT2S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95922015\u003c\/td\u003e\n\u003ctd\u003e20BT3S4-PE\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e20 GPM\u003c\/td\u003e\n\u003ctd\u003e20BT3S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95922506\u003c\/td\u003e\n\u003ctd\u003e25BT1S4-PE\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003ctd\u003e25BT1S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95922508\u003c\/td\u003e\n\u003ctd\u003e25BT15S4-PE\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003ctd\u003e25BT15S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95922510\u003c\/td\u003e\n\u003ctd\u003e25BT2S4-PE\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003ctd\u003e25BT2S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95922513\u003c\/td\u003e\n\u003ctd\u003e25BT3S4-PE\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003ctd\u003e25BT3S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95923503\u003c\/td\u003e\n\u003ctd\u003e3503FBT1S4-PE\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM\u003c\/td\u003e\n\u003ctd\u003e3503FBT1S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95923505\u003c\/td\u003e\n\u003ctd\u003e3505FBT15S4-PE\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM\u003c\/td\u003e\n\u003ctd\u003e3505FBT15S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95923507\u003c\/td\u003e\n\u003ctd\u003e3507FBT2S4-PE\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM\u003c\/td\u003e\n\u003ctd\u003e3507FBT2S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95923509\u003c\/td\u003e\n\u003ctd\u003e3509FBT3S4-PE\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e35 GPM\u003c\/td\u003e\n\u003ctd\u003e3509FBT3S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95924502\u003c\/td\u003e\n\u003ctd\u003e4502FBT1S4-PE (2-stg.)\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003e4502FBT1S4-PE (2-stg.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95924503\u003c\/td\u003e\n\u003ctd\u003e4503FTB1S4-PE (3-stg.)\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003e4503FTB1S4-PE (3-stg.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95924504\u003c\/td\u003e\n\u003ctd\u003e4504FBT15S4-PE\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003e4504FBT15S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95924505\u003c\/td\u003e\n\u003ctd\u003e4505FBT2S4-PE (5-stg)\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003e4505FBT2S4-PE (5-stg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95924506\u003c\/td\u003e\n\u003ctd\u003e4506FBT2S4-PE (6-stg.)\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003e4506FBT2S4-PE (6-stg.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e95924507\u003c\/td\u003e\n\u003ctd\u003e4507FBT3S4-PE\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e45 GPM\u003c\/td\u003e\n\u003ctd\u003e4507FBT3S4-PE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eOrdering Notes\u003c\/div\u003e\n\u003cp\u003eThese are bare pump ends supplied without a motor and require a customer-supplied NEMA 56C keyed shaft motor. Note that the range extends to 45 GPM, wider than the 5-25 GPM implied by the Franklin catalog heading. Franklin publishes model 4503FTB1S4-PE with the letters FTB where FBT is used elsewhere in the series; it is reproduced here exactly as published.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eBT4 Series Catalog\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eCatalog — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5414_Horizontal_Multi-Stage_BT4_Series_Catalog.pdf?v=1785591390\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eBT4 Series Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106524101_BT4_Series_Manual.pdf?v=1785591419\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5414_Horizontal_Multi-Stage_BT4_Series_Catalog.pdf?v=1785591390\" rel=\"noopener\" target=\"_blank\"\u003eBT4 Series Catalog\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106524101_BT4_Series_Manual.pdf?v=1785591419\" rel=\"noopener\" target=\"_blank\"\u003eBT4 Series Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1\/3 HP \/ 5 GPM \/ 5BT03S4-PE","offer_id":47289189433519,"sku":"5BT03S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1\/2 HP \/ 5 GPM \/ 5BT05S4-PE","offer_id":47289189466287,"sku":"5BT05S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 5 GPM \/ 5BT07S4-PE","offer_id":47289189499055,"sku":"5BT07S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 5 GPM \/ 5BT1S4-PE","offer_id":47289189531823,"sku":"5BT1S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1\/2 HP \/ 7 GPM \/ 7BT05S4-PE","offer_id":47289189564591,"sku":"7BT05S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 7 GPM \/ 7BT07S4-PE","offer_id":47289189597359,"sku":"7BT07S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 7 GPM \/ 7BT1S4-PE","offer_id":47289189630127,"sku":"7BT1S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 7 GPM \/ 7BT15S4-PE","offer_id":47289189662895,"sku":"7BT15S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1\/2 HP \/ 10 GPM \/ 10BT05S4-PE","offer_id":47289189695663,"sku":"10BT05S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 10 GPM \/ 10BT07S4-PE","offer_id":47289189728431,"sku":"10BT07S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 10 GPM \/ 10BT1S4-PE","offer_id":47289189761199,"sku":"10BT1S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 10 GPM \/ 10BT15S4-PE","offer_id":47289189793967,"sku":"10BT15S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 10 GPM \/ 10BT2S4-PE","offer_id":47289189826735,"sku":"10BT2S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 15 GPM \/ 15BT07S4-PE","offer_id":47289189859503,"sku":"15BT07S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 15 GPM \/ 15BT1S4-PE","offer_id":47289189892271,"sku":"15BT1S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 15 GPM \/ 15BT15S4-PE","offer_id":47289189925039,"sku":"15BT15S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 15 GPM \/ 15BT2S4-PE","offer_id":47289189957807,"sku":"15BT2S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3\/4 HP \/ 20 GPM \/ 20BT07S4-PE","offer_id":47289189990575,"sku":"20BT07S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 20 GPM \/ 20BT1S4-PE","offer_id":47289190023343,"sku":"20BT1S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 20 GPM \/ 20BT15S4-PE","offer_id":47289190056111,"sku":"20BT15S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 20 GPM \/ 20BT2S4-PE","offer_id":47289190088879,"sku":"20BT2S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 20 GPM \/ 20BT3S4-PE","offer_id":47289190121647,"sku":"20BT3S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 25 GPM \/ 25BT1S4-PE","offer_id":47289190154415,"sku":"25BT1S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 25 GPM \/ 25BT15S4-PE","offer_id":47289190187183,"sku":"25BT15S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 25 GPM \/ 25BT2S4-PE","offer_id":47289190219951,"sku":"25BT2S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 25 GPM \/ 25BT3S4-PE","offer_id":47289190252719,"sku":"25BT3S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 35 GPM \/ 3503FBT1S4-PE","offer_id":47289190285487,"sku":"3503FBT1S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 35 GPM \/ 3505FBT15S4-PE","offer_id":47289190318255,"sku":"3505FBT15S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 35 GPM \/ 3507FBT2S4-PE","offer_id":47289190351023,"sku":"3507FBT2S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 35 GPM \/ 3509FBT3S4-PE","offer_id":47289190383791,"sku":"3509FBT3S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 45 GPM \/ 4502FBT1S4-PE (2-stg.)","offer_id":47289190416559,"sku":"4502FBT1S4-PE (2-stg.)","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ 45 GPM \/ 4503FTB1S4-PE (3-stg.)","offer_id":47289190449327,"sku":"4503FTB1S4-PE (3-stg.)","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ 45 GPM \/ 4504FBT15S4-PE","offer_id":47289190482095,"sku":"4504FBT15S4-PE","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM \/ 4505FBT2S4-PE (5-stg)","offer_id":47289190514863,"sku":"4505FBT2S4-PE (5-stg)","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 45 GPM \/ 4506FBT2S4-PE (6-stg.)","offer_id":47289190547631,"sku":"4506FBT2S4-PE (6-stg.)","price":2438.19,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 45 GPM \/ 4507FBT3S4-PE","offer_id":47289190580399,"sku":"4507FBT3S4-PE","price":2438.19,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/BT4_Series_Group_Product_Photo.webp?v=1785591805"},{"product_id":"inline-controls","title":"Franklin Electric Inline Controls Pressure Boosting System - SWC \/ ADJ \/ CTL, Up to 3 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Inline Control\u003c\/div\u003e\n\u003ch1\u003eInline Controls\u003cbr\u003e\u003cem\u003eSWC \/ ADJ \/ CTL\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003ePump starting and control devices for submersible or surface pumps up to 20 amps, providing pressure boosting often without a bladder tank.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e2 – 3 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e115\/230 \u0026amp; 230 V\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eMax 16A \/ 20A\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003ePump starting and control devices that pair with submersible or surface pumps up to 20 amps (approximately 3 HP) to provide or boost system water pressure, in many cases without an additional bladder tank.\u003c\/p\u003e\n\u003cp\u003eProvides flow-based pump activation, run-dry protection and automatic restart in a compact inline package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHorsepower\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1\/2 to 3 hp.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMaximum liquid temperature\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e150 °F (66 °C).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eInlet\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1\" or 1-1\/4\" MNPT (25.4 or 31.75 mm).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eElectrical\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e115 V or 230 V.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMaximum current\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e15 A to 20 A.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eMax Horse Power\u003c\/th\u003e\n\u003cth\u003eVoltage\u003c\/th\u003e\n\u003cth\u003eMax Current\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e91987103\u003c\/td\u003e\n\u003ctd\u003eFIL-SWC16\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003ctd\u003e16A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91987106\u003c\/td\u003e\n\u003ctd\u003eFIL-ADJ16-2G\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003e230 VAC\u003c\/td\u003e\n\u003ctd\u003e16A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e91987107\u003c\/td\u003e\n\u003ctd\u003eFIL-CTL20\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003e115\/230 VAC\u003c\/td\u003e\n\u003ctd\u003e20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eOrdering Notes\u003c\/div\u003e\n\u003cp\u003eThese are control devices only and do not include a pump. Select the model matched to your pump's horsepower and full-load amperage. Franklin's Inline range also includes the Inline SWP and Inline Flow (FLW) devices, which are not listed with order numbers on Franklin's published ordering table - call 281.664.8000 if you need either of those.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eInline Control Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/998075004_Inline_Control_Manual.pdf?v=1785591564\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eInline Pressure Series Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/998075003_Inline_Pressure_Series_Manual.pdf?v=1785591572\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eInline Flow Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/998075002_Inline_Flow_Manual.pdf?v=1785591579\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eInline Pressure Quick Setup Guide\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eQuick Start — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/998075006_Inline_Pressure_Series_Quick_Setup_Guide.pdf?v=1785591587\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/998075004_Inline_Control_Manual.pdf?v=1785591564\" rel=\"noopener\" target=\"_blank\"\u003eInline Control Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/998075003_Inline_Pressure_Series_Manual.pdf?v=1785591572\" rel=\"noopener\" target=\"_blank\"\u003eInline Pressure Series Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/998075002_Inline_Flow_Manual.pdf?v=1785591579\" rel=\"noopener\" target=\"_blank\"\u003eInline Flow Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/998075006_Inline_Pressure_Series_Quick_Setup_Guide.pdf?v=1785591587\" rel=\"noopener\" target=\"_blank\"\u003eInline Pressure Quick Setup Guide\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"2 HP \/ 115\/230 VAC \/ 16A","offer_id":47289190613167,"sku":"FIL-SWC16","price":219.63,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ 230 VAC \/ 16A","offer_id":47289190645935,"sku":"FIL-ADJ16-2G","price":219.63,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ 115\/230 VAC \/ 20A","offer_id":47289190678703,"sku":"FIL-CTL20","price":219.63,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/FE_Inline_Controls_Product_Grouping.webp?v=1785591778"},{"product_id":"versaboost-pro","title":"Franklin Electric VersaBoost Pro Constant Pressure Boosting System - NSF 61\/372, VFD with FE Connect, 0.8-1.1 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Constant Pressure System\u003c\/div\u003e\n\u003ch1\u003eVersaBoost Pro\u003cbr\u003e\u003cem\u003eConstant Pressure Boosting System\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eAll-in-one constant pressure system with Franklin-engineered variable frequency drive, integrated check valve and expansion tank.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e0.8 – 1.1 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e18 – 25 GPM\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eNSF 61 Certified\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eNSF 372 Certified\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eUL \/ CSA Listed\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e115 \u0026amp; 208\/240 V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eAll-in-one constant pressure boosting system that delivers consistent water pressure as demand changes, powered by a Franklin Electric encapsulated 4\" submersible pump-motor assembly with a Franklin-engineered variable frequency drive.\u003c\/p\u003e\n\u003cp\u003eIncludes an integrated check valve and expansion tank, operates as quietly as 45 dB, and is rated for NEMA3R indoor or outdoor installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePowered by Franklin Electric encapsulated 4\" submers\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePowered by Franklin Electric encapsulated 4\" submersible pump-motor assembly for superior performance and long life\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFranklin-engineered variable frequency drive deliver\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFranklin-engineered variable frequency drive delivers built-in protection, including underload, overload, overpressure, overheating, anti-cycling and freezing protection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eVersatile design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eVersatile design with a 180° rotatable top cover and LCD display for multi-directional, front or rear plumbing applications\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eQuick, easy-to-navigate setup assistant via its disp\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eQuick, easy-to-navigate setup assistant via its display menu or the FE Connect® mobile app\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRemovable top\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRemovable top, front and rear covers provide easy access to all components without disrupting the plumbing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRubber feet dampen noise from vibrations\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRubber feet dampen noise from vibrations\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eIntegrated check valve and expansion tank included\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIntegrated check valve and expansion tank included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRated for NEMA3R indoor or outdoor applications\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRated for NEMA3R indoor or outdoor applications\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eQuiet operation\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eQuiet operation with a noise level as low as 45 dB\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eScalable for multi-pumping systems wirelessly up to\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eScalable for multi-pumping systems wirelessly up to 4 units in parallel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCompatible with FE Connect\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eCompatible with FE Connect for onsite connectivity and effortless troubleshooting enhanced with the One-to-One™ real-time remote feature\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEquipped with Bluetooth and WiFi to deliver\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEquipped with Bluetooth and WiFi to deliver customizable updates and notifications\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNSF\/ANSI\/CAN 61 \u0026amp; 372 certified \u0026amp; UL\/CSA\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eNSF\/ANSI\/CAN 61 \u0026amp; 372 certified \u0026amp; UL\/CSA listed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003eVoltage\u003c\/th\u003e\n\u003cth\u003eMax Flow\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e93381101\u003c\/td\u003e\n\u003ctd\u003eFE-VBPRO-115\u003c\/td\u003e\n\u003ctd\u003e0.8 HP\u003c\/td\u003e\n\u003ctd\u003e115 VAC\u003c\/td\u003e\n\u003ctd\u003e18 GPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e93381201\u003c\/td\u003e\n\u003ctd\u003eFE-VBPRO-230\u003c\/td\u003e\n\u003ctd\u003e0.8 HP\u003c\/td\u003e\n\u003ctd\u003e208\/240 VAC\u003c\/td\u003e\n\u003ctd\u003e18 GPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e93382201\u003c\/td\u003e\n\u003ctd\u003eFE-VBPROXT-230\u003c\/td\u003e\n\u003ctd\u003e1.1 HP\u003c\/td\u003e\n\u003ctd\u003e208\/240 VAC\u003c\/td\u003e\n\u003ctd\u003e25 GPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eOrdering Notes\u003c\/div\u003e\n\u003cp\u003eVersaBoost Pro is a complete constant pressure system with an integrated variable frequency drive, check valve and expansion tank. Up to four units can be wirelessly linked in parallel for multi-pump systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eVersaBoost Pro Spec Sheet\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eSpec Sheet — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5058_FE_VersaBoostPro_Spec_Sheet.pdf?v=1785591647\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eVersaBoost Pro Brochure\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eBrochure — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5334_FE_VersaBoost_Pro_Brochure.pdf?v=1785591654\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eVersaBoost Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/10000022420_VersaBoost.pdf?v=1785591663\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eVersaBoost Quick Start Guide\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eQuick Start — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/10000024152__VersaBoost-QuickStart_WB.pdf?v=1785591675\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5058_FE_VersaBoostPro_Spec_Sheet.pdf?v=1785591647\" rel=\"noopener\" target=\"_blank\"\u003eVersaBoost Pro Spec Sheet\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/M5334_FE_VersaBoost_Pro_Brochure.pdf?v=1785591654\" rel=\"noopener\" target=\"_blank\"\u003eVersaBoost Pro Brochure\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/10000022420_VersaBoost.pdf?v=1785591663\" rel=\"noopener\" target=\"_blank\"\u003eVersaBoost Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/10000024152__VersaBoost-QuickStart_WB.pdf?v=1785591675\" rel=\"noopener\" target=\"_blank\"\u003eVersaBoost Quick Start Guide\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"0.8 HP \/ 115 VAC \/ 18 GPM","offer_id":47289190711471,"sku":"FE-VBPRO-115","price":1226.41,"currency_code":"USD","in_stock":true},{"title":"0.8 HP \/ 208\/240 VAC \/ 18 GPM","offer_id":47289190744239,"sku":"FE-VBPRO-230","price":1226.41,"currency_code":"USD","in_stock":true},{"title":"1.1 HP \/ 208\/240 VAC \/ 25 GPM","offer_id":47289190777007,"sku":"FE-VBPROXT-230","price":1226.41,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/FE_VersaBoost_HF_0011.webp?v=1785591746"}],"url":"https:\/\/watermainsupply.com\/collections\/franklin-electric-pumps.oembed","provider":"Watermainsupply","version":"1.0","type":"link"}