{"title":"Verpackungsmittel","description":null,"products":[{"product_id":"handstretchfolie-23-my-superstrong","title":"Hand stretch film, 500 mm x 3.0 kg, 23 my, various colors","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300\u0026amp;family=DM+Mono:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    :root {\n      --white: #ffffff; --off-white: #f7f6f3; --light: #eeede9; --mid: #c8c6bf;\n      --text-muted: #7a7870; --text: #1c1b18; --accent: #1a3a5c;\n      --accent-light: #e8eef4; --accent-mid: #b8ccde;\n      --warn: #d4860a; --warn-light: #fef4e0; --warn-mid: #f5d48a;\n      --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px;\n      --font: 'DM Sans', sans-serif; --mono: 'DM Mono', monospace;\n      --easing: cubic-bezier(.16,1,.3,1);\n    }\n    html { scroll-behavior: smooth; }\n    body { font-family: var(--font); background: var(--white); color: var(--text); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }\n\n    \/* NAV *\/\n    .lp-nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--light); }\n    .lp-nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }\n    .lp-nav-brand { font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--text); letter-spacing: .04em; text-decoration: none; white-space: nowrap; }\n    .lp-nav-links { display: flex; gap: 24px; list-style: none; }\n    .lp-nav-links a { font-size: 13px; color: var(--text-muted); text-decoration: none; transition: color .2s; white-space: nowrap; }\n    .lp-nav-links a:hover { color: var(--text); }\n    .lp-nav-cta { display: inline-block; background: var(--text); color: var(--white); font-family: var(--font); font-size: 13px; font-weight: 500; padding: 8px 16px; border-radius: var(--radius-md); text-decoration: none; transition: opacity .2s; white-space: nowrap; }\n    .lp-nav-cta:hover { opacity: .82; }\n    @media (max-width: 768px) { .lp-nav-links { display: none; } }\n\n    \/* HERO *\/\n    .lp-hero-wrap { border-bottom: 1px solid var(--light); }\n    .lp-hero { max-width: 1200px; margin: 0 auto; padding: 72px 20px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }\n    @media (max-width: 768px) { .lp-hero { grid-template-columns: 1fr; gap: 36px; padding: 40px 20px 36px; } }\n    .lp-cert-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }\n    .lp-cert { display: inline-flex; align-items: center; gap: 6px; background: var(--off-white); border: 1px solid var(--light); color: var(--text-muted); font-family: var(--mono); font-size: 11px; letter-spacing: .06em; padding: 5px 10px; border-radius: var(--radius-sm); }\n    .lp-cert svg { flex-shrink: 0; }\n    .lp-cert.warn-badge { background: var(--warn-light); border-color: var(--warn-mid); color: var(--warn); }\n    .lp-hero h1 { font-size: clamp(26px, 4vw, 44px); font-weight: 300; line-height: 1.15; letter-spacing: -.02em; margin-bottom: 14px; }\n    .lp-hero h1 em { font-style: italic; opacity: .4; }\n    .lp-hero-desc { font-size: 15px; color: var(--text-muted); line-height: 1.7; max-width: 420px; margin-bottom: 12px; }\n    .lp-hero-tip { display: inline-flex; align-items: flex-start; gap: 8px; background: var(--warn-light); border: 1px solid var(--warn-mid); border-radius: var(--radius-md); padding: 10px 14px; font-size: 13px; color: var(--warn); line-height: 1.5; margin-bottom: 28px; max-width: 420px; }\n    .lp-hero-tip svg { flex-shrink: 0; margin-top: 1px; }\n    .lp-btn-row { display: flex; gap: 12px; flex-wrap: wrap; }\n    .lp-btn-primary { display: inline-block; background: var(--text); color: var(--white); font-family: var(--font); font-size: 14px; font-weight: 500; padding: 13px 24px; border-radius: var(--radius-md); text-decoration: none; border: none; cursor: pointer; transition: opacity .2s; }\n    .lp-btn-primary:hover { opacity: .82; }\n    .lp-btn-ghost { display: inline-block; background: transparent; color: var(--text-muted); font-family: var(--font); font-size: 14px; font-weight: 400; padding: 13px 24px; border-radius: var(--radius-md); border: 1px solid var(--mid); text-decoration: none; cursor: pointer; transition: border-color .2s, color .2s; }\n    .lp-btn-ghost:hover { border-color: var(--text); color: var(--text); }\n    @media (max-width: 400px) { .lp-btn-primary, .lp-btn-ghost { width: 100%; text-align: center; } }\n\n    \/* SPEC BOX *\/\n    .lp-spec-box { background: var(--off-white); border: 1px solid var(--light); border-radius: var(--radius-lg); padding: 24px; }\n    .lp-spec-label { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; color: var(--text-muted); text-transform: uppercase; margin-bottom: 18px; }\n    .lp-spec-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--light); font-size: 14px; gap: 12px; }\n    .lp-spec-item:last-child { border-bottom: none; padding-bottom: 0; }\n    .lp-spec-key { color: var(--text-muted); flex-shrink: 0; }\n    .lp-spec-val { color: var(--text); font-weight: 500; text-align: right; }\n\n    \/* TRUST BAR *\/\n    .lp-trust { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n    .lp-trust-inner { max-width: 1200px; margin: 0 auto; padding: 18px 20px; display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }\n    .lp-trust-item { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--text-muted); font-family: var(--mono); letter-spacing: .03em; white-space: nowrap; }\n\n    \/* CERTS BAND *\/\n    .lp-certs-band { background: var(--accent); color: var(--white); }\n    .lp-certs-inner { max-width: 1200px; margin: 0 auto; padding: 28px 20px; display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; }\n    .lp-cert-badge { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; }\n    .lp-cert-badge-code { font-family: var(--mono); font-size: 12px; font-weight: 500; color: var(--white); letter-spacing: .06em; }\n    .lp-cert-badge-desc { font-size: 11px; color: rgba(255,255,255,.6); max-width: 140px; line-height: 1.4; }\n    .lp-certs-sep { width: 1px; height: 40px; background: rgba(255,255,255,.2); }\n    @media (max-width: 600px) { .lp-certs-sep { display: none; } }\n\n    \/* SECTION *\/\n    .lp-section { padding: 64px 20px; max-width: 1200px; margin: 0 auto; }\n    @media (max-width: 480px) { .lp-section { padding: 48px 20px; } }\n    .lp-section-tag { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }\n    .lp-section-title { font-size: clamp(20px, 3vw, 32px); font-weight: 300; letter-spacing: -.02em; line-height: 1.2; margin-bottom: 36px; }\n\n    \/* FEATURES *\/\n    .lp-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }\n    @media (max-width: 480px) { .lp-features-grid { grid-template-columns: 1fr; } }\n    .lp-feat { background: var(--off-white); border-radius: var(--radius-lg); padding: 24px 20px; border: 1px solid var(--light); transition: border-color .2s, background .2s; }\n    .lp-feat:hover { border-color: var(--mid); background: var(--white); }\n    .lp-feat-icon { width: 36px; height: 36px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }\n    .lp-feat h3 { font-size: 15px; font-weight: 500; margin-bottom: 7px; }\n    .lp-feat p { font-size: 13px; color: var(--text-muted); line-height: 1.65; }\n\n    \/* DIVIDER *\/\n    .lp-divider { height: 1px; background: var(--light); max-width: 1200px; margin: 0 auto; }\n\n    \/* SPECS *\/\n    .lp-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n    @media (max-width: 640px) { .lp-specs-grid { grid-template-columns: 1fr; gap: 32px; } }\n    .lp-specs-table { width: 100%; border-collapse: collapse; }\n    .lp-specs-table tr { border-bottom: 1px solid var(--light); }\n    .lp-specs-table tr:last-child { border-bottom: none; }\n    .lp-specs-table td { padding: 12px 0; font-size: 14px; vertical-align: middle; }\n    .lp-specs-table .td-key { color: var(--text-muted); width: 48%; }\n    .lp-specs-table .td-val { font-weight: 500; }\n\n    \/* NORMS TABLE *\/\n    .lp-norms-section { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n    .lp-norms-inner { max-width: 1200px; margin: 0 auto; padding: 56px 20px; }\n    .lp-norms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; margin-top: 8px; }\n    .lp-norm-item { background: var(--white); border: 1px solid var(--light); border-radius: var(--radius-md); padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; transition: border-color .2s; }\n    .lp-norm-item:hover { border-color: var(--mid); }\n    .lp-norm-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; margin-top: 5px; }\n    .lp-norm-code { font-family: var(--mono); font-size: 12px; font-weight: 500; color: var(--accent); letter-spacing: .04em; margin-bottom: 3px; }\n    .lp-norm-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; }\n\n    \/* CARE *\/\n    .lp-care-section { background: var(--white); }\n    .lp-care-inner { max-width: 1200px; margin: 0 auto; padding: 56px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n    @media (max-width: 640px) { .lp-care-inner { grid-template-columns: 1fr; gap: 32px; } }\n    .lp-care-items { display: flex; flex-direction: column; gap: 10px; }\n    .lp-care-item { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--text-muted); padding: 12px 16px; background: var(--off-white); border: 1px solid var(--light); border-radius: var(--radius-md); }\n    .lp-care-icon { font-size: 16px; flex-shrink: 0; }\n\n    \/* VARIANTS *\/\n    .lp-variant-section { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n    .lp-variant-inner { max-width: 1200px; margin: 0 auto; padding: 48px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }\n    @media (max-width: 640px) { .lp-variant-inner { grid-template-columns: 1fr; gap: 36px; padding: 36px 20px; } }\n    .lp-variant-title { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; }\n    .lp-sizes { display: flex; flex-wrap: wrap; gap: 8px; }\n    .lp-size { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 10px; border: 1px solid var(--mid); border-radius: var(--radius-md); font-size: 13px; font-weight: 500; background: var(--white); cursor: pointer; user-select: none; -webkit-tap-highlight-color: transparent; transition: border-color .15s, background .15s, color .15s; }\n    .lp-size:hover, .lp-size.active { border-color: var(--text); background: var(--text); color: var(--white); }\n    .lp-colors { display: flex; flex-wrap: wrap; gap: 12px; }\n    .lp-color-wrap { display: flex; flex-direction: column; align-items: center; gap: 6px; cursor: pointer; -webkit-tap-highlight-color: transparent; }\n    .lp-color-swatch { width: 38px; height: 38px; border-radius: 50%; border: 2px solid transparent; outline: 2px solid transparent; outline-offset: 2px; transition: transform .15s, outline-color .15s; }\n    .lp-color-swatch:hover { transform: scale(1.1); }\n    .lp-color-swatch.active { outline-color: var(--warn); }\n    .lp-color-name { font-size: 10px; color: var(--text-muted); text-align: center; }\n\n    \/* USE CASES *\/\n    .lp-uses-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }\n    @media (max-width: 480px) { .lp-uses-grid { grid-template-columns: 1fr 1fr; } }\n    .lp-use { background: var(--off-white); border: 1px solid var(--light); border-radius: var(--radius-md); padding: 13px 14px; font-size: 13px; color: var(--text-muted); display: flex; align-items: center; gap: 9px; transition: border-color .2s, color .2s; }\n    .lp-use:hover { border-color: var(--mid); color: var(--text); }\n    .lp-use-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--warn); flex-shrink: 0; }\n\n    \/* WHY *\/\n    .lp-why { background: var(--accent); color: var(--white); }\n    .lp-why-inner { max-width: 1200px; margin: 0 auto; padding: 64px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n    @media (max-width: 768px) { .lp-why-inner { grid-template-columns: 1fr; gap: 36px; padding: 48px 20px; } }\n    .lp-why h2 { font-size: clamp(20px, 3vw, 32px); font-weight: 300; letter-spacing: -.02em; line-height: 1.2; color: var(--white); }\n    .lp-why-sub { margin-top: 14px; font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.7; }\n    .lp-why-points { display: flex; flex-direction: column; gap: 18px; }\n    .lp-why-point { display: flex; align-items: flex-start; gap: 12px; }\n    .lp-why-check { width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }\n    .lp-why-text { font-size: 14px; color: rgba(255,255,255,.8); line-height: 1.6; }\n    .lp-why-text strong { color: var(--white); font-weight: 500; }\n\n    \/* FAQ *\/\n    .lp-faq-section { background: linear-gradient(160deg, #f7f6f3 0%, #eef3f8 100%); }\n    .lp-faq-inner { max-width: 760px; margin: 0 auto; padding: 64px 20px; }\n    .lp-faq-item {\n      border-radius: var(--radius-lg);\n      border: 1px solid transparent;\n      margin-bottom: 10px;\n      overflow: hidden;\n      transition: border-color .2s, box-shadow .25s, transform .2s;\n      background: var(--white);\n      box-shadow: 0 1px 4px rgba(26,58,92,.06);\n    }\n    .lp-faq-item:hover {\n      border-color: var(--accent-mid);\n      box-shadow: 0 6px 24px rgba(26,58,92,.10);\n      transform: translateY(-1px);\n    }\n    .lp-faq-item:nth-child(odd)  { border-left: 3px solid var(--accent); }\n    .lp-faq-item:nth-child(even) { border-left: 3px solid var(--warn); }\n    .lp-faq-q {\n      display: flex; align-items: center; gap: 14px;\n      padding: 18px 20px 0 20px;\n      font-size: 15px; font-weight: 500; color: var(--text);\n      line-height: 1.4;\n    }\n    @media (max-width: 480px) { .lp-faq-q { font-size: 14px; } }\n    .lp-faq-icon-static {\n      width: 22px; height: 22px; flex-shrink: 0;\n      display: flex; align-items: center; justify-content: center;\n      border-radius: 50%; background: var(--accent-light);\n      border: 1px solid var(--accent-mid);\n    }\n    .lp-faq-item:nth-child(even) .lp-faq-icon-static {\n      background: var(--warn-light);\n      border-color: var(--warn-mid);\n    }\n    .lp-faq-item:nth-child(even) .lp-faq-icon-static svg circle,\n    .lp-faq-item:nth-child(even) .lp-faq-icon-static svg path {\n      stroke: var(--warn);\n    }\n    .lp-faq-a {\n      font-size: 14px; color: var(--text-muted); line-height: 1.75;\n      padding: 10px 20px 18px 56px;\n    }\n    @media (max-width: 480px) { .lp-faq-a { padding-left: 20px; } }\n    .lp-faq-a a { color: var(--accent); text-decoration: none; }\n    .lp-faq-a a:hover { text-decoration: underline; }\n\n    \/* CTA *\/\n    .lp-cta { background: var(--off-white); border-top: 1px solid var(--light); }\n    .lp-cta-inner { max-width: 1200px; margin: 0 auto; padding: 56px 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }\n    @media (max-width: 600px) { .lp-cta-inner { flex-direction: column; align-items: flex-start; } }\n    .lp-cta h3 { font-size: 20px; font-weight: 400; letter-spacing: -.01em; }\n    .lp-cta p { margin-top: 6px; font-size: 14px; color: var(--text-muted); }\n    .lp-cta-buttons { display: flex; gap: 10px; flex-wrap: wrap; }\n    @media (max-width: 400px) { .lp-cta-buttons { flex-direction: column; width: 100%; } .lp-cta-buttons a { text-align: center; } }\n    .lp-btn-dark { display: inline-block; background: var(--text); color: var(--white); font-family: var(--font); font-size: 14px; font-weight: 500; padding: 13px 24px; border-radius: var(--radius-md); text-decoration: none; transition: opacity .2s; }\n    .lp-btn-dark:hover { opacity: .85; }\n    .lp-btn-outline { display: inline-block; background: transparent; color: var(--text); font-family: var(--font); font-size: 14px; font-weight: 400; padding: 13px 24px; border-radius: var(--radius-md); border: 1px solid var(--mid); text-decoration: none; transition: border-color .2s; }\n    .lp-btn-outline:hover { border-color: var(--text); }\n\n    \/* FOOTER *\/\n    .lp-footer { border-top: 1px solid var(--light); background: var(--white); }\n    .lp-footer-inner { max-width: 1200px; margin: 0 auto; padding: 28px 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }\n    .lp-footer-brand { font-family: var(--mono); font-size: 12px; color: var(--text-muted); letter-spacing: .04em; }\n    .lp-footer-links { display: flex; gap: 18px; flex-wrap: wrap; }\n    .lp-footer-links a { font-size: 12px; color: var(--text-muted); text-decoration: none; transition: color .2s; }\n    .lp-footer-links a:hover { color: var(--text); }\n\n    \/* ANIMATIONS *\/\n    @keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }\n    .lp-hero-left { animation: fadeUp .6s var(--easing) both; }\n    .lp-hero-right { animation: fadeUp .6s .12s var(--easing) both; }\n  \u003c\/style\u003e\n\u003c!-- NAV --\u003e\u003cnav class=\"lp-nav\"\u003e\n\u003cdiv class=\"lp-nav-inner\"\u003e\n\n\u003ca style=\"color: rgb(255,42,0);\" href=\"#\" class=\"lp-nav-brand\"\u003eMasterwear\u003c\/a\u003e\n\u003cul class=\"lp-nav-links\"\u003e\n\n\u003cli\u003e\u003ca href=\"#features\"\u003eAdvantages\u003c\/a\u003e\u003c\/li\u003e\n\n\u003cli\u003e\u003ca href=\"#specs\"\u003eSpecification\u003c\/a\u003e\u003c\/li\u003e\n\n\u003cli\u003e\u003ca href=\"#anleitung\"\u003eInstructions\u003c\/a\u003e\u003c\/li\u003e\n\n\u003cli\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003ca class=\"lp-nav-cta\" href=\"#\"\u003eBuy now\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/nav\u003e\u003c!-- HERO --\u003e\n\u003cdiv class=\"lp-hero-wrap\"\u003e\n\n\u003cdiv class=\"lp-hero\"\u003e\n\n\u003cdiv class=\"lp-hero-left\"\u003e\n\n\u003cdiv class=\"lp-cert-row\"\u003e\n\n\u003cspan class=\"lp-cert\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003cpolyline stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#7a7870\" points=\"1.5,5 4,7.5 8.5,2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e23 my Superstrong\u003c\/span\u003e \u003cspan class=\"lp-cert\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003cpolyline stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#7a7870\" points=\"1.5,5 4,7.5 8.5,2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e500 mm Width\u003c\/span\u003e \u003cspan class=\"lp-cert\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003cpolyline stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#7a7870\" points=\"1.5,5 4,7.5 8.5,2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e3.0 kg \/ Roll\u003c\/span\u003e \u003cspan class=\"lp-cert warn-badge\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003cpolyline stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#d4860a\" points=\"1.5,5 4,7.5 8.5,2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eFood-grade\u003c\/span\u003e \u003cspan class=\"lp-cert\"\u003eSandwich structure\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003ch1\u003eHand Stretch Film 23 my\u003cbr\u003e\u003cem\u003eSuperstrong – in various colors\u003c\/em\u003e\n\n\u003c\/h1\u003e\n\n\u003cp class=\"lp-hero-desc\"\u003eSecure your palletized loads effectively and protect them from external influences such as dust and moisture with our high-quality hand stretch film, 23 my. Its sandwich structure ensures outstanding puncture resistance, even on sharp edges, and is characterized by impressive stretchability.\u003c\/p\u003e\n\n\u003cdiv class=\"lp-hero-tip\"\u003e\n\n\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"14\" width=\"14\"\u003e\u003ccircle stroke-width=\"1.3\" stroke=\"#d4860a\" r=\"6\" cy=\"7\" cx=\"7\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#d4860a\" d=\"M7 6 V9.5\"\u003e\u003c\/path\u003e\u003ccircle fill=\"#d4860a\" r=\".7\" cy=\"4.5\" cx=\"7\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003cem\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cstrong\u003eStretching means elongation – an elongation of 30–40% ensures optimal product protection and enables significant savings in film consumption. Good for the environment and your wallet.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/em\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-btn-row\"\u003e\n\n\u003ca class=\"lp-btn-primary\" href=\"#\"\u003eBuy now\u003c\/a\u003e \u003ca class=\"lp-btn-ghost\" href=\"#specs\"\u003eSpecifications\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-hero-right\"\u003e\n\n\u003cdiv class=\"lp-spec-box\"\u003e\n\n\u003cdiv class=\"lp-spec-label\"\u003eProduct data at a glance\u003c\/div\u003e\n\n\u003cdiv class=\"lp-spec-item\"\u003e\n\n\u003cspan class=\"lp-spec-key\"\u003eProduct\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003eHand Stretch Film Superstrong\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-spec-item\"\u003e\n\n\u003cspan class=\"lp-spec-key\"\u003eThickness\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003e23 my (micrometers)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-spec-item\"\u003e\n\n\u003cspan class=\"lp-spec-key\"\u003eWidth\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003e500 mm\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-spec-item\"\u003e\n\n\u003cspan class=\"lp-spec-key\"\u003eLength\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003e250 m \/ 260 m\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-spec-item\"\u003e\n\n\u003cspan class=\"lp-spec-key\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003e3.0 kg per roll\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-spec-item\"\u003e\n\n\u003cspan class=\"lp-spec-key\"\u003eStructure\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003eSandwich structure\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-spec-item\"\u003e\n\n\u003cspan class=\"lp-spec-key\"\u003eStretchability\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003e30–40% recommended\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-spec-item\"\u003e\n\n\u003cspan class=\"lp-spec-key\"\u003ePackaging unit\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003e6 rolls\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-spec-item\"\u003e\n\n\u003cspan class=\"lp-spec-key\"\u003eFood-grade\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003eYes\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-spec-item\"\u003e\n\n\u003cspan class=\"lp-spec-key\"\u003eColors\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003eTransparent \u0026amp; various colors\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- TRUST BAR --\u003e\n\u003cdiv class=\"lp-trust\"\u003e\n\n\u003cdiv class=\"lp-trust-inner\"\u003e\n\n\u003cdiv class=\"lp-trust-item\"\u003e\n\n\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"14\" width=\"14\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.2\" stroke=\"#1a3a5c\" d=\"M7 1 C5 3 2 5 2 8 C2 11 4.5 13 7 13 C9.5 13 12 11 12 8 C12 5 9 3 7 1Z\"\u003e\u003c\/path\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#1a3a5c\" d=\"M5 8 L6.5 9.5 L9 6.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003ePuncture-resistant\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-trust-item\"\u003e\n\n\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e23 my Superstrong\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-trust-item\"\u003e\n\n\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"14\" width=\"14\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#1a3a5c\" d=\"M4 7 L7 4 L10 7 M7 4 L7 11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e Adhesive \u0026amp; stretchable\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-trust-item\"\u003e\n\n\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"14\" width=\"14\"\u003e\u003ccircle stroke-width=\"1.2\" stroke=\"#1a3a5c\" r=\"5.5\" cy=\"7\" cx=\"7\"\u003e\u003c\/circle\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#1a3a5c\" d=\"M5 7 L6.5 8.5 L9 5.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eFood-grade\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-trust-item\"\u003e\n\n\u003csvg fill=\"none\" viewbox=\"0 0 14 14\" height=\"14\" width=\"14\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.2\" stroke=\"#1a3a5c\" d=\"M2 11 L7 2 L12 11 Z\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#1a3a5c\" d=\"M7 8 V9.5\"\u003e\u003c\/path\u003e\u003ccircle fill=\"#1a3a5c\" r=\".6\" cy=\"11\" cx=\"7\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eSandwich structure\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- CERTS BAND --\u003e\n\u003cdiv class=\"lp-certs-band\"\u003e\n\n\u003cdiv class=\"lp-certs-inner\"\u003e\n\n\u003cdiv class=\"lp-cert-badge\"\u003e\n\n\u003cspan class=\"lp-cert-badge-code\"\u003e23 my\u003c\/span\u003e \u003cspan class=\"lp-cert-badge-desc\"\u003eSuperstrong – maximum puncture and tear resistance\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-certs-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lp-cert-badge\"\u003e\n\n\u003cspan class=\"lp-cert-badge-code\"\u003e500 mm\u003c\/span\u003e \u003cspan class=\"lp-cert-badge-desc\"\u003eOptimal width for all common pallet sizes\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-certs-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lp-cert-badge\"\u003e\n\n\u003cspan class=\"lp-cert-badge-code\"\u003e250–260 m\u003c\/span\u003e \u003cspan class=\"lp-cert-badge-desc\"\u003eHigh-yield roll length for efficient work\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-certs-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lp-cert-badge\"\u003e\n\n\u003cspan class=\"lp-cert-badge-code\"\u003e6-pack\u003c\/span\u003e \u003cspan class=\"lp-cert-badge-desc\"\u003ePackaging unit of 6 rolls for stock\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-certs-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lp-cert-badge\"\u003e\n\n\u003cspan class=\"lp-cert-badge-code\"\u003e30–40 %\u003c\/span\u003e \u003cspan class=\"lp-cert-badge-desc\"\u003eRecommended stretch for optimal protection \u0026amp; economy\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"lp-section\" id=\"features\"\u003e\n\n\u003cdiv class=\"lp-section-tag\"\u003eProduct advantages\u003c\/div\u003e\n\n\u003ch2 class=\"lp-section-title\"\u003ePerfection for your packaging\u003cbr\u003eSimple. Robust. Versatile.\u003c\/h2\u003e\n\n\u003cdiv class=\"lp-features-grid\"\u003e\n\n\u003cdiv class=\"lp-feat\"\u003e\n\n\u003cdiv style=\"background: #fbe8e8;\" class=\"lp-feat-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.5\" stroke=\"#7a1a1a\" d=\"M9 2 C7 4 4 6 4 10 C4 13 6.5 16 9 16 C11.5 16 14 13 14 10 C14 6 11 4 9 2Z\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#7a1a1a\" d=\"M7 11 C7 9.5 8 8.5 9 8 C10 8.5 11 9.5 11 11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eAdhesive \u0026amp; stretchable\u003c\/h3\u003e\n\n\u003cp\u003eAdapts perfectly to any shape and size. High adhesion ensures that the film reliably sticks to itself and securely fixes the load.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-feat\"\u003e\n\n\u003cdiv style=\"background: #fef4e0;\" class=\"lp-feat-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#d4860a\" d=\"M3 9 L9 3 L15 9 M5 9 L5 15 L13 15 L13 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003ePuncture \u0026amp; tear resistant\u003c\/h3\u003e\n\n\u003cp\u003eThe innovative sandwich structure ensures outstanding puncture resistance – even on sharp edges. Maximum stability and resilience for your load.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-feat\"\u003e\n\n\u003cdiv style=\"background: #e8eef4;\" class=\"lp-feat-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1a3a5c\" d=\"M5 9 L9 4 L13 9\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1a3a5c\" d=\"M9 4 L9 14\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1a3a5c\" d=\"M5 14 L13 14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eProtection from dirt \u0026amp; weather\u003c\/h3\u003e\n\n\u003cp\u003eReliably protects your palletized load from dust, moisture, and external influences. Keeps your load clean and secure – even during long transport routes.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-feat\"\u003e\n\n\u003cdiv style=\"background: #e8f8ee;\" class=\"lp-feat-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-width=\"1.5\" stroke=\"#1a6e3c\" d=\"M4 6 C4 5 5 4 6.5 4 C6.5 4 7 5.5 9 5.5 C11 5.5 11.5 4 11.5 4 C13 4 14 5 14 6 L14 13 C14 14 13 14.5 9 14.5 C5 14.5 4 14 4 13 Z\"\u003e\u003c\/path\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1a6e3c\" d=\"M7 9 L8.5 10.5 L11 7.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eEasy to unroll \u0026amp; cut\u003c\/h3\u003e\n\n\u003cp\u003ePractical and time-saving – the film unrolls effortlessly and can be cut cleanly. Ergonomic handling for fast and efficient packaging.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-feat\"\u003e\n\n\u003cdiv style=\"background: #f0e8f8;\" class=\"lp-feat-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003crect stroke-width=\"1.5\" stroke=\"#5a1a8c\" rx=\"1.5\" height=\"12\" width=\"8\" y=\"3\" x=\"5\"\u003e\u003c\/rect\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#5a1a8c\" d=\"M7 6 H11 M7 9 H11 M7 12 H9\"\u003e\u003c\/path\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#5a1a8c\" d=\"M8 3 L8 2 L10 2 L10 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eOptimal pallet stabilization\u003c\/h3\u003e\n\n\u003cp\u003ePrevents slipping and securely fixes your load to the pallet. Secure connection between pallet and load for stable transport.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-feat\"\u003e\n\n\u003cdiv style=\"background: #faeeda;\" class=\"lp-feat-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 18 18\" height=\"18\" width=\"18\"\u003e\u003crect stroke-width=\"1.5\" stroke=\"#854f0b\" rx=\"1.5\" height=\"8\" width=\"10\" y=\"5\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#854f0b\" d=\"M7 5 L7 3.5 C7 3 7.5 2.5 9 2.5 C10.5 2.5 11 3 11 3.5 L11 5\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#854f0b\" d=\"M7 9 H11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eFood law compliant\u003c\/h3\u003e\n\n\u003cp\u003eAlso suitable for the food industry. The hand stretch film meets food law requirements for direct and indirect contact.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"lp-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv style=\"padding-top: 56px; padding-bottom: 56px;\" class=\"lp-section\" id=\"specs\"\u003e\n\n\u003cdiv class=\"lp-specs-grid\"\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"lp-section-tag\"\u003eTechnical data\u003c\/div\u003e\n\n\u003ch2 style=\"margin-bottom: 16px;\" class=\"lp-section-title\"\u003eMaterial \u0026amp;\u003cbr\u003eSpecification\u003c\/h2\u003e\n\n\u003cp style=\"font-size: 14px; color: var(--text-muted); line-height: 1.7;\"\u003eOur hand stretch film 23 my Superstrong combines highest puncture resistance with impressive stretchability. The innovative sandwich structure reliably protects against sharp edges and ensures optimal pallet security – food-grade and available in various colors.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ctable class=\"lp-specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"td-key\"\u003eProduct name\u003c\/td\u003e\n\n\u003ctd class=\"td-val\"\u003eHand Stretch Film Superstrong\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"td-key\"\u003eThickness\u003c\/td\u003e\n\n\u003ctd class=\"td-val\"\u003e23 my (micrometers)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"td-key\"\u003eStructure\u003c\/td\u003e\n\n\u003ctd class=\"td-val\"\u003eSandwich structure\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"td-key\"\u003eWidth\u003c\/td\u003e\n\n\u003ctd class=\"td-val\"\u003e500 mm\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"td-key\"\u003eLength\u003c\/td\u003e\n\n\u003ctd class=\"td-val\"\u003e250 m \/ 260 m\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"td-key\"\u003eWeight per roll\u003c\/td\u003e\n\n\u003ctd class=\"td-val\"\u003e3.0 kg\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"td-key\"\u003eRecommended stretch\u003c\/td\u003e\n\n\u003ctd class=\"td-val\"\u003e30–40 %\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"td-key\"\u003ePackaging unit\u003c\/td\u003e\n\n\u003ctd class=\"td-val\"\u003e6 rolls\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"td-key\"\u003eFood-grade\u003c\/td\u003e\n\n\u003ctd class=\"td-val\"\u003eYes\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"td-key\"\u003eColors\u003c\/td\u003e\n\n\u003ctd class=\"td-val\"\u003eTransparent, Black, White, Blue, Red, Yellow\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- ANLEITUNG (replaces NORMEN) --\u003e\n\u003cdiv class=\"lp-norms-section\" id=\"anleitung\"\u003e\n\n\u003cdiv class=\"lp-norms-inner\"\u003e\n\n\u003cdiv class=\"lp-section-tag\"\u003eApplication Instructions\u003c\/div\u003e\n\n\u003ch2 style=\"margin-bottom: 24px;\" class=\"lp-section-title\"\u003eHow to stretch correctly\u003cbr\u003eStep by step\u003c\/h2\u003e\n\n\u003cdiv class=\"lp-norms-grid\"\u003e\n\n\u003cdiv class=\"lp-norm-item\"\u003e\n\n\u003cdiv class=\"lp-norm-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"lp-norm-code\"\u003eStep 1 – Foot wraps\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-desc\"\u003eCreate a firm connection between the pallet and the first layer. 2–3 foot wraps prevent the goods from sliding during braking.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-item\"\u003e\n\n\u003cdiv style=\"background: var(--warn);\" class=\"lp-norm-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv style=\"color: var(--warn);\" class=\"lp-norm-code\"\u003eStep 2 – Spiraling upwards\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-desc\"\u003eWrap the pallet spiraling upwards with a film overlap of approx. 20%. This creates a stable bond.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-item\"\u003e\n\n\u003cdiv class=\"lp-norm-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"lp-norm-code\"\u003eStep 3 – Head wraps\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-desc\"\u003eThe pallet top is protected by 1–2 head wraps to prevent the top layer from tilting or falling off.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-item\"\u003e\n\n\u003cdiv style=\"background: var(--warn);\" class=\"lp-norm-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv style=\"color: var(--warn);\" class=\"lp-norm-code\"\u003eStep 4 – Cross wrap\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-desc\"\u003eBy spiraling downwards, a cross wrap is achieved, guaranteeing optimal hold and protection for your pallet.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-item\"\u003e\n\n\u003cdiv class=\"lp-norm-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"lp-norm-code\"\u003eContinuous stretching\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-desc\"\u003eContinuously stretch the film by 30–40% throughout the entire wrapping process – for optimal protection and less film consumption.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-item\"\u003e\n\n\u003cdiv class=\"lp-norm-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"lp-norm-code\"\u003e20% overlap\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-desc\"\u003eOnly with sufficient overlap of the film layers is a stable bond created that reliably secures the pallet.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-item\"\u003e\n\n\u003cdiv style=\"background: var(--warn);\" class=\"lp-norm-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv style=\"color: var(--warn);\" class=\"lp-norm-code\"\u003eFilm savings\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-desc\"\u003eCorrect stretching significantly saves film – good for the environment and your wallet.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-item\"\u003e\n\n\u003cdiv class=\"lp-norm-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"lp-norm-code\"\u003eSharp edges\u003c\/div\u003e\n\n\u003cdiv class=\"lp-norm-desc\"\u003eThanks to its sandwich structure, the film resists sharp edges without puncturing or tearing.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- CARE (Lagerung \u0026 Hinweise) --\u003e\n\u003cdiv class=\"lp-care-section\"\u003e\n\n\u003cdiv class=\"lp-care-inner\"\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"lp-section-tag\"\u003eStorage \u0026amp; Notes\u003c\/div\u003e\n\n\u003ch2 style=\"margin-bottom: 16px;\" class=\"lp-section-title\"\u003eStorage instructions\u003c\/h2\u003e\n\n\u003cp style=\"font-size: 14px; color: var(--text-muted); line-height: 1.7;\"\u003eCorrect storage maintains the quality and stretchability of the hand stretch film permanently. Store the rolls in a dry place, protected from direct sunlight, to ensure optimal stretching results.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-care-items\"\u003e\n\n\u003cdiv class=\"lp-care-item\"\u003e\n\n\u003cspan class=\"lp-care-icon\"\u003e🏭\u003c\/span\u003eStore in a dry and cool place\u003c\/div\u003e\n\n\u003cdiv class=\"lp-care-item\"\u003e\n\n\u003cspan class=\"lp-care-icon\"\u003e☀️\u003c\/span\u003eProtect from direct sunlight\u003c\/div\u003e\n\n\u003cdiv class=\"lp-care-item\"\u003e\n\n\u003cspan class=\"lp-care-icon\"\u003e📦\u003c\/span\u003eStanding or lying storage possible\u003c\/div\u003e\n\n\u003cdiv class=\"lp-care-item\"\u003e\n\n\u003cspan class=\"lp-care-icon\"\u003e🌡️\u003c\/span\u003eOptimal storage temperature: 15–25 °C\u003c\/div\u003e\n\n\u003cdiv class=\"lp-care-item\"\u003e\n\n\u003cspan class=\"lp-care-icon\"\u003e✅\u003c\/span\u003eFood-safe with correct storage\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- SIZES \u0026 COLORS --\u003e\n\u003cdiv class=\"lp-variant-section\"\u003e\n\n\u003cdiv class=\"lp-variant-inner\"\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"lp-variant-title\"\u003eAvailable thicknesses\u003c\/div\u003e\n\n\u003cdiv class=\"lp-sizes\"\u003e\n\n\u003cdiv class=\"lp-size active\"\u003e23 my\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp style=\"margin-top: 14px; font-size: 13px; color: var(--text-muted);\"\u003e23 my Superstrong – the optimal thickness for maximum puncture resistance and stretchability. Other thicknesses available upon request.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"lp-variant-title\"\u003eAvailable colors\u003c\/div\u003e\n\n\u003cdiv class=\"lp-colors\"\u003e\n\n\u003cdiv class=\"lp-color-wrap\"\u003e\n\n\u003cdiv style=\"background: linear-gradient(135deg, rgba(220,220,220,0.3) 0%, rgba(255,255,255,0.9) 100%); border-color: #ccc;\" class=\"lp-color-swatch active\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cspan class=\"lp-color-name\"\u003eTransparent\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-color-wrap\"\u003e\n\n\u003cdiv style=\"background: #1c1b18; border-color: #333;\" class=\"lp-color-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cspan class=\"lp-color-name\"\u003eBlack\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-color-wrap\"\u003e\n\n\u003cdiv style=\"background: #f0f0f0; border-color: #ccc;\" class=\"lp-color-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cspan class=\"lp-color-name\"\u003eWhite\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-color-wrap\"\u003e\n\n\u003cdiv style=\"background: #1a5fb4; border-color: #1654a0;\" class=\"lp-color-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cspan class=\"lp-color-name\"\u003eBlue\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-color-wrap\"\u003e\n\n\u003cdiv style=\"background: #c01c28; border-color: #a01520;\" class=\"lp-color-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cspan class=\"lp-color-name\"\u003eRed\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-color-wrap\"\u003e\n\n\u003cdiv style=\"background: #f5d800; border-color: #c8b000;\" class=\"lp-color-swatch\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cspan class=\"lp-color-name\"\u003eYellow\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp style=\"margin-top: 14px; font-size: 13px; color: var(--text-muted);\"\u003eColored stretch film for identification, theft protection, or visual differentiation of your pallets. All colors available in 23 my Superstrong.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- USE CASES --\u003e\n\u003cdiv class=\"lp-section\" id=\"einsatz\"\u003e\n\n\u003cdiv class=\"lp-section-tag\"\u003eAreas of application\u003c\/div\u003e\n\n\u003ch2 style=\"margin-bottom: 24px;\" class=\"lp-section-title\"\u003eIdeal for secure, stable and\u003cbr\u003eflexible packaging solutions\u003c\/h2\u003e\n\n\u003cdiv class=\"lp-uses-grid\"\u003e\n\n\u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eIndustry \u0026amp; Production\u003c\/div\u003e\n\n\u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eLogistics \u0026amp; Freight forwarding\u003c\/div\u003e\n\n\u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eWarehousing \u0026amp; Order picking\u003c\/div\u003e\n\n\u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eE-commerce \u0026amp; Shipping\u003c\/div\u003e\n\n\u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eFood industry\u003c\/div\u003e\n\n\u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eWholesale \u0026amp; Distribution\u003c\/div\u003e\n\n\u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eConstruction \u0026amp; Crafts\u003c\/div\u003e\n\n\u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003ePharma \u0026amp; Chemicals\u003c\/div\u003e\n\n\u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eFurniture \u0026amp; Furnishings\u003c\/div\u003e\n\n\u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eExport \u0026amp; Overseas shipping\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- WHY --\u003e\n\u003cdiv class=\"lp-why\"\u003e\n\n\u003cdiv class=\"lp-why-inner\"\u003e\n\n\u003cdiv\u003e\n\n\u003ch2\u003eWhy our hand stretch film\u003cbr\u003eis the right choice\u003c\/h2\u003e\n\n\u003cp class=\"lp-why-sub\"\u003eFor professionals who demand the highest packaging standards while not wanting to compromise on cost-effectiveness, safety, and ease of use.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-why-points\"\u003e\n\n\u003cdiv class=\"lp-why-point\"\u003e\n\n\u003cdiv class=\"lp-why-check\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003cpolyline stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"rgba(255,255,255,.8)\" points=\"1.5,5 4,7.5 8.5,2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lp-why-text\"\u003e\n\n\u003cstrong\u003eSuperstrong with 23 my\u003c\/strong\u003e – The innovative sandwich structure offers outstanding puncture resistance, even on sharp edges. Maximum stability for your load.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-why-point\"\u003e\n\n\u003cdiv class=\"lp-why-check\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003cpolyline stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"rgba(255,255,255,.8)\" points=\"1.5,5 4,7.5 8.5,2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lp-why-text\"\u003e\n\n\u003cstrong\u003eEconomical through stretching\u003c\/strong\u003e – 30–40% elongation ensures optimal protection and enables significant savings in film consumption. Good for the environment and your wallet.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-why-point\"\u003e\n\n\u003cdiv class=\"lp-why-check\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003cpolyline stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"rgba(255,255,255,.8)\" points=\"1.5,5 4,7.5 8.5,2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lp-why-text\"\u003e\n\n\u003cstrong\u003eVersatile\u003c\/strong\u003e – Available in various colors for labeling, theft protection, or visual differentiation. Food-grade compliant for use in the food industry.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-why-point\"\u003e\n\n\u003cdiv class=\"lp-why-check\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003cpolyline stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"rgba(255,255,255,.8)\" points=\"1.5,5 4,7.5 8.5,2\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"lp-why-text\"\u003e\n\n\u003cstrong\u003eAll-round protection\u003c\/strong\u003e – Protects against dust, moisture, dirt, and weather. Secure connection between pallet and load for stable transport – even over long distances.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"lp-faq-section\" id=\"faq\"\u003e\n\n\u003cdiv class=\"lp-faq-inner\"\u003e\n\n\u003cdiv style=\"margin-bottom: 10px;\" class=\"lp-section-tag\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\n\u003ch2 class=\"lp-section-title\"\u003eFAQ\u003c\/h2\u003e\n\n\u003cdiv class=\"lp-faq-item\"\u003e\n\n\u003cdiv class=\"lp-faq-q\"\u003e\n\n\u003cdiv class=\"lp-faq-icon-static\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003ccircle stroke-width=\"1.2\" stroke=\"#1a3a5c\" r=\"3.5\" cy=\"5\" cx=\"5\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#1a3a5c\" d=\"M5 3.5 V5.5 M5 6.5 V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\nWhat does \"23 my Superstrong\" mean?\u003c\/div\u003e\n\n\u003cdiv class=\"lp-faq-a\"\u003e23 my (micrometer) describes the thickness of the film. \"Superstrong\" stands for the special sandwich structure, which, despite its low material thickness, offers outstanding puncture and tear resistance – comparable to much thicker films of conventional design.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-faq-item\"\u003e\n\n\u003cdiv class=\"lp-faq-q\"\u003e\n\n\u003cdiv class=\"lp-faq-icon-static\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003ccircle stroke-width=\"1.2\" stroke=\"#d4860a\" r=\"3.5\" cy=\"5\" cx=\"5\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#d4860a\" d=\"M5 3.5 V5.5 M5 6.5 V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\nWhat is the sandwich structure?\u003c\/div\u003e\n\n\u003cdiv class=\"lp-faq-a\"\u003eThe sandwich structure describes the multi-layered composition of the film. Different layers with various properties are combined to achieve high stretchability, puncture resistance, and adhesion simultaneously – a quality feature compared to single-layer films.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-faq-item\"\u003e\n\n\u003cdiv class=\"lp-faq-q\"\u003e\n\n\u003cdiv class=\"lp-faq-icon-static\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003ccircle stroke-width=\"1.2\" stroke=\"#1a3a5c\" r=\"3.5\" cy=\"5\" cx=\"5\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#1a3a5c\" d=\"M5 3.5 V5.5 M5 6.5 V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\nWhy should the film be stretched during wrapping?\u003c\/div\u003e\n\n\u003cdiv class=\"lp-faq-a\"\u003eEffective transport security is only guaranteed if the film is constantly stretched. A stretch of 30-40% ensures optimal product protection, increases the film's recovery force, and allows for significant savings in film consumption – which is good for the environment and saves costs.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-faq-item\"\u003e\n\n\u003cdiv class=\"lp-faq-q\"\u003e\n\n\u003cdiv class=\"lp-faq-icon-static\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003ccircle stroke-width=\"1.2\" stroke=\"#d4860a\" r=\"3.5\" cy=\"5\" cx=\"5\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#d4860a\" d=\"M5 3.5 V5.5 M5 6.5 V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\nIs the film suitable for food?\u003c\/div\u003e\n\n\u003cdiv class=\"lp-faq-a\"\u003eYes. Our hand stretch film is food-grade compliant and can also be used in the food industry – for both direct and indirect contact with food.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-faq-item\"\u003e\n\n\u003cdiv class=\"lp-faq-q\"\u003e\n\n\u003cdiv class=\"lp-faq-icon-static\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003ccircle stroke-width=\"1.2\" stroke=\"#1a3a5c\" r=\"3.5\" cy=\"5\" cx=\"5\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#1a3a5c\" d=\"M5 3.5 V5.5 M5 6.5 V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\nWhat are colored stretch films used for?\u003c\/div\u003e\n\n\u003cdiv class=\"lp-faq-a\"\u003eColored stretch films are used for visual differentiation of various pallets or product groups, as theft protection (opaque contents), or for labeling specific deliveries. All colors offer the same Superstrong properties as the transparent version.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-faq-item\"\u003e\n\n\u003cdiv class=\"lp-faq-q\"\u003e\n\n\u003cdiv class=\"lp-faq-icon-static\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 10 10\" height=\"10\" width=\"10\"\u003e\u003ccircle stroke-width=\"1.2\" stroke=\"#d4860a\" r=\"3.5\" cy=\"5\" cx=\"5\"\u003e\u003c\/circle\u003e\u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#d4860a\" d=\"M5 3.5 V5.5 M5 6.5 V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\nAre bulk discounts available?\u003c\/div\u003e\n\n\u003cdiv class=\"lp-faq-a\"\u003eYes. For larger order quantities, we offer tiered bulk discounts. \u003ca href=\"mailto:info@masterwear.de?subject=Anfrage%3A%20Handstretchfolie%2023%20my%20Superstrong\u0026amp;body=Guten%20Tag%2C%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20das%20Produkt%3A%0AHandstretchfolie%2023%20my%20Superstrong%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003eContact us for a custom quote\u003c\/a\u003e.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"lp-cta\" id=\"bestellung\"\u003e\n\n\u003cdiv class=\"lp-cta-inner\"\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eReady for secure pallet wrapping?\u003c\/h3\u003e\n\n\u003cp\u003eBulk quantities, special colors, or samples available upon request.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"lp-cta-buttons\"\u003e\n\n\u003ca class=\"lp-btn-dark\" href=\"#\"\u003eAdd to Cart\u003c\/a\u003e \u003ca class=\"lp-btn-outline\" href=\"mailto:info@masterwear.de?subject=Anfrage%3A%20Handstretchfolie%2023%20my%20Superstrong\u0026amp;body=Guten%20Tag%2C%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20das%20Produkt%3A%0AHandstretchfolie%2023%20my%20Superstrong%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003eSend Inquiry\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\u003cfooter class=\"lp-footer\"\u003e\n\u003cdiv class=\"lp-footer-inner\"\u003e\n\n\u003cspan class=\"lp-footer-brand\"\u003eHand Stretch Film 23 my Superstrong\u003c\/span\u003e\n\u003cdiv class=\"lp-footer-links\"\u003e\u003ca href=\"mailto:info@masterwear.de?subject=Anfrage%3A%20Handstretchfolie%2023%20my%20Superstrong\u0026amp;body=Guten%20Tag%2C%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20das%20Produkt%3A%0AHandstretchfolie%2023%20my%20Superstrong%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003eEmail\u003c\/a\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/footer\u003e","brand":"Folie","offers":[{"title":"Transparent \/ 6","offer_id":45113244156168,"sku":"6","price":8.95,"currency_code":"EUR","in_stock":true},{"title":"Black \/ 6","offer_id":45113244188936,"sku":null,"price":9.95,"currency_code":"EUR","in_stock":true},{"title":"Red \/ 6","offer_id":45113244221704,"sku":null,"price":17.95,"currency_code":"EUR","in_stock":true},{"title":"Dark blue \/ 6","offer_id":45113244254472,"sku":null,"price":17.95,"currency_code":"EUR","in_stock":true},{"title":"Yellow \/ 6","offer_id":45113244287240,"sku":null,"price":17.95,"currency_code":"EUR","in_stock":true},{"title":"Green \/ 6","offer_id":45113244320008,"sku":null,"price":17.95,"currency_code":"EUR","in_stock":true},{"title":"Orange \/ 6","offer_id":45113244352776,"sku":null,"price":17.95,"currency_code":"EUR","in_stock":true},{"title":"White \/ 6","offer_id":45113244385544,"sku":null,"price":10.15,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0582\/0412\/7425\/files\/handstretchfolie_transparent.jpg?v=1738169477"},{"product_id":"pp-packband-50-mm-66-m-transparent-braun","title":"PP packing tape, 50 mm \/ 66 m, transparent \/ brown","description":"\u003ch3 style=\"text-align: center;\" class=\"text-justify\"\u003e\u003cstrong\u003ePP - Packing Tape, 55mm x 66m\/roll, in 28µ\u003cbr\u003e\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eDiscover the versatility and cost-effectiveness of our standard PP adhesive tape, the ideal packing tape for reliably sealing light cartons! 🌐\u003cbr\u003e\u003cbr\u003eOur standard PP adhesive tape, made from high-quality polypropylene, impresses with its smooth unwinding, elasticity, and impressive tear resistance. It's the perfect solution for securely sealing light cartons, remaining impervious to moisture and maintaining its quality even under demanding conditions. 📦\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e🌟 The advantages at a glance: 🌟 \u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e⚙️ \u003cstrong\u003eSmooth unwinding: \u003c\/strong\u003eOur PP packing tape ensures smooth and efficient processing.  \u003cbr\u003e☔ \u003cstrong\u003eImpervious to moisture: \u003c\/strong\u003eProtects your shipments even in adverse weather conditions.  \u003cbr\u003e🌀\u003cstrong\u003e Elastic:\u003c\/strong\u003e Flexible material that adapts perfectly to various packaging shapes.  \u003cbr\u003e☀️ \u003cstrong\u003eUV-stable:\u003c\/strong\u003e Guarantees reliable performance and long-lasting integrity.  \u003cbr\u003e🧩 \u003cstrong\u003eThe right adhesive for every need:\u003c\/strong\u003e Choose between acrylate, hotmelt, or natural rubber – perfectly tailored to your requirements.  \u003c\/p\u003e\n\u003cp\u003e📦 \u003cstrong\u003eThe rolls – practical and versatile:\u003c\/strong\u003e \u003cbr\u003e🎯 \u003cstrong\u003e66 linear meters with a 3-inch core: \u003c\/strong\u003eIdeal for standard 3-inch core hand dispensers.  \u003cbr\u003e🎁 \u003cstrong\u003eFilm thickness in 28µ:\u003c\/strong\u003e The perfect combination of flexibility and strength for the highest demands.  \u003cbr\u003e🔒 \u003cstrong\u003eRely on quality:  \u003c\/strong\u003e\u003cbr\u003eOur high-quality PP adhesive tapes offer reliable sealing for your cartons – whether in the warehouse, for shipping, or for palletizing.  \u003c\/p\u003e\n\u003cp\u003e🛒 **Order today and experience the premium performance of our standard PP adhesive tape!**  \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e🌟 Your solution for secure, stable, and efficient packaging!\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003eRely on our high-quality materials and benefit from reliable sealing for your cartons. Order today and experience the premium performance of our standard PP adhesive tape! 🛒🌟\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0582\/0412\/7425\/files\/klebeband_480x480.png?v=1707048794\"\u003e\n\n\u003c\/h2\u003e\n\u003cdiv class=\"col-lg-8 col-md-9\"\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"tab_container\"\u003e\n\n\u003csection class=\"tab-content\"\u003e\u003c\/section\u003e\n\u003csection class=\"tab-content\"\u003e\u003c\/section\u003e\n\u003csection class=\"tab-content\"\u003e\u003c\/section\u003e\n\u003csection class=\"tab-content\"\u003ePackaging films in Hofheim I Wiesbaden I Frankfurt am Main I Heilbronn I Stuttgart I Hamburg I Parcel tape I Berlin I Cologne I Bochum I Hanau I \u003cspan\u003e\u003cem\u003eHand stretch film\u003c\/em\u003e \u003c\/span\u003e I Giesen I Ulm I Dortmund I Düsseldorf I Workwear I Stretch film I Munich I Kassel I Nuremberg I Work jacket I Erlangen I Hi-vis vest I Black film I Wolfsburg I Neckarsulm I Pallet packaging I Safety protection I Essen I PP Packing tape I Bavaria I Safety shoes I Leipzig I Adhesive tape \u003cspan\u003etransparent\u003c\/span\u003e I Braunschweig I Mainz I Hanover I Dungarees I Duisburg I Bremen I Adhesive tape for parcels I Dresden I Flame protection I Ludwigshafen I Ingolstadt I Mannheim I Multi-norm I Work trousers I workwear I hi-vis vest I packaging films\u003cbr\u003e\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"PP -Dm Packband","offers":[{"title":"Transparent \/ 36 rolls","offer_id":45159087112456,"sku":null,"price":0.95,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ 36 rolls","offer_id":45159087145224,"sku":null,"price":1.07,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0582\/0412\/7425\/files\/packband-50er-transparent.jpg?v=1707047791"},{"product_id":"nassklebeband-maschine-vollautomatisch","title":"Water-activated tape - Fully automated 🌱","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n  \u003ctitle\u003eactivaPaper NK4000 – Water Activated Tape Dispenser | Masterwear\u003c\/title\u003e\n\n  \u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e\n\n  \u003clink crossorigin href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e\n\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300\u0026amp;family=DM+Mono:wght@400;500\u0026amp;display=swap\"\u003e\n\n  \u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    :root {\n      --white: #ffffff; --off-white: #f7f6f3; --light: #eeede9; --mid: #c8c6bf;\n      --text-muted: #7a7870; --text: #1c1b18; --accent: #1a3a5c;\n      --accent-light: #e8eef4; --accent-mid: #b8ccde;\n      --warn: #d4860a; --warn-light: #fef4e0; --warn-mid: #f5d48a;\n      --radius-sm: 4px; --radius-md: 8px; --radius-lg: 12px;\n      --font: 'DM Sans', sans-serif; --mono: 'DM Mono', monospace;\n      --easing: cubic-bezier(.16,1,.3,1);\n    }\n    html { scroll-behavior: smooth; }\n    body { font-family: var(--font); background: var(--white); color: var(--text); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }\n\n    \/* NAV *\/\n    .lp-nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--light); }\n    .lp-nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }\n    .lp-nav-brand { font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--text); letter-spacing: .04em; text-decoration: none; white-space: nowrap; }\n    .lp-nav-links { display: flex; gap: 24px; list-style: none; }\n    .lp-nav-links a { font-size: 13px; color: var(--text-muted); text-decoration: none; transition: color .2s; white-space: nowrap; }\n    .lp-nav-links a:hover { color: var(--text); }\n    .lp-nav-cta { display: inline-block; background: var(--text); color: var(--white); font-family: var(--font); font-size: 13px; font-weight: 500; padding: 8px 16px; border-radius: var(--radius-md); text-decoration: none; transition: opacity .2s; white-space: nowrap; }\n    .lp-nav-cta:hover { opacity: .82; }\n    @media (max-width: 768px) { .lp-nav-links { display: none; } }\n\n    \/* HERO *\/\n    .lp-hero-wrap { border-bottom: 1px solid var(--light); }\n    .lp-hero { max-width: 1200px; margin: 0 auto; padding: 72px 20px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }\n    @media (max-width: 768px) { .lp-hero { grid-template-columns: 1fr; gap: 36px; padding: 40px 20px 36px; } }\n    .lp-cert-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }\n    .lp-cert { display: inline-flex; align-items: center; gap: 6px; background: var(--off-white); border: 1px solid var(--light); color: var(--text-muted); font-family: var(--mono); font-size: 11px; letter-spacing: .06em; padding: 5px 10px; border-radius: var(--radius-sm); }\n    .lp-cert svg { flex-shrink: 0; }\n    .lp-cert.warn-badge { background: var(--warn-light); border-color: var(--warn-mid); color: var(--warn); }\n    .lp-hero h1 { font-size: clamp(26px, 4vw, 44px); font-weight: 300; line-height: 1.15; letter-spacing: -.02em; margin-bottom: 14px; }\n    .lp-hero h1 em { font-style: italic; opacity: .4; }\n    .lp-hero-desc { font-size: 15px; color: var(--text-muted); line-height: 1.7; max-width: 420px; margin-bottom: 12px; }\n    .lp-hero-tip { display: inline-flex; align-items: flex-start; gap: 8px; background: var(--warn-light); border: 1px solid var(--warn-mid); border-radius: var(--radius-md); padding: 10px 14px; font-size: 13px; color: var(--warn); line-height: 1.5; margin-bottom: 28px; max-width: 420px; }\n    .lp-hero-tip svg { flex-shrink: 0; margin-top: 1px; }\n    .lp-btn-row { display: flex; gap: 12px; flex-wrap: wrap; }\n    .lp-btn-primary { display: inline-block; background: var(--text); color: var(--white); font-family: var(--font); font-size: 14px; font-weight: 500; padding: 13px 24px; border-radius: var(--radius-md); text-decoration: none; border: none; cursor: pointer; transition: opacity .2s; }\n    .lp-btn-primary:hover { opacity: .82; }\n    .lp-btn-ghost { display: inline-block; background: transparent; color: var(--text-muted); font-family: var(--font); font-size: 14px; font-weight: 400; padding: 13px 24px; border-radius: var(--radius-md); border: 1px solid var(--mid); text-decoration: none; cursor: pointer; transition: border-color .2s, color .2s; }\n    .lp-btn-ghost:hover { border-color: var(--text); color: var(--text); }\n    @media (max-width: 400px) { .lp-btn-primary, .lp-btn-ghost { width: 100%; text-align: center; } }\n\n    \/* SPEC BOX *\/\n    .lp-spec-box { background: var(--off-white); border: 1px solid var(--light); border-radius: var(--radius-lg); padding: 24px; }\n    .lp-spec-label { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; color: var(--text-muted); text-transform: uppercase; margin-bottom: 18px; }\n    .lp-spec-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--light); font-size: 14px; gap: 12px; }\n    .lp-spec-item:last-child { border-bottom: none; padding-bottom: 0; }\n    .lp-spec-key { color: var(--text-muted); flex-shrink: 0; }\n    .lp-spec-val { color: var(--text); font-weight: 500; text-align: right; }\n\n    \/* TRUST BAR *\/\n    .lp-trust { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n    .lp-trust-inner { max-width: 1200px; margin: 0 auto; padding: 18px 20px; display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }\n    .lp-trust-item { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--text-muted); font-family: var(--mono); letter-spacing: .03em; white-space: nowrap; }\n\n    \/* CERTS BAND *\/\n    .lp-certs-band { background: var(--accent); color: var(--white); }\n    .lp-certs-inner { max-width: 1200px; margin: 0 auto; padding: 28px 20px; display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; }\n    .lp-cert-badge { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; }\n    .lp-cert-badge-code { font-family: var(--mono); font-size: 12px; font-weight: 500; color: var(--white); letter-spacing: .06em; }\n    .lp-cert-badge-desc { font-size: 11px; color: rgba(255,255,255,.6); max-width: 140px; line-height: 1.4; }\n    .lp-certs-sep { width: 1px; height: 40px; background: rgba(255,255,255,.2); }\n    @media (max-width: 600px) { .lp-certs-sep { display: none; } }\n\n    \/* SECTION *\/\n    .lp-section { padding: 64px 20px; max-width: 1200px; margin: 0 auto; }\n    @media (max-width: 480px) { .lp-section { padding: 48px 20px; } }\n    .lp-section-tag { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }\n    .lp-section-title { font-size: clamp(20px, 3vw, 32px); font-weight: 300; letter-spacing: -.02em; line-height: 1.2; margin-bottom: 36px; }\n\n    \/* FEATURES *\/\n    .lp-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }\n    @media (max-width: 480px) { .lp-features-grid { grid-template-columns: 1fr; } }\n    .lp-feat { background: var(--off-white); border-radius: var(--radius-lg); padding: 24px 20px; border: 1px solid var(--light); transition: border-color .2s, background .2s; }\n    .lp-feat:hover { border-color: var(--mid); background: var(--white); }\n    .lp-feat-icon { width: 36px; height: 36px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }\n    .lp-feat h3 { font-size: 15px; font-weight: 500; margin-bottom: 7px; }\n    .lp-feat p { font-size: 13px; color: var(--text-muted); line-height: 1.65; }\n\n    \/* DIVIDER *\/\n    .lp-divider { height: 1px; background: var(--light); max-width: 1200px; margin: 0 auto; }\n\n    \/* SPECS *\/\n    .lp-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n    @media (max-width: 640px) { .lp-specs-grid { grid-template-columns: 1fr; gap: 32px; } }\n    .lp-specs-table { width: 100%; border-collapse: collapse; }\n    .lp-specs-table tr { border-bottom: 1px solid var(--light); }\n    .lp-specs-table tr:last-child { border-bottom: none; }\n    .lp-specs-table td { padding: 12px 0; font-size: 14px; vertical-align: middle; }\n    .lp-specs-table .td-key { color: var(--text-muted); width: 48%; }\n    .lp-specs-table .td-val { font-weight: 500; }\n\n    \/* NORMS TABLE *\/\n    .lp-norms-section { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n    .lp-norms-inner { max-width: 1200px; margin: 0 auto; padding: 56px 20px; }\n    .lp-norms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; margin-top: 8px; }\n    .lp-norm-item { background: var(--white); border: 1px solid var(--light); border-radius: var(--radius-md); padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; transition: border-color .2s; }\n    .lp-norm-item:hover { border-color: var(--mid); }\n    .lp-norm-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; margin-top: 5px; }\n    .lp-norm-code { font-family: var(--mono); font-size: 12px; font-weight: 500; color: var(--accent); letter-spacing: .04em; margin-bottom: 3px; }\n    .lp-norm-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; }\n\n    \/* CARE *\/\n    .lp-care-section { background: var(--white); }\n    .lp-care-inner { max-width: 1200px; margin: 0 auto; padding: 56px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n    @media (max-width: 640px) { .lp-care-inner { grid-template-columns: 1fr; gap: 32px; } }\n    .lp-care-items { display: flex; flex-direction: column; gap: 10px; }\n    .lp-care-item { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--text-muted); padding: 12px 16px; background: var(--off-white); border: 1px solid var(--light); border-radius: var(--radius-md); }\n    .lp-care-icon { font-size: 16px; flex-shrink: 0; }\n\n    \/* VARIANTS *\/\n    .lp-variant-section { background: var(--off-white); border-top: 1px solid var(--light); border-bottom: 1px solid var(--light); }\n    .lp-variant-inner { max-width: 1200px; margin: 0 auto; padding: 48px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }\n    @media (max-width: 640px) { .lp-variant-inner { grid-template-columns: 1fr; gap: 36px; padding: 36px 20px; } }\n    .lp-variant-title { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 14px; }\n    .lp-sizes { display: flex; flex-wrap: wrap; gap: 8px; }\n    .lp-size { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 10px; border: 1px solid var(--mid); border-radius: var(--radius-md); font-size: 13px; font-weight: 500; background: var(--white); cursor: pointer; user-select: none; -webkit-tap-highlight-color: transparent; transition: border-color .15s, background .15s, color .15s; }\n    .lp-size:hover, .lp-size.active { border-color: var(--text); background: var(--text); color: var(--white); }\n    .lp-colors { display: flex; flex-wrap: wrap; gap: 12px; }\n    .lp-color-wrap { display: flex; flex-direction: column; align-items: center; gap: 6px; cursor: pointer; -webkit-tap-highlight-color: transparent; }\n    .lp-color-swatch { width: 38px; height: 38px; border-radius: 50%; border: 2px solid transparent; outline: 2px solid transparent; outline-offset: 2px; transition: transform .15s, outline-color .15s; }\n    .lp-color-swatch:hover { transform: scale(1.1); }\n    .lp-color-swatch.active { outline-color: var(--warn); }\n    .lp-color-name { font-size: 10px; color: var(--text-muted); text-align: center; }\n\n    \/* USE CASES *\/\n    .lp-uses-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }\n    @media (max-width: 480px) { .lp-uses-grid { grid-template-columns: 1fr 1fr; } }\n    .lp-use { background: var(--off-white); border: 1px solid var(--light); border-radius: var(--radius-md); padding: 13px 14px; font-size: 13px; color: var(--text-muted); display: flex; align-items: center; gap: 9px; transition: border-color .2s, color .2s; }\n    .lp-use:hover { border-color: var(--mid); color: var(--text); }\n    .lp-use-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--warn); flex-shrink: 0; }\n\n    \/* WHY *\/\n    .lp-why { background: var(--accent); color: var(--white); }\n    .lp-why-inner { max-width: 1200px; margin: 0 auto; padding: 64px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }\n    @media (max-width: 768px) { .lp-why-inner { grid-template-columns: 1fr; gap: 36px; padding: 48px 20px; } }\n    .lp-why h2 { font-size: clamp(20px, 3vw, 32px); font-weight: 300; letter-spacing: -.02em; line-height: 1.2; color: var(--white); }\n    .lp-why-sub { margin-top: 14px; font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.7; }\n    .lp-why-points { display: flex; flex-direction: column; gap: 18px; }\n    .lp-why-point { display: flex; align-items: flex-start; gap: 12px; }\n    .lp-why-check { width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }\n    .lp-why-text { font-size: 14px; color: rgba(255,255,255,.8); line-height: 1.6; }\n    .lp-why-text strong { color: var(--white); font-weight: 500; }\n\n    \/* FAQ *\/\n    .lp-faq-section { background: linear-gradient(160deg, #f7f6f3 0%, #eef3f8 100%); }\n    .lp-faq-inner { max-width: 760px; margin: 0 auto; padding: 64px 20px; }\n    .lp-faq-item {\n      border-radius: var(--radius-lg);\n      border: 1px solid transparent;\n      margin-bottom: 10px;\n      overflow: hidden;\n      transition: border-color .2s, box-shadow .25s, transform .2s;\n      background: var(--white);\n      box-shadow: 0 1px 4px rgba(26,58,92,.06);\n    }\n    .lp-faq-item:hover {\n      border-color: var(--accent-mid);\n      box-shadow: 0 6px 24px rgba(26,58,92,.10);\n      transform: translateY(-1px);\n    }\n    .lp-faq-item:nth-child(odd)  { border-left: 3px solid var(--accent); }\n    .lp-faq-item:nth-child(even) { border-left: 3px solid var(--warn); }\n    .lp-faq-q {\n      display: flex; align-items: center; gap: 14px;\n      padding: 18px 20px 0 20px;\n      font-size: 15px; font-weight: 500; color: var(--text);\n      line-height: 1.4;\n    }\n    @media (max-width: 480px) { .lp-faq-q { font-size: 14px; } }\n    .lp-faq-icon-static {\n      width: 22px; height: 22px; flex-shrink: 0;\n      display: flex; align-items: center; justify-content: center;\n      border-radius: 50%; background: var(--accent-light);\n      border: 1px solid var(--accent-mid);\n    }\n    .lp-faq-item:nth-child(even) .lp-faq-icon-static {\n      background: var(--warn-light);\n      border-color: var(--warn-mid);\n    }\n    .lp-faq-item:nth-child(even) .lp-faq-icon-static svg circle,\n    .lp-faq-item:nth-child(even) .lp-faq-icon-static svg path {\n      stroke: var(--warn);\n    }\n    .lp-faq-a {\n      font-size: 14px; color: var(--text-muted); line-height: 1.75;\n      padding: 10px 20px 18px 56px;\n    }\n    @media (max-width: 480px) { .lp-faq-a { padding-left: 20px; } }\n    .lp-faq-a a { color: var(--accent); text-decoration: none; }\n    .lp-faq-a a:hover { text-decoration: underline; }\n\n    \/* CTA *\/\n    .lp-cta { background: var(--off-white); border-top: 1px solid var(--light); }\n    .lp-cta-inner { max-width: 1200px; margin: 0 auto; padding: 56px 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }\n    @media (max-width: 600px) { .lp-cta-inner { flex-direction: column; align-items: flex-start; } }\n    .lp-cta h3 { font-size: 20px; font-weight: 400; letter-spacing: -.01em; }\n    .lp-cta p { margin-top: 6px; font-size: 14px; color: var(--text-muted); }\n    .lp-cta-buttons { display: flex; gap: 10px; flex-wrap: wrap; }\n    @media (max-width: 400px) { .lp-cta-buttons { flex-direction: column; width: 100%; } .lp-cta-buttons a { text-align: center; } }\n    .lp-btn-dark { display: inline-block; background: var(--text); color: var(--white); font-family: var(--font); font-size: 14px; font-weight: 500; padding: 13px 24px; border-radius: var(--radius-md); text-decoration: none; transition: opacity .2s; }\n    .lp-btn-dark:hover { opacity: .85; }\n    .lp-btn-outline { display: inline-block; background: transparent; color: var(--text); font-family: var(--font); font-size: 14px; font-weight: 400; padding: 13px 24px; border-radius: var(--radius-md); border: 1px solid var(--mid); text-decoration: none; transition: border-color .2s; }\n    .lp-btn-outline:hover { border-color: var(--text); }\n\n    \/* FOOTER *\/\n    .lp-footer { border-top: 1px solid var(--light); background: var(--white); }\n    .lp-footer-inner { max-width: 1200px; margin: 0 auto; padding: 28px 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }\n    .lp-footer-brand { font-family: var(--mono); font-size: 12px; color: var(--text-muted); letter-spacing: .04em; }\n    .lp-footer-links { display: flex; gap: 18px; flex-wrap: wrap; }\n    .lp-footer-links a { font-size: 12px; color: var(--text-muted); text-decoration: none; transition: color .2s; }\n    .lp-footer-links a:hover { color: var(--text); }\n\n    \/* ANIMATIONS *\/\n    @keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }\n    .lp-hero-left { animation: fadeUp .6s var(--easing) both; }\n    .lp-hero-right { animation: fadeUp .6s .12s var(--easing) both; }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- NAV --\u003e\n\u003cnav class=\"lp-nav\"\u003e\n  \u003cdiv class=\"lp-nav-inner\"\u003e\n\n    \u003ca class=\"lp-nav-brand\" href=\"#\" style=\"color: rgb(255,42,0);\"\u003eMasterwear\u003c\/a\u003e\n    \u003cul class=\"lp-nav-links\"\u003e\n\n      \u003cli\u003e\u003ca href=\"#features\"\u003eBenefits\u003c\/a\u003e\u003c\/li\u003e\n\n      \u003cli\u003e\u003ca href=\"#specs\"\u003eSpecification\u003c\/a\u003e\u003c\/li\u003e\n\n      \u003cli\u003e\u003ca href=\"#details\"\u003eDetails\u003c\/a\u003e\u003c\/li\u003e\n\n      \u003cli\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n    \u003ca href=\"#\" class=\"lp-nav-cta\"\u003eBuy Now\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/nav\u003e\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"lp-hero-wrap\"\u003e\n\n  \u003cdiv class=\"lp-hero\"\u003e\n\n    \u003cdiv class=\"lp-hero-left\"\u003e\n\n      \u003cdiv class=\"lp-cert-row\"\u003e\n\n        \u003cspan class=\"lp-cert\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#7a7870\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eFully Automatic\u003c\/span\u003e\n        \u003cspan class=\"lp-cert\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#7a7870\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eUp to 300 m\/min\u003c\/span\u003e\n        \u003cspan class=\"lp-cert\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#7a7870\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eUp to 70 mm Width\u003c\/span\u003e\n        \u003cspan class=\"lp-cert warn-badge\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"#d4860a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e10 Program Lengths\u003c\/span\u003e\n        \u003cspan class=\"lp-cert\"\u003eNK4000\u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003ch1\u003eactivaPaper NK4000\u003cbr\u003e\u003cem\u003eWater Activated Tape Dispenser\u003c\/em\u003e\n\n\u003c\/h1\u003e\n\n\n      \u003cp class=\"lp-hero-desc\"\u003eSecure. Efficient. Professional. The activaPaper NK4000 is the innovative solution for anyone who values secure and efficient packaging processes. In combination with high-quality water activated tape, the machine ensures maximum stability and optimal protection for your carton packaging.\u003c\/p\u003e\n\n\n      \u003cdiv class=\"lp-hero-tip\"\u003e\n\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"7\" r=\"6\" stroke=\"#d4860a\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 6 V9.5\" stroke=\"#d4860a\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"7\" cy=\"4.5\" r=\".7\" fill=\"#d4860a\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        Strong Bond – The water activated tape forms a permanent bond with the carton upon application. This ensures your packages remain securely sealed – even during long transport routes or under heavy loads.\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lp-btn-row\"\u003e\n\n        \u003ca href=\"#\" class=\"lp-btn-primary\"\u003eBuy Now\u003c\/a\u003e\n        \u003ca href=\"#specs\" class=\"lp-btn-ghost\"\u003eSpecifications\u003c\/a\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lp-hero-right\"\u003e\n\n      \u003cdiv class=\"lp-spec-box\"\u003e\n\n        \u003cdiv class=\"lp-spec-label\"\u003eProduct Data at a Glance\u003c\/div\u003e\n\n        \u003cdiv class=\"lp-spec-item\"\u003e\n\n          \u003cspan class=\"lp-spec-key\"\u003eModel\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003eactivaPaper NK4000\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lp-spec-item\"\u003e\n\n          \u003cspan class=\"lp-spec-key\"\u003eType\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003eFully Automatic Dispenser\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lp-spec-item\"\u003e\n\n          \u003cspan class=\"lp-spec-key\"\u003eSpeed\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003eUp to 300 m\/min\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lp-spec-item\"\u003e\n\n          \u003cspan class=\"lp-spec-key\"\u003eTape Width\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003eUp to 70 mm\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lp-spec-item\"\u003e\n\n          \u003cspan class=\"lp-spec-key\"\u003eProgram Lengths\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003e10 pre-programmed\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lp-spec-item\"\u003e\n\n          \u003cspan class=\"lp-spec-key\"\u003eModes\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003eAutomatic \u0026amp; programmable\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lp-spec-item\"\u003e\n\n          \u003cspan class=\"lp-spec-key\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003e480 × 330 × 280 mm\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lp-spec-item\"\u003e\n\n          \u003cspan class=\"lp-spec-key\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003e12 kg\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lp-spec-item\"\u003e\n\n          \u003cspan class=\"lp-spec-key\"\u003eVoltage\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003e200–230 Volts\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lp-spec-item\"\u003e\n\n          \u003cspan class=\"lp-spec-key\"\u003eTape Type\u003c\/span\u003e\u003cspan class=\"lp-spec-val\"\u003eReinforced \u0026amp; non-reinforced\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- TRUST BAR --\u003e\n\u003cdiv class=\"lp-trust\"\u003e\n\n  \u003cdiv class=\"lp-trust-inner\"\u003e\n\n    \u003cdiv class=\"lp-trust-item\"\u003e\n\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 1 C5 3 2 5 2 8 C2 11 4.5 13 7 13 C9.5 13 12 11 12 8 C12 5 9 3 7 1Z\" stroke=\"#1a3a5c\" stroke-width=\"1.2\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 8 L6.5 9.5 L9 6.5\" stroke=\"#1a3a5c\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      Maximum Security\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-trust-item\"\u003e\n\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M7 1 L8.8 5 L13 5.4 L9.8 8.2 L10.8 12.5 L7 10.3 L3.2 12.5 L4.2 8.2 L1 5.4 L5.2 5Z\" stroke=\"#d4860a\" stroke-width=\"1.2\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      Up to 300 m\/min\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-trust-item\"\u003e\n\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M4 7 L7 4 L10 7 M7 4 L7 11\" stroke=\"#1a3a5c\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      Fully Automatic\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-trust-item\"\u003e\n\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003ccircle cx=\"7\" cy=\"7\" r=\"5.5\" stroke=\"#1a3a5c\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 7 L6.5 8.5 L9 5.5\" stroke=\"#1a3a5c\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      10 Program Lengths\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-trust-item\"\u003e\n\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M2 11 L7 2 L12 11 Z\" stroke=\"#1a3a5c\" stroke-width=\"1.2\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 8 V9.5\" stroke=\"#1a3a5c\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003ccircle cx=\"7\" cy=\"11\" r=\".6\" fill=\"#1a3a5c\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      Automatic Temperature Control\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- CERTS BAND --\u003e\n\u003cdiv class=\"lp-certs-band\"\u003e\n\n  \u003cdiv class=\"lp-certs-inner\"\u003e\n\n    \u003cdiv class=\"lp-cert-badge\"\u003e\n\n      \u003cspan class=\"lp-cert-badge-code\"\u003e300 m\/min\u003c\/span\u003e\n      \u003cspan class=\"lp-cert-badge-desc\"\u003eHigh-speed processing for maximum efficiency\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-certs-sep\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-cert-badge\"\u003e\n\n      \u003cspan class=\"lp-cert-badge-code\"\u003e10 Lengths\u003c\/span\u003e\n      \u003cspan class=\"lp-cert-badge-desc\"\u003ePre-programmed lengths at the touch of a button\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-certs-sep\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-cert-badge\"\u003e\n\n      \u003cspan class=\"lp-cert-badge-code\"\u003e70 mm\u003c\/span\u003e\n      \u003cspan class=\"lp-cert-badge-desc\"\u003eMaximum tape width for all carton sizes\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-certs-sep\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-cert-badge\"\u003e\n\n      \u003cspan class=\"lp-cert-badge-code\"\u003eAutomatic\u003c\/span\u003e\n      \u003cspan class=\"lp-cert-badge-desc\"\u003eFully automatic re-production \u0026amp; temperature control\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-certs-sep\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-cert-badge\"\u003e\n\n      \u003cspan class=\"lp-cert-badge-code\"\u003e12 kg\u003c\/span\u003e\n      \u003cspan class=\"lp-cert-badge-desc\"\u003eRobust and stable for continuous daily operation\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURES --\u003e\n\u003cdiv id=\"features\" class=\"lp-section\"\u003e\n\n  \u003cdiv class=\"lp-section-tag\"\u003eProduct Benefits\u003c\/div\u003e\n\n  \u003ch2 class=\"lp-section-title\"\u003eSecurity, Efficiency\u003cbr\u003eand Functionality in One Machine\u003c\/h2\u003e\n\n  \u003cdiv class=\"lp-features-grid\"\u003e\n\n    \u003cdiv class=\"lp-feat\"\u003e\n\n      \u003cdiv class=\"lp-feat-icon\" style=\"background: #fbe8e8;\"\u003e\n\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M9 2 L12 6 L16 7 L13 11 L14 16 L9 13.5 L4 16 L5 11 L2 7 L6 6 Z\" stroke=\"#7a1a1a\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eMaximum Security\u003c\/h3\u003e\n\n      \u003cp\u003eThe activaPaper NK4000's water activated tape forms a strong bond with the carton, protecting your goods from unauthorized access – for absolutely secure hold with every shipment.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-feat\"\u003e\n\n      \u003cdiv class=\"lp-feat-icon\" style=\"background: #fef4e0;\"\u003e\n\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003crect x=\"3\" y=\"4\" width=\"12\" height=\"10\" rx=\"1.5\" stroke=\"#d4860a\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 7 L9 11 L15 7\" stroke=\"#d4860a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003ePerfect Carton Sealing\u003c\/h3\u003e\n\n      \u003cp\u003eThis device is more than just a tool: It is the ideal addition to your operations and guarantees a smooth, professional packaging process.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-feat\"\u003e\n\n      \u003cdiv class=\"lp-feat-icon\" style=\"background: #e8eef4;\"\u003e\n\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003ccircle cx=\"9\" cy=\"9\" r=\"6\" stroke=\"#1a3a5c\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 5 V9 L12 11\" stroke=\"#1a3a5c\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eEfficient Operating Modes\u003c\/h3\u003e\n\n      \u003cp\u003eThanks to various operating modes, you can adapt the tape dispenser to your individual requirements and thus increase daily efficiency – automatically and programmably.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-feat\"\u003e\n\n      \u003cdiv class=\"lp-feat-icon\" style=\"background: #e8f8ee;\"\u003e\n\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003crect x=\"4\" y=\"3\" width=\"10\" height=\"12\" rx=\"1.5\" stroke=\"#1a6e3c\" stroke-width=\"1.5\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 7 H11 M7 10 H11 M7 13 H9\" stroke=\"#1a6e3c\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eIntuitive Operation\u003c\/h3\u003e\n\n      \u003cp\u003eThe color-coded buttons enable quick operation and make the button layout easy to remember – for maximum convenience and speed in daily use.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-feat\"\u003e\n\n      \u003cdiv class=\"lp-feat-icon\" style=\"background: #f0e8f8;\"\u003e\n\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M3 14 L9 4 L15 14\" stroke=\"#5a1a8c\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 10 H12\" stroke=\"#5a1a8c\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eFlexible Length Settings\u003c\/h3\u003e\n\n      \u003cp\u003eThe activaPaper NK4000 processes standard water activated tape, reinforced or non-reinforced, up to 70 mm wide. 10 pre-programmed lengths and customizable fixed lengths at the touch of a button.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-feat\"\u003e\n\n      \u003cdiv class=\"lp-feat-icon\" style=\"background: #faeeda;\"\u003e\n\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M5 9 C5 5 7 3 9 3 C11 3 13 5 13 9 C13 13 11 15 9 15 C7 15 5 13 5 9Z\" stroke=\"#854f0b\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 6 V10 M7 8 H11\" stroke=\"#854f0b\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eAutomatic Re-production\u003c\/h3\u003e\n\n      \u003cp\u003eAdditional features such as automatic re-production, double length output and automatic temperature control make work easier and save valuable time.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"lp-divider\"\u003e\u003c\/div\u003e\n\n\n\u003c!-- SPECS --\u003e\n\u003cdiv id=\"specs\" class=\"lp-section\" style=\"padding-top: 56px; padding-bottom: 56px;\"\u003e\n\n  \u003cdiv class=\"lp-specs-grid\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"lp-section-tag\"\u003eTechnical Data\u003c\/div\u003e\n\n      \u003ch2 class=\"lp-section-title\" style=\"margin-bottom: 16px;\"\u003ePerformance \u0026amp;\u003cbr\u003eSpecification\u003c\/h2\u003e\n\n      \u003cp style=\"font-size: 14px; color: var(--text-muted); line-height: 1.7;\"\u003eThe activaPaper NK4000 offers the perfect solution for professional packaging, combining efficiency, security and user-friendliness in one device. This tape dispenser combines high speed and versatility with precise control and ease of use – ideal for a smooth and professional packaging process in your operation.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n\n      \u003ctable class=\"lp-specs-table\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eModel Designation\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003eactivaPaper NK4000\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eType\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003eFully Automatic Water Activated Tape Dispenser\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eSpeed\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003eUp to 300 m\/min\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eTape Width\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003eUp to 70 mm\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eTape Type\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003eReinforced \u0026amp; non-reinforced\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eProgram Lengths\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003e10 pre-programmed\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eFixed Lengths\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003eIndividually adjustable\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eDouble Length\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003eYes – for larger cartons\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eModes\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003eAutomatic \u0026amp; programmable\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eRe-production\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003eAutomatic\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eTemperature Control\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003eAutomatic\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eDimensions\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003e480 × 330 × 280 mm\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eWeight\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003e12 kg\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n            \u003ctd class=\"td-key\"\u003eVoltage\u003c\/td\u003e\n\n            \u003ctd class=\"td-val\"\u003e200–230 Volts\u003c\/td\u003e\n\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- DETAILS (replaces NORMEN) --\u003e\n\u003cdiv id=\"details\" class=\"lp-norms-section\"\u003e\n\n  \u003cdiv class=\"lp-norms-inner\"\u003e\n\n    \u003cdiv class=\"lp-section-tag\"\u003eFunctional Details\u003c\/div\u003e\n\n    \u003ch2 class=\"lp-section-title\" style=\"margin-bottom: 24px;\"\u003ePerformance Features\u003cbr\u003eat a Glance\u003c\/h2\u003e\n\n    \u003cdiv class=\"lp-norms-grid\"\u003e\n\n      \u003cdiv class=\"lp-norm-item\"\u003e\n\n        \u003cdiv class=\"lp-norm-dot\"\u003e\u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003cdiv class=\"lp-norm-code\"\u003eSpeed\u003c\/div\u003e\n\n          \u003cdiv class=\"lp-norm-desc\"\u003eUp to 300 m\/min for fast and efficient processing\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-norm-item\"\u003e\n\n        \u003cdiv class=\"lp-norm-dot\" style=\"background: var(--warn);\"\u003e\u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003cdiv class=\"lp-norm-code\" style=\"color: var(--warn);\"\u003eTape Width\u003c\/div\u003e\n\n          \u003cdiv class=\"lp-norm-desc\"\u003eUp to 70 mm – for standard water activated tape, reinforced or non-reinforced\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-norm-item\"\u003e\n\n        \u003cdiv class=\"lp-norm-dot\"\u003e\u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003cdiv class=\"lp-norm-code\"\u003e10 Program Lengths\u003c\/div\u003e\n\n          \u003cdiv class=\"lp-norm-desc\"\u003ePre-programmed lengths at the touch of a button for quick processes\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-norm-item\"\u003e\n\n        \u003cdiv class=\"lp-norm-dot\"\u003e\u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003cdiv class=\"lp-norm-code\"\u003eIndividual Fixed Lengths\u003c\/div\u003e\n\n          \u003cdiv class=\"lp-norm-desc\"\u003ePrecise adjustment of tape length to your individual requirements\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-norm-item\"\u003e\n\n        \u003cdiv class=\"lp-norm-dot\"\u003e\u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003cdiv class=\"lp-norm-code\"\u003eDouble Length Output\u003c\/div\u003e\n\n          \u003cdiv class=\"lp-norm-desc\"\u003eOption to output double lengths for larger cartons\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-norm-item\"\u003e\n\n        \u003cdiv class=\"lp-norm-dot\" style=\"background: var(--warn);\"\u003e\u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003cdiv class=\"lp-norm-code\" style=\"color: var(--warn);\"\u003eAutomatic Re-production\u003c\/div\u003e\n\n          \u003cdiv class=\"lp-norm-desc\"\u003eContinuous provision of tape strips without interruption\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-norm-item\"\u003e\n\n        \u003cdiv class=\"lp-norm-dot\"\u003e\u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003cdiv class=\"lp-norm-code\"\u003eTemperature Control\u003c\/div\u003e\n\n          \u003cdiv class=\"lp-norm-desc\"\u003eAutomatic temperature control ensures consistent adhesive effect\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-norm-item\"\u003e\n\n        \u003cdiv class=\"lp-norm-dot\" style=\"background: var(--warn);\"\u003e\u003c\/div\u003e\n\n        \u003cdiv\u003e\n\n          \u003cdiv class=\"lp-norm-code\" style=\"color: var(--warn);\"\u003eColored Control Buttons\u003c\/div\u003e\n\n          \u003cdiv class=\"lp-norm-desc\"\u003eIntuitive, color-coded buttons for fast and error-free operation\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- CARE (Umwelt \u0026 Nachhaltigkeit) --\u003e\n\u003cdiv class=\"lp-care-section\"\u003e\n\n  \u003cdiv class=\"lp-care-inner\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"lp-section-tag\"\u003eEnvironment \u0026amp; Sustainability\u003c\/div\u003e\n\n      \u003ch2 class=\"lp-section-title\" style=\"margin-bottom: 16px;\"\u003eEco-conscious packaging\u003c\/h2\u003e\n\n      \u003cp style=\"font-size: 14px; color: var(--text-muted); line-height: 1.7;\"\u003eWater activated tape is an environmentally friendly alternative to plastic tapes. It consists of paper and starch-based adhesive and is fully recyclable – without having to remove the tape from the carton before recycling.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-care-items\"\u003e\n\n      \u003cdiv class=\"lp-care-item\"\u003e\n\n\u003cspan class=\"lp-care-icon\"\u003e♻️\u003c\/span\u003eFully recyclable with the carton\u003c\/div\u003e\n\n      \u003cdiv class=\"lp-care-item\"\u003e\n\n\u003cspan class=\"lp-care-icon\"\u003e🌿\u003c\/span\u003ePaper-based – no plastic tape needed\u003c\/div\u003e\n\n      \u003cdiv class=\"lp-care-item\"\u003e\n\n\u003cspan class=\"lp-care-icon\"\u003e🔒\u003c\/span\u003eTamper-proof – visible signs of opening attempts\u003c\/div\u003e\n\n      \u003cdiv class=\"lp-care-item\"\u003e\n\n\u003cspan class=\"lp-care-icon\"\u003e💪\u003c\/span\u003ePermanent bond – holds up under extreme stress\u003c\/div\u003e\n\n      \u003cdiv class=\"lp-care-item\"\u003e\n\n\u003cspan class=\"lp-care-icon\"\u003e📦\u003c\/span\u003eProfessional appearance for your packaging\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- VARIANTS (Lieferumfang \u0026 Kompatibilität) --\u003e\n\u003cdiv class=\"lp-variant-section\"\u003e\n\n  \u003cdiv class=\"lp-variant-inner\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"lp-variant-title\"\u003eCompatible Water Activated Tape\u003c\/div\u003e\n\n      \u003cdiv class=\"lp-sizes\"\u003e\n\n        \u003cdiv class=\"lp-size\"\u003e50 mm\u003c\/div\u003e\n\n        \u003cdiv class=\"lp-size\"\u003e60 mm\u003c\/div\u003e\n\n        \u003cdiv class=\"lp-size active\"\u003e70 mm\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp style=\"margin-top: 14px; font-size: 13px; color: var(--text-muted);\"\u003eCompatible with standard water activated tape – reinforced and non-reinforced. Maximum tape width 70 mm.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"lp-variant-title\"\u003eVersion\u003c\/div\u003e\n\n      \u003cdiv class=\"lp-colors\"\u003e\n\n        \u003cdiv class=\"lp-color-wrap\"\u003e\n\n          \u003cdiv class=\"lp-color-swatch active\" style=\"background: linear-gradient(135deg, #3a3a3a 50%, #1a3a5c 50%); border-color: #555;\"\u003e\u003c\/div\u003e\n\n          \u003cspan class=\"lp-color-name\"\u003eStandard\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp style=\"margin-top: 14px; font-size: 13px; color: var(--text-muted);\"\u003eThe activaPaper NK4000 in robust industrial design. Available upon request with individual configuration and instruction.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- USE CASES --\u003e\n\u003cdiv id=\"einsatz\" class=\"lp-section\"\u003e\n\n  \u003cdiv class=\"lp-section-tag\"\u003eAreas of Application\u003c\/div\u003e\n\n  \u003ch2 class=\"lp-section-title\" style=\"margin-bottom: 24px;\"\u003eIdeal for Professional\u003cbr\u003ePackaging Processes\u003c\/h2\u003e\n\n  \u003cdiv class=\"lp-uses-grid\"\u003e\n\n    \u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eShipping departments\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eLogistics centers\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eProduction facilities\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eE-commerce \u0026amp; Fulfillment\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eWholesale \u0026amp; Distribution\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eFood Industry\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003ePharma \u0026amp; Medical Technology\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eAutomotive Industry\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eFurniture \u0026amp; Furnishings\u003c\/div\u003e\n\n    \u003cdiv class=\"lp-use\"\u003e\n\n\u003cspan class=\"lp-use-dot\"\u003e\u003c\/span\u003eExport \u0026amp; Overseas Shipping\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- WHY --\u003e\n\u003cdiv class=\"lp-why\"\u003e\n\n  \u003cdiv class=\"lp-why-inner\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003ch2\u003eWhy the NK4000\u003cbr\u003eis the right choice\u003c\/h2\u003e\n\n      \u003cp class=\"lp-why-sub\"\u003eFor professionals who need the highest packaging standards while not wanting to compromise on efficiency, safety, and a professional appearance.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-why-points\"\u003e\n\n      \u003cdiv class=\"lp-why-point\"\u003e\n\n        \u003cdiv class=\"lp-why-check\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"rgba(255,255,255,.8)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"lp-why-text\"\u003e\n\n\u003cstrong\u003eHighest packaging security\u003c\/strong\u003e – Water-activated tape forms a permanent bond with the carton. Tampering is immediately visible – for maximum protection of your goods.\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-why-point\"\u003e\n\n        \u003cdiv class=\"lp-why-check\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"rgba(255,255,255,.8)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"lp-why-text\"\u003e\n\n\u003cstrong\u003eFully automatic efficiency\u003c\/strong\u003e – Up to 300 m\/min processing speed, automatic re-production, and temperature control for uninterrupted work.\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-why-point\"\u003e\n\n        \u003cdiv class=\"lp-why-check\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"rgba(255,255,255,.8)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"lp-why-text\"\u003e\n\n\u003cstrong\u003eMaximum flexibility\u003c\/strong\u003e – 10 pre-programmed lengths, individual fixed lengths, and double length output for every carton size – all at the touch of a button.\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-why-point\"\u003e\n\n        \u003cdiv class=\"lp-why-check\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003cpolyline points=\"1.5,5 4,7.5 8.5,2\" stroke=\"rgba(255,255,255,.8)\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"lp-why-text\"\u003e\n\n\u003cstrong\u003eEnvironmentally conscious packaging\u003c\/strong\u003e – Water-activated tape is paper-based and fully recyclable together with the carton – no plastic tape needed.\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- FAQ --\u003e\n\u003cdiv id=\"faq\" class=\"lp-faq-section\"\u003e\n\n  \u003cdiv class=\"lp-faq-inner\"\u003e\n\n    \u003cdiv class=\"lp-section-tag\" style=\"margin-bottom: 10px;\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\n    \u003ch2 class=\"lp-section-title\"\u003eFAQ\u003c\/h2\u003e\n\n\n    \u003cdiv class=\"lp-faq-item\"\u003e\n\n      \u003cdiv class=\"lp-faq-q\"\u003e\n\n        \u003cdiv class=\"lp-faq-icon-static\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"#1a3a5c\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5 V5.5 M5 6.5 V7\" stroke=\"#1a3a5c\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        What is water-activated tape and why is it more secure than plastic tape?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-faq-a\"\u003eWater-activated tape consists of paper with a starch-based adhesive that is activated by wetting. When applied, it forms a permanent bond with the carton – any attempt to open it is immediately visible. Unlike plastic tape, it cannot be removed without leaving a trace, which makes tampering significantly more difficult.\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lp-faq-item\"\u003e\n\n      \u003cdiv class=\"lp-faq-q\"\u003e\n\n        \u003cdiv class=\"lp-faq-icon-static\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"#d4860a\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5 V5.5 M5 6.5 V7\" stroke=\"#d4860a\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        Which tape types can the NK4000 process?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-faq-a\"\u003eThe activaPaper NK4000 processes standard water-activated tape – both reinforced (with glass fiber inlay) and unreinforced. The maximum tape width is 70 mm, which makes it suitable for practically all common carton sizes.\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lp-faq-item\"\u003e\n\n      \u003cdiv class=\"lp-faq-q\"\u003e\n\n        \u003cdiv class=\"lp-faq-icon-static\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"#1a3a5c\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5 V5.5 M5 6.5 V7\" stroke=\"#1a3a5c\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        What does \"automatic re-production\" mean?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-faq-a\"\u003eWith automatic re-production activated, the NK4000 automatically provides the next tape strip after each removal. This means you don't have to press a button every time – the strip is immediately available, which significantly increases packaging speed.\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lp-faq-item\"\u003e\n\n      \u003cdiv class=\"lp-faq-q\"\u003e\n\n        \u003cdiv class=\"lp-faq-icon-static\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"#d4860a\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5 V5.5 M5 6.5 V7\" stroke=\"#d4860a\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        How does automatic temperature control work?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-faq-a\"\u003eAutomatic temperature control regulates the water temperature in the NK4000's moistening system. This ensures that the adhesive of the water-activated tape is activated evenly, guaranteeing a consistently strong adhesive effect – regardless of ambient conditions.\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lp-faq-item\"\u003e\n\n      \u003cdiv class=\"lp-faq-q\"\u003e\n\n        \u003cdiv class=\"lp-faq-icon-static\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"#1a3a5c\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5 V5.5 M5 6.5 V7\" stroke=\"#1a3a5c\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        Is water-activated tape environmentally friendly?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-faq-a\"\u003eYes. Water-activated tape consists of paper and starch-based adhesive and is fully recyclable – together with the carton, without having to remove the tape beforehand. It is an environmentally conscious alternative to plastic tapes.\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lp-faq-item\"\u003e\n\n      \u003cdiv class=\"lp-faq-q\"\u003e\n\n        \u003cdiv class=\"lp-faq-icon-static\"\u003e\u003csvg width=\"10\" height=\"10\" viewbox=\"0 0 10 10\" fill=\"none\"\u003e\u003ccircle cx=\"5\" cy=\"5\" r=\"3.5\" stroke=\"#d4860a\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 3.5 V5.5 M5 6.5 V7\" stroke=\"#d4860a\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n        Are bulk discounts and training available?\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-faq-a\"\u003eYes. We offer individual conditions for orders. On-site or video training is also available upon request. \u003ca href=\"mailto:info@masterwear.de?subject=Anfrage%3A%20activaPaper%20NK4000%20Nassklebeband-Streifengeber\u0026amp;body=Guten%20Tag%2C%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20das%20Produkt%3A%0AactivaPaper%20NK4000%20%E2%80%93%20Nassklebeband-Streifengeber%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003eContact us\u003c\/a\u003e.\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- CTA --\u003e\n\u003cdiv id=\"bestellung\" class=\"lp-cta\"\u003e\n\n  \u003cdiv class=\"lp-cta-inner\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003ch3\u003eReady for more efficient packaging?\u003c\/h3\u003e\n\n      \u003cp\u003eIndividual conditions, training or samples available upon request.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lp-cta-buttons\"\u003e\n\n      \u003ca href=\"#\" class=\"lp-btn-dark\"\u003eAdd to cart\u003c\/a\u003e\n      \u003ca href=\"mailto:info@masterwear.de?subject=Anfrage%3A%20activaPaper%20NK4000%20Nassklebeband-Streifengeber\u0026amp;body=Guten%20Tag%2C%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20das%20Produkt%3A%0AactivaPaper%20NK4000%20%E2%80%93%20Nassklebeband-Streifengeber%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\" class=\"lp-btn-outline\"\u003eSend inquiry\u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- FOOTER --\u003e\n\u003cfooter class=\"lp-footer\"\u003e\n  \u003cdiv class=\"lp-footer-inner\"\u003e\n\n    \u003cspan class=\"lp-footer-brand\"\u003eactivaPaper NK4000 Water-activated Tape Dispenser\u003c\/span\u003e\n    \u003cdiv class=\"lp-footer-links\"\u003e\n\n      \u003ca href=\"mailto:info@masterwear.de?subject=Anfrage%3A%20activaPaper%20NK4000%20Nassklebeband-Streifengeber\u0026amp;body=Guten%20Tag%2C%0A%0Aich%20interessiere%20mich%20f%C3%BCr%20das%20Produkt%3A%0AactivaPaper%20NK4000%20%E2%80%93%20Nassklebeband-Streifengeber%0A%0AMit%20freundlichen%20Gr%C3%BC%C3%9Fen\"\u003eEmail\u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/footer\u003e\n\n\n\n\u003c\/body\u003e","brand":"activaTec","offers":[{"title":"Grey\/blue","offer_id":50324849393928,"sku":"6","price":899.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0582\/0412\/7425\/files\/NK4000_Nassklebebandmaschine.webp?v=1731165632"},{"product_id":"nassklebeband-maschine","title":"Water-activated tape with filament reinforcement \/ standard in brown","description":"\u003ch1 class=\"product--title\"\u003eWater-activated tape with filament reinforcement or standard - Brown 📦📜\u003c\/h1\u003e\n\u003cdiv class=\"col-lg-8 col-md-9\"\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"tab_container\"\u003e\n\n\u003csection class=\"tab-content\"\u003e\u003c\/section\u003e\n\u003csection class=\"tab-content\"\u003e\u003c\/section\u003e\n\u003csection class=\"tab-content\"\u003e\u003c\/section\u003e\n\u003csection class=\"tab-content\"\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cbr\u003e🌍Environmentally friendly and secure carton sealing with water-activated tape🌱💧\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e♻️Water-activated tape – The ancestors of adhesive tapes for maximum security and sustainability.♻️\u003cbr\u003e💧Water-activated tapes are the original adhesive tapes that preceded all other tape types. Water-activated tapes are made of \u003cstrong\u003ekraft paper\u003c\/strong\u003e coated with a \u003cstrong\u003eplant-based, odorless adhesive\u003c\/strong\u003e. This environmentally friendly solution not only ensures a strong bond but also a sustainable packaging solution. Processing is done with a \u003cstrong\u003etape dispenser\u003c\/strong\u003e equipped with a water tank and a wiping brush. The water-activated tape is pulled through the water bath in the device, excess water is retained by the wiping brush, and the tape is cut to the desired length.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eAdvantages of water-activated tape: 📦💧\u003cbr\u003e\u003c\/strong\u003e\u003cstrong\u003e\u003cspan style=\"color: #ff2a00;\"\u003e--\u0026gt;\u003c\/span\u003eSecure and permanent adhesion:\u003c\/strong\u003e Once the water-activated tape is applied to the carton, the moist adhesive penetrates deep into the carton surface, creating the so-called \"dowel effect.\" This makes removing the water-activated tape without damaging the carton surface almost impossible.\u003cbr\u003e\u003cstrong\u003e\u003cspan style=\"color: #ff2a00;\"\u003e--\u0026gt;\u003c\/span\u003eSustainability:\u003c\/strong\u003e The adhesive used is plant-based and odorless, making this product an environmentally conscious choice for your company.🌍\u003cbr\u003e\u003cstrong\u003e\u003cspan style=\"color: #ff2a00;\"\u003e--\u0026gt;\u003c\/span\u003eEfficiency:\u003c\/strong\u003e Water-activated tape guarantees a strong and permanent bond that securely seals your packages and optimally protects the goods.🍃\u003cbr\u003eWith the right **tape dispenser**, water-activated tape ensures easy and quick application, making your packaging processes more efficient and environmentally friendly.\u003c\/p\u003e\n\n\u003cp\u003eRely on proven quality and sustainability – with water-activated tape for your packaging!\u003cbr\u003e\u003cstrong\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eProduct features: \u003cbr\u003e\u003c\/strong\u003e🔒 **Extremely strong carton seal** – guarantees secure hold \u003cbr\u003e📏 Width: 60mm or 70mm (+\/- 1 mm) \u003cbr\u003e📏 Length: 200 linear meters (+\/- 2 %) \u003cbr\u003e🧵 Version: Filament reinforced (2 longitudinal + 1 sinusoidal filament) \/ Standard \u003cbr\u003e🎨 Color: Brown \u003cbr\u003e🌀 Core diameter: approx. 60 - 70 mm \u003cbr\u003e📄 Carrier: Smooth, tear-resistant, impregnated kraft paper (60 g\/m² ± 4 %) \u003cbr\u003e💪 Breaking force: Longitudinal: 6.5 kN\/m – Transverse: 3.2 kN\/m\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003e**How water-activated tape works for a secure carton seal:**\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e1. \u003cspan style=\"color: #ff2a00;\"\u003e\u003cstrong\u003e**Activation by water**\u003c\/strong\u003e\u003c\/span\u003e \u003cbr\u003e To activate the water-activated tape, the adhesive side is lightly moistened. This can be done manually or with a special water-activated tape dispenser, such as the fully automatic \u003cem\u003e\u003cstrong\u003eactiva NK4000\u003c\/strong\u003e\u003c\/em\u003e. This dispenser guides the tape through an integrated water reservoir, so that the adhesive layer is evenly moistened.\u003c\/p\u003e\n\n\u003cp\u003e2. \u003cstrong\u003e\u003cspan style=\"color: #ff2a00;\"\u003e**Applying the tape**\u003c\/span\u003e \u003c\/strong\u003e\u003cbr\u003e After moistening, the water-activated tape is applied to the carton surface. The water-based adhesive layer penetrates slightly into the carton fibers and develops extremely strong adhesion.\u003c\/p\u003e\n\n\u003cp\u003e3. \u003cstrong\u003e\u003cspan style=\"color: #ff2a00;\"\u003e**Drying and curing** \u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e While the adhesive layer dries, the tape permanently bonds with the carton. This \"dowel effect\" creates a tamper-proof and stable seal that can only be removed with visible damage to the carton.\u003c\/p\u003e\n\n\u003cp\u003eWater-activated tape can be processed with simple tabletop dispensers or convenient **tape dispensers**. We would be happy to advise you to find the optimal dispensing device for your requirements.\u003c\/p\u003e\n\n\u003cp\u003e\u003cspan style=\"color: #3fbe0f;\"\u003e\u003cstrong\u003e**Package environmentally conscious and efficiently – with water-activated tape!**\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"tab-content\"\u003e\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"activaTec","offers":[{"title":"Reinforced 200m x 60mm - 60g\/m² \/ 12 rolls","offer_id":50320562848008,"sku":null,"price":8.65,"currency_code":"EUR","in_stock":true},{"title":"Standard 200m x 60mm - 60g\/m² \/ 12 rolls","offer_id":50320714694920,"sku":null,"price":7.75,"currency_code":"EUR","in_stock":true},{"title":"Reinforced 200mx70mm-75g\/m² \/ 12 rolls","offer_id":50667506991368,"sku":null,"price":9.5,"currency_code":"EUR","in_stock":true},{"title":"Standard 200mx70mm-75g\/m² \/ 12 rolls","offer_id":50667507024136,"sku":null,"price":8.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0582\/0412\/7425\/files\/nassklebeband-unverstaerkt-60mmx200m-mdf-18229.webp?v=1737875604"},{"product_id":"handstretchfolie-500mm-x-3-0kg-23my-versch-farben","title":"Hand stretch film, 500 mm x 2.60 m x 2.4 kg x 17 µm - Transparent","description":"\u003ch3 class=\"text-justify\" style=\"text-align: center;\"\u003e\u003cstrong\u003eHand Stretch Film - 500mm x 2.60m x 2.4 kg x 17 my\u003cbr\u003e\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e **Optimal Pallet Securing with Hand Stretch Film - Strength, 17 my - Transparent**\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e🌐 Secure your pallet loads effectively and protect them from external influences like dust and moisture with our high-quality transparent hand stretch film, 17 my. Its sandwich construction ensures outstanding puncture resistance, even on sharp edges, and is characterized by impressive stretchability.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e🌟 Perfection for your packaging – Simple. Robust. Versatile. 🌟\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e🎯 \u003cstrong\u003eAdhesive \u0026amp; stretchable\u003c\/strong\u003e – Perfectly adapts to any shape and size.\u003cbr\u003e💪 \u003cstrong\u003ePuncture \u0026amp; tear-resistant\u003c\/strong\u003e – For maximum stability and load-bearing capacity.\u003cbr\u003e🌧️ \u003cstrong\u003eProtection from dirt \u0026amp; weather\u003c\/strong\u003e – Keeps your load clean and secure.\u003cbr\u003e✂️ \u003cstrong\u003eEasy to unroll \u0026amp; cut\u003c\/strong\u003e – Practical and time-saving.\u003cbr\u003e🔄 \u003cstrong\u003eVersatile \u0026amp; flexible in use\u003c\/strong\u003e – Ideal for industry, logistics, and more.\u003cbr\u003e🏗️ \u003cstrong\u003eOptimal pallet stabilization\u003c\/strong\u003e – Prevents slipping and secures your load.\u003cbr\u003e🔒 \u003cstrong\u003eSecure connection\u003c\/strong\u003e – Between pallet and load for stable transport.\u003cbr\u003e🍏 \u003cstrong\u003eFood-safe\u003c\/strong\u003e – Also suitable for the food industry.\u003c\/p\u003e\n\u003cp\u003e📦 \u003cstrong\u003eYour solution for secure, stable, and flexible packaging!\u003cbr\u003e\u003cbr\u003e\u003c\/strong\u003e\u003cstrong\u003e*How to stretch:*\u003c\/strong\u003e\u003cbr\u003e🔄 To ensure optimal pallet securing, we recommend a firm connection between the pallet and the first layer of your goods. So-called foot wraps offer an effective solution to prevent goods from sliding during braking. In practice, 2 to 3 foot wraps have proven sufficient. The pallet is then wrapped spirally upwards, with a film overlap of about 20% to be observed. Only then is a stable bond created that secures the pallet.\u003cbr\u003e\u003cbr\u003e🔒 The pallet top is protected by head wraps to prevent the top layer from tipping or falling off. Depending on the type of load, 1 to 2 head wraps are usually sufficient. By spiral wrapping downwards, the cross wrap is achieved, which guarantees optimal hold and protection for your pallet.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e*Stretching means elongating:*\u003c\/strong\u003e\u003cbr\u003e🏗️ Effective transport security is only ensured if the hand stretch film is continuously stretched during the wrapping process. A stretch of 30 to 40% not only ensures optimal product protection but also enables significant savings in film consumption. This not only protects the environment but also your wallet.\u003cbr\u003eTrust our transparent hand stretch film, 17 my, for safe and sustainable pallet securing!\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eFurther details:\u003cbr\u003e\u003c\/strong\u003e\u003cstrong\u003eWidth\u003c\/strong\u003e: 500 mm\u003cbr\u003e\u003cstrong\u003eLength\u003c\/strong\u003e: 260 m\u003cbr\u003e\u003cstrong\u003eThickness\u003c\/strong\u003e: 17 my\u003cbr\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e: 2.4 kg per roll\u003cbr\u003e\u003cstrong\u003ePU:\u003c\/strong\u003e \u003cspan\u003ePackaging unit: \u003cstrong\u003e6 rolls\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"col-lg-8 col-md-9\"\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"tab_container\"\u003e\n\n\u003csection class=\"tab-content\"\u003e\u003c\/section\u003e\n\u003csection class=\"tab-content\" id=\"content3\"\u003e\u003cspan style=\"color: rgb(80, 141, 18);\"\u003e\u003cstrong\u003eTrust the quality of our stretch film for reliable protection and safe handling of your loads!\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003csection class=\"tab-content\"\u003e\u003c\/section\u003e\n\u003csection class=\"tab-content\"\u003ePackaging films in Hofheim I Wiesbaden I Frankfurt am Main I Heilbronn I Stuttgart I Hamburg I Berlin I Cologne I Bochum I Hanau I \u003cspan\u003e\u003cem\u003eHand Stretch Film\u003c\/em\u003e \u003c\/span\u003e I Giesen I Ulm I Dortmund I Düsseldorf I Workwear I Stretch film I Munich I Kassel I Nuremberg I Work jacket I Erlangen I Hi-vis vest I Film in Black I Wolfsburg I Neckarsulm I Pallet packaging I Safety protection I Essen I Bavaria I Safety shoes I Leipzig I \u003cspan\u003etransparent\u003c\/span\u003e I Braunschweig I Mainz I Hanover I Bib pants I Duisburg I Bremen I VR glasses I Dresden I Flame protection I Ludwigshafen I Ingolstadt I Mannheim I Multi-norm I Work trousers I workwear I hi-vis vest I Packaging films\u003cbr\u003e\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"Folie","offers":[{"title":"Transparent \/ 6","offer_id":50688270401800,"sku":"6","price":7.2,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0582\/0412\/7425\/files\/500x2_4x17my_handstretchfolie_transparent.jpg?v=1738169477"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0582\/0412\/7425\/collections\/500x2_4x17my_handstretchfolie_transparent_75b0575d-f0b1-425c-b76b-84a15979721e.jpg?v=1786007484","url":"https:\/\/www.masterwear.de\/en\/collections\/verpackungsmittel.oembed","provider":"Masterwear","version":"1.0","type":"link"}