Join the sweet side! Subscribe to our emails for exclusive treats, secret discounts, and first dibs on our latest creations and VIP Bookings on classes. No spam—just the good stuff!
Choosing a selection results in a full page refresh.
Opens in a new window.
/* Ensure time inputs with the time-input-enabled class are always enabled */
.time-input-enabled {
pointer-events: auto !important;
opacity: 1 !important;
cursor: pointer !important;
}
.time-input-enabled:disabled {
pointer-events: auto !important;
opacity: 1 !important;
cursor: pointer !important;
background-color: #fff !important;
}