[siteorigin_widget class=»WP_Widget_Custom_HTML»]\n\n\n \n \n Download Center – GMTPET Products Manufacturer<\/title>\n <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n </p> <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n }\n \n :root {\n --primary: #2c5aa0;\n --primary-light: #3a6bc8;\n --secondary: #28a745;\n --accent: #ff6b35;\n --light: #f8f9fa;\n --dark: #333;\n --gray: #6c757d;\n }\n \n \n \n .container {\n full-width-container: 100%;\n content-container: 1400px;\n margin: 0 auto;\n padding: 20px;\n }\n \n \n \/* Hero Section *\/\n .hero {\n text-align: center;\n margin-bottom: 60px;\n padding: 40px 20px;\n background: rgba(255, 255, 255, 0.7);\n border-radius: 16px;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n }\n \n .hero h1 {\n font-size: 2.8rem;\n color: var(--primary);\n margin-bottom: 15px;\n }\n \n .hero p {\n font-size: 1.2rem;\n color: var(--gray);\n max-width: 1680px;\n margin: 0 auto;\n }\n \n \/* Download Cards *\/\n .download-section {\n margin-bottom: 80px;\n }\n \n .section-title {\n text-align: center;\n font-size: 2.2rem;\n color: var(--primary);\n margin-bottom: 40px;\n position: relative;\n }\n \n .section-title::after {\n content: '';\n position: absolute;\n bottom: -10px;\n left: 50%;\n transform: translateX(-50%);\n width: 80px;\n height: 3px;\n background: var(--accent);\n }\n \n .cards-container {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n gap: 30px;\n }\n \n .download-card {\n background: white;\n border-radius: 12px;\n overflow: hidden;\n box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);\n transition: transform 0.3s, box-shadow 0.3s;\n display: flex;\n flex-direction: column;\n }\n \n .download-card:hover {\n transform: translateY(-10px);\n box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);\n }\n \n .card-header {\n padding: 25px;\n background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);\n color: white;\n text-align: center;\n }\n \n .card-icon {\n font-size: 3rem;\n margin-bottom: 15px;\n }\n \n .card-title {\n font-size: 1.5rem;\n font-weight: 600;\n margin-bottom: 10px;\n }\n \n .card-body {\n padding: 25px;\n flex-grow: 1;\n display: flex;\n flex-direction: column;\n }\n \n .card-description {\n margin-bottom: 20px;\n color: var(--gray);\n }\n \n .features-list {\n list-style: none;\n margin-bottom: 25px;\n }\n \n .features-list li {\n margin-bottom: 10px;\n padding-left: 25px;\n position: relative;\n }\n \n .features-list li::before {\n content: '✓';\n position: absolute;\n left: 0;\n color: var(--secondary);\n font-weight: bold;\n }\n \n .download-btn {\n display: inline-block;\n background: var(--accent);\n color: white;\n padding: 12px 25px;\n border-radius: 6px;\n text-decoration: none;\n font-weight: 600;\n text-align: center;\n transition: background 0.3s;\n margin-top: auto;\n }\n \n .download-btn:hover {\n background: #e55a2b;\n }\n \n .download-btn i {\n margin-right: 8px;\n }\n \n \/* Request Form *\/\n .request-section {\n background: white;\n border-radius: 16px;\n padding: 40px;\n box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);\n margin-bottom: 80px;\n }\n \n .form-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 20px;\n margin-bottom: 25px;\n }\n \n .form-group {\n margin-bottom: 20px;\n }\n \n .form-group label {\n display: block;\n margin-bottom: 8px;\n font-weight: 500;\n color: var(--dark);\n }\n \n .form-control {\n width: 100%;\n padding: 12px 15px;\n border: 1px solid #ddd;\n border-radius: 6px;\n font-size: 1rem;\n transition: border 0.3s;\n }\n \n .form-control:focus {\n border-color: var(--primary);\n outline: none;\n }\n \n textarea.form-control {\n min-height: 120px;\n resize: vertical;\n }\n \n .submit-btn {\n background: var(--primary);\n color: white;\n border: none;\n padding: 14px 30px;\n border-radius: 6px;\n font-size: 1.1rem;\n font-weight: 600;\n cursor: pointer;\n transition: background 0.3s;\n display: block;\n width: 100%;\n max-width: 300px;\n margin: 0 auto;\n }\n \n .submit-btn:hover {\n background: var(--primary-light);\n }\n \n \/* Additional Resources *\/\n .resources-section {\n margin-bottom: 80px;\n }\n \n .resources-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 25px;\n }\n \n .resource-item {\n background: white;\n border-radius: 10px;\n padding: 25px;\n text-align: center;\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n transition: transform 0.3s;\n }\n \n .resource-item:hover {\n transform: translateY(-5px);\n }\n \n .resource-icon {\n font-size: 2.5rem;\n color: var(--primary);\n margin-bottom: 15px;\n }\n \n .resource-title {\n font-size: 1.2rem;\n font-weight: 600;\n margin-bottom: 10px;\n color: var(--dark);\n }\n \n .resource-link {\n color: var(--primary);\n text-decoration: none;\n font-weight: 500;\n display: inline-block;\n margin-top: 10px;\n }\n \n .resource-link:hover {\n text-decoration: underline;\n }\n \n \n \n \/* Responsive Design *\/\n @media (max-width: 768px) {\n .header {\n flex-direction: column;\n gap: 20px;\n }\n \n .nav-links {\n gap: 20px;\n }\n \n .hero h1 {\n font-size: 2.2rem;\n }\n \n .cards-container {\n grid-template-columns: 1fr;\n }\n \n .request-section {\n padding: 25px;\n }\n \n .form-grid {\n grid-template-columns: 1fr;\n }\n }\n \n @media (max-width: 480px) {\n .hero h1 {\n font-size: 1.8rem;\n }\n \n .section-title {\n font-size: 1.8rem;\n }\n \n .card-header {\n padding: 20px;\n }\n \n .card-body {\n padding: 20px;\n }\n }\n <\/style>\n<\/head>\n<body>\n \n <!-- Hero Section -->\n </p> <section class=\"hero\">\n </p> <h1>Download Center<\/h1>\n </p> <p>Access our latest product catalogs, price lists, and technical documents. Everything you need to make informed purchasing decisions.<\/p>\n <\/section>\n\n <!-- Download Section -->\n </p> <section class=\"download-section\">\n </p> <h2 class=\"section-title\">Product Resources<\/h2>\n </p> <div class=\"cards-container\">\n <!-- Main Catalog Card -->\n </p> <div class=\"download-card\">\n </p> <div class=\"card-header\">\n </p> <div class=\"card-icon\">\n <i class=\"fas fa-book\"><\/i>\n <\/div>\n </p> <h3 class=\"card-title\">Complete Product Catalog<\/h3>\n <\/div>\n </p> <div class=\"card-body\">\n </p> <p class=\"card-description\">Our comprehensive catalog featuring 2,000+ pet products including cat trees, dog clothes, pet toys, beds, and accessories.<\/p>\n </p> <ul class=\"features-list\">\n </p> <li>200+ pages with high-quality images<\/li>\n <li>Detailed product specifications<\/li>\n <li>Available in PDF format<\/li>\n <li>Updated quarterly<\/li>\n <\/ul>\n <a href=\"#\" class=\"download-btn\">\n <i class=\"fas fa-download\"><\/i> Download Catalog (PDF, 15MB)\n <\/a>\n <\/div>\n <\/div>\n\n <!-- Price List Card -->\n <div class=\"download-card\">\n </p> <div class=\"card-header\">\n </p> <div class=\"card-icon\">\n <i class=\"fas fa-file-invoice-dollar\"><\/i>\n <\/div>\n </p> <h3 class=\"card-title\">Latest Price List<\/h3>\n <\/div>\n </p> <div class=\"card-body\">\n </p> <p class=\"card-description\">Current wholesale pricing for all our products. Includes MOQ information and bulk discount tiers.<\/p>\n </p> <ul class=\"features-list\">\n </p> <li>Updated monthly<\/li>\n <li>MOQ requirements<\/li>\n <li>Bulk discount tiers<\/li>\n <li>Available in Excel & PDF<\/li>\n <\/ul>\n <a href=\"#\" class=\"download-btn\">\n <i class=\"fas fa-download\"><\/i> Download Price List\n <\/a>\n <\/div>\n <\/div>\n\n <!-- OEM Services Card -->\n <div class=\"download-card\">\n </p> <div class=\"card-header\">\n </p> <div class=\"card-icon\">\n <i class=\"fas fa-tools\"><\/i>\n <\/div>\n </p> <h3 class=\"card-title\">OEM\/ODM Services Guide<\/h3>\n <\/div>\n </p> <div class=\"card-body\">\n </p> <p class=\"card-description\">Comprehensive guide to our OEM and ODM services, including customization options, lead times, and process overview.<\/p>\n </p> <ul class=\"features-list\">\n </p> <li>Customization options<\/li>\n <li>Production timelines<\/li>\n <li>Quality control process<\/li>\n <li>Private labeling info<\/li>\n <\/ul>\n <a href=\"#\" class=\"download-btn\">\n <i class=\"fas fa-download\"><\/i> Download Guide\n <\/a>\n <\/div>\n <\/div>\n <\/div>\n <\/section>\n\n[gmt_inquiry_form]\n\n \n <!-- Additional Resources -->\n <section class=\"resources-section\">\n </p> <h2 class=\"section-title\">Additional Resources<\/h2>\n </p> <div class=\"resources-grid\">\n </p> <div class=\"resource-item\">\n </p> <div class=\"resource-icon\">\n <i class=\"fas fa-certificate\"><\/i>\n <\/div>\n </p> <h3 class=\"resource-title\">Quality Certificates<\/h3>\n </p> <p>Download our SGS, CE, and other quality certificates<\/p>\n <a href=\"#\" class=\"resource-link\">View Certificates →<\/a>\n <\/div>\n \n </p> <div class=\"resource-item\">\n </p> <div class=\"resource-icon\">\n <i class=\"fas fa-industry\"><\/i>\n <\/div>\n </p> <h3 class=\"resource-title\">Factory Overview<\/h3>\n </p> <p>Learn about our manufacturing facilities and capabilities<\/p>\n <a href=\"#\" class=\"resource-link\">View Factory Info →<\/a>\n <\/div>\n \n </p> <div class=\"resource-item\">\n </p> <div class=\"resource-icon\">\n <i class=\"fas fa-shipping-fast\"><\/i>\n <\/div>\n </p> <h3 class=\"resource-title\">Shipping Information<\/h3>\n </p> <p>Details about our shipping methods and lead times<\/p>\n <a href=\"#\" class=\"resource-link\">View Shipping Info →<\/a>\n <\/div>\n \n </p> <div class=\"resource-item\">\n </p> <div class=\"resource-icon\">\n <i class=\"fas fa-file-alt\"><\/i>\n <\/div>\n </p> <h3 class=\"resource-title\">Terms & Conditions<\/h3>\n </p> <p>Our standard terms, payment methods, and policies<\/p>\n <a href=\"#\" class=\"resource-link\">View T&C →<\/a>\n <\/div>\n <\/div>\n <\/section>\n \n<\/body>\n<\/html>","so_sidebar_emulator_id":"custom_html-4199510000","option_name":"widget_custom_html"},"args":{"before_widget":"</p> <div id=\"panel-41995-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile","background_image_size":"full","background_image_opacity":"100","border_thickness":"1px"}\" >","after_widget":"<\/div>","before_title":"</p> <h3 class=\"widget-title\">","after_title":"<\/h3>","widget_id":"widget-0-0-0"}}" />[/siteorigin_widget]</div> </div> </div> </div> <style type="text/css" class="panels-style" data-panels-style-for-post="41995">@import url(/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-41995-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-41995-0 , #pl-41995 .so-panel { margin-bottom:30px } #pl-41995 .so-panel:last-of-type { margin-bottom:0px } #pg-41995-0.panel-has-style > .panel-row-style, #pg-41995-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-41995-0.panel-no-style, #pg-41995-0.panel-has-style > .panel-row-style, #pg-41995-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-41995-0 > .panel-grid-cell , #pg-41995-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-41995 .panel-grid-cell { padding:0 } #pl-41995 .panel-grid .panel-grid-cell-empty { display:none } #pl-41995 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px } } </style> </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/es/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/es/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/es/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/es/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/es/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/es/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/es/product-category/pet-products/wholesale-cat-products/wholesale-cat-toys/" title="Wholesale OEM Cat Toys Pet Toys Products Factory">juguetes-para-gatos-al por mayor</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/es/product-category/pet-products/wholesale-cat-products/wholesale-cat-litter/">arena-para-gatos-al por mayor</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/es/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/es/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/es/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/es/category/company-new/">Nueva empresa</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/es/category/industry-news/">Noticias de la industria</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/es/category/company-new/gmt-transaction-history/">Historial de transacciones</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/es/ratings-reviews/">Calificaciones y reseñas</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/es/terms-conditions/">TÉRMINOS Y CONDICIONES</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/es/privacy-policy/">política de privacidad</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/es/my-account/">Mi cuenta</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/es/cart/">Carro de la compra</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">Mis ordenes</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">mi cupon</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/es/my-account/downloads">Mis descargas</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 menu-item-42063"><a target="_blank" href="/wholesale/" 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":"\/es\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/zakra-child\/*","\/wp-content\/themes\/zakra\/*","\/es\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <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" 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>