
Cruise Crush Vip Catamaran boat party
Ibiza Boat Parties
∙
Ibiza
Friday, June 26 at 2:30 pm GMT+2
Dayclub
Friday, June 26 at 2:30 pm GMT+2
Dayclub
Entry options
Details
Description
:root{
--brand:#b0eed0;
--blue:#cce7ff;
--lilac:#bbc0f9;
--ink:#151515;
--soft:#f2f2f2;
--muted:#667085;
}
.included-row{
display:flex;
flex-wrap:nowrap;
gap:.6rem;
overflow-x:auto;
padding:.4rem .1rem;
margin:.25rem 0 1rem 0;
scroll-snap-type:x proximity;
}
.included-row::-webkit-scrollbar{ display:none; }
.chip{
flex:0 0 auto;
scroll-snap-align:start;
display:inline-flex;
align-items:center;
gap:.55rem;
padding:.55rem .9rem;
border-radius:10px;
font-weight:600;
font-size:.9rem;
line-height:1.05;
background:transparent;
border:1.5px solid var(--blue);
white-space:nowrap;
color:var(--ink);
}
.icon{
width:32px;
height:32px;
border-radius:50%;
display:grid;
place-items:center;
background:var(--blue);
color:var(--ink);
flex-shrink:0;
}
.icon svg{
width:20px;
height:20px;
}
.icon svg.heroicon{
fill:none;
stroke:currentColor;
stroke-width:1.7;
stroke-linecap:round;
stroke-linejoin:round;
vector-effect:non-scaling-stroke;
}
.icon svg.drink-icon,
.icon svg.food-icon,
.icon svg.snorkel-icon{
width:18px;
height:18px;
fill:currentColor;
stroke:none;
}
.icon svg.music-icon{
width:21px;
height:21px;
}
.detalles{ margin:1rem 0; }
.detalles summary{ list-style:none; cursor:pointer; display:inline-block; }
.detalles summary::-webkit-details-marker{ display:none; }
.pill{
display:inline-flex;
align-items:center;
gap:.6em;
background:var(--blue);
color:var(--ink);
padding:.4em .8em;
border-radius:6px;
line-height:1.1;
}
.pill::after{
content:"+";
width:1.3em;
height:1.3em;
border-radius:50%;
background:rgba(255,255,255,.65);
color:var(--ink);
font-weight:700;
font-size:.9em;
display:grid;
place-items:center;
}
details[open] .pill::after{ content:"–"; }
.contenido{
margin-top:.6em;
margin-left:.2em;
animation:fadeIn .25s ease;
}
@keyframes fadeIn{
from{opacity:0; transform:translateY(-4px)}
to{opacity:1; transform:translateY(0)}
}
.cubiculo-lista{
display:flex;
flex-direction:column;
gap:.45em;
}
.cubiculo{
background:var(--lilac);
border:1px solid rgba(21,21,21,.05);
border-radius:10px;
padding:.6em .9em;
font:inherit;
color:var(--ink);
line-height:inherit;
}
.itinerary-block{
--line:var(--lilac);
--dot:var(--ink);
position:relative;
padding:8px 4px 4px 4px;
}
.itinerary-block *{ box-sizing:border-box; }
.itinerary-block .title{
margin:0 0 .6rem 12px;
color:var(--ink);
font-size:1.2rem;
font-weight:700;
}
.itinerary-block .list{
position:relative;
display:grid;
grid-template-columns:56px 1fr;
row-gap:26px;
padding:18px 0;
}
.itinerary-block .line{
position:absolute;
left:28px;
transform:translateX(-3px);
border-left:6px dotted var(--line);
top:18px;
height:0;
pointer-events:none;
}
.itinerary-block .item{ display:contents; }
.itinerary-block .cell-left{ grid-column:1; position:relative; }
.itinerary-block .icon-wrap{
width:36px;
height:36px;
border-radius:50%;
background:#fff;
border:3px solid var(--line);
margin-left:10px;
box-shadow:0 2px 4px rgba(0,0,0,.05);
display:flex;
align-items:center;
justify-content:center;
}
.itinerary-block .badge{
width:26px;
height:26px;
border-radius:50%;
background:var(--dot);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
line-height:0;
}
.itinerary-block .badge svg{
width:15px;
height:15px;
display:block;
}
.itinerary-block .cell-right{ grid-column:2; }
.itinerary-block .h{
font-weight:800;
color:var(--dot);
margin:0 0 .1rem 0;
}
.itinerary-block .sub{
color:var(--muted);
margin:0 0 .35rem 0;
font-size:.94rem;
}
.detalles summary,
.detalles summary *{
outline:none!important;
box-shadow:none!important;
-webkit-box-shadow:none!important;
-webkit-tap-highlight-color:transparent;
}
.trip-ticket{
display:grid;
grid-template-columns:1fr;
gap:.45rem;
background:linear-gradient(135deg, #eefcf4 0%, #b0eed0 100%);
border:1px solid rgba(21,21,21,.06);
border-radius:14px;
padding:1rem 1rem .95rem;
margin:.2rem 0 1.1rem 0;
box-shadow:0 6px 18px rgba(21,21,21,.06);
}
.trip-ticket .eyebrow{
font-size:.78rem;
font-weight:700;
text-transform:uppercase;
letter-spacing:.04em;
color:#2f6b4f;
}
.trip-ticket .main{
font-size:1.15rem;
font-weight:800;
color:#151515;
line-height:1.2;
}
.trip-ticket .meta{
display:flex;
flex-wrap:wrap;
gap:.5rem .7rem;
margin-top:.1rem;
}
.trip-ticket .meta span{
background:rgba(255,255,255,.78);
border-radius:999px;
padding:.38rem .7rem;
font-size:.9rem;
font-weight:600;
color:#151515;
border:1px solid rgba(21,21,21,.05);
}
@media (min-width: 900px){
.included-row{
flex-wrap:wrap;
overflow-x:visible;
gap:1.2rem 1.2rem;
margin:.55rem 0 1.45rem 0;
padding:.25rem 0;
}
.chip{
margin-bottom:.2rem;
padding:.82rem 1.3rem;
font-size:1rem;
border-radius:14px;
gap:.78rem;
}
.icon{
width:38px;
height:38px;
}
.trip-ticket{
padding:1.45rem 1.6rem 1.35rem;
border-radius:20px;
margin:.45rem 0 1.5rem 0;
gap:.8rem;
}
.trip-ticket .main{
font-size:1.7rem;
line-height:1.15;
max-width:900px;
}
.trip-ticket .meta span{
font-size:1rem;
padding:.52rem .95rem;
}
}
3 h boat party
Open bar included
DJ & music on board
From Playa d’en Bossa
Ibiza Party Pack
Boat party Ibiza
Ibiza Cruise Crush · 3 hours from Playa d’en Bossa
Mondays, Fridays & Sundays
Late May – October
2:30 PM – 5:30 PM
About Ibiza Cruise Crush, the tastiest boat party in Ibiza
Discover Ibiza Cruise Crush, one of the most exciting boat parties in Ibiza in 2026.
During three hours of unforgettable fun departing from Playa d’en Bossa, you can enjoy
the included open bar, the best music and a party atmosphere under the Ibiza sun.
Ibiza Cruise Crush sets sail from the Playa d’en Bossa pier every Monday, Friday and Sunday during high season.
Embark on a three-hour journey filled with music, fun, sea views and the coolest people on the island.
Ibiza Cruise Crush is not just a boat party; it is an experience that captures the essence of Ibiza,
youth and freedom. It is the perfect opportunity to make new friends, enjoy stunning sea views and
dance non-stop to the rhythm of the music.
All the information about Ibiza Cruise Crush
What’s included?
3-hour boat party from 2:30 PM to 5:30 PM.
Open bar on board, depending on your ticket type.
DJ and music on board.
Cruise around the Ibizan coastline.
Swim stop in a turquoise water cove.
Ibiza Party Pack included.
Ticket types
Standard Ticket: open bar with beer, sangria, soft drinks and water.
Premium Ticket: open bar with water, soft drinks, beer, sangria and long drinks
such as rum and coke or vodka lemon.
VIP BED extra: maximum 6 people per bed. The amount paid for the bed is
100% consumable on premium bottles, such as Moët & Chandon champagne on board.
Departure point
Check-in at Hotel Vibra Jabeque.
See map.
Boat departure from Playa d’en Bossa pier.
Check-in & departures
Check-in: 1:00 PM – 2:00 PM at Hotel Vibra Jabeque.
Boat party: 2:30 PM – 5:30 PM.
Duration: 3 hours.
Important: Please arrive within the check-in window to avoid missing the boat.
Itinerary
Visualize your route
Check-in at Hotel Vibra Jabeque
Arrive between 1:00 PM and 2:00 PM to complete check-in before boarding.
Departure from Playa d’en Bossa · 2:30 PM
Board the boat and start the Ibiza Cruise Crush party experience.
Cruise around the Ibizan coastline
Enjoy sea views, music and a fun atmosphere while cruising along the coast.
Swim stop in turquoise waters
Take a break from the party and swim in a beautiful Ibiza cove.
Open bar, DJ and party on board
Dance, enjoy your included drinks and make the most of the Ibiza party atmosphere.
Return · 5:30 PM
Return after three hours of music, drinks and unforgettable fun at sea.
Important information
Check-in: Hotel Vibra Jabeque, from 1:00 PM to 2:00 PM. Boat party from 2:30 PM to 5:30 PM.
Departure: Playa d’en Bossa pier.
Open bar: drinks included depend on the selected ticket type.
(function(){
function recalc(){
const list = document.getElementById('itList');
const line = document.getElementById('itLine');
if(!list || !line) return;
const icons = list.querySelectorAll('.icon-wrap');
if(icons.length < 2) { line.style.height = '0px'; return; }
const first = icons[0].getBoundingClientRect();
const last = icons[icons.length-1].getBoundingClientRect();
const box = list.getBoundingClientRect();
const y1 = (first.top - box.top) + first.height/2;
const y2 = (last.top - box.top) + last.height/2;
line.style.top = y1 + 'px';
line.style.height = Math.max(0, y2 - y1) + 'px';
}
window.addEventListener('load', function(){ setTimeout(recalc, 0); }, { once:true });
window.addEventListener('resize', recalc);
document.querySelectorAll('.detalles').forEach(function(d){
d.addEventListener('toggle', recalc);
});
const listEl = document.getElementById('itList');
if(listEl) new MutationObserver(recalc).observe(listEl, {subtree:true, childList:true});
})();
Check-in: Hotel Vibra Jabeque between 1pm - 2pm. See map

