{"product_id":"laptop-lenovo-ideapad-3i-chromebook","title":"Lenovo IdeaPad 3i Chromebook Laptop","description":"\u003cstyle\u003e\n  \/* Contenedor Principal y Tipografía *\/\n  .product-description-container {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n    color: #1d1d1f;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 15px;\n  }\n\n  \/* Disclaimer \/ Avisos *\/\n  .info-disclaimer {\n    background-color: #fffbe6;\n    border: 1px solid #ffe58f;\n    padding: 20px 25px;\n    border-radius: 12px;\n    margin-top: 40px;\n    margin-bottom: 30px;\n    font-size: 0.95rem;\n    color: #595959;\n    text-align: center;\n  }\n  .info-disclaimer strong { color: #d48806; }\n\n  \/* Encabezados *\/\n  .product-header {\n    text-align: center;\n    padding: 20px 10px 30px 10px;\n  }\n  .product-header .eyebrow {\n    color: #E2232A;\n    font-weight: 600;\n    font-size: 1.1rem;\n    margin-bottom: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n  .product-header h2 {\n    font-size: 2.8rem;\n    font-weight: 700;\n    color: #1d1d1f;\n    margin: 0;\n    letter-spacing: -0.02em;\n    line-height: 1.1;\n  }\n  .product-header .subtitle {\n    font-size: 1.3rem;\n    color: #6e6e73;\n    margin-top: 15px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  \/* Imagen Principal *\/\n  .image-full-width {\n    width: 100%;\n    height: auto;\n    border-radius: 18px;\n    margin: 10px 0 40px 0;\n    background-color: #f5f5f7;\n    display: block;\n  }\n\n  \/* Títulos de Sección *\/\n  .section-title {\n    font-size: 2.2rem;\n    font-weight: 600;\n    text-align: center;\n    margin-top: 40px;\n    \/* Aseguramos un buen margen base *\/\n    margin-bottom: 40px; \n    color: #1d1d1f;\n  }\n\n  \/* Acordeones (Features \u0026 FAQ) *\/\n  .accordion-container, .faq-container {\n    border-top: 1px solid #d2d2d7;\n    margin-bottom: 40px;\n  }\n  details.accordion-item, details.faq-item { border-bottom: 1px solid #d2d2d7; }\n    \n  .accordion-item summary, .faq-item summary {\n    font-size: 1.3rem;\n    font-weight: 600;\n    padding: 25px 10px;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: background-color 0.2s ease;\n    color: #1d1d1f;\n  }\n  .accordion-item summary:hover, .faq-item summary:hover { background-color: #f5f5f7; }\n  .accordion-item summary::-webkit-details-marker, .faq-item summary::-webkit-details-marker { display: none; }\n    \n  .accordion-title-text { display: flex; align-items: center; }\n  .icon-left { font-size: 1.8rem; margin-right: 15px; width: 30px; text-align: center; }\n  .plus-minus-icon { font-size: 2rem; color: #86868b; transition: transform 0.3s ease; }\n    \n  details[open] \u003e summary .plus-minus-icon { transform: rotate(45deg); }\n    \n  .accordion-content, .faq-answer { padding: 0 20px 30px 20px; }\n  .accordion-content { padding-left: 65px; } \n  .accordion-content p, .faq-answer p { font-size: 1.05rem; color: #333; margin: 0; line-height: 1.6; }\n\n  \/* Feature Cards Grid *\/\n  .feature-cards-container {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n  .feature-card {\n    background-color: #ffffff;\n    border: 1px solid #d2d2d7;\n    border-radius: 18px;\n    padding: 30px;\n    text-align: center;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n  }\n  .feature-card:hover { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(0,0,0,0.1); }\n  .feature-card h4 { font-size: 1.6rem; margin: 15px 0 10px 0; color: #1d1d1f; }\n  .feature-card p { font-size: 0.98rem; color: #6e6e73; flex-grow: 1; }\n\n  \/* --- AJUSTES TABLA (Shopify-Proof) --- *\/\n  .specs-table-container {\n    overflow-x: auto;\n    margin-bottom: 40px;\n    border: 1px solid #e5e5e5 !important; \n    border-radius: 18px;\n    \/* Padding reducido dentro de la tarjeta, pero el margen externo lo da el título *\/\n    padding: 5px 20px !important; \n    background: transparent !important;\n  }\n   \n  .product-description-container table.specs-table {\n    width: 100%;\n    border-collapse: collapse !important;\n    border: none !important;\n    background: transparent !important;\n    box-shadow: none !important;\n    margin: 0 !important;\n  }\n\n  .product-description-container table.specs-table td, \n  .product-description-container table.specs-table th { \n    border: none !important; \n    padding: 12px 10px !important; \n    vertical-align: top; \n  }\n\n  .product-description-container table.specs-table tr { \n    border-bottom: 1px solid #e0e0e0 !important; \n    border-top: none !important;\n    border-left: none !important;\n    border-right: none !important;\n    background: transparent !important;\n  }\n\n  .product-description-container table.specs-table tr:last-child { \n    border-bottom: none !important; \n  }\n\n  .specs-table .spec-label { font-weight: 600; color: #1d1d1f; width: 40%; }\n  .specs-table .spec-value { color: #555; }\n  \/* --- FIN AJUSTES TABLA --- *\/\n\n  \/* FAQ Styles specifics *\/\n  .faq-container-wrapper {\n    max-width: 900px;\n    margin: 40px auto;\n  }\n    \n  @media (max-width: 768px) {\n    .product-header h2 { font-size: 2rem; }\n    .product-header .subtitle { font-size: 1.1rem; }\n    .accordion-item summary, .faq-item summary { font-size: 1.1rem; padding: 20px 5px; }\n    .icon-left { font-size: 1.5rem; margin-right: 10px; }\n    .accordion-content { padding: 0 10px 25px 10px; } \n    .feature-cards-container { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\u003cdiv class=\"product-description-container\"\u003e\n\n\u003csection class=\"product-header\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eLenovo Chromebook | Education \u0026amp; Home Laptop\u003c\/div\u003e\n\n\u003ch2\u003eIdeaPad 3i Chromebook Gen 6 (15\" Intel): Powerful Simplicity on a Large Scale\u003c\/h2\u003e\n\n\u003cp class=\"subtitle\"\u003eIntuitive performance, built-in security, and a 15.6\" FHD display perfect for studying, working, and entertainment.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003cimg class=\"image-full-width\" alt=\"Lenovo IdeaPad 3i Chromebook Gen 6 (15-inch) front and side view\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/lenovo_3i_chromebook-1.jpg?v=1765578007\"\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 30px auto;\"\u003eDiscover the perfect balance between mobility and productivity with the Lenovo IdeaPad 3i Chromebook Gen 6. Designed to be your daily command center, this laptop combines the efficiency of Intel® processors with the speed and security of the Chrome OS operating system. Its sleek and lightweight design houses an impressive 15.6-inch display, ideal for managing multiple tasks or enjoying your favorite multimedia content with complete clarity.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center; font-size: 1.1rem; max-width: 750px; margin: 0 auto 40px auto;\"\u003eForget complex setups. With fast boot-up, built-in antivirus protection, and an all-day battery (up to 10 hours), the IdeaPad 3i Chromebook is ready when you are. Plus, its comprehensive connectivity and webcam privacy shutter make it a smart choice for modern students and professionals.\u003c\/p\u003e\n\n\u003cdiv class=\"accordion-container\"\u003e\n\n\u003cdetails class=\"accordion-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e🚀\u003c\/span\u003eReliable and smooth Intel® performance\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003ePowered by Intel® processors and fast eMMC flash storage, this Chromebook handles your school apps, documents, and video calls without interruption. Enjoy agile multitasking thanks to its LPDDR4X memory.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"accordion-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e🖥️\u003c\/span\u003eImmersive 15.6\" FHD IPS Display\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eExpand your view with a Full HD (1920 x 1080) display that delivers crisp images and vibrant colors. With narrow bezels to maximize visual space and IPS technology for wide viewing angles, it's perfect for screen sharing or watching movies. (Touchscreen option available on selected models).\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"accordion-item\"\u003e\n\u003csummary\u003e\u003cspan class=\"accordion-title-text\"\u003e\u003cspan class=\"icon-left\"\u003e🔒\u003c\/span\u003ePrivacy and security first\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003eYour security is a priority. The IdeaPad 3i includes a physical privacy shutter on the webcam, allowing you to block the lens with a simple slide. Additionally, Chrome OS automatically updates its defenses every 6 weeks to protect you against the latest threats.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003ch3 class=\"section-title\"\u003eMore than a laptop: Your all-in-one companion\u003c\/h3\u003e\n\n\u003cp style=\"text-align: center; margin-top: 0; margin-bottom: 40px; color: #6e6e73;\"\u003eDesigned with versatility in mind, every detail of the IdeaPad 3i Chromebook enhances your daily experience, from connectivity to entertainment.\u003c\/p\u003e\n\n\u003csection class=\"feature-cards-container\"\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e🔋\u003c\/span\u003e\n\u003ch4\u003eAll-day Battery\u003c\/h4\u003e\n\n\u003cp\u003eWith up to 10 hours of battery life, leave your charger at home. Work, study, and play from morning to night without interruptions.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e🎧\u003c\/span\u003e\n\u003ch4\u003eCrystal-clear Stereo Audio\u003c\/h4\u003e\n\n\u003cp\u003eEquipped with two user-facing 2W speakers, you'll enjoy clear and powerful sound for your music and video calls.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e📡\u003c\/span\u003e\n\u003ch4\u003eTotal Connectivity\u003c\/h4\u003e\n\n\u003cp\u003eStay connected with fast WiFi and Bluetooth® 5.1. Includes USB-C and USB-A 3.2 ports for fast transfers and easy charging.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\u003e\u003cspan style=\"font-size: 3rem;\"\u003e🤖\u003c\/span\u003e\n\u003ch4\u003eIntegrated Google Assistant\u003c\/h4\u003e\n\n\u003cp\u003eControl your smart home, manage your calendar, or play music with just your voice. Google Assistant helps you do more, faster.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003ch3 class=\"section-title\" style=\"margin-top: 20px; margin-bottom: 35px !important;\"\u003eKey Technical Specifications\u003c\/h3\u003e\n\n\u003cdiv class=\"specs-table-container\"\u003e\n\n\u003ctable style=\"width: 100%; height: 335.859px;\" class=\"specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr style=\"height: 22.3906px;\"\u003e\n\n\u003ctd style=\"width: 35.8992%; height: 22.3906px;\" class=\"spec-label\"\u003eProcessor\u003c\/td\u003e\n\n\u003ctd style=\"width: 55.9041%; height: 22.3906px;\" class=\"spec-value\"\u003eIntel® Celeron® N4500\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 22.3906px;\"\u003e\n\n\u003ctd style=\"width: 35.8992%; height: 22.3906px;\" class=\"spec-label\"\u003eOperating System\u003c\/td\u003e\n\n\u003ctd style=\"width: 55.9041%; height: 22.3906px;\" class=\"spec-value\"\u003eChrome OS\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 44.7812px;\"\u003e\n\n\u003ctd style=\"width: 35.8992%; height: 44.7812px;\" class=\"spec-label\"\u003eDisplay\u003c\/td\u003e\n\n\u003ctd style=\"width: 55.9041%; height: 44.7812px;\" class=\"spec-value\"\u003e15.6\" FHD (1920 x 1080) IPS, anti-glare, 250-300 nits (Optional Touch)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 22.3906px;\"\u003e\n\n\u003ctd style=\"width: 35.8992%; height: 22.3906px;\" class=\"spec-label\"\u003eRAM\u003c\/td\u003e\n\n\u003ctd style=\"width: 55.9041%; height: 22.3906px;\" class=\"spec-value\"\u003eUp to 8 GB LPDDR4X\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 22.3906px;\"\u003e\n\n\u003ctd style=\"width: 35.8992%; height: 22.3906px;\" class=\"spec-label\"\u003eStorage\u003c\/td\u003e\n\n\u003ctd style=\"width: 55.9041%; height: 22.3906px;\" class=\"spec-value\"\u003e64 GB eMMC\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 22.3906px;\"\u003e\n\n\u003ctd style=\"width: 35.8992%; height: 22.3906px;\" class=\"spec-label\"\u003eBattery\u003c\/td\u003e\n\n\u003ctd style=\"width: 55.9041%; height: 22.3906px;\" class=\"spec-value\"\u003eUp to 10 hours (47 Wh)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 22.3906px;\"\u003e\n\n\u003ctd style=\"width: 35.8992%; height: 22.3906px;\" class=\"spec-label\"\u003eCamera\u003c\/td\u003e\n\n\u003ctd style=\"width: 55.9041%; height: 22.3906px;\" class=\"spec-value\"\u003e720p HD with privacy shutter\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 22.3906px;\"\u003e\n\n\u003ctd style=\"width: 35.8992%; height: 22.3906px;\" class=\"spec-label\"\u003eAudio\u003c\/td\u003e\n\n\u003ctd style=\"width: 55.9041%; height: 22.3906px;\" class=\"spec-value\"\u003e2 x 2W stereo speakers\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 22.3906px;\"\u003e\n\n\u003ctd style=\"width: 35.8992%; height: 22.3906px;\" class=\"spec-label\"\u003eConnectivity\u003c\/td\u003e\n\n\u003ctd style=\"width: 55.9041%; height: 22.3906px;\" class=\"spec-value\"\u003eWiFi 6 (802.11ax) + Bluetooth® 5.1\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 67.1719px;\"\u003e\n\n\u003ctd style=\"width: 35.8992%; height: 67.1719px;\" class=\"spec-label\"\u003ePorts\u003c\/td\u003e\n\n\u003ctd style=\"width: 55.9041%; height: 67.1719px;\" class=\"spec-value\"\u003e1x USB-C 3.2 Gen 1 (data, PD 3.0, DP 1.4), 2x USB-A 3.2 Gen 1, 1x HDMI 1.4b, 1x MicroSD, 1x Audio Jack\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 22.3906px;\"\u003e\n\n\u003ctd style=\"width: 35.8992%; height: 22.3906px;\" class=\"spec-label\"\u003eWeight\u003c\/td\u003e\n\n\u003ctd style=\"width: 55.9041%; height: 22.3906px;\" class=\"spec-value\"\u003eStarting from 1.58 kg\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr style=\"height: 22.3906px;\"\u003e\n\n\u003ctd style=\"width: 35.8992%; height: 22.3906px;\" class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n\n\u003ctd style=\"width: 55.9041%; height: 22.3906px;\" class=\"spec-value\"\u003e18.95mm x 362mm x 243mm\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\n\u003c\/tbody\u003e\n\n\n\u003c\/table\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"info-disclaimer\"\u003e⚠️ \u003cstrong\u003eAttention:\u003c\/strong\u003e Specifications may vary by region and exact model. Battery life is approximate and depends on usage, configuration, and other factors\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container-wrapper\"\u003e\n\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions about the Lenovo IdeaPad 3i Chromebook\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\n\u003cdetails open=\"\" class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eDoes the IdeaPad 3i Chromebook have a touchscreen?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eYes, some specific models in this series feature a FHD IPS touchscreen for more intuitive navigation. Check the specifications of your selected model.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eIs it compatible with Microsoft Office?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eYes, you can use the web versions of Word, Excel, and PowerPoint, or download the Microsoft Office apps available through the Google Play Store.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat type of ports does it include for connecting accessories?\u003c\/span\u003e \u003cspan class=\"plus-minus-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eIt features an excellent variety of ports: a versatile USB-C 3.2 port (for charging and display), two traditional USB-A 3.2 ports, an HDMI output for external monitors, and a microSD card slot.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Intel® Celeron® N4500 | 64 GB eMMC | 4 GB RAM","offer_id":58174433821020,"sku":null,"price":320.0,"currency_code":"USD","in_stock":true},{"title":"Intel® Celeron® N4500 | 64 GB eMMC | 8 GB RAM","offer_id":58174433853788,"sku":null,"price":350.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/lenovo_3i_chromebook-1.jpg?v=1782959075","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/laptop-lenovo-ideapad-3i-chromebook","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}