{"product_id":"correa-whoop-leatherluxe-cuero-italiano-premium-lujo","title":"WHOOP LeatherLuxe 5.0\/MG Strap – Italian Leather Accessory","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 (Optimized Load) --\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-leather-brown: #8B4513; \/* Marrón cuero para destacados *\/\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%, #5d4037 100%); \/* Gradiente más oscuro tipo cuero *\/\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(93, 64, 55, 0.2);\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-leather-brown); \/* Acento Marrón Cuero *\/\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        \/* Guía de Tallas Especial *\/\n        .gsmpro-size-guide {\n            background-color: #fcfbf9;\n            border: 1px dashed var(--gsm-gold-accent);\n            border-radius: var(--gsm-border-radius);\n            padding: 1.5rem;\n            margin-top: 1.5rem;\n            text-align: center;\n        }\n        .gsmpro-size-guide h4 {\n            font-family: 'Playfair Display', serif;\n            color: var(--gsm-text-dark);\n            margin-top: 0;\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!-- START ENCAPSULATED CONTENT --\u003e\n\u003cdiv class=\"gsmpro-wrapper\"\u003e\n\n\u003c!-- Header --\u003e\n\u003cdiv class=\"gsmpro-header\"\u003e\n\n\u003ch1\u003eWHOOP LeatherLuxe\u003c\/h1\u003e\n\n\u003cp\u003eItalian Craftsmanship: \u003cstrong\u003eGenuine Leather, Premium Metals, and Timeless Aesthetics\u003c\/strong\u003e.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Critical Alerts --\u003e\n\u003cdiv class=\"gsmpro-section\"\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 previous generations (3.0).\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!-- Intro Section --\u003e\n\u003cdiv class=\"gsmpro-section\"\u003e\n\n\u003ch2\u003eHandcrafted Elegance\u003c\/h2\u003e\n\n\u003cp style=\"margin-bottom: 2rem; text-align: justify; font-size: 1.05rem;\"\u003eThe \u003cstrong\u003eLeatherLuxe\u003c\/strong\u003e collection is designed for those moments when style is everything. Made with genuine Italian leather and premium metals, it offers a high-end aesthetic that perfectly matches fine watches and formal attire.\u003c\/p\u003e\n\n\u003c!-- Benefit Cards --\u003e\n\u003cdiv class=\"gsmpro-card\"\u003e\n\n\u003ch3\u003eGenuine Italian Leather\u003c\/h3\u003e\n\n\u003cp\u003eNo imitations. We use authentic leather treated by hand to achieve a soft texture, an unmistakable aroma, and durability that improves with time.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-card\"\u003e\n\n\u003ch3\u003eWatch-like Fit\u003c\/h3\u003e\n\n\u003cp\u003eLike your favorite luxury watch brands, LeatherLuxe offers a premium feel and a refined, custom fit, moving away from sporty elastic systems.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsmpro-card\"\u003e\n\n\u003ch3\u003eMaintenance Included\u003c\/h3\u003e\n\n\u003cp\u003eEach strap comes with an exclusive \u003cstrong\u003esuede storage pouch\u003c\/strong\u003e. Use it to protect the strap when not in use and as a polishing cloth to keep metals shiny.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Size Guide --\u003e\n\u003cdiv class=\"gsmpro-section\"\u003e\n\n\u003ch2\u003eFind Your Perfect Size\u003c\/h2\u003e\n\n\u003cdiv class=\"gsmpro-size-guide\"\u003e\n\n\u003ch4\u003eMeasurement Guide\u003c\/h4\u003e\n\n\u003cp\u003eMeasure your wrist circumference, just above the bone.\u003c\/p\u003e\n\n\u003cdiv style=\"display: flex; justify-content: center; gap: 20px; margin-top: 1rem; flex-wrap: wrap;\"\u003e\n\n\u003cdiv style=\"background: white; padding: 1rem; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); min-width: 150px;\"\u003e\n\n\u003cstrong style=\"color: var(--gsm-leather-brown); display: block; font-size: 1.2rem;\"\u003eSize S\u003c\/strong\u003e \u003cspan\u003eSmall\u003c\/span\u003e\u003cbr\u003e13 - 17 cm\u003cbr\u003e(5.1 - 6.7 in)\u003c\/div\u003e\n\n\u003cdiv style=\"background: white; padding: 1rem; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); min-width: 150px;\"\u003e\n\n\u003cstrong style=\"color: var(--gsm-leather-brown); display: block; font-size: 1.2rem;\"\u003eSize L\u003c\/strong\u003e \u003cspan\u003eLarge\u003c\/span\u003e\u003cbr\u003e16 - 20 cm\u003cbr\u003e(6.3 - 8.0 in)\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Product Details --\u003e\n\u003cdiv class=\"gsmpro-section\"\u003e\n\n\u003ch2\u003eProduct Details\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\u003eLuxury Strap (Band)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eCollection\u003c\/th\u003e\n\n\u003ctd\u003e\u003cstrong\u003eLeatherLuxe\u003c\/strong\u003e\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eMaterial\u003c\/th\u003e\n\n\u003ctd\u003eItalian Leather + Premium Metals\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eCompatibility\u003c\/th\u003e\n\n\u003ctd\u003eWHOOP 3.0 (Not 4.0)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eExtras\u003c\/th\u003e\n\n\u003ctd\u003eSuede pouch\/polishing cloth\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003eIdeal Use\u003c\/th\u003e\n\n\u003ctd\u003eEvents, Office, Special Occasions\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\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!-- END ENCAPSULATED CONTENT --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Chestnut\/Cream With Titanium - Straight \/ Small","offer_id":58174720508252,"sku":"B0FL9MBBZ4","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Black With Titanium - Tapered \/ Small","offer_id":58174720541020,"sku":"B0FLB4GW83","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Black With Titanium - Tapered \/ Large","offer_id":58174720573788,"sku":"B0FLB67KNP","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Camel With Gold - Tapered \/ Large","offer_id":58174720606556,"sku":"B0FL9T7MS1","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Chestnut\/Cream With Titanium - Straight \/ Large","offer_id":58174720639324,"sku":"B0FLB21PGW","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Negro\/Crema con Titanio - Recto \/ Small","offer_id":58174720672092,"sku":"B0FL9W2L2F","price":205.0,"currency_code":"USD","in_stock":true},{"title":"Negro\/Crema con Titanio - Recto \/ Large","offer_id":58174720704860,"sku":"B0FL9MDT3H","price":205.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/91fd6ffbe9abfbc4d86ebbc04ac88c2d_dd8bb79d-0d2f-4869-b767-11dc62c3ad53.jpg?v=1782963044","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/correa-whoop-leatherluxe-cuero-italiano-premium-lujo","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}