Riviera’s 5600 Sport Yacht sets a new benchmark across every measure for a luxury motor yacht under 60 foot. New levels of space, comfort, liveability and luxury appointments. New levels of engineering excellence, blue-water capability and fuel-efficient performance.
There is just so much for family and friends to enjoy with all-seasons alfresco entertaining on the large aft deck, relaxing on the lounge and sunbeds of the forward deck, a spacious saloon with two lounge areas and an accommodation deck with three superb staterooms including a full-beam master suite and a dedicated laundry.
The convenience and style of a tender garage is another essential feature of the Sport Yacht design with extra storage space for the family’s water sports equipment and toys. Owners will also appreciate the practicality of a full-height engine room with excellent access and serviceability.
document.querySelectorAll(‘.lux-video-wrapper’).forEach(wrapper => {
wrapper.addEventListener(‘click’, function() {
this.classList.add(‘closing’);
const bottomBar = this.querySelector(‘.slide-bar.bottom’);
bottomBar.addEventListener(‘animationend’, () => {
this.style.backgroundImage = ‘none’;
this.style.backgroundColor = ‘#000’;
const vid = this.getAttribute(‘data-video-id’);
const iframe = document.createElement(‘iframe’);
iframe.src = `https://player.vimeo.com/video/${vid}?autoplay=1&title=0&byline=0&portrait=0`;
iframe.frameBorder = ‘0’;
iframe.allow = ‘autoplay; fullscreen; picture-in-picture’;
iframe.allowFullscreen = true;
this.innerHTML = ”;
this.appendChild(iframe);
}, { once: true });
}, { once: true });
});
/* Custom Lightbox Styles (isolated to this instance) */
.custom-lightbox {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.9);
z-index: 9999;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
box-sizing: border-box;
overflow: hidden;
}
.custom-lightbox .lightbox-close {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
color: white;
font-size: 30px;
cursor: pointer;
z-index: 10000;
}
.custom-lightbox .lightbox-main {
width: 100%;
max-width: unset;
height: 70vh;
margin-bottom: 10px;
overflow: hidden; /* Ensures no overflow from images */
}
.custom-lightbox .lightbox-main .swiper-slide {
display: flex;
justify-content: center;
align-items: center;
width: 100%; /* Full width per slide */
height: 100%;
}
.custom-lightbox .lightbox-main img {
width: 100%; /* Full width */
height: 100%; /* Full height of container */
object-fit: contain; /* Keeps aspect ratio, no cropping */
max-width: 100%; /* Redundant but safe */
max-height: 100%;
}
.custom-lightbox .lightbox-thumbs {
width: 100%;
max-width: 1200px;
height: 80px;
}
.custom-lightbox .lightbox-thumbs .swiper-slide {
width: auto;
opacity: 0.5;
transition: opacity 0.3s;
}
.custom-lightbox .lightbox-thumbs .swiper-slide-thumb-active {
opacity: 1;
}
.custom-lightbox .lightbox-thumbs img {
height: 80px;
width: auto;
object-fit: cover;
}
/* Arrows hidden by default, shown on larger screens */
.custom-lightbox .swiper-button-prev,
.custom-lightbox .swiper-button-next {
display: none;
}
@media (min-width: 768px) {
.custom-lightbox {
padding: 20px;
}
.custom-lightbox .lightbox-main {
height: 75vh;
margin-bottom: 20px;
}
.custom-lightbox .lightbox-thumbs {
height: 100px;
}
.custom-lightbox .lightbox-thumbs img {
height: 100px;
}
.custom-lightbox .lightbox-close {
font-size: 40px;
top: 20px;
right: 20px;
}
.custom-lightbox .swiper-button-prev,
.custom-lightbox .swiper-button-next {
display: block;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 40px;
height: 40px;
opacity: 0.8;
cursor: pointer;
}
}
@media (min-width: 1025px) {
.custom-lightbox .swiper-button-prev,
.custom-lightbox .swiper-button-next {
width: 48px;
height: 48px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
/* This single line gives your PNG a crisp white outline — perfect! */
filter: drop-shadow(0 0 4px #ffffff) drop-shadow(0 0 8px #ffffff);
/* Optional: slightly boost visibility */
opacity: 0.95;
}
.custom-lightbox .swiper-button-prev {
background-image: url(‘https://www.rivieraaustralia.com/app/uploads/Left-Arrow-LG.png’);
}
.custom-lightbox .swiper-button-next {
background-image: url(‘https://www.rivieraaustralia.com/app/uploads/Right-Arrow-LG.png’);
}
}
/* Move lightbox arrows 20px inward from the edges on very wide screens */
@media (min-width: 1650px) {
.custom-lightbox .swiper-button-prev {
left: 20px !important;
}
.custom-lightbox .swiper-button-next {
right: 20px !important;
}
}
/* Extra mobile adjustments */
@media (max-width: 767px) {
.custom-lightbox {
flex-direction: column;
justify-content: flex-start;
padding-top: 50px;
}
.custom-lightbox .lightbox-main {
height: 60vh;
}
.custom-lightbox .lightbox-thumbs {
height: 60px;
}
.custom-lightbox .lightbox-thumbs img {
height: 60px;
}
}
document.addEventListener(‘DOMContentLoaded’, function(){
// Main carousel (peek style)
const carousel = new Swiper(‘.my-gallery-1’, {
slidesPerView: ‘auto’,
spaceBetween: 10,
loop: true,
navigation: {
nextEl: ‘.my-gallery-1 .swiper-button-next’,
prevEl: ‘.my-gallery-1 .swiper-button-prev’,
},
breakpoints: {
768: { spaceBetween: 20 }
}
});
// Thumbs swiper
const thumbsSwiper = new Swiper(‘.my-gallery-1-thumbs’, {
slidesPerView: ‘auto’,
spaceBetween: 8,
freeMode: true,
watchSlidesProgress: true,
loop: true,
breakpoints: {
768: { spaceBetween: 10 }
}
});
// Lightbox main swiper – clean slide animation matching other sliders
const mainSwiper = new Swiper(‘.my-gallery-1-main’, {
slidesPerView: 1,
spaceBetween: 0,
loop: true,
loopedSlides: 33,
centeredSlides: true,
speed: 500, // Smooth slide speed matching Elementor’s defaults
allowTouchMove: true,
navigation: {
nextEl: ‘.my-gallery-1-main .swiper-button-next’,
prevEl: ‘.my-gallery-1-main .swiper-button-prev’,
},
thumbs: {
swiper: thumbsSwiper
},
effect: ‘slide’ // Clean horizontal slide, no fade
});
// Open lightbox
document.querySelectorAll(‘.my-gallery-1 .open-lightbox’).forEach((link) => {
link.addEventListener(‘click’, (e) => {
e.preventDefault();
e.stopPropagation();
const index = parseInt(link.getAttribute(‘data-index’), 10);
document.getElementById(‘lightbox-1’).style.display = ‘flex’;
mainSwiper.slideToLoop(index, 0);
});
});
// Close lightbox
document.querySelector(‘#lightbox-1 .lightbox-close’).addEventListener(‘click’, () => {
document.getElementById(‘lightbox-1’).style.display = ‘none’;
});
document.getElementById(‘lightbox-1’).addEventListener(‘click’, (e) => {
if (e.target === e.currentTarget) {
e.currentTarget.style.display = ‘none’;
}
});
});
Request a brochure
var gform;gform||(document.addEventListener(“gform_main_scripts_loaded”,function(){gform.scriptsLoaded=!0}),window.addEventListener(“DOMContentLoaded”,function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener(“DOMContentLoaded”,o):document.addEventListener(“gform_main_scripts_loaded”,o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook(“action”,o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook(“filter”,o,n,r,t)},doAction:function(o){gform.doHook(“action”,o,arguments)},applyFilters:function(o){return gform.doHook(“filter”,o,arguments)},removeAction:function(o,n){gform.removeHook(“action”,o,n)},removeFilter:function(o,n,r){gform.removeHook(“filter”,o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+”_”+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){“function”!=typeof(t=o.callable)&&(t=window[t]),”action”==n?t.apply(null,r):r[0]=t.apply(null,r)})),”filter”==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});
/* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find(‘#gform_wrapper_128’);var is_confirmation = jQuery(this).contents().find(‘#gform_confirmation_wrapper_128’).length > 0;var is_redirect = contents.indexOf(‘gformRedirect(){‘) >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery(‘html’).css(‘margin-top’), 10) + parseInt(jQuery(‘body’).css(‘margin-top’), 10) + 100;if(is_form){jQuery(‘#gform_wrapper_128’).html(form_content.html());if(form_content.hasClass(‘gform_validation_error’)){jQuery(‘#gform_wrapper_128’).addClass(‘gform_validation_error’);} else {jQuery(‘#gform_wrapper_128’).removeClass(‘gform_validation_error’);}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery(‘#gform_wrapper_128’).offset().top – mt); }, 50 );if(window[‘gformInitDatepicker’]) {gformInitDatepicker();}if(window[‘gformInitPriceFields’]) {gformInitPriceFields();}var current_page = jQuery(‘#gform_source_page_number_128’).val();gformInitSpinner( 128, ‘https://www.rivieraaustralia.com/app/plugins/gravityforms/images/spinner.svg’, true );jQuery(document).trigger(‘gform_page_loaded’, [128, current_page]);window[‘gf_submitting_128’] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find(‘.GF_AJAX_POSTBACK’).html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery(‘#gform_wrapper_128’).replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery(‘#gf_128’).offset().top – mt);jQuery(document).trigger(‘gform_confirmation_loaded’, [128]);window[‘gf_submitting_128’] = false;wp.a11y.speak(jQuery(‘#gform_confirmation_message_128’).text());}, 50);}else{jQuery(‘#gform_128’).append(contents);if(window[‘gformRedirect’]) {gformRedirect();}}jQuery(document).trigger(‘gform_post_render’, [128, current_page]);} );} );
/* ]]> */
.virtual-tour-wrapper {
position: relative;
width: 100%;
padding-top: 56.25%;
overflow: hidden;
}
.virtual-tour-wrapper iframe {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
border: none;
}
.virtual-tour-overlay {
position: absolute;
bottom: 0;
left: 0;
width: 33%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(10px);
color: #FFFFFF;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-left: 10px;
box-sizing: border-box;
}
.virtual-tour-overlay h2 {
margin: 0;
font-size: 1.5rem;
line-height: 1.2;
}
.virtual-tour-overlay .virtual-tour-button {
background-color: #FFFFFF00 !important;
color: #FFFFFF;
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
border-radius: 0;
padding: 10px;
margin-top: 25px;
cursor: pointer;
font-size: 1rem;
text-decoration: none;
display: inline-block;
}
@media screen and (max-width: 899px) {
.virtual-tour-overlay{
display: none;
}
}
function stepAboard() {
const iframe = document.getElementById(‘virtualTourIframe’);
if (!iframe) return;
// Try the standardized API
if (iframe.requestFullscreen) {
iframe.requestFullscreen();
}
// Safari / WebKit
else if (iframe.webkitRequestFullscreen) {
iframe.webkitRequestFullscreen();
}
// Firefox
else if (iframe.mozRequestFullScreen) {
iframe.mozRequestFullScreen();
}
// IE/Edge
else if (iframe.msRequestFullscreen) {
iframe.msRequestFullscreen();
}
}
Swim Platform –
Engineered as a hydraulic swim platform that lowers effortlessly—perfect for kids, watercraft, or cooling off on hot summer days. An innovative feature are the folding steps that deploy as the platform lowers.
Tender Garage –
The platform is lowered into water, and easy glide rollers guide tender out from garage into the water.
Foredeck Access –
Wide side decks and raised deck coaming. Non-skid surfaces with soft-blue LED courtesy lights and thoughtfully placed stainless steel handrails allow for safe movement around yacht. Clever deck drains direct water away from the aft deck area.
Unique Foredeck –
Foredeck houses a huge entertaining area. Lounges form a large U-shape conversation area, with the forward lounges converting to sunlounges with hinging backrests. A large sun awning can also be used to create a large shaded zone.
Engine Room Access –
made easy. Convenient two-way access is via an engine room door on the starboard aft quarter under the stairs or via a hatch in the aft deck on the port side.
Side Deck Doors –
Wing doors are a necessity in many of the world’s finest waterways, providing easy, direct access to raised, fixed jetties. There are three wing door options on the 5600 Sport Yacht; port, starboard or both.
Electric Aft Deck Blind –
Retractable blind appears between the two aft pillars behind the transom lounge. Only available on Extended hardtop model.
Barbecue Centre –
Dual electric barbecue with ice maker, refrigeration, sink, rubbish bin and drawer storage for your cooking utensils. Finished with Corian solid surface top and 2-pac paint.
Celebrate In Style –
Opposite the galley, the handcrafted cabinetry incorporates a full height fridge/freezer with additional fridge/freezer drawers forward, dedicated bottle storage, wine cooler and overhead glassware lockers. Complemented by a solid-surface cocktail mixing bench.
:root { –primary: #13447F; –dark: #222; –light: #FEFEFE; }
.specs-container {
margin: 0 auto;
padding: 0;
color: var(–dark);
}
.unit-toggle {
display: flex;
justify-content: center;
margin-bottom: 2rem;
}
.toggle-btn {
display: inline-flex;
border: 1px solid #ccc;
border-radius: 4px;
overflow: hidden;
}
.toggle-option {
padding: 0.5rem 1rem;
background: #e6e6e6;
color: #777;
font-weight: 600;
cursor: pointer;
text-align: center;
transition: background .3s, color .3s;
}
.toggle-option.active {
background: var(–primary);
color: var(–light);
}
.specs-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
}
.spec-row {
height: 80px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
border-bottom: 1px solid #eaeaea;
transition: background .3s;
border-radius: 8px;
}
.spec-row:hover { background: rgba(19,68,127,0.05); }
.spec-name {
font-size: 1.1rem;
font-weight: 700;
}
.spec-name.has-small {
display: flex;
flex-direction: column;
}
.spec-name small {
font-size: .85rem;
color: #666;
margin-top: .25rem;
display: block;
}
.spec-value {
font-size: 1rem;
font-weight: 600;
}
.spec-value .imperial { display: none; }
.info-icon {
display: inline-block;
margin-left: 6px;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
background: var(–primary);
color: var(–light);
font-size: 12px;
text-align: center;
position: relative;
}
.info-icon:hover::after {
content: attr(data-tooltip);
position: absolute;
bottom: 125%;
left: 50%;
transform: translateX(-50%);
background: rgba(0,0,0,0.8);
color: #fff;
padding: 0.5rem;
border-radius: 4px;
white-space: pre-line;
width: 200px;
text-align: left;
z-index: 10;
}
.info-icon:hover::before {
content: ”;
position: absolute;
bottom: 115%;
left: 50%;
transform: translateX(-50%);
border-width: 6px;
border-style: solid;
border-color: rgba(0,0,0,0.8) transparent transparent transparent;
z-index: 10;
}
@media (max-width: 768px) {
.specs-grid { grid-template-columns: 1fr; }
.spec-row { flex-wrap: nowrap; }
.spec-name { flex: 0 0 50%; max-width: 50%; }
.spec-value { font-size: 1.25rem; flex: 0 0 50%; text-align: right; }
.specs-grid {
gap: 0px;
}
}
const toggleBtn = document.getElementById(‘unitToggle’);
const options = toggleBtn.querySelectorAll(‘.toggle-option’);
let isImperial = false;
options.forEach(opt => opt.addEventListener(‘click’, () => {
const selectImperial = opt.classList.contains(‘imperial’);
isImperial = selectImperial;
document.querySelectorAll(‘.spec-value .metric’).forEach(el => el.style.display = isImperial ? ‘none’ : ‘inline’);
document.querySelectorAll(‘.spec-value .imperial’).forEach(el => el.style.display = isImperial ? ‘inline’ : ‘none’);
options.forEach(o => o.classList.toggle(‘active’, o === opt));
}));
Blue-Water Hull Design –
Created by the international Riviera design team to deliver a soft, dry and sure-footed ride. The ocean-tested structural strength of a Riviera hull will inspire great confidence.
Performance –
Class-leading power-to-weight ratio, enhanced torque, impressive fuel efficiency and exhilarating performance is delivered by twin Volvo Penta turbo diesels and individually steerable drives with forward-facing, twin counter-rotating propellers.
Joystick Control –
Gives you total command of your yacht and simplifies boat handling particularly docking and manoeuvring in tight quarters. Integrating steering, gear shifting and throttle control into a single joystick.
Volvo Penta Glass Cockpit –
This fully integrated system combines and streamlines navigation, engine data and other vessel information to customizable displays at the helm making your boating easier and more enjoyable.
CZone Digital Switching –
The intelligent power management system that is easy to use and centralizes control and monitoring of all onboard electrical systems from fixed touchscreens or optional iPad.
.riv-warranty-badges { padding: 0; }
.riv-badges__row{
max-width: 1200px; margin-inline:auto;
display: grid; gap: clamp(12px, 2vw, 24px);
grid-template-columns: repeat(3, minmax(0, 1fr));
align-items: end; justify-items: center;
text-align: center;
}
.riv-badge{
–badge-max: clamp(150px, 18vw, 250px);
max-width: var(–badge-max);
transition: transform .25s ease, filter .25s ease;
will-change: transform, filter;
}
.riv-badge img{
display:block; width: 100%; height:auto;
filter: drop-shadow(0 10px 18px rgba(0,0,0,.22));
}
/* Subtle, “hero” composition */
.riv-badge–center{
transform: translateY(-6px) scale(1.04);
z-index: 2;
}
.riv-badge–left{
transform: translateY(6px) rotateZ(0deg) scale(.96);
}
.riv-badge–right{
transform: translateY(6px) rotateZ(0deg) scale(.96);
}
/* Elegant hover lift (desktop) */
.riv-badge:hover{
transform: translateY(-8px) scale(1.06) rotateZ(0deg);
filter: drop-shadow(0 16px 26px rgba(0,0,0,.28));
}
/* Mobile: stack neatly */
@media (max-width: 780px){
.riv-badges__row{ grid-template-columns: 1fr; }
.riv-badge,
.riv-badge–center,
.riv-badge–left,
.riv-badge–right{ transform: none; }
.riv-badge:hover{ transform: translateY(-4px) scale(1.03); }
}
/* Respect reduced-motion */
@media (prefers-reduced-motion: reduce){
.riv-badge, .riv-badge:hover{ transition: none; transform: none; }
}
Every new Riviera is backed by three layers of confidence. Our 2-Year Express Limited Warranty covers all non-structural components. Complementing this, the 5-Year Volvo Penta Limited Warranty protects Volvo Penta controls, Glass Cockpit Garmin displays, steering, propellors, IPS drives and engines—covering five years or up to 1,000 hours on D6 engines and 2,000 hours on D8, D11 and D13 models. For ultimate peace of mind, our 7-Year Structural Limited Warranty safeguards the hull, deck, flybridge and hardtops for seven years or up to 2,800 hours of boating. Please refer to your Riviera dealer for full terms and conditions.
const swiper = new Swiper(“.custom-swiper-gallery .swiper”, {
slidesPerView: ‘auto’,
spaceBetween: 20,
navigation: {
nextEl: “.swiper-button-next”,
prevEl: “.swiper-button-prev”,
},
});