Ultimate Sack 5000: Big Adult Bean Bag Chair

people are viewing this right now
Shipping
$199.99
$285.71
-$85.72
Fabric:  Suede
Color:  Grey Suede
Quantity
Description

However you love to relax, you'll love it more in this big bag that can hold 1-2 adults or a few kids!

The Ultimate Sack 5000 Big Adult Bean Bag Chair Details:

  • Approximately 5 feet in diameter
    Measures 50-58 inches across, 30-34 inches in height when fully fluffed (Depending on the surface of the floor and weight of the occupant)
  • Weighs 50-55 pounds
  • Includes a removable, washable cover
  • Durable double stitching
  • Durable #10 zipper with child safety lock
  • Includes inner liner to keep the bean bag material inside
  • Comes pre-filled and ready to set up
  • Filled with 100% new shredded polyurethane foam
  • 10-year warranty against manufacturer defects
  • Made in the USA 🇺🇲

The Big Bean Bag Chair Perfect for Adults

Sit into a world of comfort with the Ultimate Sack 5000 bean bag chair! Perfect for curling up with a good book, catching up on work on your laptop, or scrolling through social media, this versatile bean bag is your new go-to spot. Move over, traditional chairs—it's time for the bean bag revolution. Whether you're snuggling up with that special someone, studying in your college dorm, or simply taking a break, the Ultimate Sack 5000 has you covered.

Ideal for apartments and dorm rooms, this bean bag chair is perfect for studying, relaxing, or hanging out with friends. Grab a few to pile into your bonus room for the ultimate hang out space. However you love to relax, you'll love it more in an Ultimate Sack.

Our bean bag chairs come with removable, machine-washable covers featuring child-safe zippers, ensuring easy maintenance and a fresh look. Plus, with a variety of colors and fabrics available, you can switch up your style whenever you want without buying a whole new chair.

Proudly made in Hudson, Ohio, every Ultimate Sack bean bag chair is crafted with quality and care. Don't wait—shop now and bring home the Ultimate Sack 5000 bean bag chair for the ultimate in comfort and style!

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.