{"product_id":"asus-rog-ally-ryzen-z1-extreme-reacondicionado","title":"Asus ROG Ally Z1 Extreme Refurbished","description":"\u003cstyle\u003e\n  .samsung-s25fe-container-final {\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  .rumor-disclaimer {\n    background-color: #e6f0ff;\n    border: 1px solid #b3d1ff;\n    padding: 20px 25px;\n    border-radius: 12px;\n    margin-top: 40px;\n    margin-bottom: 30px;\n    font-size: 0.95rem;\n    color: #002d6b;\n    text-align: center;\n  }\n  .rumor-disclaimer strong { color: #001a3d; }\n  .samsung-s25fe-header {\n    text-align: center;\n    padding: 20px 10px 30px 10px;\n  }\n  .samsung-s25fe-header .eyebrow {\n    color: #0062cc;\n    font-weight: 600;\n    font-size: 1.1rem;\n    margin-bottom: 10px;\n  }\n  .samsung-s25fe-header h2 {\n    font-size: 3rem;\n    font-weight: 700;\n    color: #1d1d1f;\n    margin: 0;\n    letter-spacing: -0.02em;\n  }\n  .samsung-s25fe-header .subtitle {\n    font-size: 1.3rem;\n    color: #6e6e73;\n    margin-top: 15px;\n    max-width: 650px;\n    margin-left: auto;\n    margin-right: auto;\n  }\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  }\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  .accordion-container {\n    border-top: 1px solid #d2d2d7;\n    margin-bottom: 40px;\n  }\n  details.accordion-item { border-bottom: 1px solid #d2d2d7; }\n  .accordion-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  }\n  .accordion-item summary:hover { background-color: #f5f5f7; }\n  .accordion-item summary::-webkit-details-marker { display: none; }\n  .accordion-item .accordion-title-text { display: flex; align-items: center; }\n  .accordion-item .icon { font-size: 1.8rem; margin-right: 15px; width: 30px; text-align: center; }\n  .accordion-item .plus-minus { font-size: 2rem; color: #86868b; transition: transform 0.3s ease; }\n  .accordion-item[open] \u003e summary .plus-minus { transform: rotate(45deg); }\n  .accordion-content { padding: 0 20px 30px 65px; }\n  .accordion-content p { font-size: 1.05rem; color: #333; }\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 .chip-icon { font-weight: 600; color: #6e6e73; background-color: #f5f5f7; border-radius: 20px; padding: 6px 14px; display: inline-block; font-size: 0.85rem; margin-bottom: 15px; }\n  .feature-card p { font-size: 0.98rem; color: #6e6e73; flex-grow: 1; }\n   \n  .faq-container-samsung {\n    max-width: 900px;\n    margin: 40px auto;\n    padding: 0 15px;\n  }\n  .faq-title {\n    font-size: 2.2rem;\n    font-weight: 600;\n    color: #1d1d1f;\n    text-align: center;\n    margin-bottom: 40px;\n  }\n  .faq-accordion { border-top: 1px solid #d2d2d7; }\n  details.faq-item { border-bottom: 1px solid #d2d2d7; }\n  .faq-item summary {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: #1d1d1f;\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  }\n  .faq-item summary:hover { background-color: #f5f5f7; }\n  .faq-item summary::-webkit-details-marker { display: none; }\n  .faq-icon {\n    font-size: 1.8rem;\n    font-weight: 300;\n    color: #86868b;\n    transition: transform 0.3s ease;\n    user-select: none;\n  }\n  .faq-item[open] \u003e summary .faq-icon { transform: rotate(45deg); }\n  .faq-answer { padding: 0px 20px 30px 20px; }\n  .faq-answer p { font-size: 1.05rem; line-height: 1.6; color: #333; margin: 0; max-width: 80ch; }\n   \n  @media (max-width: 768px) {\n    .samsung-s25fe-header h2 { font-size: 2.2rem; }\n    .samsung-s25fe-header .subtitle { font-size: 1.1rem; }\n    .accordion-item summary { font-size: 1.1rem; padding: 20px 5px; }\n    .accordion-item .icon { font-size: 1.5rem; margin-right: 10px; }\n    .accordion-content { padding: 0 10px 25px 45px; }\n    .feature-cards-container { grid-template-columns: 1fr; }\n    .faq-title { font-size: 1.8rem; }\n    .faq-item summary { font-size: 1.1rem; }\n    .faq-answer p { font-size: 1rem; }\n  }\n\n    \/* Estilos específicos para la alerta de reacondicionado *\/\n  .refurbished-notice {\n    background-color: #fffdf5; \/* Fondo crema muy suave *\/\n    border: 1px solid #e6dcc5; \/* Borde sutil dorado\/gris *\/\n    color: #5c5236;\n    padding: 18px 20px;\n    border-radius: 12px;\n    margin: 20px auto auto auto;\n    max-width: 100%;\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n    font-size: 0.95rem;\n    line-height: 1.5;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.03);\n  }\n  .refurbished-notice .notice-icon {\n    font-size: 1.6rem;\n    line-height: 1;\n    flex-shrink: 0; \/* Evita que el icono se aplaste *\/\n  }\n  .refurbished-notice strong {\n    color: #3d351f;\n    font-weight: 700;\n    display: block;\n    margin-bottom: 4px;\n    font-size: 1rem;\n  }\n  \n  \/* Ajuste para móviles *\/\n  @media (max-width: 768px) {\n    .refurbished-notice {\n      padding: 15px;\n      font-size: 0.9rem;\n    }\n  }\n\u003c\/style\u003e\u003cdiv class=\"samsung-s25fe-container-final\"\u003e\n\u003csection class=\"samsung-s25fe-header\"\u003e\u003cdiv class=\"eyebrow\"\u003e\u003ch1 class=\"elementor-heading-title elementor-size-xl\"\u003eHIGH-PERFORMANCE PORTABLE GAMING CONSOLE\u003c\/h1\u003e\u003c\/div\u003e\n\u003ch2\u003eASUS ROG Ally Z1 Extreme: Play All Your Games, Anywhere\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eThe power of a Windows 11 PC and the AMD Ryzen™ Z1 Extreme processor in the palm of your hand.\u003c\/p\u003e\n\u003cdiv class=\"refurbished-notice\"\u003e\n\u003cdiv class=\"notice-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e♻️ Refurbished Product (Grade A)\u003c\/strong\u003e This device has undergone a rigorous professional inspection and restoration process. It is 100% functional, aesthetically excellent, and helps reduce your carbon footprint.\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cimg class=\"image-full-width\" alt=\"Asus Rog Ally Ryzen Z1 Extreme\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/la-consola-portatil-definitiva-asus-rog-ally-ryzen-z1-extreme.jpg?v=1753550511\"\u003e\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px auto;\"\u003eImmerse yourself in your favorite AAA titles with the ASUS ROG Ally Z1 Extreme, the ultimate portable console that redefines gaming on the go. Equipped with the powerful AMD Ryzen™ Z1 Extreme processor with Zen 4 architecture and RDNA™ 3 graphics, this machine delivers spectacular performance on a stunning 120 Hz Full HD touchscreen. Its ergonomic and lightweight design (only 608g) allows you to enjoy long gaming sessions in complete comfort, without sacrificing power or portability.\u003c\/p\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px auto;\"\u003eMore than just a console, the ROG Ally is a complete gaming PC with Windows 11 Home. Access all your game libraries (Steam, Xbox Game Pass, Epic, GOG) from a single intuitive interface thanks to Armoury Crate SE. Whether playing solo in handheld mode, connected to the TV for multiplayer fun, or transforming it into a high-level desktop battle station with the XG Mobile, the ROG Ally adapts to your gaming lifestyle without limits.\u003c\/p\u003e\n\u003cdiv class=\"accordion-container\"\u003e\n\u003cdetails class=\"accordion-item\"\u003e\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon\"\u003e🚀\u003c\/span\u003eUnleashed Power: AMD Ryzen™ Z1 Extreme\u003cbr\u003e\u003c\/span\u003e\u003cspan class=\"plus-minus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\u003cdiv class=\"accordion-content\"\u003e\u003cp\u003eExperience pure speed with the 8-core, 16-thread processor, capable of reaching 5.10 GHz. Coupled with AMD Radeon™ RDNA™ 3 graphics and scaling technologies like FSR, you'll dominate any game with fluidity.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"accordion-item\"\u003e\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon\"\u003e🖥️\u003c\/span\u003eCrystal Clear Visuals at 120Hz\u003cbr\u003e\u003c\/span\u003e\u003cspan class=\"plus-minus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\u003cdiv class=\"accordion-content\"\u003e\u003cp\u003eDon't miss a single detail on its 7-inch 1080p screen with 500 nits of brightness and 100% sRGB coverage. FreeSync™ Premium technology ensures smooth, tear-free action, even outdoors with Gorilla® Glass DXC.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"accordion-item\"\u003e\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon\"\u003e❄️\u003c\/span\u003eZero Gravity Cooling\u003c\/span\u003e\u003cspan class=\"plus-minus\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\u003cdiv class=\"accordion-content\u0026gt;\u0026lt;p\u0026gt;Play in any position without heating your hands. The intelligent dual-fan thermal system with anti-gravity heat pipes keeps the Ally cool and quiet, optimizing performance at all times.\u0026lt;\/p\u0026gt;\u0026lt;\/div\u0026gt;\u0026lt;\/details\u0026gt;\u0026lt;\/div\u0026gt;\u0026lt;h3 class=\" section-title\u003eVersatility for Every Type of Gamer\u003cp style=\"text-align: center; margin-top: -20px; margin-bottom: 40px; color: #6e6e73;\"\u003eThe ROG Ally breaks the mold by allowing you to enjoy three distinct gaming modes with a single device.\u003c\/p\u003e\n\u003csection class=\"feature-cards-container\"\u003e\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e🎮\u003c\/span\u003e\u003ch4\u003eME TIME Mode\u003c\/h4\u003e\n\u003cp\u003eImmersive portable gaming. Enjoy your favorite games on the couch or on the go with a crisp screen and ergonomic controls.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e📺\u003c\/span\u003e\u003ch4\u003eWE TIME Mode\u003c\/h4\u003e\n\u003cp\u003eShared fun. Connect it to your TV, pair multiple controllers, and enjoy multiplayer games like FIFA or Street Fighter with friends.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e💻\u003c\/span\u003e\u003ch4\u003ePRO TIME Mode\u003c\/h4\u003e\n\u003cp\u003eDesktop replacement. Pair it with the external XG Mobile GPU (optional) to play in 4K, use a keyboard and mouse, and compete in eSports.\u003c\/p\u003e\u003c\/article\u003e\u003c\/section\u003e\u003cdiv class=\"rumor-disclaimer\"\u003e⚠️ \u003cstrong\u003eWarning:\u003c\/strong\u003e Battery life varies depending on usage and game settings.\u003c\/div\u003e\n\u003cdiv class=\"faq-container-samsung\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions about the ROG Ally Z1 Extreme\u003c\/h2\u003e\n\u003cdiv class=\"faq-accordion\"\u003e\n\u003cdetails open=\"\" class=\"faq-item\"\u003e\u003csummary\u003e\u003cspan\u003eIs it compatible with all PC games?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\u003cdiv class=\"faq-answer\"\u003e\u003cp\u003eYes, by running Windows 11, the ROG Ally is compatible with any PC platform such as Steam, Epic Games, GOG, Battle.net, and Xbox Game Pass.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails open=\"\" class=\"faq-item\"\u003e\u003csummary\u003e\u003cspan\u003eCan the storage be expanded?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\u003cdiv class=\"faq-answer\"\u003e\u003cp\u003eAbsolutely. It features a UHS-II microSD card slot for quick and easy expansion, in addition to allowing the upgrade of its M.2 2230 PCIe Gen 4 SSD.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary\u003e\u003cspan\u003eWhat is the difference between the Z1 and Z1 Extreme versions?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\u003cdiv class=\"faq-answer\"\u003e\u003cp\u003eThe Z1 Extreme version is significantly more powerful, with 8 CPU cores (vs 6) and 12 graphics compute units (vs 4), ideal for demanding AAA games and high frame rates.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"512 GB \/ 16 GB RAM","offer_id":58173229072732,"sku":null,"price":780.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/consola-portatil-asus-rog-ally-ryzen-z1-pantalla-120hz-full-hd_418febb1-a612-4abe-8954-19d61a490c31.jpg?v=1782939205","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/asus-rog-ally-ryzen-z1-extreme-reacondicionado","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}