Welcome to our store

  • Home
  • Catalog
  • Collections

THE.png

  • Home
  • Catalog
  • Collections
Cart

THE Z HUT

Hobestluk 3 in 1 Bean Bag Chair Giant Bean Bag Chairs Convertible Bean Bag Floor Cushion with Machine Washable Cover, Beanbag Chairs for Adult (Dark Grey)

Regular price $129.99
Regular price $129.99 Sale price $129.99
Sold out
Color
(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(); /* 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); /* show the component */ $container.removeClass('loading'); })(); /** * Premium comparison table: sticky attribute & column */ (function() { /* cache selectors */ const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName); const header = comparisonTable.querySelector('td.attribute'); const fixedColumn = comparisonTable.querySelector('td.active'); const attributeColumnObserver = new ResizeObserver((entries) => { for (let entry of entries) { const bounds = entry.target.getBoundingClientRect().width; const activeCellWidth = window.getComputedStyle(fixedColumn).left; if (bounds + "px" !== activeCellWidth) { const activeCells = document.querySelectorAll('.aplus-data-column.active'); activeCells.forEach(cell => cell.style.left = bounds + "px"); } } }) attributeColumnObserver.observe(header) })(); /** * 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); }); }); } }); }); }));
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) { const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; 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").attr('aria-selected', 'false').attr('tabindex', -1) .eq(data.newValue - 1).addClass("aplus-carousel-active").attr('aria-selected', 'true').attr('tabindex', 0); }); function syncPaginationDotsWithCarouselPages(numPages) { const children = document.querySelector(paginationGroup).children; for(let i = 0; i < children.length; i++) { if (i >= numPages) { // If number of dots > num of pages, we should hide other dots children[i].classList.add('aplus-pagination-dot--display-none'); } else if(children[i].classList.contains('aplus-pagination-dot--display-none')){ // Reset display of dots if it was hidden before children[i].classList.remove('aplus-pagination-dot--display-none'); } } } framework.onInit(carouselName, function (carousel) { var totalPages = carousel.getAttr('totalPages'); syncPaginationDotsWithCarouselPages(totalPages); /* Resize event handler to re-calculate the pagination dots count based on orientation */ window.addEventListener('resize', function() { carousel.resize(); totalPages = carousel.getAttr('totalPages'); syncPaginationDotsWithCarouselPages(totalPages); }); A.declarative(paginationAction, 'click keydown', function(event){ var isClick = event.type === 'click'; var isKeydown = event.type === 'keydown'; var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE; var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE; if (isClick || isEnter) { var data = event.data; carousel.gotoPage(data.page); } else if (isEsc) { // force remove focus event.$target.blur() } }); }); }); } }); });
(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();}); }));

Choose Hobestluk Bean Bag Sofas to Decorate Your Warm Family

3 in 1 Bean Bag Chair

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

Armless Bean Bag Chair

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

Velvet Bean Bag Chair

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

Bean Bag Sofa Chair

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

Lovely Bean Bag

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

Donut Bean Bag Sofa

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
4.4 out of 5 stars 219
4.4 out of 5 stars 197
4.4 out of 5 stars 106
3.9 out of 5 stars 80
4.2 out of 5 stars 108
4.3 out of 5 stars 122
Price
$139.99$139.99 $99.99$99.99 $95.99$95.99 $104.99$104.99 $84.99$84.99 $159.99$159.99
Handle
✘ ✘ ✔ ✔ ✔ ✘
Removable Cover
✔ ✔ ✔ ✔ ✔ ✔
Memory Foam Filling
✔ ✔ ✔ ✔ ✔ ✔
Available Color
4 colors 8 colors 7 colors 5 colors 5 colors 4 colors
Fabric
Plush Faux Fur Plush Faux Fur Velvet Plush Faux Fur Plush Faux Fur Plush Faux Fur
(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() }); }));
  • 3 in 1 Convertible Bean Bag: Hobestluk 3 in 1 bean bag chair is more versatile than regular bean bag chairs. You can use it as a bean bag floor cushion, as a bean bag chair, and as a bean bag lounger or bean bag sofa. Bringing ultimate chill moments, let your leisure time feel more comfortable.
  • Memory Foam Bean Bag Chair: Hobestluk bean bag chair is filled with high-rebound memory foam, it can bounce back perfectly, not only provide comfort but also support. After use, simply give it a shake, and it will regain its original shape. Beanbags comes in a compressed box packaging, pls shake the whole beanbag chair and left it for 1-2 days to achieve the best use effect.
  • Removable Cover: This giant bean bag chair cover is made of high quality 100% polyester, which is super soft, breathable and comfortable to touch. The outer cover is designed with 2 hidden zipper for easy removal and it's machine washable. Just remove the bean bag cover, toss it into the machine and wash it in the cold water.
  • Easy to Convert: The bean bag chairs are easy to convert. Put beanbags flat, it will turn into a bean bag floor cushion, leaning against the wall, it will become a bean bag sofa. If you want to use it as a beanbag chair, place the beanbags on its side, and it will turn into a beanbag chair! 4 corner straps hold the beanbags in place to ensure that the cover does not move during transitions.
  • Versatile Usagese: Enjoy your rest time with Hobestluk fluffy giant bean bag chair! 3 in 1 bean bag chair is perfect modern home accessory to add a touch of fun to your living room, bedroom, dorm room or gaming room. The comfy gaint bean bag chair is a great size for both teens and adults.It is the perfect ideal for sitting, napping, and lounging.
› See more product details
Brand Hobestluk
Color Dark Grey
Product Dimensions 56"D x 76"W x 7"H
Pattern Striped
Special Feature Expandable, Durable, Ready Filled, Removable Cover
Style Casual
Included Components Liner
Item Firmness Description Medium
Shape Rectangular
Maximum Weight Recommendation 600 Pounds

Quick links

  • Search
  • Catalog
  • Collections
Payment methods
  • Choosing a selection results in a full page refresh.