{"title":"Diamond Products Core Prep","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 Prep Surface Preparation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDiamond Products Core Prep\u003c\/h2\u003e\n\u003cp\u003eFloor grinders, grinder\/polishers, scarifiers, shot blasters and strippers, with the grinding shoes, cup wheels and Core Lock inserts that run on them.\u003c\/p\u003e\n\u003cdiv class=\"dp-actions\"\u003e\n\u003ca class=\"dp-btn\" href=\"#dp-products\"\u003eShop Core Prep\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-cpg2600.jpg\" alt=\"Diamond Products Core Prep CPG2600 floor grinder\" 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 Prep\" placeholder=\"Model or insert: CPG2600, CPG80E, CPS848G, Core Lock\"\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 Prep by type\"\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-prep\/floor-grinders\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e01\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eFloor Grinders\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-prep\/grinder-polishers\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e02\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eGrinder\/Polishers\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-prep\/propane-grinder-polishers\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e03\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003ePropane Grinder\/Polishers\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-prep\/scarifiers\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e04\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eScarifiers\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-prep\/shot-blasters\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e05\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eShot Blasters\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-prep\/floor-strippers\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e06\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eFloor Strippers\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-prep\/burnishers\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e07\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eBurnishers\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-prep\/grinding-shoes\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e08\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eGrinding Shoes\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-prep\/core-lock-inserts\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e09\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eCore Lock Inserts\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-prep\/cup-wheels\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e10\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eCup Wheels\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-prep\/grinding-pucks\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e11\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eGrinding Pucks\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-core-prep\/surface-prep-accessories\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e12\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eSurface Prep Accessories\u003c\/span\u003e\n\u003c\/a\u003e\n\u003c\/nav\u003e\n\u003csection\u003e\n\u003cdiv class=\"dp-info-head\"\u003eSpecifying surface prep\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 Prep machines and the tooling that mounts to them.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFloor grinders and polishers\u003c\/strong\u003e – single and multi-head machines, electric and propane, for grinding, honing and polishing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eScarifiers\u003c\/strong\u003e – drum machines that cut aggressively into concrete for removal and traction.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eShot blasters and strippers\u003c\/strong\u003e – profiling and coating removal.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGrinding shoes, cup wheels and Core Lock inserts\u003c\/strong\u003e – the consumable tooling, matched to the machine's plate.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eGrinder, scarifier or shot blaster?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003ePick by how much material has to come off and what surface you need afterwards.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eGrinder\u003c\/strong\u003e – smooth finish, coating removal, polish. The lightest cut and the best surface.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eScarifier\u003c\/strong\u003e – heavy removal and levelling. Fast, but it leaves a rough profile that needs grinding after.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eShot blaster\u003c\/strong\u003e – even profile across a large area, ready for coating, with dust contained.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eWhich grinding shoe or insert fits my machine?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eThe shoe has to match the machine's plate. Core Lock inserts, wedge shoes and threaded cups are not interchangeable between manufacturers.\u003c\/p\u003e\n\u003cp\u003eSend the grinder model and, if you have one, a photo of the mounting plate, and we will confirm the fit before you order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eWhat bond and grit do I need?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eBond runs opposite to the concrete: \u003cstrong\u003esoft bond for hard concrete\u003c\/strong\u003e, \u003cstrong\u003ehard bond for soft or green concrete\u003c\/strong\u003e. Getting this backwards is the usual cause of shoes that glaze or vanish.\u003c\/p\u003e\n\u003cp\u003eGrit follows the stage - metal bond to cut, resin to refine, then step through the polishing grits.\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\u003eSingle head or multi-head?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eSingle-head machines are lighter, cheaper and better in tight rooms and on edges. Multi-head planetary machines cover far more square footage per hour and leave a flatter floor.\u003c\/p\u003e\n\u003cp\u003eTell us the area, the access and whether the floor has to be polished.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eDo I need a vacuum with a floor grinder?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eYes, for any dry grinding. Concrete dust is a respirable silica exposure and it also loads the tooling, which slows the cut.\u003c\/p\u003e\n\u003cp\u003eSee \u003ca href=\"\/collections\/diamond-products-core-vac\"\u003eCore Vac dust control\u003c\/a\u003e for vacuums and shrouds sized to the machine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eWhat power does a floor grinder need?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eSmall single-head units run on 115V. Most production machines are 230V single-phase or three-phase, and the larger ones will not run on a standard site outlet.\u003c\/p\u003e\n\u003cp\u003ePropane machines avoid the power question entirely but need ventilation and CO monitoring. Confirm the supply before ordering.\u003c\/p\u003e\n\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 class=\"is-active\" href=\"\/collections\/diamond-products-core-prep\" aria-current=\"page\"\u003eCore Prep\u003c\/a\u003e\n\u003ca href=\"\/collections\/diamond-products-core-vac\"\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-cgmp03120-3-metal-transition-grinding-pucks-cat-69012","title":"Diamond Products CGMP03120 3\" Metal Transition Grinding Pucks - Cat # 69012","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\u003eThese 3-inch grinding pucks are designed for surface preparation tasks. They feature a Velcro backing for quick attachment and are used to achieve a smooth finish prior to polishing.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eDiameter\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e3\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003ePerformance and Application\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eEngineered with diamond abrasive for extended service life.\u003c\/li\u003e\n\u003cli\u003eProvides a smooth surface profile in preparation for polishing.\u003c\/li\u003e\n\u003cli\u003eOffered in 80 and 120 grit options.\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\"\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\u003eCGMP03120\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69012\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e3 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003e120-Grit\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-3-metal-transition-grinding-pucks-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":49287891091764,"sku":"CGMP03120","price":122.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-3in-metal-transition-pads_80_120-group.jpg?v=1789541637"},{"product_id":"diamond-products-cga4000-arrow-segmented-cup-wheel-for-floor-polishing-4-in-cat-64783","title":"Diamond Products CGA4000 Arrow Segmented Cup Wheel for Floor Polishing 4 In. - Cat # 64783","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 segmented cup wheel is designed for dry grinding and surface preparation on general concrete. It utilizes arrow-shaped segments to increase material removal rates during the initial stages of the polishing process.\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\n\u003cli\u003e\n\u003cimg alt=\"Dry Grinding\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Dry-Icon-B_W.jpg\"\u003e\u003cspan\u003eDry Grinding\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"For use on right angle grinders\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Cup_Grinder.jpg\"\u003e\u003cspan\u003eFor use on right angle grinders\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"General Concrete\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-General_Purpose_Icon.jpg\"\u003e\u003cspan\u003eGeneral Concrete\u003c\/span\u003e\n\u003c\/li\u003e\n\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\u003eT5A bond specification\u003c\/li\u003e\n\u003cli\u003eDiamond abrasive for extended service life\u003c\/li\u003e\n\u003cli\u003eArrow-shaped segment geometry for high-speed grinding\u003c\/li\u003e\n\u003cli\u003eEngineered for concrete surface preparation prior to polishing\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\u003eCGA4000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e64783\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\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\"\u003eCGA5000\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cga5000-arrow-segmented-cup-wheel-for-floor-polishing-5-in-cat-65010\"\u003eCGA5000 Arrow Segmented Cup Wheel for Floor Polishing 5 In. - Cat # 65010\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eCGA7000\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cga7000-arrow-segmented-cup-wheel-for-floor-polishing-7-in-cat-65085\"\u003eCGA7000 Arrow Segmented Cup Wheel for Floor Polishing 7 In. - Cat # 65085\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\"\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-arrow-segmented-cup-wheel-for-floor-polishing-8074-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\"\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":49287891255604,"sku":"CGA4000","price":128.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-arrow-cups_1.jpg?v=1789541634"},{"product_id":"diamond-products-cga5000-arrow-segmented-cup-wheel-for-floor-polishing-5-in-cat-65010","title":"Diamond Products CGA5000 Arrow Segmented Cup Wheel for Floor Polishing 5 In. - Cat # 65010","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 segmented cup wheel is designed for dry grinding and surface preparation on general concrete. It utilizes arrow-shaped segments to increase material removal rates during the initial stages of the polishing process.\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\n\u003cli\u003e\n\u003cimg alt=\"Dry Grinding\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Dry-Icon-B_W.jpg\"\u003e\u003cspan\u003eDry Grinding\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"For use on right angle grinders\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Cup_Grinder.jpg\"\u003e\u003cspan\u003eFor use on right angle grinders\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"General Concrete\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-General_Purpose_Icon.jpg\"\u003e\u003cspan\u003eGeneral Concrete\u003c\/span\u003e\n\u003c\/li\u003e\n\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\u003eT5A bond specification\u003c\/li\u003e\n\u003cli\u003eDiamond abrasive for extended service life\u003c\/li\u003e\n\u003cli\u003eArrow-shaped segment geometry for high-speed grinding\u003c\/li\u003e\n\u003cli\u003eEngineered for concrete surface preparation prior to polishing\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\u003eCGA5000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e65010\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\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\"\u003eCGA4000\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cga4000-arrow-segmented-cup-wheel-for-floor-polishing-4-in-cat-64783\"\u003eCGA4000 Arrow Segmented Cup Wheel for Floor Polishing 4 In. - Cat # 64783\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eCGA7000\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cga7000-arrow-segmented-cup-wheel-for-floor-polishing-7-in-cat-65085\"\u003eCGA7000 Arrow Segmented Cup Wheel for Floor Polishing 7 In. - Cat # 65085\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\"\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-arrow-segmented-cup-wheel-for-floor-polishing-8074-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\"\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":49287891353908,"sku":"CGA5000","price":174.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-arrow-cups_1.jpg?v=1789541634"},{"product_id":"diamond-products-cga7000-arrow-segmented-cup-wheel-for-floor-polishing-7-in-cat-65085","title":"Diamond Products CGA7000 Arrow Segmented Cup Wheel for Floor Polishing 7 In. - Cat # 65085","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 segmented cup wheel is designed for dry grinding and surface preparation on general concrete. It utilizes arrow-shaped segments to increase material removal rates during the initial stages of the polishing process.\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\n\u003cli\u003e\n\u003cimg alt=\"Dry Grinding\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Dry-Icon-B_W.jpg\"\u003e\u003cspan\u003eDry Grinding\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"For use on right angle grinders\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Cup_Grinder.jpg\"\u003e\u003cspan\u003eFor use on right angle grinders\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"General Concrete\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-General_Purpose_Icon.jpg\"\u003e\u003cspan\u003eGeneral Concrete\u003c\/span\u003e\n\u003c\/li\u003e\n\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\u003eT5A bond specification\u003c\/li\u003e\n\u003cli\u003eDiamond abrasive for extended service life\u003c\/li\u003e\n\u003cli\u003eArrow-shaped segment geometry for high-speed grinding\u003c\/li\u003e\n\u003cli\u003eEngineered for concrete surface preparation prior to polishing\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\u003eCGA7000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e65085\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e7 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\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\"\u003eCGA4000\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cga4000-arrow-segmented-cup-wheel-for-floor-polishing-4-in-cat-64783\"\u003eCGA4000 Arrow Segmented Cup Wheel for Floor Polishing 4 In. - Cat # 64783\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eCGA5000\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cga5000-arrow-segmented-cup-wheel-for-floor-polishing-5-in-cat-65010\"\u003eCGA5000 Arrow Segmented Cup Wheel for Floor Polishing 5 In. - Cat # 65010\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\"\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-arrow-segmented-cup-wheel-for-floor-polishing-8074-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\"\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":49287891484980,"sku":"CGA7000","price":291.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-arrow-cups_1.jpg?v=1789541634"},{"product_id":"diamond-products-cpg80e-single-head-low-profile-floor-grinder-cpg82e1-8-2hp-1ph-115v-or-230v-baldor-electric-part-5800989pkg-cat-15072","title":"Diamond Products CPG80E Single Head Low Profile Floor Grinder CPG82E1-8 2HP, 1PH - *115V or 230V Baldor Electric - Part # 5800989PKG, Cat # 15072","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 floor grinder is designed for surface preparation in confined spaces. It features an 8-inch head capacity and a low-profile frame for reaching under obstructions.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrinding Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMotor Power\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2\u003csmall\u003eHP\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eHead Speed\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2800\u003csmall\u003erpm\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=\"Electric Powered\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Electric.jpg\"\u003e\u003cspan\u003eElectric Powered\u003c\/span\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFeatures \u0026amp; Benefits\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eEquipped with a 2 HP Baldor 1-phase motor available in 115V or 230V configurations.\u003c\/li\u003e\n\u003cli\u003eRemoves paint, epoxy, and surface irregularities.\u003c\/li\u003e\n\u003cli\u003ePush-drive design for maneuverability.\u003c\/li\u003e\n\u003cli\u003eIntegrated slurry skirt contains debris during operation.\u003c\/li\u003e\n\u003cli\u003eOperates at 2800 rpm.\u003c\/li\u003e\n\u003cli\u003eSupplied with a 50-foot, 12-gauge extension cord.\u003c\/li\u003e\n\u003cli\u003eIncludes an 8-inch heavy-duty grinding head.\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\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\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\u003eCPG80E\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5800989PKG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e15072\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eCPG80E CORE PREP Single Head Low Profile Floor Grinder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel #\u003c\/th\u003e\n\u003ctd\u003eCPG82E1-8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMotor Type\u003c\/th\u003e\n\u003ctd\u003e2HP, 1PH - *115V or 230V Baldor Electric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight (lbs.)\u003c\/th\u003e\n\u003ctd\u003e120\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\"\u003e03330\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cpg80e-single-head-low-profile-floor-grinder-8-heavy-duty-orange-grinding-head-included-cat-03330\"\u003eCPG80E Single Head Low Profile Floor Grinder 8” Heavy Duty Orange grinding head included ( - Cat # 03330\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-cc80e-single-head-low-profile-floor-grinder-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-cpg80e_pl_2023-02-r6_1802705_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\u003eCPG80E 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_prep_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 Prep Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg80e_100419_1802708.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\u003eCPG80E Operator's 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\u003eThis item ships at approximately 120 lbs. Machines 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":49287891583284,"sku":"5800989PKG","price":4427.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg80e.jpg?v=1789541681"},{"product_id":"diamond-products-cpg80e-single-head-low-profile-floor-grinder-8-heavy-duty-orange-grinding-head-included-cat-03330","title":"Diamond Products CPG80E Single Head Low Profile Floor Grinder 8” Heavy Duty Orange grinding head included ( - Cat # 03330","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 floor grinder is designed for surface preparation in confined spaces. It features an 8-inch head capacity and a low-profile frame for reaching under obstructions.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrinding Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMotor Power\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2\u003csmall\u003eHP\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eHead Speed\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e2800\u003csmall\u003erpm\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=\"Electric Powered\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-icon-Electric.jpg\"\u003e\u003cspan\u003eElectric Powered\u003c\/span\u003e\n\u003c\/li\u003e\u003c\/ul\u003e\n\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFeatures \u0026amp; Benefits\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eEquipped with a 2 HP Baldor 1-phase motor available in 115V or 230V configurations.\u003c\/li\u003e\n\u003cli\u003eRemoves paint, epoxy, and surface irregularities.\u003c\/li\u003e\n\u003cli\u003ePush-drive design for maneuverability.\u003c\/li\u003e\n\u003cli\u003eIntegrated slurry skirt contains debris during operation.\u003c\/li\u003e\n\u003cli\u003eOperates at 2800 rpm.\u003c\/li\u003e\n\u003cli\u003eSupplied with a 50-foot, 12-gauge extension cord.\u003c\/li\u003e\n\u003cli\u003eIncludes an 8-inch heavy-duty grinding head.\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\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eCPG80E\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e03330\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\"\u003e5800989PKG\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cpg80e-single-head-low-profile-floor-grinder-cpg82e1-8-2hp-1ph-115v-or-230v-baldor-electric-part-5800989pkg-cat-15072\"\u003eCPG80E Single Head Low Profile Floor Grinder CPG82E1-8 2HP, 1PH - *115V or 230V Baldor Electric - Part # 5800989PKG, Cat # 15072\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-cc80e-single-head-low-profile-floor-grinder-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-cpg80e_pl_2023-02-r6_1802705_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\u003eCPG80E 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_prep_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 Prep Booklet\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg80e_100419_1802708.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\u003eCPG80E Operator's 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":49287891747124,"sku":"03330","price":670.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg80e.jpg?v=1789541681"},{"product_id":"diamond-products-cpb725l-burnisher-part-5803364-cat-114368","title":"Diamond Products CPB725L Burnisher - Part # 5803364, Cat # 114368","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 battery-powered burnisher maintains concrete and stone floors using variable pad speeds up to 1850 RPM. It features a heavy-duty steel deck and provides up to 34,000 square feet of productivity per hour.\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\"\u003e5\u003csmall\u003eHP\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003ePad Speed\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1200-1850\u003csmall\u003eRPM\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\"\u003e260\u003csmall\u003elbs\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConfigurable with single or dual lithium batteries using quick-connect cables\u003c\/li\u003e\n\u003cli\u003eLCD digital display provides real-time operational data\u003c\/li\u003e\n\u003cli\u003eErgonomic control grips designed for maneuverability\u003c\/li\u003e\n\u003cli\u003eDC brushless motor engineered for low vibration and noise\u003c\/li\u003e\n\u003cli\u003eIntegrated automatic fast charger\u003c\/li\u003e\n\u003cli\u003eIndustrial-gauge welded steel deck construction\u003c\/li\u003e\n\u003cli\u003eSteel lifting handle with oversized hardware\u003c\/li\u003e\n\u003cli\u003eAdjustable head pressure settings\u003c\/li\u003e\n\u003cli\u003eSealed shroud with dust collection capability\u003c\/li\u003e\n\u003cli\u003eQuick-change pad driver system\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\"\u003e15\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\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\u003eCPB725L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5803364\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e114368\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n\u003ctd\u003e5 HP, 3750W, 72Volt\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBattery Capacity (single)\u003c\/th\u003e\n\u003ctd\u003e60 AH - 4.32 kWH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBattery Capacit (double)\u003c\/th\u003e\n\u003ctd\u003e120 AH - 8.64 kWH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRuntime (single battery)\u003c\/th\u003e\n\u003ctd\u003e2.0 Hrs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRuntime (double battery)\u003c\/th\u003e\n\u003ctd\u003e4.0 Hrs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProductivity\u003c\/th\u003e\n\u003ctd\u003eup to 34,000 Sq Ft Per Hr\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePad Speed\u003c\/th\u003e\n\u003ctd\u003e1200-1850 RPM variable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSound Level\u003c\/th\u003e\n\u003ctd\u003e\u0026lt;63 dBa\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimension\u003c\/th\u003e\n\u003ctd\u003e29\"W x 64\"L x 42\"H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e260 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWater Tank (optional)\u003c\/th\u003e\n\u003ctd\u003e10 gallon\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\"\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-cpb725l-burnisher-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-core_prep_booklet_1_6.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 PREP 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\"\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\u003eThis item ships at approximately 260 lbs. Machines 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":49287891910964,"sku":"5803364","price":13621.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-burnisher.jpg?v=1789541632"},{"product_id":"diamond-products-cpg2000-grinder-polisher-cpg207e1-230v-1ph-30-amp-part-5802037-cat-114731","title":"Diamond Products CPG2000 Grinder\/Polisher CPG207E1 230V, 1PH 30 Amp - Part # 5802037, Cat # 114731","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 grinder and polisher provides a 20-inch grinding width for surface preparation on small to medium-sized projects. It is designed for terrazzo and various flooring materials with an integrated water tank for self-contained operation.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrinding Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e20\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\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDesigned for rental applications and small to medium-sized floor projects.\u003c\/li\u003e\n\u003cli\u003eCompact footprint allows for operation in confined spaces and terrazzo finishing.\u003c\/li\u003e\n\u003cli\u003eVariable speed control accommodates different material types.\u003c\/li\u003e\n\u003cli\u003eIntegrated water tank removes the requirement for external water hookups.\u003c\/li\u003e\n\u003cli\u003eFlex head system minimizes vibration during use.\u003c\/li\u003e\n\u003cli\u003eLow maintenance requirements resulting from smooth mechanical operation.\u003c\/li\u003e\n\u003cli\u003eIncludes weight kit for adjustable down pressure.\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\"\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\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eCPG207E1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5802037\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e114731\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n\u003ctd\u003e230V, 1PH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMotor Power\u003c\/th\u003e\n\u003ctd\u003e5.5HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCurrent\u003c\/th\u003e\n\u003ctd\u003e30 Amp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Speed\u003c\/th\u003e\n\u003ctd\u003e250-1150 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Disc\u003c\/th\u003e\n\u003ctd\u003e3 x 6.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Width\u003c\/th\u003e\n\u003ctd\u003e20\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e403 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWater Tank\u003c\/th\u003e\n\u003ctd\u003e5 gallon\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\"\u003e5802017\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cpg2000-grinder-polisher-cpg207e3-480v-3ph-16-amp-part-5802017-cat-114739\"\u003eCPG2000 Grinder\/Polisher CPG207E3 480V, 3PH 16 Amp - Part # 5802017, Cat # 114739\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\"\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-cpg2000-grinder-polisher-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\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eThis item ships at approximately 403 lbs. Machines 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":49287892042036,"sku":"5802037","price":14924.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg2000.jpg?v=1789541680"},{"product_id":"diamond-products-cpg2000-grinder-polisher-cpg207e3-480v-3ph-16-amp-part-5802017-cat-114739","title":"Diamond Products CPG2000 Grinder\/Polisher CPG207E3 480V, 3PH 16 Amp - Part # 5802017, Cat # 114739","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 grinder and polisher provides a 20-inch grinding width for surface preparation on small to medium-sized projects. It is designed for terrazzo and various flooring materials with an integrated water tank for self-contained operation.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrinding Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e20\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\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDesigned for rental applications and small to medium-sized floor projects.\u003c\/li\u003e\n\u003cli\u003eCompact footprint allows for operation in confined spaces and terrazzo finishing.\u003c\/li\u003e\n\u003cli\u003eVariable speed control accommodates different material types.\u003c\/li\u003e\n\u003cli\u003eIntegrated water tank removes the requirement for external water hookups.\u003c\/li\u003e\n\u003cli\u003eFlex head system minimizes vibration during use.\u003c\/li\u003e\n\u003cli\u003eLow maintenance requirements resulting from smooth mechanical operation.\u003c\/li\u003e\n\u003cli\u003eIncludes weight kit for adjustable down pressure.\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\"\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\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eCPG207E3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5802017\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e114739\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n\u003ctd\u003e480V, 3PH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMotor Power\u003c\/th\u003e\n\u003ctd\u003e5.5HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCurrent\u003c\/th\u003e\n\u003ctd\u003e16 Amp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Speed\u003c\/th\u003e\n\u003ctd\u003e250-1150 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Disc\u003c\/th\u003e\n\u003ctd\u003e3 x 6.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Width\u003c\/th\u003e\n\u003ctd\u003e20\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e403 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWater Tank\u003c\/th\u003e\n\u003ctd\u003e5 gallon\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\"\u003e5802037\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cpg2000-grinder-polisher-cpg207e1-230v-1ph-30-amp-part-5802037-cat-114731\"\u003eCPG2000 Grinder\/Polisher CPG207E1 230V, 1PH 30 Amp - Part # 5802037, Cat # 114731\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\"\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-cpg2000-grinder-polisher-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\"\u003e05\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eShipping \u0026amp; Ordering\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cdiv class=\"eq-prose\"\u003e\n\u003cp\u003eThis item ships at approximately 403 lbs. Machines 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":49287892173108,"sku":"5802017","price":14665.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg2000.jpg?v=1789541680"},{"product_id":"diamond-products-cpg205e3-grinder-polisher-part-5802000-cat-111865","title":"Diamond Products CPG205E3 Grinder Polisher - Part # 5802000, Cat # 111865","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 floor grinder and polisher is designed for surface preparation and finishing tasks. It features a 20-1\/4 inch grinding width and a planetary drive system for consistent results.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrinding Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e20-1\/4\u003csmall\u003ein\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\"\u003e5\u003csmall\u003eHP\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eSpeed\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1,000 - 2,850\u003csmall\u003eRPM\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\"\u003e278.8\u003csmall\u003elbs\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFEATURES\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eLightweight, compact frame with modular components for transport\u003c\/li\u003e\n\u003cli\u003eGear-driven system engineered for productivity and low maintenance\u003c\/li\u003e\n\u003cli\u003eThree-head planetary gear drive\u003c\/li\u003e\n\u003cli\u003eIntegrated 3-gallon water tank and external connection for wet grinding\u003c\/li\u003e\n\u003cli\u003eBuilt-in LED lighting for visibility\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\"\u003e16\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\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\u003eCPG205E3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5802000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e111865\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVoltage \/ Frequency\u003c\/th\u003e\n\u003ctd\u003e460V \/ 60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrind \/ Polish Width\u003c\/th\u003e\n\u003ctd\u003e20-1\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNominal Power\u003c\/th\u003e\n\u003ctd\u003e5 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNominal Current\u003c\/th\u003e\n\u003ctd\u003e7.9 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVariable Speed\u003c\/th\u003e\n\u003ctd\u003e1,000 - 2,850 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eApplication\u003c\/th\u003e\n\u003ctd\u003eDry \/ Wet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWater Tank\u003c\/th\u003e\n\u003ctd\u003e3 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e52\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e21.65\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e45\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e278.8 lbs.\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\"\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-cpg205e3-grinder-polisher-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\u003eThis item ships at approximately 279 lbs. Machines 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":49287892271412,"sku":"5802000","price":18210.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-grinder_polisher.jpg?v=1789541684"},{"product_id":"diamond-products-cpg2600-grinder-polisher-cpg2655e1-230v-1ph-5-hp-30-amp-part-5802018-cat-114673","title":"Diamond Products CPG2600 Grinder\/Polisher CPG2655E1 230V 1PH 5 HP 30 Amp - Part # 5802018, Cat # 114673","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 grinder and polisher provides a 26-inch grinding width for residential and commercial surface preparation. It utilizes a three-head planetary system to manage floor finishing tasks.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrind Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e26\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\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed for residential and commercial use\u003c\/li\u003e\n\u003cli\u003ePlanetary system drives three heads\u003c\/li\u003e\n\u003cli\u003eCog belt and gear design reduces operator torque and stress\u003c\/li\u003e\n\u003cli\u003eIntegrated water valve supports wet grinding applications\u003c\/li\u003e\n\u003cli\u003eIndustrial-grade components for extended service life\u003c\/li\u003e\n\u003cli\u003eHigh-torque electric motor\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\"\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\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eCPG2655E1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5802018\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e114673\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n\u003ctd\u003e230V 1PH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMotor Power\u003c\/th\u003e\n\u003ctd\u003e5 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCurrent\u003c\/th\u003e\n\u003ctd\u003e30 Amp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Speed\u003c\/th\u003e\n\u003ctd\u003e350-900 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Disc\u003c\/th\u003e\n\u003ctd\u003e3 x 8.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Width\u003c\/th\u003e\n\u003ctd\u003e26\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e705 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Pressure\u003c\/th\u003e\n\u003ctd\u003e396 lbs.\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\"\u003e5802036\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cpg2600-grinder-polisher-cpg2610e3-230v-1ph-3ph-10-hp-30-50-amp-part-5802036-cat-114756\"\u003eCPG2600 Grinder\/Polisher CPG2610E3 230V 1PH\/3PH 10 HP 30\/50 Amp - Part # 5802036, Cat # 114756\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\"\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-cpg2600-grinder-polisher-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-core_prep_booklet_1_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 PREP 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\u003eThis item ships at approximately 705 lbs. Machines 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":49287892402484,"sku":"5802018","price":20596.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg2600.jpg?v=1789541680"},{"product_id":"diamond-products-cpg2600-grinder-polisher-cpg2610e3-230v-1ph-3ph-10-hp-30-50-amp-part-5802036-cat-114756","title":"Diamond Products CPG2600 Grinder\/Polisher CPG2610E3 230V 1PH\/3PH 10 HP 30\/50 Amp - Part # 5802036, Cat # 114756","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 grinder and polisher provides a 26-inch grinding width for residential and commercial surface preparation. It utilizes a three-head planetary system to manage floor finishing tasks.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrind Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e26\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\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed for residential and commercial use\u003c\/li\u003e\n\u003cli\u003ePlanetary system drives three heads\u003c\/li\u003e\n\u003cli\u003eCog belt and gear design reduces operator torque and stress\u003c\/li\u003e\n\u003cli\u003eIntegrated water valve supports wet grinding applications\u003c\/li\u003e\n\u003cli\u003eIndustrial-grade components for extended service life\u003c\/li\u003e\n\u003cli\u003eHigh-torque electric motor\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\"\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\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eCPG2610E3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5802036\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e114756\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n\u003ctd\u003e230V 1PH\/3PH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMotor Power\u003c\/th\u003e\n\u003ctd\u003e10 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCurrent\u003c\/th\u003e\n\u003ctd\u003e30\/50 Amp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Speed\u003c\/th\u003e\n\u003ctd\u003e350-1100 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Disc\u003c\/th\u003e\n\u003ctd\u003e3 x 8.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Width\u003c\/th\u003e\n\u003ctd\u003e26\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e705 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Pressure\u003c\/th\u003e\n\u003ctd\u003e396 lbs.\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\"\u003e5802018\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cpg2600-grinder-polisher-cpg2655e1-230v-1ph-5-hp-30-amp-part-5802018-cat-114673\"\u003eCPG2600 Grinder\/Polisher CPG2655E1 230V 1PH 5 HP 30 Amp - Part # 5802018, Cat # 114673\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\"\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-cpg2600-grinder-polisher-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-core_prep_booklet_1_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 PREP 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\u003eThis item ships at approximately 705 lbs. Machines 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":49287892500788,"sku":"5802036","price":21631.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg2600.jpg?v=1789541680"},{"product_id":"diamond-products-cpg2620p-propane-grinder-polisher-part-5802019-cat-114696","title":"Diamond Products CPG2620P Propane Grinder\/Polisher - Part # 5802019, Cat # 114696","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 propane-powered unit grinds and polishes concrete surfaces for residential and commercial projects. It features a 26-inch grinding width and a planetary system to drive three heads.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrind Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e26\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\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed for residential and commercial concrete surface preparation.\u003c\/li\u003e\n\u003cli\u003eUtilizes a patented planetary system to power three grinding heads.\u003c\/li\u003e\n\u003cli\u003eEquipped with a double-sided cog belt and gear to minimize operator torque and stress.\u003c\/li\u003e\n\u003cli\u003eIncludes a water connection valve for wet grinding applications.\u003c\/li\u003e\n\u003cli\u003eBuilt with industrial-grade components for long-term durability.\u003c\/li\u003e\n\u003cli\u003eEngineered for operation using both liquid and vapor propane.\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\"\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\"\u003eModel\u003c\/th\u003e\n\u003ctd\u003eCPG2620P\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5802019\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e114696\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eEngine\u003c\/th\u003e\n\u003ctd\u003e18 HP Toro LX700\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Width\u003c\/th\u003e\n\u003ctd\u003e26\"\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\"\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-cpg2620p-propane-grinder-polisher-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-core_prep_booklet_1_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 PREP 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\"\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":49287892664628,"sku":"5802019","price":25047.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg2620g.jpg?v=1789541681"},{"product_id":"diamond-products-cpg2800-grinder-polisher-part-5802021-cat-114787","title":"Diamond Products CPG2800 Grinder\/Polisher - Part # 5802021, Cat # 114787","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 grinder and polisher is designed for large-scale surface preparation and floor finishing. It features a 28-inch grinding width and a 10HP motor to handle demanding concrete applications.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrinding Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e28\u003csmall\u003ein\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMotor Power\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e10\u003csmall\u003eHP\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrinding Speed\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e200-800\u003csmall\u003eRPM\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\"\u003e1,212 \/ 1,344\u003csmall\u003elbs\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eVariable speed control allows for precise operator adjustment.\u003c\/li\u003e\n\u003cli\u003eErgonomic design minimizes load and eliminates vibration during use.\u003c\/li\u003e\n\u003cli\u003eHousing access requires loosening only three screws for maintenance.\u003c\/li\u003e\n\u003cli\u003eEquipped with quick-release wheels for efficient transport.\u003c\/li\u003e\n\u003cli\u003eSealed cooling system prevents heat and dust damage to electrical components.\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\"\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\u003eCPG2810E3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5802021\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e114787\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMotor Power\u003c\/th\u003e\n\u003ctd\u003e23V, 10HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCurrent\u003c\/th\u003e\n\u003ctd\u003e32 Amp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Speed\u003c\/th\u003e\n\u003ctd\u003e200-800 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Disc\u003c\/th\u003e\n\u003ctd\u003e3 x 8.6\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Width\u003c\/th\u003e\n\u003ctd\u003e28\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e1,212 \/ 1,344 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWater Tank\u003c\/th\u003e\n\u003ctd\u003e5 gallon\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\"\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-cpg2800-grinder-polisher-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-core_prep_booklet_1_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 PREP 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\"\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\u003eThis item ships at approximately 1,212 lbs. Machines 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":49287892795700,"sku":"5802021","price":26806.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg2800.jpg?v=1789541682"},{"product_id":"diamond-products-cpst1415e1-floor-stripper-part-5802006-cat-112185","title":"Diamond Products CPST1415E1 Floor Stripper - Part # 5802006, Cat # 112185","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 floor stripper removes carpet, vinyl, and various floor coverings using a 1.5 HP motor. Its design includes four detachable weights to adjust for specific job site conditions.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eStripping Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e13.77\u003csmall\u003ein\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\"\u003e1.5\u003csmall\u003eHP\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\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e518\u003csmall\u003elbs\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFEATURES\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDirect drive power travel system\u003c\/li\u003e\n\u003cli\u003eAdjustable handle height\u003c\/li\u003e\n\u003cli\u003eProtective cover for debris containment\u003c\/li\u003e\n\u003cli\u003eIntegrated weights with three adjustment positions\u003c\/li\u003e\n\u003cli\u003eErgonomic handlebar design\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\"\u003e15\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\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\u003eCPST1415E1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5802006\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e112185\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVoltage \/ Frequency\u003c\/th\u003e\n\u003ctd\u003e120V \/ 18.9A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStripping Width\u003c\/th\u003e\n\u003ctd\u003e13.77\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCurrent Consumption\u003c\/th\u003e\n\u003ctd\u003e8.8 Amp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSpeed (drive motor)\u003c\/th\u003e\n\u003ctd\u003e2820 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVacuum Connection\u003c\/th\u003e\n\u003ctd\u003e1-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eApplication\u003c\/th\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e30.7\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e19.68\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e43.7\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e518 lbs.\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-cpst1415e1-floor-stripper-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-cpst1415e1_op_manual_oct_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\u003eCPST1415E1 Operations Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpst1415e1_parts_list_nov_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\u003eCPST1415E1 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\u003eThis item ships at approximately 518 lbs. Machines 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":49287892959540,"sku":"5802006","price":16057.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-floor-stripper.jpg?v=1789541682"},{"product_id":"diamond-products-core-prep-scarifiers-cps83e1-3hp-electric-230v-1ph-8-part-5802001-cat-112186","title":"Diamond Products CORE PREP Scarifiers CPS83E1 3HP Electric, 230V 1PH 8\" - Part # 5802001, Cat # 112186","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\u003eThese scarifiers perform surface texturing, planing, grooving, and removal of road markings. Units are available with gas or electric power options to accommodate various site requirements.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMilling Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8 to 13-1\/4\u003csmall\u003ein\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\"\u003e3 to 35\u003csmall\u003eHP\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFEATURES\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAvailable in gas or electric configurations\u003c\/li\u003e\n\u003cli\u003eManual hand wheel for height adjustment\u003c\/li\u003e\n\u003cli\u003eIntegrated quick lift lever\u003c\/li\u003e\n\u003cli\u003eDesigned for maneuverability\u003c\/li\u003e\n\u003cli\u003eToothed belt drive with tensioner\u003c\/li\u003e\n\u003cli\u003eEquipped with vacuum connection port\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\"\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\u003e5802001\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e112186\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n\u003ctd\u003e3HP Electric, 230V 1PH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMilling Width\u003c\/th\u003e\n\u003ctd\u003e8\"\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\u003cth\u003eCPS83E1 and CPS848G SPECIFICATIONS\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eCPS83E1 Electric (Push)\u003c\/td\u003e\n\u003ctd\u003eCPS848G Gas (Self-Propelled\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e230V \/ 60Hz \/ 1PH \/ 3HP\u003c\/td\u003e\n\u003ctd\u003e4.8 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMilling Width\u003c\/td\u003e\n\u003ctd\u003e8\"\u003c\/td\u003e\n\u003ctd\u003e8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTool Speed\u003c\/td\u003e\n\u003ctd\u003e1750 RPM\u003c\/td\u003e\n\u003ctd\u003e1917 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVacuum Connection\u003c\/td\u003e\n\u003ctd\u003e2\"\u003c\/td\u003e\n\u003ctd\u003e2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eDry\/wet\u003c\/td\u003e\n\u003ctd\u003eDry\/wet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e14.56\"\u003c\/td\u003e\n\u003ctd\u003e14.56\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e134 lbs.\u003c\/td\u003e\n\u003ctd\u003e134 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable class=\"eq-spectable eq-wide\"\u003e\n\u003cthead\u003e\u003ctr\u003e\u003cth\u003eCPS1320E3 and CPS1335G SPECIFICATIONS\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eCPS1320E3 Electric (Self-Propelled)\u003c\/td\u003e\n\u003ctd\u003eCPS1335G Gas (Self-Propelled)\u003c\/td\u003e\n\u003ctd\u003eCPS1325LCE3 Electric Low Chassis (Self-Propelled)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e460V \/ 60Hz \/ 3PH \/ 20 HP\u003c\/td\u003e\n\u003ctd\u003e35 HP\u003c\/td\u003e\n\u003ctd\u003e460V \/ 60Hz \/ 3PH \/ 25HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMilling Width\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\" w\/diamond, 13-1\/2\" w\/drum\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\" w\/diamond, 13-1\/2\" w\/drum\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVacuum Connection\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e25\"\u003c\/td\u003e\n\u003ctd\u003e26\"\u003c\/td\u003e\n\u003ctd\u003e25\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e38-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e43-1\/4\"\u003c\/td\u003e\n\u003ctd\u003e38-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e652 lbs.\u003c\/td\u003e\n\u003ctd\u003e588 lbs.\u003c\/td\u003e\n\u003ctd\u003e652 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\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\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802002\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps848g-4-8hp-honda-gas-8-part-5802002-cat-112187\"\u003eCORE PREP Scarifiers CPS848G 4.8HP Honda Gas 8\" - Part # 5802002, Cat # 112187\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802003\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps1320e3-20hp-electric-460v-3ph-13-1-4-w-diamond-12-1-2-w-cutter-drum-part-5802003-cat-112188\"\u003eCORE PREP Scarifiers CPS1320E3 20HP Electric, 460V 3PH 13-1\/4\" w\/diamond, 12-1\/2\" w\/cutter drum - Part # 5802003, Cat # 112188\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802004\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps1335g-35hp-gas-13-1-4-w-diamond-12-1-2-w-cutter-drum-part-5802004-cat-112190\"\u003eCORE PREP Scarifiers CPS1335G 35HP Gas 13-1\/4\" w\/diamond, 12-1\/2\" w\/cutter drum - Part # 5802004, Cat # 112190\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802005\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps1325lce3-25hp-electric-460v-3ph-low-chassis-12-1-2-part-5802005-cat-112189\"\u003eCORE PREP Scarifiers CPS1325LCE3 25HP Electric, 460V 3PH, Low Chassis 12-1\/2\" - Part # 5802005, Cat # 112189\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\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-prep-scarifiers-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-cps800_op_manual_oct_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\u003eCPS800 Scarifier Operations Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps800_parts_list_oct_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\u003eCPS800 Scarifier Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps1300_op_manual_nov_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\u003eCPS1300 Operations Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps1300_parts_list_nov_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\u003eCPS1300 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":49287893057844,"sku":"5802001","price":4751.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps848g-scarifier.jpg?v=1789541683"},{"product_id":"diamond-products-core-prep-scarifiers-cps848g-4-8hp-honda-gas-8-part-5802002-cat-112187","title":"Diamond Products CORE PREP Scarifiers CPS848G 4.8HP Honda Gas 8\" - Part # 5802002, Cat # 112187","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\u003eThese scarifiers perform surface texturing, planing, grooving, and removal of road markings. Units are available with gas or electric power options to accommodate various site requirements.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMilling Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8 to 13-1\/4\u003csmall\u003ein\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\"\u003e3 to 35\u003csmall\u003eHP\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFEATURES\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAvailable in gas or electric configurations\u003c\/li\u003e\n\u003cli\u003eManual hand wheel for height adjustment\u003c\/li\u003e\n\u003cli\u003eIntegrated quick lift lever\u003c\/li\u003e\n\u003cli\u003eDesigned for maneuverability\u003c\/li\u003e\n\u003cli\u003eToothed belt drive with tensioner\u003c\/li\u003e\n\u003cli\u003eEquipped with vacuum connection port\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\"\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\u003e5802002\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e112187\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n\u003ctd\u003e4.8HP Honda Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMilling Width\u003c\/th\u003e\n\u003ctd\u003e8\"\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\u003cth\u003eCPS83E1 and CPS848G SPECIFICATIONS\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eCPS83E1 Electric (Push)\u003c\/td\u003e\n\u003ctd\u003eCPS848G Gas (Self-Propelled\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e230V \/ 60Hz \/ 1PH \/ 3HP\u003c\/td\u003e\n\u003ctd\u003e4.8 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMilling Width\u003c\/td\u003e\n\u003ctd\u003e8\"\u003c\/td\u003e\n\u003ctd\u003e8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTool Speed\u003c\/td\u003e\n\u003ctd\u003e1750 RPM\u003c\/td\u003e\n\u003ctd\u003e1917 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVacuum Connection\u003c\/td\u003e\n\u003ctd\u003e2\"\u003c\/td\u003e\n\u003ctd\u003e2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eDry\/wet\u003c\/td\u003e\n\u003ctd\u003eDry\/wet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e14.56\"\u003c\/td\u003e\n\u003ctd\u003e14.56\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e134 lbs.\u003c\/td\u003e\n\u003ctd\u003e134 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable class=\"eq-spectable eq-wide\"\u003e\n\u003cthead\u003e\u003ctr\u003e\u003cth\u003eCPS1320E3 and CPS1335G SPECIFICATIONS\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eCPS1320E3 Electric (Self-Propelled)\u003c\/td\u003e\n\u003ctd\u003eCPS1335G Gas (Self-Propelled)\u003c\/td\u003e\n\u003ctd\u003eCPS1325LCE3 Electric Low Chassis (Self-Propelled)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e460V \/ 60Hz \/ 3PH \/ 20 HP\u003c\/td\u003e\n\u003ctd\u003e35 HP\u003c\/td\u003e\n\u003ctd\u003e460V \/ 60Hz \/ 3PH \/ 25HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMilling Width\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\" w\/diamond, 13-1\/2\" w\/drum\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\" w\/diamond, 13-1\/2\" w\/drum\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVacuum Connection\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e25\"\u003c\/td\u003e\n\u003ctd\u003e26\"\u003c\/td\u003e\n\u003ctd\u003e25\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e38-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e43-1\/4\"\u003c\/td\u003e\n\u003ctd\u003e38-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e652 lbs.\u003c\/td\u003e\n\u003ctd\u003e588 lbs.\u003c\/td\u003e\n\u003ctd\u003e652 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\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\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802001\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps83e1-3hp-electric-230v-1ph-8-part-5802001-cat-112186\"\u003eCORE PREP Scarifiers CPS83E1 3HP Electric, 230V 1PH 8\" - Part # 5802001, Cat # 112186\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802003\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps1320e3-20hp-electric-460v-3ph-13-1-4-w-diamond-12-1-2-w-cutter-drum-part-5802003-cat-112188\"\u003eCORE PREP Scarifiers CPS1320E3 20HP Electric, 460V 3PH 13-1\/4\" w\/diamond, 12-1\/2\" w\/cutter drum - Part # 5802003, Cat # 112188\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802004\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps1335g-35hp-gas-13-1-4-w-diamond-12-1-2-w-cutter-drum-part-5802004-cat-112190\"\u003eCORE PREP Scarifiers CPS1335G 35HP Gas 13-1\/4\" w\/diamond, 12-1\/2\" w\/cutter drum - Part # 5802004, Cat # 112190\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802005\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps1325lce3-25hp-electric-460v-3ph-low-chassis-12-1-2-part-5802005-cat-112189\"\u003eCORE PREP Scarifiers CPS1325LCE3 25HP Electric, 460V 3PH, Low Chassis 12-1\/2\" - Part # 5802005, Cat # 112189\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\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-prep-scarifiers-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-cps800_op_manual_oct_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\u003eCPS800 Scarifier Operations Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps800_parts_list_oct_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\u003eCPS800 Scarifier Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps1300_op_manual_nov_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\u003eCPS1300 Operations Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps1300_parts_list_nov_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\u003eCPS1300 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":49287893188916,"sku":"5802002","price":4823.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps848g-scarifier.jpg?v=1789541683"},{"product_id":"diamond-products-core-prep-scarifiers-cps1320e3-20hp-electric-460v-3ph-13-1-4-w-diamond-12-1-2-w-cutter-drum-part-5802003-cat-112188","title":"Diamond Products CORE PREP Scarifiers CPS1320E3 20HP Electric, 460V 3PH 13-1\/4\" w\/diamond, 12-1\/2\" w\/cutter drum - Part # 5802003, Cat # 112188","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\u003eThese scarifiers perform surface texturing, planing, grooving, and removal of road markings. Units are available with gas or electric power options to accommodate various site requirements.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMilling Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8 to 13-1\/4\u003csmall\u003ein\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\"\u003e3 to 35\u003csmall\u003eHP\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFEATURES\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAvailable in gas or electric configurations\u003c\/li\u003e\n\u003cli\u003eManual hand wheel for height adjustment\u003c\/li\u003e\n\u003cli\u003eIntegrated quick lift lever\u003c\/li\u003e\n\u003cli\u003eDesigned for maneuverability\u003c\/li\u003e\n\u003cli\u003eToothed belt drive with tensioner\u003c\/li\u003e\n\u003cli\u003eEquipped with vacuum connection port\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\"\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\u003e5802003\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e112188\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n\u003ctd\u003e20HP Electric, 460V 3PH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMilling Width\u003c\/th\u003e\n\u003ctd\u003e13-1\/4\" w\/diamond, 12-1\/2\" w\/cutter drum\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\u003cth\u003eCPS83E1 and CPS848G SPECIFICATIONS\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eCPS83E1 Electric (Push)\u003c\/td\u003e\n\u003ctd\u003eCPS848G Gas (Self-Propelled\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e230V \/ 60Hz \/ 1PH \/ 3HP\u003c\/td\u003e\n\u003ctd\u003e4.8 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMilling Width\u003c\/td\u003e\n\u003ctd\u003e8\"\u003c\/td\u003e\n\u003ctd\u003e8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTool Speed\u003c\/td\u003e\n\u003ctd\u003e1750 RPM\u003c\/td\u003e\n\u003ctd\u003e1917 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVacuum Connection\u003c\/td\u003e\n\u003ctd\u003e2\"\u003c\/td\u003e\n\u003ctd\u003e2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eDry\/wet\u003c\/td\u003e\n\u003ctd\u003eDry\/wet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e14.56\"\u003c\/td\u003e\n\u003ctd\u003e14.56\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e134 lbs.\u003c\/td\u003e\n\u003ctd\u003e134 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable class=\"eq-spectable eq-wide\"\u003e\n\u003cthead\u003e\u003ctr\u003e\u003cth\u003eCPS1320E3 and CPS1335G SPECIFICATIONS\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eCPS1320E3 Electric (Self-Propelled)\u003c\/td\u003e\n\u003ctd\u003eCPS1335G Gas (Self-Propelled)\u003c\/td\u003e\n\u003ctd\u003eCPS1325LCE3 Electric Low Chassis (Self-Propelled)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e460V \/ 60Hz \/ 3PH \/ 20 HP\u003c\/td\u003e\n\u003ctd\u003e35 HP\u003c\/td\u003e\n\u003ctd\u003e460V \/ 60Hz \/ 3PH \/ 25HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMilling Width\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\" w\/diamond, 13-1\/2\" w\/drum\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\" w\/diamond, 13-1\/2\" w\/drum\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVacuum Connection\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e25\"\u003c\/td\u003e\n\u003ctd\u003e26\"\u003c\/td\u003e\n\u003ctd\u003e25\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e38-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e43-1\/4\"\u003c\/td\u003e\n\u003ctd\u003e38-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e652 lbs.\u003c\/td\u003e\n\u003ctd\u003e588 lbs.\u003c\/td\u003e\n\u003ctd\u003e652 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\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\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802001\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps83e1-3hp-electric-230v-1ph-8-part-5802001-cat-112186\"\u003eCORE PREP Scarifiers CPS83E1 3HP Electric, 230V 1PH 8\" - Part # 5802001, Cat # 112186\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802002\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps848g-4-8hp-honda-gas-8-part-5802002-cat-112187\"\u003eCORE PREP Scarifiers CPS848G 4.8HP Honda Gas 8\" - Part # 5802002, Cat # 112187\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802004\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps1335g-35hp-gas-13-1-4-w-diamond-12-1-2-w-cutter-drum-part-5802004-cat-112190\"\u003eCORE PREP Scarifiers CPS1335G 35HP Gas 13-1\/4\" w\/diamond, 12-1\/2\" w\/cutter drum - Part # 5802004, Cat # 112190\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802005\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps1325lce3-25hp-electric-460v-3ph-low-chassis-12-1-2-part-5802005-cat-112189\"\u003eCORE PREP Scarifiers CPS1325LCE3 25HP Electric, 460V 3PH, Low Chassis 12-1\/2\" - Part # 5802005, Cat # 112189\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\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-prep-scarifiers-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-cps800_op_manual_oct_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\u003eCPS800 Scarifier Operations Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps800_parts_list_oct_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\u003eCPS800 Scarifier Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps1300_op_manual_nov_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\u003eCPS1300 Operations Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps1300_parts_list_nov_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\u003eCPS1300 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":49287893319988,"sku":"5802003","price":27976.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps848g-scarifier.jpg?v=1789541683"},{"product_id":"diamond-products-core-prep-scarifiers-cps1335g-35hp-gas-13-1-4-w-diamond-12-1-2-w-cutter-drum-part-5802004-cat-112190","title":"Diamond Products CORE PREP Scarifiers CPS1335G 35HP Gas 13-1\/4\" w\/diamond, 12-1\/2\" w\/cutter drum - Part # 5802004, Cat # 112190","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\u003eThese scarifiers perform surface texturing, planing, grooving, and removal of road markings. Units are available with gas or electric power options to accommodate various site requirements.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMilling Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8 to 13-1\/4\u003csmall\u003ein\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\"\u003e3 to 35\u003csmall\u003eHP\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFEATURES\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAvailable in gas or electric configurations\u003c\/li\u003e\n\u003cli\u003eManual hand wheel for height adjustment\u003c\/li\u003e\n\u003cli\u003eIntegrated quick lift lever\u003c\/li\u003e\n\u003cli\u003eDesigned for maneuverability\u003c\/li\u003e\n\u003cli\u003eToothed belt drive with tensioner\u003c\/li\u003e\n\u003cli\u003eEquipped with vacuum connection port\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\"\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\u003e5802004\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e112190\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n\u003ctd\u003e35HP Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMilling Width\u003c\/th\u003e\n\u003ctd\u003e13-1\/4\" w\/diamond, 12-1\/2\" w\/cutter drum\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\u003cth\u003eCPS83E1 and CPS848G SPECIFICATIONS\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eCPS83E1 Electric (Push)\u003c\/td\u003e\n\u003ctd\u003eCPS848G Gas (Self-Propelled\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e230V \/ 60Hz \/ 1PH \/ 3HP\u003c\/td\u003e\n\u003ctd\u003e4.8 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMilling Width\u003c\/td\u003e\n\u003ctd\u003e8\"\u003c\/td\u003e\n\u003ctd\u003e8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTool Speed\u003c\/td\u003e\n\u003ctd\u003e1750 RPM\u003c\/td\u003e\n\u003ctd\u003e1917 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVacuum Connection\u003c\/td\u003e\n\u003ctd\u003e2\"\u003c\/td\u003e\n\u003ctd\u003e2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eDry\/wet\u003c\/td\u003e\n\u003ctd\u003eDry\/wet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e14.56\"\u003c\/td\u003e\n\u003ctd\u003e14.56\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e134 lbs.\u003c\/td\u003e\n\u003ctd\u003e134 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable class=\"eq-spectable eq-wide\"\u003e\n\u003cthead\u003e\u003ctr\u003e\u003cth\u003eCPS1320E3 and CPS1335G SPECIFICATIONS\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eCPS1320E3 Electric (Self-Propelled)\u003c\/td\u003e\n\u003ctd\u003eCPS1335G Gas (Self-Propelled)\u003c\/td\u003e\n\u003ctd\u003eCPS1325LCE3 Electric Low Chassis (Self-Propelled)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e460V \/ 60Hz \/ 3PH \/ 20 HP\u003c\/td\u003e\n\u003ctd\u003e35 HP\u003c\/td\u003e\n\u003ctd\u003e460V \/ 60Hz \/ 3PH \/ 25HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMilling Width\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\" w\/diamond, 13-1\/2\" w\/drum\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\" w\/diamond, 13-1\/2\" w\/drum\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVacuum Connection\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e25\"\u003c\/td\u003e\n\u003ctd\u003e26\"\u003c\/td\u003e\n\u003ctd\u003e25\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e38-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e43-1\/4\"\u003c\/td\u003e\n\u003ctd\u003e38-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e652 lbs.\u003c\/td\u003e\n\u003ctd\u003e588 lbs.\u003c\/td\u003e\n\u003ctd\u003e652 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\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\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802001\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps83e1-3hp-electric-230v-1ph-8-part-5802001-cat-112186\"\u003eCORE PREP Scarifiers CPS83E1 3HP Electric, 230V 1PH 8\" - Part # 5802001, Cat # 112186\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802002\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps848g-4-8hp-honda-gas-8-part-5802002-cat-112187\"\u003eCORE PREP Scarifiers CPS848G 4.8HP Honda Gas 8\" - Part # 5802002, Cat # 112187\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802003\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps1320e3-20hp-electric-460v-3ph-13-1-4-w-diamond-12-1-2-w-cutter-drum-part-5802003-cat-112188\"\u003eCORE PREP Scarifiers CPS1320E3 20HP Electric, 460V 3PH 13-1\/4\" w\/diamond, 12-1\/2\" w\/cutter drum - Part # 5802003, Cat # 112188\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802005\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps1325lce3-25hp-electric-460v-3ph-low-chassis-12-1-2-part-5802005-cat-112189\"\u003eCORE PREP Scarifiers CPS1325LCE3 25HP Electric, 460V 3PH, Low Chassis 12-1\/2\" - Part # 5802005, Cat # 112189\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\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-prep-scarifiers-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-cps800_op_manual_oct_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\u003eCPS800 Scarifier Operations Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps800_parts_list_oct_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\u003eCPS800 Scarifier Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps1300_op_manual_nov_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\u003eCPS1300 Operations Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps1300_parts_list_nov_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\u003eCPS1300 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":49287893451060,"sku":"5802004","price":30097.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps848g-scarifier.jpg?v=1789541683"},{"product_id":"diamond-products-core-prep-scarifiers-cps1325lce3-25hp-electric-460v-3ph-low-chassis-12-1-2-part-5802005-cat-112189","title":"Diamond Products CORE PREP Scarifiers CPS1325LCE3 25HP Electric, 460V 3PH, Low Chassis 12-1\/2\" - Part # 5802005, Cat # 112189","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\u003eThese scarifiers perform surface texturing, planing, grooving, and removal of road markings. Units are available with gas or electric power options to accommodate various site requirements.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eMilling Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8 to 13-1\/4\u003csmall\u003ein\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\"\u003e3 to 35\u003csmall\u003eHP\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFEATURES\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAvailable in gas or electric configurations\u003c\/li\u003e\n\u003cli\u003eManual hand wheel for height adjustment\u003c\/li\u003e\n\u003cli\u003eIntegrated quick lift lever\u003c\/li\u003e\n\u003cli\u003eDesigned for maneuverability\u003c\/li\u003e\n\u003cli\u003eToothed belt drive with tensioner\u003c\/li\u003e\n\u003cli\u003eEquipped with vacuum connection port\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\"\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\u003e5802005\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e112189\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n\u003ctd\u003e25HP Electric, 460V 3PH, Low Chassis\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMilling Width\u003c\/th\u003e\n\u003ctd\u003e12-1\/2\"\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\u003cth\u003eCPS83E1 and CPS848G SPECIFICATIONS\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eCPS83E1 Electric (Push)\u003c\/td\u003e\n\u003ctd\u003eCPS848G Gas (Self-Propelled\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e230V \/ 60Hz \/ 1PH \/ 3HP\u003c\/td\u003e\n\u003ctd\u003e4.8 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMilling Width\u003c\/td\u003e\n\u003ctd\u003e8\"\u003c\/td\u003e\n\u003ctd\u003e8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTool Speed\u003c\/td\u003e\n\u003ctd\u003e1750 RPM\u003c\/td\u003e\n\u003ctd\u003e1917 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVacuum Connection\u003c\/td\u003e\n\u003ctd\u003e2\"\u003c\/td\u003e\n\u003ctd\u003e2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eDry\/wet\u003c\/td\u003e\n\u003ctd\u003eDry\/wet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e14.56\"\u003c\/td\u003e\n\u003ctd\u003e14.56\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003ctd\u003e39.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e134 lbs.\u003c\/td\u003e\n\u003ctd\u003e134 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable class=\"eq-spectable eq-wide\"\u003e\n\u003cthead\u003e\u003ctr\u003e\u003cth\u003eCPS1320E3 and CPS1335G SPECIFICATIONS\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eCPS1320E3 Electric (Self-Propelled)\u003c\/td\u003e\n\u003ctd\u003eCPS1335G Gas (Self-Propelled)\u003c\/td\u003e\n\u003ctd\u003eCPS1325LCE3 Electric Low Chassis (Self-Propelled)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e460V \/ 60Hz \/ 3PH \/ 20 HP\u003c\/td\u003e\n\u003ctd\u003e35 HP\u003c\/td\u003e\n\u003ctd\u003e460V \/ 60Hz \/ 3PH \/ 25HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMilling Width\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\" w\/diamond, 13-1\/2\" w\/drum\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\" w\/diamond, 13-1\/2\" w\/drum\u003c\/td\u003e\n\u003ctd\u003e12-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVacuum Connection\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003ctd\u003eDry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e46-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e25\"\u003c\/td\u003e\n\u003ctd\u003e26\"\u003c\/td\u003e\n\u003ctd\u003e25\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e38-1\/2\"\u003c\/td\u003e\n\u003ctd\u003e43-1\/4\"\u003c\/td\u003e\n\u003ctd\u003e38-1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e652 lbs.\u003c\/td\u003e\n\u003ctd\u003e588 lbs.\u003c\/td\u003e\n\u003ctd\u003e652 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\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\"\u003e4\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802001\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps83e1-3hp-electric-230v-1ph-8-part-5802001-cat-112186\"\u003eCORE PREP Scarifiers CPS83E1 3HP Electric, 230V 1PH 8\" - Part # 5802001, Cat # 112186\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802002\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps848g-4-8hp-honda-gas-8-part-5802002-cat-112187\"\u003eCORE PREP Scarifiers CPS848G 4.8HP Honda Gas 8\" - Part # 5802002, Cat # 112187\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802003\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps1320e3-20hp-electric-460v-3ph-13-1-4-w-diamond-12-1-2-w-cutter-drum-part-5802003-cat-112188\"\u003eCORE PREP Scarifiers CPS1320E3 20HP Electric, 460V 3PH 13-1\/4\" w\/diamond, 12-1\/2\" w\/cutter drum - Part # 5802003, Cat # 112188\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5802004\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-core-prep-scarifiers-cps1335g-35hp-gas-13-1-4-w-diamond-12-1-2-w-cutter-drum-part-5802004-cat-112190\"\u003eCORE PREP Scarifiers CPS1335G 35HP Gas 13-1\/4\" w\/diamond, 12-1\/2\" w\/cutter drum - Part # 5802004, Cat # 112190\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\"\u003e5\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-docs\"\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-core-prep-scarifiers-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-cps800_op_manual_oct_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\u003eCPS800 Scarifier Operations Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps800_parts_list_oct_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\u003eCPS800 Scarifier Parts List\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps1300_op_manual_nov_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\u003eCPS1300 Operations Manual\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps1300_parts_list_nov_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\u003eCPS1300 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":49287893614900,"sku":"5802005","price":34639.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cps848g-scarifier.jpg?v=1789541683"},{"product_id":"diamond-products-cpg1300-grinder-polisher-cpg133e1-115v-1ph-1-5-hp-15-amp-part-5802013-cat-114774","title":"Diamond Products CPG1300 Grinder\/Polisher CPG133E1 115V 1PH 1.5 HP 15 Amp - Part # 5802013, Cat # 114774","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 floor grinder features a 13-inch head designed for surface preparation and polishing in smaller areas. The unit separates into two components to facilitate transport and job site mobility.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrinding Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e13\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\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eSingle 13-inch grinding head for small-scale applications\u003c\/li\u003e\n\u003cli\u003eConverts between grinding and edging configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with 3, 6, or 9 metal, ceramic, or resin bond diamond tools\u003c\/li\u003e\n\u003cli\u003eTwo-piece design for transport\u003c\/li\u003e\n\u003cli\u003eVariable speed control\u003c\/li\u003e\n\u003cli\u003eIncludes weight kit\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\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\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\u003eCPG1300\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5802013\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e114774\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n\u003ctd\u003e115V 1PH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMotor Power\u003c\/th\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCurrent\u003c\/th\u003e\n\u003ctd\u003e15 Amp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Speed\u003c\/th\u003e\n\u003ctd\u003e200-500 RPM\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\"\u003e5802014\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cpg1300-grinder-polisher-cpg133e3-230v-1ph-3-hp-12-amp-part-5802014-cat-114771\"\u003eCPG1300 Grinder\/Polisher CPG133E3 230V 1PH 3 HP 12 Amp - Part # 5802014, Cat # 114771\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\"\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-cpg1300-grinder-polisher-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\"\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":49287893745972,"sku":"5802013","price":6717.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg1300.jpg?v=1789541680"},{"product_id":"diamond-products-cpg1300-grinder-polisher-cpg133e3-230v-1ph-3-hp-12-amp-part-5802014-cat-114771","title":"Diamond Products CPG1300 Grinder\/Polisher CPG133E3 230V 1PH 3 HP 12 Amp - Part # 5802014, Cat # 114771","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 floor grinder features a 13-inch head designed for surface preparation and polishing in smaller areas. The unit separates into two components to facilitate transport and job site mobility.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrinding Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e13\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\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eOperational Features\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eSingle 13-inch grinding head for small-scale applications\u003c\/li\u003e\n\u003cli\u003eConverts between grinding and edging configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with 3, 6, or 9 metal, ceramic, or resin bond diamond tools\u003c\/li\u003e\n\u003cli\u003eTwo-piece design for transport\u003c\/li\u003e\n\u003cli\u003eVariable speed control\u003c\/li\u003e\n\u003cli\u003eIncludes weight kit\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\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\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\u003eCPG1300\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5802014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e114771\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n\u003ctd\u003e230V 1PH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMotor Power\u003c\/th\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCurrent\u003c\/th\u003e\n\u003ctd\u003e12 Amp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Speed\u003c\/th\u003e\n\u003ctd\u003e300-750 RPM\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\"\u003e5802013\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-cpg1300-grinder-polisher-cpg133e1-115v-1ph-1-5-hp-15-amp-part-5802013-cat-114774\"\u003eCPG1300 Grinder\/Polisher CPG133E1 115V 1PH 1.5 HP 15 Amp - Part # 5802013, Cat # 114774\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\"\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-cpg1300-grinder-polisher-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\"\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":49287893877044,"sku":"5802014","price":6717.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg1300.jpg?v=1789541680"},{"product_id":"diamond-products-cpg825e1-alpha-grinder-polisher-part-5802008-cat-113768","title":"Diamond Products CPG825E1 (Alpha) Grinder\/Polisher - Part # 5802008, Cat # 113768","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 floor grinder and polisher is designed for surface preparation and coating removal. It features a 19-inch grinding width and a 1.5 HP motor for consistent material removal.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eGrinding Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e19\u003csmall\u003ein\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\"\u003e1.5\u003csmall\u003eHP\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\"\u003e95\u003csmall\u003elbs\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eSpeed\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e1290\u003csmall\u003eRPM\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDust shroud removes for flush-to-wall grinding\u003c\/li\u003e\n\u003cli\u003eCompatible with a wide range of grinding and coating removal tooling\u003c\/li\u003e\n\u003cli\u003eCore Lock diamond retention system enables rapid tooling changes\u003c\/li\u003e\n\u003cli\u003eHandle folds for transport\u003c\/li\u003e\n\u003cli\u003eEquipped with a flexible drive coupling\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\"\u003e13\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003ctable class=\"eq-spectable\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\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\u003eCPG825E1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5802008\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e113768\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVoltage \/ Frequency\u003c\/th\u003e\n\u003ctd\u003e115V - 1PH, 60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n\u003ctd\u003e1.5HP Electric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCurrent\u003c\/th\u003e\n\u003ctd\u003e15 amp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSpeed (drive motor)\u003c\/th\u003e\n\u003ctd\u003e1290 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eApplication\u003c\/th\u003e\n\u003ctd\u003eFloor Grinding \u0026amp; Polishing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Speed\u003c\/th\u003e\n\u003ctd\u003e600 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Disc\u003c\/th\u003e\n\u003ctd\u003e1 x 13\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrinding Width\u003c\/th\u003e\n\u003ctd\u003e482.6mm \/ 19\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e95 lbs.\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\"\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-cpg825e1-alpha-grinder-polisher-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-core_prep_booklet_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\u003eCORE PREP 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\"\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\u003eThis item ships at approximately 95 lbs. Machines 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":49287894008116,"sku":"5802008","price":3939.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-cpg825e3_1.jpg?v=1789541680"},{"product_id":"diamond-products-cpsb810e3-shot-blaster-part-5802007-cat-112184","title":"Diamond Products CPSB810E3 Shot Blaster - Part # 5802007, Cat # 112184","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 shot blasting machine prepares concrete surfaces for coatings and overlays. It features a modular design that allows for increased blast widths and includes a variable feed drive for consistent operation.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eBlast Width\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e8.85\u003csmall\u003ein\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\"\u003e460\u003csmall\u003eV\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\"\u003e463\u003csmall\u003elbs\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"eq-sections\"\u003e\n\u003cdetails class=\"eq-sec\" open\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e01\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eFeatures \u0026amp; Build\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\u003cul class=\"eq-features\"\u003e\u003cli class=\"eq-feat\"\u003e\n\u003ch4\u003eFEATURES\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eVariable speed drive for forward and reverse operation\u003c\/li\u003e\n\u003cli\u003eIntegrated LED lighting\u003c\/li\u003e\n\u003cli\u003e5-blade blast wheel design\u003c\/li\u003e\n\u003cli\u003eModular frame for expansion module compatibility\u003c\/li\u003e\n\u003cli\u003eBuilt-in operating hours meter\u003c\/li\u003e\n\u003cli\u003eCollapsible rear axle for transport\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\"\u003e14\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\u003eCPSB810E3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePart Number\u003c\/th\u003e\n\u003ctd\u003e5802007\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e112184\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVoltage \/ Frequency\u003c\/th\u003e\n\u003ctd\u003e460V \/ 60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBlast Width\u003c\/th\u003e\n\u003ctd\u003e8.85\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCurrent Consumption\u003c\/th\u003e\n\u003ctd\u003e16 Amp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSpeed (drive motor)\u003c\/th\u003e\n\u003ctd\u003e2880 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVacuum Connection\u003c\/th\u003e\n\u003ctd\u003e2-3\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eApplication\u003c\/th\u003e\n\u003ctd\u003edry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLength\u003c\/th\u003e\n\u003ctd\u003e58-1\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n\u003ctd\u003e13-1\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003e41-1\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e463 lbs.\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-cpsb810e3-shot-blaster-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\u003eThis item ships at approximately 463 lbs. Machines 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":49287894171956,"sku":"5802007","price":27226.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-shot-blaster.jpg?v=1789541702"},{"product_id":"diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022","title":"Diamond Products GSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGSS1025\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69022\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for SOFT Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e25\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287894270260,"sku":"GSS1025","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102","title":"Diamond Products GSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGSS1040\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69102\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for SOFT Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e40\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287894434100,"sku":"GSS1040","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191","title":"Diamond Products GSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGSS1080\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69191\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for SOFT Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e80\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287894597940,"sku":"GSS1080","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193","title":"Diamond Products GSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGSS1150\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69193\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for SOFT Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e150\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287894794548,"sku":"GSS1150","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345","title":"Diamond Products GSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGSD1025\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69345\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eDouble Segment CORE-LOCK for SOFT Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e25\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287894958388,"sku":"GSD1025","price":300.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391","title":"Diamond Products GSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGSD1040\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69391\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eDouble Segment CORE-LOCK for SOFT Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e40\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287895089460,"sku":"GSD1040","price":300.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409","title":"Diamond Products GSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGSD1080\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69409\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eDouble Segment CORE-LOCK for SOFT Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e80\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287895253300,"sku":"GSD1080","price":300.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426","title":"Diamond Products GSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGSD1150\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69426\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eDouble Segment CORE-LOCK for SOFT Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e150\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287898136884,"sku":"GSD1150","price":300.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429","title":"Diamond Products GMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGMS2016\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69429\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for MEDIUM Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e16\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287898333492,"sku":"GMS2016","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462","title":"Diamond Products GMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGMS2025\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69462\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for MEDIUM Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e25\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287898497332,"sku":"GMS2025","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169","title":"Diamond Products GMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGMS2040\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e70169\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for MEDIUM Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e40\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287898661172,"sku":"GMS2040","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818","title":"Diamond Products GMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGMS2080\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e69818\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for MEDIUM Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e80\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287898792244,"sku":"GMS2080","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241","title":"Diamond Products GMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGMS2150\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e70241\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for MEDIUM Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e150\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287898956084,"sku":"GMS2150","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021","title":"Diamond Products GMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGMS2125\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e71021\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eDouble Segment CORE-LOCK for MEDIUM Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e150\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287899119924,"sku":"GMS2125","price":300.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964","title":"Diamond Products GHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGHS3016\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e72964\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for HARD Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e16\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287899218228,"sku":"GHS3016","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820","title":"Diamond Products GHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGHS3025\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e73820\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for HARD Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e25\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287899382068,"sku":"GHS3025","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563","title":"Diamond Products GHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGHS3040\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e75563\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for HARD Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e40\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287899545908,"sku":"GHS3040","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449","title":"Diamond Products GHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGHS3080\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e76449\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for HARD Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e80\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287899676980,"sku":"GHS3080","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256","title":"Diamond Products GHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGHS3150\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e78256\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for HARD Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e150\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287899808052,"sku":"GHS3150","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164","title":"Diamond Products GXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGXS4025\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e00164\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for EXTREMELY HARD Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e25\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287899971892,"sku":"GXS4025","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180","title":"Diamond Products GXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGXS4040\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e03180\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for EXTREMELY HARD Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e40\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287900070196,"sku":"GXS4040","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390","title":"Diamond Products GXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGXS4080\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e12390\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for EXTREMELY HARD Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e80\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287900234036,"sku":"GXS4080","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201","title":"Diamond Products GXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGXS4150\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e16201\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eSingle Segment CORE-LOCK for EXTREMELY HARD Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e150\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287900397876,"sku":"GXS4150","price":219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839","title":"Diamond Products GXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGXD4025\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e25839\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eDouble Segment CORE-LOCK for EXTREMELY HARD Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e25\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287900561716,"sku":"GXD4025","price":300.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043","title":"Diamond Products GXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGXD4040\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e30043\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eDouble Segment CORE-LOCK for EXTREMELY HARD Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e40\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309\"\u003eGXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287900660020,"sku":"GXD4040","price":300.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"},{"product_id":"diamond-products-gxd4080-diamond-core-lock-inserts-80-grit-cat-30309","title":"Diamond Products GXD4080 Diamond Core-Lock Inserts 80 Grit - Cat # 30309","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\u003eThese segmented inserts facilitate surface preparation across a range of concrete hardness levels. They are sold in sets of three to provide consistent grinding performance.\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\u003eSegmented Inserts\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond segments engineered for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eAvailable in single or double segment configurations\u003c\/li\u003e\n\u003cli\u003eCompatible with proprietary grinding plates and competitor equipment\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\"\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\u003eGXD4080\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e30309\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeries\u003c\/th\u003e\n\u003ctd\u003eDouble Segment CORE-LOCK for EXTREMELY HARD Concrete\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eGrit\u003c\/th\u003e\n\u003ctd\u003e80\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\"\u003e26\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\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\"\u003eGSS1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1025-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-25-grit-cat-69022\"\u003eGSS1025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1040-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-40-grit-cat-69102\"\u003eGSS1040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69102\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1080-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-80-grit-cat-69191\"\u003eGSS1080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69191\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSS1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gss1150-diamond-core-lock-inserts-single-segment-core-lock-for-soft-concrete-150-grit-cat-69193\"\u003eGSS1150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69193\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1025-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-25-grit-cat-69345\"\u003eGSD1025 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 25 Grit - Cat # 69345\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1040-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-40-grit-cat-69391\"\u003eGSD1040 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 40 Grit - Cat # 69391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1080-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-80-grit-cat-69409\"\u003eGSD1080 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 80 Grit - Cat # 69409\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGSD1150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gsd1150-diamond-core-lock-inserts-double-segment-core-lock-for-soft-concrete-150-grit-cat-69426\"\u003eGSD1150 Diamond Core-Lock Inserts Double Segment CORE-LOCK for SOFT Concrete 150 Grit - Cat # 69426\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2016-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-16-grit-cat-69429\"\u003eGMS2016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 16 Grit - Cat # 69429\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2025-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-25-grit-cat-69462\"\u003eGMS2025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 25 Grit - Cat # 69462\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2040-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-40-grit-cat-70169\"\u003eGMS2040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 40 Grit - Cat # 70169\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2080-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-80-grit-cat-69818\"\u003eGMS2080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 80 Grit - Cat # 69818\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2150-diamond-core-lock-inserts-single-segment-core-lock-for-medium-concrete-150-grit-cat-70241\"\u003eGMS2150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 70241\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGMS2125\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gms2125-diamond-core-lock-inserts-double-segment-core-lock-for-medium-concrete-150-grit-cat-71021\"\u003eGMS2125 Diamond Core-Lock Inserts Double Segment CORE-LOCK for MEDIUM Concrete 150 Grit - Cat # 71021\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3016\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3016-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-16-grit-cat-72964\"\u003eGHS3016 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 16 Grit - Cat # 72964\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3025-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-25-grit-cat-73820\"\u003eGHS3025 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 25 Grit - Cat # 73820\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3040-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-40-grit-cat-75563\"\u003eGHS3040 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 40 Grit - Cat # 75563\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3080-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-80-grit-cat-76449\"\u003eGHS3080 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 80 Grit - Cat # 76449\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGHS3150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-ghs3150-diamond-core-lock-inserts-single-segment-core-lock-for-hard-concrete-150-grit-cat-78256\"\u003eGHS3150 Diamond Core-Lock Inserts Single Segment CORE-LOCK for HARD Concrete 150 Grit - Cat # 78256\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4025-diamond-core-lock-inserts-25-grit-cat-00164\"\u003eGXS4025 Diamond Core-Lock Inserts 25 Grit - Cat # 00164\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4040-diamond-core-lock-inserts-40-grit-cat-03180\"\u003eGXS4040 Diamond Core-Lock Inserts 40 Grit - Cat # 03180\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4080\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4080-diamond-core-lock-inserts-80-grit-cat-12390\"\u003eGXS4080 Diamond Core-Lock Inserts 80 Grit - Cat # 12390\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXS4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxs4150-diamond-core-lock-inserts-150-grit-cat-16201\"\u003eGXS4150 Diamond Core-Lock Inserts 150 Grit - Cat # 16201\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4025\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4025-diamond-core-lock-inserts-25-grit-cat-25839\"\u003eGXD4025 Diamond Core-Lock Inserts 25 Grit - Cat # 25839\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4040\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4040-diamond-core-lock-inserts-40-grit-cat-30043\"\u003eGXD4040 Diamond Core-Lock Inserts 40 Grit - Cat # 30043\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003eGXD4150\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-gxd4150-diamond-core-lock-inserts-150-grit-cat-30485\"\u003eGXD4150 Diamond Core-Lock Inserts 150 Grit - Cat # 30485\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\"\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-diamond-grinding-shoes-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\"\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":49287900823860,"sku":"GXD4080","price":300.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-10in-grinding-head-with-shoes_1.jpg?v=1789541632"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/collections\/diamond_products_logo_v1_eb9b14d1-86f8-40e0-8b19-fb64401c2a53.jpg?v=1789673801","url":"https:\/\/hydrotechnologysystems.supply\/collections\/diamond-products-core-prep\/scarifiers.oembed","provider":"HTS Supply LLC","version":"1.0","type":"link"}