Description
Product Description (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.now('premium-module-5-comparison-table-scroller').execute(function(init){
if (init) {
return;
}
P.register('premium-module-5-comparison-table-scroller', function(){
return function() {
P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) {
function initCompTable(module) {
/**
* Premium comparison table: popover trigger module
*/
var comparisonName = $(module).data('comparison-name');
(function() {
var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger');
$additionalInfo.each(function(i, trigger) {
return popover.create(trigger, $(trigger).data());
});
$additionalInfo.hover(
function() {
$(this).focus();
}
);
})();
/**
* Premium comparison table: adjust column width module
*/
(function() {
var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */
var MIN_WIDTH = 230;
var getWidth = function() {
return $(this).outerWidth();
}
/* cache selectors */
var
$container = $('.aplus-v2 .comparison-table #'+comparisonName),
$header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),
$slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'),
$columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'),
$activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item');
/* Formula for determining desired column width */
var calculatedColumnWidth = Math.floor(
($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS
);
var childWidths = $activeColumn.map(getWidth).get();
var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths));
var minColumnWidth = $columns.innerWidth();
var calculatedPadding = $header.innerWidth() + maxChildWidth;
/* set the min-width of each column to the calulated width or minWidth */
$columns.css(
'min-width',
Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth
? calculatedColumnWidth
: minColumnWidth))
);
$activeColumn.css('width', maxChildWidth);
/* AUI RTL script automatically changes this to padding-right under RTL context */
$slider.css('padding-left', calculatedPadding);
/* show the component */
$container.removeClass('loading');
})();
/**
* Premium comparison table: top scroll bar
*/
(function() {
/* cache selectors */
var
$header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),
$fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'),
$scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'),
$scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'),
$scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'),
$scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar');
/* confirm fixed column exists and can add width to the total width of the scroll bar */
var fixedColumnWidth = $fixedColumn.innerWidth();
if ( fixedColumnWidth === null ) {
fixedColumnWidth = 0;
}
/* set width of scrollBar */
$scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth());
/* connect scrolls together */
$scrollWrapperTop.scroll(function() {
$scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft());
});
$scrollWrapperBottom.scroll(function() {
$scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft());
});
})();
}
$('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) {
initCompTable(module);
});
});
}
});
});
})); (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.now('premium-module-11-faq').execute(function(init) {
if (init) {
return;
}
P.register('premium-module-11-faq', function() {
return function() {
P.when('A', 'jQuery', 'ready').execute(function(A, $){
function initFaq(module) {
var MODULE_CLASS_NAME = 'premium-aplus-module-11';
var FAQ_CONTAINER_CLASS_NAME = 'faqs-container';
var FAQ_BLOCK_CLASS_NAME = 'faq-block';
var moduleId = $(module).data('faq-block');
var $faqBlocks = $('.aplus-v2 .' + MODULE_CLASS_NAME + ' .' + FAQ_CONTAINER_CLASS_NAME + '.' + moduleId + ' .' + FAQ_BLOCK_CLASS_NAME);
/* Using jQuery event namespace for preventing duplicate binding on twister refresh */
$faqBlocks.unbind('click.premiumAplusModule11ClickHandler').bind('click.premiumAplusModule11ClickHandler', function(e) {
if (!$(this).hasClass('aplus-active')) {
$faqBlocks.removeClass('aplus-active'); /* deactivate others */
}
$(this).toggleClass('aplus-active'); /* activate the clicked block */
});
}
$(".aplus-v2 .premium-aplus-module-11 .faqs-container").each(function(index, module) {
initFaq(module);
});
});
};
});
});
})); Previous page
Next page P.now("premium-aplus-13-carousel-2").execute(function(init) {
if (init) {
return;
}
P.register("premium-aplus-13-carousel-2", function(){
return function() {
P.when("A", "jQuery", "a-carousel-framework", "ready").execute(function (A, $, framework) {
var moduleId = "2";
var carouselName = "premium-aplus-13-carousel-2";
var paginationAction = "aplus-pagination-dot-action-" + moduleId;
var paginationGroup = "#aplus-pagination-group-" + moduleId + "-" + carouselName;
/* If the carousel goes to a new page */
A.on("a:carousel:"+carouselName+":change:pageNumber", function (data) {
A.$(paginationGroup+" .carousel-slider-circle").removeClass("aplus-carousel-active")
.eq(data.newValue - 1).addClass("aplus-carousel-active");
});
framework.onInit(carouselName, function (carousel) {
A.declarative(paginationAction, 'click', function(event){
var data = event.data;
carousel.gotoPage(data.page);
});
});
});
}
});
}); (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when("premium-aplus-13-carousel-2").execute(function(init){init();});
})); Previous page
Next page P.now("premium-aplus-13-carousel-3").execute(function(init) {
if (init) {
return;
}
P.register("premium-aplus-13-carousel-3", function(){
return function() {
P.when("A", "jQuery", "a-carousel-framework", "ready").execute(function (A, $, framework) {
var moduleId = "3";
var carouselName = "premium-aplus-13-carousel-3";
var paginationAction = "aplus-pagination-dot-action-" + moduleId;
var paginationGroup = "#aplus-pagination-group-" + moduleId + "-" + carouselName;
/* If the carousel goes to a new page */
A.on("a:carousel:"+carouselName+":change:pageNumber", function (data) {
A.$(paginationGroup+" .carousel-slider-circle").removeClass("aplus-carousel-active")
.eq(data.newValue - 1).addClass("aplus-carousel-active");
});
framework.onInit(carouselName, function (carousel) {
A.declarative(paginationAction, 'click', function(event){
var data = event.data;
carousel.gotoPage(data.page);
});
});
});
}
});
}); (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when("premium-aplus-13-carousel-3").execute(function(init){init();});
})); {"clickstreamNexusMetricsConfig":{"actionType":"DISCOVERY","productId":"","eventOwner":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","producerId":"vsemetrics_playercards","eventType":"IVEVideoView"},"clientPrefix":"aplus-30935","closedCaptionsConfig":{"captionsOnTexts":{"en":"English (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English"}},"sushiMetricsConfig":{"isRobot":false,"clientId":"VSE-US","videoAsinList":"","weblabIds":"","eventSource":"Player","sessionId":"000-9768589-6863846","refMarkers":"aplus-30935_ref","placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","isInternal":false,"endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"CDF2562A93EF44CF9131","customerId":"0","sessionType":1},"mimeType":"video/mp4","nexusMetricsConfig":{"isInternal":false,"widgetMetricsSchemaId":"vse.VSECardsEvents.8","clientId":"VSE-US","videoAsinList":"","weblabIds":"","eventSource":"Player","videoAsin":"hero-video","producerId":"vsemetrics_playercards","refMarkers":"aplus-30935_ref","placementContext":"AplusWidget","playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.7"},"videoHeight":0,"videoWidth":0,"videoUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/8d038715-5f31-4138-b60b-a5e33781dfc4.mp4","metricsEmissionMethod":"nexus","awaConfig":{"useUpNextComponent":false,"clickstreamNexusMetricsConfig":{"actionType":"DISCOVERY","productId":"","eventOwner":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","producerId":"vsemetrics_playercards","eventType":"IVEVideoView"},"initialVideo":"hero-video","shouldPreload":true,"enableClickBasedAttribution":false,"isChromelessPlayer":false,"closedCaptionsConfig":{"captionsOnTexts":{"en":"English (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English"}},"isVideoImmersivePlayer":false,"metricsEmissionMethod":"nexus","skipInitialFocus":false,"playerSkin":"none","disabledViewIds":["replayHint"],"customerId":"0","containerId":"aplus-30935-player-7fc9f854-6c1d-4f49-a6cd-d4f54b32c251","requestMetadata":{"marketplaceId":"ATVPDKIKX0DER","clientId":"VSE-US","method":"AplusWidget","requestId":"CDF2562A93EF44CF9131","pageAsin":"","sessionId":"000-9768589-6863846"},"shouldLoop":false,"shouldDisableControls":false,"alwaysSetInitialVideo":true,"showPlayerCloseButton":false,"clientPrefix":"","useAutoplayFallback":false,"sushiMetricsConfig":{"isRobot":false,"clientId":"VSE-US","videoAsinList":"","weblabIds":"","eventSource":"Player","sessionId":"000-9768589-6863846","refMarkers":"aplus-30935_ref","placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","isInternal":false,"endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"CDF2562A93EF44CF9131","customerId":"0","sessionType":1},"ospLinkCode":"","showPosterImage":true,"languageCode":"en","version":"","nexusMetricsConfig":{"isInternal":false,"widgetMetricsSchemaId":"vse.VSECardsEvents.8","clientId":"VSE-US","videoAsinList":"","weblabIds":"","eventSource":"Player","videoAsin":"hero-video","producerId":"vsemetrics_playercards","refMarkers":"aplus-30935_ref","placementContext":"AplusWidget","playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.7"},"shouldStartMuted":false,"airyVersion":"VideoJS","languagePreferenceStrings":{},"enableInactiveFocus":true,"isReactFactory":false,"enableDelphiAttribution":false,"shouldAutoplay":false},"imageUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/3dc2cba9-d066-40ca-afaa-b52d41f5d7c8.__CR0,0,2928,1200_PT0_SX1464_V1___.png","needPlayerFactory":false,"isMobile":false,"emitLightboxMetricsToNexus":false} (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-na.ssl-images-amazon.com/images/I/51-VZBV9p-L.js?AUIClients/VSEPlayer');
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-na.ssl-images-amazon.com/images/I/21L2L4uKEUL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41YZ736TobL.js,11QfrzttlqL.js,91UJY3A29vL.js,01ELLYeIOkL.js_.js?AUIClients/Brila'); (function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-30935-player-ps');});
//Please use below event to register FeedbackForm
P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) {
A.trigger('vse:ns:player:aplus-30935:init', 'aplus-30935-player-ps');
});
}));
How do I choose the right size bike for my child?
The growth rate of each child will be different due to genes, physique or region. So! parents, please remember! Choose a right size based on your child's height! Here is the size chart shown in our product details for your reference.
Will it be difficult to install?
Please don't worry, 85% of the parts in our package are assembled, and the package comes with a tool kit and a detailed instruction manual, and you can also browse the assembly video on the product page. It takes up to 30 minutes to complete.
Is the bike brake easy to control?
Most of our bicycles have a combination of coaster brake and hand brake, which can control sensitively the bike to stop. Regarding the coaster brake, kids can turn the pedal backwards and gain stopping power.
What should I do if the accessories are missing or damaged after receiving the package?
Our factory has been conducting quality inspection before shipment. However, some packages may be defected by the impact or extrusion of external heavy objects during transportation. If happens, please send messages to us through the order entry. (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when('premium-module-11-faq').execute(function(init){
init();
});
}));
Girls Beach Cruiser Bike Add to Cart
Kid's Balance Bike Add to Cart
Retro Basket Bike Add to Cart
Adult Beach Cruiser Bike Add to Cart
Women Cruiser Bike Add to Cart Customer Reviews 4.5 out of 5 stars
241 4.7 out of 5 stars
441 4.4 out of 5 stars
549 3.0 out of 5 stars
24 4.1 out of 5 stars
5 Price $149.99 $ 149 . 99 $93.99 $ 93 . 99 $139.99 $ 139 . 99 $269.99 $ 269 . 99 $285.99 $ 285 . 99 Size 16/20 Inch 12 Inch 14/16/18/20 Inch 26 Inch 26 Inch Suitable Age Range 5-13 YO 2-5 YO 3-13 YO 12+ YO 12+ YO Drivetrain 1 Speed Self-paced Speed 1 Speed 1 Speed 7 Speed Coaster Brake √ √ √ √ Hand Brake — — √ √ √ Kickstand √ Except for 14" √ √ (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() });
})); P.when('A', 'ready').execute(function(A) {
A.on('a:expander:mobileProductDescription_expander_m:toggle:expand', function() {
if (window && window.ue && window.ue.count) {
window.ue.count("productDescriptionPercolateSize:desktop:m:open", 1);
}
});
A.on('a:expander:mobileProductDescription_expander_m:toggle:collapse', function() {
if (window && window.ue && window.ue.count) {
window.ue.count("productDescriptionPercolateSize:desktop:m:close", 1);
}
});
});
Payment
We accept PayPal, Google Pay, VISA, Master Card, Amex. Credit card payment can also be made via PayPal.
E-check payment will be held until the payment is cleared. Item can only be shipped out when all payment is cleared.
Please make sure your eBay address is correct before you pay.
All the unpaid case will automatically opened after 4 days because the ebay final value charge of the transaction.
Delivery Details
All orders generally ship within "3 business days" after payment is received.
Business Day(Working time) - Business days are Monday to Friday from 9am to 6pm, so during the weekend or on a US National holiday are considered orders placed on the following business day.
Return
All returns must be pre-approved by eBay messaging system before you ship any item back to us.
We will gladly accept your return within 30 days of the delivery date.
Items must be returned in new unused condition and contain all original materials (if included).
All returned items will be tested before refunds are given.
Shipping costs are non-refundable, unless the item is defective.
Returns should be packed in outer shipping carton to avoid defacing the original box/packing of the product.
Contact US
Please contact us if you have not received our feedback, we will gladly correct this and send it manually.
We would also greatly appreciate if you leave us a positive feedback.
If you feel that we deserve a neutral or negative feedback, please, CONTACT US before leaving any feedback, give us a chance to make things right and leave your impression most positive! On Mar 29, 2024 at 04:40:01 PDT, seller added the following information:
Returns Accepted for this item if it's within 30 Days