{"product_id":"hamaca-columpio-portatil","title":"HAMACA COLUMPIO PORTATIL","description":"\u003cstyle\u003e\n  .hamaca-columpio-page {\n    width: 100%;\n    max-width: 850px;\n    margin: 0 auto;\n    padding: 10px 16px 40px;\n    box-sizing: border-box;\n    color: #222222;\n    text-align: center;\n    overflow: hidden;\n  }\n\n  .hamaca-columpio-page,\n  .hamaca-columpio-page * {\n    box-sizing: border-box;\n  }\n\n  .hamaca-columpio-page section {\n    width: 100%;\n    margin: 0 auto;\n    overflow: hidden;\n  }\n\n  .hamaca-columpio-page h1,\n  .hamaca-columpio-page h2,\n  .hamaca-columpio-page h3,\n  .hamaca-columpio-page h4 {\n    width: 100%;\n    max-width: 780px;\n    margin-right: auto;\n    margin-left: auto;\n    font-weight: 700;\n    text-align: center;\n    overflow-wrap: break-word;\n  }\n\n  .hamaca-columpio-page h1 {\n    margin-top: 18px;\n    margin-bottom: 10px;\n    font-size: 32px;\n    line-height: 1.2;\n  }\n\n  .hamaca-columpio-page h2 {\n    margin-top: 22px;\n    margin-bottom: 10px;\n    font-size: 30px;\n    line-height: 1.22;\n  }\n\n  .hamaca-columpio-page h3 {\n    margin-top: 16px;\n    margin-bottom: 8px;\n    font-size: 22px;\n    line-height: 1.35;\n  }\n\n  .hamaca-columpio-page h4 {\n    margin-top: 14px;\n    margin-bottom: 8px;\n    font-size: 18px;\n    line-height: 1.5;\n  }\n\n  .hamaca-columpio-page p {\n    width: 100%;\n    max-width: 760px;\n    margin: 8px auto;\n    font-size: 18px;\n    line-height: 1.55;\n    text-align: center;\n    overflow-wrap: break-word;\n  }\n\n  .hamaca-columpio-page img {\n    display: block;\n    width: 100%;\n    max-width: 570px;\n    height: auto;\n    margin: 12px auto 0;\n    padding: 0;\n    border: 0;\n    object-fit: contain;\n  }\n\n  \/* SECCIONES DESTACADAS *\/\n\n  .hamaca-columpio-page .seccion-destacada {\n    width: 100%;\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 18px 20px 0;\n    border-radius: 18px;\n    background: #f7f7f7;\n    overflow: hidden;\n  }\n\n  .hamaca-columpio-page .seccion-destacada \u003e h1:first-child,\n  .hamaca-columpio-page .seccion-destacada \u003e h2:first-child,\n  .hamaca-columpio-page .seccion-destacada \u003e h3:first-child,\n  .hamaca-columpio-page .seccion-destacada \u003e h4:first-child,\n  .hamaca-columpio-page .seccion-destacada \u003e p:first-child {\n    margin-top: 0;\n  }\n\n  \/* PREGUNTAS *\/\n\n  .hamaca-columpio-page .preguntas-box {\n    width: 100%;\n    max-width: 760px;\n    margin: 14px auto;\n    padding: 18px 20px;\n    border-radius: 16px;\n    background: #f6f6f6;\n    text-align: left;\n  }\n\n  .hamaca-columpio-page .preguntas-box h4 {\n    margin: 0 0 10px;\n    text-align: left;\n  }\n\n  .hamaca-columpio-page .preguntas-box p {\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.75;\n    text-align: left;\n  }\n\n  \/* INSTALACIÓN *\/\n\n  .hamaca-columpio-page .instalacion-box {\n    width: 100%;\n    max-width: 780px;\n    margin: 14px auto;\n    padding: 18px 20px;\n    border-radius: 16px;\n    background: #f6f6f6;\n    text-align: left;\n  }\n\n  .hamaca-columpio-page .instalacion-box h3 {\n    margin: 0;\n    font-size: 18px;\n    line-height: 1.65;\n    text-align: left;\n  }\n\n  \/* COMPRA *\/\n\n  .hamaca-columpio-page .compra-lista {\n    width: 100%;\n    max-width: 760px;\n    margin: 14px auto;\n    padding: 18px 20px;\n    border-radius: 16px;\n    background: #f6f6f6;\n    text-align: left;\n  }\n\n  .hamaca-columpio-page .compra-lista p {\n    margin: 7px 0;\n    font-size: 17px;\n    line-height: 1.45;\n    text-align: left;\n  }\n\n  \/* PASOS *\/\n\n  .hamaca-columpio-page .pasos-lista {\n    width: 100%;\n    max-width: 780px;\n    margin: 16px auto;\n    padding: 0;\n    list-style-position: outside;\n  }\n\n  .hamaca-columpio-page .pasos-lista li {\n    width: 100%;\n    margin: 0 0 9px;\n    padding: 15px 18px;\n    border-radius: 14px;\n    background: #f6f6f6;\n    font-size: 17px;\n    line-height: 1.5;\n    text-align: left;\n  }\n\n  @media screen and (max-width: 749px) {\n    html,\n    body {\n      width: 100%;\n      max-width: 100%;\n      margin: 0;\n      overflow-x: hidden;\n    }\n\n    .hamaca-columpio-page {\n      padding: 0 0 12px;\n      overflow-x: hidden;\n    }\n\n    @supports (width: 100dvw) {\n      .hamaca-columpio-page {\n        width: 100dvw;\n        max-width: 100dvw;\n        margin-right: calc(50% - 50dvw);\n        margin-left: calc(50% - 50dvw);\n      }\n    }\n\n    @supports not (width: 100dvw) {\n      .hamaca-columpio-page {\n        width: 100vw;\n        max-width: 100vw;\n        margin-right: calc(50% - 50vw);\n        margin-left: calc(50% - 50vw);\n      }\n    }\n\n    .hamaca-columpio-page,\n    .hamaca-columpio-page * {\n      box-sizing: border-box;\n    }\n\n    .hamaca-columpio-page section,\n    .hamaca-columpio-page .seccion-destacada {\n      width: 100%;\n      max-width: 100%;\n      margin: 0;\n      padding-right: 0;\n      padding-left: 0;\n      border-radius: 0;\n      overflow: hidden;\n    }\n\n    .hamaca-columpio-page .seccion-destacada {\n      padding-top: 8px;\n    }\n\n    .hamaca-columpio-page h1,\n    .hamaca-columpio-page h2,\n    .hamaca-columpio-page h3,\n    .hamaca-columpio-page h4,\n    .hamaca-columpio-page p {\n      width: 100%;\n      max-width: none;\n      margin-right: 0;\n      margin-left: 0;\n      padding-right: 6px;\n      padding-left: 6px;\n      overflow-wrap: normal;\n      word-break: normal;\n      hyphens: none;\n    }\n\n    .hamaca-columpio-page h1 {\n      margin-top: 12px;\n      margin-bottom: 7px;\n      padding-right: 4px;\n      padding-left: 4px;\n      font-size: 25px;\n      line-height: 1.15;\n      letter-spacing: -0.3px;\n    }\n\n    .hamaca-columpio-page h2 {\n      margin-top: 12px;\n      margin-bottom: 6px;\n      padding-right: 5px;\n      padding-left: 5px;\n      font-size: 23px;\n      line-height: 1.18;\n    }\n\n    .hamaca-columpio-page h3 {\n      margin-top: 9px;\n      margin-bottom: 6px;\n      font-size: 18px;\n      line-height: 1.35;\n    }\n\n    .hamaca-columpio-page h4 {\n      margin-top: 7px;\n      margin-bottom: 6px;\n      font-size: 16px;\n      line-height: 1.45;\n    }\n\n    .hamaca-columpio-page p {\n      margin-top: 4px;\n      margin-bottom: 6px;\n      font-size: 16px;\n      line-height: 1.45;\n    }\n\n    .hamaca-columpio-page .seccion-destacada \u003e h1:first-child,\n    .hamaca-columpio-page .seccion-destacada \u003e h2:first-child,\n    .hamaca-columpio-page .seccion-destacada \u003e h3:first-child,\n    .hamaca-columpio-page .seccion-destacada \u003e h4:first-child {\n      margin-top: 0;\n      padding-top: 4px;\n    }\n\n    \/* IMÁGENES DE BORDE A BORDE *\/\n\n    .hamaca-columpio-page img,\n    .hamaca-columpio-page section \u003e img,\n    .hamaca-columpio-page .seccion-destacada \u003e img {\n      display: block;\n      width: calc(100% + 2px);\n      max-width: calc(100% + 2px);\n      height: auto;\n      margin-top: 8px;\n      margin-right: -1px;\n      margin-bottom: 0;\n      margin-left: -1px;\n      padding: 0;\n      border: 0;\n      border-radius: 0;\n      object-fit: contain;\n    }\n\n    \/* PREGUNTAS *\/\n\n    .hamaca-columpio-page .preguntas-box {\n      width: calc(100% - 12px);\n      max-width: calc(100% - 12px);\n      margin: 10px 6px 12px;\n      padding: 14px;\n      border-radius: 12px;\n    }\n\n    .hamaca-columpio-page .preguntas-box h4,\n    .hamaca-columpio-page .preguntas-box p {\n      padding: 0;\n    }\n\n    .hamaca-columpio-page .preguntas-box p {\n      font-size: 15px;\n      line-height: 1.65;\n    }\n\n    \/* INSTALACIÓN *\/\n\n    .hamaca-columpio-page .instalacion-box {\n      width: calc(100% - 12px);\n      max-width: calc(100% - 12px);\n      margin: 10px 6px 12px;\n      padding: 14px;\n      border-radius: 12px;\n    }\n\n    .hamaca-columpio-page .instalacion-box h3 {\n      padding: 0;\n      font-size: 15px;\n      line-height: 1.58;\n    }\n\n    \/* COMPRA *\/\n\n    .hamaca-columpio-page .compra-lista {\n      width: calc(100% - 12px);\n      max-width: calc(100% - 12px);\n      margin: 10px 6px 12px;\n      padding: 14px;\n      border-radius: 12px;\n    }\n\n    .hamaca-columpio-page .compra-lista p {\n      padding: 0;\n      font-size: 15px;\n      line-height: 1.45;\n    }\n\n    \/* PASOS *\/\n\n    .hamaca-columpio-page .pasos-lista {\n      width: calc(100% - 12px);\n      max-width: calc(100% - 12px);\n      margin: 10px 6px 12px;\n      padding: 0;\n    }\n\n    .hamaca-columpio-page .pasos-lista li {\n      width: 100%;\n      margin: 0 0 7px;\n      padding: 14px;\n      border-radius: 12px;\n      font-size: 15px;\n      line-height: 1.5;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hamaca-columpio-page\"\u003e\n\n  \u003c!-- INTRODUCCIÓN --\u003e\n\n  \u003csection class=\"seccion-destacada\"\u003e\n    \u003ch2\u003e¿Estrés, agotamiento y la necesidad de relajarte?😮💨✨\u003c\/h2\u003e\n\n    \u003ch4\u003e\n      \u003cem\u003eDespués de un día pesado, solo necesitas unos minutos en tu H\u003c\/em\u003e\u003cem\u003e\u003cstrong\u003eamaca Columpio Plegable\u003c\/strong\u003e\u003c\/em\u003e\u003cem\u003e\u003cspan\u003e \u003c\/span\u003epara sentir la diferencia.\u003c\/em\u003e🌿✨\n    \u003c\/h4\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/8764\/6635\/files\/WhatsApp-Video-2026-05-25-at-7.19.26-PM_874e28c4-4b84-46be-992d-f8874265d2dc.gif?v=1785790832\" alt=\"\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DESCANSO --\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003e\n      \u003cspan\u003e🌿✨ \u003cem\u003e\u003cstrong\u003eRegálale a tu cuerpo el descanso que merece.\u003c\/strong\u003e\u003c\/em\u003e\u003cem\u003e \u003c\/em\u003e✨🌿\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eLa Hamaca Columpio Portátil\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003ete permite crear un espacio de relajación en minutos. Perfecta para leer, descansar, tomar un café o simplemente desconectarte del estrés diario.🏡💤\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/8764\/6635\/files\/ChatGPT_Image_25_may_2026_07_43_24_p.m._a6e8a466-5532-4aa6-bbab-39c3fe3d3915.png?v=1785791073\" alt=\"\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RESISTENCIA --\u003e\n\n  \u003csection class=\"seccion-destacada\"\u003e\n    \u003ch2\u003e\n      ✨\u003cstrong\u003eNuestra Hamaca Columpio está fabricada con materiales resistentes y costuras reforzadas para brindar estabilidad y confianza en cada uso.\u003c\/strong\u003e✨\n    \u003c\/h2\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/8764\/6635\/files\/ChatGPT_Image_31_may_2026_03_47_25_p.m._7d9f8931-12e2-4b09-97a6-d3e4d0a54f55.png?v=1785791234\" alt=\"\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DESCANSO Y BIENESTAR --\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003e\n      ✅\u003cem\u003e\u003cstrong\u003eLos especialistas recomiendan tener momentos de descanso para reducir la tensión acumulada y favorecer el bienestar general\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003e\u003c\/em\u003e✨\n    \u003c\/h2\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/8764\/6635\/files\/WhatsApp-Video-2026-05-25-at-7.21.46-PM_7c931bbc-e114-4ae0-a42d-83857a73dd4f.gif?v=1785791370\" alt=\"\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DESCONECTA --\u003e\n\n  \u003csection class=\"seccion-destacada\"\u003e\n    \u003ch2\u003e✅\u003cem\u003e\u003cstrong\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003e\u003c\/em\u003eDesconecta, Relájate y Disfruta.\u003c\/h2\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/8764\/6635\/files\/WhatsApp_Image_2026-05-25_at_7.44.18_PM_31e31a2e-ab81-4133-ab40-fd9e70fb46be.jpg?v=1785791447\" alt=\"\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ESPACIOS --\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003e\u003cstrong\u003e✨Convierte cualquier espacio en un oasis✨\u003c\/strong\u003e\u003c\/h2\u003e\n\n    \u003ch3\u003e✅ Ideal para terraza, jardín, piscina, camping o descanso en casa\u003c\/h3\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/8764\/6635\/files\/WhatsApp-Video-2026-05-25-at-7.20.40-PM_32e39695-8c7b-45c5-b7fc-96ce3323a448.gif?v=1785791511\" alt=\"\" loading=\"lazy\"\u003e\n\n    \u003ch3\u003e\n      Además de ofrecer un espacio cómodo para relajarte, sus hermosos colores y diseños aportan un toque acogedor y moderno a cualquier ambiente❤️\n    \u003c\/h3\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/8764\/6635\/files\/WhatsApp_Image_2026-05-25_at_6.34.56_PM_e6bb1d29-97da-4ab7-bc6e-c94565b45065.jpg?v=1785791631\" alt=\"\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PREGUNTAS --\u003e\n\n  \u003csection class=\"seccion-destacada\"\u003e\n    \u003cdiv class=\"preguntas-box\"\u003e\n      \u003ch4\u003eSi te preguntas:\u003c\/h4\u003e\n\n      \u003cp\u003e\n        👉 \u003cem\u003e\"¿Será segura?\"\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\n        👉 \u003cem\u003e\"¿Aguantará mi peso?\"\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\n        👉 \u003cem\u003e\"¿Se romperá con el uso?\"\u003c\/em\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\u003cem\u003eNuestras Hamacas brindan: seguridad, resistencia y confianza\u003c\/em\u003e\u003c\/h2\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/8764\/6635\/files\/ChatGPT_Image_25_may_2026_06_56_55_p.m._0c8992af-c899-47eb-a15f-c08f2e82899d.png?v=1785791694\" alt=\"\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALACIÓN --\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003e\u003cstrong\u003e🔧 Instalación rápida\u003c\/strong\u003e\u003c\/h2\u003e\n\n    \u003cdiv class=\"instalacion-box\"\u003e\n      \u003ch3\u003e\n        ⚡ Instálala en menos de 5 minutos\u003cbr\u003e\n        ⚡ No requiere herramientas especiales\u003cbr\u003e\n        ⚡ Fácil de colgar en árboles, vigas o soportes\u003cbr\u003e\n        ⚡ Ajusta la altura según tu comodidad\u003cbr\u003e\n        ⚡ Sistema seguro y estable para toda la familia\n      \u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/8764\/6635\/files\/ChatGPT_Image_25_may_2026_06_51_34_p.m._c4113d5f-a757-4c6a-8724-e0cca1cfcaaf.png?v=1785791795\" alt=\"\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPRA --\u003e\n\n  \u003csection class=\"seccion-destacada\"\u003e\n    \u003cdiv class=\"compra-lista\"\u003e\n      \u003cp\u003e\u003cstrong\u003e🛒 ¡Comprar es muy fácil!\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003e📦 Recibe tu pedido donde estés\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003e🚚 Envíos a todo el pais \u003c\/strong\u003e\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003e💳 Métodos de pago seguro\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/8764\/6635\/files\/c07c2397-142a-45ff-b535-c5a6888d86e1.png?v=1785791923\" alt=\"\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PASOS DEL PEDIDO --\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003e\u003cstrong\u003e\u003cem\u003ePara hacer tu pedido, solo sigue estos pasos:\u003c\/em\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\n    \u003col class=\"pasos-lista\"\u003e\n      \u003cli\u003e\u003cem\u003eIngresa tus datos en el formulario de pedido.\u003cbr\u003e\u003c\/em\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cem\u003eRecibe la confirmación por WhatsApp.\u003cbr\u003e\u003c\/em\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cem\u003eEnviamos tu pedido de forma rápida y segura.\u003cbr\u003e\u003c\/em\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cem\u003eRecibe y paga al momento de la entrega (dependiendo su ubicación).\u003c\/em\u003e\u003c\/li\u003e\n    \u003c\/ol\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Wonder Store","offers":[{"title":"Default Title","offer_id":47552903905451,"sku":null,"price":0.0,"currency_code":"COP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/8764\/6635\/files\/ChatGPT_Image_25_may_2026_06_49_28_p.m.webp?v=1785790850","url":"https:\/\/wonderstore.com.co\/products\/hamaca-columpio-portatil","provider":"Wonder Store","version":"1.0","type":"link"}