{"id":2,"date":"2025-08-07T01:31:04","date_gmt":"2025-08-07T01:31:04","guid":{"rendered":"http:\/\/tpuglove.com\/?page_id=2"},"modified":"2026-02-05T13:22:04","modified_gmt":"2026-02-05T05:22:04","slug":"gants-en-tpu","status":"publish","type":"page","link":"https:\/\/tpuglove.com\/fr\/","title":{"rendered":"Gants en TPU"},"content":{"rendered":"\n<meta name=\"keywords\" content=\"Disposable TPU Gloves\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n<style>\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        line-height: 1.6;\n        overflow-x: hidden;\n        color: #1d1d1f;\n    }\n\n    \n    .hero {\n        height: 100vh;\n        background: linear-gradient(135deg, #0ba360 0%, #3ddc97 50%, #8ce99a 100%);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);\n        animation: float 20s ease-in-out infinite;\n    }\n\n    @keyframes float {\n\n        0%,\n        100% {\n            transform: translateX(0px) scale(1);\n        }\n\n        50% {\n            transform: translateX(20px) scale(1.05);\n        }\n    }\n\n    .hero-content {\n        text-align: center;\n        color: white;\n        z-index: 2;\n        max-width: 800px;\n        padding: 0 20px;\n    }\n\n    .hero h1 {\n        font-size: 56px;\n        font-weight: 700;\n        margin-bottom: 20px;\n        letter-spacing: -0.02em;\n        animation: slideInUp 1s ease-out;\n    }\n\n    .hero p {\n        font-size: 21px;\n        margin-bottom: 30px;\n        opacity: 0.9;\n        font-weight: 400;\n        animation: slideInUp 1s ease-out 0.2s both;\n    }\n\n    .cta-button {\n        display: inline-block;\n        padding: 15px 40px;\n        background: rgba(255, 255, 255, 0.15);\n        backdrop-filter: blur(20px);\n        border: 1px solid rgba(255, 255, 255, 0.3);\n        color: white;\n        text-decoration: none;\n        border-radius: 25px;\n        font-size: 18px;\n        font-weight: 500;\n        transition: all 0.3s ease;\n        animation: slideInUp 1s ease-out 0.4s both;\n    }\n\n    .cta-button:hover {\n        background: rgba(255, 255, 255, 0.25);\n        transform: translateY(-2px);\n    }\n\n    @keyframes slideInUp {\n        from {\n            opacity: 0;\n            transform: translateY(30px);\n        }\n\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    \n    .features {\n        padding: 100px 0;\n        background: #f5f5f7;\n    }\n\n    .container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    .section-title {\n        text-align: center;\n        font-size: 40px;\n        font-weight: 700;\n        margin-bottom: 20px;\n        color: #1d1d1f;\n        letter-spacing: -0.02em;\n    }\n\n    .section-subtitle {\n        text-align: center;\n        font-size: 19px;\n        color: #86868b;\n        margin-bottom: 60px;\n        max-width: 600px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n\n    .feature-card {\n        background: white;\n        padding: 40px 30px;\n        border-radius: 18px;\n        border: 1px solid #e5e5e7;\n        transition: all 0.3s ease;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .feature-card:hover {\n        transform: translateY(-5px);\n        border-color: #0ba360;\n    }\n\n    .feature-icon {\n        width: 50px;\n        height: 50px;\n        margin-bottom: 20px;\n        color: #0ba360;\n        display: flex;\n        align-items: center;\n        font-size: 24px;\n    }\n\n    .feature-card h3 {\n        font-size: 24px;\n        margin-bottom: 15px;\n        color: #1d1d1f;\n        font-weight: 600;\n    }\n\n    .feature-card p {\n        color: #86868b;\n        line-height: 1.6;\n        font-size: 16px;\n    }\n\n    \n    .product-showcase {\n        padding: 100px 0;\n        background: white;\n    }\n\n    .showcase-content {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 80px;\n        align-items: center;\n    }\n\n    .product-image {\n        position: relative;\n        text-align: center;\n    }\n\n    .glove-visual {\n        width: 320px;\n        height: 400px;\n        background: linear-gradient(145deg, #f5f5f7, #e5e5e7);\n        border-radius: 160px 160px 60px 60px;\n        margin: 0 auto;\n        position: relative;\n        border: 1px solid #d1d1d6;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .glove-visual i {\n        font-size: 96px;\n        color: #0ba360;\n        opacity: 0.8;\n    }\n\n    .product-info h2 {\n        font-size: 40px;\n        margin-bottom: 20px;\n        color: #1d1d1f;\n        font-weight: 700;\n        letter-spacing: -0.02em;\n    }\n\n    .product-info p {\n        font-size: 18px;\n        margin-bottom: 30px;\n        color: #86868b;\n        line-height: 1.6;\n    }\n\n    .specs-list {\n        list-style: none;\n        margin-bottom: 40px;\n    }\n\n    .specs-list li {\n        padding: 15px 0;\n        border-bottom: 1px solid #f5f5f7;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n\n    .specs-list li:last-child {\n        border-bottom: none;\n    }\n\n    .spec-label {\n        font-weight: 500;\n        color: #1d1d1f;\n    }\n\n    .spec-value {\n        color: #0ba360;\n        font-weight: 600;\n    }\n\n    \n    .video-section {\n        padding: 100px 0;\n        background: white;\n    }\n\n    .video-container {\n        max-width: 900px;\n        margin: 0 auto;\n        background: white;\n        border-radius: 20px;\n        overflow: hidden;\n        border: 1px solid #e5e5e7;\n    }\n\n    .video-wrapper {\n        position: relative;\n        width: 100%;\n        height: 0;\n        padding-bottom: 56.25%;\n        \n        background: #000;\n    }\n\n    .video-wrapper iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        border: none;\n    }\n\n    .video-info {\n        padding: 30px;\n        background: #f5f5f7;\n    }\n\n    .video-stats {\n        display: flex;\n        justify-content: space-around;\n        gap: 20px;\n    }\n\n    .stat-item {\n        display: flex;\n        align-items: center;\n        gap: 10px;\n        color: #1d1d1f;\n        font-weight: 500;\n    }\n\n    .stat-item i {\n        color: #0ba360;\n        font-size: 19px;\n    }\n\n    \n    .applications {\n        padding: 100px 0;\n        background: #1d1d1f;\n        color: white;\n    }\n\n    .applications .section-title {\n        color: white;\n    }\n\n    .applications .section-subtitle {\n        color: #a1a1a6;\n    }\n\n    .app-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n\n    .app-card {\n        background: rgba(255, 255, 255, 0.05);\n        backdrop-filter: blur(20px);\n        padding: 30px 25px;\n        border-radius: 18px;\n        border: 1px solid rgba(255, 255, 255, 0.1);\n        transition: all 0.3s ease;\n        text-align: center;\n    }\n\n    .app-card:hover {\n        background: rgba(255, 255, 255, 0.1);\n        transform: translateY(-5px);\n        border-color: rgba(11, 163, 96, 0.5);\n    }\n\n    .app-icon {\n        font-size: 40px;\n        color: #0ba360;\n        margin-bottom: 20px;\n        display: block;\n    }\n\n    .app-card h3 {\n        font-size: 21px;\n        margin-bottom: 15px;\n        font-weight: 600;\n    }\n\n    .app-card p {\n        color: #a1a1a6;\n        line-height: 1.5;\n    }\n\n    \n    .testimonials {\n        padding: 100px 0;\n        background: #f5f5f7;\n    }\n\n    .testimonials-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n\n    .testimonial-card {\n        background: white;\n        padding: 35px 30px;\n        border-radius: 18px;\n        border: 1px solid #e5e5e7;\n        position: relative;\n    }\n\n    .testimonial-card::before {\n        content: '\"';\n        position: absolute;\n        top: -10px;\n        left: 30px;\n        font-size: 64px;\n        color: #0ba360;\n        opacity: 0.3;\n    }\n\n    .testimonial-text {\n        color: #1d1d1f;\n        font-size: 16px;\n        line-height: 1.6;\n        margin-bottom: 25px;\n        font-style: italic;\n    }\n\n    .testimonial-author {\n        display: flex;\n        align-items: center;\n        gap: 15px;\n    }\n\n    .author-avatar {\n        width: 50px;\n        height: 50px;\n        background: linear-gradient(135deg, #0ba360, #3ddc97);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: white;\n        font-weight: 600;\n        font-size: 19px;\n    }\n\n    .author-info h4 {\n        color: #1d1d1f;\n        font-weight: 600;\n        margin-bottom: 5px;\n    }\n\n    .author-info p {\n        color: #86868b;\n        font-size: 14px;\n    }\n\n    \n    .contact {\n        padding: 100px 0;\n        background: white;\n    }\n\n    .contact-content {\n        text-align: center;\n        max-width: 600px;\n        margin: 0 auto;\n    }\n\n    .faq {\n        padding: 100px 0;\n        background: #f5f5f7;\n    }\n\n    .faq-list {\n        max-width: 800px;\n        margin: 50px auto 0;\n    }\n\n    .faq-item {\n        background: white;\n        margin-bottom: 15px;\n        border-radius: 12px;\n        border: 1px solid #e5e5e7;\n        overflow: hidden;\n    }\n\n    .faq-question {\n        padding: 25px 30px;\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        font-weight: 500;\n        color: #1d1d1f;\n        transition: background-color 0.3s ease;\n    }\n\n    .faq-question:hover {\n        background: #f5f5f7;\n    }\n\n    .faq-icon {\n        color: #86868b;\n        transition: transform 0.3s ease;\n    }\n\n    .faq-answer {\n        padding: 0 30px 25px;\n        color: #86868b;\n        line-height: 1.6;\n        display: none;\n    }\n\n    .faq-item.active .faq-answer {\n        display: block;\n    }\n\n    .faq-item.active .faq-icon {\n        transform: rotate(180deg);\n    }\n\n    \n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 40px;\n        }\n\n        .showcase-content {\n            grid-template-columns: 1fr;\n            text-align: center;\n        }\n\n        .features-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .video-stats {\n            flex-direction: column;\n            gap: 15px;\n        }\n\n        .stat-item {\n            justify-content: center;\n        }\n    }\n\n    \n    .what-is {\n        padding: 100px 0;\n        background: #ffffff;\n    }\n\n    .steps-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 24px;\n        margin-top: 40px;\n    }\n\n    .step-item {\n        background: #fff;\n        border: 1px solid #e5e5e7;\n        border-radius: 16px;\n        padding: 24px;\n        transition: transform 0.3s ease;\n    }\n\n    .step-item:hover {\n        transform: translateY(-4px);\n        border-color: #0ba360;\n    }\n\n    .step-number {\n        width: 40px;\n        height: 40px;\n        border-radius: 50%;\n        background: #0ba360;\n        color: #fff;\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        font-weight: 600;\n        margin-bottom: 12px;\n    }\n\n    .step-item h3 {\n        font-size: 19px;\n        margin-bottom: 8px;\n        color: #1d1d1f;\n    }\n\n    .step-item p {\n        color: #6e6e73;\n        font-size: 16px;\n    }\n\n    \n    .comparison {\n        padding: 100px 0;\n        background: #f5f5f7;\n    }\n\n    .table-wrapper {\n        overflow-x: auto;\n        background: #fff;\n        border-radius: 16px;\n        border: 1px solid #e5e5e7;\n    }\n\n    table.compare-table {\n        width: 100%;\n        border-collapse: collapse;\n        min-width: 720px;\n    }\n\n    .compare-table thead th {\n        text-align: left;\n        padding: 16px 18px;\n        background: #0ba360;\n        color: #fff;\n        font-weight: 600;\n    }\n\n    .compare-table tbody td {\n        padding: 14px 18px;\n        border-top: 1px solid #f0f0f2;\n        color: #1d1d1f;\n    }\n\n    .compare-table tbody tr:nth-child(even) td {\n        background: #fafafa;\n    }\n\n    .badge {\n        display: inline-block;\n        padding: 4px 10px;\n        border-radius: 999px;\n        font-size: 14px;\n        font-weight: 600;\n    }\n\n    .badge-good {\n        background: #e6f7ef;\n        color: #0a8e52;\n        border: 1px solid #bfe9d4;\n    }\n\n    .badge-mid {\n        background: #fff6e6;\n        color: #b26b00;\n        border: 1px solid #ffe0b3;\n    }\n\n    .badge-poor {\n        background: #ffeaea;\n        color: #c03636;\n        border: 1px solid #ffcccc;\n    }\n\n    \n    .problem-solution {\n        padding: 100px 0;\n        background: #ffffff;\n    }\n\n    .ps-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 24px;\n        margin-top: 40px;\n    }\n\n    .ps-card {\n        background: #fff;\n        border: 1px solid #e5e5e7;\n        border-radius: 16px;\n        padding: 20px;\n    }\n\n    .ps-tag {\n        display: inline-block;\n        font-size: 12px;\n        font-weight: 600;\n        letter-spacing: 0.02em;\n        padding: 4px 8px;\n        border-radius: 6px;\n        margin-bottom: 8px;\n    }\n\n    .ps-tag.pain {\n        background: #ffeaea;\n        color: #c03636;\n    }\n\n    .ps-tag.solution {\n        background: #e6f7ef;\n        color: #0a8e52;\n    }\n\n    .ps-title {\n        font-size: 17px;\n        font-weight: 600;\n        color: #1d1d1f;\n        margin-bottom: 8px;\n    }\n\n    .ps-desc {\n        color: #6e6e73;\n        font-size: 15px;\n    }\n\n    \n    .value-highlights {\n        margin-top: 36px;\n        background: #0ba36010;\n        border: 1px solid #bfe9d4;\n        border-radius: 12px;\n        padding: 18px 20px;\n    }\n\n    .value-highlights h4 {\n        color: #0a8e52;\n        margin-bottom: 8px;\n    }\n\n    .value-highlights ul {\n        margin-left: 18px;\n        color: #1d1d1f;\n    }\n\n    .value-highlights li {\n        margin: 6px 0;\n        color: #4a4a4f;\n    }\n<\/style>\n\n<body>\n    \n    <section class=\"hero\">\n        <div class=\"hero-content\">\n            <h1>Professional-Grade Disposable TPU Gloves<\/h1>\n            <p>Medical-Grade Protection \u2022 Eco-Friendly Design \u2022 All-Day Comfort<\/p>\n            <a href=\"#contact\" class=\"cta-button\">Get a Free Quote<\/a>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"features\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Cutting-Edge TPU Protection<\/h2>\n            <p class=\"section-subtitle\">Crafted from premium TPU to deliver exceptional durability, flexibility, and\n                performance in the most demanding environments<\/p>\n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-shield-alt\"><\/i>\n                    <\/div>\n                    <h3>Superior Barrier Protection<\/h3>\n                    <p>Our advanced TPU formula delivers powerful defense against chemicals, pathogens, and contaminants\n                        while preserving exceptional flexibility and touch sensitivity.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-hand-paper\"><\/i>\n                    <\/div>\n                    <h3>Ergonomic Comfort Design<\/h3>\n                    <p>Precisely contoured for a snug fit, with ultra-thin construction that reduces hand fatigue during\n                        long shifts.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-leaf\"><\/i>\n                    <\/div>\n                    <h3>Sustainable Biodegradability<\/h3>\n                    <p>Made from eco-conscious TPU compounds that biodegrade under industrial composting conditions,\n                        minimizing environmental impact without sacrificing performance.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-grip-lines\"><\/i>\n                    <\/div>\n                    <h3>Enhanced Grip Technology<\/h3>\n                    <p>Textured fingertips ensure secure handling in wet and dry conditions, giving you precise control\n                        over instruments and materials.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-microscope\"><\/i>\n                    <\/div>\n                    <h3>Medical-Grade Certification<\/h3>\n                    <p>Produced in ISO-certified facilities and fully compliant with FDA and CE medical device standards\n                        for clinical and laboratory use.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <i class=\"fas fa-bolt\"><\/i>\n                    <\/div>\n                    <h3>Rapid Donning System<\/h3>\n                    <p>Innovative cuff design enables quick, secure application\u2014reducing contamination risk and saving\n                        valuable time.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"what-is\" id=\"what-is\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Technical Overview (What Is TPU Gloves)<\/h2>\n            <p class=\"section-subtitle\">TPU = Thermoplastic Polyurethane \u2014 a thin, resilient, and recyclable film that\n                balances tactile feel with durability.<\/p>\n            <div class=\"steps-grid\">\n                <div class=\"step-item\">\n                    <div class=\"step-number\">01<\/div>\n                    <h3>Material Architecture<\/h3>\n                    <p>Elastic, abrasion\u2011resistant TPU segments deliver flexibility and strength at thin film gauges\n                        suitable for disposables.<\/p>\n                <\/div>\n                <div class=\"step-item\">\n                    <div class=\"step-number\">02<\/div>\n                    <h3>Manufacturing Process<\/h3>\n                    <p>Extruded\/blown TPU film is heat\u2011formed and precision die\u2011cut into gloves for ergonomic fit and\n                        rapid donning.<\/p>\n                <\/div>\n                <div class=\"step-item\">\n                    <div class=\"step-number\">03<\/div>\n                    <h3>Performance Mechanism<\/h3>\n                    <p>Dense film structure provides a reliable barrier to oils and splashes while maintaining tactile\n                        feedback and stable grip.<\/p>\n                <\/div>\n                <div class=\"step-item\">\n                    <div class=\"step-number\">04<\/div>\n                    <h3>Environmental Profile<\/h3>\n                    <p>Latex\u2011 and chlorine\u2011free with low odor; recyclable where facilities exist to support ESG and\n                        plastic\u2011reduction goals.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"product-showcase\">\n        <div class=\"container\">\n            <div class=\"showcase-content\">\n                <div class=\"product-image\">\n                    <div class=\"glove-visual\"\n                        style=\"background-image: url('https:\/\/tpuglove.com\/wp-content\/uploads\/2025\/08\/Orange-TPU-Gloves.webp'); background-size: cover; background-position: center;\">\n                    <\/div>\n                <\/div>\n                <div class=\"product-info\">\n                    <h2>TPU V2.0 Glove Specifications<\/h2>\n                    <p>Experience the next generation of disposable gloves: TPU V2.0 offers enhanced durability,\n                        flexibility, and chemical resistance tailored for professional use.<\/p>\n\n                    <ul class=\"specs-list\">\n                        <li>\n                            <span class=\"spec-label\">Product Model<\/span>\n                            <span class=\"spec-value\">TPU V2.0<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"spec-label\">Origin<\/span>\n                            <span class=\"spec-value\">China<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"spec-label\">Material<\/span>\n                            <span class=\"spec-value\">Thermoplastic Polyurethane<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"spec-label\">Thickness<\/span>\n                            <span class=\"spec-value\">0.02\u2009mm\u2009\u2013\u20090.05\u2009mm<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"spec-label\">Available Colors<\/span>\n                            <span class=\"spec-value\">White, Clear, Blue, Orange, Black<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"spec-label\">Size Range<\/span>\n                            <span class=\"spec-value\">S, M, L, XL<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"spec-label\">Surface Texture<\/span>\n                            <span class=\"spec-value\">Smooth<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"spec-label\">Quality Certifications<\/span>\n                            <span class=\"spec-value\">CE, FDA, ISO 13485<\/span>\n                        <\/li>\n                    <\/ul>\n\n                    \n                    <div style=\"margin: 30px 0;\">\n                        <h4 style=\"margin-bottom: 15px; color: #1d1d1f; font-weight: 600;\">Color Options:<\/h4>\n                        <div style=\"display: flex; gap: 15px; flex-wrap: wrap;\">\n                            <div style=\"display: flex; align-items: center; gap: 8px;\">\n                                <div\n                                    style=\"width: 20px; height: 20px; border-radius: 50%; background: white; border: 2px solid #d1d1d6;\">\n                                <\/div>\n                                <span style=\"font-size: 14px; color: #86868b;\">White<\/span>\n                            <\/div>\n                            <div style=\"display: flex; align-items: center; gap: 8px;\">\n                                <div\n                                    style=\"width: 20px; height: 20px; border-radius: 50%; background: transparent; border: 2px solid #d1d1d6;\">\n                                <\/div>\n                                <span style=\"font-size: 14px; color: #86868b;\">Clear<\/span>\n                            <\/div>\n                            <div style=\"display: flex; align-items: center; gap: 8px;\">\n                                <div\n                                    style=\"width: 20px; height: 20px; border-radius: 50%; background: #007aff; border: 2px solid #007aff;\">\n                                <\/div>\n                                <span style=\"font-size: 14px; color: #86868b;\">Blue<\/span>\n                            <\/div>\n                            <div style=\"display: flex; align-items: center; gap: 8px;\">\n                                <div\n                                    style=\"width: 20px; height: 20px; border-radius: 50%; background: #ff9500; border: 2px solid #ff9500;\">\n                                <\/div>\n                                <span style=\"font-size: 14px; color: #86868b;\">Orange<\/span>\n                            <\/div>\n                            <div style=\"display: flex; align-items: center; gap: 8px;\">\n                                <div\n                                    style=\"width: 20px; height: 20px; border-radius: 50%; background: #1d1d1f; border: 2px solid #1d1d1f;\">\n                                <\/div>\n                                <span style=\"font-size: 14px; color: #86868b;\">Black<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <a href=\"#contact\" class=\"cta-button\">Download Specs<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"video-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">See TPU V2.0 in Action<\/h2>\n            <p class=\"section-subtitle\">Watch how our gloves deliver unmatched flexibility, strength, and reliability\n            <\/p>\n\n            <div class=\"video-container\">\n                <div class=\"video-wrapper\">\n                    <iframe src=\"https:\/\/www.youtube.com\/embed\/xYXIF7pw-G8\" title=\"TPU V2.0 Gloves Demonstration\"\n                        frameborder=\"0\"\n                        allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n                        allowfullscreen>\n                    <\/iframe>\n                <\/div>\n                <div class=\"video-info\">\n                    <div class=\"video-stats\">\n                        <div class=\"stat-item\">\n                            <i class=\"fas fa-play\"><\/i>\n                            <span>Live Demo<\/span>\n                        <\/div>\n                        <div class=\"stat-item\">\n                            <i class=\"fas fa-shield-alt\"><\/i>\n                            <span>Performance Testing<\/span>\n                        <\/div>\n                        <div class=\"stat-item\">\n                            <i class=\"fas fa-check-circle\"><\/i>\n                            <span>Quality Assurance<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"applications\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Versatile Professional Applications<\/h2>\n            <p class=\"section-subtitle\">Preferred by experts across industries for critical protection needs<\/p>\n            <div class=\"app-grid\">\n                <div class=\"app-card\">\n                    <i class=\"fas fa-hospital app-icon\"><\/i>\n                    <h3>Healthcare &#038; Medical<\/h3>\n                    <p>Ideal for surgical procedures, patient care, diagnostic testing, and clinical lab environments.\n                    <\/p>\n                <\/div>\n                <div class=\"app-card\">\n                    <i class=\"fas fa-flask app-icon\"><\/i>\n                    <h3>Laboratory &#038; R&#038;D<\/h3>\n                    <p>Perfect for chemical analyses, biotech research, pharmaceutical testing, and scientific\n                        experimentation.<\/p>\n                <\/div>\n                <div class=\"app-card\">\n                    <i class=\"fas fa-utensils app-icon\"><\/i>\n                    <h3>Food Processing &#038; Handling<\/h3>\n                    <p>Safe for food prep, packaging, and quality control in commercial kitchens and production lines.\n                    <\/p>\n                <\/div>\n                <div class=\"app-card\">\n                    <i class=\"fas fa-industry app-icon\"><\/i>\n                    <h3>Manufacturing &#038; Assembly<\/h3>\n                    <p>Optimized for electronics assembly, precision manufacturing, inspections, and cleanroom use.<\/p>\n                <\/div>\n                <div class=\"app-card\">\n                    <i class=\"fas fa-spa app-icon\"><\/i>\n                    <h3>Beauty &#038; Personal Care<\/h3>\n                    <p>Perfect for spas, salons, tattoo studios, and wellness services requiring hygiene and dexterity.\n                    <\/p>\n                <\/div>\n                <div class=\"app-card\">\n                    <i class=\"fas fa-home app-icon\"><\/i>\n                    <h3>Cleaning &#038; Janitorial Services<\/h3>\n                    <p>Designed for professional cleaning, sanitation, and facility maintenance tasks.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"value-highlights\">\n                <h4>Business Value Highlights<\/h4>\n                <ul>\n                    <li>Sustainability: chlorine\u2011free, low\u2011odor, and recyclable to support ESG and compliance.<\/li>\n                    <li>Comfort &#038; Productivity: thin, elastic fit reduces hand fatigue and improves shift efficiency.\n                    <\/li>\n                    <li>Broad Applicability: suitable for food handling, light industry, cleaning, and personal care.\n                    <\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"comparison\" id=\"comparison\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">What Sets TPU Apart<\/h2>\n            <p class=\"section-subtitle\">Disposable TPU Gloves vs Nitrile vs PVC<\/p>\n            <div class=\"table-wrapper\">\n                <table class=\"compare-table\">\n                    <thead>\n                        <tr>\n                            <th>Dimension<\/th>\n                            <th>TPU<\/th>\n                            <th>Nitrile<\/th>\n                            <th>PVC<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Environmental Impact<\/td>\n                            <td><span class=\"badge badge-good\">High: recyclable, chlorine\u2011free<\/span><\/td>\n                            <td><span class=\"badge badge-mid\">Medium: not recyclable<\/span><\/td>\n                            <td><span class=\"badge badge-poor\">Low: chlorinated plastic<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Allergy Risk<\/td>\n                            <td><span class=\"badge badge-good\">Low: latex\u2011free<\/span><\/td>\n                            <td><span class=\"badge badge-good\">Low: latex\u2011free<\/span><\/td>\n                            <td><span class=\"badge badge-mid\">Medium: plasticizer exposure<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Tactile Sensitivity &#038; Dexterity<\/td>\n                            <td><span class=\"badge badge-good\">High: thin &#038; elastic<\/span><\/td>\n                            <td><span class=\"badge badge-good\">High<\/span><\/td>\n                            <td><span class=\"badge badge-mid\">Medium<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Chemical Resistance<\/td>\n                            <td><span class=\"badge badge-mid\">Medium: everyday oils\/cleaners<\/span><\/td>\n                            <td><span class=\"badge badge-good\">High: solvents\/oils<\/span><\/td>\n                            <td><span class=\"badge badge-mid\">Medium<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Abrasion &#038; Tear Resistance<\/td>\n                            <td><span class=\"badge badge-good\">High<\/span><\/td>\n                            <td><span class=\"badge badge-good\">High<\/span><\/td>\n                            <td><span class=\"badge badge-mid\">Medium<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Odor<\/td>\n                            <td><span class=\"badge badge-good\">Low odor<\/span><\/td>\n                            <td><span class=\"badge badge-good\">Low odor<\/span><\/td>\n                            <td><span class=\"badge badge-mid\">Potential odor<\/span><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Food\u2011Contact Suitability<\/td>\n                            <td><span class=\"badge badge-good\">Available in food\u2011grade options<\/span><\/td>\n                            <td><span class=\"badge badge-good\">Available in food\u2011grade options<\/span><\/td>\n                            <td><span class=\"badge badge-mid\">Depends on formulation<\/span><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"problem-solution\" id=\"solutions\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Problem\u2013Solution<\/h2>\n            <p class=\"section-subtitle\">How Disposable TPU Gloves turn challenges into opportunities<\/p>\n            <div class=\"ps-grid\">\n                <div class=\"ps-card\">\n                    <div class=\"ps-tag pain\">Pain<\/div>\n                    <div class=\"ps-title\">Growing ESG and plastic\u2011reduction requirements<\/div>\n                    <div class=\"ps-tag solution\" style=\"margin-top:10px;\">Solution<\/div>\n                    <div class=\"ps-desc\">TPU is chlorine\u2011free, low\u2011odor, and recyclable, helping reduce waste and\n                        support sustainability programs and reporting.<\/div>\n                <\/div>\n                <div class=\"ps-card\">\n                    <div class=\"ps-tag pain\">Pain<\/div>\n                    <div class=\"ps-title\">Discomfort and fatigue during long shifts<\/div>\n                    <div class=\"ps-tag solution\" style=\"margin-top:10px;\">Solution<\/div>\n                    <div class=\"ps-desc\">Thin, elastic film conforms to the hand for a comfortable fit, reducing fatigue\n                        while preserving tactile control.<\/div>\n                <\/div>\n                <div class=\"ps-card\">\n                    <div class=\"ps-tag pain\">Pain<\/div>\n                    <div class=\"ps-title\">Latex allergies and odor complaints<\/div>\n                    <div class=\"ps-tag solution\" style=\"margin-top:10px;\">Solution<\/div>\n                    <div class=\"ps-desc\">Latex\u2011free and low\u2011odor formulation improves user comfort and acceptance.<\/div>\n                <\/div>\n                <div class=\"ps-card\">\n                    <div class=\"ps-tag pain\">Pain<\/div>\n                    <div class=\"ps-title\">Multiple use\u2011cases complicate inventory<\/div>\n                    <div class=\"ps-tag solution\" style=\"margin-top:10px;\">Solution<\/div>\n                    <div class=\"ps-desc\">Broad size\/color options and graded variants cover food handling, light\n                        industry, cleaning, and personal care with fewer SKUs.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"testimonials\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Client Testimonials<\/h2>\n            <p class=\"section-subtitle\">Trusted by leading organizations worldwide<\/p>\n            <div class=\"testimonials-grid\">\n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">\u201cSince switching to TPU V2.0, our surgical teams benefit from\n                        unparalleled tactile sensitivity and reliable barrier protection during intricate procedures.\u201d\n                    <\/p>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-avatar\">DR<\/div>\n                        <div class=\"author-info\">\n                            <h4>Dr. Sarah Mitchell<\/h4>\n                            <p>Chief of Surgery, Metropolitan Medical Center<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">\u201cTPU V2.0\u2019s exceptional chemical resistance and durability have elevated\n                        our lab safety standards to new heights.\u201d<\/p>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-avatar\">MJ<\/div>\n                        <div class=\"author-info\">\n                            <h4>Dr. Michael Johnson<\/h4>\n                            <p>Laboratory Director, BioTech Research Institute<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">\u201cSince adopting these gloves, we\u2019ve reported zero contamination\n                        incidents, thanks to their consistent performance and high-quality build.\u201d<\/p>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-avatar\">LW<\/div>\n                        <div class=\"author-info\">\n                            <h4>Linda Williams<\/h4>\n                            <p>Quality Assurance Manager, Premium Foods Corp<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">\u201cOur technicians experience minimal hand fatigue, even during long\n                        shifts, thanks to the glove\u2019s ergonomic fit.\u201d<\/p>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-avatar\">RB<\/div>\n                        <div class=\"author-info\">\n                            <h4>Robert Brown<\/h4>\n                            <p>Operations Manager, Precision Electronics<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">\u201cThese biodegradable TPU gloves support our sustainability initiatives\n                        without sacrificing performance.\u201d<\/p>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-avatar\">ED<\/div>\n                        <div class=\"author-info\">\n                            <h4>Emily Davis<\/h4>\n                            <p>Sustainability Director, Green Manufacturing Co.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">\u201cThe enhanced grip and dexterity are vital for our precision assembly\n                        tasks.\u201d<\/p>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-avatar\">JT<\/div>\n                        <div class=\"author-info\">\n                            <h4>James Thompson<\/h4>\n                            <p>Assembly Supervisor, Advanced Instruments<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"faq\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n            <p class=\"section-subtitle\">Technical information and application guidance<\/p>\n            <div class=\"faq-list\">\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <span>What makes TPU gloves superior to traditional latex or nitrile alternatives?<\/span>\n                        <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        TPU offers superior chemical resistance, durability, and tactile sensitivity compared to latex\n                        and nitrile. Being latex-free reduces allergy risks while providing enhanced puncture resistance\n                        and flexibility.\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <span>Are these gloves suitable for chemical handling applications?<\/span>\n                        <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Absolutely. TPU V2.0 gloves are engineered for advanced chemical resistance, protecting against\n                        a wide spectrum of acids, solvents, and industrial chemicals. Contact us for detailed\n                        compatibility charts.\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <span>What certifications and quality standards do these gloves meet?<\/span>\n                        <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Manufactured in ISO 13485-certified facilities, these gloves meet FDA medical device regulations\n                        and CE marking requirements. Each batch undergoes comprehensive AQL sampling, tensile testing,\n                        and barrier integrity validation.\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <span>How do the biodegradable properties affect storage and shelf life?<\/span>\n                        <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Biodegradation activates only under industrial composting conditions and does not impact regular\n                        storage. When stored between 5 \u00b0C and 30 \u00b0C, away from direct sunlight, gloves maintain full\n                        performance for up to five years.\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <span>What size options and packaging configurations are available?<\/span>\n                        <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Available in sizes XS\u2013XL with an ambidextrous design. Standard packaging includes 100 gloves per\n                        dispenser box and 10 boxes per case. Custom packaging and private-label options are available on\n                        request.\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <span>What is the minimum order quantity and lead time for delivery?<\/span>\n                        <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        MOQ starts at 10 cases for standard products. Lead times are 2\u20134 weeks for standard inventory\n                        and 6\u20138 weeks for custom orders. For precise timelines, please contact our sales team.\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <section class=\"contact\" id=\"contact\">\n        <div class=\"container\">\n            <div class=\"contact-content\">\n                <h2 class=\"section-title\">Request Your Custom Quote<\/h2>\n                <p class=\"section-subtitle\">Connect with our experts for detailed specs, samples, and personalized\n                    solutions<\/p>\n\n                <div class='fluentform ff-default fluentform_wrapper_1 ffs_default_wrap'><form data-form_id=\"1\" id=\"fluentform_1\" class=\"frm-fluent-form fluent_form_1 ff-el-form-top ff_form_instance_1_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_1_1\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Contact Form<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='2' \/><input type=\"hidden\" id=\"_fluentform_1_fluentformnonce\" name=\"_fluentform_1_fluentformnonce\" value=\"d4d931261c\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/fr\/wp-json\/wp\/v2\/pages\/2\" \/><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_first_name_' id='label_ff_1_names_first_name_' >First Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_1_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"First Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_last_name_' id='label_ff_1_names_last_name_' >Last Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[last_name]\" id=\"ff_1_names_last_name_\" class=\"ff-el-form-control\" placeholder=\"Last Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_email' id='label_ff_1_email' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_1_email\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_subject' id='label_ff_1_subject' aria-label=\"Subject\">Subject<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"subject\" class=\"ff-el-form-control\" placeholder=\"Subject\" data-name=\"subject\" id=\"ff_1_subject\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_message' id='label_ff_1_message' aria-label=\"Your Message\">Your Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"true\" aria-labelledby=\"label_ff_1_message\" name=\"message\" id=\"ff_1_message\" class=\"ff-el-form-control\" placeholder=\"Your Message\" rows=\"4\" cols=\"2\" data-name=\"message\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style wpf_has_custom_css\"  aria-label=\"Submit Form\">Submit Form<\/button><\/div>\t\t<div id=\"cf-turnstile-fluent-3941527119\"\r\n\t\tclass=\"cf-turnstile\" \t\tdata-sitekey=\"0x4AAAAAACUPoeIEt4-GRDCT\"\r\n\t\tdata-theme=\"auto\"\r\n\t\tdata-language=\"auto\"\r\n\t\tdata-size=\"normal\"\r\n\t\tdata-retry=\"auto\" data-retry-interval=\"1000\"\r\n\t\tdata-refresh-expired=\"auto\"\r\n\t\tdata-action=\"fluent-form-1\"\r\n\t\t\t\tdata-appearance=\"always\"><\/div>\r\n\t\t\t<script>document.addEventListener(\"DOMContentLoaded\", function() { setTimeout(function(){ var e=document.getElementById(\"cf-turnstile-fluent-3941527119\"); e&&!e.innerHTML.trim()&&(turnstile.remove(\"#cf-turnstile-fluent-3941527119\"), turnstile.render(\"#cf-turnstile-fluent-3941527119\", {sitekey:\"0x4AAAAAACUPoeIEt4-GRDCT\"})); }, 100); });<\/script>\r\n\t\t\t<br class=\"cf-turnstile-br cf-turnstile-br-fluent-3941527119\">\r\n\t\t\t\t<style>#cf-turnstile-fluent-3941527119 { margin-left: -15px; }<\/style>\r\n\t\t<\/fieldset><\/form><div id='fluentform_1_errors' class='ff-errors-in-stack ff_form_instance_1_1 ff-form-loading_errors ff_form_instance_1_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_1_1 = {\"id\":\"1\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_1_1\",\"form_id_selector\":\"fluentform_1\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":false,\"global_message\":\"This field must contain a valid email\"}},\"subject\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"message\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}}},\"debounce_time\":300};\n                            <\/script>\n            \n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n    <script>\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                document.querySelector(this.getAttribute('href')).scrollIntoView({\n                    behavior: 'smooth'\n                });\n            });\n        });\n\n        document.querySelectorAll('.faq-question').forEach(question => {\n            question.addEventListener('click', function () {\n                const faqItem = this.parentElement;\n                const isActive = faqItem.classList.contains('active');\n\n                document.querySelectorAll('.faq-item').forEach(item => {\n                    item.classList.remove('active');\n                });\n\n                if (!isActive) {\n                    faqItem.classList.add('active');\n                }\n            });\n        });\n\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach((entry) => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.feature-card, .app-card, .testimonial-card').forEach((element) => {\n            element.style.opacity = '0';\n            element.style.transform = 'translateY(30px)';\n            element.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(element);\n        });\n    <\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Professional-Grade Disposable TPU Gloves Medical-Grade Protection \u2022 Eco-Friendly Design \u2022 All-Day Comfort Get a Free Quote Cutting-Edge TPU Protection Crafted from premium TPU to deliver exceptional durability, flexibility, and performance in the most demanding environments Superior Barrier Protection Our advanced TPU formula delivers powerful defense against chemicals, pathogens, and contaminants while preserving exceptional flexibility and &#8230; <a title=\"Gants en TPU\" class=\"read-more\" href=\"https:\/\/tpuglove.com\/fr\/\" aria-label=\"En savoir plus sur TPU Gloves\">Lire plus<\/a><\/p>","protected":false},"author":1,"featured_media":50,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","has-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":8,"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":86,"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/pages\/2\/revisions\/86"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/media\/50"}],"wp:attachment":[{"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}