{"title":"Events","description":"\u003cdiv class=\"apple-collection-intro\"\u003e\n  \n  \u003cinput type=\"radio\" id=\"col-es\" name=\"lang-col\" checked style=\"display: none;\"\u003e\n  \u003cinput type=\"radio\" id=\"col-en\" name=\"lang-col\" style=\"display: none;\"\u003e\n  \u003cinput type=\"radio\" id=\"col-pt\" name=\"lang-col\" style=\"display: none;\"\u003e\n\n  \u003cnav class=\"language-nav\"\u003e\n    \u003clabel for=\"col-es\" class=\"btn-es\"\u003eEspañol\u003c\/label\u003e\n    \u003clabel for=\"col-en\" class=\"btn-en\"\u003eEnglish\u003c\/label\u003e\n    \u003clabel for=\"col-pt\" class=\"btn-pt\"\u003ePortuguês\u003c\/label\u003e\n  \u003c\/nav\u003e\n\n  \u003cdiv class=\"intro-content content-es\"\u003e\n    \u003cp class=\"eyebrow\"\u003eCalendario Oficial\u003c\/p\u003e\n    \u003ch1 class=\"collection-title\"\u003eExperiencias de Biohacking\u003c\/h1\u003e\n    \n    \u003cdiv class=\"persuasive-copy\"\u003e\n      \u003cp\u003e\n        Descubre los eventos de la \u003cstrong\u003emayor empresa de biohacking del mundo\u003c\/strong\u003e y mantente a la vanguardia de todo lo mejor que está sucediendo en salud y tecnología.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Muchos de nuestros eventos son de acceso \u003cspan class=\"highlight\"\u003egratuito\u003c\/span\u003e.\n        Solo tienes que elegir tu evento abajo, \u003cstrong\u003easegurar tu entrada finalizando el checkout\u003c\/strong\u003e y prepárate para conocer las tecnologías más avanzadas del planeta.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"arrow-indicator\"\u003e↓ Elige tu evento abajo ↓\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"intro-content content-en\"\u003e\n    \u003cp class=\"eyebrow\"\u003eOfficial Calendar\u003c\/p\u003e\n    \u003ch1 class=\"collection-title\"\u003eBiohacking Experiences\u003c\/h1\u003e\n    \n    \u003cdiv class=\"persuasive-copy\"\u003e\n      \u003cp\u003e\n        Discover events from the \u003cstrong\u003eworld's largest biohacking company\u003c\/strong\u003e and stay ahead with the very best innovations happening in health and technology.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Many of our events are \u003cspan class=\"highlight\"\u003efree of charge\u003c\/span\u003e.\n        Simply choose your event below, \u003cstrong\u003esecure your ticket by completing checkout\u003c\/strong\u003e, and get ready to experience the world's most advanced technologies.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"arrow-indicator\"\u003e↓ Choose your event below ↓\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"intro-content content-pt\"\u003e\n    \u003cp class=\"eyebrow\"\u003eCalendário Oficial\u003c\/p\u003e\n    \u003ch1 class=\"collection-title\"\u003eExperiências de Biohacking\u003c\/h1\u003e\n    \n    \u003cdiv class=\"persuasive-copy\"\u003e\n      \u003cp\u003e\n        Conheça os eventos da \u003cstrong\u003emaior empresa de biohacking do mundo\u003c\/strong\u003e e fique por dentro de tudo de melhor que está acontecendo em saúde e tecnologia.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Vários eventos são \u003cspan class=\"highlight\"\u003egratuitos\u003c\/span\u003e.\n        Basta escolher seu evento abaixo, \u003cstrong\u003egarantir sua entrada fazendo o checkout\u003c\/strong\u003e e conhecer as melhores tecnologias do mundo!\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"arrow-indicator\"\u003e↓ Escolha seu evento abaixo ↓\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  \/* --- ESTILO APPLE COLLECTION INTRO --- *\/\n  :root {\n    --text-primary: #1D1D1F;\n    --text-secondary: #86868b;\n    --accent-blue: #0071e3;\n    --bg-highlight: #F5F5F7;\n  }\n\n  .apple-collection-intro {\n    max-width: 800px;\n    margin: 40px auto 60px auto; \/* Margem inferior maior para separar dos produtos *\/\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    color: var(--text-primary);\n    text-align: center;\n    padding: 0 20px;\n  }\n\n  \/* Lógica de Troca de Idioma *\/\n  .content-es, .content-en, .content-pt { display: none; animation: fadeIn 0.6s ease; }\n  #col-es:checked ~ .language-nav .btn-es,\n  #col-en:checked ~ .language-nav .btn-en,\n  #col-pt:checked ~ .language-nav .btn-pt { background: #1D1D1F; color: #FFF; font-weight: 600; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }\n  \n  #col-es:checked ~ .content-es { display: block; }\n  #col-en:checked ~ .content-en { display: block; }\n  #col-pt:checked ~ .content-pt { display: block; }\n\n  @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n\n  \/* Navegação *\/\n  .language-nav {\n    display: inline-flex;\n    justify-content: center;\n    gap: 5px;\n    margin-bottom: 40px;\n    background: #E8E8ED;\n    padding: 4px;\n    border-radius: 99px;\n  }\n  .language-nav label {\n    padding: 8px 20px;\n    cursor: pointer;\n    font-size: 13px;\n    border-radius: 99px;\n    transition: all 0.3s ease;\n    color: var(--text-primary);\n  }\n\n  \/* Tipografia e Layout *\/\n  .eyebrow {\n    font-size: 12px;\n    font-weight: 700;\n    color: var(--accent-blue);\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 12px;\n  }\n\n  .collection-title {\n    font-size: 48px;\n    font-weight: 700;\n    letter-spacing: -1.5px;\n    margin: 0 0 30px 0;\n    line-height: 1.1;\n    background: -webkit-linear-gradient(#1D1D1F, #4a4a4a);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .persuasive-copy {\n    max-width: 680px;\n    margin: 0 auto;\n  }\n\n  .persuasive-copy p {\n    font-size: 19px;\n    line-height: 1.6;\n    color: var(--text-secondary);\n    margin-bottom: 20px;\n    font-weight: 400;\n  }\n\n  .persuasive-copy strong {\n    color: var(--text-primary);\n    font-weight: 600;\n  }\n\n  .highlight {\n    color: var(--accent-blue);\n    font-weight: 600;\n  }\n\n  \/* Indicador Visual para descer *\/\n  .arrow-indicator {\n    margin-top: 40px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #BF9B30; \/* Um tom dourado discreto para combinar com premium *\/\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    opacity: 0.8;\n  }\n\n  \/* Responsividade *\/\n  @media (max-width: 768px) {\n    .collection-title { font-size: 34px; }\n    .persuasive-copy p { font-size: 17px; }\n    .apple-collection-intro { margin-bottom: 40px; }\n  }\n\u003c\/style\u003e","products":[{"product_id":"6th-nipponflex-us-convention-houston-edition","title":"6th Nipponflex US Convention - Houston Edition","description":"\u003cdiv id=\"convention-landing\" class=\"apple-style\"\u003e\n  \u003cdiv class=\"lang-switcher\"\u003e\n    \u003cbutton\u003eEnglish\u003c\/button\u003e | \u003cbutton\u003ePortuguês\u003c\/button\u003e | \u003cbutton\u003eEspañol\u003c\/button\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"content-box\"\u003e\n    \u003cp class=\"subtitle\"\u003eNipponflex USA | Edición Houston\u003c\/p\u003e\n    \u003ch1\u003e6th Convention\u003c\/h1\u003e\n    \u003cp id=\"details\" class=\"description\"\u003e¡La Gran Fiesta Anual, ahora con una\u003cbr\u003eexperiencia VIP en el corazón de Texas!\u003c\/p\u003e\n\n    \u003cdiv class=\"event-info\"\u003e\n      \u003cp class=\"highlight-text\"\u003e¿No puedes viajar a Atlanta este año? ¡Nosotros te traemos la fiesta!\u003c\/p\u003e\n      \u003cp\u003ePrepárate para una noche inolvidable en \u003cstrong\u003eNino's Social Events\u003c\/strong\u003e. Hemos recreado toda la magia, el glamour y la energía de nuestra convención principal para que vivas todo junto a tus colegas locales.\u003c\/p\u003e\n      \n      \u003cul class=\"features-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eConexión Simultánea e Interacciones en Vivo:\u003c\/strong\u003e ¡Seremos parte del show! Tendremos interacciones en tiempo real con el escenario de Atlanta, un Maestro de Ceremonias exclusivo en Texas y la presencia ilustre de Líderes Locales e Internacionales.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFiesta Presencial Completa:\u003c\/strong\u003e Cena deliciosa, ambiente premium, pantallas de alta definición y mucha celebración presencial.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLa Misma Energía:\u003c\/strong\u003e Vamos a celebrar nuestros logros juntos. La distancia no nos separa, ¡la fiesta es una sola!\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"address-box\"\u003e\n      \u003cp\u003e\u003cstrong\u003eNino's Social Events\u003c\/strong\u003e\u003cbr\u003e\n      9143 Scranton St, Houston, Texas 77075\u003c\/p\u003e\n      \u003cp class=\"time-box\"\u003e\n        🚪 \u003cstrong\u003eCheck-in (Apertura de puertas):\u003c\/strong\u003e 2:00 PM (Houston Time \/ CST)\u003cbr\u003e\n        🎬 \u003cstrong\u003eStart (Inicio Oficial):\u003c\/strong\u003e 3:00 PM (Houston Time \/ CST)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003ca href=\"\/es\/cart\/add\" class=\"cta-button\" id=\"btn-text\"\u003eComprar Mi Entrada\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .apple-style {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background-color: #f5f5f7;\n    color: #1d1d1f;\n    padding: 80px 20px;\n    text-align: center;\n    border-radius: 20px;\n  }\n  \n  .lang-switcher {\n    margin-bottom: 40px;\n    font-size: 14px;\n  }\n  \n  .lang-switcher button {\n    background: none;\n    border: none;\n    cursor: pointer;\n    color: #0066cc;\n    font-weight: 500;\n  }\n\n  .subtitle {\n    font-size: 21px;\n    font-weight: 600;\n    color: #bf4800;\n    margin-bottom: 10px;\n  }\n\n  h1 {\n    font-size: 56px;\n    font-weight: 700;\n    letter-spacing: -0.005em;\n    margin-bottom: 20px;\n  }\n\n  .description {\n    font-size: 24px;\n    line-height: 1.2;\n    font-weight: 400;\n    margin-bottom: 30px;\n  }\n\n  .event-info {\n    max-width: 650px;\n    margin: 0 auto 40px auto;\n    text-align: left;\n    background: #ffffff;\n    padding: 30px;\n    border-radius: 18px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n  }\n\n  .highlight-text {\n    font-size: 18px;\n    font-weight: 600;\n    color: #1d1d1f;\n    margin-bottom: 15px;\n  }\n\n  .event-info p {\n    font-size: 16px;\n    line-height: 1.5;\n    color: #515154;\n    margin-bottom: 15px;\n  }\n\n  .features-list {\n    font-size: 16px;\n    line-height: 1.5;\n    color: #515154;\n    padding-left: 20px;\n    margin-top: 15px;\n  }\n\n  .features-list li {\n    margin-bottom: 12px;\n  }\n\n  .address-box {\n    margin-bottom: 40px;\n    color: #86868b;\n    font-size: 16px;\n    line-height: 1.5;\n  }\n\n  .time-box {\n    margin-top: 15px;\n    background-color: #e8e8ed;\n    padding: 10px 20px;\n    display: inline-block;\n    border-radius: 10px;\n    color: #1d1d1f;\n  }\n\n  .cta-button {\n    background-color: #0071e3;\n    color: white;\n    padding: 14px 32px;\n    border-radius: 980px;\n    text-decoration: none;\n    font-size: 17px;\n    font-weight: 500;\n    display: inline-block;\n    transition: all 0.3s ease;\n  }\n\n  .cta-button:hover {\n    background-color: #0077ed;\n  }\n\u003c\/style\u003e","brand":"Event","offers":[{"title":"General Admission","offer_id":43258071580731,"sku":"USA-CONV-2026 - HEDT","price":357.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0366\/9806\/2907\/files\/WhatsApp_Image_2026-03-06_at_13.42.34.jpg?v=1773026959"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0366\/9806\/2907\/collections\/Workshop_-_ATL.jpg?v=1769374773","url":"https:\/\/e-energyusa.com\/es\/collections\/events.oembed","provider":"e-Energy by Nipponflex","version":"1.0","type":"link"}