{"product_id":"msi-claw-8-ai-glacier-blue-edition","title":"MSI CLAW 8 AI+ GLACIER BLUE EDITION","description":"\u003cstyle\u003e\n  \/* --- ESTILOS GENERALES Y VARIABLES --- *\/\n  :root {\n    --primary-color: #1a1a1a; \/* Negro MSI *\/\n    --accent-color: #38b6ff; \/* MSI Glacier Blue *\/\n    --warning-bg: #e3f2fd;   \/* Fondo azul muy suave para la nota *\/\n    --warning-border: #bbdefb; \/* Borde suave *\/\n    --text-color: #1d1d1f;   \n    --subtext-color: #555555; \n    --bg-light: #f8f9fa;     \n    --border-color-soft: #e5e5e5; \n    --radius-lg: 24px;\n    --radius-md: 16px;\n    --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n  }\n  .product-description-container {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: var(--text-color);\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n  \n  \/* --- HEADER --- *\/\n  .product-header {\n    text-align: center;\n    padding: 50px 10px 40px 10px;\n  }\n  .product-header h2 {\n    font-size: 2.8rem;\n    font-weight: 800;\n    color: var(--primary-color);\n    margin: 0 0 12px 0;\n    letter-spacing: -0.02em;\n    line-height: 1.1;\n    text-transform: uppercase; \n  }\n  .product-header h3.subtitle {\n    font-size: 1.35rem;\n    font-weight: 400;\n    color: var(--subtext-color);\n    margin: 0 auto;\n    max-width: 750px;\n    line-height: 1.4;\n    text-transform: none; \n  }\n  .presale-badge {\n    display: inline-block;\n    background-color: var(--accent-color);\n    color: #fff;\n    padding: 6px 12px;\n    border-radius: 20px;\n    font-size: 0.8rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 15px;\n    box-shadow: 0 4px 10px rgba(56, 182, 255, 0.3);\n  }\n\n  \/* --- NOTA DE TRANSPARENCIA --- *\/\n  .transparency-note {\n    background-color: var(--warning-bg);\n    border: 1px solid var(--warning-border);\n    border-radius: var(--radius-md);\n    padding: 20px;\n    margin: 0 auto 40px auto;\n    max-width: 800px;\n    font-size: 0.95rem;\n    color: #0d47a1; \/* Azul oscuro para texto de alerta *\/\n    text-align: center;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 15px;\n  }\n  .icon-warning { width: 24px; height: 24px; min-width: 24px; color: var(--accent-color); }\n\n  \/* --- IMAGEN --- *\/\n  .image-full-width {\n    width: 100%;\n    height: auto;\n    border-radius: var(--radius-lg);\n    margin: 0 0 60px 0;\n    background-color: var(--bg-light);\n    display: block;\n    object-fit: cover;\n    box-shadow: 0 15px 40px rgba(0,0,0,0.08);\n  }\n\n  \/* --- BENEFICIOS (Bullets) --- *\/\n  .benefits-container {\n    background-color: var(--bg-light);\n    border: 1px solid var(--border-color-soft);\n    border-radius: var(--radius-lg);\n    padding: 45px;\n    margin-bottom: 60px;\n  }\n  .benefit-item {\n    display: flex;\n    align-items: flex-start;\n    margin-bottom: 24px; \n    font-size: 1.05rem;\n    color: #333;\n  }\n  .benefit-item:last-child { margin-bottom: 0; }\n  \n  .icon-check-svg {\n    width: 24px;\n    height: 24px;\n    min-width: 24px;\n    margin-right: 18px;\n    color: var(--accent-color);\n    margin-top: 3px;\n  }\n\n  \/* --- NARRATIVA --- *\/\n  .narrative-section {\n    max-width: 720px;\n    margin: 0 auto 60px auto;\n    text-align: center;\n  }\n  .narrative-text {\n    font-size: 1.2rem;\n    color: #333;\n    margin-bottom: 25px;\n    line-height: 1.75;\n  }\n\n  \/* --- TÍTULOS DE SECCIÓN --- *\/\n  .section-title {\n    font-size: 1.8rem;\n    font-weight: 700;\n    text-align: center;\n    margin-top: 80px; \n    margin-bottom: 60px; \n    color: var(--primary-color);\n    letter-spacing: -0.01em;\n    text-transform: none; \n  }\n\n  \/* --- CARACTERÍSTICAS (GRID) --- *\/\n  .scannable-features-container {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin-bottom: 60px;\n  }\n  .scannable-item {\n    font-size: 1rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    background: #ffffff;\n    border: 1px solid var(--border-color-soft); \n    padding: 24px 24px; \n    border-radius: var(--radius-md);\n    transition: var(--transition-smooth);\n    cursor: default;\n  }\n  .scannable-item:hover { \n    border-color: var(--accent-color); \n    background: #ffffff;\n    box-shadow: 0 4px 20px rgba(56, 182, 255, 0.15);\n    transform: translateY(-4px); \n  }\n  .icon-feature-svg {\n    width: 26px;\n    height: 26px;\n    min-width: 26px;\n    margin-right: 15px;\n    color: var(--text-color);\n    opacity: 0.6;\n    transition: var(--transition-smooth);\n  }\n  .scannable-item:hover .icon-feature-svg {\n    color: var(--accent-color); \n    opacity: 1;\n    transform: scale(1.1);\n  }\n\n  \/* --- FICHA TÉCNICA --- *\/\n  .specs-table-container {\n    overflow-x: auto;\n    margin-bottom: 60px;\n    border: 1px solid var(--border-color-soft); \n    border-radius: var(--radius-lg);\n  }\n  .product-description-container table.specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n  }\n  .product-description-container table.specs-table td { \n    border-bottom: 1px solid #f0f0f0; \n    padding: 18px 24px;\n    vertical-align: middle; \n  }\n  .product-description-container table.specs-table tr:last-child td { border-bottom: none; }\n  .product-description-container table.specs-table tr:nth-child(even) { background-color: #fafafa; }\n  .spec-label { font-weight: 700; color: var(--primary-color); width: 35%; font-size: 0.95rem; }\n  .spec-value { color: #555; font-size: 0.95rem; }\n\n  \/* --- ACORDEONES (FAQ) --- *\/\n  .faq-container { border-top: 1px solid var(--border-color-soft); margin-bottom: 60px; }\n  details.faq-item { border-bottom: 1px solid var(--border-color-soft); } \n  .faq-item summary {\n    font-size: 1.1rem;\n    font-weight: 600;\n    padding: 26px 10px;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: var(--primary-color);\n    transition: color 0.2s ease;\n  }\n  .faq-item summary:hover { color: var(--accent-color); }\n  .chevron-icon { width: 20px; height: 20px; color: #ccc; transition: transform 0.3s ease; }\n  details[open] \u003e summary .chevron-icon { transform: rotate(180deg); color: var(--primary-color); }\n  .faq-answer { padding: 0 10px 30px 10px; font-size: 1rem; color: #555; line-height: 1.6; }\n\n  \/* --- ICONOS DE CONFIANZA --- *\/\n  .trust-icons-section {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 40px;\n    margin-top: 80px; \n    padding-top: 40px;\n    border-top: 1px solid var(--border-color-soft); \n  }\n  .trust-card { flex: 1; min-width: 200px; text-align: center; opacity: 0.9; }\n  .trust-svg-icon { width: 34px; height: 34px; display: block; margin: 0 auto 14px auto; color: var(--accent-color); stroke-width: 1.5; }\n  .trust-title { font-weight: 700; font-size: 0.9rem; color: var(--text-color); display: block; margin-bottom: 4px; }\n  .trust-desc { font-size: 0.85rem; color: var(--subtext-color); }\n\n  @media (max-width: 768px) {\n    .product-header h2 { font-size: 2rem; }\n    .product-header h3.subtitle { font-size: 1.1rem; }\n    .transparency-note { flex-direction: column; text-align: left; }\n    .specs-table td { display: block; width: 100%; padding: 12px 15px; }\n    .spec-label { color: var(--subtext-color); font-size: 0.85rem; text-transform: uppercase; padding-bottom: 0; }\n  }\n\u003c\/style\u003e\u003cdiv class=\"product-description-container\"\u003e\n\n\u003csection class=\"product-header\"\u003e\u003cspan class=\"presale-badge\"\u003eExclusive Pre-Sale\u003c\/span\u003e\n\u003ch2\u003eMSI CLAW 8 AI+ GLACIER BLUE EDITION\u003c\/h2\u003e\n\n\u003ch3 class=\"subtitle\"\u003eLimited special edition with Intel® Core™ Ultra (Series 2) processor and massive 8\" display.\u003c\/h3\u003e\n\n\u003c\/section\u003e\n\u003cdiv class=\"transparency-note\"\u003e\n\n \u003cspan\u003e\u003cstrong\u003eIMPORTANT:\u003c\/strong\u003e Product in presale phase. Images and specifications are technological projections for 2026. MSI reserves the right to make final changes to hardware and design before distribution.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cimg alt=\"MSI Claw 8 AI+ Glacier Blue Concept\" class=\"image-full-width\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0718\/8509\/4966\/files\/msi-claw-8-ai-glacier-blue-prevta.jpg\"\u003e\n\u003cdiv class=\"benefits-container\"\u003e\n\n\u003cdiv class=\"benefit-item\"\u003e\n\n \u003cspan\u003e\u003cstrong\u003eLunar Lake Architecture (Series 2):\u003c\/strong\u003e Expected to integrate Intel's new AI-optimized chips, offering dramatically superior energy efficiency.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-item\"\u003e\n\n \u003cspan\u003e\u003cstrong\u003e8\" 120Hz Display:\u003c\/strong\u003e A larger, brighter panel designed for total immersion in AAA games, with VRR technology to prevent tearing.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-item\"\u003e\n\n \u003cspan\u003e\u003cstrong\u003e80Wh Battery (Supposed):\u003c\/strong\u003e Leaks suggest one of the largest batteries on the market, doubling actual playtime under maximum load.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-item\"\u003e\n\n \u003cspan\u003e\u003cstrong\u003eGlacier Blue Aesthetic:\u003c\/strong\u003e An exclusive glacier blue finish that visually enhances the console and includes materials with better grip and thermal resistance.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003csection class=\"narrative-section\"\u003e\n\u003cp class=\"narrative-text\"\u003eFirst-generation handheld consoles proved that power is possible, but often at the expense of battery life and small screens. The frustration of having a powerful machine that shuts down in less than two hours is the main obstacle for mobile gamers.\u003c\/p\u003e\n\n\u003cp class=\"narrative-text\"\u003eThe MSI Claw 8 AI+ Glacier Blue Edition is born from global learning. As the \"AI+\" version, it is projected as a smart console capable of managing its resources to give you more FPS and save energy. Participating in this presale ensures you'll be among the first to experience MSI's technological leap in 2026, with a design that is both a collector's item and a battle station.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003ch3 class=\"section-title\"\u003eHighlights (Projected)\u003c\/h3\u003e\n\n\u003cdiv class=\"scannable-features-container\"\u003e\n\n\u003cdiv class=\"scannable-item\"\u003e\n\n Intel Core Ultra (NPU)\u003c\/div\u003e\n\n\u003cdiv class=\"scannable-item\"\u003e\n\n Intel Arc Graphics\u003c\/div\u003e\n\n\u003cdiv class=\"scannable-item\"\u003e\n\n Hall Effect Joysticks\u003c\/div\u003e\n\n\u003cdiv class=\"scannable-item\"\u003e\n\n Dual Thunderbolt 4\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch3 class=\"section-title\"\u003eProjected Technical 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\"\u003eProcessor\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eIntel® Core™ Ultra 7 \/ 9 (Series 2)\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\"\u003e16 GB \/ 32 GB LPDDR5X (8533 MHz)\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\"\u003e1 TB \/ 2 TB NVMe SSD (M.2 2280)\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-inch FHD+ (120Hz, 500 nits)\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\"\u003e80 Wh (Optimized Cell)\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\"\u003eHall Effect Joysticks and Triggers\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\"\u003eWindows 11 Home + MSI Center M 2.0\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 class=\"section-title\"\u003ePresale Frequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhy reserve now if the specs aren't final?\u003c\/span\u003e \u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe Glacier Blue Edition is a limited production series. Reserving in presale guarantees your unit and access to exclusive launch bonuses that will not be available afterward.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhen will the final specifications be confirmed?\u003c\/span\u003e \u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eMSI usually confirms final details weeks before official shipping. We will keep all buyers informed via email about any technical updates.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat if the final performance isn't what I expected?\u003c\/span\u003e \u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eOur presale policy allows for cancellation and full refund before the product is dispatched, once MSI releases official performance tests.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-icons-section\"\u003e\n\n\u003cdiv class=\"trust-card\"\u003e\n\n \u003cspan class=\"trust-title\"\u003ePriority Reservation\u003c\/span\u003e \u003cspan class=\"trust-desc\"\u003eSecure your spot\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-card\"\u003e\n\n \u003cspan class=\"trust-title\"\u003eOfficial MSI Warranty\u003c\/span\u003e \u003cspan class=\"trust-desc\"\u003e12 months coverage\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-card\"\u003e\n\n \u003cspan class=\"trust-title\"\u003eInsured Shipping\u003c\/span\u003e \u003cspan class=\"trust-desc\"\u003eFull package protection\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-card\"\u003e\n\n \u003cspan class=\"trust-title\"\u003ePresale Support\u003c\/span\u003e \u003cspan class=\"trust-desc\"\u003eExclusive channel\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174468456796,"sku":null,"price":2000.0,"currency_code":"USD","in_stock":true}],"url":"https:\/\/www.ourbiz-us.shop\/en\/products\/msi-claw-8-ai-glacier-blue-edition","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}