{"product_id":"vivo-x300-pro-version-global-a-cuotas","title":"VIVO X300 PRO GLOBAL VERSION","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* --- Importación de Fuentes --- *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800\u0026display=swap');\n\n  \/* --- Paleta de Colores y Variables de VIVO --- *\/\n  :root {\n    --vivo-blue: #003C71; \/* Azul corporativo, elegante *\/\n    --text-dark: #1A1A1A;      \n    --text-muted: #6E6E73;     \n    --bg-light: #F8F9FA;      \/* Un blanco ligeramente más suave *\/\n    --bg-card: #FFFFFF;       \n    --border-color: #E0E0E0;\n    --notice-blue-bg: #E6F0FF;\n    --notice-blue-border: #003C71;\n    --notice-blue-text-strong: #002C52;\n  }\n\n  \/* --- Estilos Generales --- *\/\n  #vivo-full-description {\n    font-family: 'Inter', sans-serif;\n    background-color: var(--bg-light);\n    color: var(--text-dark);\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n  #vivo-full-description strong {\n    font-weight: 600;\n    color: var(--vivo-blue);\n  }\n  #vivo-full-description h3 {\n    font-size: 24px;\n    font-weight: 700;\n    border-bottom: 2px solid var(--border-color);\n    padding-bottom: 10px;\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  \/* --- Cabecera --- *\/\n  .vivo-header { text-align: center; margin-bottom: 20px; }\n  .vivo-title { font-size: 2.8em; font-weight: 800; margin-bottom: 10px; }\n  .vivo-subtitle { font-size: 1.4em; color: var(--text-muted); margin: 0 0 25px 0; font-weight: 500; }\n  \n  \/* --- Imágenes --- *\/\n  .hero-image, .section-image {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    margin-bottom: 30px;\n    box-shadow: 0 8px 25px rgba(0,0,0,0.07);\n    border: 1px solid var(--border-color);\n  }\n\n  \/* --- Aviso Informativo (Rumores y Precio) --- *\/\n  .rumor-notice {\n    background-color: var(--notice-blue-bg);\n    border: 1px solid var(--notice-blue-border);\n    border-left-width: 4px;\n    padding: 20px 25px;\n    border-radius: 8px;\n    margin: 30px auto;\n    font-size: 1.05em;\n    line-height: 1.6;\n  }\n  .rumor-notice strong {\n    color: var(--notice-blue-text-strong);\n    font-weight: 700;\n    display: block;\n    margin-bottom: 8px;\n  }\n  \n  \/* --- Descripción y Tarjetas --- *\/\n  .product-description p { font-size: 1.1em; line-height: 1.7; color: var(--text-muted); }\n  .features-grid { display: grid; grid-template-columns: 1fr; gap: 25px; margin: 40px 0; }\n  .feature-card { background-color: var(--bg-card); padding: 30px; border-radius: 12px; border: 1px solid var(--border-color); transition: transform 0.3s ease, box-shadow 0.3s ease; }\n  .feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); }\n  .feature-card h4 { font-size: 1.5em; font-weight: 700; margin: 0 0 15px 0; color: var(--vivo-blue); }\n  .feature-card p { font-size: 1.05em; line-height: 1.7; color: var(--text-muted); margin-bottom: 0; }\n  \n  \/* --- FAQ --- *\/\n  .faq-container-vivo { margin-top: 50px; }\n  .faq-title { font-size: 2em; font-weight: 700; text-align: center; margin-bottom: 30px; border-top: 1px solid var(--border-color); padding-top: 40px; }\n  .faq-accordion .faq-item { background-color: var(--bg-card); border-radius: 12px; margin-bottom: 15px; border: 1px solid var(--border-color); overflow: hidden; }\n  .faq-accordion summary { font-size: 1.2em; font-weight: 600; padding: 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; transition: color 0.3s ease; }\n  .faq-accordion summary::-webkit-details-marker { display: none; }\n  .faq-icon { font-size: 1.5em; font-weight: 400; color: var(--vivo-blue); transition: transform 0.3s ease; }\n  .faq-item[open] \u003e summary { color: var(--vivo-blue); }\n  .faq-item[open] \u003e summary .faq-icon { transform: rotate(45deg); }\n  .faq-answer { padding: 0 20px 20px 20px; color: var(--text-muted); line-height: 1.7; }\n  \n  \/* --- Ficha Técnica --- *\/\n  .technical-specs { margin-top: 40px; }\n  .specs-table { width: 100%; border-collapse: collapse; font-size: 1.05em; background-color: var(--bg-card); border-radius: 12px; overflow: hidden; }\n  .specs-table td { padding: 15px 12px; border-bottom: 1px solid var(--border-color); }\n  .specs-table tr:last-child td { border-bottom: none; }\n  .specs-table tr td:first-child { font-weight: 600; width: 40%; }\n  \n  \/* --- Responsive --- *\/\n  @media (min-width: 768px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }\n  @media (max-width: 480px) { .vivo-title { font-size: 2.2em; } .vivo-subtitle { font-size: 1.2em; } }\n\n  \/* --- AVISO FLOTANTE DE MERCADO PAGO (SHOPIFY PROOF) --- *\/\n  .mp-floating-banner {\n    display: flex;\n    flex-direction: column; \n    align-items: center; \n    text-align: center;\n    background: linear-gradient(135deg, #ffffff 0%, #f0f7fd 100%);\n    border: 2px solid #009ee3; \n    border-radius: 20px;\n    \/* Padding superior más amplio para dar espacio a la etiqueta y al icono *\/\n    padding: 35px 25px 25px 25px !important; \n    \/* Margen superior extra para que la etiqueta flotante no choque con otros elementos *\/\n    margin: 40px auto 45px auto !important;\n    max-width: 800px;\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    position: relative;\n    \/* Quitamos overflow: hidden para permitir que la etiqueta sobresalga del borde *\/\n    animation: floatMP 3.5s ease-in-out infinite;\n    box-shadow: 0 0 20px rgba(0, 158, 227, 0.4), inset 0 0 10px rgba(0, 158, 227, 0.1); \n  }\n\n  @keyframes floatMP {\n    0% { \n      transform: translateY(0px); \n      box-shadow: 0 0 20px rgba(0, 158, 227, 0.4), inset 0 0 10px rgba(0, 158, 227, 0.1); \n    }\n    50% { \n      transform: translateY(-10px); \n      box-shadow: 0 15px 35px rgba(0, 158, 227, 0.65), inset 0 0 15px rgba(0, 158, 227, 0.2); \n    }\n    100% { \n      transform: translateY(0px); \n      box-shadow: 0 0 20px rgba(0, 158, 227, 0.4), inset 0 0 10px rgba(0, 158, 227, 0.1); \n    }\n  }\n\n  \/* Etiqueta flotante cortando el borde superior *\/\n  .mp-pill {\n    background-color: #009ee3;\n    color: #ffffff;\n    font-size: 0.8rem;\n    font-weight: 800;\n    padding: 6px 18px;\n    border-radius: 30px;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    box-shadow: 0 4px 12px rgba(0, 158, 227, 0.4);\n    \/* Posicionamiento absoluto para anclarlo al borde superior *\/\n    position: absolute;\n    top: 0;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    white-space: nowrap;\n    z-index: 2;\n    margin: 0 !important;\n  }\n\n  \/* Icono centrado forzado *\/\n  .mp-banner-img {\n    width: 65px !important; \n    height: auto !important;\n    display: block !important;\n    margin: 10px auto 15px auto !important; \/* Forzamos márgenes para anular a Shopify *\/\n    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.1));\n    background: transparent !important; \/* Evita cuadros blancos de fondo *\/\n  }\n\n  \/* Título centrado forzado *\/\n  .mp-banner-title {\n    font-size: 1.45rem !important; \n    font-weight: 800 !important;\n    color: #1d1d1f !important;\n    margin: 0 0 15px 0 !important;\n    line-height: 1.2 !important;\n    letter-spacing: -0.01em !important;\n    display: block !important;\n    width: 100% !important;\n  }\n\n  \/* Texto descriptivo *\/\n  .mp-banner-text {\n    font-size: 1.05rem !important;\n    color: #4a4a4a !important;\n    margin: 0 !important;\n    font-weight: 500 !important;\n    line-height: 1.5 !important;\n  }\n\n  \/* --- RESPONSIVIDAD OPTIMIZADA PARA MÓVILES (CRO \u0026 UX) --- *\/\n  @media (max-width: 768px) {\n    .mp-floating-banner {\n      \/* Padding y márgenes ajustados para móviles *\/\n      padding: 30px 15px 15px 15px !important;\n      margin: 35px 15px 35px 15px !important;\n      animation: pulseShadowMobile 3s ease-in-out infinite;\n    }\n    \n    @keyframes pulseShadowMobile {\n      0% { transform: translateY(0px); box-shadow: 0 0 12px rgba(0, 158, 227, 0.3); }\n      50% { transform: translateY(0px); box-shadow: 0 0 25px rgba(0, 158, 227, 0.65); }\n      100% { transform: translateY(0px); box-shadow: 0 0 12px rgba(0, 158, 227, 0.3); }\n    }\n\n    .mp-pill {\n      font-size: 0.7rem;\n      padding: 5px 14px;\n    }\n\n    .mp-banner-img {\n      width: 50px !important;\n      margin-bottom: 10px !important;\n    }\n\n    .mp-banner-title {\n      font-size: 1.2rem !important;\n      margin-bottom: 10px !important;\n    }\n    \n    .mp-banner-text {\n      font-size: 0.95rem !important;\n    }\n  }\n  \/* --- FIN AVISO FLOTANTE DE MERCADO PAGO --- *\/\n\u003c\/style\u003e\n\u003cdiv id=\"vivo-full-description\"\u003e\n\n\u003cdiv class=\"vivo-header\"\u003e\n\n\u003cdiv class=\"mp-floating-banner\"\u003e\n\n  \u003cspan class=\"mp-pill\"\u003eFinancing Available\u003c\/span\u003e\n  \n  \u003cimg class=\"mp-banner-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/logo_mercado_pago.png?v=1773361688I\" alt=\"Mercado Pago Icon\"\u003e\n  \n  \u003ch3 class=\"mp-banner-title\"\u003ePay in 3 or 6 Easy Installments with Mercado Pago\u003c\/h3\u003e\n\n  \n  \u003cp class=\"mp-banner-text\"\u003eGet equipped today. Take advantage of our payment facilities and make your purchase quickly, securely, and 100% protected.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch1 class=\"vivo-title\"\u003eVIVO X300 PRO\u003c\/h1\u003e\n\n\u003cp class=\"vivo-subtitle\"\u003eThe Perfection of Portrait. Redefined.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/VIVOX3002.png?v=1760641738\" alt=\"Smartphone VIVO X300\" class=\"hero-image\"\u003e\n\u003cdiv class=\"rumor-notice\"\u003e\n\n\u003cstrong\u003e📢 Now available to the public\u003c\/strong\u003e\n\u003cp\u003eThe specifications and features described on this page are official from VIVO.\u003c\/p\u003e\n\n\u003cp\u003eVivo X300 Pro already has a \u003cstrong style=\"font-size: 1.05em; display: inline !important;\"\u003efinal price \u003c\/strong\u003e— take advantage and be among the first in all of Chile to own it.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003ePhotographic Mastery with ZEISS\u003c\/h3\u003e\n\n\u003cp\u003eThe jewel of this device is its camera with a 200MP ZEISS APO telephoto lens. Designed for the most demanding users, it captures every detail with professional-level precision and ensures realistic colors, even from a long distance.\u003c\/p\u003e\n\n\u003cp\u003eThe \u003cstrong\u003eVIVO X300 PRO\u003c\/strong\u003e continues the legendary collaboration with \u003cstrong\u003eZEISS APO\u003c\/strong\u003e to take mobile photography to a new horizon with 200MP. Designed for the most demanding, it captures every detail with professional-level precision and ensures realistic colors, even from a long distance.\u003c\/p\u003e\n\n\u003cp\u003eWith \u003cb\u003e\u003cstrong\u003eScene Mode 2.0\u003c\/strong\u003e\u003c\/b\u003e, the vivo X300 Pro puts you at the center of every story. It allows you to record video in \u003cb\u003e\u003cstrong\u003eDolby Vision 4K\u003c\/strong\u003e\u003c\/b\u003e with dual perspectives, offering unprecedented creative flexibility for your productions.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/VIVOX30015.png?v=1760642792\" alt=\"Detail of the VIVO X300 camera system with ZEISS optics\" class=\"section-image\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eDesign and Power in Harmony\u003c\/h3\u003e\n\n\u003cp\u003eThe new Vivo X300 Pro combines classic photographic design with modern refinement. Its chassis is designed for a perfect balance between form and function, with a slender 7.99mm profile that feels as good as it looks.\u003c\/p\u003e\n\n\u003cp\u003eOn the front, its immersive 6.78-inch screen stands out thanks to an ultra-thin 1.1mm bezel, creating an uninterrupted visual experience. Unleash the full potential of MediaTek's latest-generation processor, the \u003cb\u003eDimensity 9500\u003c\/b\u003e.\u003c\/p\u003e\n\n\u003cp\u003e.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003ePro-Level ZEISS Optics\u003c\/h4\u003e\n\n\u003cp\u003e\u003cspan\u003eEquipped with the professional VS1 image processor along with the other V3+ image processor integrated into the Dimensity 9500 platform\u003c\/span\u003e. \u003cspan\u003eThe 200MP ZEISS APO telephoto camera and Scene Mode 2.0 allow you to record video in Dolby Vision 4K with dual perspectives.\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eUltra-Immersive Display\u003c\/h4\u003e\n\n\u003cp\u003e\u003cspan\u003eIts immersive 6.78-inch display, slender 7.99mm profile, and ultra-thin 1.1mm bezel\u003c\/span\u003e.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eProfessional Image Processor\u003c\/h4\u003e\n\n\u003cp\u003e\u003cspan\u003eThe phone's VS1 processor pre-processes each frame while the built-in V3+ handles post-processing, working together to deliver faster imaging and broader scene coverage\u003c\/span\u003e.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003e90W Ultra-Fast Charging\u003c\/h4\u003e\n\n\u003cp\u003e\u003cspan\u003e90W FlashCharge or 40W wireless FlashCharge allow you to get back into action quickly\u003c\/span\u003e.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-vivo\"\u003e\n\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-accordion\"\u003e\n\n\u003cdetails open=\"\" class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eAre these specifications final?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eYes, these specifications are official.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat is the new VS1 imaging chip?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eIt is a new imaging chip designed by Vivo, which acts as an image pre-processing unit for the camera, working in conjunction with the V3+ post-processing chip.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat advantages does ZEISS optics offer?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe collaboration with ZEISS guarantees high-quality lenses and superior image processing software. The T* coating reduces flares and ghosting, while portrait modes simulate the bokeh of legendary ZEISS lenses for a professional look.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"technical-specs\"\u003e\n\n\u003ch3\u003eTechnical Specifications - VIVO X300 PRO\u003c\/h3\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eDisplay\u003c\/td\u003e\n\n\u003ctd\u003e6.78\" LTPO 8T with ZEISS Master color calibration\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProcessor\u003c\/td\u003e\n\n\u003ctd\u003eMediaTek Dimensity 9500 + VS1 Image Chip\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eRAM and Storage\u003c\/td\u003e\n\n\u003ctd\u003e16GB RAM | 512GB\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eRear Camera\u003c\/td\u003e\n\n\u003ctd\u003e\n\n\u003cstrong\u003eMain:\u003c\/strong\u003e 50MP ZEISS Sony LYT-828, f\/1.57, 24 mm | \u003cstrong\u003ePeriscopic Telephoto:\u003c\/strong\u003e 200MP, ZEISS APO, Samsung HPB, f\/2.67, 3.7x optical zoom, 85 mm | \u003cstrong\u003eUltra Wide-Angle:\u003c\/strong\u003e 50MP, JN5, f\/2.0, 15 mm\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFront Camera\u003c\/td\u003e\n\n\u003ctd\u003e50 MP, ZEISS; JN1, f\/2.0\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBattery\u003c\/td\u003e\n\n\u003ctd\u003e\n\n\u003cp\u003e5,440 mAh Li-Ion\u003c\/p\u003e\n\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCharging\u003c\/td\u003e\n\n\u003ctd\u003e90W FlashCharge (wired) | 40W Wireless FlashCharge\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eOperating System\u003c\/td\u003e\n\n\u003ctd\u003eAndroid 16 | OriginOS 6\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eExtras\u003c\/td\u003e\n\n\u003ctd\u003e\n\n\u003cp\u003eIP68 water resistance, USB C 3.2, stereo speakers, VS1+ V3+ imaging chip, and ultrasonic fingerprint reader\u003c\/p\u003e\n\n\n\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"512GB \/ 16GB RAM \/ Blue","offer_id":58174717886812,"sku":null,"price":1300.0,"currency_code":"USD","in_stock":true},{"title":"512GB \/ 16GB RAM \/ White","offer_id":58174717919580,"sku":null,"price":1300.0,"currency_code":"USD","in_stock":true},{"title":"512GB \/ 16GB RAM \/ Brown","offer_id":58174717952348,"sku":"6932204510181","price":1450.0,"currency_code":"USD","in_stock":true},{"title":"512GB \/ 16GB RAM \/ Black","offer_id":58174717985116,"sku":"6932204511874","price":1300.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/vivox300pro-1_eada2fc0-40ac-4cd3-9cf8-d7383d35dc00.png?v=1782963017","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/vivo-x300-pro-version-global-a-cuotas","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}