Ultimate Smart Twist Ride Cruiser

$46.98
$187.92
-$140.94
Color- Pink Purple
Quantity
people are viewing this right now
Shipping
Estimated Delivery:Jun-15 - Jun-28
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);
Description

Why You’ll Love It

  • 2-in-1 manual and electric design gives kids two ways to ride, wiggle, and play
  • Electric assist can be triggered by the foot pedal, so kids do not need complicated controls
  • 360° sensitive steering helps children turn smoothly with less effort on flat surfaces
  • Two speed settings offer a gentle 1.9 mph ride and a faster 4 mph adventure mode
  • Color-changing LED front bar and light-up wheels make every ride feel more exciting
  • Multiple LED expression displays let kids choose a fun riding buddy look
  • Bluetooth music connection lets kids play favorite songs while riding
  • Rechargeable battery design keeps playtime convenient without replacing batteries constantly
  • Wide textured seat and foot areas help kids sit more comfortably and feel more secure
  • Great for indoor playrooms, smooth floors, sidewalks, driveways, birthdays, and holiday gifts

Material & Specification

  • Product Type: Kids smart LED electric wiggle ride car
  • Recommended Age: 3+ years old
  • Max Load: 150 lb
  • Product Size: 28.9"L x 13.3"W x 15"H
  • Ride Modes: Manual wiggle mode / electric assist mode
  • Speed Settings: 1.9 mph / 4 mph
  • Steering: 360° sensitive steering wheel
  • Lighting: Color-changing LED front light bar and LED wheels
  • Expression Display: Multiple front LED face expressions
  • Audio: Bluetooth music connection
  • Battery: Rechargeable battery with charging port
  • Controls: Power switch, light control, expression switch, speed control button, foot pedal
  • Seat: Wide textured seat for more stable sitting
  • Body Material: Durable molded plastic body with smooth rounded edges
  • Use Surface: Best on flat, smooth indoor or outdoor surfaces
  • Easy Setup: Charge the battery, power on, choose mode, and ride
  • Included: Ride car, charger, user guide

Before You Use

  • Fully charge the ride car before first use
  • Place it on a flat, smooth surface before turning it on
  • Best used on smooth indoor floors, sidewalks, or driveways
  • Avoid stairs, steep slopes, roads, wet floors, gravel, sand, and uneven ground
  • Adult supervision is recommended during every ride
  • Make sure the child is seated properly with both feet on the foot areas
  • Start with the lower speed until your child feels comfortable steering
  • Keep hands, feet, and clothing away from the wheels while moving
  • Do not overload beyond the 150 lb weight limit
  • Turn off the power and store indoors after playtime