{"product_id":"polar-oh1-monitor-optico-frecuencia-cardiaca-brazalete-natacion","title":"Polar OH1 - Waterproof Optical Heart Rate Monitor","description":"\u003cdiv id=\"gsm-product-content\"\u003e\n\n  \u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;700;800\u0026display=swap');\n    \n    #gsm-product-content { \n      font-family: 'Montserrat', 'Inter', sans-serif; \n      color: #00003A; \n      line-height: 1.6; \n      max-width: 1000px; \n      margin: 0 auto; \n      background-color: #fff; \n    }\n    #gsm-product-content * { box-sizing: border-box; }\n    \n    :root { \n      --gsm-blue: #0389FC; \n      --gsm-navy: #00003A; \n      --gsm-indigo: #413AF4; \n      --gsm-yellow: #EDFF00; \n    }\n\n    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { \n      margin: 0; \n      font-weight: 800; \n      letter-spacing: -0.02em; \n      text-transform: uppercase;\n    }\n\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: var(--gsm-navy); text-align: center; }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.1rem; color: #4a4a4a; }\n    \n    \/* HERO SECTION *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 5rem 1.5rem; \n      background: linear-gradient(135deg, #f8f9fa 0%, #eef6ff 100%); \n      border-radius: 32px; \n      margin-bottom: 3rem; \n      border: 1px solid #eef2f6;\n    }\n    .gsm-hero h1 { \n      font-size: clamp(2.2rem, 5vw, 3.2rem); \n      color: var(--gsm-blue); \n      line-height: 1.1; \n      margin-bottom: 1.5rem; \n    }\n    .gsm-hero .subheadline { \n      font-size: 1.4rem; \n      color: var(--gsm-navy); \n      font-weight: 500; \n      max-width: 800px; \n      margin: 0 auto; \n      text-transform: none;\n    }\n    \n    \/* BENTO GRID *\/\n    .gsm-grid { \n      display: grid; \n      grid-template-columns: repeat(2, 1fr); \n      gap: 24px; \n      margin-bottom: 4rem; \n    }\n    .gsm-card { \n      background: #f8f9fa; \n      padding: 2.5rem; \n      border-radius: 28px; \n      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); \n      border: 1px solid rgba(0,0,0,0.04); \n      display: flex; \n      flex-direction: column; \n    }\n    .gsm-card:hover { \n      transform: translateY(-8px); \n      box-shadow: 0 20px 40px rgba(0,0,30,0.08); \n    }\n    \n    \/* HIGHLIGHT CARD (NAVY BACKGROUND) *\/\n    .gsm-card.highlight { \n      background: var(--gsm-navy); \n      grid-column: span 1;\n    }\n    .gsm-card.highlight h3 { color: #FFFFFF !important; }\n    .gsm-card.highlight p { color: #d1d1e0 !important; font-size: 1rem; }\n    .gsm-card.highlight .icon-box { \n      background: rgba(255,255,255,0.1); \n      color: var(--gsm-yellow); \n    }\n    \n    .gsm-card h3 { font-size: 1.3rem; margin-bottom: 0.8rem; color: var(--gsm-navy); }\n    .gsm-card p { font-size: 0.95rem; line-height: 1.5; margin-bottom: 0; color: #4a4a4a; }\n    \n    .icon-box { \n      width: 56px; \n      height: 56px; \n      margin-bottom: 1.5rem; \n      display: flex; \n      align-items: center; \n      justify-content: center; \n      border-radius: 16px; \n      background: white; \n      color: var(--gsm-blue); \n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n    .icon-box svg { width: 28px; height: 28px; }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { \n      display: grid; \n      grid-template-columns: repeat(3, 1fr); \n      gap: 20px; \n      margin-bottom: 4rem; \n    }\n    .review-card { \n      background: white; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 1.8rem; \n    }\n    .stars { color: #FFCC00; margin-bottom: 0.8rem; font-size: 0.9rem; }\n    .review-text { font-style: italic; font-size: 0.9rem; color: #555; }\n    .review-author { display: block; margin-top: 1rem; font-weight: 700; color: var(--gsm-navy); font-size: 0.85rem; }\n    \n    \/* SPECS TABLE *\/\n    .specs-container { \n      background: #ffffff; \n      border-radius: 28px; \n      border: 1px solid #f0f0f0; \n      padding: 3rem; \n      margin-bottom: 4rem; \n    }\n    .spec-row { \n      display: flex; \n      justify-content: space-between; \n      padding: 1.2rem 0; \n      border-bottom: 1px solid #f5f5f5; \n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: var(--gsm-navy); text-transform: uppercase; font-size: 0.85rem; }\n    .spec-value { color: #666; font-size: 0.95rem; font-weight: 500; text-align: right; }\n    \n    \/* FAQ SECTION *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #fcfcfc; margin-bottom: 12px; border-radius: 16px; border: 1px solid #f0f0f0; transition: all 0.3s; }\n    details[open] { border-color: var(--gsm-blue); background: #fff; }\n    summary { padding: 1.5rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: var(--gsm-navy); font-size: 1rem; }\n    summary::after { content: '↓'; position: absolute; right: 25px; transition: 0.3s; color: var(--gsm-blue); font-weight: 800; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #555; font-size: 0.95rem; border-top: 1px solid #f9f9f9; padding-top: 1rem; }\n    \n    \/* FOOTER BANNER *\/\n    .gsm-footer-banner { \n      text-align: center; \n      padding: 3rem; \n      background: linear-gradient(135deg, #0389FC 0%, #413AF4 100%); \n      border-radius: 28px; \n      color: white; \n    }\n    .gsm-footer-banner h3 { color: var(--gsm-yellow) !important; margin-bottom: 0.8rem; letter-spacing: 1px; }\n    .gsm-footer-banner p { color: white; margin-bottom: 0; font-weight: 500; }\n\n    @media (max-width: 768px) { \n      .gsm-hero { padding: 3rem 1rem; }\n      .gsm-hero h1 { font-size: 2rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-reviews { grid-template-columns: 1fr; }\n      .specs-container { padding: 1.5rem; }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"gsm-hero\"\u003e\n\n    \u003ch1\u003eTOTAL FREEDOM IN YOUR TRAINING\u003c\/h1\u003e\n\n    \u003cp class=\"subheadline\"\u003ePolar OH1: The optical heart rate monitor that redefines versatility. Wear it on your arm or temple and forget about traditional chest straps.\u003c\/p\u003e\n\n    \u003cdiv style=\"margin-top: 25px; font-weight: 800; color: var(--gsm-blue); letter-spacing: 2px; font-size: 0.85rem;\"\u003ePOLAR OH1 - OPTICAL HEART RATE SENSOR\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gsm-grid\"\u003e\n\n    \u003c!-- Highlight Card: Connectivity --\u003e\n    \u003cdiv class=\"gsm-card highlight\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M5 12.55a11 11 0 0 1 14.08 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M1.42 9a16 16 0 0 1 21.16 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eSIMULTANEOUS DUAL CONNECTIVITY\u003c\/h3\u003e\n\n      \u003cp\u003eCompatible with Bluetooth® and ANT+ to connect simultaneously to your sports watch, cycling computer, and fitness apps like Strava or Polar Flow. Total versatility for any setup.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \n    \u003c!-- Optical Precision Card --\u003e\n    \u003cdiv class=\"gsm-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 2v4M12 18v4M4.9 4.9l2.8 2.8M16.3 16.3l2.8 2.8M2 12h4M18 12h4M4.9 19.1l2.8-2.8M16.3 7.7l2.8-2.8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e6-LED OPTICAL SENSOR\u003c\/h3\u003e\n\n      \u003cp\u003ePolar's high-quality optical reading technology. The 6 integrated LEDs guarantee accurate and stable measurement even during the most intense movements.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Memory Card --\u003e\n    \u003cdiv class=\"gsm-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eINTEGRATED INTERNAL MEMORY\u003c\/h3\u003e\n\n      \u003cp\u003eTrain without needing to carry your phone or watch. The Polar OH1 can store up to 200 hours of training data for you to sync with the Polar Flow app afterward.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Versatility Card --\u003e\n    \u003cdiv class=\"gsm-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eOPEN WATER DESIGN\u003c\/h3\u003e\n\n      \u003cp\u003eFully waterproof up to 30 meters. Includes a special clip for swimming goggles, allowing you to flawlessly measure your heart rate directly from your temple.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2\u003eTHE ATHLETES' EXPERIENCE\u003c\/h2\u003e\n\n  \u003cdiv class=\"gsm-reviews\"\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cp class=\"review-text\"\u003e\"Perfect for swimming. I attach it to my goggles with the included clip and the accuracy is incredible without a chest strap bothering me.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eLucas G. - Pro Swimmer\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cp class=\"review-text\"\u003e\"Much more comfortable than a chest strap for my long bike rides. It connects instantly with my Garmin and Apple Watch.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eMarta S. - Cyclist\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cp class=\"review-text\"\u003e\"The internal memory is great for gym days when I don't want to carry my phone. It syncs everything perfectly when I'm done.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eRoberto V. - Fitness Enthusiast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"specs-container\"\u003e\n\n    \u003ch2 style=\"text-align: left; font-size: 1.4rem; border-left: 5px solid var(--gsm-blue); padding-left: 15px; text-transform: uppercase;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eSensor Technology\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e6-LED Optical\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eMemory\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eUp to 200 hours of training\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eBattery Life\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eUp to 12 hours (Rechargeable battery)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eConnectivity\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eBluetooth Low Energy \u0026amp; ANT+\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eWater Resistance\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e30 m (Suitable for swimming)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eSensor: 5g \/ Armband: 12g\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2\u003eFREQUENTLY ASKED QUESTIONS\u003c\/h2\u003e\n\n  \u003cdiv class=\"gsm-faq\"\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhere is the best place to wear the Polar OH1?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        For running or cycling, it's best to wear it on your upper arm or forearm. For swimming, use the included clip to attach it to your swim goggle strap against your temple.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eIs it compatible with Apple Watch and other watches?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        Yes, thanks to its dual Bluetooth and ANT+ connectivity, it's compatible with Apple Watch, Garmin watches, Suunto, Polar, and virtually any device that supports external sensors.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eHow do I charge the battery?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        The package includes a specific USB adapter where you insert the sensor to charge it in any computer USB port or wall charger.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gsm-footer-banner\"\u003e\n\n    \u003ch3\u003ePOLAR QUALITY GUARANTEED BY GSMPRO.CL\u003c\/h3\u003e\n\n    \u003cp\u003eOriginal Polar product, sealed and with technical support. Boost your performance with the most versatile optical technology on the market. Fast shipping throughout Chile.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Polar OH1 Monitor Óptico de Frecuencia Cardíaca\",\n  \"image\": \"https:\/\/gsmpro.cl\/path-to-polar-oh1-image.jpg\",\n  \"description\": \"Sensor de frecuencia cardíaca óptico versátil con 6 LEDs, memoria interna, conectividad Bluetooth\/ANT+ e impermeable para natación.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Polar\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"priceCurrency\": \"CLP\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"GSMPRO.CL\"\n    }\n  },\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"5.0\",\n    \"reviewCount\": \"114\"\n  }\n}\n\u003c\/script\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174524129628,"sku":"B07PM5MWVY","price":149.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/z_46b7ddef-e575-4943-84f6-73d7f86c274f.png?v=1782960599","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/polar-oh1-monitor-optico-frecuencia-cardiaca-brazalete-natacion","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}