{"product_id":"game-stick-4k-10-000-jogos-na-tv","title":"Game Stick 4K — +10.000 Jogos na TV","description":"\u003cdiv class=\"pixel-hero-universe\"\u003e\n\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Righteous\u0026amp;family=Poppins:wght@400;600;800\u0026amp;family=VT323\u0026amp;family=Press+Start+2P\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n  \u003cstyle\u003e\n    \/* --- CONFIGURAÇÕES GERAIS (PIXEL HERO THEME) --- *\/\n    .pixel-hero-universe {\n      font-family: 'Poppins', sans-serif;\n      background-color: #0a0a0a; \/* Fundo Gamer Dark *\/\n      background-image: \n        radial-gradient(circle at 2px 2px, #1a1a1a 1px, transparent 0);\n      background-size: 24px 24px;\n      color: #fff;\n      max-width: 100%;\n      overflow-x: hidden;\n      line-height: 1.6;\n      position: relative;\n      border: 4px solid #111;\n      box-shadow: inset 0 0 100px rgba(0,0,0,0.8);\n      box-sizing: border-box;\n    }\n\n    .pixel-hero-universe *, .pixel-hero-universe *::before, .pixel-hero-universe *::after {\n        box-sizing: inherit;\n    }\n\n    .pixel-hero-universe img { display: block; max-width: 100%; height: auto; margin: 0 auto; }\n\n    \/* --- BACKGROUND ELEMENTS --- *\/\n    .pixel-layer {\n      position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n      overflow: hidden; pointer-events: none; z-index: 0;\n      opacity: 0.3;\n    }\n    \n    .bg-pixel {\n      position: absolute;\n      width: 10px; height: 10px;\n      background: #FFD700;\n      box-shadow: 0 0 10px #FFD700;\n      animation: float-pixel 4s infinite ease-in-out;\n    }\n    .p1 { top: 15%; left: 5%; animation-delay: 0s; }\n    .p2 { top: 45%; right: 10%; animation-delay: 2s; background: #E00000; box-shadow: 0 0 10px #E00000;}\n    .p3 { bottom: 20%; left: 15%; animation-delay: 1s; }\n    \n    @keyframes float-pixel {\n        0%, 100% { transform: translateY(0) scale(1); opacity: 0.2; }\n        50% { transform: translateY(-40px) scale(1.5); opacity: 0.6; }\n    }\n\n    \/* --- TOP SCARCITY BAR --- *\/\n    .top-scarcity-bar {\n        background: #FFD700;\n        color: #000;\n        text-align: center;\n        padding: 8px;\n        font-family: 'Press Start 2P', cursive;\n        font-size: 10px;\n        border-bottom: 4px solid #000;\n        position: relative;\n        z-index: 10;\n        box-shadow: 0 5px 15px rgba(0,0,0,0.5);\n        text-transform: uppercase;\n    }\n    .scarcity-blink {\n        color: #E00000;\n        animation: text-blink 0.8s infinite;\n    }\n    @keyframes text-blink { 0% { opacity: 1; } 50% { opacity: 0.2; } 100% { opacity: 1; } }\n\n    \/* --- TYPOGRAPHY --- *\/\n    h1.hero-title {\n      font-family: 'Righteous', cursive;\n      font-size: clamp(26px, 5vw, 48px);\n      line-height: 1.1;\n      color: #fff;\n      text-shadow: \n        4px 4px 0 #E00000, \n        -2px -2px 0 #000;\n      text-align: center;\n      margin: 10px 0 20px 0;\n      transform: skewX(-5deg);\n      z-index: 2; position: relative;\n    }\n\n    h2.section-title {\n      font-family: 'Righteous', cursive;\n      font-size: clamp(18px, 4vw, 28px);\n      color: #000;\n      text-align: center;\n      background: #FFD700;\n      display: inline-block;\n      padding: 8px 25px;\n      border: 3px solid #000;\n      box-shadow: 6px 6px 0 #E00000;\n      margin-bottom: 25px;\n      position: relative; z-index: 2;\n    }\n\n    .hero-badge {\n        background: #111; \n        color: #FFD700; \n        display: inline-block; \n        padding: 5px 20px; \n        font-family: 'Press Start 2P'; \n        font-size: clamp(8px, 1.5vw, 10px); \n        border: 2px solid #FFD700;\n        margin-bottom: 15px; \n    }\n\n    .copy-text {\n        font-size: clamp(14px, 2vw, 17px); \n        color: #ccc; \n        text-align: center; \n        max-width: 700px; \n        margin: 0 auto 20px;\n        background: rgba(20, 20, 20, 0.8);\n        padding: 20px;\n        border-left: 4px solid #FFD700;\n        border-radius: 4px;\n    }\n\n    \/* --- CONTAINERS \u0026 BOXES --- *\/\n    .container-content {\n        padding: 20px; position: relative; z-index: 2; max-width: 900px; margin: 0 auto;\n    }\n\n    .hero-img-box {\n        position: relative;\n        width: 100%;\n        max-width: 550px; \n        margin: 0 auto;\n    }\n\n    .hero-main-img {\n        width: 100%;\n        height: auto;\n        animation: slow-float 3s infinite ease-in-out;\n        z-index: 2;\n        filter: drop-shadow(0 0 25px rgba(224, 0, 0, 0.2));\n    }\n    @keyframes slow-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }\n\n    \/* Features Grid *\/\n    .features-grid {\n        display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 40px 0;\n    }\n    .hero-monitor {\n        background: #111;\n        border: 2px solid #333;\n        color: #fff;\n        padding: 15px;\n        text-align: center;\n        border-radius: 8px;\n        transition: 0.3s;\n    }\n    .feature-icon { font-size: 28px; display: block; margin-bottom: 8px; }\n    .feature-text { font-weight: 700; font-size: 9px; text-transform: uppercase; font-family: 'Press Start 2P'; color: #FFD700; line-height: 1.4; }\n\n    \/* --- ZONE: TV EXPERIENCE --- *\/\n    .tv-zone {\n        background-color: #111;\n        border-radius: 15px;\n        padding: 40px 20px;\n        margin: 40px auto;\n        border: 2px solid #222;\n        text-align: center;\n        box-shadow: 0 10px 40px rgba(0,0,0,0.8);\n    }\n\n    \/* --- ZONE: DARK GRID (JOGOS) --- *\/\n    .dark-zone {\n        background-color: #050505;\n        border-top: 4px solid #1a1a1a;\n        border-bottom: 4px solid #1a1a1a;\n        padding: 50px 0;\n        position: relative;\n        margin: 60px 0;\n    }\n    \n    .games-grid-img {\n        max-width: 100%;\n        border: 2px solid #333;\n        border-radius: 4px;\n    }\n\n    \/* --- INVENTÁRIO --- *\/\n    .inventory-box {\n        background: #111; border: 2px solid #FFD700; border-radius: 8px; padding: 0;\n        margin: 40px auto; max-width: 700px; overflow: hidden;\n    }\n    .inventory-header {\n        background: #FFD700; color: #000; padding: 15px; text-align: center;\n        font-size: 16px; font-family: 'Righteous'; letter-spacing: 2px;\n    }\n    .inventory-content { padding: 25px; }\n    .inventory-list { text-align: left; list-style: none; padding: 0; margin: 0; }\n    .inventory-list li { \n        margin-bottom: 12px; display: flex; align-items: center; font-size: 14px;\n        border-bottom: 1px solid #222; padding-bottom: 8px;\n    }\n    .inventory-list li::before { content: '▶'; color: #FFD700; margin-right: 12px; font-size: 10px; }\n\n    \/* --- CHECKPOINT --- *\/\n    .checkpoint-block {\n        background: linear-gradient(135deg, #111 0%, #050505 100%);\n        border: 2px solid #333;\n        padding: 40px 20px; border-radius: 12px; margin: 60px 0; text-align: center;\n    }\n    .guarantee-box {\n        padding: 20px; border-radius: 8px; width: 30%; min-width: 170px;\n        background: #1a1a1a; border: 1px solid #333;\n    }\n    .guarantee-title { font-family: 'Righteous'; font-size: 18px; color: #FFD700; margin-bottom: 5px; }\n\n    \/* FAQ *\/\n    details { background: #111; border: 1px solid #333; margin-bottom: 8px; border-radius: 4px; }\n    summary { padding: 18px; font-weight: 600; cursor: pointer; color: #FFD700; font-size: 14px; list-style: none; position: relative;}\n    summary::after { content: '+'; position: absolute; right: 20px; }\n    details[open] summary::after { content: '-'; }\n    .faq-answer { padding: 18px; background: #0a0a0a; color: #ccc; font-size: 13px; border-top: 1px solid #222; }\n\n    \/* GROUND DECORATION *\/\n    .footer-bar {\n        height: 10px; width: 100%;\n        background: repeating-linear-gradient(90deg, #FFD700, #FFD700 20px, #E00000 20px, #E00000 40px);\n    }\n\n    \/* --- RESPONSIVO --- *\/\n    @media (max-width: 768px) {\n        .features-grid { grid-template-columns: 1fr; gap: 12px; }\n        .guarantee-box { width: 100%; margin-bottom: 15px; }\n    }\n\n    @media (max-width: 480px) {\n        h1.hero-title { font-size: 26px; line-height: 1.2; }\n        h2.section-title { font-size: 17px; padding: 8px 15px; }\n        .copy-text { font-size: 13px; padding: 15px; }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- TOP BAR --\u003e\n  \u003cdiv class=\"top-scarcity-bar\"\u003e\n      🛡️ PIXEL HERO: \u003cspan class=\"scarcity-blink\"\u003eEDITION 4K LITE\u003c\/span\u003e | STATUS: \u003cspan style=\"color:#fff\"\u003eONLINE\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pixel-layer\"\u003e\n      \u003cdiv class=\"bg-pixel p1\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"bg-pixel p2\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"bg-pixel p3\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"container-content\"\u003e\n      \n      \u003c!-- HERO SECTION --\u003e\n      \u003cdiv style=\"text-align: center; margin-bottom: 40px;\"\u003e\n          \u003cdiv class=\"hero-badge\"\u003e\n              [ 10.000 JOGOS PRONTOS PARA DAR PLAY ]\n          \u003c\/div\u003e\n          \u003ch1 class=\"hero-title\"\u003eTRANSFORME SUA TV\u003cbr\u003eEM UM ARCADE 4K.\u003c\/h1\u003e\n          \u003cp class=\"copy-text\"\u003e\n            O \u003cstrong\u003eGame Stick 4K 10k\u003c\/strong\u003e é a porta de entrada para a nostalgia. Simples, compacto e poderoso. Conecte no HDMI e tenha acesso instantâneo a uma biblioteca com os 10 mil maiores sucessos retrô.\n          \u003c\/p\u003e\n          \n          \u003c!-- IMAGEM PRINCIPAL ATUALIZADA --\u003e\n          \u003cdiv class=\"hero-img-box\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0601\/4844\/9344\/files\/imagem_transparente.png?v=1770396419\" alt=\"Game Stick 4K 10k Pixel Hero\" class=\"hero-main-img\"\u003e\n          \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- FEATURES HUD --\u003e\n      \u003cdiv class=\"features-grid\"\u003e\n          \u003cdiv class=\"hero-monitor\"\u003e\n              \u003cspan class=\"feature-icon\"\u003e💾\u003c\/span\u003e\n              \u003cdiv class=\"feature-text\"\u003e10 MIL\u003cbr\u003eTÍTULOS\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hero-monitor\"\u003e\n              \u003cspan class=\"feature-icon\"\u003e🎮\u003c\/span\u003e\n              \u003cdiv class=\"feature-text\"\u003e2 CONTROLES\u003cbr\u003eSEM FIO\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hero-monitor\"\u003e\n              \u003cspan class=\"feature-icon\"\u003e📺\u003c\/span\u003e\n              \u003cdiv class=\"feature-text\"\u003eCONEXÃO\u003cbr\u003eHDMI 4K\u003c\/div\u003e\n          \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- SESSÃO: CONSOLE COM TV ATUALIZADA --\u003e\n      \u003cdiv class=\"tv-zone\"\u003e\n          \u003ch2 class=\"section-title\"\u003eDIVERSÃO NA TELA GRANDE\u003c\/h2\u003e\n          \u003cp style=\"color: #ccc; max-width: 650px; margin: 0 auto 30px; font-size: 16px;\"\u003e\n              Experimente a facilidade do \u003cstrong\u003ePlug \u0026amp; Play\u003c\/strong\u003e. Design discreto que fica escondido atrás da sua TV, entregando entretenimento puro para toda a família.\n          \u003c\/p\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0601\/4844\/9344\/files\/IMAGEM_2323.png?v=1770396524\" alt=\"Game Stick 4K Conectado na TV\" style=\"max-width: 100%; border-radius: 10px; border: 1px solid #333;\"\u003e\n      \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- SESSÃO: JOGOS (GRID) --\u003e\n  \u003cdiv class=\"dark-zone\"\u003e\n      \u003cdiv class=\"container-content\" style=\"text-align: center;\"\u003e\n        \u003ch2 class=\"section-title\"\u003eMULTI-SISTEMA ATIVADO\u003c\/h2\u003e\n        \u003cp style=\"color: #888; margin-bottom: 30px; font-size: 16px; max-width: 700px; margin-left: auto; margin-right: auto;\"\u003e\n            Sua coleção definitiva de clássicos. Reviva as eras de ouro dos 8, 16 e 32 bits com fidelidade e sem lentidão.\n        \u003c\/p\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/3214\/3146\/files\/3_610e163a-73e0-4177-a98e-b8361c854166.png?v=1765327473\" alt=\"Biblioteca de Jogos Pixel Hero\" class=\"games-grid-img\"\u003e\n        \u003cbr\u003e\n        \u003ca href=\"#\" target=\"_blank\" style=\"color:#FFD700; font-family:'Press Start 2P'; font-size:9px; text-decoration:none; margin-top:20px; display:inline-block;\"\u003e[ LISTA DE JOGOS COMPATÍVEL COM 10K ]\u003c\/a\u003e\n      \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"container-content\"\u003e\n      \n      \u003c!-- INVENTORY --\u003e\n      \u003cdiv class=\"inventory-box\"\u003e\n          \u003cdiv class=\"inventory-header\"\u003e\n              LOOT BOX: O QUE VOCÊ RECEBE\n          \u003c\/div\u003e\n          \u003cdiv class=\"inventory-content\"\u003e\n              \u003cul class=\"inventory-list\"\u003e\n                  \u003cli\u003e\n\u003cstrong\u003e01 Game Stick 4K\u003c\/strong\u003e (Versão 10.000 Jogos)\u003c\/li\u003e\n                  \u003cli\u003e\u003cstrong\u003e02 Controles Sem Fio 2.4G\u003c\/strong\u003e\u003c\/li\u003e\n                  \u003cli\u003e\u003cstrong\u003e01 Receptor USB Wireless\u003c\/strong\u003e\u003c\/li\u003e\n                  \u003cli\u003e\u003cstrong\u003e01 Cabo Extensor HDMI\u003c\/strong\u003e\u003c\/li\u003e\n                  \u003cli\u003e\u003cstrong\u003e01 Cabo de Alimentação V8\u003c\/strong\u003e\u003c\/li\u003e\n                  \u003cli\u003e\n\u003cstrong\u003e01 Cartão de Memória 32GB\/64GB\u003c\/strong\u003e (Com os Jogos)\u003c\/li\u003e\n              \u003c\/ul\u003e\n          \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- CHECKPOINT --\u003e\n      \u003cdiv class=\"checkpoint-block\"\u003e\n          \u003ch2 style=\"font-family: 'Righteous'; font-size: clamp(22px, 5vw, 30px); color: #FFD700; margin-bottom: 10px;\"\u003eCHECKPOINT SEGURO\u003c\/h2\u003e\n          \u003cp style=\"color: #888; margin-bottom: 30px; font-size: 14px;\"\u003eMissão dada é missão cumprida. Segurança total da Pixel Hero em cada envio.\u003c\/p\u003e\n          \n          \u003cdiv style=\"display: flex; gap: 15px; justify-content: center; flex-wrap: wrap;\"\u003e\n              \u003cdiv class=\"guarantee-box\"\u003e\n                  \u003cdiv class=\"guarantee-title\"\u003e190 DIAS\u003c\/div\u003e\n                  \u003cdiv style=\"font-size: 11px; color: #888;\"\u003eGarantia Gamer Pixel Hero.\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"guarantee-box\"\u003e\n                  \u003cdiv class=\"guarantee-title\"\u003eENVIO HERÓI\u003c\/div\u003e\n                  \u003cdiv style=\"font-size: 11px; color: #888;\"\u003ePostagem em até 24h úteis.\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"guarantee-box\"\u003e\n                  \u003cdiv class=\"guarantee-title\"\u003e7 DIAS\u003c\/div\u003e\n                  \u003cdiv style=\"font-size: 11px; color: #888;\"\u003eSatisfação ou Continue\/Reembolso.\u003c\/div\u003e\n              \u003c\/div\u003e\n          \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- FAQ --\u003e\n      \u003cdiv style=\"margin: 40px 0;\"\u003e\n          \u003ch2 class=\"section-title\"\u003eSUPORTE AO JOGADOR (FAQ)\u003c\/h2\u003e\n          \n          \u003cdetails\u003e\n              \u003csummary\u003eQuais consoles ele emula?\u003c\/summary\u003e\n              \u003cdiv class=\"faq-answer\"\u003eEle suporta os principais sistemas retrô como Super Nintendo, Mega Drive, Game Boy Advance, Arcade (MAME), Nintendinho, entre outros sistemas de 8 e 16 bits.\u003c\/div\u003e\n          \u003c\/details\u003e\n          \u003cdetails\u003e\n              \u003csummary\u003ePosso salvar meus jogos?\u003c\/summary\u003e\n              \u003cdiv class=\"faq-answer\"\u003eSim! Você pode salvar e carregar o progresso a qualquer momento usando o menu do sistema (Select + Start).\u003c\/div\u003e\n          \u003c\/details\u003e\n          \u003cdetails\u003e\n              \u003csummary\u003eOs controles usam pilhas?\u003c\/summary\u003e\n              \u003cdiv class=\"faq-answer\"\u003eSim, cada controle utiliza 2 pilhas AAA (não inclusas) e possuem baixíssimo consumo de energia.\u003c\/div\u003e\n          \u003c\/details\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"text-align: center; margin: 40px 0; opacity: 0.5; font-size: 10px; font-family: 'Press Start 2P';\"\u003e\n          © PIXEL HERO - START YOUR LEGACY\n      \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"footer-bar\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"PIXEL HERO","offers":[{"title":"Default Title","offer_id":40886728884288,"sku":"14:193#M8 64GB","price":189.99,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0601\/4844\/9344\/files\/1.png?v=1770396245","url":"https:\/\/pixelhero.com.br\/products\/game-stick-4k-10-000-jogos-na-tv","provider":"PIXEL HERO","version":"1.0","type":"link"}