-
4 Bed + Study
-
2 Living Areas
-
2.5 Bathrooms
-
2 Car Garage
-
Min Block Length 28m
-
Min Lot Width 10m
-
House 153.44m2
Living Areas
-
Living & Dining: 5.6 x 3.8
-
Study: 2.9 x 1.7
Bedrooms
-
Master: 3.6 x 3.1
-
Bed 2: 2.8 x 2.8
-
Bed 3: 2.9 x 2.8
-
Bed 3: 2.8 x 3.0
*Images are indicative only.
Other designs you might like
Willow 242
242.79m2
-
4 bed + study
-
4 living areas
-
2 bathrooms
-
2 car garage
-
Min block length 29m
-
Min lot width 16m
-
House 242.79m2
Take A Look
Grace 218
218.28m2
-
4 bed + study
-
3 living areas
-
2 bathrooms
-
2 car garage
-
Mi block length 24m lot
-
Min lot width 16m
-
House 218.28m2
Take A Look
Jade 240
239.35m2
-
4 bed + study
-
4 living areas
-
2 bathrooms
-
2 car garage
-
Min block length 29m
-
Min lot width 14m
-
239.35m2
Take A Look
Design your lifestyle with Emerald Developments
Download the 2025 Home Designs Catalogue
// https://tigren.atlassian.net/browse/DD-118
function checkElementVisibility() {
const elements = document.getElementsByClassName("gb-block--header-slider-block");
const windowHeight = window.innerHeight;
for (let i = 0; i < elements.length; i++) {
const elementBounds = elements[i].getBoundingClientRect();
if (elementBounds.top 0) {
document.querySelector('.home-designs-menu').style.position = "unset";
}
else {
// in admin bar
const homeDesignsMenu = document.querySelector('.home-designs-menu');
homeDesignsMenu.style.position = "fixed";
homeDesignsMenu.style.left = '0';
if (document.querySelector('body').classList.contains('admin-bar')) {
homeDesignsMenu.style.top = '118px';
}
else {
homeDesignsMenu.style.top = '86px';
}
}
}
}
window.addEventListener("scroll", checkElementVisibility);
// end dd-118
// https://tigren.atlassian.net/browse/DD-119
function activateCopyAttribute() {
const copy_atribute = document.querySelector('.home-designs-menu .btn.btn-primary');
if (copy_atribute) {
copy_atribute.setAttribute('data-fancybox', '');
copy_atribute.setAttribute('data-src', '#request-floorplan-floor-plan-block-block_612488bb2609c');
copy_atribute.setAttribute('href', 'javascript:void(0);');
}
}
activateCopyAttribute();
// end dd-119