{"id":4,"date":"2016-09-12T08:33:47","date_gmt":"2016-09-12T08:33:47","guid":{"rendered":"https:\/\/reisen.themerex.net\/?page_id=4"},"modified":"2026-07-31T18:42:45","modified_gmt":"2026-07-31T21:42:45","slug":"inicio-tienda","status":"publish","type":"page","link":"https:\/\/tiendamassio.com.ar\/tienda\/inicio-tienda\/","title":{"rendered":"Home 1"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]        <div class=\"buscador-neumaticos\">\n            <div class=\"buscador-imagen\">\n                <img decoding=\"async\"\n                    src=\"https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-09-at-11.59.25.jpeg\"\n                    alt=\"Gu\u00eda de medidas de neum\u00e1ticos\"\n                >\n            <\/div>\n\n            <div class=\"buscador-formulario\">\n                <h2>Busc\u00e1 tu neum\u00e1tico<\/h2>\n\n                <p\n                    id=\"buscador-error\"\n                    style=\"display:none;color:red;font-weight:bold;margin-bottom:10px;\"\n                ><\/p>\n\n                <form id=\"form-buscador-neumaticos\" action=\"https:\/\/tiendamassio.com.ar\/tienda\/tienda\/\" method=\"get\">\n                                            <select id=\"ancho\" name=\"neumatico_ancho\">\n                            <option value=\"\">Seleccionar Ancho<\/option>\n                                                            <option\n                                    value=\"175\"\n                                                                    >\n                                    175                                <\/option>\n                                                            <option\n                                    value=\"185\"\n                                                                    >\n                                    185                                <\/option>\n                                                            <option\n                                    value=\"188\"\n                                                                    >\n                                    188                                <\/option>\n                                                            <option\n                                    value=\"195\"\n                                                                    >\n                                    195                                <\/option>\n                                                            <option\n                                    value=\"205\"\n                                                                    >\n                                    205                                <\/option>\n                                                            <option\n                                    value=\"215\"\n                                                                    >\n                                    215                                <\/option>\n                                                            <option\n                                    value=\"225\"\n                                                                    >\n                                    225                                <\/option>\n                                                            <option\n                                    value=\"235\"\n                                                                    >\n                                    235                                <\/option>\n                                                            <option\n                                    value=\"245\"\n                                                                    >\n                                    245                                <\/option>\n                                                            <option\n                                    value=\"255\"\n                                                                    >\n                                    255                                <\/option>\n                                                            <option\n                                    value=\"265\"\n                                                                    >\n                                    265                                <\/option>\n                                                            <option\n                                    value=\"275\"\n                                                                    >\n                                    275                                <\/option>\n                                                            <option\n                                    value=\"285\"\n                                                                    >\n                                    285                                <\/option>\n                                                    <\/select>\n                                            <select id=\"alto\" name=\"neumatico_alto\">\n                            <option value=\"\">Seleccionar Alto<\/option>\n                                                            <option\n                                    value=\"40\"\n                                                                    >\n                                    40                                <\/option>\n                                                            <option\n                                    value=\"45\"\n                                                                    >\n                                    45                                <\/option>\n                                                            <option\n                                    value=\"50\"\n                                                                    >\n                                    50                                <\/option>\n                                                            <option\n                                    value=\"55\"\n                                                                    >\n                                    55                                <\/option>\n                                                            <option\n                                    value=\"60\"\n                                                                    >\n                                    60                                <\/option>\n                                                            <option\n                                    value=\"65\"\n                                                                    >\n                                    65                                <\/option>\n                                                            <option\n                                    value=\"70\"\n                                                                    >\n                                    70                                <\/option>\n                                                            <option\n                                    value=\"75\"\n                                                                    >\n                                    75                                <\/option>\n                                                            <option\n                                    value=\"80\"\n                                                                    >\n                                    80                                <\/option>\n                                                    <\/select>\n                                            <select id=\"rodado\" name=\"neumatico_rodado\">\n                            <option value=\"\">Seleccionar Rodado<\/option>\n                                                            <option\n                                    value=\"13\"\n                                                                    >\n                                    13                                <\/option>\n                                                            <option\n                                    value=\"14\"\n                                                                    >\n                                    14                                <\/option>\n                                                            <option\n                                    value=\"15\"\n                                                                    >\n                                    15                                <\/option>\n                                                            <option\n                                    value=\"16\"\n                                                                    >\n                                    16                                <\/option>\n                                                            <option\n                                    value=\"17\"\n                                                                    >\n                                    17                                <\/option>\n                                                            <option\n                                    value=\"18\"\n                                                                    >\n                                    18                                <\/option>\n                                                            <option\n                                    value=\"19\"\n                                                                    >\n                                    19                                <\/option>\n                                                            <option\n                                    value=\"20\"\n                                                                    >\n                                    20                                <\/option>\n                                                    <\/select>\n                    \n                    <button type=\"submit\" id=\"buscar-neumatico\">Buscar Neum\u00e1tico<\/button>\n                <\/form>\n            <\/div>\n        <\/div>\n\n        <script>\n        (() => {\n            const formulario = document.getElementById(\"form-buscador-neumaticos\");\n            if (!formulario) return;\n\n            formulario.addEventListener(\"submit\", (evento) => {\n                evento.preventDefault();\n\n                const ancho = document.getElementById(\"ancho\").value;\n                const alto = document.getElementById(\"alto\").value;\n                const rodado = document.getElementById(\"rodado\").value;\n                const error = document.getElementById(\"buscador-error\");\n\n                if (!ancho && !alto && !rodado) {\n                    error.textContent = \"Por favor seleccion\u00e1 al menos un valor.\";\n                    error.style.display = \"block\";\n                    return;\n                }\n\n                const url = new URL(\"https:\\\/\\\/tiendamassio.com.ar\\\/tienda\\\/tienda\\\/\");\n                if (ancho) url.searchParams.set(\"neumatico_ancho\", ancho);\n                if (alto) url.searchParams.set(\"neumatico_alto\", alto);\n                if (rodado) url.searchParams.set(\"neumatico_rodado\", rodado);\n\n                fetch(url.toString())\n                    .then((respuesta) => respuesta.text())\n                    .then((html) => {\n                        if (html.includes(\"woocommerce-no-products-found\")) {\n                            error.textContent = \"No se encontraron productos para esa combinaci\u00f3n.\";\n                            error.style.display = \"block\";\n                            return;\n                        }\n                        window.location.href = url.toString();\n                    })\n                    .catch(() => {\n                        window.location.href = url.toString();\n                    });\n            });\n        })();\n        <\/script>\n\n        <style>\n        .buscador-neumaticos {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 30px;\n            background: #f5f5f5;\n            padding: 20px;\n            border-radius: 12px;\n            margin-bottom: 20px;\n            flex-wrap: wrap;\n        }\n        .buscador-imagen img {\n            max-width: 300px;\n            height: auto;\n        }\n        .buscador-formulario {\n            display: flex;\n            flex: 1;\n            min-width: 250px;\n            flex-direction: column;\n            gap: 10px;\n        }\n        .buscador-formulario h2 {\n            margin: 0 0 10px;\n            font-size: 1.3rem;\n        }\n        .buscador-formulario select,\n        .buscador-formulario button {\n            width: 100%;\n            margin: 12px 0;\n            padding: 10px;\n            border: 1px solid #ccc;\n            border-radius: 8px;\n            font-size: 1rem;\n        }\n        .buscador-formulario button {\n            background: #000;\n            color: #fff;\n            cursor: pointer;\n            font-weight: 700;\n        }\n        .buscador-formulario button:hover {\n            background: #333;\n        }\n        @media (max-width: 768px) {\n            .buscador-neumaticos {\n                flex-direction: column;\n                text-align: center;\n            }\n            .buscador-imagen img {\n                margin-bottom: 10px;\n            }\n        }\n        <\/style>\n        [\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<!-- \/wp:post-content -->[\/vc_column_text][\/vc_column][\/vc_row]<div class=\"sc_section\"><div class=\"sc_section_inner\"><h6 class=\"sc_section_subtitle sc_item_subtitle\">tienda<\/h6><h3 class=\"sc_section_title sc_item_title sc_item_title_without_descr\">Productos Destacados<\/h3><div class=\"sc_section_content_wrap\">[vc_column_text]<style id=\"sp_product_slider_dynamic_css1654\">#wps-slider-section #sp-woo-product-slider-1654.wps-product-section .wpsp-pagination-dot .swiper-pagination-bullet{ background-color:#cccccc; } #wps-slider-section #sp-woo-product-slider-1654.wps-product-section .wpsp-pagination-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{ background-color:#333333; }@media (max-width: 480px) {#wps-slider-section #sp-woo-product-slider-1654.wps-product-section .wpsp-pagination-dot { display:none;}}#wps-slider-section #sp-woo-product-slider-1654.wps-product-section[data-layout=grid] { margin-left: -20px;}#wps-slider-section #sp-woo-product-slider-1654 .wpsf-grid-item { padding-left: 20px; margin-bottom: 20px;}#wps-slider-section #sp-woo-product-slider-1654 .wpsf-product-title a{ color: #444444; font-size: 15px; } #wps-slider-section #sp-woo-product-slider-1654 .wpsf-product-title a:hover{ color: #955b89; }#wps-slider-section #sp-woo-product-slider-1654 .wpsf-product-price { color: #222222; font-size: 14px; } #wps-slider-section #sp-woo-product-slider-1654 .wpsf-product-price del span { color: #888888; }#wps-slider-section #sp-woo-product-slider-1654.wps-product-section .star-rating span:before { color: #F4C100; } #wps-slider-section #sp-woo-product-slider-1654.wps-product-section .star-rating:before{ color: #C8C8C8; }#wps-slider-section #sp-woo-product-slider-1654 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button){ color: #444444; background-color: transparent; border: 1px solid #222222; } #wps-slider-section #sp-woo-product-slider-1654 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover, #wps-slider-section #sp-woo-product-slider-1654 .wpsf-cart-button a.added_to_cart{ color: #ffffff; background-color: #222222; border-color: #222222; }#sp-woo-product-slider-1654.sp-wps-custom-template .wps-product-image .wpsf-product-img,#sp-woo-product-slider-1654.sp-wps-theme_one .wps-product-image { border: 1px solid #dddddd;}#wps-slider-section #sp-woo-product-slider-1654.sp-wps-theme_one .wpsf-product:hover .wps-product-image, #sp-woo-product-slider-1654.sp-wps-custom-template .sp-wps-product-image-area:hover .wps-product-image .wpsf-product-img { border-color: #dddddd;}#wps-slider-section #sp-woo-product-slider-1654 .wps-pagination ul li .page-numbers {background: transparent; color: #5e5e5e; border: 2px solid #dddddd; } #wps-slider-section #sp-woo-product-slider-1654 .wps-pagination ul li .page-numbers:hover,#wps-slider-section #sp-woo-product-slider-1654 .wps-pagination ul li .page-numbers.current {background: #5e5e5e; color: #ffffff; border-color: #5e5e5e; }#wps-slider-section #sp-woo-product-slider-1654 a.sp-wqv-view-button{ display: none; }<\/style><div id=\"wps-slider-section\" class=\"wps-slider-section wps-slider-section-1654\">\n\t\t<div class=\"wps-preloader\" id=\"wps-preloader-1654\" style=\"\">\n\t\t<img decoding=\"async\" src=\"https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/plugins\/woo-product-slider\/src\/Admin\/assets\/images\/spinner.svg\" alt=\"loader-image\"\/>\n\t<\/div>\n\t\t\t<div id=\"sp-woo-product-slider-1654\" class=\"wps-product-section sp-wps-theme_two\" data-swiper='{ \"pauseOnHover\": true, \"infinite\": true, \"slidesToShow\": 4, \"speed\": 600,\"spaceBetween\": 20, \"autoplay\": true, \"autoplaySpeed\": 1000, \"swipe\": true, \"draggable\": true,\"freeMode\":false,\"carousel_accessibility\": false,\"mousewheel\": false,\"adaptiveHeight\": false, \"slidesPerView\":{\"lg_desktop\":4, \"desktop\":3, \"tablet\":2, \"mobile\":1} }'  dir=\"ltr\" data-preloader=\"1\">\n\t\t\t<div class=\"swiper-wrapper\">\n\t\t<div class=\"wpsf-product  swiper-slide\">\n\t<div class=\"sp-wps-product-image-area\">\n\t\t<a href=\"https:\/\/tiendamassio.com.ar\/tienda\/producto\/neumatico-bridgestone-dueler-a-t-revo-2-265-60r18-110t\/\" class=\"wps-product-image\">\n\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-2395-300x300.jpg\" class=\"wpsf-product-img wp-post-image\" alt=\"\" srcset=\"https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-2395-300x300.jpg 300w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-2395-150x150.jpg 150w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-2395-768x768.jpg 768w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-2395-600x600.jpg 600w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-2395-100x100.jpg 100w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-2395-64x64.jpg 64w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-2395.jpg 1000w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a>\n\t\t<div class=\"sp-wps-product-details\">\n\t\t\t<div class=\"sp-wps-product-details-inner\">\n\t\t\t\t\t\t<div class=\"wpsf-product-title\"><a href=\"https:\/\/tiendamassio.com.ar\/tienda\/producto\/neumatico-bridgestone-dueler-a-t-revo-2-265-60r18-110t\/\">265\/60R18 110T DUELER A\/T REVO 2<\/a><\/div>\n\t\t<div class=\"wpsf-product-price\"> <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>444.790<\/span><\/div>\n\t\t<div class=\"wpsf-cart-button\"><p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><a href=\"\/tienda\/wp-json\/wp\/v2\/pages\/4?add-to-cart=13409\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_13409\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"13409\" data-product_sku=\"12542001\" aria-label=\"A\u00f1adir al carrito: &ldquo;265\/60R18 110T DUELER A\/T REVO 2&rdquo;\" rel=\"nofollow\" data-success_message=\"\u00ab265\/60R18 110T DUELER A\/T REVO 2\u00bb se ha a\u00f1adido a tu carrito\" role=\"button\">Comprar<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_13409\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/p><\/div>\n\t\t\t\t<\/div> <!-- sp-wps-product-details-inner. -->\n\t\t<\/div> <!--  sp-wps-product-details. -->\n\t<\/div> <!-- sp-wps-product-image-area.  -->\n<\/div> <!-- wpsf-product. -->\n<div class=\"wpsf-product  swiper-slide\">\n\t<div class=\"sp-wps-product-image-area\">\n\t\t<a href=\"https:\/\/tiendamassio.com.ar\/tienda\/producto\/cubiertas-bridgestone-185-65r14-86-h-ecopia-ep150-massio\/\" class=\"wps-product-image\">\n\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-200-300x300.jpg\" class=\"wpsf-product-img wp-post-image\" alt=\"\" srcset=\"https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-200-300x300.jpg 300w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-200-150x150.jpg 150w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-200-768x768.jpg 768w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-200-100x100.jpg 100w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-200-600x600.jpg 600w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-200-64x64.jpg 64w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-200.jpg 1000w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a>\n\t\t<div class=\"sp-wps-product-details\">\n\t\t\t<div class=\"sp-wps-product-details-inner\">\n\t\t\t\t\t\t<div class=\"wpsf-product-title\"><a href=\"https:\/\/tiendamassio.com.ar\/tienda\/producto\/cubiertas-bridgestone-185-65r14-86-h-ecopia-ep150-massio\/\">185\/65R14 EP 1 5 0   86H<\/a><\/div>\n\t\t<div class=\"wpsf-product-price\"> <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>160.520<\/span><\/div>\n\t\t<div class=\"wpsf-cart-button\"><p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><a href=\"\/tienda\/wp-json\/wp\/v2\/pages\/4?add-to-cart=3782\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_3782\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"3782\" data-product_sku=\"16965001\" aria-label=\"A\u00f1adir al carrito: &ldquo;185\/65R14 EP 1 5 0   86H&rdquo;\" rel=\"nofollow\" data-success_message=\"\u00ab185\/65R14 EP 1 5 0   86H\u00bb se ha a\u00f1adido a tu carrito\" role=\"button\">Comprar<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3782\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/p><\/div>\n\t\t\t\t<\/div> <!-- sp-wps-product-details-inner. -->\n\t\t<\/div> <!--  sp-wps-product-details. -->\n\t<\/div> <!-- sp-wps-product-image-area.  -->\n<\/div> <!-- wpsf-product. -->\n<div class=\"wpsf-product  swiper-slide\">\n\t<div class=\"sp-wps-product-image-area\">\n\t\t<a href=\"https:\/\/tiendamassio.com.ar\/tienda\/producto\/neumaticos-firestone-f-600-185-65-r14-86-t-massio\/\" class=\"wps-product-image\">\n\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-3037-300x300.jpg\" class=\"wpsf-product-img wp-post-image\" alt=\"\" srcset=\"https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-3037-300x300.jpg 300w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-3037-150x150.jpg 150w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-3037-768x768.jpg 768w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-3037-600x600.jpg 600w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-3037-100x100.jpg 100w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-3037-64x64.jpg 64w, https:\/\/tiendamassio.com.ar\/tienda\/wp-content\/uploads\/2026\/08\/woocommerce-3037.jpg 1000w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a>\n\t\t<div class=\"sp-wps-product-details\">\n\t\t\t<div class=\"sp-wps-product-details-inner\">\n\t\t\t\t\t\t<div class=\"wpsf-product-title\"><a href=\"https:\/\/tiendamassio.com.ar\/tienda\/producto\/neumaticos-firestone-f-600-185-65-r14-86-t-massio\/\">185\/65R14 86T F-600<\/a><\/div>\n\t\t<div class=\"wpsf-product-price\"> <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>160.520<\/span><\/div>\n\t\t<div class=\"wpsf-cart-button\"><p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><a href=\"\/tienda\/wp-json\/wp\/v2\/pages\/4?add-to-cart=9716\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_9716\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"9716\" data-product_sku=\"15569001\" aria-label=\"A\u00f1adir al carrito: &ldquo;185\/65R14 86T F-600&rdquo;\" rel=\"nofollow\" data-success_message=\"\u00ab185\/65R14 86T F-600\u00bb se ha a\u00f1adido a tu carrito\" role=\"button\">Comprar<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_9716\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/p><\/div>\n\t\t\t\t<\/div> <!-- sp-wps-product-details-inner. -->\n\t\t<\/div> <!--  sp-wps-product-details. -->\n\t<\/div> <!-- sp-wps-product-image-area.  -->\n<\/div> <!-- wpsf-product. -->\n\t\t\t<\/div> <!-- end swiper-wrapper tag  -->\n\t\t\t\t\t\t\t\t<!-- pagination dots -->\n\t\t\t<div class=\"wpsp-pagination-dot swiper-pagination\"><\/div>\n\t\t\t<!-- !pagination dots -->\n\t\t\t\t<\/div>\n<\/div>\n<br \/><!-- \/wp:shortcode --><\/p>\r\n<p><!-- wp:paragraph --><br \/><!-- \/wp:paragraph -->[\/vc_column_text]<\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tiendamassio.com.ar\/tienda\/wp-json\/wp\/v2\/pages\/4","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tiendamassio.com.ar\/tienda\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tiendamassio.com.ar\/tienda\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tiendamassio.com.ar\/tienda\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tiendamassio.com.ar\/tienda\/wp-json\/wp\/v2\/comments?post=4"}],"version-history":[{"count":30,"href":"https:\/\/tiendamassio.com.ar\/tienda\/wp-json\/wp\/v2\/pages\/4\/revisions"}],"predecessor-version":[{"id":2273,"href":"https:\/\/tiendamassio.com.ar\/tienda\/wp-json\/wp\/v2\/pages\/4\/revisions\/2273"}],"wp:attachment":[{"href":"https:\/\/tiendamassio.com.ar\/tienda\/wp-json\/wp\/v2\/media?parent=4"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}