{"product_id":"ruko-18011-perro-robot-inteligente-programable-led-ninos","title":"Ruko 18011 - Smart Robot Dog","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      padding: 10px;\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 { \n      margin: 0; \n      font-weight: 800; \n      letter-spacing: -0.02em; \n    }\n    #gsm-product-content h2 { \n      font-size: 2.2rem; \n      margin-bottom: 1.5rem; \n      color: var(--gsm-navy); \n    }\n    #gsm-product-content p { \n      margin-bottom: 1rem; \n      font-size: 1.1rem; \n      color: #4a4a4a; \n    }\n    \n    \/* HERO SECTION *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 4rem 1rem; \n      background: linear-gradient(135deg, #f9f9f9 0%, #edf6ff 100%); \n      border-radius: 24px; \n      margin-bottom: 3rem; \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: 1rem; \n    }\n    .gsm-hero .subheadline { \n      font-size: 1.4rem; \n      color: var(--gsm-navy); \n      font-weight: 500; \n      max-width: 750px; \n      margin: 0 auto; \n    }\n    \n    \/* BENTO GRID *\/\n    .gsm-grid { \n      display: grid; \n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); \n      gap: 20px; \n      margin-bottom: 3rem; \n    }\n    .gsm-card { \n      background: #f5f5f7; \n      padding: 2.5rem; \n      border-radius: 24px; \n      transition: all 0.3s ease; \n      border: 1px solid rgba(0,0,0,0.03); \n      display: flex; \n      flex-direction: column; \n    }\n    .gsm-card:hover { \n      transform: translateY(-5px); \n      box-shadow: 0 10px 30px rgba(0,0,0,0.08); \n    }\n    \n    \/* HIGHLIGHT CARD (CONTRASTE CRÍTICO) *\/\n    .gsm-card.highlight { \n      background: var(--gsm-navy); \n      color: #FFFFFF !important; \n    }\n    .gsm-card.highlight h3, \n    .gsm-card.highlight p { \n      color: #FFFFFF !important; \n    } \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 { \n      font-size: 1.5rem; \n      margin-bottom: 0.8rem; \n      line-height: 1.2;\n    }\n    .icon-box { \n      width: 55px; \n      height: 55px; \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    }\n    .icon-box svg { width: 28px; height: 28px; }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { \n      display: flex; \n      gap: 20px; \n      margin-bottom: 3rem; \n      padding-bottom: 1rem; \n      overflow-x: auto;\n    }\n    .review-card { \n      background: white; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 1.8rem; \n      min-width: 280px;\n      flex: 1; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.02);\n    }\n    .stars { color: #FFB800; margin-bottom: 0.8rem; font-size: 1.1rem; }\n    .review-text { font-style: italic; font-size: 0.95rem; color: #555; }\n    .review-author { font-weight: 700; margin-top: 1rem; display: block; font-size: 0.9rem; color: var(--gsm-navy); }\n\n    \/* SPECS *\/\n    .specs-container { \n      background: #fff; \n      border-radius: 24px; \n      border: 1px solid #eee; \n      padding: 2.5rem; \n      margin-bottom: 3rem; \n    }\n    .spec-row { \n      display: flex; \n      justify-content: space-between; \n      padding: 1.2rem 0; \n      border-bottom: 1px solid #f0f0f0; \n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 600; color: var(--gsm-navy); }\n    .spec-value { color: #666; text-align: right; max-width: 60%; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 3rem; }\n    details { \n      background: #f9f9f9; \n      margin-bottom: 12px; \n      border-radius: 14px; \n      border: 1px solid #efefef;\n    }\n    summary { \n      padding: 1.2rem; \n      font-weight: 700; \n      cursor: pointer; \n      list-style: none; \n      position: relative; \n      color: var(--gsm-navy); \n    }\n    summary::after { \n      content: '→'; \n      position: absolute; \n      right: 20px; \n      color: var(--gsm-blue); \n      transition: transform 0.3s;\n    }\n    details[open] summary::after { transform: rotate(90deg); }\n    .faq-content { padding: 0 1.2rem 1.2rem; color: #555; font-size: 1rem; }\n    \n    @media (max-width: 768px) { \n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-reviews { flex-direction: column; }\n      .spec-row { flex-direction: column; gap: 4px; }\n      .spec-value { text-align: left; max-width: 100%; }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"gsm-hero\"\u003e\n\n    \u003ch1\u003eSmart Friendship in Every Bark\u003c\/h1\u003e\n\n    \u003cp class=\"subheadline\"\u003eThe Ruko 18011 is the robotic companion that interacts, learns, and plays like a real puppy, but with digital superpowers.\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;\"\u003eRuko 18011 Smart Puppy Bot\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gsm-grid\"\u003e\n\n    \u003c!-- T1: HIGHLIGHT (CODIFICACIÓN) --\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\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"16 18 22 12 16 6\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"8 6 2 12 8 18\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eProgram up to 50 actions\u003c\/h3\u003e\n\n      \u003cp\u003eEncourage your children's logical thinking. With its intuitive programming system, they can design custom sequences: from silly dances to amazing tricks with just one button.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- T2: LED EXPRESIONES --\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\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\u003cline x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e30 LED Expressions\u003c\/h3\u003e\n\n      \u003cp\u003ePersonality that shines. Thanks to its 70 LED beads, this puppy displays real-time feelings: happy eyes, silly faces, and surprised looks that come to life.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- T3: MOVIMIENTOS REALISTAS --\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\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2a10 10 0 1 0 10 10H12V2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12L2.1 12.1\"\u003e\u003c\/path\u003e\u003cpath d=\"m4.5 9 7.5 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eAmazing Movements\u003c\/h3\u003e\n\n      \u003cp\u003eIt even lifts its leg! It walks, spins, slides, and dances. Touch its head and it will respond with adorable sounds, creating a unique emotional bond with little ones.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- T4: SEGURIDAD --\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\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eSmart Navigation\u003c\/h3\u003e\n\n      \u003cp\u003eSafe indoor play. Its obstacle detection sensor prevents collisions with furniture or walls, allowing children to play freely while you enjoy peace of mind.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2 style=\"text-align: center; font-size: 1.8rem; margin-top: 4rem;\"\u003eWhat families 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 class=\"review-text\"\u003e\"It's the first toy that truly keeps my 6-year-old entertained and learning. The programming is very easy to understand.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eCarolina V. - Happy Mom\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 eye expressions are great. My daughter feels like she has a real pet, and the best part is there's no cleanup!\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eAndrés L. - Family Father\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\"Durable and safe. It's bumped a couple of times and is still like new. The remote control has excellent range.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eRoberto S. - Doting Grandfather\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"specs-container\"\u003e\n\n    \u003ch2 style=\"font-size: 1.5rem; border-bottom: 3px solid var(--gsm-blue); padding-bottom: 8px; display: inline-block; margin-bottom: 2rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n    \n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eModel\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eRuko 18011 Smart Puppy Bot\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eRecommended Age\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e4 to 8 years (Independent) \/ 3+ (With parents)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eBattery\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e45 min of use per charge\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eCharging Time\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e3 hours via USB (A-C cable included)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eRemote Control\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e2.4GHz \/ Range up to 30 meters\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eDurable high-safety ABS plastic\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eSpecial Features\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eTouch sensor, 30 LED expressions, Obstacle detector\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gsm-faq\"\u003e\n\n    \u003ch2 style=\"font-size: 1.5rem; text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich charging cable should I use?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003eAlways use the included USB A-C cable. Please note that USB C-C cables (like those for fast charging some cell phones) are not compatible with this device.\u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it work on carpets?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003eThe robot dog works best on smooth, hard surfaces (floating floors, ceramic, wood). On very thick carpets, its movements may be limited.\u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the remote control include batteries?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003eNo, the remote control requires 2 AAA batteries that are not included in the package. The robot dog does have its internal rechargeable battery.\u003c\/div\u003e\n\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv style=\"text-align: center; margin-top: 3rem; padding: 2.5rem; background: #f0f7ff; border-radius: 24px; border: 2px dashed var(--gsm-blue);\"\u003e\n\n    \u003ch3 style=\"color: var(--gsm-blue); margin-bottom: 0.8rem; font-size: 1.6rem;\"\u003eGSMPRO.CL Trust\u003c\/h3\u003e\n\n    \u003cp style=\"margin-bottom: 0; font-weight: 500;\"\u003e100% original and child-safe product. \u003cbr\u003e\u003cspan style=\"color: var(--gsm-navy);\"\u003eTechnical support and fast shipping throughout Chile.\u003c\/span\u003e\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\": \"Ruko 18011 Perro Robot Inteligente para Niños\",\n  \"image\": [\n    \"https:\/\/gsmpro.cl\/path-to-ruko-18011.jpg\"\n  ],\n  \"description\": \"Perro robot interactivo para niños de 4 a 8 años con 30 expresiones LED, sensor de obstáculos, programación de 50 acciones y control remoto.\",\n  \"sku\": \"RUKO-18011-PUPPY\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Ruko\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/gsmpro.cl\/products\/ruko-18011-perro-robot\",\n    \"priceCurrency\": \"CLP\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"GSMPRO.CL\"\n    }\n  },\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"4.9\",\n    \"reviewCount\": \"25\"\n  }\n}\n\u003c\/script\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Ruko 18011 Black Gold","offer_id":58174554046812,"sku":"B0F4R2DNFF","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Ruko 18011 Yellow","offer_id":58174554079580,"sku":"B0F9K959Q2","price":170.0,"currency_code":"USD","in_stock":true},{"title":"Ruko 18011 White Gold","offer_id":58174554112348,"sku":"B0FLXCXPHD","price":179.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/da57ff051b1e5283cff21003c16ef19a.jpg?v=1782961291","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/ruko-18011-perro-robot-inteligente-programable-led-ninos","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}