{"product_id":"valve-steam-deck","title":"Valve Steam Deck Console","description":"\u003cdiv id=\"gsm-product-content\"\u003e\n\n  \u003cstyle\u003e\n    \/* Importación de fuentes *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700;800\u0026family=Montserrat:wght@800\u0026display=swap');\n\n    #gsm-product-content { \n      font-family: 'Inter', sans-serif; \n      color: #00003A; \n      line-height: 1.6; \n      max-width: 1000px; \n      margin: 0 auto; \n      background-color: #fff; \n    }\n    #gsm-product-content * { box-sizing: border-box; }\n    \n    :root { \n      --gsm-blue: #0389FC; \n      --gsm-navy: #00003A; \n      --gsm-indigo: #413AF4; \n      --gsm-yellow: #EDFF00; \n    }\n\n    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { \n      margin: 0; \n      font-family: 'Montserrat', sans-serif;\n      font-weight: 800; \n      letter-spacing: -0.02em; \n    }\n    \n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: var(--gsm-navy); text-align: center; }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.1rem; color: #4a4a4a; }\n\n    \/* HERO SECTION *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 5rem 1.5rem; \n      background: linear-gradient(135deg, #f9f9f9 0%, #edf6ff 100%); \n      border-radius: 32px; \n      margin-bottom: 3rem; \n    }\n    .gsm-hero h1 { \n      font-size: clamp(2.5rem, 6vw, 4rem); \n      color: var(--gsm-blue); \n      line-height: 1; \n      margin-bottom: 1.5rem; \n    }\n    .gsm-hero .subheadline { \n      font-size: 1.5rem; \n      color: var(--gsm-navy); \n      font-weight: 500; \n      max-width: 800px; \n      margin: 0 auto; \n      line-height: 1.3;\n    }\n\n    \/* BENTO GRID *\/\n    .gsm-grid { \n      display: grid; \n      grid-template-columns: repeat(2, 1fr); \n      grid-template-rows: auto;\n      gap: 20px; \n      margin-bottom: 3rem; \n    }\n    .gsm-card { \n      background: #f5f5f7; \n      padding: 2.5rem; \n      border-radius: 28px; \n      transition: all 0.3s ease; \n      border: 1px solid rgba(0,0,0,0.03); \n      display: flex; \n      flex-direction: column; \n    }\n    .gsm-card:hover { \n      transform: translateY(-5px); \n      box-shadow: 0 20px 40px rgba(0,0,0,0.08); \n    }\n\n    \/* HIGHLIGHT CARD - Game Changer *\/\n    .gsm-card.highlight { \n      grid-column: span 2;\n      background: var(--gsm-navy); \n      color: white !important; \n    }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: white !important; } \n    .gsm-card.highlight .icon-box { \n      background: rgba(255,255,255,0.1); \n      color: var(--gsm-yellow); \n    }\n\n    .gsm-card h3 { font-size: 1.6rem; margin-bottom: 1rem; color: var(--gsm-navy); }\n    .gsm-card p { font-size: 1rem; margin: 0; }\n    \n    .icon-box { \n      width: 56px; \n      height: 56px; \n      margin-bottom: 1.5rem; \n      display: flex; \n      align-items: center; \n      justify-content: center; \n      border-radius: 16px; \n      background: white; \n      color: var(--gsm-blue); \n    }\n    .icon-box svg { width: 30px; height: 30px; fill: currentColor; }\n\n    \/* IMAGES *\/\n    .product-showcase { \n      width: 100%; \n      border-radius: 24px; \n      margin-bottom: 2rem; \n      display: block;\n    }\n\n    \/* REVIEWS *\/\n    .gsm-reviews { \n      display: flex; \n      gap: 20px; \n      margin-bottom: 4rem; \n      overflow-x: auto; \n      padding: 10px 5px 20px;\n      scrollbar-width: none;\n    }\n    .review-card { \n      background: #fff; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 2rem; \n      min-width: 300px; \n      flex: 1; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.02);\n    }\n    .stars { color: #FFB800; margin-bottom: 0.8rem; font-size: 1.2rem; }\n    .review-author { font-weight: 700; display: block; margin-top: 1rem; font-size: 0.9rem; color: var(--gsm-blue); }\n\n    \/* SPECS *\/\n    .specs-container { \n      background: #fafafa; \n      border-radius: 24px; \n      padding: 3rem; \n      margin-bottom: 3rem; \n    }\n    .spec-row { \n      display: flex; \n      justify-content: space-between; \n      padding: 1.2rem 0; \n      border-bottom: 1px solid #eee; \n      align-items: center;\n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: var(--gsm-navy); font-size: 1.05rem; }\n    .spec-value { color: #555; text-align: right; max-width: 60%; }\n\n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; transition: all 0.3s ease; border: 1px solid transparent; }\n    details[open] { border-color: var(--gsm-blue); background: #fff; }\n    summary { padding: 1.5rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: var(--gsm-navy); font-size: 1.1rem; }\n    summary::after { content: '→'; position: absolute; right: 25px; transition: transform 0.3s; color: var(--gsm-blue); }\n    details[open] summary::after { transform: rotate(90deg); }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #555; font-size: 1rem; border-top: 1px solid #f0f0f0; padding-top: 1rem; }\n\n    \/* FOOTER BANNER *\/\n    .gsm-guarantee {\n      text-align: center; \n      margin-top: 4rem; \n      padding: 3rem; \n      background: linear-gradient(135deg, #f0f7ff 0%, #e6f0ff 100%); \n      border-radius: 28px; \n      border: 2px dashed var(--gsm-blue);\n    }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 768px) { \n      .gsm-hero h1 { font-size: 2.8rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-card.highlight { grid-column: span 1; }\n      .gsm-reviews { flex-direction: column; } \n      .spec-row { flex-direction: column; align-items: flex-start; }\n      .spec-value { text-align: left; max-width: 100%; margin-top: 5px; }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- Hero Section --\u003e\n  \u003cdiv class=\"gsm-hero\"\u003e\n\n    \u003ch1\u003eYour entire library, anywhere\u003c\/h1\u003e\n\n    \u003cp class=\"subheadline\"\u003eThe Valve Steam Deck is the portable gaming revolution: PC power in an ergonomic and unbeatable format.\u003c\/p\u003e\n\n    \u003cdiv style=\"margin-top: 25px; font-weight: 700; color: var(--gsm-blue); letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eOriginal Valve Steam Deck\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cimg src=\"https:\/\/cdn.cloudflare.steamstatic.com\/steamdeck\/images\/ver2\/overview3options.png\" alt=\"Valve Steam Deck Options\" class=\"product-showcase\"\u003e\n\n  \u003c!-- Bento Grid Benefit Stacking --\u003e\n  \u003cdiv class=\"gsm-grid\"\u003e\n\n    \u003c!-- Card 1: Game Changer --\u003e\n    \u003cdiv class=\"gsm-card highlight\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003ePC Gaming Performance\u003c\/h3\u003e\n\n      \u003cp\u003eEquipped with a custom AMD APU (Zen 2 + RDNA 2), the Steam Deck offers astonishing efficiency to run the latest AAA titles with performance optimized for portable gaming.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Card 2 --\u003e\n    \u003cdiv class=\"gsm-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7,6H17V15H7V6M5,17V4H19V17H5M10,21H14V19H10V21Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eSteamOS: Total Simplicity\u003c\/h3\u003e\n\n      \u003cp\u003eEnjoy an intuitive interface designed for gaming. Power on, download, and play. Plus, desktop mode allows you to use it as a full-fledged PC.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Card 3 --\u003e\n    \u003cdiv class=\"gsm-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9A3,3 0 0,1 15,12Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003ePrecision Control\u003c\/h3\u003e\n\n      \u003cp\u003eIts full-size joysticks, assignable back buttons, and exclusive square trackpads give you total control, even in strategy games that require a mouse.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cimg src=\"https:\/\/www.gameshub.com\/wp-content\/uploads\/sites\/5\/2021\/12\/steam-deck-valve-exclusive-games.jpg\" alt=\"Steam Deck Gaming\" class=\"product-showcase\"\u003e\n\n  \u003c!-- Social Proof --\u003e\n  \u003ch2\u003eWhat gamers are saying\u003c\/h2\u003e\n\n  \u003cdiv class=\"gsm-reviews\"\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cp\u003e\"It's incredible to be able to play Elden Ring on the bus. The ergonomics are perfect, much better than the Switch for big hands.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eRicardo M.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cp\u003e\"I bought the 64GB version and put a 512GB MicroSD card in it. It works wonderfully and I saved a lot of money. GSMPRO delivered quickly.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eAndrés T.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cp\u003e\"The trackpads are a game changer. You can play shooters or management games without problems. The SteamOS system is super stable.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eValentina S.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- Specifications --\u003e\n  \u003cdiv class=\"specs-container\"\u003e\n\n    \u003ch2 style=\"text-align: left; font-size: 1.8rem; border-bottom: 3px solid var(--gsm-blue); padding-bottom: 10px; display: inline-block; margin-bottom: 2rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n    \n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eProcessor\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eAMD APU (Zen 2 4c\/8t, 2.4-3.5GHz | GPU RDNA 2 8 CUs)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eRAM Memory\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e16 GB integrated LPDDR5 (5500 MT\/s)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eDisplay\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e7\" LCD IPS Touchscreen (1280 x 800 px), 60Hz, 400 nits\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eStorage\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e64GB eMMC \/ 256GB NVMe \/ 512GB NVMe (Expandable via MicroSD)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eControls\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eL\/R triggers, 4 back buttons, 2 Trackpads, 6-axis Gyroscope\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eConnectivity\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eDual Band Wi-Fi, Bluetooth 5.0, USB-C with DisplayPort 1.4\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eBattery\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e40 Wh (2 to 8 hours of gaming)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"gsm-faq\"\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the difference between the 64, 256, and 512 GB versions?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        The main difference is the speed and technology of the storage. The 256GB and 512GB models use NVMe SSDs (faster), while the 64GB model uses eMMC. The 512GB version also includes a screen with high-quality anti-glare glass.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I expand the storage myself?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        Yes! All models have a high-speed microSD card slot. It's also possible to open the console to change the M.2 2230 module, although we recommend using MicroSD to maintain the warranty.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eIs it compatible with all Steam games?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        Most games work thanks to Proton. Valve has a verification system: \"Verified\" (works perfectly), \"Playable\" (may require adjustments), and \"Unsupported.\" Thousands of games are already optimized.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- Guarantee Banner --\u003e\n  \u003cdiv class=\"gsm-guarantee\"\u003e\n\n    \u003ch3 style=\"color: var(--gsm-blue); margin-bottom: 1rem; font-size: 1.8rem;\"\u003eGSMPRO.CL Trust\u003c\/h3\u003e\n\n    \u003cp style=\"margin-bottom: 0; font-size: 1.2rem;\"\u003eReceive your 100% original, sealed Steam Deck with the backing of our specialized technical service. \u003cbr\u003e\u003cstrong\u003eExpress shipping available for all of Chile!\u003c\/strong\u003e\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Valve Steam Deck Original\",\n  \"image\": [\n    \"https:\/\/cdn.cloudflare.steamstatic.com\/steamdeck\/images\/ver2\/overview3options.png\"\n  ],\n  \"description\": \"Consola portátil potente con APU AMD personalizada, diseñada para jugar toda tu biblioteca de Steam en cualquier lugar.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Valve\"\n  },\n  \"offers\": {\n    \"@type\": \"AggregateOffer\",\n    \"lowPrice\": \"399.00\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\"\n  }\n}\n\u003c\/script\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"64 GB \/ USA","offer_id":58173967565148,"sku":"814585021271","price":1100.0,"currency_code":"USD","in_stock":true},{"title":"512 GB \/ USA","offer_id":58173967597916,"sku":"814585021370","price":1280.0,"currency_code":"USD","in_stock":true},{"title":"256 GB \/ USA","offer_id":58173967630684,"sku":"814585021769","price":1150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/consola-valve-steam-deck.jpg?v=1782947507","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/valve-steam-deck","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}