{"product_id":"polar-loop-banda-inteligente-de-salud-y-fitness","title":"Polar Loop - Smart health and fitness band","description":"\u003c!-- \n  INSTALLATION INSTRUCTIONS FOR SHOPIFY:\n  1. Go to Products \u0026gt; Select \"Polar Loop\".\n  2. In the Description editor, click the \"\u0026lt; \u0026gt;\" (Show HTML) button.\n  3. Paste all the code below.\n  4. Save the changes.\n--\u0026gt;\n\n\u003cdiv id=\"polar-loop-showcase\"\u003e\n\n\n  \u003c!-- ESCAPED CSS STYLES (Only affect this section) --\u003e\n  \u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Fredoka:wght@400;600\u0026family=Inter:wght@300;400;700\u0026display=swap');\n\n    #polar-loop-showcase {\n      --brand-primary: #e63946; \/* Polar Red *\/\n      --brand-dark: #1d1d1d;\n      --brand-light: #f8f9fa;\n      --brand-gold: #d4af37;\n      --text-main: #333;\n      --text-muted: #555;\n      font-family: 'Inter', sans-serif;\n      color: var(--text-main);\n      line-height: 1.5;\n      max-width: 100%;\n      overflow-x: hidden;\n    }\n\n    \/* TYPOGRAPHY COMPACTA *\/\n    #polar-loop-showcase h1, \n    #polar-loop-showcase h2, \n    #polar-loop-showcase h3 {\n      font-family: 'Fredoka', sans-serif;\n      margin-bottom: 0.8rem;\n      line-height: 1.1;\n    }\n\n    #polar-loop-showcase h1 {\n      font-size: clamp(2.2rem, 5vw, 3.5rem);\n      font-weight: 600;\n      color: var(--brand-dark);\n      letter-spacing: -1px;\n    }\n\n    #polar-loop-showcase h2 {\n      font-size: clamp(1.5rem, 4vw, 2.2rem);\n      color: var(--brand-primary);\n    }\n\n    #polar-loop-showcase p {\n        margin-bottom: 1rem;\n    }\n\n    \/* HERO SECTION *\/\n    .pl-hero {\n      padding: 3rem 1rem;\n      background: radial-gradient(circle at center, #f3f3f3, #fff);\n      text-align: center;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      border-bottom: 1px solid #eee;\n    }\n\n    .pl-badge-pulse {\n      display: inline-block;\n      background-color: var(--brand-gold);\n      color: #fff;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: bold;\n      font-size: 0.9rem;\n      text-transform: uppercase;\n      margin-bottom: 1rem;\n      box-shadow: 0 0 0 rgba(212, 175, 55, 0.4);\n      animation: pulse-gold 2s infinite;\n    }\n\n    @keyframes pulse-gold {\n      0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7); }\n      70% { box-shadow: 0 0 0 10px rgba(212, 175, 55, 0); }\n      100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }\n    }\n\n    \/* SEPARADORES VISUALES *\/\n    .pl-divider {\n      width: 40px;\n      height: 3px;\n      background: var(--brand-primary);\n      margin: 1rem auto;\n      border-radius: 2px;\n    }\n\n    \/* VALUE PROPS - MAXIMO 2 COLUMNAS *\/\n    .pl-features-grid {\n      display: grid;\n      \/* Móvil por defecto: 1 columna *\/\n      grid-template-columns: 1fr; \n      gap: 1rem;\n      padding: 2rem 1rem;\n      max-width: 800px; \/* Ancho ajustado para 2 cols *\/\n      margin: 0 auto;\n      background: #fff;\n    }\n\n    \/* Media Query para Tablets\/Desktop: EXACTAMENTE 2 COLUMNAS *\/\n    @media (min-width: 600px) {\n      .pl-features-grid {\n        grid-template-columns: 1fr 1fr; \n      }\n    }\n\n    .pl-feature-card {\n      background: #fdfdfd;\n      padding: 1.5rem;\n      border-radius: 12px;\n      border: 1px solid #eee;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      transition: transform 0.2s ease;\n    }\n\n    .pl-feature-card:hover {\n        border-color: var(--brand-primary);\n        background: #fff;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n\n    .pl-icon {\n      font-size: 2.5rem;\n      margin-bottom: 0.5rem;\n      display: block;\n    }\n    \n    .pl-feature-card h3 {\n        font-size: 1.1rem;\n        margin-bottom: 0.5rem;\n    }\n    \n    .pl-feature-card p {\n        font-size: 0.9rem;\n        margin-bottom: 0;\n    }\n\n    \/* CONTENT BLOCKS *\/\n    .pl-content-block {\n      padding: 3rem 1rem;\n      text-align: center;\n      border-bottom: 1px solid #eee;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n\n    .pl-content-block.alt-bg {\n      background-color: var(--brand-light);\n      border-bottom: none;\n    }\n\n    .pl-text-wrapper {\n      max-width: 600px;\n      margin: 0 auto;\n    }\n\n    .pl-highlight {\n      color: var(--brand-primary);\n      font-weight: bold;\n    }\n\n    \/* ACCORDIONS \/ DROPDOWNS *\/\n    .pl-accordion-section {\n      max-width: 600px; \n      margin: 0 auto;\n      padding: 2rem 1rem;\n      background: #fff;\n    }\n\n    details.pl-details {\n      background: #fff;\n      border: 1px solid #e0e0e0;\n      border-radius: 8px;\n      margin-bottom: 0.5rem;\n    }\n\n    summary.pl-summary {\n      padding: 1rem;\n      font-weight: 700;\n      font-size: 1rem;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background: #f9f9f9;\n      border-radius: 8px;\n    }\n    \n    details[open] summary.pl-summary {\n        border-bottom-left-radius: 0;\n        border-bottom-right-radius: 0;\n        border-bottom: 1px solid #eee;\n    }\n\n    summary.pl-summary::-webkit-details-marker {\n      display: none;\n    }\n\n    summary.pl-summary::after {\n      content: '+';\n      font-size: 1.5rem;\n      color: var(--brand-primary);\n      font-weight: 400;\n      line-height: 1;\n    }\n\n    details[open] summary.pl-summary::after {\n      transform: rotate(45deg);\n    }\n\n    .pl-details-content {\n      padding: 1rem;\n      color: var(--text-muted);\n      text-align: left;\n      font-size: 0.95rem;\n    }\n\n    \/* SPEC TABLE *\/\n    .pl-spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 0;\n    }\n\n    .pl-spec-table th, .pl-spec-table td {\n      text-align: left;\n      padding: 0.6rem;\n      border-bottom: 1px solid #eee;\n      font-size: 0.9rem;\n    }\n    \n    .pl-spec-table tr:last-child th,\n    .pl-spec-table tr:last-child td {\n        border-bottom: none;\n    }\n\n    .pl-spec-table th {\n      color: var(--brand-dark);\n      width: 35%;\n      font-weight: 600;\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- MICRODATA SCHEMA.ORG (TECHNICAL SEO) --\u003e\n  \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Polar Loop - Banda Inteligente Sin Pantalla\",\n    \"description\": \"Discreto, inteligente y diseñado para la vida. Polar Loop redefine el fitness tracker con monitoreo 24\/7, sin pantalla y sin suscripciones.\",\n    \"brand\": {\n      \"@type\": \"Brand\",\n      \"name\": \"Polar\"\n    },\n    \"sku\": \"POLAR-LOOP-GOLD\",\n    \"offers\": {\n      \"@type\": \"Offer\",\n      \"url\": \"https:\/\/tutienda.com\/products\/polar-loop\",\n      \"priceCurrency\": \"USD\",\n      \"price\": \"99.00\",\n      \"priceValidUntil\": \"2025-12-31\",\n      \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n      \"availability\": \"https:\/\/schema.org\/InStock\"\n    },\n    \"weight\": {\n      \"@type\": \"QuantitativeValue\",\n      \"value\": \"29\",\n      \"unitCode\": \"GRM\"\n    }\n  }\n  \u003c\/script\u003e\n\n  \u003c!-- HTML CONTENT --\u003e\n  \u003c!-- Hero Section Compact --\u003e\n  \u003csection class=\"pl-hero\"\u003e\n    \u003cspan class=\"pl-badge-pulse\"\u003e🔥 Limited Offer: No Subscriptions\u003c\/span\u003e\n    \u003ch1\u003eRedefine Your Well-being.\u003cbr\u003eScreen-Free.\u003c\/h1\u003e\n\n    \u003cdiv class=\"pl-divider\"\u003e\u003c\/div\u003e\n\n    \u003cp style=\"font-size: 1.1rem; color: var(--text-muted); max-width: 100%;\"\u003e\n      24\/7 heart rate monitoring and sleep analysis in an ultralight design. Live without distractions.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- Block 1: Problem\/Solution --\u003e\n  \u003csection class=\"pl-content-block alt-bg\"\u003e\n    \u003cdiv class=\"pl-text-wrapper\"\u003e\n\n      \u003ch2\u003eDesigned for real life\u003c\/h2\u003e\n\n      \u003cp\u003eThe \u003cstrong\u003ePolar Loop\u003c\/strong\u003e redefines the fitness tracker. With no distracting screen, it helps you focus on your health. Ultralight, with 24\/7 monitoring, sleep analysis and automatic training detection.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- Feature Stack (1 Col mobile \/ 2 Cols Desktop) --\u003e\n  \u003csection class=\"pl-features-grid\"\u003e\n    \u003cdiv class=\"pl-feature-card\"\u003e\n\n      \u003cspan class=\"pl-icon\"\u003e🔋\u003c\/span\u003e\n      \u003ch3\u003e8-Day Battery Life\u003c\/h3\u003e\n\n      \u003cp\u003eNo daily charging. Fast USB-C charging.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-feature-card\"\u003e\n\n      \u003cspan class=\"pl-icon\"\u003e💤\u003c\/span\u003e\n      \u003ch3\u003eSleep Expert\u003c\/h3\u003e\n\n      \u003cp\u003eNightly Recharge™ and SleepWise technology.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-feature-card\"\u003e\n\n      \u003cspan class=\"pl-icon\"\u003e🔓\u003c\/span\u003e\n      \u003ch3\u003e100% Free\u003c\/h3\u003e\n\n      \u003cp\u003eNo monthly payments. Polar Flow App included.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-feature-card\"\u003e\n\n      \u003cspan class=\"pl-icon\"\u003e💧\u003c\/span\u003e\n      \u003ch3\u003eWater Resistant\u003c\/h3\u003e\n\n      \u003cp\u003eWR30 certified. Suitable for showering and sweating.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- Block 2: Aesthetic Details --\u003e\n  \u003csection class=\"pl-content-block\"\u003e\n    \u003cdiv class=\"pl-text-wrapper\"\u003e\n\n      \u003ch2\u003eStyle and Substance\u003c\/h2\u003e\n\n      \u003cp\u003eElegant design in Golden Sand color. At only \u003cstrong\u003e29 grams\u003c\/strong\u003e, you'll forget you're wearing it until you see your results.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- Accordion Section --\u003e\n  \u003csection class=\"pl-accordion-section\"\u003e\n    \u003ch3 style=\"text-align: center; margin-bottom: 1.5rem;\"\u003eTechnical Details and Benefits\u003c\/h3\u003e\n\n\n    \u003c!-- Dropdown 1 --\u003e\n    \u003cdetails class=\"pl-details\"\u003e\n      \u003csummary class=\"pl-summary\"\u003eTechnical Specifications\u003c\/summary\u003e\n      \u003cdiv class=\"pl-details-content\"\u003e\n\n        \u003ctable class=\"pl-spec-table\"\u003e\n\n          \u003ctr\u003e\n\n\u003cth\u003eBrand\u003c\/th\u003e\n\n\u003ctd\u003ePolar\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n\u003cth\u003eModel\u003c\/th\u003e\n\n\u003ctd\u003eLoop\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n\u003cth\u003eColor\u003c\/th\u003e\n\n\u003ctd\u003eGolden Sand\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n\u003cth\u003eWeight\u003c\/th\u003e\n\n\u003ctd\u003e29g (Ultralight)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n\u003cth\u003eBattery\u003c\/th\u003e\n\n\u003ctd\u003e8 Days (Lithium)\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n\u003cth\u003eResistance\u003c\/th\u003e\n\n\u003ctd\u003eWR30\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n          \u003ctr\u003e\n\n\u003cth\u003eCompatibility\u003c\/th\u003e\n\n\u003ctd\u003eiOS, Android, PC\u003c\/td\u003e\n\n\n\u003c\/tr\u003e\n\n        \u003c\/table\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n    \u003c!-- Dropdown 2 --\u003e\n    \u003cdetails class=\"pl-details\"\u003e\n      \u003csummary class=\"pl-summary\"\u003eWhy choose Polar Loop?\u003c\/summary\u003e\n      \u003cdiv class=\"pl-details-content\"\u003e\n\n        \u003cul style=\"padding-left: 1.2rem; margin: 0;\"\u003e\n\n          \u003cli\u003e\n\n\u003cstrong\u003eSmart Tracking:\u003c\/strong\u003e 24\/7 screen-free.\u003c\/li\u003e\n\n          \u003cli\u003e\n\n\u003cstrong\u003eDiscrete:\u003c\/strong\u003e Minimalist, only 29g.\u003c\/li\u003e\n\n          \u003cli\u003e\n\n\u003cstrong\u003eNo Subscription:\u003c\/strong\u003e Free Polar Flow App.\u003c\/li\u003e\n\n          \u003cli\u003e\n\n\u003cstrong\u003eSleep Science:\u003c\/strong\u003e Advanced recovery.\u003c\/li\u003e\n\n          \u003cli\u003e\n\n\u003cstrong\u003eConnectivity:\u003c\/strong\u003e Bluetooth 5.1.\u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n    \u003c!-- Dropdown 3 --\u003e\n    \u003cdetails class=\"pl-details\"\u003e\n      \u003csummary class=\"pl-summary\"\u003eIn the Box\u003c\/summary\u003e\n      \u003cdiv class=\"pl-details-content\"\u003e\n\n        \u003cp style=\"margin:0;\"\u003e1x Polar Loop Band, 1x USB-C Cable, 1x Manual, 1x Extra Strap.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTERACTIVE SCRIPT --\u003e\n  \u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', () =\u003e {\n      \/\/ Simple toggle tracking\n      const details = document.querySelectorAll('details');\n      details.forEach(detail =\u003e {\n        detail.addEventListener('toggle', () =\u003e {\n          if (detail.open) {\n            console.log('Sección vista: ' + detail.querySelector('summary').innerText);\n          }\n        });\n      });\n    });\n  \u003c\/script\u003e\n\n","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174523933020,"sku":null,"price":400.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/Untitle11111d_39f6dac8-4785-416d-8ae4-9e58bfaea4a9.png?v=1782976456","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/polar-loop-banda-inteligente-de-salud-y-fitness","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}