{"product_id":"inteligencia-artificial-diaria","title":"Daily Artificial Intelligence","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\u003cdiv class=\"product-description-container\"\u003e\n\n\u003csection class=\"product-header\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eTHE MOST COMPACT AND POWERFUL APPLE ECOSYSTEM\u003c\/div\u003e\n\n\u003ch2\u003eUltra-Portable Bundle: Mac mini M4 + iPad mini (2024)\u003c\/h2\u003e\n\n\u003cp class=\"subtitle\"\u003eDiscover the perfect combination of desktop performance and extreme mobility. Use the redesigned Mac mini as your operations center and the iPad mini as your canvas, second screen, or studio on the go.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003cimg alt=\"Bundle Apple Mac mini M4 y iPad mini 2024\" class=\"image-full-width\"\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 30px auto;\"\u003eTransform the way you work and create with the ultimate Apple bundle that redefines the concept of 'less is more'. By combining the tiny, redesigned Mac mini with the M4 chip and the versatile iPad mini (2024) with the A17 Pro chip, you get an unrivaled productivity ecosystem. This package is designed for professionals, students, and creatives who demand maximum macOS power on their desktop, without sacrificing the freedom of iPadOS wherever they go.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px auto;\"\u003eThe real magic happens when both devices work together. Thanks to Apple ecosystem features like Sidecar and Universal Control, you can turn your 8.3-inch iPad mini into a spectacular second screen for your Mac mini, or drag files between both devices using the same keyboard and mouse without complex configurations. All powered by the new era of Apple Intelligence, designed to accelerate your workflows with brutal graphics and processing performance.\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\u003eImmense Power in a Mini Size\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eThe Mac mini debuts the astonishing M4 chip with unrivaled CPU and GPU performance in its category. Beside it, the iPad mini integrates the A17 Pro chip (the same as the iPhone 15 Pro). Both guarantee absolute fluidity in video editing, AAA games, and intensive multitasking.\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\u003eSidecar and Universal Control\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eMultiply your productivity instantly. Wirelessly connect the iPad mini to the Mac mini to use it as a secondary touch screen, or control both devices simultaneously with a single mouse and keyboard as if they were a single continuous setup.\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\u003eOptimized for Apple Intelligence\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eWrite texts, create images, and organize your life with Apple's integrated AI. Both the M4 and A17 Pro processors feature powerful 16-core Neural Engines specifically designed to execute these advanced functions while protecting your privacy.\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\"\u003eYour Creative Studio Anywhere\u003c\/h3\u003e\n\n\u003cp style=\"text-align: center; margin-top: 0; margin-bottom: 40px; color: #6e6e73;\"\u003eExplore the advantages of combining next-generation desktop power with the extreme portability of the mini format.\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\u003eApple Pencil Pro Compatibility\u003c\/h4\u003e\n\n\u003cp\u003eUse the iPad mini with the Apple Pencil Pro (sold separately) to illustrate, take notes, or sign documents, and instantly sync your creations with your Mac mini via iCloud.\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\u003eCutting-Edge Connectivity\u003c\/h4\u003e\n\n\u003cp\u003eThe Mac mini now includes convenient front and rear ports (Thunderbolt 4 and USB-C), while the iPad mini features an ultra-fast USB-C port and Wi-Fi 6E for lag-free data transfers.\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\u003eUltra-Compact Redesign\u003c\/h4\u003e\n\n\u003cp\u003eThe new Mac mini measures just 12.7 x 12.7 cm, taking up minimal space on your desk, fitting perfectly with the 8.3-inch and ultra-light design of the iPad mini.\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\u003eEfficiency That Stays With You\u003c\/h4\u003e\n\n\u003cp\u003eWhile the Mac mini operates with silent thermal efficiency at home, the iPad mini stays with you all day with its long-lasting battery so you can keep creating from the couch or a coffee shop.\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 of the Bundle\u003c\/h3\u003e\n\n\u003ch3 style=\"font-size: 1.8rem; margin-top: 0px; margin-bottom: 20px !important;\" class=\"section-title\"\u003eMac Mini M4 (2024)\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\"\u003eApple M4 Chip (10-core CPU, 10-core GPU)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eUnified Memory\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eFrom 16 GB (optimized for Apple Intelligence)\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\"\u003eUltra-fast SSD\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eFront Connectivity\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e2x USB-C, 3.5mm Jack\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eRear Connectivity\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e3x Thunderbolt 4, HDMI, Gigabit Ethernet\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e12.7 x 12.7 x 5.0 cm\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\"\u003emacOS Sequoia\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\u003ch3 style=\"font-size: 1.8rem; margin-top: 30px; margin-bottom: 20px !important;\" class=\"section-title\"\u003eiPad Mini (2024 - A17 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\"\u003eA17 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\"\u003e8.3-inch Liquid Retina (2266 x 1488 px), True Tone, 500 nits\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eCompatibility\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eApple Pencil Pro and Apple Pencil (USB-C)\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\"\u003e12 MP Front and Rear with Center Stage\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 6E, Bluetooth 5.3, USB-C (up to 10 Gb\/s)\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\"\u003eiPadOS 18\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 This bundle includes the Mac mini M4 and the iPad mini (2024) in their respective original boxes. Peripheral accessories such as the main monitor, keyboard (Magic Keyboard), mouse (Magic Mouse), or Apple Pencil Pro are not included in the box and are sold separately. Storage capacities will depend on the selected variant.\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-wrapper\"\u003e\n\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions About The Mac Mini + iPad Mini Ecosystem\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eCan I use the iPad mini as the only monitor for my Mac mini?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe Mac mini requires a dedicated main monitor (connected via HDMI or Thunderbolt) for its initial setup and primary use. However, once configured, you can use Apple's native 'Sidecar' feature for the iPad mini to function as an excellent secondary wireless display.\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 both devices support the new Apple Intelligence?\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! This is one of the biggest benefits of this bundle. Both the powerful M4 chip in the Mac mini and the advanced A17 Pro chip in the iPad mini have the necessary architecture to smoothly run the artificial intelligence features integrated into macOS and iPadOS.\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 it easy to transfer files from one device to another?\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's instantaneous. In addition to using AirDrop, the 'Universal Control' feature allows you to place the iPad mini next to the Mac mini and use the Mac's mouse to cross the screen, dragging files directly from one device to another as if by magic.\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 \/ 16 RAM \/ 128 GB \/ Blue","offer_id":58174365794652,"sku":null,"price":1400.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ 128 GB \/ Space Gray","offer_id":58174365827420,"sku":null,"price":1400.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ 128 GB \/ Starlight","offer_id":58174365860188,"sku":null,"price":1400.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ 128 GB \/ Purple","offer_id":58174365892956,"sku":null,"price":1400.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ 256 GB \/ Blue","offer_id":58174365925724,"sku":null,"price":1509.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ 256 GB \/ Space Gray","offer_id":58174365958492,"sku":null,"price":1509.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ 256 GB \/ Starlight","offer_id":58174365991260,"sku":null,"price":1509.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ 256 GB \/ Purple","offer_id":58174366024028,"sku":null,"price":1509.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ 512 GB \/ Blue","offer_id":58174366056796,"sku":null,"price":1679.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ 512 GB \/ Space Gray","offer_id":58174366089564,"sku":null,"price":1679.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ 512 GB \/ Starlight","offer_id":58174366122332,"sku":null,"price":1679.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ 16 RAM \/ 512 GB \/ Purple","offer_id":58174366155100,"sku":null,"price":1679.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 128 GB \/ Blue","offer_id":58174366187868,"sku":null,"price":1579.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 128 GB \/ Space Gray","offer_id":58174366220636,"sku":null,"price":1579.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 128 GB \/ Starlight","offer_id":58174366253404,"sku":null,"price":1579.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 128 GB \/ Purple","offer_id":58174366286172,"sku":null,"price":1579.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 256 GB \/ Blue","offer_id":58174366318940,"sku":null,"price":1688.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 256 GB \/ Space Gray","offer_id":58174366351708,"sku":null,"price":1688.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 256 GB \/ Starlight","offer_id":58174366384476,"sku":null,"price":1688.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 256 GB \/ Purple","offer_id":58174366417244,"sku":null,"price":1688.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 512 GB \/ Blue","offer_id":58174366450012,"sku":null,"price":1858.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 512 GB \/ Space Gray","offer_id":58174366482780,"sku":null,"price":1858.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 512 GB \/ Starlight","offer_id":58174366515548,"sku":null,"price":1858.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 16 GB RAM \/ 512 GB \/ Purple","offer_id":58174366548316,"sku":null,"price":1858.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 24 GB RAM \/ 128 GB \/ Blue","offer_id":58174366581084,"sku":null,"price":1819.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 24 GB RAM \/ 128 GB \/ Space Gray","offer_id":58174366613852,"sku":null,"price":1819.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 24 GB RAM \/ 128 GB \/ Starlight","offer_id":58174366646620,"sku":null,"price":1819.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 24 GB RAM \/ 128 GB \/ Purple","offer_id":58174366679388,"sku":null,"price":1819.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 24 GB RAM \/ 256 GB \/ Blue","offer_id":58174366712156,"sku":null,"price":1928.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 24 GB RAM \/ 256 GB \/ Space Gray","offer_id":58174366744924,"sku":null,"price":1928.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 24 GB RAM \/ 256 GB \/ Starlight","offer_id":58174366777692,"sku":null,"price":1928.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 24 GB RAM \/ 256 GB \/ Purple","offer_id":58174366810460,"sku":null,"price":1928.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 24 GB RAM \/ 512 GB \/ Blue","offer_id":58174366843228,"sku":null,"price":2098.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 24 GB RAM \/ 512 GB \/ Space Gray","offer_id":58174366875996,"sku":null,"price":2098.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 24 GB RAM \/ 512 GB \/ Starlight","offer_id":58174366908764,"sku":null,"price":2098.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ 24 GB RAM \/ 512 GB \/ Purple","offer_id":58174366941532,"sku":null,"price":2098.0,"currency_code":"USD","in_stock":true}],"url":"https:\/\/www.ourbiz-us.shop\/en\/products\/inteligencia-artificial-diaria","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}