{"product_id":"consola-nex-playground-juegos-activos","title":"Nex Playground","description":"\u003c!-- NEX PLAYGROUND DESIGN START (ACTIVE FUN VERSION - NO IMAGE) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- We only load fonts and icons, the rest is pure CSS --\u003e\n\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fredoka:wght@400;600\u0026amp;family=Inter:wght@400;600;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* --- ESTILOS NATIVOS PARA SHOPIFY --- *\/\n    \/* Contenedor Principal Aislado *\/\n    #nex-custom-landing {\n        font-family: 'Inter', sans-serif;\n        background-color: #ffffff;\n        color: #1d1d1f;\n        width: 100%;\n        max-width: 100%;\n        margin: 0 auto;\n        line-height: 1.5;\n        box-sizing: border-box;\n    }\n\n    \/* Reset básico interno *\/\n    #nex-custom-landing *, \n    #nex-custom-landing *::before, \n    #nex-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #nex-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #nex-custom-landing h1, \n    #nex-custom-landing h2, \n    #nex-custom-landing h3 {\n        font-family: 'Fredoka', sans-serif; \/* Fuente amigable y redonda *\/\n        margin-top: 0;\n        line-height: 1.2;\n        font-weight: 600;\n        color: #2e1065; \/* Morado oscuro *\/\n    }\n\n    #nex-custom-landing p {\n        margin-bottom: 1rem;\n        color: #4b5563;\n        font-weight: 400;\n        font-size: 1rem;\n    }\n\n    \/* Utilidades de Layout *\/\n    .nx-section {\n        padding: 3rem 1.5rem;\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        border-bottom: 1px solid #f3f4f6;\n    }\n\n    .nx-container {\n        width: 100%;\n        max-width: 1000px;\n        margin: 0 auto;\n    }\n\n    .nx-text-center { text-align: center; }\n    .nx-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero - COLORIDO Y DIVERTIDO *\/\n    .nx-hero {\n        background: radial-gradient(circle at center, #f3e8ff 0%, #ffffff 80%); \/* Gradiente Morado Suave *\/\n        padding-top: 4rem; \n        padding-bottom: 4rem;\n        border-bottom: none;\n    }\n\n    .nx-badge {\n        color: #ffffff;\n        font-weight: 700;\n        text-transform: uppercase;\n        font-size: 0.8rem;\n        letter-spacing: 0.1em;\n        display: inline-block;\n        margin-bottom: 1rem;\n        background-color: #8b5cf6; \/* Morado Vibrante *\/\n        padding: 0.5rem 1.2rem;\n        border-radius: 50px;\n        box-shadow: 0 4px 10px rgba(139, 92, 246, 0.3);\n    }\n\n    .nx-title-hero {\n        font-size: 3rem;\n        margin-bottom: 0.5rem;\n        color: #2e1065;\n    }\n\n    .nx-subtitle-hero {\n        font-size: 1.25rem;\n        color: #6d28d9;\n        font-weight: 500;\n        max-width: 800px;\n        margin: 0 auto;\n        line-height: 1.4;\n    }\n\n    \/* Grid *\/\n    .nx-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1.5rem;\n        margin-top: 2rem;\n    }\n\n    \/* Cards - ESTILO \"BUBBLE\" *\/\n    .nx-card {\n        background-color: #ffffff;\n        border: 2px solid #f3f4f6;\n        border-radius: 24px; \/* Muy redondeado *\/\n        padding: 2rem;\n        position: relative;\n        overflow: hidden;\n        transition: all 0.3s ease;\n        box-shadow: 0 8px 0px #e5e7eb; \/* Sombra sólida estilo cartoon *\/\n    }\n    \n    .nx-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 12px 0px #d1d5db;\n        border-color: #8b5cf6;\n    }\n\n    \/* Tarjeta Destacada (Play Pass) *\/\n    .nx-card-highlight {\n        background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%);\n        color: white;\n        border: none;\n        box-shadow: 0 8px 0px #2e1065;\n    }\n    \n    .nx-card-highlight h3,\n    .nx-card-highlight p,\n    .nx-card-highlight li {\n        color: #ffffff !important;\n    }\n\n    .nx-card-highlight:hover {\n        box-shadow: 0 12px 0px #2e1065;\n    }\n\n    \/* Elementos Gráficos *\/\n    .nx-icon-box {\n        width: 60px;\n        height: 60px;\n        background-color: #f5f3ff;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 1.5rem;\n        color: #7c3aed;\n        font-size: 1.8rem;\n    }\n\n    .nx-list {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        text-align: left;\n    }\n\n    .nx-list li {\n        margin-bottom: 0.5rem;\n        display: flex;\n        align-items: center;\n        gap: 0.5rem;\n        font-weight: 500;\n        font-size: 0.95rem;\n    }\n\n    \/* Juegos Grid (Dentro de tarjeta) *\/\n    .nx-games-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 0.5rem;\n        margin-top: 1rem;\n    }\n    \n    .nx-game-tag {\n        background: rgba(255,255,255,0.2);\n        padding: 4px 10px;\n        border-radius: 20px;\n        font-size: 0.8rem;\n        font-weight: 600;\n    }\n\n    \/* Responsive *\/\n    @media (min-width: 768px) {\n        .nx-title-hero { font-size: 4.5rem; }\n        .nx-grid-2 { grid-template-columns: 1fr 1fr; }\n        .nx-col-span-2 { grid-column: span 2; }\n        .nx-section { padding: 4rem 2rem; }\n    }\n\n\u003c\/style\u003e\n\u003cdiv id=\"nex-custom-landing\"\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"nx-section nx-hero\"\u003e\n\n\u003cdiv class=\"nx-container nx-text-center\"\u003e\n\n\u003cspan class=\"nx-badge\"\u003eAI IN YOUR LIVING ROOM\u003c\/span\u003e\n\u003ch1 class=\"nx-title-hero\"\u003eNex Playground.\u003c\/h1\u003e\n\n\u003cp class=\"nx-subtitle-hero\"\u003eYour body is the controller.\u003cbr\u003eActive family fun without controllers or complications.\u003c\/p\u003e\n\n\u003c!-- Placeholder Image Removed --\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Intro Text --\u003e\n\u003cdiv style=\"border-bottom: none; padding-top: 1rem;\" class=\"nx-section\"\u003e\n\n\u003cdiv class=\"nx-container nx-text-center\"\u003e\n\n\u003ch2 style=\"font-size: 2rem; margin-bottom: 1rem;\"\u003eMove. Play. Laugh.\u003c\/h2\u003e\n\n\u003cp style=\"font-size: 1.1rem; color: #4b5563; max-width: 800px; margin: 0 auto;\"\u003eForget sitting on the couch. Nex Playground transforms your TV into an active play space. Using a wide-angle AI camera, it tracks your natural movements. \u003cstrong\u003eYou are the video game!\u003c\/strong\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Feature Grid --\u003e\n\u003cdiv style=\"padding-top: 0; border-bottom: none;\" class=\"nx-section\"\u003e\n\n\u003cdiv class=\"nx-container\"\u003e\n\n\u003cdiv class=\"nx-grid-2\"\u003e\n\n\u003c!-- Body Control Card (Highlight) --\u003e\n\u003cdiv class=\"nx-card nx-col-span-2\"\u003e\n\n\u003cdiv style=\"display: flex; flex-direction: column; align-items: center; text-align: center;\"\u003e\n\n\u003cdiv style=\"background-color: #ecfccb; color: #65a30d;\" class=\"nx-icon-box\"\u003e\n\n\u003ci class=\"fa-solid fa-person-rays\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\u003ch3 style=\"font-size: 1.8rem; margin-bottom: 0.5rem;\"\u003eZero Controllers. 100% Action.\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 1rem; margin-bottom: 1rem; max-width: 700px;\"\u003eNo bulky controllers or strange sensors. Playground uses the magic of AI to track your jumps, dances, and movements. Up to 4 simultaneous players, so no one is left out.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Included Games Card --\u003e\n\u003cdiv class=\"nx-card\"\u003e\n\n\u003cdiv style=\"background-color: #dbeafe; color: #2563eb;\" class=\"nx-icon-box\"\u003e\n\n\u003ci class=\"fa-solid fa-gamepad\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\u003ch3 style=\"font-size: 1.5rem; margin-bottom: 1rem;\"\u003e5 Free Games.\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 0.9rem;\"\u003eTake the console out of the box and start playing instantly. Includes all-time favorites:\u003c\/p\u003e\n\n\u003cul class=\"nx-list\"\u003e\n\n\u003cli\u003e\n\n\u003ci style=\"color: #2563eb;\" class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e Fruit Ninja\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003ci style=\"color: #2563eb;\" class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e Whac-a-Mole\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003ci style=\"color: #2563eb;\" class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e Starri\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003ci style=\"color: #2563eb;\" class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e Go Keeper \u0026amp; Party Fowl\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Play Pass Card (Upsell) --\u003e\n\u003cdiv class=\"nx-card nx-card-highlight\"\u003e\n\n\u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem;\"\u003e\n\n\u003ch3 style=\"font-size: 1.5rem; margin: 0;\"\u003ePlay Pass\u003c\/h3\u003e\n\n\u003ci style=\"font-size: 1.5rem; color: #fbbf24;\" class=\"fa-solid fa-unlock-keyhole\"\u003e\u003c\/i\u003e\n\n\u003c\/div\u003e\n\n\u003cp style=\"font-size: 0.9rem; opacity: 0.9;\"\u003eUnlock the full catalog. New games every month with the franchises your kids love.\u003c\/p\u003e\n\n\u003cdiv class=\"nx-games-grid\"\u003e\n\n\u003cspan class=\"nx-game-tag\"\u003eBarbie\u003c\/span\u003e \u003cspan class=\"nx-game-tag\"\u003ePeppa Pig\u003c\/span\u003e \u003cspan class=\"nx-game-tag\"\u003eKung Fu Panda\u003c\/span\u003e \u003cspan class=\"nx-game-tag\"\u003eTMNT\u003c\/span\u003e \u003cspan class=\"nx-game-tag\"\u003eElmo\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cp style=\"font-size: 0.8rem; margin-top: 1rem; opacity: 0.7;\"\u003e*Subscription sold separately.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Security Card --\u003e\n\u003cdiv class=\"nx-card\"\u003e\n\n\u003cdiv style=\"background-color: #fce7f3; color: #db2777;\" class=\"nx-icon-box\"\u003e\n\n\u003ci class=\"fa-solid fa-shield-heart\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\u003ch3 style=\"font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003e100% Safe.\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 0.9rem;\"\u003e\u003cstrong\u003ekidSAFE+ COPPA\u003c\/strong\u003e certified. No ads, no in-app purchases, and no mature content. Camera data is NEVER stored in the cloud. Total privacy for your home.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Installation Card --\u003e\n\u003cdiv class=\"nx-card\"\u003e\n\n\u003cdiv style=\"background-color: #ffedd5; color: #ea580c;\" class=\"nx-icon-box\"\u003e\n\n\u003ci class=\"fa-solid fa-plug\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\u003ch3 style=\"font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003ePlug \u0026amp; Play.\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 0.9rem;\"\u003eAs simple as connecting the HDMI cable. Small, portable, and elegant. Take it in your backpack to grandma's house or on vacation.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Footer Specs --\u003e\n\u003cdiv style=\"border-bottom: none; padding-top: 2rem; background-color: #fafafa;\" class=\"nx-section\"\u003e\n\n\u003cdiv style=\"text-align: left;\" class=\"nx-container\"\u003e\n\n\u003cdiv style=\"font-size: 0.8rem; color: #666;\"\u003e\n\n\u003cp style=\"margin-bottom: 0.5rem;\"\u003e\u003cstrong\u003eIn the box:\u003c\/strong\u003e Nex Playground Console, HDMI Cable, Power Supply.\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom: 0.5rem;\"\u003e\u003cstrong\u003eRequirements:\u003c\/strong\u003e TV or Projector with HDMI port. Internet connection.\u003c\/p\u003e\n\n\u003cp style=\"margin-bottom: 0;\"\u003eTo connect mobile devices and use with the Insta360 Flow series, the Mic Air bundle (1TX+1RX) is required and sold separately.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- NEX PLAYGROUND DESIGN END --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Console Only \/ No Play Pass","offer_id":58174472716636,"sku":"B0D2JGYX3F","price":392.0,"currency_code":"USD","in_stock":true},{"title":"Console + Play Pass \/ 12-Month Play Pass","offer_id":58174472749404,"sku":"B0F5W7BQ2G","price":500.0,"currency_code":"USD","in_stock":true},{"title":"Console + Play Pass \/ 3-Month Play Pass","offer_id":58174472782172,"sku":"B0F5WHRG74","price":470.0,"currency_code":"USD","in_stock":true},{"title":"Console + Travel Case + Play Pass \/ 12-Month Play Pass","offer_id":58174472814940,"sku":"B0FMGKF6B2","price":630.0,"currency_code":"USD","in_stock":true},{"title":"Console + Travel Case + Play Pass \/ 3-Month Play Pass","offer_id":58174472847708,"sku":"B0FMGZPVKN","price":690.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/f4efebf8018d48dd5a43c58a8597f763.jpg?v=1782959684","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/consola-nex-playground-juegos-activos","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}