AACE Booster Car Seat

color
Caviar
Granite
Lake
Seafoam
Coral
Lagoon
Price
$249.95
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Vendor by: Stroller
SKU: CS07011SFM
Description

From cute pre-schooler to independent pre-teen. It’s the longest and shortest time, and AACE grows right along with your child.

They’ll enjoy wearing a seatbelt just like you do. And you’ll be happy because you know they’re safe. And comfy. When they have an adjustable headrest, and an extendable, expandable seat with eight recline positions, how could they not be?

FEATURES
  • 3D growth™ system
  • Converts from a high back to a no back booster
  • Customizable 8 position recline with one-hand, 9 position headrest
  • Energy absorbing side impact protection
  • From fabric to foam and beyond, each element is smartly sourced to be both flame resistant and contain no added fire retardant chemicals

DETAILS

  • AACE allows you to re-think the way your child rides wih a seat that grows just like they do
  • 2-in-1 design - Converts from a high back to a no back booster
  • 3D growth system is...
  • Grow up | One-hand, 9 position height adjustable headrest
  • Grow out | Shoulder system works simultaneously with the headrest, expanding out while growing up
  • Grow on | Seat sports 3 depths giving growing legs plenty of support and space
  • Comfy, built-in arm rests
  • Energy absorbing foam and SIP pods take side impact security to the next level
  • Customizable recline with one-hand, 9 position headrest
  • Lower anchor connectors allow for 8 position recline in high back mode & easily secure car seat to vehicle seat during use or transport
  • Colored belt path indicators help decrease risk of user error
  • Belt positioner aids in correct shoulder belt routing and minimizes user error
  • Ventilation panels within the shell and breathable (and washable!) knit fabric create a comfy climate for even the longest of trips
  • Included AACE starter kit - with dishwasher safe cup holder

RECOMMENDED USE

  • HIGH BACK BOOSTER | 40 to 110 lbs | 38 to 60 in, at least 4 years old
  • NO BACK BOOSTER | 50 to 120 lbs | 38 to 60 in, at least 5 years old
  • OVERALL SEAT DIMENSIONS (HIGHEST POSITION - HBB) 
    L 15 x W 22.5 x H 33 in
  • OVERALL SEAT DIMENSIONS (LOWEST POSITION - HBB)
    L 14.6 x W 21.5 x H 26 in
  • WEIGHT
    15.6 lbs
Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.