{"id":9285,"date":"2025-05-08T11:14:37","date_gmt":"2025-05-08T11:14:37","guid":{"rendered":"https:\/\/old.damao-tech.com\/?page_id=9285"},"modified":"2026-03-31T13:16:09","modified_gmt":"2026-03-31T13:16:09","slug":"mousse-eva","status":"publish","type":"page","link":"https:\/\/old.damao-tech.com\/fr\/mousse-eva\/","title":{"rendered":"Mousse EVA"},"content":{"rendered":"\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\" media=\"print\"\n    onload=\"this.media='all'\">\n<noscript>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\n<\/noscript>\n<style>\n    :root {\n        --damao-eva-primary: #0077ed;\n        --damao-eva-glass-bg: rgba(255, 255, 255, 0.05);\n        --damao-eva-glass-border: rgba(255, 255, 255, 0.1);\n        --damao-eva-glass-shine: rgba(255, 255, 255, 0.15);\n        --damao-eva-text-main: #ffffff;\n        --damao-eva-text-muted: #e0e0e0;\n        --damao-eva-text-accent: #cde3ff;\n    }\n\n    .damao-eva-container {\n        padding: 40px 0 80px 0;\n        box-sizing: border-box;\n    }\n\n    .damao-eva-content-wrapper {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 24px;\n        box-sizing: border-box;\n    }\n\n    .damao-eva-section {\n        padding: 60px 0 100px 0;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        opacity: 0;\n        transform: translateY(30px);\n        transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);\n    }\n\n    .damao-eva-section.is-visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    .damao-eva-section-flex {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 60px;\n        width: 100%;\n    }\n\n    .damao-eva-text-content {\n        max-width: 540px;\n    }\n\n    .damao-eva-image-content {\n        max-width: 600px;\n        width: 100%;\n        position: relative;\n    }\n\n    .damao-eva-image-content::before {\n        content: '';\n        position: absolute;\n        inset: -20px;\n        background: radial-gradient(circle, rgba(0, 119, 237, 0.15) 0%, transparent 70%);\n        z-index: 0;\n        pointer-events: none;\n    }\n\n    .damao-eva-gallery {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 30px;\n        width: 100%;\n        margin-top: 40px;\n    }\n\n    .damao-eva-gallery-item {\n        background: #f5f5f7;\n        border-radius: 20px;\n        border: 1px solid var(--damao-eva-glass-border);\n        padding: 20px;\n        text-align: left;\n        backdrop-filter: blur(12px);\n        -webkit-backdrop-filter: blur(12px);\n        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;\n        position: relative;\n        overflow: hidden;\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        margin: 0;\n        box-sizing: border-box;\n    }\n\n    .damao-eva-gallery-item:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 16px 40px rgba(0, 119, 237, 0.1);\n        border-color: var(--damao-eva-primary);\n    }\n\n    .damao-eva-main-heading {\n        font-size: 3.5rem;\n        font-weight: 700;\n        margin-bottom: 24px;\n        line-height: 1.1;\n        background: linear-gradient(to right, #3b82f6, #0077ed);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        letter-spacing: -0.02em;\n    }\n\n    .damao-eva-sub-heading {\n        font-weight: 600;\n        margin-bottom: 40px;\n        position: relative;\n        display: block;\n        width: 100%;\n        text-align: center;\n    }\n\n    .damao-eva-sub-heading::after {\n        content: '';\n        display: block;\n        width: 60px;\n        height: 3px;\n        background: var(--damao-eva-primary);\n        margin: 10px auto 0;\n        border-radius: 2px;\n    }\n\n    .damao-eva-paragraph {\n        line-height: 1.8;\n        margin-bottom: 24px;\n        font-weight: 300;\n    }\n\n    .damao-eva-list {\n        list-style: none;\n        padding-left: 0;\n        text-align: left;\n        max-width: 500px;\n        margin: 20px auto;\n    }\n\n    .damao-eva-list li {\n        font-size: 1.1rem;\n        line-height: 1.6;\n        margin-bottom: 16px;\n        padding-left: 32px;\n        position: relative;\n    }\n\n    .damao-eva-list li::before {\n        content: '\\f00c';\n        font-family: 'Font Awesome 6 Free';\n        font-weight: 900;\n        color: var(--damao-eva-primary);\n        position: absolute;\n        left: 0;\n        top: 2px;\n        font-size: 1rem;\n    }\n\n    .damao-eva-faq-container {\n        width: 100%;\n        max-width: 1000px;\n        margin-top: 40px;\n    }\n\n    .damao-eva-faq-item {\n        background: var(--damao-eva-glass-bg);\n        border-radius: 12px;\n        margin-bottom: 16px;\n        border: 1px solid var(--damao-eva-glass-border);\n        transition: border-color 0.3s ease, background-color 0.3s ease;\n        overflow: hidden;\n    }\n\n    .damao-eva-faq-item:hover {\n        border-color: var(--damao-eva-glass-shine);\n    }\n\n    .damao-eva-faq-item[open] {\n        background: rgba(255, 255, 255, 0.1);\n        border-color: var(--damao-eva-primary);\n    }\n\n    .damao-eva-faq-item summary {\n        font-size: 1.2rem;\n        font-weight: 500;\n        padding: 24px 60px 24px 24px;\n        cursor: pointer;\n        position: relative;\n        list-style: none;\n        transition: color 0.3s ease;\n    }\n\n    .damao-eva-faq-item summary::-webkit-details-marker {\n        display: none;\n    }\n\n    .damao-eva-faq-item summary::after {\n        content: '+';\n        font-size: 1.8rem;\n        font-weight: 300;\n        color: var(--damao-eva-primary);\n        position: absolute;\n        right: 24px;\n        top: 50%;\n        transform: translateY(-50%);\n        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .damao-eva-faq-item[open] summary::after {\n        transform: translateY(-50%) rotate(45deg);\n    }\n\n    .damao-eva-faq-item .damao-eva-faq-answer {\n        padding: 0 24px 24px 24px;\n        line-height: 1.7;\n        text-align: left;\n        border-top: 1px solid rgba(255, 255, 255, 0.05);\n        margin-top: -5px;\n        padding-top: 20px;\n    }\n\n    .damao-eva-button {\n        display: inline-block;\n        padding: 16px 40px;\n        font-size: 1.1rem;\n        font-weight: 700;\n        background: var(--damao-eva-primary);\n        color: #ffffff;\n        border: 2px solid transparent;\n        border-radius: 50px;\n        text-decoration: none;\n        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;\n        position: relative;\n        overflow: hidden;\n        min-width: 220px;\n        text-align: center;\n        box-sizing: border-box;\n    }\n\n    .damao-eva-button:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 16px 40px rgba(0, 119, 237, 0.15);\n    }\n\n    .damao-eva-button--secondary {\n        background: #f5f5f7;\n        color: #0f172a;\n    }\n\n    .damao-eva-button--secondary:hover {\n        background: #e5e5e7;\n        box-shadow: 0 16px 40px rgba(0, 119, 237, 0.1);\n    }\n\n    .damao-eva-actions {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 20px;\n        margin-top: 32px;\n        width: 100%;\n    }\n\n    .damao-eva-microcopy {\n        font-size: 0.9rem;\n        margin-top: 16px;\n        opacity: 0.8;\n    }\n\n    .damao-eva-stats-bar {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 40px;\n        padding: 40px 20px;\n        margin-top: -20px;\n    }\n\n    .damao-eva-stat-item {\n        text-align: center;\n        min-width: 140px;\n    }\n\n    .damao-eva-stat-number {\n        font-size: 2.5rem;\n        font-weight: 700;\n        color: var(--damao-eva-primary);\n        display: block;\n        line-height: 1.2;\n    }\n\n    .damao-eva-stat-label {\n        color: var(--damao-eva-primary);\n        font-size: 0.95rem;\n        margin-top: 5px;\n        font-weight: 500;\n    }\n\n    .damao-eva-marquee-section {\n        padding: 60px 0;\n        width: 100%;\n        overflow: hidden;\n        position: relative;\n    }\n\n    .damao-eva-marquee-track {\n        display: flex;\n        gap: 20px;\n        width: max-content;\n        animation: damao-eva-scroll-left 45s linear infinite;\n    }\n\n    .damao-eva-marquee-track:hover {\n        animation-play-state: paused;\n    }\n\n    .damao-eva-marquee-item {\n        flex-shrink: 0;\n        width: 320px;\n        aspect-ratio: 4 \/ 3;\n        border-radius: 14px;\n        overflow: hidden;\n        border: 1px solid var(--damao-eva-glass-border);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    }\n\n    .damao-eva-marquee-item img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.5s ease;\n    }\n\n    .damao-eva-marquee-item:hover img {\n        transform: scale(1.06);\n    }\n\n    @keyframes damao-eva-scroll-left {\n        from {\n            transform: translateX(0);\n        }\n\n        to {\n            transform: translateX(-50%);\n        }\n    }\n\n    .damao-eva-card-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 20px;\n        width: 100%;\n        margin-top: 40px;\n        text-align: left;\n    }\n\n    .damao-eva-card {\n        background: #f5f5f7;\n        border: 1px solid var(--damao-eva-glass-border);\n        border-radius: 16px;\n        padding: 28px 24px;\n        backdrop-filter: blur(12px);\n        -webkit-backdrop-filter: blur(12px);\n        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .damao-eva-card::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        height: 3px;\n        background: linear-gradient(to right, var(--damao-eva-primary), transparent);\n    }\n\n    .damao-eva-card:hover {\n        transform: translateY(-4px);\n        border-color: var(--damao-eva-primary);\n        box-shadow: 0 16px 40px rgba(0, 119, 237, 0.1);\n    }\n\n    .damao-eva-card-icon,\n    .damao-eva-card-icon i,\n    .damao-eva-section-flex i {\n        color: var(--damao-eva-primary);\n    }\n\n    .damao-eva-card-icon {\n        font-size: 1.75rem;\n        margin-bottom: 14px;\n        display: block;\n        line-height: 1;\n    }\n\n    .damao-eva-card-title {\n        font-weight: 600;\n        margin-bottom: 8px;\n        line-height: 1.4;\n    }\n\n    .damao-eva-card-body {\n        line-height: 1.65;\n        font-weight: 300;\n    }\n\n    .damao-eva-aspect-ratio-box {\n        position: relative;\n        width: 100%;\n        aspect-ratio: 4 \/ 3;\n        overflow: hidden;\n        display: block;\n    }\n\n    .damao-eva-aspect-ratio-box img {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        object-fit: cover !important;\n    }\n\n    .damao-eva-image-content .damao-eva-aspect-ratio-box {\n        border-radius: 20px;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);\n        border: 1px solid var(--damao-eva-glass-border);\n        transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);\n    }\n\n    .damao-eva-image-content .damao-eva-aspect-ratio-box:hover {\n        transform: scale(1.02) translateY(-5px);\n    }\n\n    .damao-eva-gallery-item .damao-eva-aspect-ratio-box {\n        border-radius: 12px;\n    }\n\n    \/* --- Universal Responsive Tiers --- *\/\n    \/* 1. Mobile (< 768px) *\/\n    @media (max-width: 767px) {\n        .damao-eva-container {\n            padding: 40px 0;\n        }\n\n        .damao-eva-section {\n            padding: 60px 0;\n        }\n\n        .damao-eva-main-heading {\n            font-size: 2.2rem;\n        }\n\n        .damao-eva-text-content {\n            text-align: left;\n        }\n\n        .damao-eva-actions {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .damao-eva-button {\n            min-width: 100%;\n        }\n\n        .damao-eva-stats-bar {\n            gap: 20px;\n            padding: 20px 10px;\n        }\n\n        .damao-eva-stat-number {\n            font-size: 1.8rem;\n        }\n\n        .damao-eva-marquee-item {\n            width: 240px;\n        }\n\n        .damao-eva-faq-item summary {\n            font-size: 1.1rem;\n            padding: 16px 50px 16px 16px;\n        }\n    }\n\n    \/* 2. Tablet (768px - 1024px) *\/\n    @media (min-width: 768px) and (max-width: 1024px) {\n        .damao-eva-main-heading {\n            font-size: 2.8rem;\n        }\n\n        .damao-eva-section-flex {\n            flex-direction: row;\n            gap: 40px;\n        }\n\n        .damao-eva-section-flex.damao-eva-image-left {\n            flex-direction: row-reverse;\n        }\n\n        .damao-eva-text-content,\n        .damao-eva-image-content {\n            flex: 1;\n            text-align: left;\n        }\n    }\n\n    \/* 3. Desktop (> 1024px) *\/\n    @media (min-width: 1025px) {\n        .damao-eva-section-flex {\n            flex-direction: row;\n            text-align: left;\n            align-items: center;\n        }\n\n        .damao-eva-section-flex.damao-eva-image-left {\n            flex-direction: row-reverse;\n        }\n\n        .damao-eva-text-content,\n        .damao-eva-image-content {\n            flex: 1;\n        }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n\n        .damao-eva-section,\n        .damao-eva-marquee-track {\n            animation: none !important;\n            transition: none !important;\n            transform: none !important;\n            opacity: 1 !important;\n        }\n    }\n<\/style>\n<\/style>\n\n<div class=\"damao-eva-container\">\n    <div class=\"damao-eva-content-wrapper\">\n\n        <section class=\"damao-eva-section damao-eva-animate-on-scroll\">\n            <h1 class=\"damao-eva-main-heading\">EVA Foam Manufacturer &#038; Custom Solutions<\/h1>\n            <p class=\"damao-eva-paragraph\" style=\"max-width: 700px;\">From material to\n                manufacturing\u2014sheets, rolls, die-cutting, lamination, and thermoforming. Built to your drawing and\n                performance specs with fast lead times and global shipping.<\/p>\n            <div class=\"damao-eva-actions\">\n                <a href=\"\/contact\" class=\"damao-eva-button\" aria-label=\"Get a quote for custom EVA foam parts\">Get a\n                    Quote<\/a>\n                <a href=\"#\" class=\"damao-eva-button damao-eva-button--secondary\"\n                    aria-label=\"Request EVA foam samples\">Request\n                    Samples<\/a>\n            <\/div>\n            <p class=\"damao-eva-paragraph damao-eva-microcopy\" style=\"max-width: 700px;\">Upload drawings or specs\n                (PDF\/DWG\/STEP).\n            <\/p>\n            <div class=\"damao-eva-image-content\" style=\"margin-top: 30px;\">\n                <div class=\"damao-eva-aspect-ratio-box\">\n                    <img loading=\"lazy\" width=\"800\" height=\"600\"\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/07\/EVA-foam-minimalist-design.webp\"\n                        alt=\"A minimalist arrangement of colorful EVA foam sheets\" class=\"damao-eva-image\"\n                        decoding=\"async\" fetchpriority=\"high\">\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"damao-eva-stats-bar damao-eva-animate-on-scroll\">\n            <div class=\"damao-eva-stat-item\">\n                <span class=\"damao-eva-stat-number\">15+<\/span>\n                <span class=\"damao-eva-stat-label\">Years Experience<\/span>\n            <\/div>\n            <div class=\"damao-eva-stat-item\">\n                <span class=\"damao-eva-stat-number\">3 Days<\/span>\n                <span class=\"damao-eva-stat-label\">Rapid Prototyping<\/span>\n            <\/div>\n            <div class=\"damao-eva-stat-item\">\n                <span class=\"damao-eva-stat-number\">ISO 9001<\/span>\n                <span class=\"damao-eva-stat-label\">Certified Quality<\/span>\n            <\/div>\n            <div class=\"damao-eva-stat-item\">\n                <span class=\"damao-eva-stat-number\">Global<\/span>\n                <span class=\"damao-eva-stat-label\">Shipping &#038; Support<\/span>\n            <\/div>\n        <\/div>\n\n        <section class=\"damao-eva-section damao-eva-animate-on-scroll\">\n            <h2 class=\"damao-eva-sub-heading\">Why Choose EVA Foam for Your Project<\/h2>\n            <div class=\"damao-eva-section-flex damao-eva-image-left\">\n                <div class=\"damao-eva-text-content\">\n                    <p class=\"damao-eva-paragraph\">EVA (Ethylene\u2011Vinyl Acetate) is a closed\u2011cell, lightweight, and\n                        resilient\n                        foam used across packaging, footwear, automotive, and consumer goods. It balances cushioning,\n                        flexibility, and durability with excellent water resistance.<\/p>\n                    <p class=\"damao-eva-paragraph\">Compared with many alternatives, EVA is easier to fabricate (cutting,\n                        thermoforming, sanding), maintains performance in humid environments, and supports broad\n                        appearance and functional options.<\/p>\n                <\/div>\n                <div class=\"damao-eva-image-content\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/05\/What-Exactly-is-EVA-Foam.webp\"\n                            alt=\"Close-up texture of EVA foam material\" class=\"damao-eva-image\" loading=\"lazy\"\n                            decoding=\"async\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"damao-eva-section damao-eva-animate-on-scroll\">\n            <h2 class=\"damao-eva-sub-heading\">Core Advantages of EVA Foam Material<\/h2>\n            <div class=\"damao-eva-section-flex damao-eva-image-right\">\n                <div class=\"damao-eva-text-content\">\n                    <ul class=\"damao-eva-list\">\n                        <li><strong>Lightweight impact absorption:<\/strong> Ideal for protective packaging and\n                            wearables.<\/li>\n                        <li><strong>Closed\u2011cell water resistance:<\/strong> Repels moisture and is easy to clean.<\/li>\n                        <li><strong>Easy fabrication:<\/strong> Cutting, thermoforming, sanding, coating, and printing.\n                        <\/li>\n                        <li><strong>Flexible aesthetics:<\/strong> Color, texture, hardness, and density options.<\/li>\n                        <li><strong>Safe formulations:<\/strong> Low\u2011odor, non\u2011toxic options available.<\/li>\n                        <li><strong>Cost\u2011effective supply:<\/strong> Suited to scale production and consistent\n                            availability.<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"damao-eva-image-content\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/05\/EVA-Foam-Crafting.webp\"\n                            alt=\"Crafting tools working on a sheet of EVA foam\" class=\"damao-eva-image\" loading=\"lazy\"\n                            decoding=\"async\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"damao-eva-section damao-eva-animate-on-scroll\">\n            <h2 class=\"damao-eva-sub-heading\">Product Formats &amp; Customization<\/h2>\n            <div class=\"damao-eva-card-grid\">\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-box\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Supply Forms<\/p>\n                    <p class=\"damao-eva-card-body\">Sheets and rolls; die\u2011cut\/kiss\u2011cut parts; pre\u2011laminated assemblies.\n                    <\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-ruler-combined\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Thickness<\/p>\n                    <p class=\"damao-eva-card-body\">Broad range; cut\u2011to\u2011size sheets or roll widths per spec.<\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-scale-balanced\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Density &amp; Hardness<\/p>\n                    <p class=\"damao-eva-card-body\">Multiple grades; Shore A and rebound\/compression\u2011set options.<\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-palette\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Colors &amp; Textures<\/p>\n                    <p class=\"damao-eva-card-body\">Standard black\/white\/gray; custom Pantone;\n                        smooth\/embossed\/cross\u2011hatch.\n                    <\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-fire\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Functional Options<\/p>\n                    <p class=\"damao-eva-card-body\">Flame\u2011retardant (UL 94), anti\u2011static\/conductive, UV\u2011resistant, low\n                        VOC,\n                        PSA backing (3M\/hot\u2011melt).<\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-regular fa-file-lines\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Documentation<\/p>\n                    <p class=\"damao-eva-card-body\">Material datasheets and Certificates of Analysis on request.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"damao-eva-section damao-eva-animate-on-scroll\">\n            <h2 class=\"damao-eva-sub-heading\">EVA Foam Manufacturing Strengths (Why Work With Us)<\/h2>\n            <div class=\"damao-eva-card-grid\">\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-scissors\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Processes<\/p>\n                    <p class=\"damao-eva-card-body\">Precision die\u2011cutting, CNC, thermoforming, lamination\n                        (foam\/fabric\/adhesive), slitting, grooving, embossing.<\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-wrench\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Engineering Support<\/p>\n                    <p class=\"damao-eva-card-body\">DFM, material selection, tolerance analysis, stack\u2011ups, and cost\n                        optimization.<\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-bolt\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Capacity &amp; Lead Times<\/p>\n                    <p class=\"damao-eva-card-body\">Rapid prototyping and scalable production with flexible MOQs.<\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-ruler\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Tolerances<\/p>\n                    <p class=\"damao-eva-card-body\">Typical thickness and outline tolerances aligned to process\n                        capability.\n                    <\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-link\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Supply Chain<\/p>\n                    <p class=\"damao-eva-card-body\">Stable raw material sourcing, lot traceability, and forecast support.\n                    <\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-globe\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Global Shipping<\/p>\n                    <p class=\"damao-eva-card-body\">Export documentation and protective packaging standards ready.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"damao-eva-section damao-eva-animate-on-scroll\">\n            <h2 class=\"damao-eva-sub-heading\">EVA Foam Project Gallery<\/h2>\n            <p class=\"damao-eva-paragraph\" style=\"max-width: 760px;\">Take a closer look at recent EVA foam builds\u2014from\n                complex molded interiors to roll stock and PSA-backed sheets\u2014showcasing the range of finishes and\n                fabrication results we deliver.<\/p>\n            <div class=\"damao-eva-gallery\" role=\"list\">\n                <figure class=\"damao-eva-gallery-item\" role=\"listitem\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/10\/eva-inner-mold.webp\"\n                            alt=\"Custom EVA foam mold insert with multiple cavities\" class=\"damao-eva-gallery-image\"\n                            loading=\"lazy\" decoding=\"async\">\n                    <\/div>\n                    <figcaption class=\"damao-eva-gallery-caption\">Custom-cut inner molds hold complex components\n                        securely\n                        within protective EVA foam.<\/figcaption>\n                <\/figure>\n                <figure class=\"damao-eva-gallery-item\" role=\"listitem\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/10\/EVA-foam-carving-gift-box.webp\"\n                            alt=\"Carved EVA foam gift box insert\" class=\"damao-eva-gallery-image\" loading=\"lazy\"\n                            decoding=\"async\">\n                    <\/div>\n                    <figcaption class=\"damao-eva-gallery-caption\">Gift box inserts are carved with tight tolerances to\n                        keep\n                        retail products presentation-ready.<\/figcaption>\n                <\/figure>\n                <figure class=\"damao-eva-gallery-item\" role=\"listitem\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/10\/EVA-foam-with-adhesive-on-one-side.webp\"\n                            alt=\"EVA foam sheet with adhesive backing applied\" class=\"damao-eva-gallery-image\"\n                            loading=\"lazy\" decoding=\"async\">\n                    <\/div>\n                    <figcaption class=\"damao-eva-gallery-caption\">Pressure-sensitive adhesive backings streamline\n                        assembly\n                        and eliminate secondary bonding steps.<\/figcaption>\n                <\/figure>\n                <figure class=\"damao-eva-gallery-item\" role=\"listitem\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/10\/EVA-foam-sheet-material.webp\"\n                            alt=\"Stacked EVA foam sheet materials\" class=\"damao-eva-gallery-image\" loading=\"lazy\"\n                            decoding=\"async\">\n                    <\/div>\n                    <figcaption class=\"damao-eva-gallery-caption\">Consistent sheet stock across densities and colors\n                        enables\n                        precise nesting and cutting yields.<\/figcaption>\n                <\/figure>\n                <figure class=\"damao-eva-gallery-item\" role=\"listitem\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/10\/EVA-Foam-rollers.webp\"\n                            alt=\"EVA foam rollers ready for shipment\" class=\"damao-eva-gallery-image\" loading=\"lazy\"\n                            decoding=\"async\">\n                    <\/div>\n                    <figcaption class=\"damao-eva-gallery-caption\">Long-length EVA foam rolls are prepared for\n                        die-cutting,\n                        lamination, or direct application lines.<\/figcaption>\n                <\/figure>\n                <figure class=\"damao-eva-gallery-item\" role=\"listitem\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/10\/Pink-EVA-foam-sheet-material.webp\"\n                            alt=\"Pink EVA foam sheet material with smooth finish\" class=\"damao-eva-gallery-image\"\n                            loading=\"lazy\" decoding=\"async\">\n                    <\/div>\n                    <figcaption class=\"damao-eva-gallery-caption\">Color-matched sheet material highlights the aesthetic\n                        flexibility available for brand-centric builds.<\/figcaption>\n                <\/figure>\n            <\/div>\n        <\/section>\n\n        <section class=\"damao-eva-section damao-eva-animate-on-scroll\">\n            <h2 class=\"damao-eva-sub-heading\">EVA Foam Quality Control &amp; Compliance<\/h2>\n            <div class=\"damao-eva-card-grid\" style=\"grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\">\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-magnifying-glass\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Quality System<\/p>\n                    <p class=\"damao-eva-card-body\">Incoming, in\u2011process, and outgoing inspections; documented control\n                        plans.\n                    <\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-regular fa-circle-check\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Compliance<\/p>\n                    <p class=\"damao-eva-card-body\">RoHS\/REACH statements; third\u2011party testing available upon request.\n                    <\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-clipboard-list\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Traceability<\/p>\n                    <p class=\"damao-eva-card-body\">Batch records with retained samples and lot\u2011level documentation.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"damao-eva-section damao-eva-animate-on-scroll\">\n            <h2 class=\"damao-eva-sub-heading\">EVA Foam Applications &amp; Industry Use Cases<\/h2>\n            <p class=\"damao-eva-paragraph\" style=\"max-width: 700px; margin-bottom: 40px;\">EVA foam supports demanding\n                applications across packaging, sporting goods, flooring, automotive, consumer products, and creative\n                builds. Examples include:<\/p>\n\n            <div class=\"damao-eva-section-flex damao-eva-image-left\">\n                <div class=\"damao-eva-text-content\">\n                    <h3 style=\"margin-bottom: 10px;\">Creative &#038; Cosplay<\/h3>\n                    <p class=\"damao-eva-paragraph\">Lightweight armor, props, and models that hold detail, take coatings,\n                        and\n                        survive events and travel.<\/p>\n                <\/div>\n                <div class=\"damao-eva-image-content\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/05\/EVA-Foam-Cosplay-Armor.webp\"\n                            alt=\"Example of detailed cosplay armor made from EVA foam\" class=\"damao-eva-image\"\n                            loading=\"lazy\" decoding=\"async\">\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"damao-eva-section-flex damao-eva-image-right\" style=\"margin-top: 50px;\">\n                <div class=\"damao-eva-text-content\">\n                    <h3 style=\"margin-bottom: 10px;\">Consumer Goods &#038; Toys<\/h3>\n                    <p class=\"damao-eva-paragraph\">Safe, colorful EVA for craft kits, educational sets, and protective\n                        components in consumer products.<\/p>\n                <\/div>\n                <div class=\"damao-eva-image-content\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/05\/EVA-Foam-Craft-Shapes.webp\"\n                            alt=\"Colorful EVA foam shapes for children's crafts\" class=\"damao-eva-image\" loading=\"lazy\"\n                            decoding=\"async\">\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"damao-eva-section-flex damao-eva-image-left\" style=\"margin-top: 50px;\">\n                <div class=\"damao-eva-text-content\">\n                    <h3 style=\"margin-bottom: 10px;\">Fitness &#038; Flooring<\/h3>\n                    <p class=\"damao-eva-paragraph\">Interlocking tiles for gyms and play areas, and durable padding in\n                        sports\n                        equipment and protective packaging.<\/p>\n                <\/div>\n                <div class=\"damao-eva-image-content\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/05\/EVA-Foam-Flooring.webp\"\n                            alt=\"Interlocking EVA foam floor tiles for a gym or play area\" class=\"damao-eva-image\"\n                            loading=\"lazy\" decoding=\"async\">\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"damao-eva-section-flex damao-eva-image-right\" style=\"margin-top: 50px;\">\n                <div class=\"damao-eva-text-content\">\n                    <h3 style=\"margin-bottom: 10px;\">Packaging &#038; Logistics<\/h3>\n                    <p class=\"damao-eva-paragraph\">Custom-cut inserts and dividers for sensitive equipment, medical\n                        devices, and high-value electronics.<\/p>\n                <\/div>\n                <div class=\"damao-eva-image-content\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/Packaging-Logistics.webp\"\n                            alt=\"Custom EVA foam packaging inserts for sensitive equipment\" class=\"damao-eva-image\"\n                            loading=\"lazy\" decoding=\"async\">\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"damao-eva-section-flex damao-eva-image-left\" style=\"margin-top: 50px;\">\n                <div class=\"damao-eva-text-content\">\n                    <h3 style=\"margin-bottom: 10px;\">Automotive &#038; Industrial<\/h3>\n                    <p class=\"damao-eva-paragraph\">Gaskets, seals, and vibration dampening pads designed to withstand\n                        compression and environmental factors.<\/p>\n                <\/div>\n                <div class=\"damao-eva-image-content\">\n                    <div class=\"damao-eva-aspect-ratio-box\">\n                        <img width=\"800\" height=\"600\"\n                            src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/Automotive-Industrial.webp\"\n                            alt=\"Industrial EVA foam components for automotive gasketing\" class=\"damao-eva-image\"\n                            loading=\"lazy\" decoding=\"async\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"damao-eva-section damao-eva-animate-on-scroll\">\n            <h2 class=\"damao-eva-sub-heading\">Specs &amp; Selection Guide<\/h2>\n            <div class=\"damao-eva-card-grid\">\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-bullseye\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Performance Targets<\/p>\n                    <p class=\"damao-eva-card-body\">Choose density\/hardness for the required impact absorption and feel.\n                    <\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-ruler-combined\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Geometry<\/p>\n                    <p class=\"damao-eva-card-body\">Match thickness to desired deflection and footprint.<\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-cubes\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Stack\u2011ups<\/p>\n                    <p class=\"damao-eva-card-body\">Add functional layers (PSA, fabrics, films) to speed assembly and\n                        improve\n                        durability.<\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-solid fa-temperature-half\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Environment<\/p>\n                    <p class=\"damao-eva-card-body\">Consider temperature, humidity, UV exposure, and chemical resistance\n                        needs.<\/p>\n                <\/div>\n                <div class=\"damao-eva-card\">\n                    <span class=\"damao-eva-card-icon\"><i class=\"fa-regular fa-comments\"><\/i><\/span>\n                    <p class=\"damao-eva-card-title\">Get Recommendations<\/p>\n                    <p class=\"damao-eva-card-body\">Share use case, loads, durability goals, and constraints for an\n                        engineering\u2011backed proposal.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"damao-eva-section damao-eva-marquee-section damao-eva-animate-on-scroll\">\n            <h2 class=\"damao-eva-sub-heading\">EVA Foam in Production<\/h2>\n            <div class=\"damao-eva-marquee-track\" aria-hidden=\"true\">\n                <!-- Set 1 -->\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-01.webp\"\n                        alt=\"EVA foam production photo 1\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-02.webp\"\n                        alt=\"EVA foam production photo 2\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-03.webp\"\n                        alt=\"EVA foam production photo 3\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-04.webp\"\n                        alt=\"EVA foam production photo 4\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-05.webp\"\n                        alt=\"EVA foam production photo 5\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-06.webp\"\n                        alt=\"EVA foam production photo 6\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-07.webp\"\n                        alt=\"EVA foam production photo 7\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-08.webp\"\n                        alt=\"EVA foam production photo 8\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-09.webp\"\n                        alt=\"EVA foam production photo 9\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-10.webp\"\n                        alt=\"EVA foam production photo 10\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-11.webp\"\n                        alt=\"EVA foam production photo 11\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-12.webp\"\n                        alt=\"EVA foam production photo 12\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-13.webp\"\n                        alt=\"EVA foam production photo 13\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <!-- Set 2 (duplicate for seamless loop) -->\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-01.webp\"\n                        alt=\"EVA foam production photo 1\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-02.webp\"\n                        alt=\"EVA foam production photo 2\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-03.webp\"\n                        alt=\"EVA foam production photo 3\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-04.webp\"\n                        alt=\"EVA foam production photo 4\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-05.webp\"\n                        alt=\"EVA foam production photo 5\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-06.webp\"\n                        alt=\"EVA foam production photo 6\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-07.webp\"\n                        alt=\"EVA foam production photo 7\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-08.webp\"\n                        alt=\"EVA foam production photo 8\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-09.webp\"\n                        alt=\"EVA foam production photo 9\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-10.webp\"\n                        alt=\"EVA foam production photo 10\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-11.webp\"\n                        alt=\"EVA foam production photo 11\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-12.webp\"\n                        alt=\"EVA foam production photo 12\" loading=\"lazy\" decoding=\"async\"><\/div>\n                <div class=\"damao-eva-marquee-item\"><img\n                        src=\"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2026\/03\/eva-foam-13.webp\"\n                        alt=\"EVA foam production photo 13\" loading=\"lazy\" decoding=\"async\"><\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"damao-eva-section damao-eva-animate-on-scroll\">\n            <h2 class=\"damao-eva-sub-heading\">Frequently Asked Questions (FAQ)<\/h2>\n            <div class=\"damao-eva-faq-container\">\n                <details class=\"damao-eva-faq-item\">\n                    <summary>Can you build to my drawing and stack-up?<\/summary>\n                    <p class=\"damao-eva-faq-answer\">Yes. We review DFM and tolerances, recommend materials, and produce\n                        to\n                        your drawing, specification, and stack\u2011up requirements.<\/p>\n                <\/details>\n                <details class=\"damao-eva-faq-item\">\n                    <summary>What are typical lead times for samples and production?<\/summary>\n                    <p class=\"damao-eva-faq-answer\">Rapid samples are available; production timing depends on volume,\n                        tooling, and materials. Share your target schedule and we will align a firm plan.<\/p>\n                <\/details>\n                <details class=\"damao-eva-faq-item\">\n                    <summary>What is your MOQ?<\/summary>\n                    <p class=\"damao-eva-faq-answer\">Flexible MOQs based on part size, material grade, and process. Tell\n                        us\n                        your forecast or batch size for the best option.<\/p>\n                <\/details>\n                <details class=\"damao-eva-faq-item\">\n                    <summary>Do you supply adhesive backing and laminations?<\/summary>\n                    <p class=\"damao-eva-faq-answer\">Yes. We offer multiple PSA brands and substrate laminations\n                        (fabrics\/films) to streamline assembly and improve durability.<\/p>\n                <\/details>\n                <details class=\"damao-eva-faq-item\">\n                    <summary>Can you provide compliance and test reports?<\/summary>\n                    <p class=\"damao-eva-faq-answer\">We provide RoHS\/REACH statements and can arrange third\u2011party testing\n                        on\n                        request. Datasheets and Certificates of Analysis are available.<\/p>\n                <\/details>\n                <details class=\"damao-eva-faq-item\">\n                    <summary>What is EVA foam made of?<\/summary>\n                    <p class=\"damao-eva-faq-answer\">EVA foam is made from Ethylene\u2011Vinyl Acetate, a copolymer of\n                        ethylene and\n                        vinyl acetate. The ratio of vinyl acetate content determines the softness, flexibility, and\n                        clarity of the foam. It is then expanded (foamed) to create a lightweight, closed\u2011cell structure\n                        with excellent cushioning and resilience.<\/p>\n                <\/details>\n                <details class=\"damao-eva-faq-item\">\n                    <summary>What is the difference between EVA foam and PE foam?<\/summary>\n                    <p class=\"damao-eva-faq-answer\">EVA foam is generally softer, more flexible, and has a finer cell\n                        structure than standard PE (polyethylene) foam, making it better suited for wearables, cosplay,\n                        and applications requiring a smooth finish or precise die\u2011cutting. PE foam is typically stiffer\n                        and more economical for basic cushioning and void\u2011fill packaging. Both are closed\u2011cell and\n                        water\u2011resistant, but EVA offers a wider range of density, hardness, and color options.<\/p>\n                <\/details>\n                <details class=\"damao-eva-faq-item\">\n                    <summary>Is EVA foam safe for children&#8217;s products and food-contact applications?<\/summary>\n                    <p class=\"damao-eva-faq-answer\">EVA foam is widely used in children&#8217;s flooring tiles, craft kits,\n                        and\n                        toys due to its low\u2011toxicity formulation and non\u2011sharp edges. For food\u2011contact or children&#8217;s\n                        product compliance, we can supply low\u2011VOC, non\u2011toxic grades and provide third\u2011party test reports\n                        (e.g., EN 71, ASTM F963, or specific food\u2011contact standards). Please specify your compliance\n                        requirements when requesting a quote.<\/p>\n                <\/details>\n            <\/div>\n        <\/section>\n\n\n        <section class=\"damao-eva-section damao-eva-cta-section damao-eva-animate-on-scroll\">\n            <h2 class=\"damao-eva-sub-heading\">Ready to Build Your EVA Foam Parts?<\/h2>\n            <p class=\"damao-eva-paragraph\" style=\"max-width: 700px;\">Send your drawings or requirements for a fast,\n                engineering\u2011backed quote. We\u2019ll recommend materials, stack\u2011ups, and processes to hit your targets on\n                performance, cost, and timing.<\/p>\n            <div class=\"damao-eva-actions\">\n                <a href=\"\/contact\" class=\"damao-eva-button\" aria-label=\"Get a quote for EVA foam parts\">Get a Quote<\/a>\n                <a href=\"#\" class=\"damao-eva-button damao-eva-button--secondary\"\n                    aria-label=\"Request EVA foam samples\">Request\n                    Samples<\/a>\n            <\/div>\n        <\/section>\n\n    <\/div>\n<\/div>\n\n<script>\n    (function () {\n        function initDamaoEvaAnimations() {\n            const animated = document.querySelectorAll('.damao-eva-container .damao-eva-animate-on-scroll');\n            if (!animated.length) return;\n\n            if ('IntersectionObserver' in window) {\n                const observerOptions = { root: null, rootMargin: '0px', threshold: 0.1 };\n                const observerCallback = (entries, observer) => {\n                    entries.forEach(entry => {\n                        if (entry.isIntersecting) {\n                            entry.target.classList.add('is-visible');\n                            observer.unobserve(entry.target);\n                        }\n                    });\n                };\n                const io = new IntersectionObserver(observerCallback, observerOptions);\n                animated.forEach(el => io.observe(el));\n            } else {\n                \/\/ Fallback: reveal immediately if IntersectionObserver isn't supported\n                animated.forEach(el => el.classList.add('is-visible'));\n            }\n        }\n\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', initDamaoEvaAnimations);\n        } else {\n            initDamaoEvaAnimations();\n        }\n    })();\n<\/script>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can you build to my drawing and stack-up?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. We review DFM and tolerances, recommend materials, and produce to your drawing, specification, and stack\\u2011up requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are typical lead times for samples and production?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Rapid samples are available; production timing depends on volume, tooling, and materials. Share your target schedule and we will align a firm plan.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is your MOQ?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Flexible MOQs based on part size, material grade, and process. Tell us your forecast or batch size for the best option.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do you supply adhesive backing and laminations?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. We offer multiple PSA brands and substrate laminations (fabrics\/films) to streamline assembly and improve durability.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can you provide compliance and test reports?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"We provide RoHS\/REACH statements and can arrange third\\u2011party testing on request. Datasheets and Certificates of Analysis are available.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is EVA foam made of?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"EVA foam is made from Ethylene\\u2011Vinyl Acetate, a copolymer of ethylene and vinyl acetate. The ratio of vinyl acetate content determines the softness, flexibility, and clarity of the foam. It is then expanded (foamed) to create a lightweight, closed\\u2011cell structure with excellent cushioning and resilience.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between EVA foam and PE foam?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"EVA foam is generally softer, more flexible, and has a finer cell structure than standard PE (polyethylene) foam, making it better suited for wearables, cosplay, and applications requiring a smooth finish or precise die\\u2011cutting. PE foam is typically stiffer and more economical for basic cushioning and void\\u2011fill packaging. Both are closed\\u2011cell and water\\u2011resistant, but EVA offers a wider range of density, hardness, and color options.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is EVA foam safe for children's products and food-contact applications?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"EVA foam is widely used in children's flooring tiles, craft kits, and toys due to its low\\u2011toxicity formulation and non\\u2011sharp edges. For food\\u2011contact or children's product compliance, we can supply low\\u2011VOC, non\\u2011toxic grades and provide third\\u2011party test reports (e.g., EN 71, ASTM F963, or specific food\\u2011contact standards). Please specify your compliance requirements when requesting a quote.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Organization\",\n  \"name\": \"Damao Tech\",\n  \"url\": \"https:\/\/old.damao-tech.com\",\n  \"logo\": \"https:\/\/old.damao-tech.com\/wp-content\/uploads\/2025\/05\/Damao-logo.webp\",\n  \"contactPoint\": {\n    \"@type\": \"ContactPoint\",\n    \"contactType\": \"sales\",\n    \"url\": \"https:\/\/old.damao-tech.com\/contact\",\n    \"availableLanguage\": [\"English\"]\n  },\n  \"hasOfferCatalog\": {\n    \"@type\": \"OfferCatalog\",\n    \"name\": \"EVA Foam Products & Custom Fabrication\",\n    \"itemListElement\": [\n      {\n        \"@type\": \"Offer\",\n        \"itemOffered\": {\n          \"@type\": \"Product\",\n          \"name\": \"Custom EVA Foam Sheets & Rolls\",\n          \"description\": \"Custom-cut EVA foam sheets and rolls in multiple densities, hardnesses, and colors. Available with PSA backing, flame-retardant, anti-static, and UV-resistant options.\",\n          \"material\": \"Ethylene-Vinyl Acetate (EVA)\",\n          \"category\": \"Foam Material\",\n          \"aggregateRating\": {\n            \"@type\": \"AggregateRating\",\n            \"ratingValue\": \"4.8\",\n            \"bestRating\": \"5\",\n            \"worstRating\": \"1\",\n            \"reviewCount\": \"53\"\n          }\n        }\n      },\n      {\n        \"@type\": \"Offer\",\n        \"itemOffered\": {\n          \"@type\": \"Product\",\n          \"name\": \"EVA Foam Die-Cut & Kiss-Cut Parts\",\n          \"description\": \"Precision die-cut and kiss-cut EVA foam components manufactured to customer drawings and specifications. Includes lamination, adhesive backing, and multi-layer stack-ups.\",\n          \"material\": \"Ethylene-Vinyl Acetate (EVA)\",\n          \"category\": \"Foam Fabrication\",\n          \"aggregateRating\": {\n            \"@type\": \"AggregateRating\",\n            \"ratingValue\": \"4.9\",\n            \"bestRating\": \"5\",\n            \"worstRating\": \"1\",\n            \"reviewCount\": \"41\"\n          }\n        }\n      },\n      {\n        \"@type\": \"Offer\",\n        \"itemOffered\": {\n          \"@type\": \"Product\",\n          \"name\": \"Thermoformed EVA Foam Inserts & Packaging\",\n          \"description\": \"Thermoformed EVA foam inserts for protective packaging, tool cases, and product presentation. CNC-carved and molded options available for complex geometries.\",\n          \"material\": \"Ethylene-Vinyl Acetate (EVA)\",\n          \"category\": \"Protective Packaging\",\n          \"aggregateRating\": {\n            \"@type\": \"AggregateRating\",\n            \"ratingValue\": \"4.7\",\n            \"bestRating\": \"5\",\n            \"worstRating\": \"1\",\n            \"reviewCount\": \"38\"\n          }\n        }\n      }\n    ]\n  }\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>EVA Foam Manufacturer &#038; Custom Solutions From material to manufacturing\u2014sheets, rolls, die-cutting, lamination, and thermoforming. Built to your drawing and performance specs with fast lead times and global shipping. Get a Quote Request Samples Upload drawings or specs (PDF\/DWG\/STEP). 15+ Years Experience 3 Days Rapid Prototyping ISO 9001 Certified Quality Global Shipping &#038; Support Why &#8230; <a title=\"Mousse EVA\" class=\"read-more\" href=\"https:\/\/old.damao-tech.com\/fr\/mousse-eva\/\" aria-label=\"En savoir plus sur EVA Foam\">En savoir plus<\/a><\/p>","protected":false},"author":1,"featured_media":9790,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9285","page","type-page","status-publish","has-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/old.damao-tech.com\/fr\/wp-json\/wp\/v2\/pages\/9285","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/old.damao-tech.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/old.damao-tech.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/old.damao-tech.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/old.damao-tech.com\/fr\/wp-json\/wp\/v2\/comments?post=9285"}],"version-history":[{"count":2,"href":"https:\/\/old.damao-tech.com\/fr\/wp-json\/wp\/v2\/pages\/9285\/revisions"}],"predecessor-version":[{"id":9831,"href":"https:\/\/old.damao-tech.com\/fr\/wp-json\/wp\/v2\/pages\/9285\/revisions\/9831"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/old.damao-tech.com\/fr\/wp-json\/wp\/v2\/media\/9790"}],"wp:attachment":[{"href":"https:\/\/old.damao-tech.com\/fr\/wp-json\/wp\/v2\/media?parent=9285"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}