{"title":"Diamond Products Abrasives","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\"\u003eBonded \u0026amp; Coated Abrasives\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDiamond Products Abrasives\u003c\/h2\u003e\n\u003cp\u003eCut-off wheels, depressed center grinding wheels, flap discs, resin fiber discs, wire wheels and rubbing stones for metal, concrete and masonry.\u003c\/p\u003e\n\u003cdiv class=\"dp-actions\"\u003e\n\u003ca class=\"dp-btn\" href=\"#dp-products\"\u003eShop Abrasives\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-p_jumbo_zfd_ss_t29_1.jpg\" alt=\"Diamond Products flap disc for metal grinding\" 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 Abrasives\" placeholder=\"Wheel size or number: 4-1\/2 x .045, T27, T29, ABCH-24\"\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 Abrasives by type\"\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-abrasives\/cut-off-wheels\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e01\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eCut-Off Wheels\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-abrasives\/super-thin-cut-off-wheels\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e02\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eSuper-Thin Cut-Off Wheels\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-abrasives\/high-speed-cut-off-wheels\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e03\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eHigh Speed Cut-Off Wheels\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-abrasives\/small-diameter-cut-off-wheels\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e04\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eSmall Diameter Cut-Off Wheels\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-abrasives\/depressed-center-wheels\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e05\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eDepressed Center Wheels\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-abrasives\/flap-discs\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e06\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eFlap Discs\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-abrasives\/resin-fiber-discs\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e07\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eResin Fiber Discs\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-abrasives\/grinding-cups-blocks-stones\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e08\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eGrinding Cups Blocks \u0026amp; Stones\u003c\/span\u003e\n\u003c\/a\u003e\n\u003ca class=\"dp-type\" href=\"\/collections\/diamond-products-abrasives\/wire-wheels\"\u003e\n\u003cspan class=\"dp-type-num\"\u003e09\u003c\/span\u003e\n\u003cspan class=\"dp-type-name\"\u003eWire Wheels\u003c\/span\u003e\n\u003c\/a\u003e\n\u003cspan class=\"dp-type-filler\"\u003e\u003c\/span\u003e\n\u003cspan class=\"dp-type-filler\"\u003e\u003c\/span\u003e\n\u003cspan class=\"dp-type-filler\"\u003e\u003c\/span\u003e\n\u003c\/nav\u003e\n\u003csection\u003e\n\u003cdiv class=\"dp-info-head\"\u003eSelecting an abrasive\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\u003eBonded and coated abrasives for cutting, grinding and finishing.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCut-off wheels\u003c\/strong\u003e – thin wheels for steel, stainless and rebar, from small die grinder sizes up to high speed saw wheels.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDepressed center wheels\u003c\/strong\u003e – Type 27 and Type 29 grinding wheels for weld and edge work.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlap and resin fiber discs\u003c\/strong\u003e – coated abrasives for blending and finishing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGrinding cups, blocks and stones\u003c\/strong\u003e – rubbing stones for concrete and masonry.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWire wheels\u003c\/strong\u003e – rust, scale and paint removal.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eType 1, Type 27 or Type 29?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eThe type number describes the shape, and the shape decides how the wheel can be presented to the work.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eType 1\u003c\/strong\u003e is flat – straight cutting only, never side grinding.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eType 27\u003c\/strong\u003e has a depressed center – grinding at a shallow angle, and it clears the guard and the flange.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eType 29\u003c\/strong\u003e is conical – more aggressive stock removal at a steeper angle.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eWhich abrasive for stainless steel?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eUse a wheel or disc marked contaminant-free or inox. Ordinary abrasives can carry iron, sulphur and chlorine that embed in the surface and cause rust staining and corrosion on stainless.\u003c\/p\u003e\n\u003cp\u003eTell us the alloy and we will point you at the right line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eWhat grit should I order on flap and fiber discs?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e36–40 grit\u003c\/strong\u003e – heavy stock removal, weld knockdown\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e60–80 grit\u003c\/strong\u003e – general blending\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e100–120 grit\u003c\/strong\u003e – finishing before paint or polish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eStepping down two grits at a time removes the previous scratch pattern without wasting discs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eDo abrasive wheels expire?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eYes. Bonded abrasive wheels carry an expiry date, normally three years from manufacture, because the resin bond degrades. Check the date on the blotter before mounting and retire anything past it.\u003c\/p\u003e\n\u003cp\u003eStore wheels flat, dry and away from heat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eHow do I check the wheel against my grinder?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eTwo numbers have to agree: the maximum operating speed printed on the wheel must be at or above the grinder's no-load RPM, and the arbor must match. Running a wheel past its rated speed is a burst risk.\u003c\/p\u003e\n\u003cp\u003eNever remove the guard to fit an oversized wheel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"dp-details\"\u003e\n\u003csummary\u003eWhat is the difference between a cut-off wheel and a diamond blade?\u003c\/summary\u003e\n\u003cdiv class=\"dp-details-content\"\u003e\n\u003cp\u003eAn abrasive cut-off wheel wears away as it cuts and is consumed. A diamond blade has a steel core with diamond segments and lasts far longer per cut, at a higher up-front cost.\u003c\/p\u003e\n\u003cp\u003eOn repeat work, see \u003ca href=\"\/collections\/diamond-products-diamond-blades\"\u003ediamond blades\u003c\/a\u003e.\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 class=\"is-active\" href=\"\/collections\/diamond-products-abrasives\" aria-current=\"page\"\u003eAbrasives\u003c\/a\u003e\n\u003ca href=\"\/collections\/diamond-products-core-prep\"\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-20006659-tyrolit-basic-wheels-for-steel-type-27-7-in-x-1-4-in-x-7-8-in-cat-58774","title":"Diamond Products 20006659 Tyrolit BASIC Wheels for Steel-Type 27 7 In. x 1\/4 In. x 7\/8 In. - Cat # 58774","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 depressed center wheels are designed for surface and edge grinding on ferrous metals. They are engineered for use with 30-degree right angle grinders.\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\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eSuitable for general purpose grinding on ferrous metals\u003c\/li\u003e\n\u003cli\u003eProvides consistent stock removal and wheel life\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\u003e20006659\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e58774\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e7 In. x 1\/4 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30BF\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\"\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20008290\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20008290-tyrolit-basic-wheels-for-steel-type-27-3-in-x-1-4-in-x-3-8-in-cat-58938\"\u003e20008290 Tyrolit BASIC Wheels for Steel-Type 27 3 In. x 1\/4 In. x 3\/8 In. - Cat # 58938\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006651\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006651-tyrolit-basic-wheels-for-steel-type-27-4-in-x-1-4-in-x-3-8-in-cat-58781\"\u003e20006651 Tyrolit BASIC Wheels for Steel-Type 27 4 In. x 1\/4 In. x 3\/8 In. - Cat # 58781\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006652\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006652-tyrolit-basic-wheels-for-steel-type-27-4-in-x-1-4-in-x-5-8-in-cat-58821\"\u003e20006652 Tyrolit BASIC Wheels for Steel-Type 27 4 In. x 1\/4 In. x 5\/8 In. - Cat # 58821\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006653\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006653-tyrolit-basic-wheels-for-steel-type-27-4-1-2-in-x-1-4-in-x-7-8-in-cat-58717\"\u003e20006653 Tyrolit BASIC Wheels for Steel-Type 27 4-1\/2 In. x 1\/4 In. x 7\/8 In. - Cat # 58717\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006655\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006655-tyrolit-basic-wheels-for-steel-type-27-4-1-2-in-x-1-4-in-x-5-8-in-11-cat-58819\"\u003e20006655 Tyrolit BASIC Wheels for Steel-Type 27 4-1\/2 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 58819\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006657\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006657-tyrolit-basic-wheels-for-steel-type-27-5-in-x-1-4-in-x-7-8-in-cat-58694\"\u003e20006657 Tyrolit BASIC Wheels for Steel-Type 27 5 In. x 1\/4 In. x 7\/8 In. - Cat # 58694\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20010581\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20010581-tyrolit-basic-wheels-for-steel-type-27-5-in-x-1-4-in-x-5-8-in-11-cat-68573\"\u003e20010581 Tyrolit BASIC Wheels for Steel-Type 27 5 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 68573\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20016035\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20016035-tyrolit-basic-wheels-for-steel-type-27-6-in-x-1-4-in-x-7-8-in-cat-76862\"\u003e20016035 Tyrolit BASIC Wheels for Steel-Type 27 6 In. x 1\/4 In. x 7\/8 In. - Cat # 76862\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20016036\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20016036-tyrolit-basic-wheels-for-steel-type-27-6-in-x-1-4-in-x-5-8-in-11-cat-76863\"\u003e20016036 Tyrolit BASIC Wheels for Steel-Type 27 6 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 76863\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006661\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006661-tyrolit-basic-wheels-for-steel-type-27-7-in-x-1-4-in-x-5-8-in-11-cat-58652\"\u003e20006661 Tyrolit BASIC Wheels for Steel-Type 27 7 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 58652\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006663\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006663-tyrolit-basic-wheels-for-steel-type-27-9-in-x-1-4-in-x-7-8-in-cat-58775\"\u003e20006663 Tyrolit BASIC Wheels for Steel-Type 27 9 In. x 1\/4 In. x 7\/8 In. - Cat # 58775\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006665\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006665-tyrolit-basic-wheels-for-steel-type-27-9-in-x-1-4-in-x-5-8-in-11-cat-58771\"\u003e20006665 Tyrolit BASIC Wheels for Steel-Type 27 9 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 58771\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-tyrolit-basic-wheels-for-steel-type-27-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":49287877722420,"sku":"20006659","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-b_s_t27.jpg?v=1789541638"},{"product_id":"diamond-products-291588-tyrolit-premium-inox-super-thin-cut-off-wheels-for-stainless-steel-type-1-7-in-x-060-in-x-7-8-in-a46r-bfxa-cat-21143","title":"Diamond Products 291588 Tyrolit PREMIUM INOX Super-Thin-Cut-Off Wheels for Stainless Steel-Type 1 7 In. x .060 In. x 7\/8 In. A46R-BFXA - Cat # 21143","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 Type 1 cut-off wheels are designed for use on 90-degree right angle grinders to slice through stainless steel. The abrasive composition is engineered to be free of iron, sulfur, and chlorine contaminants below 0.1%.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eEngineered for cutting rust and acid-resistant steel alloys\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine to prevent surface contamination\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\u003e291588\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e21143\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e7 In. x .060 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA46R-BFXA\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\"\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e41502\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-41502-tyrolit-premium-inox-super-thin-cut-off-wheels-for-stainless-steel-type-1-4-1-2-in-x-040-in-x-7-8-in-a60r-bfxa-cat-78391\"\u003e41502 Tyrolit PREMIUM INOX Super-Thin-Cut-Off Wheels for Stainless Steel-Type 1 4-1\/2 In. x .040 In. x 7\/8 In. A60R-BFXA - Cat # 78391\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e35952\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-35952-tyrolit-premium-inox-super-thin-cut-off-wheels-for-stainless-steel-type-1-4-1-2-in-x-060-in-x-7-8-in-a46r-bfxa-cat-82761\"\u003e35952 Tyrolit PREMIUM INOX Super-Thin-Cut-Off Wheels for Stainless Steel-Type 1 4-1\/2 In. x .060 In. x 7\/8 In. A46R-BFXA - Cat # 82761\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e41503\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-41503-tyrolit-premium-inox-super-thin-cut-off-wheels-for-stainless-steel-type-1-5-in-x-040-in-x-7-8-in-a60r-bfxa-cat-78884\"\u003e41503 Tyrolit PREMIUM INOX Super-Thin-Cut-Off Wheels for Stainless Steel-Type 1 5 In. x .040 In. x 7\/8 In. A60R-BFXA - Cat # 78884\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e35954\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-35954-tyrolit-premium-inox-super-thin-cut-off-wheels-for-stainless-steel-type-1-5-in-x-060-in-x-7-8-in-a46r-bfxa-cat-89220\"\u003e35954 Tyrolit PREMIUM INOX Super-Thin-Cut-Off Wheels for Stainless Steel-Type 1 5 In. x .060 In. x 7\/8 In. A46R-BFXA - Cat # 89220\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e318945\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-318945-tyrolit-premium-inox-super-thin-cut-off-wheels-for-stainless-steel-type-1-6-in-x-045-in-x-7-8-in-a46r-brxa-cat-97708\"\u003e318945 Tyrolit PREMIUM INOX Super-Thin-Cut-Off Wheels for Stainless Steel-Type 1 6 In. x .045 In. x 7\/8 In. A46R-BRXA - Cat # 97708\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-tyrolit-premium-inox-super-thin-cut-off-wheels-for-stainless-steel-type-1-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":49287877787956,"sku":"291588","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_ist_co_ss_t1.jpg?v=1789541701"},{"product_id":"diamond-products-20006661-tyrolit-basic-wheels-for-steel-type-27-7-in-x-1-4-in-x-5-8-in-11-cat-58652","title":"Diamond Products 20006661 Tyrolit BASIC Wheels for Steel-Type 27 7 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 58652","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 depressed center wheels are designed for surface and edge grinding on ferrous metals. They are engineered for use with 30-degree right angle grinders.\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\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eSuitable for general purpose grinding on ferrous metals\u003c\/li\u003e\n\u003cli\u003eProvides consistent stock removal and wheel life\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\u003e20006661\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e58652\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e7 In. x 1\/4 In. x 5\/8 In.-11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30BF\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\"\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20008290\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20008290-tyrolit-basic-wheels-for-steel-type-27-3-in-x-1-4-in-x-3-8-in-cat-58938\"\u003e20008290 Tyrolit BASIC Wheels for Steel-Type 27 3 In. x 1\/4 In. x 3\/8 In. - Cat # 58938\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006651\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006651-tyrolit-basic-wheels-for-steel-type-27-4-in-x-1-4-in-x-3-8-in-cat-58781\"\u003e20006651 Tyrolit BASIC Wheels for Steel-Type 27 4 In. x 1\/4 In. x 3\/8 In. - Cat # 58781\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006652\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006652-tyrolit-basic-wheels-for-steel-type-27-4-in-x-1-4-in-x-5-8-in-cat-58821\"\u003e20006652 Tyrolit BASIC Wheels for Steel-Type 27 4 In. x 1\/4 In. x 5\/8 In. - Cat # 58821\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006653\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006653-tyrolit-basic-wheels-for-steel-type-27-4-1-2-in-x-1-4-in-x-7-8-in-cat-58717\"\u003e20006653 Tyrolit BASIC Wheels for Steel-Type 27 4-1\/2 In. x 1\/4 In. x 7\/8 In. - Cat # 58717\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006655\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006655-tyrolit-basic-wheels-for-steel-type-27-4-1-2-in-x-1-4-in-x-5-8-in-11-cat-58819\"\u003e20006655 Tyrolit BASIC Wheels for Steel-Type 27 4-1\/2 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 58819\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006657\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006657-tyrolit-basic-wheels-for-steel-type-27-5-in-x-1-4-in-x-7-8-in-cat-58694\"\u003e20006657 Tyrolit BASIC Wheels for Steel-Type 27 5 In. x 1\/4 In. x 7\/8 In. - Cat # 58694\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20010581\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20010581-tyrolit-basic-wheels-for-steel-type-27-5-in-x-1-4-in-x-5-8-in-11-cat-68573\"\u003e20010581 Tyrolit BASIC Wheels for Steel-Type 27 5 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 68573\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20016035\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20016035-tyrolit-basic-wheels-for-steel-type-27-6-in-x-1-4-in-x-7-8-in-cat-76862\"\u003e20016035 Tyrolit BASIC Wheels for Steel-Type 27 6 In. x 1\/4 In. x 7\/8 In. - Cat # 76862\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20016036\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20016036-tyrolit-basic-wheels-for-steel-type-27-6-in-x-1-4-in-x-5-8-in-11-cat-76863\"\u003e20016036 Tyrolit BASIC Wheels for Steel-Type 27 6 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 76863\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006659\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006659-tyrolit-basic-wheels-for-steel-type-27-7-in-x-1-4-in-x-7-8-in-cat-58774\"\u003e20006659 Tyrolit BASIC Wheels for Steel-Type 27 7 In. x 1\/4 In. x 7\/8 In. - Cat # 58774\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006663\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006663-tyrolit-basic-wheels-for-steel-type-27-9-in-x-1-4-in-x-7-8-in-cat-58775\"\u003e20006663 Tyrolit BASIC Wheels for Steel-Type 27 9 In. x 1\/4 In. x 7\/8 In. - Cat # 58775\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006665\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006665-tyrolit-basic-wheels-for-steel-type-27-9-in-x-1-4-in-x-5-8-in-11-cat-58771\"\u003e20006665 Tyrolit BASIC Wheels for Steel-Type 27 9 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 58771\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-tyrolit-basic-wheels-for-steel-type-27-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":49287877853492,"sku":"20006661","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-b_s_t27.jpg?v=1789541638"},{"product_id":"diamond-products-34042238-tyrolit-premium-inox-wheels-for-stainless-steel-acid-resistant-steel-type-27-4-1-2-in-x-045-in-x-7-8-in-cat-98412","title":"Diamond Products 34042238 Tyrolit PREMIUM INOX Wheels for Stainless Steel \u0026 Acid-Resistant Steel-Type 27 4-1\/2 In. x .045 In. x 7\/8 In. - Cat # 98412","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 depressed center cut-off wheels are designed for use on right angle grinders to cut stainless and acid-resistant steel. The composition is free of iron, sulfur, and chlorine at levels below 0.1% to prevent material contamination.\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\u003ePerformance and Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eEngineered for cutting steel and stainless steel\u003c\/li\u003e\n\u003cli\u003eSuitable for thin-wall metal sheets, profiles, and tubes\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine\u003c\/li\u003e\n\u003cli\u003eFeatures a Type 27 depressed center configuration\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\u003e34042238\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e98412\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x .045 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eTA60P-BFXA\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\"\u003e34042239\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-34042239-tyrolit-premium-inox-wheels-for-stainless-steel-acid-resistant-steel-type-27-5-in-x-045-in-x-7-8-in-cat-26384\"\u003e34042239 Tyrolit PREMIUM INOX Wheels for Stainless Steel \u0026amp; Acid-Resistant Steel-Type 27 5 In. x .045 In. x 7\/8 In. - Cat # 26384\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-tyrolit-premium-inox-wheels-for-stainless-steel-acid-resistant-steel-type-27-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":49287877951796,"sku":"34042238","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_inox_ssars_t27.jpg?v=1789541701"},{"product_id":"diamond-products-20006663-tyrolit-basic-wheels-for-steel-type-27-9-in-x-1-4-in-x-7-8-in-cat-58775","title":"Diamond Products 20006663 Tyrolit BASIC Wheels for Steel-Type 27 9 In. x 1\/4 In. x 7\/8 In. - Cat # 58775","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 depressed center wheels are designed for surface and edge grinding on ferrous metals. They are engineered for use with 30-degree right angle grinders.\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\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eSuitable for general purpose grinding on ferrous metals\u003c\/li\u003e\n\u003cli\u003eProvides consistent stock removal and wheel life\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\u003e20006663\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e58775\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e9 In. x 1\/4 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30BF\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\"\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20008290\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20008290-tyrolit-basic-wheels-for-steel-type-27-3-in-x-1-4-in-x-3-8-in-cat-58938\"\u003e20008290 Tyrolit BASIC Wheels for Steel-Type 27 3 In. x 1\/4 In. x 3\/8 In. - Cat # 58938\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006651\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006651-tyrolit-basic-wheels-for-steel-type-27-4-in-x-1-4-in-x-3-8-in-cat-58781\"\u003e20006651 Tyrolit BASIC Wheels for Steel-Type 27 4 In. x 1\/4 In. x 3\/8 In. - Cat # 58781\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006652\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006652-tyrolit-basic-wheels-for-steel-type-27-4-in-x-1-4-in-x-5-8-in-cat-58821\"\u003e20006652 Tyrolit BASIC Wheels for Steel-Type 27 4 In. x 1\/4 In. x 5\/8 In. - Cat # 58821\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006653\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006653-tyrolit-basic-wheels-for-steel-type-27-4-1-2-in-x-1-4-in-x-7-8-in-cat-58717\"\u003e20006653 Tyrolit BASIC Wheels for Steel-Type 27 4-1\/2 In. x 1\/4 In. x 7\/8 In. - Cat # 58717\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006655\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006655-tyrolit-basic-wheels-for-steel-type-27-4-1-2-in-x-1-4-in-x-5-8-in-11-cat-58819\"\u003e20006655 Tyrolit BASIC Wheels for Steel-Type 27 4-1\/2 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 58819\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006657\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006657-tyrolit-basic-wheels-for-steel-type-27-5-in-x-1-4-in-x-7-8-in-cat-58694\"\u003e20006657 Tyrolit BASIC Wheels for Steel-Type 27 5 In. x 1\/4 In. x 7\/8 In. - Cat # 58694\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20010581\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20010581-tyrolit-basic-wheels-for-steel-type-27-5-in-x-1-4-in-x-5-8-in-11-cat-68573\"\u003e20010581 Tyrolit BASIC Wheels for Steel-Type 27 5 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 68573\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20016035\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20016035-tyrolit-basic-wheels-for-steel-type-27-6-in-x-1-4-in-x-7-8-in-cat-76862\"\u003e20016035 Tyrolit BASIC Wheels for Steel-Type 27 6 In. x 1\/4 In. x 7\/8 In. - Cat # 76862\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20016036\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20016036-tyrolit-basic-wheels-for-steel-type-27-6-in-x-1-4-in-x-5-8-in-11-cat-76863\"\u003e20016036 Tyrolit BASIC Wheels for Steel-Type 27 6 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 76863\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006659\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006659-tyrolit-basic-wheels-for-steel-type-27-7-in-x-1-4-in-x-7-8-in-cat-58774\"\u003e20006659 Tyrolit BASIC Wheels for Steel-Type 27 7 In. x 1\/4 In. x 7\/8 In. - Cat # 58774\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006661\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006661-tyrolit-basic-wheels-for-steel-type-27-7-in-x-1-4-in-x-5-8-in-11-cat-58652\"\u003e20006661 Tyrolit BASIC Wheels for Steel-Type 27 7 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 58652\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006665\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006665-tyrolit-basic-wheels-for-steel-type-27-9-in-x-1-4-in-x-5-8-in-11-cat-58771\"\u003e20006665 Tyrolit BASIC Wheels for Steel-Type 27 9 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 58771\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-tyrolit-basic-wheels-for-steel-type-27-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":49287878017332,"sku":"20006663","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-b_s_t27.jpg?v=1789541638"},{"product_id":"diamond-products-34042239-tyrolit-premium-inox-wheels-for-stainless-steel-acid-resistant-steel-type-27-5-in-x-045-in-x-7-8-in-cat-26384","title":"Diamond Products 34042239 Tyrolit PREMIUM INOX Wheels for Stainless Steel \u0026 Acid-Resistant Steel-Type 27 5 In. x .045 In. x 7\/8 In. - Cat # 26384","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 depressed center cut-off wheels are designed for use on right angle grinders to cut stainless and acid-resistant steel. The composition is free of iron, sulfur, and chlorine at levels below 0.1% to prevent material contamination.\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\u003ePerformance and Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eEngineered for cutting steel and stainless steel\u003c\/li\u003e\n\u003cli\u003eSuitable for thin-wall metal sheets, profiles, and tubes\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine\u003c\/li\u003e\n\u003cli\u003eFeatures a Type 27 depressed center configuration\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\u003e34042239\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e26384\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In. x .045 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eTA60P-BFXA\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\"\u003e34042238\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-34042238-tyrolit-premium-inox-wheels-for-stainless-steel-acid-resistant-steel-type-27-4-1-2-in-x-045-in-x-7-8-in-cat-98412\"\u003e34042238 Tyrolit PREMIUM INOX Wheels for Stainless Steel \u0026amp; Acid-Resistant Steel-Type 27 4-1\/2 In. x .045 In. x 7\/8 In. - Cat # 98412\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-tyrolit-premium-inox-wheels-for-stainless-steel-acid-resistant-steel-type-27-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":49287878082868,"sku":"34042239","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_inox_ssars_t27.jpg?v=1789541701"},{"product_id":"diamond-products-20006665-tyrolit-basic-wheels-for-steel-type-27-9-in-x-1-4-in-x-5-8-in-11-cat-58771","title":"Diamond Products 20006665 Tyrolit BASIC Wheels for Steel-Type 27 9 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 58771","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 depressed center wheels are designed for surface and edge grinding on ferrous metals. They are engineered for use with 30-degree right angle grinders.\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\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eSuitable for general purpose grinding on ferrous metals\u003c\/li\u003e\n\u003cli\u003eProvides consistent stock removal and wheel life\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\u003e20006665\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e58771\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e9 In. x 1\/4 In. x 5\/8 In.-11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30BF\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\"\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20008290\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20008290-tyrolit-basic-wheels-for-steel-type-27-3-in-x-1-4-in-x-3-8-in-cat-58938\"\u003e20008290 Tyrolit BASIC Wheels for Steel-Type 27 3 In. x 1\/4 In. x 3\/8 In. - Cat # 58938\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006651\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006651-tyrolit-basic-wheels-for-steel-type-27-4-in-x-1-4-in-x-3-8-in-cat-58781\"\u003e20006651 Tyrolit BASIC Wheels for Steel-Type 27 4 In. x 1\/4 In. x 3\/8 In. - Cat # 58781\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006652\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006652-tyrolit-basic-wheels-for-steel-type-27-4-in-x-1-4-in-x-5-8-in-cat-58821\"\u003e20006652 Tyrolit BASIC Wheels for Steel-Type 27 4 In. x 1\/4 In. x 5\/8 In. - Cat # 58821\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006653\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006653-tyrolit-basic-wheels-for-steel-type-27-4-1-2-in-x-1-4-in-x-7-8-in-cat-58717\"\u003e20006653 Tyrolit BASIC Wheels for Steel-Type 27 4-1\/2 In. x 1\/4 In. x 7\/8 In. - Cat # 58717\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006655\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006655-tyrolit-basic-wheels-for-steel-type-27-4-1-2-in-x-1-4-in-x-5-8-in-11-cat-58819\"\u003e20006655 Tyrolit BASIC Wheels for Steel-Type 27 4-1\/2 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 58819\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006657\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006657-tyrolit-basic-wheels-for-steel-type-27-5-in-x-1-4-in-x-7-8-in-cat-58694\"\u003e20006657 Tyrolit BASIC Wheels for Steel-Type 27 5 In. x 1\/4 In. x 7\/8 In. - Cat # 58694\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20010581\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20010581-tyrolit-basic-wheels-for-steel-type-27-5-in-x-1-4-in-x-5-8-in-11-cat-68573\"\u003e20010581 Tyrolit BASIC Wheels for Steel-Type 27 5 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 68573\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20016035\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20016035-tyrolit-basic-wheels-for-steel-type-27-6-in-x-1-4-in-x-7-8-in-cat-76862\"\u003e20016035 Tyrolit BASIC Wheels for Steel-Type 27 6 In. x 1\/4 In. x 7\/8 In. - Cat # 76862\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20016036\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20016036-tyrolit-basic-wheels-for-steel-type-27-6-in-x-1-4-in-x-5-8-in-11-cat-76863\"\u003e20016036 Tyrolit BASIC Wheels for Steel-Type 27 6 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 76863\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006659\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006659-tyrolit-basic-wheels-for-steel-type-27-7-in-x-1-4-in-x-7-8-in-cat-58774\"\u003e20006659 Tyrolit BASIC Wheels for Steel-Type 27 7 In. x 1\/4 In. x 7\/8 In. - Cat # 58774\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006661\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006661-tyrolit-basic-wheels-for-steel-type-27-7-in-x-1-4-in-x-5-8-in-11-cat-58652\"\u003e20006661 Tyrolit BASIC Wheels for Steel-Type 27 7 In. x 1\/4 In. x 5\/8 In.-11 - Cat # 58652\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006663\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006663-tyrolit-basic-wheels-for-steel-type-27-9-in-x-1-4-in-x-7-8-in-cat-58775\"\u003e20006663 Tyrolit BASIC Wheels for Steel-Type 27 9 In. x 1\/4 In. x 7\/8 In. - Cat # 58775\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-tyrolit-basic-wheels-for-steel-type-27-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":49287878148404,"sku":"20006665","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-b_s_t27.jpg?v=1789541638"},{"product_id":"diamond-products-337383-tyrolit-premium-super-thin-cutting-wheels-for-aluminum-stone-type-1-cat-14271","title":"Diamond Products 337383 Tyrolit PREMIUM Super Thin Cutting Wheels for Aluminum \u0026 Stone-Type 1 - Cat # 14271","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 Type 1 super-thin wheels are designed for 90-degree right angle grinders to cut aluminum, non-ferrous metals, and masonry materials. The non-loading bond ensures consistent performance across various stone and metal applications.\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\u003ePerformance and Application\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with silicon carbide grain.\u003c\/li\u003e\n\u003cli\u003eEngineered for cutting aluminum, concrete, and stone.\u003c\/li\u003e\n\u003cli\u003eProvides rapid cutting speeds for aluminum, bronze, copper, brass, nickel, titanium, and aluminum alloys.\u003c\/li\u003e\n\u003cli\u003eCompatible with masonry materials.\u003c\/li\u003e\n\u003cli\u003eFeatures a non-loading bond for consistent, free-cutting operation.\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\u003e337383\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e14271\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x .040 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eC46S-BFXA\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-tyrolit-premium-super-thin-cutting-wheels-for-aluminum-stone-type-1-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":49287878213940,"sku":"337383","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_st_as_t1.jpg?v=1789541700"},{"product_id":"diamond-products-5287-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-cat-59084","title":"Diamond Products 5287 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. - Cat # 59084","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 depressed center wheels are engineered for cutting, light grinding, and notching on steel and stainless steel. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eEngineered for aggressive cutting, light grinding, and notching\u003c\/li\u003e\n\u003cli\u003eCompatible with both steel and stainless steel materials\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine for contamination-free operation\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\u003e5287\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e59084\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 1\/8 In. x 5\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30Q-BFX\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\"\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898115\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898115-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-67133\"\u003e898115 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 67133\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5308\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5308-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-5-in-x-1-8-in-x-7-8-in-cat-74486\"\u003e5308 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 74486\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5349\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5349-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-7-8-in-cat-59852\"\u003e5349 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 59852\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898116\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898116-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-65108\"\u003e898116 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65108\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5406\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5406-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-7-8-in-cat-62349\"\u003e5406 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 62349\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898118\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898118-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-65412\"\u003e898118 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65412\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-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-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":49287878312244,"sku":"5287","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_ist_co_ss_t1_1.jpg?v=1789541700"},{"product_id":"diamond-products-773268-tyrolit-premium-ultra-thin-2-in-1-wheels-for-steel-stainless-steel-next-generation-type-1-4-1-2-in-x-040-in-x-7-8-in-cat-44900","title":"Diamond Products 773268 Tyrolit PREMIUM ULTRA-THIN 2-in-1 Wheels for Steel \u0026 Stainless Steel-NEXT GENERATION -Type 1 4-1\/2 In. x .040 In. x 7\/8 In. - Cat # 44900","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 Type 1 cut-off wheels are designed for use on right angle grinders to process both stainless and carbon steel. The composition allows for dual-application performance with reduced material waste.\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\u003ePerformance and Design\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with both stainless and carbon steel applications\u003c\/li\u003e\n\u003cli\u003eIncreased wheel life and cutting efficiency\u003c\/li\u003e\n\u003cli\u003eReduced cutting time with free-cutting action and rough side-surfaces\u003c\/li\u003e\n\u003cli\u003eConsistent cutting performance throughout the entire wheel diameter\u003c\/li\u003e\n\u003cli\u003eLower noise and vibration levels during operation\u003c\/li\u003e\n\u003cli\u003eGenerates 30% less cutting dust\u003c\/li\u003e\n\u003cli\u003eFlexible design for improved handling\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\u003e773268\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e44900\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x .040 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA60Q-BFKA\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\"\u003e773269\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-773269-tyrolit-premium-ultra-thin-2-in-1-wheels-for-steel-stainless-steel-next-generation-type-1-5-in-x-040-in-x-7-8-in-cat-44902\"\u003e773269 Tyrolit PREMIUM ULTRA-THIN 2-in-1 Wheels for Steel \u0026amp; Stainless Steel-NEXT GENERATION -Type 1 5 In. x .040 In. x 7\/8 In. - Cat # 44902\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-tyrolit-premium-ultra-thin-2-in-1-wheels-for-steel-stainless-steel-next-generation-type-1-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":49287878377780,"sku":"773268","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_ut_2-1_ss_t1.jpg?v=1789541707"},{"product_id":"diamond-products-898115-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-67133","title":"Diamond Products 898115 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 67133","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 depressed center wheels are engineered for cutting, light grinding, and notching on steel and stainless steel. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eEngineered for aggressive cutting, light grinding, and notching\u003c\/li\u003e\n\u003cli\u003eCompatible with both steel and stainless steel materials\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine for contamination-free operation\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\u003e898115\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e67133\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 1\/8 In. x 5\/8 In. -11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30Q-BFX\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\"\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5287\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5287-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-cat-59084\"\u003e5287 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. - Cat # 59084\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5308\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5308-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-5-in-x-1-8-in-x-7-8-in-cat-74486\"\u003e5308 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 74486\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5349\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5349-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-7-8-in-cat-59852\"\u003e5349 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 59852\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898116\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898116-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-65108\"\u003e898116 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65108\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5406\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5406-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-7-8-in-cat-62349\"\u003e5406 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 62349\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898118\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898118-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-65412\"\u003e898118 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65412\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-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-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":49287878443316,"sku":"898115","price":14.01,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_ist_co_ss_t1_1.jpg?v=1789541700"},{"product_id":"diamond-products-773269-tyrolit-premium-ultra-thin-2-in-1-wheels-for-steel-stainless-steel-next-generation-type-1-5-in-x-040-in-x-7-8-in-cat-44902","title":"Diamond Products 773269 Tyrolit PREMIUM ULTRA-THIN 2-in-1 Wheels for Steel \u0026 Stainless Steel-NEXT GENERATION -Type 1 5 In. x .040 In. x 7\/8 In. - Cat # 44902","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 Type 1 cut-off wheels are designed for use on right angle grinders to process both stainless and carbon steel. The composition allows for dual-application performance with reduced material waste.\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\u003ePerformance and Design\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with both stainless and carbon steel applications\u003c\/li\u003e\n\u003cli\u003eIncreased wheel life and cutting efficiency\u003c\/li\u003e\n\u003cli\u003eReduced cutting time with free-cutting action and rough side-surfaces\u003c\/li\u003e\n\u003cli\u003eConsistent cutting performance throughout the entire wheel diameter\u003c\/li\u003e\n\u003cli\u003eLower noise and vibration levels during operation\u003c\/li\u003e\n\u003cli\u003eGenerates 30% less cutting dust\u003c\/li\u003e\n\u003cli\u003eFlexible design for improved handling\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\u003e773269\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e44902\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In. x .040 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA60Q-BFKA\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\"\u003e773268\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-773268-tyrolit-premium-ultra-thin-2-in-1-wheels-for-steel-stainless-steel-next-generation-type-1-4-1-2-in-x-040-in-x-7-8-in-cat-44900\"\u003e773268 Tyrolit PREMIUM ULTRA-THIN 2-in-1 Wheels for Steel \u0026amp; Stainless Steel-NEXT GENERATION -Type 1 4-1\/2 In. x .040 In. x 7\/8 In. - Cat # 44900\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-tyrolit-premium-ultra-thin-2-in-1-wheels-for-steel-stainless-steel-next-generation-type-1-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":49287878541620,"sku":"773269","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_ut_2-1_ss_t1.jpg?v=1789541707"},{"product_id":"diamond-products-5308-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-5-in-x-1-8-in-x-7-8-in-cat-74486","title":"Diamond Products 5308 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 74486","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 depressed center wheels are engineered for cutting, light grinding, and notching on steel and stainless steel. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eEngineered for aggressive cutting, light grinding, and notching\u003c\/li\u003e\n\u003cli\u003eCompatible with both steel and stainless steel materials\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine for contamination-free operation\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\u003e5308\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e74486\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In. x 1\/8 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30Q-BFX\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\"\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5287\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5287-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-cat-59084\"\u003e5287 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. - Cat # 59084\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898115\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898115-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-67133\"\u003e898115 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 67133\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5349\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5349-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-7-8-in-cat-59852\"\u003e5349 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 59852\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898116\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898116-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-65108\"\u003e898116 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65108\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5406\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5406-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-7-8-in-cat-62349\"\u003e5406 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 62349\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898118\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898118-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-65412\"\u003e898118 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65412\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-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-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":49287878574388,"sku":"5308","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_ist_co_ss_t1_1.jpg?v=1789541700"},{"product_id":"diamond-products-674471-tyrolit-premium-ultra-thin-disc-for-inox-steel-stainless-steel-next-generation-type-1-4-1-2-in-x-040-in-x-7-8-in-cat-44897","title":"Diamond Products 674471 Tyrolit PREMIUM ULTRA-THIN Disc for INOX, Steel \u0026 Stainless Steel-NEXT GENERATION-Type 1 4-1\/2 In. x .040 In. x 7\/8 In. - Cat # 44897","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 type 1 cut-off wheel is designed for use on right angle grinders to process stainless and carbon steel. The disc features an ultra-thin profile engineered to reduce cutting time and material waste.\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\u003ePerformance Characteristics\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eEngineered for stainless and carbon steel applications.\u003c\/li\u003e\n\u003cli\u003eIncreased wheel longevity and cutting efficiency.\u003c\/li\u003e\n\u003cli\u003eReduced cutting time with free-cutting performance and rough side-surfaces.\u003c\/li\u003e\n\u003cli\u003eImproved initial cut behavior for immediate material engagement.\u003c\/li\u003e\n\u003cli\u003eConsistent cutting stability throughout the entire diameter of the wheel.\u003c\/li\u003e\n\u003cli\u003eReduced noise and vibration levels during operation.\u003c\/li\u003e\n\u003cli\u003eOptimized material usage resulting in 30% less cutting dust.\u003c\/li\u003e\n\u003cli\u003eFlexible design for increased operator control.\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\u003e674471\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e44897\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x .040 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA60R-BFKA\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\"\u003e674473\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-674473-tyrolit-premium-ultra-thin-disc-for-inox-steel-stainless-steel-next-generation-type-1-5-in-x-040-in-x-7-8-in-cat-44898\"\u003e674473 Tyrolit PREMIUM ULTRA-THIN Disc for INOX, Steel \u0026amp; Stainless Steel-NEXT GENERATION-Type 1 5 In. x .040 In. x 7\/8 In. - Cat # 44898\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-tyrolit-premium-ultra-thin-disc-for-inox-steel-stainless-steel-next-generation-type-1-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":49287878639924,"sku":"674471","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_ut_2-2_iss_t1.jpg?v=1789541706"},{"product_id":"diamond-products-5349-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-7-8-in-cat-59852","title":"Diamond Products 5349 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 59852","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 depressed center wheels are engineered for cutting, light grinding, and notching on steel and stainless steel. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eEngineered for aggressive cutting, light grinding, and notching\u003c\/li\u003e\n\u003cli\u003eCompatible with both steel and stainless steel materials\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine for contamination-free operation\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\u003e5349\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e59852\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e7 In. x 1\/8 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30Q-BFX\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\"\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5287\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5287-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-cat-59084\"\u003e5287 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. - Cat # 59084\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898115\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898115-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-67133\"\u003e898115 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 67133\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5308\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5308-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-5-in-x-1-8-in-x-7-8-in-cat-74486\"\u003e5308 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 74486\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898116\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898116-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-65108\"\u003e898116 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65108\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5406\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5406-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-7-8-in-cat-62349\"\u003e5406 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 62349\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898118\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898118-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-65412\"\u003e898118 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65412\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-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-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":49287878738228,"sku":"5349","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_ist_co_ss_t1_1.jpg?v=1789541700"},{"product_id":"diamond-products-674473-tyrolit-premium-ultra-thin-disc-for-inox-steel-stainless-steel-next-generation-type-1-5-in-x-040-in-x-7-8-in-cat-44898","title":"Diamond Products 674473 Tyrolit PREMIUM ULTRA-THIN Disc for INOX, Steel \u0026 Stainless Steel-NEXT GENERATION-Type 1 5 In. x .040 In. x 7\/8 In. - Cat # 44898","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 type 1 cut-off wheel is designed for use on right angle grinders to process stainless and carbon steel. The disc features an ultra-thin profile engineered to reduce cutting time and material waste.\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\u003ePerformance Characteristics\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eEngineered for stainless and carbon steel applications.\u003c\/li\u003e\n\u003cli\u003eIncreased wheel longevity and cutting efficiency.\u003c\/li\u003e\n\u003cli\u003eReduced cutting time with free-cutting performance and rough side-surfaces.\u003c\/li\u003e\n\u003cli\u003eImproved initial cut behavior for immediate material engagement.\u003c\/li\u003e\n\u003cli\u003eConsistent cutting stability throughout the entire diameter of the wheel.\u003c\/li\u003e\n\u003cli\u003eReduced noise and vibration levels during operation.\u003c\/li\u003e\n\u003cli\u003eOptimized material usage resulting in 30% less cutting dust.\u003c\/li\u003e\n\u003cli\u003eFlexible design for increased operator control.\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\u003e674473\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e44898\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In. x .040 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA60R-BFKA\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\"\u003e674471\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-674471-tyrolit-premium-ultra-thin-disc-for-inox-steel-stainless-steel-next-generation-type-1-4-1-2-in-x-040-in-x-7-8-in-cat-44897\"\u003e674471 Tyrolit PREMIUM ULTRA-THIN Disc for INOX, Steel \u0026amp; Stainless Steel-NEXT GENERATION-Type 1 4-1\/2 In. x .040 In. x 7\/8 In. - Cat # 44897\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-tyrolit-premium-ultra-thin-disc-for-inox-steel-stainless-steel-next-generation-type-1-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":49287878770996,"sku":"674473","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_ut_2-2_iss_t1.jpg?v=1789541706"},{"product_id":"diamond-products-898116-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-65108","title":"Diamond Products 898116 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65108","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 depressed center wheels are engineered for cutting, light grinding, and notching on steel and stainless steel. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eEngineered for aggressive cutting, light grinding, and notching\u003c\/li\u003e\n\u003cli\u003eCompatible with both steel and stainless steel materials\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine for contamination-free operation\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\u003e898116\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e65108\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e7 In. x 1\/8 In. x 5\/8 In. -11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30Q-BFX\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\"\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5287\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5287-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-cat-59084\"\u003e5287 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. - Cat # 59084\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898115\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898115-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-67133\"\u003e898115 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 67133\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5308\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5308-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-5-in-x-1-8-in-x-7-8-in-cat-74486\"\u003e5308 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 74486\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5349\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5349-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-7-8-in-cat-59852\"\u003e5349 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 59852\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5406\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5406-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-7-8-in-cat-62349\"\u003e5406 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 62349\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898118\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898118-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-65412\"\u003e898118 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65412\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-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-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":49287878869300,"sku":"898116","price":18.8,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_ist_co_ss_t1_1.jpg?v=1789541700"},{"product_id":"diamond-products-2010525-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-65500","title":"Diamond Products 2010525 Flaring Cup Wheels for Steel \u0026 Masonry 4 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 65500","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 flaring cup wheels are designed for heavy stock removal on ferrous metals using right angle grinders. They feature an aluminum oxide grain construction for demanding grinding tasks.\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\u003eGrinding Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAluminum oxide abrasive grain\u003c\/li\u003e\n\u003cli\u003eCompatible with right angle grinders\u003c\/li\u003e\n\u003cli\u003eAvailable in 16 or 24 coarse grit for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eEngineered for heavy stock removal on ferrous metals\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\u003e2010525\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e65500\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4 In. x 2 In. x 5\/8\"-11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA24PB (24 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\"\u003eRelated Products\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006831\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006831-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59295\"\u003e20006831 Flaring Cup Wheels for Steel \u0026amp; Masonry 5 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59295\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006824\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006824-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a16pb-16-grit-cat-59010\"\u003e20006824 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 A16PB (16 grit) - Cat # 59010\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006829\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006829-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59296\"\u003e20006829 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59296\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010526\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010526-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65501\"\u003e2010526 Flaring Cup Wheels for Steel \u0026amp; Masonry 4 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65501\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010524\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010524-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65499\"\u003e2010524 Flaring Cup Wheels for Steel \u0026amp; Masonry 5 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65499\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006823\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006823-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-59147\"\u003e20006823 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 59147\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-flaring-cup-wheels-for-steel-masonry-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":49287878902068,"sku":"2010525","price":28.34,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-flaringcupwheel.jpg?v=1789541683"},{"product_id":"diamond-products-5406-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-7-8-in-cat-62349","title":"Diamond Products 5406 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 62349","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 depressed center wheels are engineered for cutting, light grinding, and notching on steel and stainless steel. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eEngineered for aggressive cutting, light grinding, and notching\u003c\/li\u003e\n\u003cli\u003eCompatible with both steel and stainless steel materials\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine for contamination-free operation\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\u003e5406\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e62349\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e9 In. x 1\/8 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30Q-BFX\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\"\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5287\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5287-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-cat-59084\"\u003e5287 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. - Cat # 59084\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898115\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898115-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-67133\"\u003e898115 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 67133\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5308\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5308-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-5-in-x-1-8-in-x-7-8-in-cat-74486\"\u003e5308 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 74486\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5349\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5349-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-7-8-in-cat-59852\"\u003e5349 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 59852\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898116\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898116-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-65108\"\u003e898116 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65108\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898118\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898118-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-65412\"\u003e898118 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65412\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-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-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":49287879033140,"sku":"5406","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_ist_co_ss_t1_1.jpg?v=1789541700"},{"product_id":"diamond-products-20006831-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59295","title":"Diamond Products 20006831 Flaring Cup Wheels for Steel \u0026 Masonry 5 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59295","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 flaring cup wheels are designed for heavy stock removal on ferrous metals using right angle grinders. They feature an aluminum oxide grain construction for demanding grinding tasks.\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\u003eGrinding Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAluminum oxide abrasive grain\u003c\/li\u003e\n\u003cli\u003eCompatible with right angle grinders\u003c\/li\u003e\n\u003cli\u003eAvailable in 16 or 24 coarse grit for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eEngineered for heavy stock removal on ferrous metals\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\u003e20006831\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e59295\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In. x 2 In. x 5\/8\"-11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA24PB (24 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\"\u003eRelated Products\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010525\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010525-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-65500\"\u003e2010525 Flaring Cup Wheels for Steel \u0026amp; Masonry 4 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 65500\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006824\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006824-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a16pb-16-grit-cat-59010\"\u003e20006824 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 A16PB (16 grit) - Cat # 59010\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006829\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006829-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59296\"\u003e20006829 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59296\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010526\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010526-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65501\"\u003e2010526 Flaring Cup Wheels for Steel \u0026amp; Masonry 4 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65501\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010524\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010524-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65499\"\u003e2010524 Flaring Cup Wheels for Steel \u0026amp; Masonry 5 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65499\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006823\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006823-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-59147\"\u003e20006823 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 59147\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-flaring-cup-wheels-for-steel-masonry-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":49287879065908,"sku":"20006831","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-flaringcupwheel.jpg?v=1789541683"},{"product_id":"diamond-products-898118-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-65412","title":"Diamond Products 898118 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65412","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 depressed center wheels are engineered for cutting, light grinding, and notching on steel and stainless steel. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with aluminum oxide grain\u003c\/li\u003e\n\u003cli\u003eEngineered for aggressive cutting, light grinding, and notching\u003c\/li\u003e\n\u003cli\u003eCompatible with both steel and stainless steel materials\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine for contamination-free operation\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\u003e898118\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e65412\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e9 In. x 1\/8 In. x 5\/8 In. -11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30Q-BFX\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\"\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5287\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5287-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-cat-59084\"\u003e5287 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. - Cat # 59084\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898115\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898115-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-67133\"\u003e898115 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 67133\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5308\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5308-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-5-in-x-1-8-in-x-7-8-in-cat-74486\"\u003e5308 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 74486\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5349\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5349-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-7-8-in-cat-59852\"\u003e5349 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 59852\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e898116\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-898116-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-65108\"\u003e898116 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 65108\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e5406\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-5406-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-9-in-x-1-8-in-x-7-8-in-cat-62349\"\u003e5406 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Pipeline Application-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 62349\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-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-pipeline-application-type-27-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":49287879196980,"sku":"898118","price":26.87,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_ist_co_ss_t1_1.jpg?v=1789541700"},{"product_id":"diamond-products-20006824-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a16pb-16-grit-cat-59010","title":"Diamond Products 20006824 Flaring Cup Wheels for Steel \u0026 Masonry 6 In. x 2 In. x 5\/8\"-11 A16PB (16 grit) - Cat # 59010","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 flaring cup wheels are designed for heavy stock removal on ferrous metals using right angle grinders. They feature an aluminum oxide grain construction for demanding grinding tasks.\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\u003eGrinding Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAluminum oxide abrasive grain\u003c\/li\u003e\n\u003cli\u003eCompatible with right angle grinders\u003c\/li\u003e\n\u003cli\u003eAvailable in 16 or 24 coarse grit for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eEngineered for heavy stock removal on ferrous metals\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\u003e20006824\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e59010\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e6 In. x 2 In. x 5\/8\"-11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA16PB (16 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\"\u003eRelated Products\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010525\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010525-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-65500\"\u003e2010525 Flaring Cup Wheels for Steel \u0026amp; Masonry 4 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 65500\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006831\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006831-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59295\"\u003e20006831 Flaring Cup Wheels for Steel \u0026amp; Masonry 5 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59295\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006829\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006829-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59296\"\u003e20006829 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59296\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010526\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010526-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65501\"\u003e2010526 Flaring Cup Wheels for Steel \u0026amp; Masonry 4 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65501\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010524\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010524-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65499\"\u003e2010524 Flaring Cup Wheels for Steel \u0026amp; Masonry 5 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65499\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006823\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006823-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-59147\"\u003e20006823 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 59147\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-flaring-cup-wheels-for-steel-masonry-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":49287879229748,"sku":"20006824","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-flaringcupwheel.jpg?v=1789541683"},{"product_id":"diamond-products-352336-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-7-8-in-cat-27007","title":"Diamond Products 352336 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 7\/8 In. - Cat # 27007","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 depressed center wheels are engineered for cutting, notching, and light grinding on steel and cast materials. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with zirconia alumina grain\u003c\/li\u003e\n\u003cli\u003eOptimized for aggressive cutting, notching, and light grinding\u003c\/li\u003e\n\u003cli\u003eEngineered for pipeline industry requirements\u003c\/li\u003e\n\u003cli\u003eCompatible with steel and stainless steel materials\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\u003e352336\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e27007\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 1\/8 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA24-BF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352334\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352334-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-27012\"\u003e352334 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27012\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356632\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356632-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-7-8-in-cat-27015\"\u003e356632 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 27015\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356633\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356633-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-5-8-in-11-cat-27022\"\u003e356633 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352339\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352339-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-7-8-in-cat-27023\"\u003e352339 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 27023\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352338\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352338-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-27024\"\u003e352338 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27024\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352341\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352341-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-7-8-in-cat-27025\"\u003e352341 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 27025\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352340\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352340-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-27033\"\u003e352340 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27033\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-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-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":49287879328052,"sku":"352336","price":6.82,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_pp_scm_t27.jpg?v=1789541707"},{"product_id":"diamond-products-20006829-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59296","title":"Diamond Products 20006829 Flaring Cup Wheels for Steel \u0026 Masonry 6 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59296","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 flaring cup wheels are designed for heavy stock removal on ferrous metals using right angle grinders. They feature an aluminum oxide grain construction for demanding grinding tasks.\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\u003eGrinding Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAluminum oxide abrasive grain\u003c\/li\u003e\n\u003cli\u003eCompatible with right angle grinders\u003c\/li\u003e\n\u003cli\u003eAvailable in 16 or 24 coarse grit for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eEngineered for heavy stock removal on ferrous metals\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\u003e20006829\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e59296\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e6 In. x 2 In. x 5\/8\"-11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA24PB (24 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\"\u003eRelated Products\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010525\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010525-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-65500\"\u003e2010525 Flaring Cup Wheels for Steel \u0026amp; Masonry 4 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 65500\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006831\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006831-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59295\"\u003e20006831 Flaring Cup Wheels for Steel \u0026amp; Masonry 5 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59295\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006824\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006824-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a16pb-16-grit-cat-59010\"\u003e20006824 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 A16PB (16 grit) - Cat # 59010\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010526\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010526-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65501\"\u003e2010526 Flaring Cup Wheels for Steel \u0026amp; Masonry 4 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65501\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010524\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010524-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65499\"\u003e2010524 Flaring Cup Wheels for Steel \u0026amp; Masonry 5 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65499\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006823\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006823-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-59147\"\u003e20006823 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 59147\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-flaring-cup-wheels-for-steel-masonry-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":49287879393588,"sku":"20006829","price":66.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-flaringcupwheel.jpg?v=1789541683"},{"product_id":"diamond-products-352334-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-27012","title":"Diamond Products 352334 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27012","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 depressed center wheels are engineered for cutting, notching, and light grinding on steel and cast materials. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with zirconia alumina grain\u003c\/li\u003e\n\u003cli\u003eOptimized for aggressive cutting, notching, and light grinding\u003c\/li\u003e\n\u003cli\u003eEngineered for pipeline industry requirements\u003c\/li\u003e\n\u003cli\u003eCompatible with steel and stainless steel materials\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\u003e352334\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e27012\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 1\/8 In. x 5\/8 In. -11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA24-BF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352336\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352336-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-7-8-in-cat-27007\"\u003e352336 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 7\/8 In. - Cat # 27007\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356632\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356632-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-7-8-in-cat-27015\"\u003e356632 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 27015\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356633\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356633-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-5-8-in-11-cat-27022\"\u003e356633 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352339\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352339-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-7-8-in-cat-27023\"\u003e352339 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 27023\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352338\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352338-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-27024\"\u003e352338 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27024\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352341\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352341-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-7-8-in-cat-27025\"\u003e352341 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 27025\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352340\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352340-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-27033\"\u003e352340 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27033\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-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-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":49287879491892,"sku":"352334","price":11.58,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_pp_scm_t27.jpg?v=1789541707"},{"product_id":"diamond-products-2010526-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65501","title":"Diamond Products 2010526 Flaring Cup Wheels for Steel \u0026 Masonry 4 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65501","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 flaring cup wheels are designed for heavy stock removal on ferrous metals using right angle grinders. They feature an aluminum oxide grain construction for demanding grinding tasks.\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\u003eGrinding Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAluminum oxide abrasive grain\u003c\/li\u003e\n\u003cli\u003eCompatible with right angle grinders\u003c\/li\u003e\n\u003cli\u003eAvailable in 16 or 24 coarse grit for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eEngineered for heavy stock removal on ferrous metals\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\u003e2010526\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e65501\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4 In. x 2 In. x 5\/8\"-11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eC16PB (16 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\"\u003eRelated Products\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010525\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010525-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-65500\"\u003e2010525 Flaring Cup Wheels for Steel \u0026amp; Masonry 4 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 65500\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006831\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006831-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59295\"\u003e20006831 Flaring Cup Wheels for Steel \u0026amp; Masonry 5 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59295\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006824\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006824-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a16pb-16-grit-cat-59010\"\u003e20006824 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 A16PB (16 grit) - Cat # 59010\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006829\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006829-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59296\"\u003e20006829 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59296\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010524\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010524-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65499\"\u003e2010524 Flaring Cup Wheels for Steel \u0026amp; Masonry 5 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65499\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006823\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006823-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-59147\"\u003e20006823 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 59147\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-flaring-cup-wheels-for-steel-masonry-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":49287879557428,"sku":"2010526","price":55.52,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-flaringcupwheel.jpg?v=1789541683"},{"product_id":"diamond-products-356632-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-7-8-in-cat-27015","title":"Diamond Products 356632 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 27015","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 depressed center wheels are engineered for cutting, notching, and light grinding on steel and cast materials. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with zirconia alumina grain\u003c\/li\u003e\n\u003cli\u003eOptimized for aggressive cutting, notching, and light grinding\u003c\/li\u003e\n\u003cli\u003eEngineered for pipeline industry requirements\u003c\/li\u003e\n\u003cli\u003eCompatible with steel and stainless steel materials\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\u003e356632\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e27015\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In. x 1\/8 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA24-BF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352336\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352336-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-7-8-in-cat-27007\"\u003e352336 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 7\/8 In. - Cat # 27007\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352334\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352334-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-27012\"\u003e352334 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27012\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356633\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356633-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-5-8-in-11-cat-27022\"\u003e356633 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352339\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352339-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-7-8-in-cat-27023\"\u003e352339 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 27023\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352338\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352338-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-27024\"\u003e352338 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27024\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352341\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352341-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-7-8-in-cat-27025\"\u003e352341 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 27025\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352340\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352340-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-27033\"\u003e352340 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27033\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-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-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":49287879655732,"sku":"356632","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_pp_scm_t27.jpg?v=1789541707"},{"product_id":"diamond-products-2010524-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65499","title":"Diamond Products 2010524 Flaring Cup Wheels for Steel \u0026 Masonry 5 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65499","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 flaring cup wheels are designed for heavy stock removal on ferrous metals using right angle grinders. They feature an aluminum oxide grain construction for demanding grinding tasks.\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\u003eGrinding Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAluminum oxide abrasive grain\u003c\/li\u003e\n\u003cli\u003eCompatible with right angle grinders\u003c\/li\u003e\n\u003cli\u003eAvailable in 16 or 24 coarse grit for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eEngineered for heavy stock removal on ferrous metals\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\u003e2010524\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e65499\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In. x 2 In. x 5\/8\"-11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eC16PB (16 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\"\u003eRelated Products\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010525\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010525-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-65500\"\u003e2010525 Flaring Cup Wheels for Steel \u0026amp; Masonry 4 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 65500\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006831\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006831-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59295\"\u003e20006831 Flaring Cup Wheels for Steel \u0026amp; Masonry 5 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59295\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006824\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006824-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a16pb-16-grit-cat-59010\"\u003e20006824 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 A16PB (16 grit) - Cat # 59010\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006829\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006829-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59296\"\u003e20006829 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59296\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010526\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010526-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65501\"\u003e2010526 Flaring Cup Wheels for Steel \u0026amp; Masonry 4 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65501\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006823\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006823-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-59147\"\u003e20006823 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 59147\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-flaring-cup-wheels-for-steel-masonry-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":49287879688500,"sku":"2010524","price":63.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-flaringcupwheel.jpg?v=1789541683"},{"product_id":"diamond-products-356633-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-5-8-in-11-cat-27022","title":"Diamond Products 356633 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27022","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 depressed center wheels are engineered for cutting, notching, and light grinding on steel and cast materials. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with zirconia alumina grain\u003c\/li\u003e\n\u003cli\u003eOptimized for aggressive cutting, notching, and light grinding\u003c\/li\u003e\n\u003cli\u003eEngineered for pipeline industry requirements\u003c\/li\u003e\n\u003cli\u003eCompatible with steel and stainless steel materials\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\u003e356633\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e27022\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In. x 1\/8 In. x 5\/8 In. -11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA24-BF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352336\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352336-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-7-8-in-cat-27007\"\u003e352336 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 7\/8 In. - Cat # 27007\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352334\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352334-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-27012\"\u003e352334 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27012\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356632\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356632-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-7-8-in-cat-27015\"\u003e356632 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 27015\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352339\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352339-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-7-8-in-cat-27023\"\u003e352339 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 27023\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352338\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352338-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-27024\"\u003e352338 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27024\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352341\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352341-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-7-8-in-cat-27025\"\u003e352341 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 27025\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352340\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352340-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-27033\"\u003e352340 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27033\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-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-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":49287879819572,"sku":"356633","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_pp_scm_t27.jpg?v=1789541707"},{"product_id":"diamond-products-20006823-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-59147","title":"Diamond Products 20006823 Flaring Cup Wheels for Steel \u0026 Masonry 6 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 59147","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 flaring cup wheels are designed for heavy stock removal on ferrous metals using right angle grinders. They feature an aluminum oxide grain construction for demanding grinding tasks.\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\u003eGrinding Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAluminum oxide abrasive grain\u003c\/li\u003e\n\u003cli\u003eCompatible with right angle grinders\u003c\/li\u003e\n\u003cli\u003eAvailable in 16 or 24 coarse grit for aggressive material removal\u003c\/li\u003e\n\u003cli\u003eEngineered for heavy stock removal on ferrous metals\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\u003e20006823\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e59147\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e6 In. x 2 In. x 5\/8\"-11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eC16PB (16 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\"\u003eRelated Products\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\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010525\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010525-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-65500\"\u003e2010525 Flaring Cup Wheels for Steel \u0026amp; Masonry 4 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 65500\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006831\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006831-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59295\"\u003e20006831 Flaring Cup Wheels for Steel \u0026amp; Masonry 5 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59295\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006824\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006824-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a16pb-16-grit-cat-59010\"\u003e20006824 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 A16PB (16 grit) - Cat # 59010\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e20006829\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-20006829-flaring-cup-wheels-for-steel-masonry-6-in-x-2-in-x-5-8-11-a24pb-24-grit-cat-59296\"\u003e20006829 Flaring Cup Wheels for Steel \u0026amp; Masonry 6 In. x 2 In. x 5\/8\"-11 A24PB (24 grit) - Cat # 59296\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010526\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010526-flaring-cup-wheels-for-steel-masonry-4-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65501\"\u003e2010526 Flaring Cup Wheels for Steel \u0026amp; Masonry 4 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65501\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e2010524\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-2010524-flaring-cup-wheels-for-steel-masonry-5-in-x-2-in-x-5-8-11-c16pb-16-grit-cat-65499\"\u003e2010524 Flaring Cup Wheels for Steel \u0026amp; Masonry 5 In. x 2 In. x 5\/8\"-11 C16PB (16 grit) - Cat # 65499\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-flaring-cup-wheels-for-steel-masonry-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":49287879885108,"sku":"20006823","price":67.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-flaringcupwheel.jpg?v=1789541683"},{"product_id":"diamond-products-352339-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-7-8-in-cat-27023","title":"Diamond Products 352339 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 27023","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 depressed center wheels are engineered for cutting, notching, and light grinding on steel and cast materials. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with zirconia alumina grain\u003c\/li\u003e\n\u003cli\u003eOptimized for aggressive cutting, notching, and light grinding\u003c\/li\u003e\n\u003cli\u003eEngineered for pipeline industry requirements\u003c\/li\u003e\n\u003cli\u003eCompatible with steel and stainless steel materials\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\u003e352339\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e27023\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e7 In. x 1\/8 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA24-BF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352336\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352336-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-7-8-in-cat-27007\"\u003e352336 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 7\/8 In. - Cat # 27007\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352334\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352334-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-27012\"\u003e352334 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27012\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356632\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356632-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-7-8-in-cat-27015\"\u003e356632 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 27015\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356633\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356633-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-5-8-in-11-cat-27022\"\u003e356633 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352338\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352338-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-27024\"\u003e352338 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27024\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352341\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352341-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-7-8-in-cat-27025\"\u003e352341 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 27025\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352340\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352340-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-27033\"\u003e352340 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27033\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-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-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":49287879950644,"sku":"352339","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_pp_scm_t27.jpg?v=1789541707"},{"product_id":"diamond-products-352338-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-27024","title":"Diamond Products 352338 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27024","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 depressed center wheels are engineered for cutting, notching, and light grinding on steel and cast materials. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with zirconia alumina grain\u003c\/li\u003e\n\u003cli\u003eOptimized for aggressive cutting, notching, and light grinding\u003c\/li\u003e\n\u003cli\u003eEngineered for pipeline industry requirements\u003c\/li\u003e\n\u003cli\u003eCompatible with steel and stainless steel materials\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\u003e352338\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e27024\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e7 In. x 1\/8 In. x 5\/8 In. -11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA24-BF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352336\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352336-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-7-8-in-cat-27007\"\u003e352336 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 7\/8 In. - Cat # 27007\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352334\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352334-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-27012\"\u003e352334 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27012\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356632\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356632-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-7-8-in-cat-27015\"\u003e356632 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 27015\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356633\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356633-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-5-8-in-11-cat-27022\"\u003e356633 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352339\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352339-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-7-8-in-cat-27023\"\u003e352339 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 27023\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352341\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352341-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-7-8-in-cat-27025\"\u003e352341 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 27025\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352340\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352340-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-27033\"\u003e352340 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27033\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-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-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":49287880114484,"sku":"352338","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_pp_scm_t27.jpg?v=1789541707"},{"product_id":"diamond-products-352341-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-7-8-in-cat-27025","title":"Diamond Products 352341 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 27025","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 depressed center wheels are engineered for cutting, notching, and light grinding on steel and cast materials. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with zirconia alumina grain\u003c\/li\u003e\n\u003cli\u003eOptimized for aggressive cutting, notching, and light grinding\u003c\/li\u003e\n\u003cli\u003eEngineered for pipeline industry requirements\u003c\/li\u003e\n\u003cli\u003eCompatible with steel and stainless steel materials\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\u003e352341\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e27025\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e9 In. x 1\/8 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA24-BF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352336\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352336-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-7-8-in-cat-27007\"\u003e352336 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 7\/8 In. - Cat # 27007\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352334\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352334-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-27012\"\u003e352334 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27012\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356632\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356632-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-7-8-in-cat-27015\"\u003e356632 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 27015\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356633\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356633-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-5-8-in-11-cat-27022\"\u003e356633 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352339\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352339-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-7-8-in-cat-27023\"\u003e352339 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 27023\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352338\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352338-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-27024\"\u003e352338 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27024\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352340\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352340-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-27033\"\u003e352340 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27033\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-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-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":49287880278324,"sku":"352341","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_pp_scm_t27.jpg?v=1789541707"},{"product_id":"diamond-products-352340-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-5-8-in-11-cat-27033","title":"Diamond Products 352340 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27033","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 depressed center wheels are engineered for cutting, notching, and light grinding on steel and cast materials. They are designed for use with 30-degree right angle grinders.\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\u003ePerformance Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with zirconia alumina grain\u003c\/li\u003e\n\u003cli\u003eOptimized for aggressive cutting, notching, and light grinding\u003c\/li\u003e\n\u003cli\u003eEngineered for pipeline industry requirements\u003c\/li\u003e\n\u003cli\u003eCompatible with steel and stainless steel materials\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\u003e352340\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e27033\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e9 In. x 1\/8 In. x 5\/8 In. -11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA24-BF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp class=\"eq-note\"\u003eSpecifications are supplied by the manufacturer and are subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"eq-sec\"\u003e\u003csummary\u003e\u003cspan class=\"eq-idx\"\u003e03\u003c\/span\u003e\u003cspan class=\"eq-sectitle\"\u003eRelated Products\u003c\/span\u003e\u003cspan class=\"eq-count\"\u003e7\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352336\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352336-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-7-8-in-cat-27007\"\u003e352336 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 7\/8 In. - Cat # 27007\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352334\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352334-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-4-1-2-in-x-1-8-in-x-5-8-in-11-cat-27012\"\u003e352334 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 4-1\/2 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27012\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356632\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356632-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-7-8-in-cat-27015\"\u003e356632 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 7\/8 In. - Cat # 27015\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e356633\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-356633-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-5-in-x-1-8-in-x-5-8-in-11-cat-27022\"\u003e356633 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 5 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27022\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352339\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352339-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-7-8-in-cat-27023\"\u003e352339 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 7\/8 In. - Cat # 27023\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352338\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352338-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-7-in-x-1-8-in-x-5-8-in-11-cat-27024\"\u003e352338 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 7 In. x 1\/8 In. x 5\/8 In. -11 - Cat # 27024\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e352341\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-352341-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-9-in-x-1-8-in-x-7-8-in-cat-27025\"\u003e352341 Tyrolit PREMIUM Pipeliner Plus Wheels for Steel and Cast Materials-Type 27 9 In. x 1\/8 In. x 7\/8 In. - Cat # 27025\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-tyrolit-premium-pipeliner-plus-wheels-for-steel-and-cast-materials-type-27-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":49287880442164,"sku":"352340","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_pp_scm_t27.jpg?v=1789541707"},{"product_id":"diamond-products-872346-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-type-27-4-1-2-in-x-3-32-in-x-7-8-in-cat-79647","title":"Diamond Products 872346 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Type 27 4-1\/2 In. x 3\/32 In. x 7\/8 In. - Cat # 79647","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 depressed center wheels are engineered for cutting, deburring, and surface preparation on steel and stainless steel. They are compatible with 30-degree and 90-degree right angle grinders.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eArbor\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5\/8-11\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 Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with 30-degree and 90-degree right angle grinders\u003c\/li\u003e\n\u003cli\u003eFeatures a 5\/8”-11 threaded arbor\u003c\/li\u003e\n\u003cli\u003eEngineered for heavy cutting, weld preparation, deburring, and rust removal\u003c\/li\u003e\n\u003cli\u003eProvides aggressive, high-speed material removal\u003c\/li\u003e\n\u003cli\u003eIncludes crimped wire for flexibility during light cleaning on irregular surfaces, available in carbon or stainless steel\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\u003e872346\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e79647\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 3\/32 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30Q-BFXA\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\"\u003e872347\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-872347-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-type-27-5-in-x-3-32-in-x-7-8-in-cat-16554\"\u003e872347 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Type 27 5 In. x 3\/32 In. x 7\/8 In. - Cat # 16554\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-tyrolit-premium-wheels-for-aluminum-and-non-ferrous-materials-type-27-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":49287880638772,"sku":"872346","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_2-1_ss_t27.jpg?v=1789541704"},{"product_id":"diamond-products-872347-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-type-27-5-in-x-3-32-in-x-7-8-in-cat-16554","title":"Diamond Products 872347 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Type 27 5 In. x 3\/32 In. x 7\/8 In. - Cat # 16554","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 depressed center wheels are engineered for cutting, deburring, and surface preparation on steel and stainless steel. They are compatible with 30-degree and 90-degree right angle grinders.\u003c\/p\u003e\u003c\/div\u003e\n\u003cul class=\"eq-cluster\"\u003e\u003cli\u003e\n\u003cspan class=\"eq-ck\"\u003eArbor\u003c\/span\u003e\u003cspan class=\"eq-cv\"\u003e5\/8-11\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 Specifications\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with 30-degree and 90-degree right angle grinders\u003c\/li\u003e\n\u003cli\u003eFeatures a 5\/8”-11 threaded arbor\u003c\/li\u003e\n\u003cli\u003eEngineered for heavy cutting, weld preparation, deburring, and rust removal\u003c\/li\u003e\n\u003cli\u003eProvides aggressive, high-speed material removal\u003c\/li\u003e\n\u003cli\u003eIncludes crimped wire for flexibility during light cleaning on irregular surfaces, available in carbon or stainless steel\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\u003e872347\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e16554\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In. x 3\/32 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eA30Q-BFXA\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\"\u003e872346\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-872346-tyrolit-premium-2-in-1-wheels-for-steel-and-stainless-steel-type-27-4-1-2-in-x-3-32-in-x-7-8-in-cat-79647\"\u003e872346 Tyrolit PREMIUM 2 in 1 Wheels for Steel and Stainless Steel-Type 27 4-1\/2 In. x 3\/32 In. x 7\/8 In. - Cat # 79647\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-tyrolit-premium-wheels-for-aluminum-and-non-ferrous-materials-type-27-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":49287880737076,"sku":"872347","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_2-1_ss_t27.jpg?v=1789541704"},{"product_id":"diamond-products-474872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za40-b-cat-35612","title":"Diamond Products 474872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA40-B - Cat # 35612","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 flap discs are designed for grinding, deburring, and surface conditioning on steel and stainless steel. They feature a 15-degree angle profile for use with right angle grinders.\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\u003ePerformance and Composition\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eGeneral purpose abrasive disc with zirconium grain construction.\u003c\/li\u003e\n\u003cli\u003eSuitable for grinding, deburring, trimming, bevelling, cleaning, and surface conditioning.\u003c\/li\u003e\n\u003cli\u003eCompatible with all metal types.\u003c\/li\u003e\n\u003cli\u003eContaminant-free composition with iron, sulfur, and chlorine levels below 0.1%.\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\u003e474872\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e35612\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4 In. x 5\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA40-B\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\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za60-b-cat-47895\"\u003e474874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA60-B - Cat # 47895\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474875\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474875-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za80-b-cat-47966\"\u003e474875 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA80-B - Cat # 47966\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273884\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273884-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za40-b-cat-48032\"\u003e273884 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA40-B - Cat # 48032\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273810\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273810-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za60-b-cat-48199\"\u003e273810 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA60-B - Cat # 48199\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273871\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273871-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za80-b-cat-48221\"\u003e273871 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA80-B - Cat # 48221\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za40-b-cat-48236\"\u003e273872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA40-B - Cat # 48236\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273873\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273873-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za60-b-cat-48257\"\u003e273873 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA60-B - Cat # 48257\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za80-b-cat-48271\"\u003e273874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA80-B - Cat # 48271\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-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-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":49287880900916,"sku":"474872","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-basic_7_flap.jpg?v=1789541634"},{"product_id":"diamond-products-474874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za60-b-cat-47895","title":"Diamond Products 474874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA60-B - Cat # 47895","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 flap discs are designed for grinding, deburring, and surface conditioning on steel and stainless steel. They feature a 15-degree angle profile for use with right angle grinders.\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\u003ePerformance and Composition\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eGeneral purpose abrasive disc with zirconium grain construction.\u003c\/li\u003e\n\u003cli\u003eSuitable for grinding, deburring, trimming, bevelling, cleaning, and surface conditioning.\u003c\/li\u003e\n\u003cli\u003eCompatible with all metal types.\u003c\/li\u003e\n\u003cli\u003eContaminant-free composition with iron, sulfur, and chlorine levels below 0.1%.\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\u003e474874\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e47895\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4 In. x 5\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA60-B\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\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za40-b-cat-35612\"\u003e474872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA40-B - Cat # 35612\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474875\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474875-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za80-b-cat-47966\"\u003e474875 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA80-B - Cat # 47966\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273884\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273884-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za40-b-cat-48032\"\u003e273884 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA40-B - Cat # 48032\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273810\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273810-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za60-b-cat-48199\"\u003e273810 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA60-B - Cat # 48199\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273871\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273871-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za80-b-cat-48221\"\u003e273871 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA80-B - Cat # 48221\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za40-b-cat-48236\"\u003e273872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA40-B - Cat # 48236\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273873\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273873-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za60-b-cat-48257\"\u003e273873 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA60-B - Cat # 48257\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za80-b-cat-48271\"\u003e273874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA80-B - Cat # 48271\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-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-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":49287881064756,"sku":"474874","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-basic_7_flap.jpg?v=1789541634"},{"product_id":"diamond-products-474875-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za80-b-cat-47966","title":"Diamond Products 474875 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA80-B - Cat # 47966","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 flap discs are designed for grinding, deburring, and surface conditioning on steel and stainless steel. They feature a 15-degree angle profile for use with right angle grinders.\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\u003ePerformance and Composition\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eGeneral purpose abrasive disc with zirconium grain construction.\u003c\/li\u003e\n\u003cli\u003eSuitable for grinding, deburring, trimming, bevelling, cleaning, and surface conditioning.\u003c\/li\u003e\n\u003cli\u003eCompatible with all metal types.\u003c\/li\u003e\n\u003cli\u003eContaminant-free composition with iron, sulfur, and chlorine levels below 0.1%.\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\u003e474875\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e47966\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4 In. x 5\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA80-B\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\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za40-b-cat-35612\"\u003e474872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA40-B - Cat # 35612\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za60-b-cat-47895\"\u003e474874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA60-B - Cat # 47895\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273884\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273884-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za40-b-cat-48032\"\u003e273884 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA40-B - Cat # 48032\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273810\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273810-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za60-b-cat-48199\"\u003e273810 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA60-B - Cat # 48199\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273871\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273871-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za80-b-cat-48221\"\u003e273871 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA80-B - Cat # 48221\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za40-b-cat-48236\"\u003e273872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA40-B - Cat # 48236\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273873\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273873-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za60-b-cat-48257\"\u003e273873 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA60-B - Cat # 48257\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za80-b-cat-48271\"\u003e273874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA80-B - Cat # 48271\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-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-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":49287881228596,"sku":"474875","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-basic_7_flap.jpg?v=1789541634"},{"product_id":"diamond-products-273884-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za40-b-cat-48032","title":"Diamond Products 273884 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA40-B - Cat # 48032","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 flap discs are designed for grinding, deburring, and surface conditioning on steel and stainless steel. They feature a 15-degree angle profile for use with right angle grinders.\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\u003ePerformance and Composition\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eGeneral purpose abrasive disc with zirconium grain construction.\u003c\/li\u003e\n\u003cli\u003eSuitable for grinding, deburring, trimming, bevelling, cleaning, and surface conditioning.\u003c\/li\u003e\n\u003cli\u003eCompatible with all metal types.\u003c\/li\u003e\n\u003cli\u003eContaminant-free composition with iron, sulfur, and chlorine levels below 0.1%.\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\u003e273884\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e48032\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA40-B\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\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za40-b-cat-35612\"\u003e474872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA40-B - Cat # 35612\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za60-b-cat-47895\"\u003e474874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA60-B - Cat # 47895\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474875\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474875-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za80-b-cat-47966\"\u003e474875 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA80-B - Cat # 47966\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273810\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273810-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za60-b-cat-48199\"\u003e273810 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA60-B - Cat # 48199\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273871\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273871-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za80-b-cat-48221\"\u003e273871 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA80-B - Cat # 48221\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za40-b-cat-48236\"\u003e273872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA40-B - Cat # 48236\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273873\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273873-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za60-b-cat-48257\"\u003e273873 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA60-B - Cat # 48257\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za80-b-cat-48271\"\u003e273874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA80-B - Cat # 48271\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-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-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":49287881392436,"sku":"273884","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-basic_7_flap.jpg?v=1789541634"},{"product_id":"diamond-products-273810-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za60-b-cat-48199","title":"Diamond Products 273810 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA60-B - Cat # 48199","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 flap discs are designed for grinding, deburring, and surface conditioning on steel and stainless steel. They feature a 15-degree angle profile for use with right angle grinders.\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\u003ePerformance and Composition\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eGeneral purpose abrasive disc with zirconium grain construction.\u003c\/li\u003e\n\u003cli\u003eSuitable for grinding, deburring, trimming, bevelling, cleaning, and surface conditioning.\u003c\/li\u003e\n\u003cli\u003eCompatible with all metal types.\u003c\/li\u003e\n\u003cli\u003eContaminant-free composition with iron, sulfur, and chlorine levels below 0.1%.\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\u003e273810\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e48199\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA60-B\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\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za40-b-cat-35612\"\u003e474872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA40-B - Cat # 35612\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za60-b-cat-47895\"\u003e474874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA60-B - Cat # 47895\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474875\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474875-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za80-b-cat-47966\"\u003e474875 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA80-B - Cat # 47966\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273884\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273884-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za40-b-cat-48032\"\u003e273884 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA40-B - Cat # 48032\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273871\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273871-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za80-b-cat-48221\"\u003e273871 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA80-B - Cat # 48221\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za40-b-cat-48236\"\u003e273872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA40-B - Cat # 48236\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273873\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273873-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za60-b-cat-48257\"\u003e273873 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA60-B - Cat # 48257\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za80-b-cat-48271\"\u003e273874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA80-B - Cat # 48271\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-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-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":49287881523508,"sku":"273810","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-basic_7_flap.jpg?v=1789541634"},{"product_id":"diamond-products-273871-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za80-b-cat-48221","title":"Diamond Products 273871 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA80-B - Cat # 48221","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 flap discs are designed for grinding, deburring, and surface conditioning on steel and stainless steel. They feature a 15-degree angle profile for use with right angle grinders.\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\u003ePerformance and Composition\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eGeneral purpose abrasive disc with zirconium grain construction.\u003c\/li\u003e\n\u003cli\u003eSuitable for grinding, deburring, trimming, bevelling, cleaning, and surface conditioning.\u003c\/li\u003e\n\u003cli\u003eCompatible with all metal types.\u003c\/li\u003e\n\u003cli\u003eContaminant-free composition with iron, sulfur, and chlorine levels below 0.1%.\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\u003e273871\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e48221\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA80-B\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\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za40-b-cat-35612\"\u003e474872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA40-B - Cat # 35612\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za60-b-cat-47895\"\u003e474874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA60-B - Cat # 47895\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474875\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474875-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za80-b-cat-47966\"\u003e474875 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA80-B - Cat # 47966\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273884\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273884-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za40-b-cat-48032\"\u003e273884 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA40-B - Cat # 48032\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273810\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273810-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za60-b-cat-48199\"\u003e273810 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA60-B - Cat # 48199\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za40-b-cat-48236\"\u003e273872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA40-B - Cat # 48236\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273873\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273873-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za60-b-cat-48257\"\u003e273873 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA60-B - Cat # 48257\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za80-b-cat-48271\"\u003e273874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA80-B - Cat # 48271\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-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-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":49287881687348,"sku":"273871","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-basic_7_flap.jpg?v=1789541634"},{"product_id":"diamond-products-273872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za40-b-cat-48236","title":"Diamond Products 273872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA40-B - Cat # 48236","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 flap discs are designed for grinding, deburring, and surface conditioning on steel and stainless steel. They feature a 15-degree angle profile for use with right angle grinders.\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\u003ePerformance and Composition\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eGeneral purpose abrasive disc with zirconium grain construction.\u003c\/li\u003e\n\u003cli\u003eSuitable for grinding, deburring, trimming, bevelling, cleaning, and surface conditioning.\u003c\/li\u003e\n\u003cli\u003eCompatible with all metal types.\u003c\/li\u003e\n\u003cli\u003eContaminant-free composition with iron, sulfur, and chlorine levels below 0.1%.\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\u003e273872\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e48236\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA40-B\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\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za40-b-cat-35612\"\u003e474872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA40-B - Cat # 35612\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za60-b-cat-47895\"\u003e474874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA60-B - Cat # 47895\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474875\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474875-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za80-b-cat-47966\"\u003e474875 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA80-B - Cat # 47966\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273884\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273884-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za40-b-cat-48032\"\u003e273884 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA40-B - Cat # 48032\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273810\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273810-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za60-b-cat-48199\"\u003e273810 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA60-B - Cat # 48199\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273871\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273871-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za80-b-cat-48221\"\u003e273871 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA80-B - Cat # 48221\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273873\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273873-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za60-b-cat-48257\"\u003e273873 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA60-B - Cat # 48257\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za80-b-cat-48271\"\u003e273874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA80-B - Cat # 48271\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-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-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":49287881851188,"sku":"273872","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-basic_7_flap.jpg?v=1789541634"},{"product_id":"diamond-products-273873-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za60-b-cat-48257","title":"Diamond Products 273873 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA60-B - Cat # 48257","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 flap discs are designed for grinding, deburring, and surface conditioning on steel and stainless steel. They feature a 15-degree angle profile for use with right angle grinders.\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\u003ePerformance and Composition\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eGeneral purpose abrasive disc with zirconium grain construction.\u003c\/li\u003e\n\u003cli\u003eSuitable for grinding, deburring, trimming, bevelling, cleaning, and surface conditioning.\u003c\/li\u003e\n\u003cli\u003eCompatible with all metal types.\u003c\/li\u003e\n\u003cli\u003eContaminant-free composition with iron, sulfur, and chlorine levels below 0.1%.\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\u003e273873\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e48257\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA60-B\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\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za40-b-cat-35612\"\u003e474872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA40-B - Cat # 35612\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za60-b-cat-47895\"\u003e474874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA60-B - Cat # 47895\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474875\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474875-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za80-b-cat-47966\"\u003e474875 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA80-B - Cat # 47966\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273884\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273884-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za40-b-cat-48032\"\u003e273884 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA40-B - Cat # 48032\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273810\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273810-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za60-b-cat-48199\"\u003e273810 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA60-B - Cat # 48199\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273871\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273871-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za80-b-cat-48221\"\u003e273871 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA80-B - Cat # 48221\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za40-b-cat-48236\"\u003e273872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA40-B - Cat # 48236\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za80-b-cat-48271\"\u003e273874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA80-B - Cat # 48271\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-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-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":49287882015028,"sku":"273873","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-basic_7_flap.jpg?v=1789541634"},{"product_id":"diamond-products-273874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za80-b-cat-48271","title":"Diamond Products 273874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA80-B - Cat # 48271","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 flap discs are designed for grinding, deburring, and surface conditioning on steel and stainless steel. They feature a 15-degree angle profile for use with right angle grinders.\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\u003ePerformance and Composition\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eGeneral purpose abrasive disc with zirconium grain construction.\u003c\/li\u003e\n\u003cli\u003eSuitable for grinding, deburring, trimming, bevelling, cleaning, and surface conditioning.\u003c\/li\u003e\n\u003cli\u003eCompatible with all metal types.\u003c\/li\u003e\n\u003cli\u003eContaminant-free composition with iron, sulfur, and chlorine levels below 0.1%.\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\u003e273874\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e48271\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e5 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA80-B\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\"\u003e8\u003c\/span\u003e\u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"eq-caret\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.6\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/summary\u003e\u003cdiv class=\"eq-sec-body\"\u003e\n\u003cul class=\"eq-rows\"\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za40-b-cat-35612\"\u003e474872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA40-B - Cat # 35612\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474874\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474874-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za60-b-cat-47895\"\u003e474874 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA60-B - Cat # 47895\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e474875\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-474875-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-in-x-5-8-in-za80-b-cat-47966\"\u003e474875 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4 In. x 5\/8 In. ZA80-B - Cat # 47966\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273884\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273884-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za40-b-cat-48032\"\u003e273884 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA40-B - Cat # 48032\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273810\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273810-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za60-b-cat-48199\"\u003e273810 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA60-B - Cat # 48199\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273871\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273871-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za80-b-cat-48221\"\u003e273871 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA80-B - Cat # 48221\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273872\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273872-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za40-b-cat-48236\"\u003e273872 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA40-B - Cat # 48236\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e273873\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-273873-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-5-in-x-7-8-in-za60-b-cat-48257\"\u003e273873 Tyrolit BASIC 2 in 1 Zirconia Flap Discs for Steel and Stainless Steel-Type 29 5 In. x 7\/8 In. ZA60-B - Cat # 48257\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-tyrolit-basic-2-in-1-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-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":49287882178868,"sku":"273874","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-basic_7_flap.jpg?v=1789541634"},{"product_id":"diamond-products-668648-tyrolit-premium-high-density-jumbo-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za40-b-cat-32408","title":"Diamond Products 668648 Tyrolit PREMIUM High Density JUMBO Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA40-B - Cat # 32408","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 zirconia flap discs are designed for grinding, deburring, and surface conditioning on steel, stainless steel, and cast materials. The Type 29 configuration features a 15-degree angle for use with right-angle grinders.\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\u003ePerformance and Application\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with premium zirconium grain\u003c\/li\u003e\n\u003cli\u003eUsed for grinding, deburring, trimming, beveling, cleaning, and surface conditioning\u003c\/li\u003e\n\u003cli\u003eExtended service life compared to aluminum oxide discs\u003c\/li\u003e\n\u003cli\u003eEngineered for aggressive, high-speed material removal\u003c\/li\u003e\n\u003cli\u003eCompatible with steel, stainless steel, and cast materials\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine\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\u003e668648\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e32408\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA40-B\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\"\u003e30014985\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-30014985-tyrolit-premium-high-density-jumbo-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-5-8-in-11-za40-cat-55898\"\u003e30014985 Tyrolit PREMIUM High Density JUMBO Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 5\/8 In.-11 ZA40 - Cat # 55898\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-tyrolit-premium-high-density-jumbo-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-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":49287882342708,"sku":"668648","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_jumbo_zfd_ss_t29.jpg?v=1789541701"},{"product_id":"diamond-products-30014985-tyrolit-premium-high-density-jumbo-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-5-8-in-11-za40-cat-55898","title":"Diamond Products 30014985 Tyrolit PREMIUM High Density JUMBO Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 5\/8 In.-11 ZA40 - Cat # 55898","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 zirconia flap discs are designed for grinding, deburring, and surface conditioning on steel, stainless steel, and cast materials. The Type 29 configuration features a 15-degree angle for use with right-angle grinders.\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\u003ePerformance and Application\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with premium zirconium grain\u003c\/li\u003e\n\u003cli\u003eUsed for grinding, deburring, trimming, beveling, cleaning, and surface conditioning\u003c\/li\u003e\n\u003cli\u003eExtended service life compared to aluminum oxide discs\u003c\/li\u003e\n\u003cli\u003eEngineered for aggressive, high-speed material removal\u003c\/li\u003e\n\u003cli\u003eCompatible with steel, stainless steel, and cast materials\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine\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\u003e30014985\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e55898\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 5\/8 In.-11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA40\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\"\u003e668648\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-668648-tyrolit-premium-high-density-jumbo-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-4-1-2-in-x-7-8-in-za40-b-cat-32408\"\u003e668648 Tyrolit PREMIUM High Density JUMBO Zirconia Flap Discs for Steel and Stainless Steel-Type 29 4-1\/2 In. x 7\/8 In. ZA40-B - Cat # 32408\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-tyrolit-premium-high-density-jumbo-zirconia-flap-discs-for-steel-and-stainless-steel-type-29-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":49287882506548,"sku":"30014985","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_jumbo_zfd_ss_t29.jpg?v=1789541701"},{"product_id":"diamond-products-668686-tyrolit-premium-zirconia-flap-discs-for-steel-and-stainless-steel-type-27-za40-b-cat-60248","title":"Diamond Products 668686 Tyrolit PREMIUM Zirconia Flap Discs for Steel and Stainless Steel-Type 27 ZA40-B - Cat # 60248","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 zirconia flap discs are designed for grinding, deburring, and surface conditioning on steel, stainless steel, and cast materials. They are engineered for use with 30-degree right angle grinders.\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\u003ePerformance and Application\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with premium zirconium grain\u003c\/li\u003e\n\u003cli\u003ePerforms grinding, deburring, trimming, beveling, cleaning, and surface conditioning\u003c\/li\u003e\n\u003cli\u003eExtended service life relative to aluminum oxide alternatives\u003c\/li\u003e\n\u003cli\u003eProvides aggressive, high-speed material removal\u003c\/li\u003e\n\u003cli\u003eCompatible with steel, stainless steel, and cast materials\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine\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\u003e668686\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e60248\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA40-B\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\"\u003e668687\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-668687-tyrolit-premium-zirconia-flap-discs-for-steel-and-stainless-steel-type-27-za60-b-cat-60533\"\u003e668687 Tyrolit PREMIUM Zirconia Flap Discs for Steel and Stainless Steel-Type 27 ZA60-B - Cat # 60533\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e668691\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-668691-tyrolit-premium-zirconia-flap-discs-for-steel-and-stainless-steel-type-27-za80-b-cat-60534\"\u003e668691 Tyrolit PREMIUM Zirconia Flap Discs for Steel and Stainless Steel-Type 27 ZA80-B - Cat # 60534\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-tyrolit-premium-zirconia-flap-discs-for-steel-and-stainless-steel-type-27-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":49287882637620,"sku":"668686","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_zfd_ss_t27.jpg?v=1789541709"},{"product_id":"diamond-products-668687-tyrolit-premium-zirconia-flap-discs-for-steel-and-stainless-steel-type-27-za60-b-cat-60533","title":"Diamond Products 668687 Tyrolit PREMIUM Zirconia Flap Discs for Steel and Stainless Steel-Type 27 ZA60-B - Cat # 60533","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 zirconia flap discs are designed for grinding, deburring, and surface conditioning on steel, stainless steel, and cast materials. They are engineered for use with 30-degree right angle grinders.\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\u003ePerformance and Application\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with premium zirconium grain\u003c\/li\u003e\n\u003cli\u003ePerforms grinding, deburring, trimming, beveling, cleaning, and surface conditioning\u003c\/li\u003e\n\u003cli\u003eExtended service life relative to aluminum oxide alternatives\u003c\/li\u003e\n\u003cli\u003eProvides aggressive, high-speed material removal\u003c\/li\u003e\n\u003cli\u003eCompatible with steel, stainless steel, and cast materials\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine\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\u003e668687\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e60533\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA60-B\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\"\u003e668686\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-668686-tyrolit-premium-zirconia-flap-discs-for-steel-and-stainless-steel-type-27-za40-b-cat-60248\"\u003e668686 Tyrolit PREMIUM Zirconia Flap Discs for Steel and Stainless Steel-Type 27 ZA40-B - Cat # 60248\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e668691\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-668691-tyrolit-premium-zirconia-flap-discs-for-steel-and-stainless-steel-type-27-za80-b-cat-60534\"\u003e668691 Tyrolit PREMIUM Zirconia Flap Discs for Steel and Stainless Steel-Type 27 ZA80-B - Cat # 60534\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-tyrolit-premium-zirconia-flap-discs-for-steel-and-stainless-steel-type-27-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":49287882768692,"sku":"668687","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_zfd_ss_t27.jpg?v=1789541709"},{"product_id":"diamond-products-668691-tyrolit-premium-zirconia-flap-discs-for-steel-and-stainless-steel-type-27-za80-b-cat-60534","title":"Diamond Products 668691 Tyrolit PREMIUM Zirconia Flap Discs for Steel and Stainless Steel-Type 27 ZA80-B - Cat # 60534","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 zirconia flap discs are designed for grinding, deburring, and surface conditioning on steel, stainless steel, and cast materials. They are engineered for use with 30-degree right angle grinders.\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\u003ePerformance and Application\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eConstructed with premium zirconium grain\u003c\/li\u003e\n\u003cli\u003ePerforms grinding, deburring, trimming, beveling, cleaning, and surface conditioning\u003c\/li\u003e\n\u003cli\u003eExtended service life relative to aluminum oxide alternatives\u003c\/li\u003e\n\u003cli\u003eProvides aggressive, high-speed material removal\u003c\/li\u003e\n\u003cli\u003eCompatible with steel, stainless steel, and cast materials\u003c\/li\u003e\n\u003cli\u003eContains less than 0.1% iron, sulfur, and chlorine\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\u003e668691\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCatalog Number\u003c\/th\u003e\n\u003ctd\u003e60534\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e4-1\/2 In. x 7\/8 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBond Specification\u003c\/th\u003e\n\u003ctd\u003eZA80-B\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\"\u003e668686\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-668686-tyrolit-premium-zirconia-flap-discs-for-steel-and-stainless-steel-type-27-za40-b-cat-60248\"\u003e668686 Tyrolit PREMIUM Zirconia Flap Discs for Steel and Stainless Steel-Type 27 ZA40-B - Cat # 60248\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"eq-sku\"\u003e668687\u003c\/span\u003e\u003ca class=\"eq-rowtext\" href=\"\/products\/diamond-products-668687-tyrolit-premium-zirconia-flap-discs-for-steel-and-stainless-steel-type-27-za60-b-cat-60533\"\u003e668687 Tyrolit PREMIUM Zirconia Flap Discs for Steel and Stainless Steel-Type 27 ZA60-B - Cat # 60533\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-tyrolit-premium-zirconia-flap-discs-for-steel-and-stainless-steel-type-27-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":49287882932532,"sku":"668691","price":1000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/files\/DiamondProducts-p_zfd_ss_t27.jpg?v=1789541709"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1483\/4824\/collections\/diamond_products_logo_v1.jpg?v=1789666484","url":"https:\/\/hydrotechnologysystems.supply\/collections\/diamond-products-abrasives\/cut-off-wheels.oembed","provider":"HTS Supply LLC","version":"1.0","type":"link"}