{"title":"Toys \u0026 Games","description":"\u003cp\u003eToys, games and hobby gear for children and adults - indoor play, outdoor fun and remote control.\u003cbr\u003e\u003c\/p\u003e","products":[{"product_id":"remote-control-boat-rc-racing-boat-20mph-2-4ghz-rechargeable-waterproof-kids","title":"Remote Control Boat RC Racing Boat 20MPH 2.4GHz Rechargeable Waterproof Kids","description":"\u003cdiv class=\"savendo-rcboat\"\u003e\n\n  \u003cstyle\u003e\n    .savendo-rcboat,\n    .savendo-rcboat * {\n      box-sizing: border-box;\n    }\n\n    .savendo-rcboat {\n      max-width: 1100px;\n      margin: 0 auto;\n      background: #eefbff;\n      color: #123047;\n      font-family: Arial, Helvetica, sans-serif;\n      line-height: 1.6;\n      overflow: hidden;\n      border-radius: 24px;\n      border: 1px solid #b7e8f7;\n      box-shadow: 0 14px 40px rgba(0, 74, 111, 0.14);\n    }\n\n    .savendo-rcboat img {\n      display: block;\n      width: 100%;\n      height: auto;\n      border: 0;\n    }\n\n    .savendo-rcboat h1,\n    .savendo-rcboat h2,\n    .savendo-rcboat h3,\n    .savendo-rcboat p {\n      margin-top: 0;\n    }\n\n    .hero {\n      position: relative;\n      min-height: 520px;\n      display: flex;\n      align-items: center;\n      padding: 55px 7%;\n      background:\n        radial-gradient(circle at 80% 18%, rgba(255,255,255,.85) 0 7%, transparent 8%),\n        linear-gradient(145deg, #0ca7dc 0%, #0577b8 45%, #004d83 100%);\n      color: #fff;\n      overflow: hidden;\n    }\n\n    .hero::before,\n    .hero::after {\n      content: \"\";\n      position: absolute;\n      left: -10%;\n      width: 120%;\n      height: 105px;\n      border-radius: 50%;\n      background: rgba(255,255,255,.15);\n    }\n\n    .hero::before {\n      bottom: -48px;\n      animation: waveMove 7s ease-in-out infinite;\n    }\n\n    .hero::after {\n      bottom: -70px;\n      background: rgba(255,255,255,.09);\n      animation: waveMove 10s ease-in-out infinite reverse;\n    }\n\n    @keyframes waveMove {\n      0%, 100% {\n        transform: translateX(-2%) translateY(0) rotate(-1deg);\n      }\n      50% {\n        transform: translateX(2%) translateY(-12px) rotate(1deg);\n      }\n    }\n\n    .hero-copy {\n      position: relative;\n      z-index: 3;\n      width: 52%;\n      padding-right: 30px;\n    }\n\n    .eyebrow {\n      display: inline-block;\n      margin-bottom: 14px;\n      padding: 7px 16px;\n      border: 1px solid rgba(255,255,255,.45);\n      border-radius: 999px;\n      background: rgba(255,255,255,.16);\n      font-size: 14px;\n      font-weight: 700;\n      letter-spacing: 1.2px;\n      text-transform: uppercase;\n    }\n\n    .hero h1 {\n      margin-bottom: 16px;\n      font-size: 46px;\n      line-height: 1.08;\n      letter-spacing: -1px;\n      text-shadow: 0 4px 14px rgba(0,0,0,.15);\n    }\n\n    .hero p {\n      max-width: 540px;\n      margin-bottom: 25px;\n      color: #e8faff;\n      font-size: 18px;\n    }\n\n    .hero-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n    }\n\n    .hero-pills span {\n      padding: 9px 14px;\n      border-radius: 12px;\n      background: #fff;\n      color: #075f92;\n      font-size: 14px;\n      font-weight: 700;\n      box-shadow: 0 5px 15px rgba(0,0,0,.12);\n    }\n\n    .hero-visual {\n      position: absolute;\n      z-index: 2;\n      right: -2%;\n      bottom: 4%;\n      width: 52%;\n      animation: boatFloat 4s ease-in-out infinite;\n      filter: drop-shadow(0 22px 18px rgba(0, 34, 64, .25));\n    }\n\n    @keyframes boatFloat {\n      0%, 100% {\n        transform: translateY(0) rotate(-1deg);\n      }\n      50% {\n        transform: translateY(-12px) rotate(1deg);\n      }\n    }\n\n    .section {\n      padding: 58px 7%;\n    }\n\n    .section-white {\n      background: #fff;\n    }\n\n    .section-blue {\n      background:\n        radial-gradient(circle at 15% 20%, rgba(255,255,255,.18) 0 3px, transparent 4px),\n        radial-gradient(circle at 85% 65%, rgba(255,255,255,.13) 0 5px, transparent 6px),\n        linear-gradient(145deg, #007fba, #005f9c);\n      color: #fff;\n    }\n\n    .section-title {\n      margin-bottom: 12px;\n      color: #073d62;\n      font-size: 34px;\n      line-height: 1.2;\n      text-align: center;\n    }\n\n    .section-blue .section-title {\n      color: #fff;\n    }\n\n    .section-intro {\n      max-width: 760px;\n      margin: 0 auto 36px;\n      color: #557185;\n      font-size: 17px;\n      text-align: center;\n    }\n\n    .section-blue .section-intro {\n      color: #d9f5ff;\n    }\n\n    .feature-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    .feature-card {\n      position: relative;\n      padding: 28px 24px;\n      border: 1px solid #d8eff7;\n      border-radius: 20px;\n      background: #fff;\n      box-shadow: 0 10px 28px rgba(0, 74, 111, .08);\n      overflow: hidden;\n    }\n\n    .feature-card::after {\n      content: \"\";\n      position: absolute;\n      right: -28px;\n      bottom: -28px;\n      width: 90px;\n      height: 90px;\n      border-radius: 50%;\n      background: rgba(0, 169, 224, .08);\n    }\n\n    .feature-icon {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 56px;\n      height: 56px;\n      margin-bottom: 18px;\n      border-radius: 18px;\n      background: linear-gradient(145deg, #00b5e8, #007bb6);\n      color: #fff;\n      font-size: 27px;\n      box-shadow: 0 8px 18px rgba(0, 145, 200, .25);\n    }\n\n    .feature-card h3 {\n      margin-bottom: 9px;\n      color: #073d62;\n      font-size: 20px;\n    }\n\n    .feature-card p {\n      margin-bottom: 0;\n      color: #597487;\n      font-size: 15px;\n    }\n\n    .split {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      align-items: center;\n      gap: 38px;\n    }\n\n    .split-image {\n      overflow: hidden;\n      border-radius: 24px;\n      box-shadow: 0 16px 35px rgba(0, 58, 91, .18);\n    }\n\n    .split-copy h2 {\n      margin-bottom: 15px;\n      color: #073d62;\n      font-size: 34px;\n      line-height: 1.2;\n    }\n\n    .split-copy p {\n      color: #557185;\n      font-size: 17px;\n    }\n\n    .check-list {\n      margin: 22px 0 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .check-list li {\n      position: relative;\n      margin-bottom: 12px;\n      padding-left: 34px;\n      color: #294f68;\n      font-weight: 600;\n    }\n\n    .check-list li::before {\n      content: \"✓\";\n      position: absolute;\n      top: 1px;\n      left: 0;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 23px;\n      height: 23px;\n      border-radius: 50%;\n      background: #10b981;\n      color: #fff;\n      font-size: 14px;\n      font-weight: 900;\n    }\n\n    .performance-strip {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    .performance-box {\n      padding: 24px 15px;\n      border: 1px solid rgba(255,255,255,.25);\n      border-radius: 18px;\n      background: rgba(255,255,255,.12);\n      text-align: center;\n      backdrop-filter: blur(4px);\n    }\n\n    .performance-number {\n      display: block;\n      margin-bottom: 3px;\n      color: #fff;\n      font-size: 30px;\n      font-weight: 900;\n      line-height: 1.1;\n    }\n\n    .performance-label {\n      color: #dff8ff;\n      font-size: 14px;\n      font-weight: 700;\n    }\n\n    .gallery-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 18px;\n    }\n\n    .gallery-card {\n      position: relative;\n      overflow: hidden;\n      border-radius: 22px;\n      background: #dff6ff;\n      box-shadow: 0 12px 28px rgba(0, 66, 102, .12);\n    }\n\n    .gallery-card img {\n      transition: transform .45s ease;\n    }\n\n    .gallery-card:hover img {\n      transform: scale(1.035);\n    }\n\n    .gallery-caption {\n      position: absolute;\n      right: 12px;\n      bottom: 12px;\n      left: 12px;\n      padding: 11px 15px;\n      border-radius: 12px;\n      background: rgba(0, 52, 84, .82);\n      color: #fff;\n      font-size: 14px;\n      font-weight: 700;\n      text-align: center;\n    }\n\n    .fun-zone {\n      position: relative;\n      padding: 58px 7%;\n      background:\n        radial-gradient(circle at 8% 20%, #ffe668 0 6px, transparent 7px),\n        radial-gradient(circle at 92% 25%, #ff8ca8 0 8px, transparent 9px),\n        radial-gradient(circle at 84% 80%, #6de1ff 0 7px, transparent 8px),\n        linear-gradient(135deg, #fff8d6, #e6faff);\n      overflow: hidden;\n    }\n\n    .fun-zone::before {\n      content: \"\";\n      position: absolute;\n      top: -45px;\n      right: -30px;\n      width: 170px;\n      height: 170px;\n      border: 22px solid rgba(255, 192, 60, .22);\n      border-radius: 50%;\n    }\n\n    .fun-content {\n      position: relative;\n      z-index: 2;\n      max-width: 820px;\n      margin: 0 auto;\n      text-align: center;\n    }\n\n    .fun-content h2 {\n      margin-bottom: 14px;\n      color: #0b527d;\n      font-size: 36px;\n    }\n\n    .fun-content p {\n      color: #4e7188;\n      font-size: 17px;\n    }\n\n    .use-pills {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 12px;\n      margin-top: 26px;\n    }\n\n    .use-pills span {\n      padding: 11px 17px;\n      border: 2px solid #72d6f2;\n      border-radius: 999px;\n      background: #fff;\n      color: #075b88;\n      font-weight: 800;\n      box-shadow: 0 6px 13px rgba(0, 100, 140, .08);\n    }\n\n    .spec-wrap {\n      overflow: hidden;\n      border: 1px solid #cceaf4;\n      border-radius: 20px;\n      background: #fff;\n      box-shadow: 0 12px 30px rgba(0, 65, 98, .08);\n    }\n\n    .spec-row {\n      display: grid;\n      grid-template-columns: 38% 62%;\n      border-bottom: 1px solid #e2f1f6;\n    }\n\n    .spec-row:last-child {\n      border-bottom: 0;\n    }\n\n    .spec-label,\n    .spec-value {\n      padding: 15px 20px;\n    }\n\n    .spec-label {\n      background: #effaff;\n      color: #075c87;\n      font-weight: 800;\n    }\n\n    .spec-value {\n      color: #3f6074;\n    }\n\n    .notice {\n      margin-top: 24px;\n      padding: 18px 20px;\n      border-left: 5px solid #f1ad28;\n      border-radius: 10px;\n      background: #fff8e8;\n      color: #70551e;\n      font-size: 14px;\n    }\n\n    .safety {\n      background: #062f4a;\n      color: #dff7ff;\n    }\n\n    .safety h2 {\n      color: #fff;\n    }\n\n    .safety-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 18px;\n      margin-top: 28px;\n    }\n\n    .safety-box {\n      padding: 22px;\n      border: 1px solid rgba(255,255,255,.16);\n      border-radius: 16px;\n      background: rgba(255,255,255,.07);\n    }\n\n    .safety-box h3 {\n      margin-bottom: 7px;\n      color: #79dcff;\n      font-size: 18px;\n    }\n\n    .safety-box p {\n      margin-bottom: 0;\n      color: #d8edf5;\n      font-size: 14px;\n    }\n\n    .footer-wave {\n      padding: 38px 7%;\n      background:\n        linear-gradient(rgba(0, 104, 156, .92), rgba(0, 70, 115, .96));\n      color: #fff;\n      text-align: center;\n    }\n\n    .footer-wave h2 {\n      margin-bottom: 8px;\n      font-size: 29px;\n    }\n\n    .footer-wave p {\n      max-width: 700px;\n      margin: 0 auto;\n      color: #d9f6ff;\n    }\n\n    @media screen and (max-width: 850px) {\n      .hero {\n        min-height: auto;\n        padding: 45px 6% 310px;\n        text-align: center;\n      }\n\n      .hero-copy {\n        width: 100%;\n        padding-right: 0;\n      }\n\n      .hero h1 {\n        font-size: 38px;\n      }\n\n      .hero-pills {\n        justify-content: center;\n      }\n\n      .hero-visual {\n        right: 8%;\n        bottom: 35px;\n        width: 84%;\n      }\n\n      .feature-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .split {\n        grid-template-columns: 1fr;\n      }\n\n      .performance-strip {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media screen and (max-width: 600px) {\n      .savendo-rcboat {\n        border-radius: 0;\n      }\n\n      .hero {\n        padding: 38px 20px 255px;\n      }\n\n      .hero h1 {\n        font-size: 31px;\n      }\n\n      .hero p {\n        font-size: 16px;\n      }\n\n      .hero-visual {\n        right: 5%;\n        bottom: 30px;\n        width: 90%;\n      }\n\n      .section,\n      .fun-zone {\n        padding: 42px 20px;\n      }\n\n      .section-title,\n      .split-copy h2,\n      .fun-content h2 {\n        font-size: 28px;\n      }\n\n      .feature-grid,\n      .gallery-grid,\n      .safety-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .performance-number {\n        font-size: 25px;\n      }\n\n      .spec-row {\n        grid-template-columns: 1fr;\n      }\n\n      .spec-label {\n        padding-bottom: 6px;\n      }\n\n      .spec-value {\n        padding-top: 6px;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .hero::before,\n      .hero::after,\n      .hero-visual {\n        animation: none;\n      }\n\n      .gallery-card img {\n        transition: none;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-copy\"\u003e\n      \u003cspan class=\"eyebrow\"\u003eS5 Remote Control Racing Boat\u003c\/span\u003e\n\n      \u003ch1\u003eMake a Splash With High-Speed Water Racing\u003c\/h1\u003e\n\n      \u003cp\u003e\n        Bring exciting RC action to pools and lakes with a rechargeable\n        2.4GHz racing boat built for responsive control, sharp turns and\n        family-friendly outdoor fun.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"hero-pills\"\u003e\n        \u003cspan\u003eUp to 20 MPH\u003c\/span\u003e\n        \u003cspan\u003e2.4GHz Control\u003c\/span\u003e\n        \u003cspan\u003eSelf-Righting\u003c\/span\u003e\n        \u003cspan\u003eRechargeable\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hero-visual\"\u003e\n      \u003cimg src=\"https:\/\/i.ebayimg.com\/images\/g\/vekAAeSwa3tqWNFN\/s-l1600.webp\" alt=\"S5 red remote control racing boat with controller\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTRODUCTION --\u003e\n  \u003csection class=\"section section-white\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFast, Fun and Ready for the Water\u003c\/h2\u003e\n\n    \u003cp class=\"section-intro\"\u003e\n      The S5 RC boat combines an aerodynamic racing shape with easy remote\n      operation. Race across the water, practice turns, create circular\n      routes or compete with friends using interference-resistant 2.4GHz\n      control.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eHigh-Speed Racing\u003c\/h3\u003e\n        \u003cp\u003e\n          Reaches speeds of up to 20 MPH for exciting movement across suitable\n          pools and open-water areas.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📡\u003c\/div\u003e\n        \u003ch3\u003e2.4GHz Remote Control\u003c\/h3\u003e\n        \u003cp\u003e\n          Responsive four-channel control allows forward movement, reverse\n          movement and directional steering.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e↻\u003c\/div\u003e\n        \u003ch3\u003eSelf-Righting Design\u003c\/h3\u003e\n        \u003cp\u003e\n          The capsize recovery function helps turn the boat upright if it\n          flips during play.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🔋\u003c\/div\u003e\n        \u003ch3\u003eLow-Power Warning\u003c\/h3\u003e\n        \u003cp\u003e\n          The controller alerts you when boat power is getting low, giving\n          you time to guide it back.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e💡\u003c\/div\u003e\n        \u003ch3\u003eNavigation Light\u003c\/h3\u003e\n        \u003cp\u003e\n          A built-in light improves visibility and adds a sporty appearance\n          during lower-light use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n        \u003ch3\u003eSealed Hull Design\u003c\/h3\u003e\n        \u003cp\u003e\n          The enclosed boat body and double-hatch construction help protect\n          the internal components from splashing water.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAMILY FUN --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"split\"\u003e\n      \u003cdiv class=\"split-image\"\u003e\n        \u003cimg src=\"https:\/\/i.ebayimg.com\/images\/g\/Or0AAeSw0-xqWNEu\/s-l1600.webp\" alt=\"Family enjoying the remote control boat by a lake\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"split-copy\"\u003e\n        \u003ch2\u003eOutdoor Fun for Kids, Teens and Adults\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Turn an ordinary afternoon into a racing adventure. The boat is\n          suitable for supervised family play, friendly competitions and\n          practicing steering skills on the water.\n        \u003c\/p\u003e\n\n        \u003cul class=\"check-list\"\u003e\n          \u003cli\u003eGreat for swimming pools and suitable lakes\u003c\/li\u003e\n          \u003cli\u003eEasy handheld remote operation\u003c\/li\u003e\n          \u003cli\u003eFun for individual play or racing with friends\u003c\/li\u003e\n          \u003cli\u003eExciting birthday or holiday gift idea\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PERFORMANCE --\u003e\n  \u003csection class=\"section section-blue\"\u003e\n    \u003ch2 class=\"section-title\"\u003eBuilt for Exciting Water Action\u003c\/h2\u003e\n\n    \u003cp class=\"section-intro\"\u003e\n      Responsive controls and useful safety alerts help make every run more\n      enjoyable.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"performance-strip\"\u003e\n      \u003cdiv class=\"performance-box\"\u003e\n        \u003cspan class=\"performance-number\"\u003e20 MPH\u003c\/span\u003e\n        \u003cspan class=\"performance-label\"\u003eMaximum Rated Speed\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"performance-box\"\u003e\n        \u003cspan class=\"performance-number\"\u003e2.4GHz\u003c\/span\u003e\n        \u003cspan class=\"performance-label\"\u003eRemote Frequency\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"performance-box\"\u003e\n        \u003cspan class=\"performance-number\"\u003e4-Way\u003c\/span\u003e\n        \u003cspan class=\"performance-label\"\u003eDirectional Control\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"performance-box\"\u003e\n        \u003cspan class=\"performance-number\"\u003eUSB\u003c\/span\u003e\n        \u003cspan class=\"performance-label\"\u003eRechargeable Battery\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SELF RIGHTING --\u003e\n  \u003csection class=\"section section-white\"\u003e\n    \u003cdiv class=\"split\"\u003e\n      \u003cdiv class=\"split-copy\"\u003e\n        \u003ch2\u003eFlip It Back and Keep Racing\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Unexpected waves and sharp turns can cause an RC boat to capsize.\n          The self-righting function helps rotate the S5 back into its normal\n          position so the fun can continue.\n        \u003c\/p\u003e\n\n        \u003cul class=\"check-list\"\u003e\n          \u003cli\u003eDesigned for easier capsize recovery\u003c\/li\u003e\n          \u003cli\u003eHelpful for new RC boat users\u003c\/li\u003e\n          \u003cli\u003eReduces the chance of a flipped boat becoming stranded\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"split-image\"\u003e\n        \u003cimg src=\"https:\/\/i.ebayimg.com\/images\/g\/VvEAAeSwB-dqWNEz\/s-l1600.webp\" alt=\"S5 RC boat self-righting capsize recovery function\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE GALLERY --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFeatures Made for the Water\u003c\/h2\u003e\n\n    \u003cp class=\"section-intro\"\u003e\n      Explore the functions that make the S5 an entertaining choice for\n      casual racing and family outdoor play.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"gallery-grid\"\u003e\n      \u003cdiv class=\"gallery-card\"\u003e\n        \u003cimg src=\"https:\/\/i.ebayimg.com\/images\/g\/WdoAAeSwJM5qWNEu\/s-l1600.webp\" alt=\"Remote control boat with two speed modes\"\u003e\n        \u003cdiv class=\"gallery-caption\"\u003eTwo Speed Modes\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gallery-card\"\u003e\n        \u003cimg src=\"https:\/\/i.ebayimg.com\/images\/g\/-LEAAeSw8KNqWNEz\/s-l1600.webp\" alt=\"Remote control boat navigation light\"\u003e\n        \u003cdiv class=\"gallery-caption\"\u003eNight Navigation Light\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gallery-card\"\u003e\n        \u003cimg src=\"https:\/\/i.ebayimg.com\/images\/g\/Y54AAeSwYaxqWNEz\/s-l1600.webp\" alt=\"Remote control boat low power alarm\"\u003e\n        \u003cdiv class=\"gallery-caption\"\u003eLow-Power Return Warning\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gallery-card\"\u003e\n        \u003cimg src=\"https:\/\/i.ebayimg.com\/images\/g\/v4QAAeSwP19qWNEv\/s-l1600.webp\" alt=\"Remote control racing boat creating a circular route\"\u003e\n        \u003cdiv class=\"gallery-caption\"\u003eCircle Mode Water Action\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- KIDS FUN AREA --\u003e\n  \u003csection class=\"fun-zone\"\u003e\n    \u003cdiv class=\"fun-content\"\u003e\n      \u003ch2\u003eReady, Set, Race!\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Create water courses, practice tight turns or race another compatible\n        2.4GHz boat. The controller is designed to reduce signal interference\n        when multiple boats are operating nearby.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"use-pills\"\u003e\n        \u003cspan\u003e🏁 Racing Challenges\u003c\/span\u003e\n        \u003cspan\u003e🌊 Pool Adventures\u003c\/span\u003e\n        \u003cspan\u003e🎮 Steering Practice\u003c\/span\u003e\n        \u003cspan\u003e🎁 Gift-Ready Fun\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BATTERY --\u003e\n  \u003csection class=\"section section-white\"\u003e\n    \u003cdiv class=\"split\"\u003e\n      \u003cdiv class=\"split-image\"\u003e\n        \u003cimg src=\"https:\/\/i.ebayimg.com\/images\/g\/ryoAAeSw529qWNEv\/s-l1600.webp\" alt=\"S5 remote control boat rechargeable battery and play time\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"split-copy\"\u003e\n        \u003ch2\u003eRecharge, Launch and Play Again\u003c\/h2\u003e\n\n        \u003cp\u003e\n          The removable rechargeable boat battery connects to the included\n          USB charging cable. Runtime depends on operating conditions, speed\n          mode and the number of batteries included with the selected package.\n        \u003c\/p\u003e\n\n        \u003cul class=\"check-list\"\u003e\n          \u003cli\u003eRechargeable boat battery\u003c\/li\u003e\n          \u003cli\u003eConvenient USB charging cable\u003c\/li\u003e\n          \u003cli\u003eApproximately 20 minutes per fully charged battery\u003c\/li\u003e\n          \u003cli\u003eAllow the boat and battery to cool before recharging\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n    \u003cp class=\"section-intro\"\u003e\n      Please review the specifications and selected package before ordering.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"spec-wrap\"\u003e\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eProduct Type\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eRemote Control Speed\/Racing Boat\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eModel\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eS5\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eControl Frequency\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2.4GHz\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eMaximum Rated Speed\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 20 MPH\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eControl Functions\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          Forward, reverse, left turn and right turn\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eBoat Battery\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          Rechargeable battery; quantity varies by selected package\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCharging Method\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUSB charging\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eApproximate Boat Size\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          12.5 × 3.5 cm; verify against the selected variation\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eMain Features\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          Self-righting, low-power alarm, navigation light, two speed modes\n          and circle mode\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-row\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eRecommended Use\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e\n          Swimming pools and suitable calm freshwater areas\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"notice\"\u003e\n      \u003cstrong\u003ePackage variation notice:\u003c\/strong\u003e\n      Battery quantity and accessories may differ between available options.\n      Select the required variation and review its package details before\n      completing the purchase.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PACKAGE --\u003e\n  \u003csection class=\"section section-white\"\u003e\n    \u003ch2 class=\"section-title\"\u003eTypical Package Contents\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🚤\u003c\/div\u003e\n        \u003ch3\u003eRC Racing Boat\u003c\/h3\u003e\n        \u003cp\u003eOne S5 remote control speed boat in the selected color.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🎮\u003c\/div\u003e\n        \u003ch3\u003eRemote Controller\u003c\/h3\u003e\n        \u003cp\u003e\n          Handheld 2.4GHz controller for movement and directional operation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🔌\u003c\/div\u003e\n        \u003ch3\u003eCharging Accessories\u003c\/h3\u003e\n        \u003cp\u003e\n          Rechargeable boat battery and compatible USB charging cable.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"notice\"\u003e\n      Controller batteries may not be included. Please refer to the selected\n      package option and product photos for the exact contents.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SAFETY --\u003e\n  \u003csection class=\"section safety\"\u003e\n    \u003ch2 class=\"section-title\"\u003eSafe Use and Care\u003c\/h2\u003e\n\n    \u003cp class=\"section-intro\"\u003e\n      Adult supervision and proper care help protect the boat and create a\n      safer experience.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"safety-grid\"\u003e\n      \u003cdiv class=\"safety-box\"\u003e\n        \u003ch3\u003eUse With Adult Supervision\u003c\/h3\u003e\n        \u003cp\u003e\n          Children should use the boat only under responsible adult\n          supervision and away from swimmers.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"safety-box\"\u003e\n        \u003ch3\u003eAvoid Rough Conditions\u003c\/h3\u003e\n        \u003cp\u003e\n          Do not operate in strong currents, heavy waves, salt water,\n          crowded areas or unsafe weather.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"safety-box\"\u003e\n        \u003ch3\u003eClose the Hatch Securely\u003c\/h3\u003e\n        \u003cp\u003e\n          Make sure the battery cover and hull hatch are fully secured before\n          placing the boat in water.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"safety-box\"\u003e\n        \u003ch3\u003eDry After Every Use\u003c\/h3\u003e\n        \u003cp\u003e\n          Remove surface moisture and allow the boat to dry fully before\n          storage or battery charging.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FOOTER --\u003e\n  \u003csection class=\"footer-wave\"\u003e\n    \u003ch2\u003eBring High-Speed RC Fun to the Water\u003c\/h2\u003e\n\n    \u003cp\u003e\n      A rechargeable racing boat with responsive controls, self-righting\n      recovery and family-friendly features for memorable outdoor play.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Savendo","offers":[{"title":"Red","offer_id":63832764023155,"sku":"CJRC243106302BY","price":12.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1012\/1366\/7699\/files\/vekAAeSwa3tqWNFN.jpg?v=1785713032"},{"product_id":"halloween-magnetic-building-cubes","title":"Halloween Magnetic Building Cubes 100-Piece Castle \u0026 Graveyard Set Ages 3+","description":"\u003cstyle\u003e\n.svd{\n  --night:#1B1430;\n  --night-2:#2A2145;\n  --paper:#EFEFEA;\n  --card:#FFFFFF;\n  --ink:#171522;\n  --ink-70:#4C4A5C;\n  --ink-40:#8B8898;\n  --pumpkin:#F07E13;\n  --spectre:#57D3A5;\n  --grass:#74B84A;\n  --rule:#D6D5CE;\n\n  --mono:ui-monospace,SFMono-Regular,\"SF Mono\",Menlo,Consolas,monospace;\n  --sans:system-ui,-apple-system,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n\n  font-family:var(--sans);\n  color:var(--ink);\n  line-height:1.6;\n  max-width:56rem;\n  margin:0 auto;\n  padding:0 0 2.5rem;\n  -webkit-font-smoothing:antialiased;\n}\n.svd *,.svd *::before,.svd *::after{box-sizing:border-box}\n.svd p{margin:0 0 1rem}\n.svd img{display:block;width:100%;height:auto}\n\n.svd h2{\n  margin:0 0 .5rem;\n  font-size:clamp(1.4rem,1.1rem + 1.4vw,2rem);\n  font-weight:800;\n  letter-spacing:-.03em;\n  line-height:1.08;\n  text-transform:uppercase;\n}\n.svd h3{margin:0 0 .3rem;font-size:1rem;font-weight:700;letter-spacing:-.01em}\n\n.svd \u003e section{margin:2.75rem 0 0}\n.svd \u003e section:first-of-type{margin-top:0}\n\n.svd .svd-eyebrow{\n  font-family:var(--mono);font-size:.68rem;letter-spacing:.18em;\n  text-transform:uppercase;color:var(--ink-40);margin:0 0 .55rem;\n}\n\n\/* ---- stepped block divider (echoes the stacking) ------------ *\/\n.svd-step{\n  display:flex;gap:3px;margin:2.25rem 0;height:14px;align-items:flex-end;\n}\n.svd-step i{flex:1;background:var(--rule)}\n.svd-step i:nth-child(3n+1){height:14px;background:var(--grass)}\n.svd-step i:nth-child(3n+2){height:9px;background:var(--pumpkin)}\n.svd-step i:nth-child(3n+3){height:5px}\n\n\/* ---- lede (night panel) ------------------------------------- *\/\n.svd-lede{\n  background:var(--night);color:#EDEBF5;\n  padding:1.7rem 1.3rem 1.8rem;\n}\n.svd-lede .svd-eyebrow{color:var(--spectre)}\n.svd-lede h2{color:#fff}\n.svd-lede p{color:#BCB8D0;max-width:46ch}\n.svd-lede p:last-child{margin-bottom:0}\n\n\/* ---- how it works ------------------------------------------- *\/\n.svd-steps{list-style:none;margin:1.2rem 0 0;padding:0;display:grid;gap:.85rem}\n.svd-steps li{\n  background:var(--card);border:2px solid var(--ink);\n  padding:1rem 1rem 1.1rem;\n}\n.svd-steps svg{display:block;margin-bottom:.65rem}\n.svd-steps p{margin:0;font-size:.92rem;color:var(--ink-70)}\n\n\/* ---- SIGNATURE: the 100-cube inventory --------------------- *\/\n.svd-count{background:var(--night);color:#EDEBF5;padding:1.7rem 1.3rem 1.9rem}\n.svd-count .svd-eyebrow{color:var(--pumpkin)}\n.svd-count h2{color:#fff}\n.svd-count \u003e p{color:#BCB8D0;max-width:48ch;font-size:.95rem}\n\n.svd-grid{\n  display:grid;\n  grid-template-columns:repeat(10,1fr);\n  gap:3px;\n  margin:1.3rem 0 1.1rem;\n  max-width:23rem;\n}\n.svd-cell{\n  aspect-ratio:1;\n  background:var(--c);\n  display:block;\n}\n\n.svd-tally{\n  display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;\n  margin:0 0 1.3rem;padding:0;list-style:none;\n}\n.svd-tally li{border-top:3px solid var(--night-2);padding-top:.55rem}\n.svd-tally b{\n  display:block;font-family:var(--mono);font-size:1.5rem;\n  font-weight:700;line-height:1;color:#fff;\n}\n.svd-tally span{\n  display:block;font-family:var(--mono);font-size:.62rem;letter-spacing:.13em;\n  text-transform:uppercase;color:#8F8AA8;margin-top:.3rem;\n}\n.svd-tally li:nth-child(1) b{color:var(--grass)}\n.svd-tally li:nth-child(2) b{color:var(--pumpkin)}\n.svd-tally li:nth-child(3) b{color:var(--spectre)}\n\n.svd-legend{\n  list-style:none;margin:0;padding:0;\n  display:grid;grid-template-columns:repeat(2,1fr);gap:.05rem .9rem;\n  font-size:.78rem;\n}\n.svd-legend li{\n  display:flex;align-items:center;gap:.5rem;\n  padding:.3rem 0;border-bottom:1px solid var(--night-2);\n}\n.svd-legend i{width:11px;height:11px;background:var(--c);flex:none}\n.svd-legend span{flex:1;color:#BCB8D0}\n.svd-legend b{font-family:var(--mono);color:#fff;font-size:.8rem}\n\n\/* ---- honesty list ------------------------------------------- *\/\n.svd-honest ul{list-style:none;margin:1.1rem 0 0;padding:0}\n.svd-honest li{\n  padding:.85rem 0 .9rem 1.4rem;border-bottom:1px solid var(--rule);\n  position:relative;font-size:.95rem;color:var(--ink-70);\n}\n.svd-honest li::before{\n  content:\"\";position:absolute;left:0;top:1.15rem;\n  width:9px;height:9px;background:var(--pumpkin);\n}\n.svd-honest strong{color:var(--ink)}\n\n\/* ---- specs --------------------------------------------------- *\/\n.svd-specs table{width:100%;border-collapse:collapse;margin-top:1rem}\n.svd-specs th,.svd-specs td{\n  text-align:left;padding:.65rem .7rem;border-bottom:1px solid var(--rule);\n  font-size:.92rem;\n}\n.svd-specs th{\n  width:44%;font-family:var(--mono);font-size:.72rem;letter-spacing:.07em;\n  text-transform:uppercase;color:var(--ink-70);font-weight:600;\n}\n.svd-specs tbody tr:nth-child(odd){background:var(--paper)}\n\n\/* ---- FAQ ----------------------------------------------------- *\/\n.svd-faq details{border-bottom:1px solid var(--rule);background:var(--card)}\n.svd-faq details:first-of-type{border-top:1px solid var(--rule)}\n.svd-faq summary{\n  cursor:pointer;list-style:none;padding:.9rem 2.2rem .9rem .8rem;\n  font-weight:700;font-size:.96rem;position:relative;transition:background .18s;\n}\n.svd-faq summary::-webkit-details-marker{display:none}\n.svd-faq summary:hover{background:var(--paper)}\n.svd-faq summary:focus-visible{outline:2px solid var(--pumpkin);outline-offset:-2px}\n.svd-faq summary::after{\n  content:\"\";position:absolute;right:1rem;top:50%;width:9px;height:9px;\n  margin-top:-6px;border-right:2px solid var(--pumpkin);\n  border-bottom:2px solid var(--pumpkin);transform:rotate(45deg);\n  transition:transform .22s ease;\n}\n.svd-faq details[open] summary::after{transform:rotate(-135deg);margin-top:-2px}\n.svd-faq .svd-a{padding:0 .8rem 1rem;font-size:.93rem;color:var(--ink-70)}\n.svd-faq .svd-a p:last-child{margin-bottom:0}\n\n\/* ---- figures ------------------------------------------------- *\/\n.svd figure{margin:1.4rem 0 0}\n.svd figcaption{\n  font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;\n  text-transform:uppercase;color:var(--ink-40);padding-top:.5rem;\n}\n\n\/* ---- motion -------------------------------------------------- *\/\n@media (prefers-reduced-motion:no-preference){\n  .svd-cell{\n    animation:svd-snap .42s cubic-bezier(.2,1.5,.4,1) both;\n    animation-delay:calc(var(--i) * 9ms);\n  }\n  .svd-steps li,.svd-honest li,.svd-faq details{\n    animation:svd-rise .55s cubic-bezier(.2,.7,.3,1) both;\n  }\n  .svd-steps li:nth-child(2){animation-delay:.09s}\n  .svd-steps li:nth-child(3){animation-delay:.18s}\n  .svd-steps li{transition:transform .22s ease,box-shadow .22s ease}\n  .svd-steps li:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--pumpkin)}\n  .svd-legend li,.svd-tally li{transition:opacity .2s}\n  .svd-legend li:hover{opacity:.65}\n\n  @supports (animation-timeline:view()){\n    .svd-steps li,.svd-honest li,.svd-faq details{\n      animation:svd-rise linear both;\n      animation-timeline:view();\n      animation-range:entry 0% cover 30%;\n      animation-delay:0s;\n    }\n  }\n}\n@keyframes svd-snap{\n  from{opacity:0;transform:scale(.3)}\n  to{opacity:1;transform:none}\n}\n@keyframes svd-rise{\n  from{opacity:0;transform:translateY(13px)}\n  to{opacity:1;transform:none}\n}\n\n\/* ---- responsive ---------------------------------------------- *\/\n@media (min-width:40em){\n  .svd-steps{grid-template-columns:repeat(3,1fr)}\n  .svd-lede,.svd-count{padding:2.3rem 2.2rem 2.4rem}\n  .svd-legend{grid-template-columns:repeat(3,1fr)}\n  .svd-grid{max-width:26rem}\n}\n@media (max-width:39.99em){\n  .svd-specs table,.svd-specs tbody,.svd-specs tr,\n  .svd-specs th,.svd-specs td{display:block;width:100%}\n  .svd-specs tr{padding:.5rem 0;border-bottom:1px solid var(--rule)}\n  .svd-specs th{border:0;padding:0 0 .1rem}\n  .svd-specs td{border:0;padding:0}\n  .svd-specs tbody tr:nth-child(odd){background:transparent}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"svd\"\u003e\n\u003csection class=\"svd-lede\"\u003e\n\u003cp class=\"svd-eyebrow\"\u003eThe problem\u003c\/p\u003e\n\u003ch2\u003eThe tower falls over and the interest dies with it\u003c\/h2\u003e\n\u003cp\u003eYou buy a building set, your kid stacks four pieces, the whole thing topples, and they walk away. Wooden blocks slide. Interlocking bricks need more finger strength than a five-year-old has.\u003c\/p\u003e\n\u003cp\u003eWhat survives is the toy that holds together while a small, impatient person works out what they're making.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"svd-step\" role=\"presentation\"\u003e\n\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003csection class=\"svd-how\"\u003e\n\u003cp class=\"svd-eyebrow\"\u003eHow it works\u003c\/p\u003e\n\u003ch2\u003eEvery face is a magnet\u003c\/h2\u003e\n\u003cul class=\"svd-steps\"\u003e\n\u003cli\u003e\n\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#171522\" stroke-width=\"2\"\u003e\n          \u003crect x=\"4\" y=\"12\" width=\"12\" height=\"12\"\u003e\u003c\/rect\u003e\u003crect x=\"16\" y=\"12\" width=\"12\" height=\"12\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M10 12V6M22 12V6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eAny side, any way\u003c\/h3\u003e\n\u003cp\u003eMagnets sit inside all six faces, so there's no orientation to get right and no studs to line up.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#171522\" stroke-width=\"2\"\u003e\n          \u003crect x=\"3\" y=\"18\" width=\"9\" height=\"9\"\u003e\u003c\/rect\u003e\u003crect x=\"20\" y=\"18\" width=\"9\" height=\"9\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"11.5\" y=\"9\" width=\"9\" height=\"9\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eBridges hold\u003c\/h3\u003e\n\u003cp\u003eOverhangs and arches stay put instead of collapsing, so builds get more ambitious over time.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#171522\" stroke-width=\"2\"\u003e\n          \u003crect x=\"5\" y=\"5\" width=\"10\" height=\"10\"\u003e\u003c\/rect\u003e\u003crect x=\"17\" y=\"17\" width=\"10\" height=\"10\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M17 5l10 10M15 17L5 27\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eSix prints per cube\u003c\/h3\u003e\n\u003cp\u003eOne piece is stone wall, window or lantern depending on how it lands. Rotating changes the build.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cfigure\u003e\u003c!-- REPLACE_ME — two children building together --\u003e \u003cimg src=\"https:\/\/savendo.org\/cdn\/shop\/files\/us_CLKGNBMDJS10BURVH001V0_original_img-v2_magnetic-blocks-f3.webp?v=1786145659\u0026amp;width=1346\" width=\"1600\" height=\"1600\" loading=\"lazy\" decoding=\"async\" alt=\"Two children assembling a large block castle together on a playroom floor\"\u003e\n\u003cfigcaption\u003e\u003cbr\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003c!-- ===== SIGNATURE: exactly what 100 pieces means ===== --\u003e\n\u003csection class=\"svd-count\"\u003e\n\u003cp class=\"svd-eyebrow\"\u003eEvery piece in the box\u003c\/p\u003e\n\u003ch2\u003eWhat \"100 pieces\" actually gets you\u003c\/h2\u003e\n\u003cp\u003eMost listings show a photo of the finished castle and leave you to guess. Here is the entire contents, one square per cube.\u003c\/p\u003e\n\u003cdiv class=\"svd-grid\" role=\"img\"\u003e\n\u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 0; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 1; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 2; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 3; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 4; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 5; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 6; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 7; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 8; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 9; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 10; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 11; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 12; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 13; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 14; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 15; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 16; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 17; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 18; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 19; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 20; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 21; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 22; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 23; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 24; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 25; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 26; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 27; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 28; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 29; --c: #74B84A;\" title=\"Grass \u0026amp; dirt\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 30; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 31; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 32; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 33; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 34; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 35; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 36; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 37; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 38; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 39; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 40; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 41; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 42; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 43; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 44; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 45; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 46; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 47; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 48; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 49; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 50; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 51; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 52; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 53; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 54; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 55; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 56; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 57; --c: #C9C6BE;\" title=\"Stone brick\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 58; --c: #8D8A82;\" title=\"Cobblestone\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 59; --c: #8D8A82;\" title=\"Cobblestone\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 60; --c: #8D8A82;\" title=\"Cobblestone\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 61; --c: #8D8A82;\" title=\"Cobblestone\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-terrain\" style=\"--i: 62; --c: #8D8A82;\" title=\"Cobblestone\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 63; --c: #A8712F;\" title=\"Fence\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 64; --c: #A8712F;\" title=\"Fence\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 65; --c: #A8712F;\" title=\"Fence\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 66; --c: #A8712F;\" title=\"Fence\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 67; --c: #A8712F;\" title=\"Fence\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 68; --c: #A8712F;\" title=\"Fence\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 69; --c: #A8712F;\" title=\"Fence\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 70; --c: #A8712F;\" title=\"Fence\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 71; --c: #A8712F;\" title=\"Fence\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 72; --c: #A8712F;\" title=\"Fence\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 73; --c: #5FC8D8;\" title=\"Window\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 74; --c: #5FC8D8;\" title=\"Window\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 75; --c: #5FC8D8;\" title=\"Window\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 76; --c: #7A4A2B;\" title=\"Door\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 77; --c: #7A4A2B;\" title=\"Door\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 78; --c: #7A4A2B;\" title=\"Door\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 79; --c: #E8629B;\" title=\"Pink wood\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 80; --c: #E8629B;\" title=\"Pink wood\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 81; --c: #E8629B;\" title=\"Pink wood\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 82; --c: #C2213F;\" title=\"Lava rock\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 83; --c: #C2213F;\" title=\"Lava rock\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 84; --c: #C2213F;\" title=\"Lava rock\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 85; --c: #F0A81E;\" title=\"Lantern\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 86; --c: #F0A81E;\" title=\"Lantern\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 87; --c: #E8EAF0;\" title=\"Castle spire\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-scenery\" style=\"--i: 88; --c: #E8EAF0;\" title=\"Castle spire\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-character\" style=\"--i: 89; --c: #57D3A5;\" title=\"Ghost\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-character\" style=\"--i: 90; --c: #57D3A5;\" title=\"Ghost\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-character\" style=\"--i: 91; --c: #8FBF3F;\" title=\"Zombie\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-character\" style=\"--i: 92; --c: #8FBF3F;\" title=\"Zombie\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-character\" style=\"--i: 93; --c: #7B5CC4;\" title=\"Bat \u0026amp; candle\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-character\" style=\"--i: 94; --c: #7B5CC4;\" title=\"Bat \u0026amp; candle\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-character\" style=\"--i: 95; --c: #D93A4A;\" title=\"Vampire\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-character\" style=\"--i: 96; --c: #E8A33D;\" title=\"Treasure chest\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-character\" style=\"--i: 97; --c: #9AA0A8;\" title=\"Gravestone\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-character\" style=\"--i: 98; --c: #B08D4F;\" title=\"Cross\"\u003e\u003c\/span\u003e \u003cspan class=\"svd-cell svd-character\" style=\"--i: 99; --c: #DDE6F0;\" title=\"Skeleton\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"svd-tally\"\u003e\n\u003cli\u003e\n\u003cb\u003e63\u003c\/b\u003e\u003cspan\u003eTerrain \u0026amp; walls\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e26\u003c\/b\u003e\u003cspan\u003eScenery \u0026amp; structure\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e11\u003c\/b\u003e\u003cspan\u003eCharacters\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul class=\"svd-legend\"\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #74B84A;\"\u003e\u003c\/i\u003e\u003cspan\u003eGrass \u0026amp; dirt\u003c\/span\u003e\u003cb\u003e30\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #C9C6BE;\"\u003e\u003c\/i\u003e\u003cspan\u003eStone brick\u003c\/span\u003e\u003cb\u003e28\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #8D8A82;\"\u003e\u003c\/i\u003e\u003cspan\u003eCobblestone\u003c\/span\u003e\u003cb\u003e5\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #A8712F;\"\u003e\u003c\/i\u003e\u003cspan\u003eFence\u003c\/span\u003e\u003cb\u003e10\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #5FC8D8;\"\u003e\u003c\/i\u003e\u003cspan\u003eWindow\u003c\/span\u003e\u003cb\u003e3\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #7A4A2B;\"\u003e\u003c\/i\u003e\u003cspan\u003eDoor\u003c\/span\u003e\u003cb\u003e3\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #E8629B;\"\u003e\u003c\/i\u003e\u003cspan\u003ePink wood\u003c\/span\u003e\u003cb\u003e3\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #C2213F;\"\u003e\u003c\/i\u003e\u003cspan\u003eLava rock\u003c\/span\u003e\u003cb\u003e3\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #F0A81E;\"\u003e\u003c\/i\u003e\u003cspan\u003eLantern\u003c\/span\u003e\u003cb\u003e2\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #E8EAF0;\"\u003e\u003c\/i\u003e\u003cspan\u003eCastle spire\u003c\/span\u003e\u003cb\u003e2\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #57D3A5;\"\u003e\u003c\/i\u003e\u003cspan\u003eGhost\u003c\/span\u003e\u003cb\u003e2\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #8FBF3F;\"\u003e\u003c\/i\u003e\u003cspan\u003eZombie\u003c\/span\u003e\u003cb\u003e2\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #7B5CC4;\"\u003e\u003c\/i\u003e\u003cspan\u003eBat \u0026amp; candle\u003c\/span\u003e\u003cb\u003e2\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #D93A4A;\"\u003e\u003c\/i\u003e\u003cspan\u003eVampire\u003c\/span\u003e\u003cb\u003e1\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #E8A33D;\"\u003e\u003c\/i\u003e\u003cspan\u003eTreasure chest\u003c\/span\u003e\u003cb\u003e1\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #9AA0A8;\"\u003e\u003c\/i\u003e\u003cspan\u003eGravestone\u003c\/span\u003e\u003cb\u003e1\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #B08D4F;\"\u003e\u003c\/i\u003e\u003cspan\u003eCross\u003c\/span\u003e\u003cb\u003e1\u003c\/b\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci style=\"--c: #DDE6F0;\"\u003e\u003c\/i\u003e\u003cspan\u003eSkeleton\u003c\/span\u003e\u003cb\u003e1\u003c\/b\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"svd-honest\"\u003e\n\u003cp class=\"svd-eyebrow\"\u003eRead before ordering\u003c\/p\u003e\n\u003ch2\u003eWorth knowing\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOnly 11 cubes are characters.\u003c\/strong\u003e Ghosts, zombies, the vampire, the skeleton. You need terrain to build on, but if you pictured a box of spooky figures, this isn't that.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThese are cubes, not tiles.\u003c\/strong\u003e They won't connect to Magna-Tiles, PicassoTiles or any flat-panel set. Different system entirely.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eContains magnets. Age 3 and up, no exceptions.\u003c\/strong\u003e At 25 mm these are small parts. Keep them from younger siblings and retire any cube that cracks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThe theme is a graveyard.\u003c\/strong\u003e Cartoonish rather than gruesome, but some three- and four-year-olds won't like it.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThe storage bag is lightweight non-woven fabric.\u003c\/strong\u003e It does the job; it isn't built to last years.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"svd-specs\"\u003e\n\u003cp class=\"svd-eyebrow\"\u003eSpecifications\u003c\/p\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePieces\u003c\/th\u003e\n\u003ctd\u003e100\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCube size\u003c\/th\u003e\n\u003ctd\u003e1 × 1 × 1 in (25 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSet weight\u003c\/th\u003e\n\u003ctd\u003e1.61 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAge rating\u003c\/th\u003e\n\u003ctd\u003e3+\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eReinforced ABS plastic, rounded edges\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMagnets\u003c\/th\u003e\n\u003ctd\u003eNeodymium, sealed by ultrasonic welding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eUV printed on all six faces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eIncluded\u003c\/th\u003e\n\u003ctd\u003eStorage bag, user manual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection class=\"svd-size\"\u003e\n\u003cp class=\"svd-eyebrow\"\u003eScale\u003c\/p\u003e\n\u003ch2\u003eWhat can you build with 100?\u003c\/h2\u003e\n\u003cp\u003eEnough for a castle roughly a foot wide with towers, or a house plus a garden and path. Two children can share the set without running out. A five- or six-year-old will use nearly all of it on one build; a three-year-old will stack ten cubes and be delighted. Sets combine, so a second box doubles the scale.\u003c\/p\u003e\n\u003cfigure\u003e\u003c!-- REPLACE_ME — tall finished fortress on white --\u003e \u003cimg src=\"https:\/\/savendo.org\/cdn\/shop\/files\/us_CLKGNBMDJS10BURVH001V0_original_img-v2_magnetic-blocks-m100-9.webp?v=1786145659\u0026amp;width=1346\" width=\"1600\" height=\"1600\" loading=\"lazy\" decoding=\"async\" alt=\"Tall multi-level fortress built from stone, grass and character cubes\"\u003e\n\u003cfigcaption\u003e\u003cbr\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"svd-step\" role=\"presentation\"\u003e\n\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003csection class=\"svd-faq\"\u003e\n\u003cp class=\"svd-eyebrow\"\u003eCommon questions\u003c\/p\u003e\n\u003ch2\u003eBefore you decide\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 3-year-old?\u003c\/summary\u003e\n\u003cdiv class=\"svd-a\"\u003e\n\u003cp\u003eYes for supervised play. Younger builders make simple stacks and towers rather than the structures in the photos, which are the work of older children. Under 3, no — the pieces are small-part sized.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow are these different from magnetic tiles?\u003c\/summary\u003e\n\u003cdiv class=\"svd-a\"\u003e\n\u003cp\u003eTiles are flat panels that fold into hollow shapes. Cubes are solid and stack like real bricks, which makes walls, towers and enclosed rooms far easier. Neither system connects to the other.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the magnets come out?\u003c\/summary\u003e\n\u003cdiv class=\"svd-a\"\u003e\n\u003cp\u003eThe magnets sit inside the ABS shell, sealed by ultrasonic welding rather than glue. Inspect cubes periodically and remove any that crack or split.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs 100 pieces enough?\u003c\/summary\u003e\n\u003cdiv class=\"svd-a\"\u003e\n\u003cp\u003eFor one child, yes. For a shared build or an ambitious eight-year-old, a second set roughly doubles what's possible.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cfigure\u003e\u003c!-- REPLACE_ME — outdoor \/ travel play with storage bag --\u003e \u003cimg src=\"https:\/\/savendo.org\/cdn\/shop\/files\/us_CLKGNBMDJS10BURVH001V0_original_img-v2_magnetic-blocks-f5.webp?v=1786145659\u0026amp;width=1346\" width=\"1600\" height=\"1600\" loading=\"lazy\" decoding=\"async\" alt=\"Parent and child playing with the cube set outdoors beside a green drawstring bag\"\u003e\n\u003cfigcaption\u003e\u003cbr\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Savendo","offers":[{"title":"Grey","offer_id":63934920524147,"sku":"CJYZ25917030001","price":31.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1012\/1366\/7699\/files\/us_CLKGNBMDJS10BURVH001V0_original_img-v2_magnetic-blocks-m100-1.2.webp?v=1786145659"},{"product_id":"magnetic-building-cubes-150-ice-castle","title":"Magnetic Building Cubes 150-Piece Ice Castle Set STEM Building Toy Ages 5-9","description":"\u003cstyle\u003e\n.svdw{\n  --glacier:#0E3A5C;      \/* deep ice shadow            *\/\n  --ice:#4FA8DC;          \/* the blue brick cubes       *\/\n  --ice-pale:#DCEEF9;\n  --snow:#F4F8FB;\n  --stone:#98A4AE;\n  --pine:#3E8E5A;\n  --gift:#C8392F;         \/* the one warm accent        *\/\n  --ink:#12212B;\n  --ink-70:#465662;\n  --ink-40:#8A97A1;\n  --rule:#D3DEE6;\n  --card:#FFFFFF;\n\n  --mono:ui-monospace,SFMono-Regular,\"SF Mono\",Menlo,Consolas,monospace;\n  --sans:system-ui,-apple-system,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n\n  font-family:var(--sans);\n  color:var(--ink);\n  line-height:1.6;\n  max-width:56rem;\n  margin:0 auto;\n  padding:0 0 2.5rem;\n  -webkit-font-smoothing:antialiased;\n}\n.svdw *,.svdw *::before,.svdw *::after{box-sizing:border-box}\n.svdw p{margin:0 0 1rem}\n.svdw img{display:block;width:100%;height:auto}\n\n.svdw h2{\n  margin:0 0 .55rem;\n  font-size:clamp(1.4rem,1.1rem + 1.4vw,2rem);\n  font-weight:800;letter-spacing:-.03em;line-height:1.08;\n}\n.svdw h3{margin:0 0 .3rem;font-size:1rem;font-weight:700}\n\n.svdw \u003e section{margin:2.75rem 0 0}\n.svdw \u003e section:first-of-type{margin-top:0}\n\n.svdw .svdw-eyebrow{\n  font-family:var(--mono);font-size:.68rem;letter-spacing:.18em;\n  text-transform:uppercase;color:var(--ink-40);margin:0 0 .55rem;\n}\n\n\/* ---- frost divider: crystalline, not a rule ---------------- *\/\n.svdw-frost{\n  height:16px;margin:2.25rem 0;\n  background:\n    linear-gradient(135deg,var(--ice) 25%,transparent 25%) -10px 0,\n    linear-gradient(225deg,var(--ice) 25%,transparent 25%) -10px 0,\n    linear-gradient(315deg,var(--ice-pale) 25%,transparent 25%),\n    linear-gradient(45deg,var(--ice-pale) 25%,transparent 25%);\n  background-size:20px 20px;\n  opacity:.85;\n}\n\n\/* ---- lede (ice panel — light, the inverse of the sibling) --- *\/\n.svdw-lede{\n  background:linear-gradient(170deg,var(--ice-pale),var(--snow));\n  border:2px solid var(--ice);\n  padding:1.7rem 1.3rem 1.8rem;\n}\n.svdw-lede .svdw-eyebrow{color:var(--glacier)}\n.svdw-lede h2{color:var(--glacier)}\n.svdw-lede p{color:var(--ink-70);max-width:46ch}\n.svdw-lede p:last-child{margin-bottom:0}\n\n\/* ---- how it works ------------------------------------------ *\/\n.svdw-steps{list-style:none;margin:1.2rem 0 0;padding:0;display:grid;gap:.85rem}\n.svdw-steps li{\n  background:var(--card);border:1px solid var(--rule);\n  border-top:4px solid var(--ice);padding:1rem 1rem 1.1rem;\n}\n.svdw-steps svg{display:block;margin-bottom:.65rem}\n.svdw-steps p{margin:0;font-size:.92rem;color:var(--ink-70)}\n\n\/* ---- SIGNATURE: true-scale cube comparison ----------------- *\/\n.svdw-scale{\n  background:var(--glacier);color:#E6F0F7;\n  padding:1.7rem 1.2rem 1.8rem;\n}\n.svdw-scale .svdw-eyebrow{color:var(--ice)}\n.svdw-scale h2{color:#fff}\n.svdw-scale \u003e p{color:#A9C2D3;max-width:48ch;font-size:.95rem}\n.svdw-scale figure{margin:1.3rem 0 0}\n.svdw-scale svg{width:100%;height:auto;display:block}\n.svdw-scale figcaption{\n  font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;\n  text-transform:uppercase;color:#7D97A9;padding-top:.7rem;\n}\n\n\/* ---- honest list ------------------------------------------- *\/\n.svdw-honest ul{list-style:none;margin:1.1rem 0 0;padding:0}\n.svdw-honest li{\n  padding:.85rem 0 .9rem 1.5rem;border-bottom:1px solid var(--rule);\n  position:relative;font-size:.95rem;color:var(--ink-70);\n}\n.svdw-honest li::before{\n  content:\"\";position:absolute;left:0;top:1.1rem;\n  width:10px;height:10px;background:var(--ice);\n  transform:rotate(45deg);\n}\n.svdw-honest strong{color:var(--ink)}\n\n\/* ---- specs -------------------------------------------------- *\/\n.svdw-specs table{width:100%;border-collapse:collapse;margin-top:1rem}\n.svdw-specs th,.svdw-specs td{\n  text-align:left;padding:.65rem .7rem;border-bottom:1px solid var(--rule);\n  font-size:.92rem;\n}\n.svdw-specs th{\n  width:44%;font-family:var(--mono);font-size:.72rem;letter-spacing:.07em;\n  text-transform:uppercase;color:var(--ink-70);font-weight:600;\n}\n.svdw-specs tbody tr:nth-child(odd){background:var(--snow)}\n\n\/* ---- FAQ ---------------------------------------------------- *\/\n.svdw-faq details{border-bottom:1px solid var(--rule);background:var(--card)}\n.svdw-faq details:first-of-type{border-top:1px solid var(--rule)}\n.svdw-faq summary{\n  cursor:pointer;list-style:none;padding:.9rem 2.2rem .9rem .8rem;\n  font-weight:700;font-size:.96rem;position:relative;transition:background .18s;\n}\n.svdw-faq summary::-webkit-details-marker{display:none}\n.svdw-faq summary:hover{background:var(--snow)}\n.svdw-faq summary:focus-visible{outline:2px solid var(--ice);outline-offset:-2px}\n.svdw-faq summary::after{\n  content:\"\";position:absolute;right:1rem;top:50%;width:9px;height:9px;\n  margin-top:-6px;border-right:2px solid var(--ice);\n  border-bottom:2px solid var(--ice);transform:rotate(45deg);\n  transition:transform .22s ease;\n}\n.svdw-faq details[open] summary::after{transform:rotate(-135deg);margin-top:-2px}\n.svdw-faq .svdw-a{padding:0 .8rem 1rem;font-size:.93rem;color:var(--ink-70)}\n.svdw-faq .svdw-a p:last-child{margin-bottom:0}\n\n\/* ---- figures ------------------------------------------------ *\/\n.svdw \u003e section \u003e figure{margin:1.4rem 0 0}\n.svdw \u003e section \u003e figure figcaption{\n  font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;\n  text-transform:uppercase;color:var(--ink-40);padding-top:.5rem;\n}\n\n\/* ---- motion -------------------------------------------------- *\/\n@media (prefers-reduced-motion:no-preference){\n  .svdw-steps li,.svdw-honest li,.svdw-faq details{\n    animation:svdw-rise .55s cubic-bezier(.2,.7,.3,1) both;\n  }\n  .svdw-steps li:nth-child(2){animation-delay:.09s}\n  .svdw-steps li:nth-child(3){animation-delay:.18s}\n\n  .svdw-cube-a,.svdw-cube-b{\n    animation:svdw-settle .6s cubic-bezier(.2,1.4,.4,1) both;\n    transform-origin:center bottom;\n  }\n  .svdw-cube-b{animation-delay:.22s}\n\n  .svdw-steps li{transition:transform .22s ease,border-top-color .22s ease}\n  .svdw-steps li:hover{transform:translateY(-3px);border-top-color:var(--gift)}\n\n  @supports (animation-timeline:view()){\n    .svdw-steps li,.svdw-honest li,.svdw-faq details{\n      animation:svdw-rise linear both;\n      animation-timeline:view();\n      animation-range:entry 0% cover 30%;\n      animation-delay:0s;\n    }\n  }\n}\n@keyframes svdw-rise{\n  from{opacity:0;transform:translateY(13px)}\n  to{opacity:1;transform:none}\n}\n@keyframes svdw-settle{\n  from{opacity:0;transform:translateY(-22px) scale(.9)}\n  to{opacity:1;transform:none}\n}\n\n\/* ---- responsive --------------------------------------------- *\/\n@media (min-width:40em){\n  .svdw-steps{grid-template-columns:repeat(3,1fr)}\n  .svdw-lede,.svdw-scale{padding:2.3rem 2.2rem 2.4rem}\n}\n@media (max-width:39.99em){\n  .svdw-specs table,.svdw-specs tbody,.svdw-specs tr,\n  .svdw-specs th,.svdw-specs td{display:block;width:100%}\n  .svdw-specs tr{padding:.5rem 0;border-bottom:1px solid var(--rule)}\n  .svdw-specs th{border:0;padding:0 0 .1rem}\n  .svdw-specs td{border:0;padding:0}\n  .svdw-specs tbody tr:nth-child(odd){background:transparent}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"svdw\"\u003e\n\u003csection class=\"svdw-lede\"\u003e\n\u003cp class=\"svdw-eyebrow\"\u003eThe problem\u003c\/p\u003e\n\u003ch2\u003eSix is the age the easy toys stop working\u003c\/h2\u003e\n\u003cp\u003eA four-year-old is happy stacking ten chunky blocks. A six-year-old wants the tower to have windows, a staircase, a roof that actually pitches.\u003c\/p\u003e\n\u003cp\u003eGive them something too simple and it sits in the cupboard by February. The set that survives is the one that still has room to get harder.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"svdw-frost\" role=\"presentation\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"svdw-how\"\u003e\n\u003cp class=\"svdw-eyebrow\"\u003eHow it works\u003c\/p\u003e\n\u003ch2\u003eEvery face is a magnet\u003c\/h2\u003e\n\u003cul class=\"svdw-steps\"\u003e\n\u003cli\u003e\n\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#0E3A5C\" stroke-width=\"2\"\u003e\n          \u003crect x=\"4\" y=\"13\" width=\"11\" height=\"11\"\u003e\u003c\/rect\u003e\u003crect x=\"17\" y=\"13\" width=\"11\" height=\"11\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M9.5 13V7M22.5 13V7\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eAny side, any way\u003c\/h3\u003e\n\u003cp\u003eMagnets sit inside all six faces, so there's no orientation to get right and no studs to line up.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#0E3A5C\" stroke-width=\"2\"\u003e\n          \u003crect x=\"4\" y=\"20\" width=\"8\" height=\"8\"\u003e\u003c\/rect\u003e\u003crect x=\"12\" y=\"12\" width=\"8\" height=\"8\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"20\" y=\"4\" width=\"8\" height=\"8\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eFiner detail\u003c\/h3\u003e\n\u003cp\u003eAt 20 mm the pieces are smaller than chunky starter blocks, so walls come out neater and spires taller.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"#0E3A5C\" stroke-width=\"2\"\u003e\n          \u003crect x=\"5\" y=\"5\" width=\"10\" height=\"10\"\u003e\u003c\/rect\u003e\u003crect x=\"17\" y=\"17\" width=\"10\" height=\"10\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M17 5l10 10M15 17L5 27\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eSix prints per cube\u003c\/h3\u003e\n\u003cp\u003eOne piece is ice brick, window or snow depending on how it lands. Rotating changes the build.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cfigure\u003e\u003c!-- REPLACE_ME — two children building the castle together --\u003e \u003cimg src=\"https:\/\/savendo.org\/cdn\/shop\/files\/us_CLKGNBBCCB10KYF3L001V0_original_img-v3_magnetic-blocks-f3.webp?v=1786149713\u0026amp;width=1346\" width=\"1600\" height=\"1600\" loading=\"lazy\" decoding=\"async\" alt=\"Two children assembling a tall ice castle together at a table\"\u003e\n\u003cfigcaption\u003e\u003cbr\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003c!-- ===== SIGNATURE: which set for which child ===== --\u003e\n\u003csection class=\"svdw-scale\"\u003e\n\u003cp class=\"svdw-eyebrow\"\u003eChoosing between our two sets\u003c\/p\u003e\n\u003ch2\u003eThe cubes are smaller. That's the point.\u003c\/h2\u003e\n\u003cp\u003eBoth sets use the same magnets and the same system. The difference is piece size, and it decides which child each one suits.\u003c\/p\u003e\n\u003cfigure\u003e\u003csvg viewbox=\"0 0 660 300\" role=\"img\"\u003e\n        \n        \u003cg class=\"svdw-cube-a\"\u003e\n          \u003cpath d=\"M110 60 L136 40 L246 40 L220 60 Z\" fill=\"#6E7C88\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M220 60 L246 40 L246 150 L220 170 Z\" fill=\"#5A6773\"\u003e\u003c\/path\u003e\n          \u003crect x=\"110\" y=\"60\" width=\"110\" height=\"110\" fill=\"#98A4AE\"\u003e\u003c\/rect\u003e\n        \u003c\/g\u003e\n        \n        \u003cg class=\"svdw-cube-b\"\u003e\n          \u003cpath d=\"M450 82 L471 66 L559 66 L538 82 Z\" fill=\"#7CC4EA\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M538 82 L559 66 L559 154 L538 170 Z\" fill=\"#3E90C4\"\u003e\u003c\/path\u003e\n          \u003crect x=\"450\" y=\"82\" width=\"88\" height=\"88\" fill=\"#4FA8DC\"\u003e\u003c\/rect\u003e\n        \u003c\/g\u003e\n        \n        \u003cpath d=\"M80 170 H600\" stroke=\"#2A5878\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\n\n        \u003cg font-family=\"ui-monospace,Menlo,monospace\" font-size=\"15\" letter-spacing=\"1\"\u003e\n          \u003ctext x=\"110\" y=\"203\" fill=\"#A9C2D3\"\u003e25 MM\u003c\/text\u003e\n          \u003ctext x=\"450\" y=\"203\" fill=\"#4FA8DC\"\u003e20 MM\u003c\/text\u003e\n        \u003c\/g\u003e\n        \u003cg font-family=\"system-ui,sans-serif\" font-size=\"15\" fill=\"#E6F0F7\"\u003e\n          \u003ctext x=\"110\" y=\"230\"\u003eGraveyard 100\u003c\/text\u003e\n          \u003ctext x=\"450\" y=\"230\"\u003eGlacier 150\u003c\/text\u003e\n        \u003c\/g\u003e\n        \u003cg font-family=\"system-ui,sans-serif\" font-size=\"13.5\" fill=\"#7D97A9\"\u003e\n          \u003ctext x=\"110\" y=\"252\"\u003eStarter set\u003c\/text\u003e\n          \u003ctext x=\"450\" y=\"252\" fill=\"#4FA8DC\"\u003eThis set\u003c\/text\u003e\n        \u003c\/g\u003e\n        \n        \u003crect x=\"110\" y=\"268\" width=\"120\" height=\"9\" rx=\"4.5\" fill=\"#6E7C88\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"450\" y=\"268\" width=\"150\" height=\"9\" rx=\"4.5\" fill=\"#4FA8DC\"\u003e\u003c\/rect\u003e\n        \u003cg font-family=\"ui-monospace,Menlo,monospace\" font-size=\"12.5\" fill=\"#A9C2D3\"\u003e\n          \u003ctext x=\"240\" y=\"278\"\u003eAGES 3–6\u003c\/text\u003e\n          \u003ctext x=\"610\" y=\"278\" fill=\"#4FA8DC\"\u003e5–9\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/svg\u003e\n\u003cfigcaption\u003eShown at true relative scale\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003csection class=\"svdw-honest\"\u003e\n\u003cp class=\"svdw-eyebrow\"\u003eRead before ordering\u003c\/p\u003e\n\u003ch2\u003eWorth knowing\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eThese are smaller cubes.\u003c\/strong\u003e 20 mm rather than the 25 mm in our Graveyard set. Better for detailed work, harder for a three-year-old's fingers. The box says 3+; we'd say five and up.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eContains magnets.\u003c\/strong\u003e Small parts throughout. Keep away from younger siblings and retire any cube that cracks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThe theme is generic winter.\u003c\/strong\u003e Ice brick, evergreens, a princess, a prince, a reindeer, a snowman. It isn't a licensed set and isn't tied to any film.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCubes, not tiles.\u003c\/strong\u003e They won't connect to flat-panel magnetic systems.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNon-woven storage bag.\u003c\/strong\u003e Functional, not durable.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cfigure\u003e\u003c!-- REPLACE_ME — close detail, child placing a spire cube --\u003e \u003cimg src=\"https:\/\/savendo.org\/cdn\/shop\/files\/us_CLKGNBBCCB10KYF3L001V0_original_img-v3_magnetic-blocks-f5.webp?v=1786149713\u0026amp;width=1346\" width=\"1600\" height=\"1600\" loading=\"lazy\" decoding=\"async\" alt=\"Close view of a child placing a flag cube onto a pitched brick roof\"\u003e\n\u003cfigcaption\u003e\u003cbr\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003csection class=\"svdw-specs\"\u003e\n\u003cp class=\"svdw-eyebrow\"\u003eSpecifications\u003c\/p\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePieces\u003c\/th\u003e\n\u003ctd\u003e150\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCube size\u003c\/th\u003e\n\u003ctd\u003e0.8 × 0.8 × 0.8 in (20 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSet weight\u003c\/th\u003e\n\u003ctd\u003e1.57 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAge rating\u003c\/th\u003e\n\u003ctd\u003e3+ (we suggest 5+)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eReinforced ABS, UV printed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMagnets\u003c\/th\u003e\n\u003ctd\u003eNeodymium, ultrasonic welded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eIncluded\u003c\/th\u003e\n\u003ctd\u003eStorage bag, user manual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"svdw-frost\" role=\"presentation\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"svdw-faq\"\u003e\n\u003cp class=\"svdw-eyebrow\"\u003eCommon questions\u003c\/p\u003e\n\u003ch2\u003eBefore you decide\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich set for a 6-year-old — 100 or 150?\u003c\/summary\u003e\n\u003cdiv class=\"svdw-a\"\u003e\n\u003cp\u003eThis one. The finer cubes and higher count suit the age that wants detail rather than bulk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it a good Christmas gift for a child who has everything?\u003c\/summary\u003e\n\u003cdiv class=\"svdw-a\"\u003e\n\u003cp\u003eIt's an open-ended set rather than a single-outcome toy, so it doesn't compete with whatever is already in the toy box. There's no finished model to complete and put away.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs 150 enough for two children?\u003c\/summary\u003e\n\u003cdiv class=\"svdw-a\"\u003e\n\u003cp\u003eYes, comfortably. Sets also combine, so a second box doubles what's possible.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the magnets secure?\u003c\/summary\u003e\n\u003cdiv class=\"svdw-a\"\u003e\n\u003cp\u003eThey sit inside the ABS shell, sealed by ultrasonic welding rather than glue. Inspect cubes periodically and remove any that crack or split.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cfigure\u003e\u003c!-- REPLACE_ME — finished castle on white with box and pouch --\u003e \u003cimg src=\"https:\/\/savendo.org\/cdn\/shop\/files\/us_CLKGNBBCCB10KYF3L001V0_original_img-v3_magnetic-blocks-m100-9.webp?v=1786149713\u0026amp;width=1346\" width=\"1600\" height=\"1600\" loading=\"lazy\" decoding=\"async\" alt=\"Large finished castle with boxed set and drawstring pouch alongside\"\u003e\n\u003cfigcaption\u003e\u003cbr\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Savendo","offers":[{"title":"Blue","offer_id":63935208751475,"sku":"CJYZ25916980001","price":35.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1012\/1366\/7699\/files\/us_CLKGNBBCCB10KYF3L001V0_original_img-v3_magnetic-blocks-m100-1.2.jpg?v=1786149713"}],"url":"https:\/\/savendo.org\/collections\/toys-games.oembed","provider":"Savendo","version":"1.0","type":"link"}