{"product_id":"google-pixel-10-pro-fold","title":"Google Pixel 10 Pro Fold","description":"\u003c!-- INICIA EL CÓDIGO PARA LA DESCRIPCIÓN DE SHOPIFY --\u003e\n\u003cstyle\u003e\n    \/* --- Estilos Generales --- *\/\n    .pixel-landing-container {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';\n        max-width: 900px;\n        margin: 0 auto;\n        color: #1f1f1f;\n        line-height: 1.6;\n    }\n\n    \/* --- Tipografía (Mobile First) --- *\/\n    .pixel-landing-container h1 { font-size: 36px; font-weight: 800; line-height: 1.1; margin-bottom: 20px; text-align: center; }\n    .pixel-landing-container h2 { font-size: 28px; font-weight: 700; line-height: 1.2; text-align: center; margin-bottom: 15px; }\n    .pixel-landing-container .section-subtitle { font-size: 16px; color: #5f6368; text-align: center; max-width: 600px; margin: 0 auto 40px auto; }\n    .pixel-landing-container h3 { font-size: 22px; font-weight: 600; margin-bottom: 8px; }\n    .pixel-landing-container p { font-size: 16px; color: #3c4043; }\n\n    \/* --- Estructura de Secciones (Mobile First) --- *\/\n    .pixel-section { padding: 40px 20px; }\n    .two-column-layout { display: flex; flex-direction: column; align-items: center; gap: 30px; margin-bottom: 40px; }\n    .column-left, .column-right { flex: 1; width: 100%; }\n    .column-left img, .column-left video,\n    .column-right img, .column-right video { \n        width: 100%; \n        border-radius: 20px; \n    }\n\n    \/* --- Sección 1: Hero Principal (Mobile First) --- *\/\n    .hero-section .column-left { \n        display: flex; \n        flex-direction: column; \n        justify-content: center; \n        text-align: center; \n    }\n\n    \/* --- SECCIÓN: Multitarea --- *\/\n    .multitask-section .column-left {\n        justify-content: center;\n    }\n    .feature-list-item {\n        display: flex;\n        align-items: center;\n        gap: 15px;\n        margin-bottom: 20px;\n    }\n    .feature-list-icon {\n        width: 24px;\n        height: 24px;\n        flex-shrink: 0;\n    }\n    \n    \/* --- SECCIÓN: Pantalla Grande --- *\/\n    .large-screen-section {\n        text-align: center;\n    }\n    .large-screen-section video {\n        width: 100%;\n        max-width: 700px;\n        margin-top: 30px;\n        border-radius: 20px;\n    }\n\n    \/* --- SECCIÓN: Durabilidad y Despliegue --- *\/\n    .feature-block {\n        margin-bottom: 40px;\n    }\n    .feature-block img, .feature-block video {\n        width: 100%;\n        border-radius: 20px;\n        margin-bottom: 15px;\n    }\n    .feature-block p {\n        max-width: 450px;\n        margin: 0 auto;\n        text-align: center;\n    }\n    .two-col-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 30px;\n        align-items: start;\n    }\n    \n    \/* --- SECCIÓN: IA --- *\/\n    .ai-features-section .column-text {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        text-align: center;\n    }\n    .ai-features-section .two-column-layout video {\n        aspect-ratio: 1 \/ 1;\n        object-fit: cover;\n        max-width: 400px;\n        margin: 0 auto;\n    }\n\n    \/* --- SECCIÓN: HERRAMIENTAS DE FOTO IA (NUEVO DISEÑO) --- *\/\n    .ai-photo-tools-section .column-text {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        text-align: center;\n    }\n    .ai-photo-tools-section .two-column-layout video,\n    .ai-photo-tools-section .two-column-layout img {\n        aspect-ratio: 1 \/ 1;\n        object-fit: cover;\n        max-width: 400px;\n        margin: 0 auto;\n    }\n\n    \/* --- SECCIÓN: RENDIMIENTO --- *\/\n    .performance-section .feature-block {\n        text-align: center;\n    }\n    .performance-section .feature-block h3 {\n        font-size: 20px;\n    }\n\n    \/* --- SECCIÓN: ESPECIFICACIONES (DESPLEGABLE) --- *\/\n    .specs-section details {\n        border-top: 1px solid #e0e0e0;\n        border-bottom: 1px solid #e0e0e0;\n    }\n    .specs-section summary {\n        font-size: 24px;\n        font-weight: 700;\n        padding: 25px 0;\n        cursor: pointer;\n        list-style: none; \/* Oculta el marcador por defecto *\/\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n    .specs-section summary::-webkit-details-marker {\n        display: none; \/* Oculta el marcador en Safari\/Chrome *\/\n    }\n    .specs-section summary::after {\n        content: '+';\n        font-size: 36px;\n        font-weight: 300;\n        transition: transform 0.2s;\n    }\n    .specs-section details[open] summary::after {\n        content: '−';\n        transform: rotate(180deg);\n    }\n    .specs-content {\n        padding: 20px 0;\n    }\n    .spec-category {\n        margin-bottom: 30px;\n        padding-bottom: 30px;\n        border-bottom: 1px solid #e0e0e0;\n    }\n    .spec-category:last-child {\n        border-bottom: none;\n        margin-bottom: 0;\n    }\n    .spec-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 15px;\n    }\n    .spec-item {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 5px;\n    }\n    .spec-item-title {\n        font-weight: 600;\n        color: #1f1f1f;\n    }\n    .spec-item-value {\n        color: #5f6368;\n        font-size: 15px;\n    }\n    .spec-item-value ul {\n        list-style-position: inside;\n        padding-left: 0;\n        margin: 0;\n    }\n\n    \/* --- NUEVA SECCIÓN: PREGUNTAS FRECUENTES Y GARANTÍA --- *\/\n    .faq-section {\n        border-top: 1px solid #e0e0e0;\n    }\n    .faq-item {\n        border-bottom: 1px solid #e0e0e0;\n    }\n    .faq-item summary {\n        font-weight: 600;\n        font-size: 18px;\n        cursor: pointer;\n        list-style: none;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 20px 0;\n    }\n    .faq-item summary::-webkit-details-marker {\n        display: none;\n    }\n    .faq-item summary::after {\n        content: '+';\n        font-size: 28px;\n        font-weight: 300;\n        transition: transform 0.2s;\n        flex-shrink: 0;\n        margin-left: 15px;\n    }\n    .faq-item[open] summary::after {\n        content: '−';\n    }\n    .faq-content {\n        padding-bottom: 20px;\n        color: #3c4043;\n    }\n    .warranty-section h4 {\n        font-size: 18px;\n        font-weight: 700;\n        margin-top: 20px;\n        margin-bottom: 10px;\n        text-transform: uppercase;\n    }\n    .warranty-section p {\n        margin-bottom: 15px;\n    }\n\n    \/* Estilos para la pestaña de FAQ destacada *\/\n    .faq-item.highlight {\n        background-color: #f0f6ff;\n        border: 1px solid #d1e3ff;\n        border-radius: 12px;\n        margin-top: 10px;\n        margin-bottom: 10px;\n        padding: 0 15px;\n        border-bottom: 1px solid #d1e3ff;\n    }\n    .faq-item.highlight h4 {\n        font-size: 16px;\n        font-weight: 700;\n        margin-top: 15px;\n        margin-bottom: 5px;\n    }\n    .faq-item.highlight ol, .faq-item.highlight ul {\n        list-style-position: outside;\n        padding-left: 20px;\n        margin-bottom: 15px;\n    }\n    .faq-item.highlight .promo-code {\n        background-color: #e6f7ff;\n        border: 1px dashed #91d5ff;\n        padding: 15px;\n        border-radius: 8px;\n        text-align: center;\n        margin-top: 20px;\n    }\n    .faq-item.highlight .promo-code p {\n        margin: 0;\n    }\n\n    \/* --- Estilos para Desktop (Pantallas más grandes de 768px) --- *\/\n    @media (min-width: 768px) {\n        .pixel-landing-container h1 { font-size: 48px; text-align: left; }\n        .pixel-landing-container h2 { font-size: 36px; text-align: left;}\n        .pixel-section { padding: 60px 20px; }\n        .two-column-layout { flex-direction: row; }\n        .hero-section .column-left { \n            text-align: left; \n            align-items: flex-start;\n        }\n        .two-col-grid { grid-template-columns: 1fr 1fr; }\n        \n        \/* Reglas de alternancia *\/\n        .ai-photo-tools-section .two-column-layout:nth-child(even),\n        .unfold-features-section .two-column-layout:nth-child(odd) {\n             flex-direction: row-reverse;\n        }\n\n        .ai-features-section .column-text,\n        .ai-photo-tools-section .column-text,\n        .unfold-features-section .column-right {\n            text-align: left;\n        }\n        \n        .spec-grid {\n            grid-template-columns: 1fr 1fr; \/* 2 columnas para especificaciones *\/\n            gap: 30px;\n        }\n        .spec-item {\n            grid-template-columns: 200px 1fr; \/* Columna fija para títulos *\/\n            gap: 20px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pixel-landing-container\"\u003e\n\n\n    \u003c!-- SECCIÓN 1: HERO PRINCIPAL --\u003e\n    \u003csection class=\"pixel-section hero-section\" style=\"background-color: #f8f9fa; border-radius: 20px;\"\u003e\n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left\"\u003e\n\n                \u003ch1\u003eUnfold the extraordinary.\u003c\/h1\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right\"\u003e\n\n                \u003c!-- RECURSO VISUAL PRINCIPAL ACTUALIZADO A VIDEO --\u003e\n                \u003cvideo autoplay loop muted playsinline\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9751181dce27479c90ce5cd12c146115.webm\" type=\"video\/webm\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN 2: MULTITAREA Y ENTRETENIMIENTO --\u003e\n    \u003csection class=\"pixel-section multitask-section\"\u003e\n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left\"\u003e\n\n                \u003ch2\u003eOur best phone for multitasking and entertainment.\u003c\/h2\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right\"\u003e\n\n                \u003cdiv class=\"feature-list\"\u003e\n\n                    \u003cdiv class=\"feature-list-item\"\u003e\n\n                        \u003csvg class=\"feature-list-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 3.75v4.5m0-4.5h4.5m-4.5 0L9 9M3.75 20.25v-4.5m0 4.5h4.5m-4.5 0L9 15M20.25 3.75h-4.5m4.5 0v4.5m0-4.5L15 9m5.25 11.25h-4.5m4.5 0v-4.5m0 4.5L15 15\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                        \u003cp\u003e8\" Super Actua Flex. Our largest display yet.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-list-item\"\u003e\n\n                        \u003csvg class=\"feature-list-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                        \u003cp\u003eThe most advanced AI in a Pixel.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-list-item\"\u003e\n\n                        \u003csvg class=\"feature-list-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.827 6.175A2.31 2.31 0 0 1 5.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 0 0 2.25 2.25h15A2.25 2.25 0 0 0 21.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 0 0-1.134-.175 2.31 2.31 0 0 1-1.64-1.055l-.822-1.316a2.192 2.192 0 0 0-1.736-1.039 48.776 48.776 0 0 0-5.232 0 2.192 2.192 0 0 0-1.736 1.039l-.821 1.316Z\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 12.75a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM18.75 10.5h.008v.008h-.008V10.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                        \u003cp\u003ePixel's incredible camera, folded in.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-list-item\"\u003e\n\n                        \u003csvg class=\"feature-list-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                        \u003cp\u003eCan withstand over 10 years of folding.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"feature-list-item\"\u003e\n\n                        \u003csvg class=\"feature-list-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 21v-1.5M15.75 3v1.5m0 16.5v-1.5\"\u003e\u003c\/path\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 2.252A8.014 8.014 0 0 1 17.25 6H6.75a8.014 8.014 0 0 1 5.25-3.748ZM12 21.75a8.014 8.014 0 0 1-5.25-3.75h10.5a8.014 8.014 0 0 1-5.25 3.75Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                        \u003cp\u003eNext-gen chip for top-tier AI performance.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n    \n    \u003c!-- SECCIÓN 3: PANTALLA GRANDE --\u003e\n    \u003csection class=\"pixel-section large-screen-section\"\u003e\n        \u003ch2 style=\"text-align: center;\"\u003eA surprisingly large display, made this thin.\u003c\/h2\u003e\n\n        \u003c!-- IMAGEN DE PANTALLA PLEGABLE ACTUALIZADA A VIDEO --\u003e\n        \u003cvideo autoplay loop muted playsinline\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4891143f51724a2a8c0c6eb47ad9a902.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN 4: DURABILIDAD --\u003e\n    \u003csection class=\"pixel-section durability-section\"\u003e\n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left\"\u003e\n\n                \u003c!-- RECURSO ACTUALIZADO A VIDEO --\u003e\n                \u003cvideo autoplay loop muted playsinline\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/471af6bf68b349b980197fdaa8ee7d15.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right\"\u003e\n\n                \u003ch3\u003eYou might think it’s a tablet.\u003c\/h3\u003e\n\n                \u003cp\u003eWhen it’s open, it’s easy to browse, search, and play on the immersive 8-inch Super Actua Flex display.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"two-col-grid\" style=\"margin-top: 40px;\"\u003e\n\n            \u003cdiv class=\"feature-block\"\u003e\n\n                \u003c!-- RECURSO ACTUALIZADO A VIDEO --\u003e\n                \u003cvideo autoplay loop muted playsinline\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8567478fc20147ac8ace83783723a5b7.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n                \u003cp\u003eThe new, high-strength gearless hinge makes Pixel Fold super durable and able to withstand 10 years of folding.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-block\"\u003e\n\n                \u003c!-- RECURSO ACTUALIZADO A IMAGEN --\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_9.jpg?v=1755960463\" alt=\"Pixel Fold with dust and water resistance\"\u003e\n                \u003cp\u003eIt’s our first foldable with a dust and water resistance rating. And with Corning® Gorilla® Glass Victus® 2, it stands up to slips, drops, and spills.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN 5: CARACTERÍSTICAS AL DESPLEGAR --\u003e\n    \u003csection class=\"pixel-section unfold-features-section\"\u003e\n        \u003ch2 style=\"text-align: center;\"\u003eSo, here’s what happens when you unfold it.\u003c\/h2\u003e\n\n        \u003cp class=\"section-subtitle\"\u003eGet lost in the brilliant 8\" Super Actua Flex display. It’s our best, largest display for multitasking and entertainment.\u003c\/p\u003e\n\n\n        \u003cdiv class=\"feature-block\"\u003e\n\n            \u003c!-- RECURSO ACTUALIZADO A VIDEO --\u003e\n            \u003cvideo autoplay loop muted playsinline\u003e\n                \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ecf53f27c53945d8b679b0d4ffa73f13.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n            \u003cp style=\"text-align: center; margin-top: 15px;\"\u003e\u003cstrong\u003eDivide and conquer, with Split Screen.\u003c\/strong\u003e\u003cbr\u003eCheck your email while you watch a video. Seamlessly drag and drop images with Split Screen.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left\"\u003e\n\n                \u003c!-- RECURSO ACTUALIZADO A IMAGEN --\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_10.jpg?v=1755962344\" alt=\"Pixel Fold in tabletop mode\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right\" style=\"display: flex; flex-direction: column; justify-content: center;\"\u003e\n\n                \u003ch3\u003eEnjoy content hands-free, with tabletop mode.\u003c\/h3\u003e\n\n                \u003cp\u003eTent your phone in tabletop mode for a comfortable way to watch your favorites.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left\"\u003e\n\n                \u003c!-- RECURSO ACTUALIZADO A VIDEO --\u003e\n                \u003cvideo autoplay loop muted playsinline\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b41dc1c84c8a46cfa089df03d2267eb8.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right\" style=\"display: flex; flex-direction: column; justify-content: center;\"\u003e\n\n                \u003ch3\u003eDo things only a Pixel Fold can do with Rear Camera Selfie.\u003c\/h3\u003e\n\n                \u003cp\u003eWith a flexible design and advanced AI, you can take high-quality, hands-free photos and get amazing low-light shots.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN: CÁMARA PLEGADA --\u003e\n    \u003csection class=\"pixel-section single-image-section\"\u003e\n        \u003ch2 style=\"text-align: center;\"\u003eAnd of course, all things Pixel are folded in.\u003c\/h2\u003e\n\n        \u003c!-- RECURSO ACTUALIZADO A VIDEO --\u003e\n        \u003cvideo autoplay loop muted playsinline style=\"width: 100%; border-radius: 20px; max-width: 700px; margin: 30px auto 0 auto; display: block;\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fa7f0bf520774d90af44060295abc4f0.webm\" type=\"video\/webm\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN: IA --\u003e\n    \u003csection class=\"pixel-section ai-features-section\"\u003e\n        \u003ch2 style=\"text-align: center; margin-bottom: 40px;\"\u003eThe best of Google AI, ready in the moments you need it.\u003c\/h2\u003e\n\n\n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left\"\u003e\n\n                 \u003cvideo autoplay loop muted playsinline\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8392164b542d49a3928e1930e57072cc.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right column-text\"\u003e\n\n                \u003ch3\u003eSearch anything, anywhere.\u003c\/h3\u003e\n\n                \u003cp\u003eSearch anything right from the app you’re using. Simply circle an image, video, or text with your finger, and Google AI will quickly find it.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left column-text\"\u003e\n\n                \u003ch3\u003eCommunicate in other languages.\u003c\/h3\u003e\n\n                \u003cp\u003eCommunicate in other languages with Live Translate. Translate face-to-face conversations and text from signs and menus with your camera.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right\"\u003e\n\n                 \u003cvideo autoplay loop muted playsinline\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/2ea7f2211e4345b181a2876c6cacbf41.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left\"\u003e\n\n                \u003cvideo autoplay loop muted playsinline\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/44ffe3c0e8c54c11b3bca51486fc2965.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right column-text\"\u003e\n\n                \u003ch3\u003eSmarter calling.\u003c\/h3\u003e\n\n                \u003cp\u003eGoogle’s Call Assist answers unfamiliar numbers for you. And with Call Screen, Google can detect and filter even more spam calls.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN: HERRAMIENTAS DE FOTO IA --\u003e\n    \u003csection class=\"pixel-section ai-photo-tools-section\"\u003e\n        \u003ch2 style=\"text-align: center;\"\u003eThe AI photo tools everyone’s talking about.\u003c\/h2\u003e\n\n        \n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left\"\u003e\n\n                \u003cvideo autoplay loop muted playsinline\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/543e7090a488458e9c11cf65ae695027.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right column-text\"\u003e\n\n                \u003ch3\u003eTake the shot. And be in it too.\u003c\/h3\u003e\n\n                \u003cp\u003eWith Add Ambiance, it’s even easier to make sure no one’s left out. You can now add the photographer to bigger groups and be more creative.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left column-text\"\u003e\n\n                 \u003ch3\u003eTake your best shots with Gemini’s help.\u003c\/h3\u003e\n\n                \u003cp\u003eCamera Assistant uses Gemini’s models to analyze the scene, offer you suggestions, and help you find the best angle and lighting. It can even suggest the best modes to use.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right\"\u003e\n\n                \u003cvideo autoplay loop muted playsinline\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/938fffe97c1f4e9fac08dae0c7322d3e.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left\"\u003e\n\n                \u003cvideo autoplay loop muted playsinline\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/891e8e464a064af0bec9f32c835bb5f3.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right column-text\"\u003e\n\n                \u003ch3\u003e10.8 MP telephoto camera.\u003c\/h3\u003e\n\n                \u003cp\u003eWith a 5x telephoto lens and Super Res Zoom up to 20x, you can get stunning close-ups from afar.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN: RENDIMIENTO --\u003e\n    \u003csection class=\"pixel-section performance-section\"\u003e\n        \u003ch2 style=\"text-align: center;\"\u003ePro-level performance.\u003c\/h2\u003e\n\n\n        \u003cdiv class=\"feature-block\" style=\"margin-top: 40px; margin-bottom: 60px;\"\u003e\n\n            \u003c!-- RECURSO ACTUALIZADO A VIDEO --\u003e\n            \u003cvideo autoplay loop muted playsinline style=\"border-radius: 20px;\"\u003e\n                \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1452a8c819f84eaf98864624cddc8cc4.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n            \u003cdiv style=\"max-width: 600px; margin: 20px auto 0 auto; text-align: center;\"\u003e\n\n                \u003ch3\u003ePixel's biggest chip upgrade yet.\u003c\/h3\u003e\n\n                \u003cp\u003eGoogle’s G5 chip is designed for powerful multitasking. It has a TPU that’s up to 10x more powerful and a CPU that’s up to 20% faster so you can stream and game seamlessly, and get Google’s most advanced AI – all with incredible battery life.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"two-col-grid\"\u003e\n\n            \u003cdiv class=\"feature-block\"\u003e\n\n                \u003c!-- RECURSO ACTUALIZADO A IMAGEN --\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_11.jpg?v=1755966734\" alt=\"Pixel Fold battery\"\u003e\n                \u003ch3 style=\"text-align: center; margin-top: 15px;\"\u003e24+ hours. One charge.\u003c\/h3\u003e\n\n                \u003cp\u003ePixel Fold can last over 24 hours, and up to 84 hours with Extreme Battery Saver. Charge up to 50% in just 30 minutes.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-block\"\u003e\n\n                \u003c!-- RECURSO ACTUALIZADO A VIDEO --\u003e\n                \u003cvideo autoplay loop muted playsinline\u003e\n                    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/443709690f274424904f393281fca260.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n                \u003ch3 style=\"text-align: center; margin-top: 15px;\"\u003eWireless charging in a snap.\u003c\/h3\u003e\n\n                \u003cp\u003eMagnetic PixelSnap technology lets you attach Qi2 wireless chargers and other accessories you can choose from – stands, grips, wallets, and more.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN: ESPECIFICACIONES DESPLEGABLES --\u003e\n    \u003csection class=\"pixel-section specs-section\"\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eExplore the specs.\u003c\/summary\u003e\n            \u003cdiv class=\"specs-content\"\u003e\n\n                \u003c!-- Categoría: Pantalla --\u003e\n                \u003cdiv class=\"spec-category\"\u003e\n\n                    \u003cdiv class=\"spec-grid\"\u003e\n\n                        \u003cdiv class=\"spec-item\"\u003e\n\n                            \u003cdiv class=\"spec-item-title\"\u003eDisplay\u003c\/div\u003e\n\n                            \u003cdiv class=\"spec-item-value\"\u003e\n\n                                \u003cul\u003e\n\n                                    \u003cli\u003e6.4-inch Actua Display\u003c\/li\u003e\n\n                                    \u003cli\u003eOLED 1080 x 2364 at 408 PPI\u003c\/li\u003e\n\n                                    \u003cli\u003eSmooth Display (60-120Hz)\u003c\/li\u003e\n\n                                    \u003cli\u003eCorning® Gorilla® Glass Victus® 2\u003c\/li\u003e\n\n                                \u003c\/ul\u003e\n\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"spec-item\"\u003e\n\n                            \u003cdiv class=\"spec-item-title\"\u003eDisplay (inner)\u003c\/div\u003e\n\n                            \u003cdiv class=\"spec-item-value\"\u003e\n\n                                \u003cul\u003e\n\n                                    \u003cli\u003e8-inch Super Actua Flex Display\u003c\/li\u003e\n\n                                    \u003cli\u003eOLED 2076 x 2152 at 373 PPI\u003c\/li\u003e\n\n                                    \u003cli\u003eSmooth Display (1-120 Hz)\u003c\/li\u003e\n\n                                    \u003cli\u003eUltra Thin Glass\u003c\/li\u003e\n\n                                \u003c\/ul\u003e\n\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003c!-- Categoría: Dimensiones y Batería --\u003e\n                \u003cdiv class=\"spec-category\"\u003e\n\n                    \u003cdiv class=\"spec-grid\"\u003e\n\n                        \u003cdiv class=\"spec-item\"\u003e\n\n                            \u003cdiv class=\"spec-item-title\"\u003eDimensions \u0026amp; weight\u003c\/div\u003e\n\n                            \u003cdiv class=\"spec-item-value\"\u003e\n\n                                Folded: 15.5 x 7.6 x 1 cm\u003cbr\u003e\n                                Unfolded: 15.5 x 15 x 0.5 cm\u003cbr\u003e\n                                258 g\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"spec-item\"\u003e\n\n                            \u003cdiv class=\"spec-item-title\"\u003eBattery \u0026amp; charging\u003c\/div\u003e\n\n                            \u003cdiv class=\"spec-item-value\"\u003e\n\n                                24+ hour battery\u003cbr\u003e\n                                Fast charging: up to 50% in 30 min\u003cbr\u003e\n                                Pixelsnap (Qi2) wireless charging\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003c!-- Categoría: Memoria y Procesador --\u003e\n                \u003cdiv class=\"spec-category\"\u003e\n\n                    \u003cdiv class=\"spec-grid\"\u003e\n\n                        \u003cdiv class=\"spec-item\"\u003e\n\n                            \u003cdiv class=\"spec-item-title\"\u003eMemory \u0026amp; storage\u003c\/div\u003e\n\n                            \u003cdiv class=\"spec-item-value\"\u003e16 GB RAM\u003cbr\u003e256 GB \/ 512 GB \/ 1 TB\u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"spec-item\"\u003e\n\n                            \u003cdiv class=\"spec-item-title\"\u003eProcessor\u003c\/div\u003e\n\n                            \u003cdiv class=\"spec-item-value\"\u003eGoogle Tensor G5\u003cbr\u003eTitan M2 security coprocessor\u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003c!-- Categoría: Cámara Trasera --\u003e\n                \u003cdiv class=\"spec-category\"\u003e\n\n                     \u003cdiv class=\"spec-grid\"\u003e\n\n                        \u003cdiv class=\"spec-item\"\u003e\n\n                            \u003cdiv class=\"spec-item-title\"\u003eRear camera\u003c\/div\u003e\n\n                            \u003cdiv class=\"spec-item-value\"\u003e\n\n                                \u003cul\u003e\n\n                                    \u003cli\u003e48 MP wide\u003c\/li\u003e\n\n                                    \u003cli\u003e10.5 MP ultrawide\u003c\/li\u003e\n\n                                    \u003cli\u003e10.8 MP telephoto with 5x zoom\u003c\/li\u003e\n\n                                    \u003cli\u003eSuper Res Zoom up to 20x\u003c\/li\u003e\n\n                                \u003c\/ul\u003e\n\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"spec-item\"\u003e\n\n                            \u003cdiv class=\"spec-item-title\"\u003eFront cameras\u003c\/div\u003e\n\n                            \u003cdiv class=\"spec-item-value\"\u003e\n\n                                \u003cul\u003e\n\n                                    \u003cli\u003eOuter: 10 MP selfie camera\u003c\/li\u003e\n\n                                    \u003cli\u003eInner: 10 MP\u003c\/li\u003e\n\n                                \u003c\/ul\u003e\n\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                 \u003c!-- Category: Materials and Durability --\u003e\n                 \u003cdiv class=\"spec-category\"\u003e\n\n                    \u003cdiv class=\"spec-grid\"\u003e\n\n                       \u003cdiv class=\"spec-item\"\u003e\n\n                           \u003cdiv class=\"spec-item-title\"\u003eMaterials and durability\u003c\/div\u003e\n\n                           \u003cdiv class=\"spec-item-value\"\u003e\n\n                               \u003cul\u003e\n\n                                   \u003cli\u003eCorning® Gorilla® Glass Victus® 2\u003c\/li\u003e\n\n                                   \u003cli\u003eIP68 dust and water resistance\u003c\/li\u003e\n\n                                   \u003cli\u003eMulti-alloy steel hinge\u003c\/li\u003e\n\n                                   \u003cli\u003eMade with recycled materials\u003c\/li\u003e\n\n                               \u003c\/ul\u003e\n\n                           \u003c\/div\u003e\n\n                       \u003c\/div\u003e\n\n                       \u003cdiv class=\"spec-item\"\u003e\n\n                           \u003cdiv class=\"spec-item-title\"\u003eWhat's in the box\u003c\/div\u003e\n\n                           \u003cdiv class=\"spec-item-value\"\u003e\n\n                               Pixel Fold\u003cbr\u003e\n                               1 m USB-C® to USB-C® cable\u003cbr\u003e\n                               SIM tool\n                           \u003c\/div\u003e\n\n                       \u003c\/div\u003e\n\n                   \u003c\/div\u003e\n\n               \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/details\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- NEW SECTION: FREQUENTLY ASKED QUESTIONS AND WARRANTY --\u003e\n    \u003csection class=\"pixel-section faq-section\"\u003e\n        \u003ch2 style=\"text-align: center; margin-bottom: 40px;\"\u003eFrequently Asked Questions and Warranty\u003c\/h2\u003e\n\n\n        \u003cdiv class=\"faq-container\"\u003e\n\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eWhen will I receive my order?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003e\n\n                    \u003cp\u003eThe product launches in the United States on August 28th. In Chile, we estimate that shipments will begin to be dispatched starting September 4th, following the order in which orders were received. Once your order is dispatched, the estimated delivery time is 5 to 10 business days.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eWill the device work in Chile?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003e\n\n                    \u003cp\u003eYes. All our devices are approved and 100% operational for all carriers in Chile.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eWhat is an unlocked Pixel Fold?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003e\n\n                    \u003cp\u003eIt means the phone is not tied to any carrier. You have the freedom to choose the company and data plan you prefer.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eIs the Pixel Fold compatible with 5G networks?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003e\n\n                    \u003cp\u003eYes, the Google Pixel Fold is compatible with 5G networks. Service will depend on your carrier's coverage.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n             \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eWhat is included in the box?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003e\n\n                    \u003cp\u003eThe box includes the Google Pixel Fold, a 1-meter USB-C® to USB-C® charging cable, and the SIM tool. The wall charger is sold separately.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n            \n            \u003c!-- Highlighted FAQ tab --\u003e\n            \u003cdetails class=\"faq-item highlight\"\u003e\n                \u003csummary\u003eCan I pay in installments from Chile?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003e\n\n                    \u003cp style=\"margin-top: 15px;\"\u003eHello! We perfectly understand that paying in installments is a very convenient and common option in Chile. Here's how our process works:\u003c\/p\u003e\n\n                    \u003ch4\u003eOur Payment Process\u003c\/h4\u003e\n\n                    \u003cp\u003eAs we are an international store, payment on our website must be made for the total amount of the purchase. We accept most credit cards through our secure portal.\u003c\/p\u003e\n\n                    \u003ch4\u003eAn Alternative for Paying in Installments (Post-Purchase)\u003c\/h4\u003e\n\n                    \u003cp\u003eAlthough we cannot offer installments directly, there is a possibility that you can manage with your bank once the purchase is made:\u003c\/p\u003e\n\n                    \u003col\u003e\n\n                        \u003cli\u003e\n\n\u003cstrong\u003ePay the total on our site:\u003c\/strong\u003e Complete your purchase by paying the full amount with your credit card.\u003c\/li\u003e\n\n                        \u003cli\u003e\n\n\u003cstrong\u003eContact your bank:\u003c\/strong\u003e Once you see the charge reflected, contact your bank (via app, web, or call center).\u003c\/li\u003e\n\n                        \u003cli\u003e\n\n\u003cstrong\u003eAsk for \"Installment Purchase\":\u003c\/strong\u003e Ask them if they allow you to convert that specific purchase into an installment payment plan.\u003c\/li\u003e\n\n                    \u003c\/ol\u003e\n\n                    \u003ch4\u003eKey Points to Consider (Very Important!)\u003c\/h4\u003e\n\n                    \u003cul\u003e\n\n                        \u003cli\u003e\n\n\u003cstrong\u003e100% Customer Management:\u003c\/strong\u003e This is a personal process between you and your bank.\u003c\/li\u003e\n\n                        \u003cli\u003e\n\n\u003cstrong\u003eSubject to Approval:\u003c\/strong\u003e The possibility and conditions depend exclusively on your bank.\u003c\/li\u003e\n\n                        \u003cli\u003e\n\n\u003cstrong\u003eCheck Costs:\u003c\/strong\u003e Always check the interest rate and associated costs.\u003c\/li\u003e\n\n                    \u003c\/ul\u003e\n\n                    \u003cdiv class=\"promo-code\"\u003e\n\n                        \u003cp\u003eWe know this is an extra step. To compensate for the inconvenience, we want to offer you a gift! Use the code \u003cstrong\u003eGRACIASCHILE10\u003c\/strong\u003e and get a 10% discount on your purchase.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eLegal and Satisfaction Guarantee\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content warranty-section\"\u003e\n\n                    \u003cp style=\"margin-top: 15px;\"\u003eOne of the main values we have at GSMPRO.CL is customer orientation; for this reason, we place great importance on you being satisfied with your purchase.\u003c\/p\u003e\n\n                    \u003ch4\u003eSatisfaction Guarantee:\u003c\/h4\u003e\n\n                    \u003cp\u003e\u003cstrong\u003e1.- Coverage:\u003c\/strong\u003e If you bought a new product, without having used it, and changed your mind, you will have up to 15 calendar days from the day we dispatched the product to make our Free Satisfaction Guarantee valid.\u003c\/p\u003e\n\n                    \u003cp\u003e\u003cstrong\u003e2.- Exclusions:\u003c\/strong\u003e The guarantee does not apply if more than 15 days pass, if the product is not new and sealed, or if the box is damaged.\u003c\/p\u003e\n\n                    \u003cp\u003e\u003cstrong\u003e3.- Responsibility:\u003c\/strong\u003e For your peace of mind, the return of the product will be covered by us if you use our exchange platform. Products must be returned unopened and in their original packaging.\u003c\/p\u003e\n\n                    \u003ch4\u003eLegal Guarantee:\u003c\/h4\u003e\n\n                    \u003cp\u003eThe legal guarantee is set forth in Law 19.496. If you bought a new product and it was defective, you can choose between 3 alternatives within a 6-month period: money back, product exchange, or free repair. The term is 6 months from when you received the product, provided that the damage is not your responsibility.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- END OF CODE --\u003e\n","brand":"OURBIZ-US Shop","offers":[{"title":"Black \/ 1 TB","offer_id":58174047912284,"sku":null,"price":3170.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ 1 TB","offer_id":58174047945052,"sku":null,"price":3170.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ 512 GB","offer_id":58174047977820,"sku":"840353924253","price":2420.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 512 GB","offer_id":58174048010588,"sku":"840353924260","price":2420.0,"currency_code":"USD","in_stock":true},{"title":"Black \/ 256 GB","offer_id":58174048043356,"sku":"840353924659","price":2200.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ 256 GB","offer_id":58174048076124,"sku":"840353924666","price":2200.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/unnamed_4_1_7162bf54-7167-4a32-a8e5-d60394cdf1d1.webp?v=1782949900","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/google-pixel-10-pro-fold","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}