.aplus-v2 .premium-aplus-module-2 .premium-background-wrapper {
position: relative;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper {
position: absolute;
width: 50%;
height: 100%;
top: 0;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right {
left: 50%;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right {
left: auto;
right: 50%;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color {
color: #fff;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-background {
padding: 20px;
}
.aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic {
padding-bottom: 10px;
}
.aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading {
padding-bottom: 20px;
}
.aplus-v2 .premium-aplus-module-2 .aplus-module-2-description {
line-height: 1.5em;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background {
background: rgba(255,255,255,0.5);
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background {
background: rgba(0,0,0,0.5);
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item,
.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item {
color: #fff;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-content-container {
display: table;
height: 100%;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container {
padding-left: 40px;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container {
padding-left: 0px;
padding-right: 40px;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container {
padding-right: 40px;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container {
padding-right: 0px;
padding-left: 40px;
}
.aplus-v2 .premium-aplus-module-2 .premium-intro-content-column {
display: table-cell;
vertical-align: middle;
}
(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);
});
});
}
});
});
}));
/**
* Premium-module 5: Comparision table - scroller
*/
.aplus-v2 .premium-aplus-module-5 h1 {
padding-bottom: 30px;
}
/* position column-headers relative to this table */
.aplus-v2 .premium-aplus-module-5 .table-container {
position: relative;
opacity: 1;
}
.aplus-v2 .premium-aplus-module-5 .table-container.loading {
opacity: 0;
}
.aplus-v2 .premium-aplus-module-5 .table-slider {
overflow-x: scroll;
overflow-y: visible;
width: 100%;
}
.aplus-v2 .premium-aplus-module-5 td.attribute {
min-width: 300px;
top: auto;
left: 0;
z-index: 100;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-5 td.attribute {
right: 0px;
left: auto;
}
.aplus-v2 .premium-aplus-module-5 td.active-item,
.aplus-v2 .premium-aplus-module-5 th.active-item {
top: auto;
left: 300px;
z-index: 100;
}
html[dir="rtl"] .premium-aplus-module-5 td.active-item,
html[dir="rtl"] .premium-aplus-module-5 th.active-item {
left: auto;
right: 300px;
}
.aplus-v2 .premium-aplus-module-5 .attribute,
.aplus-v2 .premium-aplus-module-5 .active-item{
position: sticky;
}
.aplus-v2 .premium-aplus-module-5 table.a-bordered td,
.aplus-v2 .premium-aplus-module-5 table.a-bordered th {
background-color: #fff;
}
.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after {
content: "?";
display: inline-block;
font-size: 12px;
position: relative;
bottom: 5px;
}
.aplus-v2 .premium-aplus-module-5 .product-title {
font-size: 15px;
padding: 10px 0;
}
.aplus-v2 .premium-aplus-module-5 .scroll-width {
overflow-x: scroll;
overflow-y: visible;
}
.aplus-v2 .premium-aplus-module-5 td.attribute.empty {
height: 300px;
}
.aplus-v2 .premium-aplus-module-5 .header-img {
padding-top: 10px;
}
/* Override default AUI .a-bordered table borders */
.aplus-v2 .premium-aplus-module-5 table.a-bordered {
border-width: 0;
border-color: #eaeaea;
border-style: solid;
}
/* Size the top scroller */
.aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top {
width: 100%;
height: 20px;
overflow-x: scroll;
overflow-y: visible;
}
.aplus-v2 .premium-aplus-module-5 .scroll-bar {
height: 1px;
}
.aplus-v2 .premium-aplus-module-5 .add-to-cart {
line-height: 1rem;
font-weight: normal;
}
.aplus-v2 .premium-aplus-module-5 .review {
font-size: 14px;
}
/**
* Premium modules global styles
*/
.aplus-v2.desktop {
max-width: 1464px;
min-width: 800px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
}
/* Undo this for tech-specs because it breaks table layout */
.aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; }
.aplus-v2 .premium-aplus,
.aplus-v2 .premium-aplus .aplus-h1,
.aplus-v2 .premium-aplus .aplus-h2,
.aplus-v2 .premium-aplus .aplus-p1,
.aplus-v2 .premium-aplus .aplus-p2,
.aplus-v2 .premium-aplus .aplus-p3,
.aplus-v2 .premium-aplus .aplus-accent1,
.aplus-v2 .premium-aplus .aplus-accent2
{ font-family: Arial, sans-serif; }
.aplus-v2 .premium-aplus,
.aplus-v2 .premium-aplus .aplus-h1,
.aplus-v2 .premium-aplus .aplus-h2,
.aplus-v2 .premium-aplus .aplus-p1,
.aplus-v2 .premium-aplus .aplus-p2,
.aplus-v2 .premium-aplus .aplus-p3,
.aplus-v2 .premium-aplus .aplus-accent1,
.aplus-v2 .premium-aplus .aplus-accent2
{ font-family: inherit; }
/* type */
.aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; }
.aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; }
.aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; }
.aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; }
.aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; }
.aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; }
.aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; }
.aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; }
/* spacing */
.aplus-v2 .aplus-container-1 { padding: 40px; }
.aplus-v2 .aplus-container-1-2 { padding: 40px 80px; }
.aplus-v2 .aplus-container-2 { padding: 80px; }
.aplus-v2 .aplus-container-3 { padding: 40px 0; }
/* Display */
.aplus-v2 .premium-aplus .aplus-display-table { display: table; }
.aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; }
.aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; }
/* Aplus display table with min-width 1000px and fill remaining space inside parent */
.aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% }
/**
* Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80.
*/
.premium-aplus-module-15 {
padding: 40px 0;
text-align: left;
}
.aplus-v2 .premium-aplus-module-15 {
text-align: inherit;
}
.aplus-v2 .premium-aplus-module-15 .premium-aplus-15-heading-text {
padding-bottom: 20px;
}
.aplus-v2 .premium-aplus-module-15 p {
padding-bottom: 10px;
}
.aplus-v2 .premium-aplus-module-4 .premium-aplus-two-column {
text-align: center;
}
.aplus-v2 .premium-aplus-module-4 .premium-aplus-two-column {
text-align: inherit;
}
.aplus-v2 .premium-aplus-module-4 .premium-aplus-column {
display: inline-block;
vertical-align: top;
width: 50%;
}
.aplus-v2 .premium-aplus-module-4 .premium-module-4-heading {
padding-bottom: 40px;
}
.aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n) {
padding-left: 40px;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n) {
padding-left: 0px;
padding-right: 40px;
}
.aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n-1) {
padding-right: 40px;
}
html[dir="rtl"] .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n-1) {
padding-right: 0px;
padding-left: 40px;
}
.aplus-v2 .premium-aplus-module-4 .column-heading {
padding-top: 20px;
}
.aplus-v2 .premium-aplus-module-4 .column-description {
padding-top: 10px;
}
Details That Make a Difference
3 Top Storage Shelves
Keep your bottles and jars within easy reach, ensuring that your kitchen essentials are always accessible and organized.
Adjustable Shelf
The lower middle shelf can be adjusted to 2 heights to accommodate different kitchen appliances, tall or short.
More Choices
Coffee Bar Stand
(/dp/B0CG19GMCV?ref=emc_p_m_5_i_atc)
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options (/dp/B0CG19GMCV?ref=emc_p_m_5_i_atc)
Serving Trolley
(/dp/B07VRN23V5?ref=emc_p_m_5_i_atc)
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options (/dp/B07VRN23V5?ref=emc_p_m_5_i_atc)
Microwave Stand
(/dp/B07ZFM72ZS?ref=emc_p_m_5_i_atc)
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options (/dp/B07ZFM72ZS?ref=emc_p_m_5_i_atc)
6-Tier Kitchen Shelves
(/dp/B0CXXPFKLV?ref=emc_p_m_5_i_atc)
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options (/dp/B0CXXPFKLV?ref=emc_p_m_5_i_atc)
Bakers Rack with Power
(/dp/B0CLRTNYXT?ref=emc_p_m_5_i_atc)
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options (/dp/B0CLRTNYXT?ref=emc_p_m_5_i_atc)
Bakers Rack with Charging
(/dp/B0CR692W1J?ref=emc_p_m_5_i_atc)
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;
}
4.8 out of 5 stars 6,993
.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;
}
4.7 out of 5 stars 4,422
.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;
}
4.7 out of 5 stars 7,976
.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;
}
4.7 out of 5 stars 2,885
.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;
}
4.7 out of 5 stars 7,976
.aplus-v2 .aplus-review-right-padding {
padding-right: 0.1rem;
}
4.8 out of 5 stars 3,587
Price
$73.08$73.08
$53.29$53.29
$69.33$69.33
$90.19$90.19
$98.39$98.39
$109.99$109.99
Number Of Shelves
3
3
4
6
6
4
Height Choice
35.6"H
35"H
52.8”H
65.7"H
65.2”H
67.5”H
Length Choice
35.4”W
23.6"W
35.4"W
31.5"W
35.4"W
31.5”W
AC Outlets
✔
✘
✘
✔
✔
✔
Special Feature
With Pull-Out Wire Basket
With Wheels
With Wire Basket
3 upper shelves
With Wire Basket
With Grid Panel
(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() });
}));
Specifications:
* Color: Rustic Brown, Black
* Material: Particleboard, Steel
* Product Size: 15.7"D x 31.5"W x 65.7"H (40 x 80 x 167 cm)
* Product Weight: 46.3 lb (21 kg)
* Max. Static Load Capacity of Each Upper Shelf: 30 lb (13.6 kg)
* Max. Static Load Capacity of Middle Worktop: 100 lb (45.3 kg)
* Max. Static Load Capacity of Each Lower Shelf: 160 lb (72.5 kg)
Package Contents:
* 1 x Kitchen Baker’s Rack
* 6 x S-Hook
* 1 x Anti-Tip Kit
* 1 x Assembly Kit
* 1 x Instructions
VASAGLE Notes:
* Children are not allowed to climb or play on the product.
* Secure the product to the wall with the included anti-tipping kit for safety.
* Carefully check whether the size of your microwave or other kitchen items is fit.
* [Storage for All] Free up your counter space with this baker’s rack that boasts tons of storage—3 upper shelves for bottles, 3 large lower shelves for kitchen appliances, and 6 S-hooks for cooking tools. This all-in-one rack streamlines your kitchen!
* [Adjustable Middle Lower Shelf] The middle shelf of the large lower shelves can be adjusted to 2 heights to fit utensils of different heights, from a blender and an air fryer to pots and pans
* [Solid Construction] Combing a robust steel frame with durable particleboard, this kitchen appliance storage rack is strong and solid to hold your microwave, coffee machine, and other accessories
* [Delights Small Spaces] Standing at 15.7"D x 31.5"W x 65.7"H, this 6-tier kitchen shelf is a perfect fit for compact kitchens or works great as a mini coffee bar, letting you make full use of your space
* [Wobble-Free and Secure] The adjustable feet help balance out small irregularities and prevent scratches on the floor; the anti-tip kit included helps you fix this kitchen shelving unit to the wall for greater stability
› See more product details (#productDetails)
Room Type
Kitchen, Living Room, Dining Room
Number of Shelves
6
Special Feature
Adjustable
Product Dimensions
15.7"D x 31.5"W x 65.7"H
Style
NO Power Outlet
Age Range (Description)
Adult
Finish Type
Wood
Brand
VASAGLE
Product Care Instructions
Wipe with Dry Cloth
Size
31.5"W