{"id":7061,"date":"2024-10-29T18:04:14","date_gmt":"2024-10-29T17:04:14","guid":{"rendered":"https:\/\/recyclemachine.net\/?page_id=7061"},"modified":"2026-04-03T09:28:17","modified_gmt":"2026-04-03T07:28:17","slug":"kunststoffzerkleinerer","status":"publish","type":"page","link":"https:\/\/www.energycle.com\/de\/kunststoffzerkleinerer\/","title":{"rendered":"Industrielle Kunststoffzerkleinerer f\u00fcr das Recycling"},"content":{"rendered":"\n<style>\n  #ermps {\n    --pri: #4d94e7;\n    --ink: #0f172a;\n    --ink-2: #475569;\n    --muted: #f6f8fb;\n    --card: #f6f8fb;\n    --border: rgba(15, 23, 42, 0.08);\n    --radius: 10px;\n    color: var(--ink);\n  }\n\n  #ermps .animate-on-scroll {\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity 0.8s ease, transform 0.8s ease;\n  }\n\n  #ermps .animate-on-scroll.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  #ermps .reveal {\n    opacity: 0;\n    transform: translateY(32px);\n    transition: opacity 0.8s ease, transform 0.8s ease;\n  }\n\n  #ermps .reveal.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  #ermps .ermps-stagger-up {\n    opacity: 0;\n    transform: translateY(40px);\n    animation: ermpsSpringUp 1s cubic-bezier(0.175, 0.885, 0.32, 1.1) forwards;\n  }\n\n  @keyframes ermpsSpringUp {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  #ermps .ermps-delay-1 {\n    animation-delay: 0.1s;\n  }\n\n  #ermps .ermps-delay-2 {\n    animation-delay: 0.2s;\n  }\n\n  #ermps .ermps-delay-3 {\n    animation-delay: 0.3s;\n  }\n\n  #ermps .ermps-delay-4 {\n    animation-delay: 0.4s;\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    #ermps .animate-on-scroll,\n    #ermps .reveal,\n    #ermps .ermps-stagger-up {\n      opacity: 1;\n      transform: none;\n      animation: none;\n      transition: none;\n    }\n  }\n\n  #ermps .ermps-wrap {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 48px 20px;\n  }\n\n  #ermps h1 {\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    margin: 0 0 0.4em;\n  }\n\n  #ermps h2 {\n    font-weight: 800;\n    text-align: center;\n    margin: 0 0 1em;\n    position: relative;\n    color: var(--ink);\n  }\n\n  #ermps .photo-frame {\n    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08), 0 8px 24px rgba(15, 23, 42, 0.05);\n    border: 1px solid var(--border);\n    position: relative;\n    overflow: hidden;\n    border-radius: 8px;\n  }\n\n  #ermps .worn-edge::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    box-shadow: inset 3px 3px 8px rgba(15, 23, 42, 0.02), inset -2px -2px 6px rgba(255, 255, 255, 0.8);\n    pointer-events: none;\n  }\n\n  #ermps .label-tag {\n    background: #fff;\n    border: 1px solid var(--border);\n    padding: 4px 12px;\n    font-weight: 700;\n    transform: rotate(-2deg);\n    box-shadow: 2px 2px 5px rgba(15, 23, 42, 0.05);\n    display: inline-block;\n    color: var(--pri);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    align-self: flex-start;\n    margin: 5px 0 10px 5px;\n  }\n\n  #ermps h2::after {\n    content: '';\n    display: block;\n    width: 64px;\n    height: 3px;\n    background: var(--pri);\n    margin: 14px auto 0;\n    border-radius: 3px;\n  }\n\n  #ermps p {\n    color: var(--ink-2);\n    line-height: 1.65;\n  }\n\n  #ermps .ermps-grid {\n    display: grid;\n    gap: 18px;\n  }\n\n  #ermps .ermps-grid-2 {\n    grid-template-columns: 1fr 1fr;\n    align-items: stretch;\n  }\n\n  #ermps .ermps-grid-3 {\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  }\n\n  #ermps .ermps-apps-grid {\n    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n  }\n\n  #ermps .ermps-card {\n    background: #f5f5f7;\n    border: none;\n    border-radius: var(--radius);\n    padding: 18px;\n    box-shadow: none;\n    transition: transform 0.3s ease;\n  }\n\n  #ermps .ermps-card:hover {\n    transform: scale(0.98);\n  }\n\n  #ermps .ermps-advantage-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  #ermps .ermps-span-2 {\n    grid-column: span 2;\n  }\n\n  #ermps .ermps-span-3 {\n    grid-column: span 3;\n  }\n\n  #ermps .ermps-advantage-card {\n    background: var(--muted);\n    border-radius: 18px;\n    padding: 36px 32px;\n    display: flex;\n    flex-direction: column;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    text-align: left;\n  }\n\n  #ermps .ermps-advantage-card:hover {\n    transform: scale(0.98);\n    box-shadow: 0 8px 32px rgba(77, 148, 231, 0.08);\n  }\n\n  #ermps .ermps-advantage-header {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 16px;\n  }\n\n  #ermps .ermps-advantage-icon {\n    width: 44px;\n    height: 44px;\n    border-radius: 12px;\n    background: rgba(77, 148, 231, 0.12);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    color: var(--pri);\n    transition: background 0.3s ease, color 0.3s ease;\n  }\n\n  #ermps .ermps-advantage-card:hover .ermps-advantage-icon {\n    background: var(--pri);\n    color: #ffffff;\n  }\n\n  #ermps .ermps-advantage-header h3 {\n    margin: 0;\n  }\n\n  #ermps .ermps-advantage-card>p {\n    margin: 0;\n    flex: 1;\n  }\n\n  #ermps .ermps-icon {\n    width: 22px;\n    height: 22px;\n    color: var(--pri);\n    margin-bottom: 6px;\n    font-size: 24px;\n    line-height: 1;\n    text-align: center;\n  }\n\n  #ermps .ermps-app {\n    text-align: center;\n    padding: 0;\n    display: flex;\n  }\n\n  #ermps .ermps-app:hover {\n    transform: scale(0.98);\n  }\n\n  #ermps .ermps-app.ermps-tag {\n    cursor: default;\n  }\n\n  #ermps .ermps-app.ermps-tag:hover {\n    transform: none;\n    box-shadow: none;\n    border-color: var(--border);\n  }\n\n  #ermps .ermps-app.ermps-tag .ermps-app-label {\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    gap: 6px;\n    padding: 14px 8px;\n    min-height: 110px;\n    width: 100%;\n  }\n\n\n\n  #ermps .ermps-no-underline h2::after {\n    display: none;\n  }\n\n  #ermps .ermps-callout {\n    background: #f5f5f7;\n    border: none;\n    border-radius: 14px;\n    padding: 18px;\n    text-align: center;\n  }\n\n  #ermps .ermps-callout h3 {\n    margin: 0 0 10px;\n    color: var(--ink);\n  }\n\n  #ermps .ermps-callout p {\n    margin: 0 0 12px;\n  }\n\n  #ermps .ermps-key-points {\n    margin: 12px 0 0 0;\n    padding-left: 1.2rem;\n    color: var(--ink-2);\n    line-height: 1.6;\n  }\n\n  #ermps .ermps-hero {\n    position: relative;\n    min-height: 80vh;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    text-align: center;\n    padding: 120px 20px;\n    background: linear-gradient(-45deg, #09192f, #112d4e, #0f172a, #1e3a8a);\n    background-size: 400% 400%;\n    animation: ermpsGradientFlow 15s ease infinite;\n    color: #ffffff;\n    z-index: 1;\n    overflow-x: hidden;\n  }\n\n  @keyframes ermpsGradientFlow {\n    0% {\n      background-position: 0% 50%;\n    }\n\n    50% {\n      background-position: 100% 50%;\n    }\n\n    100% {\n      background-position: 0% 50%;\n    }\n  }\n\n  #ermps .ermps-hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'\/%3E%3C\/svg%3E\");\n    opacity: 0.04;\n    pointer-events: none;\n    mix-blend-mode: overlay;\n    z-index: -1;\n  }\n\n  #ermps .ermps-hero-content {\n    position: relative;\n    z-index: 2;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  #ermps .ermps-hero h1 {\n    font-weight: 800;\n    line-height: 1.1;\n    margin: 0 0 1.5rem;\n    letter-spacing: -0.03em;\n    color: #ffffff;\n  }\n\n  #ermps .ermps-hero .ermps-lead {\n    color: #cbd5e1;\n    margin: 0 auto 3rem;\n    line-height: 1.7;\n    max-width: 800px;\n    font-weight: 300;\n    text-wrap: balance;\n  }\n\n  #ermps .ermps-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 18px 36px;\n    border-radius: 100vw;\n    font-weight: 700;\n    text-decoration: none;\n    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);\n    justify-content: center;\n    overflow: hidden;\n    border: 1px solid transparent;\n  }\n\n  #ermps .ermps-btn.ermps-primary {\n    background: #a8c7fa;\n    color: #041e49;\n    box-shadow: 0 0 0 rgba(168, 199, 250, 0);\n  }\n\n  #ermps .ermps-btn.ermps-primary:hover {\n    transform: scale(1.04) translateY(-2px);\n    background: #d3e3fd;\n    box-shadow: 0 10px 25px -5px rgba(168, 199, 250, 0.4), 0 0 15px rgba(168, 199, 250, 0.2);\n  }\n\n  #ermps .ermps-hero-actions {\n    display: flex;\n    gap: 12px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n\n  #ermps .ermps-btn.ermps-ghost {\n    background: transparent;\n    color: #e2e8f0;\n    border-color: rgba(255, 255, 255, 0.2);\n  }\n\n  #ermps .ermps-btn.ermps-ghost:hover {\n    background: rgba(255, 255, 255, 0.08);\n    border-color: rgba(255, 255, 255, 0.5);\n    transform: translateY(-2px);\n    color: #ffffff;\n  }\n\n  #ermps .ermps-breadcrumb {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    color: #94a3b8;\n    margin-bottom: 2rem;\n    font-weight: 600;\n  }\n\n  #ermps .ermps-breadcrumb a {\n    color: #94a3b8;\n    text-decoration: none;\n  }\n\n  #ermps .ermps-breadcrumb a:hover {\n    color: #ffffff;\n  }\n\n  #ermps .ermps-breadcrumb span:last-child {\n    color: #60a5fa;\n  }\n\n  @media (max-width: 768px) {\n    #ermps .ermps-hero-actions {\n      gap: 10px;\n    }\n\n    #ermps .ermps-hero-actions .ermps-btn {\n      width: 100%;\n      max-width: 360px;\n      justify-content: center;\n    }\n  }\n\n  #ermps .ermps-media {\n    border-radius: 10px;\n    overflow: hidden;\n  }\n\n  #ermps .ermps-media.ermps-ratio-16x9 {\n    position: relative;\n    width: 100%;\n    padding-top: 56.25%;\n  }\n\n  #ermps .ermps-media.ermps-ratio-16x9 iframe,\n  #ermps .ermps-media.ermps-ratio-16x9 .ermps-video-placeholder {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  #ermps .ermps-video-placeholder {\n    cursor: pointer;\n    background: #000;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  #ermps .ermps-video-poster {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    opacity: 0.8;\n    transition: opacity 0.3s ease;\n  }\n\n  #ermps .ermps-video-placeholder:hover .ermps-video-poster {\n    opacity: 1;\n  }\n\n  #ermps .ermps-video-play-btn {\n    position: absolute;\n    width: 72px;\n    height: 72px;\n    background: var(--pri);\n    color: #fff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 4px 20px rgba(77, 148, 231, 0.4);\n    transition: all 0.3s ease;\n    z-index: 2;\n    pointer-events: none;\n    box-sizing: border-box;\n    padding-left: 5px;\n  }\n\n  #ermps .ermps-video-placeholder:hover .ermps-video-play-btn {\n    transform: scale(1.1);\n    background: #3c7fd0;\n  }\n\n\n\n  #ermps .ermps-table-wrap {\n    overflow-x: auto;\n    margin-top: 18px;\n  }\n\n  #ermps table {\n    width: 100%;\n    border-collapse: collapse;\n    background: transparent;\n    overflow: hidden;\n    min-width: 780px;\n  }\n\n  #ermps th,\n  #ermps td {\n    padding: 12px 14px;\n    border-bottom: 1px solid var(--border);\n    border-right: 1px solid var(--border);\n    text-align: left;\n    color: var(--ink);\n    white-space: nowrap;\n  }\n\n  #ermps th:last-child,\n  #ermps td:last-child {\n    border-right: 0;\n  }\n\n  #ermps thead th {\n    background: #ffffff;\n    color: var(--pri);\n    font-weight: 800;\n  }\n\n  #ermps thead th.ermps-spec-head,\n  #ermps tbody th {\n    background: var(--pri);\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  #ermps tbody tr:nth-child(even) td {\n    background: #f7f9fb;\n  }\n\n  #ermps .ermps-faq-container {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  #ermps .ermps-faq-item {\n    border-bottom: 1px solid rgba(15, 23, 42, 0.1);\n    overflow: hidden;\n  }\n\n  #ermps .ermps-faq-header {\n    padding: 32px 0;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: all 0.4s ease;\n  }\n\n  #ermps .ermps-faq-header:hover {\n    padding-left: 16px;\n  }\n\n  #ermps .ermps-faq-header h3 {\n    margin: 0;\n    font-weight: 700;\n    color: var(--ink);\n  }\n\n  #ermps .ermps-faq-icon {\n    width: 20px;\n    height: 20px;\n    position: relative;\n    transition: transform 0.4s ease;\n    flex-shrink: 0;\n    margin-left: 16px;\n  }\n\n  #ermps .ermps-cta {\n    background: linear-gradient(135deg, #112d4e 0%, #4d94e7 100%);\n    color: #ffffff;\n  }\n\n  #ermps .ermps-cta-inner {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 80px 20px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: center;\n  }\n\n  #ermps .ermps-cta-content {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n\n  #ermps .ermps-cta-title {\n    margin: 0;\n    color: #ffffff;\n    font-weight: 700;\n    line-height: 1.2;\n  }\n\n  #ermps .ermps-cta-subtitle {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.92);\n    line-height: 1.7;\n    max-width: 560px;\n  }\n\n  #ermps .ermps-cta-features {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin: 8px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  #ermps .ermps-cta-feature {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    color: rgba(255, 255, 255, 0.9);\n  }\n\n  #ermps .ermps-cta-feature::before {\n    content: \"\u2713\";\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.15);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  #ermps .ermps-cta-card {\n    background: #ffffff;\n    color: #0f172a;\n    border-radius: 16px;\n    padding: 40px 36px;\n    box-shadow: 0 20px 40px rgba(9, 25, 47, 0.18);\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n  }\n\n  #ermps .ermps-cta-card h3 {\n    margin: 0;\n    color: var(--ink);\n  }\n\n  #ermps .ermps-cta-card p {\n    margin: 0;\n    color: var(--ink-2);\n  }\n\n  #ermps .ermps-faq-icon::before,\n  #ermps .ermps-faq-icon::after {\n    content: '';\n    position: absolute;\n    background: var(--pri);\n    transition: transform 0.4s ease, opacity 0.4s ease;\n  }\n\n  #ermps .ermps-faq-icon::before {\n    width: 100%;\n    height: 2px;\n    top: 50%;\n    transform: translateY(-50%);\n  }\n\n  #ermps .ermps-faq-icon::after {\n    width: 2px;\n    height: 100%;\n    left: 50%;\n    transform: translateX(-50%);\n  }\n\n  #ermps .ermps-faq-item.active .ermps-faq-icon::after {\n    transform: translateX(-50%) rotate(90deg);\n    opacity: 0;\n  }\n\n  #ermps .ermps-faq-content {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.6s ease, padding 0.6s ease;\n    color: var(--ink-2);\n    line-height: 1.6;\n  }\n\n  #ermps .ermps-faq-item.active .ermps-faq-content {\n    max-height: 800px;\n    padding-bottom: 32px;\n  }\n\n  #ermps .ermps-product-grid {\n    display: grid;\n    gap: 16px;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  }\n\n  #ermps .ermps-product-card {\n    display: flex;\n    flex-direction: column;\n    height: 100%;\n    background: #f5f5f7;\n    border: none;\n    border-radius: 10px;\n    color: inherit;\n    text-decoration: none;\n    overflow: hidden;\n  }\n\n  #ermps .ermps-product-card .photo-frame {\n    margin-bottom: 20px;\n    transition: transform 0.6s ease;\n    box-shadow: none;\n    border: none;\n    border-radius: 0;\n  }\n\n  #ermps .ermps-product-card:hover .photo-frame {\n    transform: scale(1.02);\n  }\n\n  #ermps .ermps-product-card img {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    object-fit: cover;\n    display: block;\n  }\n\n  #ermps .ermps-product-card .ermps-body {\n    padding: 0 24px;\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n  }\n\n  #ermps .ermps-product-card h3 {\n    margin: 12px 0 6px;\n    font-weight: 800;\n    color: var(--ink);\n  }\n\n  #ermps .ermps-product-card p {\n    margin: 0 0 12px;\n    color: var(--ink-2);\n    line-height: 1.6;\n  }\n\n  #ermps .ermps-product-card .ermps-meta {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 14px 24px 18px;\n    border-top: 1px solid var(--border);\n    margin-top: auto;\n  }\n\n  #ermps .ermps-split-scene {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    position: relative;\n    overflow: hidden;\n    background: transparent;\n    border: none;\n    border-radius: 0;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  #ermps .ermps-split-scene .scene-image {\n    position: relative;\n    overflow: hidden;\n    background: #f0f0f0;\n    aspect-ratio: 4\/3;\n  }\n\n  #ermps .ermps-split-scene .scene-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    filter: brightness(0.95);\n    transition: transform 1.2s ease, filter 0.8s ease;\n  }\n\n  #ermps .ermps-split-scene:hover .scene-image img {\n    transform: scale(1.05);\n    filter: brightness(1);\n  }\n\n  #ermps .ermps-split-scene .scene-content {\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n    padding: 0 6rem 4rem;\n    position: relative;\n  }\n\n  #ermps .ermps-split-scene .ermps-body {\n    max-width: 440px;\n    width: 100%;\n  }\n\n  #ermps .ermps-split-scene .eyebrow {\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #8A8680;\n    margin-bottom: 1rem;\n    display: block;\n  }\n\n  #ermps .ermps-split-scene h3 {\n    font-weight: 700;\n    letter-spacing: 0.02em;\n    margin-bottom: 1.5rem;\n    color: #3A3A3A;\n    line-height: 1.2;\n  }\n\n  #ermps .ermps-split-scene p {\n    line-height: 1.8;\n    color: #666;\n    margin-bottom: 2rem;\n  }\n\n  #ermps .ermps-split-scene p strong {\n    color: #3A3A3A;\n    font-weight: 400;\n  }\n\n  #ermps .ermps-btn-ethereal {\n    display: inline-block;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    padding: 1.2rem 3rem;\n    background: transparent;\n    border: 1px solid var(--pri);\n    color: var(--pri);\n    cursor: pointer;\n    position: relative;\n    overflow: hidden;\n    transition: all 0.5s ease;\n    width: fit-content;\n    text-decoration: none;\n    z-index: 1;\n  }\n\n  #ermps .ermps-btn-ethereal::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 100%;\n    height: 100%;\n    background: var(--pri);\n    transition: left 0.5s ease;\n    z-index: -1;\n  }\n\n  #ermps .ermps-btn-ethereal:hover {\n    color: #FAF8F5;\n    text-decoration: none;\n  }\n\n  #ermps .ermps-btn-ethereal:hover::before {\n    left: 0;\n  }\n\n  #ermps .ermps-split-scene .ml-auto {\n    margin-left: auto;\n  }\n\n  @media (max-width: 900px) {\n    #ermps .ermps-split-scene {\n      grid-template-columns: 1fr;\n      min-height: auto;\n    }\n\n    #ermps .ermps-split-scene .scene-image {\n      height: auto;\n    }\n\n    #ermps .ermps-split-scene .scene-content {\n      padding: 4rem 24px;\n    }\n\n    #ermps .ermps-split-scene:nth-of-type(even) .scene-image {\n      order: -1;\n    }\n\n    #ermps .ermps-split-scene .ml-auto {\n      margin-left: 0;\n    }\n\n    #ermps .ermps-split-scene .ermps-body {\n      max-width: 100%;\n    }\n  }\n\n  #ermps .ermps-product-card .ermps-more {\n    color: var(--pri);\n    font-weight: 700;\n  }\n\n  #ermps .ermps-btn i {\n    margin-right: 8px;\n  }\n\n  @media (max-width: 1024px) {\n    #ermps .ermps-grid-2 {\n      grid-template-columns: 1fr;\n    }\n\n    #ermps .ermps-advantage-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    #ermps .ermps-span-2,\n    #ermps .ermps-span-3 {\n      grid-column: span 1;\n    }\n  }\n\n  @media (max-width: 768px) {\n    #ermps .ermps-wrap {\n      padding: 40px 16px;\n    }\n\n    #ermps .ermps-hero {\n      min-height: auto;\n      padding: 100px 20px 80px;\n    }\n\n    #ermps .ermps-split-scene .scene-content {\n      padding: 40px 16px;\n    }\n\n    #ermps .ermps-split-scene h3 {\n      margin-bottom: 1rem;\n    }\n\n    #ermps .ermps-split-scene p {\n      margin-bottom: 1.5rem;\n    }\n\n    #ermps .ermps-btn-ethereal {\n      width: 100%;\n      text-align: center;\n      box-sizing: border-box;\n      padding: 1rem;\n    }\n\n    #ermps .ermps-advantage-grid {\n      grid-template-columns: 1fr;\n    }\n\n    #ermps .ermps-span-2,\n    #ermps .ermps-span-3 {\n      grid-column: span 1;\n    }\n\n    #ermps .ermps-cta-inner {\n      grid-template-columns: 1fr;\n      gap: 32px;\n      padding: 48px 20px;\n    }\n\n    #ermps .ermps-cta-content {\n      text-align: center;\n      align-items: center;\n    }\n\n    #ermps .ermps-cta-card {\n      padding: 28px 24px;\n      text-align: center;\n    }\n  }\n<\/style>\n\n<div id=\"ermps\" class=\"ermps-page\">\n\n  <section class=\"ermps-hero energycle-hero-page\">\n    <div class=\"ermps-hero-content\">\n      <div class=\"ermps-breadcrumb ermps-stagger-up ermps-delay-1\">\n        <a href=\"https:\/\/www.energycle.com\/recycling-solutions\/\">Recycling Solutions<\/a> <span\n          aria-hidden=\"true\">\u203a<\/span> <span>Plastic Shredders<\/span>\n      <\/div>\n      <h1 class=\"ermps-stagger-up ermps-delay-2\">Industrial Shredders for Recycling<\/h1>\n      <p class=\"ermps-lead ermps-stagger-up ermps-delay-3\">High-efficiency, highly versatile, and built for reliability \u2014 engineered to deliver\n        uniform,\n        controllable output across a wide range of materials with stable, low-noise operation.<\/p>\n      <div class=\"ermps-hero-actions ermps-stagger-up ermps-delay-4\">\n        <a href=\"#final-cta\" class=\"ermps-btn ermps-primary\"><i class=\"fa-solid fa-paper-plane\" aria-hidden=\"true\"><\/i>\n          Get a\n          Quote<\/a>\n        <a href=\"https:\/\/www.energycle.com\/recycling-solutions\/\" class=\"ermps-btn ermps-ghost\">Need a Complete Recycling\n          Line? \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"ermps-wrap ermps-no-underline animate-on-scroll\">\n    <div class=\"ermps-callout\">\n      <h3>Shredding Is the First Step of a Complete Recycling Line<\/h3>\n      <p style=\"max-width: 78ch; margin: 0 auto;\">A shredder is typically followed by washing, separation,\n        dewatering\/drying, and pelletizing. If you\u2019re planning a turnkey project, start with our <a\n          href=\"https:\/\/www.energycle.com\/recycling-solutions\/\"\n          style=\"color: var(--pri); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(77,148,231,.35);\">line-level\n          Recycling Solutions<\/a> and we\u2019ll configure the right shredder model as part of the full process.<\/p>\n    <\/div>\n  <\/section>\n\n  <section class=\"ermps-wrap animate-on-scroll\">\n    <h2>What Is a Plastic Shredder?<\/h2>\n    <div class=\"ermps-grid ermps-grid-2\">\n      <article class=\"ermps-card\">\n        <h3 style=\"margin-top:0; margin-bottom:8px;\">Working Principle<\/h3>\n        <p>A single shaft shredder uses a rotating rotor fitted with cutting knives (moving knives) working against\n          stationary knives (stator\/fixed knives). A hydraulic pusher feeds material against the rotor, and a\n          replaceable screen controls the final particle size. This design ensures steady throughput and uniform,\n          controllable output.<\/p>\n      <\/article>\n      <article class=\"ermps-card\">\n        <h3 style=\"margin-top:0; margin-bottom:8px;\">At a Glance<\/h3>\n        <ul class=\"ermps-key-points\">\n          <li>Uniform, controllable size with interchangeable screens<\/li>\n          <li>Wide applicability: films, bags, pipes, profiles, lumps, wood, textiles<\/li>\n          <li>Stable, safe operation with overload protection and low noise\/dust<\/li>\n        <\/ul>\n      <\/article>\n    <\/div>\n  <\/section>\n\n  <section class=\"ermps-wrap animate-on-scroll\">\n    <h2>Watch It in Action<\/h2>\n    <div class=\"ermps-media ermps-ratio-16x9\" id=\"video-grid\">\n      <div class=\"ermps-video-placeholder\" data-video-id=\"_mDL7Gy6G6U\" onclick=\"loadErmpsVideo(this)\">\n        <img decoding=\"async\" class=\"ermps-video-poster\" src=\"https:\/\/i.ytimg.com\/vi\/_mDL7Gy6G6U\/maxresdefault.jpg\"\n          alt=\"Video Thumbnail\">\n        <div class=\"ermps-video-play-btn\"><i class=\"fa-solid fa-play\"><\/i><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"animate-on-scroll\" id=\"solutions\">\n    <h2 class=\"ermps-wrap\">Solutions by Material<\/h2>\n\n    <div class=\"ermps-split-scene\">\n      <div class=\"scene-image\">\n        <img decoding=\"async\" src=\"https:\/\/recycling.imgix.net\/material\/Plastic%20Film%20%26%20Woven%20Bags.webp?auto=format,compress\"\n          alt=\"Film and woven bags shredding\">\n      <\/div>\n      <div class=\"scene-content\">\n        <div class=\"ermps-body reveal\">\n          <span class=\"eyebrow\">FILM SHREDDING<\/span>\n          <h3>For Plastic Film &#038; Woven Bags<\/h3>\n          <p><strong>Pain points:<\/strong> Soft, elastic materials tend to wrap on the rotor, causing blockages and low\n            throughput.<\/p>\n          <p><strong>Our solution:<\/strong> Anti-wrap cutter seats and V\u2011type rotor with optimized knife spacing prevent\n            wrapping; large-diameter rotor and PLC auto\u2011reverse ensure continuous feeding and higher output.<\/p>\n          <a href=\"https:\/\/www.energycle.com\/plastic-shredders\/pe-pp-film-shredder\/\" class=\"ermps-btn-ethereal\">Explore\n            Film Shredder<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"ermps-split-scene\">\n      <div class=\"scene-content\">\n        <div class=\"ermps-body ml-auto reveal\">\n          <span class=\"eyebrow\">PIPE RECYCLING<\/span>\n          <h3>For Plastic Pipes &#038; Profiles<\/h3>\n          <p><strong>Pain points:<\/strong> Bulky, thick\u2011walled parts are hard to grip and feed; risk of stalling.<\/p>\n          <p><strong>Our solution:<\/strong> Deep V feed hopper and powerful hydraulic pusher deliver steady bite;\n            high\u2011torque gearbox and reinforced bearings handle start\u2011stop loads on thick sections.<\/p>\n          <a href=\"https:\/\/www.energycle.com\/plastic-shredders\/hdpe-pipe-shredder\/\" class=\"ermps-btn-ethereal\">Explore\n            Pipe Shredder<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"scene-image\">\n        <img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/09\/Plastic-Pipes-Profiles.webp\"\n          alt=\"Shredding plastic pipes and profiles\">\n      <\/div>\n    <\/div>\n\n    <div class=\"ermps-split-scene\">\n      <div class=\"scene-image\">\n        <img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/09\/Shredding-and-recycling-of-plastic-purge.webp\"\n          alt=\"Shredding hard plastic lumps\">\n      <\/div>\n      <div class=\"scene-content\">\n        <div class=\"ermps-body reveal\">\n          <span class=\"eyebrow\">LUMPS &#038; PURGE<\/span>\n          <h3>For HDPE Lumps &#038; Purgings<\/h3>\n          <p><strong>Pain points:<\/strong> Dense, impact\u2011intensive feed can shock the drivetrain and wear knives\n            quickly.<\/p>\n          <p><strong>Our solution:<\/strong> Heavy\u2011duty frame, high\u2011inertia rotor, wear\u2011resistant alloy knives, and smart\n            overload\/auto\u2011reverse logic sustain throughput while protecting the gearbox and motor.<\/p>\n          <a href=\"https:\/\/www.energycle.com\/extruder-lumps-shredder\/\" class=\"ermps-btn-ethereal\">Explore Lumps\n            Shredder<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"ermps-split-scene\">\n      <div class=\"scene-content\">\n        <div class=\"ermps-body ml-auto reveal\">\n          <span class=\"eyebrow\">TEXTILE WASTE<\/span>\n          <h3>For Textile &#038; Carpet<\/h3>\n          <p><strong>Pain points:<\/strong> High\u2011tensile strength fibers easily entangle the rotor and jam standard\n            shredders.<\/p>\n          <p><strong>Our solution:<\/strong> Specialized rotor design with integrated fiber\u2011cutting technology and narrow\n            clearances ensures precise shearing and prevents winding, maintaining high processing speed for even the\n            toughest carpets.<\/p>\n          <a href=\"https:\/\/www.energycle.com\/plastic-shredders\/textile-waste-single-shaft-shredder\/\"\n            class=\"ermps-btn-ethereal\">Explore Textile Shredder<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"scene-image\">\n        <img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/04\/Shredded-textiles.webp\"\n          alt=\"Textile and carpet shredding\">\n      <\/div>\n    <\/div>\n\n  <\/section>\n\n  <section class=\"ermps-wrap animate-on-scroll\">\n    <h2>Plastic Shredder Applications<\/h2>\n    <p style=\"text-align:center; max-width: 70ch; margin: 0 auto 16px;\">Since 2010, Energycle has helped customers shred\n      nearly everything. From office paper to plastics, medical waste, e\u2011waste and more, we offer proven solutions that\n      deliver a competitive edge.<\/p>\n    <div class=\"ermps-grid ermps-apps-grid\">\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Aluminum\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-industry\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Aluminum<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Metal\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-magnet\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Metal<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Batteries\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-car-battery\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Batteries<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"E\u2011Waste\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-microchip\" aria-hidden=\"true\"><\/i><\/div>\n          <div>E\u2011Waste<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Product Destruction\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-shield-halved\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Product Destruction<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Paper\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-file-lines\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Paper<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Plastics\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-bottle-water\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Plastics<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Mineral Sands\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-gem\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Mineral Sands<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Tires\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-regular fa-circle-dot\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Tires<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Textiles &#038; Carpet\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-shirt\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Textiles &amp; Carpet<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Pallets\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-pallet\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Pallets<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Wood Waste\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-tree\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Wood Waste<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"MSW Shredders\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-trash-can\" aria-hidden=\"true\"><\/i><\/div>\n          <div>MSW Shredders<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Solar Panels\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-solar-panel\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Solar Panels<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ermps-card ermps-app ermps-tag\" aria-label=\"Medical Waste\">\n        <div class=\"ermps-app-label\">\n          <div class=\"ermps-icon\"><i class=\"fa-solid fa-biohazard\" aria-hidden=\"true\"><\/i><\/div>\n          <div>Medical Waste<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"ermps-wrap animate-on-scroll\">\n    <h2>Key Features &#038; Options<\/h2>\n    <div class=\"ermps-advantage-grid\">\n      <article class=\"ermps-advantage-card ermps-span-2 animate-on-scroll\">\n        <div class=\"ermps-advantage-header\">\n          <div class=\"ermps-advantage-icon\"><i class=\"fa-solid fa-gears\" aria-hidden=\"true\"><\/i><\/div>\n          <h3>Siemens Motor<\/h3>\n        <\/div>\n        <p>Reliable power with high efficiency and strong torque reserve.<\/p>\n      <\/article>\n      <article class=\"ermps-advantage-card animate-on-scroll\" style=\"animation-delay: 0.1s;\">\n        <div class=\"ermps-advantage-header\">\n          <div class=\"ermps-advantage-icon\"><i class=\"fa-solid fa-bolt\" aria-hidden=\"true\"><\/i><\/div>\n          <h3>Schneider Electrics<\/h3>\n        <\/div>\n        <p>Industrial\u2011grade control components with robust protections.<\/p>\n      <\/article>\n      <article class=\"ermps-advantage-card animate-on-scroll\" style=\"animation-delay: 0.2s;\">\n        <div class=\"ermps-advantage-header\">\n          <div class=\"ermps-advantage-icon\"><i class=\"fa-solid fa-star\" aria-hidden=\"true\"><\/i><\/div>\n          <h3>Alloy Steel Knives<\/h3>\n        <\/div>\n        <p>Wear\u2011resistant, multiple usable edges, easy to replace.<\/p>\n      <\/article>\n      <article class=\"ermps-advantage-card animate-on-scroll\" style=\"animation-delay: 0.15s;\">\n        <div class=\"ermps-advantage-header\">\n          <div class=\"ermps-advantage-icon\"><i class=\"fa-solid fa-border-all\" aria-hidden=\"true\"><\/i><\/div>\n          <h3>Replaceable Screens<\/h3>\n        <\/div>\n        <p>Control output size (typically 20\u201380 mm) by quick screen swap.<\/p>\n      <\/article>\n      <article class=\"ermps-advantage-card animate-on-scroll\" style=\"animation-delay: 0.25s;\">\n        <div class=\"ermps-advantage-header\">\n          <div class=\"ermps-advantage-icon\"><i class=\"fa-solid fa-volume-xmark\" aria-hidden=\"true\"><\/i><\/div>\n          <h3>Dust &#038; Noise Control<\/h3>\n        <\/div>\n        <p>Sealed housing + optional dust extraction to keep air clean.<\/p>\n      <\/article>\n      <article class=\"ermps-advantage-card ermps-span-3 animate-on-scroll\" style=\"animation-delay: 0.35s;\">\n        <div class=\"ermps-advantage-header\">\n          <div class=\"ermps-advantage-icon\"><i class=\"fa-solid fa-sliders\" aria-hidden=\"true\"><\/i><\/div>\n          <h3>Custom Options<\/h3>\n        <\/div>\n        <p>Rotor types, feed systems, wear packages, and auto infeed.<\/p>\n      <\/article>\n    <\/div>\n  <\/section>\n\n  <section class=\"ermps-wrap animate-on-scroll\">\n    <h2>Which model suits your needs?<\/h2>\n    <div class=\"ermps-table-wrap\">\n      <table aria-label=\"Single Shaft Shredder Models and Specifications\">\n        <thead>\n          <tr>\n            <th class=\"ermps-spec-head\">Specification<\/th>\n            <th>R\u2011S600<\/th>\n            <th>R\u2011S800<\/th>\n            <th>R\u2011S1000<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <th scope=\"row\">Rotor \u00d8 \u00d7 Length<\/th>\n            <td>260 \u00d7 600 mm<\/td>\n            <td>360 \u00d7 800 mm<\/td>\n            <td>450 \u00d7 1000 mm<\/td>\n          <\/tr>\n          <tr>\n            <th scope=\"row\">Knives (pcs)<\/th>\n            <td>26<\/td>\n            <td>38<\/td>\n            <td>50<\/td>\n          <\/tr>\n          <tr>\n            <th scope=\"row\">Main Power<\/th>\n            <td>22 kW<\/td>\n            <td>37 kW<\/td>\n            <td>55 kW<\/td>\n          <\/tr>\n          <tr>\n            <th scope=\"row\">Screen<\/th>\n            <td>20\u201360 mm<\/td>\n            <td>20\u201380 mm<\/td>\n            <td>20\u201380 mm<\/td>\n          <\/tr>\n          <tr>\n            <th scope=\"row\">Throughput<\/th>\n            <td>300\u2013600 kg\/h<\/td>\n            <td>500\u2013900 kg\/h<\/td>\n            <td>800\u20131,200 kg\/h<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n    <p style=\"margin-top:10px;\">Note: Capacity varies with material type, density, and screen size.\n      Custom configurations available on request.<\/p>\n  <\/section>\n\n  <section class=\"ermps-wrap animate-on-scroll\">\n    <h2>Why Choose Us<\/h2>\n    <div class=\"ermps-grid ermps-grid-3\">\n      <article class=\"ermps-card ermps-case-card animate-on-scroll\">\n        <h3>Proven Installations<\/h3>\n        <p>Hundreds of field deployments across film, pipe, and lump recycling lines since 2010.<\/p>\n      <\/article>\n      <article class=\"ermps-card ermps-case-card animate-on-scroll\" style=\"animation-delay: 0.1s;\">\n        <h3>Durable Wear Parts<\/h3>\n        <p>Alloy knives and wear plates with heat treatment for long service life and easy maintenance.<\/p>\n      <\/article>\n      <article class=\"ermps-card ermps-case-card animate-on-scroll\" style=\"animation-delay: 0.2s;\">\n        <h3>Controllable Output<\/h3>\n        <p>Interchangeable screens and PLC logic tune particle size and keep the line running smoothly.<\/p>\n      <\/article>\n    <\/div>\n  <\/section>\n\n  <section class=\"ermps-wrap animate-on-scroll\">\n    <h2>Explore Our Plastic Shredder Lineup<\/h2>\n    <div class=\"ermps-product-grid\">\n      <a class=\"ermps-product-card animate-on-scroll\" href=\"https:\/\/www.energycle.com\/pe-pp-film-shredder\/\"\n        aria-label=\"PE\/PP Film Shredder\">\n        <div class=\"photo-frame worn-edge\">\n          <img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/07\/Gemini_Generated_Image_p0elqdp0elqdp0el.webp\"\n            alt=\"PE\/PP Film Shredder\">\n        <\/div>\n        <div class=\"ermps-body\">\n          <span class=\"label-tag\"><i class=\"fa-solid fa-tag\" aria-hidden=\"true\"><\/i> Film Shredding<\/span>\n          <h3>PE\/PP Film Shredder<\/h3>\n          <p>Optimized for films and soft plastics with anti\u2011wrap cutting and stable feeding.<\/p>\n        <\/div>\n        <div class=\"ermps-meta\"><span><\/span><span class=\"ermps-more\">View Details \u2192<\/span><\/div>\n      <\/a>\n      <a class=\"ermps-product-card animate-on-scroll\" href=\"https:\/\/www.energycle.com\/rigid-plastic-shredder\/\"\n        aria-label=\"Rigid Plastic Shredder\" style=\"animation-delay: 0.1s;\">\n        <div class=\"photo-frame worn-edge\">\n          <img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2024\/10\/Fixed-Bucket-Single-Shaft-Shredder-02.webp\"\n            alt=\"Rigid Plastic Shredder\">\n        <\/div>\n        <div class=\"ermps-body\">\n          <span class=\"label-tag\"><i class=\"fa-solid fa-tag\" aria-hidden=\"true\"><\/i> Rigid Plastics<\/span>\n          <h3>Rigid Plastic Shredder<\/h3>\n          <p>Designed for hard plastics, thick profiles, and dense scrap with high\u2011torque cutting.<\/p>\n        <\/div>\n        <div class=\"ermps-meta\"><span><\/span><span class=\"ermps-more\">View Details \u2192<\/span><\/div>\n      <\/a>\n      <a class=\"ermps-product-card animate-on-scroll\" href=\"https:\/\/www.energycle.com\/hdpe-pipe-shredder\/\"\n        aria-label=\"HDPE Pipe Shredder\" style=\"animation-delay: 0.2s;\">\n        <div class=\"photo-frame worn-edge\">\n          <img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/02\/Mobile-Pipe-Shredder.webp\"\n            alt=\"HDPE Pipe Shredder\">\n        <\/div>\n        <div class=\"ermps-body\">\n          <span class=\"label-tag\"><i class=\"fa-solid fa-tag\" aria-hidden=\"true\"><\/i> Pipe Recycling<\/span>\n          <h3>HDPE Pipe Shredder<\/h3>\n          <p>Handles large\u2011diameter HDPE\/PP pipes with stable throughput and efficient feeding.<\/p>\n        <\/div>\n        <div class=\"ermps-meta\"><span><\/span><span class=\"ermps-more\">View Details \u2192<\/span><\/div>\n      <\/a>\n      <a class=\"ermps-product-card animate-on-scroll\" href=\"https:\/\/www.energycle.com\/extruder-lumps-shredder\/\"\n        aria-label=\"Extruder Lumps Shredder\" style=\"animation-delay: 0.15s;\">\n        <div class=\"photo-frame worn-edge\">\n          <img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/06\/Shredder-for-Extruder-Purge.webp\"\n            alt=\"Extruder Lumps Shredder\">\n        <\/div>\n        <div class=\"ermps-body\">\n          <span class=\"label-tag\"><i class=\"fa-solid fa-tag\" aria-hidden=\"true\"><\/i> Lumps &#038; Purge<\/span>\n          <h3>Extruder Lumps Shredder<\/h3>\n          <p>High\u2011torque cutting for purgings, head waste, and dense plastic lumps.<\/p>\n        <\/div>\n        <div class=\"ermps-meta\"><span><\/span><span class=\"ermps-more\">View Details \u2192<\/span><\/div>\n      <\/a>\n      <a class=\"ermps-product-card animate-on-scroll\"\n        href=\"https:\/\/www.energycle.com\/plastic-shredders\/textile-waste-single-shaft-shredder\/\"\n        aria-label=\"Textile Waste Single Shaft Shredder\" style=\"animation-delay: 0.25s;\">\n        <div class=\"photo-frame worn-edge\">\n          <img decoding=\"async\"\n            src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/12\/Textile-Fibre-Carpet-Waste-Single-Shaft-Shredder.webp\"\n            alt=\"Textile Waste Single Shaft Shredder\">\n        <\/div>\n        <div class=\"ermps-body\">\n          <span class=\"label-tag\"><i class=\"fa-solid fa-tag\" aria-hidden=\"true\"><\/i> Textiles<\/span>\n          <h3>Textile Waste Single Shaft Shredder<\/h3>\n          <p>Specialized design for carpets, clothing, and high\u2011fiber waste; prevents wrapping.<\/p>\n        <\/div>\n        <div class=\"ermps-meta\"><span><\/span><span class=\"ermps-more\">View Details \u2192<\/span><\/div>\n      <\/a>\n      <a class=\"ermps-product-card animate-on-scroll\"\n        href=\"https:\/\/www.energycle.com\/double-shaft-shredder-plastic-metal\/\" aria-label=\"Double Shaft Shredder\"\n        style=\"animation-delay: 0.35s;\">\n        <div class=\"photo-frame worn-edge\">\n          <img decoding=\"async\"\n            src=\"https:\/\/recycling.imgix.net\/energycle\/shredder\/Double-shaft%20Shredder%20with%20swing%20arm.webp?auto=format,compress\"\n            alt=\"Double Shaft Shredder\">\n        <\/div>\n        <div class=\"ermps-body\">\n          <span class=\"label-tag\"><i class=\"fa-solid fa-tag\" aria-hidden=\"true\"><\/i> Heavy Duty<\/span>\n          <h3>Double Shaft Shredder<\/h3>\n          <p>Low\u2011speed, high\u2011torque shredding for bulky plastics and mixed materials.<\/p>\n        <\/div>\n        <div class=\"ermps-meta\"><span><\/span><span class=\"ermps-more\">View Details \u2192<\/span><\/div>\n      <\/a>\n      <a class=\"ermps-product-card animate-on-scroll\"\n        href=\"https:\/\/www.energycle.com\/integrated-shredder-granulator-machine\/\"\n        aria-label=\"Integrated Shredder-Granulator Machine\" style=\"animation-delay: 0.45s;\">\n        <div class=\"photo-frame worn-edge\">\n          <img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/05\/Integrated-Shredder-Granulator-Machine.webp\"\n            alt=\"Integrated Shredder-Granulator Machine\">\n        <\/div>\n        <div class=\"ermps-body\">\n          <span class=\"label-tag\"><i class=\"fa-solid fa-tag\" aria-hidden=\"true\"><\/i> All-In-One<\/span>\n          <h3>Integrated Shredder\u2011Granulator<\/h3>\n          <p>One\u2011pass size reduction and granulation with a compact footprint.<\/p>\n        <\/div>\n        <div class=\"ermps-meta\"><span><\/span><span class=\"ermps-more\">View Details \u2192<\/span><\/div>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <section class=\"ermps-wrap animate-on-scroll\">\n    <h2>General FAQ for Plastic Shredders<\/h2>\n    <div class=\"ermps-faq-container\">\n      <div class=\"ermps-faq-item\">\n        <div class=\"ermps-faq-header\">\n          <h3>What types of industrial plastic shredders are available?<\/h3>\n          <div class=\"ermps-faq-icon\"><\/div>\n        <\/div>\n        <div class=\"ermps-faq-content\">Main types include single-shaft shredders (versatile, consistent output size),\n          double-shaft shredders (high torque for tough materials), and quad-shaft shredders (finest output in single\n          pass). Single-shaft is most popular for plastic recycling; double-shaft suits metals and tires; integrated\n          shredder-granulators combine two steps in one machine.<\/div>\n      <\/div>\n      <div class=\"ermps-faq-item\">\n        <div class=\"ermps-faq-header\">\n          <h3>How do I choose the right plastic shredder?<\/h3>\n          <div class=\"ermps-faq-icon\"><\/div>\n        <\/div>\n        <div class=\"ermps-faq-content\">Consider material type (film, rigid, pipe, mixed), required throughput, target\n          output size, and space constraints. Single-shaft shredders with screens provide precise output sizing.\n          Double-shaft shredders handle bulky, tough items. Match motor power to material hardness and desired capacity.\n        <\/div>\n      <\/div>\n      <div class=\"ermps-faq-item\">\n        <div class=\"ermps-faq-header\">\n          <h3>How much does an industrial plastic shredder cost?<\/h3>\n          <div class=\"ermps-faq-icon\"><\/div>\n        <\/div>\n        <div class=\"ermps-faq-content\">Prices typically range from <strong>$10,000 for compact models<\/strong> to\n          <strong>$50,000+ for heavy-duty, high-capacity systems<\/strong>. Costs depend on motor power (22kW\u2013100kW+),\n          rotor size, and brand-name components (Siemens, Schneider). Contact us for a precise quote tailored to your\n          budget and technical requirements.\n        <\/div>\n      <\/div>\n      <div class=\"ermps-faq-item\">\n        <div class=\"ermps-faq-header\">\n          <h3>What throughput capacities can your shredding lines achieve?<\/h3>\n          <div class=\"ermps-faq-icon\"><\/div>\n        <\/div>\n        <div class=\"ermps-faq-content\">Our single-shaft shredders scale from <strong>300 kg\/h<\/strong> for entry-level\n          units up to <strong>1,200 kg\/h<\/strong> and beyond for large-scale lines. Actual capacity varies by material\n          density and screen size (e.g., 40mm vs 80mm).<\/div>\n      <\/div>\n      <div class=\"ermps-faq-item\">\n        <div class=\"ermps-faq-header\">\n          <h3>What types of materials can your industrial shredders process?<\/h3>\n          <div class=\"ermps-faq-icon\"><\/div>\n        <\/div>\n        <div class=\"ermps-faq-content\">Our machines are versatile workhorses. They effectively process <strong>hard\n            plastics<\/strong> (pipes, profiles, lumps, purgings), <strong>soft plastics<\/strong> (films, woven bags,\n          fibers), as well as <strong>wood<\/strong>, <strong>paper<\/strong>, <strong>e-waste<\/strong>, and\n          <strong>general production scrap<\/strong>.<\/div>\n      <\/div>\n      <div class=\"ermps-faq-item\">\n        <div class=\"ermps-faq-header\">\n          <h3>What is the manufacturing lead time for a custom order?<\/h3>\n          <div class=\"ermps-faq-icon\"><\/div>\n        <\/div>\n        <div class=\"ermps-faq-content\">Standard models often ship within <strong>30\u201345 days<\/strong>. For fully\n          customized recycling lines or complex system integrations, allow <strong>60\u201390 days<\/strong> for engineering,\n          manufacturing, and testing.<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"ermps-cta energycle-hero-page\" id=\"final-cta\">\n    <div class=\"ermps-cta-inner\">\n      <div class=\"ermps-cta-content\">\n        <h2 class=\"ermps-cta-title\">Get a Quote<\/h2>\n        <p class=\"ermps-cta-subtitle\">Tell us your materials, screen size, and target throughput. We\u2019ll propose a\n          shredder configuration and budget estimate fast, and if you are building a full line we can size the\n          downstream washing, drying, and pelletizing stages too.<\/p>\n        <ul class=\"ermps-cta-features\">\n          <li class=\"ermps-cta-feature\">Model selection based on feedstock, output size, and throughput<\/li>\n          <li class=\"ermps-cta-feature\">Support for complete recycling lines, not just standalone shredders<\/li>\n          <li class=\"ermps-cta-feature\">Fast guidance on layout, utilities, and wear-part configuration<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"ermps-cta-card\">\n        <h3>Talk to Sales<\/h3>\n        <p>Share your material, desired particle size, and target kg\/h. We\u2019ll recommend the right machine and next\n          steps.<\/p>\n        <div class='fluentform ff-default fluentform_wrapper_1 ffs_default_wrap'><form data-form_id=\"1\" id=\"fluentform_1\" class=\"frm-fluent-form fluent_form_1 ff-el-form-top ff_form_instance_1_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_1_1\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Contact Form<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='7061' \/><input type=\"hidden\" id=\"_fluentform_1_fluentformnonce\" name=\"_fluentform_1_fluentformnonce\" value=\"f50f42dff7\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/de\/wp-json\/wp\/v2\/pages\/7061\" \/><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_first_name_' id='label_ff_1_names_first_name_' >First Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_1_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"First Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_last_name_' id='label_ff_1_names_last_name_' >Last Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[last_name]\" id=\"ff_1_names_last_name_\" class=\"ff-el-form-control\" placeholder=\"Last Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_email' id='label_ff_1_email' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_1_email\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_subject' id='label_ff_1_subject' aria-label=\"Subject\">Subject<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"subject\" class=\"ff-el-form-control\" placeholder=\"Subject\" data-name=\"subject\" id=\"ff_1_subject\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_message' id='label_ff_1_message' aria-label=\"Your Message\">Your Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"true\" aria-labelledby=\"label_ff_1_message\" name=\"message\" id=\"ff_1_message\" class=\"ff-el-form-control\" placeholder=\"Your Message\" rows=\"4\" cols=\"2\" data-name=\"message\" ><\/textarea><\/div><\/div><div class='ff-el-group ' ><div class='ff-el-input--content'><div data-fluent_id='1' name='h-captcha-response'><div\n\t\tdata-sitekey='b6bae662-9dec-41b0-803c-bebe5a608ce0'\n\t\tid='fluentform-hcaptcha-1-1'\n\t\tclass='ff-el-hcaptcha h-captcha'><\/div><\/div><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style wpf_has_custom_css\"  aria-label=\"Submit Form\">Submit Form<\/button><\/div><\/fieldset><\/form><div id='fluentform_1_errors' class='ff-errors-in-stack ff_form_instance_1_1 ff-form-loading_errors ff_form_instance_1_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_1_1 = {\"id\":\"1\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_1_1\",\"form_id_selector\":\"fluentform_1\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":false,\"global_message\":\"This field must contain a valid email\"}},\"subject\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"message\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}}},\"debounce_time\":300};\n                            <\/script>\n            \n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n\n<script>\n  function loadErmpsVideo(container) {\n    const videoId = container.getAttribute('data-video-id');\n    const parent = container.parentElement;\n    parent.innerHTML = `<iframe src=\"https:\/\/www.youtube.com\/embed\/${videoId}?autoplay=1&#038;rel=0&#038;modestbranding=1\" allowfullscreen allow=\"autoplay\"><\/iframe>`;\n  }\n\n  document.addEventListener('click', (e) => {\n    const a = e.target.closest('a[href^=\"#\"]');\n    if (!a) return;\n    const el = document.querySelector(a.getAttribute('href'));\n    if (el) { e.preventDefault(); el.scrollIntoView({ behavior: 'smooth', block: 'start' }); }\n  });\n\n  document.addEventListener('DOMContentLoaded', () => {\n    const accordionItems = document.querySelectorAll('.ermps-faq-item');\n    accordionItems.forEach(item => {\n      const header = item.querySelector('.ermps-faq-header');\n      if (header) {\n        header.addEventListener('click', () => {\n          const isActive = item.classList.contains('active');\n          accordionItems.forEach(i => i.classList.remove('active'));\n          if (!isActive) {\n            item.classList.add('active');\n          }\n        });\n      }\n    });\n  });\n\n  document.addEventListener('DOMContentLoaded', function () {\n    const animateElements = document.querySelectorAll('#ermps .animate-on-scroll, #ermps .reveal');\n    const prefersReducedMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n\n    if (!prefersReducedMotion) {\n      const observerOptions = {\n        threshold: 0.1,\n        rootMargin: '0px 0px -50px 0px'\n      };\n\n      const observer = new IntersectionObserver(function (entries) {\n        entries.forEach(function (entry) {\n          if (entry.isIntersecting) {\n            const el = entry.target;\n            el.classList.add('visible');\n            observer.unobserve(el);\n          }\n        });\n      }, observerOptions);\n\n      document.querySelectorAll('#ermps .animate-on-scroll, #ermps .reveal').forEach(function (el) {\n        observer.observe(el);\n      });\n    } else {\n      animateElements.forEach(function (el) {\n        el.classList.add('visible');\n      });\n    }\n  });\n<\/script>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What types of industrial plastic shredders are available?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Main types include single-shaft shredders (versatile, consistent output size), double-shaft shredders (high torque for tough materials), and quad-shaft shredders (finest output in single pass). Single-shaft is most popular for plastic recycling; double-shaft suits metals and tires; integrated shredder-granulators combine two steps in one machine.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I choose the right plastic shredder?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Consider material type (film, rigid, pipe, mixed), required throughput, target output size, and space constraints. Single-shaft shredders with screens provide precise output sizing. Double-shaft shredders handle bulky, tough items. Match motor power to material hardness and desired capacity.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much does an industrial plastic shredder cost?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Prices typically range from $10,000 for compact models to $50,000+ for heavy-duty, high-capacity systems. Costs depend on motor power (22kW\u2013100kW+), rotor size, and brand-name components.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What throughput capacities can your shredding lines achieve?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Our single-shaft shredders scale from 300 kg\/h for entry-level units up to 1,200 kg\/h and beyond for large-scale lines. Actual capacity varies by material density and screen size.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What types of materials can your industrial shredders process?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Our machines are versatile workhorses. They effectively process hard plastics (pipes, profiles, lumps, purgings), soft plastics (films, woven bags, fibers), as well as wood, paper, e-waste, and general production scrap.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the manufacturing lead time for a custom order?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Standard models often ship within 30\u201345 days. For fully customized recycling lines or complex system integrations, allow 60\u201390 days for engineering, manufacturing, and testing.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n\n<div style=\"margin-top:40px;padding:25px;background:#f8f9fa;border-radius:8px;\">\n  <h2 style=\"color:#333;margin-top:0;\">Shredder Guides &#038; Technical Resources<\/h2>\n  <ul style=\"list-style:none;padding:0;\">\n    <li style=\"padding:8px 0;border-bottom:1px solid #eee;\"><a\n        href=\"https:\/\/www.energycle.com\/industrial-shredders-guide\/\"\n        style=\"color:#0066cc;text-decoration:none;\">Industrial Shredders Guide<\/a><\/li>\n    <li style=\"padding:8px 0;border-bottom:1px solid #eee;\"><a\n        href=\"https:\/\/www.energycle.com\/essential-guide-to-shredder-blades\/\"\n        style=\"color:#0066cc;text-decoration:none;\">Shredder Blades Guide<\/a><\/li>\n    <li style=\"padding:8px 0;border-bottom:1px solid #eee;\"><a\n        href=\"https:\/\/www.energycle.com\/shredder-vs-granulator-vs-pelletizer-selection-rules\/\"\n        style=\"color:#0066cc;text-decoration:none;\">Shredder vs Granulator vs Pelletizer<\/a><\/li>\n    <li style=\"padding:8px 0;border-bottom:1px solid #eee;\"><a\n        href=\"https:\/\/www.energycle.com\/single-shaft-shredder-maintenance-daily-checks-knife-clearance\/\"\n        style=\"color:#0066cc;text-decoration:none;\">Shredder Maintenance Tips<\/a><\/li>\n    <li style=\"padding:8px 0;border-bottom:1px solid #eee;\"><a\n        href=\"https:\/\/www.energycle.com\/industrial-shredder-machine-selection-guide-for-plastic-recycling\/\"\n        style=\"color:#0066cc;text-decoration:none;\">Shredder Selection Guide<\/a><\/li>\n  <\/ul>\n<\/div>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"VideoObject\",\n  \"@id\": \"#video\",\n  \"name\": \"Single Shaft Shredder \u2013 Working Principle\",\n  \"description\": \"Animation and live shots explaining rotor\/stator cutting, hydraulic infeed, and screen\u2011controlled sizing.\",\n  \"thumbnailUrl\": [\n    \"https:\/\/i.ytimg.com\/vi\/_mDL7Gy6G6U\/maxresdefault.jpg\"\n  ],\n  \"embedUrl\": \"https:\/\/www.youtube.com\/embed\/_mDL7Gy6G6U\",\n  \"contentUrl\": \"https:\/\/www.youtube.com\/watch?v=_mDL7Gy6G6U\",\n  \"uploadDate\": \"2025-06-11T00:00:00Z\",\n  \"duration\": \"PT1M30S\",\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"5\",\n    \"bestRating\": \"5\",\n    \"ratingCount\": \"12\"\n  },\n  \"isPartOf\": { \"@type\": \"WebPage\", \"@id\": \"#webpage\" },\n  \"potentialAction\": { \"@type\": \"WatchAction\", \"target\": [\"https:\/\/www.youtube.com\/watch?v=v1SHAdTiax0\"] }\n}\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Recycling Solutions \u203a Plastic Shredders Industrial Shredders for Recycling High-efficiency, highly versatile, and built for reliability \u2014 engineered to deliver uniform, controllable output across a wide range of materials with stable, low-noise operation. Get a Quote Need a Complete Recycling Line? \u2192 Shredding Is the First Step of a Complete Recycling Line A shredder is &hellip; <a href=\"https:\/\/www.energycle.com\/de\/kunststoffzerkleinerer\/\" class=\"more-link\">Weiterlesen <span class=\"screen-reader-text\">Industrielle Kunststoffzerkleinerer f\u00fcr das Recycling<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":17421,"parent":0,"menu_order":23,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7061","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/pages\/7061","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/comments?post=7061"}],"version-history":[{"count":4,"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/pages\/7061\/revisions"}],"predecessor-version":[{"id":18276,"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/pages\/7061\/revisions\/18276"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/media\/17421"}],"wp:attachment":[{"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/media?parent=7061"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}