{"product_id":"correa-whoop-coreknit-banda-deportiva-esencial-ajustable","title":"WHOOP CoreKnit Wristband – Compatible with 5.0","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-warning-red: #a65d57;   \/* Terracota suave para alertas negativas *\/\n            --gsm-info-blue: #6b7c8c;     \/* Azul grisáceo para info técnica *\/\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        \/* Alertas de Compatibilidad (Diseño Terracota Elegante) *\/\n        .gsmpro-alert-box {\n            background-color: #fff5f5;\n            border: 1px solid #ebd5d5;\n            border-left: 5px solid var(--gsm-warning-red);\n            padding: 1.5rem;\n            border-radius: var(--gsm-border-radius);\n            text-align: center;\n            margin-bottom: 1.5rem;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n        }\n\n        .gsmpro-alert-box h3 {\n            color: var(--gsm-warning-red);\n            font-size: 1.2rem;\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: #f0f4f8; \/* Tono azulado muy suave *\/\n            border-left: 4px solid var(--gsm-info-blue);\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\n\u003ch1\u003eWHOOP CoreKnit Band\u003c\/h1\u003e\n\n\u003cp\u003eThe Athletic Essential: \u003cstrong\u003eLightweight, Flexible, and High-Performance\u003c\/strong\u003e.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Alertas Críticas --\u003e\n\u003cdiv class=\"gsmpro-section\"\u003e\n\n\u003cdiv class=\"gsmpro-alert-box\"\u003e\n\n\u003ch3\u003e⚠️ FUNCTIONALITY NOTICE\u003c\/h3\u003e\n\n\u003cp\u003eThe CoreKnit band is ideal for daily use, but its fabric \u003cstrong\u003edoes NOT allow ECG readings\u003c\/strong\u003e (Electrocardiogram) on Life\/Peak models.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"border-left-color: var(--gsm-text-dark); background-color: #f3f3f3;\" class=\"gsmpro-alert-box\"\u003e\n\n\u003ch3 style=\"color: var(--gsm-text-dark);\"\u003e🚫 COMPATIBILITY\u003c\/h3\u003e\n\n\u003cp\u003eDesigned for WHOOP One, Life, and Peak.\u003cbr\u003e\u003cstrong\u003eNOT COMPATIBLE WITH WHOOP 4.0\u003c\/strong\u003e.\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\u003eYour Training Partner\u003c\/h2\u003e\n\n\u003cp style=\"margin-bottom: 2rem; text-align: justify; font-size: 1.05rem;\"\u003eThe \u003cstrong\u003eCoreKnit\u003c\/strong\u003e is the ultimate workhorse band. Designed to be lightweight and flexible, it offers all-day comfort without sacrificing the necessary grip for your most intense workouts. It's the perfect choice for those seeking pure functionality.\u003c\/p\u003e\n\n\u003c!-- Cards de Beneficios --\u003e\n\u003cdiv class=\"gsmpro-card\"\u003e\n\n\u003ch3\u003ePerformance Fabric\u003c\/h3\u003e\n\n\u003cp\u003eMade to sweat in. Its technical fabric is durable, breathable, and quick-drying. It holds up from a HIIT session to swimming, always staying comfortable on your wrist.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-card\"\u003e\n\n\u003ch3\u003eInterchangeable Style\u003c\/h3\u003e\n\n\u003cp\u003eThanks to \u003cstrong\u003eFast Link\u003c\/strong\u003e technology, you can change colors in seconds. Have a CoreKnit for the gym and switch to a Luxe for the evening without any tools.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-card\"\u003e\n\n\u003ch3\u003ePerfect Fit\u003c\/h3\u003e\n\n\u003cp\u003eForget about holes that never quite fit. Its continuous adjustment system allows you to tighten or loosen it millimeter by millimeter to find your ideal comfort.\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\u003eTechnical 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 Band\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eModel\u003c\/th\u003e\n\n\u003ctd\u003e\n\n\u003cstrong\u003eCoreKnit\u003c\/strong\u003e (Essential)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eCompatibility\u003c\/th\u003e\n\n\u003ctd\u003eWHOOP One, Peak, Life\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eLimitation\u003c\/th\u003e\n\n\u003ctd\u003eNo ECG support\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eMaterial\u003c\/th\u003e\n\n\u003ctd\u003ePerformance Knit (Synthetic)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eIdeal Use\u003c\/th\u003e\n\n\u003ctd\u003eSports, Daily, Swimming\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\u003eGSMPRO Tip:\u003c\/strong\u003e\n\u003cp\u003eUse the \u003cstrong\u003eCoreKnit\u003c\/strong\u003e for your high-impact activities and \"save\" your Luxe or SuperKnit band for social occasions. This not only protects your more expensive band but also maintains hygiene by allowing you to wash the athletic one frequently.\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. Technology and Wellness Experts.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- FIN DEL CONTENIDO ENCAPSULADO --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Ash Grey","offer_id":58174531699036,"sku":"B0DY8JSQDH","price":95.0,"currency_code":"USD","in_stock":true},{"title":"Jet Black","offer_id":58174531731804,"sku":"B0DY8QVPH7","price":95.0,"currency_code":"USD","in_stock":true},{"title":"Royal Blue","offer_id":58174531764572,"sku":"B0DY8TMKG9","price":95.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/f9901e7914733d245240b86f038a4442_f49e21c2-4f59-408c-85a8-e0d21b8ec4d1.jpg?v=1782960728","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/correa-whoop-coreknit-banda-deportiva-esencial-ajustable","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}