{"product_id":"ainote-air-2-bundle-8-2-e-ink-ai-note-taking-tablet-with-stylus-4096-pressure-levels-digital-notebook-with-voice-to-text-transcription-multi-languages-support-ideal-for-meetings-study","title":"AINOTE Air 2 Bundle – 8.2\" E Ink AI Note-Taking Tablet with Stylus, 4096 Pressure Levels, Digital Notebook with Voice-To-Text Transcription, Multi-Languages Support, Ideal for Meetings \u0026 Study","description":"\u003c!-- START iFLYTEK AINOTE AIR 2 DESIGN (COMPACT VERSION - NO SCRIPTS) --\u003e\n\u003c!-- We only load fonts and icons, the rest is pure CSS --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n    \/* --- ESTILOS NATIVOS PARA SHOPIFY --- *\/\n    \/* Contenedor Principal Aislado *\/\n    #iflytek-custom-landing {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        background-color: #ffffff;\n        color: #1d1d1f;\n        width: 100%;\n        max-width: 100%;\n        margin: 0 auto;\n        line-height: 1.4;\n        box-sizing: border-box;\n    }\n\n    \/* Reset básico interno *\/\n    #iflytek-custom-landing *, \n    #iflytek-custom-landing *::before, \n    #iflytek-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #iflytek-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #iflytek-custom-landing h1, \n    #iflytek-custom-landing h2, \n    #iflytek-custom-landing h3 {\n        margin-top: 0;\n        letter-spacing: -0.02em;\n        line-height: 1.1;\n        font-weight: 700;\n        color: #1d1d1f;\n    }\n\n    #iflytek-custom-landing p {\n        margin-bottom: 0.8rem;\n    }\n\n    \/* Utilidades de Layout *\/\n    .if-section {\n        padding: 2.5rem 1rem;\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .if-container {\n        width: 100%;\n        max-width: 1000px; \/* Ancho máximo para contenido *\/\n        margin: 0 auto;\n    }\n\n    .if-text-center { text-align: center; }\n    .if-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero *\/\n    .if-hero {\n        background: radial-gradient(circle at center, #f3f4f6 0%, #ffffff 70%); \/* Gris papel muy suave *\/\n        padding-top: 3rem;\n        padding-bottom: 2rem;\n        min-height: auto;\n    }\n\n    .if-badge {\n        color: #4b5563; \/* Gris Grafito *\/\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.75rem;\n        letter-spacing: 0.05em;\n        display: block;\n        margin-bottom: 0.5rem;\n        background-color: #e5e7eb;\n        padding: 0.2rem 0.6rem;\n        border-radius: 4px;\n        display: inline-block;\n    }\n\n    .if-title-hero {\n        font-size: 3rem;\n        margin-bottom: 0.5rem;\n        margin-top: 1rem;\n    }\n\n    .if-subtitle-hero {\n        font-size: 1.2rem;\n        color: #6b7280;\n        font-weight: 500;\n        max-width: 600px;\n        margin: 0 auto;\n    }\n\n    \/* Features Grid *\/\n    .if-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1rem;\n        margin-top: 1rem;\n    }\n\n    \/* Cards - ESTILO E-INK \/ PAPEL *\/\n    .if-card-dark {\n        background-color: #1f2937; \/* Gris Oscuro (Marco Tablet) *\/\n        color: white;\n        border-radius: 1.5rem;\n        padding: 1.5rem;\n        position: relative;\n        overflow: hidden;\n        transition: transform 0.3s ease;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    }\n    \n    .if-card-light {\n        background-color: #f9fafb; \/* Papel Blanco *\/\n        color: #1d1d1f;\n        border: 1px solid #e5e7eb;\n        border-radius: 1.5rem;\n        padding: 1.5rem;\n        position: relative;\n        overflow: hidden;\n        transition: transform 0.3s ease;\n    }\n\n    .if-card-dark:hover, .if-card-light:hover {\n        transform: translateY(-3px);\n    }\n\n    \/* Animaciones CSS (Sin Javascript) *\/\n    @keyframes if-fade-in-up {\n        0% { opacity: 0; transform: translateY(20px); }\n        100% { opacity: 1; transform: translateY(0); }\n    }\n\n    .if-reveal {\n        animation: if-fade-in-up 1s ease-out forwards;\n        opacity: 0;\n    }\n\n    \/* Animación Ripple CSS puro *\/\n    @keyframes if-ripple {\n        0% { transform: scale(1); opacity: 1; }\n        100% { transform: scale(2); opacity: 0; }\n    }\n    .if-ripple-dot {\n        position: absolute;\n        width: 8px;\n        height: 8px;\n        background-color: #3b82f6; \/* Azul Tech *\/\n        border-radius: 50%;\n        animation: if-ripple 2s infinite ease-out;\n    }\n\n    \/* Diseño Batería \/ Badge *\/\n    .if-big-text {\n        font-size: 3.5rem;\n        font-weight: 800;\n        line-height: 1;\n        position: relative;\n        display: inline-block;\n        color: #1d1d1f;\n    }\n    .if-sup-text {\n        font-size: 1rem;\n        color: #3b82f6;\n        position: absolute;\n        top: 5px;\n        right: -25px;\n        white-space: nowrap;\n    }\n\n    \/* Responsive Media Queries *\/\n    @media (min-width: 768px) {\n        .if-title-hero { font-size: 4rem; }\n        .if-grid-2 { grid-template-columns: 1fr 1fr; }\n        .if-big-text { font-size: 5rem; }\n        .if-row-md {\n            flex-direction: row;\n            text-align: left;\n            gap: 2rem;\n        }\n        .if-section { padding: 3rem 2rem; }\n        \n        \/* Grid Bento *\/\n        .if-bento-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1rem;\n        }\n        .if-col-span-2 { grid-column: span 2; }\n        .if-col-span-3 { grid-column: span 3; }\n    }\n\n\u003c\/style\u003e\n\n\u003cdiv id=\"iflytek-custom-landing\"\u003e\n\n\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"if-section if-hero if-reveal\"\u003e\n\n        \u003cdiv class=\"if-container if-text-center\"\u003e\n\n            \u003cspan class=\"if-badge\"\u003ePowered by ChatGPT\u003c\/span\u003e\n            \u003ch1 class=\"if-title-hero\"\u003eAINOTE Air 2.\u003c\/h1\u003e\n\n            \u003cp class=\"if-subtitle-hero\"\u003e\n                AI Digital Notebook.\u003cbr\u003eWrite, Record, Transcribe.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Intro Text --\u003e\n    \u003cdiv class=\"if-section\" style=\"background-color: #ffffff; padding-top: 1.5rem; padding-bottom: 1.5rem;\"\u003e\n\n        \u003cdiv class=\"if-container if-reveal\" style=\"animation-delay: 0.2s;\"\u003e\n\n            \u003ch2 style=\"font-size: 1.8rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eYour Office in 8.2 Inches.\u003c\/h2\u003e\n\n            \u003cdiv style=\"font-size: 1rem; color: #4b5563; max-width: 700px; margin: 0 auto;\"\u003e\n\n                \u003cp\u003eThe \u003cstrong\u003eiFLYTEK AINOTE Air 2\u003c\/strong\u003e is the ultimate productivity tool. It combines the natural feel of paper with the power of AI to generate meeting summaries, real-time translations, and agenda management.\u003c\/p\u003e\n\n                \u003cp\u003eForget about transcribing notes manually. With support for \u003cstrong\u003e16 languages\u003c\/strong\u003e and handwriting recognition technology, your work flows effortlessly.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature: Writing and Screen --\u003e\n    \u003cdiv class=\"if-section\"\u003e\n\n        \u003cdiv class=\"if-container if-text-center if-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2.2rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eLike Writing on Paper.\u003c\/h2\u003e\n\n            \u003cp style=\"color: #6b7280; font-size: 1rem; margin-bottom: 1.5rem; max-width: 600px; margin-left: auto; margin-right: auto;\"\u003e\n                8.2\" E Ink screen with 4096 pressure levels.\n            \u003c\/p\u003e\n\n\n            \u003c!-- Light Card --\u003e\n            \u003cdiv class=\"if-card-light if-text-left\" style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\n                \u003cdiv style=\"position: relative; z-index: 10;\"\u003e\n\n                    \u003cdiv style=\"display: inline-block; padding: 0.25rem 0.75rem; background: #e5e7eb; border-radius: 99px; font-size: 0.75rem; color: #1f2937; margin-bottom: 1rem;\"\u003e\n\n                        \u003ci class=\"fa-solid fa-pen-nib\"\u003e\u003c\/i\u003e E-PAPER FEEL\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.8rem; color: #1d1d1f; margin-bottom: 0.5rem;\"\u003eNatural and Precise.\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eThe perfect friction and instant response mimic the experience of writing in a real notebook. Ideal for professionals and students who value concentration and visual comfort.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature: AI and Transcription --\u003e\n    \u003cdiv class=\"if-section\" style=\"background-color: #f9fafb;\"\u003e\n\n        \u003cdiv class=\"if-container if-reveal\" style=\"display: flex; flex-direction: column; gap: 1.5rem; animation-delay: 0.4s;\"\u003e\n\n            \u003cdiv class=\"if-row-md\" style=\"display: flex; flex-direction: column; align-items: center;\"\u003e\n\n                \n                \u003c!-- Left Column --\u003e\n                \u003cdiv style=\"flex: 1; text-align: center;\"\u003e\n\n                    \u003ch2 style=\"color: #6b7280; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eVoice to Text\u003c\/h2\u003e\n\n                    \u003cdiv class=\"if-big-text\"\u003e\n\n                        16\u003cspan class=\"if-sup-text\"\u003eLanguages\u003c\/span\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv style=\"margin-top: 0.5rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem;\"\u003e\n\n                        \u003cspan style=\"font-size: 0.75rem; color: #3b82f6; font-weight: bold; background: #eff6ff; padding: 2px 8px; border-radius: 4px;\"\u003eReal-Time Transcription\u003c\/span\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Right Column --\u003e\n                \u003cdiv style=\"flex: 1; text-align: center; padding: 0 1rem;\"\u003e\n\n                    \u003cp style=\"font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eSmart Meetings.\u003c\/p\u003e\n\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eRecord and transcribe meetings in real-time. Additionally, convert your handwritten notes to digital text in \u003cstrong\u003e85 languages\u003c\/strong\u003e. AI automatically generates summaries and detects tasks.\u003c\/p\u003e\n\n                    \n                    \u003cdiv style=\"margin-top: 1rem; background: white; padding: 0.8rem; border-radius: 1rem; display: inline-flex; align-items: center; gap: 1rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);\"\u003e\n\n                        \u003cdiv style=\"width: 40px; height: 40px; background: #1f2937; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\n\n                            \u003ci class=\"fa-solid fa-robot\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv style=\"text-align: left;\"\u003e\n\n                            \u003cspan style=\"display: block; font-size: 0.75rem; font-weight: bold; color: #6b7280; text-transform: uppercase;\"\u003eAssistant\u003c\/span\u003e\n                            \u003cspan style=\"font-size: 0.9rem; font-weight: 600; color: #1d1d1f;\"\u003ePowered by ChatGPT\u003c\/span\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature: Management and Reading --\u003e\n    \u003cdiv class=\"if-section\"\u003e\n\n         \u003cdiv class=\"if-container if-text-center if-reveal\" style=\"animation-delay: 0.5s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eTotal Productivity.\u003c\/h2\u003e\n\n            \n            \u003cdiv class=\"if-grid-2\"\u003e\n\n                \u003c!-- Schedule Card --\u003e\n                \u003cdiv class=\"if-card-dark if-text-left\"\u003e\n\n                    \u003ci class=\"fa-regular fa-calendar-check\" style=\"font-size: 1.8rem; color: #9ca3af; margin-bottom: 0.8rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eAutomatic Schedule\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d5db; font-size: 0.9rem;\"\u003eDraw a circle, triangle, or star next to your notes and the AI will automatically create to-do items and reminders.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Reading Card --\u003e\n                \u003cdiv class=\"if-card-light if-text-left\"\u003e\n\n                     \u003ci class=\"fa-solid fa-book-open-reader\" style=\"font-size: 1.8rem; color: #1d1d1f; margin-bottom: 0.8rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: #1d1d1f; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eComfortable Reading\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #4b5563; font-size: 0.9rem;\"\u003eDual reading light with 24 levels. Read PDFs, EPUB, and MOBI without eye strain. Take notes directly on documents.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Functionality and Design (Bento Grid) --\u003e\n    \u003cdiv class=\"if-section\" style=\"background: #ffffff; padding-bottom: 3rem;\"\u003e\n\n        \u003cdiv class=\"if-container if-reveal\" style=\"animation-delay: 0.6s;\"\u003e\n\n            \u003ch2 class=\"if-text-center\" style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eOpen Ecosystem.\u003c\/h2\u003e\n\n\n            \u003cdiv class=\"if-bento-grid if-grid-2\"\u003e \n                \n                \u003c!-- Apps Card --\u003e\n                \u003cdiv class=\"if-card-light if-col-span-2\" style=\"display: flex; flex-direction: column; justify-content: space-between;\"\u003e\n\n                    \u003cdiv\u003e\n\n                        \u003cdiv style=\"width: 40px; height: 40px; background: #3b82f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 0.8rem; font-size: 1.2rem;\"\u003e\n\n                            \u003ci class=\"fa-brands fa-google-play\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n\n                        \u003ch3 style=\"color: #1d1d1f; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eIntegrated Google Play.\u003c\/h3\u003e\n\n                        \u003cp style=\"color: #4b5563; font-size: 0.85rem;\"\u003eDownload your favorite apps. APKPure and Google Play support after certification. Expand your possibilities.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Formats Card --\u003e\n                \u003cdiv class=\"if-card-dark if-text-center\" style=\"display: flex; flex-direction: column; justify-content: center; align-items: center;\"\u003e\n\n                    \u003ci class=\"fa-solid fa-file-pdf\" style=\"font-size: 2.5rem; color: #e5e7eb; margin-bottom: 0.8rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.1rem;\"\u003eFormats\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d5db; font-size: 0.8rem;\"\u003ePDF, DOC, PPT, EPUB...\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Specs Card --\u003e\n                \u003cdiv class=\"if-card-light if-col-span-3\" style=\"display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;\"\u003e\n\n                    \u003cdiv style=\"width: 40px; height: 40px; background: #1d1d1f; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.2rem;\"\u003e\n\n                        \u003ci class=\"fa-solid fa-microchip\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv style=\"flex: 1;\"\u003e\n\n                        \u003ch3 style=\"color: #1d1d1f; font-size: 1.1rem; margin-bottom: 0;\"\u003eFluid Power\u003c\/h3\u003e\n\n                        \u003cp style=\"color: #4b5563; font-size: 0.85rem; margin-bottom: 0;\"\u003e\"Best Speed\" mode to reduce lag in third-party apps.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \n     \u003c!-- Product Footer --\u003e\n    \u003cdiv class=\"if-section\" style=\"background: #ffffff; padding-top: 1rem; padding-bottom: 2rem;\"\u003e\n\n        \u003cdiv class=\"if-container if-text-center\"\u003e\n\n            \u003ch2 style=\"font-size: 1.5rem; color: #1d1d1f;\"\u003eiFLYTEK AINOTE Air 2\u003c\/h2\u003e\n\n            \u003cp style=\"color: #6b7280; font-size: 0.9rem;\"\u003eThe future of notes is digital.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\u003c!-- END iFLYTEK AINOTE AIR 2 DESIGN --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Ainote Air 2 Bundle","offer_id":58172612673884,"sku":"B0DLKSR2P4","price":630.0,"currency_code":"USD","in_stock":true},{"title":"Ainote Air 2 Bundle with Black Folio","offer_id":58172612706652,"sku":"B0DW8N58XS","price":700.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/7595b3ef1e97cf2fc4de54887ac149da.jpg?v=1782925563","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/ainote-air-2-bundle-8-2-e-ink-ai-note-taking-tablet-with-stylus-4096-pressure-levels-digital-notebook-with-voice-to-text-transcription-multi-languages-support-ideal-for-meetings-study","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}