{"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","url":"https:\/\/watermainsupply.com\/products\/convertible-pro-rm2","provider":"Watermainsupply","version":"1.0","type":"link"}