{"product_id":"apple-watch-serie-8","title":"Apple Watch Series 8 Used","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* --- ESTILOS GLOBALES (APPLE STYLE) --- *\/\n        :root {\n            --apple-blue: #0071e3; \/* Azul Apple *\/\n            --apple-blue-dark: #005bb5;\n            --apple-text-primary: #1d1d1f; \/* Negro suave Apple *\/\n            --apple-text-secondary: #86868b; \/* Gris texto *\/\n            --apple-bg-light: #f5f5f7; \/* Fondo gris claro clásico de Apple *\/\n            --apple-bg-white: #FFFFFF;\n            --apple-border: #d2d2d7;\n        }\n\n        .product-container {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n            max-width: 980px;\n            margin: 20px auto;\n            color: var(--apple-text-primary);\n            background-color: var(--apple-bg-white);\n            border-radius: 18px; \/* Bordes un poco más redondeados *\/\n            overflow: hidden;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n        }\n\n        \/* --- HEADER --- *\/\n        .prod-header {\n            padding: 60px 32px;\n            text-align: center;\n            background-color: var(--apple-bg-white);\n        }\n\n        .prod-header h1 {\n            font-size: 3rem;\n            font-weight: 700;\n            color: var(--apple-text-primary);\n            margin: 0;\n            letter-spacing: -0.02em;\n        }\n\n        .prod-header .subtitle {\n            font-size: 1.5rem;\n            color: var(--apple-text-secondary);\n            margin-top: 12px;\n            font-weight: 400;\n        }\n\n        .prod-hero-image {\n            width: 100%;\n            height: 500px;\n            background-color: var(--apple-bg-light);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--apple-text-secondary);\n        }\n        \n        .prod-hero-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        \/* --- SECCIONES --- *\/\n        .prod-section {\n            display: flex;\n            align-items: center;\n            padding: 60px 40px;\n            gap: 40px;\n            background-color: var(--apple-bg-white);\n        }\n\n        .prod-section.alt-bg {\n            background-color: var(--apple-bg-light); \/* Alternar fondos para separar secciones *\/\n        }\n\n        .prod-section.reverse {\n            flex-direction: row-reverse;\n        }\n\n        .prod-text {\n            flex: 1;\n        }\n\n        .prod-text h2 {\n            font-size: 2.2rem;\n            font-weight: 600;\n            color: var(--apple-text-primary);\n            margin-top: 0;\n            margin-bottom: 20px;\n            letter-spacing: -0.01em;\n        }\n\n        .prod-text p {\n            font-size: 1.15rem;\n            line-height: 1.5;\n            color: var(--apple-text-secondary);\n            font-weight: 400;\n            margin-bottom: 0;\n        }\n\n        .prod-image {\n            flex: 1;\n            height: 400px;\n            border-radius: 18px;\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background-color: #fff;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n        }\n\n        .prod-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        \/* --- ACORDEÓN \/ SPECS --- *\/\n        .prod-accordion {\n            padding: 60px 40px;\n            background-color: var(--apple-bg-white);\n        }\n        \n        .prod-accordion h2 {\n            text-align: center;\n            font-size: 2rem;\n            margin-bottom: 40px;\n        }\n\n        .prod-details {\n            border-bottom: 1px solid var(--apple-border);\n            margin-bottom: 0;\n        }\n\n        .prod-details:first-of-type {\n            border-top: 1px solid var(--apple-border);\n        }\n\n        .prod-details summary {\n            font-size: 1.2rem;\n            font-weight: 500;\n            padding: 24px 10px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            list-style: none;\n            color: var(--apple-text-primary);\n        }\n        \n        .prod-details summary::-webkit-details-marker { display: none; }\n\n        .prod-details summary::after {\n            content: '+';\n            font-size: 1.5rem;\n            color: var(--apple-text-secondary);\n            font-weight: 300;\n        }\n\n        .prod-details[open] summary::after {\n            content: '×'; \/* X más elegante *\/\n            font-size: 1.5rem;\n        }\n\n        .prod-content {\n            padding: 0 10px 24px 10px;\n            color: var(--apple-text-secondary);\n            line-height: 1.6;\n        }\n\n        \/* --- PREVENTA \u0026 CTA --- *\/\n        .prod-cta {\n            text-align: center;\n            padding: 60px 40px;\n            background-color: var(--apple-bg-light);\n        }\n\n        .prod-notice {\n            background-color: var(--apple-bg-white);\n            border: 1px solid var(--apple-blue);\n            border-left: 6px solid var(--apple-blue);\n            border-radius: 8px;\n            padding: 24px;\n            max-width: 700px;\n            margin: 0 auto 40px auto;\n            text-align: left;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n        }\n\n        .prod-notice h3 {\n            font-size: 1.1rem;\n            margin: 0 0 12px 0;\n            color: var(--apple-text-primary);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .prod-notice ul {\n            margin: 0;\n            padding-left: 20px;\n            color: var(--apple-text-secondary);\n            font-size: 0.95rem;\n        }\n        \n        .prod-notice li { margin-bottom: 6px; }\n\n        .prod-btn {\n            display: inline-block;\n            background-color: var(--apple-blue);\n            color: #fff;\n            font-size: 1.1rem;\n            font-weight: 500;\n            text-decoration: none;\n            padding: 16px 40px;\n            border-radius: 50px;\n            transition: all 0.2s ease;\n        }\n\n        .prod-btn:hover {\n            background-color: var(--apple-blue-dark);\n            transform: scale(1.02);\n        }\n\n        \/* --- RESPONSIVE --- *\/\n        @media (max-width: 768px) {\n            .prod-header h1 { font-size: 2.2rem; }\n            .prod-hero-image { height: 300px; }\n            .prod-section { flex-direction: column !important; padding: 40px 24px; text-align: center; }\n            .prod-image { width: 100%; height: 280px; }\n            .prod-notice { padding: 16px; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\n\u003cheader class=\"prod-header\"\u003e\n\u003ch1\u003eApple Watch Series 8\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eA big step for your health.\u003c\/p\u003e\n\n\u003c\/header\u003e\n\u003csection class=\"prod-section\"\u003e\n\u003cdiv class=\"prod-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"prod-text\"\u003e\n\n\u003ch2\u003eHealth at all times\u003c\/h2\u003e\n\n\u003cp\u003eGet deep insights into your well-being with advanced sensors. Includes the new body temperature sensor that aids in cycle and ovulation tracking, plus blood oxygen and ECG monitoring.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"prod-section reverse alt-bg\"\u003e\n\u003cdiv class=\"prod-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"prod-text\"\u003e\n\n\u003ch2\u003eCellular Freedom\u003c\/h2\u003e\n\n\u003cp\u003eStay connected without needing your iPhone. Send messages, make calls, and play music wherever you are. With Family Setup, manage watches for family members who don't have their own phone.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"prod-section\"\u003e\n\u003cdiv class=\"prod-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"prod-text\"\u003e\n\n\u003ch2\u003eProactive Protection\u003c\/h2\u003e\n\n\u003cp\u003eFeel protected with innovative crash and fall detection. In case of emergency, SOS is activated with just the press of a button. Complete peace of mind on your wrist.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"prod-accordion\"\u003e\n\u003ch2\u003eKey Specifications\u003c\/h2\u003e\n\n\u003cdetails class=\"prod-details\"\u003e\n\u003csummary\u003eAdvanced Health Monitoring\u003c\/summary\u003e\n\u003cdiv class=\"prod-content\"\u003e\n\n\u003cul\u003e\n\n\u003cli\u003eTemperature sensor with retrospective ovulation estimates.\u003c\/li\u003e\n\n\u003cli\u003eBlood Oxygen app and sensor.\u003c\/li\u003e\n\n\u003cli\u003eECG app for heart rhythm notifications.\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"prod-details\"\u003e\n\u003csummary\u003eDesign and Customization\u003c\/summary\u003e\n\u003cdiv class=\"prod-content\"\u003e\n\n\u003cp\u003eAvailable in two perfect sizes. Easily personalize it with a wide variety of materials, finishes, and interchangeable bands to match your unique style.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"prod-details\"\u003e\n\u003csummary\u003eRequirements and Compatibility\u003c\/summary\u003e\n\u003cdiv class=\"prod-content\"\u003e\n\n\u003cp\u003eSeamless integration with your Apple devices. Use Apple Pay with a tap. Requires iPhone 8 or later with the latest version of iOS.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"45 mm \/ GPS \/ Star White White Strap S\/M","offer_id":58172911026524,"sku":"1598889673963","price":320.0,"currency_code":"USD","in_stock":true},{"title":"41 mm \/ GPS \/ Midnight Black Strap S\/M","offer_id":58172911059292,"sku":"2702500789739","price":300.0,"currency_code":"USD","in_stock":true},{"title":"41 mm \/ GPS + Mobile phone \/ Silver White Strap M\/L","offer_id":58172911092060,"sku":"2874857508386","price":300.0,"currency_code":"USD","in_stock":true},{"title":"41 mm \/ GPS \/ Midnight Black Strap M\/L","offer_id":58172911124828,"sku":"2952829357414","price":300.0,"currency_code":"USD","in_stock":true},{"title":"41 mm \/ GPS + Mobile phone \/ Midnight Black Strap M\/L","offer_id":58172911157596,"sku":"3503017646657","price":300.0,"currency_code":"USD","in_stock":true},{"title":"45 mm \/ GPS + Mobile phone \/ Midnight Black Strap M\/L","offer_id":58172911190364,"sku":"5233106011866","price":320.0,"currency_code":"USD","in_stock":true},{"title":"45 mm \/ GPS \/ Midnight Black Strap M\/L","offer_id":58172911223132,"sku":"5921891489436","price":320.0,"currency_code":"USD","in_stock":true},{"title":"45 mm \/ GPS \/ Red Red Strap M\/L","offer_id":58172911255900,"sku":"7041625893915","price":320.0,"currency_code":"USD","in_stock":true},{"title":"41 mm \/ GPS + Mobile phone \/ Midnight Black Strap S\/M","offer_id":58172911288668,"sku":"8026059448450","price":300.0,"currency_code":"USD","in_stock":true},{"title":"45 mm \/ GPS \/ Red Red Strap S\/M","offer_id":58172911321436,"sku":"8993904228635","price":320.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/apple-watch-serie-8.jpg?v=1782932618","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/apple-watch-serie-8","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}