{"id":41602,"date":"2024-02-19T17:14:12","date_gmt":"2024-02-19T16:14:12","guid":{"rendered":"https:\/\/wildsuits.eu\/?page_id=41602"},"modified":"2024-02-23T14:43:12","modified_gmt":"2024-02-23T13:43:12","slug":"size-guide","status":"publish","type":"page","link":"https:\/\/wildsuits.eu\/es\/size-guide\/","title":{"rendered":"Size guide"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"41602\" class=\"elementor elementor-41602\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ed53177 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ed53177\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5192852\" data-id=\"5192852\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8b22878 elementor-widget elementor-widget-spacer\" data-id=\"8b22878\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4fccea6 elementor-widget elementor-widget-html\" data-id=\"4fccea6\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Trouveur de Taille Wildsuits<\/title>\n    <style>\n        body {\n            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n            background-color: #e6f7ff; \/* Fond plus clair, inspir\u00e9 de l'oc\u00e9an *\/\n            margin: 0;\n            padding: 0;\n            color: #205375; \/* Nuance plus fonc\u00e9e pour une meilleure lisibilit\u00e9, inspir\u00e9e des profondeurs de l'oc\u00e9an *\/\n        }\n        #size-finder-app {\n            max-width: 600px;\n            margin: 30px auto;\n            padding: 20px;\n            background-color: #fff; \/* Garder le fond de l'application clair pour contraster *\/\n            border: 3px solid #072533; \/* Utiliser la couleur principale de Wildsuits pour la bordure *\/\n            border-radius: 10px;\n            box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2); \/* Ombre plus douce avec un indice de couleur *\/\n            text-align: center;\n        }\n        label {\n            display: block;\n            margin-top: 10px;\n            font-weight: bold;\n            color: #205375; \/* Couleur de texte coh\u00e9rente *\/\n        }\n        input, button {\n            width: calc(100% - 22px);\n            padding: 10px;\n            margin: 10px 0;\n            border: 1px solid #ccc;\n            border-radius: 5px;\n            box-sizing: border-box;\n            font-size: 16px;\n        }\n        button {\n            background-color: #0096c7; \/* Bleu plus vif et optimiste *\/\n            color: #fff;\n            font-weight: bold;\n            cursor: pointer;\n            border: none;\n            margin-top: 20px;\n            transition: background-color 0.3s ease;\n        }\n        button:hover {\n            background-color: #0077b6; \/* L\u00e9g\u00e8rement plus fonc\u00e9 au survol pour un retour interactif *\/\n        }\n        #result {\n            padding: 15px;\n            background-color: #ccf2ff; \/* Bleu plus clair et plus doux pour les r\u00e9sultats *\/\n            color: #205375; \/* Maintien de la couleur du texte coh\u00e9rente *\/\n            border: 1px solid #b6e0fe; \/* Couleur de bordure plus douce *\/\n            border-radius: 5px;\n            margin-top: 20px;\n            font-size: 18px;\n            display: none; \/* Initialement cach\u00e9 *\/\n        }\n        .info {\n            font-size: 0.9em;\n            background-color: #e7e7e7; \/* Gris doux pour la section d'information *\/\n            padding: 10px;\n            border-radius: 5px;\n            margin-top: 20px;\n            text-align: left;\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n        }\n        th, td {\n            padding: 12px;\n            text-align: center;\n            border-bottom: 1px solid #ddd;\n        }\n        .highlight {\n            background-color: #ffff99; \/* Fond jaune pour la mise en \u00e9vidence *\/\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div id=\"size-finder-app\">\n        <h2 style=\"color: #072533;\">Gu\u00eda de Tallas Wildsuits<\/h2>\n        <p style=\"color: #205375;\">Entrez votre taille et votre poids pour trouver la taille de combinaison la plus proche pour vous.<\/p>\n\n        <div>\n            <label for=\"user-height\">Altura (cm):<\/label>\n            <input type=\"number\" id=\"user-height\" placeholder=\"Entrez votre taille en cm\" min=\"140\" max=\"200\">\n        <\/div>\n        <div>\n            <label for=\"user-weight\">Peso (kg):<\/label>\n            <input type=\"number\" id=\"user-weight\" placeholder=\"Entrez votre poids en kg\" min=\"50\" max=\"100\">\n        <\/div>\n        <button id=\"find-size-button\" onclick=\"calculateSize()\">Encontrar mi talla<\/button>\n\n        <div id=\"result\"><\/div>\n\n        <div class=\"info\">\n            <p><strong>N\u00e9opr\u00e8ne \u00c9cologique :<\/strong> Utilise le \"Eco Carbon Black\" extrait de pneus en caoutchouc usag\u00e9s. Cette innovation \u00e9cologique r\u00e9duit les \u00e9missions de CO2 de 2.698 kilogrammes par combinaison.<\/p>\n            <p><strong>Instructions d'entretien :<\/strong> Rincez \u00e0 l'eau claire apr\u00e8s chaque session, ne pas s\u00e9cher sous le soleil direct, accrochez et stockez dans un endroit sec, utilisez occasionnellement une solution de vinaigre dilu\u00e9 pour rincer ou une tasse d'adoucissant.<\/p>\n        <\/div>\n\n        <table id=\"size-table\">\n            <!-- Valeurs de table de taille mises \u00e0 jour -->\n            <tr>\n                <th>Taille (cm) \\ Poids (kg)<\/th>\n                <th>50-60<\/th>\n                <th>60-70<\/th>\n                <th>70-80<\/th>\n                <th>80-90<\/th>\n                <th>90-100<\/th>\n            <\/tr>\n            <tr>\n                <td>140-150<\/td>\n                <td id=\"140-150_50-60\" class=\"XS\">XS<\/td>\n                <td id=\"140-150_60-70\" class=\"S\">S<\/td>\n                <td id=\"140-150_70-80\" class=\"MS\">MS<\/td>\n                <td id=\"140-150_80-90\" class=\"M\">M<\/td>\n                <td id=\"140-150_90-100\" class=\"NA\">\/<\/td>\n            <\/tr>\n            <tr>\n                <td>150-160<\/td>\n                <td id=\"150-160_50-60\" class=\"XS\">XS<\/td>\n                <td id=\"150-160_60-70\" class=\"S\">S<\/td>\n                <td id=\"150-160_70-80\" class=\"MS\">MS<\/td>\n                <td id=\"150-160_80-90\" class=\"L\">L<\/td>\n                <td id=\"150-160_90-100\" class=\"L\">L<\/td>\n            <\/tr>\n            <tr>\n                <td>160-170<\/td>\n                <td id=\"160-170_50-60\" class=\"XS\">XS<\/td>\n                <td id=\"160-170_60-70\" class=\"S\">S<\/td>\n                <td id=\"160-170_70-80\" class=\"M\">M<\/td>\n                <td id=\"160-170_80-90\" class=\"LS\">LS<\/td>\n                <td id=\"160-170_90-100\" class=\"L\">L<\/td>\n            <\/tr>\n            <tr>\n                <td>170-180<\/td>\n                <td id=\"170-180_50-60\" class=\"ST\">ST<\/td>\n                <td id=\"170-180_60-70\" class=\"MS\">MS<\/td>\n                <td id=\"170-180_70-80\" class=\"M\">M<\/td>\n                <td id=\"170-180_80-90\" class=\"LS\">LS<\/td>\n                <td id=\"170-180_90-100\" class=\"XL\">XL<\/td>\n            <\/tr>\n            <tr>\n                <td>180-190<\/td>\n                <td id=\"180-190_50-60\" class=\"NA\">\/<\/td>\n                <td id=\"180-190_60-70\" class=\"ST\">ST<\/td>\n                <td id=\"180-190_70-80\" class=\"MT\">MT<\/td>\n                <td id=\"180-190_80-90\" class=\"L\">L<\/td>\n                <td id=\"180-190_90-100\" class=\"XL\">XL<\/td>\n            <\/tr>\n            <tr>\n                <td>190-200<\/td>\n                <td id=\"190-200_50-60\" class=\"NA\">\/<\/td>\n                <td id=\"190-200_60-70\" class=\"MT\">MT<\/td>\n                <td id=\"190-200_70-80\" class=\"LT\">LT<\/td>\n                <td id=\"190-200_80-90\" class=\"XL\">XL<\/td>\n                <td id=\"190-200_90-100\" class=\"XL\">XL<\/td>\n            <\/tr>\n        <\/table>\n\n        <script>\n            function calculateSize() {\n                const userHeight = parseInt(document.getElementById(\"user-height\").value);\n                const userWeight = parseInt(document.getElementById(\"user-weight\").value);\n                const resultDiv = document.getElementById(\"result\");\n                const sizeTable = document.getElementById(\"size-table\");\n\n                \/\/ Clear previous highlights\n                const previouslyHighlighted = document.querySelectorAll('.highlight');\n                previouslyHighlighted.forEach(cell => cell.classList.remove('highlight'));\n\n                \/\/ Logic to find the cell ID based on height and weight\n                let found = false;\n                for (let row of sizeTable.rows) {\n                    for (let cell of row.cells) {\n                        const cellId = cell.id;\n                        if (cellId) {\n                            const [heightRange, weightRange] = cellId.split('_');\n                            const [minHeight, maxHeight] = heightRange.split('-').map(Number);\n                            const [minWeight, maxWeight] = weightRange.split('-').map(Number);\n\n                            if (userHeight >= minHeight && userHeight <= maxHeight && userWeight >= minWeight && userWeight <= maxWeight) {\n                                cell.classList.add('highlight');\n                                if (cell.textContent === '\/') {\n                                    resultDiv.innerHTML = \"Vous ne correspondez pas \u00e0 notre tableau, mais ne vous inqui\u00e9tez pas, nous avons la combinaison parfaite pour vous. Contactez-nous simplement par e-mail ou t\u00e9l\u00e9phone.\";\n                                } else {\n                                    resultDiv.innerHTML = \"Taille recommand\u00e9e : \" + cell.textContent;\n                                }\n                                found = true;\n                                break;\n                            }\n                        }\n                    }\n                    if (found) break;\n                }\n\n                if (!found) {\n                    resultDiv.innerHTML = \"Vous ne correspondez pas \u00e0 notre tableau, mais ne vous inqui\u00e9tez pas, nous avons la combinaison parfaite pour vous. Contactez-nous simplement par e-mail ou t\u00e9l\u00e9phone.\";\n                }\n\n                resultDiv.style.display = \"block\";\n            }\n        <\/script>\n    <\/body>\n<\/html>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1acc76 elementor-widget elementor-widget-spacer\" data-id=\"c1acc76\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a85de9 elementor-widget elementor-widget-heading\" data-id=\"0a85de9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cont\u00e1ctenos<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-661ed46 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"661ed46\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Suivant&quot;,&quot;step_previous_label&quot;:&quot;Pr\\u00e9c\\u00e9dent&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Formulaire de contact\" action=\"\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"41602\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"661ed46\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tNombre\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Tu Nombre\" required=\"required\" aria-required=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_85af973 elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_85af973\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tApellido\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_85af973]\" id=\"form-field-field_85af973\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Su Apellido\" required=\"required\" aria-required=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tTel\u00e9fono\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"+33 6 25 08 12 73\" required=\"required\" aria-required=\"true\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Solo se aceptan n\u00fameros y caracteres de tel\u00e9fono (#,-,*,etc).\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-field_9a6a487 elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_9a6a487\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tE-mail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[field_9a6a487]\" id=\"form-field-field_9a6a487\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"wild@mail.com\" required=\"required\" aria-required=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEscriba su mensaje\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Hola equipo de Wildsuits, no entro en la tabla de tallas. Midoo ... cm y peso ... kg. \u00bfPodr\u00edan aconsejarme un tama\u00f1o apropiado o sugerir la fabricaci\u00f3n de un traje a medida?\" required=\"required\" aria-required=\"true\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_3b3c529 elementor-col-100 recaptcha_v3-bottomleft\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_3b3c529\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6LfoU-AoAAAAAPEWPqy81E9DJF8myRGJKX_LtPbY\" data-type=\"v3\" data-action=\"Form\" data-badge=\"bottomleft\" data-size=\"invisible\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button type=\"submit\" class=\"elementor-button elementor-size-sm\">\n\t\t\t\t\t\t<span >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Enviar<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<input type=\"hidden\" name=\"trp-form-language\" value=\"es\"\/><\/form>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5da636b elementor-list-item-link-inline elementor-align-center elementor-icon-list--layout-traditional elementor-widget elementor-widget-icon-list\" data-id=\"5da636b\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"> Nantes, France | Ericeira, Portugal<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:hello@wildsuits.fr\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-envelope\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">hello@wildsuits.fr<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel: 351913132080\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone-square-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">(Portugal) +35 19 13 13 20 80<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel: 33625081273\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone-square-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">(France) +33 6 25 08 12 73<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Trouveur de Taille Wildsuits Guide des Tailles Wildsuits Entrez votre taille et votre poids pour trouver la taille de combinaison la plus proche pour vous. Taille (cm) : Poids (kg) : Trouver ma taille N\u00e9opr\u00e8ne \u00c9cologique : Utilise le &#8220;Eco Carbon Black&#8221; extrait de pneus en caoutchouc usag\u00e9s. Cette innovation \u00e9cologique r\u00e9duit les \u00e9missions de [&hellip;]<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/wildsuits.eu\/es\/wp-json\/wp\/v2\/pages\/41602"}],"collection":[{"href":"https:\/\/wildsuits.eu\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wildsuits.eu\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wildsuits.eu\/es\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/wildsuits.eu\/es\/wp-json\/wp\/v2\/comments?post=41602"}],"version-history":[{"count":48,"href":"https:\/\/wildsuits.eu\/es\/wp-json\/wp\/v2\/pages\/41602\/revisions"}],"predecessor-version":[{"id":41727,"href":"https:\/\/wildsuits.eu\/es\/wp-json\/wp\/v2\/pages\/41602\/revisions\/41727"}],"wp:attachment":[{"href":"https:\/\/wildsuits.eu\/es\/wp-json\/wp\/v2\/media?parent=41602"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}