{"product_id":"vivo-x200-fe-a-cuotas","title":"VIVO X200 FE In Installments","description":"\u003cstyle\u003e\n  \/* Contenedor Principal y Tipografía *\/\n  .product-description-container {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: #1d1d1f;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 15px;\n  }\n\n  \/* Disclaimer \/ Avisos *\/\n  .info-disclaimer {\n    background-color: #fffbe6;\n    border: 1px solid #ffe58f;\n    padding: 20px 25px;\n    border-radius: 12px;\n    margin-top: 40px;\n    margin-bottom: 30px;\n    font-size: 0.95rem;\n    color: #595959;\n    text-align: center;\n  }\n  .info-disclaimer strong { color: #d48806; }\n\n  \/* Encabezados *\/\n  .product-header {\n    text-align: center;\n    padding: 20px 10px 30px 10px;\n  }\n  .product-header .eyebrow {\n    color: #415fff;\n    font-weight: 600;\n    font-size: 1.1rem;\n    margin-bottom: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n  .product-header h2 {\n    font-size: 2.8rem;\n    font-weight: 700;\n    color: #1d1d1f;\n    margin: 0;\n    letter-spacing: -0.02em;\n    line-height: 1.1;\n  }\n  .product-header .subtitle {\n    font-size: 1.3rem;\n    color: #6e6e73;\n    margin-top: 15px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  \/* Imagen Principal *\/\n  .image-full-width {\n    width: 100%;\n    height: auto;\n    border-radius: 18px;\n    margin: 10px 0 40px 0;\n    background-color: #f5f5f7;\n    display: block;\n  }\n\n  \/* Títulos de Sección *\/\n  .section-title {\n    font-size: 2.2rem;\n    font-weight: 600;\n    text-align: center;\n    margin-top: 40px;\n    margin-bottom: 40px; \n    color: #1d1d1f;\n  }\n\n  \/* Acordeones (Features \u0026 FAQ) *\/\n  .accordion-container, .faq-container {\n    border-top: 1px solid #d2d2d7;\n    margin-bottom: 40px;\n  }\n  details.accordion-item, details.faq-item { border-bottom: 1px solid #d2d2d7; }\n   \n  .accordion-item summary, .faq-item summary {\n    font-size: 1.3rem;\n    font-weight: 600;\n    padding: 25px 10px;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: background-color 0.2s ease;\n    color: #1d1d1f;\n  }\n  .accordion-item summary:hover, .faq-item summary:hover { background-color: #f5f5f7; }\n  .accordion-item summary::-webkit-details-marker, .faq-item summary::-webkit-details-marker { display: none; }\n   \n  .accordion-title-text { display: flex; align-items: center; }\n  .icon-left { font-size: 1.8rem; margin-right: 15px; width: 30px; text-align: center; }\n  .plus-minus-icon { font-size: 2rem; color: #86868b; transition: transform 0.3s ease; }\n   \n  details[open] \u003e summary .plus-minus-icon { transform: rotate(45deg); }\n   \n  .accordion-content, .faq-answer { padding: 0 20px 30px 20px; }\n  .accordion-content { padding-left: 65px; } \n  .accordion-content p, .faq-answer p { font-size: 1.05rem; color: #333; margin: 0; line-height: 1.6; }\n\n  \/* Feature Cards Grid *\/\n  .feature-cards-container {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n  .feature-card {\n    background-color: #ffffff;\n    border: 1px solid #d2d2d7;\n    border-radius: 18px;\n    padding: 30px;\n    text-align: center;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n  }\n  .feature-card:hover { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(0,0,0,0.1); }\n  .feature-card h4 { font-size: 1.6rem; margin: 15px 0 10px 0; color: #1d1d1f; }\n  .feature-card p { font-size: 0.98rem; color: #6e6e73; flex-grow: 1; }\n\n  \/* --- AJUSTES TABLA --- *\/\n  .specs-table-container {\n    overflow-x: auto;\n    margin-bottom: 40px;\n    border: 1px solid #e5e5e5 !important; \n    border-radius: 18px;\n    padding: 5px 20px !important; \n    background: transparent !important;\n  }\n  \n  .product-description-container table.specs-table {\n    width: 100%;\n    border-collapse: collapse !important;\n    border: none !important;\n    background: transparent !important;\n    box-shadow: none !important;\n    margin: 0 !important;\n  }\n\n  .product-description-container table.specs-table td, \n  .product-description-container table.specs-table th { \n    border: none !important; \n    padding: 12px 10px !important; \n    vertical-align: top; \n  }\n\n  .product-description-container table.specs-table tr { \n    border-bottom: 1px solid #e0e0e0 !important; \n    border-top: none !important;\n    border-left: none !important;\n    border-right: none !important;\n    background: transparent !important;\n  }\n\n  .product-description-container table.specs-table tr:last-child { \n    border-bottom: none !important; \n  }\n\n  .specs-table .spec-label { font-weight: 600; color: #1d1d1f; width: 40%; }\n  .specs-table .spec-value { color: #555; }\n\n  \/* FAQ Styles specifics *\/\n  .faq-container-wrapper {\n    max-width: 900px;\n    margin: 40px auto;\n  }\n   \n  @media (max-width: 768px) {\n    .product-header h2 { font-size: 2rem; }\n    .product-header .subtitle { font-size: 1.1rem; }\n    .accordion-item summary, .faq-item summary { font-size: 1.1rem; padding: 20px 5px; }\n    .icon-left { font-size: 1.5rem; margin-right: 10px; }\n    .accordion-content { padding: 0 10px 25px 10px; } \n    .feature-cards-container { grid-template-columns: 1fr; }\n  }\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 class=\"product-description-container\"\u003e\n\n\u003csection class=\"product-header\"\u003e\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\u003cdiv class=\"eyebrow\"\u003eTHE ULTIMATE COMPACT HIGH-END\u003c\/div\u003e\n\n\u003ch2\u003eVivo X200 FE: Extreme Power and ZEISS Optics in the Palm of Your Hand\u003c\/h2\u003e\n\n\u003cp class=\"subtitle\"\u003eDiscover the perfect balance between a manageable design, a monstrous 6500 mAh battery, and professional photography signed by ZEISS.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003cimg class=\"image-full-width\" alt=\"VIVO X200 FE\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Vivo-X200-FE-GSMPRO-13.webp?v=1751470783\"\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 30px auto;\"\u003eThe Vivo X200 FE redefines what we expect from a compact smartphone. Equipped with the MediaTek Dimensity 9300+ processor, this device offers elite performance without compromising convenience. Its lightweight body of only 186 grams hides surprising engineering, capable of executing the most demanding tasks and latest-generation games with absolute fluidity.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px auto;\"\u003eIt's not just power; it's a creative tool. Thanks to its collaboration with ZEISS, the X200 FE captures images with professional realism, while its impressive 6500 mAh BlueVolt battery ensures you're never left halfway through your day. All this under an AMOLED screen that shines brightly, reaching an incredible 5000 nits for perfect visibility even under the most intense sun.\u003c\/p\u003e\n\n\u003cdiv class=\"accordion-container\"\u003e\n\n\u003cdetails class=\"accordion-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e📸\u003c\/span\u003eProfessional Photography with ZEISS Signature\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eMaster every scene with its 50MP main camera (Sony IMX921) and a 50MP periscope telephoto lens with 3X optical zoom. ZEISS T* optics reduce reflections and guarantee natural colors, while the Multifocal Portrait mode allows you to choose between 5 iconic focal lengths for artistic-level portraits.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e🔋\u003c\/span\u003e6500 mAh BlueVolt Battery: Unprecedented Autonomy\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eDespite its compact size, the X200 FE integrates a high-density battery that offers more than a day and a half of intensive use. And when you need power, its 90W FlashCharge fast charging gets you back in action in minutes.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e🛡️\u003c\/span\u003eTotal IP68 and IP69 Resistance\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eDesigned to withstand the unexpected. It boasts the highest certification against water and dust (IP68) and includes resistance to high-pressure, high-temperature water jets (IP69), ensuring your device is protected in any environment.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003ch3 class=\"section-title\"\u003eUncompromising Performance and Style\u003c\/h3\u003e\n\n\u003cp style=\"text-align: center; margin-top: 0; margin-bottom: 40px; color: #6e6e73;\"\u003eThe Vivo X200 FE combines the most advanced hardware with smart features that simplify your daily life.\u003c\/p\u003e\n\n\u003csection class=\"feature-cards-container\"\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e🚀\u003c\/span\u003e\n\u003ch4\u003eDimensity 9300+ Chip\u003c\/h4\u003e\n\n\u003cp\u003e4nm architecture for extreme speed and superior energy efficiency in multitasking and gaming.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e✨\u003c\/span\u003e\n\u003ch4\u003e120Hz LTPO Display\u003c\/h4\u003e\n\n\u003cp\u003eAdaptive fluidity on a 6.31-inch panel with 1.5K resolution and advanced eye protection.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e🤳\u003c\/span\u003e\n\u003ch4\u003e50MP Selfie with AF\u003c\/h4\u003e\n\n\u003cp\u003eUltra-sharp self-portraits with autofocus and 4K video recording for your social media.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e🤖\u003c\/span\u003e\n\u003ch4\u003eAI Integrated with Google Gemini\u003c\/h4\u003e\n\n\u003cp\u003eOptimize your productivity with intelligent editing tools and state-of-the-art artificial intelligence assistance.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003ch3 class=\"section-title\" style=\"margin-top: 20px; margin-bottom: 35px !important;\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n\u003cdiv class=\"specs-table-container\"\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eProcessor\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eMediaTek Dimensity 9300+ (Octa-core, 4nm)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eRAM\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e12 GB LPDDR5X (+12 GB Extended RAM)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eStorage\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e256 GB \/ 512 GB\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eAI\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eNative integration with Google Gemini and Vivo Smart Edit\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eRear Camera\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eTriple ZEISS System: 50MP Main (OIS, f\/1.88) + 50MP Periscope Telephoto (3x Optical, OIS) + 8MP Ultra-Wide Angle\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eFront Camera\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e50MP with Autofocus (f\/2.0)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eBattery\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e6500 mAh (Typical) with 90W FlashCharge\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eWeight \u0026amp; Dimensions\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e150.83 x 71.76 x 7.99 mm | 186g\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eDisplay\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e6.31\" LTPO AMOLED, 1.5K (2640 x 1216), 120Hz, 5000 nits (peak)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eOperating System\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eFuntouch OS 15 based on Android 15\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eUpdates\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003ePromise of up to 3-4 years of security patches\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eSim\/Dual Sim\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eDual Nano SIM (5G dual support)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eSim\/E-Sim\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eeSIM compatible (region\/carrier dependent)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eConnectivity\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eWi-Fi 7, Bluetooth 5.4, NFC, Infrared Port\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eBox Contents\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eSmartphone, USB-C Cable, SIM Tool\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\u003cdiv class=\"info-disclaimer\"\u003e⚠️ \u003cstrong\u003eAttention:\u003c\/strong\u003e The 6500 mAh battery life may vary depending on network conditions and individual usage habits.\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-wrapper\"\u003e\n\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions About the Vivo X200 FE\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\n\u003cdetails open=\"\" class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eIs the Vivo X200 FE water resistant?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eYes, it has dual IP68 and IP69 certification, protecting it against prolonged immersion and high-pressure water jets.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eDoes it have wireless charging?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eNo, this model focuses on maximum battery capacity (6500 mAh) and 90W wired fast charging to optimize the compact design.\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\u003eHow good is the camera for night photos?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eExcellent. The Sony IMX921 sensor combined with the ZEISS T* coating allows for bright, flare-free images in low-light conditions.\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\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"256 GB \/ 12 RAM \/ Blue","offer_id":58174716543324,"sku":null,"price":650.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 12 RAM \/ Black","offer_id":58174716576092,"sku":null,"price":650.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 12 RAM \/ Rose","offer_id":58174716608860,"sku":null,"price":650.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 12 GB RAM \/ Rose","offer_id":58174716641628,"sku":null,"price":750.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 12 GB RAM \/ Black","offer_id":58174716674396,"sku":"6932204505316","price":820.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 12 GB RAM \/ Blue","offer_id":58174716707164,"sku":"6932204508867","price":820.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/Vivo-X200-FE-GSMPRO-1_35025962-e523-4d2b-acce-04d2cd04316d.webp?v=1782963007","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/vivo-x200-fe-a-cuotas","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}