{"id":8204,"date":"2026-01-05T12:08:30","date_gmt":"2026-01-05T04:08:30","guid":{"rendered":"https:\/\/test.tiiocti.com\/?page_id=8204"},"modified":"2026-01-09T07:18:55","modified_gmt":"2026-01-08T23:18:55","slug":"materials","status":"publish","type":"page","link":"https:\/\/tiiocti.com\/ru\/materials\/","title":{"rendered":"\u041c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_0 et_pb_row et_pb_gutters3 et_block_row\">\n<div class=\"et_pb_column_0 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><section id=\"tiio-materials-hero\">\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"BreadcrumbList\",\n      \"itemListElement\": [{\n        \"@type\": \"ListItem\",\n        \"position\": 1,\n        \"name\": \"Home\",\n        \"item\": \"https:\/\/tiiocti.com\/\"\n      },{\n        \"@type\": \"ListItem\",\n        \"position\": 2,\n        \"name\": \"Materials\",\n        \"item\": \"https:\/\/tiiocti.com\/materials\/\"\n      }]\n    }\n    <\/script>\n\n    <style>\n        #tiio-materials-hero {\n            --m-blue: #003C71;\n            --m-gold: #D4AF37;\n            --m-text: #333333;\n            --m-gray: #666666;\n            --radius-xl: 24px;\n            \n            position: relative;\n            width: 100%;\n            min-height: 600px;\n            background: #fff;\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            font-family: 'Roboto', sans-serif;\n            padding: 80px 0;\n        }\n\n        #tiio-materials-hero .split-container {\n            display: grid;\n            grid-template-columns: 1.2fr 0.8fr;\n            align-items: center;\n            gap: 40px;\n            width: 100%;\n            max-width: 1450px;\n            margin: 0 auto;\n            padding-left: 40px; \n            position: relative;\n            z-index: 5;\n        }\n\n        #tiio-materials-hero .hero-text {\n            max-width: 640px;\n            position: relative;\n            z-index: 10;\n        }\n\n        .tiio-breadcrumbs {\n            font-size: 12px;\n            color: rgba(0,0,0,0.5);\n            margin-bottom: 25px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-weight: 500;\n            display: block; \n        }\n\n        .tiio-breadcrumbs a { \n            color: rgba(0,0,0,0.7); \n            text-decoration: none; \n            transition: 0.3s; \n        }\n\n        .tiio-breadcrumbs a:hover { \n            color: var(--m-gold); \n        }\n\n        .tiio-breadcrumbs .sep { \n            margin: 0 10px; \n            color: rgba(0,0,0,0.3);\n        }\n\n        .tiio-breadcrumbs .current { \n            color: var(--m-blue); \n            font-weight: 700; \n        }\n\n        #tiio-materials-hero .label-pill {\n            display: inline-block;\n            background: rgba(0, 60, 113, 0.08);\n            color: var(--m-blue);\n            font-size: 12px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            padding: 6px 14px;\n            border-radius: 4px;\n            margin-bottom: 20px;\n            border-left: 3px solid var(--m-gold);\n        }\n\n        #tiio-materials-hero h1 {\n            font-family: 'Open Sans', sans-serif;\n            font-size: clamp(28px, 3.6vw, 48px);\n            line-height: 1.25;\n            font-weight: 800;\n            color: var(--m-blue);\n            margin: 0 0 20px 0;\n            letter-spacing: -0.3px;\n        }\n\n        #tiio-materials-hero h1 span {\n            color: var(--m-gold);\n            position: relative;\n            display: inline-block;\n            white-space: nowrap;\n        }\n\n        #tiio-materials-hero p {\n            font-size: 16px;\n            line-height: 1.6;\n            color: var(--m-gray);\n            margin-bottom: 35px;\n            font-weight: 400;\n            max-width: 95%;\n        }\n\n        #tiio-materials-hero .action-group {\n            display: flex;\n            gap: 20px;\n            align-items: center;\n        }\n\n        #tiio-materials-hero .btn-primary {\n            background: var(--m-blue);\n            color: #fff;\n            padding: 14px 30px;\n            font-weight: 700;\n            text-transform: uppercase;\n            text-decoration: none;\n            border-radius: 4px;\n            transition: all 0.3s ease;\n            font-size: 13px;\n            letter-spacing: 1px;\n            border: 2px solid var(--m-blue);\n            cursor: pointer;\n        }\n\n        #tiio-materials-hero .btn-primary:hover {\n            background: var(--m-gold);\n            border-color: var(--m-gold);\n            color: #000;\n            transform: translateY(-2px);\n        }\n\n        #tiio-materials-hero .hero-visual {\n            position: relative;\n            height: 500px;\n            width: 100%;\n            display: flex;\n            justify-content: flex-end; \n        }\n\n        #tiio-materials-hero .img-mask {\n            position: absolute;\n            top: 0;\n            right: -60px; \n            width: 110%; \n            height: 100%;\n            border-radius: var(--radius-xl) 0 0 var(--radius-xl);\n            overflow: hidden;\n            box-shadow: -20px 20px 60px rgba(0,0,0,0.1);\n        }\n\n        #tiio-materials-hero .main-img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 10s ease; \n        }\n        \n        #tiio-materials-hero:hover .main-img {\n            transform: scale(1.05);\n        }\n\n        #tiio-materials-hero .floating-stat {\n            position: absolute;\n            bottom: 40px;\n            left: -20px;\n            background: #fff;\n            padding: 20px;\n            border-radius: 12px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.1);\n            max-width: 220px;\n            border-left: 4px solid var(--m-gold);\n            z-index: 20;\n        }\n\n        #tiio-materials-hero .stat-num {\n            display: block;\n            font-size: 28px;\n            font-weight: 800;\n            color: var(--m-blue);\n            line-height: 1;\n            margin-bottom: 5px;\n        }\n\n        #tiio-materials-hero .stat-label {\n            font-size: 12px;\n            color: var(--m-gray);\n            font-weight: 500;\n        }\n\n        @media (max-width: 980px) {\n            #tiio-materials-hero .split-container {\n                grid-template-columns: 1fr;\n                padding: 0 30px;\n                gap: 40px;\n            }\n            #tiio-materials-hero .hero-text {\n                max-width: 100%;\n                text-align: center;\n                margin-top: 40px;\n                padding-right: 0;\n            }\n            #tiio-materials-hero .tiio-breadcrumbs {\n                text-align: center;\n            }\n            #tiio-materials-hero .label-pill {\n                margin: 0 auto 20px auto;\n            }\n            #tiio-materials-hero .action-group {\n                justify-content: center;\n            }\n            #tiio-materials-hero .hero-visual {\n                height: 350px;\n                margin-bottom: -80px; \n            }\n            #tiio-materials-hero .img-mask {\n                right: 0;\n                width: 100%;\n                border-radius: 12px;\n                position: relative;\n            }\n            #tiio-materials-hero .floating-stat {\n                display: none; \n            }\n            #tiio-materials-hero p {\n                max-width: 100%;\n            }\n            #tiio-materials-hero h1 span {\n                white-space: normal;\n            }\n        }\n    <\/style>\n\n    <div class=\"split-container\">\n        <div class=\"hero-text\">\n            <div class=\"tiio-breadcrumbs\">\n                <a href=\"\/\">Home<\/a> <span class=\"sep\">\/<\/span> \n                <span class=\"current\">Materials<\/span>\n            <\/div>\n\n            <span class=\"label-pill\">Material Science &#038; Innovation<\/span>\n            <h1>Premium Materials for <br><span>Custom Bag Manufacturing<\/span><\/h1>\n            <p>\n                From GRS-certified rPET to heavy-duty PP Woven, we utilize high-performance fabrics engineered for your moving bags and retail totes. Strict lab testing on every batch.\n            <\/p>\n            <div class=\"action-group\">\n                <a href=\"javascript:void(0);\" class=\"btn-primary open-popup\">Explore Materials<\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"hero-visual\">\n            <div class=\"img-mask\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/07\/Bulk-raw-materials-stored-in-sewing-workshop.png\" alt=\"Macro texture of heavy duty woven fabric\" class=\"main-img\">\n            <\/div>\n            <div class=\"floating-stat\">\n                <span class=\"stat-num\">100%<\/span>\n                <span class=\"stat-label\">Traceable Recycled Materials (GRS 4.0 Certified)<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_1 et_pb_row et_pb_gutters3 et_block_row\">\n<div class=\"et_pb_column_1 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><section id=\"tiio-material-bento\">\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"ItemList\",\n      \"name\": \"Raw Materials for Custom Bag Manufacturing\",\n      \"description\": \"Direct factory supply of high-performance materials including GRS rPET, PP Woven, and Cotton Canvas for OEM bag production.\",\n      \"numberOfItems\": 4,\n      \"itemListElement\": [\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 1,\n          \"name\": \"GRS Certified rPET Recycled Fabric\",\n          \"url\": \"https:\/\/tiiocti.com\/recycled-pet\/\"\n        },\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 2,\n          \"name\": \"Heavy-Duty PP Woven Polypropylene\",\n          \"url\": \"https:\/\/tiiocti.com\/pp-woven\/\"\n        },\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 3,\n          \"name\": \"Organic Cotton Canvas for Retail Totes\",\n          \"url\": \"https:\/\/tiiocti.com\/organic-cotton\/\"\n        },\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 4,\n          \"name\": \"Natural Jute & Burlap Fiber\",\n          \"url\": \"https:\/\/tiiocti.com\/jute-burlap\/\"\n        }\n      ]\n    }\n    <\/script>\n\n    <style>\n        #tiio-material-bento {\n            background-color: #F2F0EB;\n            padding: 100px 0;\n            font-family: 'Roboto', sans-serif;\n        }\n\n        .bento-container {\n            max-width: 1450px;\n            margin: 0 auto;\n            padding: 0 40px;\n        }\n\n        .bento-header {\n            margin-bottom: 50px;\n            max-width: 800px;\n        }\n\n        .bento-header h2 {\n            font-family: 'Open Sans', sans-serif;\n            color: #003C71;\n            font-size: 36px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            letter-spacing: -0.5px;\n            line-height: 1.2;\n        }\n\n        .bento-header p {\n            color: #666;\n            font-size: 16px;\n            line-height: 1.6;\n        }\n\n        .material-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            grid-template-rows: 320px 320px;\n            gap: 25px;\n        }\n\n        .m-card {\n            position: relative;\n            border-radius: 12px;\n            overflow: hidden;\n            text-decoration: none;\n            background: #fff;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.03);\n            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-end;\n            padding: 35px;\n            cursor: pointer;\n        }\n\n        .m-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 40px rgba(0,0,0,0.08);\n        }\n\n        .card-rpet {\n            grid-column: 1 \/ 2;\n            grid-row: 1 \/ 3;\n        }\n\n        .card-pp {\n            grid-column: 2 \/ 4;\n            grid-row: 1 \/ 2;\n        }\n\n        .card-cotton {\n            grid-column: 2 \/ 3;\n            grid-row: 2 \/ 3;\n        }\n\n        .card-jute {\n            grid-column: 3 \/ 4;\n            grid-row: 2 \/ 3;\n        }\n\n        .m-bg {\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 100%;\n            object-fit: cover;\n            transition: transform 0.8s ease;\n            z-index: 0;\n        }\n\n        .m-card:hover .m-bg {\n            transform: scale(1.08);\n        }\n\n        .m-overlay {\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 100%;\n            background: linear-gradient(0deg, rgba(0,20,40,0.9) 0%, rgba(0,20,40,0.2) 70%);\n            z-index: 1;\n        }\n\n        .m-content {\n            position: relative;\n            z-index: 2;\n            color: #fff;\n        }\n\n        .m-tag {\n            display: inline-block;\n            background: #D4AF37;\n            color: #000;\n            font-size: 11px;\n            font-weight: 800;\n            padding: 4px 10px;\n            border-radius: 4px;\n            text-transform: uppercase;\n            margin-bottom: 12px;\n        }\n\n        .m-title {\n            font-family: 'Open Sans', sans-serif;\n            font-size: 24px;\n            font-weight: 800;\n            margin: 0 0 8px 0;\n            line-height: 1.2;\n            color: #ffffff;\n        }\n\n        .card-rpet .m-title { font-size: 32px; }\n\n        .m-desc {\n            font-size: 14px;\n            opacity: 0.9;\n            margin: 0 0 20px 0;\n            line-height: 1.5;\n            max-width: 95%;\n            color: #ffffff;\n        }\n\n        .m-arrow {\n            display: inline-flex;\n            align-items: center;\n            font-weight: 700;\n            font-size: 13px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: #ffffff;\n            transition: 0.3s;\n        }\n\n        .m-arrow span {\n            font-size: 18px;\n            margin-left: 5px;\n            transition: 0.3s;\n        }\n\n        .m-card:hover .m-arrow span {\n            margin-left: 10px;\n        }\n\n        @media (max-width: 1024px) {\n            .material-grid {\n                grid-template-columns: 1fr 1fr;\n                grid-template-rows: auto;\n            }\n            .m-card { min-height: 300px; }\n            .card-rpet { grid-column: 1 \/ 3; grid-row: 1; }\n            .card-pp { grid-column: 1 \/ 3; grid-row: 2; }\n            .card-cotton { grid-column: 1 \/ 2; grid-row: 3; }\n            .card-jute { grid-column: 2 \/ 3; grid-row: 3; }\n        }\n\n        @media (max-width: 600px) {\n            .bento-container { padding: 0 20px; }\n            .material-grid { grid-template-columns: 1fr; gap: 20px; }\n            .card-rpet, .card-pp, .card-cotton, .card-jute { grid-column: 1; grid-row: auto; }\n            .m-card { min-height: 280px; padding: 25px; }\n            .bento-header h2 { font-size: 26px; }\n        }\n    <\/style>\n\n    <div class=\"bento-container\">\n        <div class=\"bento-header\">\n            <h2>High-Performance Raw Materials for Wholesale Bag Manufacturing<\/h2>\n            <p>Source directly from our factory. We process GRS-certified recycled plastics and heavy-duty industrial fabrics to ensure your custom bags meet global retail standards for strength and sustainability.<\/p>\n        <\/div>\n\n        <div class=\"material-grid\">\n            <a href=\"\/recycled-pet\/\" class=\"m-card card-rpet\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/01\/GRS-Certified-rPET-Recycled-Fabric.jpeg\" alt=\"GRS Certified rPET Recycled Fabric Texture\" class=\"m-bg\">\n                <div class=\"m-overlay\"><\/div>\n                <div class=\"m-content\">\n                    <span class=\"m-tag\">Trending: Eco-Friendly<\/span>\n                    <h3 class=\"m-title\">GRS Certified rPET Recycled Fabric<\/h3>\n                    <p class=\"m-desc\">Sustainable manufacturing solution made from 100% post-consumer plastic bottles. Perfect for retail brands requiring TC certificates.<\/p>\n                    <div class=\"m-arrow\">View Material Specs <span>&rarr;<\/span><\/div>\n                <\/div>\n            <\/a>\n\n            <a href=\"\/pp-woven\/\" class=\"m-card card-pp\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/01\/Heavy-Duty-PP-Woven-Polypropylene.png\" alt=\"Heavy Duty PP Woven Polypropylene Texture\" class=\"m-bg\">\n                <div class=\"m-overlay\"><\/div>\n                <div class=\"m-content\">\n                    <span class=\"m-tag\">Industrial Standard<\/span>\n                    <h3 class=\"m-title\">Heavy-Duty PP Woven Polypropylene<\/h3>\n                    <p class=\"m-desc\">Engineered for maximum load capacity (up to 50kg). Water-resistant and tear-proof material for moving bags.<\/p>\n                    <div class=\"m-arrow\">View Material Specs <span>&rarr;<\/span><\/div>\n                <\/div>\n            <\/a>\n\n            <a href=\"\/organic-cotton\/\" class=\"m-card card-cotton\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/01\/Organic-Cotton-Canvas.png\" alt=\"Organic Cotton Canvas Fabric\" class=\"m-bg\">\n                <div class=\"m-overlay\"><\/div>\n                <div class=\"m-content\">\n                    <h3 class=\"m-title\">Organic Cotton Canvas<\/h3>\n                    <p class=\"m-desc\">Biodegradable options for premium promotional totes.<\/p>\n                    <div class=\"m-arrow\">Learn More <span>&rarr;<\/span><\/div>\n                <\/div>\n            <\/a>\n\n            <a href=\"\/jute-burlap\/\" class=\"m-card card-jute\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/01\/Natural-Jute-Burlap.png\" alt=\"Natural Jute and Burlap Fiber\" class=\"m-bg\">\n                <div class=\"m-overlay\"><\/div>\n                <div class=\"m-content\">\n                    <h3 class=\"m-title\">Natural Jute &#038; Burlap<\/h3>\n                    <p class=\"m-desc\">Raw, plant-based fiber with zero environmental impact.<\/p>\n                    <div class=\"m-arrow\">Learn More <span>&rarr;<\/span><\/div>\n                <\/div>\n            <\/a>\n        <\/div>\n    <\/div>\n<\/section><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_2 et_pb_row et_pb_gutters3 et_block_row\">\n<div class=\"et_pb_column_2 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><section id=\"tiio-material-specs\">\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"Table\",\n      \"about\": \"Technical Specifications of Bag Manufacturing Materials\",\n      \"name\": \"Material Comparison Matrix\",\n      \"description\": \"Comparison of GSM weight, load capacity, and sustainability ratings for PP Woven, rPET, Cotton, and Jute materials.\",\n      \"columns\": [\n        \"Material Type\",\n        \"Best Application\",\n        \"Fabric Weight (GSM)\",\n        \"Max Load Capacity\",\n        \"Sustainability Rating\",\n        \"Certifications\"\n      ]\n    }\n    <\/script>\n\n    <style>\n        #tiio-material-specs {\n            background-color: #ffffff;\n            padding: 100px 0;\n            font-family: 'Roboto', sans-serif;\n            color: #333;\n        }\n\n        .spec-container {\n            max-width: 1450px;\n            margin: 0 auto;\n            padding: 0 40px;\n        }\n\n        .spec-header {\n            text-align: center;\n            max-width: 850px;\n            margin: 0 auto 60px auto;\n        }\n\n        .spec-header h2 {\n            font-family: 'Open Sans', sans-serif;\n            color: #003C71;\n            font-size: 36px;\n            font-weight: 800;\n            margin-bottom: 20px;\n            letter-spacing: -0.5px;\n            line-height: 1.2;\n        }\n\n        .spec-header p {\n            font-size: 16px;\n            line-height: 1.6;\n            color: #666;\n        }\n\n        .spec-table-wrapper {\n            overflow-x: auto;\n            border-radius: 12px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.05);\n            background: #fff;\n            border: 1px solid #eee;\n        }\n\n        .tiio-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 900px; \n        }\n\n        .tiio-table th {\n            background-color: #003C71;\n            color: #ffffff !important; \n            font-weight: 700;\n            text-transform: uppercase;\n            font-size: 13px;\n            letter-spacing: 1px;\n            padding: 22px 25px;\n            text-align: left;\n            white-space: nowrap;\n            border-bottom: 3px solid #D4AF37;\n        }\n\n        .tiio-table td {\n            padding: 20px 25px;\n            border-bottom: 1px solid #eee;\n            font-size: 15px;\n            color: #555;\n            vertical-align: middle;\n        }\n\n        .tiio-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        .tiio-table tr:nth-child(even) {\n            background-color: #f9fbfd;\n        }\n\n        .tiio-table tr:hover {\n            background-color: #f0f4f8;\n        }\n\n        .mat-name {\n            font-family: 'Open Sans', sans-serif;\n            font-weight: 800;\n            color: #003C71;\n            font-size: 16px;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .mat-icon {\n            width: 36px;\n            height: 36px;\n            background: #F2F0EB;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .mat-icon svg {\n            width: 20px;\n            height: 20px;\n            fill: #003C71;\n        }\n\n        .tag-app {\n            display: inline-block;\n            font-size: 12px;\n            background: #eef2f6;\n            color: #555;\n            padding: 4px 10px;\n            border-radius: 4px;\n            margin-right: 5px;\n            font-weight: 500;\n        }\n\n        .val-strong {\n            font-weight: 700;\n            color: #333;\n        }\n\n        .rating-dots {\n            display: flex;\n            gap: 4px;\n        }\n\n        .dot {\n            width: 10px;\n            height: 10px;\n            background-color: #ddd;\n            border-radius: 50%;\n        }\n\n        .dot.filled {\n            background-color: #D4AF37;\n        }\n\n        .cert-badge {\n            font-size: 11px;\n            font-weight: 700;\n            color: #28a745;\n            border: 1px solid #28a745;\n            padding: 3px 8px;\n            border-radius: 3px;\n            display: inline-block;\n        }\n\n        .btn-table {\n            background: #D4AF37;\n            color: #000;\n            text-decoration: none;\n            padding: 10px 20px;\n            border-radius: 4px;\n            font-size: 12px;\n            font-weight: 800;\n            text-transform: uppercase;\n            display: inline-block;\n            transition: 0.3s;\n            border: 2px solid #D4AF37;\n        }\n\n        .btn-table:hover {\n            background: transparent;\n            color: #003C71;\n            border-color: #003C71;\n        }\n\n        @media (max-width: 768px) {\n            .spec-header h2 { font-size: 28px; }\n            .spec-container { padding: 0 20px; }\n            .spec-table-wrapper {\n                margin-right: -20px; \n            }\n        }\n    <\/style>\n\n    <div class=\"spec-container\">\n        <div class=\"spec-header\">\n            <h2>Technical Specifications Comparison: <br>Find Your Perfect Material Match<\/h2>\n            <p>Compare tensile strength, eco-impact, and certifications to choose the right fabric for your OEM moving bags or retail packaging projects.<\/p>\n        <\/div>\n\n        <div class=\"spec-table-wrapper\">\n            <table class=\"tiio-table\">\n                <thead>\n                    <tr>\n                        <th>Material Type<\/th>\n                        <th>Best Application<\/th>\n                        <th>Weight (GSM)<\/th>\n                        <th>Max Load Capacity<\/th>\n                        <th>Eco-Rating<\/th>\n                        <th>Certifications<\/th>\n                        <th>Action<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>\n                            <div class=\"mat-name\">\n                                <div class=\"mat-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\/><\/svg>\n                                <\/div>\n                                rPET Fabric\n                            <\/div>\n                        <\/td>\n                        <td><span class=\"tag-app\">Retail<\/span> <span class=\"tag-app\">Cooler Bags<\/span><\/td>\n                        <td><span class=\"val-strong\">140 &#8211; 180 GSM<\/span><\/td>\n                        <td>Up to 40 lbs (18kg)<\/td>\n                        <td>\n                            <div class=\"rating-dots\">\n                                <span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span>\n                            <\/div>\n                        <\/td>\n                        <td><span class=\"cert-badge\">GRS 4.0<\/span><\/td>\n                        <td><a href=\"javascript:void(0);\" class=\"btn-table open-popup\">Inquire<\/a><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\n                            <div class=\"mat-name\">\n                                <div class=\"mat-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.57 14.86L22 13.43 20.57 12 17 15.57 8.43 7 12 3.43 10.57 2 9.14 3.43 7.71 2 2 7.71 3.43 9.14 2 10.57 5.57 14.14 2 17.71 3.43 19.14 2 20.57 3.43 22 7 18.43 15.57 27 12 23.43 13.43 24.86 14.86 23.43 16.29 24.86 22 19.14 20.57 17.71 22 16.29 18.43 12.71 27 4.14zM7 15.57L5.57 17 4.14 15.57 7.71 12 4.14 8.43 5.57 7 7 8.43 10.57 12 7 15.57zm8.57-8.57L17 5.57 18.43 7 14.86 10.57 13.43 9.14 12 7.71 15.57 4.14 17 5.57 15.57 7z\"\/><\/svg>\n                                <\/div>\n                                PP Woven\n                            <\/div>\n                        <\/td>\n                        <td><span class=\"tag-app\">Moving<\/span> <span class=\"tag-app\">Logistics<\/span><\/td>\n                        <td><span class=\"val-strong\">140 &#8211; 220 GSM<\/span><\/td>\n                        <td>Up to 65 lbs (30kg)<\/td>\n                        <td>\n                            <div class=\"rating-dots\">\n                                <span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span><span class=\"dot\"><\/span><span class=\"dot\"><\/span>\n                            <\/div>\n                        <\/td>\n                        <td><span class=\"cert-badge\">ISO 9001<\/span><\/td>\n                        <td><a href=\"javascript:void(0);\" class=\"btn-table open-popup\">Inquire<\/a><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\n                            <div class=\"mat-name\">\n                                <div class=\"mat-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M17 8C8 10 5.9 16.17 3.82 21.34l1.89.66C7.26 17.83 9.24 13 17 12V8zm0-2V2C9 3.75 7.58 8.06 4.95 13.13l1.81.91C8.71 9.85 10.5 6 17 6zm3 12c-5 2-7.1 8.17-9.18 13.34l1.89.66C14.26 27.83 16.24 23 24 22v-4h-4zm0-2V12c-8 1.75-9.42 6.06-12.05 11.13l1.81.91C16.71 19.85 18.5 16 25 16h-5z\"\/><\/svg>\n                                <\/div>\n                                Organic Cotton\n                            <\/div>\n                        <\/td>\n                        <td><span class=\"tag-app\">Promotional<\/span> <span class=\"tag-app\">Totes<\/span><\/td>\n                        <td><span class=\"val-strong\">6oz &#8211; 16oz<\/span><\/td>\n                        <td>Up to 35 lbs (15kg)<\/td>\n                        <td>\n                            <div class=\"rating-dots\">\n                                <span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span><span class=\"dot\"><\/span>\n                            <\/div>\n                        <\/td>\n                        <td><span class=\"cert-badge\">OEKO-TEX<\/span><\/td>\n                        <td><a href=\"javascript:void(0);\" class=\"btn-table open-popup\">Inquire<\/a><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\n                            <div class=\"mat-name\">\n                                <div class=\"mat-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.59 18.59L12 20h8V8h-8l-1.41 1.41L12 8H4v12h8l-1.41-1.41zM6 10h4v8H6v-8zm6 0h4v8h-4v-8zm6 0h4v8h-4v-8z\"\/><\/svg>\n                                <\/div>\n                                Natural Jute\n                            <\/div>\n                        <\/td>\n                        <td><span class=\"tag-app\">Shopping<\/span> <span class=\"tag-app\">Gift<\/span><\/td>\n                        <td><span class=\"val-strong\">High Density<\/span><\/td>\n                        <td>Up to 45 lbs (20kg)<\/td>\n                        <td>\n                            <div class=\"rating-dots\">\n                                <span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span><span class=\"dot filled\"><\/span>\n                            <\/div>\n                        <\/td>\n                        <td><span class=\"cert-badge\">FSC<\/span><\/td>\n                        <td><a href=\"javascript:void(0);\" class=\"btn-table open-popup\">Inquire<\/a><\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/div>\n<\/section><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_3 et_pb_row et_pb_gutters3 et_block_row\">\n<div class=\"et_pb_column_3 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_3 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><section id=\"tiio-material-qa\">\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"Service\",\n      \"name\": \"In-House Material Quality Control & Testing\",\n      \"provider\": {\n        \"@type\": \"Organization\",\n        \"name\": \"TIIOCTI Factory\"\n      },\n      \"serviceType\": \"Industrial Fabric Testing\",\n      \"description\": \"Rigorous on-site material testing protocols including tensile strength analysis, hydrostatic pressure testing, and chemical compliance screening (REACH\/Prop 65).\",\n      \"areaServed\": \"Global OEM Manufacturing\",\n      \"hasOfferCatalog\": {\n        \"@type\": \"OfferCatalog\",\n        \"name\": \"Testing Standards\",\n        \"itemListElement\": [\n          {\n            \"@type\": \"Offer\",\n            \"itemOffered\": {\n              \"@type\": \"Service\",\n              \"name\": \"Tensile Strength Test (20kg-50kg Load)\"\n            }\n          },\n          {\n            \"@type\": \"Offer\",\n            \"itemOffered\": {\n              \"@type\": \"Service\",\n              \"name\": \"Water Resistance Hydrostatic Check\"\n            }\n          },\n          {\n            \"@type\": \"Offer\",\n            \"itemOffered\": {\n              \"@type\": \"Service\",\n              \"name\": \"Chemical Compliance Screening (Lead\/Phthalate)\"\n            }\n          }\n        ]\n      }\n    }\n    <\/script>\n\n    <style>\n        #tiio-material-qa {\n            background-color: #F2F0EB;\n            padding: 100px 0;\n            font-family: 'Roboto', sans-serif;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .qa-container {\n            max-width: 1450px;\n            margin: 0 auto;\n            padding: 0 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            align-items: center;\n            gap: 80px;\n        }\n\n        .qa-content {\n            max-width: 650px;\n        }\n\n        .qa-label {\n            display: inline-block;\n            font-size: 13px;\n            font-weight: 700;\n            color: #D4AF37;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            margin-bottom: 20px;\n        }\n\n        .qa-content h2 {\n            font-family: 'Open Sans', sans-serif;\n            color: #003C71;\n            font-size: 36px;\n            font-weight: 800;\n            margin-bottom: 25px;\n            letter-spacing: -0.5px;\n            line-height: 1.2;\n        }\n\n        .qa-content p {\n            color: #666;\n            font-size: 16px;\n            line-height: 1.6;\n            margin-bottom: 40px;\n        }\n\n        .qa-list {\n            display: grid;\n            gap: 20px;\n        }\n\n        .qa-item {\n            background: #fff;\n            padding: 20px 25px;\n            border-radius: 8px;\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.03);\n            transition: transform 0.3s ease;\n        }\n\n        .qa-item:hover {\n            transform: translateX(10px);\n        }\n\n        .qa-icon {\n            width: 40px;\n            height: 40px;\n            background: #003C71;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n\n        .qa-icon svg {\n            width: 22px;\n            height: 22px;\n            fill: #ffffff;\n        }\n\n        .qa-text h3 {\n            font-family: 'Open Sans', sans-serif;\n            font-size: 18px;\n            font-weight: 700;\n            color: #003C71;\n            margin: 0 0 5px 0;\n        }\n\n        .qa-text p {\n            font-size: 14px;\n            color: #777;\n            margin: 0;\n            line-height: 1.4;\n        }\n\n        .qa-visual {\n            position: relative;\n        }\n\n        .qa-img-wrapper {\n            position: relative;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.1);\n            border: 4px solid #fff;\n        }\n\n        .qa-img {\n            width: 100%;\n            height: auto;\n            display: block;\n            transition: transform 10s ease;\n        }\n\n        #tiio-material-qa:hover .qa-img {\n            transform: scale(1.05);\n        }\n\n        .floating-badge {\n            position: absolute;\n            bottom: -30px;\n            left: -30px;\n            background: #003C71;\n            color: #fff;\n            padding: 25px 30px;\n            border-radius: 8px;\n            box-shadow: 0 10px 30px rgba(0,60,113,0.3);\n            border-top: 4px solid #D4AF37;\n        }\n\n        .fb-title {\n            display: block;\n            font-size: 32px;\n            font-weight: 800;\n            margin-bottom: 5px;\n            color: #D4AF37;\n        }\n\n        .fb-sub {\n            font-size: 13px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            opacity: 0.9;\n        }\n\n        @media (max-width: 980px) {\n            .qa-container {\n                grid-template-columns: 1fr;\n                gap: 50px;\n            }\n            .qa-content { max-width: 100%; }\n            .floating-badge {\n                position: static;\n                margin-top: -40px;\n                margin-left: 20px;\n                margin-right: 20px;\n                display: inline-block;\n                transform: translateY(-50%);\n            }\n        }\n    <\/style>\n\n    <div class=\"qa-container\">\n        <div class=\"qa-content\">\n            <span class=\"qa-label\">Factory Standard<\/span>\n            <h2>Rigorous Quality Control: <br>In-House Material Testing<\/h2>\n            <p>\n                We don&#8217;t just source materials; we verify them. Every batch of rPET and PP Woven fabric undergoes strict testing in our on-site laboratory before it hits the production line.\n            <\/p>\n\n            <div class=\"qa-list\">\n                <div class=\"qa-item\">\n                    <div class=\"qa-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"qa-text\">\n                        <h3>Tensile Strength Test<\/h3>\n                        <p>Ensuring fabrics exceed 20kg-50kg load capacity standards for heavy-duty moving bags.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"qa-item\">\n                    <div class=\"qa-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2c-5.53 0-10 4.47-10 10s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm4.29 14.29L11 11V7h2v3.17l4.41 4.42-1.12 1.12z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"qa-text\">\n                        <h3>Water Resistance Check<\/h3>\n                        <p>Hydrostatic pressure testing to verify coating integrity for cooler bags and logistics packaging.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"qa-item\">\n                    <div class=\"qa-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"qa-text\">\n                        <h3>Chemical Compliance<\/h3>\n                        <p>Lead\/Phthalate screening to meet California Prop 65 and REACH safety regulations.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"qa-visual\">\n            <div class=\"qa-img-wrapper\">\n                <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/01\/tiiocti-factory-2.png\" alt=\"TIIOCTI Lab Technician Testing PP Woven Fabric Strength\" class=\"qa-img\">\n            <\/div>\n            <div class=\"floating-badge\">\n                <span class=\"fb-title\">100%<\/span>\n                <span class=\"fb-sub\">Batch Tested<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_4 et_pb_row et_pb_gutters3 et_block_row\">\n<div class=\"et_pb_column_4 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_4 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><section id=\"tiio-material-faq\">\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [{\n        \"@type\": \"Question\",\n        \"name\": \"Can you dye fabrics to specific Pantone (PMS) colors?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Yes. We offer custom dyeing for PP Woven, Cotton, and rPET fabrics. Our in-house lab provides Lab Dips for your approval within 3-5 days based on your Pantone C\/U codes.\"\n        }\n      }, {\n        \"@type\": \"Question\",\n        \"name\": \"What is the MOQ for custom material orders?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"For in-stock raw materials (white\/black), MOQ is 1,000 pcs. For custom dyed fabric colors, MOQ typically starts at 5,000 - 10,000 pcs depending on the material weight (GSM).\"\n        }\n      }, {\n        \"@type\": \"Question\",\n        \"name\": \"Do you provide material samples or swatch books?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Yes. We can ship a complete Material Swatch Book containing samples of our rPET, PP Woven, and Cotton textures. Contact our sales team to request a factory sample kit.\"\n        }\n      }, {\n        \"@type\": \"Question\",\n        \"name\": \"How do you verify the recycled content in rPET?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Transparency is key. We issue a Transaction Certificate (TC) issued by the GRS authority for every shipment, proving the origin and recycled percentage of your specific batch.\"\n        }\n      }]\n    }\n    <\/script>\n\n    <style>\n        #tiio-material-faq {\n            background-color: #F2F0EB;\n            padding: 100px 0;\n            font-family: 'Roboto', sans-serif;\n        }\n\n        .faq-container {\n            max-width: 1450px;\n            margin: 0 auto;\n            padding: 0 40px;\n            display: grid;\n            grid-template-columns: 0.8fr 1.2fr;\n            gap: 80px;\n            align-items: start;\n        }\n\n        .faq-intro {\n            position: sticky;\n            top: 100px;\n        }\n\n        .faq-label {\n            display: inline-block;\n            font-size: 13px;\n            font-weight: 700;\n            color: #D4AF37;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #D4AF37;\n            padding-bottom: 5px;\n        }\n\n        .faq-intro h2 {\n            font-family: 'Open Sans', sans-serif;\n            color: #003C71;\n            font-size: 36px;\n            font-weight: 800;\n            margin-bottom: 25px;\n            letter-spacing: -0.5px;\n            line-height: 1.2;\n        }\n\n        .faq-intro p {\n            font-size: 16px;\n            line-height: 1.6;\n            color: #666;\n            margin-bottom: 35px;\n        }\n\n        .btn-faq {\n            background: #003C71;\n            color: #fff;\n            padding: 16px 32px;\n            border-radius: 4px;\n            font-weight: 700;\n            text-transform: uppercase;\n            text-decoration: none;\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            transition: 0.3s;\n            border: 2px solid #003C71;\n        }\n\n        .btn-faq:hover {\n            background: #fff;\n            color: #003C71;\n        }\n\n        \/* \u624b\u98ce\u7434\u6837\u5f0f *\/\n        .faq-accordion {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n        }\n\n        .faq-item {\n            background: #fff;\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.03);\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n\n        .faq-item:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.06);\n        }\n\n        .faq-question {\n            width: 100%;\n            background: none;\n            border: none;\n            padding: 25px 30px;\n            text-align: left;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-family: 'Open Sans', sans-serif;\n            font-size: 18px;\n            font-weight: 700;\n            color: #003C71;\n            transition: 0.3s;\n        }\n\n        .faq-question:hover {\n            color: #D4AF37;\n        }\n\n        .faq-icon {\n            width: 24px;\n            height: 24px;\n            position: relative;\n            flex-shrink: 0;\n            margin-left: 20px;\n        }\n\n        .faq-icon::before, .faq-icon::after {\n            content: '';\n            position: absolute;\n            background-color: #003C71;\n            transition: 0.3s;\n            top: 50%; left: 50%;\n            transform: translate(-50%, -50%);\n        }\n\n        .faq-icon::before { width: 100%; height: 2px; }\n        .faq-icon::after { width: 2px; height: 100%; }\n\n        \/* \u6fc0\u6d3b\u72b6\u6001 *\/\n        .faq-item.active .faq-icon::after {\n            transform: translate(-50%, -50%) rotate(90deg);\n            opacity: 0;\n        }\n\n        .faq-item.active .faq-question {\n            color: #D4AF37;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease-out;\n            padding: 0 30px;\n            font-size: 15px;\n            line-height: 1.7;\n            color: #555;\n        }\n\n        .faq-item.active .faq-answer {\n            max-height: 200px; \/* \u8db3\u591f\u5bb9\u7eb3\u6587\u5b57\u7684\u9ad8\u5ea6 *\/\n            padding: 25px 30px;\n        }\n\n        @media (max-width: 980px) {\n            .faq-container {\n                grid-template-columns: 1fr;\n                gap: 50px;\n            }\n            .faq-intro {\n                position: static;\n                text-align: center;\n            }\n            .faq-intro h2 { font-size: 28px; }\n        }\n    <\/style>\n\n    <div class=\"faq-container\">\n        <div class=\"faq-intro\">\n            <span class=\"faq-label\">Procurement Guide<\/span>\n            <h2>Common Questions About Material Sourcing<\/h2>\n            <p>From Lab Dips to GRS certification, get answers to technical questions before starting your OEM production run.<\/p>\n            <a href=\"javascript:void(0);\" class=\"btn-faq open-popup\">\n                Ask a Specialist <span>&rarr;<\/span>\n            <\/a>\n        <\/div>\n\n        <div class=\"faq-accordion\">\n            <div class=\"faq-item\">\n                <button class=\"faq-question\">\n                    Can you dye fabrics to specific Pantone (PMS) colors?\n                    <div class=\"faq-icon\"><\/div>\n                <\/button>\n                <div class=\"faq-answer\">\n                    Yes. We offer custom dyeing for PP Woven, Cotton, and rPET fabrics. Our in-house lab provides Lab Dips for your approval within 3-5 days based on your Pantone C\/U codes.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\">\n                    What is the MOQ for custom material orders?\n                    <div class=\"faq-icon\"><\/div>\n                <\/button>\n                <div class=\"faq-answer\">\n                    For in-stock raw materials (white\/black), MOQ is 1,000 pcs. For custom dyed fabric colors, MOQ typically starts at 5,000 &#8211; 10,000 pcs depending on the material weight (GSM).\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\">\n                    Do you provide material samples or swatch books?\n                    <div class=\"faq-icon\"><\/div>\n                <\/button>\n                <div class=\"faq-answer\">\n                    Yes. We can ship a complete Material Swatch Book containing samples of our rPET, PP Woven, and Cotton textures. Contact our sales team to request a factory sample kit.\n                <\/div>\n            <\/div>\n\n            <div class=\"faq-item\">\n                <button class=\"faq-question\">\n                    How do you verify the recycled content in rPET?\n                    <div class=\"faq-icon\"><\/div>\n                <\/button>\n                <div class=\"faq-answer\">\n                    Transparency is key. We issue a Transaction Certificate (TC) issued by the GRS authority for every shipment, proving the origin and recycled percentage of your specific batch.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ \u7b80\u5355\u7684\u624b\u98ce\u7434\u4ea4\u4e92\u811a\u672c\n        document.querySelectorAll('.faq-question').forEach(button => {\n            button.addEventListener('click', () => {\n                const item = button.parentElement;\n                const isActive = item.classList.contains('active');\n                \n                \/\/ \u5173\u95ed\u5176\u4ed6\u6253\u5f00\u7684\u9879\n                document.querySelectorAll('.faq-item').forEach(otherItem => {\n                    otherItem.classList.remove('active');\n                });\n\n                \/\/ \u5207\u6362\u5f53\u524d\u9879\n                if (!isActive) {\n                    item.classList.add('active');\n                }\n            });\n        });\n    <\/script>\n<\/section><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":6,"featured_media":8249,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8204","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/tiiocti.com\/ru\/wp-json\/wp\/v2\/pages\/8204","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tiiocti.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tiiocti.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tiiocti.com\/ru\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/tiiocti.com\/ru\/wp-json\/wp\/v2\/comments?post=8204"}],"version-history":[{"count":25,"href":"https:\/\/tiiocti.com\/ru\/wp-json\/wp\/v2\/pages\/8204\/revisions"}],"predecessor-version":[{"id":8762,"href":"https:\/\/tiiocti.com\/ru\/wp-json\/wp\/v2\/pages\/8204\/revisions\/8762"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tiiocti.com\/ru\/wp-json\/wp\/v2\/media\/8249"}],"wp:attachment":[{"href":"https:\/\/tiiocti.com\/ru\/wp-json\/wp\/v2\/media?parent=8204"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}