{"id":22557,"date":"2025-07-14T19:13:58","date_gmt":"2025-07-14T17:13:58","guid":{"rendered":"https:\/\/tecmoon.com\/mattresses-comparator\/"},"modified":"2025-10-03T12:12:10","modified_gmt":"2025-10-03T10:12:10","slug":"mattresses-comparator","status":"publish","type":"page","link":"https:\/\/tecmoon.com\/en\/mattresses-comparator\/","title":{"rendered":"Comparison of TEC MOON Mattresses"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"22557\" class=\"elementor elementor-22557 elementor-545\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-93967fe animated-slow e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"93967fe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a23be28 e-con-full e-flex e-con e-child\" data-id=\"a23be28\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c2e9da elementor-widget elementor-widget-heading\" data-id=\"1c2e9da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Comparison of TEC MOON Mattresses<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b657dcf elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"b657dcf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Price and performance comparison of TEC MOON mattresses<br>Find the right TEC MOON mattress for you<\/p><p>Need help? Need help? Ask us without commitment.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20aab00 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"20aab00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contacto\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3e016fb animated-slow e-con-full e-flex elementor-invisible e-con e-parent\" data-id=\"3e016fb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-40777ad e-con-full e-flex e-con e-child\" data-id=\"40777ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5096f4 elementor-widget elementor-widget-shortcode\" data-id=\"e5096f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div id=\"compare-module\">\n\t\t<k-compare><\/k-compare>\n<\/div>\n\n<!-- compare module -->\n<script type=\"x-template\" id=\"compare-module-template\">\n    <component :is=\"cmp\" :items=\"items\"><\/component>\n<\/script>\n\n<!-- mobile compare product -->\n<script type=\"x-template\" id=\"mobile-compare-product-template\">\n    <div class=\"tecmoon-custom\">\n        <div class=\"container\">\n            <div class=\"row mb-3\">\n                <div class=\"col-6 px-0\">\n                    <select class=\"form-control\" v-model=\"select1\">\n                        <option\n                                v-for=\"(item, index) in items\"\n                                :key=\"'select1'+index\"\n                                :disabled=\"selectedItems.indexOf(item.id)>-1\"\n                                :value=\"item.id\"\n                        >\n                            {{item.name}}\n                        <\/option>\n                    <\/select>\n                <\/div>\n                <div class=\"col-6 px-0\">\n                    <select class=\"form-control\" v-model=\"select2\">\n                        <option\n                                v-for=\"(item, index) in items\"\n                                :key=\"'select1'+index\"\n                                :disabled=\"selectedItems.indexOf(item.id)>-1\"\n                                :value=\"item.id\"\n                        >\n                            {{item.name}}\n                        <\/option>\n                    <\/select>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <compare-item :items=\"showItems\"><\/compare-item>\n    <\/div>\n<\/script>\n\n<!-- mobile compare item -->\n<script type=\"x-template\" id=\"mobile-compare-item-template\">\n    <div class=\"container-fluid\">\n        <div class=\"row py-5\">\n            <div class=\"container\">\n                <div class=\"row\">\n                    <div class=\"col-6 p-0\" v-for=\"(item, index) in items\" :key=\"'item'+index\">\n                        <img :src=\"item.topImage.src\" :alt=\"item.topImage.alt\" class=\"img-fluid w-100 mb-3\">\n\n                        <hr class=\"w-75\">\n\n                        <div class=\"text-center precio\">\n                            From <span v-if=\"item.oldPrice\" class=\"tachado\"> {{item.oldPrice}} &euro;\n                            <\/span>\n                            <span v-if=\"item.newPrice\" class=\"font-weight-bold\">\n                                &nbsp; {{item.newPrice}} &euro;\n                            <\/span>\n                            <a class=\"btn btn-primary w-75 mx-auto mt-2\" :href=\"item.btnLink\">\n                                <span>View size guide and prices<\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"row\" style=\"background-color: #fafafa;\">\n            <div class=\"container\">\n\n                <!--Tecnolog\u00edas-->\n                <div class=\"row pt-5\">\n                    <div class=\"col-12\">\n                        <p class=\"h4 font-weight-bold mb-5\">Technologies<\/p>\n                        <hr class=\"mb-4\">\n                    <\/div>\n                    <div class=\"col-6 pt-3\" v-for=\"(item, index) in items\" :key=\"'itemtechnologia'+index\">\n                        <div class=\"d-flex flex-column justify-content-center align-items-center mb-4\" v-for=\"(tech, tindex) in item.technologias\" :key=\"tech+tindex\">\n                            <img class=\"img-fluid mt-3 mb-2\" :src=\"tech.src\" :alt=\"tech.alt\">\n                            <p class=\"texto-descripcion-small text-center\">{{tech.title}}<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!--Control-->\n                <div class=\"row pt-5\">\n                    <div class=\"col-12\">\n                        <p class=\"h4 font-weight-bold mb-5\">Control<\/p>\n                        <hr class=\"mb-4\">\n                    <\/div>\n                    <div class=\"col-6 pt-3 mb-4\" v-for=\"(item, index) in items\" :key=\"'itemcontrol'+index\">\n                        <p v-for=\"(cnt, cindex) in item.control\" :key=\"'control'+cindex\" class=\"texto-descripcion-small mb-4\">\n                            {{cnt}}\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!--N\u00facleo-->\n                <div class=\"row pt-5\">\n                    <div class=\"col-12\">\n                        <p class=\"h4 font-weight-bold mb-5\">Core<\/p>\n                        <hr class=\"mb-4\">\n                    <\/div>\n                    <div class=\"col-6 pt-3\" v-for=\"(item, index) in items\" :key=\"'itemnucleo'+index\">\n                        <p class=\"text-left mb-4 texto-descripcion-small\" v-for=\"(nuc, nindex) in item.nucleo\" :key=\"nuc+nindex\">\n                            {{nuc}}\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!--Acolchado-->\n                <div class=\"row pt-5\">\n                    <div class=\"col-12\">\n                        <p class=\"h4 font-weight-bold mb-5\">Padding<\/p>\n                        <hr class=\"mb-4\">\n                    <\/div>\n                    <div class=\"col-6 pt-3\" v-for=\"(item, index) in items\" :key=\"'itemdeseno'+index\">\n                        <p class=\"text-left mb-4 texto-descripcion-small\" v-for=\"(acol, aindex) in item.acolchado\" :key=\"acol+aindex\">\n                            {{acol}}\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!--Tejido-->\n                <div class=\"row pt-5\">\n                    <div class=\"col-12\">\n                        <p class=\"h4 font-weight-bold mb-5\">Tissue<\/p>\n                        <hr class=\"mb-4\">\n                    <\/div>\n                    <div class=\"col-6 pt-3\" v-for=\"(item, index) in items\" :key=\"'itemtejido'+index\">\n                        <p class=\"text-left mb-4 texto-descripcion-small\" v-for=\"(tejido, tindex) in item.tejido\" :key=\"tejido+tindex\">\n                            {{tejido}}\n                        <\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"row py-4 my-4\"><\/div>\n            <\/div>\n        <\/div>\n\n        <!--M\u00e1s informaci\u00f3n-->\n        <div class=\"container\" style=\"margin-top:-70px;\">\n            <div class=\"row\">\n                <div class=\"col-6 px-0\" v-for=\"(item, index) in items\" :key=\"'itemfooter'+index\">\n                    <img :src=\"item.footerImage.src\" :alt=\"item.footerImage.alt\" class=\"img-fluid\">\n                <\/div>\n            <\/div>\n            <div class=\"row py-5\">\n                <div class=\"col-6 text-center d-flex flex-column justify-content-center align-items-center\" v-for=\"(item, index) in items\" :key=\"'iteminfolink'+index\">\n                    <strong class=\"h5 font-weight-bold\">{{item.name}}<\/strong>\n                    <a class=\"btn-white d-none d-md-block\" :href=\"item.infoLink\">More information<\/a>\n\t\t\t\t\t<a class=\"btn-white d-block d-md-none\" :href=\"item.infoLink\" style=\"padding: 12px 25px !important;min-width: 100%;\">More info.<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/script>\n\n<!-- desktop compare product -->\n<script type=\"x-template\" id=\"desktop-compare-product-template\">\n    <div class=\"tecmoon-custom\">\n        <div class=\"container\">\n            <div class=\"row mb-3\">\n                <div class=\"col-4\">\n                    <select class=\"form-control\" v-model=\"select1\">\n                        <option\n                                v-for=\"(item, index) in items\"\n                                :key=\"'select1'+index\"\n                                :disabled=\"selectedItems.indexOf(item.id)>-1\"\n                                :value=\"item.id\"\n                        >\n                            {{item.name}}\n                        <\/option>\n                    <\/select>\n                <\/div>\n                <div class=\"col-4\">\n                    <select class=\"form-control\" v-model=\"select2\">\n                        <option\n                                v-for=\"(item, index) in items\"\n                                :key=\"'select1'+index\"\n                                :disabled=\"selectedItems.indexOf(item.id)>-1\"\n                                :value=\"item.id\"\n                        >\n                            {{item.name}}\n                        <\/option>\n                    <\/select>\n                <\/div>\n                <div class=\"col-4\">\n                    <select class=\"form-control\" v-model=\"select3\">\n                        <option\n                                v-for=\"(item, index) in items\"\n                                :key=\"'select1'+index\"\n                                :disabled=\"selectedItems.indexOf(item.id)>-1\"\n                                :value=\"item.id\"\n                        >\n                            {{item.name}}\n                        <\/option>\n                    <\/select>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <compare-item :items=\"showItems\"><\/compare-item>\n    <\/div>\n<\/script>\n\n<!-- desktop compare item -->\n<script type=\"x-template\" id=\"desktop-compare-item-template\">\n    <div class=\"container-fluid\">\n        <div class=\"row py-5\">\n            <div class=\"container\">\n                <div class=\"row\">\n                    <div class=\"col-4\" v-for=\"(item, index) in items\" :key=\"'item'+index\">\n                        <img :src=\"item.topImage.src\" :alt=\"item.topImage.alt\" class=\"img-fluid w-100 mb-3\">\n\n                        <hr class=\"w-75\">\n\n                        <div class=\"text-center\">\n                            From <span v-if=\"item.oldPrice\" class=\"precio tachado\">{{item.oldPrice}} &euro;\n                            <\/span>\n                            <span v-if=\"item.newPrice\" class=\"font-weight-bold precio\">\n                                &nbsp; {{item.newPrice}} &euro;\n                            <\/span>\n                            <a class=\"btn btn-primary w-75 mx-auto mt-2\" :href=\"item.btnLink\">\n                                <span>View size guide and prices<\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"row\" style=\"background-color: #fafafa;\">\n            <div class=\"container\">\n\n                <!--Tecnolog\u00edas-->\n                <div class=\"row pt-5\">\n                    <div class=\"col-12\">\n                        <p class=\"h4 font-weight-bold mb-5\">Technologies<\/p>\n                        <hr class=\"mb-4\">\n                    <\/div>\n                    <div class=\"col-4 pt-3\" v-for=\"(item, index) in items\" :key=\"'itemtechnologia'+index\">\n                        <div class=\"d-flex flex-column justify-content-center align-items-center mb-4\" v-for=\"(tech, tindex) in item.technologias\" :key=\"tech+tindex\">\n                            <img class=\"img-fluid mt-3 mb-2\" :src=\"tech.src\" :alt=\"tech.alt\">\n                            <p class=\"texto-descripcion-small text-center\">{{tech.title}}<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!--Control-->\n                <div class=\"row pt-5\">\n                    <div class=\"col-12\">\n                        <p class=\"h4 font-weight-bold mb-5\">Control<\/p>\n                        <hr class=\"mb-4\">\n                    <\/div>\n                    <div class=\"col-4 pt-3 pl-5 mb-4\" v-for=\"(item, index) in items\" :key=\"'itemcontrol'+index\">\n                        <p v-for=\"(cnt, cindex) in item.control\" :key=\"'control'+cindex\" class=\"texto-descripcion-small mb-4\">\n                            {{cnt}}\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!--N\u00facleo-->\n                <div class=\"row pt-5\">\n                    <div class=\"col-12\">\n                        <p class=\"h4 font-weight-bold mb-5\">Core<\/p>\n                        <hr class=\"mb-4\">\n                    <\/div>\n                    <div class=\"col-4 pl-5 pt-3\" v-for=\"(item, index) in items\" :key=\"'itemnucleo'+index\">\n                        <p class=\"text-left mb-4 texto-descripcion-small\" v-for=\"(nuc, nindex) in item.nucleo\" :key=\"nuc+nindex\">\n                            {{nuc}}\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!--Acolchado-->\n                <div class=\"row pt-5\">\n                    <div class=\"col-12\">\n                        <p class=\"h4 font-weight-bold mb-5\">Padding<\/p>\n                        <hr class=\"mb-4\">\n                    <\/div>\n                    <div class=\"col-4 pl-5 pt-3\" v-for=\"(item, index) in items\" :key=\"'itemdeseno'+index\">\n                        <p class=\"text-left mb-4 texto-descripcion-small\" v-for=\"(acol, aindex) in item.acolchado\" :key=\"acol+aindex\">\n                            {{acol}}\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <!--Tejido-->\n                <div class=\"row pt-5\">\n                    <div class=\"col-12\">\n                        <p class=\"h4 font-weight-bold mb-5\">Tissue<\/p>\n                        <hr class=\"mb-4\">\n                    <\/div>\n                    <div class=\"col-4 pl-5 pt-3\" v-for=\"(item, index) in items\" :key=\"'itemtejido'+index\">\n                        <p class=\"text-left mb-4 texto-descripcion-small\" v-for=\"(tejido, tindex) in item.tejido\" :key=\"tejido+tindex\">\n                            {{tejido}}\n                        <\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"row py-4 my-4\"><\/div>\n            <\/div>\n        <\/div>\n\n        <!--M\u00e1s informaci\u00f3n-->\n        <div class=\"container\" style=\"margin-top:-150px;\">\n            <div class=\"row\">\n                <div class=\"col-4\" v-for=\"(item, index) in items\" :key=\"'itemfooter'+index\">\n                    <img :src=\"item.footerImage.src\" :alt=\"item.footerImage.alt\" class=\"img-fluid\">\n                <\/div>\n            <\/div>\n            <div class=\"row py-5\">\n                <div class=\"col-4 text-center d-flex flex-column justify-content-center align-items-center\" v-for=\"(item, index) in items\" :key=\"'iteminfolink'+index\">\n                    <strong class=\"h5 font-weight-bold\">{{item.name}}<\/strong>\n                    <a class=\"btn-white\" :href=\"item.infoLink\">More information<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/script>\n<script defer>\n        var data = [{\"id\":1,\"name\":\"TEC MOON Touch\",\"topImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-Touch.png\",\"alt\":\"TEC MOON Touch\"},\"btnLink\":\"\\\/en\\\/product\\\/tec-moon-touch\\\/\",\"oldPrice\":\"\",\"newPrice\":\"940\",\"technologias\":[{\"title\":\"Adaptative iCore\\u2122\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/icore-logo.png\",\"alt\":\"iCore\\u2122\"},{\"title\":\"ViruClean\\u00ae coronavirus neutralizer\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/viruclean-sello.png\",\"alt\":\"ViruClean\\u00ae\"},{\"title\":\"Solar UV-CLEAN\\u2122 self-hygiene.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/pro-clean-logo.png\",\"alt\":\"UV-CLEAN\\u2122.\"},{\"title\":\"Tejidos inteligentes con nanotecnolog\\u00eda SMARTISSUE\\u2122.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/smartissue-logo.png\",\"alt\":\"SMARTISSUE\\u2122.\"}],\"control\":[\"\\u2014\"],\"nucleo\":[\"24 cm full thickness. (d-26 kg\\\/m3).\",\"Top layer Viscoinstant 2 cm.\",\"Lower layer Viscoinstant 2 cm.\",\"Independent beds in their double versions.\"],\"acolchado\":[\"Ligero\"],\"tejido\":[\"Viricidal and bactericidal textile treatment.\",\"Photochromic and photoluminescent embossing with multimineral finish.\",\"Logo embroidered to the left of the foot section.\"],\"footerImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-Touch.png\",\"alt\":\"TEC MOON Touch\"},\"infoLink\":\"\\\/en\\\/product\\\/tec-moon-touch\\\/\"},{\"id\":2,\"name\":\"TEC MOON Contact\",\"topImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-Contact.png\",\"alt\":\"TEC MOON Life\"},\"btnLink\":\"\\\/en\\\/product\\\/tec-moon-contact\\\/\",\"oldPrice\":\"\",\"newPrice\":\"1.158\",\"technologias\":[{\"title\":\"Adaptative iCore\\u2122\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/icore-logo.png\",\"alt\":\"iCore\\u2122\"},{\"title\":\"Viscoadaptive Fresh\\u2122 viscoelastic\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/viscoadaptive-logo.png\",\"alt\":\"Viscoel\\u00e1stica Viscoadaptive Fresh\\u2122\"},{\"title\":\"ViruClean\\u00ae coronavirus neutralizer\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/viruclean-sello.png\",\"alt\":\"ViruClean\\u00ae\"},{\"title\":\"Solar UV-CLEAN\\u2122 self-hygiene.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/pro-clean-logo.png\",\"alt\":\"UV-CLEAN\\u2122\"},{\"title\":\"Tejidos inteligentes con nanotecnolog\\u00eda SMARTISSUE\\u2122.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/smartissue-logo.png\",\"alt\":\"SMARTISSUE\\u2122\"}],\"control\":[\"\\u2014\"],\"nucleo\":[\"26 cm full thickness (d-40 kg\\\/m3).\",\"Firm monolayer.\",\"Top layer Viscoadaptive Fresh\\u2122 3 cm.\",\"2 cm viscoelastic TFX plate 50 kg\\\/m3.\",\"Top layer 2 cm of Viscoinstant.\",\"Lower layer 2 cm of Viscoinstant.\",\"Independent beds in their double versions.\"],\"acolchado\":[\"Hexagonal cover to hexagonal cover.\"],\"tejido\":[\"Viricidal and bactericidal textile treatment.\",\"Photochromic and photoluminescent embossing with multimineral finish.\",\"Logo embroidered to the left of the foot section.\"],\"footerImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-Contact.png\",\"alt\":\"TEC MOON Contact\"},\"infoLink\":\"\\\/en\\\/product\\\/tec-moon-contact\\\/\"},{\"id\":3,\"name\":\"TEC MOON Energy\",\"topImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-Energy-2.png\",\"alt\":\"TEC MOON Energy\"},\"btnLink\":\"\\\/en\\\/product\\\/tec-moon-energy\\\/\",\"oldPrice\":\"\",\"newPrice\":\"2.990\",\"technologias\":[{\"title\":\"REVITAL ENERGY+\\u2122 fabric.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/revital-logo.png\",\"alt\":\"REVITAL ENERGY+\\u2122\"}],\"control\":[\"\\u2014\"],\"nucleo\":[\"27 cm total thickness.\",\"HR core medium firmness.\",\"Viscographene sheet.\",\"Viscoinstant layer.\",\"TNT 30 gr + TNT 15 gr.\",\"Independent beds in their double versions.\"],\"acolchado\":[\"Cover to cover.\"],\"tejido\":[\"Upper fabric PES 100 % REVITAL ENERGY+ 300 gr with multimineral treatment.\",\"Bottom fabric 3D white 210 gr.\",\"Logo embroidered to the left of the foot section.\"],\"footerImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-Energy-2.png\",\"alt\":\"TEC MOON Energy\"},\"infoLink\":\"\\\/en\\\/product\\\/tec-moon-energy\\\/\"},{\"id\":4,\"name\":\"TEC MOON Life\",\"topImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-Life.png\",\"alt\":\"TEC MOON Life\"},\"btnLink\":\"\\\/en\\\/product\\\/tec-moon-life\\\/\",\"oldPrice\":\"\",\"newPrice\":\"3.919,92\",\"technologias\":[{\"title\":\"IMS ENERGY \\u2122 7 massage system: relaxing, decontracting, analgesic, proprioceptive, lymphatic, circulatory and detox.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/ims-energy-logo.png\",\"alt\":\"IMS EMERGY\\u2122\"},{\"title\":\"Heat WARM FEET \\u2122 thermotherapy located on the feet.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/warm-feet-logo.png\",\"alt\":\"WARM FEET\\u2122\"},{\"title\":\"ViruClean\\u00ae coronavirus neutralizer\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/viruclean-sello.png\",\"alt\":\"ViruClean\\u00ae\"},{\"title\":\"Solar UV-CLEAN\\u2122 self-hygiene.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/pro-clean-logo.png\",\"alt\":\"UV-CLEAN\\u2122\"},{\"title\":\"Tejidos inteligentes con nanotecnolog\\u00eda SMARTISSUE\\u2122.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/smartissue-logo.png\",\"alt\":\"SMARTISSUE\\u2122\"}],\"control\":[\"Remote control.\",\"Mobile app compatible with iOS and Android.\"],\"nucleo\":[\"27 cm full thickness. (d-40 kg\\\/m3).\",\"HR foam.\",\"Top layer Viscoinstant 2 cm.\",\"Top layer viscographene 0,5 cm.\",\"Lower layer Viscoinstant 2 cm.\",\"Independent beds in their double versions.\"],\"acolchado\":[\"Ligero\"],\"tejido\":[\"Original atom stretch upper fabric.\",\"Lower fabric scooby.\",\"Viricidal and bactericidal textile treatment.\",\"Photochromic and photoluminescent embossing with multimineral finish.\",\"Logo embroidered to the left of the foot section.\"],\"footerImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-Life.png\",\"alt\":\"TEC MOON Life\"},\"infoLink\":\"\\\/en\\\/product\\\/tec-moon-life\\\/\"},{\"id\":5,\"name\":\"TEC MOON Prime\",\"topImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-Prime.png\",\"alt\":\"TEC MOON Prime\"},\"btnLink\":\"\\\/producto\\\/tec-moon-prime\\\/\",\"oldPrice\":\"1.039,30\",\"newPrice\":\"831,44\",\"technologias\":[{\"title\":\"N\\u00facleo 4-LAYER CORE\\u2122 de 2\\u00aa generaci\\u00f3n.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/4-layer-core-logo-prime.png\",\"alt\":\"4-LAYER CORE\\u2122\"},{\"title\":\"ViruClean\\u00ae coronavirus neutralizer\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/viruclean-sello.png\",\"alt\":\"ViruClean\\u00ae\"},{\"title\":\"Solar UV-CLEAN\\u2122 self-hygiene.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/pro-clean-logo.png\",\"alt\":\"UV-CLEAN\\u2122\"},{\"title\":\"Tejidos inteligentes con nanotecnolog\\u00eda SMARTISSUE\\u2122.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/smartissue-logo.png\",\"alt\":\"SMARTISSUE\\u2122\"}],\"control\":[\"\\u2014\"],\"nucleo\":[\"27 cm de grosor total. 4 capas.\",\"Contoured five-zone Viscooo\\u00ael foam (d-55 kg\\\/m3 \\u2013 compression 1,50 kPa.).\",\"Ikon comfort\\u00ae TXF-BH layer (d-50 kg\\\/m3 \\u2013 compression 4.00 kPa.).\",\"N\\u00facleo Resil\\u00e9n\\u00ae ZN SXS (d-40 kg\\\/m3 \\u2013 compresi\\u00f3n 2,75 kPa.).\",\"N\\u00facleo Resil\\u00e9n\\u00ae ZN SX HTS (d-40 kg\\\/m3 \\u2013 compresi\\u00f3n 4,40 kPa.).\",\"Independent beds in their double versions.\"],\"acolchado\":[\"Upper: cover-cover. Supersoft foamed 1.8 cm.\",\"Intermediate: no padding.\",\"Lower: cover-cover. Supersoft foamed 1.5 cm.\",\"Embroidered to the left of the foot section in stretch grey fabric.\"],\"tejido\":[\"Viricidal and bactericidal textile treatment.\",\"Tejido superior tencer\\\/poli\\u00e9ster con pcm.\",\"Photochromic and photoluminescent embossing with multimineral finish.\",\"Lower fabric scooby.\",\"Logo embroidered to the left of the foot section.\"],\"logo\":\"https:\\\/\\\/picsum.photos\\\/50?random=4\",\"footerImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-Prime.png\",\"alt\":\"TEC MOON Prime\"},\"infoLink\":\"\\\/producto\\\/tec-moon-prime\\\/\"},{\"id\":6,\"name\":\"TEC MOON Prime S\",\"topImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-PrimeS.png\",\"alt\":\"TEC MOON Prime S\"},\"btnLink\":\"\\\/producto\\\/tec-moon-prime-s\\\/\",\"oldPrice\":\"1,408\",\"newPrice\":\"1.126,40\",\"technologias\":[{\"title\":\"N\\u00facleo 4-LAYER CORE\\u2122 de 2\\u00aa generaci\\u00f3n.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/4-layer-core-logo-prime.png\",\"alt\":\"4-LAYER CORE\\u2122\"},{\"title\":\"Sistema de masaje relajante IMS ENERGY\\u2122.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/ims-energy-logo.png\",\"alt\":\"IMS ENERGY\\u2122\"},{\"title\":\"Heat WARM FEET \\u2122 thermotherapy located on the feet.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/warm-feet-logo.png\",\"alt\":\"WARM FEET\\u2122\"},{\"title\":\"ViruClean\\u00ae coronavirus neutralizer\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/viruclean-sello.png\",\"alt\":\"ViruClean\\u00ae\"},{\"title\":\"Solar UV-CLEAN\\u2122 self-hygiene.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/pro-clean-logo.png\",\"alt\":\"UV-CLEAN\\u2122\"},{\"title\":\"Tejidos inteligentes con nanotecnolog\\u00eda SMARTISSUE\\u2122.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/smartissue-logo.png\",\"alt\":\"SMARTISSUE\\u2122\"}],\"control\":[\"Remote control.\"],\"nucleo\":[\"27  cm de grosor total. 4 capas.\",\"Contoured five-zone Viscooo\\u00ael foam (d-55 kg\\\/m3 \\u2013 compression 1,50 kPa.).\",\"Ikon comfort\\u00ae TXF-BH layer (d-50 kg\\\/m3 \\u2013 compression 4.00 kPa.).\",\"N\\u00facleo Resil\\u00e9n\\u00ae ZN SXS (d-40 kg\\\/m3 \\u2013 compresi\\u00f3n 2,75 kPa.).\",\"N\\u00facleo Resil\\u00e9n\\u00ae ZN SX HTS (d-40 kg\\\/m3 \\u2013 compresi\\u00f3n 4,40 kPa.).\",\"Independent beds in their double versions.\",\"Kit motores y manta de calor compatibles con mando inal\\u00e1mbrico.\"],\"acolchado\":[\"Superior: tapa-tapa. Foamizado supersuave 1,8 cm\",\"Intermediate: no padding.\",\"Inferior: tapa-tapa. Foamizado espuma 1,5  cm.\",\"Embroidered to the left of the foot section in stretch grey fabric.\"],\"tejido\":[\"Viricidal and bactericidal textile treatment.\",\"Tejido superior tencer\\\/poli\\u00e9ster con pcm.\",\"Photochromic and photoluminescent embossing with multimineral finish.\",\"Lower fabric scooby.\",\"Logo embroidered to the left of the foot section.\"],\"footerImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-PrimeS.png\",\"alt\":\"TEC MOON Prime S\"},\"infoLink\":\"\\\/producto\\\/tec-moon-prime-s\\\/\"},{\"id\":7,\"name\":\"TEC MOON Pro\",\"topImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-Pro.png\",\"alt\":\"TEC MOON Pro\"},\"btnLink\":\"\\\/en\\\/product\\\/tec-moon-pro\\\/\",\"oldPrice\":\"\",\"newPrice\":\"2.958\",\"technologias\":[{\"title\":\"4-LAYER CORE\\u2122 3rd generation.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/4-layer-core-logo.png\",\"alt\":\"4-LAYER CORE\\u2122\"},{\"title\":\"ViruClean\\u00ae coronavirus neutralizer\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/viruclean-sello.png\",\"alt\":\"ViruClean\\u00ae\"},{\"title\":\"Solar UV-CLEAN\\u2122 self-hygiene.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/pro-clean-logo.png\",\"alt\":\"UV-CLEAN\\u2122\"},{\"title\":\"Tejidos inteligentes con nanotecnolog\\u00eda SMARTISSUE\\u2122.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/smartissue-logo.png\",\"alt\":\"SMARTISSUE\\u2122\"}],\"control\":[\"\\u2014\"],\"nucleo\":[\"30 cm de grosor total. 4 capas.\",\"Contoured five-zone Viscooo\\u00ael foam (d-55 kg\\\/m3 \\u2013 compression 1,50 kPa.).\",\"Ikon comfort\\u00ae TXF-BH layer (d-50 kg\\\/m3 \\u2013 compression 4.00 kPa.).\",\"Resil\\u00e9n\\u00ae ZN SXS core (d-50 kg\\\/m3 \\u2013 compression 3,00 kPa.).\",\"Resil\\u00e9n\\u00ae ZN SX HTS core (d-40 kg\\\/m3 \\u2013 compression 5,00 kPa.).\",\"Independent beds in their double versions.\"],\"acolchado\":[\"Upper: cover-cover. Supersoft foamed 1.8 cm.\",\"Intermediate: no padding.\",\"Lower: cover-cover. Supersoft foamed 1.5 cm.\",\"Embroidered to the left of the foot section in stretch grey fabric.\",\"Invisible zip embossed around entire perimeter. Start and end in head section.\"],\"tejido\":[\"Viricidal and bactericidal textile treatment.\",\"White atom with lurex.\",\"Photochromic and photoluminescent embossing with multimineral finish.\",\"3D fabric.\",\"Grey 250 g stretch fabric.\",\"Logo embroidered to the left of the foot section.\",\"Invisible embossed zip.\"],\"footerImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-Pro.png\",\"alt\":\"TEC MOON Pro\"},\"infoLink\":\"\\\/en\\\/product\\\/tec-moon-pro\\\/\"},{\"id\":8,\"name\":\"TEC MOON Pro S\",\"topImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-ProS.png\",\"alt\":\"TEC MOON Pro S\"},\"btnLink\":\"\\\/en\\\/product\\\/tec-moon-pro-s\\\/\",\"newPrice\":\"4.199,90\",\"technologias\":[{\"title\":\"4-LAYER CORE\\u2122 3rd generation.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/4-layer-core-logo.png\",\"alt\":\"4-LAYER CORE\\u2122.\"},{\"title\":\"IMS ENERGY \\u2122 7 massage system: relaxing, decontracting, analgesic, proprioceptive, lymphatic, circulatory and detox.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/ims-energy-logo.png\",\"alt\":\"IMS EMERGY\\u2122\"},{\"title\":\"Heat WARM FEET \\u2122 thermotherapy located on the feet.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/warm-feet-logo.png\",\"alt\":\"WARM FEET\\u2122\"},{\"title\":\"ViruClean\\u00ae coronavirus neutralizer\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/viruclean-sello.png\",\"alt\":\"ViruClean\\u00ae\"},{\"title\":\"Solar UV-CLEAN\\u2122 self-hygiene.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/pro-clean-logo.png\",\"alt\":\"UV-CLEAN\\u2122\"},{\"title\":\"Tejidos inteligentes con nanotecnolog\\u00eda SMARTISSUE\\u2122.\",\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/techs\\\/smartissue-logo.png\",\"alt\":\"SMARTISSUE\\u2122\"}],\"control\":[\"Remote control.\",\"Mobile app compatible with iOS and Android.\"],\"nucleo\":[\"30 cm de grosor total. 4 capas.\",\"Contoured five-zone Viscooo\\u00ael foam (d-55 kg\\\/m3 \\u2013 compression 1,50 kPa.).\",\"Ikon comfort\\u00ae TXF-BH layer (d-50 kg\\\/m3 \\u2013 compression 4.00 kPa.).\",\"Resil\\u00e9n\\u00ae ZN SXS core (d-50 kg\\\/m3 \\u2013 compression 3,00 kPa.).\",\"Resil\\u00e9n\\u00ae ZN SX HTS core (d-40 kg\\\/m3 \\u2013 compression 5,00 kPa.).\",\"Independent beds in their double versions.\",\"Motors and heat blanket kit compatible with wireless remote control and TEC MOON app.\"],\"acolchado\":[\"Upper: cover-cover. Supersoft foamed 1.8 cm.\",\"Intermediate: no padding.\",\"Lower: cover-cover. Supersoft foamed 1.5 cm.\",\"Embroidered to the left of the foot section in stretch grey fabric.\",\"Invisible zip embossed around entire perimeter. Start and end in head section.\"],\"tejido\":[\"Viricidal and bactericidal textile treatment.\",\"White atom with lurex.\",\"Photochromic and photoluminescent embossing with multimineral finish.\",\"3D fabric.\",\"Grey 250 g stretch fabric.\",\"Logo embroidered to the left of the foot section.\",\"Invisible embossed zip.\"],\"footerImage\":{\"src\":\"https:\\\/\\\/tecmoon.com\\\/wp-content\\\/plugins\\\/kcompare-2023\\\/assets\\\/img\\\/TECMOON-ProS.png\",\"alt\":\"TEC MOON Pro S\"},\"infoLink\":\"\\\/en\\\/product\\\/tec-moon-pro-s\\\/\"}];\n        var desktopCompareItem = {\n            name: \"desktopcompareitem\",\n            template: '#desktop-compare-item-template',\n            props: {\n                items: {\n                    type: Array,\n                    required: true\n                }\n            }\n        }\n        var mobileCompareItem = {\n            name: \"mobilecompareitem\",\n            template: '#mobile-compare-item-template',\n            props: {\n                items: {\n                    type: Array,\n                    required: true\n                }\n            }\n        }\n        var desktopCompareProduct = {\n            name: \"desktopcompareproduct\",\n            template: '#desktop-compare-product-template',\n            props: {\n                items: {\n                    type: Array,\n                    required: true\n                }\n            },\n            data: function () {\n                return {\n                    select1: null,\n                    select2: null,\n                    select3: null\n                }\n            },\n            computed: {\n                showItems: function () {\n                    let firstItem = this.items.find(item => {\n                        return this.select1 === item.id\n                    })\n                    let secondItem = this.items.find(item => {\n                        return this.select2 === item.id\n                    })\n                    let thirdItem = this.items.find(item => {\n                        return this.select3 === item.id\n                    })\n                    return [firstItem, secondItem, thirdItem]\n                },\n                selectedItems: function () {\n                    return [this.select1, this.select2, this.select3]\n                }\n            },\n            created: function () {\n                this.select1 = this.items[0].id\n                this.select2 = this.items[1].id\n                this.select3 = this.items[2].id\n            },\n            components: {\n                'compare-item': desktopCompareItem\n            }\n        }\n        var mobileCompareProduct = {\n            name: \"mobilecompareproduct\",\n            template: \"#mobile-compare-product-template\",\n            props: {\n                items: {\n                    type: Array,\n                    required: true\n                }\n            },\n            data: function () {\n                return {\n                    select1: null,\n                    select2: null\n                }\n            },\n            computed: {\n                showItems: function () {\n                    let firstItem = this.items.find(item => {\n                        return this.select1 === item.id\n                    })\n                    let secondItem = this.items.find(item => {\n                        return this.select2 === item.id\n                    })\n                    return [firstItem, secondItem]\n                },\n                selectedItems: function () {\n                    return [this.select1, this.select2]\n                }\n            },\n            created: function () {\n                this.select1 = this.items[0].id\n                this.select2 = this.items[1].id\n            },\n            components: {\n                'compare-item': mobileCompareItem\n            }\n        }\n        var compare = {\n            name: \"compare\",\n            template: '#compare-module-template',\n            data: function () {\n                return {\n                    items: data,\n                    cmp: 'desktop'\n                }\n            },\n            methods: {\n                onResize: function () {\n                    if (document.documentElement.clientWidth < 992) {\n                        this.cmp = 'mobile'\n                    } else {\n                        this.cmp = 'desktop'\n                    }\n                }\n            },\n            created: function () {\n                window.addEventListener('resize', this.onResize);\n                this.onResize();\n            },\n            beforeDestroy: function () {\n                window.removeEventListener('resize', this.onResize)\n            },\n            components: {\n                'desktop': desktopCompareProduct,\n                'mobile': mobileCompareProduct\n            }\n        }\n\n        new Vue({\n            el: '#compare-module',\n            components: {\n                'k-compare': compare\n            }\n        })\n        <\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1df39dc animated-slow e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"1df39dc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2b7484d e-con-full e-flex e-con e-child\" data-id=\"2b7484d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf51b01 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"cf51b01\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Flow pillows are the best complement to a TEC MOON mattress.<br>Discover and compare their performance with our tool.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6273188 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"6273188\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/tecmoon.com\/en\/pillow-comparator\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Compare TEC MOON Pillows<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Comparison of TEC MOON Mattresses Price and performance comparison of TEC MOON mattressesFind the right TEC MOON mattress for you Need help? Need help? Ask us without commitment. Contact Flow pillows are the best complement to a TEC MOON mattress.Discover and compare their performance with our tool. Compare TEC MOON Pillows<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-22557","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tecmoon.com\/en\/wp-json\/wp\/v2\/pages\/22557","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tecmoon.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tecmoon.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tecmoon.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tecmoon.com\/en\/wp-json\/wp\/v2\/comments?post=22557"}],"version-history":[{"count":0,"href":"https:\/\/tecmoon.com\/en\/wp-json\/wp\/v2\/pages\/22557\/revisions"}],"wp:attachment":[{"href":"https:\/\/tecmoon.com\/en\/wp-json\/wp\/v2\/media?parent=22557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}