{"title":"MI-T-M Accessories \u0026 Parts","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\u003eSend the Model Number, Get the Right Part\u003c\/h2\u003e\n\u003cp\u003eHoses, nozzles, trigger guns, wands, reels, surface cleaners, injectors and detergents, straight off the MI-T-M factory parts list.\u003c\/p\u003e\n\u003cdiv class=\"mtmb-actions\"\u003e\n\u003ca class=\"mtmb-btn\" href=\"#mtm-products\"\u003eShop Parts\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\/2023\/products\/pressure-washers\/accessories\/connectors-couplers-fittings.png\" alt=\"Genuine MI-T-M quick connect plug in factory packaging\" 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 Accessories \u0026amp; Parts\" placeholder=\"Model or part number: Part number: 15-0006, 18-0017, 50-0164, AW-7017-1800\"\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 Accessories by type\"\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/hoses\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e01\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eHoses\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/nozzles\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e02\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eNozzles\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/gun-and-wand-assemblies\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e03\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eGuns \u0026amp; Wands\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/hose-reels\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e04\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eHose Reels\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/rotary-surface-cleaners\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e05\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eSurface Cleaners\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/connectors-couplers-and-fittings\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e06\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eCouplers \u0026amp; Fittings\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/detergent-and-sand-injectors\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e07\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eInjectors\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/detergents-oils-and-degreasers\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e08\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eDetergents \u0026amp; Oils\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/wand-extensions\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e09\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eWand Extensions\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/extended-reach-wands\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e10\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eExtended Reach\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/parts-boxes\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e11\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eParts Boxes\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/o-rings\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e12\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eO-Rings\u003c\/span\u003e\u003c\/a\u003e\n\u003ca class=\"mtmb-type\" href=\"\/collections\/mi-t-m-accessories-parts\/air-compressors\"\u003e\u003cspan class=\"mtmb-type-num\"\u003e13\u003c\/span\u003e\u003cspan class=\"mtmb-type-name\"\u003eAir Compressor Parts\u003c\/span\u003e\u003c\/a\u003e\n\u003cspan class=\"mtmb-type-filler\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003cspan class=\"mtmb-type-filler\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003cspan class=\"mtmb-type-filler\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/nav\u003e\n\u003csection\u003e\n\u003cdiv class=\"mtmb-info-head\"\u003eFinding the Right Part\u003c\/div\u003e\n\u003cdiv class=\"mtmb-info-cols\"\u003e\n\u003cdiv\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eHow do I find the right MI-T-M part number?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cp\u003eThe fastest route is the part number itself - search it in the bar above. If you only have the machine, find the model and serial number on the data plate and send both to us; we will pull the correct part from the factory parts list.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eWill these parts fit my machine?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cp\u003eThese are genuine MI-T-M parts. Fitment is by model and serial number, because MI-T-M revises components mid-production. Always confirm with the serial number before ordering wear items, pumps, unloaders and coils.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eWhat should I keep on the shelf?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cul\u003e\n\u003cli\u003eSpare trigger gun and a full nozzle set\u003c\/li\u003e\n\u003cli\u003ePump oil and o-ring lubricant\u003c\/li\u003e\n\u003cli\u003eA replacement parts box for your pump\u003c\/li\u003e\n\u003cli\u003eSpare high-pressure hose and couplers\u003c\/li\u003e\n\u003cli\u003eInlet screen and air filter elements\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eDo you stock accessories for air compressors too?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cp\u003eYes. Air hose, couplers, plugs, regulators, filter elements and canisters are in this collection under the Air Compressor Parts tag.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eWhat do you need from me to quote a machine?\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\u003cp\u003eSend the model number if you have one. If you do not, tell us the application, the surface or material, whether you need hot or cold water, the power source available (gas, diesel, single-phase, three-phase), and the delivery destination.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"mtmb-details\"\u003e\u003csummary\u003eManuals, parts and support\u003c\/summary\u003e\u003cdiv class=\"mtmb-details-content\"\u003e\n\u003cp\u003eFind the model number on the equipment data plate before requesting parts or support. Complete model numbers return the fastest quote.\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.mitm.com\/support\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eMI-T-M Manuals \u0026amp; Support\u003c\/a\u003e  ·  \u003ca href=\"\/collections\/mi-t-m-accessories-parts\"\u003eAccessories \u0026amp; Parts\u003c\/a\u003e  ·  \u003ca href=\"tel:+15042284049\"\u003eCall 504-228-4049\u003c\/a\u003e  ·  \u003ca href=\"mailto:sales@hydrotechnologysystems.supply\"\u003esales@hydrotechnologysystems.supply\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mtmb-more\"\u003e\n\u003cspan class=\"mtmb-more-head\"\u003eMore MI-T-M equipment\u003c\/span\u003e\n\u003cnav class=\"mtmb-more-nav\" aria-label=\"MI-T-M collections\"\u003e\u003ca href=\"\/collections\/mi-t-m-pressure-washers\"\u003ePressure Washers\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-air-compressors\"\u003eAir Compressors\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-air-compressor-generators\"\u003eAir Compressor Generators\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-generators\"\u003eGenerators\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-water-treatment-systems\"\u003eWater Treatment\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-portable-heaters\"\u003ePortable Heaters\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-water-pumps\"\u003eWater Pumps\u003c\/a\u003e \u003ca href=\"\/collections\/mi-t-m-floor-care\"\u003eFloor Care\u003c\/a\u003e \u003ca 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 class=\"is-active\" 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-filters-13-18-gallon-vacuums-19-0234","title":"MI-T-M Filters - 13 \u0026 18-Gallon Vacuums 19-0234","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 HEPA filter is designed for 13 and 18-gallon vacuums to capture fine particulates. It is intended for contractors requiring high-efficiency filtration for clean room applications or fine dust management.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eEfficiency\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e99.7\u003csmall\u003e%\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eRating\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e0.3\u003csmall\u003emicron\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\u003eHydro Flow Filter Kit\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eIncludes 19-0230 filter, support plate, and mounting hardware (852-0193)\u003c\/li\u003e\n\u003cli\u003eEngineered for continuous water recovery\u003c\/li\u003e\n\u003cli\u003eResists clogging and material degradation\u003c\/li\u003e\n\u003cli\u003eMaintains consistent air flow\u003c\/li\u003e\n\u003cli\u003eWater-resistant construction\u003c\/li\u003e\n\u003cli\u003eSuitable for wet or dry applications\u003c\/li\u003e\n\u003cli\u003eFully washable\u003c\/li\u003e\n\u003cli\u003e99.5% efficiency at 1.0-micron\u003c\/li\u003e\n\u003cli\u003e1.0-micron rating protects motor from drywall dust\u003c\/li\u003e\n\u003cli\u003eReduces exhaust-side particulate discharge\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eHigh Efficiency Particulate Air (HEPA) Filter\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eModel 19-0234\u003c\/li\u003e\n\u003cli\u003eSpecified for fine dust and clean room environments\u003c\/li\u003e\n\u003cli\u003eResists clogging and material degradation\u003c\/li\u003e\n\u003cli\u003eMaintains consistent air flow\u003c\/li\u003e\n\u003cli\u003eWater-resistant construction\u003c\/li\u003e\n\u003cli\u003eFully washable\u003c\/li\u003e\n\u003cli\u003e99.7% efficiency at 0.3-micron\u003c\/li\u003e\n\u003cli\u003e0.3-micron rating prevents solid particulate recirculation\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\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e3\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e19-0230\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e852-0193\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e19-0234\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via standard parcel service. 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":49276564865332,"sku":"19-0234","price":210.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-filters-13-18-gallon-vacuums-1828.jpg?v=1788462587"},{"product_id":"mi-t-m-13-inch-hose-reels-50-0164","title":"MI-T-M 13-Inch Hose Reels 50-0164","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 hose reel provides organized storage for pressure washer hoses. It is intended for contractors managing up to 100 feet of hose on systems rated for 4000 PSI or less.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCapacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e100\u003csmall\u003eft\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePressure\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4000\u003csmall\u003epsi\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eWidth\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e13\u003csmall\u003ein\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\u003eMounting requires bracket 13-0208A18 or 13-0210A18; elbow 24-0105 is required for jumper hose installation.\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAccommodates up to 100 feet of hose\u003c\/li\u003e\n\u003cli\u003eRated for pressure washers up to 4000 PSI\u003c\/li\u003e\n\u003cli\u003e13-inch reel width\u003c\/li\u003e\n\u003cli\u003eDoes not include swivel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\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-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e50-0195\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e50-0164\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 as a single component; 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":49276564898100,"sku":"50-0164","price":881.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-13-inch-hose-reels-2043.jpg?v=1788462460"},{"product_id":"mi-t-m-lifting-hooks-aw-5090-0004","title":"MI-T-M Lifting Hooks AW-5090-0004","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 lifting hook provides a secure attachment point for overhead equipment transport. It is engineered for contractors requiring frequent site mobility and is constructed from heavy-duty powder-coated steel.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/4\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFinish\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003ePowder coated\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eCompatibility and Construction\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with GEN-6000-0MH0, GEN-6000-0MK0, GEN-6500-MMM0, GEN-7500-0MH0, and GEN-8000-MMM0 generator models.\u003c\/li\u003e\n\u003cli\u003eFabricated from 1\/4-inch powder-coated steel.\u003c\/li\u003e\n\u003cli\u003eAttaches to the generator frame using included U-bolts.\u003c\/li\u003e\n\u003cli\u003eDesign features a fold-down mechanism for clearance when not in use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-5090-0003\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-5090-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-5090-0009\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-5090-0011\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships as a single component; 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":49276564930868,"sku":"AW-5090-0004","price":132.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-lifting-hooks-1811.jpg?v=1788462597"},{"product_id":"mi-t-m-aw-9500-0000-wall-mount-bracket-13-18-gallon-vacuums","title":"MI-T-M AW-9500-0000 Wall-Mount Bracket - 13 \u0026 18-Gallon Vacuums","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 wall-mount bracket creates a permanent cleaning station for shop environments. It is designed for contractors needing to clear floor space by securing 13 and 18-gallon vacuums to vertical surfaces using a powder-coated steel frame.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCompatibility\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e13 and 18\u003csmall\u003egallon\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003ePowder coated\u003csmall\u003esteel\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eMounting Hardware\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eEnables permanent installation of vacuum units\u003c\/li\u003e\n\u003cli\u003eOptimizes floor space through wall-mounted storage\u003c\/li\u003e\n\u003cli\u003eConstructed from powder-coated steel for durability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 item ships as a single component. Freight is quoted based on the delivery address.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this machine to your application? Call us and we’ll spec it with you.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276564996404,"sku":"AW-9500-0000","price":371.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-AW-9500-0000.jpg?v=1788462517"},{"product_id":"mi-t-m-filters-13-18-gallon-vacuums-852-0193","title":"MI-T-M Filters - 13 \u0026 18-Gallon Vacuums 852-0193","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 filter kit provides continuous water pick-up for 13 and 18-gallon vacuums. It is intended for contractors requiring high-efficiency filtration and moisture resistance during wet or dry operation.\u003c\/p\u003e\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\u003eHydro Flow Filter Kit\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eIncludes 19-0230 filter, support plate, and installation hardware\u003c\/li\u003e\n\u003cli\u003eEngineered for continuous water pick-up\u003c\/li\u003e\n\u003cli\u003eResists clogging and material deterioration\u003c\/li\u003e\n\u003cli\u003eMaintains maximum air flow\u003c\/li\u003e\n\u003cli\u003eWater-resistant construction\u003c\/li\u003e\n\u003cli\u003eSuitable for wet or dry applications\u003c\/li\u003e\n\u003cli\u003eFully washable\u003c\/li\u003e\n\u003cli\u003e99.5% efficiency at 1.0-micron\u003c\/li\u003e\n\u003cli\u003e1.0-micron rating protects motor from drywall dust\u003c\/li\u003e\n\u003cli\u003eReduces exhaust-borne particulates\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eHigh Efficiency Particulate Air (HEPA) Filter\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eModel 19-0234\u003c\/li\u003e\n\u003cli\u003eRecommended for fine dust and clean room environments\u003c\/li\u003e\n\u003cli\u003eResists clogging and material deterioration\u003c\/li\u003e\n\u003cli\u003eMaintains maximum air flow\u003c\/li\u003e\n\u003cli\u003eWater-resistant construction\u003c\/li\u003e\n\u003cli\u003eFully washable\u003c\/li\u003e\n\u003cli\u003e99.7% efficiency at 0.3-micron\u003c\/li\u003e\n\u003cli\u003e0.3-micron rating captures solid particulates to prevent recirculation\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\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e3\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e19-0230\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e852-0193\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e19-0234\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via standard parcel service. 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":49276565029172,"sku":"852-0193","price":227.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-filters-13-18-gallon-vacuums-1828.jpg?v=1788462587"},{"product_id":"mi-t-m-lifting-hooks-aw-5090-0009","title":"MI-T-M Lifting Hooks AW-5090-0009","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 lifting hook provides a dedicated attachment point for easier generator portability. It is designed for specific generator models and features a durable powder-coated steel construction.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/4\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eAttachment\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eU-bolt\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eCompatibility and Design\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with GEN-3600-0MM0; additional kits available for GEN-5000, GEN-6000, GEN-6500, GEN-7500, and GEN-8000 series generators.\u003c\/li\u003e\n\u003cli\u003eConstructed from 1\/4-inch powder-coated steel.\u003c\/li\u003e\n\u003cli\u003eSecures to the generator frame using included U-bolts.\u003c\/li\u003e\n\u003cli\u003eFeatures a folding design to remain flush when not in use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-5090-0003\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-5090-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-5090-0009\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-5090-0011\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships as a single component. 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":49276565061940,"sku":"AW-5090-0009","price":122.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-lifting-hooks-1811.jpg?v=1788462597"},{"product_id":"mi-t-m-13-inch-hose-reels-50-0195","title":"MI-T-M 13-Inch Hose Reels 50-0195","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 hose reel provides organized storage for pressure washer hoses. It is designed for contractors requiring a compact mounting solution for hoses up to 150 feet in length.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCapacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e150\u003csmall\u003eft\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePressure\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4000\u003csmall\u003epsi\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eWidth\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e13\u003csmall\u003ein\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\u003eMounting requires 13-0208A18 45-degree bracket or 13-0210A18 90-degree bracket; 24-0105 elbow is required for jumper hose mounting.\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAccommodates up to 150 feet of pressure washer hose\u003c\/li\u003e\n\u003cli\u003eRated for operating pressures up to 4000 PSI\u003c\/li\u003e\n\u003cli\u003e13-inch reel width\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\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-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e50-0195\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e50-0164\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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. 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":49276565127476,"sku":"50-0195","price":1474.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-13-inch-hose-reels-2043.jpg?v=1788462460"},{"product_id":"mi-t-m-aw-9500-0001-vacuum-bag-and-hose-hanger-13-18-gallon-vacuums","title":"MI-T-M AW-9500-0001 Vacuum Bag and Hose Hanger - 13 \u0026 18-Gallon Vacuums","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 storage accessory system organizes hoses and tools for 13 and 18-gallon vacuums. It is constructed from 600-denier vinyl-backed polyester for durability in shop environments.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCompatibility\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e13 \u0026amp; 18\u003csmall\u003egallon\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e600-denier\u003csmall\u003epolyester\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eStorage and Compatibility\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDesigned for 13 and 18-gallon vacuum units\u003c\/li\u003e\n\u003cli\u003eIncludes integrated hanger for vacuum hose\u003c\/li\u003e\n\u003cli\u003eAccessory bag accommodates two-piece aluminum extension wands, floor tools, and hand tools\u003c\/li\u003e\n\u003cli\u003eConstructed from 600-denier vinyl-backed polyester\u003c\/li\u003e\n\u003cli\u003eSurface is cleanable with soap and water\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 item ships as a standard parcel. Freight is quoted based on the delivery address.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this machine to your application? Call us and we’ll spec it with you.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276565193012,"sku":"AW-9500-0001","price":140.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-AW-9500-0001.jpg?v=1788462525"},{"product_id":"mi-t-m-filters-9-gallon-vacuum-19-0221","title":"MI-T-M Filters - 9-Gallon Vacuum 19-0221","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 replacement cartridge filter is engineered for 9-gallon vacuum systems. It is intended for contractors requiring consistent filtration performance during dry debris collection.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCapacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e9\u003csmall\u003egal\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003ePaper Filter Bag\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eModel number: 19-0222\u003c\/li\u003e\n\u003cli\u003eQuantity: 5 per pack\u003c\/li\u003e\n\u003cli\u003eApplication: Disposable, dry use only\u003c\/li\u003e\n\u003cli\u003eCompatibility: Recommended for fine dust collection\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\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-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e19-0221\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e19-0222\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships in a standard parcel box. Freight is quoted based on the delivery address.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this machine to your application? Call us and we’ll spec it with you.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276565225780,"sku":"19-0221","price":140.4,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-filters-9-gallon-vacuum-1814.jpg?v=1788462575"},{"product_id":"mi-t-m-lifting-hooks-aw-5090-0011","title":"MI-T-M Lifting Hooks AW-5090-0011","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 lifting hook provides a dedicated attachment point for easier generator transport. It is designed for contractors requiring secure rigging on specific portable power units.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/4\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMounting\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eU-bolt\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eCompatibility and Construction\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with GEN-5000-0MH0, GEN-5000-0MK0, GEN-6500-0MK1, GEN-6000-0MH0, GEN-6000-0MK0, GEN-6500-MMM0, GEN-7500-0MH0, GEN-8000-MMM0, GEN-3600-0MM0, and GEN-6000-1MKD models\u003c\/li\u003e\n\u003cli\u003eConstructed from 1\/4-inch powder-coated steel\u003c\/li\u003e\n\u003cli\u003eSecures to the generator frame using included U-bolts\u003c\/li\u003e\n\u003cli\u003eFeatures a folding design for clearance when not in use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-5090-0003\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-5090-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-5090-0009\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-5090-0011\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships as a component. 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":49276565258548,"sku":"AW-5090-0011","price":166.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-lifting-hooks-1811.jpg?v=1788462597"},{"product_id":"mi-t-m-15-0006-industrial-water-supply-hose","title":"MI-T-M 15-0006 Industrial Water Supply Hose","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-grade water supply hose is designed for heavy-duty fluid transfer in commercial environments. It features a reinforced construction rated for high-temperature operations up to 212°F.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePressure\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e200\u003csmall\u003epsi\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eLength\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e50\u003csmall\u003eft\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3\/4\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMax Temp\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e212\u003csmall\u003e°F\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eRated for 200 PSI working pressure\u003c\/li\u003e\n\u003cli\u003eMeasures 50 feet in length with a 3\/4-inch inside diameter\u003c\/li\u003e\n\u003cli\u003eConstructed with black industrial-grade material\u003c\/li\u003e\n\u003cli\u003eMaximum temperature rating of 212°F\u003c\/li\u003e\n\u003cli\u003eEquipped with screw-type connections\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 item ships via standard parcel service. Freight costs are calculated based on the final delivery destination.\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":49276565291316,"sku":"15-0006","price":357.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-15-0006.jpg?v=1788462459"},{"product_id":"mi-t-m-barbed-hose-fittings-23-0050","title":"MI-T-M Barbed Hose Fittings 23-0050","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 brass fitting provides a secure connection for pneumatic tools and couplers. It is designed for contractors and maintenance crews requiring a durable component for hose repair or custom assembly.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eThread\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3\/8\u003csmall\u003eMNPT\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eBarb\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/2\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eBrass\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch MNPT threaded connection for tools and couplers\u003c\/li\u003e\n\u003cli\u003e1\/2-inch hose barb for bulk hose assembly or repair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0050\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0051\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0052\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0069\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0073\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships individually via parcel carrier. Freight is 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":49276565356852,"sku":"23-0050","price":13.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-barbed-hose-fittings-1921.jpg?v=1788462507"},{"product_id":"mi-t-m-filters-9-gallon-vacuum-19-0222","title":"MI-T-M Filters - 9-Gallon Vacuum 19-0222","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 paper filter bag is designed for use with 9-gallon vacuum systems. It is intended for contractors performing dry debris collection and fine dust management.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCapacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e9\u003csmall\u003egal\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eQuantity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5\u003csmall\u003epack\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003ePaper Filter Bag\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eModel number 19-0222\u003c\/li\u003e\n\u003cli\u003eSupplied in a 5-pack\u003c\/li\u003e\n\u003cli\u003eDisposable construction for dry debris only\u003c\/li\u003e\n\u003cli\u003eRecommended for fine dust applications\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\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-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e19-0221\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e19-0222\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships in a standard parcel package. 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":49276565389620,"sku":"19-0222","price":66.4,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-filters-9-gallon-vacuum-1814.jpg?v=1788462575"},{"product_id":"mi-t-m-15-0293-hard-suction-hose-with-fittings-2-inch","title":"MI-T-M 15-0293 Hard Suction Hose with Fittings 2-Inch","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 hard suction hose assembly is designed for fluid transfer applications. It is intended for contractors requiring a durable, reinforced intake line for pump operations.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eLength\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e20\u003csmall\u003eft\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003ePVC\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e2-inch diameter reinforced PVC construction\u003c\/li\u003e\n\u003cli\u003e20-foot total length\u003c\/li\u003e\n\u003cli\u003eIncludes pre-installed fittings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 item ships as a single assembly. Freight is quoted based on the final 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":49276565422388,"sku":"15-0293","price":267.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-15-0293.jpg?v=1788462457"},{"product_id":"mi-t-m-barbed-hose-fittings-23-0051","title":"MI-T-M Barbed Hose Fittings 23-0051","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 brass barbed hose fitting is designed for repairing damaged air lines or assembling bulk hose for compressor systems. It is intended for professional contractors and fleet maintenance shops requiring a secure, threaded connection.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eThread\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/4\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eBarb Size\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/4\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eBrass\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch MNPT threaded end\u003c\/li\u003e\n\u003cli\u003e1\/4-inch hose ID barb\u003c\/li\u003e\n\u003cli\u003eConstructed from brass\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0050\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0051\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0052\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0069\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0073\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via standard parcel service. 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":49276565455156,"sku":"23-0051","price":4.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-barbed-hose-fittings-1921.jpg?v=1788462507"},{"product_id":"mi-t-m-low-pressure-detergent-injectors-aw-8000-0001","title":"MI-T-M Low Pressure Detergent Injectors AW-8000-0001","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 stainless-steel detergent injector is designed for chemical application on vehicles and equipment. It is built for professional pressure washing contractors and features a corrosion-resistant stainless-steel construction.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMax Pressure\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5100\u003csmall\u003epsi\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFlow Rate\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3.0-5.0\u003csmall\u003egpm\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed from stainless steel\u003c\/li\u003e\n\u003cli\u003eRated for 5100 PSI maximum pressure\u003c\/li\u003e\n\u003cli\u003eCompatible with flow rates between 3.0 and 5.0 GPM\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e3\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-8000-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-8400-0018\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-8400-0021\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via parcel service. 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":49276565520692,"sku":"AW-8000-0001","price":830.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-low-pressure-detergent-injectors-2026.jpg?v=1788462587"},{"product_id":"mi-t-m-filters-at-4004-m","title":"MI-T-M Filters AT-4004-M","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 air line filter removes dirt, debris, and water to protect pneumatic tools and equipment. It is designed for commercial and residential compressor systems and features a durable 1\/4-inch poly bowl construction.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePort Size\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/4\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eBowl Material\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003ePoly\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFiltration\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eRemoves dirt, debris, and moisture from compressed air lines\u003c\/li\u003e\n\u003cli\u003eEquipped with a 1\/4-inch poly bowl\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4004-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4005-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4006-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4007-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4008-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships as a single component. 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":49276565487924,"sku":"AT-4004-M","price":141.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-filters-1937.jpg?v=1788462574"},{"product_id":"mi-t-m-15-0294-hard-suction-hose-with-fittings-3-inch","title":"MI-T-M 15-0294 Hard Suction Hose with Fittings 3-Inch","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 hard suction hose is designed for heavy-duty fluid transfer applications. It is intended for contractors requiring a durable, reinforced intake line for water pump operations.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eLength\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e20\u003csmall\u003eft\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eConstruction\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e20-foot length\u003c\/li\u003e\n\u003cli\u003e3-inch diameter\u003c\/li\u003e\n\u003cli\u003eGreen PVC material\u003c\/li\u003e\n\u003cli\u003eIncludes pre-installed fittings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 item ships as a single coiled unit. Freight is quoted based on the final 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":49276565586228,"sku":"15-0294","price":484.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-15-0294.jpg?v=1788462457"},{"product_id":"mi-t-m-barbed-hose-fittings-23-0052","title":"MI-T-M Barbed Hose Fittings 23-0052","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 brass barbed hose fitting is designed for repairing damaged air lines and assembling bulk hose. It features a solid brass construction for corrosion resistance in shop and field environments.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eThread\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3\/8\u003csmall\u003eMNPT\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eHose ID\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/4\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eBrass\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch MNPT threaded connection\u003c\/li\u003e\n\u003cli\u003e1\/4-inch barbed end for hose ID\u003c\/li\u003e\n\u003cli\u003eBrass construction for durability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0050\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0051\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0052\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0069\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0073\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via parcel carrier. Shipping costs are calculated based on the delivery destination.\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":49276565618996,"sku":"23-0052","price":6.4,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-barbed-hose-fittings-1921.jpg?v=1788462507"},{"product_id":"mi-t-m-filters-at-4005-m","title":"MI-T-M Filters AT-4005-M","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 air compressor filter removes dirt, debris, and water from air lines to protect pneumatic tools. It is designed for commercial and residential applications and features a durable 1\/2-inch metal bowl construction.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePort Size\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/2\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eHousing\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eMetal\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFiltration\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eRemoves dirt, debris, and water from air lines\u003c\/li\u003e\n\u003cli\u003eEquipped with a 1\/2-inch metal bowl\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4004-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4005-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4006-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4007-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4008-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships as a single component. 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":49276565651764,"sku":"AT-4005-M","price":168.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-filters-1937.jpg?v=1788462574"},{"product_id":"mi-t-m-low-pressure-detergent-injectors-aw-8400-0018","title":"MI-T-M Low Pressure Detergent Injectors AW-8400-0018","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 brass injector enables low-pressure detergent application for cleaning vehicles and engines. It is designed for contractors requiring chemical injection at pressures up to 4000 PSI.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMax Pressure\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4000\u003csmall\u003epsi\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFlow Rate\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2.0-3.0\u003csmall\u003egpm\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eBrass\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eRated for systems up to 4000 PSI\u003c\/li\u003e\n\u003cli\u003eCompatible with flow rates between 2.0 and 3.0 GPM\u003c\/li\u003e\n\u003cli\u003eConstructed from brass for chemical resistance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e3\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-8000-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-8400-0018\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-8400-0021\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via parcel carrier. 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":49276565684532,"sku":"AW-8400-0018","price":102.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-low-pressure-detergent-injectors-2026.jpg?v=1788462587"},{"product_id":"mi-t-m-barbed-hose-fittings-23-0069","title":"MI-T-M Barbed Hose Fittings 23-0069","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 brass barbed hose fitting is designed for repairing damaged air lines or assembling custom hose lengths. It is intended for professional contractors and shop technicians requiring a secure connection for 3\/8-inch ID air hose.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eThread\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/4\u003csmall\u003eMNPT\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eBarb Size\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3\/8\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eBrass\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch MNPT threaded connection\u003c\/li\u003e\n\u003cli\u003e3\/8-inch hose ID barb\u003c\/li\u003e\n\u003cli\u003eConstructed from brass\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0050\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0051\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0052\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0069\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0073\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via standard parcel service. 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":49276565750068,"sku":"23-0069","price":4.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-barbed-hose-fittings-1921.jpg?v=1788462507"},{"product_id":"mi-t-m-15-0295-soft-discharge-hose-2-inch","title":"MI-T-M 15-0295 Soft Discharge Hose 2-Inch","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 flexible PVC discharge hose is designed for water transfer applications in construction and agricultural settings. It features a lay-flat design for compact storage and efficient transport.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eLength\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e50\u003csmall\u003eft\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eConstruction\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eBlue PVC material\u003c\/li\u003e\n\u003cli\u003eLay-flat design for storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 item ships coiled and ready for immediate use. Freight is quoted based on the final 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":49276565782836,"sku":"15-0295","price":243.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-15-0295.jpg?v=1788462460"},{"product_id":"mi-t-m-low-pressure-detergent-injectors-aw-8400-0021","title":"MI-T-M Low Pressure Detergent Injectors AW-8400-0021","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 low pressure detergent injector is designed for vehicle and engine cleaning applications. It features a durable brass construction for consistent chemical delivery.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMax Pressure\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4000\u003csmall\u003ePSI\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFlow Range\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3.0 - 5.0\u003csmall\u003eGPM\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eBrass\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eConstruction\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eBrass body\u003c\/li\u003e\n\u003cli\u003eDesigned for cars, boats, vans, and engines\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e3\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-8000-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-8400-0018\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-8400-0021\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via standard parcel service.\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":49276565815604,"sku":"AW-8400-0021","price":114.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-low-pressure-detergent-injectors-2026.jpg?v=1788462587"},{"product_id":"mi-t-m-barbed-hose-fittings-23-0073","title":"MI-T-M Barbed Hose Fittings 23-0073","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 brass fitting provides a secure connection for air compressor hoses and pneumatic tools. It is designed for contractors and maintenance technicians requiring a durable, corrosion-resistant repair component.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eThread\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3\/8\u003csmall\u003eMNPT\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eBarb\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3\/8\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eBrass\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch MNPT threaded connection for couplers and tools\u003c\/li\u003e\n\u003cli\u003e3\/8-inch barb for hose assembly and repair\u003c\/li\u003e\n\u003cli\u003eCorrosion-resistant brass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0050\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0051\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0052\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0069\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0073\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via standard parcel service. Freight costs are calculated based on the delivery destination.\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":49276565848372,"sku":"23-0073","price":6.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-barbed-hose-fittings-1921.jpg?v=1788462507"},{"product_id":"mi-t-m-15-0296-soft-discharge-hose-3-inch","title":"MI-T-M 15-0296 Soft Discharge Hose 3-Inch","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 blue PVC discharge hose is designed for high-volume water transfer in construction and agricultural applications. It features a lay-flat design for compact storage and transport.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eLength\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e50\u003csmall\u003eft\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eConstruction\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eBlue PVC material\u003c\/li\u003e\n\u003cli\u003eLay-flat design for storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 hose ships coiled and ready for immediate use. 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":49276565881140,"sku":"15-0296","price":499.6,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-15-0296.jpg?v=1788462462"},{"product_id":"mi-t-m-filters-at-4006-m","title":"MI-T-M Filters AT-4006-M","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 air compressor filter removes dirt, debris, and water from air lines. It is designed for commercial and residential pneumatic systems and features a 3\/8-inch poly bowl construction.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eConnection\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3\/8\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003ePoly\u003csmall\u003ebowl\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFiltration\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eRemoves dirt, debris, and water from air lines\u003c\/li\u003e\n\u003cli\u003eEquipped with a 3\/8-inch poly bowl\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4004-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4005-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4006-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4007-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4008-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships as a single unit. 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":49276565913908,"sku":"AT-4006-M","price":141.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-filters-1937.jpg?v=1788462574"},{"product_id":"mi-t-m-barbed-hose-splicers-23-0415","title":"MI-T-M Barbed Hose Splicers 23-0415","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 barbed hose splicer is designed for the repair of damaged hose sections. It is intended for contractors and maintenance technicians requiring a durable, corrosion-resistant connection for 1\/4-inch inside diameter lines.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFitting Size\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/4\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eBrass\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eConstruction\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eManufactured from corrosion-resistant brass\u003c\/li\u003e\n\u003cli\u003eDesigned for 1\/4-inch inside diameter hose\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\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-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0415\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0416\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via parcel carrier. 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":49276566012212,"sku":"23-0415","price":8.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-barbed-hose-splicers-1920.jpg?v=1788462506"},{"product_id":"mi-t-m-15-0306-pvc-suction-hose-2-inch","title":"MI-T-M 15-0306 PVC Suction Hose 2-Inch","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 heavy-duty suction hose is designed for fluid transfer in construction and agricultural applications. It features a reinforced PVC construction for durability under vacuum pressure.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eLength\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e20\u003csmall\u003eft\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e2-inch nominal diameter\u003c\/li\u003e\n\u003cli\u003e20-foot total length\u003c\/li\u003e\n\u003cli\u003eIncludes poly cam and groove (C\u0026amp;E) fittings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 item ships as a coiled assembly. 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":49276566044980,"sku":"15-0306","price":469.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-15-0306.jpg?v=1788462455"},{"product_id":"mi-t-m-filters-at-4008-m","title":"MI-T-M Filters AT-4008-M","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 air line filter removes dirt, debris, and moisture from compressed air systems. It is designed for contractors and shop technicians to protect pneumatic tools from internal contamination.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFunction\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eDirt, debris, water\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eApplication\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eAir tools\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFiltration\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eRemoves dirt, debris, and water from air lines\u003c\/li\u003e\n\u003cli\u003eDesigned for use with air tools\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4004-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4005-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4006-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4007-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAT-4008-M\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships as a single unit. Freight costs are calculated based on the final 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":49276566077748,"sku":"AT-4008-M","price":17.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-filters-1937.jpg?v=1788462574"},{"product_id":"mi-t-m-barbed-hose-splicers-23-0416","title":"MI-T-M Barbed Hose Splicers 23-0416","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 barbed hose splicer allows for the field repair of damaged air lines. It is intended for contractors and maintenance technicians requiring a durable, corrosion-resistant connection for 3\/8-inch hose.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eBrass\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eHose Size\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3\/8\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eConstruction\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eManufactured from corrosion-resistant brass\u003c\/li\u003e\n\u003cli\u003eDesigned for 3\/8-inch inside diameter hose\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\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-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0415\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e23-0416\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via standard parcel service. 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":49276566143284,"sku":"23-0416","price":7.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-barbed-hose-splicers-1920.jpg?v=1788462506"},{"product_id":"mi-t-m-15-0307-pvc-suction-hose-3-inch","title":"MI-T-M 15-0307 PVC Suction Hose 3-Inch","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 flexible PVC suction hose is designed for heavy-duty water transfer and dewatering applications. It is intended for contractors requiring a durable, kink-resistant suction line equipped with pre-installed poly cam and groove fittings.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eLength\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e20\u003csmall\u003eft\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eHose Assembly\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e20-foot length for extended reach\u003c\/li\u003e\n\u003cli\u003e3-inch inside diameter for high-volume flow\u003c\/li\u003e\n\u003cli\u003eConstructed from durable PVC material\u003c\/li\u003e\n\u003cli\u003eIncludes pre-attached poly cam and groove fittings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 hose ships coiled and ready for immediate connection. Freight costs are calculated based on the final delivery destination.\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":49276566208820,"sku":"15-0307","price":974.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-15-0307.jpg?v=1788462454"},{"product_id":"mi-t-m-fittings-aw-0017-0001","title":"MI-T-M Fittings AW-0017-0001","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 fitting facilitates the connection and disconnection of pressure washer wands and hoses. It is designed for contractors requiring rapid component transitions within a high-pressure system.\u003c\/p\u003e\u003c\/div\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\u003eSockets and plugs are quick connect.\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\u003eAW-0017-0001\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0004\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0005\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch M x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0006\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0017\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0028\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch M x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0029\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/2-inch M x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0035\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eM22 x 3\/8-inch FNPT\u003c\/li\u003e\n\u003cli\u003eTwo-piece, screw connect design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0487\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0490\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0492\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0493\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0017\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0410\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0024-0251\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-M adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e16\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0002\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0005\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0006\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0029\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0035\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0487\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0490\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0492\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0493\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0410\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0024-0251\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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\u003eThese components ship individually via parcel carrier. 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":49276566241588,"sku":"AW-0017-0001","price":19.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-fittings-2048.jpg?v=1788462586"},{"product_id":"mi-t-m-fittings-aw-0017-0002","title":"MI-T-M Fittings AW-0017-0002","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 quick-connect fitting facilitates the attachment and removal of pressure washer wands and hoses. It is designed for contractors requiring secure, tool-free connections in high-pressure fluid systems.\u003c\/p\u003e\u003c\/div\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\u003eSockets and plugs are quick connect.\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\u003eAW-0017-0001\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0004\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0005\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch M x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0006\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0017\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0028\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch M x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0029\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/2-inch M x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0035\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eM22 x 3\/8-inch FNPT\u003c\/li\u003e\n\u003cli\u003eTwo-piece, screw connect design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0487\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0490\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0492\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0493\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0017\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0410\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0024-0251\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-M adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e16\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0002\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0005\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0006\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0029\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0035\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0487\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0490\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0492\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0493\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0410\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0024-0251\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via standard parcel carrier. Freight costs are quoted based on the delivery address.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this machine to your application? Call us and we’ll spec it with you.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276566372660,"sku":"AW-0017-0002","price":11.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-fittings-2048.jpg?v=1788462586"},{"product_id":"mi-t-m-15-0356-hard-suction-hose-with-fittings-4-inch","title":"MI-T-M 15-0356 Hard Suction Hose with Fittings 4-Inch","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 heavy-duty suction hose is designed for industrial fluid transfer and dewatering applications. It features a reinforced PVC construction to prevent collapse under vacuum pressure.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eLength\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e20\u003csmall\u003eft\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eConstruction\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e20-ft. length\u003c\/li\u003e\n\u003cli\u003e4-in. diameter\u003c\/li\u003e\n\u003cli\u003eGreen PVC material\u003c\/li\u003e\n\u003cli\u003eIncludes factory-installed fittings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 item ships as a single unit. 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":49276566405428,"sku":"15-0356","price":917.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-15-0356.jpg?v=1788462458"},{"product_id":"mi-t-m-fittings-aw-0017-0004","title":"MI-T-M Fittings AW-0017-0004","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 quick-connect fitting enables rapid attachment and detachment of pressure washer wands and hoses. It is intended for contractors requiring frequent component changes in high-pressure fluid systems.\u003c\/p\u003e\u003c\/div\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\u003eSockets and plugs are quick connect.\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\u003eAW-0017-0001\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0004\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0005\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch M x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0006\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0017\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0028\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch M x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0029\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/2-inch M x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0035\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eM22 x 3\/8-inch FNPT\u003c\/li\u003e\n\u003cli\u003eTwo-piece screw connect design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0487\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0490\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0492\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0493\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0017\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0410\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0024-0251\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-M adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e16\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0002\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0005\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0006\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0029\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0035\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0487\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0490\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0492\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0493\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0410\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0024-0251\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships individually via parcel service. Freight for bulk orders 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":49276566536500,"sku":"AW-0017-0004","price":20.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-fittings-2048.jpg?v=1788462586"},{"product_id":"mi-t-m-15-0357-soft-discharge-hose-4-inch","title":"MI-T-M 15-0357 Soft Discharge Hose 4-Inch","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 blue PVC discharge hose is designed for high-volume water transfer in construction and agricultural applications. It features a lay-flat design for efficient storage and transport between job sites.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eLength\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e50\u003csmall\u003eft\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003ePVC\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eBlue PVC construction\u003c\/li\u003e\n\u003cli\u003e50-foot total length\u003c\/li\u003e\n\u003cli\u003e4-inch nominal diameter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 hose ships coiled and secured for standard parcel or freight delivery. Shipping costs are calculated based on the final 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":49276566569268,"sku":"15-0357","price":869.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-15-0357.jpg?v=1788462458"},{"product_id":"mi-t-m-fittings-aw-0017-0005","title":"MI-T-M Fittings AW-0017-0005","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 quick-connect fitting enables rapid attachment and detachment of pressure washer wands and hoses. It is intended for contractors requiring frequent component changes and features a durable construction for high-pressure systems.\u003c\/p\u003e\u003c\/div\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\u003eSockets and plugs are quick connect.\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\u003eAW-0017-0001\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0004\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0005\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch M x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0006\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0017\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0028\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch M x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0029\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/2-inch M x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0035\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eM22 x 3\/8-inch FNPT\u003c\/li\u003e\n\u003cli\u003eTwo-piece screw connect design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0487\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0490\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0492\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0493\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0017\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0410\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0024-0251\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-M adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e16\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0002\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0005\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0006\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0029\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0035\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0487\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0490\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0492\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0493\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0410\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0024-0251\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via standard parcel service. 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":49276566700340,"sku":"AW-0017-0005","price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-fittings-2048.jpg?v=1788462586"},{"product_id":"mi-t-m-15-2001-hose-for-water-cannon","title":"MI-T-M 15-2001 Hose for Water Cannon","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 heavy-duty supply hose is designed for high-volume water transfer applications. It is intended for contractors requiring extended reach and reliable flow for water cannon operations.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eLength\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e100\u003csmall\u003eft\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1-1\/2\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e100-foot total length\u003c\/li\u003e\n\u003cli\u003e1-1\/2 inch inside diameter\u003c\/li\u003e\n\u003cli\u003eIncludes factory-installed couplings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 item ships as a coiled unit. 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":49276566733108,"sku":"15-2001","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-15-2001.jpg?v=1788462455"},{"product_id":"mi-t-m-fittings-aw-0017-0006","title":"MI-T-M Fittings AW-0017-0006","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 fitting enables rapid connection and disconnection of pressure washer wands and hoses. It is designed for contractors who need to swap components quickly during high-pressure cleaning tasks.\u003c\/p\u003e\u003c\/div\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\u003eSockets and plugs are quick connect.\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\u003eAW-0017-0001\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0004\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0005\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch M x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0006\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0017\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0028\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch M x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0029\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/2-inch M x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0035\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eM22 x 3\/8-inch FNPT\u003c\/li\u003e\n\u003cli\u003eTwo-piece screw connect design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0487\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0490\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0492\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0493\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0017\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0410\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0024-0251\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-M adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e16\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0002\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0005\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0006\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0029\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0035\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0487\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0490\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0492\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0493\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0410\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0024-0251\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via parcel carrier. Freight costs are quoted based on the delivery address.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this machine to your application? Call us and we’ll spec it with you.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276566831412,"sku":"AW-0017-0006","price":12.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-fittings-2048.jpg?v=1788462586"},{"product_id":"mi-t-m-16-0391-aluminum-extension-wand-13-18-gallon-vacuums","title":"MI-T-M 16-0391 Aluminum Extension Wand - 13 \u0026 18-Gallon Vacuums","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 two-piece extension wand is designed for use with 13 and 18-gallon industrial vacuums. The chrome-plated aluminum construction provides corrosion resistance for heavy-duty cleaning applications.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCompatibility\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e13-18\u003csmall\u003egal\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eConstruction\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eAluminum\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFinish\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eChrome-plated\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eDesign\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTwo-piece friction fit assembly\u003c\/li\u003e\n\u003cli\u003eChrome-plated finish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 item ships as a standard parcel. Freight costs are calculated based on the final 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":49276566929716,"sku":"16-0391","price":76.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-16-0391.jpg?v=1788462451"},{"product_id":"mi-t-m-fittings-aw-0017-0017","title":"MI-T-M Fittings AW-0017-0017","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 fitting enables the connection and disconnection of pressure washer wands and hoses. It is designed for contractors who require rapid component transitions within a high-pressure system.\u003c\/p\u003e\u003c\/div\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\u003eSockets and plugs are quick connect.\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\u003eAW-0017-0001\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0004\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0005\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch M x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0006\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0017\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0028\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch M x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0029\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/2-inch M x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0035\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eM22 x 3\/8-inch FNPT\u003c\/li\u003e\n\u003cli\u003eTwo-piece screw connect design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0487\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0490\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0492\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0493\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0017\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0410\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0024-0251\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-M adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e16\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0002\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0005\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0006\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0029\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0035\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0487\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0490\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0492\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0493\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0410\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0024-0251\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via standard parcel service. Freight for bulk orders 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":49276566995252,"sku":"AW-0017-0017","price":5.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-fittings-2048.jpg?v=1788462586"},{"product_id":"mi-t-m-16-0440-replacement-gun","title":"MI-T-M 16-0440 Replacement Gun","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 high-volume long-range spray gun is designed for contractors requiring adjustable spray patterns. It features a durable construction capable of transitioning from a concentrated straight stream to a wide cone mist.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePattern\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eAdjustable\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eFlow\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eHigh-volume\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpray Performance\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAdjustable spray pattern ranging from straight stream to cone mist\u003c\/li\u003e\n\u003cli\u003eHigh-volume output capacity\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\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 item ships via standard parcel service. Freight costs are calculated based on the final 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":49276567126324,"sku":"16-0440","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-16-0440.jpg?v=1788462451"},{"product_id":"mi-t-m-fittings-aw-0017-0028","title":"MI-T-M Fittings AW-0017-0028","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 quick-connect fitting enables rapid attachment and removal of pressure washer wands and hoses. It is intended for contractors requiring frequent component changes in high-pressure fluid systems.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eConnection\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/4\u003csmall\u003einch\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eType\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eSocket\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eBrass\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\u003eSockets and plugs are quick connect.\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\u003eAW-0017-0001\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch female by 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0004\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch female by 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0005\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch male by 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0006\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch female by 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0017\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch female by 1\/4-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0028\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch male by 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0029\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/2-inch male by 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0035\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eM22 by 3\/8-inch FNPT\u003c\/li\u003e\n\u003cli\u003eTwo-piece screw connect design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0487\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 by 1\/4-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0490\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 by 3\/8-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0492\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 by 1\/4-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0493\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 by 3\/8-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0017\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch male by 1\/4-inch female adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0410\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch male by 1\/4-inch BSP-F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0024-0251\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch male by 1\/4-inch BSP-M adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e16\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0002\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0005\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0006\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0029\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0035\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0487\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0490\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0492\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0493\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0410\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0024-0251\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via standard parcel carrier. Freight costs are quoted based on the delivery address.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this machine to your application? Call us and we’ll spec it with you.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276567159092,"sku":"AW-0017-0028","price":20.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-fittings-2048.jpg?v=1788462586"},{"product_id":"mi-t-m-16-0446-replacement-trigger-gun","title":"MI-T-M 16-0446 Replacement Trigger Gun","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 replacement trigger gun is designed for professional pressure washing applications. It features a durable internal valve assembly to ensure consistent flow control under high-pressure operation.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"eq-sections\"\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\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 item ships via parcel carrier. Shipping weight is determined at the time of order based on packaging requirements.\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\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276567454004,"sku":"16-0446","price":82.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-16-0446.jpg?v=1788462459"},{"product_id":"mi-t-m-fittings-aw-0017-0029","title":"MI-T-M Fittings AW-0017-0029","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 quick-connect fitting enables rapid attachment and detachment of pressure washer wands and hoses. It is intended for contractors requiring efficient component transitions within a high-pressure fluid system.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eConnection\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1\/2 x 3\/8\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMaterial\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003eBrass\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\u003eSockets and plugs are quick connect.\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\u003eAW-0017-0001\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0004\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0005\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch M x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0006\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0017\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0028\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch M x 1\/4-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0029\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/2-inch M x 3\/8-inch socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0035\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eM22 x 3\/8-inch FNPT\u003c\/li\u003e\n\u003cli\u003eTwo-piece screw connect design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0487\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0490\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0492\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0493\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0017\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0410\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0024-0251\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-M adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e16\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0002\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0005\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0006\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0029\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0035\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0487\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0490\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0492\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0493\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0410\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0024-0251\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships individually. 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":49276567519540,"sku":"AW-0017-0029","price":27.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-fittings-2048.jpg?v=1788462586"},{"product_id":"mi-t-m-16-inch-hose-reels-50-0165","title":"MI-T-M 16-Inch Hose Reels 50-0165","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 fixed-mount hose reel provides organized storage for pressure washer hoses up to 200 feet. It is designed for contractors requiring a stationary mounting solution for systems operating up to 4000 PSI.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCapacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e200\u003csmall\u003eft\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePressure\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4000\u003csmall\u003epsi\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eWidth\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e16\u003csmall\u003ein\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\u003eMounting requires 13-0208A18 45-degree bracket or 13-0210A18 90-degree bracket; 24-0105 elbow required for jumper hose.\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAccommodates up to 200 feet of hose\u003c\/li\u003e\n\u003cli\u003eRated for operating pressures up to 4000 PSI\u003c\/li\u003e\n\u003cli\u003eFixed design without swivel mechanism\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\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-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e50-0196\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e50-0165\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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. 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":49276567617844,"sku":"50-0165","price":913.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-16-inch-hose-reels-2493.jpg?v=1788462451"},{"product_id":"mi-t-m-fittings-aw-0017-0035","title":"MI-T-M Fittings AW-0017-0035","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 quick-connect fitting facilitates the connection and disconnection of pressure washer wands and hoses. It is intended for contractors requiring rapid component transitions within a high-pressure fluid system.\u003c\/p\u003e\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\u003eAW-0017-0001\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch quick connect socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0004\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch quick connect socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0005\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch M x 3\/8-inch quick connect plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0006\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch quick connect plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0017\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch quick connect plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0028\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch M x 1\/4-inch quick connect socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0029\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/2-inch M x 3\/8-inch quick connect socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0035\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eM22 x 3\/8-inch FNPT\u003c\/li\u003e\n\u003cli\u003eTwo-piece screw connect design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0487\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0490\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0492\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0493\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0017\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0410\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0024-0251\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-M adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e16\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0002\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0005\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0006\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0029\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0035\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0487\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0490\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0492\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0493\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0410\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0024-0251\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 item ships via standard parcel service. Freight costs are calculated based on the delivery destination.\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":49276567683380,"sku":"AW-0017-0035","price":54.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-fittings-2048.jpg?v=1788462586"},{"product_id":"mi-t-m-16-inch-hose-reels-50-0196","title":"MI-T-M 16-Inch Hose Reels 50-0196","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 hose reel provides organized storage for pressure washer hoses. It is designed for contractors requiring a high-capacity mounting solution for units rated up to 4000 PSI.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCapacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e200\u003csmall\u003eft\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePressure\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e4000\u003csmall\u003epsi\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eWidth\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e16\u003csmall\u003ein\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\u003eMounting requires bracket 13-0208A18 or 13-0210A18; elbow 24-0105 is required for jumper hose installation.\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAccommodates up to 200 feet of pressure washer hose\u003c\/li\u003e\n\u003cli\u003eCompatible with systems rated for 4000 PSI or less\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\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-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e50-0196\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e50-0165\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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 as a single component. Freight is quoted based on the delivery address.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this machine to your application? Call us and we’ll spec it with you.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"MI-T-M Industrial","offers":[{"title":"Default Title","offer_id":49276567814452,"sku":"50-0196","price":1514.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-16-inch-hose-reels-2493.jpg?v=1788462451"},{"product_id":"mi-t-m-fittings-aw-0023-0017","title":"MI-T-M Fittings AW-0023-0017","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 fitting enables the connection and disconnection of pressure washer wands and hoses. It is designed for contractors requiring rapid component transitions within a pressure washing system.\u003c\/p\u003e\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\u003eAW-0017-0001\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch quick connect socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0004\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch quick connect socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0005\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch M x 3\/8-inch quick connect plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0006\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e3\/8-inch F x 3\/8-inch quick connect plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0017\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch F x 1\/4-inch quick connect plug\u003c\/li\u003e\n\u003cli\u003eStainless-steel construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0028\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/4-inch M x 1\/4-inch quick connect socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0029\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1\/2-inch M x 3\/8-inch quick connect socket\u003c\/li\u003e\n\u003cli\u003eBrass construction\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0017-0035\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eM22 x 3\/8-inch FNPT\u003c\/li\u003e\n\u003cli\u003eTwo-piece, screw connect design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0487\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0490\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0492\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 1\/4-inch FNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0493\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003eM22 x 3\/8-inch MNPT screw coupler\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0017\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0023-0410\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-F adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAW-0024-0251\u003c\/h4\u003e\n\u003cul\u003e\u003cli\u003e3\/8-inch M x 1\/4-inch BSP-M adapter\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eModels \u0026amp; Part Numbers\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e16\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0001\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0002\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0004\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0005\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0006\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0028\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0029\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0017-0035\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0487\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0490\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0492\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0493\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0017\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0023-0410\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eAW-0024-0251\u003c\/span\u003e\u003cspan class=\"eq-rowtext\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\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\"\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\u003eThese components ship individually. 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":49276567847220,"sku":"AW-0023-0017","price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/Mi-T-M-fittings-2048.jpg?v=1788462586"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/collections\/Mi-T-M_Corporation_Logo.png?v=1788198104","url":"https:\/\/hydrotechnologysystems.supply\/collections\/mi-t-m-accessories-parts.oembed?page=3","provider":"HTS Supply LLC","version":"1.0","type":"link"}