{"id":9315,"date":"2025-05-11T03:04:38","date_gmt":"2025-05-11T03:04:38","guid":{"rendered":"https:\/\/shop.damao-tech.com\/?page_id=9315"},"modified":"2026-04-01T02:29:39","modified_gmt":"2026-04-01T02:29:39","slug":"%e3%83%80%e3%83%9e%e3%82%aa","status":"publish","type":"page","link":"https:\/\/shop.damao-tech.com\/ja\/%e3%83%80%e3%83%9e%e3%82%aa\/","title":{"rendered":"\u30c0\u30de\u30aa"},"content":{"rendered":"\n<style>\n    .damao-page {\n        color: #1d1d1f;\n        line-height: 1.6;\n        overflow-x: hidden;\n        margin: 0 auto;\n    }\n\n    .damao-page *,\n    .damao-page *::before,\n    .damao-page *::after {\n        box-sizing: border-box;\n    }\n\n    .damao-fade-in-up {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    }\n\n    .damao-fade-in {\n        opacity: 0;\n        transition: opacity 1s ease-out;\n    }\n\n    .damao-fade-in-scale {\n        opacity: 0;\n        transform: scale(0.95);\n        transition: opacity 0.8s ease-out, transform 0.8s ease-out;\n    }\n\n    .damao-is-visible {\n        opacity: 1;\n        transform: translateY(0) scale(1);\n    }\n\n    .damao-is-visible.damao-delay-1 {\n        transition-delay: 0.1s;\n    }\n\n    .damao-is-visible.damao-delay-2 {\n        transition-delay: 0.2s;\n    }\n\n    .damao-is-visible.damao-delay-3 {\n        transition-delay: 0.3s;\n    }\n\n    .damao-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    .damao-section {\n        padding: 80px 0;\n        text-align: center;\n    }\n\n    .damao-section-title {\n        font-weight: 600;\n        margin-bottom: 20px;\n        line-height: 1.2;\n    }\n\n    .damao-section-subtitle {\n        color: #515154;\n        max-width: 700px;\n        margin: 0 auto 40px auto;\n        line-height: 1.5;\n    }\n\n    .damao-cta-button {\n        display: inline-block;\n        background-color: #007aff;\n        color: #fff;\n        padding: 12px 28px;\n        border-radius: 8px;\n        text-decoration: none;\n        font-weight: 500;\n        font-size: 17px;\n        transition: background-color 0.3s ease, transform 0.2s ease;\n        margin-top: 20px;\n    }\n\n    .damao-cta-button:hover {\n        background-color: #005ecb;\n        transform: scale(1.03);\n    }\n\n    .damao-hero-section {\n        height: 100vh;\n        min-height: 600px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        padding: 20px;\n        position: relative;\n        color: #fff;\n        overflow: hidden;\n    }\n\n    .damao-hero-video-bg {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transform: translate(-50%, -50%);\n        z-index: 1;\n    }\n\n    .damao-hero-section.damao-hero-image-bg {\n        background-image: url('https:\/\/images.unsplash.com\/photo-1506744038136-46273834b3fb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80');\n        background-size: cover;\n        background-position: center;\n    }\n\n    .damao-hero-content {\n        position: relative;\n        z-index: 2;\n        max-width: 800px;\n    }\n\n    .damao-hero-content .damao-pre-title {\n        font-weight: 500;\n        margin-bottom: 10px;\n        color: rgba(255, 255, 255, 0.85);\n    }\n\n    .damao-hero-section h1 {\n        font-weight: 700;\n        margin-bottom: 20px;\n        line-height: 1.1;\n        color: #fff;\n    }\n\n    .damao-hero-section p {\n        max-width: 650px;\n        margin: 0 auto 30px auto;\n        color: rgba(255, 255, 255, 0.9);\n    }\n\n    .damao-hero-section::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: rgba(0, 0, 0, 0.3);\n        z-index: 1;\n    }\n\n    .damao-feature-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n\n    .damao-feature-card {\n        background-color: #f5f5f7;\n        border-radius: 12px;\n        padding: 0;\n        text-align: left;\n        overflow: hidden;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .damao-feature-card img.damao-card-image-top {\n        width: 100%;\n        height: 220px;\n        object-fit: cover;\n        display: block;\n        margin: 0;\n        background-color: #e0e0e0;\n    }\n\n    .damao-feature-card .damao-card-content {\n        padding: 25px 30px 30px 30px;\n        flex: 1;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .damao-feature-card h3 {\n        font-weight: 600;\n        margin-bottom: 10px;\n    }\n\n    .damao-feature-card p {\n        color: #515154;\n        line-height: 1.6;\n    }\n\n    .damao-text-link {\n        display: inline-block;\n        margin-top: auto;\n        padding-top: 15px;\n        color: #007aff;\n        font-weight: 500;\n        text-decoration: none;\n        font-size: 15px;\n        transition: color 0.3s ease;\n    }\n\n    .damao-text-link:hover {\n        color: #005ecb;\n        text-decoration: underline;\n    }\n\n    .damao-sustainability-content {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n        align-items: center;\n        text-align: left;\n        margin-top: 50px;\n    }\n\n    .damao-sustainability-text h3 {\n        font-weight: 600;\n        margin-bottom: 15px;\n    }\n\n    .damao-sustainability-text p {\n        margin-bottom: 15px;\n    }\n\n    .damao-sustainability-image img {\n        width: 100%;\n        border-radius: 8px;\n        height: auto;\n        max-height: 400px;\n        object-fit: cover;\n        background-color: #e0e0e0;\n    }\n\n    .damao-product-showcase-card {\n        background: linear-gradient(180deg, #f4f8fc 0%, #e8eef3 30%, #fff 100%);\n        border-radius: 8px;\n        text-align: center;\n        padding: 25px;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);\n        overflow: hidden;\n        position: relative;\n        min-height: 420px;\n    }\n\n    .damao-product-showcase-card .damao-showcase-text-content {\n        margin-bottom: 20px;\n    }\n\n    .damao-product-showcase-card h4 {\n        font-weight: 600;\n        color: #1d1d1f;\n        margin-bottom: 8px;\n        line-height: 1.3;\n    }\n\n    .damao-product-showcase-card .damao-showcase-text-content p {\n        color: #515154;\n        line-height: 1.5;\n        max-width: 90%;\n        margin: 0 auto 15px auto;\n    }\n\n    .damao-product-showcase-card .damao-showcase-visuals {\n        position: relative;\n        flex-grow: 1;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 60px;\n    }\n\n    .damao-product-showcase-card .damao-showcase-visuals img {\n        max-width: 80%;\n        max-height: 280px;\n        object-fit: contain;\n        display: block;\n        margin: 0 auto;\n    }\n\n    .damao-product-showcase-card .damao-showcase-buttons {\n        position: absolute;\n        bottom: 20px;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        gap: 12px;\n        z-index: 5;\n    }\n\n    .damao-cta-button.damao-showcase-learn-more {\n        background-color: #007aff;\n        color: #fff;\n        font-size: 15px;\n        padding: 10px 22px;\n        margin-top: 0;\n    }\n\n    .damao-cta-button.damao-showcase-learn-more:hover {\n        background-color: #005ecb;\n        transform: scale(1.03);\n    }\n\n    .damao-cta-button.damao-showcase-buy {\n        background-color: rgba(245, 245, 247, 0.85);\n        color: #007aff;\n        border: 1px solid #d2d2d7;\n        font-size: 15px;\n        padding: 10px 22px;\n        margin-top: 0;\n\n    }\n\n    .damao-cta-button.damao-showcase-buy:hover {\n        background-color: #f5f5f7;\n        border-color: #b0b0b5;\n        transform: scale(1.03);\n    }\n\n    #products .damao-feature-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 25px;\n    }\n\n    .damao-yoga-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 25px;\n        margin-top: 30px;\n    }\n\n    .damao-yoga-product-card {\n        background: linear-gradient(180deg, #f8fbfd 0%, #eef3f7 30%, #fff 100%);\n        border-radius: 8px;\n        text-align: center;\n        padding: 25px;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);\n        overflow: hidden;\n        position: relative;\n        min-height: 400px;\n    }\n\n    .damao-yoga-product-card .damao-showcase-text-content {\n        margin-bottom: 20px;\n    }\n\n    .damao-yoga-product-card h4 {\n        font-weight: 600;\n        color: #1d1d1f;\n        margin-bottom: 8px;\n        line-height: 1.3;\n    }\n\n    .damao-yoga-product-card .damao-showcase-text-content p {\n        color: #515154;\n        line-height: 1.5;\n        max-width: 90%;\n        margin: 0 auto 15px auto;\n    }\n\n    .damao-yoga-product-card .damao-showcase-visuals {\n        position: relative;\n        flex-grow: 1;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 60px;\n    }\n\n    .damao-yoga-product-card .damao-showcase-visuals img {\n        max-width: 80%;\n        max-height: 280px;\n        object-fit: contain;\n        display: block;\n        margin: 0 auto;\n    }\n\n    .damao-yoga-product-card .damao-showcase-buttons {\n        position: absolute;\n        bottom: 20px;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        gap: 12px;\n        z-index: 5;\n    }\n\n    \/* Tier 1: Tablet \/ Narrow Desktop (Max 1024px) *\/\n    @media (max-width: 1024px) {\n        .damao-hero-section h1 {\n            font-size: 48px;\n        }\n\n        .damao-hero-section p {\n            font-size: 20px;\n        }\n\n        .damao-section {\n            padding: 70px 0;\n        }\n    }\n\n    \/* Tier 2: Mobile Landscape \/ Large Phone (Max 768px) *\/\n    @media (max-width: 768px) {\n        .damao-section {\n            padding: 60px 0;\n        }\n\n        .damao-hero-section h1 {\n            font-size: 36px;\n        }\n\n        .damao-hero-section p {\n            font-size: 18px;\n        }\n\n        .damao-feature-grid,\n        .damao-yoga-grid,\n        #products .damao-feature-grid {\n            grid-template-columns: 1fr;\n            gap: 20px;\n        }\n\n        .damao-product-showcase-card,\n        .damao-yoga-product-card {\n            min-height: 380px;\n        }\n\n        .damao-product-showcase-card .damao-showcase-visuals img,\n        .damao-yoga-product-card .damao-showcase-visuals img {\n            max-height: 150px;\n        }\n\n        .damao-cta-button.damao-showcase-learn-more,\n        .damao-cta-button.damao-showcase-buy {\n            font-size: 14px;\n            padding: 8px 18px;\n        }\n\n        .damao-sustainability-content {\n            grid-template-columns: 1fr;\n            gap: 30px;\n        }\n\n        .damao-sustainability-image {\n            order: -1;\n        }\n    }\n\n    \/* Tier 3: Small Mobile (Max 480px) *\/\n    @media (max-width: 480px) {\n        .damao-section {\n            padding: 50px 0;\n        }\n\n        .damao-hero-section h1 {\n            font-size: 28px;\n        }\n\n        .damao-container {\n            padding: 0 15px;\n        }\n\n        .damao-feature-card,\n        .damao-card-content {\n            padding: 20px;\n        }\n\n        .damao-feature-card .damao-card-content {\n            padding: 20px;\n        }\n    }\n<\/style>\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@graph\": [\n        {\n          \"@type\": \"WebSite\",\n          \"name\": \"Damao - Advanced Materials & Sustainable Solutions\",\n          \"url\": \"https:\/\/shop.damao-tech.com\/\",\n          \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"Damao\",\n            \"logo\": \"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/Home.webp\"\n          }\n        },\n        {\n          \"@type\": \"Product\",\n          \"name\": \"Damao Advanced Materials (EVA Foam, PE & TPE Film)\",\n          \"description\": \"High-performance, customizable EVA foam and protective film solutions for industrial, medical, and wellness applications.\",\n          \"image\": \"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/EVA-Foam-Materials.webp\",\n          \"brand\": {\n            \"@type\": \"Brand\",\n            \"name\": \"Damao\"\n          },\n          \"manufacturer\": {\n            \"@type\": \"Organization\",\n            \"name\": \"Damao\"\n          },\n          \"category\": \"Advanced Materials\"\n        },\n        {\n          \"@type\": \"VideoObject\",\n          \"name\": \"Damao - Advanced Materials and Sustainable Solutions\",\n          \"description\": \"Showcasing Damao's innovative EVA foam and protective products for yoga, industrial, and medical use.\",\n          \"thumbnailUrl\": \"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/Home.webp\",\n          \"uploadDate\": \"2025-05-01\",\n          \"contentUrl\": \"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/yoga.mp4\",\n          \"duration\": \"PT0M30S\"\n        }\n      ]\n    }\n    <\/script>\n<\/head>\n\n<body>\n\n    <div class=\"damao-page\">\n\n        <section class=\"damao-hero-section damao-hero-image-bg\">\n\n            <video class=\"damao-hero-video-bg\" poster=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/Home.webp\"\n                autoplay muted loop playsinline>\n                <source src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/yoga.mp4\" type=\"video\/mp4\">\n                Your browser does not support the video tag.\n            <\/video>\n\n            <div class=\"damao-hero-content damao-fade-in\">\n                <p class=\"damao-pre-title damao-animate-on-scroll damao-fade-in-up\">Innovating for a Better Tomorrow<\/p>\n                <h1 class=\"damao-animate-on-scroll damao-fade-in-up damao-delay-1\">Advanced Materials. Sustainable\n                    Solutions.<\/h1>\n                <p class=\"damao-animate-on-scroll damao-fade-in-up damao-delay-2\">Discover high-performance products\n                    designed for reliability, safety, and a greener planet. From industrial precision to everyday\n                    protection.<\/p>\n                <a href=\"#products\"\n                    class=\"damao-cta-button damao-animate-on-scroll damao-fade-in-up damao-delay-3\">Explore Our\n                    Products<\/a>\n            <\/div>\n        <\/section>\n\n        <section id=\"materials\" class=\"damao-section\">\n            <div class=\"damao-container\">\n                <h2 class=\"damao-section-title damao-animate-on-scroll damao-fade-in-up\">Custom Solutions for Every Application<\/h2>\n                <p class=\"damao-section-subtitle damao-animate-on-scroll damao-fade-in-up damao-delay-1\">\n                    We provide comprehensive OEM and ODM services for tailor-made EVA foam, PE film, and TPE film. From precise density control to custom color matching, our agile manufacturing meets your exact specifications.\n                <\/p>\n                <div class=\"damao-feature-grid\">\n                    <div class=\"damao-feature-card damao-animate-on-scroll damao-fade-in-scale\">\n                        <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/EVA-Foam-Materials.webp\"\n                            alt=\"EVA Foam\" class=\"damao-card-image-top\" loading=\"lazy\" decoding=\"async\">\n                        <div class=\"damao-card-content\">\n                            <h3><a href=\"https:\/\/shop.damao-tech.com\/eva-foam\/\"\n                                    style=\"color: inherit; text-decoration: none;\">EVA Foam<\/a><\/h3>\n                            <p>Customizable density, hardness, and thickness. We offer precise color matching, anti-static treatments, and tailored die-cutting services to fit your unique packaging or manufacturing requirements.<\/p>\n                            <a href=\"https:\/\/shop.damao-tech.com\/eva-foam\/\" class=\"damao-text-link\">Explore Custom Options &rarr;<\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"damao-feature-card damao-animate-on-scroll damao-fade-in-scale damao-delay-1\">\n                        <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/PE-Film-Polyethylene.webp\"\n                            alt=\"PE Film\" class=\"damao-card-image-top\" loading=\"lazy\" decoding=\"async\">\n                        <div class=\"damao-card-content\">\n                            <h3><a href=\"https:\/\/shop.damao-tech.com\/pe-polyethylene-film\/\" style=\"color: inherit; text-decoration: none;\">PE Film (Polyethylene)<\/a>\n                            <\/h3>\n                            <p>Engineered to your exact barrier and strength needs. Available in custom dimensions, bespoke printing, and specific micron variations for specialized agricultural or industrial use.<\/p>\n                            <a href=\"https:\/\/shop.damao-tech.com\/pe-polyethylene-film\/\" class=\"damao-text-link\">Explore Custom Options &rarr;<\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"damao-feature-card damao-animate-on-scroll damao-fade-in-scale damao-delay-2\">\n                        <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/TPE-Film-Materials.webp\"\n                            alt=\"TPE Film\" class=\"damao-card-image-top\" loading=\"lazy\" decoding=\"async\">\n                        <div class=\"damao-card-content\">\n                            <h3><a href=\"https:\/\/shop.damao-tech.com\/tpe-film\/\" style=\"color: inherit; text-decoration: none;\">TPE Film (Thermoplastic\n                                    Elastomer)<\/a><\/h3>\n                            <p>Specialized formulations offering targeted elasticity, texture, and thermal resistance. We co-develop custom TPE blends to achieve the perfect balance of performance for your specific end-product.<\/p>\n                            <a href=\"https:\/\/shop.damao-tech.com\/tpe-film\/\" class=\"damao-text-link\">Explore Custom Options &rarr;<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"products\" class=\"damao-section\">\n            <div class=\"damao-container\">\n                <h2 class=\"damao-section-title damao-animate-on-scroll damao-fade-in-up\">Protection for Every Need<\/h2>\n                <p class=\"damao-section-subtitle damao-animate-on-scroll damao-fade-in-up damao-delay-1\">\n                    Our range of disposable gloves and aprons offers reliable protection across critical sectors.\n                    Engineered for safety, comfort, and performance.\n                <\/p>\n\n                <h3 class=\"damao-animate-on-scroll damao-fade-in-up\"\n                    style=\"font-weight: 500; margin-top: 50px; margin-bottom: 30px;\">Yoga &#038; Wellness<\/h3>\n                <div class=\"damao-yoga-grid\">\n                    <div class=\"damao-yoga-product-card damao-animate-on-scroll damao-fade-in-scale\">\n                        <div class=\"damao-showcase-text-content\">\n                            <h4>Yoga Brick<\/h4>\n                            <p>Lightweight, supportive, and eco-friendly EVA foam for stability and deeper stretches.\n                            <\/p>\n                        <\/div>\n                        <div class=\"damao-showcase-visuals\">\n                            <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/Yoga-Brick.webp\"\n                                alt=\"Yoga Brick\" loading=\"lazy\" decoding=\"async\">\n                        <\/div>\n                        <div class=\"damao-showcase-buttons\">\n                            <a href=\"#learn-yoga-brick\" class=\"damao-cta-button damao-showcase-learn-more\">Learn\n                                more<\/a>\n                            <a href=\"#buy-yoga-brick\" class=\"damao-cta-button damao-showcase-buy\">OEM<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"damao-yoga-product-card damao-animate-on-scroll damao-fade-in-scale damao-delay-1\">\n                        <div class=\"damao-showcase-text-content\">\n                            <h4>Yoga Mat<\/h4>\n                            <p>Non-slip, cushioned, and durable Rubber material for a comfortable and safe practice.<\/p>\n                        <\/div>\n                        <div class=\"damao-showcase-visuals\">\n                            <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/3mm-Made-With-FSC-Certified-Rubber-Mats-.webp\"\n                                alt=\"Rubber Yoga Mat\" loading=\"lazy\" decoding=\"async\">\n                        <\/div>\n                        <div class=\"damao-showcase-buttons\">\n                            <a href=\"#learn-yoga-mat\" class=\"damao-cta-button damao-showcase-learn-more\">Learn more<\/a>\n                            <a href=\"#buy-yoga-mat\" class=\"damao-cta-button damao-showcase-buy\">OEM<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"damao-animate-on-scroll damao-fade-in-up\"\n                    style=\"font-weight: 500; margin-top: 60px; margin-bottom: 30px;\">Equestrian Solutions<\/h3>\n                <div class=\"damao-feature-grid\">\n                    <div class=\"damao-product-showcase-card damao-animate-on-scroll damao-fade-in-scale\">\n                        <div class=\"damao-showcase-text-content\">\n                            <h4>Horse Stability Pads<\/h4>\n                            <p>High-density, shock-absorbing EVA foam designed for optimal support, comfort, and fatigue reduction in equestrian settings.<\/p>\n                        <\/div>\n                        <div class=\"damao-showcase-visuals\">\n                            <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2026\/04\/Horse-Stability-Pads.webp\"\n                                alt=\"Horse Stability Pads\" loading=\"lazy\" decoding=\"async\">\n                        <\/div>\n                        <div class=\"damao-showcase-buttons\">\n                            <a href=\"#learn-more-horse-pads\" class=\"damao-cta-button damao-showcase-learn-more\">Learn\n                                more<\/a>\n                            <a href=\"#buy-horse-pads\" class=\"damao-cta-button damao-showcase-buy\">OEM<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"damao-animate-on-scroll damao-fade-in-up\"\n                    style=\"font-weight: 500; margin-top: 60px; margin-bottom: 30px;\">Industrial Applications<\/h3>\n                <div class=\"damao-feature-grid\">\n                    <div class=\"damao-product-showcase-card damao-animate-on-scroll damao-fade-in-scale\">\n                        <div class=\"damao-showcase-text-content\">\n                            <h4>Heavy-Duty Nitrile Gloves<\/h4>\n                            <p>Superior strength and chemical resistance for demanding industrial tasks.<\/p>\n                        <\/div>\n                        <div class=\"damao-showcase-visuals\">\n                            <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/Fish-scale-texture-Heavy-Duty-nitrile-gloves.webp\"\n                                alt=\"Heavy-Duty Nitrile Gloves\" loading=\"lazy\" decoding=\"async\">\n                        <\/div>\n                        <div class=\"damao-showcase-buttons\">\n                            <a href=\"https:\/\/shop.damao-tech.com\/heavy-duty-nitrile-gloves\/\"\n                                class=\"damao-cta-button damao-showcase-learn-more\">Learn more<\/a>\n                            <a href=\"#buy-nitrile\" class=\"damao-cta-button damao-showcase-buy\">OEM<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"damao-product-showcase-card damao-animate-on-scroll damao-fade-in-scale damao-delay-1\">\n                        <div class=\"damao-showcase-text-content\">\n                            <h4>Plastic Gowns<\/h4>\n                            <p>Waterproof and resilient aprons for protection against spills and contaminants.<\/p>\n                        <\/div>\n                        <div class=\"damao-showcase-visuals\">\n                            <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/Disposable-CPE-Gowns.webp\"\n                                alt=\"Plastic Gowns\" loading=\"lazy\" decoding=\"async\">\n                        <\/div>\n                        <div class=\"damao-showcase-buttons\">\n                            <a href=\"#learn-more-apron-plastic\" class=\"damao-cta-button damao-showcase-learn-more\">Learn\n                                more<\/a>\n                            <a href=\"#buy-apron-plastic\" class=\"damao-cta-button damao-showcase-buy\">OEM<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"damao-animate-on-scroll damao-fade-in-up\"\n                    style=\"font-weight: 500; margin-top: 60px; margin-bottom: 30px;\">Healthcare &#038; Medical<\/h3>\n                <div class=\"damao-feature-grid\">\n                    <div class=\"damao-product-showcase-card damao-animate-on-scroll damao-fade-in-scale\">\n                        <div class=\"damao-showcase-text-content\">\n                            <h4>Medical-Grade Latex Gloves<\/h4>\n                            <p>High tactile sensitivity and a comfortable fit for precision medical procedures.<\/p>\n                        <\/div>\n                        <div class=\"damao-showcase-visuals\">\n                            <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/Medical-Grade-Latex-Gloves.webp\"\n                                alt=\"Medical-Grade Latex Gloves\" loading=\"lazy\" decoding=\"async\">\n                        <\/div>\n                        <div class=\"damao-showcase-buttons\">\n                            <a href=\"#learn-more-latex\" class=\"damao-cta-button damao-showcase-learn-more\">Learn\n                                more<\/a>\n                            <a href=\"#buy-latex\" class=\"damao-cta-button damao-showcase-buy\">OEM<\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"damao-product-showcase-card damao-animate-on-scroll damao-fade-in-scale damao-delay-1\">\n                        <div class=\"damao-showcase-text-content\">\n                            <h4>Chemo-Rated Nitrile Gloves<\/h4>\n                            <p>Maximum protection for healthcare professionals. Latex-free and tested for chemo use.<\/p>\n                        <\/div>\n                        <div class=\"damao-showcase-visuals\">\n                            <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/Chemo-Rated-Nitrile-Gloves.webp\"\n                                alt=\"Chemo-Rated Nitrile Gloves\" loading=\"lazy\" decoding=\"async\">\n                        <\/div>\n                        <div class=\"damao-showcase-buttons\">\n                            <a href=\"#learn-more-chemo\" class=\"damao-cta-button damao-showcase-learn-more\">Learn\n                                more<\/a>\n                            <a href=\"#buy-chemo\" class=\"damao-cta-button damao-showcase-buy\">OEM<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"damao-animate-on-scroll damao-fade-in-up\"\n                    style=\"font-weight: 500; margin-top: 60px; margin-bottom: 30px;\">Food Industry<\/h3>\n                <div class=\"damao-feature-grid\">\n                    <div class=\"damao-product-showcase-card damao-animate-on-scroll damao-fade-in-scale\">\n                        <div class=\"damao-showcase-text-content\">\n                            <h4>Food-Safe Biodegradable Gloves<\/h4>\n                            <p>Eco-friendly and compliant with food contact regulations for safe handling.<\/p>\n                        <\/div>\n                        <div class=\"damao-showcase-visuals\">\n                            <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/Food-Safe-Biodegradable-Gloves.webp\"\n                                alt=\"Food-Safe Biodegradable Gloves\" loading=\"lazy\" decoding=\"async\">\n                        <\/div>\n                        <div class=\"damao-showcase-buttons\">\n                            <a href=\"https:\/\/shop.damao-tech.com\/biodegradable-nitrile-gloves\/\"\n                                class=\"damao-cta-button damao-showcase-learn-more\">Learn more<\/a>\n                            <a href=\"#buy-bio\" class=\"damao-cta-button damao-showcase-buy\">OEM<\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"damao-product-showcase-card damao-animate-on-scroll damao-fade-in-scale damao-delay-1\">\n                        <div class=\"damao-showcase-text-content\">\n                            <h4>Disposable Food Service Aprons<\/h4>\n                            <p>Lightweight and hygienic aprons designed for food safety and contamination prevention.\n                            <\/p>\n                        <\/div>\n                        <div class=\"damao-showcase-visuals\">\n                            <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/Durable-Plastic-Aprons.webp\"\n                                alt=\"Disposable Food Service Aprons\" loading=\"lazy\" decoding=\"async\">\n                        <\/div>\n                        <div class=\"damao-showcase-buttons\">\n                            <a href=\"https:\/\/shop.damao-tech.com\/disposable-plastic-aprons\"\n                                class=\"damao-cta-button damao-showcase-learn-more\">Learn more<\/a>\n                            <a href=\"#buy-apron-food\" class=\"damao-cta-button damao-showcase-buy\">OEM<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n\n\n            <\/div>\n        <\/section>\n\n        <section id=\"sustainability\" class=\"damao-section\">\n            <div class=\"damao-container\">\n                <h2 class=\"damao-section-title damao-animate-on-scroll damao-fade-in-up\">Committed to Sustainability\n                <\/h2>\n                <p class=\"damao-section-subtitle damao-animate-on-scroll damao-fade-in-up damao-delay-1\">\n                    We believe in responsible manufacturing. Our initiatives focus on clean energy adoption in our\n                    processes and promoting recyclable and biodegradable materials.\n                <\/p>\n                <div class=\"damao-sustainability-content\">\n                    <div class=\"damao-sustainability-text damao-animate-on-scroll damao-fade-in-up\">\n                        <h3>Powering a Greener Future<\/h3>\n                        <p>Our facilities are increasingly powered by renewable energy sources, significantly reducing\n                            our carbon footprint. We continuously invest in energy-efficient technologies to minimize\n                            environmental impact.<\/p>\n                        <p>We&#8217;re also dedicated to water conservation and waste reduction throughout our production\n                            cycle.<\/p>\n                    <\/div>\n                    <div class=\"damao-sustainability-image damao-animate-on-scroll damao-fade-in-scale damao-delay-1\">\n                        <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/Clean-Energy-Solutions.webp\"\n                            alt=\"Clean Energy Solutions\" loading=\"lazy\" decoding=\"async\">\n                    <\/div>\n                <\/div>\n                <div class=\"damao-sustainability-content\" style=\"margin-top: 60px;\">\n                    <div class=\"damao-sustainability-image damao-animate-on-scroll damao-fade-in-scale damao-delay-1\">\n                        <img src=\"https:\/\/shop.damao-tech.com\/wp-content\/uploads\/2025\/05\/Recyclable-Materials.webp\"\n                            alt=\"Recyclable Materials\" loading=\"lazy\" decoding=\"async\">\n                    <\/div>\n                    <div class=\"damao-sustainability-text damao-animate-on-scroll damao-fade-in-up\">\n                        <h3>Innovating for Recyclability<\/h3>\n                        <p>Our research and development efforts are geared towards creating materials that are not only\n                            high-performing but also easier to recycle or biodegrade. We champion a circular economy\n                            approach.<\/p>\n                        <p>Explore our range of biodegradable gloves and recyclable film options designed to lessen the\n                            burden on our planet.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function () {\n            const animatedElements = document.querySelectorAll('.damao-page .damao-animate-on-scroll');\n\n            if (!animatedElements.length) return;\n\n            const observer = new IntersectionObserver((entries, observerInstance) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('damao-is-visible');\n                        observerInstance.unobserve(entry.target);\n                    }\n                });\n            }, {\n                threshold: 0.1\n            });\n\n            animatedElements.forEach(el => {\n                observer.observe(el);\n            });\n\n            const internalLinks = document.querySelectorAll('.damao-page a[href^=\"#\"]');\n            internalLinks.forEach(anchor => {\n                anchor.addEventListener('click', function (e) {\n                    const href = this.getAttribute('href');\n                    const targetElement = document.querySelector('.damao-page ' + href);\n                    if (href.length > 1 && targetElement && (href.startsWith('#materials') || href.startsWith('#products') || href.startsWith('#sustainability'))) {\n                        e.preventDefault();\n                        targetElement.scrollIntoView({\n                            behavior: 'smooth'\n                        });\n                    } else if (href === \"#\" || (href.startsWith(\"#\") && !targetElement)) {\n                        e.preventDefault();\n                    }\n                });\n            });\n        });\n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>Your browser does not support the video tag. Innovating for a Better Tomorrow Advanced Materials. Sustainable Solutions. Discover high-performance products designed for reliability, safety, and a greener planet. From industrial precision to everyday protection. Explore Our Products Custom Solutions for Every Application We provide comprehensive OEM and ODM services for tailor-made EVA foam, PE film, and TPE film. From precise density control to custom color matching, our agile manufacturing meets your exact specifications. EVA Foam Customizable density, hardness, and thickness. We offer precise color matching, anti-static treatments, and tailored die-cutting services to fit your unique packaging or manufacturing requirements. Explore Custom Options &rarr; PE Film (Polyethylene) Engineered to your exact [&#8230;]\n","protected":false},"author":1,"featured_media":9371,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9315","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/pages\/9315","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/comments?post=9315"}],"version-history":[{"count":4,"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/pages\/9315\/revisions"}],"predecessor-version":[{"id":9881,"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/pages\/9315\/revisions\/9881"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/media\/9371"}],"wp:attachment":[{"href":"https:\/\/shop.damao-tech.com\/ja\/wp-json\/wp\/v2\/media?parent=9315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}