{"product_id":"el-pro-gamer-portatil","title":"The \"Pro-Gamer\" Laptop","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: #0062cc;\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    \/* Aseguramos un buen margen base *\/\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 reducido dentro de la tarjeta, pero el margen externo lo da el título *\/\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\/* PRIMER BLOQUE DE CÓDIGO *\/\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description-container\"\u003e\n\n   \n  \u003csection class=\"product-header\"\u003e\n\n\u003cdiv class=\"eyebrow\"\u003eTHE ULTIMATE BUNDLE FOR PRO GAMERS\u003c\/div\u003e\n\n    \u003ch2\u003eElite Gaming Bundle: ASUS ROG Phone 9 Pro + REDMAGIC Astra Gaming Tablet\u003c\/h2\u003e\n\n    \u003cp class=\"subtitle\"\u003eDominate any game with the absolute power of the Snapdragon 8 Elite in your smartphone and tablet. Unlimited performance, ultra-smooth displays, and the best cooling on the market, all in one package.\u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003cimg class=\"image-full-width\" alt=\"ZOTAC GAMING GeForce RTX 5070 Ti SOLID OC graphics card with triple fan and robust design\" src=\"URL_DE_TU_IMAGEN_AQUI\"\u003e\n\n  \u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 30px auto;\"\u003e\n    Elevate your gaming experience to the highest level with this exclusive bundle that brings together two industry titans: the ASUS ROG Phone 9 Pro smartphone and the REDMAGIC Astra Gaming Tablet. Both devices are powered by the revolutionary and advanced Snapdragon 8 Elite processor, offering you an ecosystem capable of running the most demanding AAA titles with unbeatable graphics and extreme fluidity, whether from the comfort of your home or on the go.\n  \u003c\/p\u003e\n\n  \u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px auto;\"\u003e\n    While the ROG Phone 9 Pro provides competitive precision thanks to its 185Hz AMOLED display, haptic triggers, and a professional-grade camera system with gimbal stabilization; the REDMAGIC Astra tablet expands your strategic vision with its 9.06-inch 2.4K OLED panel and its exclusive 13-layer ICE-X active cooling system. Together they form the perfect arsenal for the competitive gamer and content creator who accepts no compromises.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"accordion-container\"\u003e\n\n    \u003cdetails class=\"accordion-item\" open\u003e\n      \u003csummary\u003e\n        \u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e⚡\u003c\/span\u003eDouble Snapdragon 8 Elite Power\u003c\/span\u003e\n        \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n\n        \u003cp\u003eBoth the phone and the tablet integrate the most powerful chip in the Android ecosystem (3nm). Enjoy a 45% faster CPU and latest generation memory (LPDDR5X\/T and UFS 4.0\/4.1 Pro) for non-existent loading times and extreme multitasking.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary\u003e\n        \u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e🎮\u003c\/span\u003eDisplays Designed to Win\u003c\/span\u003e\n        \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n\n        \u003cp\u003eSeamlessly transition from your ASUS's 6.78” 185Hz LTPO AMOLED screen to the Astra's immersive 9.06” 165Hz OLED display. Vibrant colors (DCI-P3), ultra-fast touch response, and SGS eye protection in every game.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"accordion-item\"\u003e\n      \u003csummary\u003e\n        \u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e❄️\u003c\/span\u003eSuperior Thermal Cooling\u003c\/span\u003e\n        \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n\n        \u003cp\u003ePlay for hours without overheating. The ROG Phone features 360° GameCool 9, while the REDMAGIC Astra incorporates the fierce ICE-X system which includes liquid metal and a real 20,000 RPM turbofan.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\n  \u003ch3 class=\"section-title\"\u003eThe Perfect Gaming Ecosystem\u003c\/h3\u003e\n\n  \u003cp style=\"text-align: center; margin-top: 0; margin-bottom: 40px; color: #6e6e73;\"\u003eDiscover why combining this smartphone and tablet represents the ultimate investment for true eSports enthusiasts.\u003c\/p\u003e\n\n   \n  \u003csection class=\"feature-cards-container\"\u003e\n    \u003carticle class=\"feature-card\"\u003e\n      \u003cspan style=\"font-size: 3rem;\"\u003e🔋\u003c\/span\u003e\n      \u003ch4\u003eEndless Battery Life\u003c\/h4\u003e\n\n      \u003cp\u003eDual 5800 mAh battery with 65W charging on the smartphone and a massive 8200 mAh on the tablet. Play all day and get back to the action quickly.\u003c\/p\u003e\n\n    \u003c\/article\u003e\n    \u003carticle class=\"feature-card\"\u003e\n      \u003cspan style=\"font-size: 3rem;\"\u003e🔊\u003c\/span\u003e\n      \u003ch4\u003eImmersive Stereo Audio\u003c\/h4\u003e\n\n      \u003cp\u003eDirac Virtuo spatial sound on the ROG Phone and DTS:X Ultra 3D technology with dual linear motors on the Astra. Detect every enemy step before you see them.\u003c\/p\u003e\n\n    \u003c\/article\u003e\n    \u003carticle class=\"feature-card\"\u003e\n      \u003cspan style=\"font-size: 3rem;\"\u003e📸\u003c\/span\u003e\n      \u003ch4\u003eMade for Streamers\u003c\/h4\u003e\n\n      \u003cp\u003eRecord your vlogs with the ASUS triple camera (Sony Lytia 50 MP sensor + 32MP Telephoto Lens) and use the tablet's 13 MP camera to stream with maximum quality.\u003c\/p\u003e\n\n    \u003c\/article\u003e\n    \u003carticle class=\"feature-card\"\u003e\n      \u003cspan style=\"font-size: 3rem;\"\u003e📱\u003c\/span\u003e\n      \u003ch4\u003ePremium Design and Lighting\u003c\/h4\u003e\n\n      \u003cp\u003eStand out with the ROG Phone's AniMe Vision rear matrix (Mini-LEDs) and the Astra's aircraft-grade aluminum chassis with RGB lighting and transparent finishes.\u003c\/p\u003e\n\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003ch3 class=\"section-title\" style=\"margin-top:20px; margin-bottom: 35px !important;\"\u003eBundle Technical Specifications\u003c\/h3\u003e\n\n  \n  \u003ch3 class=\"section-title\" style=\"font-size: 1.8rem; margin-top:0px; margin-bottom: 20px !important;\"\u003eASUS ROG Phone 9 Pro\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\"\u003eQualcomm Snapdragon 8 Elite (3 nm)\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.78-inch LTPO AMOLED, 185Hz, FHD+ (2400x1080px), 2500 nits, Gorilla Glass Victus 2\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\"\u003e5800 mAh | 65W Fast Charging | 15W Wireless\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eCameras\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eTriple Rear (50MP + 13MP Wide Angle + 32MP 3x Zoom Telephoto) | 32MP Front\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\"\u003e5G Dual SIM, Wi-Fi 7, Bluetooth 5.4, NFC, 3.5mm Jack\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eResistance\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eIP68 (Water and dust)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eControls\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eAirTrigger ultrasonic triggers\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch3 class=\"section-title\" style=\"font-size: 1.8rem; margin-top:30px; margin-bottom: 20px !important;\"\u003eREDMAGIC Astra Gaming Tablet\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\"\u003eQualcomm Snapdragon 8 Elite (3 nm) + RedCore R3 Pro Chip\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\"\u003e9.06-inch OLED, 165Hz, 2.4K (2400x1504px), 16:10 Aspect Ratio\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\"\u003e8200 mAh | Fast Charging Support\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eCooling\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e13-layer ICE-X with active fan (20,000 RPM)\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 6, Bluetooth 5.4, USB-C 3.2 Gen 2 (DisplayPort 2K Support)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eAudio and Haptics\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eDual 1620 speakers, dual X-axis vibration motors, DTS:X Ultra\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\"\u003e207 x 134.2 x 6.9 mm | 370 g\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"info-disclaimer\"\u003e\n\n    ⚠️ \u003cstrong\u003eAttention:\u003c\/strong\u003e This bundle consists of two elite devices from different brands packaged to offer the ultimate user experience. The global version of the REDMAGIC Astra Gaming Tablet may not include a power adapter in its box. Please verify the selected RAM\/Storage options before finalizing your purchase.\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"faq-container-wrapper\"\u003e\n\n    \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions About The Gaming Bundle\u003c\/h2\u003e\n\n    \u003cdiv class=\"faq-container\"\u003e\n\n      \u003cdetails open class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan\u003eDo both devices come with the same processor?\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's the heart of this bundle. Both the ROG Phone 9 Pro and the REDMAGIC Astra include the Snapdragon 8 Elite, ensuring leading performance without bottlenecks on any platform.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan\u003eDoes the REDMAGIC Astra tablet have a SIM slot for mobile data?\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, the tablet is Wi-Fi exclusive. However, it makes the perfect team with the ROG Phone 9 Pro, from which you can share your 5G connection in seconds via high-speed Hotspot.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan\u003eWill I be able to play for hours without FPS drops (Thermal Throttling)?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n\n          \u003cp\u003eAbsolutely. That's the strength of both devices. The ASUS uses a fast cooling conductor and giant graphite, while the tablet features a built-in physical fan that reduces temperatures by an extra 8°C during peak performance.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"1 TB \/ 24 GB RAM \/ 1 TB \/ 24 GB RAM \/ Black","offer_id":58173990502748,"sku":null,"price":2800.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ 24 GB RAM \/ 1 TB \/ 24 GB RAM \/ Silver","offer_id":58173990535516,"sku":null,"price":2800.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ 24 GB RAM \/ 256 GB \/ 12 GB RAM \/ Black","offer_id":58173990568284,"sku":null,"price":2530.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ 24 GB RAM \/ 256 GB \/ 12 GB RAM \/ Silver","offer_id":58173990601052,"sku":null,"price":2530.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ 24 GB RAM \/ 512 GB \/ 16 RAM \/ Black","offer_id":58173990633820,"sku":null,"price":2540.0,"currency_code":"USD","in_stock":true},{"title":"1 TB \/ 24 GB RAM \/ 512 GB \/ 16 RAM \/ Silver","offer_id":58173990666588,"sku":null,"price":2540.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 1 TB \/ 24 GB RAM \/ Black","offer_id":58173990699356,"sku":null,"price":2120.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 1 TB \/ 24 GB RAM \/ Silver","offer_id":58173990732124,"sku":null,"price":2120.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 256 GB \/ 12 GB RAM \/ Black","offer_id":58173990764892,"sku":null,"price":1850.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 256 GB \/ 12 GB RAM \/ Silver","offer_id":58173990797660,"sku":null,"price":1850.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 512 GB \/ 16 RAM \/ Black","offer_id":58173990830428,"sku":null,"price":1860.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 512 GB \/ 16 RAM \/ Silver","offer_id":58173990863196,"sku":null,"price":1860.0,"currency_code":"USD","in_stock":true}],"url":"https:\/\/www.ourbiz-us.shop\/en\/products\/el-pro-gamer-portatil","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}