{"product_id":"cargador-oura-ring-4","title":"Oura Ring 4 Charger","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@300;400;500;600\u0026display=swap');\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@600;700\u0026display=swap'); \/* Fuente elegante y moderna *\/\n\n  \/* --- Paleta de Colores y Variables (Estilo Oura \/ Wellness) --- *\/\n  :root {\n    --oura-accent: #2E4A3D; \/* Verde Bosque Oscuro (Elegante) *\/\n    --oura-soft: #E8F1E8;   \/* Verde Salvia muy pálido para fondos *\/\n    --text-black: #000000;\n    --text-dark: #333333;\n    --text-muted: #666666;\n    --bg-white: #FFFFFF;\n    --bg-sand: #FAF9F6;     \/* Blanco roto \/ Arena *\/\n    --border-color: #E0E0E0;\n  }\n\n  \/* --- Estilos Generales --- *\/\n  #oura-charger-description {\n    font-family: 'Inter', sans-serif;\n    background-color: var(--bg-white);\n    color: var(--text-dark);\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n  \n  #oura-charger-description strong {\n    font-weight: 600;\n    color: var(--oura-accent);\n  }\n  \n  \/* Títulos *\/\n  #oura-charger-description h3,\n  #oura-charger-description h4 {\n    font-family: 'Manrope', sans-serif;\n    color: var(--text-black);\n    letter-spacing: -0.5px;\n  }\n  \n  #oura-charger-description h3 {\n    font-size: 26px;\n    font-weight: 600;\n    border-bottom: 1px solid var(--border-color);\n    padding-bottom: 15px;\n    margin-top: 50px;\n    margin-bottom: 25px;\n  }\n\n  \/* --- Cabecera --- *\/\n  .oura-header { text-align: center; margin-bottom: 40px; }\n  \n  .oura-title {\n    font-family: 'Manrope', sans-serif;\n    font-size: 3em;\n    font-weight: 700;\n    margin-bottom: 15px;\n    color: var(--text-black);\n  }\n  \n  .oura-subtitle { \n    font-size: 1.3em; \n    color: var(--text-muted); \n    margin: 0; \n    font-weight: 400; \n    font-family: 'Inter', sans-serif;\n  }\n  \n  \/* --- Imágenes --- *\/\n  .hero-image, .section-image {\n    width: 100%;\n    height: auto;\n    border-radius: 24px; \/* Bordes muy suaves y redondeados *\/\n    margin-bottom: 40px;\n    background-color: var(--bg-sand); \/* Fondo sutil si la imagen tiene transparencia *\/\n  }\n\n  \/* --- Aviso Destacado (Minimalista) --- *\/\n  .highlight-notice {\n    background-color: var(--oura-soft);\n    border-radius: 12px;\n    padding: 30px;\n    margin: 30px auto;\n    font-size: 1.1em;\n    line-height: 1.7;\n    color: var(--text-dark);\n    text-align: center;\n  }\n  .highlight-notice strong {\n    color: var(--oura-accent);\n    font-size: 1.2em;\n    display: block;\n    margin-bottom: 10px;\n    font-family: 'Manrope', sans-serif;\n  }\n  \n  \/* --- Descripción y Tarjetas --- *\/\n  .product-description p { \n    font-size: 1.1em; \n    line-height: 1.8; \n    color: var(--text-muted); \n    margin-bottom: 20px;\n  }\n  \n  .features-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin: 50px 0; }\n  \n  .feature-card { \n    background-color: var(--bg-sand); \n    padding: 35px 30px; \n    border-radius: 16px; \n    transition: transform 0.3s ease;\n    border: 1px solid transparent;\n  }\n  \n  .feature-card:hover { \n    transform: translateY(-5px); \n    border-color: var(--border-color);\n  }\n  \n  .feature-card h4 { \n    font-size: 1.4em; \n    font-weight: 600;\n    margin: 0 0 15px 0; \n    color: var(--text-black);\n  }\n  \n  .feature-card p { \n    font-size: 1.05em; \n    line-height: 1.6; \n    color: var(--text-muted); \n    margin-bottom: 0; \n  }\n  \n  \/* --- FAQ --- *\/\n  .faq-container { margin-top: 60px; }\n  \n  .faq-accordion .faq-item { \n    background-color: var(--bg-white); \n    border-bottom: 1px solid var(--border-color); \n    margin-bottom: 0; \n  }\n  \n  .faq-accordion summary {\n    font-size: 1.15em;\n    font-weight: 500;\n    padding: 25px 10px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    list-style: none;\n    transition: color 0.2s ease;\n    color: var(--text-black);\n    font-family: 'Manrope', sans-serif;\n  }\n  \n  .faq-accordion summary::-webkit-details-marker { display: none; }\n  \n  .faq-icon {\n    font-size: 1.2em;\n    font-weight: 300;\n    color: var(--oura-accent);\n  }\n  \n  .faq-item[open] \u003e summary { color: var(--oura-accent); }\n  .faq-item[open] \u003e summary .faq-icon { transform: rotate(45deg); }\n  \n  .faq-answer { \n    padding: 0 20px 30px 20px; \n    color: var(--text-muted); \n    line-height: 1.7; \n  }\n  \n  \/* --- Ficha Técnica --- *\/\n  .technical-specs { margin-top: 50px; }\n  .specs-table { \n    width: 100%; \n    border-collapse: collapse; \n    font-size: 1em; \n    border-radius: 12px;\n    overflow: hidden;\n    border: 1px solid var(--border-color);\n  }\n  \n  .specs-table td { \n    padding: 18px 24px; \n    border-bottom: 1px solid var(--border-color); \n    color: var(--text-muted); \n  }\n  \n  .specs-table tr:last-child td { border-bottom: none; }\n  \n  .specs-table tr td:first-child { \n    font-weight: 600; \n    width: 35%; \n    background-color: var(--bg-sand);\n    color: var(--text-black); \n  }\n  \n  \/* --- Responsive --- *\/\n  @media (min-width: 768px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }\n  @media (max-width: 480px) { .oura-title { font-size: 2.2em; } }\n\u003c\/style\u003e\n\u003cdiv id=\"oura-charger-description\"\u003e\n\n\u003cdiv class=\"oura-header\"\u003e\n\n\u003ch1 class=\"oura-title\"\u003eOura Ring 4 Charger\u003c\/h1\u003e\n\n\u003cp class=\"oura-subtitle\"\u003eRedesigned. Premium. Universal.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg class=\"hero-image\" alt=\"Oura Ring 4 metal charger\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/CargadorOura2.png?v=1770836960\"\u003e\n\u003cdiv class=\"highlight-notice\"\u003e\n\n\u003cstrong\u003eONE BASE FOR THE SIZE YOU SELECT.\u003c\/strong\u003e\n\u003cp style=\"margin: 0;\"\u003eThe new Oura Ring 4 charger simplifies things. \u003cbr\u003eMade of premium metal to last.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eELEGANCE IN METAL\u003c\/h3\u003e\n\n\u003cp\u003eForget plastic. The 4th generation charger has been completely redesigned with an \u003cstrong\u003eanodized aluminum\u003c\/strong\u003e body in silver or black finish. Its added weight and non-slip rubber base ensure it stays firmly on your nightstand or desk, offering a superior tactile experience.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cimg class=\"section-image\" alt=\"Detail of USB-C port and metallic finish\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/CargadorOura3.png?v=1770836960\"\u003e\n\u003cdiv class=\"product-description\"\u003e\n\n\u003ch3\u003eSMART CHARGING\u003c\/h3\u003e\n\n\u003cp\u003eSimply place your ring on the base. The LED indicator will subtly and elegantly show you the charging status. Pulsing white while charging, and solid green when you're ready to use it again. The modern USB-C connection allows you to use the same cable as your other devices.\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\u003eMULTI-SIZE DESIGN\u003c\/h4\u003e\n\n\u003cp\u003eYou no longer need to search for a specific charger for your size. This model fits any Oura Ring 4 perfectly, from size 6 to 13.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003ePREMIUM CONSTRUCTION\u003c\/h4\u003e\n\n\u003cp\u003eDurable metal body with a sleek, square design. Adds stability and a touch of luxury to your personal space.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eUSB-C CONNECTIVITY\u003c\/h4\u003e\n\n\u003cp\u003eUniversal standard. Includes a USB-C port so you can easily connect it at home, in the office, or while traveling.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch4\u003eSTATUS INDICATOR\u003c\/h4\u003e\n\n\u003cp\u003eIntuitive LED light that communicates battery level and connection status without being intrusive in dark rooms.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\n\u003ch3 style=\"border: none; margin-bottom: 15px;\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-accordion\"\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eIS IT COMPATIBLE WITH OURA RING GEN 3?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003e\u003cstrong\u003eNo.\u003c\/strong\u003e Due to changes in shape and internal sensors, the Oura Ring 4 charger is exclusive to the 4th generation. Gen 3 rings require their own size-specific chargers.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eHOW LONG DOES IT TAKE TO CHARGE?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eThe Oura Ring 4 reaches a full charge in approximately 80 minutes. A quick 20-minute charge can give you enough power to get through the day.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003e\u003cspan\u003eDOES IT COME WITH A WALL ADAPTER?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\n\u003cp\u003eNo, following sustainability initiatives, the box includes the USB-C cable but not the wall adapter (brick). You can use any standard 5V USB charger.\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\u003cdiv class=\"technical-specs\"\u003e\n\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\n\u003ctd\u003eOura Ring 4 (All sizes: 6 - 13)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\n\u003ctd\u003eAluminum (Body) + Non-slip base\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eInput Port\u003c\/td\u003e\n\n\u003ctd\u003eUSB Type-C\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003ePower Input\u003c\/td\u003e\n\n\u003ctd\u003e5V (Standard USB Charging)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eIndicator\u003c\/td\u003e\n\n\u003ctd\u003eRGB LED (Charging status)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\n\u003ctd\u003eCompact and weighty square design for stability\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\u003cstrong\u003eBox Contents (Global Version)\u003c\/strong\u003e\u003c\/td\u003e\n\n\u003ctd\u003e• 1x Oura Ring 4 Charging Base (Metal)\u003cbr\u003e• 1x USB-C to USB-C charging cable\u003cbr\u003e• 1x Safety and warranty guide\u003cbr\u003e\u003cem\u003e*Does not include wall power adapter.\u003c\/em\u003e\n\n\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\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174502338908,"sku":null,"price":100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/CargadorOura3.png?v=1782960196","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/cargador-oura-ring-4","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}