Silver Cross

Showing products 7 of 27

View
Silver Cross Avia Stroller

Silver Cross Avia Stroller

The Avia stroller from Silver Cross is where practical design meets maximum comfort. At just 5.5kg, it’s their lightest stroller yet and is easy to lift and stow away. Suitable from birth with the lie-flat seat position, it can grow with your baby up to 20kg. What’s included? Complete Avia stroller UPF50+ ventilated hood with...View more

£175.00

1 retailer
Compare Prices
Silver Cross Jet Pushchair

Silver Cross Jet Pushchair

The Silver Cross Jet is the all-new, ultra-compact lightweight stroller that folds small enough to fit in cabin space on an aeroplane and can even be wheeled like a small suitcase. Suitable from birth up to 15kg, Jet is built with a lie-flat ergonomic seat, multi-position recline and adjustable calf support to ensure your little...View more

from £275.00

3 retailers
Compare Prices
Silver Cross Pop Pushchair – Blush

Silver Cross Pop Pushchair – Blush

Silver Cross Pop Pushchair – BlushView more

from £135.00

2 retailers
Compare Prices
Silver Cross Pop Pushchair – Quarry

Silver Cross Pop Pushchair – Quarry

Silver Cross Pop Pushchair – QuarryView more

£150.00

1 retailer
Compare Prices
Silver Cross Pop Pushchair – Flint

Silver Cross Pop Pushchair – Flint

Silver Cross Pop Pushchair – FlintView more

£135.00

1 retailer
Compare Prices
Silver Cross Zest Stroller – Black

Silver Cross Zest Stroller – Black

Silver Cross Zest Pushchair – Powder BlackView more

£120.00

1 retailer
Compare Prices
Doll’s prams

Doll’s prams

Silver Cross Blossom Dolls Pram + Free Pram Bag Special Edition An exquisitely handmade dolls prams for the special little girl in your life.  Every pram is made to the same exacting standards employed for generations. These special edition prams come with a selection of extras and are strictly limited in production, making them extra special...View more

from £370.00

2 retailers
Compare Prices
1 2 3
'); // Keyword enter event $('.filterTextField4').keydown(function(e) { if(e.keyCode == 13 || e.which == 13){ jQuery.filterProductsCompare4(); } }); jQuery('#tz_product_search_widget-4 .priceSlider').slider({ from: 80, to: 1800, step: 1, smooth: true, round: 0, dimension: ' £', skin: 'plastic', callback: function( value ){ jQuery.filterProductsCompare4(); } }); // Hack so that the pagination links work as ajax request jQuery('.ajax-search-navigation-links a').live('click', function(e){ e.preventDefault(); // scroll body to 0px on click $('body,html').animate({ scrollTop: 0 }, 800); var link = jQuery(this).attr('href'); var product_order_oject = jQuery('.main_compare_products_order_by_select_box').html(); var order_value = jQuery('.main_compare_products_order_by_select_box').val(); $ajaxImgHtml = '

'; jQuery('.master-row div:first').html($ajaxImgHtml); jQuery('.master-row div:first').load(link,function() { if(jQuery('#order_by_placeholder').html() != null){ jQuery('#order_by_placeholder').html('Sort By '); //Below IE9 hook $('#order_by_placeholder select option').removeAttr('selected'); $('#order_by_placeholder select option[value=\''+order_value +'\']').attr('selected', ''); } }) }); /* Gumby hack > elements' on events*/ $('.category_menu_child').on('gumby.onChange', function(e) { if(jQuery(e.currentTarget).find('input').attr('type') === 'checkbox'){ // Some code to make sure that we only search if the checkbox has actually been changed and that it isn't just a fake trigger from gumby if(typeof window.ajaxSearchCheckBoxesAlreadyLoaded === 'undefined'){ jQuery.filterProductsCompare4(); } else{ var name = jQuery(e.currentTarget).find('input').attr('name'); if(jQuery(e.currentTarget).find('input').is(':checked') !== window.ajaxSearchCheckBoxesAlreadyLoaded[name]){ jQuery.filterProductsCompare4(); } else{ delete window.ajaxSearchCheckBoxesAlreadyLoaded; } } } else{ jQuery.filterProductsCompare4(); } }) $('.ajax-filter-btn').on(Gumby.click, function(e) { jQuery.filterProductsCompare4(); }) /* EO Gumby hack */ jQuery('#tz_product_search_widget-4 .compare_attribute').live('change', jQuery.filterProductsCompare4 = function() { var order_by_object = jQuery('#compare_products_order_by_select_box4').html(); var order_value = jQuery('#compare_products_order_by_select_box4'); order_value = order_value.length>0 ? order_value.val().split(','): 'asc,date_added'; var order = order_value[1]; var orderBy = order_value[0]; jQuery('body').removeClass('single-product'); jQuery('.master-row div:first').removeClass('single-product').addClass('product-listing'); jQuery('.master-row div:first').html('

'); var brands = new Array(); var categories = new Array(); var keywords_compare = new Array(); var minPrice = 80; var maxPrice = 1800; jQuery('#tz_product_search_widget-4 .compare_attribute_group').each(function() { var isEmptyPlaceholder = 0; if(jQuery(this).attr('type') != 'slider'){ // If not slider if(jQuery(this).attr('name') == 'k'){ // If keyword input if(jQuery.trim(jQuery(this).attr('value')) != ''){ if(!jQuery.support.placeholder) { if(jQuery.trim(jQuery(this).attr('value')) == 'Search...' ){ jQuery(this).val(''); isEmptyPlaceholder = 1; } } keyword_field_compare = jQuery.trim(jQuery(this).attr('value')); keywords_compare = keyword_field_compare.split(' '); } } jQuery(this).find('li label input.compare_attribute').each(function(i, inputelement) { // If categories or brands if($(inputelement).attr('checked')) { if($(inputelement).attr('name').indexOf('b[') != -1){ brands.push($(inputelement).attr('value')); } if($(inputelement).attr('name').indexOf('c[') != -1){ categories.push($(inputelement).attr('value')); } } }); } else { minmaxarr = jQuery(this).attr('value').split(';'); minPrice = minmaxarr[0]; maxPrice = minmaxarr[1]; } if(!jQuery.support.placeholder) { if(isEmptyPlaceholder == 1){ jQuery(this).val('Search...'); } } }) jQuery.ajax({ url: 'https://buggycompare.co.uk/', cache: false, data: { ajaxsearch: '1', s: 'compare', k: keywords_compare, product: '', c: categories, b : brands, min: minPrice, max: maxPrice, order: order, order_by: orderBy }, success: function(data) { ajax_mode = true; $('body,html').animate({ scrollTop: 0 }, 800); jQuery('.master-row div:first').html(data); if(jQuery('#order_by_placeholder').html() != null){ order_by_object = jQuery('#compare_products_order_by_select_box4').html(); jQuery('#order_by_placeholder').html('Sort By '); //Below IE9 hook $('#order_by_placeholder select option').removeAttr('selected'); $('#order_by_placeholder select option[value=\''+order_value +'\']').attr('selected', ''); jQuery('#order_by_placeholder select option').each (function(){ }) } } }); if(!jQuery.support.placeholder) { /*if(isEmptyPlaceholder == 1){ jQuery(this).val('Search...'); } */ } }); });

Choose a pushchair

Categories

Brands

Price range:

JOHN LEWIS pushchair offers

John Lewis Price Match

Price Match on pushchairs, buggies & strollers from John Lewis - Never Knowingly Undersold