Bathroom Medicine Cabinet Mirror, Over The Toilet Storage Organizer with Dual Mirror Doors & Adjustable Shelf, Wooden Wall Mounted Cabinet for Bathroom, Living Room, Entryway (Brown)
Space Saving Design: With 2 holes and a mounting hardware on the backboard, this narrow storage cabinet is designed to be mounted on the wall, which saves your valuable floor space. With an overall dimension of 22" x 5" x 23" (L x W x H), the medicine cabinet is suitable for small spaces, as well as improving space utilization.
Large Storage Space: The bathroom storage cabinet features the 2-door and 1 open shelf design, offering ample storage space for toiletries, skincare product, towels, ornament and any other essentials. It’s also equipped with an adjustable inner shelf which can be positioned at 3 different levels to accommodate items of varying sizes.
User-Friendly Design: Equipped with dual mirrored doors, the bathroom storage cupboard can be served to help you organize your attire. Additionally, the elegant round handles and magnetic catch both make it easy to open and close the cabinet doors, bringing you much convenience.
High Quality Material: Crafted from thickened high quality P2 MDF material, this wall mounted cabinet is very sturdy with each shelf’s weight bearing capacity up to 22 lbs. Besides, the modern appearance adds a stylish touch to your space and complements any home decoration.
Easy to Installation & Clean: With all essentials included, the assembly of this bathroom cabinet is quick and easy. At the same tome, the cabinet's smooth and waterproof surface makes it a breeze to clean only with a damp cloth, which surly saves your time and effort.
RECOMMENDATIONS
Recently viewed
${function(){
const settings_product_title = "title";
const product_grid_image_size = "100%";
const settings_product_image_hover_on = false;
let settings_product_save_label = true;
const settings_product_swatches_name = ["color"];
const settings_collection_color_swatches = true;
const variantShowLimit = 4;
const private_id = 'product-tmpl-' + Math.random().toFixed(6).slice(-6)
const product_variants = data.variants || [];
const product_id = data.id;
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
if (product_grid_image_size !== 'natural') {
imageHeight = (imageWidth * parseFloat(product_grid_image_size)) / 100;
}
const price = Number(data.price_min);
let compareAtPrice = Number(data.compare_at_price);
let offRatio = data.off_ratio;
const type = data.type;
const isMock = data.isMock;
let product_image_hover_on = false;
for (let i = 0; i < product_variants.length; i++) {
const item = product_variants[i];
const vcap = Number(item.compare_at_price);
if (item.price == price && vcap > compareAtPrice) {
compareAtPrice = vcap;
offRatio = item.off_ratio;
}
}
let second_image = null;
if (settings_product_image_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
second_image = img;
product_image_hover_on = true;
break;
}
}
}
let sold_label_on = false;
let sale_label_on = false;
if (settings_product_save_label == null) {
settings_product_save_label = true;
}
if (!data.available) {
sold_label_on = true;
}
if (settings_product_save_label && compareAtPrice > price && data.available) {
sale_label_on = true;
}
const diffPrice = compareAtPrice - price;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && settings_collection_color_swatches && settings_product_swatches_name.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.originData.options[i];
const optionName = option.name && option.name.toLowerCase();
if (settings_product_swatches_name.includes(optionName)) {
for (let j = 0; j < product_variants.length; j++) {
const variant = product_variants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `