{"title":"Diamond Products Core Vac","description":"\u003cstyle\u003e\n\n\n  .dp-page {\n    --dp-ink: #0c0c0e;\n    --dp-ink-soft: #1b1c1f;\n    --dp-orange: #f04e23;\n    --dp-orange-dk: #d13f18;\n    --dp-text: #33383c;\n    --dp-muted: #71787d;\n    --dp-line: #e2e5e7;\n    --dp-wash: #f6f7f8;\n    --dp-paper: #ffffff;\n\n    --dp-font-body: HelveticaNeue, \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n    --dp-font-head: Montserrat, HelveticaNeue, \"Helvetica Neue\", sans-serif;\n\n    max-width: 1180px;\n    margin: 0 auto 34px;\n    color: var(--dp-text);\n    font-family: var(--dp-font-body);\n  }\n\n  .dp-page,\n  .dp-page * {\n    box-sizing: border-box;\n  }\n\n  .dp-page h2,\n  .dp-page h3 {\n    font-family: var(--dp-font-head);\n  }\n\n  .dp-page a {\n    transition: color .18s ease, background-color .18s ease, border-color .18s ease;\n  }\n\n  .dp-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  .dp-hero {\n    display: grid;\n    grid-template-columns: minmax(0, 1.14fr) minmax(290px, .86fr);\n    overflow: hidden;\n    background: var(--dp-ink);\n  }\n\n  .dp-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 lockup costs no extra height. *\/\n  .dp-brandrow {\n    display: flex;\n    margin-bottom: 22px;\n    gap: 15px;\n    align-items: center;\n  }\n\n  \/* The manufacturer's logo as published, white oval and all, reading as a badge\n     on the dark hero. Inlined as a data URI - nothing to host, no request.\n\n     It runs wider than a bare lockup would because roughly a quarter of the\n     oval is padding: at 170px the wordmark inside lands about 131px, which is\n     the size it needs to hold its own beside the headline. *\/\n  .dp-logo {\n    display: block;\n    width: 170px;\n    height: auto;\n    flex-shrink: 0;\n  }\n\n  .dp-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  .dp-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  .dp-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  .dp-actions {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n  }\n\n  .dp-btn {\n    display: inline-flex;\n    min-height: 50px;\n    padding: 13px 20px;\n    align-items: center;\n    justify-content: center;\n    color: #fff !important;\n    background: var(--dp-orange);\n    border: 1px solid var(--dp-orange);\n    font-family: var(--dp-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  .dp-btn:hover {\n    background: var(--dp-orange-dk);\n    border-color: var(--dp-orange-dk);\n  }\n\n  .dp-btn-ghost {\n    color: #fff !important;\n    background: transparent;\n    border-color: rgba(255, 255, 255, .38);\n  }\n\n  .dp-btn-ghost:hover {\n    color: var(--dp-ink) !important;\n    background: #fff;\n    border-color: #fff;\n  }\n\n  \/* The numbered rule above each type link is the one place the brand orange\n     appears in the light half of the page - it ties the list back to the hero. *\/\n\n  .dp-btn svg {\n    width: 16px;\n    height: 16px;\n    margin-right: 8px;\n    flex-shrink: 0;\n  }\n\n  \/* Diamond Products photography is shot on pure white and is supplied uncropped,\n     so the panel holds the whole blade, bit or rig rather than cropping into it -\n     and the panel itself is white, not the wash, so the photo's own white ground\n     does not read as a lighter rectangle floating inside the panel. *\/\n  .dp-hero-image {\n    position: relative;\n    overflow: hidden;\n    background: var(--dp-paper);\n  }\n\n  .dp-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  \/* ---------- 2. Search, sitting directly under the hero ---------- *\/\n\n  .dp-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(--dp-wash);\n    border: 1px solid var(--dp-line);\n    border-top: 0;\n  }\n\n  .dp-search-label {\n    color: var(--dp-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  .dp-page .dp-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(--dp-ink);\n    background: var(--dp-paper);\n    border: 1px solid var(--dp-line);\n    font-family: var(--dp-font-body);\n    font-size: 14.5px;\n    line-height: 1;\n  }\n\n  .dp-page .dp-search-input:focus {\n    border-color: var(--dp-ink);\n    outline: 0;\n  }\n\n  .dp-page .dp-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(--dp-ink);\n    border: 1px solid var(--dp-ink);\n    font-family: var(--dp-font-body);\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1;\n    cursor: pointer;\n  }\n\n  .dp-page .dp-search-submit:hover {\n    background: var(--dp-orange);\n    border-color: var(--dp-orange);\n  }\n\n  \/* ---------- 3. Type list - text only, one open row ---------- *\/\n\n  .dp-types {\n    display: grid;\n    gap: 0;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    border-top: 1px solid var(--dp-line);\n  }\n\n  .dp-type {\n    display: flex;\n    padding: 20px 20px 20px 0;\n    align-items: baseline;\n    gap: 12px;\n    color: var(--dp-ink) !important;\n    border-bottom: 1px solid var(--dp-line);\n    text-decoration: none !important;\n  }\n\n  .dp-type:hover .dp-type-name {\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .dp-type-num {\n    color: var(--dp-orange);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1px;\n  }\n\n  .dp-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 a short final row so its rule runs the full width\n     instead of stopping under the last link. *\/\n  .dp-type-filler {\n    border-bottom: 1px solid var(--dp-line);\n  }\n\n  \/* ---------- 4. Info accordions, two columns ---------- *\/\n\n  .dp-info-head {\n    margin-bottom: 16px;\n    color: var(--dp-ink);\n    font-family: var(--dp-font-head);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2.2px;\n    text-transform: uppercase;\n  }\n\n  .dp-info-cols {\n    display: grid;\n    gap: 0 38px;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .dp-details {\n    border-bottom: 1px solid var(--dp-line);\n  }\n\n  .dp-details \u003e summary {\n    position: relative;\n    padding: 14px 30px 14px 0;\n    color: var(--dp-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  .dp-details \u003e summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .dp-details \u003e summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    content: \"+\";\n    color: var(--dp-muted);\n    font-size: 17px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n  }\n\n  .dp-details[open] \u003e summary::after {\n    content: \"\\2013\";\n  }\n\n  .dp-details-content {\n    padding: 0 0 16px;\n    color: var(--dp-text);\n    font-size: 13.5px;\n    line-height: 1.65;\n  }\n\n  .dp-details-content p {\n    margin: 0 0 10px;\n  }\n\n  .dp-details-content p:last-child {\n    margin-bottom: 0;\n  }\n\n  .dp-details-content ul {\n    margin: 0 0 10px;\n    padding-left: 18px;\n  }\n\n  .dp-details-content li {\n    margin-bottom: 4px;\n  }\n\n  .dp-details-content a {\n    color: var(--dp-ink) !important;\n    text-decoration: underline !important;\n  }\n\n  \/* ---------- 5. Sibling collections ---------- *\/\n\n  .dp-more {\n    padding-top: 26px;\n    border-top: 1px solid var(--dp-line);\n  }\n\n  .dp-more-head {\n    display: block;\n    margin-bottom: 13px;\n    color: var(--dp-muted);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.2px;\n    text-transform: uppercase;\n  }\n\n  .dp-more-nav {\n    display: flex;\n    gap: 10px 26px;\n    flex-wrap: wrap;\n  }\n\n  .dp-more-nav a {\n    color: var(--dp-text) !important;\n    font-size: 13.5px;\n    font-weight: 650;\n    text-decoration: none !important;\n  }\n\n  .dp-more-nav a:hover {\n    color: var(--dp-ink) !important;\n    text-decoration: underline !important;\n  }\n\n  .dp-more-nav a.is-active {\n    color: var(--dp-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  .dp-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    .dp-hero {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .dp-hero-image {\n      order: -1;\n      height: 190px;\n    }\n\n    .dp-hero-copy {\n      padding: 30px 22px 28px;\n    }\n\n    .dp-types {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .dp-info-cols {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .dp-btn {\n      padding: 13px 18px;\n      flex: 1 1 auto;\n    }\n  }\n\n  @media screen and (max-width: 560px) {\n    .dp-hero-copy {\n      padding: 26px 20px 24px;\n    }\n\n    \/* Tightening the tracking and easing the logo back off its desktop width\n       together hold the eyebrow to two lines beside the badge instead of three.\n       126px is the ceiling: at 132px \"Core Prep Surface Preparation\" wraps to a\n       third line, and at 140px \"Core Bore Coring Equipment\" goes with it. *\/\n    .dp-logo {\n      width: 126px;\n    }\n\n    .dp-eyebrow {\n      padding-left: 12px;\n      letter-spacing: 1.4px;\n    }\n\n    .dp-hero h2 {\n      font-size: 24px;\n      letter-spacing: -.6px;\n    }\n\n    .dp-hero-copy \u003e p {\n      margin-bottom: 18px;\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    .dp-hero-image {\n      height: 148px;\n    }\n\n    .dp-hero-image img {\n      padding: 14px;\n    }\n\n    .dp-brandrow {\n      margin-bottom: 18px;\n    }\n\n    \/* Primary CTA takes its own row, the other two pair up. *\/\n    .dp-actions {\n      gap: 8px;\n    }\n\n    .dp-btn {\n      padding: 13px 10px;\n      flex: 1 1 44%;\n      font-size: 13.5px;\n    }\n\n    .dp-btn:first-child {\n      flex-basis: 100%;\n    }\n\n    .dp-search-label {\n      display: none;\n    }\n\n    .dp-type {\n      padding: 16px 14px 16px 0;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"dp-page\"\u003e\n\u003csection class=\"dp-hero\"\u003e\n\u003cdiv class=\"dp-hero-copy\"\u003e\n\u003cdiv class=\"dp-brandrow\"\u003e\n\u003cimg class=\"dp-logo\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOIAAABsCAYAAAB3qm5\/AAAk4UlEQVR42u19f1xT193\/G4KKijlcC0ier4RoqBhbooW2RB91CBW62vpUWyV1m9U9tiTOtlvb+aOuXZ9t3WrXX3PUgLqve5xtAdu6r53F4A8spYpaf4BOKoWZBNugUC\/HoaKS8P0DbsyPm5CbBES579eLV4Ak9557znmfz8\/zOWEQccvBYCgYDGCYl7dter3u32Iv3VoIE7ugTwkUAyCGYRglbWlOApAgVyaN6CZVZOTQYcOGDB4UCWAogIjuVwmAQQCGAJAQIu0EENnDrWyUXrwGIBzAFQCd3a8d3T+XAbRfab965drV9ivd77VbGuq\/IzGxJtrS3GCXRDQCaNHrdVfFkROJeCuRbES4rWMcgHS5MkkFgBk8JJIMjRzCAIgGQAiRRkVHMyMASGSy+H75HC0Ndbg+TIrWVvYygDZKL14E0Hr12vXW9iuXWwG0dhP2EMuy1QC+1et1neIMEInYl2QbBCCZYZjphJBJAEYRQmIB3EGI9I7oaIaRyeLDB0JfWK1NaG1lL1F68QKA769eu97SfuXyeUtDvYnExFawLHtYr9ddEGeNSMRgSSdjGCaTEDIVwGhCyOikWCbu+jBpnEwWHyH2UI8kZSm92AzASin91tJQfwrAZ3ZJxEm9Xndd7CWRiHykIwzD5BBCHhg8JHLM0MghCYRIZdHRjLS\/qpC3KEFtZrO5CUAjpdRiaaivsUsitgGoHejqbdgAJZ4i3NahlSuT7iOEjCFEKo+OZu4QSXdTbNKr9c3st1far565drX9G0rpxyzLVuj1umsiEW8\/4o0Kt3UskiuTphBClIRIFSqVarhIg34pNe1ms\/lbAGcopV9TSt9nWbZSr9fZRSLegk4VhmFmEULmEULGESJNUqlU0eI0vyWJ2WE2m82U0m8sDfWH7JKIAr1eZxWJ2H\/Jx4TbOv5brkzKIIRMSExMTBwoHsyBhNraWpbSi3WU0mpK6V+02txDIhFvPvlGhts6nk2acPcP4kfF3qVSqWLFqTqgpOVVs9n8DaX0OKV0vVab+4VIxL4j39BwW8dSuTLpobQkxV0xynGjxCkpwmptumY2m09TSo9QSt\/SanNPikQMPfnCum2+JYSQezSadLk49UT4UF\/bzjd\/f7LuZM0euyTiTb1e1yoSMTgC3qFQKH5FCMlKTEwcL5PFDxKnmQgIC480Hak3fUUpXavV5u4SiSgARUXFWYSQX6QlKe4VVU8RobIn676p\/2fdyZrP7JKIP+j1ussiEfmlXzjDMEsIIYvVavUkmSw+Upw+InoDVVUHz1BKP7c01K\/OW7bsO5GI3Xvrwm0dL6Wkpj2WmJg4QQw5iOhDW\/K8xdJ4gFK6SqvNrR2QROwm4CspqWlzNZp0lTgtRNzM2KTF0lhFKV1+s7ytYTeBgJJwW8fKlNS0JzWa9DvFaSCiHxGy1WJprKSU\/lyrzW24bYlYVFT809i4Uc\/NyJieIu78ENGPCdlssTQaTSbTs3q9jr1tiFhUVJxGCFmrVqvvlcniB4tDLQK3hlPHcuLokS12ScQrer3OdssS0WAoGKFQKN6TyxNmqVSqkeLQirgF0Wk0llVTSl\/SanNLbzkiFubnL05JTVut0aQrxbEUcTtk61gsjaUmk2mJXq+72O+J2J0Ns0mtVs8UY4EibkN1tc5isbyq1eZ+2G+JWJif\/0RKatrvNJr0seKQicDtm6VzqaamZofJZHpSr9e19xsiGgwFEQqFolAuT5inUqlGiEMlYiDAaCw7QSldpNXmHg32WhIE7xFNiI+PL8vJyX44NjZ2iDg8IgYKkpKUo8LDwx+dOGGC\/R+ffXbgpknEoqLiTLlcvkFURUUMcFX1Sk1NTZHJZHoq0DBHWBD24LNTZ8z4lbgrXoQIAF1hjs9NJtPDer3uUp8QsTA\/\/\/dzch54JkY5LkrsfxEiXOzGY5TSh7Ta3KZeJWJp6U6DWq1eLJPFi\/agCBE8KN9XUdt8\/twsrTb3TK8QsbR05wa1Wr1ILDkvAgIOtalvZkEpBQDI5QlQqW7\/zTafV1TWnWuyPugvGcMEkPBdtVqt4ySh1dqE3776akgazbIsGIYJWSdkZGVh\/vx5nip14Xq\/78OyN3J9w20dmDpjhs8JVFKy1et18vKehp\/BYlRXVzvayLIspk+f5vfEra2tRWV5OUiMq9lOW5rx1NKlgahZDgIJeaaGTzZjd3NXeE2hUEAuT0B0dNczmc1mWCwWx5hPmzYNviqs842ZkOdZtWIF7km71+V\/x458hT+sWeP1fW+gLc2wS7pkkD9tNxrLTlFKs\/xRU8P8tAl\/\/fCcuat6Sx1dmqcDAKwrLOjVVarhk83Y+\/ZvkBvjvyLQYgtH5+LVOFT7DS7GJGDixInQaNJ5V\/4nFi\/BxyNv1L4tbulERmoK7ly7za97bVi3Dhlf78Ioy0nHvfcmTsaS\/L\/69f1\/7y9D0fKlyGIkiJHcKIzdvPBlNP9HMm+7fWHjskWYf\/ZLl\/\/5eiZuIZg6YwYG1x4GAMRu\/q3H587J70Z4xhyQiRpsM+4GiYnlXTi9jdk5+d3YN36mX2TcuGwRhtcfw6zIrsoYO9qHoa3tEub872eIUY7zeN8fNE97DBgzAXub2mCXRGD27NleCWk0llWbTKYpPZXmCPODhPOnzphRyFcp22gsC5ocJpMJlZ\/vw+iEBGRkZoWEcL7UH77JJQTN0x7D7qixvBJhw7p1yC1754aUHP2ffpOoquogYr877TFxd7QPw6R3ivyWig2fbEbYptdciNhiC8eeHz4nSCoajWUYu8PgWBR6eqaSkq2gLc3IjI\/iJZ83cKTc29SGh+fM5Z3QH772MmYdLvJoR8IjC5CTky1oQSlu6XSQ0HH9BycKIqJ7+\/eNnwm5MslrW4zGst0mkynb10E7ET3ECe+Sy+Vv9Va5ekopPnp\/C1rbLuHrr0\/jqwMH8NSyZ0AI6TWpOFyWAJx1XeF9wV26xH7xMWbawrHxxH6\/SeYPThw9goyvdzmIw90zfVA79r63Bqog7hUjsSPzigVVVQf9loqNn36AyWf926xeUrIVaRFXEFb6J88FgPUMq0VFDUf6oHbESOxdRN98EpnTHsM\/tn3Cu1i0MTKP\/80\/+yVKPgVqQ2BzXkq6B+gmqrc287UdAEZZTiLXchIlo\/8TRoCXjDk52ZlGY9l6AE8JJqLBUDCIELJZo0kf7e0z\/qxGvvCTBQvQ2nYJcXFxSExMxD0T1ZDL5YJVqGDhTVV1HhRnQsZI7Mg0H8CGdesCsr34pGFmfBRiy7om\/h7W5rhfjMSO4fXH0NJQ57KKC0XYvm04MdS\/vjUay\/CDcOq3XWr7pgaxh4sceVo3+s3msZB1vd\/u6Feu72O\/+BgZ8ruxYR387tP5Z79ESZCLlDuc+55\/TrTzzokeFobwtCSFtjA\/f3fesmXFgoioUCgKc3KyU+HjMMpgnDVmsxnXLneRkPvbbDbj79s\/hVQqDcp5481ZwztBJ02F1MtASgHE7i\/D+aYm7Hn7Ny4TJ0ZiR9T2Qli9qFNCUF1djcx\/ljomMWDD3sTJDnUqfVA7\/v7O7wOSwJx0FSIVnaVhV3vgdWJ++d4aF1WfI2EWI0Hn4tWQTtRA6raANH+yGZlnTiFs3zYUt9gcfTrKchIZAIzGJJ+LvLPGkGk+gI3LFoVUOxn76Wmv70kBdH6yGfZ927Dn6AkXMmaaD3jVXmKU46JSUtnfFxUVl2u1uef9ImJRUXGOXJ7gcybLZPEBO1eqqg7imaVL0erkmYzuJl5SUhIYhul1x42\/GDElGyMAKOcuxMZli9BiPuCiNu54bWVQk6Cq6iDCbR0OW2wPa0Pm869gb1Ob417BSMU8OgqF5BxiJHa\/pKK7NORI5a3tzp\/lSJj5\/CsYO3eh13sou99refSnyPjTChQfPeFCxs8\/\/QDwQcQ8OsrhFOO0k8LC9X57p4OFcu5CYO5CxLs5x7hxslqbeBdnjSZ9LKV0E4BZPRLRYCgIJ4T8QaVSRfV0PPPad98J6EFqqmsQFxeH8eOTuyb7CCmvJ5VEB2YrZmRmBa0282FJ\/l9dDH+u44OWhk62IWCDcu5CKAFsPHUoaKmYqx6LPce\/Q25MWJcUZ60+paK7NKwbMQpZOMf72ZNbDJjvZEdyJFT6IKGblEDM2m346sGJaLHdsLuG1x9DbW2tV9svVz0Wxd3P5CDjP0thNCp6Zdx9LdLaN9ahaPlSR1vSB7Vj3\/99D0+s5ndYqdXqjKKi4se02tyPfRIx3Nbxck5O9qSeGiGTxTtiMUKwasUK1J0+7fMznHRckpfXZ6ucv5BOn4WWv92Qim1tlxDErm9IWxpdpeGcxx3vd064PyRSMWzSVMd10qtKsIeR8RKx4ZPNHtJw3AItUPonv+\/jLwmdMfO9rdj1s3mYJbnsmMx7yst9O2EWPI8d2wsd3k5Oktb2ccLAiCnZCJs01eHsiZHYccna6Is3w2LjRv3aYCj4f3q9roOXiAZDweCUiROf8De+KDR8YTKZsHvXboxLTsbIkQxGjJCCRBOMTUwEANglEWAYxsVrGkiIpDezN1JS7nax37gYYiCOlMrycmScc\/VMkkd\/6vj9qaVLQyIVZ2RmYs\/blS5SkU\/ilO\/d65BwLbZwhE2ajLtT0wAvlVqG1x8DIp3irRPuD8yrqxzn4rmMkdgRduoQAO9OG65vnE0FznkTvfp19OUx7J0T7ne03a\/xyJieUn\/q5M8BvMlLxHBbxysaTXoyBIQfICB7ZmNhIQDg\/PnzOH\/+vF\/fi44ajsd\/9GOBzpuEXut0LkPEpR+qqwQTsba2FlGs1SV4n5E6weM6w2UJaDGHByUVlXMXonzvXg+p6ExEd3tvD2vDnHdfQn2z92qCbW2XgMgba\/acnAf6VDvhTIVMJzJmmg8EbbcHAmcHkj\/mSkpq2o8NhoK3uSPJI5yPPkuZOPFRITf31zMJdIcq3JwzcXFxLpJRMVbpkIhdP9J+l5fY2spiRmYmsPnLoK5TUfEFMs+ddJv4nqp+xk9\/hh3Wxl6Xis72HicNY5TjUN980O971DeziOnjUmGzVr+OfYtzHGptqENL\/sI2ZgJg8b9IeGJiotpisSwBsN6FiAzDPJKYmDge\/m+G9NtZc7axERcusBiX3CVspdIbzpmODhtYlgXLsjCdMXm9RkSEBKMTEm6qswYATpw4iTQ3y5pM1ARlG3IT\/+Pd+4Dd+zztUqckBE4q+nJmCJWK3qRhT4iKGg7gsovjKRQxYC5k4g9ksnjMfG8rdvxsnsNejJHYkVX6J5T4SJ0LJeySCJcMpEtJ9\/jT7jBCyDwPIhJClshk8RIhHeCPs6a2thYLf\/RjF2no7phxl4xjExNhl0Qg3NaBlNQ0ECJFdDTTp3q\/LxXb\/s9SDxsnGGkYI7F3STw\/7YxAs23cpWLYqUOorZ3hVRoKzd6RnNgP4OmAksszzQdcCrfMyMwUZGO2zc5zcd7ESOy4WLEDVXJ5b5dZhLSlMaBFRC5PuKcwP39U3rJl5yKcQhYTIKw8gF8SkQtVxMXFQSqVIiJC4jVkAQC0leJYa43j72PVNa7Sx4+QRm9JxMLC9Xig7V+IdZNkQrcFOUvDQFPWOo9XBm0rZpoPYPWvX0VW3FDB0pBb+Vvc7DOhwXWrtakrZOKUMLCHtWGOQC3Dq\/NmC3qzRAYqy8uRVVXiWESE9J9KpbqjsrxcB+B\/IrrV0v9MTOx2XYZQIvoTqnAPWXiTjpztqFar+1wyWq1N+Me2T5D59S4XEu5hbdCuWiDoWh\/v3oeZTgPXU64rvKTjZTGSkNiKv4m\/hlGWowFJw0d\/8RK2PfmQazxPABlbGuqw453fu0jDQCWyL+eNbcwE9EJ9U5zcYkCW071abOGIiooU1Ha5Muk+h2pKCNEGstm3quqgzyRm91AFy7JQjFF4kCvpUhOa\/yPZ79Q4s9ns8zNJsYygzuB7DkopKKW4WLGja+I7dTi38mWkpmDElGxBhJac2O8ycGGT\/N\/mtGHdOrR0J1aHSio6S2Yhq7lDJXeL5zmcJVOTEDZpKnIXLPDoo4ZPNqN87150Hq90SRFrsYXj4PVIPPqLlxCMJ\/XDByciHe2OfoJA7cNoLOPdeEAphclkguTEfvwgnHap8275tXP+d6ugexFCkpxtxP8TyENbLBavdtT27Z868kgvXGBx4QLrUFVr3NRNX+DUWU6V5aSk++ZX14eTIsbP62eaDwCveVbCi3NSAwG42C\/FLZ0ImzQVd64VJo22b9+OmU6rv1CJ+vCcudjhFFcMhVR0tm0CkUR8KmGMxI7cmDC0mA+gaHklr5Mnc1A7YmLCANjdMnNeCCq5HfBMEBCCLEYC5D\/D+14c4KJC86X2CW07IdJ4g6EglpOIskAe2JtH6on5uS4qqb9qJxey6EvHjLdkZl+7Mbo2xv5VsHrLJw2FSFSZLN5lG1cwUvHQ+rdc0sqESkM+lbDzuCu5OUJ64rJHvx68HonM518IKDPHH+dNb8wH4MZGYyGpfW5xacIwzP2cRGQCsZv4dl+wLIuWJisSFQoMGeK5od8hHc0QJBl7kpT+7L4wGst497b1RL6D1yPR1nYJUVHeJ4s3NZ3LDLI01CPLzTMYCNoYGc7J73aolJxUTHhkAdRqNcr37kWmW0KA0Vjm4by6\/+kXsKd757s3aWi1NuHE0SPI4nkm9+styf8rGj7ZjJK9e\/3e8c4tbL7Uc6OxDFGslddb6St8wyepvVZFCKeC5wS3FSojdSyY59YELMVlsnjQlmZHRGxYIBdw3yHRU6iiJwmpvHQOnRPu7zUpaWmoBz54G8UCvhMVFYn7n34BcfHxPqXXiaNHPK\/dUolGdKdAffA29rh8w4ao68cEL35hpw5h3\/ETLtcBWwnL8UokPf8KOo9Xut6n9MOu3Ec34nC2YvHxSgD80rC1lfVsd\/cz8e2OUM5dCOXchaiqOoiSLQYAQOfxSsdm2hsL2nBHrO3h9b7T0SwN9UDphx79Wll+f49xVGdJ7Q11nxYB\/\/4OwnJ3JyNzcWZIpDcniMMMhoLh06dPOyO0UDDnSXRGRWUlLlxgMXLkDQHLSSzOUdMbGOvm8PVVtkAEbsaRZi4pgv0hHoz+VQt1Y8BlEWWyeN4Uojf++KbX73x1+LDfUrKjw9YlFX3YkuLA3hoYCOUTg0WEXq+7tH\/\/gWsIMJYC10RW3Hvffaivr3cQipOKfKpnt6MooBo1lF50vLqHM4SGL0SIuJmwNNRfieB1Y8H\/Ta18jpKLFy86HDOOVzNQAwD1nwq+jzOhuRCG8tI52FKm8H9h4sQ+Tz4WISIItHBEZAP5trdNuwzDYPWKFbzqZ3TUcMTE3\/BccgF+DpnxUY4k6uvDpKLaKQK3+UlSIDGxRyK6MwasgVzAV66pZrLGIRGdc0zBszPjbOONpNkKAPhop897c6ouBOaaFhaux5uvvw5\/U+6W5OV5VNquqjqInzzxhKC+enz+PEH5ryUlW8GyLG9bNZM1mPqDDJ9FbYU+K9dGxVilz4oIfNfMLyjo8bn4vrf9sx1ebUejsQwmkwnbt23zSJFUJIzG4z\/6sddCzzOnT4ep8WzAxKjYv9+jX2tra1FR8QVve7h5wjCM17j6TxYsQNWBKiz\/5YsefpXWVpayLHsoDABKS3e+l5OTvTTUTJ89a1bAoQxOSsqVSSENYXCdIgTuHSh0kjsmSXa2z6JYQq+rmazBSy+\/7HVCB\/KsXDtffvVV3r5etWIFPuo+XuDx+fP8Lpfi3JYXV67kJXxJyVZsyP+z30RSJIzGi6t\/5ZJ\/fOeY4I7qdF8gNqxb59MB6a1N3OLk3F8A8NqaNS6Erao6eHrKlMnjOYlYZLU2PS0k35QvfOGO++67z+FI4bPzAM\/QA28cSSBCHb54449vwi6JCLp+zq6yMq8bVmc9+EO\/E+Qdg3igCrMfmuV1YgfTzsOHD+PP69b1WY3ZQBYNU+NZLNPpEM0wIWsr5wQMhIQAcKdqgsvco603kgXGJSe7nKnSzb16oDvXlGXZL81ms1kmi1cKCV88PGcuesqNXPvuOy4rgr\/gJKWzTZmRlYXZs2eHbPB9TWD31fmj97fwflYzWYO\/ffCBTzXT+TrrN\/7Fg4h8JFz+yxeRkprmMbkKC9ej8vN9LpOWk6K+yOjrWTnVa2NhoUODaWVZPLN0Kbbv2NHrdjofCR+fPw\/3pN3roe4ZjWWwNNS7EGTz+1scUkyRMBq7Kip8ahvexmxpns6l\/IvzPTiV2L0PCwvXw\/SvBnxUshWKhNEeGs8zP38Oh53Cdu7ftzTUH3YQUa\/X2UtLd54CoBRaNqInLFy0CDXVNY4aNd5UUG9xwkDuyVdXBgHk0U6bNg3Tp0xxrL6huE4ry7qUM3TfKtYTsfPynkZe3tMetWHffP11QSdHwS3Op1KpkJf3tIsUaGVZLH\/heZ\/tQQj2eDqTcFxyMt58522vz9ElbbIxdcYMzH5oFv724Ycun+Ujob9wJpHV6nqA09rCQt42ccQ629iIHz+5iLdvDx89wlvCsra29nsABS479CmlG63WpoeE7NKvLC\/363OPzn4Ef9\/+aVD5po\/OfsTvDk1JTQvJKu5+DW+FY\/25jiJhtIPM3KprtTa5aAvjkpP9nvQaTTo2v78Fsx+6Uav297\/9bdCkeWrpUhyrrsGusjKH+tub4AqKcVJnx85Sv7+bX1DQa6qzTBaPaIZxLHR\/fvdPPu37nvqdr50WS+OxvGXLzrkQkWXZT81m89cyWfxdQgbNX5CYWI+QBqd+jh+fjBEjpEgd1A5byhQwDAO5XH7TS2Q4p2bxEVOIPe0sUeXyBMe2KJdJuWmTYEm2\/JcvOiRYqEjz8quvOojoLck7VP3r7Mx7atkzgqV4b+LP69Y5POS7yspw55ixmJmdjYmpqUHb5FZrUyeldKtHOUW9XtdZmJ\/\/d40m\/a5gdl\/4wrjkZFy7fAmDhw0H344MMwDUb\/MI5nsrq4EQnH3hS2X66P0tLipjIOBsROdVn5tApn81uPw\/EKLLlUke2U7BSgl3CW4ymdBbhbgCrQrYF9Bo0lGxf7+Ln2NXWRl2lZU57M3lv3wxIOeg2WyuYVl2I29dU7sk4jdVVQcf96e2aSBnXzhCGl7sLa6QlFQqdQT6Hw7BIS\/e8Obrr\/sdLnjp5Ze9ei6FuMzXOqlioUBvHmEn4kZJmD+sWYPCwvUuzjFnh040w+CXK1f6vZicOHpki37ZMjsvEfV63bXC\/PwPNZr0X8OPat8b1q0T\/GAPzHwApjMmx15C5xxUPvQUIvFmI4bKduBc48GqQXxOCMVYpYsrHiFIM\/Tm5BIK5\/YoFIqgr8cld\/haRHpLBQ4VOHWUe3X2mLayLFavWOFyLLg3lO+rOGGXRLwLX2df2CURvzUay\/4rJye7x+KMU2fMEPwwU7sNX2cbBACwo8Jl8j8w8wEsXLQoZNW4EUBQOxS2APc8Gzdt8pDs06dPc1ldl+bpBGkZVmuTh7MjFHaT+wLrTA7nuO9XBw743U5nzzCX8J+Tk+3iEHnztd8JImJfEdfbSVPc\/xYuWuTYh\/tRyVafWVRWa9Pl5vPn\/sf53AteIur1OntRUfGq2traj3o6ESrQCf\/Mz5+D2WzG+fPnMX58MkYnJDjq0MjlcggsKIfeiCMKyW7x5jHj4oOtLIuFufM9XOsqlQqayRqHk2VXWZnfZKytrcWzeXkBOzt8kdA5fva4m6rlbJOaGs9i1YoVPUqA5S887\/L3tGnTHL8vyctzLEamxrOY9eAPeRctPvxq1SoQQnrNc2q1NmHJ4sU9zkeVSoW4uDjHWPiyqWtqava5nwTl9XxErTbXWFq6c6tKpVrsqwGBqI1wC2lwjhrnMIaQUEVvhi+CxcZNm7Awdz5MjWcdk8zdPf\/GW2+7pAJy3rkXV67kzacsLFyP6qNHPTSKmdnZATs7uID+R+9vcVVJE0Z7kCwnJxvjkpMdEu6jkq2oqa7B7DlzeIPd7td8fP48l7HJy3vaJYez7vRpTJ8yxWtA32ptwvbt27uOfO9OOnAO6COEHt1n8\/JgajyLutOnsTRPh\/+aO9dD0lVVHcTmTZv8yoqqqjr4L0opL6fCfB3drVAoqnydGhwKkc+thuOSk\/Ho7EdCat8hwJxHIe3uKQBfW1vrEuvjyzd1HvRA1Wg+KRporilHws3FJbwLmtXa5FhghNrJ3uKEwbQ1mmF6zAASMmb+5kl76ze+pIKWhrq2bcbdSwQf3a3X664XFRUvrKo6uFOjSR8d6qO7nQeH251RUVmJY9U12CwwnoZeCF8ghLvTX1uzxhFD3VVW5mFzqFQq7KqoEJzbKNRThwCT3Pk8iZuLS7D8hef9Jk9PCeJ\/++ADlJRsxR9ff91vAnA7HyZOnIiampqQaUEyWTwOHz3imOMe\/gwfZsobb73N95b9SL2pyBsJ4Y9ntDA\/f\/7UGTMKVSpVdG\/p4bNndUmM3s5rdN\/dEM0wgtUavm1Q7hn14Ikluicz+JIOfG5y5+\/NnjMHCoXv03GF7uR4ceXKHvNVfam1fFuEOIdXT1u2vG2Dcldr\/d121JNWIlQb4tThQLZldT\/PbpPJlK3X6zoDJmI3GX\/98Jy5q2Sy+CF8EyZYcIFtZ3d+MPDVKSJEoG8LQ1WbTKYper3OZxWMMH8vWFq68121Wq1zJqN7Clh\/gVhQSkQ\/IeEpSmmWVpvb1NNnw4RcuLR05wa1Wr0okHMyRIgYSPi8orLuXJP1Qa0294w\/nw8TeoPS0p0GtVq92F1NFSFCBLjMmdrm8+dm+UtCIIAC8O+\/v2VH8tgxwxJHknuGjbxjsNjtIkS4qKPHLlz4PlurzRUU2wnoJIZ\/fPbZnqTk8ZeGRUXdGxsbO1zsfhEi0Gk0ln1uMplmLl68SHAAMiyYOxcVFWfK5fINGk36WHEcRGDglkS8UlNTU2QymZ7S63W2QK4RFmwjioqKEwghH+fkZN8nDokIDLxzPc5Vlpe\/kbds2dvBXCcsFI0xGAoiFApFoVyeME+lUo0Qh0fEALEHT1BKF2m1uUeDvVZYKBtWmJ\/\/REpq2u9EVVXEba6KXqqpqdlhMpme1Ot17aG4ZlioG2kwFNyhUCg2qdXqmTJZfKQ4bCJuJ1RVHayzWCyvarW5H4byumG91eDC\/PzFKalpqzWadPE4GBG3gy3YZrE0lppMpiV6ve5iqK8f1puNNxgKRigUivfk8oRZKpVqpDicInBrhiWqKaUvabW5pb11k7C+eJKiouI0QshatVp9r0wWLyYBiLhV1FDLiaNHttglEa8EGpboV0R0IuRPY+NGPTcjY3pKX99bhAgBamizxdJoNJlMz+r1OrYv7tnnZDAYCiThto6VKalpT2o06XeKwy6iHxGw1WJprKSU\/lyrzW3oy3vfNKlkMBQMDrd1vJKSmjZXo0kXD1kXcTMJyFosjVWU0uVabe7Jm9GGm64edhPypZTUtMcSExMnyGTx4eLUENFHBDxvsTQeoJSu0mpzb+rm2n5jpxkMBeEMwywhhCxWq9WTxBikCPSeE+YMpfRzS0P96rxly77rD23qlw6ToqLiLELIL9KSFPfGKMeNEqeOCASfDXO17pv6f9adrPnMLon4Q0+lK0Qiembp\/IoQkpWYmDheJosfJE4pEULQ0lDXdKTe9BWldK1Wm7urv7bzlgghGAwFYQzDzCKELCGE3KPRpMvFKSbCVxbM+ebvT9adrNljl0S8qdfrWvt7m2+5WJ7BUDA03NaxVK5MeigtSXGXqLqK6FY9r5nN5tOU0iOU0rdulvdzwBDRjZQjw20dzyZNuPsH8aNi71KpVLHilBxYdp\/ZbP6GUnqcUrpeq8394lZ9ltsmu8VgKGDCbR3\/LVcmZRBCJiQmJiaKoZDbM+ZH6cU6Smk1pfQvWm3uodvhuW7LNDODoWBQt005jxAyjhBpUm9VKhfR61Kvw2w2myml31ga6g\/ZJREFer3Oers954DI9zQYCkaF2zoWyZVJUwghSkKkCpVKJRa96p\/Es5vN5m8BnKGUfk0pfZ9l2Uq9Xme\/nZ97QCZeGwwFinBbh1auTLqPEDKGEKk8Opq5Q6wOjpsRXrha38x+e6X96plrV9u\/oZR+zLJshV6vuzaQ+kHcAdFFzGiGYbIJIQ8MHhI5ZmjkkARCpLLoaEYqkjOk0s5mNpubADRSSi2WhvoauyRiG4BaXwe0iEQc2OSUMQyTSQiZCmA0IWR0UiwTd32YNE48cqDn05NaW1mW0ovNAKyU0m8tDfWnAJTaJREn9HrddbGXRCIG5QQCkMwwzHRCyCQAowghsQDuIER6R3Q0wwwUT2032S5RevECgO8BNFNKmy0N9SYSE1vBsuxhvV53QZw1IhH7mqQjwm0d4wCky5VJKgDM4CGRZGjkEAZANABCiDQqOpoZAUDSX1XeloY6XB8mRWsrexlAG6UXLwJovXrtemv7lcutAFotDfXfkZjYQyzLVgP4dqCrlSIRbz2yxgCIYRhGSVuakwAkyJVJUgBDAURGDh02bMjgQZHdf0d0v0oADAIwBICEEGkngJ52ptgovXgNQDiAKwA6u187un8uA2i\/0n71yrWr7Ve632vvJpiJtjQ32CURjQBa9HrdVXHkRCKK8LKHE8AwbyTU63X\/Fnvp1sL\/B+xiR5+5mW6KAAAAAElFTkSuQmCC\" alt=\"Diamond Products\" loading=\"eager\" decoding=\"async\" width=\"170\"\u003e\n\u003cspan class=\"dp-eyebrow\"\u003eCore Vac Dust \u0026amp; Slurry Control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDiamond Products Core Vac\u003c\/h2\u003e\n\u003cp\u003eVacuums, dust shrouds and slurry collection built to capture silica at the cut - Bit Bandit, Blade Bandit, vacuum skids and the hoses and filters that go with them.\u003c\/p\u003e\n\u003cdiv class=\"dp-actions\"\u003e\n\u003ca class=\"dp-btn\" href=\"#dp-products\"\u003eShop Core Vac\u003c\/a\u003e\n\u003ca class=\"dp-btn dp-btn-ghost\" href=\"\/pages\/contact\"\u003eRequest a Quote\u003c\/a\u003e\n\u003ca class=\"dp-btn dp-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=\"dp-hero-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258lc.jpg\" alt=\"Diamond Products Core Vac CV258LC dust extraction vacuum\" loading=\"eager\" decoding=\"async\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cform class=\"dp-search\" style=\"margin:0;\" role=\"search\" action=\"\/search\" method=\"get\"\u003e\n\u003cspan class=\"dp-search-label\"\u003eFind your part\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=\"dp-search-input\" style=\"margin:0;\" type=\"search\" name=\"q\" required aria-label=\"Search Diamond Products Core Vac\" placeholder=\"Model or part: CV258, CVG1 Pro, Bit Bandit, 2508102\"\u003e\n\u003cbutton class=\"dp-search-submit\" type=\"submit\"\u003eSearch\u003c\/button\u003e\n\u003c\/form\u003e\n\u003cnav class=\"dp-types\" aria-label=\"Shop Core Vac by type\"\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-vac\/vacuums\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e01\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eVacuums\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-vac\/dust-shrouds\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e02\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eDust Shrouds\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-vac\/vacuum-accessories\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e03\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eVacuum Accessories\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-vac\/accessories\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e04\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eAccessories\u003c\/span\u003e\n\u003c\/a\u003e\n\u003c\/nav\u003e\n\u003csection\u003e\n\u003cdiv class=\"dp-info-head\"\u003eDust control and silica compliance\u003c\/div\u003e\n\u003cdiv class=\"dp-info-cols\"\u003e\n\u003cdiv\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eWhat this collection covers\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eCore Vac dust and slurry capture for cutting, coring and grinding.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eVacuums\u003c\/strong\u003e – single and dual motor dust extractors and vacuum skids.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDust shrouds\u003c\/strong\u003e – guards that capture at the blade or the grinding head.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBit Bandit and Blade Bandit\u003c\/strong\u003e – collection rings that catch slurry and dust at the bit or the blade.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAccessories\u003c\/strong\u003e – hoses, adapters, filters and collection bags.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eWhy does dust control matter here?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eCutting, coring and grinding concrete releases respirable crystalline silica. OSHA's silica standard for construction (29 CFR 1926.1153) requires engineered controls on these tasks, and a shroud plus a correctly sized vacuum is the usual compliant answer.\u003c\/p\u003e\n\u003cp\u003eIt also keeps the site clean and the tooling cutting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eHow do I size the vacuum to the tool?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eMatch the vacuum's airflow to the shroud, and the shroud to the tool. An undersized vacuum will not hold capture at the cut no matter how good the shroud is.\u003c\/p\u003e\n\u003cp\u003eTell us the saw or grinder model and the blade or head diameter and we will match the pair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eDo I need a HEPA filter?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eFor silica work, yes. The dust that matters is the fraction fine enough to reach the lungs, and that is exactly what a standard filter passes.\u003c\/p\u003e\n\u003cp\u003eSpecify HEPA filtration and a filter-cleaning mechanism, because a loaded filter loses airflow and capture with it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eCan a dust vacuum handle wet slurry?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eOnly if it is rated for it. Pulling slurry through a dry dust extractor will ruin the filter.\u003c\/p\u003e\n\u003cp\u003eBit Bandit and Blade Bandit rings are designed to collect wet slurry at the cut; pair them with a wet-rated vacuum or a slurry pump.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eWill a shroud fit my existing saw or grinder?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\u003cp\u003eShrouds are sized to the blade or head diameter and to the guard mount. Send the machine model and the blade or cup size and we will confirm the fit before you order.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eWhat do you need from me to quote?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eThe part number or catalog number if you have it. If you do not, tell us the material being cut or ground, the machine it runs on, the size and arbor or thread, the quantity, and where it ships.\u003c\/p\u003e\n\u003cp\u003eOn equipment, add the power available - gas, hydraulic, 115V, 230V or three-phase - because most models are built in more than one configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"dp-more\"\u003e\n\u003cspan class=\"dp-more-head\"\u003eMore Diamond Products\u003c\/span\u003e\n\u003cnav class=\"dp-more-nav\" aria-label=\"Diamond Products collections\"\u003e\n\u003ca href=\"\/collections\/diamond-products-diamond-blades\"\u003eDiamond Blades\u003c\/a\u003e\n\u003ca href=\"\/collections\/diamond-products-sawing\"\u003eSawing\u003c\/a\u003e\n\u003ca href=\"\/collections\/diamond-products-coring-bits\"\u003eCoring Bits\u003c\/a\u003e\n\u003ca href=\"\/collections\/diamond-products-coring-equipment\"\u003eCoring Equipment\u003c\/a\u003e\n\u003ca href=\"\/collections\/diamond-products-abrasives\"\u003eAbrasives\u003c\/a\u003e\n\u003ca href=\"\/collections\/diamond-products-core-prep\"\u003eCore Prep\u003c\/a\u003e\n\u003ca class=\"is-active\" href=\"\/collections\/diamond-products-core-vac\" aria-current=\"page\"\u003eCore Vac\u003c\/a\u003e\n\u003ca href=\"\/collections\/diamond-products-weka-saws-equipment\"\u003eWeka Saws \u0026amp; Equipment\u003c\/a\u003e\n\u003c\/nav\u003e\n\u003c\/section\u003e\n\u003cspan class=\"dp-anchor\" id=\"dp-products\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n","products":[{"product_id":"diamond-products-6078496-c14-vacuum-skid-cat-80698","title":"Diamond Products 6078496 C14 Vacuum Skid - Cat # 80698","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis vacuum skid attaches to the C14 electric hand saw to facilitate dust collection during cutting operations. It is designed to track along the surface of the workpiece for consistent debris removal.\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\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eCore Vac Vacuum Skid\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight construction for efficient dust collection\u003c\/li\u003e\n\u003cli\u003eFollows the contours of the workpiece\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eC14\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e6078496\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e80698\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\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-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-c14-vacuum-skid-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-c14_vertical_dust_silica_testing_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eC14 Silica Data Testing Sheet - Vertical Cutting\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-c14_vac_skid_horizontal_dust_silica_testing_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eC14 Silica Data Testing Sheet - Horizontal Cutting\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287847018804,"sku":"6078496","price":293.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-vac-skid_dust-shoe.jpg?v=1789541723"},{"product_id":"diamond-products-2508102-bit-bandit-bit-bandit-for-1-to-4-diameter-bits-cat-92859","title":"Diamond Products 2508102 Bit Bandit Bit Bandit for 1” to 4” diameter bits - Cat # 92859","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis vacuum attachment captures dust during core drilling operations. It features a clear polycarbonate construction that allows for visibility while maintaining a seal against the work surface.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eVacuum Port\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1-1\/2\u003csmall\u003ein\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\n\u003cul class=\"eq-icons\"\u003e\u003cli\u003e\u003cimg alt loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-CoreVac_no-back.jpg\"\u003e\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eBIT BANDIT\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMounts in seconds\u003c\/li\u003e\n\u003cli\u003eEquipped with a 1-1\/2” vacuum port\u003c\/li\u003e\n\u003cli\u003eClear polycarbonate housing provides visibility during the coring process\u003c\/li\u003e\n\u003cli\u003eConstructed from heavy-duty, flexible material for jobsite durability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2508102\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e92859\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eBit Bandit for 1” to 4” diameter bits\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e1\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2508103\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2508103-bit-bandit-bit-bandit-for-2-to-8-diameter-bits-cat-92819\"\u003e2508103 Bit Bandit Bit Bandit for 2” to 8” diameter bits - Cat # 92819\u003c\/a\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e6\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-bit-bandit-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-bit_dust_bandit.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eBit Bandit Handout\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-dk12_m4_vertical_dust_silica_testing_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eM4 with DK12 and Bit Bandit Silica Data Testing Sheet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-dk12_vertical_dust_silica_testing_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eDK12 and Bit Bandit Silica Data Tesitng Sheet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-dk12_horizontal_dust_silica_testing_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eDK12 and Bit Bandit Silica Data Testing Sheet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vac_booklet_5.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCORE VAC Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287901675828,"sku":"2508102","price":67.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-bitb2.png?v=1789541633"},{"product_id":"diamond-products-2508103-bit-bandit-bit-bandit-for-2-to-8-diameter-bits-cat-92819","title":"Diamond Products 2508103 Bit Bandit Bit Bandit for 2” to 8” diameter bits - Cat # 92819","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis vacuum attachment captures dust during core drilling operations. It features a clear polycarbonate construction that allows for visibility while maintaining a seal against the work surface.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eVacuum Port\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1-1\/2\u003csmall\u003ein\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\n\u003cul class=\"eq-icons\"\u003e\u003cli\u003e\u003cimg alt loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-CoreVac_no-back.jpg\"\u003e\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eBIT BANDIT\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eMounts in seconds\u003c\/li\u003e\n\u003cli\u003eEquipped with a 1-1\/2” vacuum port\u003c\/li\u003e\n\u003cli\u003eClear polycarbonate housing provides visibility during the coring process\u003c\/li\u003e\n\u003cli\u003eConstructed from heavy-duty, flexible material for jobsite durability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2508103\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e92819\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eBit Bandit for 2” to 8” diameter bits\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e1\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2508102\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2508102-bit-bandit-bit-bandit-for-1-to-4-diameter-bits-cat-92859\"\u003e2508102 Bit Bandit Bit Bandit for 1” to 4” diameter bits - Cat # 92859\u003c\/a\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e6\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-bit-bandit-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-bit_dust_bandit.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eBit Bandit Handout\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-dk12_m4_vertical_dust_silica_testing_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eM4 with DK12 and Bit Bandit Silica Data Testing Sheet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-dk12_vertical_dust_silica_testing_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eDK12 and Bit Bandit Silica Data Tesitng Sheet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-dk12_horizontal_dust_silica_testing_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eDK12 and Bit Bandit Silica Data Testing Sheet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vac_booklet_5.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCORE VAC Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287901839668,"sku":"2508103","price":75.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-bitb2.png?v=1789541633"},{"product_id":"diamond-products-2508106-blade-bandit-5-cat-77540","title":"Diamond Products 2508106 Blade Bandit 5\" - Cat # 77540","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis dust collection shroud attaches to side grinders to capture debris during cutting operations. It is designed for use with small diameter, tuck point, and V-crack blades.\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\n\u003cul class=\"eq-icons\"\u003e\u003cli\u003e\u003cimg alt loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-CoreVac_no-back.jpg\"\u003e\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with most side grinders\u003c\/li\u003e\n\u003cli\u003eSupports diamond, tuck point, and V-crack blades\u003c\/li\u003e\n\u003cli\u003eFeatures adjustable depth settings with visual indicators\u003c\/li\u003e\n\u003cli\u003eConstructed from clear polycarbonate for visibility\u003c\/li\u003e\n\u003cli\u003eBuilt with heavy-duty, flexible materials for job site durability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2508106\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e77540\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBlade Capacity\u003c\/th\u003e\n\u003ctd\u003e5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e1\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2508107\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2508107-blade-bandit-7-cat-77617\"\u003e2508107 Blade Bandit 7\" - Cat # 77617\u003c\/a\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\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-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-blade-bandit-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-blade_bandit.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eBlade Bandit Handout\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-blade_bandit_instructions_final.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eBlade Bandit Instruction Sheet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vac_booklet_3.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCORE VAC Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287902134580,"sku":"2508106","price":198.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-blade-bandit-group.png?v=1789541635"},{"product_id":"diamond-products-2508107-blade-bandit-7-cat-77617","title":"Diamond Products 2508107 Blade Bandit 7\" - Cat # 77617","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis dust collection shroud attaches to side grinders to capture debris during cutting operations. It is designed for use with small diameter, tuck point, and V-crack blades.\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\n\u003cul class=\"eq-icons\"\u003e\u003cli\u003e\u003cimg alt loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-CoreVac_no-back.jpg\"\u003e\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with most side grinders\u003c\/li\u003e\n\u003cli\u003eSupports diamond, tuck point, and V-crack blades\u003c\/li\u003e\n\u003cli\u003eFeatures adjustable depth settings with visual indicators\u003c\/li\u003e\n\u003cli\u003eConstructed from clear polycarbonate for visibility\u003c\/li\u003e\n\u003cli\u003eBuilt with heavy-duty, flexible materials for job site durability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2508107\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e77617\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBlade Capacity\u003c\/th\u003e\n\u003ctd\u003e7\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e1\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2508106\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2508106-blade-bandit-5-cat-77540\"\u003e2508106 Blade Bandit 5\" - Cat # 77540\u003c\/a\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\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-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-blade-bandit-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-blade_bandit.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eBlade Bandit Handout\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-blade_bandit_instructions_final.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eBlade Bandit Instruction Sheet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vac_booklet_3.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCORE VAC Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287902298420,"sku":"2508107","price":236.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-blade-bandit-group.png?v=1789541635"},{"product_id":"diamond-products-2507000-core-vac-adapter-hose-cat-35545","title":"Diamond Products 2507000 Core Vac Adapter Hose - Cat # 35545","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis adapter hose connects dust collection systems to coring equipment. It measures 18 inches in length to provide reach between the vacuum and the tool.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eLength\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e18\u003csmall\u003ein\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\n\u003cul class=\"eq-icons\"\u003e\u003cli\u003e\u003cimg alt loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-CoreVac_no-back.jpg\"\u003e\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAdapter Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with hose diameters ranging from 1.250\" to 2.5\"\u003c\/li\u003e\n\u003cli\u003eDesigned for integration with the Bit Bandit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2507000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e35545\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e1\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-vac-adapter-hose-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287902429492,"sku":"2507000","price":26.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vace_hose_adapter1.jpg?v=1789643898"},{"product_id":"diamond-products-core-vac-cv258-vacuums-cv258lc-lift-can-style-part-4244137-cat-104364","title":"Diamond Products Core Vac CV258 Vacuums CV258LC (Lift Can Style) - Part # 4244137, Cat # 104364","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis electric vacuum provides dust containment for concrete coring and cutting operations. It utilizes a 2700-watt motor system to deliver 258 CFM of airflow.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePower\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e120\u003csmall\u003eV\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePower\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2700\u003csmall\u003eWatt\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eAirflow\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e258\u003csmall\u003eCFM\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\n\u003cul class=\"eq-icons\"\u003e\u003cli\u003e\n\u003cimg alt=\"120V, 2700 Watt Electric Powered\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Electric.jpg\"\u003e\u003cspan\u003e120V, 2700 Watt Electric Powered\u003c\/span\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e2\" diameter hose\u003c\/li\u003e\n\u003cli\u003eDual motor configuration\u003c\/li\u003e\n\u003cli\u003ePatented self-cleaning filtration system\u003c\/li\u003e\n\u003cli\u003eIntegrated HEPA filtration\u003c\/li\u003e\n\u003cli\u003eSolid steel chassis\u003c\/li\u003e\n\u003cli\u003eHeavy-duty caster wheels for mobility\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e6\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e4244137\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e104364\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n\u003ctd\u003e120V, 2700 Watt\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompressor\u003c\/th\u003e\n\u003ctd\u003e258 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFiltration\u003c\/th\u003e\n\u003ctd\u003eSelf-cleaning HEPA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e4244131\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-vac-cv258-vacuums-cv258b-bag-style-part-4244131-cat-83263\"\u003eCore Vac CV258 Vacuums CV258B (Bag Style) - Part # 4244131, Cat # 83263\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e4600172\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-4600172-6-mil-bag-liners-50-bags-cat-84935\"\u003e4600172 6 mil Bag Liners (50 bags) - Cat # 84935\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-vac-cv258-vacuums-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258 Product Sheet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258b_parts_list_july_2024_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258B Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258c_parts_list_july_2024_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258C Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vac_booklet_2.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCORE VAC Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258lc_dec_2021__1_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258LC Product Page\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258_cv353_additional_parts.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eAdditional Parts for CV258\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258lc_parts_list_july_2024_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258LC Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eMachines ship by freight, quoted to the delivery address; contact us for a lift-gate or residential delivery quote before you order.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287902527796,"sku":"4244137","price":3315.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258lc.jpg?v=1789541682"},{"product_id":"diamond-products-core-vac-cv258-vacuums-cv258b-bag-style-part-4244131-cat-83263","title":"Diamond Products Core Vac CV258 Vacuums CV258B (Bag Style) - Part # 4244131, Cat # 83263","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis electric vacuum provides dust containment for concrete coring and cutting operations. It utilizes a 2700-watt motor system to deliver 258 CFM of airflow.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePower\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e120\u003csmall\u003eV\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePower\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2700\u003csmall\u003eWatt\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eAirflow\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e258\u003csmall\u003eCFM\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\n\u003cul class=\"eq-icons\"\u003e\u003cli\u003e\n\u003cimg alt=\"120V, 2700 Watt Electric Powered\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Electric.jpg\"\u003e\u003cspan\u003e120V, 2700 Watt Electric Powered\u003c\/span\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e2\" diameter hose\u003c\/li\u003e\n\u003cli\u003eDual motor configuration\u003c\/li\u003e\n\u003cli\u003ePatented self-cleaning filtration system\u003c\/li\u003e\n\u003cli\u003eIntegrated HEPA filtration\u003c\/li\u003e\n\u003cli\u003eSolid steel chassis\u003c\/li\u003e\n\u003cli\u003eHeavy-duty caster wheels for mobility\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e6\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e4244131\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e83263\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n\u003ctd\u003e120V, 2700 Watt\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompressor\u003c\/th\u003e\n\u003ctd\u003e258 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFiltration\u003c\/th\u003e\n\u003ctd\u003eSelf-cleaning HEPA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e4244137\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-vac-cv258-vacuums-cv258lc-lift-can-style-part-4244137-cat-104364\"\u003eCore Vac CV258 Vacuums CV258LC (Lift Can Style) - Part # 4244137, Cat # 104364\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e4600172\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-4600172-6-mil-bag-liners-50-bags-cat-84935\"\u003e4600172 6 mil Bag Liners (50 bags) - Cat # 84935\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-vac-cv258-vacuums-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258 Product Sheet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258b_parts_list_july_2024_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258B Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258c_parts_list_july_2024_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258C Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vac_booklet_2.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCORE VAC Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258lc_dec_2021__1_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258LC Product Page\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258_cv353_additional_parts.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eAdditional Parts for CV258\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258lc_parts_list_july_2024_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258LC Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eMachines ship by freight, quoted to the delivery address; contact us for a lift-gate or residential delivery quote before you order.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287902691636,"sku":"4244131","price":4508.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258b.jpg?v=1789541680"},{"product_id":"diamond-products-4600172-6-mil-bag-liners-50-bags-cat-84935","title":"Diamond Products 4600172 6 mil Bag Liners (50 bags) - Cat # 84935","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003e6 mil Bag Liners (50 bags). Published by Diamond Products as an accessory for the Core Vac CV258 Vacuums.\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\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e4600172\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e84935\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible With\u003c\/th\u003e\n\u003ctd\u003eCore Vac CV258 Vacuums\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e4244137\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-vac-cv258-vacuums-cv258lc-lift-can-style-part-4244137-cat-104364\"\u003eCore Vac CV258 Vacuums CV258LC (Lift Can Style) - Part # 4244137, Cat # 104364\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e4244131\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-vac-cv258-vacuums-cv258b-bag-style-part-4244131-cat-83263\"\u003eCore Vac CV258 Vacuums CV258B (Bag Style) - Part # 4244131, Cat # 83263\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-vac-cv258-vacuums-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258 Product Sheet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258b_parts_list_july_2024_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258B Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258c_parts_list_july_2024_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258C Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vac_booklet_2.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCORE VAC Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258lc_dec_2021__1_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258LC Product Page\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258_cv353_additional_parts.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eAdditional Parts for CV258\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258lc_parts_list_july_2024_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV258LC Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287902789940,"sku":"4600172","price":139.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-placeholder.png?v=1789541699"},{"product_id":"diamond-products-2708358-vacuum-side-cover-plate-attachment-for-cc190pro-ee-cat-80580","title":"Diamond Products 2708358 Vacuum side cover plate attachment for CC190PRO-EE - Cat # 80580","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eVacuum side cover plate attachment for CC190PRO-EE. Published by Diamond Products as an accessory for the Core Vac CVG1-PRO Vacuum.\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\"\u003eSpecifications\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2708358\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e80580\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eVacuum side cover plate attachment for CC190PRO-EE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible With\u003c\/th\u003e\n\u003ctd\u003eCore Vac CVG1-PRO Vacuum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\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\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2504846\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2504846-vacuum-adapter-3-to-5-cat-82102\"\u003e2504846 Vacuum adapter 3” to 5” - Cat # 82102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505797\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505797-hepa-filter-requires-2-for-cv1900-cat-40141\"\u003e2505797 HEPA FIlter (requires 2 for CV1900) - Cat # 40141\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5801910\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-vac-cvg1-pro-vacuum-part-5801910-cat-111653\"\u003eCore Vac CVG1-PRO Vacuum - Part # 5801910, Cat # 111653\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\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-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-vac-cvg1-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1_flyer.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCVG1 Handout\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1_pro_parts_list_apr_2025_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCVG1-PRO Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1_op_manual_october_2021_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCVG1 Operator Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287902953780,"sku":"2708358","price":320.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-placeholder.png?v=1789541699"},{"product_id":"diamond-products-2504846-vacuum-adapter-3-to-5-cat-82102","title":"Diamond Products 2504846 Vacuum adapter 3” to 5” - Cat # 82102","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eVacuum adapter 3” to 5”. Published by Diamond Products as an accessory for the Core Vac CVG1-PRO Vacuum.\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\"\u003eSpecifications\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2504846\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e82102\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eVacuum adapter 3” to 5”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible With\u003c\/th\u003e\n\u003ctd\u003eCore Vac CVG1-PRO Vacuum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\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\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2708358\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2708358-vacuum-side-cover-plate-attachment-for-cc190pro-ee-cat-80580\"\u003e2708358 Vacuum side cover plate attachment for CC190PRO-EE - Cat # 80580\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505797\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505797-hepa-filter-requires-2-for-cv1900-cat-40141\"\u003e2505797 HEPA FIlter (requires 2 for CV1900) - Cat # 40141\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5801910\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-vac-cvg1-pro-vacuum-part-5801910-cat-111653\"\u003eCore Vac CVG1-PRO Vacuum - Part # 5801910, Cat # 111653\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\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-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-vac-cvg1-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1_flyer.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCVG1 Handout\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1_pro_parts_list_apr_2025_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCVG1-PRO Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1_op_manual_october_2021_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCVG1 Operator Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287903052084,"sku":"2504846","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-placeholder.png?v=1789541699"},{"product_id":"diamond-products-2505797-hepa-filter-requires-2-for-cv1900-cat-40141","title":"Diamond Products 2505797 HEPA FIlter (requires 2 for CV1900) - Cat # 40141","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eHEPA FIlter (requires 2 for CV1900). Published by Diamond Products as an accessory for the Core Vac CVG1-PRO Vacuum.\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\"\u003eSpecifications\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2505797\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e40141\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eHEPA FIlter (requires 2 for CV1900)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible With\u003c\/th\u003e\n\u003ctd\u003eCore Vac CVG1-PRO Vacuum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\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\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2708358\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2708358-vacuum-side-cover-plate-attachment-for-cc190pro-ee-cat-80580\"\u003e2708358 Vacuum side cover plate attachment for CC190PRO-EE - Cat # 80580\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2504846\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2504846-vacuum-adapter-3-to-5-cat-82102\"\u003e2504846 Vacuum adapter 3” to 5” - Cat # 82102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5801910\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-vac-cvg1-pro-vacuum-part-5801910-cat-111653\"\u003eCore Vac CVG1-PRO Vacuum - Part # 5801910, Cat # 111653\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\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-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-vac-cvg1-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1_flyer.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCVG1 Handout\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1_pro_parts_list_apr_2025_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCVG1-PRO Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1_op_manual_october_2021_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCVG1 Operator Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287903183156,"sku":"2505797","price":799.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-placeholder.png?v=1789541699"},{"product_id":"diamond-products-core-vac-cvg1-pro-vacuum-part-5801910-cat-111653","title":"Diamond Products Core Vac CVG1-PRO Vacuum - Part # 5801910, Cat # 111653","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis gasoline-powered HEPA vacuum provides high-volume suction for industrial dust collection. It features a 1104 CFM rating to support large-scale surface preparation and coring operations.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCFM\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1104\u003csmall\u003eCFM\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eDrum Size\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e21\u003csmall\u003eGallons\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e375\u003csmall\u003elbs\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-icons\"\u003e\n\u003cli\u003e\n\u003cimg alt=\"Gasoline Powered\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Gas.jpg\"\u003e\u003cspan\u003eGasoline Powered\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Made in the U.S.A.\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-American_Flag.jpg\"\u003e\u003cspan\u003eMade in the U.S.A.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eEquipped with a Honda gasoline engine featuring key start.\u003c\/li\u003e\n\u003cli\u003eUtilizes a patented self-cleaning system to reduce filter maintenance.\u003c\/li\u003e\n\u003cli\u003eIncludes a lever-style lowering mechanism for drum disposal.\u003c\/li\u003e\n\u003cli\u003eMounted on heavy-duty casters for mobility during transport and dumping.\u003c\/li\u003e\n\u003cli\u003eFeatures a 5\" main hose inlet and two 2\" auxiliary inlets for tool compatibility.\u003c\/li\u003e\n\u003cli\u003eDesigned for use with all shrouded equipment.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e12\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5801910\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e111653\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVacuum Hoses\u003c\/th\u003e\n\u003ctd\u003e5” x 15’ (standard) with quick-release clamps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompressor\u003c\/th\u003e\n\u003ctd\u003e2.5 CFM Air Cooled\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFiltration\u003c\/th\u003e\n\u003ctd\u003eSpecial pleated cartridge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWheels\u003c\/th\u003e\n\u003ctd\u003eTwo 5” 200lb. rubber Two 5” 200lb. swivel caster\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDrum Size\u003c\/th\u003e\n\u003ctd\u003e21 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e59” (150cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e34-1\/2” (88cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e28” (71cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e375 lbs. (170kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003ctable class=\"eq-spectable eq-wide\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003ePort Size\u003c\/th\u003e\n\u003cth\u003eCFM\u003c\/th\u003e\n\u003cth\u003eInch Lift\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\u003ctr\u003e\n\u003ctd\u003e1 - 5”\u003c\/td\u003e\n\u003ctd\u003e1104\u003c\/td\u003e\n\u003ctd\u003e3.0\u003c\/td\u003e\n\u003c\/tr\u003e\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\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\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2708358\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2708358-vacuum-side-cover-plate-attachment-for-cc190pro-ee-cat-80580\"\u003e2708358 Vacuum side cover plate attachment for CC190PRO-EE - Cat # 80580\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2504846\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2504846-vacuum-adapter-3-to-5-cat-82102\"\u003e2504846 Vacuum adapter 3” to 5” - Cat # 82102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505797\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505797-hepa-filter-requires-2-for-cv1900-cat-40141\"\u003e2505797 HEPA FIlter (requires 2 for CV1900) - Cat # 40141\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\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-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-vac-cvg1-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1_flyer.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCVG1 Handout\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1_pro_parts_list_apr_2025_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCVG1-PRO Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1_op_manual_october_2021_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCVG1 Operator Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eMachines ship by freight, quoted to the delivery address; contact us for a lift-gate or residential delivery quote before you order.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287903281460,"sku":"5801910","price":18199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cvg1pro.jpg?v=1789541683"},{"product_id":"diamond-products-2508104-core-vac-multi-hose-adapter-cat-31810","title":"Diamond Products 2508104 Core Vac Multi-Hose Adapter - Cat # 31810","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis adapter allows standard vacuum hoses to connect to equipment that otherwise requires proprietary quick-disconnect fittings. It features multiple diameter options to ensure compatibility with a wide range of vacuum hose sizes.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eInside Diameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1.250, 1.5, 2.5\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eOutside Diameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1, 1.250, 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\n\u003cul class=\"eq-icons\"\u003e\u003cli\u003e\u003cimg alt loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-CoreVac_no-back.jpg\"\u003e\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eAdapter Sizes\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eInside diameters include 1.250\", 1.5\", and 2.5\"\u003c\/li\u003e\n\u003cli\u003eOutside diameters include 1\", 1.250\", and 2\"\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2508104\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e31810\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e1\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-vac-multi-hose-adapter-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287903412532,"sku":"2508104","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vac_adapter1.jpg?v=1789643898"},{"product_id":"diamond-products-2508100-cup-bandit-cup-bandit-for-5-cup-girnders-cat-93507","title":"Diamond Products 2508100 Cup Bandit Cup Bandit for 5” cup girnders - Cat # 93507","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis dust shroud attaches to angle grinders to contain airborne particles during surface preparation. The clear polycarbonate construction allows for visibility while the rubber collar maintains a seal during movement.\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\n\u003cul class=\"eq-icons\"\u003e\u003cli\u003e\u003cimg alt loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-CoreVac_no-back.jpg\"\u003e\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eCUP BANDIT\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eRubber collar accommodates tool movement and universal grinder compatibility\u003c\/li\u003e\n\u003cli\u003eClear polycarbonate housing provides visibility during operation\u003c\/li\u003e\n\u003cli\u003eIntegrated ports accept 1-1\/4”, 1-1\/2”, and 2” vacuum hoses\u003c\/li\u003e\n\u003cli\u003eRemovable edge segment enables flush grinding against vertical surfaces\u003c\/li\u003e\n\u003cli\u003eHeavy-duty material construction designed for job site durability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2508100\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e93507\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eCup Bandit for 5” cup girnders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e1\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2508101\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2508101-cup-bandit-cup-bandit-for-7-cup-grinders-cat-93684\"\u003e2508101 Cup Bandit Cup Bandit for 7” cup grinders - Cat # 93684\u003c\/a\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\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-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cup-bandit-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cup_dust_bandit.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCup Bandit Handout\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vac_booklet_4.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCORE VAC Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287903576372,"sku":"2508100","price":112.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cbandit2.png?v=1789541632"},{"product_id":"diamond-products-2508101-cup-bandit-cup-bandit-for-7-cup-grinders-cat-93684","title":"Diamond Products 2508101 Cup Bandit Cup Bandit for 7” cup grinders - Cat # 93684","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis dust shroud attaches to angle grinders to contain airborne particles during surface preparation. The clear polycarbonate construction allows for visibility while the rubber collar maintains a seal during movement.\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\n\u003cul class=\"eq-icons\"\u003e\u003cli\u003e\u003cimg alt loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-CoreVac_no-back.jpg\"\u003e\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eCUP BANDIT\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eRubber collar accommodates tool movement and universal grinder compatibility\u003c\/li\u003e\n\u003cli\u003eClear polycarbonate housing provides visibility during operation\u003c\/li\u003e\n\u003cli\u003eIntegrated ports accept 1-1\/4”, 1-1\/2”, and 2” vacuum hoses\u003c\/li\u003e\n\u003cli\u003eRemovable edge segment enables flush grinding against vertical surfaces\u003c\/li\u003e\n\u003cli\u003eHeavy-duty material construction designed for job site durability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2508101\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e93684\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eCup Bandit for 7” cup grinders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e1\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2508100\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2508100-cup-bandit-cup-bandit-for-5-cup-girnders-cat-93507\"\u003e2508100 Cup Bandit Cup Bandit for 5” cup girnders - Cat # 93507\u003c\/a\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\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-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cup-bandit-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cup_dust_bandit.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCup Bandit Handout\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vac_booklet_4.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCORE VAC Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287903707444,"sku":"2508101","price":118.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cbandit2.png?v=1789541632"},{"product_id":"diamond-products-cv150c-mini-hepa-portable-vacuum-part-4244132-cat-67285","title":"Diamond Products CV150C Mini HEPA Portable Vacuum - Part # 4244132, Cat # 67285","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis single-phase industrial vacuum provides HEPA-filtered wet and dry debris collection for jobsite cleanup. It features a 1350-watt motor capable of delivering 150 CFM of suction.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e110\u003csmall\u003eV\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCFM\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e150\u003csmall\u003eCFM\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCapacity\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e7.9\u003csmall\u003egallon\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\n\u003cul class=\"eq-icons\"\u003e\u003cli\u003e\u003cimg alt loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-CoreVac_no-back.jpg\"\u003e\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Capabilities\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eHandles both wet and dry material recovery\u003c\/li\u003e\n\u003cli\u003eEquipped with a 1350-watt, 8.2-amp motor for industrial-grade suction\u003c\/li\u003e\n\u003cli\u003eDesigned for high-volume debris pick-up\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e11\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eCV150C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e4244132\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e67285\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVolts\u003c\/th\u003e\n\u003ctd\u003e110V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMotor\u003c\/th\u003e\n\u003ctd\u003e1350 Watt \/ 8.2 Amp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCFM\u003c\/th\u003e\n\u003ctd\u003e150 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eContainer Capacity\u003c\/th\u003e\n\u003ctd\u003e7.9 gallon (30L)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e17\"L x 19W x 27H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHose Length\u003c\/th\u003e\n\u003ctd\u003e12 Ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003eElectric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv150c-mini-hepa-portable-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv150c_op_manual_july2019.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV150C Operation Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv150c_parts_list_july_2024_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV150C Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv150c_flyer.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV150C Product Page\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vac_booklet_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCORE VAC Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv150c_additional_parts.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV150C Additional Parts\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv150s_parts_list_feb_2024_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV150S Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eMachines ship by freight, quoted to the delivery address; contact us for a lift-gate or residential delivery quote before you order.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287903838516,"sku":"4244132","price":994.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv150c-with-hose.jpg?v=1789541682"},{"product_id":"diamond-products-cv300s-slurry-vacuum-part-2506969-cat-106885","title":"Diamond Products CV300S Slurry Vacuum - Part # 2506969, Cat # 106885","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis electric-powered vacuum provides wet containment for slurry generated during concrete cutting and coring operations. It delivers 300 CFM of suction power to manage large volumes of liquid waste.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eCFM\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e300\u003csmall\u003eCFM\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e120\u003csmall\u003eV\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\n\u003cul class=\"eq-icons\"\u003e\u003cli\u003e\u003cimg alt loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-CoreVac_no-back.jpg\"\u003e\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eOperates on a 120V motor\u003c\/li\u003e\n\u003cli\u003eProvides 300 CFM suction capacity\u003c\/li\u003e\n\u003cli\u003eIncludes a 15ft. hose as standard equipment\u003c\/li\u003e\n\u003cli\u003eFeatures a 2\" hose diameter\u003c\/li\u003e\n\u003cli\u003eComponents including vacuum head, drum, cart, hoses, and wand are sold separately\u003c\/li\u003e\n\u003cli\u003eEquipped with large rear wheels and a caster for maneuverability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eCV300S\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2506969\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e106885\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eCV300S Motor Head Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049207\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049207-55-gallon-drum-with-drain-cat-108453\"\u003e6049207 55 Gallon Drum with Drain - Cat # 108453\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049206\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049206-drum-cart-with-wheels-cat-108454\"\u003e6049206 Drum Cart with Wheels - Cat # 108454\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505973\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505973-15ft-hose-cat-108455\"\u003e2505973 15ft. Hose - Cat # 108455\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505974\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505974-30ft-hose-cat-108456\"\u003e2505974 30ft. Hose - Cat # 108456\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505970\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505970-vacuum-wand-cat-108457\"\u003e2505970 Vacuum Wand - Cat # 108457\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505972\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505972-wand-base-cat-108459\"\u003e2505972 Wand Base - Cat # 108459\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505971\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505971-wand-squeegee-cat-108460\"\u003e2505971 Wand Squeegee - Cat # 108460\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s-slurry-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s_parts_list_dec_2023_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV300S Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eMachines ship by freight, quoted to the delivery address; contact us for a lift-gate or residential delivery quote before you order.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287903936820,"sku":"2506969","price":2171.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-vac2-back_2023.jpg?v=1789541722"},{"product_id":"diamond-products-6049207-55-gallon-drum-with-drain-cat-108453","title":"Diamond Products 6049207 55 Gallon Drum with Drain - Cat # 108453","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003e55 Gallon Drum with Drain. Published by Diamond Products as an accessory for the CV300S Slurry Vacuum.\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\"\u003eSpecifications\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e6049207\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e108453\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003e55 Gallon Drum with Drain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible With\u003c\/th\u003e\n\u003ctd\u003eCV300S Slurry Vacuum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2506969\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cv300s-slurry-vacuum-part-2506969-cat-106885\"\u003eCV300S Slurry Vacuum - Part # 2506969, Cat # 106885\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049206\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049206-drum-cart-with-wheels-cat-108454\"\u003e6049206 Drum Cart with Wheels - Cat # 108454\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505973\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505973-15ft-hose-cat-108455\"\u003e2505973 15ft. Hose - Cat # 108455\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505974\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505974-30ft-hose-cat-108456\"\u003e2505974 30ft. Hose - Cat # 108456\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505970\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505970-vacuum-wand-cat-108457\"\u003e2505970 Vacuum Wand - Cat # 108457\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505972\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505972-wand-base-cat-108459\"\u003e2505972 Wand Base - Cat # 108459\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505971\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505971-wand-squeegee-cat-108460\"\u003e2505971 Wand Squeegee - Cat # 108460\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s-slurry-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s_parts_list_dec_2023_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV300S Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287904067892,"sku":"6049207","price":524.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-placeholder.png?v=1789541699"},{"product_id":"diamond-products-6049206-drum-cart-with-wheels-cat-108454","title":"Diamond Products 6049206 Drum Cart with Wheels - Cat # 108454","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eDrum Cart with Wheels. Published by Diamond Products as an accessory for the CV300S Slurry Vacuum.\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\"\u003eSpecifications\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e6049206\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e108454\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eDrum Cart with Wheels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible With\u003c\/th\u003e\n\u003ctd\u003eCV300S Slurry Vacuum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2506969\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cv300s-slurry-vacuum-part-2506969-cat-106885\"\u003eCV300S Slurry Vacuum - Part # 2506969, Cat # 106885\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049207\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049207-55-gallon-drum-with-drain-cat-108453\"\u003e6049207 55 Gallon Drum with Drain - Cat # 108453\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505973\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505973-15ft-hose-cat-108455\"\u003e2505973 15ft. Hose - Cat # 108455\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505974\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505974-30ft-hose-cat-108456\"\u003e2505974 30ft. Hose - Cat # 108456\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505970\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505970-vacuum-wand-cat-108457\"\u003e2505970 Vacuum Wand - Cat # 108457\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505972\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505972-wand-base-cat-108459\"\u003e2505972 Wand Base - Cat # 108459\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505971\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505971-wand-squeegee-cat-108460\"\u003e2505971 Wand Squeegee - Cat # 108460\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s-slurry-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s_parts_list_dec_2023_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV300S Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287904231732,"sku":"6049206","price":732.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-placeholder.png?v=1789541699"},{"product_id":"diamond-products-2505973-15ft-hose-cat-108455","title":"Diamond Products 2505973 15ft. Hose - Cat # 108455","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003e15ft. Hose. Published by Diamond Products as an accessory for the CV300S Slurry Vacuum.\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\"\u003eSpecifications\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2505973\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e108455\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003e15ft. Hose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible With\u003c\/th\u003e\n\u003ctd\u003eCV300S Slurry Vacuum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2506969\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cv300s-slurry-vacuum-part-2506969-cat-106885\"\u003eCV300S Slurry Vacuum - Part # 2506969, Cat # 106885\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049207\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049207-55-gallon-drum-with-drain-cat-108453\"\u003e6049207 55 Gallon Drum with Drain - Cat # 108453\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049206\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049206-drum-cart-with-wheels-cat-108454\"\u003e6049206 Drum Cart with Wheels - Cat # 108454\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505974\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505974-30ft-hose-cat-108456\"\u003e2505974 30ft. Hose - Cat # 108456\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505970\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505970-vacuum-wand-cat-108457\"\u003e2505970 Vacuum Wand - Cat # 108457\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505972\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505972-wand-base-cat-108459\"\u003e2505972 Wand Base - Cat # 108459\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505971\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505971-wand-squeegee-cat-108460\"\u003e2505971 Wand Squeegee - Cat # 108460\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s-slurry-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s_parts_list_dec_2023_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV300S Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287904362804,"sku":"2505973","price":146.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-placeholder.png?v=1789541699"},{"product_id":"diamond-products-2505974-30ft-hose-cat-108456","title":"Diamond Products 2505974 30ft. Hose - Cat # 108456","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003e30ft. Hose. Published by Diamond Products as an accessory for the CV300S Slurry Vacuum.\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\"\u003eSpecifications\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2505974\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e108456\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003e30ft. Hose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible With\u003c\/th\u003e\n\u003ctd\u003eCV300S Slurry Vacuum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2506969\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cv300s-slurry-vacuum-part-2506969-cat-106885\"\u003eCV300S Slurry Vacuum - Part # 2506969, Cat # 106885\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049207\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049207-55-gallon-drum-with-drain-cat-108453\"\u003e6049207 55 Gallon Drum with Drain - Cat # 108453\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049206\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049206-drum-cart-with-wheels-cat-108454\"\u003e6049206 Drum Cart with Wheels - Cat # 108454\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505973\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505973-15ft-hose-cat-108455\"\u003e2505973 15ft. Hose - Cat # 108455\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505970\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505970-vacuum-wand-cat-108457\"\u003e2505970 Vacuum Wand - Cat # 108457\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505972\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505972-wand-base-cat-108459\"\u003e2505972 Wand Base - Cat # 108459\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505971\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505971-wand-squeegee-cat-108460\"\u003e2505971 Wand Squeegee - Cat # 108460\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s-slurry-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s_parts_list_dec_2023_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV300S Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287904493876,"sku":"2505974","price":238.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-placeholder.png?v=1789541699"},{"product_id":"diamond-products-2505970-vacuum-wand-cat-108457","title":"Diamond Products 2505970 Vacuum Wand - Cat # 108457","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eVacuum Wand. Published by Diamond Products as an accessory for the CV300S Slurry Vacuum.\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\"\u003eSpecifications\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2505970\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e108457\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eVacuum Wand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible With\u003c\/th\u003e\n\u003ctd\u003eCV300S Slurry Vacuum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2506969\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cv300s-slurry-vacuum-part-2506969-cat-106885\"\u003eCV300S Slurry Vacuum - Part # 2506969, Cat # 106885\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049207\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049207-55-gallon-drum-with-drain-cat-108453\"\u003e6049207 55 Gallon Drum with Drain - Cat # 108453\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049206\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049206-drum-cart-with-wheels-cat-108454\"\u003e6049206 Drum Cart with Wheels - Cat # 108454\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505973\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505973-15ft-hose-cat-108455\"\u003e2505973 15ft. Hose - Cat # 108455\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505974\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505974-30ft-hose-cat-108456\"\u003e2505974 30ft. Hose - Cat # 108456\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505972\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505972-wand-base-cat-108459\"\u003e2505972 Wand Base - Cat # 108459\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505971\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505971-wand-squeegee-cat-108460\"\u003e2505971 Wand Squeegee - Cat # 108460\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s-slurry-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s_parts_list_dec_2023_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV300S Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287904592180,"sku":"2505970","price":115.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-placeholder.png?v=1789541699"},{"product_id":"diamond-products-2505972-wand-base-cat-108459","title":"Diamond Products 2505972 Wand Base - Cat # 108459","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eWand Base. Published by Diamond Products as an accessory for the CV300S Slurry Vacuum.\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\"\u003eSpecifications\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2505972\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e108459\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eWand Base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible With\u003c\/th\u003e\n\u003ctd\u003eCV300S Slurry Vacuum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2506969\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cv300s-slurry-vacuum-part-2506969-cat-106885\"\u003eCV300S Slurry Vacuum - Part # 2506969, Cat # 106885\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049207\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049207-55-gallon-drum-with-drain-cat-108453\"\u003e6049207 55 Gallon Drum with Drain - Cat # 108453\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049206\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049206-drum-cart-with-wheels-cat-108454\"\u003e6049206 Drum Cart with Wheels - Cat # 108454\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505973\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505973-15ft-hose-cat-108455\"\u003e2505973 15ft. Hose - Cat # 108455\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505974\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505974-30ft-hose-cat-108456\"\u003e2505974 30ft. Hose - Cat # 108456\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505970\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505970-vacuum-wand-cat-108457\"\u003e2505970 Vacuum Wand - Cat # 108457\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505971\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505971-wand-squeegee-cat-108460\"\u003e2505971 Wand Squeegee - Cat # 108460\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s-slurry-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s_parts_list_dec_2023_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV300S Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287904723252,"sku":"2505972","price":63.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-placeholder.png?v=1789541699"},{"product_id":"diamond-products-2505971-wand-squeegee-cat-108460","title":"Diamond Products 2505971 Wand Squeegee - Cat # 108460","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eWand Squeegee. Published by Diamond Products as an accessory for the CV300S Slurry Vacuum.\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\"\u003eSpecifications\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\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e2505971\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e108460\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eWand Squeegee\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible With\u003c\/th\u003e\n\u003ctd\u003eCV300S Slurry Vacuum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2506969\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cv300s-slurry-vacuum-part-2506969-cat-106885\"\u003eCV300S Slurry Vacuum - Part # 2506969, Cat # 106885\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049207\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049207-55-gallon-drum-with-drain-cat-108453\"\u003e6049207 55 Gallon Drum with Drain - Cat # 108453\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e6049206\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-6049206-drum-cart-with-wheels-cat-108454\"\u003e6049206 Drum Cart with Wheels - Cat # 108454\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505973\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505973-15ft-hose-cat-108455\"\u003e2505973 15ft. Hose - Cat # 108455\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505974\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505974-30ft-hose-cat-108456\"\u003e2505974 30ft. Hose - Cat # 108456\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505970\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505970-vacuum-wand-cat-108457\"\u003e2505970 Vacuum Wand - Cat # 108457\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2505972\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2505972-wand-base-cat-108459\"\u003e2505972 Wand Base - Cat # 108459\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"eq-note\"\u003eOther configurations and accessories published for this product.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e2\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s-slurry-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv300s_parts_list_dec_2023_.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV300S Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eShips from stock or direct from Diamond Products; contact us for lead times on large quantities.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287904854324,"sku":"2505971","price":63.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-placeholder.png?v=1789541699"},{"product_id":"diamond-products-cv353b-hepa-vacuum-part-4244133-cat-69970","title":"Diamond Products CV353B HEPA Vacuum - Part # 4244133, Cat # 69970","description":"\u003cstyle\u003e#hts-eq-product{--hts-ink:#1c1c1c;--hts-muted:#6a6a6a;--hts-surface:#fff;--hts-soft:#f6f6f6;--hts-soft-2:#fafafa;--hts-line:#dedede;--hts-line-strong:#c9c9c9;--hts-black:#161616;--hts-radius:4px;max-width:100%;color:var(--hts-ink);font-family:inherit;font-size:inherit;letter-spacing:normal;margin:0 0 28px;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:#3e3e3e;max-width:780px;margin:0 0 20px;font-size:16px;line-height:1.65}#hts-eq-product .eq-intro p{margin:0}#hts-eq-product .eq-cluster{border:1px solid var(--hts-line);border-radius:var(--hts-radius);background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid;overflow:hidden}#hts-eq-product .eq-cluster li{border-left:1px solid var(--hts-line);background:#fff;min-width:0;padding:16px 17px}#hts-eq-product .eq-cluster li:first-child{border-left:0}#hts-eq-product .eq-cluster .eq-ck{color:var(--hts-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:10.5px;font-weight:700;display:block}#hts-eq-product .eq-cluster .eq-cv{color:var(--hts-black);letter-spacing:-.025em;font-size:clamp(22px,2.5vw,30px);font-weight:700;line-height:1.05;display:block}#hts-eq-product .eq-cluster .eq-cv small{color:var(--hts-muted);letter-spacing:0;text-transform:none;margin-left:4px;font-size:.43em;font-weight:600}#hts-eq-product .eq-sections{border:1px solid var(--hts-line);border-radius:var(--hts-radius);box-shadow:none;background:#fff;margin:0;overflow:hidden}#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:12px;min-height:58px;padding:14px 16px;list-style:none;transition:background .15s;display:flex}#hts-eq-product .eq-sec\u003esummary::-webkit-details-marker{display:none}#hts-eq-product .eq-sec\u003esummary:hover{background:var(--hts-soft-2)}#hts-eq-product .eq-sec\u003esummary:focus-visible{outline-offset:-2px;outline:2px solid #111}#hts-eq-product .eq-idx{border:1px solid var(--hts-line-strong);color:#555;letter-spacing:.03em;background:#fff;border-radius:2px;flex:none;place-items:center;width:25px;height:25px;font-size:10px;font-weight:800;display:grid}#hts-eq-product .eq-sectitle{color:var(--hts-ink);letter-spacing:.01em;text-transform:none;font-size:14px;font-weight:700}#hts-eq-product .eq-count{border:1px solid var(--hts-line);background:var(--hts-soft);color:var(--hts-muted);border-radius:2px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:700}#hts-eq-product .eq-caret{color:#777;flex:none;width:16px;height:16px;margin-left:auto;transition:transform .18s,color .18s}#hts-eq-product .eq-count+.eq-caret{margin-left:2px}#hts-eq-product .eq-sec[open]\u003esummary{background:var(--hts-soft)}#hts-eq-product .eq-sec[open]\u003esummary .eq-idx{border-color:var(--hts-black);background:var(--hts-black);color:#fff}#hts-eq-product .eq-sec[open]\u003esummary .eq-caret{color:#111;transform:rotate(180deg)}#hts-eq-product .eq-sec-body{background:#fff;padding:18px 16px 20px}#hts-eq-product .eq-icons{grid-template-columns:repeat(auto-fit,minmax(145px,190px));gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}#hts-eq-product .eq-icons li{border:1px solid var(--hts-line);color:#333;text-align:left;background:#fff;border-radius:3px;align-items:center;gap:10px;min-height:68px;padding:9px 11px;font-size:12.5px;font-weight:650;display:flex}#hts-eq-product .eq-icons img{object-fit:contain;filter:grayscale();border-radius:2px;width:46px;height:46px}#hts-eq-product .eq-features{border:0;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}#hts-eq-product .eq-feat{border:1px solid var(--hts-line);background:var(--hts-soft-2);border-radius:3px;padding:17px 18px}#hts-eq-product .eq-feat h4{color:#111;letter-spacing:.07em;text-transform:uppercase;border:0;margin:0 0 11px;padding:0;font-size:11px;font-weight:800}#hts-eq-product .eq-feat ul{margin:0;padding:0;list-style:none}#hts-eq-product .eq-feat li{color:#3d3d3d;padding:0 0 0 16px;font-size:14px;line-height:1.5;position:relative}#hts-eq-product .eq-feat li+li{margin-top:7px}#hts-eq-product .eq-feat li:before{content:\"\";background:#333;border-radius:50%;width:5px;height:5px;position:absolute;top:.61em;left:1px}#hts-eq-product .eq-spectable{border-collapse:collapse;border:1px solid var(--hts-line);background:#fff;border-radius:0;width:100%;margin:0;font-size:14px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{border:0;border-bottom:1px solid var(--hts-line);text-align:left;vertical-align:top;padding:11px 13px}#hts-eq-product .eq-spectable tr:last-child th,#hts-eq-product .eq-spectable tr:last-child td{border-bottom:0}#hts-eq-product .eq-spectable th{background:var(--hts-soft-2);color:#606060;letter-spacing:.01em;text-transform:none;width:36%;font-size:11.5px;font-weight:700}#hts-eq-product .eq-spectable td{color:#222;font-size:13.5px;font-weight:500}#hts-eq-product .eq-wide{display:block;overflow-x:auto}#hts-eq-product .eq-wide th{width:auto}#hts-eq-product .eq-rows{border:1px solid var(--hts-line);border-radius:3px;margin:0;padding:0;list-style:none;overflow:hidden}#hts-eq-product .eq-rows li{background:#fff;flex-wrap:wrap;align-items:center;gap:7px 12px;padding:11px 13px;font-size:13.5px;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-soft-2)}#hts-eq-product .eq-rows .eq-sku{border:1px solid var(--hts-line-strong);color:#222;letter-spacing:.01em;background:#fff;border-radius:2px;flex:none;padding:3px 7px;font-size:12px;font-weight:750}#hts-eq-product .eq-rows .eq-rowtext{flex:200px;font-weight:600}#hts-eq-product .eq-rows a.eq-rowtext{color:#222;text-decoration:none}#hts-eq-product .eq-rows a.eq-rowtext:hover{text-decoration:underline}#hts-eq-product .eq-docs{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#hts-eq-product .eq-docs a{border:1px solid var(--hts-black);background:var(--hts-black);color:#fff;border-radius:2px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}#hts-eq-product .eq-docs a:hover{color:#111;background:#fff}#hts-eq-product .eq-docs a:focus-visible{outline-offset:2px;outline:2px solid #111}#hts-eq-product .eq-docs svg{color:currentColor;flex:none;width:15px;height:15px}#hts-eq-product .eq-prose{color:#3d3d3d;max-width:760px;margin:0;font-size:14px;line-height:1.6}#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:#777;max-width:760px;margin:11px 0 0;font-size:12px;line-height:1.5}#hts-eq-product table{margin-top:0;margin-bottom:0}#hts-eq-product ul,#hts-eq-product ol{margin-top:0}#hts-eq-product summary{font-family:inherit}#hts-eq-product a{-webkit-tap-highlight-color:transparent}@container eq (width\u003c=720px){#hts-eq-product .eq-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}#hts-eq-product .eq-cluster li{border-top:1px solid var(--hts-line)}#hts-eq-product .eq-cluster li:nth-child(-n+2){border-top:0}#hts-eq-product .eq-cluster li:nth-child(odd){border-left:0}#hts-eq-product .eq-intro{font-size:15px}}@container eq (width\u003c=520px){#hts-eq-product .eq-cluster li{padding:14px 13px}#hts-eq-product .eq-cluster .eq-cv{font-size:24px}#hts-eq-product .eq-sec\u003esummary{gap:9px;min-height:54px;padding:13px}#hts-eq-product .eq-sec-body{padding:15px 13px 17px}#hts-eq-product .eq-spectable th,#hts-eq-product .eq-spectable td{padding:10px}#hts-eq-product .eq-spectable th{width:42%}#hts-eq-product .eq-docs a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){#hts-eq-product .eq-caret,#hts-eq-product .eq-docs a{transition:none}}\u003c\/style\u003e\u003cdiv id=\"hts-eq-product\"\u003e\n\u003cdiv class=\"eq-intro\"\u003e\u003cp\u003eThis industrial vacuum provides high-filtration dust and debris management for wet or dry applications. It features a 353 CFM airflow capacity to maintain suction during heavy-duty cleanup.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e120\u003csmall\u003eV\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eAmperage\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e27.6\u003csmall\u003eamps\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eAirflow\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e353\u003csmall\u003eCFM\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\n\u003cul class=\"eq-icons\"\u003e\n\u003cli\u003e\n\u003cimg alt=\"Wet or Dry Containment\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Wet-Icon-B_W.jpg\"\u003e\u003cspan\u003eWet or Dry Containment\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Wet or Dry Containment\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Dry-Icon-B_W.jpg\"\u003e\u003cspan\u003eWet or Dry Containment\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eEquipped with three motors\u003c\/li\u003e\n\u003cli\u003eIncludes a patented self-cleaning filtration system\u003c\/li\u003e\n\u003cli\u003eUtilizes HEPA-rated filters\u003c\/li\u003e\n\u003cli\u003eBuilt with solid steel construction\u003c\/li\u003e\n\u003cli\u003eFeatures a handle and four caster wheels for mobility\u003c\/li\u003e\n\u003cli\u003eUses bagged containment for debris disposal\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e02\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eSpecifications\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e9\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eDiamond Products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eCV353B\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e4244133\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69970\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVolts\u003c\/th\u003e\n\u003ctd\u003e120V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMotor\u003c\/th\u003e\n\u003ctd\u003e27.6 amps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCFM\u003c\/th\u003e\n\u003ctd\u003e353 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e26\"W x 26\"L x 46\"H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHose Length\u003c\/th\u003e\n\u003ctd\u003e37 ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eDownloads\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e6\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv358b-hepa-vacuum-product-details.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eProduct Details\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv353b_op_manual_july2019.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV353B Operation Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv353b_parts_list_july_2024__1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV353B Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv353b_flyer.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV353 Product Page\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core_vac_booklet.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCORE VAC Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv258_cv353_additional_parts_1.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.1\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eCV353 Additional Parts\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e04\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\u003eMachines ship by freight, quoted to the delivery address; contact us for a lift-gate or residential delivery quote before you order.\u003c\/p\u003e\n\u003cp\u003eNeed a volume price, a fleet configuration, or help matching this product 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":"Diamond Products","offers":[{"title":"Default Title","offer_id":49287904985396,"sku":"4244133","price":5812.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cv353b.jpg?v=1789541680"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/collections\/diamond_products_logo_v1_cb2b821e-6fc9-4ae9-b45b-de617bf93d8d.jpg?v=1789674550","url":"https:\/\/hydrotechnologysystems.supply\/collections\/diamond-products-core-vac\/vacuums.oembed","provider":"HTS Supply LLC","version":"1.0","type":"link"}