\n\n\n \n \n Pet Products Wholesale – GMTPET | OEM Manufacturer & Supplier<\/title>\n <meta name=\"description\" content=\"GMTPET is a trusted OEM manufacturer of pet products. We offer wholesale solutions with quality assurance, competitive pricing, and reliable supply chain.\">\n </p> <style>\n :root {\n --primary: #2c5530;\n --secondary: #f0a868;\n --accent: #8fb996;\n --light: #f9f9f9;\n --dark: #333333;\n --white: #ffffff;\n --gray: #6c757d;\n --shadow: 0 5px 15px rgba(0,0,0,0.08);\n --transition: all 0.3s ease;\n }\n \n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n \n html, body {\n width: 100%;\n overflow-x: hidden;\n scroll-behavior: smooth;\n }\n \n \n .full-width-container {\n width: 100%;\n padding: 0 5%;\n }\n \n .content-container {\n max-width: 1600px;\n margin: 0 auto;\n }\n \n \n \/* Hero Section *\/\n .hero {\n background: linear-gradient(rgba(44, 85, 48, 0.85), rgba(44, 85, 48, 0.85)), url('\/wp-content\/uploads\/2025\/11\/Customers-brand-4.jpg');\n background-size: cover;\n background-position: center;\n color: var(--white);\n padding: 100px 0;\n text-align: center;\n }\n \n .hero h1 {\n font-size: 3rem;\n margin-bottom: 20px;\n line-height: 1.2;\n }\n \n .hero p {\n font-size: 1.2rem;\n max-width: 700px;\n margin: 0 auto 30px;\n }\n \n .hero-buttons {\n display: flex;\n justify-content: center;\n gap: 20px;\n margin-top: 30px;\n }\n \n .btn {\n display: inline-block;\n padding: 12px 30px;\n background-color: var(--secondary);\n color: var(--white);\n text-decoration: none;\n border-radius: 50px;\n font-weight: 600;\n transition: var(--transition);\n border: 2px solid var(--secondary);\n }\n \n .btn-outline {\n background-color: transparent;\n border: 2px solid var(--white);\n color: var(--white);\n }\n \n .btn-outline:hover {\n background-color: var(--white);\n color: var(--primary);\n }\n \n .btn:hover {\n background-color: transparent;\n color: var(--secondary);\n }\n \n \/* Intro Section *\/\n .intro {\n padding: 80px 0;\n background-color: var(--white);\n }\n \n .intro-content {\n max-width: 900px;\n margin: 0 auto;\n text-align: center;\n }\n \n .intro h2 {\n font-size: 2.2rem;\n color: var(--primary);\n margin-bottom: 20px;\n }\n \n .intro p {\n font-size: 1.1rem;\n color: var(--gray);\n margin-bottom: 30px;\n }\n \n \/* Section Common Styles *\/\n section {\n padding: 80px 0;\n }\n \n section:nth-child(even) {\n background-color: var(--light);\n }\n \n .section-title {\n text-align: center;\n margin-bottom: 50px;\n }\n \n .section-title h2 {\n font-size: 2.2rem;\n color: var(--primary);\n margin-bottom: 15px;\n position: relative;\n display: inline-block;\n }\n \n .section-title h2::after {\n content: '';\n position: absolute;\n bottom: -10px;\n left: 50%;\n transform: translateX(-50%);\n width: 80px;\n height: 3px;\n background-color: var(--secondary);\n }\n \n .section-title p {\n max-width: 700px;\n margin: 0 auto;\n color: var(--gray);\n }\n \n \/* Quality Section *\/\n .quality-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 30px;\n }\n \n .quality-card {\n background-color: var(--white);\n padding: 30px;\n border-radius: 10px;\n box-shadow: var(--shadow);\n transition: var(--transition);\n }\n \n .quality-card:hover {\n transform: translateY(-10px);\n }\n \n .quality-icon {\n width: 70px;\n height: 70px;\n margin: 0 auto 20px;\n background-color: rgba(44, 85, 48, 0.1);\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n \n .quality-icon svg {\n width: 35px;\n height: 35px;\n fill: var(--primary);\n }\n \n .quality-card h3 {\n margin-bottom: 15px;\n color: var(--primary);\n text-align: center;\n }\n \n .quality-card ul {\n list-style-type: none;\n padding-left: 0;\n }\n \n .quality-card ul li {\n margin-bottom: 10px;\n padding-left: 20px;\n position: relative;\n }\n \n .quality-card ul li:before {\n content: \"•\";\n color: var(--secondary);\n font-weight: bold;\n position: absolute;\n left: 0;\n }\n \n \/* Supplier Reliability Section *\/\n .supplier-content {\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 50px;\n align-items: center;\n }\n \n .supplier-text {\n padding-right: 20px;\n }\n \n .supplier-image {\n border-radius: 10px;\n overflow: hidden;\n box-shadow: var(--shadow);\n }\n \n .supplier-image img {\n width: 100%;\n height: auto;\n display: block;\n }\n \n .supplier-features {\n margin-top: 30px;\n }\n \n .supplier-features ul {\n list-style-type: none;\n padding-left: 0;\n }\n \n .supplier-features ul li {\n margin-bottom: 15px;\n padding-left: 30px;\n position: relative;\n }\n \n .supplier-features ul li:before {\n content: \"✓\";\n color: var(--secondary);\n font-weight: bold;\n position: absolute;\n left: 0;\n }\n \n \/* Price Section *\/\n .price-content {\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 50px;\n align-items: center;\n }\n \n .price-text {\n padding-left: 20px;\n }\n \n .price-image {\n border-radius: 10px;\n overflow: hidden;\n box-shadow: var(--shadow);\n }\n \n .price-image img {\n width: 100%;\n height: auto;\n display: block;\n }\n \n .price-features {\n margin-top: 30px;\n }\n \n .price-features ul {\n list-style-type: none;\n padding-left: 0;\n }\n \n .price-features ul li {\n margin-bottom: 15px;\n padding-left: 30px;\n position: relative;\n }\n \n .price-features ul li:before {\n content: \"✓\";\n color: var(--secondary);\n font-weight: bold;\n position: absolute;\n left: 0;\n }\n \n \/* Transaction Security Section *\/\n .transaction-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 30px;\n }\n \n .transaction-card {\n background-color: var(--white);\n padding: 30px;\n border-radius: 10px;\n box-shadow: var(--shadow);\n transition: var(--transition);\n }\n \n .transaction-card:hover {\n transform: translateY(-5px);\n }\n \n .transaction-icon {\n width: 60px;\n height: 60px;\n margin: 0 auto 20px;\n background-color: rgba(44, 85, 48, 0.1);\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n \n .transaction-icon svg {\n width: 30px;\n height: 30px;\n fill: var(--primary);\n }\n \n .transaction-card h3 {\n margin-bottom: 15px;\n color: var(--primary);\n text-align: center;\n }\n \n \/* Logistics Section *\/\n .logistics-content {\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 50px;\n align-items: center;\n }\n \n .logistics-text {\n padding-right: 20px;\n }\n \n .logistics-image {\n border-radius: 10px;\n overflow: hidden;\n box-shadow: var(--shadow);\n }\n \n .logistics-image img {\n width: 100%;\n height: auto;\n display: block;\n }\n \n .logistics-features {\n margin-top: 30px;\n }\n \n .logistics-features ul {\n list-style-type: none;\n padding-left: 0;\n }\n \n .logistics-features ul li {\n margin-bottom: 15px;\n padding-left: 30px;\n position: relative;\n }\n \n .logistics-features ul li:before {\n content: \"✓\";\n color: var(--secondary);\n font-weight: bold;\n position: absolute;\n left: 0;\n }\n \n \/* Communication Section *\/\n .communication-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 30px;\n }\n \n .communication-card {\n background-color: var(--white);\n padding: 30px;\n border-radius: 10px;\n text-align: center;\n box-shadow: var(--shadow);\n transition: var(--transition);\n }\n \n .communication-card:hover {\n transform: translateY(-5px);\n }\n \n .communication-icon {\n width: 60px;\n height: 60px;\n margin: 0 auto 20px;\n background-color: rgba(44, 85, 48, 0.1);\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n \n .communication-icon svg {\n width: 30px;\n height: 30px;\n fill: var(--primary);\n }\n \n .communication-card h3 {\n margin-bottom: 15px;\n color: var(--primary);\n }\n \n \/* Trust Building Section *\/\n .trust-content {\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 50px;\n align-items: center;\n }\n \n .trust-text {\n padding-right: 20px;\n }\n \n .trust-image {\n border-radius: 10px;\n overflow: hidden;\n box-shadow: var(--shadow);\n }\n \n .trust-image img {\n width: 100%;\n height: auto;\n display: block;\n }\n \n .trust-features {\n margin-top: 30px;\n }\n \n .trust-features ul {\n list-style-type: none;\n padding-left: 0;\n }\n \n .trust-features ul li {\n margin-bottom: 15px;\n padding-left: 30px;\n position: relative;\n }\n \n .trust-features ul li:before {\n content: \"✓\";\n color: var(--secondary);\n font-weight: bold;\n position: absolute;\n left: 0;\n }\n \n \/* CTA Section *\/\n .cta-section {\n padding: 80px 0;\n text-align: center;\n background-color: var(--Dark);\n color: var(--Dark);\n }\n \n .cta-section h2 {\n color: var(--Dark);\n margin-bottom: 20px;\n }\n \n .cta-section p {\n max-width: 700px;\n margin: 0 auto 30px;\n }\n \n \/* FAQ Section *\/\n .faq-container {\n max-width: 800px;\n margin: 0 auto;\n }\n \n .faq-item {\n margin-bottom: 20px;\n border-radius: 10px;\n overflow: hidden;\n box-shadow: var(--shadow);\n }\n \n .faq-question {\n padding: 20px;\n background-color: var(--white);\n cursor: pointer;\n display: flex;\n justify-content: space-between;\n align-items: center;\n font-weight: 600;\n color: var(--primary);\n }\n \n .faq-answer {\n padding: 0 20px;\n max-height: 0;\n overflow: hidden;\n transition: max-height 0.3s ease, padding 0.3s ease;\n background-color: var(--light);\n }\n \n .faq-answer.active {\n padding: 20px;\n max-height: 500px;\n }\n \n \n \/* Responsive Design *\/\n @media (max-width: 992px) {\n .supplier-content,\n .price-content,\n .logistics-content,\n .trust-content {\n grid-template-columns: 1fr;\n }\n \n .supplier-text,\n .price-text,\n .logistics-text,\n .trust-text {\n padding-right: 0;\n }\n \n .price-text {\n padding-left: 0;\n order: 2;\n }\n \n .price-image {\n order: 1;\n }\n }\n \n @media (max-width: 768px) {\n .header-container {\n flex-direction: column;\n }\n \n nav ul {\n margin-top: 15px;\n flex-wrap: wrap;\n justify-content: center;\n }\n \n nav ul li {\n margin: 5px 10px;\n }\n \n .hero h1 {\n font-size: 2.2rem;\n }\n \n .hero-buttons {\n flex-direction: column;\n align-items: center;\n }\n \n .btn {\n width: 80%;\n margin-bottom: 10px;\n }\n \n .hero, section {\n padding: 60px 0;\n }\n }\n \n \/* Image Optimization *\/\n img {\n max-width: 100%;\n height: auto;\n }\n \n .lazy {\n opacity: 0;\n transition: opacity 0.3s;\n }\n \n .lazy-loaded {\n opacity: 1;\n }\n <\/style>\n<\/head>\n<body>\n \n\n <!-- Hero Section -->\n </p> <section class=\"hero\">\n </p> <div class=\"full-width-container\">\n </p> <div class=\"content-container\">\n </p> <h1>Pet Products Wholesale Solutions<\/h1>\n </p> <p>Partner with a trusted OEM manufacturer for high-quality pet products. Over 10 years of expertise in wholesale solutions for global distributors and retailers.<\/p>\n </p> <div class=\"hero-buttons\">\n <a href=\"#contact\" class=\"btn\">Request Wholesale Quote<\/a>\n <a href=\"#quality\" class=\"btn btn-outline\">Our Quality Standards<\/a>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n <!-- Introduction Section -->\n </p> <section class=\"intro\">\n </p> <div class=\"full-width-container\">\n </p> <div class=\"content-container intro-content\">\n </p> <h2>Your Trusted Pet Products Wholesale Partner<\/h2>\n </p> <p>At GMTPET, we understand the concerns of international buyers when sourcing from China. We've built our business around addressing these concerns directly, providing transparent, reliable wholesale solutions for pet products distributors worldwide.<\/p>\n </p> <p>From product quality and supplier reliability to pricing transparency and secure transactions, we've designed our processes to give you complete peace of mind.<\/p>\n <\/div>\n <\/div>\n <\/section>\n\n <!-- Product Quality Section -->\n </p> <section id=\"quality\">\n </p> <div class=\"full-width-container\">\n </p> <div class=\"content-container\">\n </p> <div class=\"section-title\">\n </p> <h2>Product Quality & Standards<\/h2>\n </p> <p>Consistent quality and international compliance for every shipment<\/p>\n <\/div>\n </p> <div class=\"quality-grid\">\n </p> <div class=\"quality-card\">\n </p> <div class=\"quality-icon\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z\" \/>\n <\/svg>\n <\/div>\n </p> <h3>Quality & Stability<\/h3>\n </p> <ul>\n </p> <li>Rigorous quality control at every production stage<\/li>\n <li>Standardized processes ensure consistent output<\/li>\n <li>Batch testing for material and product consistency<\/li>\n <li>Quality assurance documentation with every shipment<\/li>\n <li>Continuous improvement based on customer feedback<\/li>\n <\/ul>\n <\/div>\n <div class=\"quality-card\">\n </p> <div class=\"quality-icon\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1M12,7C13.4,7 14.8,8.06 14.8,9.5V11C15.4,11 16,11.6 16,12.2V15.7C16,16.4 15.4,17 14.7,17H9.2C8.6,17 8,16.4 8,15.7V12.2C8,11.6 8.6,11 9.2,11V9.5C9.2,8.06 10.6,7 12,7M12,8.2C11.2,8.2 10.5,8.7 10.5,9.5V11H13.5V9.5C13.5,8.7 12.8,8.2 12,8.2Z\" \/>\n <\/svg>\n <\/div>\n </p> <h3>Standards & Certification<\/h3>\n </p> <ul>\n </p> <li>Compliance with EU CE certification requirements<\/li>\n <li>ASTM F963 safety standards for pet products<\/li>\n <li>RoHS compliance for electronic components<\/li>\n <li>ISO 9001 certified quality management system<\/li>\n <li>Regular third-party audits and inspections<\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n <!-- Supplier Reliability Section -->\n<br /> <section id=\"supplier\">\n </p> <div class=\"full-width-container\">\n </p> <div class=\"content-container\">\n </p> <div class=\"section-title\">\n </p> <h2>Supplier Reliability<\/h2>\n </p> <p>Building trust through transparency and proven capabilities<\/p>\n <\/div>\n </p> <div class=\"supplier-content\">\n </p> <div class=\"supplier-text\">\n </p> <p>We understand the concerns about supplier reliability when sourcing from China. That's why we've built our business on transparency, verified credentials, and consistent performance.<\/p>\n \n </p> <div class=\"supplier-features\">\n </p> <ul>\n </p> <li><strong>Verified Credentials:<\/strong> Official business registration, verified by third-party agencies<\/li>\n <li><strong>Factory Verification:<\/strong> Virtual or in-person factory tours available upon request<\/li>\n <li><strong>Production Capacity:<\/strong> Modern facility with 50,000+ sq. ft. production area<\/li>\n <li><strong>Team Expertise:<\/strong> 10+ years average experience among key staff<\/li>\n <li><strong>Long-term Partnership:<\/strong> 80% of our clients have been with us for 3+ years<\/li>\n <li><strong>Problem-solving Approach:<\/strong> Proactive communication when challenges arise<\/li>\n <\/ul>\n <\/div>\n <\/div>\n <div class=\"supplier-image\">\n <!-- Replace with actual image of your factory -->\n <img alt=\"GMT Pet Factory\" data-src=\"\/wp-content\/uploads\/2025\/11\/factory-photo-1-450-768x432.jpg\">\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n <!-- Price & Cost Section -->\n </p> <section id=\"price\">\n </p> <div class=\"full-width-container\">\n </p> <div class=\"content-container\">\n </p> <div class=\"section-title\">\n </p> <h2>Price & Cost Transparency<\/h2>\n </p> <p>Clear pricing with no hidden costs for accurate budgeting<\/p>\n <\/div>\n </p> <div class=\"price-content\">\n </p> <div class=\"price-image\">\n <!-- Replace with actual image related to pricing or products -->\n <img alt=\"Price Transparency\" data-src=\"\/wp-content\/uploads\/2025\/11\/Price-Cost-Transparency-450.jpg\">\n <\/div>\n </p> <div class=\"price-text\">\n </p> <p>We believe in transparent pricing that helps you make informed business decisions. Our quotes include detailed cost breakdowns so you understand exactly what you're paying for.<\/p>\n \n </p> <div class=\"price-features\">\n </p> <ul>\n </p> <li><strong>Competitive Pricing:<\/strong> Direct manufacturer pricing without middlemen<\/li>\n <li><strong>Volume Discounts:<\/strong> Tiered pricing for larger quantities<\/li>\n <li><strong>Complete Cost Breakdown:<\/strong> Clear separation of product, packaging, and logistics costs<\/li>\n <li><strong>CIF Quotations:<\/strong> Cost, insurance, and freight included for easy budgeting<\/li>\n <li><strong>No Hidden Fees:<\/strong> All potential costs disclosed upfront<\/li>\n <li><strong>Currency Options:<\/strong> Quotes available in USD, EUR, GBP, and other major currencies<\/li>\n <\/ul>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n <!-- Transaction Security Section -->\n<br /> <section id=\"transaction\">\n </p> <div class=\"full-width-container\">\n </p> <div class=\"content-container\">\n </p> <div class=\"section-title\">\n </p> <h2>Transaction Security<\/h2>\n </p> <p>Secure payment and contract terms that protect both parties<\/p>\n <\/div>\n </p> <div class=\"transaction-grid\">\n </p> <div class=\"transaction-card\">\n </p> <div class=\"transaction-icon\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1M12,7C13.4,7 14.8,8.06 14.8,9.5V11C15.4,11 16,11.6 16,12.2V15.7C16,16.4 15.4,17 14.7,17H9.2C8.6,17 8,16.4 8,15.7V12.2C8,11.6 8.6,11 9.2,11V9.5C9.2,8.06 10.6,7 12,7M12,8.2C11.2,8.2 10.5,8.7 10.5,9.5V11H13.5V9.5C13.5,8.7 12.8,8.2 12,8.2Z\" \/>\n <\/svg>\n <\/div>\n </p> <h3>Payment Security<\/h3>\n </p> <p>We offer secure payment options including bank transfer, letter of credit, and verified escrow services. Our standard terms (30% deposit, 70% before shipment) balance risk for both parties.<\/p>\n <\/div>\n </p> <div class=\"transaction-card\">\n </p> <div class=\"transaction-icon\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z\" \/>\n <\/svg>\n <\/div>\n </p> <h3>Contract Protection<\/h3>\n </p> <p>Our contracts are clear, comprehensive, and protect both buyer and supplier. All terms including specifications, delivery dates, and quality standards are documented in detail.<\/p>\n <\/div>\n </p> <div class=\"transaction-card\">\n </p> <div class=\"transaction-icon\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.22,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.22,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.68 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z\" \/>\n <\/svg>\n <\/div>\n </p> <h3>Risk Management<\/h3>\n </p> <p>We maintain strict controls over production and shipping processes. All logistics partners are vetted and insured, with tracking provided for complete shipment visibility.<\/p>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n <!-- Logistics Section -->\n </p> <section id=\"logistics\">\n </p> <div class=\"full-width-container\">\n </p> <div class=\"content-container\">\n </p> <div class=\"section-title\">\n </p> <h2>Logistics & Supply Chain<\/h2>\n </p> <p>Efficient global logistics with complete visibility<\/p>\n <\/div>\n </p> <div class=\"logistics-content\">\n </p> <div class=\"logistics-text\">\n </p> <p>Our established logistics network ensures your products reach you efficiently and cost-effectively, with multiple shipping options to suit your timeline and budget.<\/p>\n \n </p> <div class=\"logistics-features\">\n </p> <ul>\n </p> <li><strong>Multiple Shipping Options:<\/strong> Sea freight, air freight, and express courier services<\/li>\n <li><strong>Supply Chain Stability:<\/strong> Long-term relationships with material suppliers ensure consistent quality and availability<\/li>\n <li><strong>On-Time Delivery:<\/strong> 95%+ on-time delivery rate with proactive communication about any delays<\/li>\n <li><strong>Complete Documentation:<\/strong> All required export\/import documentation prepared accurately<\/li>\n <li><strong>Real-Time Tracking:<\/strong> Full visibility of your shipment from our factory to your door<\/li>\n <li><strong>Customs Expertise:<\/strong> Experience with customs requirements in major global markets<\/li>\n <\/ul>\n <\/div>\n <\/div>\n <div class=\"logistics-image\">\n <!-- Replace with actual logistics-related image -->\n <img alt=\"Logistics & Shipping\" data-src=\"\/wp-content\/uploads\/2025\/11\/Logistics-Supply-Chain-450.jpg\">\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n <!-- Communication Section -->\n </p> <section id=\"communication\">\n </p> <div class=\"full-width-container\">\n </p> <div class=\"content-container\">\n </p> <div class=\"section-title\">\n </p> <h2>Communication & Service<\/h2>\n </p> <p>Professional English communication with responsive service<\/p>\n <\/div>\n </p> <div class=\"communication-grid\">\n </p> <div class=\"communication-card\">\n </p> <div class=\"communication-icon\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M20,16H5.17L4,17.17V4H20V16Z\" \/>\n <\/svg>\n <\/div>\n </p> <h3>Responsive Communication<\/h3>\n </p> <p>24-hour response time guaranteed. Our English-speaking team is available during your business hours.<\/p>\n <\/div>\n </p> <div class=\"communication-card\">\n </p> <div class=\"communication-icon\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.22,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.22,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.68 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z\" \/>\n <\/svg>\n <\/div>\n </p> <h3>Professional Expertise<\/h3>\n </p> <p>Our team has extensive knowledge of pet products and international trade regulations.<\/p>\n <\/div>\n </p> <div class=\"communication-card\">\n </p> <div class=\"communication-icon\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M16.2,16.2L11,13V7H12.5V12.2L17,14.7L16.2,16.2Z\" \/>\n <\/svg>\n <\/div>\n </p> <h3>Proactive Updates<\/h3>\n </p> <p>Regular production updates and photos keep you informed throughout the manufacturing process.<\/p>\n <\/div>\n </p> <div class=\"communication-card\">\n </p> <div class=\"communication-icon\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n <path d=\"M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.22,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.22,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.68 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z\" \/>\n <\/svg>\n <\/div>\n </p> <h3>Problem Resolution<\/h3>\n </p> <p>Quick and effective solutions when challenges arise, with transparent communication throughout.<\/p>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n <!-- Trust Building Section -->\n </p> <section id=\"trust\">\n </p> <div class=\"full-width-container\">\n </p> <div class=\"content-container\">\n </p> <div class=\"section-title\">\n </p> <h2>Building Trust Through Transparency<\/h2>\n </p> <p>Proactive measures to establish confidence in our partnership<\/p>\n <\/div>\n </p> <div class=\"trust-content\">\n </p> <div class=\"trust-text\">\n </p> <p>We go beyond promises to provide tangible evidence of our capabilities and commitment to your success.<\/p>\n \n </p> <div class=\"trust-features\">\n </p> <ul>\n </p> <li><strong>Factory Verification:<\/strong> Live video tours of our production facilities<\/li>\n <li><strong>Quality Documentation:<\/strong> Detailed inspection reports and certification copies<\/li>\n <li><strong>Client References:<\/strong> Connect with our existing international clients<\/li>\n <li><strong>Sample Program:<\/strong> Pre-production samples for your evaluation<\/li>\n <li><strong>Production Updates:<\/strong> Regular photos and videos during manufacturing<\/li>\n <li><strong>Third-Party Inspection:<\/strong> Option for independent quality verification<\/li>\n <\/ul>\n <\/div>\n <\/div>\n <div class=\"trust-image\">\n <!-- Replace with actual trust-building related image -->\n <img alt=\"Trust Building\" data-src=\"\/wp-content\/uploads\/2025\/11\/Trust-Building-450.jpg\">\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n <!-- FAQ Section -->\n </p> <section id=\"faq\">\n </p> <div class=\"full-width-container\">\n </p> <div class=\"content-container\">\n </p> <div class=\"section-title\">\n </p> <h2>Frequently Asked Questions<\/h2>\n </p> <p>Common questions from international wholesale buyers<\/p>\n <\/div>\n </p> <div class=\"faq-container\">\n </p> <div class=\"faq-item\">\n </p> <div class=\"faq-question\">\n <span>What is your minimum order quantity (MOQ)?<\/span>\n <span>+<\/span>\n <\/div>\n </p> <div class=\"faq-answer\">\n </p> <p>Our MOQ varies by product, but typically starts at 500 units for standard items and 1,000 units for custom products. We're happy to discuss your specific needs and may offer flexibility for new customers.<\/p>\n <\/div>\n <\/div>\n </p> <div class=\"faq-item\">\n </p> <div class=\"faq-question\">\n <span>How do you ensure product quality matches the samples?<\/span>\n <span>+<\/span>\n <\/div>\n </p> <div class=\"faq-answer\">\n </p> <p>We maintain strict quality control processes throughout production. Before mass production, we provide pre-production samples for your approval. During production, we conduct regular inspections and provide photos. Before shipment, we perform final quality checks and can arrange third-party inspection if requested.<\/p>\n <\/div>\n <\/div>\n </p> <div class=\"faq-item\">\n </p> <div class=\"faq-question\">\n <span>What payment methods do you accept?<\/span>\n <span>+<\/span>\n <\/div>\n </p> <div class=\"faq-answer\">\n </p> <p>We accept T\/T (bank transfer), Letter of Credit, and for established customers, we may offer more flexible terms. Our standard payment terms are 30% deposit with order and 70% balance before shipment.<\/p>\n <\/div>\n <\/div>\n </p> <div class=\"faq-item\">\n </p> <div class=\"faq-question\">\n <span>How long does production and shipping typically take?<\/span>\n <span>+<\/span>\n <\/div>\n </p> <div class=\"faq-answer\">\n </p> <p>Production typically takes 4-8 weeks depending on order size and complexity. Shipping varies by method: air freight (1-2 weeks), sea freight (4-6 weeks), or express (3-7 days). We provide detailed timelines with each quotation.<\/p>\n <\/div>\n <\/div>\n </p> <div class=\"faq-item\">\n </p> <div class=\"faq-question\">\n <span>Do you offer private label and custom packaging?<\/span>\n <span>+<\/span>\n <\/div>\n </p> <div class=\"faq-answer\">\n </p> <p>Yes, we specialize in private label manufacturing and custom packaging. We can incorporate your branding, logos, and design elements on both products and packaging. MOQs and lead times may be slightly higher for fully custom items.<\/p>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n <!-- CTA Section -->\n </p> <section class=\"cta-section\" id=\"contact\">\n </p> <div class=\"full-width-container\">\n </p> <div class=\"content-container\">\n </p> <h2>Ready to Start Your Wholesale Partnership?<\/h2>\n </p> <p>Contact us today for a competitive wholesale quote and discover why international buyers trust GMT Pet for their pet product needs.<\/p>\n <a href=\"\/contact\" class=\"btn\">Request Wholesale Quote<\/a>\n <\/div>\n <\/div>\n <\/section>\n\n \n\n <script>\n \/\/ Lazy loading for images\n document.addEventListener(\"DOMContentLoaded\", function() {\n const lazyImages = [].slice.call(document.querySelectorAll(\"img.lazy\"));\n \n if (\"IntersectionObserver\" in window) {\n const lazyImageObserver = new IntersectionObserver(function(entries, observer) {\n entries.forEach(function(entry) {\n if (entry.isIntersecting) {\n const lazyImage = entry.target;\n lazyImage.src = lazyImage.dataset.src;\n lazyImage.classList.remove(\"lazy\");\n lazyImage.classList.add(\"lazy-loaded\");\n lazyImageObserver.unobserve(lazyImage);\n }\n });\n });\n \n lazyImages.forEach(function(lazyImage) {\n lazyImageObserver.observe(lazyImage);\n });\n } else {\n \/\/ Fallback for browsers that don't support IntersectionObserver\n lazyImages.forEach(function(lazyImage) {\n lazyImage.src = lazyImage.dataset.src;\n lazyImage.classList.remove(\"lazy\");\n lazyImage.classList.add(\"lazy-loaded\");\n });\n }\n\n \/\/ FAQ toggle functionality\n const faqQuestions = document.querySelectorAll('.faq-question');\n faqQuestions.forEach(question => {\n question.addEventListener('click', () => {\n const answer = question.nextElementSibling;\n const isActive = answer.classList.contains('active');\n \n \/\/ Close all answers\n document.querySelectorAll('.faq-answer').forEach(ans => {\n ans.classList.remove('active');\n });\n \n \/\/ If the clicked answer wasn't active, open it\n if (!isActive) {\n answer.classList.add('active');\n }\n });\n });\n });\n <\/script>\n<\/body>\n<\/html></p> </div><!-- #primary --> </div> <!-- /.tg-container--> </div> <!-- /#content--> </main><!-- /#main --> <footer id="colophon" class="site-footer tg-site-footer "> <div class="tg-site-footer-widgets"> <div class="tg-container"> <div class="tg-footer-widget-container tg-footer-widget-col--four"> <div class="tg-footer-widget-area footer-sidebar-1"> <section id="block-64" class="widget widget_block"><h1 class="wp-block-heading has-text-align-left"> <strong><mark style="background-color:rgba(0, 0, 0, 0);color:#7c058e" class="has-inline-color">GMTPE</mark></strong></h1></section><section id="block-75" class="widget widget_block widget_text"><p>At GMTPET, we specialize in creating unique, market-ready pet products through our comprehensive custom design services. OEM Pet Products Manufacturer, Custom Cat Trees & Pet Supplies Factory As a professional OEM pet products manufacturer with over 20 years of experience, GMT specializes in designing, producing, and wholesaling high-quality cat trees, pet beds, toys, and accessories. We serve brands and retailers across Europe, North America, Australia, and Asia. Our 15,000㎡ factory houses 8 production lines with strict quality control processes, ensuring every product meets international standards. Custom OEM/ODM Services – Private labeling, custom designs, and tailored packaging to fit your brand identity. Low MOQ to support businesses of all sizes. Quality Materials & Craftsmanship – Our products feature premium materials such as pine solid wood, multilayer board, sisal, and plush fabrics, ensuring durability and safety. Fast Lead Times & Reliable Shipping – Efficient logistics to the US, Canada, UK, Germany, and other major markets. We support both small wholesale orders and large-volume container shipments. Explore our 2,000+ pet products below or contact our team to discuss your custom project. Let’s build the next best-selling pet product for your brand.</p></section><section id="block-89" class="widget widget_block"><ul class="wp-block-social-links alignleft has-icon-color is-style-logos-only is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-social-links-is-layout-5924e470 wp-block-social-links-is-layout-flex" style="border-style:none;border-width:0px;border-radius:100px"><li style="color: #ffffff; " class="wp-social-link wp-social-link-linkedin has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.linkedin.com/company/gmtpet/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z"></path></svg><span class="wp-block-social-link-label screen-reader-text">LinkedIn</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-instagram has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.instagram.com/gmtpetwholesale/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Instagram</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-pinterest has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://nl.pinterest.com/petproductsfactory/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12.289,2C6.617,2,3.606,5.648,3.606,9.622c0,1.846,1.025,4.146,2.666,4.878c0.25,0.111,0.381,0.063,0.439-0.169 c0.044-0.175,0.267-1.029,0.365-1.428c0.032-0.128,0.017-0.237-0.091-0.362C6.445,11.911,6.01,10.75,6.01,9.668 c0-2.777,2.194-5.464,5.933-5.464c3.23,0,5.49,2.108,5.49,5.122c0,3.407-1.794,5.768-4.13,5.768c-1.291,0-2.257-1.021-1.948-2.277 c0.372-1.495,1.089-3.112,1.089-4.191c0-0.967-0.542-1.775-1.663-1.775c-1.319,0-2.379,1.309-2.379,3.059 c0,1.115,0.394,1.869,0.394,1.869s-1.302,5.279-1.54,6.261c-0.405,1.666,0.053,4.368,0.094,4.604 c0.021,0.126,0.167,0.169,0.25,0.063c0.129-0.165,1.699-2.419,2.142-4.051c0.158-0.59,0.817-2.995,0.817-2.995 c0.43,0.784,1.681,1.446,3.013,1.446c3.963,0,6.822-3.494,6.822-7.833C20.394,5.112,16.849,2,12.289,2"></path></svg><span class="wp-block-social-link-label screen-reader-text">Pinterest</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-x has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://twitter.com/gmteshopcom" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245l-7.131-10.378Zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387l-4.745-6.787Z" /></svg><span class="wp-block-social-link-label screen-reader-text">X</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-whatsapp has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://web.whatsapp.com/send?text=&phone=8613336627376" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M 12.011719 2 C 6.5057187 2 2.0234844 6.478375 2.0214844 11.984375 C 2.0204844 13.744375 2.4814687 15.462563 3.3554688 16.976562 L 2 22 L 7.2324219 20.763672 C 8.6914219 21.559672 10.333859 21.977516 12.005859 21.978516 L 12.009766 21.978516 C 17.514766 21.978516 21.995047 17.499141 21.998047 11.994141 C 22.000047 9.3251406 20.962172 6.8157344 19.076172 4.9277344 C 17.190172 3.0407344 14.683719 2.001 12.011719 2 z M 12.009766 4 C 14.145766 4.001 16.153109 4.8337969 17.662109 6.3417969 C 19.171109 7.8517969 20.000047 9.8581875 19.998047 11.992188 C 19.996047 16.396187 16.413812 19.978516 12.007812 19.978516 C 10.674812 19.977516 9.3544062 19.642812 8.1914062 19.007812 L 7.5175781 18.640625 L 6.7734375 18.816406 L 4.8046875 19.28125 L 5.2851562 17.496094 L 5.5019531 16.695312 L 5.0878906 15.976562 C 4.3898906 14.768562 4.0204844 13.387375 4.0214844 11.984375 C 4.0234844 7.582375 7.6067656 4 12.009766 4 z M 8.4765625 7.375 C 8.3095625 7.375 8.0395469 7.4375 7.8105469 7.6875 C 7.5815469 7.9365 6.9355469 8.5395781 6.9355469 9.7675781 C 6.9355469 10.995578 7.8300781 12.182609 7.9550781 12.349609 C 8.0790781 12.515609 9.68175 15.115234 12.21875 16.115234 C 14.32675 16.946234 14.754891 16.782234 15.212891 16.740234 C 15.670891 16.699234 16.690438 16.137687 16.898438 15.554688 C 17.106437 14.971687 17.106922 14.470187 17.044922 14.367188 C 16.982922 14.263188 16.816406 14.201172 16.566406 14.076172 C 16.317406 13.951172 15.090328 13.348625 14.861328 13.265625 C 14.632328 13.182625 14.464828 13.140625 14.298828 13.390625 C 14.132828 13.640625 13.655766 14.201187 13.509766 14.367188 C 13.363766 14.534188 13.21875 14.556641 12.96875 14.431641 C 12.71875 14.305641 11.914938 14.041406 10.960938 13.191406 C 10.218937 12.530406 9.7182656 11.714844 9.5722656 11.464844 C 9.4272656 11.215844 9.5585938 11.079078 9.6835938 10.955078 C 9.7955938 10.843078 9.9316406 10.663578 10.056641 10.517578 C 10.180641 10.371578 10.223641 10.267562 10.306641 10.101562 C 10.389641 9.9355625 10.347156 9.7890625 10.285156 9.6640625 C 10.223156 9.5390625 9.737625 8.3065 9.515625 7.8125 C 9.328625 7.3975 9.131125 7.3878594 8.953125 7.3808594 C 8.808125 7.3748594 8.6425625 7.375 8.4765625 7.375 z"></path></svg><span class="wp-block-social-link-label screen-reader-text">WhatsApp</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-vk has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://vk.com/petproductsfactory" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M22,7.1c0.2,0.4-0.4,1.5-1.6,3.1c-0.2,0.2-0.4,0.5-0.7,0.9c-0.5,0.7-0.9,1.1-0.9,1.4c-0.1,0.3-0.1,0.6,0.1,0.8 c0.1,0.1,0.4,0.4,0.8,0.9h0l0,0c1,0.9,1.6,1.7,2,2.3c0,0,0,0.1,0.1,0.1c0,0.1,0,0.1,0.1,0.3c0,0.1,0,0.2,0,0.4 c0,0.1-0.1,0.2-0.3,0.3c-0.1,0.1-0.4,0.1-0.6,0.1l-2.7,0c-0.2,0-0.4,0-0.6-0.1c-0.2-0.1-0.4-0.1-0.5-0.2l-0.2-0.1 c-0.2-0.1-0.5-0.4-0.7-0.7s-0.5-0.6-0.7-0.8c-0.2-0.2-0.4-0.4-0.6-0.6C14.8,15,14.6,15,14.4,15c0,0,0,0-0.1,0c0,0-0.1,0.1-0.2,0.2 c-0.1,0.1-0.2,0.2-0.2,0.3c-0.1,0.1-0.1,0.3-0.2,0.5c-0.1,0.2-0.1,0.5-0.1,0.8c0,0.1,0,0.2,0,0.3c0,0.1-0.1,0.2-0.1,0.2l0,0.1 c-0.1,0.1-0.3,0.2-0.6,0.2h-1.2c-0.5,0-1,0-1.5-0.2c-0.5-0.1-1-0.3-1.4-0.6s-0.7-0.5-1.1-0.7s-0.6-0.4-0.7-0.6l-0.3-0.3 c-0.1-0.1-0.2-0.2-0.3-0.3s-0.4-0.5-0.7-0.9s-0.7-1-1.1-1.6c-0.4-0.6-0.8-1.3-1.3-2.2C2.9,9.4,2.5,8.5,2.1,7.5C2,7.4,2,7.3,2,7.2 c0-0.1,0-0.1,0-0.2l0-0.1c0.1-0.1,0.3-0.2,0.6-0.2l2.9,0c0.1,0,0.2,0,0.2,0.1S5.9,6.9,5.9,7L6,7c0.1,0.1,0.2,0.2,0.3,0.3 C6.4,7.7,6.5,8,6.7,8.4C6.9,8.8,7,9,7.1,9.2l0.2,0.3c0.2,0.4,0.4,0.8,0.6,1.1c0.2,0.3,0.4,0.5,0.5,0.7s0.3,0.3,0.4,0.4 c0.1,0.1,0.3,0.1,0.4,0.1c0.1,0,0.2,0,0.3-0.1c0,0,0,0,0.1-0.1c0,0,0.1-0.1,0.1-0.2c0.1-0.1,0.1-0.3,0.1-0.5c0-0.2,0.1-0.5,0.1-0.8 c0-0.4,0-0.8,0-1.3c0-0.3,0-0.5-0.1-0.8c0-0.2-0.1-0.4-0.1-0.5L9.6,7.6C9.4,7.3,9.1,7.2,8.7,7.1C8.6,7.1,8.6,7,8.7,6.9 C8.9,6.7,9,6.6,9.1,6.5c0.4-0.2,1.2-0.3,2.5-0.3c0.6,0,1,0.1,1.4,0.1c0.1,0,0.3,0.1,0.3,0.1c0.1,0.1,0.2,0.1,0.2,0.3 c0,0.1,0.1,0.2,0.1,0.3s0,0.3,0,0.5c0,0.2,0,0.4,0,0.6c0,0.2,0,0.4,0,0.7c0,0.3,0,0.6,0,0.9c0,0.1,0,0.2,0,0.4c0,0.2,0,0.4,0,0.5 c0,0.1,0,0.3,0,0.4s0.1,0.3,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3-0.1c0.1-0.1,0.2-0.2,0.4-0.4 s0.3-0.4,0.5-0.7c0.2-0.3,0.5-0.7,0.7-1.1c0.4-0.7,0.8-1.5,1.1-2.3c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0.1-0.1,0.1-0.1l0,0l0.1,0 c0,0,0,0,0.1,0s0.2,0,0.2,0l3,0c0.3,0,0.5,0,0.7,0S21.9,7,21.9,7L22,7.1z"></path></svg><span class="wp-block-social-link-label screen-reader-text">VK</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-youtube has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.youtube.com/@petproductsfactorygmtpet2617" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z"></path></svg><span class="wp-block-social-link-label screen-reader-text">YouTube</span></a></li> <li style="color: #ffffff; " class="wp-social-link wp-social-link-facebook has-white-color wp-block-social-link"><a rel="noopener nofollow" target="_blank" href="https://www.facebook.com/gmtpet.cn/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Facebook</span></a></li></ul></section><section id="block-102" class="widget widget_block"><p>[google_translate_btn]</p></section> </div> <div class="tg-footer-widget-area footer-sidebar-2"> <section id="block-99" class="widget widget_block"><div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex"><div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><p class="has-medium-font-size">Products</p> <div class="widget widget_nav_menu"><div class="menu-products-container"><ul id="menu-products" class="menu"><li id="menu-item-42052" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42052"><a target="_blank" href="https://www.gmtshop.com/product-category/pet-products/dog-products/dog-apparel/" title="Pet Apparel & Dog Clothes">Dog Clothes</a></li> <li id="menu-item-42061" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42061"><a target="_blank" href="https://www.gmtshop.com/product-category/pet-products/dog-products/dog-toys/" title="Wholesale Pet Dog Cat Toys | OEM Dog Cat Toys Factory">Dog Toys</a></li> <li id="menu-item-42057" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42057"><a target="_blank" href="https://www.gmtshop.com/product-category/pet-products/dog-products/wholesale-pet-food/" title="Pet Dog Foods">Dog Foods</a></li> <li id="menu-item-42054" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42054"><a target="_blank" href="https://www.gmtshop.com/product-category/pet-products/dog-products/wholesale-dog-food-bowls/" title="Wholesale Dog Bowl | OEM Dog Bowl | Dog Bowl Factory">Dog Bowls</a></li> <li id="menu-item-42056" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42056"><a target="_blank" href="https://www.gmtshop.com/product-category/pet-products/dog-products/whoelsale-pet-dog-feeder/" title="OEM Dog Feeder | Wholesale Cat Feeder | Pet Feeder">Dog Feeder</a></li> <li id="menu-item-42043" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42043"><a target="_blank" href="https://www.gmtshop.com/product-category/pet-products/wholesale-cat-products/wholesale-cat-trees/wholesale-cat-tree/" title="Wholesale OEM Cat Tree Products Factory">Cat Tree</a></li> <li id="menu-item-42048" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42048"><a target="_blank" href="https://www.gmtshop.com/product-category/pet-products/wholesale-cat-products/wholesale-cat-toys/" title="Wholesale OEM Cat Toys Pet Toys Products Factory">Cat Toys</a></li> <li id="menu-item-42049" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42049"><a target="_blank" href="https://www.gmtshop.com/product-category/pet-products/wholesale-cat-products/wholesale-cat-litter/">Cat litter</a></li> <li id="menu-item-42058" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42058"><a target="_blank" href="https://www.gmtshop.com/product-category/pet-products/dog-products/pet-beds-accessories/" title="Pet Products Factory Wholesale Pet Beds & Accessories">Pet Bed</a></li> <li id="menu-item-42059" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42059"><a target="_blank" href="https://www.gmtshop.com/product-category/pet-products/wooden-rabbit-houses/wood-rabbit-cage-house/" title="OEM Rabbit Cage & Wood, Wooden Rabbit House factory">Pet Cages</a></li> <li id="menu-item-42060" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-42060"><a target="_blank" href="https://www.gmtshop.com/product-category/pet-products/dog-products/wholesale-pet-furniture/wholesale-pet-house/" title="Wholesale OEM Wood Pet House | Dog House Factory">Pet Houses</a></li> <li id="menu-item-43412" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-43412"><a href="/products/">Other Animal Products</a></li> </ul></div></div></div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><p class="has-medium-font-size">Company</p> <div class="widget widget_nav_menu"><div class="menu-company-container"><ul id="menu-company" class="menu"><li id="menu-item-42360" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42360"><a target="_blank" href="/about/" title="About Us – GMTPET | Trusted OEM Pet Products Manufacturer">About us</a></li> <li id="menu-item-42067" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42067"><a target="_blank" href="/Factory/" title="Professional Cat Tree Factory – OEM Manufacturer & Supplier">Factory Tour</a></li> <li id="menu-item-42068" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42068"><a href="/Quality-Control/">Quality Control</a></li> <li id="menu-item-42069" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42069"><a href="/Certifications/">Certifications</a></li> <li id="menu-item-26802" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26802"><a target="_blank" href="https://www.gmtshop.com/category/company-new/">Company new</a></li> <li id="menu-item-26799" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26799"><a target="_blank" href="https://www.gmtshop.com/category/industry-news/">Industry news</a></li> <li id="menu-item-26803" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26803"><a target="_blank" href="https://www.gmtshop.com/category/company-new/gmt-transaction-history/">Transaction History</a></li> <li id="menu-item-26790" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-26790"><a target="_blank" href="https://www.gmtshop.com/ratings-reviews/" title="Client`s Ratings & Reviews">Ratings & Reviews</a></li> <li id="menu-item-34708" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34708"><a target="_blank" href="https://www.gmtshop.com/terms-conditions/" title="TERMS & CONDITIONS | Ningbo GMT Leisure Products Co.,Ltd.">TERMS & CONDITIONS</a></li> <li id="menu-item-34707" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34707"><a target="_blank" href="https://www.gmtshop.com/privacy-policy/" title="Privacy Policy | Ningbo GMT Leisure Products Co.,Ltd.">Privacy Policy</a></li> <li id="menu-item-43411" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-43411"><a href="/cookie-policy/">Cookie Policy</a></li> <li id="menu-item-42070" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42070"><a target="_blank" href="/contact-us/" title="About Us – GMTPET | Trusted OEM Pet Products Manufacturer">Contact us</a></li> </ul></div></div></div></div></section> </div> <div class="tg-footer-widget-area footer-sidebar-3"> <section id="block-100" class="widget widget_block"><div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex"><div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><p class="has-medium-font-size">Account</p> <div class="widget widget_nav_menu"><div class="menu-my-account-container"><ul id="menu-my-account" class="menu"><li id="menu-item-34714" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34714"><a target="_blank" href="https://www.gmtshop.com/my-account/">My account</a></li> <li id="menu-item-34715" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34715"><a target="_blank" href="https://www.gmtshop.com/cart/">My Wishlist</a></li> <li id="menu-item-37876" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-37876"><a target="_blank" href="/my-account/orders" title="My orders">My Inquiry orders</a></li> <li id="menu-item-37878" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-37878"><a target="_blank" href="/my-account/wt-smart-coupon">My coupon</a></li> <li id="menu-item-38742" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-38742"><a target="_blank" href="https://www.gmtshop.com/my-account/downloads">My Downloads</a></li> <li id="menu-item-41410" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41410"><a target="_blank" href="/how-to-measure-dog-size/" title="Buy Pet Clothes How to measure dog size?">How to measure dog size?</a></li> <li id="menu-item-41411" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-41411"><a target="_blank" href="https://www.chinagmt.net/how-to-get-an-inquiry-order/" title="How To Get An Inquiry in Gmtpet?">How To Get An Inquiry?</a></li> </ul></div></div></div> <div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"><p class="has-medium-font-size">Service</p> <div class="widget widget_nav_menu"><div class="menu-services-container"><ul id="menu-services" class="menu"><li id="menu-item-42062" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42062"><a target="_blank" href="/oem-odm-services/" title="OEM/ODM Services – GMT Pet | Professional Pet Products Manufacturer">OEM/ODM</a></li> <li id="menu-item-42063" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-42063"><a target="_blank" href="/wholesale/" aria-current="page" title="Pet Products Wholesale – GMTPET | OEM Manufacturer & Supplier">Wholesale</a></li> <li id="menu-item-42064" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42064"><a target="_blank" href="/Private-Label/" title="Private Label Pet Products | GMT Pet – OEM Manufacturer">Private Label</a></li> <li id="menu-item-42065" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42065"><a target="_blank" href="/Custom-Design/" title="Custom Pet Products Design – GMTPET | OEM Manufacturer & Supplier">Custom Design</a></li> <li id="menu-item-42066" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42066"><a target="_blank" href="/Samples/" title="Request Product Samples | GMTPET – OEM Pet Products Manufacturer">Samples</a></li> </ul></div></div></div></div></section> </div> <div class="tg-footer-widget-area footer-sidebar-4"> <section id="nav_menu-61" class="widget widget_nav_menu"><h2 class="widget-title">Support</h2><div class="menu-support-container"><ul id="menu-support" class="menu"><li id="menu-item-42071" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42071"><a target="_blank" href="/contact-us/">Request Quote</a></li> <li id="menu-item-42072" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42072"><a target="_blank" href="/download-center/">Download Catalog</a></li> <li id="menu-item-42073" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42073"><a target="_blank" href="/Shipping-Info">Shipping Info</a></li> <li id="menu-item-42076" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42076"><a target="_blank" href="https://work.weixin.qq.com/kfid/kfc8719680e6593895b">Wechat</a></li> <li id="menu-item-42075" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42075"><a target="_blank" href="https://web.whatsapp.com/send?text=&phone=8615606683389">WhatsApp</a></li> <li id="menu-item-42120" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42120"><a target="_blank" href="mailto:info@gmtpet.cn">E-mail: info@gmtpet.cn</a></li> <li id="menu-item-42119" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42119"><a href="/contact-us/">TEL.: +86-0574-89073641</a></li> <li id="menu-item-42121" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42121"><a href="/contact-us/">Address: 15-25, Jiuwu International, No. 586, Jiangnan Road, High-Tech Zone, Ningbo, Zhejiang, China</a></li> <li id="menu-item-42074" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42074"><a target="_blank" href="/Payment-Terms/">Payment Terms</a></li> </ul></div></section><section id="block-26" class="widget widget_block widget_media_image"><figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="297" height="64" src="/wp-content/uploads/2022/09/1663565444-Payment.png" alt="Pet products factory Payment | GMTPET" class="wp-image-31832"/></figure></section> </div> </div> <!-- /.tg-footer-widget-container --> </div><!-- /.tg-container--> </div><!-- /.tg-site-footer-widgets --> <div class="tg-site-footer-bar tg-site-footer-bar--center"> <div class="tg-container tg-container--flex tg-container--flex-top"> <div class="tg-site-footer-section-1"> <p><a title="sitemap" href="https://www.cattree-factory.com/sitemap.html/">Sitemap</a> <a>     </a><a title="GMTPET.com" href="https://www.gmtpet.com/gmtpet">GMTPET</a> <a>     </a><a title="GMT Alibaba store" href="https://chinagmtgroup.en.alibaba.com/">Alistore</a> <a>       </a> <a title="Petproduct.com.cn" href="http://www.petproduct.com.cn/">Pet Products</a> <a>    </a><a title="Cattree-factory.com" href="http://www.cattree-factory.com/">Cat Tree Factory</a> <a>     </a><a title="Cattoyfactory.com" href="http://www.cattoyfactory.com/">Cat Toys Factory</a> <a>     </a><a title="Petgoodsfactory.com" href="http://www.petgoodsfactory.com/">Pet Goods Factory</a> <a>     </a><a title="Petclothesfactory.com" href="http://www.petclothesfactory.com/">Pet Clothes Factory</a></p> <p>OEM Cat Trees Manufacturer, Wholesale Pet Products Factory & Wholesale Supplier, Agent, Cat Toys Manufacturer and Dog Clothes Wholesale & Supplier In China. </p> </div> <!-- /.tg-site-footer-section-1 --> <div class="tg-site-footer-section-2"> <p>© 2026 <strong><em>GMTPET</em>  OEM Cat Trees Manufacturer, Wholesale Pet Products Factory & Wholesale Supplier, Agent. All rights reserved.</strong></p> </div> <!-- /.tg-site-footer-section-2 --> </div> <!-- /.tg-container--> </div> <!-- /.tg-site-footer-bar --> </footer><!-- #colophon --> </div><!-- #page --> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/zakra-child\/*","\/wp-content\/themes\/zakra\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <!-- Wholesale Quote Modal --> <div id="wqw-quote-modal" class="wqw-quote-modal"> <div class="wqw-modal-content"> <div class="wqw-modal-header"> <h2>Your Quote List</h2> <span class="wqw-close-modal">×</span> </div> <div class="wqw-quote-list-container"> <!-- Content loaded via AJAX --> </div> </div> </div> <!-- Floating Quote Icon --> <div class="wqw-floating-quote-icon" style="display: none;"> <span class="wqw-icon">📋</span> <span class="wqw-quote-count">0</span> </div> <script type='text/javascript'> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link rel='stylesheet' id='wc-blocks-style-css' href='/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css' type='text/css' media='all' /> <style id='core-block-supports-inline-css' type='text/css'> .wp-container-core-social-links-is-layout-5924e470{flex-wrap:nowrap;justify-content:space-between;}.wp-container-core-columns-is-layout-28f84493{flex-wrap:nowrap;} </style> <script type="text/javascript" id="wqw-public-script-js-extra"> /* <![CDATA[ */ var wqw_params = {"ajax_url":"https:\/\/www.gmtshop.com\/wp-admin\/admin-ajax.php","nonce":"a4b07738e4","quote_btn_text":"Add to Quote List"}; /* ]]> */ </script> <script type="text/javascript" src="/wp-content/plugins/wholesale-quote-plugin%20(14)/assets/js/wqw-public.js" id="wqw-public-script-js"></script> <script type="text/javascript" src="/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js" id="sourcebuster-js-js"></script> <script type="text/javascript" id="wc-order-attribution-js-extra"> /* <![CDATA[ */ var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/www.gmtshop.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; /* ]]> */ </script> <script type="text/javascript" src="/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js" id="wc-order-attribution-js"></script> <script type="text/javascript" src="/wp-content/themes/zakra/assets/js/navigation.min.js" id="zakra-navigation-js"></script> <script type="text/javascript" src="/wp-content/themes/zakra/assets/js/skip-link-focus-fix.min.js" id="zakra-skip-link-focus-fix-js"></script> <script type="text/javascript" src="/wp-content/themes/zakra/assets/js/zakra-custom.min.js" id="zakra-custom-js"></script> </body> </html>