Phone Sales Line : 0871 984 4416
Calls cost 13p per minute plus network extras

Print This Page Phone

600mm Grey Freestanding Countertop Vanity Unit with Basin - Roxbi - BUN/BeBa_27637/78787

£224.97 inc.vat

600mm Grey Freestanding Countertop Vanity Unit with Basin - Roxbi
600mm Grey Freestanding Countertop Vanity Unit with Basin - Roxbi 600mm Grey Freestanding Countertop Vanity Unit with Basin - Roxbi 600mm Grey Freestanding Countertop Vanity Unit with Basin - Roxbi 600mm Grey Freestanding Countertop Vanity Unit with Basin - Roxbi 600mm Grey Freestanding Countertop Vanity Unit with Basin - Roxbi

Summary

 

Features we love

  • Chic freestanding countertop vanity unit with coordinating basin
  • White gloss round countertop basin 
  • 2 soft closing drawers with smooth handleless opening
  • Store bathrooms essentials inside unit and next to the basin
  • Fully assembled unit and simple to install the basin

This bundle includes:

Vanity unit and countertop basin

All about me

Get the look of a high-end boutique hotel with this stylish vanity basin unit. With a minimalist handless opening and matt grey finish, it’ll add elegance to any bathroom. A high-quality white gloss round countertop basin (waste not included). No assembly is required, just secure the basin, install your chosen tap and get to using it right away.

There are various colourways and widths also available in the Roxbi range.

Need to know

  • Unit dimensions: H750 x W600 x D455 mm (give or take -/+ 3mm per measurement)
  • Basin dimensions: H135 x W415 X D415 mm
  • Unit colour: Grey
  • Unit finish: Matt
  • Unit material: Wood
  • Basin colour: White
  • Basin material: High -grade ceramic 
  • Basin weight: 7kg
  • Tap included: No
  • Tap type required: Mono tall basin mixer or wall mounted
  • Fittings included: Yes
  • Assembly required: No (just the basin to fix)
  • Guarantee: 5 years
 
Dimensions & Weight
Depth 455mm
Width 600
Height 750mm
Weight 36.6kg
Weight Limit (kg) 71.6kg
Installation & Features
Basin Included
Basin Type Countertop
Basin Tap Position Central
Basin Tap Holes 0 Tap Holes
Tap Type Required Wall Mounted Mixer Tap
Tap Included
Opening Mechanism Pull to open
Soft Closing
Fittings Included
Assembly Basin to assemble
Style
Colour Grey
Finish Matt
Unit Material MDF
Basin Material Ceramic
Style Modern
Product Range Roxbi

To add to your order, simply select "Add to Order" and then add your product to basket as normal.

$(document).ready(function () { $('#accLinked :input[id^=checkbox]').removeAttr('checked'); $("#showLessAccBtn").hide(); if ($(".accList").length <= 6) { $(".show-more-accessories").hide(); } else { $(".accList").each(function () { if ($(this).index() > 6) { $(this).hide(); } }); } $("#showMoreAccBtn").click(function () { $("#showMoreAccBtn").hide(); $("#showLessAccBtn").show(); $(".accList").each(function () { $(this).show(); }); }); $("#showLessAccBtn").click(function () { $("#showLessAccBtn").hide(); $("#showMoreAccBtn").show(); $(".accList").each(function () { if ($(this).index() > 6) { $(this).hide(); } }); }); });
$(document).ready(function () { var imageUrl = '//contentbb.buyitdirect.co.uk' + '/Styles/ModalBox/ajax-loader.gif'; var $loading = $('<div style="position: relative;top: 45%; left: 40%"><img src="' + imageUrl + '"/></div>'); //if header or image is clicked go to product mini popup $(".image, .linktitle").click(function (event) { var ProductId = $(this).attr('id').replace(/alink_|aImlink_/, ""); //$(this).parent().parent().attr('class').replace("alink_", ""); //get the product id from the anchor link and load the jquery dialog $("#dialogModal").append($loading).load('/Version/ProductMini/' + ProductId , function( response, status, xhr ) { //alert($(response)); //MyBIDAngularUtils.helpers.compileAngularElement('.qv-wrapper'); } ) .dialog({ minHeight: 500, height: 'auto', width: 1033, autoOpen: false, modal: true, closeOnEscape: true, resizable: false, dialogClass: 'dialogTitle', draggable: false, stack: false, open: function () { $("#ui-dialog-title-dialog").hide(); $(".ui-dialog-titlebar").removeClass('ui-widget-header'); $(".ui-widget-overlay").css('opacity', 0.9); //to change the close icon $(".ui-dialog .ui-dialog-titlebar-close").addClass('titlebarclose'); $(".ui-dialog-titlebar-close .ui-icon").addClass('closeicon'); $(".ui-icon-closethick").addClass('closethick'); $('.ui-widget-overlay').bind('click', function (event) { $("#dialogModal").dialog('close'); }); }, close: function () { //clear the dialog div on close $("#dialogModal").html(""); $(".ui-widget-overlay").css('opacity', 0.5); $('.ui-widget-overlay').unbind("click"); ga('send', 'event', 'QuickView', 'quick view – close'); } }); $(window).scroll(function () { $('#dialogModal').dialog('option', 'position', 'center'); }); $("#dialogModal").dialog('open'); return false; // prevent default click action from happening! }); });
 
 

Questions & Answers

function submitFeedback() { // alert("In submitFeedback.\n\n"); var comment = trimAll(document.getElementById("makeCommentsText").value); var sku = trimAll(document.getElementById("makeCommentsSKU").value); var email = trimAll(document.getElementById("makeCommentsEmail").value); var name = trimAll(document.getElementById("makeCommentsName").value); var id = trimAll(document.getElementById("makeCommentsId").value); if (comment == "") { document.getElementById("makeCommentsFeedback").innerHTML = "Please enter a question or comment into the box above"; document.getElementById("makeCommentsText").value = ""; } else { if (email == "") { document.getElementById("makeCommentsFeedback").innerHTML = "Please enter an email address into the box above"; document.getElementById("makeCommentsEmail").value = ""; } else { if (name == "") { document.getElementById("makeCommentsFeedback").innerHTML = "Please enter a display name into the box above"; document.getElementById("makeCommentsName").value = ""; } else { var filter = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i; if (!filter.test(email)) { document.getElementById("makeCommentsFeedback").innerHTML = "Please enter a valid email address into the box above"; } else { document.getElementById("makeCommentsFeedback").innerHTML = ""; document.getElementById("makeCommentsText").disabled = true; document.getElementById("makeCommentsEmail").disabled = true; document.getElementById("makeCommentsName").disabled = true; document.getElementById("makeCommentsButton").disabled = true; document.getElementById("makeCommentsButton").style.backgroundColor = "#DEDEDE"; document.getElementById("makeCommentsText").value = "Please wait..."; // alert("Do some stuff with this:\n\n" + comment); http.open("POST", "/Product/SaveProductFeedback/"); var params = "action=makecomment&comment=" + encodeURIComponent(comment); params = params + "&sku=" + encodeURIComponent(sku); params = params + "&email=" + encodeURIComponent(email); params = params + "&displayname=" + encodeURIComponent(name); params = params + "&id=" + encodeURIComponent(id); http.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); http.setRequestHeader("Content-length", params.length); http.setRequestHeader("Connection", "close"); http.onreadystatechange = commentResponse; http.send(params); } } } } }

Technical Specifications

Dimensions & Weight
Depth

455mm
Width 600mm
Height 750mm
Internal Basin Depth 394mm
Internal Basin Width 394mm
Internal Basin Height 105mm
Weight 36.6kg
Weight Limit (kg) 71.6kg
Installation & Features
Basin Included

Yes
Basin Type Countertop
Basin Tap Holes 0 Tap Holes
Tap Type Required Tall or Wall Mounted Basin Mixer Tap
Overflow No
Waste Included No
Waste Required Unslotted
Opening Mechanism Pull to open
Soft Closing Yes
Fittings Included Yes
Assembly assembly not required
Style
Basin Finish

Gloss
Worktop Finish Matt
Unit Material MDF
Basin Material Ceramic
Worktop Material Wood
Style Modern
Product Range Roxbi
Warranty
Warranty

5 years

Visit Our Showrooms

Buy It Direct Ltd
Neptune Way
Off Leeds Road
Trident Business Park
Huddersfield
HD2 1UA

Buy It Direct Ltd
Unit 2, The Nursery
Berristow Lane
South Normanton
Derbyshire
DE55 2FX

Please see our showroom page to check our opening times

Price correct as at 20 July 2025 02:09. Please check the website for the latest price.