{"id":14306,"date":"2025-08-09T09:36:29","date_gmt":"2025-08-09T07:36:29","guid":{"rendered":"https:\/\/www.energycle.com\/?page_id=14306"},"modified":"2025-08-17T09:03:43","modified_gmt":"2025-08-17T07:03:43","slug":"riciclaggio-del-pvc-spiegato","status":"publish","type":"page","link":"https:\/\/www.energycle.com\/it\/riciclaggio-del-pvc-spiegato\/","title":{"rendered":"Spiegazione del riciclaggio del PVC"},"content":{"rendered":"\n<style>\n\/* PVC RECYCLING \u2013 REFACTORED v2 (areas + clamp + a11y) *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700&family=Patrick+Hand&display=swap');\n\n\/* Scope root *\/\n.pvc-recycling-section{\n  \/* tokens *\/\n  --bg:#eaf4f7;\n  --primary:#a8d0e6;\n  --accent:#4a7c8e;\n  --text:#3c4043;\n  --white:#fff;\n  --bubble:#8ec0d6;\n  --muted:rgba(255,255,255,.7);\n\n  --gap-xl:4rem;     \/* section spacing *\/\n  --gap-lg:3rem;     \/* block spacing \/ grid gap *\/\n  --gap-md:1.5rem;   \/* medium gap *\/\n  --pad-x: var(--wp--style--root--padding-left, 1rem);\n  --radius-lg:15px; --radius-pill:30px; --radius-sm:5px;\n  --shadow:0 4px 10px rgba(0,0,0,.05);\n\n  --img-w:clamp(160px, 22vw, 220px);\n  --step-img-w:clamp(120px, 16vw, 250px);\n  --step-img-h:auto;\n\n  font-family:'Lato',sans-serif;\n  background:transparent;     \/* \u80cc\u666f\u53ea\u653e container \u5185 *\/\n  color:var(--text);\n  line-height:1.6;\n  padding:0;                  \/* \u7559\u767d\u4ea4\u7ed9 .container *\/\n}\n\n\/* scoped reset\uff08\u4e0d\u52a8\u5b9a\u4f4d\/z-index\uff09 *\/\n.pvc-recycling-section :where(*){ box-sizing:border-box; margin:0; padding:0; }\n\n\/* universal image safety *\/\n.pvc-recycling-section img{ max-width:100%; height:auto; }\n\n\/* container *\/\n.pvc-recycling-section .container{\n  max-width: var(--wp--style--global--content-size, 1200px);\n  width:100%;\n  margin-inline:auto;\n  padding-block:2rem;\n  padding-inline:var(--pad-x);\n  background:var(--bg);\n  border-radius:0;\n}\n\n\/* headings *\/\n.pvc-recycling-section :where(h1,h2,h3){ font-family:'Patrick Hand',cursive; font-weight:400; }\n\n\/* header *\/\n.pvc-recycling-section .header{ text-align:center; margin-block-end:var(--gap-xl); }\n.pvc-recycling-section .hero-icon{ width:var(--img-w); height:auto; margin-block-end:1rem; }\n.pvc-recycling-section .header h2{ font-size:clamp(2.2rem, 6vw, 4rem); color:var(--primary); line-height:1.2; }\n.pvc-recycling-section .header .subtitle{ font-size:clamp(1.4rem, 4.5vw, 2.5rem); color:var(--accent); margin: .5rem 0 1.5rem; }\n.pvc-recycling-section .header p{ max-width:650px; margin:1.5rem auto 0; font-size:1.1rem; }\n\n\/* process intro pill *\/\n.pvc-recycling-section .process-intro{ text-align:center; margin-block-end:var(--gap-xl); }\n.pvc-recycling-section .process-intro h3{\n  background:var(--primary); color:var(--text);\n  padding:.7rem 2rem; border-radius:var(--radius-pill);\n  display:inline-block; font-size:1.5rem; box-shadow:var(--shadow);\n}\n\n\/* steps (areas for stable alternating) *\/\n.pvc-recycling-section .step{\n  display:grid; align-items:center; gap:var(--gap-lg);\n  grid-template-columns: minmax(140px, 1fr) 2fr;\n  grid-template-areas: \"img content\";\n  margin-block-end:var(--gap-xl);\n}\n.pvc-recycling-section .step.reverse{\n  grid-template-columns: 2fr minmax(140px, 1fr);\n  grid-template-areas: \"content img\";\n}\n.pvc-recycling-section .step-image{ grid-area:img; text-align:center; }\n.pvc-recycling-section .step-content{ grid-area:content; }\n.pvc-recycling-section .step-image img{\n  width:var(--step-img-w); height:var(--step-img-h);\n  filter: drop-shadow(0 4px 6px rgba(0,0,0,.1));\n}\n.pvc-recycling-section .step-content h2{\n  background:var(--primary); color:var(--text);\n  padding:.6rem 1.5rem; border-radius:var(--radius-sm);\n  display:inline-block; font-size:2.2rem; margin-block-start:0;\n}\n.pvc-recycling-section .info-bubble{\n  border:2px dashed var(--bubble); border-radius:var(--radius-lg);\n  padding:1rem 1.5rem; margin-block-start:1rem;\n  background:var(--white); color:var(--accent);\n  position:relative;\n}\n\n\/* enriched content *\/\n.pvc-recycling-section .content-block{\n  margin-block:var(--gap-xl);\n  padding:2rem;\n  background:var(--muted);\n  border-radius:var(--radius-lg);\n}\n.pvc-recycling-section .content-block h2{\n  text-align:center; font-size:2.5rem; color:var(--accent);\n  margin-block:0 2rem;\n}\n.pvc-recycling-section .content-block ul{ list-style:none; padding-left:0; }\n.pvc-recycling-section .content-block ul li{\n  padding-left:2rem; position:relative; margin-block-end:1rem; font-size:1.1rem;\n}\n.pvc-recycling-section .content-block ul li::before{\n  content:'\u2714'; position:absolute; left:0; top:-2px; color:var(--accent);\n  font-size:1.5rem; font-weight:700;\n}\n.pvc-recycling-section .faq-item{ margin-block-end:2rem; }\n.pvc-recycling-section .faq-question{ font-weight:700; font-size:1.2rem; color:var(--text); margin-block-end:.5rem; }\n.pvc-recycling-section .faq-answer{ margin-inline-start:1rem; color:var(--accent); }\n\n\/* CTA *\/\n.pvc-recycling-section .cta-section{\n  text-align:center; padding:2rem; margin:var(--gap-xl) auto; max-width:700px;\n  background:var(--white); border-radius:var(--radius-lg); border:2px solid var(--primary); box-shadow:var(--shadow);\n}\n.pvc-recycling-section .cta-section p{ margin:0; font-size:1.2rem; line-height:1.7; color:var(--text); }\n.pvc-recycling-section .cta-section a{\n  color:var(--accent); text-decoration:none; font-weight:700;\n  border-bottom:2px solid var(--accent); padding-bottom:2px; transition: color .2s, border-bottom-color .2s;\n}\n.pvc-recycling-section .cta-section a:hover{ color:var(--primary); border-bottom-color:var(--primary); }\n.pvc-recycling-section .cta-section a:focus-visible{\n  outline:3px solid color-mix(in oklab, var(--accent) 60%, white); outline-offset:2px;\n}\n\n\/* footer *\/\n.pvc-recycling-section .footer{\n  text-align:center; padding:3rem 1rem; background:var(--primary); color:var(--text); margin-block-start:2rem;\n}\n.pvc-recycling-section .footer p{ font-family:'Patrick Hand',cursive; font-size:2rem; margin:0; }\n\n\/* responsive *\/\n@media (max-width:768px){\n  .pvc-recycling-section .header h2{ font-size:3rem; }\n  .pvc-recycling-section .header .subtitle{ font-size:1.8rem; }\n  .pvc-recycling-section .hero-icon{ width:140px; }\n\n  .pvc-recycling-section .step,\n  .pvc-recycling-section .step.reverse{\n    grid-template-columns:1fr;\n    grid-template-areas:\n      \"img\"\n      \"content\";\n    gap:var(--gap-md);\n  }\n  .pvc-recycling-section .step-content{ text-align:center; }\n  .pvc-recycling-section .step-image img{ width:120px; }\n\n  .pvc-recycling-section .content-block h2{ font-size:2rem; }\n}\n\n\/* optional: reduced motion *\/\n@media (prefers-reduced-motion: reduce){\n  .pvc-recycling-section *{ animation:none !important; transition:none !important; }\n}\n<\/style>\n\n<div class=\"pvc-recycling-section\">\n    <div class=\"container\">\n        <header class=\"header\">\n            <!-- User replaces this SVG -->\n            <img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/08\/PVC-Recycling.svg\" alt=\"Animated icon of a PVC window frame\" class=\"hero-icon\">\n            <h2>The PVC Recycling Process Explained<\/h2>\n            <h2 class=\"subtitle\">Looking Through Your New Window Frame<\/h2>\n            <p>PVC (polyvinyl chloride) is everywhere in the built environment\u2014from window and door profiles to pipes, cable ducts, and flooring. Because rigid PVC can be recovered and reprocessed multiple times, <strong>PVC recycling<\/strong> turns bulky end-of-life components into valuable rPVC feedstock and keeps construction materials in a true circular loop.<\/p>\n        <\/header>\n\n        <main>\n            <div class=\"process-intro\">\n                <h3>HERE&#8217;S A STEP-BY-STEP RUNDOWN OF THE PVC RECYCLING PROCESS<\/h3>\n            <\/div>\n            \n            <section class=\"step\">\n                <div class=\"step-image\"><img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/08\/pvc-COLLECTION.svg\" alt=\"Step 1: Collection of bulky PVC waste\"><\/div>\n                <div class=\"step-content\">\n                    <h2>1. COLLECTION<\/h2>\n                    <p>The journey starts with collecting bulky post-consumer and post-industrial PVC\u2014think old window frames, off-cuts, and pipes from renovation and demolition. Long pieces are cut into handy 1.5-meter lengths to simplify handling and downstream processing.<\/p>\n                <\/div>\n            <\/section>\n            \n            <section class=\"step reverse\">\n                <div class=\"step-image\"><img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/08\/pvc-SORTING.svg\" alt=\"Step 2: Sorting and shredding PVC\"><\/div>\n                <div class=\"step-content\">\n                    <h2>2. SORTING<\/h2>\n                    <p>Non-PVC parts\u2014like metal reinforcements, hinges, and seals\u2014are removed. Over-belt magnets and eddy-current systems pull out metals, and the remaining frames are shredded into uniform pieces for efficient cleaning.<\/p>\n                    <div class=\"info-bubble\"><p>Design-for-Recycling guidelines help here: easy-to-remove hardware, peelable seals, and recyclable sleeve\/foil choices speed up <strong>PVC recycling<\/strong> and improve yield.<\/p><\/div>\n                <\/div>\n            <\/section>\n            \n            <section class=\"step\">\n                <div class=\"step-image\"><img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/08\/pvc-WASHING.svg\" alt=\"Step 3: Washing shredded PVC pieces\"><\/div>\n                <div class=\"step-content\">\n                    <h2>3. WASHING<\/h2>\n                    <p>Shredded pieces are thoroughly washed to lift off dust, rubber, wood, adhesives, and other contaminants. Depending on the line, multiple separation and wash cycles are used to reach the required purity for high-quality rPVC.<\/p>\n                    <div class=\"info-bubble\"><p>Process water is typically filtered and recirculated in a closed loop\u2014cutting water use and minimizing environmental impact.<\/p><\/div>\n                <\/div>\n            <\/section>\n\n            <section class=\"step reverse\">\n                <div class=\"step-image\"><img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/08\/pvc-GRINDING.svg\" alt=\"Step 4: Grinding PVC into smaller fragments\"><\/div>\n                <div class=\"step-content\">\n                    <h2>4. GRINDING<\/h2>\n                    <p>Clean PVC is further size-reduced into fine, consistent fragments. A narrow particle-size distribution improves heat transfer and delivers uniform melting and color during extrusion.<\/p>\n                    <div class=\"info-bubble\"><p>Consistency at this stage is critical for stable throughput and high-quality surface finish in the final product.<\/p><\/div>\n                <\/div>\n            <\/section>\n\n            <section class=\"step\">\n                <div class=\"step-image\"><img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/08\/pvc-DUST-SEPARATION.svg\" alt=\"Step 5: Dust separation from PVC flakes\"><\/div>\n                <div class=\"step-content\">\n                    <h2>5. DUST SEPARATION<\/h2>\n                    <p>Powerful aspiration removes fines and light residues\u2014think of a giant industrial vacuum. Taking out dust at this point protects downstream filters and improves the cleanliness of the rPVC flakes.<\/p>\n                <\/div>\n            <\/section>\n            \n            <section class=\"step reverse\">\n                <div class=\"step-image\"><img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/08\/pvc-STORAGE.svg\" alt=\"Step 6: Storing cleaned PVC flakes in a silo\"><\/div>\n                <div class=\"step-content\">\n                    <h2>6. STORAGE<\/h2>\n                    <p>Clean, dry flakes are buffered in silos. Blending across batches helps keep properties consistent so extrusion runs smoothly and finished profiles stay on-spec.<\/p>\n                <\/div>\n            <\/section>\n\n             <section class=\"step\">\n                <div class=\"step-image\"><img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/08\/pvc-EXTRUSION.svg\" alt=\"Step 7: Extrusion of PVC into pellets\"><\/div>\n                <div class=\"step-content\">\n                    <h2>7. EXTRUSION<\/h2>\n                    <p>Flakes are heated, filtered, and homogenized before being formed into uniform pellets\u2014recycled PVC (rPVC). Stabilizers and process controls ensure the melt stays within the right window for color, viscosity, and mechanical performance.<\/p>\n                    <div class=\"info-bubble\"><p>rPVC pellets are a standardized raw material\u2014easy to transport, store, dose, and feed into manufacturing lines for new products.<\/p><\/div>\n                <\/div>\n            <\/section>\n\n             <section class=\"step reverse\">\n                <div class=\"step-image\"><img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/08\/pvc-QUALITY-CONTROL.svg\" alt=\"Step 8: Quality control testing of recycled PVC\"><\/div>\n                <div class=\"step-content\">\n                    <h2>8. QUALITY CONTROL<\/h2>\n                    <p>Laboratory checks verify strength, color, and purity. Typical tests include density and ash content, color\/whiteness (b*), tensile\/impact performance, particle-size checks, and PVC-specific metrics such as K-value\/viscosity number\u2014ensuring every batch meets strict specifications.<\/p>\n                    <div class=\"info-bubble\"><p>Consistent QC keeps rPVC suitable for long-life applications like window profiles and pipe systems.<\/p><\/div>\n                <\/div>\n            <\/section>\n\n            <section class=\"step\">\n                <div class=\"step-image\"><img decoding=\"async\" src=\"https:\/\/www.energycle.com\/wp-content\/uploads\/2025\/08\/pvc-NEW-RECYCLED-PRODUCT.svg\" alt=\"Step 9: New recycled PVC product like a window frame\"><\/div>\n                <div class=\"step-content\">\n                    <h2>9. NEW RECYCLED PRODUCT<\/h2>\n                    <p>Once approved, rPVC pellets are ready for manufacturing new, long-lasting products\u2014such as window and door profiles, pipework, and other building components\u2014closing the loop on <strong>PVC recycling<\/strong>.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- Enriched Content Sections -->\n            <div class=\"content-block\">\n                <h2>Why is PVC Recycling Crucial?<\/h2>\n                <ul>\n                    <li><strong>Reduces bulky waste:<\/strong> Diverts construction &#038; demolition materials from landfill and extends product lifecycles.<\/li>\n                    <li><strong>Conserves resources:<\/strong> Cuts demand for virgin feedstocks by turning end-of-life PVC into rPVC.<\/li>\n                    <li><strong>Saves energy:<\/strong> Producing rPVC generally requires less energy than making virgin PVC from scratch.<\/li>\n                    <li><strong>Maintains performance:<\/strong> Rigid PVC can be recycled multiple times while retaining durable mechanical properties in the right applications.<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"content-block\">\n                <h2>Common Products from Recycled PVC<\/h2>\n                <ul>\n                    <li><strong>New window &#038; door profiles:<\/strong> A key outlet for high-quality, window-grade rPVC.<\/li>\n                    <li><strong>Pipes and fittings:<\/strong> Drainage, sewer, and cable protection systems.<\/li>\n                    <li><strong>Flooring and mats:<\/strong> Resilient tiles and durable commercial mats.<\/li>\n                    <li><strong>Traffic management:<\/strong> Cones, speed bumps, and signage components.<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"content-block\">\n                <h2>Frequently Asked Questions (FAQ)<\/h2>\n                <div class=\"faq-item\">\n                    <p class=\"faq-question\">Q: What makes PVC ideal for window frames?<\/p>\n                    <p class=\"faq-answer\">A: PVC resists moisture, weathering, and chemicals, offers strong thermal insulation, and needs minimal maintenance\u2014perfect for long-life window and door systems.<\/p>\n                <\/div>\n                <div class=\"faq-item\">\n                    <p class=\"faq-question\">Q: Can all PVC products be recycled together?<\/p>\n                    <p class=\"faq-answer\">A: Not always. Rigid PVC (profiles, pipes) and flexible PVC (hoses, films) use different formulations and should be processed in compatible streams for the best results.<\/p>\n                <\/div>\n                 <div class=\"faq-item\">\n                    <p class=\"faq-question\">Q: Is recycled PVC as strong as new PVC?<\/p>\n                    <p class=\"faq-answer\">A: Yes\u2014when correctly processed and formulated. In window profiles, for example, recycled core layers can be co-extruded with thin virgin skins to deliver a pristine outer appearance and stable long-term performance.<\/p>\n                <\/div>\n            <\/div>\n            \n        <\/main>\n        \n        <div class=\"cta-section\">\n            <p>This multi-stage process depends on robust, precise machinery. At Energycle Machine, we supply industrial-grade <a href=\"https:\/\/www.energycle.com\/rigid-plastic-washing-line-for-pp-hdpe-pvc\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>PVC recycling equipment<\/strong><\/a> for each step\u2014helping convert old PVC into high-value rPVC efficiently and consistently.<\/p>\n        <\/div>\n\n    <\/div>\n\n    <footer class=\"footer\">\n        <p>So next time you look through a window, remember: it may have started as someone else\u2019s old frame\u2014now back, better than ever.<\/p>\n    <\/footer>\n<\/div>\n<!-- PVC RECYCLING - OPTIMIZED VERSION WITH ADVANCED CSS - END -->\n\n\n\n<h2 class=\"wp-block-heading\">Related Resources<\/h2>\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.energycle.com\/pvc-recycling-explained\/\">PVC Recycling Explained<\/a><\/li>\n<li><a href=\"https:\/\/www.energycle.com\/pvc-plastic-grinding-machine\/\">Industrial PVC Pulverizers<\/a><\/li>\n<li><a href=\"https:\/\/www.energycle.com\/vertical-crusher-for-pvc-pipe-and-profiles\/\">Vertical Granulator for PVC Pipes<\/a><\/li>\n<li><a href=\"https:\/\/www.energycle.com\/cost-benefit-analysis-of-investing-in-pvc-recycling-equipment\/\">PVC Recycling Equipment Cost-Benefit Analysis<\/a><\/li>\n<li><a href=\"https:\/\/www.energycle.com\/pvc-recycling-machines-key-features-to-look-for\/\">PVC Recycling Machines: Key Features<\/a><\/li>\n<li><a href=\"https:\/\/www.energycle.com\/tire-shredder\/\">Tire Shredder<\/a><\/li>\n<\/ul>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the PVC recycling process?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"PVC recycling involves collection and sorting, size reduction (shredding\/granulating), washing to remove contaminants, separation from other materials, and either pelletizing or pulverizing for reuse. Mechanical recycling is most common, preserving PVC's properties for use in new products like pipes, profiles, and flooring.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is PVC difficult to recycle?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"PVC has some unique recycling challenges\u2014it requires careful temperature control (degradation above 140\u00b0C), cannot be mixed with other plastics, and legacy formulations may contain lead stabilizers. However, with proper equipment and sorting, PVC is highly recyclable and can be processed up to 8 times without significant quality loss.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What products are made from recycled PVC?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Recycled PVC is used to make pipes, window profiles, cable ducting, flooring tiles, garden hoses, traffic cones, speed bumps, and noise barriers. In the construction sector, recycled PVC often meets the same performance specifications as virgin material.\"\n      }\n    }\n  ]\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>The PVC Recycling Process Explained Looking Through Your New Window Frame PVC (polyvinyl chloride) is everywhere in the built environment\u2014from window and door profiles to pipes, cable ducts, and flooring. Because rigid PVC can be recovered and reprocessed multiple times, PVC recycling turns bulky end-of-life components into valuable rPVC feedstock and keeps construction materials in &hellip; <a href=\"https:\/\/www.energycle.com\/it\/riciclaggio-del-pvc-spiegato\/\" class=\"more-link\">Continua a leggere <span class=\"screen-reader-text\">Spiegazione del riciclaggio del PVC<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":14322,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-14306","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/www.energycle.com\/it\/wp-json\/wp\/v2\/pages\/14306","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.energycle.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.energycle.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/it\/wp-json\/wp\/v2\/comments?post=14306"}],"version-history":[{"count":0,"href":"https:\/\/www.energycle.com\/it\/wp-json\/wp\/v2\/pages\/14306\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/it\/wp-json\/wp\/v2\/media\/14322"}],"wp:attachment":[{"href":"https:\/\/www.energycle.com\/it\/wp-json\/wp\/v2\/media?parent=14306"}],"curies":[{"name":"parola chiave","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}