{"product_id":"vivo-x200t","title":"Vivo X200T","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 (Shopify-Proof) --- *\/\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  \/* --- FIN AJUSTES TABLA --- *\/\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.launch-alert-container {\n    background: linear-gradient(90deg, #f0f4ff 0%, #ffffff 100%);\n    border-left: 5px solid #415fff;\n    border-right: 1px solid #d2d2d7;\n    border-top: 1px solid #d2d2d7;\n    border-bottom: 1px solid #d2d2d7;\n    border-radius: 12px;\n    padding: 25px;\n    margin: 30px auto;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    max-width: 100%;\n  }\n\n  .launch-badge {\n    background-color: #415fff;\n    color: #ffffff;\n    font-size: 0.75rem;\n    font-weight: 700;\n    padding: 4px 12px;\n    border-radius: 50px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    display: inline-block;\n    margin-bottom: 8px;\n  }\n\n  .launch-icon {\n    font-size: 2.5rem;\n    flex-shrink: 0;\n    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));\n  }\n\n  .launch-content {\n    flex-grow: 1;\n  }\n\n  .launch-title {\n    display: block;\n    color: #415fff;\n    font-weight: 700;\n    font-size: 1.25rem;\n    margin-bottom: 5px;\n  }\n\n  .launch-text {\n    color: #4a4a4a;\n    font-size: 1rem;\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  .launch-text strong {\n    color: #415fff;\n  }\n\n  @media (max-width: 600px) {\n    .launch-alert-container { flex-direction: column; text-align: center; padding: 20px; }\n    .launch-icon { font-size: 3rem; }\n  }\n\u003c\/style\u003e\u003cdiv class=\"product-description-container\"\u003e\n\n\u003csection class=\"product-header\"\u003e\n\u003cdiv class=\"eyebrow\"\u003ePREMIUM VIVO LAUNCH\u003c\/div\u003e\n\n\u003ch2\u003evivo X200T 5G: The Ultimate Flagship with ZEISS Camera and Extreme Battery\u003c\/h2\u003e\n\n\u003cp class=\"subtitle\"\u003e120Hz AMOLED Display, Powerful Dimensity 9400+ Processor, and an inexhaustible 6200 mAh battery to elevate your experience.\u003c\/p\u003e\n\n\u003cdiv class=\"launch-alert-container\"\u003e\n\n\u003cdiv class=\"launch-content\"\u003e\n\n\u003cspan class=\"launch-badge\"\u003eNew Launch\u003c\/span\u003e \u003cspan class=\"launch-title\"\u003eLimited Units\u003c\/span\u003e\n\u003cp class=\"launch-text\"\u003eBe among the first to experience this technology. Initial inventory is \u003cstrong\u003estrictly limited\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cp class=\"launch-text\"\u003e \u003c\/p\u003e\n\n\u003cp class=\"launch-text\"\u003eBuy yours now and get a \u003cstrong\u003especial gift\u003c\/strong\u003e for being one of the first to order!\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cimg alt=\"Smartphone vivo X200T 5G with ZEISS camera and premium design\" class=\"image-full-width\" src=\"https:\/\/in-exstatic-vivofs.vivo.com\/gdHFRinHEMrj3yPG\/product\/1770630802137\/zip\/img\/pc\/appearance.png.webp\"\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 30px auto;\"\u003eDiscover the new vivo X200T 5G, a smartphone designed for those who settle for nothing less. Equipped with the powerful MediaTek Dimensity 9400+ 3nm processor and LPDDR5X Ultra RAM, this device offers fluid and uninterrupted performance, ideal for demanding gaming and advanced multitasking. Its premium design, with an aluminum alloy frame and matte glass back, not only looks elegant in your hands but is also ultra-resistant thanks to its dual IP68 and IP69 certification against water and dust.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px auto;\"\u003ePhotographic excellence is guaranteed thanks to its 50 MP triple camera system co-developed with ZEISS optics. You can capture everything from expansive landscapes to perfect professional-level portraits with its periscopic telephoto lens. All your content will come to life on its brilliant 6.67-inch 120Hz AMOLED display, capable of reaching 5000 nits of brightness, all backed by a colossal 6200 mAh battery with 90W fast charging so you never stop your pace.\u003c\/p\u003e\n\n\u003cdiv class=\"accordion-container\"\u003e\n\n\u003cdetails open=\"\" class=\"accordion-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e📷\u003c\/span\u003e50MP ZEISS Triple Camera System\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eCapture the world with incomparable sharpness. It features a 50MP Sony IMX921 main sensor with OIS, a 50MP periscopic telephoto lens with 3x optical zoom (up to 100x digital), and a 50MP ultra-wide-angle. All optimized with \u003cstrong\u003eZEISS T*\u003c\/strong\u003e coating to eliminate reflections and achieve hyper-realistic colors.\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\u003eInexhaustible 6200 mAh Battery\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eForget about looking for outlets. Its massive silicon-carbon battery offers up to two days of intense use. Plus, get back in action in minutes thanks to its 90W wired \u003cstrong\u003eFlashCharge\u003c\/strong\u003e technology and support for 40W wireless charging.\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\u003eExtreme Power and Advanced Cooling\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eExperience maximum speed with the 3-nanometer \u003cstrong\u003eDimensity 9400+\u003c\/strong\u003e chip and ultra-fast UFS 4.1 storage. It incorporates an advanced 4.5K liquid vapor chamber cooling system to ensure impeccable performance without overheating.\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\"\u003eDesigned to Dazzle and Endure\u003c\/h3\u003e\n\n\u003cp style=\"text-align: center; margin-top: 0; margin-bottom: 40px; color: #6e6e73;\"\u003eEvery aspect of the vivo X200T has been meticulously crafted to offer you a premium experience, combining luxurious materials with the most advanced visual and security technology.\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\u003e1.5K AMOLED Display\u003c\/h4\u003e\n\n\u003cp\u003eDazzling 6.67-inch panel with adaptive 120Hz refresh rate and an incredible peak brightness of 5000 nits. Includes 2160Hz PWM dimming technology to protect your eyesight.\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\u003eTotal IP68\/IP69 Resistance\u003c\/h4\u003e\n\n\u003cp\u003eRobust and all-proof construction. Your smartphone will be protected against dust, continuous immersion in water, and even high-pressure jets.\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\u003ePremium Design\u003c\/h4\u003e\n\n\u003cp\u003eSophisticated matte anti-fingerprint glass finish with a solid aluminum frame. Available in the spectacular and elegant Seaside Lilac and Stellar Black colors.\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\u003e3D Ultrasonic Sensor\u003c\/h4\u003e\n\n\u003cp\u003eAccess your device quickly, securely, and with extreme precision even with wet fingers, thanks to its latest-generation ultrasonic fingerprint reader.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003ch3 style=\"margin-top: 20px; margin-bottom: 35px !important;\" class=\"section-title\"\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\"\u003eDisplay\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e6.67\" AMOLED BOE Q10, 1.5K Resolution (2800 x 1260), 120Hz, up to 5000 nits.\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eProcessor\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eMediaTek Dimensity 9400+ (3 nm), Octa-core\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\"\u003e12GB LPDDR5X Ultra\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\"\u003e256GB or 512GB UFS 4.1\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\"\u003e50MP Main (OIS) + 50MP Periscopic Telephoto (OIS) + 50MP Ultra Wide-Angle. ZEISS Optics\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\"\u003e32 MP with 4K video support\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eBattery and Charging\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e6200 mAh, 90W FlashCharge (Wired), 40W Wireless\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\"\u003eOriginOS 6 (Based on Android 16)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eProtection\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eIP68 and IP69 Certification\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eDimensions and Weight\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e160.0 x 74.3 x 8.0 mm \/ Approx. 203 g\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 Exact battery life and device performance may vary depending on network conditions, usage patterns, and environmental factors.\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-wrapper\"\u003e\n\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions about the vivo X200T\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eDoes the vivo X200T support 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\u003eYes, the vivo X200T is fully compatible with 40W fast wireless charging technology, which complements its impressive 90W wired FlashCharge.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eHow water resistant is this model?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eIt boasts the industry's highest ratings: dual IP68 and IP69 certification. This means it is completely sealed against dust, survives continuous immersion, and resists high-pressure 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\u003eIs the charger included in the box?\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, the device includes the official vivo 90W fast charging adapter in its box, so you can enjoy maximum speed from day one.\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":"12GB \/ 256GB \/ Seaside Lilac","offer_id":58174717329756,"sku":null,"price":930.0,"currency_code":"USD","in_stock":true},{"title":"12GB \/ 256GB \/ Stellar Black","offer_id":58174717362524,"sku":null,"price":930.0,"currency_code":"USD","in_stock":true},{"title":"12GB \/ 512GB \/ Seaside Lilac","offer_id":58174717395292,"sku":null,"price":1100.0,"currency_code":"USD","in_stock":true},{"title":"12GB \/ 512GB \/ Stellar Black","offer_id":58174717428060,"sku":null,"price":1100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/celulares_vivo_x200t_seaside_lilac-1.webp?v=1782963012","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/vivo-x200t","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}