Unfortunately, your transaction cannot be completed at this time. Please try again or contact us.
jQuery(document).ready(function($){
let slider = $('.room-slider .swiper').data('swiper');
$('.thumb-item').on('click', function(){
let index = $(this).attr('data-slide');
slider.slideTo(index);
});
});