{"product_id":"google-pixel-9","title":"Google Pixel 9","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: 1000px;\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: 24px; font-weight: 600; text-align: left; margin-bottom: 10px; }\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    .one-column-layout { text-align: center; }\n    .one-column-layout img { \n        width: 100%; \n        max-width: 800px;\n        margin-top: 30px;\n        height: auto;\n        border-radius: 20px; \n    }\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;\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    .span-two-columns {\n        grid-column: span 1;\n    }\n\n    \/* --- NUEVA SECCIÓN: COMPRA INTELIGENTE --- *\/\n    .smart-buyer-section {\n        background-color: #f8f9fa;\n        border-radius: 20px;\n    }\n    .smart-buyer-section .column-right {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    .smart-buyer-section h3 {\n        font-size: 28px;\n        margin-bottom: 20px;\n    }\n    .smart-buyer-section p {\n        margin-bottom: 15px;\n    }\n    \n    \/* --- SECCIÓN DESPLEGABLE (HTML DETAILS) --- *\/\n    .pixel-landing-container details {\n      border-top: 1px solid #ddd;\n      padding-top: 20px;\n      margin-top: 20px;\n    }\n    .pixel-landing-container details:last-of-type {\n      border-bottom: 1px solid #ddd;\n      padding-bottom: 20px;\n    }\n    .pixel-landing-container summary {\n      font-size: 28px;\n      font-weight: 700;\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      padding-bottom: 20px;\n    }\n    .pixel-landing-container summary::-webkit-details-marker {\n      display: none; \/* Oculta el marcador en Webkit *\/\n    }\n    .pixel-landing-container summary .accordion-icon {\n      font-size: 1.5em;\n      font-weight: 400;\n      transition: transform 0.2s;\n    }\n    .pixel-landing-container details[open] summary .accordion-icon {\n      transform: rotate(45deg);\n    }\n    \n    .spec-grid, .faq-list {\n        padding: 20px 0 0 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, .spec-details li {\n        margin: 0 0 10px 0;\n        font-size: 15px;\n    }\n      .spec-details ul {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n      }\n      .faq-item {\n        margin-bottom: 25px;\n      }\n      .faq-item h3 {\n        font-size: 18px;\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; align-items: center; }\n        .layout-reverse { flex-direction: row-reverse; }\n        \n        .hero-section .column-left { \n            flex: 0 0 40%;\n            text-align: left; \n            align-items: flex-start;\n        }\n        .hero-section .column-right {\n            flex: 1;\n        }\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        .spec-row {\n            grid-template-columns: 1fr 2fr;\n            gap: 20px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"pixel-landing-container\"\u003e\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\u003ePro features. Powerful AI. Perfect size.\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eIntroducing the Pixel 9, with Google AI and an advanced camera system.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"column-right\"\u003e\u003cimg loading=\"lazy\" alt=\"Google Pixel 9\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_26.png?v=1757423704\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\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 stroke=\"currentColor\" stroke-width=\"1.5\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath 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\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp\u003eGoogle AI all the time.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"icon-bar-item\"\u003e\n\n\u003csvg stroke=\"currentColor\" stroke-width=\"1.5\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp\u003eComfortable, sophisticated design.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"icon-bar-item\"\u003e\n\n\u003csvg stroke=\"currentColor\" stroke-width=\"1.5\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath 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\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath 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\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp\u003eAdvanced camera system.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"icon-bar-item\"\u003e\n\n\u003csvg stroke=\"currentColor\" stroke-width=\"1.5\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath 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\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003cpath 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\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp\u003ePowerful Tensor G4 chip.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"icon-bar-item\"\u003e\n\n\u003csvg stroke=\"currentColor\" stroke-width=\"1.5\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp\u003e7 years of security updates.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\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;\"\u003eSophisticated. Durable. Stunning.\u003c\/h2\u003e\n\n\u003cp style=\"margin-bottom: 20px;\" class=\"section-subtitle\"\u003eWith a polished aluminum frame and a soft matte finish, the Pixel 9 feels as good as it looks. And with its Actua display, everything is crisp and vibrant.\u003c\/p\u003e\n\n\u003cdiv class=\"design-grid\"\u003e\n\n\u003cdiv class=\"design-grid-item span-two-columns\"\u003e\u003cvideo playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\" preload=\"metadata\" loading=\"lazy\" alt=\"360-degree video of the Pixel 9 design\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/92a8a57210884968acaa75a0ea817eee.webm\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"design-grid-item\"\u003e\u003cimg loading=\"lazy\" alt=\"Side view of Pixel 9 showing aluminum frame\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_7_879f47a1-ffae-4e25-b975-a218a954cf22.jpg?v=1757424649\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"design-grid-item\"\u003e\u003cimg loading=\"lazy\" alt=\"Pixel 9 Actua Display\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_25.png?v=1757423704\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- SECCIÓN: CÁMARA Y IA --\u003e\n\u003csection class=\"pixel-section camera-ai-section\"\u003e\n\u003ch2 style=\"text-align: center; font-size: 36px; font-weight: bold;\"\u003eAn amazing camera, powered by AI.\u003c\/h2\u003e\n\n\u003cp class=\"section-subtitle\"\u003eThe advanced camera system and Google AI work together to make capturing incredible photos and videos effortless.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-bottom: 40px;\" class=\"two-column-layout\"\u003e\n\n\u003cdiv class=\"column-left\"\u003e\n\n\u003ch3\u003e50 MP wide lens\u003c\/h3\u003e\n\n\u003cp\u003eCapture every detail with stunning clarity, even in low-light conditions.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"column-right\"\u003e\u003cimg alt=\"Professional photo taken with the Pixel 9 main camera\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_6_925add45-7e4c-4033-b4d6-e538307a5e04.jpg?v=1757424871\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-bottom: 40px;\" class=\"two-column-layout layout-reverse\"\u003e\n\n\u003cdiv class=\"column-left\"\u003e\n\n\u003ch3\u003e48 MP ultrawide with Macro\u003c\/h3\u003e\n\n\u003cp\u003eCapture wide scenes or get up close to the smallest details with Macro Focus.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"column-right\"\u003e\u003cvideo playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\" preload=\"metadata\" loading=\"lazy\" alt=\"Macro video taken with the Pixel 9 ultrawide camera\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/3c0c82d00db549e1849e2d802b37b097.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"margin-bottom: 40px;\" class=\"two-column-layout\"\u003e\n\n\u003cdiv class=\"column-left\"\u003e\n\n\u003ch3\u003eGet super close from super far away.\u003c\/h3\u003e\n\n\u003cp\u003eSuper Res Zoom lets you zoom in with 2x optical quality and up to 8x without an additional telephoto lens.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"column-right\"\u003e\u003cvideo playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\" preload=\"metadata\" loading=\"lazy\" alt=\"Demonstration of Super Res Zoom on Pixel 9\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a3791edee39340a99b8a66098927244e.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"two-column-layout layout-reverse\"\u003e\n\n\u003cdiv class=\"column-left\"\u003e\n\n\u003ch3\u003eCircle to search. And done.\u003c\/h3\u003e\n\n\u003cp\u003eSearch for anything directly from the app you're in. Just draw a circle around an image, text, or video for Google AI to find it.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"column-right\"\u003e\u003cvideo playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\" preload=\"metadata\" loading=\"lazy\" alt=\"Demonstration of Circle to Search feature on Pixel 9\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9394cea946774e6f9c37cc273cd7c7c3.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- SECCIÓN: ACTUACIÓN --\u003e\n\u003csection class=\"pixel-section performance-section\"\u003e\n\u003cdiv class=\"one-column-layout\"\u003e\n\n\u003cp style=\"font-size: 14px; margin: 0;\"\u003ePerformance\u003c\/p\u003e\n\n\u003ch2 style=\"margin-top: 5px; font-size: 44px; line-height: 1.1;\"\u003eSuper powerful.\u003cbr\u003eSupercharged.\u003c\/h2\u003e\n\n\u003cimg alt=\"Pixel 9 Actua display showing a basketball player\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/unnamed_8_e6a69463-6a11-4918-b041-5b990c0cbf2c.jpg?v=1757427023\" loading=\"lazy\"\u003e\n\u003cdiv style=\"max-width: 550px; margin: 0 auto;\"\u003e\n\n\u003ch3 style=\"text-align: center; margin-top: 30px;\"\u003eBright, sharp, and smooth.\u003c\/h3\u003e\n\n\u003cp style=\"text-align: center;\"\u003eThe 6.3-inch Actua display is brighter than ever. It runs at up to 120Hz for fluid gaming, scrolling, and app switching.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- NUEVA SECCIÓN: COMPRA INTELIGENTE --\u003e\n\u003csection class=\"pixel-section smart-buyer-section\"\u003e\n\u003cdiv class=\"two-column-layout layout-reverse\"\u003e\n\n\u003cdiv class=\"column-left\"\u003e\n\n\u003ch3\u003eA Smart Purchase, Zero Worries\u003c\/h3\u003e\n\n\u003cp\u003eWe know you're looking for maximum power without compromising your budget. It's about investing smartly. That's why every Pixel 9 we offer is synonymous with quality and trust, backed by our solid warranty.\u003c\/p\u003e\n\n\u003cp\u003eYour peace of mind is our priority. Choose the technology you want, with the security you deserve.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"column-right\"\u003e\u003cvideo playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\" preload=\"metadata\" loading=\"lazy\" alt=\"Person researching and comparing tech prices\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5bcdafeaf6bc46b7954f411dbb9d7583.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- SECCIÓN: ESPECIFICACIONES TÉCNICAS --\u003e\n\u003csection class=\"pixel-section specs-section\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eExplore the specifications.\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\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\n\n\u003cp\u003ePeony, Wintergreen, Porcelain, Obsidian\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\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 Actua Display\u003cbr\u003eOLED (60-120Hz)\u003cbr\u003eCorning® Gorilla® Glass Victus® 2 cover glass\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-category\"\u003eDimensions and Weight\u003c\/div\u003e\n\n\u003cdiv class=\"spec-details\"\u003e\n\n\u003cp\u003e15.2 cm (height) x 7.1 cm (width) x 0.8 cm (depth)\u003cbr\u003e198 grams\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-category\"\u003eBattery and Charging\u003c\/div\u003e\n\n\u003cdiv class=\"spec-details\"\u003e\n\n\u003cp\u003eTypical 4700 mAh\u003cbr\u003eFast charging and Wireless charging\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cdiv class=\"spec-category\"\u003eMemory and Storage\u003c\/div\u003e\n\n\u003cdiv class=\"spec-details\"\u003e\n\n\u003cp\u003e12 GB RAM\u003cbr\u003e128 GB \/ 256 GB storage\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\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\n\n\u003cp\u003eGoogle Tensor G4\u003cbr\u003eTitan M2 security coprocessor\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\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\u003eAdvanced dual camera system:\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eMain:\u003c\/strong\u003e 50 MP wide-angle\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eUltrawide:\u003c\/strong\u003e 48 MP with Macro Focus\u003c\/li\u003e\n\n\u003cli\u003eSuper Res Zoom up to 8x\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\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\n\n\u003cp\u003e10.5 MP selfie camera with autofocus\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\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\n\n\u003cp\u003ePixel 9\u003cbr\u003e1m USB-C® to USB-C® cable\u003cbr\u003eSIM tool\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- SECCIÓN: PREGUNTAS FRECUENTES --\u003e\n\u003csection class=\"pixel-section faq-section\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eFrequently Asked Questions\u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch3\u003eWhat is an unlocked Pixel 9?\u003c\/h3\u003e\n\n\u003cp\u003eAn unlocked Pixel 9 is a phone not tied to a specific carrier. It gives you the freedom to choose your preferred company and data plan.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch3\u003eIs the Pixel 9 compatible with 5G networks?\u003c\/h3\u003e\n\n\u003cp\u003eYes, the Pixel 9 is fully compatible with 5G networks in Chile, allowing you to enjoy the fastest available connection speeds.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch3\u003eWill the device work in Chile?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. All our devices are homologated and 100% operational to work with all carriers in Chile without any problems.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch3\u003eWhat's included in the box?\u003c\/h3\u003e\n\n\u003cp\u003eThe Pixel 9 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\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\n\u003ch3\u003eWhen will I receive my order?\u003c\/h3\u003e\n\n\u003cp\u003eOnce your order is processed and dispatched, the estimated delivery time is 7 to 10 business days.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\u003c!-- FIN DEL CÓDIGO --\u003e\n","brand":"OURBIZ-US Shop","offers":[{"title":"128 GB \/ Obsidian","offer_id":58174052663644,"sku":"840353911017","price":990.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Porcelain","offer_id":58174052696412,"sku":"840353911307","price":990.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Mojito","offer_id":58174052729180,"sku":"840353911390","price":990.0,"currency_code":"USD","in_stock":true},{"title":"128 GB \/ Cosmo","offer_id":58174052761948,"sku":"840353911482","price":990.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Obsidian","offer_id":58174052794716,"sku":"840353911543","price":1005.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Porcelain","offer_id":58174052827484,"sku":"840353911581","price":1005.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Mojito","offer_id":58174052860252,"sku":"840353911642","price":1005.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ Cosmo","offer_id":58174052893020,"sku":"840353912021","price":1005.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/google-pixel-9.png?v=1782949932","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/google-pixel-9","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}