var IZ = {"with_woocommerce":"0","exchange_thumbnails":"1","woo_categories":"0","enable_mobile":"","options":{"lensShape":"square","lensSize":200,"lensBorderSize":1,"lensBorderColour":"#ffffff","borderRadius":0,"cursor":"zoom-in","zoomWindowWidth":400,"zoomWindowHeight":360,"zoomWindowOffsetx":10,"borderSize":1,"borderColour":"#888888","zoomWindowShadow":4,"lensFadeIn":0.5,"lensFadeOut":0.5,"zoomWindowFadeIn":0.5,"zoomWindowFadeOut":0.5,"easingAmount":12,"tint":"true","tintColour":"#ffffff","tintOpacity":0.1},"woo_slider":"0"};
Are you looking to perk up the look of your kitchen or bathroom? If yes, why not choose granite benchtops from Baasar Stones? With many years of intense experience in the industry and a passionate team of in-house experts, we have been helping homeowners, architects, interior designers and developers across Melbourne in creating their dream project. We source all of our granite stones directly from top quarries around the world and offer the best prices on granite benchtops in Melbourne. Get a quick quote from our granite supplier in Melbourne now.
Choosing the Right Granite for Your Countertop
There are several ways you can make the most of your granite kitchen benchtops in Melbourne. When designing, professionals often anchor their color schemes around a single element. With granite, there are two primary routes to take. You can either align with the dominant kitchen color, often the cabinetry, or opt for a nuanced match by aligning with granite veins or streaks.
Sometimes, the choice of granite hinges more on the kitchen’s ambiance rather than just the color coordination. For compact kitchens, lighter granite shades like white, beige, or gray can enhance the space’s openness—this also applies to bathrooms.
While color often takes center stage, don’t overlook patterns. A kitchen with a vibrant or intricate design might benefit from granite with a consistent tone for balance. In contrast, a simple or monochrome kitchen design can come alive with a boldly patterned granite. For instance, for kitchens with Shaker-style or flat-panel cabinets, a marble-patterned granite can be a striking complement.
Top Choice for Countertops
Unlike most other countertop materials, granite countertops are extremely durable, elegant and available in hundreds of colours to choose from. That’s why granite still remains to be the top countertop choice for most people.
Unlimited Colour Options
From subtle white tones to dark black shades, and everything in between such as green, blue, gold, cream, black, grey and earth tones, we have granite slabs in a wide range of colours to choose from.
Unrivalled Durability
Being one of the hardest materials on Earth, granite stones are durable and resistant to scratching, staining, etching, heat and water. Apart from superior durability, these granite benchtops come with ease of maintenance.
Unique Patterns
We have granite stone benchtops in three different patterns, including speckled, marble and solid. The granite benchtops with speckled pattern feature splattered paint effect whereas the solid hued granites have minimal patterns with a slight variation in the overall tone. Marbled granites look and feel just like the name implies, meaning that you can add a touch of luxurious elegance to your home on budget.
Different Types of Finishing
At Baasar Stones, you will find granite benchtops in a wide range of finishing, including polished, honed, flamed and brushed. The look, appearance and texture differ between the finishes, so you can choose the benchtop or slab with a finish that suits your requirement.
With so many aspects to consider, you may be exasperated in choosing the right product for your home. Well, you can seek the assistance of our in-house experts who will get to know your requirements and recommend the best product for you.
Your Ideal Choice for Kitchen Granite Benchtops in Melbourne
At Baasar Stones, we’ve been the reliable partners for countless Melbourne residents for all their finest granite kitchen benchtops in Melbourne and have ever since stayed committed to deliver the best of value.
We source only the most exceptional granite varieties, ensuring the slabs are ideal for not just your interiors but also outdoor installations. Our diverse range of colours and patterns is crafted to resonate with distinct design preferences, and our ability to meet client demands and expectations has helped us to build our reputation as Melbourne’s leading stone granite supplier.
We understand the importance of choice and will present you with an extensive array of granite slabs in a variety of shapes and sizes as and when required, with quick turnarounds. Want to get high-quality slabs? Let us help with your granite needs in Melbourne. For more details on our granite benchtops, don’t wait to call us on (03) 9357 7780 or visit our Campbellfield showroom!
Best Quality Granite slabs for benchtops In Melbourne
Via Lactea
Titanium Granite Batch 8901
Viscount White Granite – Last 2 Slabs in stock
Titanium Granite Batch 8089
document.addEventListener("DOMContentLoaded", function() {// Function to check if localStorage is available
function localStorageAvailable() {
try {
var test = "__localStorage_test__";
localStorage.setItem(test, test);
localStorage.removeItem(test);
return true;
} catch (e) {
return false;
}
}var exactTimeGlobal = null;
if (localStorageAvailable()) {
// Check if exactTimeGlobal is already stored in localStorage
exactTimeGlobal = localStorage.getItem('exactTimeGlobal');
}// Common attributes and styles for hidden fields
var commonAttributes = {
'aria-hidden': "true", // Accessibility
tabindex: "-1", // Accessibility
autocomplete: "off", // Prevent browser autofill
class: "maspik-field"
};var hiddenFieldStyles = {
position: "absolute",
left: "-99999px"
};// Function to create a hidden field
function createHiddenField(attributes, styles) {
var field = document.createElement("input");
for (var attr in attributes) {
field.setAttribute(attr, attributes[attr]);
}
for (var style in styles) {
field.style[style] = styles[style];
}
return field;
}// Function to add hidden fields to the form if they do not already exist
function addHiddenFields(formSelector, fieldClass) {
document.querySelectorAll(formSelector).forEach(function(form) {
if (!form.querySelector('.maspik-field')) {
if ("1") {
var honeypot = createHiddenField({
type: "text",
name: "full-name-maspik-hp",
id: "full-name-maspik-hp",
class: fieldClass + " maspik-field",
placeholder: "Leave this field empty"
}, hiddenFieldStyles);
form.appendChild(honeypot);
}if (null) {
var currentYearField = createHiddenField({
type: "text",
name: "Maspik-currentYear",
id: "Maspik-currentYear",
class: fieldClass + " maspik-field"
}, hiddenFieldStyles);
form.appendChild(currentYearField);
}if (null) {
var exactTimeField = createHiddenField({
type: "text",
name: "Maspik-exactTime",
id: "Maspik-exactTime",
class: fieldClass + " maspik-field"
}, hiddenFieldStyles);
form.appendChild(exactTimeField);
}
}
});
}// Add hidden fields to various form types
//Not suported ninja form
addHiddenFields('form.brxe-brf-pro-forms', 'brxe-brf-pro-forms-field-text');
//formidable
addHiddenFields('form.frm-show-form', 'frm_form_field');
addHiddenFields('form.elementor-form', 'elementor-field-textual');// Function to set the current year and exact time in the appropriate fields
function setDateFields() {
var currentYear = new Date().getFullYear();if (!exactTimeGlobal) {
exactTimeGlobal = Math.floor(Date.now() / 1000);
if (localStorageAvailable()) {
localStorage.setItem('exactTimeGlobal', exactTimeGlobal);
}
}document.querySelectorAll('input[name="Maspik-currentYear"]').forEach(function(input) {
input.value = currentYear;
});document.querySelectorAll('input[name="Maspik-exactTime"]').forEach(function(input) {
input.value = exactTimeGlobal;
});
}// Initial call to set date fields
setDateFields();// Use MutationObserver to detect AJAX form reloads and reset hidden fields
var observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === 'childList' && mutation.addedNodes.length) {
setTimeout(function() {
setDateFields();
}, 500);
}
});
});observer.observe(document.body, { childList: true, subtree: true });
});
var sbiajaxurl = "https://baasarstone.com.au/wp-admin/admin-ajax.php";
var astra = {"break_point":"921","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"","is_header_footer_builder_active":"1","responsive_cart_click":"flyout"};
var sticky_anything_engage = {"element":"#header","topspace":"0","minscreenwidth":"0","maxscreenwidth":"999999","zindex":"1","legacymode":"","dynamicmode":"","debugmode":"","pushup":"","adminbar":"1"};
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.25.4","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_optimized_control_loading":true,"e_onboarding":true,"e_css_smooth_scroll":true,"home_screen":true,"landing-pages":true,"nested-elements":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true},"urls":{"assets":"https:\/\/baasarstone.com.au\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/baasarstone.com.au\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/baasarstone.com.au\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"a11dfa6ca2"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":3101,"title":"Granite%20Kitchen%20Benchtops%20Melbourne%20%7C%20Granite%20Suppliers","excerpt":"","featuredImage":false}};