{"product_id":"asus-rog-phone-9","title":"Asus ROG Phone 9","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\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 Asus ROG (TEMA CLARO) --- *\/\n  :root {\n    --rog-accent-blue: #00BFFF; \/* DeepSkyBlue - Eléctrico y vibrante *\/\n    --text-dark: #1A1A1A;      \/* Texto oscuro principal *\/\n    --text-muted: #6E6E73;     \/* Texto secundario *\/\n    --bg-light: #FAFAFA;      \/* Fondo principal claro *\/\n    --bg-card: #FFFFFF;       \/* Fondo para tarjetas y elementos *\/\n    --border-color: #E0E0E0;\n  }\n\n  \/* --- Contenedor Principal y Estilos Generales (TEMA CLARO) --- *\/\n  #rog-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  #rog-full-description strong {\n    font-weight: 600;\n    color: var(--rog-accent-blue);\n  }\n  #rog-full-description h3 {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--text-dark);\n    border-bottom: 2px solid var(--border-color);\n    padding-bottom: 10px;\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  \/* --- Sección de Introducción --- *\/\n  .rog-header {\n    text-align: center;\n    margin-bottom: 20px;\n  }\n  .rog-title {\n    font-size: 2.8em;\n    font-weight: 800;\n    margin-bottom: 10px;\n  }\n  .rog-subtitle {\n    font-size: 1.4em;\n    color: var(--text-muted);\n    margin-top: 0;\n    margin-bottom: 25px;\n    font-weight: 500;\n  }\n  \n  \/* --- Imágenes --- *\/\n  .hero-image, .section-image {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\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  .section-image {\n    margin: 20px 0;\n  }\n\n  \/* --- Aviso Destacado (Estilo ROG) --- *\/\n  .highlight-notice {\n    background-color: var(--bg-card);\n    border-left: 4px solid var(--rog-accent-blue);\n    padding: 20px 25px;\n    border-radius: 8px;\n    margin: 30px auto;\n    font-size: 1.05em;\n    color: var(--text-dark);\n    line-height: 1.6;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n  }\n\n  \/* --- Descripción de Producto --- *\/\n  .product-description p {\n    font-size: 1.1em;\n    line-height: 1.7;\n    color: var(--text-muted);\n  }\n\n  \/* --- Estilos para la sección de Tarjetas --- *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 25px;\n    margin: 40px 0;\n  }\n  .feature-card {\n    background-color: var(--bg-card);\n    padding: 30px;\n    border-radius: 8px;\n    border: 1px solid var(--border-color);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  .feature-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 20px rgba(0,0,0,0.08);\n  }\n  .feature-card h4 {\n    font-size: 1.5em;\n    font-weight: 700;\n    margin-top: 0;\n    margin-bottom: 15px;\n    color: var(--rog-accent-blue);\n  }\n  .feature-card p {\n    font-size: 1.05em;\n    line-height: 1.7;\n    color: var(--text-muted);\n    margin-bottom: 0;\n  }\n\n  \/* --- Estilos: Preguntas Frecuentes (FAQ) --- *\/\n  .faq-container-rog {\n    margin-top: 50px;\n  }\n  .faq-title {\n    font-size: 2em;\n    font-weight: 700;\n    text-align: center;\n    color: var(--text-dark);\n    margin-bottom: 30px;\n    border-top: 1px solid var(--border-color);\n    padding-top: 40px;\n  }\n  .faq-accordion .faq-item {\n    background-color: var(--bg-card);\n    border-radius: 8px;\n    margin-bottom: 15px;\n    border: 1px solid var(--border-color);\n    overflow: hidden;  \n  }\n  .faq-accordion summary {\n    font-size: 1.2em;\n    font-weight: 600;\n    padding: 20px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    list-style: none; \n    transition: color 0.3s ease;\n  }\n  .faq-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n  .faq-icon {\n    font-size: 1.5em;\n    font-weight: 400;\n    color: var(--rog-accent-blue);\n    transition: transform 0.3s ease;\n  }\n  .faq-item[open] \u003e summary {\n    color: var(--rog-accent-blue);\n  }\n  .faq-item[open] \u003e summary .faq-icon {\n    transform: rotate(45deg);\n  }\n  .faq-answer {\n    padding: 0 20px 20px 20px;\n    color: var(--text-muted);\n    line-height: 1.7;\n  }\n  .faq-answer p {\n    margin: 0;\n  }\n\n  \/* --- Ficha Técnica --- *\/\n  .technical-specs {\n    margin-top: 40px;\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 1.05em;\n    background-color: var(--bg-card);\n    border-radius: 8px;\n    overflow: hidden;\n  }\n  .specs-table td {\n    padding: 15px 12px;\n    border-bottom: 1px solid var(--border-color);\n  }\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  .specs-table tr td:first-child {\n    font-weight: 600;\n    color: var(--text-dark);\n    width: 40%;\n  }\n\n  \/* --- Responsive Media Queries --- *\/\n  @media (min-width: 768px) {\n    .features-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n  @media (max-width: 480px) {\n    .rog-title { font-size: 2.2em; }\n    .rog-subtitle { font-size: 1.2em; }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"rog-full-description\"\u003e\n\n\u003cdiv class=\"rog-header\"\u003e\n\n\u003ch1 class=\"rog-title\"\u003eAsus ROG Phone 9\u003c\/h1\u003e\n\n\u003cp class=\"rog-subtitle\"\u003eFor Those Who Dare. The Ultimate Gaming Weapon.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Asus-Rog-Phone-9-Pro-GSMPRO-1.webp?v=1738337414\" alt=\"Smartphone Asus ROG Phone 9\" class=\"hero-image\"\u003e\n\u003cdiv class=\"highlight-notice\"\u003e\n\n\u003cstrong\u003eGlobal Version. The Pure ROG Experience.\u003c\/strong\u003e\u003cbr\u003eEnjoy maximum performance with official software, direct updates from Asus, and full compatibility with Google services.\u003c\/div\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eForged for Victory\u003c\/h3\u003e\n\n\u003cp\u003eThe \u003cstrong\u003eROG Phone 9\u003c\/strong\u003e isn't just a smartphone; it's a portable gaming ecosystem. Its futuristic design isn't just aesthetic; it houses the most advanced \u003cstrong\u003eGameCool 9\u003c\/strong\u003e cooling system, ensuring sustained peak performance without overheating, even during the longest and most intense gaming sessions.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Asus-Rog-Phone-9-Pro-GSMPRO.webp?v=1738337414\" alt=\"Detalle de los gatillos AirTrigger y el sistema de enfriamiento del ROG Phone 9\" class=\"section-image\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eNext-Level Control and Performance\u003c\/h3\u003e\n\n\u003cp\u003eFeel the game like never before. The ultrasonic \u003cstrong\u003eAirTrigger\u003c\/strong\u003e buttons give you precise console-level control, while the 165Hz AMOLED display with ultra-fast touch response ensures every movement is registered instantly. Activate \u003cstrong\u003eX Mode\u003c\/strong\u003e to unleash the full power of the hardware and optimize your gaming experience.\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\u003e165Hz AMOLED Display\u003c\/h4\u003e\n\n\u003cp\u003eImmerse yourself in the action with an incredibly fluid and brilliant display. Its 165Hz refresh rate and 720Hz touch sampling rate give you the ultimate competitive advantage.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eSnapdragon® 8 Gen 4 Power\u003c\/h4\u003e\n\n\u003cp\u003eEquipped with Qualcomm's most powerful processor and the GameCool 9 cooling system, the ROG Phone 9 effortlessly handles any game or application.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eMonster 6000mAh Battery\u003c\/h4\u003e\n\n\u003cp\u003ePlay for hours on end thanks to the colossal 6000mAh dual-cell battery. With \u003cstrong\u003e65W HyperCharge\u003c\/strong\u003e, you'll be back in action in minutes, not hours.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eImmersive Front-Facing Audio\u003c\/h4\u003e\n\n\u003cp\u003eThe dual front-facing stereo speakers with \u003cstrong\u003eDirac Virtuo™\u003c\/strong\u003e technology create a powerful, immersive soundstage that draws you into the game, even without headphones.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-rog\"\u003e\n\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-accordion\"\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat are AirTriggers and how do they work?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThey are ultrasonic sensors on the phone's edges that act as customizable triggers (L1\/R1). You can assign any on-screen action to them, such as aiming, shooting, jumping, etc., for a console-like gaming experience.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eDo I need the AeroActive Cooler?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe phone has an excellent internal cooling system. However, for extremely long gaming sessions at maximum performance (X+ Mode), the \u003cstrong\u003eAeroActive Cooler 9\u003c\/strong\u003e (sold separately) further reduces temperature and adds programmable physical buttons.\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 do software updates (OTA) work?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eAs this is the official global version, you will receive all operating system updates and security patches directly from Asus, as soon as they are available for your region, ensuring maximum security and the latest features.\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 a side charging port?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eYes. The ROG Phone 9 includes a second USB-C port on the side, designed so you can comfortably charge the phone while playing in landscape mode without the cable getting in your way.\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 - Asus ROG Phone 9 (Global)\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 AMOLED, 1B colors, 165Hz, HDR10+, 2500 nits, Gorilla Glass Victus 2\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProcessor\u003c\/td\u003e\n\n\u003ctd\u003eQualcomm Snapdragon 8 Gen 4 (3 nm)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eRAM \u0026amp; Storage\u003c\/td\u003e\n\n\u003ctd\u003e12GB\/16GB\/24GB LPDDR5X | 256GB\/512GB\/1TB UFS 4.0 (Not expandable)\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\u003eTriple:\u003c\/strong\u003e 50MP Main (f\/1.9, Gimbal OIS) + 32MP Telephoto (f\/2.4, OIS, 3x Optical Zoom) + 13MP Ultra Wide (f\/2.2)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eFront Camera\u003c\/td\u003e\n\n\u003ctd\u003e32 MP (f\/2.5, Wide)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eBattery\u003c\/td\u003e\n\n\u003ctd\u003e6000 mAh Li-Po (non-removable)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCharging\u003c\/td\u003e\n\n\u003ctd\u003e65W HyperCharge (wired) | 15W Qi Wireless Charging | 10W Reverse Charging\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eAudio\u003c\/td\u003e\n\n\u003ctd\u003eFront-facing stereo speakers (2 amplifiers), 3.5mm jack, 32-bit\/384kHz Hi-Res Audio\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eConnectivity\u003c\/td\u003e\n\n\u003ctd\u003e5G, Wi-Fi 802.11 a\/b\/g\/n\/ac\/6e\/7\/8 (tri-band), Bluetooth 5.4, NFC, GPS\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003ePorts\u003c\/td\u003e\n\n\u003ctd\u003eSide USB-C 3.2 (with DisplayPort 1.4), Bottom USB-C 2.0 (OTG)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eProtection \u0026amp; Extras\u003c\/td\u003e\n\n\u003ctd\u003eIP68 resistance (water and dust), Ultrasonic triggers (AirTriggers), Illuminated RGB logo on the back\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":"512 GB \/ 16 GB RAM \/ Black Ghost","offer_id":58173233070428,"sku":"197105762312","price":1200.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ White Storm","offer_id":58173233103196,"sku":"197105762329","price":1200.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 12 GB RAM \/ Black Ghost","offer_id":58173233135964,"sku":"4711387763568","price":900.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 12 GB RAM \/ White Storm","offer_id":58173233168732,"sku":"5060220178632","price":900.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 12 GB RAM \/ Black Ghost","offer_id":58173233201500,"sku":"5497494240557","price":960.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 12 GB RAM \/ White Storm","offer_id":58173233234268,"sku":"8065695459710","price":960.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/asus-rog-phone-9.png?v=1782939244","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/asus-rog-phone-9","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}