50"
@nav-height-changed.window="navHeight = $event.detail.height + 'px'"
x-init="
$nextTick(function() {
var nav = document.querySelector('nav.fixed');
if (nav) {
var ro = new ResizeObserver(function(entries) {
for (var entry of entries) {
var h = entry.contentRect.bottom;
$dispatch('nav-height-changed', { height: h });
navHeight = h + 'px';
scrolledNavHeight = h + 'px';
}
});
ro.observe(nav);
}
})
"
:style="'padding-top: ' + (scrolled ? scrolledNavHeight : navHeight) + ' !important;'">
Current Stocklist
Available pianos
View our current stock
Our inventory changes regularly. Open the live stock list to browse the grand and upright pianos currently available, then arrange a private viewing if you would like to try an instrument.