{"product_id":"msi-claw-a1m","title":"MSI Claw A1M","description":"\u003cstyle\u003e\n  \/* --- ESTILOS GENERALES Y VARIABLES --- *\/\n  :root {\n    --accent-color: #ED1C24; \/* Rojo MSI *\/\n    --text-color: #1d1d1f;   \n    --subtext-color: #86868b; \n    --bg-light: #f5f5f7;     \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  \/* --- HEADER --- *\/\n  .product-header {\n    text-align: center;\n    padding: 50px 10px 60px 10px;\n  }\n  .product-header h2 {\n    font-size: 2.8rem;\n    font-weight: 700;\n    color: var(--text-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  \/* --- 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 10px 30px rgba(0,0,0,0.06);\n  }\n  \/* --- BENEFICIOS (Bullets) --- *\/\n  .benefits-container {\n    background-color: var(--bg-light);\n    border: none;\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: 22px; \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: 2px;\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  \/* --- TÍTULOS DE SECCIÓN --- *\/\n  .section-title {\n    font-size: 1.8rem;\n    font-weight: 600;\n    text-align: center;\n    margin-top: 80px; \n    margin-bottom: 60px; \n    color: var(--text-color);\n    letter-spacing: -0.01em;\n    text-transform: none; \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  \n  .scannable-item {\n    font-size: 1rem;\n    font-weight: 500;\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(0,0,0,0.06);\n    transform: translateY(-4px); \n  }\n  \n  .icon-feature-svg {\n    width: 22px;\n    height: 22px;\n    min-width: 22px;\n    margin-right: 15px;\n    color: var(--text-color);\n    opacity: 0.5;\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.15);\n  }\n  \/* --- TABLAS (General y Variantes) --- *\/\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    \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  .product-description-container table.specs-table th { \n    border-bottom: 1px solid #f0f0f0; \n    padding: 18px 24px;\n    vertical-align: middle; \n    text-align: left;\n  }\n  .product-description-container table.specs-table th {\n    background-color: var(--bg-light);\n    color: var(--text-color);\n    font-weight: 700;\n  }\n  .product-description-container table.specs-table tr:last-child td { border-bottom: none; }\n  .spec-label { font-weight: 600; color: var(--text-color); width: 35%; font-size: 0.95rem; }\n  .spec-value { color: #555; font-size: 0.95rem; }\n\n  \/* Estilos específicos para la tabla de variantes *\/\n  .variants-table th { text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.5px; }\n  .variants-table td { font-size: 0.9rem; }\n  .model-name { font-weight: 700; color: var(--accent-color); }\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: 500;\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(--text-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(--text-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(--text-color); stroke-width: 1.5; }\n  .trust-title { font-weight: 600; 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: 2.2rem; }\n    .product-header h3.subtitle { font-size: 1.15rem; }\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    \/* Ajuste para tabla de variantes en móvil *\/\n    .variants-table td, .variants-table th { white-space: nowrap; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description-container\"\u003e\n\n\u003csection class=\"product-header\"\u003e\n\u003ch2\u003eMSI CLAW A1M: AI-POWERED PORTABLE GAMING\u003c\/h2\u003e\n\n\u003ch3 class=\"subtitle\"\u003eDominate your favorite games with the power of Intel® Core™ Ultra and next-gen Arc™ graphics.\u003c\/h3\u003e\n\n\u003c\/section\u003e\n\u003cimg alt=\"MSI Claw A1M Handheld Console\" class=\"image-full-width\" src=\"https:\/\/i5.walmartimages.com\/seo\/MSI-Claw-7-120Hz-Gaming-Handheld-Intel-Core-Ultra-5-16GB-LPDDR5-512GB-SSD-Black-2024_d031b24d-1701-4f2e-ac48-8c80a13bf76c.21c0601cd22a80616513ee683f5e9518.jpeg?odnHeight=640\u0026amp;odnWidth=640\u0026amp;odnBg=FFFFFF\"\u003e\n\u003cdiv class=\"benefits-container\"\u003e\n\n\u003cdiv class=\"benefit-item\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"icon-check-svg\"\u003e\u003cpath d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\" stroke-width=\"2.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eHybrid Performance with AI:\u003c\/strong\u003e Intel® Core™ Ultra processors include a dedicated NPU that intelligently manages workloads for smoother gaming.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-item\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"icon-check-svg\"\u003e\u003cpath d=\"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z\" stroke-width=\"2.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eIntel® Arc™ Graphics:\u003c\/strong\u003e Experience an impressive visual leap with XeSS support, achieving more frames per second in AAA titles.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-item\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"icon-check-svg\"\u003e\u003cpath d=\"M11 4a2 2 0 114 0v1a1 1 0 001 1h3a1 1 0 011 1v3a1 1 0 01-1 1h-1a2 2 0 100 4h1a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 01-1-1v-1a2 2 0 10-4 0v1a1 1 0 01-1 1H7a1 1 0 01-1-1v-3a1 1 0 00-1-1H4a2 2 0 110-4h1a1 1 0 001-1V7a1 1 0 011-1h3a1 1 0 001-1V4z\" stroke-width=\"2.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eHall Effect Precision Control:\u003c\/strong\u003e Magnetic joysticks and triggers eliminate physical wear and annoying \"drift,\" ensuring a prolonged lifespan.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit-item\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"icon-check-svg\"\u003e\u003cpath d=\"M14 10l-2 1m0 0l-2-1m2 1v2.5M20 7l-2 1m2-1l-2-1m2 1v2.5M14 4l-2-1-2 1M4 7l2-1M4 7l2 1M4 7v2.5M12 21l-2-1m2 1l2-1m-2 1v-2.5M6 18l-2-1v-2.5M18 18l2-1v-2.5\" stroke-width=\"2.5\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eCooler Boost HyperFlow Cooling:\u003c\/strong\u003e Revolutionary thermal system that redirects airflow to keep components cool during intense sessions.\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\"\u003ePlaying demanding titles on the go often means devices that get too hot or lack the necessary power to maintain stable FPS. Most handhelds rely on brute force, neglecting intelligent optimization.\u003c\/p\u003e\n\n\u003cp class=\"narrative-text\"\u003eThe MSI Claw A1M is the first console designed to learn from your habits. Thanks to the MSI AI Engine, the system automatically adjusts performance parameters according to the game, while its 120Hz screen ensures every movement is instantaneous. It's literally carrying a high-performance PC in the palm of your hand.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003ch3 class=\"section-title\"\u003eChoose Your Ideal Version\u003c\/h3\u003e\n\n\u003cdiv class=\"specs-table-container\"\u003e\n\n\u003ctable class=\"specs-table variants-table\"\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eModel\u003c\/th\u003e\n\n\u003cth\u003eProcessor\u003c\/th\u003e\n\n\u003cth\u003eRAM\u003c\/th\u003e\n\n\u003cth\u003eSSD\u003c\/th\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"model-name\"\u003eClaw A1M - Entry\u003c\/td\u003e\n\n\u003ctd\u003eIntel® Core™ Ultra 5-135H\u003c\/td\u003e\n\n\u003ctd\u003e16 GB LPDDR5\u003c\/td\u003e\n\n\u003ctd\u003e512 GB\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"model-name\"\u003eClaw A1M - Performance\u003c\/td\u003e\n\n\u003ctd\u003eIntel® Core™ Ultra 7-155H\u003c\/td\u003e\n\n\u003ctd\u003e16 GB LPDDR5\u003c\/td\u003e\n\n\u003ctd\u003e512 GB\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"model-name\"\u003eClaw A1M - Pro\u003c\/td\u003e\n\n\u003ctd\u003eIntel® Core™ Ultra 7-155H\u003c\/td\u003e\n\n\u003ctd\u003e16 GB LPDDR5\u003c\/td\u003e\n\n\u003ctd\u003e1 TB\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\"\u003eHighlights\u003c\/h3\u003e\n\n\u003cdiv class=\"scannable-features-container\"\u003e\n\n\u003cdiv class=\"scannable-item\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"icon-feature-svg\"\u003e\u003cpath d=\"M13 10V3L4 14h7v7l9-11h-7z\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Intel® Core™ Ultra (AI)\u003c\/div\u003e\n\n\u003cdiv class=\"scannable-item\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"icon-feature-svg\"\u003e\u003cpath d=\"M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 7\" 120Hz Display\u003c\/div\u003e\n\n\u003cdiv class=\"scannable-item\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"icon-feature-svg\"\u003e\u003cpath d=\"M8.111 16.404a5.5 5.5 0 017.778 0M12 20h.01m-7.08-7.071c3.904-3.905 10.236-3.905 14.141 0M1.394 9.393c5.857-5.857 15.355-5.857 21.213 0\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Wi-Fi 7 + BT 5.4\u003c\/div\u003e\n\n\u003cdiv class=\"scannable-item\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"icon-feature-svg\"\u003e\u003cpath d=\"M13 10V3L4 14h7v7l9-11h-7z\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Thunderbolt™ 4\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch3 class=\"section-title\"\u003eCommon 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\"\u003eDisplay\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e7\" FHD (1920x1080), 120Hz, Touchscreen, 500 nits\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eGraphics\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003eIntel® Arc™ Graphics (integrated)\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\"\u003e53Wh (Up to 2h max load)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003ePorts\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e1x Thunderbolt™ 4, MicroSD, 3.5mm Jack\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eAudio\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e2x 2W (Hi-Res Audio)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd class=\"spec-label\"\u003eWeight\u003c\/td\u003e\n\n\u003ctd class=\"spec-value\"\u003e675 g\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\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat is the difference between Ultra 5 and Ultra 7?\u003c\/span\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"chevron-icon\"\u003e\u003cpath d=\"M19 9l-7 7-7-7\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe Core Ultra 7 has more cores (16 vs 12) and a higher turbo frequency, which translates to better performance in open-world games and multitasking. For maximum frame rates, the Ultra 7 is the recommended option.\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 compatible with Steam and Xbox Game Pass?\u003c\/span\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"chevron-icon\"\u003e\u003cpath d=\"M19 9l-7 7-7-7\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eAbsolutely. Running native Windows 11 Home, you can install Steam, Epic Games Store, Xbox Game Pass, Ubisoft Connect, and any other PC launcher.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eCan I connect the console to a monitor or TV?\u003c\/span\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"chevron-icon\"\u003e\u003cpath d=\"M19 9l-7 7-7-7\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eYes, through its Thunderbolt™ 4 port, you can connect a dock or a USB-C to HDMI\/DisplayPort cable to play on a big screen with up to 4K resolution.\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\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"trust-svg-icon\"\u003e\u003cpath d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan class=\"trust-title\"\u003e6-Month Warranty\u003c\/span\u003e \u003cspan class=\"trust-desc\"\u003eFactory technical coverage\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-card\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"trust-svg-icon\"\u003e\u003cpath d=\"M14.828 14.828a4 4 0 01-5.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan class=\"trust-title\"\u003eSatisfaction Guarantee\u003c\/span\u003e \u003cspan class=\"trust-desc\"\u003eIf you don't like it, we'll advise you\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-card\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"trust-svg-icon\"\u003e\u003cpath d=\"M13 16V6a1 1 0 00-1-1H4a1 1 0 00-1 1v10a1 1 0 001 1h1m8-1a1 1 0 01-1 1H9m4-1V8a1 1 0 011-1h2.586a1 1 0 01.707.293l3.414 3.414a1 1 0 01.293.707V16a1 1 0 01-1 1h-1m-6-1a1 1 0 001 1h1M5 17a2 2 0 104 0m-4 0a2 2 0 114 0m6 0a2 2 0 104 0m-4 0a2 2 0 114 0\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan class=\"trust-title\"\u003eInsured Shipping\u003c\/span\u003e \u003cspan class=\"trust-desc\"\u003eFull equipment protection\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-card\"\u003e\n\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" class=\"trust-svg-icon\"\u003e\u003cpath d=\"M18.364 5.636l-3.536 3.536m0 5.656l3.536 3.536M9.172 9.172L5.636 5.636m3.536 9.192l-3.536 3.536M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-5 0a4 4 0 11-8 0 4 4 0 018 0z\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan class=\"trust-title\"\u003eTechnical Support\u003c\/span\u003e \u003cspan class=\"trust-desc\"\u003eExpert MSI assistance\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":"1 TB \/ Intel Core Ultra 7-155H","offer_id":58174468489564,"sku":"824142357156","price":900.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Intel Core Ultra 7-155H","offer_id":58174468522332,"sku":"824142357163","price":840.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ Intel Core Ultra 5-135H","offer_id":58174468555100,"sku":"824142357170","price":810.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/msi-claw-a1m.png?v=1782959650","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/msi-claw-a1m","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}