{"product_id":"insta360-one-rs-4k-edition-camara-de-accion-impermeable-4k","title":"Insta360 ONE RS 4K Edition - 4K Waterproof 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: 20px;\n    }\n    #gsm-product-content * { box-sizing: border-box; }\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 { margin: 0; font-weight: 800; letter-spacing: -0.02em; }\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #00003A; }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.05rem; color: #4a4a4a; }\n    \n    \/* HERO *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 5rem 2rem; \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 { font-size: clamp(2.2rem, 5vw, 3.2rem); color: #0389FC; line-height: 1.1; margin-bottom: 1.5rem; }\n    .gsm-hero .subheadline { font-size: 1.3rem; color: #00003A; font-weight: 500; max-width: 800px; margin: 0 auto; opacity: 0.9; }\n    \n    \/* GRID *\/\n    .gsm-grid { \n      display: grid; \n      grid-template-columns: repeat(2, 1fr); \n      grid-template-rows: auto;\n      gap: 20px; \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 { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }\n    \n    \/* HIGHLIGHT CARD (CONTRASTE CRÍTICO) *\/\n    .gsm-card.highlight { \n      background: #00003A; \n      color: white !important; \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: white !important; } \n    .gsm-card.highlight .icon-box { \n      background: rgba(255,255,255,0.1); \n      color: #EDFF00; \n      min-width: 70px; \n      height: 70px;\n    }\n    \n    .gsm-card h3 { font-size: 1.4rem; margin-bottom: 0.8rem; color: #00003A; }\n    .icon-box { \n      width: 54px; \n      height: 54px; \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: #0389FC; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: flex; gap: 20px; margin-bottom: 4rem; padding: 10px 5px; }\n    .review-card { \n      background: #fff; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 1.8rem; \n      flex: 1; \n      box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    }\n    .stars { color: #f59e0b; margin-bottom: 0.8rem; font-size: 0.9rem; }\n    .reviewer { font-weight: 700; font-size: 0.9rem; color: #00003A; margin-top: 10px; display: block; }\n\n    \/* SPECS *\/\n    .specs-container { \n      background: #fff; \n      border-radius: 24px; \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: 600; color: #00003A; }\n    .spec-value { color: #666; font-weight: 400; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9fbfd; margin-bottom: 12px; border-radius: 16px; border: 1px solid #edf2f7; transition: all 0.3s; }\n    details[open] { background: #fff; border-color: #0389FC; box-shadow: 0 4px 20px rgba(3,137,252,0.08); }\n    summary { padding: 1.5rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; outline: none; }\n    summary::after { content: '↓'; position: absolute; right: 25px; transition: transform 0.3s; color: #0389FC; font-weight: bold; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #555; font-size: 1rem; line-height: 1.5; }\n    \n    @media (max-width: 768px) { \n      .gsm-hero { padding: 3rem 1rem; }\n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-card.highlight { grid-column: span 1; flex-direction: column; text-align: center; }\n      .gsm-card.highlight .icon-box { margin: 0 auto 1.5rem; }\n      .gsm-reviews { flex-direction: column; } \n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003cdiv style=\"text-transform: uppercase; font-weight: 800; color: #0389fc; letter-spacing: 2px; margin-bottom: 1rem; font-size: 0.9rem;\"\u003eTotal Versatility Reimagined\u003c\/div\u003e\n\n\u003ch1\u003eOne Camera. All Adventures.\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eThe Insta360 ONE RS 4K Edition combines cinematic power with a unique modular design that adapts to any challenge.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 30px; font-weight: bold; color: #00003a; font-size: 1.2rem; border: 2px solid #00003A; display: inline-block; padding: 8px 20px; border-radius: 50px;\"\u003eInsta360 ONE RS 4K Edition\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- HIGHLIGHT CARD --\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\u003cpath d=\"m21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4a2 2 0 0 0 1-1.73z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline y2=\"12\" x2=\"12\" y1=\"22.08\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eAdaptive Modular Design\u003c\/h3\u003e\n\n\u003cp\u003eThe ultimate \"Game Changer.\" Swap the 4K Boost lens for a 360 lens or a 1-inch sensor in seconds. It's the only action camera that evolves with you, eliminating obsolescence.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 2 --\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=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003ccircle r=\"4\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003e4K Boost and 48 MP\u003c\/h3\u003e\n\n\u003cp\u003eNew 1\/2\" sensor to capture 48 MP photos with amazing detail and 4K video at 60 fps. Professional sharpness in the palm of your hand.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 3 --\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=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M2 10s3-3 10-3 10 3 10 3\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 14s3-3 10-3 10 3 10 3\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 18s3-3 10-3 10 3 10 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eFlowState Stabilization\u003c\/h3\u003e\n\n\u003cp\u003eNow integrated directly into the new RS Core. Get fluid, gimbal-like shots without the need for post-editing. Ready to share.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 4 --\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=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eActive HDR and 6K Widescreen\u003c\/h3\u003e\n\n\u003cp\u003eInnovative modes that stabilize light in high-contrast scenes and capture a cinematic ultra-wide perspective worthy of the big screen.\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 adventurers are saying\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\"Being able to change the lens depending on what I'm doing that day is incredible. The 4K boost quality is superior to any other action camera I've had.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003e— Marcos P., Outdoor Enthusiast\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\"Active HDR really makes a difference when there's a lot of shade and sun. The colors look natural and the level of detail at 48MP is amazing.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003e— Lucía V., Adventure Photographer\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 best part is that the stabilization is already applied in the file. I save hours of editing and the result is super fluid.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003e— Daniel G., MTB Rider\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: 3px solid #0389FC; padding-bottom: 8px; display: inline-block; margin-bottom: 1rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eSensor\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e1\/2\" 48 MP CMOS\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eVideo Resolution\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e4K @ 60fps, 6K Widescreen\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eStabilization\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eIntegrated FlowState (6-axis)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eWaterproofing\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUp to 5 meters (IPX8)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eAudio\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e3 microphones with wind reduction\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eBox Contents\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eRS Core, 4K Lens, Battery, Mounting Bracket\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.8rem; text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eCan I submerge it without a case?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, the Insta360 ONE RS is waterproof up to 5 meters deep as long as it is mounted in its mounting bracket and all caps are securely closed.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's the difference from the previous version (ONE R)?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe ONE RS includes a new processor (RS Core) that enables internal stabilization, an improved 4K Boost lens, superior audio, and a battery with 21% more capacity.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it compatible with old accessories?\u003c\/summary\u003e\u003cdiv class=\"faq-content\"\u003eAbsolutely. The modular system is backward compatible, meaning you can use your ONE R lenses on the new RS core and vice versa.\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: 2px dashed #0389FC;\"\u003e\n\n\u003ch3 style=\"color: #0389fc; margin-bottom: 0.8rem; font-size: 1.6rem;\"\u003eGSMPRO.CL Quality Guarantee\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-size: 1.1rem; color: #00003a;\"\u003eOriginal camera, specialized technical support, and direct warranty. \u003cbr\u003e\u003cstrong\u003eWe ship today to all of Chile.\u003c\/strong\u003e\u003c\/p\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":"Standalone","offer_id":58174363435356,"sku":"B09WMPWBYD","price":350.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/ae37f3aeb3bc14646bdd61bd5e444e39.jpg?v=1782957845","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/insta360-one-rs-4k-edition-camara-de-accion-impermeable-4k","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}