{"title":"Combo Relojes T8","description":"\u003cp\u003ePool de colores del Reloj T8 para el constructor de combos. No publicar en la tienda.\u003c\/p\u003e","products":[{"product_id":"reloj-t8-rosa","title":"Reloj T8 Rosa","description":"\u003cstyle\u003e   \/* === ESTRUCTURA PRINCIPAL === *\/   .molvu-double-box {     display: flex;     justify-content: center;     align-items: center;     gap: 32px;     max-width: 1300px;     margin: 0 auto 60px auto;     flex-wrap: wrap;   }   .molvu-specs-box {     flex: 1 1 500px;     border-radius: 12px;     padding: 24px;     background-color: transparent;     box-shadow: none;   }   .molvu-extras-box {     background-color: #f9f9f9;     border-radius: 16px;     box-shadow: 0 0 0 1px #e5e7eb;     padding: 32px 24px;     max-width: 750px;     margin: 0 auto 0px auto;   }   .molvu-section {     margin-bottom: 60px;     padding: 0 16px;   }   \/* === TABLAS === *\/   .molvu-table {     width: 100%;     max-width: 750px;     margin: 0 auto;     border-collapse: collapse;     font-size: 16px;     border-radius: 0;     box-shadow: none;   }   .molvu-table td {   padding: 12px 8px;   vertical-align: top;   word-break: break-word;   white-space: normal; } .molvu-table td:first-child {   width: 35%;   font-weight: bold; } .molvu-table tr {   display: table-row; }   \/* === LISTAS === *\/   .molvu-ul {     list-style: none;     padding-left: 0;     margin-left: 0;     font-size: 16px;     line-height: 1.7;     max-width: 700px;     margin: 0 auto;     text-align: center;   }   .molvu-ul li {     margin-bottom: 6px;     display: block;     list-style-type: none;   }   .molvu-ul-clean {     list-style: none;     padding-left: 0;     font-size: 16px;     line-height: 1.8;     text-align: left;   }   \/* === TARJETAS DE BENEFICIO === *\/   .molvu-benefit-card {     flex: 1 1 30%;     text-align: center;     padding: 16px 20px;     background-color: #fff;     border-radius: 12px;     box-shadow: 0 0 0 1px #e5e7eb;   }   .molvu-benefit-card h3 {     font-size: 20px;     font-weight: 700;     margin-bottom: 14px;     text-transform: uppercase;   }   .molvu-benefit-card p {     font-size: 16px;     line-height: 1.6;     margin-bottom: 10px;   }   .molvu-benefits-desktop {     display: flex;     gap: 32px;     justify-content: center;     margin: 40px auto 60px auto;     max-width: 1600px;   }   @media screen and (max-width: 768px) {   .molvu-benefits-desktop {     flex-direction: column !important;     align-items: stretch !important;     gap: 24px !important;     padding: 0 16px !important;   }   .molvu-benefit-card {     flex: 1 1 100% !important;     width: 100% !important;     max-width: 100% !important;     box-sizing: border-box !important;   } }   \/* === TARJETAS GENERALES === *\/   .molvu-grid3 {     display: flex;     flex-wrap: wrap;     justify-content: space-between;     gap: 24px;     max-width: 1600px;     margin: 0 auto 40px auto;   }   .molvu-card {     flex: 1 1 32%;     box-sizing: border-box;     text-align: center;   }   .molvu-card img {     width: 100%;     height: auto;     margin-bottom: 12px;   }   .molvu-card h3 {     font-size: 20px;     font-weight: 700;     margin-bottom: 8px;   }   .molvu-card p {     font-size: 15px;     line-height: 1.5;     margin-bottom: 6px;   }   \/* === TÍTULOS === *\/   .molvu-title {     font-size: 28px;     font-weight: 600;     margin-bottom: 10px;     text-align: center;   }   \/* === BANNER FULL WIDTH === *\/   .banner-wrapper {     width: 100vw;     margin: 0;     padding: 0;     position: relative;     left: 50%;     margin-left: -50vw;     margin-right: -50vw;   }   .banner-wrapper img {     width: 100%;     height: auto;     display: block;   }   \/* === RESPONSIVE: MÓVIL === *\/   @media screen and (max-width: 768px) {     .molvu-double-box {       flex-direction: column;       padding: 0 16px;     }     .molvu-card,     .molvu-benefit-card {       max-width: 100%;     }     .molvu-grid3 {       flex-direction: column;       padding: 0 8px;     }     .molvu-table td {   display: block;   width: 100% !important;   box-sizing: border-box;   white-space: normal !important;   word-break: break-word !important;   padding: 8px 0; } .molvu-table tr {   display: block;   margin-bottom: 16px; }     .molvu-extras-box {       margin-bottom: 0px !important;     }     .banner-wrapper {       height: 50vh !important;       margin-top: 0 !important;       padding-top: 0 !important;       overflow: hidden;     }     .banner-wrapper img {       width: 100%;       height: 100%;       object-fit: cover;     }   }  \/* === RESPONSIVE: TABLET (769px a 1024px) === *\/ @media screen and (min-width: 769px) and (max-width: 1366px) {   .molvu-double-box {     flex-direction: column;     padding: 0 24px;     gap: 24px;   }   .molvu-benefits-desktop {     flex-direction: column;     align-items: center;     gap: 24px;   }   .molvu-benefit-card {     max-width: 90%;     margin: 0 auto;   }   .molvu-extras-box {     padding: 24px;   }   .banner-wrapper {     height: 45vh;     overflow: hidden;   }   .banner-wrapper img {     width: 100%;     height: 100%;     object-fit: cover;   }   \/* Este bloque estaba mal anidado, ahora está correcto *\/   .molvu-grid3 {     display: flex !important;     flex-direction: row !important;     flex-wrap: nowrap !important;     justify-content: space-between !important;     gap: 24px !important;   }   .molvu-card {     flex: 0 0 33.3333% !important;     max-width: 33.3333% !important;     box-sizing: border-box !important;   } }   \/* === RESPONSIVE: ESCRITORIO GRANDE (min-width: 1025px) === *\/   @media screen and (min-width: 1025px) {     .molvu-double-box {       align-items: center;     }     .molvu-extras-box {       background-color: #f9f9f9;       border-radius: 16px;       box-shadow: 0 0 0 1px #e5e7eb;       padding: 32px 40px;       max-width: 750px;       margin: 0 auto 60px auto;     }   } \u003c\/style\u003e \u003c!-- BLOQUE DE 3 IMÁGENES --\u003e \u003cdiv class=\"molvu-section molvu-grid3\"\u003e \u003cdiv class=\"molvu-card\" style=\"text-align: center;\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8_ROSA_-_ADAPTADO_A_SHOPIFY.jpg?v=1754350596\"\u003e\u003cbr\u003e \u003ch3\u003eTecnología y precisión\u003c\/h3\u003e \u003cp\u003eGPS integrado, llamadas Bluetooth, pantalla AMOLED HD y sensores avanzados para tu salud.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-card\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8_NEGRO_-_ADAPTADO_A_SHOPIFY.jpg?v=1754350682\"\u003e\u003cbr\u003e \u003ch3\u003eDiseño premium\u003c\/h3\u003e \u003cp\u003eAcabado metálico, correas intercambiables y carátulas personalizables con fotos y videos.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-card\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8_-_ADAPTADO_A_SHOPIFY.jpg?v=1754350493\"\u003e\u003cbr\u003e \u003ch3\u003eAutonomía extendida\u003c\/h3\u003e \u003cp\u003eBatería de 300 mAh con carga rápida. Hasta 7 días de uso continuo para tu ritmo diario.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- BENEFICIOS DESTACADOS --\u003e \u003cdiv class=\"molvu-benefits-desktop\"\u003e \u003cdiv class=\"molvu-benefit-card\"\u003e \u003ch3\u003eMonitor de salud\u003c\/h3\u003e \u003cp\u003eFrecuencia cardíaca, SpO2, HRV y más de 70 deportes integrados con datos avanzados.\u003c\/p\u003e \u003cp\u003eControl de sueño, estrés, ciclo menstrual y ejercicios de respiración guiada.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-benefit-card\"\u003e \u003ch3\u003eConectividad total\u003c\/h3\u003e \u003cp\u003eRecibe notificaciones, contesta llamadas desde el reloj, controla música, cámara y más.\u003c\/p\u003e \u003cp\u003eApp propia para sincronización estable en Android y iPhone.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-benefit-card\"\u003e \u003ch3\u003eResistencia real\u003c\/h3\u003e \u003cp\u003eCertificación ATM 3: úsalo bajo la lluvia, en el día a día o entrenos duros. Construcción metálica y cristal templado.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- ESPECIFICACIONES Y EXTRAS EN BLOQUE DOBLE --\u003e \u003cdiv class=\"molvu-section molvu-double-box\"\u003e \u003c!-- ESPECIFICACIONES (TABLA) --\u003e \u003cdiv class=\"molvu-specs-box\"\u003e \u003ch3 class=\"molvu-title\"\u003eEspecificaciones\u003c\/h3\u003e \u003ctable class=\"molvu-table\"\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd\u003ePantalla\u003c\/td\u003e \u003ctd\u003e1.43\" AMOLED HD (466x466 px)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eProcesador\u003c\/td\u003e \u003ctd\u003eATS3085S (Actions)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eMemoria\u003c\/td\u003e \u003ctd\u003e128MB RAM + 128MB ROM\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eGPS\u003c\/td\u003e \u003ctd\u003eIntegrado, alta precisión para registrar rutas sin celular\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eConectividad\u003c\/td\u003e \u003ctd\u003eBluetooth 5.0 (iOS 9.0+ \/ Android 5.0+)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eSensores\u003c\/td\u003e \u003ctd\u003eHR, HRV, SpO2, acelerómetro, giroscopio, barómetro\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eBatería\u003c\/td\u003e \u003ctd\u003e300 mAh, hasta 7 días de uso\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eTiempo de carga\u003c\/td\u003e \u003ctd\u003e2 horas aprox. con base magnética\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eResistencia\u003c\/td\u003e \u003ctd\u003eATM 3 - Resistente a salpicaduras y lluvia\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eCompatibilidad\u003c\/td\u003e \u003ctd\u003ePulseras intercambiables (silicona, cuero, acero)\u003c\/td\u003e \u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003c\/div\u003e \u003c!-- EXTRAS QUE MARCAN LA DIFERENCIA --\u003e \u003cdiv class=\"molvu-extras-box\"\u003e \u003ch3 class=\"molvu-title\" style=\"text-align: center;\"\u003eExtras que marcan la diferencia\u003c\/h3\u003e \u003cul class=\"molvu-ul-clean\"\u003e \u003cli style=\"text-align: center;\"\u003eLlamadas desde el reloj con micrófono y teclado numérico\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eModo \"Pantalla siempre encendida\"\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eCarátulas con fotos o videos personales\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eFunción \"Encontrar mi teléfono\" y \"Encontrar mi reloj\"\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eCarga rápida y app propia de sincronización\u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- BANNER FULL WIDTH --\u003e \u003cdiv class=\"banner-wrapper\"\u003e \u003c!-- AQUI VA IMAGEN DE BANNER PRINCIPAL --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/Banner_T8.jpg?v=1756136216\" alt=\"\"\u003e\u003cbr\u003e\u003cbr\u003e \u003c\/div\u003e","brand":"vendor-unknown","offers":[{"title":"Default Title","offer_id":42334989615182,"sku":"MLVT8ROS","price":799.0,"currency_code":"GTQ","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/ROSA1FB.jpg?v=1776211593"},{"product_id":"reloj-t8-negro","title":"Reloj T8 Negro","description":"\u003cstyle\u003e   \/* === ESTRUCTURA PRINCIPAL === *\/   .molvu-double-box {     display: flex;     justify-content: center;     align-items: center;     gap: 32px;     max-width: 1300px;     margin: 0 auto 60px auto;     flex-wrap: wrap;   }   .molvu-specs-box {     flex: 1 1 500px;     border-radius: 12px;     padding: 24px;     background-color: transparent;     box-shadow: none;   }   .molvu-extras-box {     background-color: #f9f9f9;     border-radius: 16px;     box-shadow: 0 0 0 1px #e5e7eb;     padding: 32px 24px;     max-width: 750px;     margin: 0 auto 0px auto;   }   .molvu-section {     margin-bottom: 60px;     padding: 0 16px;   }   \/* === TABLAS === *\/   .molvu-table {     width: 100%;     max-width: 750px;     margin: 0 auto;     border-collapse: collapse;     font-size: 16px;     border-radius: 0;     box-shadow: none;   }   .molvu-table td {   padding: 12px 8px;   vertical-align: top;   word-break: break-word;   white-space: normal; } .molvu-table td:first-child {   width: 35%;   font-weight: bold; } .molvu-table tr {   display: table-row; }   \/* === LISTAS === *\/   .molvu-ul {     list-style: none;     padding-left: 0;     margin-left: 0;     font-size: 16px;     line-height: 1.7;     max-width: 700px;     margin: 0 auto;     text-align: center;   }   .molvu-ul li {     margin-bottom: 6px;     display: block;     list-style-type: none;   }   .molvu-ul-clean {     list-style: none;     padding-left: 0;     font-size: 16px;     line-height: 1.8;     text-align: left;   }   \/* === TARJETAS DE BENEFICIO === *\/   .molvu-benefit-card {     flex: 1 1 30%;     text-align: center;     padding: 16px 20px;     background-color: #fff;     border-radius: 12px;     box-shadow: 0 0 0 1px #e5e7eb;   }   .molvu-benefit-card h3 {     font-size: 20px;     font-weight: 700;     margin-bottom: 14px;     text-transform: uppercase;   }   .molvu-benefit-card p {     font-size: 16px;     line-height: 1.6;     margin-bottom: 10px;   }   .molvu-benefits-desktop {     display: flex;     gap: 32px;     justify-content: center;     margin: 40px auto 60px auto;     max-width: 1600px;   }   @media screen and (max-width: 768px) {   .molvu-benefits-desktop {     flex-direction: column !important;     align-items: stretch !important;     gap: 24px !important;     padding: 0 16px !important;   }   .molvu-benefit-card {     flex: 1 1 100% !important;     width: 100% !important;     max-width: 100% !important;     box-sizing: border-box !important;   } }   \/* === TARJETAS GENERALES === *\/   .molvu-grid3 {     display: flex;     flex-wrap: wrap;     justify-content: space-between;     gap: 24px;     max-width: 1600px;     margin: 0 auto 40px auto;   }   .molvu-card {     flex: 1 1 32%;     box-sizing: border-box;     text-align: center;   }   .molvu-card img {     width: 100%;     height: auto;     margin-bottom: 12px;   }   .molvu-card h3 {     font-size: 20px;     font-weight: 700;     margin-bottom: 8px;   }   .molvu-card p {     font-size: 15px;     line-height: 1.5;     margin-bottom: 6px;   }   \/* === TÍTULOS === *\/   .molvu-title {     font-size: 28px;     font-weight: 600;     margin-bottom: 10px;     text-align: center;   }   \/* === BANNER FULL WIDTH === *\/   .banner-wrapper {     width: 100vw;     margin: 0;     padding: 0;     position: relative;     left: 50%;     margin-left: -50vw;     margin-right: -50vw;   }   .banner-wrapper img {     width: 100%;     height: auto;     display: block;   }   \/* === RESPONSIVE: MÓVIL === *\/   @media screen and (max-width: 768px) {     .molvu-double-box {       flex-direction: column;       padding: 0 16px;     }     .molvu-card,     .molvu-benefit-card {       max-width: 100%;     }     .molvu-grid3 {       flex-direction: column;       padding: 0 8px;     }     .molvu-table td {   display: block;   width: 100% !important;   box-sizing: border-box;   white-space: normal !important;   word-break: break-word !important;   padding: 8px 0; } .molvu-table tr {   display: block;   margin-bottom: 16px; }     .molvu-extras-box {       margin-bottom: 0px !important;     }     .banner-wrapper {       height: 50vh !important;       margin-top: 0 !important;       padding-top: 0 !important;       overflow: hidden;     }     .banner-wrapper img {       width: 100%;       height: 100%;       object-fit: cover;     }   }  \/* === RESPONSIVE: TABLET (769px a 1024px) === *\/ @media screen and (min-width: 769px) and (max-width: 1366px) {   .molvu-double-box {     flex-direction: column;     padding: 0 24px;     gap: 24px;   }   .molvu-benefits-desktop {     flex-direction: column;     align-items: center;     gap: 24px;   }   .molvu-benefit-card {     max-width: 90%;     margin: 0 auto;   }   .molvu-extras-box {     padding: 24px;   }   .banner-wrapper {     height: 45vh;     overflow: hidden;   }   .banner-wrapper img {     width: 100%;     height: 100%;     object-fit: cover;   }   \/* Este bloque estaba mal anidado, ahora está correcto *\/   .molvu-grid3 {     display: flex !important;     flex-direction: row !important;     flex-wrap: nowrap !important;     justify-content: space-between !important;     gap: 24px !important;   }   .molvu-card {     flex: 0 0 33.3333% !important;     max-width: 33.3333% !important;     box-sizing: border-box !important;   } }   \/* === RESPONSIVE: ESCRITORIO GRANDE (min-width: 1025px) === *\/   @media screen and (min-width: 1025px) {     .molvu-double-box {       align-items: center;     }     .molvu-extras-box {       background-color: #f9f9f9;       border-radius: 16px;       box-shadow: 0 0 0 1px #e5e7eb;       padding: 32px 40px;       max-width: 750px;       margin: 0 auto 60px auto;     }   } \u003c\/style\u003e \u003c!-- BLOQUE DE 3 IMÁGENES --\u003e \u003cdiv class=\"molvu-section molvu-grid3\"\u003e \u003cdiv class=\"molvu-card\" style=\"text-align: center;\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8_ROSA_-_ADAPTADO_A_SHOPIFY.jpg?v=1754350596\"\u003e\u003cbr\u003e \u003ch3\u003eTecnología y precisión\u003c\/h3\u003e \u003cp\u003eGPS integrado, llamadas Bluetooth, pantalla AMOLED HD y sensores avanzados para tu salud.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-card\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8_NEGRO_-_ADAPTADO_A_SHOPIFY.jpg?v=1754350682\"\u003e\u003cbr\u003e \u003ch3\u003eDiseño premium\u003c\/h3\u003e \u003cp\u003eAcabado metálico, correas intercambiables y carátulas personalizables con fotos y videos.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-card\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8_-_ADAPTADO_A_SHOPIFY.jpg?v=1754350493\"\u003e\u003cbr\u003e \u003ch3\u003eAutonomía extendida\u003c\/h3\u003e \u003cp\u003eBatería de 300 mAh con carga rápida. Hasta 7 días de uso continuo para tu ritmo diario.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- BENEFICIOS DESTACADOS --\u003e \u003cdiv class=\"molvu-benefits-desktop\"\u003e \u003cdiv class=\"molvu-benefit-card\"\u003e \u003ch3\u003eMonitor de salud\u003c\/h3\u003e \u003cp\u003eFrecuencia cardíaca, SpO2, HRV y más de 70 deportes integrados con datos avanzados.\u003c\/p\u003e \u003cp\u003eControl de sueño, estrés, ciclo menstrual y ejercicios de respiración guiada.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-benefit-card\"\u003e \u003ch3\u003eConectividad total\u003c\/h3\u003e \u003cp\u003eRecibe notificaciones, contesta llamadas desde el reloj, controla música, cámara y más.\u003c\/p\u003e \u003cp\u003eApp propia para sincronización estable en Android y iPhone.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-benefit-card\"\u003e \u003ch3\u003eResistencia real\u003c\/h3\u003e \u003cp\u003eCertificación ATM 3: úsalo bajo la lluvia, en el día a día o entrenos duros. Construcción metálica y cristal templado.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- ESPECIFICACIONES Y EXTRAS EN BLOQUE DOBLE --\u003e \u003cdiv class=\"molvu-section molvu-double-box\"\u003e \u003c!-- ESPECIFICACIONES (TABLA) --\u003e \u003cdiv class=\"molvu-specs-box\"\u003e \u003ch3 class=\"molvu-title\"\u003eEspecificaciones\u003c\/h3\u003e \u003ctable class=\"molvu-table\"\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd\u003ePantalla\u003c\/td\u003e \u003ctd\u003e1.43\" AMOLED HD (466x466 px)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eProcesador\u003c\/td\u003e \u003ctd\u003eATS3085S (Actions)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eMemoria\u003c\/td\u003e \u003ctd\u003e128MB RAM + 128MB ROM\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eGPS\u003c\/td\u003e \u003ctd\u003eIntegrado, alta precisión para registrar rutas sin celular\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eConectividad\u003c\/td\u003e \u003ctd\u003eBluetooth 5.0 (iOS 9.0+ \/ Android 5.0+)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eSensores\u003c\/td\u003e \u003ctd\u003eHR, HRV, SpO2, acelerómetro, giroscopio, barómetro\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eBatería\u003c\/td\u003e \u003ctd\u003e300 mAh, hasta 7 días de uso\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eTiempo de carga\u003c\/td\u003e \u003ctd\u003e2 horas aprox. con base magnética\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eResistencia\u003c\/td\u003e \u003ctd\u003eATM 3 - Resistente a salpicaduras y lluvia\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eCompatibilidad\u003c\/td\u003e \u003ctd\u003ePulseras intercambiables (silicona, cuero, acero)\u003c\/td\u003e \u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003c\/div\u003e \u003c!-- EXTRAS QUE MARCAN LA DIFERENCIA --\u003e \u003cdiv class=\"molvu-extras-box\"\u003e \u003ch3 class=\"molvu-title\" style=\"text-align: center;\"\u003eExtras que marcan la diferencia\u003c\/h3\u003e \u003cul class=\"molvu-ul-clean\"\u003e \u003cli style=\"text-align: center;\"\u003eLlamadas desde el reloj con micrófono y teclado numérico\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eModo \"Pantalla siempre encendida\"\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eCarátulas con fotos o videos personales\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eFunción \"Encontrar mi teléfono\" y \"Encontrar mi reloj\"\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eCarga rápida y app propia de sincronización\u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- BANNER FULL WIDTH --\u003e \u003cdiv class=\"banner-wrapper\"\u003e \u003c!-- AQUI VA IMAGEN DE BANNER PRINCIPAL --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/Banner_T8.jpg?v=1756136216\" alt=\"\"\u003e\u003cbr\u003e\u003cbr\u003e \u003c\/div\u003e","brand":"vendor-unknown","offers":[{"title":"Default Title","offer_id":42334989713486,"sku":"MLVT8NEG","price":799.0,"currency_code":"GTQ","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/NEGRO1.jpg?v=1776115091"},{"product_id":"reloj-t8-gris","title":"Reloj T8 Gris","description":"\u003cstyle\u003e   \/* === ESTRUCTURA PRINCIPAL === *\/   .molvu-double-box {     display: flex;     justify-content: center;     align-items: center;     gap: 32px;     max-width: 1300px;     margin: 0 auto 60px auto;     flex-wrap: wrap;   }   .molvu-specs-box {     flex: 1 1 500px;     border-radius: 12px;     padding: 24px;     background-color: transparent;     box-shadow: none;   }   .molvu-extras-box {     background-color: #f9f9f9;     border-radius: 16px;     box-shadow: 0 0 0 1px #e5e7eb;     padding: 32px 24px;     max-width: 750px;     margin: 0 auto 0px auto;   }   .molvu-section {     margin-bottom: 60px;     padding: 0 16px;   }   \/* === TABLAS === *\/   .molvu-table {     width: 100%;     max-width: 750px;     margin: 0 auto;     border-collapse: collapse;     font-size: 16px;     border-radius: 0;     box-shadow: none;   }   .molvu-table td {   padding: 12px 8px;   vertical-align: top;   word-break: break-word;   white-space: normal; } .molvu-table td:first-child {   width: 35%;   font-weight: bold; } .molvu-table tr {   display: table-row; }   \/* === LISTAS === *\/   .molvu-ul {     list-style: none;     padding-left: 0;     margin-left: 0;     font-size: 16px;     line-height: 1.7;     max-width: 700px;     margin: 0 auto;     text-align: center;   }   .molvu-ul li {     margin-bottom: 6px;     display: block;     list-style-type: none;   }   .molvu-ul-clean {     list-style: none;     padding-left: 0;     font-size: 16px;     line-height: 1.8;     text-align: left;   }   \/* === TARJETAS DE BENEFICIO === *\/   .molvu-benefit-card {     flex: 1 1 30%;     text-align: center;     padding: 16px 20px;     background-color: #fff;     border-radius: 12px;     box-shadow: 0 0 0 1px #e5e7eb;   }   .molvu-benefit-card h3 {     font-size: 20px;     font-weight: 700;     margin-bottom: 14px;     text-transform: uppercase;   }   .molvu-benefit-card p {     font-size: 16px;     line-height: 1.6;     margin-bottom: 10px;   }   .molvu-benefits-desktop {     display: flex;     gap: 32px;     justify-content: center;     margin: 40px auto 60px auto;     max-width: 1600px;   }   @media screen and (max-width: 768px) {   .molvu-benefits-desktop {     flex-direction: column !important;     align-items: stretch !important;     gap: 24px !important;     padding: 0 16px !important;   }   .molvu-benefit-card {     flex: 1 1 100% !important;     width: 100% !important;     max-width: 100% !important;     box-sizing: border-box !important;   } }   \/* === TARJETAS GENERALES === *\/   .molvu-grid3 {     display: flex;     flex-wrap: wrap;     justify-content: space-between;     gap: 24px;     max-width: 1600px;     margin: 0 auto 40px auto;   }   .molvu-card {     flex: 1 1 32%;     box-sizing: border-box;     text-align: center;   }   .molvu-card img {     width: 100%;     height: auto;     margin-bottom: 12px;   }   .molvu-card h3 {     font-size: 20px;     font-weight: 700;     margin-bottom: 8px;   }   .molvu-card p {     font-size: 15px;     line-height: 1.5;     margin-bottom: 6px;   }   \/* === TÍTULOS === *\/   .molvu-title {     font-size: 28px;     font-weight: 600;     margin-bottom: 10px;     text-align: center;   }   \/* === BANNER FULL WIDTH === *\/   .banner-wrapper {     width: 100vw;     margin: 0;     padding: 0;     position: relative;     left: 50%;     margin-left: -50vw;     margin-right: -50vw;   }   .banner-wrapper img {     width: 100%;     height: auto;     display: block;   }   \/* === RESPONSIVE: MÓVIL === *\/   @media screen and (max-width: 768px) {     .molvu-double-box {       flex-direction: column;       padding: 0 16px;     }     .molvu-card,     .molvu-benefit-card {       max-width: 100%;     }     .molvu-grid3 {       flex-direction: column;       padding: 0 8px;     }     .molvu-table td {   display: block;   width: 100% !important;   box-sizing: border-box;   white-space: normal !important;   word-break: break-word !important;   padding: 8px 0; } .molvu-table tr {   display: block;   margin-bottom: 16px; }     .molvu-extras-box {       margin-bottom: 0px !important;     }     .banner-wrapper {       height: 50vh !important;       margin-top: 0 !important;       padding-top: 0 !important;       overflow: hidden;     }     .banner-wrapper img {       width: 100%;       height: 100%;       object-fit: cover;     }   }  \/* === RESPONSIVE: TABLET (769px a 1024px) === *\/ @media screen and (min-width: 769px) and (max-width: 1366px) {   .molvu-double-box {     flex-direction: column;     padding: 0 24px;     gap: 24px;   }   .molvu-benefits-desktop {     flex-direction: column;     align-items: center;     gap: 24px;   }   .molvu-benefit-card {     max-width: 90%;     margin: 0 auto;   }   .molvu-extras-box {     padding: 24px;   }   .banner-wrapper {     height: 45vh;     overflow: hidden;   }   .banner-wrapper img {     width: 100%;     height: 100%;     object-fit: cover;   }   \/* Este bloque estaba mal anidado, ahora está correcto *\/   .molvu-grid3 {     display: flex !important;     flex-direction: row !important;     flex-wrap: nowrap !important;     justify-content: space-between !important;     gap: 24px !important;   }   .molvu-card {     flex: 0 0 33.3333% !important;     max-width: 33.3333% !important;     box-sizing: border-box !important;   } }   \/* === RESPONSIVE: ESCRITORIO GRANDE (min-width: 1025px) === *\/   @media screen and (min-width: 1025px) {     .molvu-double-box {       align-items: center;     }     .molvu-extras-box {       background-color: #f9f9f9;       border-radius: 16px;       box-shadow: 0 0 0 1px #e5e7eb;       padding: 32px 40px;       max-width: 750px;       margin: 0 auto 60px auto;     }   } \u003c\/style\u003e \u003c!-- BLOQUE DE 3 IMÁGENES --\u003e \u003cdiv class=\"molvu-section molvu-grid3\"\u003e \u003cdiv class=\"molvu-card\" style=\"text-align: center;\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8_ROSA_-_ADAPTADO_A_SHOPIFY.jpg?v=1754350596\"\u003e\u003cbr\u003e \u003ch3\u003eTecnología y precisión\u003c\/h3\u003e \u003cp\u003eGPS integrado, llamadas Bluetooth, pantalla AMOLED HD y sensores avanzados para tu salud.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-card\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8_NEGRO_-_ADAPTADO_A_SHOPIFY.jpg?v=1754350682\"\u003e\u003cbr\u003e \u003ch3\u003eDiseño premium\u003c\/h3\u003e \u003cp\u003eAcabado metálico, correas intercambiables y carátulas personalizables con fotos y videos.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-card\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8_-_ADAPTADO_A_SHOPIFY.jpg?v=1754350493\"\u003e\u003cbr\u003e \u003ch3\u003eAutonomía extendida\u003c\/h3\u003e \u003cp\u003eBatería de 300 mAh con carga rápida. Hasta 7 días de uso continuo para tu ritmo diario.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- BENEFICIOS DESTACADOS --\u003e \u003cdiv class=\"molvu-benefits-desktop\"\u003e \u003cdiv class=\"molvu-benefit-card\"\u003e \u003ch3\u003eMonitor de salud\u003c\/h3\u003e \u003cp\u003eFrecuencia cardíaca, SpO2, HRV y más de 70 deportes integrados con datos avanzados.\u003c\/p\u003e \u003cp\u003eControl de sueño, estrés, ciclo menstrual y ejercicios de respiración guiada.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-benefit-card\"\u003e \u003ch3\u003eConectividad total\u003c\/h3\u003e \u003cp\u003eRecibe notificaciones, contesta llamadas desde el reloj, controla música, cámara y más.\u003c\/p\u003e \u003cp\u003eApp propia para sincronización estable en Android y iPhone.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-benefit-card\"\u003e \u003ch3\u003eResistencia real\u003c\/h3\u003e \u003cp\u003eCertificación ATM 3: úsalo bajo la lluvia, en el día a día o entrenos duros. Construcción metálica y cristal templado.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- ESPECIFICACIONES Y EXTRAS EN BLOQUE DOBLE --\u003e \u003cdiv class=\"molvu-section molvu-double-box\"\u003e \u003c!-- ESPECIFICACIONES (TABLA) --\u003e \u003cdiv class=\"molvu-specs-box\"\u003e \u003ch3 class=\"molvu-title\"\u003eEspecificaciones\u003c\/h3\u003e \u003ctable class=\"molvu-table\"\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd\u003ePantalla\u003c\/td\u003e \u003ctd\u003e1.43\" AMOLED HD (466x466 px)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eProcesador\u003c\/td\u003e \u003ctd\u003eATS3085S (Actions)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eMemoria\u003c\/td\u003e \u003ctd\u003e128MB RAM + 128MB ROM\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eGPS\u003c\/td\u003e \u003ctd\u003eIntegrado, alta precisión para registrar rutas sin celular\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eConectividad\u003c\/td\u003e \u003ctd\u003eBluetooth 5.0 (iOS 9.0+ \/ Android 5.0+)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eSensores\u003c\/td\u003e \u003ctd\u003eHR, HRV, SpO2, acelerómetro, giroscopio, barómetro\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eBatería\u003c\/td\u003e \u003ctd\u003e300 mAh, hasta 7 días de uso\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eTiempo de carga\u003c\/td\u003e \u003ctd\u003e2 horas aprox. con base magnética\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eResistencia\u003c\/td\u003e \u003ctd\u003eATM 3 - Resistente a salpicaduras y lluvia\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eCompatibilidad\u003c\/td\u003e \u003ctd\u003ePulseras intercambiables (silicona, cuero, acero)\u003c\/td\u003e \u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003c\/div\u003e \u003c!-- EXTRAS QUE MARCAN LA DIFERENCIA --\u003e \u003cdiv class=\"molvu-extras-box\"\u003e \u003ch3 class=\"molvu-title\" style=\"text-align: center;\"\u003eExtras que marcan la diferencia\u003c\/h3\u003e \u003cul class=\"molvu-ul-clean\"\u003e \u003cli style=\"text-align: center;\"\u003eLlamadas desde el reloj con micrófono y teclado numérico\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eModo \"Pantalla siempre encendida\"\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eCarátulas con fotos o videos personales\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eFunción \"Encontrar mi teléfono\" y \"Encontrar mi reloj\"\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eCarga rápida y app propia de sincronización\u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- BANNER FULL WIDTH --\u003e \u003cdiv class=\"banner-wrapper\"\u003e \u003c!-- AQUI VA IMAGEN DE BANNER PRINCIPAL --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/Banner_T8.jpg?v=1756136216\" alt=\"\"\u003e\u003cbr\u003e\u003cbr\u003e \u003c\/div\u003e","brand":"vendor-unknown","offers":[{"title":"Default Title","offer_id":42612324597838,"sku":"MLVT8GRI","price":799.0,"currency_code":"GTQ","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/GRIS1FB.jpg?v=1776118384"},{"product_id":"reloj-t8-azul","title":"Reloj T8 Azul","description":"\u003cstyle\u003e   \/* === ESTRUCTURA PRINCIPAL === *\/   .molvu-double-box {     display: flex;     justify-content: center;     align-items: center;     gap: 32px;     max-width: 1300px;     margin: 0 auto 60px auto;     flex-wrap: wrap;   }   .molvu-specs-box {     flex: 1 1 500px;     border-radius: 12px;     padding: 24px;     background-color: transparent;     box-shadow: none;   }   .molvu-extras-box {     background-color: #f9f9f9;     border-radius: 16px;     box-shadow: 0 0 0 1px #e5e7eb;     padding: 32px 24px;     max-width: 750px;     margin: 0 auto 0px auto;   }   .molvu-section {     margin-bottom: 60px;     padding: 0 16px;   }   \/* === TABLAS === *\/   .molvu-table {     width: 100%;     max-width: 750px;     margin: 0 auto;     border-collapse: collapse;     font-size: 16px;     border-radius: 0;     box-shadow: none;   }   .molvu-table td {   padding: 12px 8px;   vertical-align: top;   word-break: break-word;   white-space: normal; } .molvu-table td:first-child {   width: 35%;   font-weight: bold; } .molvu-table tr {   display: table-row; }   \/* === LISTAS === *\/   .molvu-ul {     list-style: none;     padding-left: 0;     margin-left: 0;     font-size: 16px;     line-height: 1.7;     max-width: 700px;     margin: 0 auto;     text-align: center;   }   .molvu-ul li {     margin-bottom: 6px;     display: block;     list-style-type: none;   }   .molvu-ul-clean {     list-style: none;     padding-left: 0;     font-size: 16px;     line-height: 1.8;     text-align: left;   }   \/* === TARJETAS DE BENEFICIO === *\/   .molvu-benefit-card {     flex: 1 1 30%;     text-align: center;     padding: 16px 20px;     background-color: #fff;     border-radius: 12px;     box-shadow: 0 0 0 1px #e5e7eb;   }   .molvu-benefit-card h3 {     font-size: 20px;     font-weight: 700;     margin-bottom: 14px;     text-transform: uppercase;   }   .molvu-benefit-card p {     font-size: 16px;     line-height: 1.6;     margin-bottom: 10px;   }   .molvu-benefits-desktop {     display: flex;     gap: 32px;     justify-content: center;     margin: 40px auto 60px auto;     max-width: 1600px;   }   @media screen and (max-width: 768px) {   .molvu-benefits-desktop {     flex-direction: column !important;     align-items: stretch !important;     gap: 24px !important;     padding: 0 16px !important;   }   .molvu-benefit-card {     flex: 1 1 100% !important;     width: 100% !important;     max-width: 100% !important;     box-sizing: border-box !important;   } }   \/* === TARJETAS GENERALES === *\/   .molvu-grid3 {     display: flex;     flex-wrap: wrap;     justify-content: space-between;     gap: 24px;     max-width: 1600px;     margin: 0 auto 40px auto;   }   .molvu-card {     flex: 1 1 32%;     box-sizing: border-box;     text-align: center;   }   .molvu-card img {     width: 100%;     height: auto;     margin-bottom: 12px;   }   .molvu-card h3 {     font-size: 20px;     font-weight: 700;     margin-bottom: 8px;   }   .molvu-card p {     font-size: 15px;     line-height: 1.5;     margin-bottom: 6px;   }   \/* === TÍTULOS === *\/   .molvu-title {     font-size: 28px;     font-weight: 600;     margin-bottom: 10px;     text-align: center;   }   \/* === BANNER FULL WIDTH === *\/   .banner-wrapper {     width: 100vw;     margin: 0;     padding: 0;     position: relative;     left: 50%;     margin-left: -50vw;     margin-right: -50vw;   }   .banner-wrapper img {     width: 100%;     height: auto;     display: block;   }   \/* === RESPONSIVE: MÓVIL === *\/   @media screen and (max-width: 768px) {     .molvu-double-box {       flex-direction: column;       padding: 0 16px;     }     .molvu-card,     .molvu-benefit-card {       max-width: 100%;     }     .molvu-grid3 {       flex-direction: column;       padding: 0 8px;     }     .molvu-table td {   display: block;   width: 100% !important;   box-sizing: border-box;   white-space: normal !important;   word-break: break-word !important;   padding: 8px 0; } .molvu-table tr {   display: block;   margin-bottom: 16px; }     .molvu-extras-box {       margin-bottom: 0px !important;     }     .banner-wrapper {       height: 50vh !important;       margin-top: 0 !important;       padding-top: 0 !important;       overflow: hidden;     }     .banner-wrapper img {       width: 100%;       height: 100%;       object-fit: cover;     }   }  \/* === RESPONSIVE: TABLET (769px a 1024px) === *\/ @media screen and (min-width: 769px) and (max-width: 1366px) {   .molvu-double-box {     flex-direction: column;     padding: 0 24px;     gap: 24px;   }   .molvu-benefits-desktop {     flex-direction: column;     align-items: center;     gap: 24px;   }   .molvu-benefit-card {     max-width: 90%;     margin: 0 auto;   }   .molvu-extras-box {     padding: 24px;   }   .banner-wrapper {     height: 45vh;     overflow: hidden;   }   .banner-wrapper img {     width: 100%;     height: 100%;     object-fit: cover;   }   \/* Este bloque estaba mal anidado, ahora está correcto *\/   .molvu-grid3 {     display: flex !important;     flex-direction: row !important;     flex-wrap: nowrap !important;     justify-content: space-between !important;     gap: 24px !important;   }   .molvu-card {     flex: 0 0 33.3333% !important;     max-width: 33.3333% !important;     box-sizing: border-box !important;   } }   \/* === RESPONSIVE: ESCRITORIO GRANDE (min-width: 1025px) === *\/   @media screen and (min-width: 1025px) {     .molvu-double-box {       align-items: center;     }     .molvu-extras-box {       background-color: #f9f9f9;       border-radius: 16px;       box-shadow: 0 0 0 1px #e5e7eb;       padding: 32px 40px;       max-width: 750px;       margin: 0 auto 60px auto;     }   } \u003c\/style\u003e \u003c!-- BLOQUE DE 3 IMÁGENES --\u003e \u003cdiv class=\"molvu-section molvu-grid3\"\u003e \u003cdiv class=\"molvu-card\" style=\"text-align: center;\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8_ROSA_-_ADAPTADO_A_SHOPIFY.jpg?v=1754350596\"\u003e\u003cbr\u003e \u003ch3\u003eTecnología y precisión\u003c\/h3\u003e \u003cp\u003eGPS integrado, llamadas Bluetooth, pantalla AMOLED HD y sensores avanzados para tu salud.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-card\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8_NEGRO_-_ADAPTADO_A_SHOPIFY.jpg?v=1754350682\"\u003e\u003cbr\u003e \u003ch3\u003eDiseño premium\u003c\/h3\u003e \u003cp\u003eAcabado metálico, correas intercambiables y carátulas personalizables con fotos y videos.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-card\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8_-_ADAPTADO_A_SHOPIFY.jpg?v=1754350493\"\u003e\u003cbr\u003e \u003ch3\u003eAutonomía extendida\u003c\/h3\u003e \u003cp\u003eBatería de 300 mAh con carga rápida. Hasta 7 días de uso continuo para tu ritmo diario.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- BENEFICIOS DESTACADOS --\u003e \u003cdiv class=\"molvu-benefits-desktop\"\u003e \u003cdiv class=\"molvu-benefit-card\"\u003e \u003ch3\u003eMonitor de salud\u003c\/h3\u003e \u003cp\u003eFrecuencia cardíaca, SpO2, HRV y más de 70 deportes integrados con datos avanzados.\u003c\/p\u003e \u003cp\u003eControl de sueño, estrés, ciclo menstrual y ejercicios de respiración guiada.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-benefit-card\"\u003e \u003ch3\u003eConectividad total\u003c\/h3\u003e \u003cp\u003eRecibe notificaciones, contesta llamadas desde el reloj, controla música, cámara y más.\u003c\/p\u003e \u003cp\u003eApp propia para sincronización estable en Android y iPhone.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"molvu-benefit-card\"\u003e \u003ch3\u003eResistencia real\u003c\/h3\u003e \u003cp\u003eCertificación ATM 3: úsalo bajo la lluvia, en el día a día o entrenos duros. Construcción metálica y cristal templado.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- ESPECIFICACIONES Y EXTRAS EN BLOQUE DOBLE --\u003e \u003cdiv class=\"molvu-section molvu-double-box\"\u003e \u003c!-- ESPECIFICACIONES (TABLA) --\u003e \u003cdiv class=\"molvu-specs-box\"\u003e \u003ch3 class=\"molvu-title\"\u003eEspecificaciones\u003c\/h3\u003e \u003ctable class=\"molvu-table\"\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd\u003ePantalla\u003c\/td\u003e \u003ctd\u003e1.43\" AMOLED HD (466x466 px)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eProcesador\u003c\/td\u003e \u003ctd\u003eATS3085S (Actions)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eMemoria\u003c\/td\u003e \u003ctd\u003e128MB RAM + 128MB ROM\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eGPS\u003c\/td\u003e \u003ctd\u003eIntegrado, alta precisión para registrar rutas sin celular\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eConectividad\u003c\/td\u003e \u003ctd\u003eBluetooth 5.0 (iOS 9.0+ \/ Android 5.0+)\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eSensores\u003c\/td\u003e \u003ctd\u003eHR, HRV, SpO2, acelerómetro, giroscopio, barómetro\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eBatería\u003c\/td\u003e \u003ctd\u003e300 mAh, hasta 7 días de uso\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eTiempo de carga\u003c\/td\u003e \u003ctd\u003e2 horas aprox. con base magnética\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eResistencia\u003c\/td\u003e \u003ctd\u003eATM 3 - Resistente a salpicaduras y lluvia\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eCompatibilidad\u003c\/td\u003e \u003ctd\u003ePulseras intercambiables (silicona, cuero, acero)\u003c\/td\u003e \u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003c\/div\u003e \u003c!-- EXTRAS QUE MARCAN LA DIFERENCIA --\u003e \u003cdiv class=\"molvu-extras-box\"\u003e \u003ch3 class=\"molvu-title\" style=\"text-align: center;\"\u003eExtras que marcan la diferencia\u003c\/h3\u003e \u003cul class=\"molvu-ul-clean\"\u003e \u003cli style=\"text-align: center;\"\u003eLlamadas desde el reloj con micrófono y teclado numérico\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eModo \"Pantalla siempre encendida\"\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eCarátulas con fotos o videos personales\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eFunción \"Encontrar mi teléfono\" y \"Encontrar mi reloj\"\u003c\/li\u003e \u003cli style=\"text-align: center;\"\u003eCarga rápida y app propia de sincronización\u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- BANNER FULL WIDTH --\u003e \u003cdiv class=\"banner-wrapper\"\u003e \u003c!-- AQUI VA IMAGEN DE BANNER PRINCIPAL --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/Banner_T8.jpg?v=1756136216\" alt=\"\"\u003e\u003cbr\u003e\u003cbr\u003e \u003c\/div\u003e","brand":"vendor-unknown","offers":[{"title":"Default Title","offer_id":43186161254478,"sku":"MLVT8AZU","price":799.0,"currency_code":"GTQ","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/4878\/2926\/files\/T8AZUL.jpg?v=1776211685"}],"url":"https:\/\/molvu.com.gt\/collections\/combo-relojes-t8.oembed","provider":"Molvu","version":"1.0","type":"link"}