{"product_id":"google-pixel-9-pro","title":"Google Pixel 9 Pro","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        overflow-x: hidden; \/* Evita desbordamiento horizontal *\/\n    }\n\n    \/* --- Tipografía (Mobile First) --- *\/\n    .pixel-landing-container h1 { font-size: 36px; font-weight: 800; line-height: 1.1; margin-bottom: 15px; 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: 20px; font-weight: 600; margin-top: 10px; margin-bottom: 5px; }\n    .pixel-landing-container p { font-size: 16px; color: #3c4043; }\n    .pixel-landing-container .hero-subtitle {\n        font-size: 18px;\n        color: #5f6368;\n        text-align: center;\n        margin-bottom: 20px;\n    }\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; }\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        height: auto; \/* Para mantener la proporción *\/\n        border-radius: 20px; \n    }\n\n    \/* --- Sección 1: Hero Principal (Mobile First) --- *\/\n    .hero-section {\n        background-color: #f7f7f7;\n        border-radius: 20px;\n    }\n    .hero-section .column-left { \n        display: flex; \n        flex-direction: column; \n        justify-content: center; \n        text-align: center; \n    }\n\n    \/* --- Barra de Iconos --- *\/\n    .icon-bar-section {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 25px;\n        text-align: center;\n        padding: 40px 20px;\n    }\n    .icon-bar-item {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 10px;\n    }\n    .icon-bar-item svg {\n        width: 32px;\n        height: 32px;\n        color: #5f6368;\n    }\n    .icon-bar-item p {\n        font-size: 14px;\n        font-weight: 500;\n        margin: 0;\n    }\n    \n    \/* --- SECCIÓN: DISEÑO --- *\/\n    .design-section {\n        background-color: #fafafa;\n        border-radius: 20px;\n    }\n    .design-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 20px;\n        margin-top: 30px;\n    }\n    .design-grid-item {\n        text-align: center;\n    }\n    .design-grid-item img, .design-grid-item video {\n        width: 100%;\n        border-radius: 15px;\n        display: block;\n        margin: 0 auto;\n    }\n    .design-grid-item p {\n        font-size: 14px;\n        margin-top: 10px;\n    }\n    .span-two-columns {\n        grid-column: span 1;\n    }\n    \n    \/* --- SECCIÓN: CÁMARA PRO --- *\/\n    .camera-pro-section .feature-block {\n        margin-bottom: 50px;\n    }\n     .camera-pro-section .column-right h3, .camera-pro-section .column-left h3 {\n        font-size: 24px;\n        text-align: left;\n    }\n    \/* Estilos para secciones interactivas *\/\n    .interactive-media-container {\n        position: relative;\n    }\n    .interactive-media-container video {\n        display: none; \/* Oculto por defecto *\/\n    }\n    .interactive-tabs {\n        display: flex;\n        justify-content: flex-start;\n        gap: 15px;\n        margin: 30px 0;\n        overflow-x: auto;\n        white-space: nowrap;\n        padding-bottom: 10px;\n        -ms-overflow-style: none;\n        scrollbar-width: none;\n    }\n    .interactive-tabs::-webkit-scrollbar {\n        display: none;\n    }\n    .interactive-tab-button {\n        background: none;\n        border: none;\n        font-size: 14px;\n        font-weight: 600;\n        color: #5f6368;\n        cursor: pointer;\n        padding: 8px 12px;\n        border-bottom: 2px solid transparent;\n        transition: color 0.3s, border-color 0.3s;\n        flex-shrink: 0;\n        line-height: 1.4;\n    }\n    .interactive-tab-button.active {\n        color: #1a73e8;\n        border-bottom-color: #1a73e8;\n    }\n    .interactive-content {\n        text-align: center;\n        min-height: 80px; \/* Evita saltos de contenido *\/\n    }\n    .interactive-content .interactive-description {\n        display: none;\n    }\n    .interactive-content .interactive-description.active {\n        display: block;\n    }\n    \n    \/* SECCIÓN: IA ÚTIL y Acordeones *\/\n    .ai-assistant-section .column-right h3 {\n        font-size: 24px;\n        text-align: left;\n        margin-bottom: 20px;\n    }\n    .interactive-accordion details {\n        border-bottom: 1px solid #ddd;\n    }\n    .interactive-accordion summary {\n        padding: 16px 0;\n        font-size: 18px;\n        font-weight: 600;\n        cursor: pointer;\n        list-style: none;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n    .interactive-accordion summary::-webkit-details-marker {\n        display: none;\n    }\n    .interactive-accordion summary::after {\n        content: '⌄';\n        font-size: 1.2em;\n        transition: transform 0.2s;\n    }\n    .interactive-accordion details[open] summary::after {\n        transform: rotate(180deg);\n    }\n\n    \/* SECCIÓN: PANTALLA PRO *\/\n    .pro-power-section .feature-block img {\n        height: auto;\n        object-fit: contain;\n    }\n\n    \/* SECCIÓN: ESPECIFICACIONES Y PRODUCTOS RELACIONADOS *\/\n    .specs-section details, .related-products-section details {\n        border-top: 1px solid #ddd;\n        border-bottom: 1px solid #ddd;\n    }\n    .specs-section summary, .related-products-section summary {\n        padding: 20px 0;\n        font-size: 20px;\n        font-weight: 600;\n        cursor: pointer;\n        list-style: none;\n        display: flex;\n        justify-content: space-between;\n    }\n    .specs-section summary::-webkit-details-marker, .related-products-section summary::-webkit-details-marker { display: none; }\n    .specs-section summary::after, .related-products-section summary::after { content: '+'; font-size: 24px; font-weight: 400; }\n    .specs-section details[open] summary::after, .related-products-section details[open] summary::after { content: '-'; }\n    .spec-grid, .related-list {\n        padding: 20px 0;\n    }\n    .spec-row {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 10px;\n        padding: 15px 0;\n        border-bottom: 1px solid #eee;\n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-category {\n        font-weight: 600;\n        color: #3c4043;\n    }\n    .spec-details p {\n        margin: 0 0 10px 0;\n        font-size: 15px;\n    }\n     .spec-details ul, .related-list ul {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n     }\n     .spec-details li, .related-list li {\n        margin-bottom: 10px;\n        font-size: 15px;\n     }\n     .related-list a {\n        color: #1a73e8;\n        text-decoration: none;\n     }\n     .related-list a:hover {\n        text-decoration: underline;\n     }\n\n\n    \/* --- Estilos para Desktop (Pantallas más grandes de 768px) --- *\/\n    @media (min-width: 768px) {\n        .pixel-landing-container h1 { font-size: 52px; text-align: left; }\n        .pixel-landing-container .hero-subtitle { text-align: left; }\n        .pixel-section { padding: 60px 40px; }\n        .two-column-layout { flex-direction: row; }\n        .hero-section .column-left { \n            text-align: left; \n            align-items: flex-start;\n        }\n        .icon-bar-section {\n            grid-template-columns: repeat(5, 1fr);\n        }\n        .design-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n        .span-two-columns {\n            grid-column: span 2;\n        }\n        .camera-pro-section .feature-block:nth-child(even) .two-column-layout {\n            flex-direction: row-reverse;\n        }\n        .interactive-tabs {\n            justify-content: space-around;\n            overflow-x: visible;\n        }\n        .interactive-tab-button {\n            font-size: 16px;\n        }\n        .circle-to-search-section .column-left,\n        .live-translate-section .column-left {\n            justify-content: center;\n        }\n        .live-translate-section .two-column-layout {\n            flex-direction: row-reverse;\n        }\n        .spec-row {\n            grid-template-columns: 1fr 2fr;\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\"\u003e\n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left\"\u003e\n\n                \u003ch1\u003eAll Pro. Pure Magic.\u003c\/h1\u003e\n\n                \u003cp class=\"hero-subtitle\"\u003eThe Pixel 9 Pro phones, with Gemini, your built-in AI assistant.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right\"\u003e\n\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_3_b69e0c49-7ddf-4884-841a-78d4ce866640.jpg?v=1756829376\" alt=\"Google Pixel 9 Pro in porcelain color\" width=\"500\" height=\"500\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN: BARRA DE ICONOS --\u003e\n    \u003csection class=\"icon-bar-section\"\u003e\n        \u003cdiv class=\"icon-bar-item\"\u003e\n\n            \u003csvg 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=\"icon-bar-item\"\u003e\n\n            \u003csvg 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=\"M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.562.562 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003cp\u003eA sleek design built to last.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"icon-bar-item\"\u003e\n\n            \u003csvg 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\u003eThe best Pixel camera yet.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"icon-bar-item\"\u003e\n\n            \u003csvg 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\u003ePro-level performance with the most advanced chip.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"icon-bar-item\"\u003e\n\n            \u003csvg 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=\"M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003cp\u003e7 years of Pixel Drops and security updates.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n    \n    \u003c!-- SECCIÓN: DISEÑO --\u003e\n    \u003csection class=\"pixel-section design-section\"\u003e\n        \u003cp style=\"text-align:center; font-size:14px; margin:0;\"\u003eDesign\u003c\/p\u003e\n\n        \u003ch2 style=\"text-align:center; margin-top:5px;\"\u003eBeautifully designed.\u003c\/h2\u003e\n\n        \u003cp class=\"section-subtitle\" style=\"margin-bottom: 20px;\"\u003eThe Pixel 9 Pro design features a silky matte glass back, a beautiful polished aluminum frame, and is available in three sophisticated colors. And it's built to last.\u003c\/p\u003e\n\n        \n        \u003cdiv class=\"design-grid\"\u003e\n\n            \u003cdiv class=\"design-grid-item span-two-columns\"\u003e\n\n                \u003c!-- RECURSO GRÁFICO 2 --\u003e\n                \u003cvideo loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/49dd2ffa17f54ae1a874f44daa2f62e8.webm\" alt=\"360-degree video of the Pixel 9 Pro design\" width=\"800\" height=\"450\" preload=\"metadata\" autoplay muted loop playsinline\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"design-grid-item\"\u003e\n\n                \u003c!-- RECURSO GRÁFICO 3 --\u003e\n                \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_36.webp?v=1756829565\" alt=\"Side view of the Pixel 9 Pro showing the aluminum frame\" width=\"400\" height=\"500\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"design-grid-item\"\u003e\n\n                \u003c!-- RECURSO GRÁFICO 4 --\u003e\n                \u003cvideo loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8956892291b94c15a234edf11f3fef8d.webm\" alt=\"Video showing the Pixel 9 Pro colors\" width=\"400\" height=\"500\" preload=\"metadata\" autoplay muted loop playsinline\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN: CÁMARA PRO INTERACTIVA --\u003e\n    \u003csection class=\"pixel-section camera-pro-section\"\u003e\n        \u003cp style=\"text-align:center; font-size:14px; margin:0;\"\u003ePixel Camera\u003c\/p\u003e\n\n        \u003ch2 style=\"text-align:center; margin-top:5px;\"\u003eAward-winning camera. Pro-level photos.\u003c\/h2\u003e\n\n        \u003cp class=\"section-subtitle\"\u003eThe Pixel 9 Pro camera lets you take incredible photos and videos every time. Dreamy portraits, sharp selfies, and stable videos – everything is easier with the right light.\u003c\/p\u003e\n\n\n        \u003cdiv class=\"feature-block\"\u003e\n\n            \u003cdiv class=\"interactive-media-container\"\u003e\n\n                \u003cimg id=\"camera-image\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_1_5.webp?v=1756830977\" alt=\"Professional photo taken with Pixel 9 Pro\" width=\"800\" height=\"450\" style=\"width: 100%; border-radius: 20px;\"\u003e\n                \u003cvideo id=\"camera-video\" loading=\"lazy\" src=\"\" alt=\"Professional video recorded with Pixel 9 Pro\" width=\"800\" height=\"450\" style=\"width: 100%; border-radius: 20px; display: none;\" preload=\"metadata\" autoplay muted loop playsinline\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n            \n            \u003cdiv class=\"interactive-tabs camera-tabs\"\u003e\n\n                \u003cbutton class=\"interactive-tab-button active\" onclick=\"switchTab(event, 'camera', 'main')\"\u003e50 MP Main\u003cbr\u003eCamera\u003c\/button\u003e\n                \u003cbutton class=\"interactive-tab-button\" onclick=\"switchTab(event, 'camera', 'telephoto')\"\u003e48 MP Telephoto\u003cbr\u003eLens\u003c\/button\u003e\n                \u003cbutton class=\"interactive-tab-button\" onclick=\"switchTab(event, 'camera', 'ultrawide')\"\u003e48 MP Ultra-wide\u003cbr\u003eLens\u003c\/button\u003e\n                \u003cbutton class=\"interactive-tab-button\" onclick=\"switchTab(event, 'camera', 'front')\"\u003e48 MP Front\u003cbr\u003eCamera\u003c\/button\u003e\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"interactive-content camera-content\"\u003e\n\n                \u003cdiv id=\"camera-main-desc\" class=\"interactive-description active\"\u003e\n\n                    \u003cp\u003e\u003cstrong\u003eFor incredible image quality.\u003c\/strong\u003e Take stunning low-light photos and dazzling close-ups with the ƒ\/1.68 aperture and 2x optical quality.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv id=\"camera-telephoto-desc\" class=\"interactive-description\"\u003e\n\n                    \u003cp\u003e\u003cstrong\u003eFor pro-level zoom.\u003c\/strong\u003e The dedicated 5x telephoto lens enables 10x optical quality and can go up to 30x with Super Res Zoom.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv id=\"camera-ultrawide-desc\" class=\"interactive-description\"\u003e\n\n                    \u003cp\u003e\u003cstrong\u003eFor Pixel's best Macro Focus.\u003c\/strong\u003e Get even closer with Macro Focus and zoom out with the ultra-wide lens for astrophotography.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv id=\"camera-front-desc\" class=\"interactive-description\"\u003e\n\n                    \u003cp\u003e\u003cstrong\u003eFor super sharp selfies.\u003c\/strong\u003e With a 103° ultra-wide field of view, dedicated autofocus, and 30% more low-light performance.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"feature-block\"\u003e\n\n            \u003ch3 style=\"text-align: center;\"\u003eVideos that move you.\u003c\/h3\u003e\n\n            \u003cdiv class=\"interactive-media-container\"\u003e\n\n                \u003cimg id=\"video-image\" loading=\"lazy\" src=\"\" alt=\"High-quality video recorded with Pixel 9 Pro\" width=\"800\" height=\"450\" style=\"width: 100%; border-radius: 20px; display: none;\"\u003e\n                \u003cvideo id=\"video-video\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/08c7dd3e8dee46af98394ff85e5407cc.mp4\" alt=\"Pixel 9 Pro video demonstration\" width=\"800\" height=\"450\" style=\"width: 100%; border-radius: 20px; display: block;\" preload=\"metadata\" autoplay muted loop playsinline\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"interactive-tabs video-tabs\"\u003e\n\n                \u003cbutton class=\"interactive-tab-button active\" onclick=\"switchTab(event, 'video', 'zoom')\"\u003eA first for\u003cbr\u003evideo zoom.\u003c\/button\u003e\n                \u003cbutton class=\"interactive-tab-button\" onclick=\"switchTab(event, 'video', 'dark')\"\u003eAmazing video\u003cbr\u003eafter dark.\u003c\/button\u003e\n                \u003cbutton class=\"interactive-tab-button\" onclick=\"switchTab(event, 'video', '8k')\"\u003eCutting-edge\u003cbr\u003e8K video.\u003c\/button\u003e\n            \u003c\/div\u003e\n\n            \n            \u003cdiv class=\"interactive-content video-content\"\u003e\n\n                \u003cdiv id=\"video-zoom-desc\" class=\"interactive-description active\"\u003e\n\n                    \u003cp\u003ePixel 9 Pro combines a powerful telephoto lens with advanced video processing to give you smooth, high-quality videos up to 20x with Super Res Zoom Video.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv id=\"video-dark-desc\" class=\"interactive-description\"\u003e\n\n                    \u003cp\u003eNight Sight Video records sharp videos in low-light situations like restaurants and night skylines. So you'll see rich details and colors, even when it's dark.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv id=\"video-8k-desc\" class=\"interactive-description\"\u003e\n\n                    \u003cp\u003eVideo Boost enhances your video up to 8K resolution. It improves color, lighting, and stabilization for the best video quality ever on a Pixel.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"feature-block\"\u003e\n\n            \u003cdiv class=\"two-column-layout\"\u003e\n\n                \u003cdiv class=\"column-left\"\u003e\n\n                    \u003ch3\u003eControl your camera like a pro.\u003c\/h3\u003e\n\n                    \u003cp\u003ePro Controls unlock advanced camera settings like shutter speed, ISO, and more. And they let you take high-resolution images in RAW format.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"column-right\"\u003e\n\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_5_3.webp?v=1756832937\" alt=\"Pixel camera Pro Controls interface\" width=\"400\" height=\"400\"\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"feature-block\"\u003e\n\n            \u003cdiv class=\"two-column-layout\"\u003e\n\n                \u003cdiv class=\"column-left\"\u003e\n\n                    \u003cdiv class=\"interactive-media-container\"\u003e\n\n                        \u003cimg id=\"seen-image\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_6_e725efe4-72b2-420d-98f4-1aebcc0dd8f6.jpg?v=1756832943\" alt=\"Portrait with Real Tone on Pixel\" width=\"400\" height=\"400\" style=\"width: 100%; border-radius: 20px;\"\u003e\n                        \u003cvideo id=\"seen-video\" loading=\"lazy\" src=\"\" alt=\"Pixel selfie demonstration\" width=\"400\" height=\"400\" style=\"width: 100%; border-radius: 20px; display: none;\" preload=\"metadata\" autoplay muted loop playsinline\u003e\u003c\/video\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"column-right\"\u003e\n\n                    \u003ch3\u003eThe camera that makes you feel seen.\u003c\/h3\u003e\n\n                    \u003cdiv class=\"interactive-accordion\"\u003e\n\n                        \u003cdetails name=\"seen-accordion\" open ontoggle=\"switchInteractiveMedia(this, 'seen-accordion', 'seen', 'real-tone')\"\u003e\n                            \u003csummary\u003eTrue-to-life skin tones.\u003c\/summary\u003e\n                            \u003cp\u003eReal Tone beautifully and accurately captures the subtlety of more skin tones in photos and videos.\u003c\/p\u003e\n\n                        \u003c\/details\u003e\n                        \u003cdetails name=\"seen-accordion\" ontoggle=\"switchInteractiveMedia(this, 'seen-accordion', 'seen', 'selfies')\"\u003e\n                            \u003csummary\u003eSelfies for everyone.\u003c\/summary\u003e\n                            \u003cp\u003eGuided Frame helps blind and low-vision people take the best selfies.\u003c\/p\u003e\n\n                        \u003c\/details\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"feature-block\" style=\"margin-top: 60px;\"\u003e\n\n            \u003cp style=\"text-align:center; font-size:14px; margin:0;\"\u003eExpert Photo Editing\u003c\/p\u003e\n\n            \u003ch3 style=\"text-align:center; margin-top:5px;\"\u003eWork your magic.\u003c\/h3\u003e\n\n            \u003cp class=\"section-subtitle\"\u003eAdd your own creative vision to your photos with the Pixel 9 Pro's advanced editing tools and AI.\u003c\/p\u003e\n\n\n             \u003cdiv class=\"interactive-media-container\"\u003e\n\n                \u003cimg id=\"magic-image\" loading=\"lazy\" src=\"\" alt=\"AI photo editing on Pixel 9 Pro\" width=\"800\" height=\"450\" style=\"width: 100%; border-radius: 20px; display:none;\"\u003e\n                \u003cvideo id=\"magic-video\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cc741caff8394eb0ae3a41c2991e263e.mp4\" alt=\"AI photo editing video on Pixel 9 Pro\" width=\"800\" height=\"450\" style=\"width: 100%; border-radius: 20px; display: block;\" preload=\"metadata\" autoplay muted loop playsinline\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"interactive-tabs magic-tabs\"\u003e\n\n                \u003cbutton class=\"interactive-tab-button active\" onclick=\"switchTab(event, 'magic', 'add-me')\"\u003eTake a photo.\u003cbr\u003eAnd be in it too.\u003c\/button\u003e\n                \u003cbutton class=\"interactive-tab-button\" onclick=\"switchTab(event, 'magic', 'group')\"\u003eGroup photos everyone\u003cbr\u003eloves.\u003c\/button\u003e\n                \u003cbutton class=\"interactive-tab-button\" onclick=\"switchTab(event, 'magic', 'zoom')\"\u003eZoom. Capture.\u003cbr\u003eZoom some more.\u003c\/button\u003e\n                \u003cbutton class=\"interactive-tab-button\" onclick=\"switchTab(event, 'magic', 'blur')\"\u003eThe cure for\u003cbr\u003eblurry shots.\u003c\/button\u003e\n            \u003c\/div\u003e\n\n            \n            \u003cdiv class=\"interactive-content magic-content\"\u003e\n\n                \u003cdiv id=\"magic-add-me-desc\" class=\"interactive-description active\"\u003e\n\n                    \u003cp\u003eAdd Me makes sure no one is left out of the shot. Take one with the group, then swap in the photographer. Pixel magically merges both photos.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv id=\"magic-group-desc\" class=\"interactive-description\"\u003e\n\n                    \u003cp\u003eAutomatically combine similar photos into a single image where everyone looks great. No more closed eyes and lost gazes.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv id=\"magic-zoom-desc\" class=\"interactive-description\"\u003e\n\n                    \u003cp\u003eImprove the detail and sharpness of your zoomed photos for clear, high-quality images, even from a distance.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv id=\"magic-blur-desc\" class=\"interactive-description\"\u003e\n\n                    \u003cp\u003eFocus your subjects and remove unwanted blur from your photos, even old ones, with just a few taps.\u003c\/p\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: IA ÚTIL --\u003e\n    \u003csection class=\"pixel-section ai-assistant-section\"\u003e\n        \u003cp style=\"text-align:center; font-size:14px; margin:0;\"\u003eHelpful AI\u003c\/p\u003e\n\n        \u003ch2 style=\"text-align:center; margin-top:5px;\"\u003ePractically everything.\u003cbr\u003eNow easier.\u003c\/h2\u003e\n\n        \u003cp class=\"section-subtitle\"\u003eUse AI to power your ideas, easily find and organize information, and unleash your creativity. With just a few taps.\u003c\/p\u003e\n\n        \n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left\"\u003e\n\n                 \u003cdiv class=\"interactive-media-container\"\u003e\n\n                    \u003cimg id=\"ai-image\" loading=\"lazy\" src=\"\" alt=\"Gemini AI Assistant on Pixel 9 Pro\" width=\"400\" height=\"500\" style=\"width: 100%; border-radius: 20px; display: none;\"\u003e\n                    \u003cvideo id=\"ai-video\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1065e501f7e0443ca08f398876c116c9.mp4\" alt=\"Gemini AI demonstration on Pixel\" width=\"400\" height=\"500\" style=\"width: 100%; border-radius: 20px; display: block;\" preload=\"metadata\" autoplay muted loop playsinline\u003e\u003c\/video\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right\"\u003e\n\n                \u003ch3\u003eGemini. Your built-in AI assistant.\u003c\/h3\u003e\n\n                \u003cdiv class=\"interactive-accordion\"\u003e\n\n                    \u003cdetails name=\"gemini-accordion\" open ontoggle=\"switchInteractiveMedia(this, 'gemini-accordion', 'ai', 'live')\"\u003e\n                        \u003csummary\u003eTalk it live.\u003c\/summary\u003e\n                        \u003cp\u003eHave a natural, fluid conversation with Gemini. It keeps up with you, even if you change topic or question mid-sentence.\u003c\/p\u003e\n\n                    \u003c\/details\u003e\n                    \u003cdetails name=\"gemini-accordion\" ontoggle=\"switchInteractiveMedia(this, 'gemini-accordion', 'ai', 'irl')\"\u003e\n                        \u003csummary\u003eFind answers in real life.\u003c\/summary\u003e\n                        \u003cp\u003eTake a photo and chat with Gemini for help and ideas, like creating a recipe from a photo of what's in your fridge.\u003c\/p\u003e\n\n                    \u003c\/details\u003e\n                    \u003cdetails name=\"gemini-accordion\" ontoggle=\"switchInteractiveMedia(this, 'gemini-accordion', 'ai', 'spot')\"\u003e\n                        \u003csummary\u003eDo it on the spot.\u003c\/summary\u003e\n                        \u003cp\u003eChat with Gemini to quickly get more information, like taking a list of restaurants and creating a map of where to find them.\u003c\/p\u003e\n\n                    \u003c\/details\u003e\n                    \u003cdetails name=\"gemini-accordion\" ontoggle=\"switchInteractiveMedia(this, 'gemini-accordion', 'ai', 'catch-up')\"\u003e\n                        \u003csummary\u003eCatch up quickly.\u003c\/summary\u003e\n                        \u003cp\u003eGemini can summarize your Google Docs and unread messages in Gmail.\u003c\/p\u003e\n\n                    \u003c\/details\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN: BUSCA CON UN CÍRCULO --\u003e\n    \u003csection class=\"pixel-section circle-to-search-section\"\u003e\n        \u003cdiv class=\"two-column-layout\"\u003e\n\n            \u003cdiv class=\"column-left\" style=\"display: flex; flex-direction: column; justify-content: center;\"\u003e\n\n                \u003ch3\u003eCircle to Search. Wow.\u003c\/h3\u003e\n\n                \u003cp\u003eCircle an image or text, even in a video. Google AI quickly finds it, right from the app you're in.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"column-right\"\u003e\n\n                \u003cvideo loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9394cea946774e6f9c37cc273cd7c7c3.mp4\" alt=\"Circle to Search feature demonstration\" width=\"400\" height=\"500\" preload=\"metadata\" autoplay muted loop playsinline\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN: PANTALLA BRILLANTE --\u003e\n    \u003csection class=\"pixel-section pro-power-section\"\u003e\n        \u003cp style=\"text-align:center; font-size:14px; margin:0;\"\u003ePerformance\u003c\/p\u003e\n\n        \u003ch2 style=\"text-align:center; margin-top:5px;\"\u003eThe power behind the Pro.\u003c\/h2\u003e\n\n        \n        \u003cdiv class=\"feature-block\" style=\"margin-top: 40px;\"\u003e\n\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_7_3.webp?v=1756840134\" alt=\"Pixel 9 Pro Super Actua Display\" width=\"800\" height=\"450\"\u003e\n             \u003ch3 style=\"text-align: center; margin-top: 25px;\"\u003eA remarkably brilliant Pixel display.\u003c\/h3\u003e\n\n             \u003cp style=\"text-align: center; max-width: 600px; margin: 10px auto 0 auto;\"\u003eThe Super Actua display is bright and vivid, even in direct sunlight. It operates at up to 120Hz for smooth gaming and scrolling.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- SECTION: TECHNICAL SPECIFICATIONS --\u003e\n    \u003csection class=\"pixel-section specs-section\"\u003e\n        \u003ch2 style=\"text-align:center;\"\u003eExplore the specifications.\u003c\/h2\u003e\n\n        \u003cdetails\u003e\n            \u003csummary\u003eView all specifications\u003c\/summary\u003e\n            \u003cdiv class=\"spec-grid\"\u003e\n\n                \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eColors\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\u003cp\u003ePorcelain, Rose Quartz, Hazel, Obsidian\u003c\/p\u003e\u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eDisplay\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\n\n                        \u003cp\u003e6.3-inch Super Actua display (LTPO)\u003cbr\u003e\n                        20:9 aspect ratio\u003cbr\u003e\n                        1280 x 2856 LTPO OLED at 495 ppi\u003cbr\u003e\n                        Smooth Display (1-120Hz)\u003cbr\u003e\n                        Corning® Gorilla® Glass Victus® 2 cover glass\u003cbr\u003e\n                        Up to 2000 nits (HDR) and up to 3000 nits (peak brightness)\u003cbr\u003e\n                        Contrast ratio \u0026gt;2,000,000:1\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eDimensions \u0026amp; Weight\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\u003cp\u003e15.24 cm (height) x 7.11 cm (width) x 0.76 cm (depth)\u003cbr\u003e198 grams\u003c\/p\u003e\u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eBattery \u0026amp; Charging\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\u003cp\u003eMore than 24-hour battery life\u003cbr\u003eUp to 100 hours with Extreme Battery Saver\u003cbr\u003eTypical 4700 mAh\u003cbr\u003eFast charging and fast wireless charging\u003c\/p\u003e\u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eMemory \u0026amp; Storage\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\u003cp\u003e16 GB RAM\u003cbr\u003e128 GB, 256 GB, 512 GB, 1 TB\u003c\/p\u003e\u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eProcessor\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\u003cp\u003eGoogle Tensor G4\u003cbr\u003eTitan M2 security coprocessor\u003c\/p\u003e\u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eSecurity\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\u003cp\u003eGoogle VPN at no extra cost\u003cbr\u003eMulti-layer hardware security\u003cbr\u003eMalware and phishing protection\u003c\/p\u003e\u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eRear Camera\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\n\n                        \u003cul\u003e\n\n                            \u003cli\u003ePro triple camera system:\u003c\/li\u003e\n\n                            \u003cli\u003e\n\n\u003cstrong\u003eMain:\u003c\/strong\u003e 50 MP Octa PD\u003c\/li\u003e\n\n                            \u003cli\u003e\n\n\u003cstrong\u003eUltrawide:\u003c\/strong\u003e 48 MP Quad PD with Macro Focus\u003c\/li\u003e\n\n                            \u003cli\u003e\n\n\u003cstrong\u003eTelephoto:\u003c\/strong\u003e 48 MP Quad PD with 5x optical zoom\u003c\/li\u003e\n\n                            \u003cli\u003eSuper Res Zoom up to 30x\u003c\/li\u003e\n\n                        \u003c\/ul\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eFront Camera\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\u003cp\u003e42 MP Dual PD selfie camera with autofocus\u003c\/p\u003e\u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eVideo\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\u003cp\u003e8K video recording at 30 FPS (with Video Boost)\u003cbr\u003e4K video recording at 24\/30\/60 FPS\u003cbr\u003eFeatures like Night Sight Video, Audio Magic Eraser, and Macro Focus\u003c\/p\u003e\u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                 \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eAuthentication\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\u003cp\u003eFingerprint Unlock, Face Unlock, Pattern, PIN, password\u003c\/p\u003e\u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                 \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eConnectivity\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\u003cp\u003eWi-Fi 7, Bluetooth® v5.3, NFC, Google Cast, Ultra-Wideband Chip\u003c\/p\u003e\u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"spec-row\"\u003e\n\n                    \u003cdiv class=\"spec-category\"\u003eWhat's in the box\u003c\/div\u003e\n\n                    \u003cdiv class=\"spec-details\"\u003e\u003cp\u003ePixel 9 Pro\u003cbr\u003e1 m USB-C® to USB-C® cable\u003cbr\u003eSIM tool\u003c\/p\u003e\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!-- SECTION: FREQUENTLY ASKED QUESTIONS --\u003e\n    \u003csection class=\"pixel-section faq-section\"\u003e\n        \u003ch2 style=\"text-align:center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n        \u003cdiv class=\"interactive-accordion\"\u003e\n\n            \u003cdetails name=\"faq-accordion\" onmouseover=\"handleAccordion(this, 'faq-accordion')\"\u003e\n                \u003csummary\u003eWhat is an unlocked Pixel 9 Pro?\u003c\/summary\u003e\n                \u003cp\u003eAn unlocked Pixel 9 Pro is a phone that is not tied to a specific carrier. It gives you the freedom to choose the company and data plan you prefer.\u003c\/p\u003e\n\n            \u003c\/details\u003e\n            \u003cdetails name=\"faq-accordion\" onmouseover=\"handleAccordion(this, 'faq-accordion')\"\u003e\n                \u003csummary\u003eIs the Pixel 9 Pro compatible with 5G networks?\u003c\/summary\u003e\n                \u003cp\u003eYes, the Pixel 9 Pro is fully compatible with 5G networks in Chile, allowing you to enjoy the highest available connection speeds.\u003c\/p\u003e\n\n            \u003c\/details\u003e\n            \u003cdetails name=\"faq-accordion\" onmouseover=\"handleAccordion(this, 'faq-accordion')\"\u003e\n                \u003csummary\u003eWill the device work in Chile?\u003c\/summary\u003e\n                \u003cp\u003eAbsolutely. All our devices are homologated and 100% operational to work with all carriers in Chile without any issues.\u003c\/p\u003e\n\n            \u003c\/details\u003e\n            \u003cdetails name=\"faq-accordion\" onmouseover=\"handleAccordion(this, 'faq-accordion')\"\u003e\n                \u003csummary\u003eWhat's included in the box?\u003c\/summary\u003e\n                \u003cp\u003eThe Pixel 9 Pro box includes the phone, a 1-meter USB-C to USB-C charging cable, and the SIM card tool. The wall charger is sold separately.\u003c\/p\u003e\n\n            \u003c\/details\u003e\n             \u003cdetails name=\"faq-accordion\" onmouseover=\"handleAccordion(this, 'faq-accordion')\"\u003e\n                \u003csummary\u003eWhen will I receive my order?\u003c\/summary\u003e\n                \u003cp\u003eOnce your order is processed and dispatched, the estimated delivery time is 7 to 10 business days.\u003c\/p\u003e\n\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- JavaScript para las secciones interactivas --\u003e\n\u003cscript\u003e\n    const imageSets = {\n        camera: {\n            main: 'https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_1_5.webp?v=1756830977',\n            telephoto: 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e50bd61b11054ea9ad7c7b32fd4ab2e2.mp4',\n            ultrawide: 'https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_2_5.webp?v=1756831065',\n            front: 'https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_4_4.webp?v=1756831141'\n        },\n        video: {\n            zoom: 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/08c7dd3e8dee46af98394ff85e5407cc.mp4',\n            dark: 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/6c194a9cf4cc419cbeda2ff4bb3e3e43.mp4',\n            '8k': 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/00925ebe88f24a4a915bf760c9e209d2.mp4'\n        },\n        seen: {\n            'real-tone': 'https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_6_e725efe4-72b2-420d-98f4-1aebcc0dd8f6.jpg?v=1756832943',\n            'selfies': 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1dfc0ef276ae4481b7819d8b714af449.mp4'\n        },\n        magic: {\n            'add-me': 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cc741caff8394eb0ae3a41c2991e263e.mp4',\n            group: 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4de604ec9cf74f5382a77ce7565927a4.mp4',\n            zoom: 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/25049f774f8146a28ddd700dd72dcecb.mp4',\n            blur: 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/137efcdf39e646f89ee04d390f8a22ec.mp4'\n        },\n        ai: {\n            live: 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1065e501f7e0443ca08f398876c116c9.mp4',\n            irl: 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/29f3a4b01e4742b893b263f11027c3f3.mp4',\n            spot: 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/27f793ce4fdc4f8d9c57548fe43d2369.mp4',\n            'catch-up': 'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/dc6c7e5273564aef814d1c7749f7b188.mp4'\n        }\n    };\n\n    function switchTab(event, type, tabName) {\n        \/\/ Manejar botones\n        const buttons = document.querySelectorAll(`.${type}-tabs .interactive-tab-button`);\n        buttons.forEach(button =\u003e button.classList.remove('active'));\n        event.currentTarget.classList.add('active');\n\n        \/\/ Manejar descripciones\n        const descriptions = document.querySelectorAll(`.${type}-content .interactive-description`);\n        descriptions.forEach(desc =\u003e desc.style.display = 'none');\n        document.getElementById(`${type}-${tabName}-desc`).style.display = 'block';\n        \n        const imageEl = document.getElementById(`${type}-image`);\n        const videoEl = document.getElementById(`${type}-video`);\n        const newSrc = imageSets[type]?.[tabName];\n\n        if (imageEl \u0026\u0026 videoEl \u0026\u0026 newSrc) {\n            if (newSrc.includes('.mp4') || newSrc.includes('.webm')) {\n                imageEl.style.display = 'none';\n                videoEl.src = newSrc;\n                videoEl.style.display = 'block';\n            } else {\n                videoEl.style.display = 'none';\n                imageEl.src = newSrc;\n                imageEl.style.display = 'block';\n            }\n        }\n    }\n\n    function switchInteractiveMedia(element, accordionName, type, featureName) {\n        if (element.open) {\n            const allAccordions = document.querySelectorAll(`details[name=\"${accordionName}\"]`);\n            allAccordions.forEach(acc =\u003e {\n                if (acc !== element) {\n                    acc.removeAttribute('open');\n                }\n            });\n\n            const imageEl = document.getElementById(`${type}-image`);\n            const videoEl = document.getElementById(`${type}-video`);\n            const newSrc = imageSets[type]?.[featureName];\n\n            if(imageEl \u0026\u0026 videoEl \u0026\u0026 newSrc) {\n                if (newSrc.includes('.mp4') || newSrc.includes('.webm')) {\n                    imageEl.style.display = 'none';\n                    videoEl.src = newSrc;\n                    videoEl.style.display = 'block';\n                } else {\n                    videoEl.style.display = 'none';\n                    imageEl.src = newSrc;\n                    imageEl.style.display = 'block';\n                }\n            }\n        }\n    }\n\n    function handleAccordion(element, accordionName) {\n        if (element.open) {\n            const allAccordions = document.querySelectorAll(`details[name=\"${accordionName}\"]`);\n            allAccordions.forEach(acc =\u003e {\n                if (acc !== element) {\n                    acc.removeAttribute('open');\n                }\n            });\n        }\n    }\n\u003c\/script\u003e\n\u003c!-- FIN DEL CÓDIGO --\u003e\n\n","brand":"OURBIZ-US Shop","offers":[{"title":"128 GB \/ 16 RAM \/ Obsidian","offer_id":58174053712220,"sku":"840353906136","price":1160.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ 16 RAM \/ Porcelain","offer_id":58174053744988,"sku":"840353906143","price":1160.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ 16 RAM \/ Hazelnut","offer_id":58174053777756,"sku":"840353906150","price":1160.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ Obsidian","offer_id":58174053810524,"sku":"840353906174","price":1200.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ Porcelain","offer_id":58174053843292,"sku":"840353906181","price":1200.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ Hazelnut","offer_id":58174053876060,"sku":"840353906198","price":1200.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ Hazelnut","offer_id":58174053908828,"sku":"840353906228","price":1250.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ Obsidian","offer_id":58174053941596,"sku":"840353906419","price":1250.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ Porcelain","offer_id":58174053974364,"sku":"616787841018","price":1250.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/google-pixel-9-pro.jpg?v=1782949937","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/google-pixel-9-pro","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}