{"title":"MI-T-M Trailers","description":"\u003cstyle\u003e\n  .mtmb-page {\n    --mtmb-ink: #0c0c0e;\n    --mtmb-ink-soft: #1b1c1f;\n    --mtmb-text: #33383c;\n    --mtmb-muted: #71787d;\n    --mtmb-line: #e2e5e7;\n    --mtmb-wash: #f6f7f8;\n    --mtmb-paper: #ffffff;\n\n    --mtmb-font-body: HelveticaNeue, \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n    --mtmb-font-head: Montserrat, HelveticaNeue, \"Helvetica Neue\", sans-serif;\n\n    max-width: 1180px;\n    margin: 0 auto 34px;\n    color: var(--mtmb-text);\n    font-family: var(--mtmb-font-body);\n  }\n\n  .mtmb-page,\n  .mtmb-page * {\n    box-sizing: border-box;\n  }\n\n  .mtmb-page h2,\n  .mtmb-page h3 {\n    font-family: var(--mtmb-font-head);\n  }\n\n  .mtmb-page a {\n    transition: color .18s ease, background-color .18s ease, border-color .18s ease;\n  }\n\n  .mtmb-page \u003e * + * {\n    margin-top: 38px;\n  }\n\n  \/* ---------- 1. Split hero ---------- *\/\n\n  \/* Copy column carries the wider share so all three CTAs hold one row. *\/\n  .mtmb-hero {\n    display: grid;\n    grid-template-columns: minmax(0, 1.14fr) minmax(290px, .86fr);\n    overflow: hidden;\n    background: var(--mtmb-ink);\n  }\n\n  .mtmb-hero-copy {\n    display: flex;\n    padding: 42px 42px 40px;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  \/* Logo and eyebrow share one row so the tall vertical mark costs no extra height. *\/\n  .mtmb-brandrow {\n    display: flex;\n    margin-bottom: 22px;\n    gap: 15px;\n    align-items: center;\n  }\n\n  \/* Reversed lockup built for dark grounds: the M fills white and keeps its\n     black interior strokes, the wordmark flips to white. Needs no plate, so\n     no background or padding here. Embedded as a data URI - nothing to host\n     and no request. *\/\n  .mtmb-logo {\n    display: block;\n    width: 86px;\n    height: auto;\n    flex-shrink: 0;\n  }\n\n  .mtmb-eyebrow {\n    padding-left: 15px;\n    color: rgba(255, 255, 255, .6);\n    border-left: 1px solid rgba(255, 255, 255, .22);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.4px;\n    line-height: 1.5;\n    text-transform: uppercase;\n  }\n\n  .mtmb-hero h2 {\n    margin: 0 0 13px;\n    color: #fff;\n    font-size: clamp(26px, 2.9vw, 34px);\n    font-weight: 700;\n    letter-spacing: -.8px;\n    line-height: 1.1;\n  }\n\n  .mtmb-hero-copy \u003e p {\n    max-width: 46ch;\n    margin: 0 0 24px;\n    color: rgba(255, 255, 255, .72);\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .mtmb-actions {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n  }\n\n  .mtmb-btn {\n    display: inline-flex;\n    min-height: 50px;\n    padding: 13px 20px;\n    align-items: center;\n    justify-content: center;\n    color: var(--mtmb-ink) !important;\n    background: #fff;\n    border: 1px solid #fff;\n    font-family: var(--mtmb-font-body);\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.2;\n    text-align: center;\n    text-decoration: none !important;\n  }\n\n  .mtmb-btn:hover {\n    color: #fff !important;\n    background: transparent;\n  }\n\n  .mtmb-btn-ghost {\n    color: #fff !important;\n    background: transparent;\n    border-color: rgba(255, 255, 255, .38);\n  }\n\n  .mtmb-btn-ghost:hover {\n    color: var(--mtmb-ink) !important;\n    background: #fff;\n    border-color: #fff;\n  }\n\n  .mtmb-btn svg {\n    width: 16px;\n    height: 16px;\n    margin-right: 8px;\n    flex-shrink: 0;\n  }\n\n  \/* Product photography is shot on white, so the panel holds the whole machine\n     on a light ground rather than cropping into it. *\/\n  .mtmb-hero-image {\n    position: relative;\n    overflow: hidden;\n    background: var(--mtmb-wash);\n  }\n\n  .mtmb-hero-image img {\n    position: absolute;\n    inset: 0;\n    display: block;\n    width: 100%;\n    height: 100%;\n    padding: 26px;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  \/* Collections whose hero is real job-site photography rather than a product\n     cut-out fill the panel edge to edge instead. *\/\n  .mtmb-hero-image.is-scene {\n    background: var(--mtmb-ink-soft);\n  }\n\n  .mtmb-hero-image.is-scene img {\n    padding: 0;\n    object-fit: cover;\n  }\n\n  \/* ---------- 2. Search, sitting directly under the hero ---------- *\/\n\n  .mtmb-search {\n    display: flex;\n    margin-top: 0 !important;\n    padding: 16px 18px;\n    gap: 12px;\n    align-items: center;\n    flex-wrap: wrap;\n    background: var(--mtmb-wash);\n    border: 1px solid var(--mtmb-line);\n    border-top: 0;\n  }\n\n  .mtmb-search-label {\n    color: var(--mtmb-ink);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    white-space: nowrap;\n  }\n\n  .mtmb-page .mtmb-search-input {\n    min-width: 220px;\n    height: 48px;\n    min-height: 48px;\n    max-height: 48px;\n    padding: 12px 15px;\n    flex: 1 1 320px;\n    align-self: center;\n    -webkit-appearance: none;\n    appearance: none;\n    color: var(--mtmb-ink);\n    background: var(--mtmb-paper);\n    border: 1px solid var(--mtmb-line);\n    font-family: var(--mtmb-font-body);\n    font-size: 14.5px;\n    line-height: 1;\n  }\n\n  .mtmb-page .mtmb-search-input:focus {\n    border-color: var(--mtmb-ink);\n    outline: 0;\n  }\n\n  .mtmb-page .mtmb-search-submit {\n    height: 48px;\n    min-height: 48px;\n    max-height: 48px;\n    padding: 12px 30px;\n    align-self: center;\n    -webkit-appearance: none;\n    appearance: none;\n    color: #fff;\n    background: var(--mtmb-ink);\n    border: 1px solid var(--mtmb-ink);\n    font-family: var(--mtmb-font-body);\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1;\n    cursor: pointer;\n  }\n\n  .mtmb-page .mtmb-search-submit:hover {\n    background: var(--mtmb-ink-soft);\n  }\n\n  \/* ---------- 3. Type list - text only, one open row ---------- *\/\n\n  .mtmb-types {\n    display: grid;\n    gap: 0;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    border-top: 1px solid var(--mtmb-line);\n  }\n\n  .mtmb-type {\n    display: flex;\n    padding: 20px 20px 20px 0;\n    align-items: baseline;\n    gap: 12px;\n    color: var(--mtmb-ink) !important;\n    border-bottom: 1px solid var(--mtmb-line);\n    text-decoration: none !important;\n  }\n\n  .mtmb-type:hover .mtmb-type-name {\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .mtmb-type-num {\n    color: var(--mtmb-muted);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1px;\n  }\n\n  .mtmb-type-name {\n    font-size: 15px;\n    font-weight: 700;\n    letter-spacing: -.2px;\n    line-height: 1.25;\n  }\n\n  \/* Empty cells padding the final row so its rule runs the full width\n     instead of stopping under the last link. *\/\n  .mtmb-type-filler {\n    border-bottom: 1px solid var(--mtmb-line);\n  }\n\n  \/* ---------- 4. Info accordions, two columns ---------- *\/\n\n  .mtmb-info-head {\n    margin-bottom: 16px;\n    color: var(--mtmb-ink);\n    font-family: var(--mtmb-font-head);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2.2px;\n    text-transform: uppercase;\n  }\n\n  .mtmb-info-cols {\n    display: grid;\n    gap: 0 38px;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .mtmb-details {\n    border-bottom: 1px solid var(--mtmb-line);\n  }\n\n  .mtmb-details \u003e summary {\n    position: relative;\n    padding: 14px 30px 14px 0;\n    color: var(--mtmb-ink);\n    font-size: 13.5px;\n    font-weight: 650;\n    line-height: 1.4;\n    list-style: none;\n    cursor: pointer;\n  }\n\n  .mtmb-details \u003e summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mtmb-details \u003e summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    content: \"+\";\n    color: var(--mtmb-muted);\n    font-size: 17px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n  }\n\n  .mtmb-details[open] \u003e summary::after {\n    content: \"\\2013\";\n  }\n\n  .mtmb-details-content {\n    padding: 0 0 16px;\n    color: var(--mtmb-text);\n    font-size: 13.5px;\n    line-height: 1.65;\n  }\n\n  .mtmb-details-content p {\n    margin: 0 0 10px;\n  }\n\n  .mtmb-details-content p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mtmb-details-content ul {\n    margin: 0 0 10px;\n    padding-left: 18px;\n  }\n\n  .mtmb-details-content li {\n    margin-bottom: 4px;\n  }\n\n  .mtmb-details-content a {\n    color: var(--mtmb-ink) !important;\n    text-decoration: underline !important;\n  }\n\n  \/* ---------- 5. Sibling collections ---------- *\/\n\n  .mtmb-more {\n    padding-top: 26px;\n    border-top: 1px solid var(--mtmb-line);\n  }\n\n  .mtmb-more-head {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--mtmb-muted);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.2px;\n    text-transform: uppercase;\n  }\n\n  .mtmb-more-nav {\n    display: flex;\n    gap: 10px 26px;\n    flex-wrap: wrap;\n  }\n\n  .mtmb-more-nav a {\n    color: var(--mtmb-text) !important;\n    font-size: 13.5px;\n    font-weight: 650;\n    text-decoration: none !important;\n  }\n\n  .mtmb-more-nav a:hover {\n    color: var(--mtmb-ink) !important;\n    text-decoration: underline !important;\n  }\n\n  .mtmb-more-nav a.is-active {\n    color: var(--mtmb-ink) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 4px;\n  }\n\n  \/* ---------- 6. Product grid anchor ----------\n     Invisible target the hero's primary CTA jumps to. It sits last in the block\n     so the jump lands on the Shopify product grid that renders directly below. *\/\n\n  .mtmb-anchor {\n    display: block;\n    height: 0;\n    margin-top: 0 !important;\n    overflow: hidden;\n  }\n\n  \/* ---------- Responsive ---------- *\/\n\n  @media screen and (max-width: 900px) {\n    .mtmb-hero {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .mtmb-hero-image {\n      order: -1;\n      height: 190px;\n    }\n\n    .mtmb-hero-copy {\n      padding: 30px 22px 28px;\n    }\n\n    .mtmb-types {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .mtmb-info-cols {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .mtmb-btn {\n      padding: 13px 18px;\n      flex: 1 1 auto;\n    }\n  }\n\n  @media screen and (max-width: 560px) {\n    .mtmb-hero-copy {\n      padding: 26px 20px 24px;\n    }\n\n    \/* Longer headlines on some collections wrap to four lines at the desktop\n       size; stepping the type down keeps every stacked hero inside budget. *\/\n    .mtmb-hero h2 {\n      font-size: 24px;\n      letter-spacing: -.6px;\n    }\n\n    .mtmb-hero-copy \u003e p {\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    .mtmb-hero-image {\n      height: 148px;\n    }\n\n    .mtmb-hero-image img {\n      padding: 14px;\n    }\n\n    .mtmb-brandrow {\n      margin-bottom: 18px;\n    }\n\n    .mtmb-hero-copy \u003e p {\n      margin-bottom: 18px;\n    }\n\n    \/* Primary CTA takes its own row, the other two pair up. *\/\n    .mtmb-actions {\n      gap: 8px;\n    }\n\n    .mtmb-btn {\n      padding: 13px 10px;\n      flex: 1 1 44%;\n      font-size: 13.5px;\n    }\n\n    .mtmb-btn:first-child {\n      flex-basis: 100%;\n    }\n\n    .mtmb-search-label {\n      display: none;\n    }\n\n    .mtmb-type {\n      padding: 16px 14px 16px 0;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"mtmb-page\"\u003e\n\u003csection class=\"mtmb-hero\"\u003e\n\u003cdiv class=\"mtmb-hero-copy\"\u003e\n\u003cdiv class=\"mtmb-brandrow\"\u003e\n\u003cimg class=\"mtmb-logo\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKwAAACvBAMAAACSiyhFAAAAGFBMVEUAAAD+\/v4EBAT+\/v79\/f37+\/udnZ1fX1\/UZlihAAAACHRSTlMA+\/4LWJzx+1Su6EsAAA9rSURBVHic7TtNcxvHsb3TC6ociRIo04cXBzYkxado5aFXeu8Q04Joqt4pMemId6Vezkmq8jtSlcoPSPluO4F1NS1ConN4FcEccpmTJBCKcoooEbKUHEwM9lXPzC7mY0GRsZN6qUofFrvz0dPT3dNfQ0ZQAZcWnM\/8\/sfjD779P3Wn9\/EdEAGGKESK0U\/bbkv87UExE+HaH7zxDyQcBi38912\/ZflXxVRkDb8znpYBuSzEmr4aNH1cEpS4\/CEYTodMYCHaTZd3BMc4N2\/i03DCOX4YtEOPswCw3zQEIf48nFDPgqY4aOHHHkHtL3bLDMA51GyQtTbAZXvdqG6xaNwKAbwvIB\/YDcsdYPfMmlO7AHt2Z+0E1F4KVIz5SBGbAEtOU3s8TJzwN7gPsF9\/sSbIqA3wgdNUA4gKmTUVIhuWAM4dQmQsaPlqLDOs+1shEmbwhUj4XChHIkjPZMFWCD6SL9QEwZr+NmEA8IkstSTEcIz7MmPeIKWY3jaVzBRvxXGA3Ovct9R6IloZSkwRFNUJL2mJvxWLRZPRwltK8iFBHUG2rQ7Q8ns\/KFh0AFo+E25TEfQLBJB0roOjXasgLvIbWNM7Y2pUHfBu1bmedM5YhcSCbRYHQryqlPgQMmPupyTFDC1YDjCsC6TDUAGtUGYsPAyBxLT0myCjTtVWiAxfZsz9JFMSblMhexlgqHFUycyz5MwbEpivkqAbwP+rcitEh1brSWiRuBfoQUFQtcQUKLWeiFZWS0wbsXpoiQ20tFpPNDWcFHOloMDDf+7ztruVWrHGEOCGPOg4LPStWbbiL3fg\/V9\/x3U4dJRL8r7lHAjmYKVtluDYlDbAR74lvm69D13HEztYaf2CnqnjSxYXagDH7ta9pcr9\/LhNKjSJWjlsjzUoh44ns+uuxGpjtRgotZ7EW37sEcSPiq+Z8asmCFzWTh1\/7wPXFE1ACwt9y3wt\/\/4vgXxcie1NNGLMDxHGZ74d+IGJEguCBWa9K1MyFlPNEbXC6EosnhwsMPtj6Jz5r5zzpjC6EtufHCww651MiX3mlxy7Qiht3zm0F6l5wQKz3smU2DAgQ2gT5C1jLZLbMbCLFl2JEZvdTbu+s24v4suMeSGCzc4a2E4m9yWWH+B42AEhwr4vM3srU8pXWDuDW7ISLY88K30dplyCvFU8FtnLsPGr+INnpdvurh1m0kibRV+pAK8CLVKI4FhpT1Hbzlack6Ppb1ahlb7EaFOWEQud49RkmbGCViWxMO+xV3ElFtr5TyShsdGiVHmSM\/C6S9DSi84y4ZIuWomLi68GEnPWCSTmsEgFC9cW33XsLcJPPvXNae0EPcep3YwTSM7Qw2lRdj7+dseiNrkYprJaDUuCpvwt+zJTSwwvmdQFlG59T304EtNYyp3vO8qnN+nLDABuzPMSrdzshMN0dBhNltiSKwtNk4l0mfp4yybQ2Ve5Usd3OPHAlZkZOYslWq4E4FrpKYDan22P5e941A8MsOKCLNEKLTDPfMHoi3E8G0rsveee39ZE6ew4Uur1szZcG7ix3HIHljuX20XcYHlv4917tYYXN1wH+BDgAmGJ1OLeAIIZgB6VFkzHj9se2tpL2c\/aUAYgFjFULopM7cGJYExA8R+DY48KtEGIE39LVORaUV1XNJhJGPxQI1JnaKOQWS2UmOBXQ7NWpBGMPiqibJKYEKNCZsNQYij2XI9gpxHMJAx+9nydJmLeKglyQwSA+xJIUSakEcwkDD60aaKUA0PQdV9Da32O+ZIbOltpROSHn1YIKFSXMmKBxOgwVOXHJiRluvbgS2wIkAsA8b9kaKskdg0B+KUJMuOKt9V5EYkL4yWFJHQ4exJAbFTKjMIbphOGColdpgIC7XGqynzdL1b2CVpSisXchMHa5mOyGbKvsAQOpzbgAEpmftJOaQRCNFliFLQbmQUOx2QKQd2wkFk0qU+JGgDOAuR\/O+6j1XXiqmqIpogF4afZJomajgrxbj+Q2C+VVSVF8XVIh6QsCGYIKOtTE9WBmAolppdRilIhs3PISMWqJKZEDQAks44vsZgkZjy67XiKNEJGxB+ftVPHyzRLySyAopzrJnLl5FE\/OuAEQmHiYVJlf6LMWFWFagnghyZIwwtVhYn7JtaaJLMmq5JYpxA1gOz+McQa902ErBTFX5dCUlYRfpKAxhv4LCC3Np+ZpEZChcwoJI3JmRVlFAPRpyTqIh0ari96837zUlJ00uGe8qYPO8Aiu4xSIWq1Va\/I1TW3BRMVBWoT4u\/3ykscAC66Xm9JLIhKRQGIq+plY1GrqQG143QRR3blpYQ8+s\/dqsXcOtFBEF5XkWVj3YpaJJSifiHgzQq9rt0DfrGi2U62XwQVZP1IZU4VNMDXBn7ItiPM\/wao+udByou8jAOM7ylTOpWCfoo2arHBbg\/ndTGZxBBU34V19Omx28vO8usi19aLby8DPCructNN9QXxmaItqbmFSaf9bnFyzBey1yNUaPEHqwBooniU6ut1aKzSU1nVe7bloRarnRnXgtlJ+mrKMwNo6JTkJLWf1VxCppLdL6NpAHidSDEtNtjtZl6qIgvcU2adjYcaX8vP0\/OgyoIHtDwJq2QUGzh1sMzrPiRkJlApvURet6nSK1jdh4RIi2zTUJ18uV\/bt6gdagOzZT7fbNEGDmHJpJrGC13N1l45tW7zsEE850VMJx+mMNSKFF6gjd0OMZf8njR5M0jek4mNdp24Ks8YtIKvmtmSz3hEL7RttFmDeFcOySRKS8EgfiIBec+8l+UcGqBrD\/cKje0qv1woHu5JQKWP5l06ijTkUsBWoaNJ7R4s9JV3lJx+UC0uaLXUcZrKriRjDy49\/Wz0x6wFvAdw+4nZl7I1ah+KbtcVDxMQiRvsx\/bHenPMeRAnAYZlyFSySlHrQbMPY9aGtXEmLM4fAdYRN2EytUNeKvWRgAlLviFamH5mcV5DEXtY7DRGXZZ\/mzHkMuofgDZrlKwtIDH4eIkEu4Fxb\/SbLtrI0lvSuuItfqIa9xCuqO+8A6oB9ySf1UN2sVRG1tTarvU2oFYGl9RJZGhLCmHitmG\/FWuycoGiAQryVHRyxVsKsZj7sFxo3rzcEuXg4dvePFa8DJXvuKM2bC07VpxS8wrFNztT5OisqAItPC\/f5uAIMByzYrcK7ah8O5od3y5eqq+Kpqu6DwEXihebd6x8K2Nux2i\/Wb6VnBu442QRiVqhjH1B8HlFtywdZpkjZOvm5bJeqNSVZ9a8GALm2t2QFVSWiiC54dLH5hBvG2PenatEm5xRskLhXCTy4PBmxqxwM\/CCPmG5HejG1rveTc4L36uRGJq6pSSl2yKhpchJ7Hw8Hr+aI544TFAW3AOvxTDXmcbAZ+6zIxtypbmu\/WcWXQmpylHcQ25prsNa9\/qYdpNr\/fKrcZWgrYJUmps4\/oHRQy00AEG7MXoa60brxEne8olS1KIiJ34WHF5JURRmQn6vBUwIuNACeIdT44KzM7ovaFhEyfMtgAUQYgvgHaF+4Hwy3gcCBwmCfumHznG3eFo8kinIQmlNkx7CM05xDs+46++52S7XiQhXblA\/LUiD5M4MwfKn6I+KCRSpI9fpUKp0s8yq9Ke2Rd0iVFJjiwmGasJtbRDhIPB7TaDnUa3bip5IfdSalBIhLJy6B4I+R20KApfzHSmAx2eedOia8X2dLPHv\/k51wpOORGjprvx3EoDPrs1tlHc6iDu9WbIkb4366q8M6r0nCQeIRg9U5NrsnVb3NKOdh0jfn1HYnvdvDggD8YC\/07uv7sm6hfYyemy93aXFkhOf3bmlDVVs7Xxz2P1oWu9OWeytc9OklBvzJRvly2JLzXv3YeycslQZ0RiVysPw7IYgKm43tRtP9eDbDapAJ+dnKLdBbpVwOsCB8K6ZizeNdrTePUvM2E2212hs\/GFDafX3P6Rqz5vr3beVefr+DZWhnMsX6MfW0LmEzasZa33rlCVvrYw4gNh6Y1mfolSd3fxZSjomz66cVsQjbyFgNlwtaoEFX7K1N\/S+WnTuxiqDWu85aoeSah01u0RIleIg10qPqd2rsydaXyFwtJHr8+TwawypX08IBmHpt92u1HRXF2n8KkXFiKNUd\/4N\/4avD\/jNq9w\/TIkjhB8etTjzQnhzEFUUub42sAGDUVUV++tBYgf03yRE\/whNCP+35F8A0uJ3bI0D1qSeLU\/d8X8nYKWrORD4opqEuLj4LqrqNSJyc6VhgkJ+9Udox1v8IgK\/dI0rn6of48DTBEtdjmlGHh2Ay1TyNOGsjhlPgacZxy4H3N54wlPyuWnGU8ERpqnW8PQcSo48S1LkGcW3NNnwFOMVzhW1deO+AbHW0jQAB54ipHM8NnUEogp5egmxtgSznEbTSFQ4CjHFpLt79edX6wgCUzk7szc9\/fzM6AZcamKzvfSnJm4uTw\/kKzd5f3Ft6ZPL0QyyZv3zZfgChs\/Smc5y85MrGwsnH8yc+uhqHWZnGs9XF9ekCpb26uKLvk78ZW\/zoZjuMYDmzv0IOq\/v3L\/SyzLiDkTRrQg2+o16L0t6AAl\/LFeT3i15MhmxzS\/upxv95nRvPSJeMorVYB3mN+oA7Gwz7l7eAOjuAty8g0\/n5lfv4KkuVXAEwgBa8HR+A052W7NdnYqms925+PHgswEk2\/XzG4DdK7tprv9SZRauAFL8POr1VWAU8wHx+Mru5rPaCkQrt9Q+YDj39DyJ+vYKRYgKuqdSKqWQCvDpz39AvN2G+UT9pcqJs7d0MU92BXSte71tPsj3mrD3GkXaGWzDIKY4Md9r0p+ZCoH4blkFlAKXH1LqwGcGRC1mt3vf0akbFqdGxcCyw+tiuFrPVwFhV3DIm0IVhfPV+oAUIJ6WM08zoyDIB58K0p0NjRYi2RXmzsjE18PkuyCjLN\/YkDF2n8IDyGB+ax7WqHYHsIBit3sCIM+ytd3E1PCm7zyFiEjPOyjU\/8qkA3ZKXc+zldGXFKU+feMmQGN+79kDbMx\/OVjZ72fsj0u9PM9VOnrv\/Ud\/XaFs9Qzs\/X5pBIPaPkDt2m9PL928AsDP\/pb0VsJjgXw3Hwh8jeoYO9B\/ZaeRDbLT6\/Jl2DrdkSMhQb52N5NN0Rj0837GhGrLstZ60usijEQKTx4neLe5AzvdM5NsxFVtWdJLS3R01OkZR7Dq4OH4Rd+R1FramgBcfNkcXgAzN6XMhAO\/SL+Y8qsppzhdDSNp0iBCRW0qi1WdhA7jlENK5olfOsq16xEA\/+V8WVSUk79J2CW99f8m8P8x\/B+3nH3y7MmVAQAAAABJRU5ErkJggg==\" alt=\"MI-T-M Corporation - an employee owned company\" loading=\"eager\" decoding=\"async\" width=\"86\"\u003e\u003cspan class=\"mtmb-eyebrow\"\u003eAuthorized MI-T-M Dealer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eTurnkey Wash Rigs, Ready to Hook Up and Go\u003c\/h2\u003e\n\u003cp\u003eHot and cold water pressure washer trailers and water transport trailers, plumbed and mounted at the factory.\u003c\/p\u003e\n\u003cdiv class=\"mtmb-actions\"\u003e\n\u003ca class=\"mtmb-btn\" href=\"#mtm-products\"\u003eShop Trailers\u003c\/a\u003e \u003ca class=\"mtmb-btn mtmb-btn-ghost\" href=\"\/pages\/contact\"\u003eRequest a Quote\u003c\/a\u003e \u003ca class=\"mtmb-btn mtmb-btn-ghost\" href=\"tel:+15042284049\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Call 504-228-4049\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mtmb-hero-image\"\u003e\n\u003cimg src=\"https:\/\/www.mitm.com\/files\/images\/product-optimized\/JPC-3005-0MGH-T-with-CX-0127-Electric-Start_Cold-Water-Trailer_033026.jpg\" alt=\"MI-T-M JPC Series cold water pressure washer trailer\" loading=\"eager\" decoding=\"async\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cform class=\"mtmb-search\" style=\"margin:0;\" role=\"search\" action=\"\/search\" method=\"get\"\u003e\n\u003cspan class=\"mtmb-search-label\"\u003eFind your MI-T-M\u003c\/span\u003e\n\u003cinput type=\"hidden\" name=\"type\" value=\"product\"\u003e\n\u003cinput type=\"hidden\" name=\"options[prefix]\" value=\"last\"\u003e\n\u003cinput class=\"mtmb-search-input\" style=\"margin:0;\" type=\"search\" name=\"q\" required aria-label=\"Search MI-T-M Trailers\" placeholder=\"Model or part number: JPC-3005-0MGH-T, JPH-4004-0MGH-T, MWT-0510\"\u003e\n\u003cbutton class=\"mtmb-search-submit\" type=\"submit\"\u003eSearch\u003c\/button\u003e\n\u003c\/form\u003e\n\u003csection\u003e\n\u003cdiv class=\"mtmb-info-head\"\u003eSpecifying a Trailer\u003c\/div\u003e\n\u003cdiv class=\"mtmb-info-cols\"\u003e\n\u003cdiv\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eWhat comes on a pressure washer trailer?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cp\u003eThese ship as a complete tow-ready package - the pressure washer, water tank, hose and reel and the trailer itself, plumbed and mounted at the factory. Configuration varies by model, so confirm the exact package before ordering.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eHot water or cold water trailer?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cp\u003eSame rule as any pressure washer: cold water clears dirt and mud, hot water breaks down grease and oil. Fleet, food and industrial cleaning generally want hot; construction and general exterior work is usually fine cold.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eWhat do I need to tow one?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cp\u003eConfirm your tow vehicle's rating against the loaded trailer weight, remembering that water is about 8.3 lb per gallon so a full tank adds up quickly. Also confirm hitch class, ball size and the electrical connector before delivery.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eWhat is the water transport trailer for?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cp\u003eThe MWT is a water hauling trailer rather than a wash system. It supplies water to sites with no hookup, and is often paired with a separate pressure washer.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eWhat do you need from me to quote a machine?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cp\u003eSend the model number if you have one. If you do not, tell us the application, the surface or material, whether you need hot or cold water, the power source available (gas, diesel, single-phase, three-phase), and the delivery destination.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eManuals, parts and support\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\n\u003cp\u003eFind the model number on the equipment data plate before requesting parts or support. Complete model numbers return the fastest quote.\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.mitm.com\/support\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eMI-T-M Manuals \u0026amp; Support\u003c\/a\u003e  ·  \u003ca href=\"\/collections\/mi-t-m-accessories-parts\"\u003eAccessories \u0026amp; Parts\u003c\/a\u003e  ·  \u003ca href=\"tel:+15042284049\"\u003eCall 504-228-4049\u003c\/a\u003e  ·  \u003ca href=\"mailto:sales@hydrotechnologysystems.supply\"\u003esales@hydrotechnologysystems.supply\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mtmb-more\"\u003e\n\u003cspan class=\"mtmb-more-head\"\u003eMore MI-T-M equipment\u003c\/span\u003e\n\u003cnav class=\"mtmb-more-nav\" aria-label=\"MI-T-M collections\"\u003e\u003ca href=\"\/collections\/mi-t-m-pressure-washers\"\u003ePressure Washers\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-air-compressors\"\u003eAir Compressors\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-air-compressor-generators\"\u003eAir Compressor Generators\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-generators\"\u003eGenerators\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-water-treatment-systems\"\u003eWater Treatment\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-portable-heaters\"\u003ePortable Heaters\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-water-pumps\"\u003eWater Pumps\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-floor-care\"\u003eFloor Care\u003c\/a\u003e \u003ca class=\"is-active\" href=\"\/collections\/mi-t-m-trailers\"\u003eTrailers\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-air-compressor-generator-welders\"\u003eWelders\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-custom-fire-pits\"\u003eFire Pits\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-accessories-parts\"\u003eAccessories \u0026amp; Parts\u003c\/a\u003e\u003c\/nav\u003e\n\u003c\/section\u003e\n\u003cspan class=\"mtmb-anchor\" id=\"mtm-products\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n","products":[{"product_id":"mi-t-m-mwt-0510-2mhd-water-transport-trailer","title":"Mi-T-M MWT-0510-2MHD Water Transport Trailer - 510 Gal Poly Tank, 196cc Honda Engine, 2\" Semi-Trash Pump","description":"\u003cstyle\u003e#hts-eq-product{--hts-black:#0e1114;--hts-char:#181d22;--hts-ink:#15191e;--hts-steel:#5f6a75;--hts-fill:#f1f3f5;--hts-fill-lo:#f8f9fa;--hts-line:#d7dce1;--hts-line-hi:#b9c1ca;--hts-blue:#0f4d8a;--hts-blue-lt:#7fa8d0;--hts-blue-tint:#eaf0f6;--hts-blue-line:#c2d3e5;--mono:\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace;max-width:100%;color:var(--hts-ink);margin:0 0 24px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.55;container:eq\/inline-size}#hts-eq-product *{box-sizing:border-box}#hts-eq-product img{max-width:100%;height:auto}#hts-eq-product .eq-intro{color:#333c46;max-width:66ch;margin:0;font-size:15.5px}#hts-eq-product .eq-intro p{margin:0 0 10px}#hts-eq-product .eq-intro p:last-child{margin-bottom:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line-hi);border-top:3px solid var(--hts-blue);background:var(--hts-fill-lo);flex-wrap:wrap;margin:18px 0 0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);flex:132px;padding:13px 16px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-steel);font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{font-family:var(--mono);letter-spacing:-.01em;color:var(--hts-black);font-size:clamp(20px,2.8vw,26px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-steel);letter-spacing:.06em;text-transform:uppercase;margin-left:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.5em;font-weight:700}#hts-eq-product .eq-callout{color:#54400a;background:#fdf8e8;border:1px solid #e0c97a;border-left:4px solid #c99400;align-items:flex-start;gap:11px;margin:14px 0 0;padding:12px 15px;font-size:13.5px;font-weight:600;line-height:1.5;display:flex}#hts-eq-product .eq-callout svg{color:#b8860b;flex:none;width:18px;height:18px;margin-top:1px}#hts-eq-product .eq-sections{border:1px solid var(--hts-line-hi);background:#fff;margin:20px 0 0}#hts-eq-product .eq-sec+.eq-sec{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-sec\u003esummary{cursor:pointer;background:#fff;align-items:center;gap:13px;padding:14px 17px;list-style:none;transition:background .12s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-fill-lo)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline:2px solid var(--hts-blue);outline-offset:-2px}#hts-eq-product .eq-idx{color:var(--hts-blue);font-family:var(--mono);letter-spacing:.08em;flex:none;font-size:11.5px;font-weight:700}#hts-eq-product .eq-sectitle{letter-spacing:.13em;text-transform:uppercase;color:var(--hts-ink);font-size:13px;font-weight:800}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-fill);color:var(--hts-steel);font-family:var(--mono);margin-left:auto;padding:3px 8px;font-size:11px;font-weight:700}#hts-eq-product .eq-caret{width:15px;height:15px;color:var(--hts-blue);flex:none;margin-left:auto;transition:transform .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:0}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-char)}#hts-eq-product .eq-sec[open]\u003esummary .eq-sectitle{color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{color:var(--hts-blue-lt)}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:var(--hts-blue-lt);transform:rotate(180deg)}#hts-eq-product .eq-sec[open]\u003esummary .eq-count{color:#9aa5b1;background:0 0;border-color:#39424b}#hts-eq-product .eq-sec[open]\u003esummary:hover{background:#20262c}#hts-eq-product .eq-sec-body{padding:18px 17px 20px}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret{transition:none}}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);width:100%;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:9px 13px}#hts-eq-product .eq-spectable th{width:46%;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--hts-steel);background:var(--hts-fill-lo);font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{font-family:var(--mono);color:var(--hts-black);font-size:13.5px;font-weight:700}#hts-eq-product .eq-features{border:1px solid var(--hts-line);grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border-right:1px solid var(--hts-line);border-bottom:1px solid var(--hts-line);background:var(--hts-fill-lo);padding:15px 16px}#hts-eq-product .eq-feat h4{border-bottom:2px solid var(--hts-blue);font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;color:var(--hts-black);margin:0 0 10px;padding-bottom:8px;font-size:11px;font-weight:700}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{padding:0 0 0 15px;font-size:14px;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:var(--hts-steel);width:6px;height:6px;position:absolute;top:.6em;left:0}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);margin:0;padding:0;list-style:none}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:6px 14px;padding:10px 14px;font-size:14px;display:flex}#hts-eq-product .eq-rows li+li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-rows li:nth-child(2n){background:var(--hts-fill-lo)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-blue-line);background:var(--hts-blue-tint);color:var(--hts-blue);font-family:var(--mono);letter-spacing:.04em;flex:none;padding:3px 9px;font-size:13px;font-weight:700}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-warranty{border:1px solid var(--hts-line);border-top:3px solid var(--hts-blue);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-warranty li{border-right:1px solid var(--hts-line);background:var(--hts-fill-lo);padding:14px 16px}#hts-eq-product .eq-warranty li:last-child{border-right:0}#hts-eq-product .eq-warranty .eq-wv{font-family:var(--mono);color:var(--hts-black);font-size:clamp(19px,2.5vw,24px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-warranty .eq-wk{font-family:var(--mono);letter-spacing:.13em;text-transform:uppercase;color:var(--hts-steel);margin-top:6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-line-hi);color:var(--hts-ink);background:#fff;align-items:center;gap:9px;padding:10px 14px;font-size:13.5px;font-weight:700;text-decoration:none;transition:border-color .12s,background .12s,color .12s;display:inline-flex}#hts-eq-product .eq-docs a:hover{border-color:var(--hts-blue);background:var(--hts-blue-tint);color:var(--hts-blue)}#hts-eq-product .eq-docs a:focus-visible{outline:2px solid var(--hts-blue);outline-offset:2px}#hts-eq-product .eq-docs svg{width:16px;height:16px;color:var(--hts-blue);flex:none}#hts-eq-product .eq-prose{max-width:70ch;margin:0;font-size:14.5px}#hts-eq-product .eq-prose p{margin:0 0 10px}#hts-eq-product .eq-prose p:last-child{margin-bottom:0}#hts-eq-product .eq-note{color:var(--hts-steel);max-width:70ch;margin:12px 0 0;font-size:12.5px;line-height:1.5}@container eq (width\u003c=560px){#hts-eq-product .eq-cluster li{border-left:0;border-top:1px solid var(--hts-line);flex:50%}#hts-eq-product .eq-cluster li:nth-child(odd){border-right:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-feat{border-right:0}#hts-eq-product .eq-warranty li{border-right:0;border-bottom:1px solid var(--hts-line)}#hts-eq-product .eq-warranty li:last-child{border-bottom:0}#hts-eq-product .eq-spectable th{width:50%}#hts-eq-product .eq-docs a{flex:100%}}@supports not (container-type:inline-size){@media (width\u003c=560px){#hts-eq-product .eq-cluster li{border-left:0;border-top:1px solid var(--hts-line);flex:50%}#hts-eq-product .eq-feat{border-right:0}#hts-eq-product .eq-warranty li{border-right:0;border-bottom:1px solid var(--hts-line)}}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis water transport trailer is designed for dust control and site maintenance, featuring a tandem axle configuration for heavy-duty hauling. It is built for contractors requiring high-capacity water mobility and reliable spray performance.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCapacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e510\u003csmall\u003egal\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eEngine\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e196\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1580.00\u003csmall\u003elbs\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eHitch\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eTank\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e510-gallon elliptical low-profile 3\/8-inch thick polyethylene construction\u003c\/li\u003e\n\u003cli\u003e16-inch manhole access with 4-inch vent\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eCentral Manifold\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eBrass butterfly valves for flow control\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003ePlumbing\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1 1\/2-inch fire hose connection with 50-foot hose and fog nozzle\u003c\/li\u003e\n\u003cli\u003eBreak-away hydrant fill system with 25-foot x 2 1\/2-inch hose\u003c\/li\u003e\n\u003cli\u003eAdjustable hydrant wrench included\u003c\/li\u003e\n\u003cli\u003eDual rear-mounted spray heads\u003c\/li\u003e\n\u003cli\u003eIntegrated garden hose connector\u003c\/li\u003e\n\u003cli\u003eManifold discharge system\u003c\/li\u003e\n\u003cli\u003eWater hammer prevention valve\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eTrailer\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDOT compliant design\u003c\/li\u003e\n\u003cli\u003e12-inch axle under-clearance\u003c\/li\u003e\n\u003cli\u003e7,000-lb. side-mount crank jack\u003c\/li\u003e\n\u003cli\u003eDual leaf spring suspension\u003c\/li\u003e\n\u003cli\u003eRubber-mounted sealed lighting\u003c\/li\u003e\n\u003cli\u003eIntegrated wire storage basket\u003c\/li\u003e\n\u003cli\u003eTwo safety chains with snap hooks\u003c\/li\u003e\n\u003cli\u003eFour ST225-75 15-inch tires\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSemi-Trash Pump\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e2-inch suction and discharge ports capable of passing 3\/4-inch solids\u003c\/li\u003e\n\u003cli\u003ePowder-coated wraparound protective frame\u003c\/li\u003e\n\u003cli\u003eSilicone carbide mechanical seals\u003c\/li\u003e\n\u003cli\u003eCast iron impeller and volute assembly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e11\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e196cc Honda GX200 OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePump\u003c\/th\u003e\n\u003ctd\u003e2 in. Semi-Trash\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHitch\u003c\/th\u003e\n\u003ctd\u003e2 in. Ball\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAxle\u003c\/th\u003e\n\u003ctd\u003e(2) 3,500 lb. Tandem with Hydraulic Surge Brakes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBed Frame\u003c\/th\u003e\n\u003ctd\u003e5 ft. x 8 ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTrailer Weight (Loaded)\u003c\/th\u003e\n\u003ctd\u003e5,900 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e1580.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e1580.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e164.40 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e81.60 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e69.60 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eOptional Accessories\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0008\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eHard Suction Option. Allows you to draw water from an auxiliary source (pond, water pit, etc.). The fire hose is designed to be used with pressurized water and lays flat for easy storage. Fits all models without TX-0024 water bypass option.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0010\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eAdjustable Trailer Coupler Hitch. Replaces the standard 2-inch ball hitch with a 2-inch trailer hitch with pin-style fastener trailer coupler and hinged ball socket\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0019\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eLunette Ring Hitch. Replaces the standard 2-inch ball hitch with an 3-inch integrated lunette ring for use with pintle hitches\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0024\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eWater Bypass. Allows you to bypass water from the outlet back to the tank. This can be used to reduce outlet pressure and flow for desired application. Fits all models without the TX-0008 hard suction option.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eFactory-installed options — these must be ordered together with the machine and cannot be added after the unit ships. Contact us before checkout to add them to your build.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eWarranty\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-warranty\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e3 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eHonda Engine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e3 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eWater Tank\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003ePump\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e1 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eTrailer\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eWarranty is provided by the manufacturer and begins at the date of purchase. Registration may be required — see the product manual for full terms and exclusions.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDocuments \u0026amp; Downloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/www.mitm.com\/files\/documents\/product-sheet\/Water-Transport-Trailers_Mi-T-M.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Sheet (PDF)\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/www.mitm.com\/files\/documents\/product-sheet\/37-1103-MWT-0510-2MHD_2MMD-020122.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Manual (PDF)\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e06\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eThis unit ships fully assembled with a shipping weight of 1,580 lbs. Freight is quoted based on the delivery address.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this machine to your application? Call us and we’ll spec it with you.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276570206516,"sku":"MWT-0510-2MHD","price":22627.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-MWT-0510-2MHD.jpg?v=1788462592"},{"product_id":"mi-t-m-hmt-4004-0mgh-hot-water-mini-trailer","title":"Mi-T-M HMT-4004-0MGH Hot Water Pressure Washer Mini Trailer - 4000 PSI, 3.7 GPM, 389cc Honda Engine","description":"\u003cstyle\u003e#hts-eq-product{--hts-black:#0e1114;--hts-char:#181d22;--hts-ink:#15191e;--hts-steel:#5f6a75;--hts-fill:#f1f3f5;--hts-fill-lo:#f8f9fa;--hts-line:#d7dce1;--hts-line-hi:#b9c1ca;--hts-blue:#0f4d8a;--hts-blue-lt:#7fa8d0;--hts-blue-tint:#eaf0f6;--hts-blue-line:#c2d3e5;--mono:\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace;max-width:100%;color:var(--hts-ink);margin:0 0 24px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.55;container:eq\/inline-size}#hts-eq-product *{box-sizing:border-box}#hts-eq-product img{max-width:100%;height:auto}#hts-eq-product .eq-intro{color:#333c46;max-width:66ch;margin:0;font-size:15.5px}#hts-eq-product .eq-intro p{margin:0 0 10px}#hts-eq-product .eq-intro p:last-child{margin-bottom:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line-hi);border-top:3px solid var(--hts-blue);background:var(--hts-fill-lo);flex-wrap:wrap;margin:18px 0 0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);flex:132px;padding:13px 16px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-steel);font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{font-family:var(--mono);letter-spacing:-.01em;color:var(--hts-black);font-size:clamp(20px,2.8vw,26px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-steel);letter-spacing:.06em;text-transform:uppercase;margin-left:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.5em;font-weight:700}#hts-eq-product .eq-callout{color:#54400a;background:#fdf8e8;border:1px solid #e0c97a;border-left:4px solid #c99400;align-items:flex-start;gap:11px;margin:14px 0 0;padding:12px 15px;font-size:13.5px;font-weight:600;line-height:1.5;display:flex}#hts-eq-product .eq-callout svg{color:#b8860b;flex:none;width:18px;height:18px;margin-top:1px}#hts-eq-product .eq-sections{border:1px solid var(--hts-line-hi);background:#fff;margin:20px 0 0}#hts-eq-product .eq-sec+.eq-sec{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-sec\u003esummary{cursor:pointer;background:#fff;align-items:center;gap:13px;padding:14px 17px;list-style:none;transition:background .12s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-fill-lo)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline:2px solid var(--hts-blue);outline-offset:-2px}#hts-eq-product .eq-idx{color:var(--hts-blue);font-family:var(--mono);letter-spacing:.08em;flex:none;font-size:11.5px;font-weight:700}#hts-eq-product .eq-sectitle{letter-spacing:.13em;text-transform:uppercase;color:var(--hts-ink);font-size:13px;font-weight:800}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-fill);color:var(--hts-steel);font-family:var(--mono);margin-left:auto;padding:3px 8px;font-size:11px;font-weight:700}#hts-eq-product .eq-caret{width:15px;height:15px;color:var(--hts-blue);flex:none;margin-left:auto;transition:transform .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:0}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-char)}#hts-eq-product .eq-sec[open]\u003esummary .eq-sectitle{color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{color:var(--hts-blue-lt)}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:var(--hts-blue-lt);transform:rotate(180deg)}#hts-eq-product .eq-sec[open]\u003esummary .eq-count{color:#9aa5b1;background:0 0;border-color:#39424b}#hts-eq-product .eq-sec[open]\u003esummary:hover{background:#20262c}#hts-eq-product .eq-sec-body{padding:18px 17px 20px}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret{transition:none}}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);width:100%;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:9px 13px}#hts-eq-product .eq-spectable th{width:46%;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--hts-steel);background:var(--hts-fill-lo);font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{font-family:var(--mono);color:var(--hts-black);font-size:13.5px;font-weight:700}#hts-eq-product .eq-features{border:1px solid var(--hts-line);grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border-right:1px solid var(--hts-line);border-bottom:1px solid var(--hts-line);background:var(--hts-fill-lo);padding:15px 16px}#hts-eq-product .eq-feat h4{border-bottom:2px solid var(--hts-blue);font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;color:var(--hts-black);margin:0 0 10px;padding-bottom:8px;font-size:11px;font-weight:700}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{padding:0 0 0 15px;font-size:14px;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:var(--hts-steel);width:6px;height:6px;position:absolute;top:.6em;left:0}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);margin:0;padding:0;list-style:none}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:6px 14px;padding:10px 14px;font-size:14px;display:flex}#hts-eq-product .eq-rows li+li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-rows li:nth-child(2n){background:var(--hts-fill-lo)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-blue-line);background:var(--hts-blue-tint);color:var(--hts-blue);font-family:var(--mono);letter-spacing:.04em;flex:none;padding:3px 9px;font-size:13px;font-weight:700}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-warranty{border:1px solid var(--hts-line);border-top:3px solid var(--hts-blue);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-warranty li{border-right:1px solid var(--hts-line);background:var(--hts-fill-lo);padding:14px 16px}#hts-eq-product .eq-warranty li:last-child{border-right:0}#hts-eq-product .eq-warranty .eq-wv{font-family:var(--mono);color:var(--hts-black);font-size:clamp(19px,2.5vw,24px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-warranty .eq-wk{font-family:var(--mono);letter-spacing:.13em;text-transform:uppercase;color:var(--hts-steel);margin-top:6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-line-hi);color:var(--hts-ink);background:#fff;align-items:center;gap:9px;padding:10px 14px;font-size:13.5px;font-weight:700;text-decoration:none;transition:border-color .12s,background .12s,color .12s;display:inline-flex}#hts-eq-product .eq-docs a:hover{border-color:var(--hts-blue);background:var(--hts-blue-tint);color:var(--hts-blue)}#hts-eq-product .eq-docs a:focus-visible{outline:2px solid var(--hts-blue);outline-offset:2px}#hts-eq-product .eq-docs svg{width:16px;height:16px;color:var(--hts-blue);flex:none}#hts-eq-product .eq-prose{max-width:70ch;margin:0;font-size:14.5px}#hts-eq-product .eq-prose p{margin:0 0 10px}#hts-eq-product .eq-prose p:last-child{margin-bottom:0}#hts-eq-product .eq-note{color:var(--hts-steel);max-width:70ch;margin:12px 0 0;font-size:12.5px;line-height:1.5}@container eq (width\u003c=560px){#hts-eq-product .eq-cluster li{border-left:0;border-top:1px solid var(--hts-line);flex:50%}#hts-eq-product .eq-cluster li:nth-child(odd){border-right:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-feat{border-right:0}#hts-eq-product .eq-warranty li{border-right:0;border-bottom:1px solid var(--hts-line)}#hts-eq-product .eq-warranty li:last-child{border-bottom:0}#hts-eq-product .eq-spectable th{width:50%}#hts-eq-product .eq-docs a{flex:100%}}@supports not (container-type:inline-size){@media (width\u003c=560px){#hts-eq-product .eq-cluster li{border-left:0;border-top:1px solid var(--hts-line);flex:50%}#hts-eq-product .eq-feat{border-right:0}#hts-eq-product .eq-warranty li{border-right:0;border-bottom:1px solid var(--hts-line)}}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis hot water trailer is designed for mobile cleaning applications, featuring a 12V Beckett burner system for consistent heating. It is built for contractors requiring a compact, towable unit with a high-output Honda engine.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePressure\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4000\u003csmall\u003epsi\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFlow\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3.7\u003csmall\u003egpm\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eEngine\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e389\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1000.00\u003csmall\u003elbs.\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-callout\" role=\"note\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M10.3 3.9L1.9 18a2 2 0 0 0 1.7 3h16.8a2 2 0 0 0 1.7-3L13.7 3.9a2 2 0 0 0-3.4 0z\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" x2=\"12\" y1=\"9\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" x2=\"12.01\" y1=\"17\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003cspan\u003eThis unit is equipped with a 49-state engine and is not for sale in California.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003ePump\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAdjustable pressure unloader valve\u003c\/li\u003e\n\u003cli\u003eForged brass manifold construction\u003c\/li\u003e\n\u003cli\u003eIntegrated thermal relief valve\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eEngine\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eRemote-mounted engine start and choke controls\u003c\/li\u003e\n\u003cli\u003e12V electric start system (battery not included)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFrame\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eReinforced powder-coated steel chassis\u003c\/li\u003e\n\u003cli\u003eLocking 2.875 cubic foot rear storage compartment\u003c\/li\u003e\n\u003cli\u003e2-inch ball hitch coupler\u003c\/li\u003e\n\u003cli\u003eIntegrated caster brake for stationary use\u003c\/li\u003e\n\u003cli\u003eDual 4.80-8 8-inch bias ply tires\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eComponents\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e½-inch schedule 80 pipe coil with 4-pancake heat exchanger\u003c\/li\u003e\n\u003cli\u003e12V Beckett burner assembly\u003c\/li\u003e\n\u003cli\u003eCompatible with No. 1 or No. 2 fuel oil, diesel, or kerosene (not bio-fuel compatible)\u003c\/li\u003e\n\u003cli\u003eIntegrated engine hour meter\u003c\/li\u003e\n\u003cli\u003e1,000-lb. rated axle\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eMiscellaneous\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eMaximum temperature rise of 140°F\/60°C above ambient\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSafety Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eRemovable safety flag for transport and backing guidance\u003c\/li\u003e\n\u003cli\u003e65 mph maximum recommended towing speed\u003c\/li\u003e\n\u003cli\u003eDOT approved trailer assembly\u003c\/li\u003e\n\u003cli\u003e250°F high-temperature safety limit switch\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e13\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePSI\u003c\/th\u003e\n\u003ctd\u003e4000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGPM\u003c\/th\u003e\n\u003ctd\u003e3.7\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e389cc Honda GX390 OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePump\u003c\/th\u003e\n\u003ctd\u003eGeneral\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eEngine Fuel Tank Capacity\u003c\/th\u003e\n\u003ctd\u003e1.61 gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBurner Fuel Tank Capacity\u003c\/th\u003e\n\u003ctd\u003e10.0 gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBurner Fuel Cons.\u003c\/th\u003e\n\u003ctd\u003e2.45 gph\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBTU Per Hour\u003c\/th\u003e\n\u003ctd\u003e343,000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e1000.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e1000.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e99.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e43.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e36.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eWhat’s Included\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e3\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eQuick connect nozzles – 0°, 15°, 25° and 40°\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003e50-foot x 3\/8-inch steel wire-braided hose\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eAdjustable pressure insulated dual lance with trigger gun\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eOptional Accessories\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0010\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eAdjustable Trailer Coupler Hitch. Replaces the standard 2-inch ball hitch with a 2-inch trailer hitch with pin-style fastener trailer coupler and hinged ball socket\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0020\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eHigh Pressure Hose Real. 12-inch hose reel, 100-foot maximum hose length\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eFactory-installed options — these must be ordered together with the machine and cannot be added after the unit ships. Contact us before checkout to add them to your build.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eWarranty\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-warranty\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e7 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eGeneral Pump\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e3 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eHonda Engine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eWarranty is provided by the manufacturer and begins at the date of purchase. Registration may be required — see the product manual for full terms and exclusions.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e06\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDocuments \u0026amp; Downloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/www.mitm.com\/files\/documents\/product-sheet\/Hot-Water-Mini-Trailers_Mi-T-M.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Sheet (PDF)\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/www.mitm.com\/files\/documents\/product-sheet\/37-1467-HMT-4004-0MGH-042120-E-S-121222.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Manual (PDF)\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e07\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eThis unit ships fully assembled at a weight of 1000.00 lbs. Freight is quoted based on the specific delivery address.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this machine to your application? Call us and we’ll spec it with you.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276575842612,"sku":"HMT-4004-0MGH","price":18446.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-HMT-4004-0MGH.jpg?v=1788462584"},{"product_id":"mi-t-m-jpc-3005-0mgh-t-cold-water-pressure-washer-trailer","title":"Mi-T-M JPC-3005-0MGH-T Cold Water Pressure Washer Trailer - 3000 PSI, 5.0 GPM, 389cc Honda Engine, 200 Gal Tank","description":"\u003cstyle\u003e#hts-eq-product{--hts-black:#0e1114;--hts-char:#181d22;--hts-ink:#15191e;--hts-steel:#5f6a75;--hts-fill:#f1f3f5;--hts-fill-lo:#f8f9fa;--hts-line:#d7dce1;--hts-line-hi:#b9c1ca;--hts-blue:#0f4d8a;--hts-blue-lt:#7fa8d0;--hts-blue-tint:#eaf0f6;--hts-blue-line:#c2d3e5;--mono:\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace;max-width:100%;color:var(--hts-ink);margin:0 0 24px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.55;container:eq\/inline-size}#hts-eq-product *{box-sizing:border-box}#hts-eq-product img{max-width:100%;height:auto}#hts-eq-product .eq-intro{color:#333c46;max-width:66ch;margin:0;font-size:15.5px}#hts-eq-product .eq-intro p{margin:0 0 10px}#hts-eq-product .eq-intro p:last-child{margin-bottom:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line-hi);border-top:3px solid var(--hts-blue);background:var(--hts-fill-lo);flex-wrap:wrap;margin:18px 0 0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);flex:132px;padding:13px 16px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-steel);font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{font-family:var(--mono);letter-spacing:-.01em;color:var(--hts-black);font-size:clamp(20px,2.8vw,26px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-steel);letter-spacing:.06em;text-transform:uppercase;margin-left:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.5em;font-weight:700}#hts-eq-product .eq-callout{color:#54400a;background:#fdf8e8;border:1px solid #e0c97a;border-left:4px solid #c99400;align-items:flex-start;gap:11px;margin:14px 0 0;padding:12px 15px;font-size:13.5px;font-weight:600;line-height:1.5;display:flex}#hts-eq-product .eq-callout svg{color:#b8860b;flex:none;width:18px;height:18px;margin-top:1px}#hts-eq-product .eq-sections{border:1px solid var(--hts-line-hi);background:#fff;margin:20px 0 0}#hts-eq-product .eq-sec+.eq-sec{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-sec\u003esummary{cursor:pointer;background:#fff;align-items:center;gap:13px;padding:14px 17px;list-style:none;transition:background .12s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-fill-lo)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline:2px solid var(--hts-blue);outline-offset:-2px}#hts-eq-product .eq-idx{color:var(--hts-blue);font-family:var(--mono);letter-spacing:.08em;flex:none;font-size:11.5px;font-weight:700}#hts-eq-product .eq-sectitle{letter-spacing:.13em;text-transform:uppercase;color:var(--hts-ink);font-size:13px;font-weight:800}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-fill);color:var(--hts-steel);font-family:var(--mono);margin-left:auto;padding:3px 8px;font-size:11px;font-weight:700}#hts-eq-product .eq-caret{width:15px;height:15px;color:var(--hts-blue);flex:none;margin-left:auto;transition:transform .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:0}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-char)}#hts-eq-product .eq-sec[open]\u003esummary .eq-sectitle{color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{color:var(--hts-blue-lt)}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:var(--hts-blue-lt);transform:rotate(180deg)}#hts-eq-product .eq-sec[open]\u003esummary .eq-count{color:#9aa5b1;background:0 0;border-color:#39424b}#hts-eq-product .eq-sec[open]\u003esummary:hover{background:#20262c}#hts-eq-product .eq-sec-body{padding:18px 17px 20px}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret{transition:none}}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);width:100%;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:9px 13px}#hts-eq-product .eq-spectable th{width:46%;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--hts-steel);background:var(--hts-fill-lo);font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{font-family:var(--mono);color:var(--hts-black);font-size:13.5px;font-weight:700}#hts-eq-product .eq-features{border:1px solid var(--hts-line);grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border-right:1px solid var(--hts-line);border-bottom:1px solid var(--hts-line);background:var(--hts-fill-lo);padding:15px 16px}#hts-eq-product .eq-feat h4{border-bottom:2px solid var(--hts-blue);font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;color:var(--hts-black);margin:0 0 10px;padding-bottom:8px;font-size:11px;font-weight:700}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{padding:0 0 0 15px;font-size:14px;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:var(--hts-steel);width:6px;height:6px;position:absolute;top:.6em;left:0}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);margin:0;padding:0;list-style:none}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:6px 14px;padding:10px 14px;font-size:14px;display:flex}#hts-eq-product .eq-rows li+li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-rows li:nth-child(2n){background:var(--hts-fill-lo)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-blue-line);background:var(--hts-blue-tint);color:var(--hts-blue);font-family:var(--mono);letter-spacing:.04em;flex:none;padding:3px 9px;font-size:13px;font-weight:700}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-warranty{border:1px solid var(--hts-line);border-top:3px solid var(--hts-blue);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-warranty li{border-right:1px solid var(--hts-line);background:var(--hts-fill-lo);padding:14px 16px}#hts-eq-product .eq-warranty li:last-child{border-right:0}#hts-eq-product .eq-warranty .eq-wv{font-family:var(--mono);color:var(--hts-black);font-size:clamp(19px,2.5vw,24px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-warranty .eq-wk{font-family:var(--mono);letter-spacing:.13em;text-transform:uppercase;color:var(--hts-steel);margin-top:6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-line-hi);color:var(--hts-ink);background:#fff;align-items:center;gap:9px;padding:10px 14px;font-size:13.5px;font-weight:700;text-decoration:none;transition:border-color .12s,background .12s,color .12s;display:inline-flex}#hts-eq-product .eq-docs a:hover{border-color:var(--hts-blue);background:var(--hts-blue-tint);color:var(--hts-blue)}#hts-eq-product .eq-docs a:focus-visible{outline:2px solid var(--hts-blue);outline-offset:2px}#hts-eq-product .eq-docs svg{width:16px;height:16px;color:var(--hts-blue);flex:none}#hts-eq-product .eq-prose{max-width:70ch;margin:0;font-size:14.5px}#hts-eq-product .eq-prose p{margin:0 0 10px}#hts-eq-product .eq-prose p:last-child{margin-bottom:0}#hts-eq-product .eq-note{color:var(--hts-steel);max-width:70ch;margin:12px 0 0;font-size:12.5px;line-height:1.5}@container eq (width\u003c=560px){#hts-eq-product .eq-cluster li{border-left:0;border-top:1px solid var(--hts-line);flex:50%}#hts-eq-product .eq-cluster li:nth-child(odd){border-right:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-feat{border-right:0}#hts-eq-product .eq-warranty li{border-right:0;border-bottom:1px solid var(--hts-line)}#hts-eq-product .eq-warranty li:last-child{border-bottom:0}#hts-eq-product .eq-spectable th{width:50%}#hts-eq-product .eq-docs a{flex:100%}}@supports not (container-type:inline-size){@media (width\u003c=560px){#hts-eq-product .eq-cluster li{border-left:0;border-top:1px solid var(--hts-line);flex:50%}#hts-eq-product .eq-feat{border-right:0}#hts-eq-product .eq-warranty li{border-right:0;border-bottom:1px solid var(--hts-line)}}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis mobile cold water pressure washer trailer is designed for contractors requiring high-volume cleaning on remote job sites. It features a heavy-duty belt-drive pump system mounted on a reinforced steel chassis for long-term durability.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePressure\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3000\u003csmall\u003epsi\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFlow\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5.0\u003csmall\u003egpm\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eEngine\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e389\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2500.00\u003csmall\u003elbs.\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-callout\" role=\"note\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M10.3 3.9L1.9 18a2 2 0 0 0 1.7 3h16.8a2 2 0 0 0 1.7-3L13.7 3.9a2 2 0 0 0-3.4 0z\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" x2=\"12\" y1=\"9\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" x2=\"12.01\" y1=\"17\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003cspan\u003eThis unit features a 49-state engine and is not for sale in California.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eTrailer\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003ePowder-coated tubular steel frame construction\u003c\/li\u003e\n\u003cli\u003e2-inch ball hitch receiver\u003c\/li\u003e\n\u003cli\u003eFixed jack equipped with drop leg pad\u003c\/li\u003e\n\u003cli\u003eIntegrated LED lighting system\u003c\/li\u003e\n\u003cli\u003eTwo ST205-75R load range D nitrogen-filled 15-inch radial tires\u003c\/li\u003e\n\u003cli\u003eHigh-density polyethylene fenders with built-in step and pad\u003c\/li\u003e\n\u003cli\u003eQuick-connect wiring harness for tongue removal\u003c\/li\u003e\n\u003cli\u003e3500-lb. rated axle with EZ lube spindles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003ePump\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eFactory-preset adjustable pressure unloader\u003c\/li\u003e\n\u003cli\u003eForged brass manifold assembly\u003c\/li\u003e\n\u003cli\u003eIntegrated thermal relief valve\u003c\/li\u003e\n\u003cli\u003eRemote oil drain system\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eEngine\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eRecoil start system with optional 12V electric start capability (battery not included)\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eComponents\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003ePowder-coated steel mounting frame\u003c\/li\u003e\n\u003cli\u003eTwo-piece belt guard assembly\u003c\/li\u003e\n\u003cli\u003eEngine and pump mounting plate with vibration-dampening rubber isolators\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAssembly\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eFinal assembly requires attachment of the tongue and connection of the wiring harness\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e11\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePSI\u003c\/th\u003e\n\u003ctd\u003e3000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGPM\u003c\/th\u003e\n\u003ctd\u003e5.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e389cc Honda GX390 OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePump\u003c\/th\u003e\n\u003ctd\u003eGeneral\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eUnloader\u003c\/th\u003e\n\u003ctd\u003eMi-T-M, Factory Preset\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Tank Capacity\u003c\/th\u003e\n\u003ctd\u003e1.61 gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e2500.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e0.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e132.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e71.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e58.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eWhat’s Included\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eQuick connect nozzles – 0°, 15°, 25° and 40°\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003e50-foot x 3\/8-inch steel wire-braided hose\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eInsulated trigger gun\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003e200-gallon water tank with sump\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003e150-foot high pressure hose reel\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eTrailer tank bypass\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eFull tank drain\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eOptional Accessories\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e9\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eCX-0127\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eElectric Start - Battery Not Included. For easy starting\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eCX-0128\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eBattery Tray, Box and 2-Foot of Cables. Attaches to engine side of unit\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0009\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eAdjustable Trailer Coupler Hitch. Heavy-duty 2-inch trailer hitch with pin-style fastener trailer coupler and hinged ball socket with visual indication of proper closure around the ball – all to ensure a quick, easy and secure hook-up\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0018\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eLunette Ring Hitch. 3-inch integrated lunette ring for use with pintle hitches\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0027\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e100-Foot High Pressure Hose. Replaces 50-foot high pressure hose with 100-foot high pressure hose\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e150-Foot High Pressure Hose. Replaces 50-foot high pressure hose with 150-foot high pressure hose\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0026\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eBackflow Preventer. Prevents back flow of water into fresh water source. Required for use in many states and municipalities. Cannot be ordered with low pressure hose reel options, TX-0029\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0029\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eLow Pressure Hose Reel. Fits 75-foot of 3\/4-inch garden hose. Cannot be ordered with back flow preventer option, TX-0026\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0030\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eBackflow Preventer and Low Pressure Hose Reel. Backflow preventer prevents back flow of water into fresh water source. Required for use in many states and municipalities. Low pressure hose reel replaces 50-foot high pressure hose with 150-foot high pressure hose\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eFactory-installed options — these must be ordered together with the machine and cannot be added after the unit ships. Contact us before checkout to add them to your build.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eWarranty\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-warranty\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e7 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eGeneral Pump\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e3 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eHonda Engine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eWarranty is provided by the manufacturer and begins at the date of purchase. Registration may be required — see the product manual for full terms and exclusions.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e06\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDocuments \u0026amp; Downloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e1\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\u003cli\u003e\u003ca href=\"https:\/\/www.mitm.com\/files\/documents\/product-sheet\/JPC-Series-Cold-Water-Trailers_Spec-Sheet.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Sheet (PDF)\u003c\/a\u003e\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e07\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eThis unit ships on a pallet and requires final assembly upon arrival. Freight is quoted to the delivery address.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this machine to your application? Call us and we’ll spec it with you.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276590489908,"sku":"JPC-3005-0MGH-T","price":6500.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-JPC-3005-0MGH-T.jpg?v=1788462597"},{"product_id":"mi-t-m-jpc-3005-0mgm-t-cold-water-pressure-washer-trailer","title":"Mi-T-M JPC-3005-0MGM-T Cold Water Pressure Washer Trailer - 3000 PSI, 5.0 GPM, 420cc Mi-T-M Engine, 200 Gal Tank","description":"\u003cstyle\u003e#hts-eq-product{--hts-black:#0e1114;--hts-char:#181d22;--hts-ink:#15191e;--hts-steel:#5f6a75;--hts-fill:#f1f3f5;--hts-fill-lo:#f8f9fa;--hts-line:#d7dce1;--hts-line-hi:#b9c1ca;--hts-blue:#0f4d8a;--hts-blue-lt:#7fa8d0;--hts-blue-tint:#eaf0f6;--hts-blue-line:#c2d3e5;--mono:\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace;max-width:100%;color:var(--hts-ink);margin:0 0 24px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.55;container:eq\/inline-size}#hts-eq-product *{box-sizing:border-box}#hts-eq-product img{max-width:100%;height:auto}#hts-eq-product .eq-intro{color:#333c46;max-width:66ch;margin:0;font-size:15.5px}#hts-eq-product .eq-intro p{margin:0 0 10px}#hts-eq-product .eq-intro p:last-child{margin-bottom:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line-hi);border-top:3px solid var(--hts-blue);background:var(--hts-fill-lo);flex-wrap:wrap;margin:18px 0 0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);flex:132px;padding:13px 16px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-steel);font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{font-family:var(--mono);letter-spacing:-.01em;color:var(--hts-black);font-size:clamp(20px,2.8vw,26px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-steel);letter-spacing:.06em;text-transform:uppercase;margin-left:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.5em;font-weight:700}#hts-eq-product .eq-callout{color:#54400a;background:#fdf8e8;border:1px solid #e0c97a;border-left:4px solid #c99400;align-items:flex-start;gap:11px;margin:14px 0 0;padding:12px 15px;font-size:13.5px;font-weight:600;line-height:1.5;display:flex}#hts-eq-product .eq-callout svg{color:#b8860b;flex:none;width:18px;height:18px;margin-top:1px}#hts-eq-product .eq-sections{border:1px solid var(--hts-line-hi);background:#fff;margin:20px 0 0}#hts-eq-product .eq-sec+.eq-sec{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-sec\u003esummary{cursor:pointer;background:#fff;align-items:center;gap:13px;padding:14px 17px;list-style:none;transition:background .12s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-fill-lo)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline:2px solid var(--hts-blue);outline-offset:-2px}#hts-eq-product .eq-idx{color:var(--hts-blue);font-family:var(--mono);letter-spacing:.08em;flex:none;font-size:11.5px;font-weight:700}#hts-eq-product .eq-sectitle{letter-spacing:.13em;text-transform:uppercase;color:var(--hts-ink);font-size:13px;font-weight:800}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-fill);color:var(--hts-steel);font-family:var(--mono);margin-left:auto;padding:3px 8px;font-size:11px;font-weight:700}#hts-eq-product .eq-caret{width:15px;height:15px;color:var(--hts-blue);flex:none;margin-left:auto;transition:transform .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:0}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-char)}#hts-eq-product .eq-sec[open]\u003esummary .eq-sectitle{color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{color:var(--hts-blue-lt)}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:var(--hts-blue-lt);transform:rotate(180deg)}#hts-eq-product .eq-sec[open]\u003esummary .eq-count{color:#9aa5b1;background:0 0;border-color:#39424b}#hts-eq-product .eq-sec[open]\u003esummary:hover{background:#20262c}#hts-eq-product .eq-sec-body{padding:18px 17px 20px}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret{transition:none}}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);width:100%;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:9px 13px}#hts-eq-product .eq-spectable th{width:46%;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--hts-steel);background:var(--hts-fill-lo);font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{font-family:var(--mono);color:var(--hts-black);font-size:13.5px;font-weight:700}#hts-eq-product .eq-features{border:1px solid var(--hts-line);grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border-right:1px solid var(--hts-line);border-bottom:1px solid var(--hts-line);background:var(--hts-fill-lo);padding:15px 16px}#hts-eq-product .eq-feat h4{border-bottom:2px solid var(--hts-blue);font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;color:var(--hts-black);margin:0 0 10px;padding-bottom:8px;font-size:11px;font-weight:700}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{padding:0 0 0 15px;font-size:14px;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:var(--hts-steel);width:6px;height:6px;position:absolute;top:.6em;left:0}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);margin:0;padding:0;list-style:none}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:6px 14px;padding:10px 14px;font-size:14px;display:flex}#hts-eq-product .eq-rows li+li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-rows li:nth-child(2n){background:var(--hts-fill-lo)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-blue-line);background:var(--hts-blue-tint);color:var(--hts-blue);font-family:var(--mono);letter-spacing:.04em;flex:none;padding:3px 9px;font-size:13px;font-weight:700}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-warranty{border:1px solid var(--hts-line);border-top:3px solid var(--hts-blue);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-warranty li{border-right:1px solid var(--hts-line);background:var(--hts-fill-lo);padding:14px 16px}#hts-eq-product .eq-warranty li:last-child{border-right:0}#hts-eq-product .eq-warranty .eq-wv{font-family:var(--mono);color:var(--hts-black);font-size:clamp(19px,2.5vw,24px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-warranty .eq-wk{font-family:var(--mono);letter-spacing:.13em;text-transform:uppercase;color:var(--hts-steel);margin-top:6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-line-hi);color:var(--hts-ink);background:#fff;align-items:center;gap:9px;padding:10px 14px;font-size:13.5px;font-weight:700;text-decoration:none;transition:border-color .12s,background .12s,color .12s;display:inline-flex}#hts-eq-product .eq-docs a:hover{border-color:var(--hts-blue);background:var(--hts-blue-tint);color:var(--hts-blue)}#hts-eq-product .eq-docs a:focus-visible{outline:2px solid var(--hts-blue);outline-offset:2px}#hts-eq-product .eq-docs svg{width:16px;height:16px;color:var(--hts-blue);flex:none}#hts-eq-product .eq-prose{max-width:70ch;margin:0;font-size:14.5px}#hts-eq-product .eq-prose p{margin:0 0 10px}#hts-eq-product .eq-prose p:last-child{margin-bottom:0}#hts-eq-product .eq-note{color:var(--hts-steel);max-width:70ch;margin:12px 0 0;font-size:12.5px;line-height:1.5}@container eq (width\u003c=560px){#hts-eq-product .eq-cluster li{border-left:0;border-top:1px solid var(--hts-line);flex:50%}#hts-eq-product .eq-cluster li:nth-child(odd){border-right:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-feat{border-right:0}#hts-eq-product .eq-warranty li{border-right:0;border-bottom:1px solid var(--hts-line)}#hts-eq-product .eq-warranty li:last-child{border-bottom:0}#hts-eq-product .eq-spectable th{width:50%}#hts-eq-product .eq-docs a{flex:100%}}@supports not (container-type:inline-size){@media (width\u003c=560px){#hts-eq-product .eq-cluster li{border-left:0;border-top:1px solid var(--hts-line);flex:50%}#hts-eq-product .eq-feat{border-right:0}#hts-eq-product .eq-warranty li{border-right:0;border-bottom:1px solid var(--hts-line)}}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis compact cold water trailer is designed for mobile cleaning applications. It features a heavy-duty belt drive pump system mounted on a reinforced steel chassis for consistent performance in the field.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePressure\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3000\u003csmall\u003epsi\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFlow\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5.0\u003csmall\u003egpm\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eEngine\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e420\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2500.00\u003csmall\u003elbs.\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-callout\" role=\"note\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M10.3 3.9L1.9 18a2 2 0 0 0 1.7 3h16.8a2 2 0 0 0 1.7-3L13.7 3.9a2 2 0 0 0-3.4 0z\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" x2=\"12\" y1=\"9\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" x2=\"12.01\" y1=\"17\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003cspan\u003eGasoline models sold in California require a CARB compliant engine; consult the factory for availability.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eTrailer\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003ePowder-coated tubular steel frame\u003c\/li\u003e\n\u003cli\u003e2-inch ball hitch receiver\u003c\/li\u003e\n\u003cli\u003eFixed jack with drop leg pad\u003c\/li\u003e\n\u003cli\u003eIntegrated LED lighting\u003c\/li\u003e\n\u003cli\u003eTwo ST205-75R load range D nitrogen-filled, balanced 15-inch radial tires\u003c\/li\u003e\n\u003cli\u003eHigh-density polyethylene fenders with integrated step and pad\u003c\/li\u003e\n\u003cli\u003ePlug-and-play wiring harness for tongue removal\u003c\/li\u003e\n\u003cli\u003e3500-lb. axle with EZ lube spindles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003ePump\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAdjustable pressure unloader\u003c\/li\u003e\n\u003cli\u003eForged brass manifold\u003c\/li\u003e\n\u003cli\u003eThermal relief valve\u003c\/li\u003e\n\u003cli\u003eRemote oil drain system\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eEngine\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eRecoil start system with optional 12V electric start capability (battery not included)\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eComponents\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003ePowder-coated steel frame construction\u003c\/li\u003e\n\u003cli\u003eTwo-piece belt guard assembly\u003c\/li\u003e\n\u003cli\u003eMounting plate equipped with rubber vibration isolators\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAssembly\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eFinal assembly requires attachment of the tongue and connection of the wiring harness.\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e11\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePSI\u003c\/th\u003e\n\u003ctd\u003e3000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGPM\u003c\/th\u003e\n\u003ctd\u003e5.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e420cc Mi-T-M OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePump\u003c\/th\u003e\n\u003ctd\u003eGeneral\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eUnloader\u003c\/th\u003e\n\u003ctd\u003eMi-T-M, Factory Preset\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Tank Capacity\u003c\/th\u003e\n\u003ctd\u003e1.61 gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e2500.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e0.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e132.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e71.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e58.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eOptional Accessories\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e9\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eCX-0128\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eBattery Tray, Box and 2-Foot of Cables. Attaches to engine side of unit\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0009\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eAdjustable Trailer Coupler Hitch. Heavy-duty 2-inch trailer hitch with pin-style fastener trailer coupler and hinged ball socket with visual indication of proper closure around the ball – all to ensure a quick, easy and secure hook-up\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0018\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eLunette Ring Hitch. 3-inch integrated lunette ring for use with pintle hitches\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0027\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e100-Foot High Pressure Hose. Replaces 50-foot high pressure hose with 100-foot high pressure hose\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e150-Foot High Pressure Hose. Replaces 50-foot high pressure hose with 150-foot high pressure hose\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0026\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eBackflow Preventer. Prevents back flow of water into fresh water source. Required for use in many states and municipalities. Cannot be ordered with low pressure hose reel options, TX-0029\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0029\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eLow Pressure Hose Reel. Fits 75-foot of 3\/4-inch garden hose. Cannot be ordered with back flow preventer option, TX-0026\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0030\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eBackflow Preventer and Low Pressure Hose Reel. Backflow preventer prevents back flow of water into fresh water source. Required for use in many states and municipalities. Low pressure hose reel replaces 50-foot high pressure hose with 150-foot high pressure hose\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eCX-0141\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eElectric Start - Battery Not Included. For easy starting\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eFactory-installed options — these must be ordered together with the machine and cannot be added after the unit ships. Contact us before checkout to add them to your build.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eWarranty\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-warranty\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e7 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eGeneral Pump\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e3 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eMi-T-M Engine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eWarranty is provided by the manufacturer and begins at the date of purchase. Registration may be required — see the product manual for full terms and exclusions.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDocuments \u0026amp; Downloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e1\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\u003cli\u003e\u003ca href=\"https:\/\/www.mitm.com\/files\/documents\/product-sheet\/JPC-Series-Cold-Water-Trailers_Spec-Sheet-10tw6b.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Sheet (PDF)\u003c\/a\u003e\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e06\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eThis unit ships on a pallet; freight is quoted based on the delivery address.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this machine to your application? Call us and we’ll spec it with you.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276590588212,"sku":"JPC-3005-0MGM-T","price":6063.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-JPC-3005-0MGM-T.jpg?v=1788462597"},{"product_id":"mi-t-m-jph-4004-0mgh-t-hot-water-pressure-washer-trailer","title":"Mi-T-M JPH-4004-0MGH-T Hot Water Pressure Washer Trailer - 4000 PSI, 3.7 GPM, 389cc Honda Engine, 200 Gal Tank","description":"\u003cstyle\u003e#hts-eq-product{--hts-black:#0e1114;--hts-char:#181d22;--hts-ink:#15191e;--hts-steel:#5f6a75;--hts-fill:#f1f3f5;--hts-fill-lo:#f8f9fa;--hts-line:#d7dce1;--hts-line-hi:#b9c1ca;--hts-blue:#0f4d8a;--hts-blue-lt:#7fa8d0;--hts-blue-tint:#eaf0f6;--hts-blue-line:#c2d3e5;--mono:\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,monospace;max-width:100%;color:var(--hts-ink);margin:0 0 24px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.55;container:eq\/inline-size}#hts-eq-product *{box-sizing:border-box}#hts-eq-product img{max-width:100%;height:auto}#hts-eq-product .eq-intro{color:#333c46;max-width:66ch;margin:0;font-size:15.5px}#hts-eq-product .eq-intro p{margin:0 0 10px}#hts-eq-product .eq-intro p:last-child{margin-bottom:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line-hi);border-top:3px solid var(--hts-blue);background:var(--hts-fill-lo);flex-wrap:wrap;margin:18px 0 0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);flex:132px;padding:13px 16px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-steel);font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{font-family:var(--mono);letter-spacing:-.01em;color:var(--hts-black);font-size:clamp(20px,2.8vw,26px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-steel);letter-spacing:.06em;text-transform:uppercase;margin-left:4px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.5em;font-weight:700}#hts-eq-product .eq-callout{color:#54400a;background:#fdf8e8;border:1px solid #e0c97a;border-left:4px solid #c99400;align-items:flex-start;gap:11px;margin:14px 0 0;padding:12px 15px;font-size:13.5px;font-weight:600;line-height:1.5;display:flex}#hts-eq-product .eq-callout svg{color:#b8860b;flex:none;width:18px;height:18px;margin-top:1px}#hts-eq-product .eq-sections{border:1px solid var(--hts-line-hi);background:#fff;margin:20px 0 0}#hts-eq-product .eq-sec+.eq-sec{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-sec\u003esummary{cursor:pointer;background:#fff;align-items:center;gap:13px;padding:14px 17px;list-style:none;transition:background .12s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-fill-lo)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline:2px solid var(--hts-blue);outline-offset:-2px}#hts-eq-product .eq-idx{color:var(--hts-blue);font-family:var(--mono);letter-spacing:.08em;flex:none;font-size:11.5px;font-weight:700}#hts-eq-product .eq-sectitle{letter-spacing:.13em;text-transform:uppercase;color:var(--hts-ink);font-size:13px;font-weight:800}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-fill);color:var(--hts-steel);font-family:var(--mono);margin-left:auto;padding:3px 8px;font-size:11px;font-weight:700}#hts-eq-product .eq-caret{width:15px;height:15px;color:var(--hts-blue);flex:none;margin-left:auto;transition:transform .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:0}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-char)}#hts-eq-product .eq-sec[open]\u003esummary .eq-sectitle{color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{color:var(--hts-blue-lt)}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:var(--hts-blue-lt);transform:rotate(180deg)}#hts-eq-product .eq-sec[open]\u003esummary .eq-count{color:#9aa5b1;background:0 0;border-color:#39424b}#hts-eq-product .eq-sec[open]\u003esummary:hover{background:#20262c}#hts-eq-product .eq-sec-body{padding:18px 17px 20px}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret{transition:none}}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);width:100%;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:9px 13px}#hts-eq-product .eq-spectable th{width:46%;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--hts-steel);background:var(--hts-fill-lo);font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{font-family:var(--mono);color:var(--hts-black);font-size:13.5px;font-weight:700}#hts-eq-product .eq-features{border:1px solid var(--hts-line);grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border-right:1px solid var(--hts-line);border-bottom:1px solid var(--hts-line);background:var(--hts-fill-lo);padding:15px 16px}#hts-eq-product .eq-feat h4{border-bottom:2px solid var(--hts-blue);font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;color:var(--hts-black);margin:0 0 10px;padding-bottom:8px;font-size:11px;font-weight:700}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{padding:0 0 0 15px;font-size:14px;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:var(--hts-steel);width:6px;height:6px;position:absolute;top:.6em;left:0}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);margin:0;padding:0;list-style:none}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:6px 14px;padding:10px 14px;font-size:14px;display:flex}#hts-eq-product .eq-rows li+li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-rows li:nth-child(2n){background:var(--hts-fill-lo)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-blue-line);background:var(--hts-blue-tint);color:var(--hts-blue);font-family:var(--mono);letter-spacing:.04em;flex:none;padding:3px 9px;font-size:13px;font-weight:700}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-warranty{border:1px solid var(--hts-line);border-top:3px solid var(--hts-blue);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-warranty li{border-right:1px solid var(--hts-line);background:var(--hts-fill-lo);padding:14px 16px}#hts-eq-product .eq-warranty li:last-child{border-right:0}#hts-eq-product .eq-warranty .eq-wv{font-family:var(--mono);color:var(--hts-black);font-size:clamp(19px,2.5vw,24px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-warranty .eq-wk{font-family:var(--mono);letter-spacing:.13em;text-transform:uppercase;color:var(--hts-steel);margin-top:6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-line-hi);color:var(--hts-ink);background:#fff;align-items:center;gap:9px;padding:10px 14px;font-size:13.5px;font-weight:700;text-decoration:none;transition:border-color .12s,background .12s,color .12s;display:inline-flex}#hts-eq-product .eq-docs a:hover{border-color:var(--hts-blue);background:var(--hts-blue-tint);color:var(--hts-blue)}#hts-eq-product .eq-docs a:focus-visible{outline:2px solid var(--hts-blue);outline-offset:2px}#hts-eq-product .eq-docs svg{width:16px;height:16px;color:var(--hts-blue);flex:none}#hts-eq-product .eq-prose{max-width:70ch;margin:0;font-size:14.5px}#hts-eq-product .eq-prose p{margin:0 0 10px}#hts-eq-product .eq-prose p:last-child{margin-bottom:0}#hts-eq-product .eq-note{color:var(--hts-steel);max-width:70ch;margin:12px 0 0;font-size:12.5px;line-height:1.5}@container eq (width\u003c=560px){#hts-eq-product .eq-cluster li{border-left:0;border-top:1px solid var(--hts-line);flex:50%}#hts-eq-product .eq-cluster li:nth-child(odd){border-right:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-feat{border-right:0}#hts-eq-product .eq-warranty li{border-right:0;border-bottom:1px solid var(--hts-line)}#hts-eq-product .eq-warranty li:last-child{border-bottom:0}#hts-eq-product .eq-spectable th{width:50%}#hts-eq-product .eq-docs a{flex:100%}}@supports not (container-type:inline-size){@media (width\u003c=560px){#hts-eq-product .eq-cluster li{border-left:0;border-top:1px solid var(--hts-line);flex:50%}#hts-eq-product .eq-feat{border-right:0}#hts-eq-product .eq-warranty li{border-right:0;border-bottom:1px solid var(--hts-line)}}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis hot water pressure washer trailer is designed for mobile cleaning operations. It features a heavy-duty tubular steel frame and a high-output burner system for consistent performance in the field.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePressure\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4000\u003csmall\u003epsi\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFlow\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3.7\u003csmall\u003egpm\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eEngine\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e389\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eNet Weight\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2900.00\u003csmall\u003elbs\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-callout\" role=\"note\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M10.3 3.9L1.9 18a2 2 0 0 0 1.7 3h16.8a2 2 0 0 0 1.7-3L13.7 3.9a2 2 0 0 0-3.4 0z\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" x2=\"12\" y1=\"9\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" x2=\"12.01\" y1=\"17\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003cspan\u003eThis unit is equipped with a 49-state engine and is not for sale in California.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eTrailer\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003ePowder-coated tubular steel frame\u003c\/li\u003e\n\u003cli\u003e2-inch ball hitch\u003c\/li\u003e\n\u003cli\u003eFixed jack with drop leg pad\u003c\/li\u003e\n\u003cli\u003eLED lighting system\u003c\/li\u003e\n\u003cli\u003eTwo ST205-75R load range D nitrogen-filled 15-inch radial tires\u003c\/li\u003e\n\u003cli\u003eSpeed rating M (81 mph)\u003c\/li\u003e\n\u003cli\u003eHigh-density polyethylene fenders with integrated step\u003c\/li\u003e\n\u003cli\u003ePlug-and-play wiring harness\u003c\/li\u003e\n\u003cli\u003e3500-lb. axle with EZ lube spindles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003ePump\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAdjustable pressure unloader\u003c\/li\u003e\n\u003cli\u003eForged brass manifold\u003c\/li\u003e\n\u003cli\u003eThermal relief valve\u003c\/li\u003e\n\u003cli\u003eRemote oil drain\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eEngine\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eRemote start and choke controls\u003c\/li\u003e\n\u003cli\u003e12V electric start (battery not included)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eComponents\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/2-inch schedule 80 pipe coil with 4-pancake heat exchanger\u003c\/li\u003e\n\u003cli\u003e12V Beckett burner\u003c\/li\u003e\n\u003cli\u003eCompatible with No. 1 or No. 2 fuel oil, diesel, or kerosene (not bio-fuel compatible)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eMiscellaneous\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e150°F\/66°C temperature rise above ambient\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSafety Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e250°F high-temperature limit switch\u003c\/li\u003e\n\u003cli\u003eThermal relief valve\u003c\/li\u003e\n\u003cli\u003eHigh-pressure relief valve\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAssembly\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eFinal assembly required: attach tongue and connect wiring harness.\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e13\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePSI\u003c\/th\u003e\n\u003ctd\u003e4000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGPM\u003c\/th\u003e\n\u003ctd\u003e3.7\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e389cc Honda GX390 OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePump\u003c\/th\u003e\n\u003ctd\u003eGeneral\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eEngine Fuel Tank Capacity\u003c\/th\u003e\n\u003ctd\u003e1.61 gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBurner Fuel Tank Capacity\u003c\/th\u003e\n\u003ctd\u003e10.0 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBurner Fuel Cons.\u003c\/th\u003e\n\u003ctd\u003e2.76 gph\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBTU Per Hour\u003c\/th\u003e\n\u003ctd\u003e386,400\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e2900.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e0.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e132.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e71.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e64.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eWhat’s Included\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e9\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eQuick connect nozzles – 0°, 15°, 25° and 40°\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003e50-foot x 3\/8-inch steel wire-braided hose\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003e50-foot garden hose\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eAdjustable pressure insulated dual lance with trigger gun\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003e200-gallon water tank with sump\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003e150-foot high pressure hose reel\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003e75-foot garden hose reel\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eTrailer tank bypass\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eFull tank drain\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eOptional Accessories\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0009\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eAdjustable Trailer Coupler Hitch. Heavy-duty 2-inch trailer hitch with pin-style fastener trailer coupler and hinged ball socket with visual indication of proper closure around the ball – all to ensure a quick, easy and secure hook-up\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0018\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eLunette Ring Hitch. 3-inch integrated lunette ring for use with pintle hitches\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0025\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eBackflow Preventer. Prevents back flow of water into fresh water source. Required for use in many states and municipalities.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0027\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e100-Foot High Pressure Hose. Replaces 50-foot high pressure hose with 100-foot high pressure hose\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eTX-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e150-Foot High Pressure Hose. Replaces 50-foot high pressure hose with 150-foot high pressure hose\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eHX-0146\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eHour Meter. Displays the number of hours unit has been in operation\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eHX-0324\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eAdjustable Thermostat. Operator is able to adjust outlet water temperature between 98°-248°F\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eHX-0325\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eRemovable Painted Front Panel. Provides a protective panel and gives the unit a more finished look\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eFactory-installed options — these must be ordered together with the machine and cannot be added after the unit ships. Contact us before checkout to add them to your build.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eWarranty\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-warranty\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e7 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eGeneral Pump\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e3 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eCoil\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e3 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eHonda Engine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eWarranty is provided by the manufacturer and begins at the date of purchase. Registration may be required — see the product manual for full terms and exclusions.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e06\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDocuments \u0026amp; Downloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e1\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\u003cli\u003e\u003ca href=\"https:\/\/www.mitm.com\/files\/documents\/product-sheet\/JPH-Series-Hot-Water-Trailers_Spec-Sheet.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Sheet (PDF)\u003c\/a\u003e\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e07\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eThis unit ships on a pallet and requires final assembly of the tongue and wiring harness; freight is quoted to the delivery address.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this machine to your application? Call us and we’ll spec it with you.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276590686516,"sku":"JPH-4004-0MGH-T","price":10938.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-JPH-4004-0MGH-T.jpg?v=1788462599"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/collections\/Mi-T-M_Corporation_Logo_b480bc7a-b765-4e66-af7a-9c152cfc8fb4.png?v=1788321856","url":"https:\/\/hydrotechnologysystems.supply\/collections\/mi-t-m-trailers.oembed","provider":"HTS Supply LLC","version":"1.0","type":"link"}