{"product_id":"skyrover-s1-mini-dron-4k-60fps-doble-bateria","title":"Skyrover Mini Drone S1 - 2 Batteries - 4K\/60fps Video","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', 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    \n    \/* HERO SECTION *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 5rem 1.5rem; \n      background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 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.5rem); \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: 850px; \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.08); \n      color: var(--gsm-yellow); \n    }\n    \n    .gsm-card h3 { font-size: 1.4rem; 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: 60px; \n      height: 60px; \n      margin-bottom: 1.5rem; \n      display: flex; \n      align-items: center; \n      justify-content: center; \n      border-radius: 18px; \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: 30px; height: 30px; }\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: 4rem; \n      background: linear-gradient(135deg, #0389FC 0%, #413AF4 100%); \n      border-radius: 32px; \n      color: white; \n    }\n    .gsm-footer-banner h3 { color: var(--gsm-yellow) !important; margin-bottom: 1rem; letter-spacing: 1.5px; }\n    .gsm-footer-banner p { color: white; margin-bottom: 0; font-weight: 500; font-size: 1.1rem; }\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-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\u003eEXPERIENCE DOUBLE THE ADVENTURE\u003c\/h1\u003e\n\n    \u003cp class=\"subheadline\"\u003eSKYROVER S1 2-Battery Pack: Sharp 48 MP photography, 4K\/60fps video, and up to 80 minutes of total flight time. Creative freedom now lasts twice as long.\u003c\/p\u003e\n\n    \u003cdiv style=\"margin-top: 25px; font-weight: 800; color: var(--gsm-blue); letter-spacing: 3px; font-size: 0.9rem;\"\u003eSKYROVER S1 - ADVANCED BUNDLE EDITION\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gsm-grid\"\u003e\n\n    \u003c!-- Highlight Card: 48MP Resolution --\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=\"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 cx=\"12\" cy=\"13\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eELITE 48 MP RESOLUTION\u003c\/h3\u003e\n\n      \u003cp\u003eCapture still images with astonishing clarity. Ideal for professional travel vlogs, real estate photography, and family moments where every detail counts. Update to the latest firmware to unleash your Sony sensor's full potential.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \n    \u003c!-- 2 Battery Pack 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=\"2\" y=\"7\" width=\"16\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M22 11v2\"\u003e\u003c\/path\u003e\u003crect x=\"4\" y=\"10\" width=\"12\" height=\"4\" rx=\"1\" fill=\"currentColor\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e2-BATTERY PACK INCLUDED\u003c\/h3\u003e\n\n      \u003cp\u003eDon't get cut short. This pack includes two intelligent batteries that give you up to 80 minutes of total flight time. More time to explore, compose, and capture the perfect shot without rush.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Sony Sensor 4K 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\u003eCINEMATIC 4K\/60FPS QUALITY\u003c\/h3\u003e\n\n      \u003cp\u003eThanks to the 1\/2-inch Sony sensor, you get videos with realistic colors and cinematic fluidity at 60 frames per second. Advanced image processing guarantees professional results with every takeoff.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- SmartGo \u0026 Tracking 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=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eSMARTGO \u0026amp; AUTOMATIC TRACKING\u003c\/h3\u003e\n\n      \u003cp\u003eLock onto your subject and let the drone do the rest. Automatic locking keeps the target centered in the frame while you walk or cycle. With SmartGo, complex camera movements are just one tap away.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2\u003eEXPERT INSIGHTS\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\"The 48 megapixels are real and noticeable when zooming in on photos. Having the second battery gives me the peace of mind I needed for my vlogs.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eAndrés L. - Content Creator\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 3-axis stabilization is impeccable. Even in windy conditions, the 4K video looks like it's on a cinema rail. Great quality Sony sensor.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eValentina R. - Travel Photographer\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\"SmartGo saves me hours of editing. It performs perfect pans and orbits that used to be very difficult for me to do manually. Highly recommended.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eJorge M. - Pro Hobbyist\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.5rem; border-left: 6px 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\"\u003ePhoto Resolution\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e48 MP (Via Firmware)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eVideo Resolution\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e4K @ 60fps \/ HDR\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eTotal Flight Time\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eUp to 80 Minutes (2-Battery Pack)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eStabilization\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e3-Axis Mechanical Gimbal\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\"\u003e\u0026lt; 249g (Mini Class)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eMaximum Range\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e12 KM (HD Transmission)\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\u003eHow do I activate the 48 MP resolution?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        To enjoy maximum definition, make sure to connect the drone to the official app and download the latest firmware version. This will unlock the full capabilities of the 48-megapixel Sony sensor.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eHow many batteries are included in the box?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        This \"Bundle\" version includes a total of 2 intelligent flight batteries, allowing you to double your air time and capture much more content on each outing.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eIs it difficult for a beginner to fly?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003e\n\n        Not at all. With SmartGo features and the GPS system with Automatic Return Home (Smart RTH), the SKYROVER S1 is extremely intuitive and safe, even for your first flight.\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\u003ePOWER YOUR CREATIVITY WITH GSMPRO.CL\u003c\/h3\u003e\n\n    \u003cp\u003eOfficial distributor. Premium hardware warranty, specialized support, and express shipping throughout Chile. Fly high today!\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\": \"SKYROVER S1 Mini Dron 48MP Pack 2 Baterías\",\n  \"image\": \"https:\/\/gsmpro.cl\/path-to-skyrover-s1-2bat.jpg\",\n  \"description\": \"Mini dron profesional con sensor Sony, fotos de 48MP, video 4K\/60fps y pack de 2 baterías para 80 minutos de vuelo.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"SKYROVER\"\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\": \"41\"\n  }\n}\n\u003c\/script\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174649074012,"sku":"B0GGHM9VXS","price":544.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/z_e9660d8a-672a-4cb7-841e-92a303bf3601.png?v=1782962098","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/skyrover-s1-mini-dron-4k-60fps-doble-bateria","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}