Our floral design cakes are all finished in full cover frosting with an uneven edge.
Subscribe to our emails
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;
}