{"id":6664,"date":"2025-12-01T06:13:14","date_gmt":"2025-12-01T05:13:14","guid":{"rendered":"https:\/\/paperwise.eu\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/"},"modified":"2026-03-17T10:09:15","modified_gmt":"2026-03-17T09:09:15","slug":"plastic-free-bio-packaging-snack-vegetables-soft-fruit","status":"publish","type":"post","link":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/","title":{"rendered":"Plastic-free bio packaging for (snack) vegetables and soft fruit"},"content":{"rendered":"\n<section class=\"section-hero-paperwise text-color-light\" >\n    <div class=\"hero-background \" style=\"background-image: url('https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging.jpg');\">\n\n        \n        <div class=\"container-fluid h-100 pt-4 pb-4\">\n            <div class=\"row h-100\">\n                <div class=\"col-12 d-flex align-items-end\">\n                    <div class=\"hero-content\">\n                                                    <h1 class=\"hero-title\">\n                                <span class=\"hero-title-highlight\">Plastic-free bio packaging for (snack)<\/span> vegetables and soft fruit                            <\/h1>\n                        \n                        \n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n<script src=\"https:\/\/www.youtube.com\/iframe_api\"><\/script>\n<script src=\"https:\/\/player.vimeo.com\/api\/player.js\"><\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ Vimeo can run immediately since the SDK loads synchronously enough\n    const heroVideos = document.querySelectorAll('.hero-video-wrapper iframe');\n    heroVideos.forEach(iframe => {\n        if (iframe.src.includes('vimeo.com')) {\n            const player = new Vimeo.Player(iframe);\n            player.getDuration().then(duration => {\n                player.on('timeupdate', data => {\n                    if (data.seconds >= duration - 1) {\n                        player.setCurrentTime(0).then(() => player.play());\n                    }\n                });\n            });\n        }\n    });\n\n    \/\/ Collect YouTube iframes to initialize once the API is ready\n    window._ytHeroIframes = document.querySelectorAll('.hero-video-wrapper iframe[src*=\"youtube.com\"]');\n});\n\n\/\/ This is called automatically by the YouTube API once it's fully loaded\nwindow.onYouTubeIframeAPIReady = function() {\n    if (!window._ytHeroIframes) return;\n\n    window._ytHeroIframes.forEach(iframe => {\n        const videoId = iframe.src.match(\/embed\\\/([^?&]+)\/)[1];\n        const parent = iframe.parentNode;\n        iframe.remove();\n\n        const ytDiv = document.createElement('div');\n        ytDiv.id = 'yt-hero-' + Math.floor(Math.random() * 10000);\n        ytDiv.classList.add('hero-video');\n        parent.appendChild(ytDiv);\n\n        new YT.Player(ytDiv.id, {\n            videoId: videoId,\n            playerVars: {\n                autoplay: 1,\n                controls: 0,\n                loop: 1,\n                playlist: videoId,\n                mute: 1,\n                modestbranding: 1,\n                disablekb: 1,\n                playsinline: 1\n            },\n            events: {\n                onReady: function(event) {\n                    const duration = event.target.getDuration();\n                    setInterval(() => {\n                        const current = event.target.getCurrentTime();\n                        if (current >= duration - 1) {\n                            event.target.seekTo(0);\n                            event.target.playVideo();\n                        }\n                    }, 800);\n                }\n            }\n        });\n    });\n};\n<\/script>\n<section id=\"section-text-block_4b870e5939afddd533d33defe5ec2d9b\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <p>It would be wonderful to package those delicious soft fruits and crunchy vegetable snacks more sustainably than in current plastic containers. But how can you manage the moisture from vegetables and fruit in sustainable, plastic-free packaging? More and more packagers and retailers are switching to environmentally friendly packaging, increasing the demand for moisture-resistant sustainable paperboard.  <\/p>\n<p>PaperWise has therefore developed a special moisture-resistant paperboard type for packaging soft fruit and vegetable snacks: unbleached light brown <a href=\"https:\/\/paperwise.eu\/shop\/?_sfm_soort_papier_%26_karton=PaperWise%20Natural%20Moisture%20Resistant\">PaperWise Natural Moisture Resistant paperboard<\/a>, available in weights of 200, 226, 263, and 295 grams. Furthermore, this paperboard is both recyclable and compostable. After use by the consumer, PaperWise Natural paperboard can be recycled with waste paper without any issues. The advantage for supermarkets is that they do not need to unpack unsold stock, as PaperWise Natural paperboard is suitable for fermentation and certified for composting (both industrial and home composting). Away with plastic packaging! A very thin bio-plastic film\u2014made from plants\u2014completes the packaging based on renewable raw materials.     <\/p>\n<p>In the example below, we see organic blueberries from the brand <a href=\"https:\/\/www.natureandmore.com\/nl\">Nature &amp; More<\/a>. This sustainable paperboard packaging is designed with a flat seal edge to close the packaging quickly, safely, and securely while still offering maximum visibility. Naturally, it is also possible to design the bio-paperboard packaging to close with a transparent bio-lid instead of a flat seal edge.  <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"section-full-width-image-wrapper\">\n    <section class=\"section-full-width-image section-full-width-image height-medium parallax-enabled\" >\n                    <div class=\"image-container\">\n                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-organic-compostable-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging-nature-and-more.jpg\"\n                     alt=\"\"\n                     class=\"full-width-image\"\n                     loading=\"lazy\">\n            <\/div>\n            <\/section>\n\n    <\/div>\n\n<script>\n(function() {\n    const parallaxSection = document.querySelector('.section-full-width-image.parallax-enabled');\n    if (!parallaxSection) return;\n\n    const parallaxImage = parallaxSection.querySelector('.full-width-image');\n    if (!parallaxImage) return;\n\n    function updateParallax() {\n        const rect = parallaxSection.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        \/\/ Check if section is in viewport\n        if (rect.bottom > 0 && rect.top < windowHeight) {\n            \/\/ Calculate scroll progress (0 to 1) relative to viewport\n            const scrollProgress = (windowHeight - rect.top) \/ (windowHeight + rect.height);\n\n            \/\/ Move image from -20% to +20% based on scroll progress\n            const movement = (scrollProgress - 0.5) * 40; \/\/ -20 to +20\n\n            parallaxImage.style.transform = `translate3d(0, ${movement}%, 0)`;\n        }\n    }\n\n    \/\/ Throttle scroll event for better performance\n    let ticking = false;\n    window.addEventListener('scroll', function() {\n        if (!ticking) {\n            window.requestAnimationFrame(function() {\n                updateParallax();\n                ticking = false;\n            });\n            ticking = true;\n        }\n    });\n\n    \/\/ Initial call\n    updateParallax();\n})();\n<\/script>\n\n<section id=\"section-text-block_79dd55e643c102c249dd602a70343c4a\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <p>Packaging company Zalpak has developed the first paperboard top-seal packaging from PaperWise. This is a significant development as a patent application is pending for the top-seal packaging! The US and Canada-based company <a href=\"https:\/\/www.muccifarms.com\/\">Mucci Farms<\/a> won the &#8220;Best Sustainable Packaging Award&#8221; at Fresh Summit 2019 with this PaperWise top-seal packaging.  <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"section-full-width-image-wrapper\">\n    <section class=\"section-full-width-image section-full-width-image height-medium parallax-enabled\" >\n                    <div class=\"image-container\">\n                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-socially-responsible-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging-mucci-farms.jpg\"\n                     alt=\"\"\n                     class=\"full-width-image\"\n                     loading=\"lazy\">\n            <\/div>\n            <\/section>\n\n    <\/div>\n\n<script>\n(function() {\n    const parallaxSection = document.querySelector('.section-full-width-image.parallax-enabled');\n    if (!parallaxSection) return;\n\n    const parallaxImage = parallaxSection.querySelector('.full-width-image');\n    if (!parallaxImage) return;\n\n    function updateParallax() {\n        const rect = parallaxSection.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        \/\/ Check if section is in viewport\n        if (rect.bottom > 0 && rect.top < windowHeight) {\n            \/\/ Calculate scroll progress (0 to 1) relative to viewport\n            const scrollProgress = (windowHeight - rect.top) \/ (windowHeight + rect.height);\n\n            \/\/ Move image from -20% to +20% based on scroll progress\n            const movement = (scrollProgress - 0.5) * 40; \/\/ -20 to +20\n\n            parallaxImage.style.transform = `translate3d(0, ${movement}%, 0)`;\n        }\n    }\n\n    \/\/ Throttle scroll event for better performance\n    let ticking = false;\n    window.addEventListener('scroll', function() {\n        if (!ticking) {\n            window.requestAnimationFrame(function() {\n                updateParallax();\n                ticking = false;\n            });\n            ticking = true;\n        }\n    });\n\n    \/\/ Initial call\n    updateParallax();\n})();\n<\/script>\n\n<section id=\"section-text-block_a2964a00a7c5c77a68275c61e29e1047\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <p>These environmentally responsible packages from PaperWise are ideally suited for packaging berries, raspberries, blackberries, strawberries, grapes, mushrooms, snack tomatoes, or snack cucumbers. They can be printed in excellent, razor-sharp full color. If desired, this can be done using bio-inks completely free of harmful substances. Create your own custom sustainable packaging and ensure an exceptional customer experience. Do you have any questions? Would you like to receive samples? Please contact us; we are happy to assist you.      <\/p>\n<p>&nbsp;<\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":6665,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[173],"tags":[166],"class_list":["post-6664","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-packaging"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Plastic-free bio packaging for (snack) vegetables and soft fruit<\/title>\n<meta name=\"description\" content=\"Plastic-free bio packaging for (snack) vegetables and fruit: how to manage moisture from vegetables and fruit in sustainable packaging?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Plastic-free bio packaging for (snack) vegetables and soft fruit\" \/>\n<meta property=\"og:description\" content=\"Plastic-free bio packaging for (snack) vegetables and fruit: how to manage moisture from vegetables and fruit in sustainable packaging?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/\" \/>\n<meta property=\"og:site_name\" content=\"Paperwise\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-01T05:13:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-17T09:09:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2200\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"romano\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"romano\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\\\/\"},\"author\":{\"name\":\"romano\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#\\\/schema\\\/person\\\/8795b3f325bbd0bd99ae85bbea26ad2e\"},\"headline\":\"Plastic-free bio packaging for (snack) vegetables and soft fruit\",\"datePublished\":\"2025-12-01T05:13:14+00:00\",\"dateModified\":\"2026-03-17T09:09:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\\\/\"},\"wordCount\":9,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/paperwise-eco-friendly-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging.jpg\",\"keywords\":[\"Packaging\"],\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\\\/\",\"url\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\\\/\",\"name\":\"Plastic-free bio packaging for (snack) vegetables and soft fruit\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/paperwise-eco-friendly-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging.jpg\",\"datePublished\":\"2025-12-01T05:13:14+00:00\",\"dateModified\":\"2026-03-17T09:09:15+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#\\\/schema\\\/person\\\/8795b3f325bbd0bd99ae85bbea26ad2e\"},\"description\":\"Plastic-free bio packaging for (snack) vegetables and fruit: how to manage moisture from vegetables and fruit in sustainable packaging?\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/paperwise.eu\\\/en\\\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\\\/#primaryimage\",\"url\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/paperwise-eco-friendly-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging.jpg\",\"contentUrl\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/paperwise-eco-friendly-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging.jpg\",\"width\":2200,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Plastic-free bio packaging for (snack) vegetables and soft fruit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/\",\"name\":\"Paperwise\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#\\\/schema\\\/person\\\/8795b3f325bbd0bd99ae85bbea26ad2e\",\"name\":\"romano\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"caption\":\"romano\"},\"url\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/author\\\/romano\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Plastic-free bio packaging for (snack) vegetables and soft fruit","description":"Plastic-free bio packaging for (snack) vegetables and fruit: how to manage moisture from vegetables and fruit in sustainable packaging?","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/","og_locale":"en_US","og_type":"article","og_title":"Plastic-free bio packaging for (snack) vegetables and soft fruit","og_description":"Plastic-free bio packaging for (snack) vegetables and fruit: how to manage moisture from vegetables and fruit in sustainable packaging?","og_url":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/","og_site_name":"Paperwise","article_published_time":"2025-12-01T05:13:14+00:00","article_modified_time":"2026-03-17T09:09:15+00:00","og_image":[{"width":2200,"height":900,"url":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging.jpg","type":"image\/jpeg"}],"author":"romano","twitter_card":"summary_large_image","twitter_misc":{"Written by":"romano"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/#article","isPartOf":{"@id":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/"},"author":{"name":"romano","@id":"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e"},"headline":"Plastic-free bio packaging for (snack) vegetables and soft fruit","datePublished":"2025-12-01T05:13:14+00:00","dateModified":"2026-03-17T09:09:15+00:00","mainEntityOfPage":{"@id":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/"},"wordCount":9,"commentCount":0,"image":{"@id":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/#primaryimage"},"thumbnailUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging.jpg","keywords":["Packaging"],"articleSection":["News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/","url":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/","name":"Plastic-free bio packaging for (snack) vegetables and soft fruit","isPartOf":{"@id":"https:\/\/paperwise.eu\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/#primaryimage"},"image":{"@id":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/#primaryimage"},"thumbnailUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging.jpg","datePublished":"2025-12-01T05:13:14+00:00","dateModified":"2026-03-17T09:09:15+00:00","author":{"@id":"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e"},"description":"Plastic-free bio packaging for (snack) vegetables and fruit: how to manage moisture from vegetables and fruit in sustainable packaging?","breadcrumb":{"@id":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/#primaryimage","url":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging.jpg","contentUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/12\/paperwise-eco-friendly-moisture-resistant-paper-board-topseal-bio-fruit-vegetable-packaging.jpg","width":2200,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/paperwise.eu\/en\/plastic-free-bio-packaging-snack-vegetables-soft-fruit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/paperwise.eu\/en\/"},{"@type":"ListItem","position":2,"name":"Plastic-free bio packaging for (snack) vegetables and soft fruit"}]},{"@type":"WebSite","@id":"https:\/\/paperwise.eu\/en\/#website","url":"https:\/\/paperwise.eu\/en\/","name":"Paperwise","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/paperwise.eu\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e","name":"romano","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","caption":"romano"},"url":"https:\/\/paperwise.eu\/en\/author\/romano\/"}]}},"_links":{"self":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts\/6664","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/comments?post=6664"}],"version-history":[{"count":1,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts\/6664\/revisions"}],"predecessor-version":[{"id":6668,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts\/6664\/revisions\/6668"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/media\/6665"}],"wp:attachment":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/media?parent=6664"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/categories?post=6664"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/tags?post=6664"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}