{"title":"Cubitt ","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\n\u003c!-- SEO: Metadatos optimizados para la Colección Cubitt --\u003e\n\u003cp\u003e\u003cmeta name=\"description\" content=\"Discover the Cubitt ecosystem in Chile. VIVA and AURA smartwatches, noise-canceling headphones, and wellness accessories. Premium technology at the best price.\"\u003e\u003cmeta name=\"keywords\" content=\"Cubitt Chile, Cubitt Smartwatch, Cubitt Hearing Aids, Cubitt VIVA 2, Cubitt AURA, Cubitt Bottles, Smart Scale\"\u003e\u003c\/p\u003e\n\n\u003c!-- Fuente Inter para estética moderna y limpia --\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=Inter:wght@300;400;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\n\u003cstyle\u003e\n        \/* Encapsulamiento total mediante prefijo .gp-cubitt-col- *\/\n        .gp-cubitt-col-root {\n            \/* Paleta Premium Cubitt\/Apple Style *\/\n            --gp-bg-main: #ffffff;\n            --gp-bg-card: #f8f9fa; \/* Gris muy tenue para tarjetas *\/\n            --gp-bg-header: #f0fbfb; \/* Verde marino muy suave para el header *\/\n            --gp-text-main: #1d1d1f;\n            --gp-text-muted: #6e6e73;\n            \n            \/* COLOR RESALTANTE (Verde Marino Premium) *\/\n            --gp-accent: #00897B; \n            \n            --gp-radius: 24px;\n            --gp-max-width: 850px;\n            \n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n            background-color: var(--gp-bg-main);\n            color: var(--gp-text-main);\n            line-height: 1.6;\n            margin: 0 auto;\n            max-width: var(--gp-max-width);\n            padding: 20px;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .gp-cubitt-col-root * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* --- Hero Section --- *\/\n        .gp-cubitt-col-header {\n            text-align: center;\n            padding: 100px 20px 80px;\n            background: linear-gradient(180deg, var(--gp-bg-header) 0%, #ffffff 100%);\n            border-radius: var(--gp-radius);\n            color: var(--gp-text-main);\n            margin-bottom: 50px;\n            border: 1px solid rgba(0, 137, 123, 0.1);\n        }\n\n        .gp-cubitt-col-badge {\n            display: inline-block;\n            background-color: #ffffff;\n            color: var(--gp-accent);\n            border: 1px solid var(--gp-accent);\n            font-size: 0.8rem;\n            font-weight: 700;\n            padding: 8px 18px;\n            border-radius: 50px;\n            margin-bottom: 24px;\n            text-transform: uppercase;\n            letter-spacing: 0.15em;\n            box-shadow: 0 4px 15px rgba(0, 137, 123, 0.1);\n        }\n\n        .gp-cubitt-col-h1 {\n            font-size: clamp(2.8rem, 10vw, 4.5rem);\n            font-weight: 800;\n            line-height: 1.05;\n            letter-spacing: -0.03em;\n            margin-bottom: 24px;\n            color: var(--gp-text-main);\n        }\n\n        .gp-cubitt-col-lead {\n            font-size: clamp(1.2rem, 5vw, 1.6rem);\n            color: var(--gp-text-muted);\n            max-width: 700px;\n            margin: 0 auto;\n            font-weight: 300;\n        }\n        \n        .gp-cubitt-col-lead strong {\n            color: var(--gp-accent);\n            font-weight: 700;\n        }\n\n        \/* --- Secciones de Producto --- *\/\n        .gp-cubitt-col-section {\n            padding: 30px 0;\n        }\n\n        .gp-cubitt-col-card {\n            background-color: var(--gp-bg-card);\n            border-radius: var(--gp-radius);\n            padding: 0;\n            margin-bottom: 40px;\n            transition: transform 0.4s ease, box-shadow 0.4s ease;\n            border: 1px solid rgba(0,0,0,0.03);\n            overflow: hidden;\n            \/* Borde superior con el color de acento *\/\n            border-top: 6px solid var(--gp-accent);\n        }\n\n        .gp-cubitt-col-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px rgba(0, 137, 123, 0.08);\n        }\n\n        .gp-cubitt-content {\n            padding: 60px 40px; \n            text-align: center;\n        }\n\n        .gp-cubitt-col-h2 {\n            font-size: clamp(2rem, 6vw, 2.8rem);\n            font-weight: 700;\n            margin-bottom: 15px;\n            letter-spacing: -0.02em;\n            color: var(--gp-text-main);\n        }\n\n        .gp-cubitt-col-sub {\n            display: block;\n            font-size: 0.9rem;\n            color: var(--gp-accent);\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n\n        .gp-cubitt-col-p {\n            font-size: 1.15rem;\n            color: var(--gp-text-muted);\n            margin-bottom: 0;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .gp-cubitt-col-p strong {\n            color: var(--gp-text-main);\n            font-weight: 700;\n        }\n\n        \/* --- Grid de Características --- *\/\n        .gp-cubitt-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n            gap: 20px;\n            margin-top: 60px;\n            padding-top: 40px;\n            border-top: 1px solid #eeeeee;\n        }\n\n        .gp-cubitt-feat {\n            text-align: center;\n            padding: 20px;\n            background: #ffffff;\n            border-radius: 16px;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.02);\n            transition: border-color 0.3s;\n            border: 1px solid transparent;\n        }\n\n        .gp-cubitt-feat:hover {\n            border-color: var(--gp-accent);\n        }\n\n        .gp-cubitt-feat-icon {\n            font-size: 2.5rem;\n            display: block;\n            margin-bottom: 15px;\n            color: var(--gp-accent);\n        }\n\n        .gp-cubitt-feat-text {\n            font-size: 0.95rem;\n            color: var(--gp-text-main);\n            font-weight: 600;\n        }\n\n        \/* --- Footer --- *\/\n        .gp-cubitt-footer {\n            text-align: center;\n            padding: 80px 20px;\n            background-color: var(--gp-accent); \/* Verde Marino sólido *\/\n            color: white;\n            border-radius: var(--gp-radius);\n            margin-top: 60px;\n        }\n\n        .gp-cubitt-guarantee {\n            background-color: rgba(255,255,255,0.2);\n            color: #ffffff;\n            font-weight: 700;\n            font-size: 1rem;\n            padding: 6px 16px;\n            border-radius: 50px;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            margin-bottom: 20px;\n        }\n\n        \/* Accesibilidad: Foco *\/\n        .gp-cubitt-col-root a:focus {\n            outline: 3px solid var(--gp-accent);\n            outline-offset: 4px;\n        }\n\n        \/* Ajustes Móviles *\/\n        @media (max-width: 600px) {\n            .gp-cubitt-col-header { padding: 60px 15px; }\n            .gp-cubitt-content { padding: 40px 20px; }\n            .gp-cubitt-col-h1 { font-size: 3rem; }\n        }\n    \u003c\/style\u003e\n\u003carticle class=\"gp-cubitt-col-root\"\u003e\u003c!-- Hero Section --\u003e\u003cheader class=\"gp-cubitt-col-header\"\u003e \u003cspan class=\"gp-cubitt-col-badge\"\u003eYour Best Version\u003c\/span\u003e\n\u003ch1 class=\"gp-cubitt-col-h1\"\u003e Cubitt World\u003c\/h1\u003e\n\n\u003cp class=\"gp-cubitt-col-lead\"\u003e Transform your daily routine with inspiring technology. From high-performance \u003cstrong\u003esmartwatches\u003c\/strong\u003e to essential \u003cstrong\u003ewellness accessories\u003c\/strong\u003e . \u003c\/p\u003e\n\n\u003c\/header\u003e\u003cmain\u003e\u003c!-- Sección: Smartwatches (VIVA \u0026 AURA) --\u003e\n\u003csection class=\"gp-cubitt-col-section\"\u003e\n\u003cdiv class=\"gp-cubitt-col-card\"\u003e\n\n\u003cdiv class=\"gp-cubitt-content\"\u003e\n\n \u003cspan class=\"gp-cubitt-col-sub\"\u003ePro Series\u003c\/span\u003e\n\u003ch2 class=\"gp-cubitt-col-h2\"\u003e Advanced Smartwatches\u003c\/h2\u003e\n\n \u003cp class=\"gp-cubitt-col-p\"\u003eBoost your training with the \u003cstrong\u003eVIVA 2\u003c\/strong\u003e and \u003cstrong\u003eAURA Pro\u003c\/strong\u003e models. Equipped with \u003cstrong\u003eultra-bright AMOLED\u003c\/strong\u003e displays, dual-band GPS, and 24\/7 health sensors. Designed for those seeking \u003cstrong\u003eprecision\u003c\/strong\u003e and style in every move. \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- Sección: Serie CT (Accesible y Funcional) --\u003e\n\u003csection class=\"gp-cubitt-col-section\"\u003e\n\u003cdiv class=\"gp-cubitt-col-card\"\u003e\n\n\u003cdiv class=\"gp-cubitt-content\"\u003e\n\n \u003cspan class=\"gp-cubitt-col-sub\"\u003eDaily Style\u003c\/span\u003e\n\u003ch2 class=\"gp-cubitt-col-h2\"\u003e CT Series: Life Essentials\u003c\/h2\u003e\n\n\u003cp class=\"gp-cubitt-col-p\"\u003e The perfect combination of functionality and price. The \u003cstrong\u003eCT2 and CT4\u003c\/strong\u003e series offer heart rate monitoring, smart notifications, and \u003cstrong\u003elong battery life\u003c\/strong\u003e . The ideal companion to keep you connected and active without hassle. \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- Sección: Audio (Earbuds \u0026 Headphones) --\u003e\n\u003csection class=\"gp-cubitt-col-section\"\u003e\n\u003cdiv class=\"gp-cubitt-col-card\"\u003e\n\n\u003cdiv class=\"gp-cubitt-content\"\u003e\n\n \u003cspan class=\"gp-cubitt-col-sub\"\u003eImmersive Sound\u003c\/span\u003e\n\u003ch2 class=\"gp-cubitt-col-h2\"\u003e Cubitt Audio\u003c\/h2\u003e\n\n\u003cp class=\"gp-cubitt-col-p\"\u003e Block out the noise with the \u003cstrong\u003eHeadphones Lite\u003c\/strong\u003e with hybrid noise cancellation, or enjoy total freedom with the \u003cstrong\u003eTWS Earbuds\u003c\/strong\u003e . High-fidelity sound, \u003cstrong\u003edeep bass\u003c\/strong\u003e , and batteries that last for days, designed for your lifestyle. \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- Sección: Bienestar y Hogar (Balanzas y Botellas) --\u003e\n\u003csection class=\"gp-cubitt-col-section\"\u003e\n\u003cdiv class=\"gp-cubitt-col-card\"\u003e\n\n\u003cdiv class=\"gp-cubitt-content\"\u003e \n\u003cspan class=\"gp-cubitt-col-sub\"\u003eHome and Health\u003c\/span\u003e\n\u003ch2 class=\"gp-cubitt-col-h2\"\u003e Wellness Ecosystem\u003c\/h2\u003e\n\n\u003cp class=\"gp-cubitt-col-p\"\u003e Take complete control. The \u003cstrong\u003eSmart Scale\u003c\/strong\u003e offers 13 body metrics synced with your app. Stay hydrated with the stainless steel \u003cstrong\u003eThermal Bottles\u003c\/strong\u003e and \u003cstrong\u003eTumblers\u003c\/strong\u003e that maintain the perfect temperature for hours. \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- Sección: Niños y Jóvenes --\u003e\n\u003csection class=\"gp-cubitt-col-section\"\u003e\n\u003cdiv class=\"gp-cubitt-col-card\"\u003e\n\n\u003cdiv class=\"gp-cubitt-content\"\u003e\n\n \u003cspan class=\"gp-cubitt-col-sub\"\u003eNew Generation\u003c\/span\u003e\n\u003ch2 class=\"gp-cubitt-col-h2\"\u003e Cubitt Jr. and Teens\u003c\/h2\u003e\n\n\u003cp class=\"gp-cubitt-col-p\"\u003e Safe and fun technology. Watches designed to encourage \u003cstrong\u003ehealthy habits\u003c\/strong\u003e in children and teenagers, with educational games, parental controls, and durable designs for \u003cstrong\u003eschool and play\u003c\/strong\u003e . \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- Por qué Cubitt --\u003e\n\u003csection class=\"gp-cubitt-col-section\"\u003e\n\u003cdiv style=\"background: transparent; border: none; box-shadow: none;\" class=\"gp-cubitt-col-card\"\u003e\n\n\u003ch2 style=\"text-align: center; font-size: 2rem;\" class=\"gp-cubitt-col-h2\"\u003e The Cubitt Promise\u003c\/h2\u003e\n\n\u003cdiv class=\"gp-cubitt-grid\"\u003e\n\n\u003cdiv class=\"gp-cubitt-feat\"\u003e\n\n \u003cspan class=\"gp-cubitt-feat-icon\"\u003e⚡\u003c\/span\u003e \u003cspan class=\"gp-cubitt-feat-text\"\u003eLong-lasting Battery\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gp-cubitt-feat\"\u003e\n\n \u003cspan class=\"gp-cubitt-feat-icon\"\u003e📱\u003c\/span\u003e \u003cspan class=\"gp-cubitt-feat-text\"\u003eIntuitive Universal App\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gp-cubitt-feat\"\u003e\n\n \u003cspan class=\"gp-cubitt-feat-icon\"\u003e💎\u003c\/span\u003e \u003cspan class=\"gp-cubitt-feat-text\"\u003eAffordable Premium Quality\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gp-cubitt-feat\"\u003e \n\u003cspan class=\"gp-cubitt-feat-icon\"\u003e🤝\u003c\/span\u003e \u003cspan class=\"gp-cubitt-feat-text\"\u003eReal Local Guarantee\u003c\/span\u003e \n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\u003cfooter class=\"gp-cubitt-footer\"\u003e\n\u003cdiv class=\"gp-cubitt-guarantee\"\u003e\n\n \u003cspan\u003e✓\u003c\/span\u003e Official Warranty at GSMPRO Chile\u003c\/div\u003e\n\n\u003cp style=\"font-size: 1rem; margin: 0; opacity: 0.9;\"\u003e Find the perfect device for you with fast nationwide shipping.\u003c\/p\u003e\n\n\u003c\/footer\u003e\u003c\/main\u003e\u003c\/article\u003e","products":[],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/collections\/images.png?v=1768245409","url":"https:\/\/www.gsmpro.com\/collections\/gsmpro-cl-collections-cubitt-smartwatches-audifonos-chile.oembed","provider":"GSMPRO.CL","version":"1.0","type":"link"}