{"product_id":"gopro-lit-hero-camara-de-accion-ligera","title":"GoPro LIT Hero - Lightweight Action Camera","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700;800\u0026family=Montserrat:wght@700;800\u0026display=swap');\n\n    #gsm-product-content { \n      font-family: 'Inter', 'Montserrat', sans-serif; \n      color: #00003A; \n      line-height: 1.6; \n      max-width: 1000px; \n      margin: 0 auto; \n      background-color: #fff; \n      padding: 10px;\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      font-family: 'Montserrat', sans-serif;\n    }\n\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: var(--gsm-navy); }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.05rem; color: #4a4a4a; }\n    \n    \/* HERO SECTION *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 4rem 1.5rem; \n      background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%); \n      border-radius: 32px; \n      margin-bottom: 3rem;\n      border: 1px solid rgba(3, 137, 252, 0.1);\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: 1rem; \n    }\n    .gsm-hero .subheadline { \n      font-size: 1.3rem; \n      color: var(--gsm-navy); \n      font-weight: 500; \n      max-width: 800px; \n      margin: 0 auto; \n    }\n    \n    \/* BENTO GRID *\/\n    .gsm-grid { \n      display: grid; \n      grid-template-columns: repeat(2, 1fr); \n      gap: 20px; \n      margin-bottom: 3rem; \n    }\n    .gsm-card { \n      background: #f8f9fa; \n      padding: 2.2rem; \n      border-radius: 28px; \n      transition: all 0.3s ease; \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(-5px); \n      box-shadow: 0 15px 35px rgba(0,0,30,0.08); \n    }\n    \n    \/* HIGHLIGHT CARD (CONTRASTE CRÍTICO) *\/\n    .gsm-card.highlight { \n      background: var(--gsm-navy); \n      grid-column: span 2;\n      flex-direction: row;\n      align-items: center;\n      gap: 30px;\n    }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: #FFFFFF !important; }\n    .gsm-card.highlight .icon-box { \n      background: rgba(255,255,255,0.1); \n      color: var(--gsm-yellow); \n      min-width: 70px;\n      height: 70px;\n    }\n    \n    .gsm-card h3 { font-size: 1.4rem; margin-bottom: 0.7rem; color: var(--gsm-navy); }\n    .icon-box { \n      width: 48px; \n      height: 48px; \n      margin-bottom: 1.5rem; \n      display: flex; \n      align-items: center; \n      justify-content: center; \n      border-radius: 14px; \n      background: white; \n      color: var(--gsm-blue);\n      box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n    }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: flex; gap: 20px; margin-bottom: 4rem; overflow-x: auto; padding: 10px 5px; scrollbar-width: none; }\n    .review-card { \n      background: white; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 1.8rem; \n      min-width: 300px; \n      flex: 1; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.02);\n    }\n    .stars { color: #FFCC00; margin-bottom: 0.8rem; font-size: 0.9rem; }\n    \n    \/* SPECS *\/\n    .specs-container { \n      background: #ffffff; \n      border-radius: 28px; \n      border: 1px solid #f0f0f0; \n      padding: 2.5rem; \n      margin-bottom: 4rem;\n    }\n    .spec-row { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f5f5f5; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 700; color: var(--gsm-navy); }\n    .spec-value { color: #555; text-align: right; }\n    \n    \/* FAQ *\/\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; transition: all 0.3s ease; }\n    details[open] { border: 1px solid var(--gsm-blue); background: #fff; }\n    summary { padding: 1.4rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: var(--gsm-navy); outline: none; }\n    summary::after { content: '+'; position: absolute; right: 25px; color: var(--gsm-blue); font-size: 1.2rem; }\n    details[open] summary::after { content: '-'; }\n    .faq-content { padding: 0 1.4rem 1.4rem; color: #666; font-size: 1rem; }\n    \n    @media (max-width: 768px) { \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-card.highlight { flex-direction: column; grid-column: span 1; text-align: center; }\n      .gsm-card.highlight .icon-box { margin: 0 auto 1rem; }\n      .gsm-hero h1 { font-size: 2.2rem; } \n      .spec-row { flex-direction: column; }\n      .spec-value { text-align: left; margin-top: 4px; }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003cdiv style=\"font-weight: 800; color: var(--gsm-blue); letter-spacing: 3px; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 1rem;\"\u003eNew at GSMPRO.CL\u003c\/div\u003e\n\n\u003ch1\u003eGoPro LIT Hero\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eThe perfect entry-level camera. 4K60 video and built-in light to capture every moment, day or night.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 25px; font-weight: 800; color: var(--gsm-blue); letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eLimitless Lighting and Simplicity\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- Highlight Card (Built-in Light) --\u003e\n\u003cdiv class=\"gsm-card highlight\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003ccircle r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 1v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 21v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M4.22 4.22l1.42 1.42\"\u003e\u003c\/path\u003e\u003cpath d=\"M18.36 18.36l1.42 1.42\"\u003e\u003c\/path\u003e\u003cpath d=\"M1 12h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 12h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M4.22 19.78l1.42-1.42\"\u003e\u003c\/path\u003e\u003cpath d=\"M18.36 5.64l1.42-1.42\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"content-text\"\u003e\n\n\u003ch3\u003eIntegrated LED Light\u003c\/h3\u003e\n\n\u003cp\u003eIlluminate your scenes with 3 adjustable brightness levels. Works even when the camera is off or charging, ideal for night shots or low light conditions.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Card 2 (4K60 \u0026 Slo-mo) --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M2 12h20\"\u003e\u003c\/path\u003e\u003cpath d=\"m15 5 7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e4K Ultra HD at 60 FPS\u003c\/h3\u003e\n\n\u003cp\u003eCapture motion with complete fluidity and enjoy stunning 2x slow motion to highlight every detail of the action.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Card 3 (Simplicity) --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003crect rx=\"2\" y=\"3\" x=\"3\" height=\"18\" width=\"18\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 7h.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M17 7h.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 17h.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M17 17h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eSimplified Controls\u003c\/h3\u003e\n\n\u003cp\u003eIntuitive touch interface that allows easy swiping and tapping between video and photo modes. Perfect for those seeking professional results without complications.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Card 4 (Waterproof) --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eWaterproof up to 5m\u003c\/h3\u003e\n\n\u003cp\u003eDesigned with GoPro's legendary durability. Dive into mud, snow, or water up to 16 feet deep without worries.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2 style=\"text-align: center; font-size: 1.8rem;\"\u003eWhat users say\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\u003e\"The built-in light is a lifesaver. I was camping and could record great content without carrying extra lights. Very easy to use.\"\u003c\/p\u003e\n\n\u003cspan style=\"font-weight: bold; font-size: 0.9rem; color: var(--gsm-navy);\"\u003e- Claudia T.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"I was looking for my first GoPro and the LIT Hero is ideal. The touchscreen is incredibly responsive and 4K videos look super smooth.\"\u003c\/p\u003e\n\n\u003cspan style=\"font-weight: bold; font-size: 0.9rem; color: var(--gsm-navy);\"\u003e- Manuel H.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"The 2x slow motion is perfect for filming myself surfing. It's very durable and the size is ideal for taking everywhere.\"\u003c\/p\u003e\n\n\u003cspan style=\"font-weight: bold; font-size: 0.9rem; color: var(--gsm-navy);\"\u003e- Ignacio V.\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003ch2 style=\"font-size: 1.5rem; border-bottom: 2px solid var(--gsm-blue); padding-bottom: 10px; display: inline-block; margin-bottom: 1.5rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eVideo Resolution\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e4K Ultra HD at 60 FPS\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eSlow Motion\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e2x (Smooth Motion)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003ePhoto Resolution\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e12 MP (11MP captures from video)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eLighting\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eIntegrated LED light (3 levels)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eWaterproof\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUp to 5 meters (16 feet)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eScreen\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eHighly responsive LCD touchscreen\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2 style=\"font-size: 1.6rem; margin-bottom: 1.5rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eWhat exactly does the LIT Hero package include?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eIt includes the LIT HERO camera, a light diffuser to soften shadows, a curved adhesive mount, a mounting buckle with screw, and a USB-C cable.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the light drain a lot of battery?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe light is optimized to be efficient. Using it at maximum brightness will impact battery life, but it's ideal for short shots and even works while the camera is charging.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it compatible with standard GoPro accessories?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, it uses the universal GoPro mounting buckle system, making it compatible with hundreds of original mounts, harnesses, and accessories.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: center; margin-top: 3rem; padding: 2.5rem; background: #f0f7ff; border-radius: 24px; border: 1px dashed var(--gsm-blue);\"\u003e\n\n\u003ch3 style=\"color: var(--gsm-blue); margin-bottom: 0.8rem; font-size: 1.6rem;\"\u003eGoPro Quality at GSMPRO.CL\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 15px; font-weight: 500;\"\u003eOfficial distributor • Local technical support • Fast shipping throughout Chile\u003c\/p\u003e\n\n\u003cdiv style=\"display: inline-block; background: var(--gsm-navy); color: white; padding: 10px 25px; border-radius: 50px; font-weight: bold; font-size: 0.9rem; text-transform: uppercase;\"\u003eTECHNOLOGY AT YOUR FINGERTIPS\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174058004828,"sku":"B0FP5R9BDZ","price":400.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/l_81b57b64-82ca-46a8-adcc-d3b4b2c0e374.png?v=1782949973","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/gopro-lit-hero-camara-de-accion-ligera","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}