{"product_id":"nothing-ear-4","title":"Nothing Ear 3 (2025)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* --- Importación de Fuentes --- *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700\u0026display=swap');\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Roboto+Mono:wght@700\u0026display=swap');\n\n  \/* --- Paleta de Colores y Variables de Nothing --- *\/\n  :root {\n    --text-dark: #111111;\n    --text-muted: #808080;\n    --bg-light: #FFFFFF;\n    --bg-card: #F9F9F9;\n    --border-color: #EAEAEA;\n    --nothing-red-dot: #DC2626;\n  }\n\n  \/* --- Estilos Generales --- *\/\n  #nothing-ear-description {\n    font-family: 'Inter', sans-serif;\n    background-color: var(--bg-light);\n    color: var(--text-dark);\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n  #nothing-ear-description strong {\n    font-weight: 700;\n    color: var(--text-dark);\n  }\n  \n  \/* Estilo de fuente Monospace para títulos *\/\n  #nothing-ear-description h3,\n  #nothing-ear-description h4 {\n    font-family: 'Roboto Mono', 'monospace', sans-serif;\n    text-transform: uppercase;\n    color: var(--text-dark);\n  }\n  #nothing-ear-description h3 {\n    font-size: 24px;\n    font-weight: 700;\n    border-bottom: 2px solid var(--border-color);\n    padding-bottom: 10px;\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n\n  \/* --- Cabecera --- *\/\n  .nothing-header { text-align: center; margin-bottom: 20px; }\n  .nothing-title {\n    font-family: 'Roboto Mono', 'monospace', sans-serif;\n    font-size: 2.8em;\n    font-weight: 700;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n  .nothing-subtitle { font-size: 1.4em; color: var(--text-muted); margin: 0 0 25px 0; font-weight: 500; }\n  \n  \/* --- Imágenes --- *\/\n  .hero-image, .section-image {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    margin-bottom: 30px;\n    box-shadow: 0 8px 25px rgba(0,0,0,0.07);\n    border: 1px solid var(--border-color);\n  }\n\n  \/* --- Aviso Destacado --- *\/\n  .highlight-notice {\n    background-color: var(--bg-card);\n    border: 1px solid var(--border-color);\n    padding: 20px 25px;\n    border-radius: 8px;\n    margin: 30px auto;\n    font-size: 1.05em;\n    line-height: 1.6;\n    text-align: center;\n  }\n  .highlight-notice strong {\n    font-family: 'Roboto Mono', 'monospace', sans-serif;\n    text-transform: uppercase;\n  }\n  \n  \/* --- Descripción y Tarjetas --- *\/\n  .product-description p { font-size: 1.1em; line-height: 1.7; color: var(--text-muted); }\n  .features-grid { display: grid; grid-template-columns: 1fr; gap: 25px; margin: 40px 0; }\n  .feature-card { background-color: var(--bg-card); padding: 30px; border-radius: 12px; border: 1px solid var(--border-color); }\n  .feature-card h4 { font-size: 1.5em; font-weight: 700; margin: 0 0 15px 0; }\n  .feature-card p { font-size: 1.05em; line-height: 1.7; color: var(--text-muted); margin-bottom: 0; }\n  \n  \/* --- FAQ --- *\/\n  .faq-container-nothing { margin-top: 50px; }\n  .faq-title {\n    font-family: 'Roboto Mono', 'monospace', sans-serif;\n    text-transform: uppercase;\n    font-size: 2em;\n    font-weight: 700;\n    text-align: center;\n    margin-bottom: 30px;\n    border-top: 1px solid var(--border-color);\n    padding-top: 40px;\n  }\n  .faq-accordion .faq-item { background-color: var(--bg-card); border-radius: 12px; margin-bottom: 15px; border: 1px solid var(--border-color); overflow: hidden; }\n  .faq-accordion summary {\n    font-family: 'Roboto Mono', 'monospace', sans-serif;\n    font-size: 1.2em;\n    font-weight: 700;\n    padding: 20px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    list-style: none;\n    transition: color 0.3s ease;\n  }\n  .faq-accordion summary::-webkit-details-marker { display: none; }\n  .faq-icon {\n    font-family: 'monospace';\n    font-size: 1.5em;\n    font-weight: 700;\n    color: var(--text-dark);\n    transition: transform 0.3s ease;\n  }\n  .faq-item[open] \u003e summary { color: var(--text-dark); }\n  .faq-item[open] \u003e summary .faq-icon { transform: rotate(45deg); }\n  .faq-answer { padding: 0 20px 20px 20px; color: var(--text-muted); line-height: 1.7; }\n  \n  \/* --- Ficha Técnica --- *\/\n  .technical-specs { margin-top: 40px; }\n  .specs-table { width: 100%; border-collapse: collapse; font-size: 1.05em; background-color: var(--bg-card); border-radius: 12px; overflow: hidden; }\n  .specs-table td { padding: 15px 12px; border-bottom: 1px solid var(--border-color); }\n  .specs-table tr:last-child td { border-bottom: none; }\n  .specs-table tr td:first-child { font-weight: 700; width: 40%; }\n  \n  \/* --- Responsive --- *\/\n  @media (min-width: 768px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }\n  @media (max-width: 480px) { .nothing-title { font-size: 2.2em; } .nothing-subtitle { font-size: 1.2em; } }\n\u003c\/style\u003e\n\u003cdiv id=\"nothing-ear-description\"\u003e\n\n\u003cdiv class=\"nothing-header\"\u003e\n\n\u003ch1 class=\"nothing-title\"\u003eNothing Ear (3)\u003c\/h1\u003e\n\n\u003cp class=\"nothing-subtitle\"\u003eSound. Perfected.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg class=\"hero-image\" alt=\"Nothing Ear (3) headphones with transparent case\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Nothing_Ear_36.png?v=1761170456\"\u003e\n\u003cdiv class=\"highlight-notice\"\u003e\n\n\u003cstrong\u003eICONIC DESIGN. ELITE SOUND.\u003c\/strong\u003e\n\u003cp\u003eThe third generation of an audio revolution. Smarter, clearer, and more you.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eMade for Listening\u003c\/h3\u003e\n\n\u003cp\u003eThe \u003cstrong\u003eEar (3)\u003c\/strong\u003e represents the culmination of our obsession with sound. We have redesigned the \u003cstrong\u003e11.6 mm dynamic driver\u003c\/strong\u003e and optimized airflow to deliver high-resolution audio that is both powerful and pure. All within the iconic transparent design that defines Nothing.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg class=\"section-image\" alt=\"Detail of Nothing Ear (3) earbud and its driver\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Nothing_Ear_35.png?v=1761170456\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eIntelligent Silence\u003c\/h3\u003e\n\n\u003cp\u003eImmerse yourself in your music with our most advanced \u003cstrong\u003eAdaptive Active Noise Cancellation (ANC)\u003c\/strong\u003e. The Ear (3) analyzes the shape of your ear canal and ambient noise in real-time, applying up to \u003cstrong\u003e50 dB\u003c\/strong\u003e of cancellation that perfectly adjusts to you and your surroundings. No distractions, just sound.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eHI-RES AUDIO LHDC 5.0\u003c\/h4\u003e\n\n\u003cp\u003eCertified for Hi-Res Audio Wireless. The LHDC 5.0 codec allows you to stream audio with studio quality, capturing every nuance of the music.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eAI INTEGRATION\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Black","offer_id":58174479237468,"sku":"6974434226784","price":250.0,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":58174479270236,"sku":"6974434226791","price":250.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/Nothing_Ear_31.png?v=1782959764","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/nothing-ear-4","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}