See More by Chicco
4.8
96% of 100
292 Google reviews
Special Price RM1,099.00 Regular Price RM1,699.00
In stock
SKU SKU
CHICCO GOODY STROLLER - ROSE
The light stroller with a folding system never seen before. Goody Plus is the new Chicco self folding stroller, homologated from birth till 22 kg.
Features
- Auto folding with just one touch
- Fullyreclining backrest for the usage from birth till 22kg
- Wide and comfortable seat with padded shoulder and crotch straps
- UV 50+ sun protection & water resistant canopy
- Shock absorbers on all wheels
- Compatible with Chicco KAILY infant carrier car seat
SKU SKU
CHICCO GOODY STROLLER - ROSE
Skip to the end of the images gallery
Key Achievements
Discover similar: Gear Strollers
Skip to the beginning of the images gallery
Details
- Auto Folding
With just one touch, it folds automatically. When folded it is really compact and stand-alone. With Goody Plus you can fold the bumper bar, in order to achieve greater compactness - Homologated From Birth
Fully reclining backrest for usage from birth till 22kg. - Premium Finishing
The anodized frame, handle and bumper bar in eco-leather and premium stitching in contrast for a very cool and up-to-date design. - Seat
Wide and comfortable seat with padded shoulder and crotch straps, is the perfect solution - Canopy
The canopy is water-resistant and comes with UV 50+ sun protection to protects the baby from direct sunlight exposure and it has an extensible hidden segment. - Wheels
Innovative transparent polycarbonate wheel for a trendy look and high manoeuvrability. Shock absorbers on all wheels. - Travel System
Goody Plus converts readily into a complete travel system. It is compatible with the Chicco KAILY infant carrier car seat with an additional adaptor (does not include in the box).The New Kaily car seat is homologated for transporting babies weighing up to 13kg in accordance with ECE R44/04 standard. Light and functional, it is the best ally for car travel and everyday strolls from the very beginning.
DESCRIPTION:
TheGoody Plus is the latest pushchair by Chicco that collapses automatically. With just a flick of the wrist, the buggy can be folded and turned into a free-standing unit.
- Extraordinary folding mechanism
Thanks to the extraordinary folding mechanism, the Goody Plus can be folded in only one step and is turned into a free-standing unit quickly. The spacious, comfortable seat with padded shoulder straps and a padded centre bar ensures many relaxing rides for your child. The convenient handling and the stylish design make the cool Goody Plus complete. - Modern design
The anodized frame, push bar and front bar with faux leather details and contrasting seams give the Goody Plus a cool and modern style. The canopy can be expanded by using an additional segment. If the cover gets dirty, it can be removed and cleaned easily. Thanks to its capacity of up to 22 kg, the Goody Plus can accompany you and your child from birth up to approx. 4 years. - Safe and comfortable right from birth
A continuous push bar enables you to push the Goody Plus with just one hand. The transparent polycarbonate wheels give the buggy a trendy look and ensure excellent manoeuvrability. The shock absorbers ensure a smooth ride. The Chicco Goody Plus is equipped with a rain cover and a spacious shopping basket. Furthermore, the Goody Plus is compatible with the infant car seat Kiros i-Size Fast-in and the soft carrycot and, thus, can be used as a travel system.
Specifications
- Item weight: 6.9kg
- Dimension Close: 46.5 x 25 x 56cm
- Dimension Open: 46.5 x 79 x 105cm
Recommended Use
- From birth to 22kg (Approx. 5 years old)
Warranty Period
- 1 Year
More Information
Description |
DESCRIPTION:TheGoody Plus is the latest pushchair by Chicco that collapses automatically. With just a flick of the wrist, the buggy can be folded and turned into a free-standing unit.
Specifications
Recommended Use
Warranty Period
|
---|
Reviews
Write Your Own Review
Related Products
-
Chicco: Goody Plus AutoFold Compact Stroller - Balsam (FREE Rain Cover) - 35% OFF!!
Special Price RM1,099.00 Regular Price RM1,699.00
Out of stock
-
Chicco: Goody Plus AutoFold Compact Stroller - Grey (FREE Rain Cover) - 35% OFF!!
Special Price RM1,099.00 Regular Price RM1,699.00
Out of stock
-
Chicco: Goody Plus AutoFold Compact Stroller - Graphite (FREE Rain Cover) - 35% OFF!!
Special Price RM1,099.00 Regular Price RM1,699.00
Out of stock
-
Joie: Litetrax™ 4 DLX Stroller - Deep Sea
Special Price RM999.00 Regular Price RM1,199.00
Chicco: Mini Bravo Plus Travel System (Stroller + KeyFit30 car seat with Isofix base) (Bombay) - 46% OFF!!
Special Price RM1,499.00 Regular Price RM2,799.90
Chicco: Mini Bravo Plus Travel System (Stroller + KeyFit30 car seat with Isofix base) - [Slate] - 46% OFF!!
Special Price RM1,499.00 Regular Price RM2,799.90
We found other products you might like!
-
Baby Monsters | Kuki Stroller (Birth to 22kg) - Forest - 36%
Special Price RM899.00 Regular Price RM1,399.90
Baby Jogger: City Tour 2 Stroller - Jet (FREE BELLY BAR + Cup Holder (Worth Price RM199.80)
Special Price RM1,290.00 Regular Price RM1,590.00
Cybex: Gold Stroller | Libelle - Beach Blue (From 6 months - 4 years / 7-22kg)
Special Price RM1,399.00 Regular Price RM1,599.00
Joie: Chrome™ Stroller - Pebble
Special Price RM1,159.00 Regular Price RM1,599.00
- '; html += '
'; html += '
'; html += ''+ item.name +'
'+ item.price + item.old_price +'
'; html += ' '; } $('#suggest-items ul').attr('class', ''); $('#suggest-items ul').html(html); $('#suggest-items ul').slick({ dots: true, autoplay: true, arrows: false, slidesToShow: 4, slidesToScroll: 4, infinite: false, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 4, slidesToScroll: 4, infinite: true, dots: true } } ] }); $('#suggest-items').show(); } else{ $('#suggest-items ul').html(''); $('#suggest-items').hide(); } if(response.count == 0){ cleanCartSideBar(); } } else{ alert(response.error); } }, error: function (xhr, status, error) { var err = eval("(" + xhr.responseText + ")"); console.log(err.Message); } }); $(this).unbind(); }); function calulateCart(input, id, qty, isPlus){ var qt = isPlus ? (qty + 1) : (qty - 1); var params = {id: id, qty: qt}; $.post({ url: '/custom/cart/updateqty', data: params, showLoader: true, success: function (response) { if(response.error == ''){ input.val(qt); input.closest('li').find('.price').html(response.price); updateCartDetail(response); } else{ alert(response.error); } }, error: function (xhr, status, error) { var err = eval("(" + xhr.responseText + ")"); console.log(err.Message); } }); } function cleanCartSideBar(){ $('#cart-sidebar').addClass('empty'); $('#cart-sidebar .items').html(''); $('.sidebar-count').html('(0)'); $('.mini-cart-content').html('0'); } function updateCartDetail(response){ var count = response.count; var total = response.total; var percent = response.percent; var textCount = ''; if(count == 1){ textCount = '(' + count + ' item)'; } else if(count > 1){ textCount = '(' + count + ' items)'; } $('.mini-cart-content').html(count); $('.cart-count').html(textCount); $('.sidebar-count').html('('+ count +')'); $('#cart-sidebar .subtotal div.price').html(total); if(percent == 100){ $('.freeshipping-status').addClass('claimed'); $('.freeshipping-status .current-process').attr('style', 'width: 100%'); } else{ $('.freeshipping-status').removeClass('claimed'); $('.freeshipping-status .current-process').attr('style', 'width: ' + percent + '%'); } $('.freeshipping-status .message').html(response.free_message); } }); window.fbAsyncInit = function() { FB.init({ appId : '1778993399067187', autoLogAppEvents : true, xfbml : true, version : 'v2.11' }); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); $('#facebook-chat-icon').click(function(){ /* var chatPopup = setInterval(function(){ if(FB != null && FB.CustomerChat != null){ document.querySelector('#facebook-chat-icon').style.display = 'none'; FB.CustomerChat.show(true); clearInterval(chatPopup); } }, 500); */ }); $("[data-scroll='true']").click(function() { var item = $(this); var target = $(item.attr('data-target')); console.log(target); if(target.length > 0){ $([document.documentElement, document.body]).animate({ scrollTop: target.offset().top }, 2000); } }); $('.overlay-mobile, .btnContinueShopping').click(function(){ $('html').removeClass('addcart-mobile'); });});