PPWR - CONFORMITY - Test
img[src^="data:image"] {
width: 100% !important;
max-width: 800px !important;
height: auto !important;
display: block !important;
margin: 15px 0 !important;
}
p, div, h1, h2, h3, h4, h5, h6 {
clear: both !important;
}
.lang-switcher {
margin-bottom: 25px;
clear: both;
font-family: sans-serif;
}
.lang-switcher button {
padding: 8px 12px;
margin: 3px;
cursor: pointer;
font-weight: bold;
border: 1px solid #ccc;
background-color: #f8f9fa;
border-radius: 4px;
}
.lang-switcher button.active {
background-color: #0056b3;
color: white;
border-color: #004085;
}
PACKAGING AND PACKAGING WASTE REGULATION (PPWR)
EU Regulation 2025/40
DECLARATION OF PACKAGING CONFORMITY
Last update: 01.06.2026
PRIMARY PACKAGING
Component I: Headercard / Banderole / Sticker / Hangtag
Material: Cardboard / Paper
Certification: FSC Mix
Tested under the EU Directive 94/62/EC (Heavy Metals)
Component II: Closing Tape
Material: Biaxially oriented polypropylene (BOPP)
Component III: Swift Tags, Hooks
Material: Polypropylene (PP), Nylon
Tested under the EU Directive 94/62/EC (Heavy Metals)
Global RecycledStandards (GRS): SCS-GES-12258
SECONDARY PACKAGING
Component I: Polybags
Material: Low-Density Polyethylene (LDPE)
Tested under the EU Directive 94/62/EC (Heavy Metals)
Global RecycledStandards (GRS): CU1124629MUL-2023-00084578
Component II: Display Boxes (Inner & Outer Displays)
Material: Corrugated Cardboard (Double Face)
Certification: FSC Mix
Tested under the EU Directive 94/62/EC (Heavy Metals)
Component III: Closing Tape
Material: Biaxially oriented polypropylene (BOPP)
TERTIARY PACKAGING
Component I: Carton Box
Material: Corrugated Cardboard
Certification: FSC Mix
Tested under the EU Directive 94/62/EC (Heavy Metals)
Component II: Closing Tape
Material: Biaxially Oriented Polypropylene (BOPP)
Component III: Pallet
Material: Wood
Component IV: Wrapping Foil
Material: Low Linear Density Polyethylene (LLDPE)
We hereby declare that our products and their associated packaging components comply with the applicable requirements and obligations established under EU Regulation 2025/40 (PPWR). This includes conformity with relevant provisions relating to packaging sustainability, minimization of packaging waste, recyclability, material composition, labelling requirements, and environmental performance.
We confirm that appropriate measures and controls are in place to ensure ongoing compliance with the regulation and any applicable implementing acts.
PACKAGING AND PACKAGING WASTE REGULATION (PPWR)
EU-verordening 2025/40
CONFORMITEITSVERKLARING VAN DE VERPAKKING
Laatste update: 01.06.2026
PRIMAIRE VERPAKKING
Component I: Kopkaart / Banderolle / Sticker / Hangtag
Materiaal: Karton / Papier
Certificering: FSC Mix
Getest conform EU-richtlijn 94/62/EG (Zware metalen)
Component II: Sluitertape
Materiaal: Biaal uitgelijnd polypropyleen (BOPP)
Component III: Riddersporen (Swift tags), Haken
Materiaal: Polypropyleen (PP), Nylon
Getest conform EU-richtlijn 94/62/EG (Zware metalen)
Global RecycledStandards (GRS): SCS-GES-12258
SECUNDAIRE VERPAKKING
Component I: Polybags (Plastic zakken)
Materiaal: Lagedichtheidpolyethyleen (LDPE)
Getest conform EU-richtlijn 94/62/EG (Zware metalen)
Global RecycledStandards (GRS): CU1124629MUL-2023-00084578
Component II: Displaydozen (Binnen- & buitendisplays)
Materiaal: Golfkarton (Dubbelzijdig)
Certificering: FSC Mix
Getest conform EU-richtlijn 94/62/EG (Zware metalen)
Component III: Sluitertape
Materiaal: Biaal uitgelijnd polypropyleen (BOPP)
TERTIAIRE VERPAKKING
Component I: Kartonnen doos
Materiaal: Golfkarton
Certificering: FSC Mix
Getest conform EU-richtlijn 94/62/EG (Zware metalen)
Component II: Sluitertape
Materiaal: Biaal uitgelijnd polypropyleen (BOPP)
Component III: Pallet
Materiaal: Hout
Component IV: Wikkelfolie
Materiaal: Lineair lagedichtheidpolyethyleen (LLDPE)
Hierbij verklaren wij dat onze producten en de bijbehorende verpakkingscomponenten voldoen aan de geldende eisen en verplichtingen vastgesteld onder EU-verordening 2025/40 (PPWR). Dit omvat conformiteit met relevante bepalingen inzake duurzaamheid van verpakkingen, minimalisering van verpakkingsafval, recyclebaarheid, materiaalsamenstelling, etiketteringsvoorschriften en milieuprestaties.
Wij bevestigen dat de nodige maatregelen en controles aanwezig zijn om continue naleving van de verordening en eventuele toepasselijke uitvoeringshandelingen te waarborgen.
function changeLanguage(langCode) { var contents = document.getElementsByClassName('lang-content'); for (var i = 0; i < contents.length; i++) { contents[i].style.display = 'none'; } var selectedContent = document.getElementsByClassName('lang-' + langCode); for (var j = 0; j < selectedContent.length; j++) { selectedContent[j].style.display = 'block'; } var buttons = document.querySelectorAll('.lang-switcher button'); for (var k = 0; k < buttons.length; k++) { buttons[k].classList.remove('active'); } var activeBtn = document.getElementById('btn-' + langCode); if (activeBtn) { activeBtn.classList.add('active'); } }