{"title":"MI-T-M Generators","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\u003eEnough Headroom to Start Your Motor Loads\u003c\/h2\u003e\n\u003cp\u003ePortable, inverter and diesel sets, plus the battery ePowerStation for indoor and low-noise work.\u003c\/p\u003e\n\u003cdiv class=\"mtmb-actions\"\u003e\n\u003ca class=\"mtmb-btn\" href=\"#mtm-products\"\u003eShop Generators\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\/images\/2022\/equipment\/SP_GEN-7500-0MH0.webp\" alt=\"MI-T-M GEN-7500-0MH0 7500-watt gasoline generator with Honda GX engine\" 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 Generators\" placeholder=\"Model or part number: GEN-6000-0MH0, GEN-2000-IMM1, EPS-0607\"\u003e\n\u003cbutton class=\"mtmb-search-submit\" type=\"submit\"\u003eSearch\u003c\/button\u003e\n\u003c\/form\u003e\n\u003cnav class=\"mtmb-types\" aria-label=\"Shop Generators by type\"\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-generators\/portable-generators\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e01\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003ePortable\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-generators\/inverter-generators\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e02\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eInverter\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-generators\/gas-powered-generators\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e03\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eGas Powered\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-generators\/diesel-powered-generators\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e04\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eDiesel Powered\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-generators\/2000-2500-watts\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e05\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003e2000 – 2500 W\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-generators\/6500-8000-watts\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e06\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003e6500 – 8000 W\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-generators\/13000-14000-watts-generators\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e07\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003e13000 – 14000 W\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-generators\/choremaster\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e08\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eChoreMaster\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/nav\u003e\n\u003csection\u003e\n\u003cdiv class=\"mtmb-info-head\"\u003eSizing, Ordering \u0026amp; Support\u003c\/div\u003e\n\u003cdiv class=\"mtmb-info-cols\"\u003e\n\u003cdiv\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eHow many watts do I actually need?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cp\u003eAdd the running watts of everything that runs at once, then add the largest single starting load on top. Motor-driven equipment - pumps, compressors, saws, air conditioning - can draw two to three times its running watts for a moment at startup, and that spike is what determines the generator size.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eInverter or conventional?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\n\u003cp\u003e\u003cstrong\u003eInverter\u003c\/strong\u003e generators produce clean, stable power and run quieter and more fuel-efficiently at partial load. Use them for laptops, controls, instrumentation and anything sensitive.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eConventional\u003c\/strong\u003e generators cost less per watt and suit tools, heaters, lights and pumps.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eGas or diesel?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cp\u003eGasoline units cost less up front and are lighter. Diesel runs longer between refuels, generally lasts longer under daily commercial use, and may match fuel you already stock on site.\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 ePowerStation?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cp\u003eThe EPS series is a battery power station rather than an engine-driven generator. It runs with no exhaust and almost no noise, which makes it usable indoors and in noise restricted areas where an engine generator is not an option.\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 class=\"is-active\" 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 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-gen-14000-1mhe-14000-watt-gasoline-generator","title":"MI-T-M GEN-14000-1MHE 14000-Watt Gasoline Generator","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 generator provides reliable power for demanding job sites, featuring a 688cc Honda GX630 OHV engine for consistent performance.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e14000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e12000\u003csmall\u003ewatts\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\"\u003e688\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRun Time\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8.0\u003csmall\u003ehours\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\"\u003e508.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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTotal harmonic distortion (THD) under 5%\u003c\/li\u003e\n\u003cli\u003eCopper windings\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\u003eElectric start system with included sealed battery\u003c\/li\u003e\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 construction\u003c\/li\u003e\n\u003cli\u003e13-inch flat-free 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\u003eControl panel includes magnetic circuit breakers and GFCI-protected receptacles\u003c\/li\u003e\n\u003cli\u003eLarge low-tone muffler\u003c\/li\u003e\n\u003cli\u003eIntegrated fuel gauge\u003c\/li\u003e\n\u003cli\u003eAutomatic idle control\u003c\/li\u003e\n\u003cli\u003eDigital voltmeter and hour meter\u003c\/li\u003e\n\u003cli\u003eIndustrial-grade air cleaner\u003c\/li\u003e\n\u003cli\u003eUSDA\/USFS-approved spark arrestor\u003c\/li\u003e\n\u003cli\u003eCSA certified with NEMA-compliant receptacles\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e14000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e12000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e688cc Honda GX630 OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushless 120V\/240V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e116.7\/58.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e100.0\/50.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V, 30A Twist Lock; (1) 120V\/240V, 30A Twist Lock; (1) 120V\/240V, 50A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(2) 20A Toggle Circuit Breakers, Single Pole; (1) 30A Toggle Circuit Breaker, Single Pole; (1) 30A Toggle Circuit Breaker, Double Pole; (1) 50A Toggle Circuit Breaker, Double Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e77.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e13.2 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e8.0 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e508.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e568.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e31.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e30.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e37.50 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\"\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\"\u003eGX-0003\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eSkid Feet. For stationary applications\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGX-0005\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e50-Amp Twist Lock Receptacle. Marine receptacle for routine marine applications\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\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eAlternator\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\/14000-Watt_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-1072_GEN-14000-1MHE_GEN-14000-1MME-E_F_S-092823.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 crated with a shipping weight of 568.00 lbs.; 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":49276569878836,"sku":"GEN-14000-1MHE","price":11595.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-14000-1MHE.jpg?v=1788462582"},{"product_id":"mi-t-m-gen-14000-1mme-14000-watt-gasoline-generator","title":"MI-T-M GEN-14000-1MME 14000-Watt Gasoline Generator","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 generator provides high-output power for demanding job sites. It is built for contractors requiring portable electricity, featuring a 670cc OHV engine for consistent performance.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e14000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e12000\u003csmall\u003ewatts\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\"\u003e670\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFuel Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e13.2\u003csmall\u003egallons\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\"\u003e493.00\u003csmall\u003elbs.\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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTotal harmonic distortion (THD) under 5%\u003c\/li\u003e\n\u003cli\u003eCopper winding construction\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\u003eElectric start system with included sealed battery\u003c\/li\u003e\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\u003e13-inch flat-free 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\u003eControl panel with magnetic circuit breakers and GFCI-protected receptacles\u003c\/li\u003e\n\u003cli\u003eLow-tone muffler design\u003c\/li\u003e\n\u003cli\u003eIntegrated fuel gauge\u003c\/li\u003e\n\u003cli\u003eAutomatic idle control\u003c\/li\u003e\n\u003cli\u003eDigital voltmeter and hour meter\u003c\/li\u003e\n\u003cli\u003eIndustrial-grade air cleaner\u003c\/li\u003e\n\u003cli\u003eUSDA\/USFS-approved spark arrestor\u003c\/li\u003e\n\u003cli\u003eCertified to GFCI 5-20R, NEMA 14-50R, NEMA L14-30R, and NEMA L5-30R standards\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e14000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e12000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e670cc Mi-T-M OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushless 120V\/240V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e116.7\/58.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e100.0\/50.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V, 30A Twist Lock; (1) 120V\/240V, 30A Twist Lock; (1) 120V\/240V, 50A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(2) 20A Toggle Circuit Breakers, Single Pole; (1) 30A Toggle Circuit Breaker, Single Pole; (1) 30A Toggle Circuit Breaker, Double Pole; (1) 50A Toggle Circuit Breaker, Double Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e80.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e13.2 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e8.0 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e493.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e553.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e31.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e30.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e37.50 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\"\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\"\u003eGX-0003\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eSkid Feet. For stationary applications\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGX-0005\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e50-Amp Twist Lock Receptacle. Marine receptacle for routine marine applications\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\"\u003eMi-T-M Engine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eAlternator\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\/14000-Watt_Mi-T-M-1l9m2s.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-1072_GEN-14000-1MHE_GEN-14000-1MME-E_F_S-092823-vz64r6.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 crated with a shipping weight of 553.00 lbs. 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":49276570009908,"sku":"GEN-14000-1MME","price":10175.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-14000-1MME.jpg?v=1788462595"},{"product_id":"mi-t-m-gen-2000-imm1-2000-watt-gasoline-inverter","title":"MI-T-M GEN-2000-IMM1 2000-Watt Gasoline Inverter","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 inverter generator provides clean power for sensitive electronics and jobsite tools. It is designed for portable use and features an integrated carbon monoxide detection system for operator safety.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1600\u003csmall\u003ewatts\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\"\u003e79\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\"\u003e49.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 and fuel system.\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\u003eInverter Technology\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompact design reduces overall weight, noise levels, and fuel consumption.\u003c\/li\u003e\n\u003cli\u003eDelivers commercial-grade AC power suitable for sensitive electronic equipment.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMaintains total harmonic distortion (THD) below 3%.\u003c\/li\u003e\n\u003cli\u003eConstructed with copper windings for durability.\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\u003eAccess panels allow for maintenance of the spark plug, oil, and air cleaner.\u003c\/li\u003e\n\u003cli\u003eIncludes protective covers for electrical outlets.\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\u003eIntegrated CO detector with automatic engine shutdown.\u003c\/li\u003e\n\u003cli\u003eIncludes DC plug and USB ports for charging electronics.\u003c\/li\u003e\n\u003cli\u003eFeatures idle control, gas ventilation cap, and main circuit breaker.\u003c\/li\u003e\n\u003cli\u003eEquipped with USDA\/USFS-approved spark arrestors.\u003c\/li\u003e\n\u003cli\u003eCSA certified for the Canadian market.\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\"\u003e15\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e2000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e1600 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e79cc Mi-T-M OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V)\u003c\/th\u003e\n\u003ctd\u003e16.7\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V)\u003c\/th\u003e\n\u003ctd\u003e13.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(1) 120V, 20A GFCI Duplex; (1) 12V DC 8.3A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e5000 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e69.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e1.0 gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (at half load)\u003c\/th\u003e\n\u003ctd\u003e6.0 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e49.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e57.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e19.60 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e12.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e18.10 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\"\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\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e1 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\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\"\u003e04\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\/Inverters_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-1503_GEN-2000_2500-iMM1-E-F-S-021323.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\"\u003e05\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 crated with a shipping weight of 57.00 lbs. 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":49276570173748,"sku":"GEN-2000-IMM1","price":1879.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-2000-IMM1.jpg?v=1788462581"},{"product_id":"mi-t-m-gen-2500-imm1-2500-watt-gasoline-inverter","title":"MI-T-M GEN-2500-IMM1 2500-Watt Gasoline Inverter","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 inverter generator provides clean power for sensitive electronics and tools, featuring a 120cc OHV engine designed for portable use.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2500\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2300\u003csmall\u003ewatts\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\"\u003e120\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eNoise Level\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e67.0\u003csmall\u003edB\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\"\u003e57.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\u003eCalifornia residents must verify CARB compliance before ordering.\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\u003eInverter Technology\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompact design reduces overall weight, noise output, and fuel consumption\u003c\/li\u003e\n\u003cli\u003eDelivers stable AC power suitable for sensitive electronic devices\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMaintains total harmonic distortion (THD) below 3%\u003c\/li\u003e\n\u003cli\u003eConstructed with copper windings for durability\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\u003eAccess panels allow for maintenance of the spark plug, oil, and air cleaner\u003c\/li\u003e\n\u003cli\u003eIntegrated outlet covers protect receptacles\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\u003eIncludes CO detector with automatic shutdown functionality\u003c\/li\u003e\n\u003cli\u003eEquipped with DC plug and USB ports\u003c\/li\u003e\n\u003cli\u003eFeatures idle control and main circuit breaker\u003c\/li\u003e\n\u003cli\u003eIncludes USDA\/USFS-approved spark arrestors\u003c\/li\u003e\n\u003cli\u003eETL certified for Canada\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\"\u003e15\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e2500 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e2300 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e120cc Mi-T-M OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V)\u003c\/th\u003e\n\u003ctd\u003e20.8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V)\u003c\/th\u003e\n\u003ctd\u003e19.2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(1) 120V, 20A GFCI Duplex; (1) 12V DC 8.3A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e4400 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e67.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e1.0 gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (at half load)\u003c\/th\u003e\n\u003ctd\u003e5.0 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e57.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e68.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e21.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e13.40 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e19.30 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\"\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\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e1 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\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\"\u003e04\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\/Inverters_Mi-T-M-2qnr07.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-1503_GEN-2000_2500-iMM1-E-F-S-021323-5znkqs.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\"\u003e05\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 68.00 lbs. Freight costs are calculated 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":49276570337588,"sku":"GEN-2500-IMM1","price":2015.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-2500-IMM1.jpg?v=1788462583"},{"product_id":"mi-t-m-gen-3500-imm1-3500-watt-gasoline-inverter","title":"MI-T-M GEN-3500-IMM1 3500-Watt Gasoline Inverter","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 inverter generator provides stable, quiet power for contractors and field technicians requiring clean electricity for sensitive electronics. It features a 212cc OHV engine designed for efficient fuel consumption and reduced noise output.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3500\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3200\u003csmall\u003ewatts\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\"\u003e212\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFuel Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1.8\u003csmall\u003egallons\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\"\u003e66.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 must be CARB compliant; consult 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\u003eInverter Technology\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompact design reduces overall weight, noise levels, and fuel usage\u003c\/li\u003e\n\u003cli\u003eGenerates clean, commercial-grade AC power suitable for sensitive electronic devices\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMaintains total harmonic distortion (THD) below 3%\u003c\/li\u003e\n\u003cli\u003eConstructed with copper windings for durability\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\u003eRemovable access panels simplify maintenance for the spark plug, oil, and air cleaner\u003c\/li\u003e\n\u003cli\u003eIncludes protective covers for all electrical outlets\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\u003eIntegrated carbon monoxide detector with automatic engine shutdown\u003c\/li\u003e\n\u003cli\u003eIncludes 12V DC charging port\u003c\/li\u003e\n\u003cli\u003eEquipped with USB ports for mobile electronics\u003c\/li\u003e\n\u003cli\u003eAutomatic idle control system\u003c\/li\u003e\n\u003cli\u003eFeatures a main circuit breaker\u003c\/li\u003e\n\u003cli\u003eIncludes USDA\/USFS-approved spark arrestor\u003c\/li\u003e\n\u003cli\u003eCSA certified for Canadian markets\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\"\u003e15\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e3500 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e3200 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e212cc Mi-T-M OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V)\u003c\/th\u003e\n\u003ctd\u003e29.2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V)\u003c\/th\u003e\n\u003ctd\u003e26.7\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(1) 120V, 20A GFCI Duplex; (1) 120V, 30A Twist Lock; (1) 12V DC 8.3A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e76.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e1.8 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (at half load)\u003c\/th\u003e\n\u003ctd\u003e8.0 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e66.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e77.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e19.80 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e13.80 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e19.50 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\"\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\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e1 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\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\"\u003e04\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\/Inverters_Mi-T-M-td8f6q.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-1505_GEN-3500-iMM1-E-F-S-072523.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\"\u003e05\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 crated with a shipping weight of 77.00 lbs. Freight is quoted to your 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":49276570501428,"sku":"GEN-3500-IMM1","price":1582.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-3500-IMM1.jpg?v=1788462587"},{"product_id":"mi-t-m-gen-3600-0mm0-3600-watt-gasoline-choremaster-generator","title":"MI-T-M GEN-3600-0MM0 3600-Watt Gasoline ChoreMaster® Generator","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\u003eTransport dependable power to remote job sites or emergency locations with this portable generator. It is designed for contractors and facility managers who require a reliable 212cc OHV engine for consistent power delivery.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3600\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRunning Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3000\u003csmall\u003ewatts\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\"\u003e212\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFuel Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4.0\u003csmall\u003egallons\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\"\u003e102.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 CARB-compliant engines and fuel systems.\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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eEquipped with copper and aluminum windings\u003c\/li\u003e\n\u003cli\u003eCSA certified\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\u003cli\u003eConstructed with a powder-coated wraparound steel frame\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\u003eIntegrated fuel shut-off valve\u003c\/li\u003e\n\u003cli\u003eSupports DC battery charging\u003c\/li\u003e\n\u003cli\u003eIncludes USDA\/USFS-approved spark arrestors\u003c\/li\u003e\n\u003cli\u003eFeatures GFCI 5-20R and NEMA L5-30R receptacles\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e3600 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e3000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e212cc Mi-T-M OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushed 120V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e30.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e25.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V, 30A Twist Lock; (1) 12V DC 8.3A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(1) Main Circuit Breaker; (2) 20A Circuit Breakers, Single Pole; (1) 10A DC Breaker\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e72.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e4.0 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e8.5 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e102.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e134.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e24.90 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e17.60 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e17.90 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\"\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\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e1 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\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\"\u003e04\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\/ChoreMaster-Series_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-1231-GEN-3600_6000_8000-0MM0-E-F-S-100522_compressed.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\"\u003e05\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 crated with a shipping weight of 134.00 lbs. Freight is quoted to your 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":49276570665268,"sku":"GEN-3600-0MM0","price":1350.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-3600-0MM0.jpg?v=1788462579"},{"product_id":"mi-t-m-gen-4000-imm1e-4000-watt-gasoline-inverter","title":"MI-T-M GEN-4000-IMM1E 4000-Watt Gasoline Inverter","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 inverter generator provides stable power for sensitive electronics and jobsite tools. It features a 225cc OHV engine designed for reduced noise and fuel consumption.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3500\u003csmall\u003ewatts\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\"\u003e225\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRun Time\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8.0\u003csmall\u003ehours\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\"\u003e105.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 CARB compliant engines; consult 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\u003eInverter Technology\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompact design reduces overall weight, noise output, and fuel consumption.\u003c\/li\u003e\n\u003cli\u003eDelivers clean AC power suitable for sensitive electronic equipment.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMaintains total harmonic distortion (THD) below 3%.\u003c\/li\u003e\n\u003cli\u003eConstructed with copper windings for durability.\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\u003eAccess panels allow for maintenance of the spark plug, oil, and air cleaner.\u003c\/li\u003e\n\u003cli\u003eIntegrated handles and wheels for transport.\u003c\/li\u003e\n\u003cli\u003eIncludes dedicated tool storage compartment.\u003c\/li\u003e\n\u003cli\u003eOutlets protected by covers.\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\u003eIncludes CO detector with automatic shutdown and ETL certification.\u003c\/li\u003e\n\u003cli\u003eEquipped with DC plug and USB ports.\u003c\/li\u003e\n\u003cli\u003eFeatures idle control and integrated battery charger.\u003c\/li\u003e\n\u003cli\u003eDigital display tracks voltage, hertz, and run hours.\u003c\/li\u003e\n\u003cli\u003eIncludes main circuit breaker and USDA\/USFS-approved spark arrestors.\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\"\u003e15\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e4000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e3500 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e225cc Mi-T-M OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V)\u003c\/th\u003e\n\u003ctd\u003e33.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V)\u003c\/th\u003e\n\u003ctd\u003e29.2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(1) 120V, 20A GFCI Duplex; (1) 120V, 30A Twist Lock; (1) 12V DC 8.3A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e56.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e2.1 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (at half load)\u003c\/th\u003e\n\u003ctd\u003e8.0 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e105.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e118.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e25.40 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e18.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e20.40 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\"\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\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e1 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\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\"\u003e04\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\/Inverters_Mi-T-M-t9l2xn.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-1504_GEN-4000-iMM1E-E-F-S-020223.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\"\u003e05\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 crated with a shipping weight of 118.00 lbs. 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":49276570796340,"sku":"GEN-4000-IMM1E","price":3065.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-4000-IMM1E.jpg?v=1788462593"},{"product_id":"mi-t-m-gen-5000-0mh0-5000-watt-gasoline-generator","title":"MI-T-M GEN-5000-0MH0 5000-Watt Gasoline Generator","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 industrial generator provides reliable power for jobsite tools and lighting. It is built with a 270cc Honda GX270 OHV engine for consistent performance under load.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4400\u003csmall\u003ewatts\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\"\u003e270\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFuel Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5.7\u003csmall\u003egallons\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\"\u003e176.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 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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTotal harmonic distortion (THD) is less than 5%\u003c\/li\u003e\n\u003cli\u003eFeatures copper windings\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\u003ePowder-coated wraparound steel construction\u003c\/li\u003e\n\u003cli\u003eAngled design with four neoprene vibration isolators\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\u003eControl panel includes magnetic circuit breakers and GFCI-protected receptacles\u003c\/li\u003e\n\u003cli\u003eEquipped with a large low-tone muffler\u003c\/li\u003e\n\u003cli\u003eIncludes fuel shut-off valve\u003c\/li\u003e\n\u003cli\u003eIntegrated fuel gauge\u003c\/li\u003e\n\u003cli\u003eHeavy-duty industrial air cleaner\u003c\/li\u003e\n\u003cli\u003eFull power switch\u003c\/li\u003e\n\u003cli\u003eUSDA\/USFS-approved spark arrestor\u003c\/li\u003e\n\u003cli\u003eCSA certified; includes GFCI 5-20R, NEMA L14-20R, and NEMA L5-30R outlets\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e5000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e4400 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e270cc Honda GX270 OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushless 120V\/240V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e41.7\/20.8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e36.7\/18.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V\/240V, 20A Twist Lock; (1) 120V, 30A Twist Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(2) 20A Toggle Circuit Breakers, Single Pole; (1) 20A Toggle Circuit Breaker, Double Pole; (1) 30A Toggle Circuit Breaker, Single Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e73.8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e5.7 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e6.8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e176.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e198.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e29.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e19.75 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e22.50 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\"\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\n\u003cul class=\"eq-rows\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGX-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eHour Meter. Displays number of hours the unit has been in operation\u003c\/span\u003e\n\u003c\/li\u003e\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\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eAlternator\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\/5000-Watt_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-0879_GEN-2500_3000_4000_5000-E-F-S-050924.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 crated with a shipping weight of 198.00 lbs. 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":49276570960180,"sku":"GEN-5000-0MH0","price":3995.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-5000-0MH0.jpg?v=1788462582"},{"product_id":"mi-t-m-gen-5000-0mk0-5000-watt-gasoline-generator","title":"MI-T-M GEN-5000-0MK0 5000-Watt Gasoline Generator","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 industrial generator provides reliable power for jobsite tools and lighting. It features a 277cc Kohler CH395 OHV engine for consistent performance under load.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4400\u003csmall\u003ewatts\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\"\u003e277\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFuel Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5.7\u003csmall\u003egallons\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\"\u003e176.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\u003eNot 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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTotal harmonic distortion (THD) under 5%\u003c\/li\u003e\n\u003cli\u003eCopper windings\u003c\/li\u003e\n\u003cli\u003eBrushless 120V\/240V, 60Hz design\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\u003ePowder-coated wraparound steel construction\u003c\/li\u003e\n\u003cli\u003eFour-point angled neoprene vibration isolators\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\u003eControl panel includes magnetic circuit breakers and GFCI-protected receptacles\u003c\/li\u003e\n\u003cli\u003eLarge low-tone muffler\u003c\/li\u003e\n\u003cli\u003eIntegrated fuel shut-off valve\u003c\/li\u003e\n\u003cli\u003eFuel gauge for monitoring levels\u003c\/li\u003e\n\u003cli\u003eIndustrial-grade air cleaner\u003c\/li\u003e\n\u003cli\u003eFull power switch\u003c\/li\u003e\n\u003cli\u003eUSDA\/USFS-approved spark arrestor\u003c\/li\u003e\n\u003cli\u003eCSA certified; includes GFCI 5-20R, NEMA L14-20R, and NEMA L5-30R outlets\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e5000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e4400 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e277cc Kohler CH395 OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushless 120V\/240V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e41.7\/20.8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e36.7\/18.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V\/240V, 20A Twist Lock; (1) 120V, 30A Twist Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(2) 20A Toggle Circuit Breakers, Single Pole; (1) 20A Toggle Circuit Breaker, Double Pole; (1) 30A Toggle Circuit Breaker, Single Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e73.8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e5.7 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e6.8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e176.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e198.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e29.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e19.75 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e22.50 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\"\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\n\u003cul class=\"eq-rows\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGX-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003eHour Meter. Displays number of hours the unit has been in operation\u003c\/span\u003e\n\u003c\/li\u003e\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\"\u003eRehlko Engine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eAlternator\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\/5000-Watt_Mi-T-M-03g6mv.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-0879_GEN-2500_3000_4000_5000-E-F-S-050924-bjpb37.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 crated with a shipping weight of 198.00 lbs. 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":49276571189556,"sku":"GEN-5000-0MK0","price":3895.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-5000-0MK0.jpg?v=1788462584"},{"product_id":"mi-t-m-gen-6000-0mh0-6000-watt-gasoline-generator","title":"MI-T-M GEN-6000-0MH0 6000-Watt Gasoline Generator","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 generator provides reliable power for jobsite tools and equipment. It is built with a 389cc Honda GX390 OHV engine for consistent performance under load.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMax Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e6000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5000\u003csmall\u003ewatts\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\"\u003eFuel Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e7.3\u003csmall\u003egallons\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\"\u003e210.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 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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTotal harmonic distortion (THD) rating below 5%\u003c\/li\u003e\n\u003cli\u003eCopper winding construction\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\u003ePowder-coated steel wraparound design\u003c\/li\u003e\n\u003cli\u003eFour-point neoprene angled isolator mounting system\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\u003eControl panel includes magnetic circuit breakers and GFCI-protected receptacles\u003c\/li\u003e\n\u003cli\u003eLarge-capacity low-tone muffler\u003c\/li\u003e\n\u003cli\u003eIntegrated fuel shut-off valve\u003c\/li\u003e\n\u003cli\u003eFuel gauge for monitoring levels\u003c\/li\u003e\n\u003cli\u003eAutomatic idle control\u003c\/li\u003e\n\u003cli\u003eDigital display for voltage, hours, and frequency\u003c\/li\u003e\n\u003cli\u003eIndustrial-grade air cleaner\u003c\/li\u003e\n\u003cli\u003eUSDA\/USFS-approved spark arrestor\u003c\/li\u003e\n\u003cli\u003eCSA certified with GFCI 5-20R, NEMA L14-20R, and NEMA L5-30R compliance\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e6000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e5000 watts\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\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushless 120V\/240V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e50.0\/25.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e41.6\/20.8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V\/240V, 20A Twist Lock; (1) 120V, 30A Twist Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(1) Main Circuit Breaker; (2) 20A Circuit Breakers, Single Pole; (1) 30A toggle Circuit Breaker, Single Pole; (1) 30A Toggle Circuit Breaker, Double Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e77.1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e7.3 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e8.0 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e210.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e232.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e29.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e24.40 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e22.50 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\"\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\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eAlternator\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\"\u003e04\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\/6000-Watt-Gasoline_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-0880_GEN-6000_7500_8000-E-F-S-013124.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\"\u003e05\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 crated with a shipping weight of 232.00 lbs. 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":49276571353396,"sku":"GEN-6000-0MH0","price":4795.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-6000-0MH0.jpg?v=1788462586"},{"product_id":"mi-t-m-gen-6000-0mk0-6000-watt-gasoline-generator","title":"MI-T-M GEN-6000-0MK0 6000-Watt Gasoline Generator","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 generator provides reliable power for jobsite tools and equipment. It is designed for contractors requiring consistent output, featuring a 429cc OHV engine for sustained performance.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e6000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5000\u003csmall\u003ewatts\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\"\u003e429\u003csmall\u003ecc\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFuel Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e7.3\u003csmall\u003egallons\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\"\u003e210.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 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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTotal harmonic distortion (THD) rated below 5%\u003c\/li\u003e\n\u003cli\u003eConstructed with copper windings\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\u003ePowder-coated wraparound steel frame\u003c\/li\u003e\n\u003cli\u003eFour-point neoprene isolator mounting system\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\u003eControl panel includes magnetic circuit breakers and GFCI-protected receptacles\u003c\/li\u003e\n\u003cli\u003eLow-tone muffler design\u003c\/li\u003e\n\u003cli\u003eIntegrated fuel shut-off valve\u003c\/li\u003e\n\u003cli\u003eFuel gauge for monitoring levels\u003c\/li\u003e\n\u003cli\u003eAutomatic idle control\u003c\/li\u003e\n\u003cli\u003eDigital display for voltage, hours, and frequency\u003c\/li\u003e\n\u003cli\u003eIndustrial-grade air cleaner\u003c\/li\u003e\n\u003cli\u003eUSDA\/USFS-approved spark arrestor\u003c\/li\u003e\n\u003cli\u003eCSA certified with NEMA-compliant receptacles\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e6000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e5000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e429cc Rehlko CH440 OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushless 120V\/240V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e50.0\/25.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e41.6\/20.8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V\/240V, 20A Twist Lock; (1) 120V, 30A Twist Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(1) Main Circuit Breaker; (2) 20A Circuit Breakers, Single Pole; (1) 30A toggle Circuit Breaker, Single Pole; (1) 30A Toggle Circuit Breaker, Double Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e77.1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e7.3 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e8.0 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e210.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e232.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e29.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e24.40 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e22.50 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\"\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\"\u003eRehlko Engine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eAlternator\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\"\u003e04\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\/6000-Watt-Gasoline_Mi-T-M-xvt60r.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-0880_GEN-6000_7500_8000-E-F-S-013124-4p1gx2.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\"\u003e05\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\u003eThe unit ships crated with a shipping weight of 232.00 lbs. 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":49276571451700,"sku":"GEN-6000-0MK0","price":4435.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-6000-0MK0.jpg?v=1788462596"},{"product_id":"mi-t-m-gen-6000-1mkd-6000-watt-diesel-generator","title":"MI-T-M GEN-6000-1MKD 6000-Watt Diesel Generator","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 diesel generator provides fuel-efficient, reliable power for remote jobsites. It features a 9.1 HP Kohler KD440 OHV engine for consistent performance under load.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e6000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5000\u003csmall\u003ewatts\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\"\u003e9.1\u003csmall\u003eHP\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFuel Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4.0\u003csmall\u003egallons\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\"\u003e280.00\u003csmall\u003elbs.\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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTotal harmonic distortion (THD) maintained below 5%\u003c\/li\u003e\n\u003cli\u003eConstructed with copper windings\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\u003ePowder-coated steel wraparound frame for durability\u003c\/li\u003e\n\u003cli\u003eSix-point neoprene isolator system with angled design\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\u003eControl panel includes magnetic circuit breakers and GFCI-protected receptacles\u003c\/li\u003e\n\u003cli\u003eIntegrated fuel shut-off valve\u003c\/li\u003e\n\u003cli\u003eFuel gauge for monitoring levels\u003c\/li\u003e\n\u003cli\u003eDigital display for voltage, hours, and frequency\u003c\/li\u003e\n\u003cli\u003eIndustrial-grade air cleaner\u003c\/li\u003e\n\u003cli\u003eCSA certified with NEMA L14-20R, NEMA L5-30R, and GFCI 5-20R compliance\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e6000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e5000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHorsepower\/Engine\u003c\/th\u003e\n\u003ctd\u003e9.1 HP Kohler KD440 OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushless 120V\/240V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e50.0\/25.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e41.6\/20.8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V\/240V, 20A Twist Lock; (1) 120V, 30A Twist Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(1) Main Circuit Breaker; (2) 20A Toggle Circuit Breakers, Single Pole; (1) 20A Toggle Circuit Breaker, Double Pole; (1) 30A Toggle Circuit Breaker, Single Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e85.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e4.0 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e10.4 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e280.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e302.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e29.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e24.35 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e22.50 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\"\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\"\u003eRehlko Engine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eAlternator\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\"\u003e04\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\/6000-Watt-Diesel_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-1580-GEN-6000-1MKD-E-S-F.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\"\u003e05\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 crated with a shipping weight of 302.00 lbs. 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":49276571615540,"sku":"GEN-6000-1MKD","price":9970.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-6000-1MKD.jpg?v=1788462592"},{"product_id":"mi-t-m-gen-6500-0mk1-7500-watt-gasoline-generator","title":"MI-T-M GEN-6500-0MK1 7500-Watt Gasoline Generator","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 generator is engineered for demanding job sites, providing consistent power for contractors through a high-displacement overhead valve engine.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e7500\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRunning Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e6500\u003csmall\u003ewatts\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\"\u003e429\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\"\u003e222.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 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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTotal harmonic distortion (THD) is maintained below 5%\u003c\/li\u003e\n\u003cli\u003eFeatures durable copper windings\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\u003eConstructed with a powder-coated wraparound steel frame\u003c\/li\u003e\n\u003cli\u003eIncludes a wheel kit with 10-inch flat-free tires\u003c\/li\u003e\n\u003cli\u003eUtilizes an angled design with four neoprene vibration isolators\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\u003eControl panel features magnetic circuit breakers and GFCI-protected receptacles\u003c\/li\u003e\n\u003cli\u003eIntegrated carbon monoxide detector for operator safety\u003c\/li\u003e\n\u003cli\u003eLarge low-tone muffler reduces noise output\u003c\/li\u003e\n\u003cli\u003eIncludes fuel shut-off valve and integrated fuel gauge\u003c\/li\u003e\n\u003cli\u003eEquipped with idle control and heavy-duty industrial air cleaner\u003c\/li\u003e\n\u003cli\u003eIncludes USDA\/USFS-approved spark arrestor; CSA certified\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e7500 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e6500 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDisplacement\/ Engine\u003c\/th\u003e\n\u003ctd\u003e429cc Rehlko CH440 OHV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushless 120V\/240V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e62.5\/31.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e54.2\/27.1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V, 30A Twist Lock; (1) 120V\/240V, 30A Twist Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(2) 20A Circuit Breakers, Single Pole; (1) 30A Toggle Circuit Breaker, Single Pole; (1) 30A Toggle Circuit Breaker, Double Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e78.2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e6.6 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e6.1 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e222.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e244.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e32.50 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e28.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e27.50 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\"\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\"\u003eRehlko Engine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eAlternator\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\"\u003e04\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\/7500-Watt-up-to-8000-Watt_Mi-T-M-9mt0vj.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-1569_GEN-6500-0MK1-E-F-S-020124.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\"\u003e05\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 crated with a shipping weight of 244.00 lbs. 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":49276571779380,"sku":"GEN-6500-0MK1","price":4695.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-6500-0MK1.jpg?v=1788462587"},{"product_id":"mi-t-m-gen-6500-0mm1-6500-watt-gasoline-choremaster-generator","title":"MI-T-M GEN-6500-0MM1 6500-Watt Gasoline ChoreMaster® Generator","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\u003eTransport dependable power to remote job sites or emergency locations. This unit features a 420cc OHV engine designed for consistent output during extended operation.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e6500\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRunning Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e6500\u003csmall\u003ewatts\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\"\u003eRun Time\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8.8\u003csmall\u003ehours\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\"\u003e183.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 CARB-compliant engines and fuel systems.\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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eConstructed with copper and aluminum windings\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFrame\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003ePowder-coated steel wraparound design\u003c\/li\u003e\n\u003cli\u003eIncludes integrated handle, flat-free tires, and protective outlet covers\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\u003eManual fuel shut-off valve\u003c\/li\u003e\n\u003cli\u003eIntegrated CO detector with automatic engine shutdown\u003c\/li\u003e\n\u003cli\u003eAutomatic idle control\u003c\/li\u003e\n\u003cli\u003eDigital display for voltage, hertz, and run hours\u003c\/li\u003e\n\u003cli\u003eUSDA\/USFS-approved spark arrestor\u003c\/li\u003e\n\u003cli\u003eCSA certified with GFCI 5-20R, NEMA L14-30R, and NEMA L5-30R receptacles\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e6500 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e6500 watts\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\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushed, 120V\/240V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e54.1\/27.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e54.1\/27.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V, 30A Twist Lock; (1) 120V\/240V, 30A Twist Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(1) Main Circuit Breaker; (2) 20A Toggle Circuit Breakers, Single Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e80.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e7.53 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e8.8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e183.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e210.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e27.80 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e20.20 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e21.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\"\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\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e1 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\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\"\u003e04\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\/ChoreMaster-Series_Mi-T-M-2qnr07.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-1558_GEN-6000_8000-0MM1_E-E-F-S-101823.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\"\u003e05\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 crated with a shipping weight of 210.00 lbs. 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":49276571910452,"sku":"GEN-6500-0MM1","price":2185.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-6500-0MM1.jpg?v=1788462587"},{"product_id":"mi-t-m-gen-7500-0mh0-7500-watt-gasoline-generator","title":"MI-T-M GEN-7500-0MH0 7500-Watt Gasoline Generator","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\u003eEngineered for tough jobs, this unit provides reliable power for contractors and fleet operators. It features a 389cc Honda GX390 OHV engine for consistent performance under load.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e7500\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e6500\u003csmall\u003ewatts\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\"\u003eFuel Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e7.3\u003csmall\u003egallons\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\"\u003e233.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 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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTotal harmonic distortion (THD) under 5%\u003c\/li\u003e\n\u003cli\u003eCopper windings\u003c\/li\u003e\n\u003cli\u003eBrushless 120V\/240V, 60Hz design\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\u003ePowder-coated wraparound steel construction\u003c\/li\u003e\n\u003cli\u003eFour-point angled neoprene isolator mounting\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\u003eControl panel with magnetic circuit breakers and GFCI-protected receptacles\u003c\/li\u003e\n\u003cli\u003eLarge low-tone muffler\u003c\/li\u003e\n\u003cli\u003eIntegrated fuel shut-off valve\u003c\/li\u003e\n\u003cli\u003eFuel gauge\u003c\/li\u003e\n\u003cli\u003eAutomatic idle control\u003c\/li\u003e\n\u003cli\u003eDigital display for voltage, hours, and frequency\u003c\/li\u003e\n\u003cli\u003eIndustrial-grade air cleaner\u003c\/li\u003e\n\u003cli\u003eUSDA\/USFS-approved spark arrestor\u003c\/li\u003e\n\u003cli\u003eCSA certified\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e7500 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e6500 watts\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\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushless 120V\/240V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e62.5\/31.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e54.2\/27.1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V, 30A Twist Lock; (1) 120V\/240V, 30A Twist Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(2) 20A Circuit Breakers, Single Pole; (1) 30A Toggle Circuit Breaker, Single Pole; (1) 30A Toggle Circuit Breaker, Double Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e80.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e7.3 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e6.9 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e233.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e255.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e29.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e24.40 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e22.50 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\"\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\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eAlternator\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\"\u003e04\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\/7500-Watt-up-to-8000-Watt_Mi-T-M-vxqhjl.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-0880_GEN-6000_7500_8000-E-F-S-013124-mpdswm.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\"\u003e05\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 crated with a shipping weight of 255.00 lbs. 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":49276572074292,"sku":"GEN-7500-0MH0","price":4961.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-7500-0MH0.jpg?v=1788462589"},{"product_id":"mi-t-m-gen-8000-0mm1e-8000-watt-gasoline-choremaster-generator","title":"MI-T-M GEN-8000-0MM1E 8000-Watt Gasoline ChoreMaster® Generator","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\u003eTransport dependable power to remote job sites or emergency locations with this portable generator. It features a 420cc OHV engine designed for consistent output during extended operation.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMax Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e7200\u003csmall\u003ewatts\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\"\u003eFuel Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e7.53\u003csmall\u003egallons\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\"\u003e192.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 CARB-compliant engines and fuel systems.\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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCopper windings\u003c\/li\u003e\n\u003cli\u003eCSA Certified\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\u003ePowder-coated wraparound steel design\u003c\/li\u003e\n\u003cli\u003eIncludes handle, flat-free tires, and protective outlet covers\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\u003eFuel shut-off valve\u003c\/li\u003e\n\u003cli\u003eCO detector with automatic shutdown\u003c\/li\u003e\n\u003cli\u003eIdle control system\u003c\/li\u003e\n\u003cli\u003eDigital display for voltage, hertz, and run hours\u003c\/li\u003e\n\u003cli\u003eUSDA\/USFS-approved spark arrestors\u003c\/li\u003e\n\u003cli\u003eElectric start with sealed battery included\u003c\/li\u003e\n\u003cli\u003eGFCI 5-20R, NEMA L14-30R, and NEMA L5-30R receptacles\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e8000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e7200 watts\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\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushed, 120V\/240V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e66.6\/33.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e60.0\/30.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V, 30A Twist Lock; (1) 120V\/240V, 30A Twist Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(1) Main Circuit Breaker; (2) 20A Toggle Circuit Breakers, Single Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e85.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e7.53 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e6.5 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e192.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e218.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e27.80 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e20.20 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e21.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\"\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\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e1 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\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\"\u003e04\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\/ChoreMaster-Series_Mi-T-M-t9l2xn.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-1558_GEN-6000_8000-0MM1_E-E-F-S-101823-7j5xk5.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\"\u003e05\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 crated with a shipping weight of 218.00 lbs. 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":49276572238132,"sku":"GEN-8000-0MM1E","price":2495.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-8000-0MM1E.jpg?v=1788462588"},{"product_id":"mi-t-m-gen-8000-imm1e-7300-watt-gasoline-inverter","title":"MI-T-M GEN-8000-IMM1E 7300-Watt Gasoline Inverter","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 inverter generator provides clean power for sensitive electronics and jobsite equipment. It features a 420cc OHV engine designed for consistent output and fuel efficiency.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e7300\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e6800\u003csmall\u003ewatts\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\"\u003eFuel Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5.5\u003csmall\u003egallons\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\"\u003e227.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 CARB-compliant engines and fuel systems.\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\u003eInverter Technology\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eOptimized for reduced weight, noise levels, and fuel consumption\u003c\/li\u003e\n\u003cli\u003eDelivers commercial-grade AC power suitable for sensitive electronic devices\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTotal harmonic distortion (THD) rated at less than 3%\u003c\/li\u003e\n\u003cli\u003eConstructed with copper windings\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\u003eRemovable access panels for maintenance of spark plug, oil, and air cleaner\u003c\/li\u003e\n\u003cli\u003eIntegrated handles and wheels for mobility\u003c\/li\u003e\n\u003cli\u003eProtective covers for all outlets\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\u003eIntegrated CO detector with automatic shutdown capability\u003c\/li\u003e\n\u003cli\u003eIncludes DC plug and USB ports\u003c\/li\u003e\n\u003cli\u003eFeatures idle control and battery charger\u003c\/li\u003e\n\u003cli\u003eDigital display monitors voltage, hertz, and run hours\u003c\/li\u003e\n\u003cli\u003eEquipped with main circuit breaker and USDA\/USFS-approved spark arrestors\u003c\/li\u003e\n\u003cli\u003eETL certified for Canada\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\"\u003e15\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e7300 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e6800 watts\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\"\u003eMax. Amps (120V)\u003c\/th\u003e\n\u003ctd\u003e60.8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V)\u003c\/th\u003e\n\u003ctd\u003e56.7\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V, 30A Twist Lock; (1) 120V\/240V, 30A Twist Lock; (1) 12V DC 8.3A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e70.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e5.5 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (at half load)\u003c\/th\u003e\n\u003ctd\u003e9.0 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e227.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e238.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e34.30 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e28.60 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e27.10 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\"\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\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e1 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\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\"\u003e04\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\/Inverters_Mi-T-M-5g51py.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-1509_GEN-8000-iMM1E-E-F-S-080823.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\"\u003e05\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 crated with a shipping weight of 238.00 lbs. 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":49276572401972,"sku":"GEN-8000-IMM1E","price":4961.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-8000-IMM1E.jpg?v=1788462593"},{"product_id":"mi-t-m-gen-8000-mmm0-8000-watt-gasoline-generator","title":"MI-T-M GEN-8000-MMM0 8000-Watt Gasoline Generator","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 generator provides reliable power for demanding job sites. It features a 420cc OHV engine designed for consistent performance under load.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMax Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRated Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e7200\u003csmall\u003ewatts\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\"\u003eFuel Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e6.6\u003csmall\u003egallons\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\"\u003e222.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 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\u003eAlternator\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTotal harmonic distortion (THD) is less than 5%\u003c\/li\u003e\n\u003cli\u003eFeatures copper windings\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\u003ePowder-coated wraparound steel construction\u003c\/li\u003e\n\u003cli\u003eAngled design with four neoprene vibration isolators\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\u003eControl panel includes magnetic circuit breakers and GFCI-protected receptacles\u003c\/li\u003e\n\u003cli\u003eEquipped with a large low-tone muffler\u003c\/li\u003e\n\u003cli\u003eIncludes fuel shut-off valve and integrated fuel gauge\u003c\/li\u003e\n\u003cli\u003eFeatures idle control and hour meter\u003c\/li\u003e\n\u003cli\u003eHeavy-duty industrial air cleaner\u003c\/li\u003e\n\u003cli\u003eIncludes USDA\/USFS-approved spark arrestors\u003c\/li\u003e\n\u003cli\u003eElectric start system with sealed battery included\u003c\/li\u003e\n\u003cli\u003eCSA certified with GFCI 5-20R, NEMA L14-30R, and NEMA L5-30R compliance\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\"\u003e17\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\"\u003eMax. AC Output\u003c\/th\u003e\n\u003ctd\u003e8000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated AC Output\u003c\/th\u003e\n\u003ctd\u003e7200 watts\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\"\u003eAlternator\u003c\/th\u003e\n\u003ctd\u003eBrushless 120V\/240V, 60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMax. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e66.7\/33.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCont. Amps (120V\/240V)\u003c\/th\u003e\n\u003ctd\u003e60.0\/30.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReceptacles\u003c\/th\u003e\n\u003ctd\u003e(2) 120V, 20A GFCI Duplex; (1) 120V, 30A Twist Lock; (1) 120V\/240V, 30A Twist Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCircuit Breakers\u003c\/th\u003e\n\u003ctd\u003e(2) 20A Circuit Breakers, Single Pole; (1) 30A Toggle Circuit Breaker, Single Pole; (1) 30A Toggle Circuit Breaker, Double Pole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRated Speed\u003c\/th\u003e\n\u003ctd\u003e3600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDecibel Rating\u003c\/th\u003e\n\u003ctd\u003e85.0\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFuel Capacity\u003c\/th\u003e\n\u003ctd\u003e6.6 gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRun Time (At Full Load)\u003c\/th\u003e\n\u003ctd\u003e5.4 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e222.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e254.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e29.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e24.40 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e22.50 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\"\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\"\u003eMi-T-M Engine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eAlternator\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\"\u003e04\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\/7500-Watt-up-to-8000-Watt_Mi-T-M-sqg05x.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-0880_GEN-6000_7500_8000-E-F-S-013124-44pbr1.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\"\u003e05\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 crated with a shipping weight of 254.00 lbs. 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":49276572598580,"sku":"GEN-8000-MMM0","price":3995.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-GEN-8000-MMM0.jpg?v=1788462598"},{"product_id":"mi-t-m-eps-0305-0vf3m-epowerstation","title":"MI-T-M EPS-0305-0VF3M ePowerStation","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 large capacity, environmentally responsible power solution is designed for contractors requiring portable, emission-free electricity. It features a 5.0kWh lithium-ion battery system for quiet, fuel-free operation.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eContinuous Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMax Output\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e9000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eBattery Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5.0\u003csmall\u003ekWh\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\"\u003e250.00\u003csmall\u003elbs.\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\u003eVanguard Battery Technology\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eLithium-ion battery utilizing nickel manganese cobalt (NMC) cells\u003c\/li\u003e\n\u003cli\u003eSupports simultaneous charging and discharging\u003c\/li\u003e\n\u003cli\u003eBatteries are recyclable and serviceable through authorized Vanguard centers\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\u003eSteel frame with powder coat finish\u003c\/li\u003e\n\u003cli\u003eEquipped with 13-inch flat-free tires and locking brake\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eDigital Display\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eHome screen indicates power levels and estimated run time\u003c\/li\u003e\n\u003cli\u003eDiagnostic screen provides battery status, charger performance, and system alerts\u003c\/li\u003e\n\u003cli\u003eRun time screen displays current load, state of charge, and projected duration\u003c\/li\u003e\n\u003cli\u003eIntegrated calculator estimates run time based on load and battery capacity\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\u003eKeyed security lock secures EBOX to the unit\u003c\/li\u003e\n\u003cli\u003e3000-watt rated charger and inverter\u003c\/li\u003e\n\u003cli\u003eIncludes 120V charging cord\u003c\/li\u003e\n\u003cli\u003eWater-resistant battery and charger housing\u003c\/li\u003e\n\u003cli\u003eIncludes GFCI 5-20R with USB\/USB-C, NEMA L14-30R, and NEMA L5-30R outlets\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eBattery Safety and Certifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eIntegrated BMS monitors cell voltage, current, resistance, and temperature\u003c\/li\u003e\n\u003cli\u003eUL 1642 cell safety certified\u003c\/li\u003e\n\u003cli\u003eUL\/IEC pack performance certified\u003c\/li\u003e\n\u003cli\u003eREACH and Battery Directive (2006\/66\/EC) compliant\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\"\u003e12\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\"\u003eOutput: Continuous Wattage\u003c\/th\u003e\n\u003ctd\u003e3000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOutput: Max Output\u003c\/th\u003e\n\u003ctd\u003e9,000 watts (20 sec.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOutput: Power (AC)\u003c\/th\u003e\n\u003ctd\u003e120V, 25A, 60Hz, 1Ø\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLithium-ion Battery: Capacity\u003c\/th\u003e\n\u003ctd\u003e5.0kWh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLithium-ion Battery: Voltage (DC)\u003c\/th\u003e\n\u003ctd\u003e48V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBattery Charger Charging Time: 0 to 100%\u003c\/th\u003e\n\u003ctd\u003e4 hours \/ 2.5 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBattery Charger Charging Time: 0 to 80%\u003c\/th\u003e\n\u003ctd\u003e2.7 hours \/ 1.7 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e250.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e325.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e45.13 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e24.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e35.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\"\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\u003cspan class=\"eq-rowtext\"\u003eEBOX-0001-M. (1) 20A, 120V, GFCI with USB and USB-C \/ (1) 30A, 120V twist lock \/ (1) 30A, 120V\/240V twist lock\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eEBOX-0002-M. (1) 30A, 120V twist lock \/ (2) 20A, 120V, GFCI with USB and USB-C\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eEBOX-0003-M. (4) 20A, 120V, GFCI with USB and USB-C\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eEBOX-0004-M. (1) 30A, 120V\/240V twist lock \/ (2) 20A, 120V, GFCI with USB and USB-C\u003c\/span\u003e\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\"\u003e8 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eBattery\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e3 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eCharger\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eUnit\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e1 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eInverter\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\/ePS_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\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 crated with a shipping weight of 325.00 lbs. 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":49276586656052,"sku":"EPS-0305-0VF3M","price":16800.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-EPS-0305-0VF3M.jpg?v=1788462584"},{"product_id":"mi-t-m-eps-0607-0vf3m-epowerstation","title":"MI-T-M EPS-0607-0VF3M ePowerStation","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 large-capacity power station provides a fuel-free, silent alternative to traditional generators for contractors working in noise-sensitive environments. It features a 7.0kWh lithium-ion battery system capable of delivering 6,000 watts of continuous power.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eContinuous Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e6000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePeak Watts\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e18000\u003csmall\u003ewatts\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eBattery Capacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e7.0\u003csmall\u003ekWh\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\"\u003e305.00\u003csmall\u003elbs.\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\u003eVanguard Battery Technology\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eLithium-ion battery utilizing nickel manganese cobalt (NMC) cells\u003c\/li\u003e\n\u003cli\u003eSupports simultaneous charge and discharge operations\u003c\/li\u003e\n\u003cli\u003eBatteries are fully recyclable and serviceable via authorized Vanguard service centers\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\u003eConstructed with a powder-coated steel frame\u003c\/li\u003e\n\u003cli\u003eEquipped with 13-inch flat-free tires and a locking tire brake\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eDigital Display\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eHome screen provides real-time power levels and estimated run time\u003c\/li\u003e\n\u003cli\u003eDiagnostic screen monitors battery status, charger performance, and system alerts\u003c\/li\u003e\n\u003cli\u003eRun time screen displays current load, state of charge, and projected run time\u003c\/li\u003e\n\u003cli\u003eIntegrated calculator estimates run time based on active load and battery level\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\u003eKeyed security lock secures the EBOX to the main unit\u003c\/li\u003e\n\u003cli\u003e3000-watt integrated charger\u003c\/li\u003e\n\u003cli\u003eIncludes 120V charging cord\u003c\/li\u003e\n\u003cli\u003eWater-resistant battery and charger housing\u003c\/li\u003e\n\u003cli\u003e6000-watt inverter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eBattery Safety and Certifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eIntegrated Battery Management System (BMS) monitors cell voltage, current, resistance, and temperature\u003c\/li\u003e\n\u003cli\u003eUL 1642 cell safety certified\u003c\/li\u003e\n\u003cli\u003eUL\/IEC pack performance compliant\u003c\/li\u003e\n\u003cli\u003eMeets REACH and Battery Directive (2006\/66\/EC) environmental standards\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\"\u003e12\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\"\u003eOutput: Continuous Wattage\u003c\/th\u003e\n\u003ctd\u003e6000 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOutput: Max Output\u003c\/th\u003e\n\u003ctd\u003e18,000 watts (10 sec.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOutput: Power (AC)\u003c\/th\u003e\n\u003ctd\u003e120V\/240V, 50A\/25A, 60Hz, 1Ø\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLithium-ion Battery: Capacity\u003c\/th\u003e\n\u003ctd\u003e7.0kWh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLithium-ion Battery: Voltage (DC)\u003c\/th\u003e\n\u003ctd\u003e48V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBattery Charger Charging Time: 0 to 100%\u003c\/th\u003e\n\u003ctd\u003e6 hours \/ 3 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBattery Charger Charging Time: 0 to 80%\u003c\/th\u003e\n\u003ctd\u003e4 hours \/ 2 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\u003ctd\u003e305.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e380.00 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e45.13 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e24.00 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e35.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\"\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\u003cspan class=\"eq-rowtext\"\u003eEBOX-0001-M. (1) 20A, 120V, GFCI with USB and USB-C \/ (1) 30A, 120V twist lock \/ (1) 30A, 120V\/240V twist lock\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eEBOX-0002-M. (1) 30A, 120V twist lock \/ (2) 20A, 120V, GFCI with USB and USB-C\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eEBOX-0003-M. (4) 20A, 120V, GFCI with USB and USB-C\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"eq-rowtext\"\u003eEBOX-0004-M. (1) 30A, 120V\/240V twist lock \/ (2) 20A, 120V, GFCI with USB and USB-C\u003c\/span\u003e\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\"\u003e8 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eBattery\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e3 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eCharger\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e2 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eUnit\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-wv\"\u003e1 Year\u003c\/span\u003e\u003cspan class=\"eq-wk\"\u003eInverter\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\/ePS_Mi-T-M-2qnr07.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\u003eThe unit ships crated with a shipping weight of 380.00 lbs. 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":49276586754356,"sku":"EPS-0607-0VF3M","price":20000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-EPS-0607-0VF3M.jpg?v=1788462597"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/collections\/Mi-T-M_Corporation_Logo_9b37a2ba-2435-408d-9742-e09b8a3bed68.png?v=1788321441","url":"https:\/\/hydrotechnologysystems.supply\/collections\/mi-t-m-generators\/choremaster.oembed","provider":"HTS Supply LLC","version":"1.0","type":"link"}