{"product_id":"correa-whoop-superknit-luxe-metal-premium-ecg","title":"WHOOP 5.0\/MG SuperKnit Luxe","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c!-- Google Fonts (Carga optimizada) --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700\u0026amp;family=Lato:wght@400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* =========================================\n           ESTILOS ENCAPSULADOS (NO AFECTAN TU WEB)\n           ========================================= *\/\n        \n        \/* Contenedor Maestro *\/\n        .gsmpro-wrapper {\n            font-family: 'Lato', sans-serif;\n            color: #4a4036; \/* Marrón oscuro suave *\/\n            line-height: 1.6;\n            background-color: #fdfbf7; \/* Crema de fondo principal *\/\n            width: 100%;\n            max-width: 800px;\n            margin: 0 auto;\n            box-sizing: border-box;\n            padding: 20px;\n        }\n\n        \/* Reseteo interno *\/\n        .gsmpro-wrapper *, \n        .gsmpro-wrapper *::before, \n        .gsmpro-wrapper *::after {\n            box-sizing: inherit;\n        }\n\n        \/* Variables de Color (Paleta Beige\/Crema Elegante) *\/\n        .gsmpro-wrapper {\n            --gsm-sand-dark: #8c7b6c;   \/* Taupe oscuro para acentos *\/\n            --gsm-sand-light: #e6e0d4;  \/* Beige claro para fondos *\/\n            --gsm-cream: #fdfbf7;       \/* Crema de fondo principal *\/\n            --gsm-white: #ffffff;\n            --gsm-text-dark: #3e332e;   \/* Texto principal *\/\n            --gsm-gold-accent: #c0a080; \/* Dorado mate para detalles premium *\/\n            --gsm-platinum: #b0b0b0;    \/* Plata suave para detalles técnicos *\/\n            --gsm-border-radius: 16px;\n        }\n\n        \/* Tipografía *\/\n        .gsmpro-wrapper h1, \n        .gsmpro-wrapper h2, \n        .gsmpro-wrapper h3 {\n            font-family: 'Playfair Display', serif;\n            margin-top: 0;\n            margin-bottom: 1rem;\n            line-height: 1.2;\n            color: var(--gsm-text-dark);\n        }\n\n        \/* Estilo global para negritas *\/\n        .gsmpro-wrapper strong {\n            font-weight: 700;\n            color: var(--gsm-sand-dark);\n        }\n\n        \/* --- HEADER DINÁMICO --- *\/\n        .gsmpro-header {\n            background: linear-gradient(135deg, #a69685 0%, #8c7b6c 100%);\n            color: var(--gsm-white) !important;\n            padding: 4rem 2rem;\n            text-align: center;\n            border-radius: var(--gsm-border-radius);\n            margin-bottom: 3rem;\n            box-shadow: 0 15px 30px rgba(140, 123, 108, 0.15);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .gsmpro-header h1 {\n            color: var(--gsm-white) !important;\n            font-size: 3rem;\n            margin-bottom: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .gsmpro-header p {\n            color: #f2f2f2 !important;\n            font-size: 1.3rem;\n            opacity: 0.9;\n            font-weight: 400;\n            font-family: 'Lato', sans-serif;\n            max-width: 90%;\n            margin: 0 auto;\n        }\n        \n        .gsmpro-header strong {\n            color: #ffffff !important;\n        }\n\n        \/* --- SECCIONES --- *\/\n        .gsmpro-section {\n            padding: 0 0.5rem;\n            margin-bottom: 3rem;\n        }\n\n        .gsmpro-wrapper h2 {\n            font-size: 2rem;\n            position: relative;\n            padding-bottom: 1rem;\n            margin-bottom: 2rem;\n            text-align: center;\n        }\n        \n        .gsmpro-wrapper h2::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 60px;\n            height: 3px;\n            background-color: var(--gsm-gold-accent);\n        }\n\n        \/* Alerta Premium (Estilo Joyería) *\/\n        .gsmpro-alert-box {\n            background-color: #fffbf2; \/* Fondo muy suave dorado *\/\n            border: 1px solid #eaddcf;\n            border-left: 5px solid var(--gsm-gold-accent);\n            padding: 1.5rem;\n            border-radius: var(--gsm-border-radius);\n            text-align: center;\n            margin-bottom: 2.5rem;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n        }\n\n        .gsmpro-alert-box h3 {\n            color: #8c6b4a; \/* Tono bronce *\/\n            font-size: 1.3rem;\n            text-transform: uppercase;\n            margin-bottom: 0.5rem;\n            font-family: 'Lato', sans-serif;\n            font-weight: 700;\n        }\n\n        \/* Tarjetas de Beneficios *\/\n        .gsmpro-card {\n            background: var(--gsm-white);\n            padding: 2rem;\n            border-radius: var(--gsm-border-radius);\n            margin-bottom: 1.5rem;\n            transition: all 0.3s ease;\n            border: 1px solid rgba(0,0,0,0.03);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .gsmpro-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 40px rgba(140, 123, 108, 0.15);\n            border-color: var(--gsm-gold-accent);\n        }\n\n        .gsmpro-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: var(--gsm-sand-light);\n        }\n\n        .gsmpro-card h3 {\n            font-size: 1.5rem;\n            color: var(--gsm-text-dark);\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        \/* Icono decorativo *\/\n        .gsmpro-card h3::before {\n            content: '';\n            display: inline-block;\n            width: 8px;\n            height: 8px;\n            background-color: var(--gsm-gold-accent);\n            border-radius: 50%;\n            margin-right: 12px;\n        }\n\n        \/* Tabla Ficha Técnica *\/\n        .gsmpro-table-container {\n            overflow-x: auto;\n            border-radius: var(--gsm-border-radius);\n            background: var(--gsm-white);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n            margin-top: 2rem;\n        }\n\n        .gsmpro-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 500px;\n        }\n\n        .gsmpro-table th, .gsmpro-table td {\n            text-align: left;\n            padding: 1.2rem;\n            border-bottom: 1px solid #f0efe9;\n            font-size: 0.95rem;\n        }\n\n        .gsmpro-table th {\n            background-color: #f4f1ea;\n            color: var(--gsm-text-dark);\n            font-weight: 700;\n            text-transform: uppercase;\n            font-size: 0.85rem;\n            letter-spacing: 1px;\n            font-family: 'Lato', sans-serif;\n            width: 40%;\n        }\n        \n        .gsmpro-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        \/* Tips de Expertos *\/\n        .gsmpro-expert-tip {\n            background-color: #f9f7f2;\n            border-left: 4px solid var(--gsm-gold-accent);\n            padding: 2rem;\n            margin-top: 2rem;\n            border-radius: 0 var(--gsm-border-radius) var(--gsm-border-radius) 0;\n            font-style: italic;\n            color: #555;\n        }\n\n        .gsmpro-expert-tip strong {\n            display: block;\n            margin-bottom: 0.5rem;\n            color: var(--gsm-text-dark);\n            font-style: normal;\n            font-family: 'Playfair Display', serif;\n            font-size: 1.2rem;\n        }\n\n        \/* Footer *\/\n        .gsmpro-footer {\n            text-align: center;\n            padding-top: 3rem;\n            margin-top: 2rem;\n            border-top: 1px solid #e0dbd0;\n            font-size: 0.9rem;\n            color: #8c7b6c;\n            font-family: 'Lato', sans-serif;\n        }\n\n        \/* Mobile *\/\n        @media (max-width: 600px) {\n            .gsmpro-header h1 { font-size: 2.2rem; }\n            .gsmpro-card { padding: 1.5rem; }\n            .gsmpro-wrapper { padding: 15px; }\n        }\n    \u003c\/style\u003e\n\u003c!-- INICIO DEL CONTENIDO ENCAPSULADO --\u003e\n\u003cdiv class=\"gsmpro-wrapper\"\u003e\n\n\u003c!-- Header --\u003e\n\u003cdiv class=\"gsmpro-header\"\u003e\n\u003c!--nl'\u003e\u003ch1\u003eWHOOP Luxe Strap\u003c\/h1\u003e\n\u003cp\u003ePremium Metal \u0026amp; ECG Technology: \u003cstrong\u003eLuxury, Performance, and Style\u003c\/strong\u003e.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Alerta Premium --\u003e\n\u003cdiv class=\"gsmpro-section\"\u003e\n\n\u003cdiv class=\"gsmpro-alert-box\"\u003e\n\n\u003ch3\u003e✦ PREMIUM METAL EDITION\u003c\/h3\u003e\n\n\u003cp\u003eThis strap incorporates precious metal components and enables the \u003cstrong\u003eECG (Electrocardiogram) reading\u003c\/strong\u003e function*.\u003c\/p\u003e\n\n\u003cp style=\"font-size: 0.8rem; margin-top: 0.5rem; color: #888;\"\u003e*Requires active WHOOP Life membership.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Sección de Intro --\u003e\n\u003cdiv class=\"gsmpro-section\"\u003e\n\n\u003ch2\u003eWhen Technology Becomes Jewelry\u003c\/h2\u003e\n\n\u003cp style=\"margin-bottom: 2rem; text-align: justify; font-size: 1.05rem;\"\u003eThe \u003cstrong\u003eLuxe\u003c\/strong\u003e edition raises the bar. Combining our patented technical fabric with precious metal clasps, it's the only strap designed to accompany you from high-intensity training to the most elegant dinner without looking out of place.\u003c\/p\u003e\n\n\u003c!-- Cards de Beneficios --\u003e\n\u003cdiv class=\"gsmpro-card\"\u003e\n\n\u003ch3\u003eFunctional Aesthetics\u003c\/h3\u003e\n\n\u003cp\u003eAside from the premium metals that last for years without losing their shine, this strap is a piece of engineering. Its conductive materials allow for advanced health readings directly from your wrist.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-card\"\u003e\n\n\u003ch3\u003eInvisible Comfort\u003c\/h3\u003e\n\n\u003cp\u003eThe metal won't bother you during training. The design maintains a low, aerodynamic profile, while the \u003cstrong\u003eSuperKnit\u003c\/strong\u003e fabric prevents direct contact with sensitive areas, ensuring 24\/7 comfort.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-card\"\u003e\n\n\u003ch3\u003eLasting Investment\u003c\/h3\u003e\n\n\u003cp\u003eThis is a piece designed to last. Reinforced components and microfilament fabric ensure this strap remains secure and elegant for years, becoming part of your personal style.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Ficha Técnica --\u003e\n\u003cdiv class=\"gsmpro-section\"\u003e\n\n\u003ch2\u003eLuxury Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"gsmpro-table-container\"\u003e\n\n\u003ctable class=\"gsmpro-table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eProduct\u003c\/th\u003e\n\n\u003ctd\u003eReplacement Strap (Band)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eEdition\u003c\/th\u003e\n\n\u003ctd\u003e\u003cstrong\u003eSuperKnit Luxe\u003c\/strong\u003e\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eMaterials\u003c\/th\u003e\n\n\u003ctd\u003eMicrofilament + Premium Metals\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eTechnology\u003c\/th\u003e\n\n\u003ctd\u003eEnables ECG readings\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eFeel\u003c\/th\u003e\n\n\u003ctd\u003eUltra Soft Backing (Non-irritating)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eStyle\u003c\/th\u003e\n\n\u003ctd\u003eSport to Formal Transition\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\n\n\u003c!-- Tips de Expertos --\u003e\n\u003cdiv class=\"gsmpro-section\"\u003e\n\n\u003cdiv class=\"gsmpro-expert-tip\"\u003e\n\n\u003cstrong\u003eCorporate and Social Style\u003c\/strong\u003e\n\u003cp\u003eThe \u003cstrong\u003eSuperKnit Luxe\u003c\/strong\u003e is the ideal investment if you work in corporate environments. It allows you to maintain active health monitoring without looking like you're wearing a generic sports device. Match the metal color with your other jewelry or watch for an integrated look.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-footer\"\u003e\n\n\u003cp\u003e© 2026 \u003cstrong\u003eGSMPRO Chile\u003c\/strong\u003e. Experts in Technology and Wellness.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- FIN DEL CONTENIDO ENCAPSULADO --\u003e\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Midnight \/ Whoop 5.0","offer_id":58174720082268,"sku":"B0DY8W7NTL","price":155.02,"currency_code":"USD","in_stock":true},{"title":"Obsidian \/ Whoop 5.0","offer_id":58174720115036,"sku":"B0DY8G39VN","price":155.02,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Whoop 5.0","offer_id":58174720147804,"sku":"B0DY8T8SL4","price":155.02,"currency_code":"USD","in_stock":true},{"title":"Dune \/ Whoop Mg","offer_id":58174720180572,"sku":"B0DY8ZKQNS","price":155.02,"currency_code":"USD","in_stock":true},{"title":"Midnight \/ Whoop Mg","offer_id":58174720213340,"sku":"B0DY8NFYNS","price":155.02,"currency_code":"USD","in_stock":true},{"title":"Obsidian \/ Whoop Mg","offer_id":58174720246108,"sku":"B0DY8JHF9Z","price":155.02,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/19a6bad95c11ff9ddbf0427db90d955f_5112c22a-0138-4f1c-b5eb-974221f2c8ec.jpg?v=1782963039","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/correa-whoop-superknit-luxe-metal-premium-ecg","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}