{"product_id":"meta-quest-3s-128-gb","title":"Meta Quest 3S 128GB","description":"\u003cbody\u003e\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n\n    \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\n    \u003ctitle\u003eMeta Quest 3S - Product Sheet\u003c\/title\u003e\n\n    \u003cstyle\u003e\n        \/* --- Importación de Fuentes --- *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800\u0026display=swap');\n\n        \/* --- Paleta de Colores y Variables de Meta --- *\/\n        :root {\n            --meta-blue: #0078FF; \/* Azul de Meta *\/\n            --text-dark: #1A1A1A;\n            --text-light: #555555;\n            --bg-light: #FFFFFF;\n            --bg-card: #F9F9F9;\n            --border-color: #EAEAEA;\n            --warning-bg: #FFF3CD;\n            --warning-border: #FFC107;\n            --warning-text: #856404;\n        }\n\n        \/* --- Reset básico --- *\/\n        body {\n            margin: 0;\n            padding: 0;\n            background-color: var(--bg-light);\n        }\n\n        \/* --- Estilos Generales --- *\/\n        #meta-quest-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        #meta-quest-description strong {\n            font-weight: 600;\n        }\n        #meta-quest-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        .quest-header { text-align: center; margin-bottom: 20px; }\n        .quest-title { font-size: 2.8em; font-weight: 800; margin-bottom: 10px; }\n        .quest-subtitle { font-size: 1.4em; color: var(--text-light); 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.08);\n            border: 1px solid var(--border-color);\n            display: block; \/* Asegura que no haya espacio extra debajo *\/\n        }\n\n        \/* --- Aviso Destacado (Estilo Meta) --- *\/\n        .highlight-notice {\n            background-color: #E6F2FF; \/* Azul claro de Meta *\/\n            border-left: 4px solid var(--meta-blue);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin: 30px auto;\n            font-size: 1.05em;\n            line-height: 1.6;\n        }\n        .highlight-notice strong {\n            color: var(--meta-blue);\n            font-weight: 700;\n        }\n\n        \/* --- Nota de Envío (Nuevo) --- *\/\n        details.shipping-notice {\n            background-color: var(--warning-bg);\n            border-left: 4px solid var(--warning-border);\n            color: var(--warning-text);\n            border-radius: 8px;\n            margin: 20px auto;\n            font-size: 1em;\n            line-height: 1.6;\n            transition: all 0.3s ease;\n        }\n        \n        details.shipping-notice summary {\n            padding: 15px 25px;\n            cursor: pointer;\n            font-weight: 700;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        details.shipping-notice summary::-webkit-details-marker { display: none; }\n        \n        details.shipping-notice[open] summary {\n            border-bottom: 1px solid rgba(133, 100, 4, 0.15);\n            margin-bottom: 10px;\n        }\n\n        details.shipping-notice .notice-content {\n            padding: 0 25px 15px 25px;\n        }\n\n        \/* Icono para el desplegable de envío *\/\n        .notice-icon {\n            transition: transform 0.3s ease;\n        }\n        details.shipping-notice[open] .notice-icon {\n            transform: rotate(180deg);\n        }\n        \n        \/* --- Descripción y Tarjetas --- *\/\n        .product-description p { font-size: 1.1em; line-height: 1.7; color: var(--text-light); }\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); transition: transform 0.3s ease, box-shadow 0.3s ease; }\n        .feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.08); }\n        .feature-card h4 { font-size: 1.5em; font-weight: 700; margin: 0 0 15px 0; color: var(--meta-blue); }\n        .feature-card p { font-size: 1.05em; line-height: 1.7; color: var(--text-light); margin-bottom: 0; }\n        \n        \/* --- FAQ --- *\/\n        .faq-container-quest { margin-top: 50px; }\n        .faq-title { font-size: 2em; font-weight: 700; text-align: center; margin-bottom: 30px; border-top: 1px solid var(--border-color); padding-top: 40px; }\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 { font-size: 1.2em; font-weight: 600; padding: 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; transition: color 0.3s ease; }\n        .faq-accordion summary::-webkit-details-marker { display: none; }\n        .faq-icon { font-size: 1.5em; font-weight: 400; color: var(--meta-blue); transition: transform 0.3s ease; }\n        .faq-item[open] \u003e summary { color: var(--meta-blue); }\n        .faq-item[open] \u003e summary .faq-icon { transform: rotate(45deg); }\n        .faq-answer { padding: 0 20px 20px 20px; color: var(--text-light); 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: 600; width: 40%; }\n        \n        \/* --- Responsive --- *\/\n        @media (min-width: 768px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }\n        @media (max-width: 480px) { .quest-title { font-size: 2.2em; } .quest-subtitle { font-size: 1.2em; } }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv id=\"meta-quest-description\"\u003e\n\n    \u003cdiv class=\"quest-header\"\u003e\n\n        \u003ch1 class=\"quest-title\"\u003eMeta Quest 3S\u003c\/h1\u003e\n\n        \u003cp class=\"quest-subtitle\"\u003eThe Magic of Mixed Reality, Now More Accessible.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \n    \u003c!-- Note: I have kept the original images, but added a placeholder in case they fail --\u003e\n    \u003cimg class=\"hero-image\" alt=\"Meta Quest 3S Mixed Reality Headset\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/Meta-Quest-3S-1.webp?v=1727203118\" onerror=\"this.src='https:\/\/placehold.co\/800x400?text=Meta+Quest+3S+Image'\"\u003e\n    \n    \u003cdiv class=\"highlight-notice\"\u003e\n\n        \u003cstrong\u003eThe best value in Mixed Reality.\u003c\/strong\u003e\u003cbr\u003eDiscover the Quest 3S, the headset that gives you access to the full power of the Quest 3 platform at an incredible price.\n    \u003c\/div\u003e\n\n    \n    \u003cdiv class=\"product-description\"\u003e\n\n        \u003ch3\u003eThe Successor to Quest 2 is Here\u003c\/h3\u003e\n\n        \u003cp\u003eThe \u003cstrong\u003eMeta Quest 3S\u003c\/strong\u003e is your gateway to thousands of immersive experiences. Built with the same powerful chip as the Quest 3 and new-generation \u003cstrong\u003ePancake lenses\u003c\/strong\u003e, it offers a massive leap in clarity and performance over the Quest 2, making it the best value headset on the market. Enjoy Mixed Reality (MR) with its intelligent passthrough and dive into new worlds.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \n    \u003cimg class=\"section-image\" alt=\"Detail of Quest 3S Pancake lenses and chip\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/MetaQuest3s1.png?v=1761168623\" onerror=\"this.src='https:\/\/placehold.co\/800x400?text=XR2+Chip+Detail'\"\u003e\n    \n    \u003cdiv class=\"product-description\"\u003e\n\n        \u003ch3\u003eNext-Level Performance\u003c\/h3\u003e\n\n        \u003cp\u003eEnjoy faster and smoother graphics thanks to the \u003cstrong\u003eSnapdragon XR2 Gen 2\u003c\/strong\u003e chip. This is the same processor that powers the Quest 3, meaning you can play all the newest and most demanding titles in the library without compromise. Feel the speed and power of the new generation of VR.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \n    \u003cdiv class=\"features-grid\"\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n\n            \u003ch4\u003eSnapdragon XR2 Gen 2 Power\u003c\/h4\u003e\n\n            \u003cp\u003eEnjoy ultra-fast graphics performance. The same chip as the Quest 3, allowing you to play the most advanced titles in the library.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n\n            \u003ch4\u003eStunning Visual Clarity\u003c\/h4\u003e\n\n            \u003cp\u003eNew Pancake lenses offer a thinner profile and significantly superior edge-to-edge clarity compared to Quest 2's Fresnel lenses.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n\n            \u003ch4\u003eIntelligent Passthrough\u003c\/h4\u003e\n\n            \u003cp\u003eSee your surroundings in high-resolution black and white. Play Mixed Reality (MR) games that interact with your real-world room.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n\n            \u003ch4\u003eTouch Plus Controllers\u003c\/h4\u003e\n\n            \u003cp\u003eIncludes the latest generation ring-less controllers. More ergonomic and with better tracking, they are the same ones used by Quest 3.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \n    \u003cdiv class=\"faq-container-quest\"\u003e\n\n        \u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n        \u003cdiv class=\"faq-accordion\"\u003e\n\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eWhat is the difference between Quest 3S and Quest 3?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n\n                    \u003cp\u003eThe Quest 3S is the more accessible option. The main difference is that Quest 3S has \u003cstrong\u003eblack and white passthrough\u003c\/strong\u003e (to see your surroundings) while Quest 3 has \u003cstrong\u003efull-color\u003c\/strong\u003e passthrough. The Quest 3 also has a slightly higher display resolution.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eCan I use Quest 2 games on the Quest 3S?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n\n                    \u003cp\u003eYes! The Quest 3S is 100% backward compatible with the entire Meta Quest 2 game and app library. Plus, many games are receiving graphics upgrades for the XR2 Gen 2 chip.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eDo I need a PC or console to use it?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n\n                    \u003cp\u003eNo. The Meta Quest 3S is a \u003cstrong\u003estandalone\u003c\/strong\u003e headset. It works on its own without the need for cables or external hardware. Optionally, you can connect it to a PC with Quest Link or Air Link to play PC VR titles.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \n    \u003cdiv class=\"technical-specs\"\u003e\n\n        \u003ch3\u003eTechnical Specifications - Meta Quest 3S\u003c\/h3\u003e\n\n        \u003ctable class=\"specs-table\"\u003e\n\n            \u003ctbody\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eProcessor\u003c\/td\u003e\n\n                    \u003ctd\u003eSnapdragon XR2 Gen 2\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eResolution\u003c\/td\u003e\n\n                    \u003ctd\u003e1832 x 1920 pixels per eye\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eLenses\u003c\/td\u003e\n\n                    \u003ctd\u003ePancake (high clarity, 25 PPD)\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003ePassthrough (MR)\u003c\/td\u003e\n\n                    \u003ctd\u003eBlack and White (High fidelity)\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eStorage\u003c\/td\u003e\n\n                    \u003ctd\u003e128 GB \u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eAudio\u003c\/td\u003e\n\n                    \u003ctd\u003eIntegrated 3D stereo speakers, 3.5mm Jack\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eControllers\u003c\/td\u003e\n\n                    \u003ctd\u003eMeta Quest Touch Plus (ring-less)\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eCompatibility\u003c\/td\u003e\n\n                    \u003ctd\u003eFull Quest 2 and Quest 3 Library\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n\n                    \u003ctd\u003eBox Contents\u003c\/td\u003e\n\n                    \u003ctd\u003eMeta Quest 3S Headset, 2 Touch Plus Controllers, Power Adapter, Charging Cable, Standard Facial Interface.\u003c\/td\u003e\n\n                \u003c\/tr\u003e\n\n            \u003c\/tbody\u003e\n\n        \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Collapsible Shipping Note --\u003e\n    \u003cdetails class=\"shipping-notice\"\u003e\n        \u003csummary\u003e\n            \u003cspan\u003e📦 Free Shipping\u003c\/span\u003e\n            \u003cspan class=\"notice-icon\"\u003e▼\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"notice-content\"\u003e\n\n            Remember that shipping is completely free. Please note that there is a possibility that the product may arrive in a \u003cstrong\u003egeneric box\u003c\/strong\u003e, although the content is entirely new and original.\n        \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\n\n\n\u003c\/body\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"128GB","offer_id":58174450139484,"sku":"815820025825","price":500.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/meta-quest-3s-open-box.png?v=1782959241","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/meta-quest-3s-128-gb","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}