Winner Winner Raffle – Official Launch Prizes Lamborghini Urus (2022+)
$50,000.00 per ticket
Winner Winner Raffle – Official Launch Prizes Lamborghini Urus (2022+)
$50,000.00 per ticket
Ducati Panigale V4 R (2024)
$50,000.00 per ticket
Porsche 911 Turbo S (2023+)
$220,000.00 per ticket
Rolex Daytona – Panda Dial (Brand New, 2025)
$60,000.00 per ticket
Richard Mille RM 07-01 (Brand New)
$130,000.00 per ticket
.lottery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
}
.lottery-card {
background: #111;
color: #fff;
border-radius: 12px;
padding: 15px;
text-align: center;
}
.lottery-thumb img {
width: 100%;
height: 280px;
object-fit: cover;
border-radius: 8px;
}
.lottery-title {
font-size: 16px;
margin: 10px 0;
color: #e91e63; /* same as button color */
font-weight: bold;
}
.progress-bar {
background: #333;
border-radius: 6px;
height: 10px;
margin: 8px 0;
}
.progress-fill {
background: #e91e63;
height: 100%;
border-radius: 6px;
}
.lottery-qty {
display: flex;
justify-content: center;
gap: 5px;
margin: 10px 0;
}
.lottery-qty input {
width: 50px;
text-align: center;
background: #000;
border: 1px solid #444;
color: #fff;
border-radius: 4px;
}
.qty-minus, .qty-plus {
background: #e91e63;
color: #fff;
border: none;
padding: 5px 12px;
border-radius: 4px;
cursor: pointer;
}
.lottery-add-to-cart {
background: #e91e63;
color: #fff;
border: none;
padding: 10px;
width: 100%;
border-radius: 6px;
cursor: pointer;
margin-top: 8px;
}