Book Your Appointment

Professional beauty treatments in a calm and friendly environment

{#if currentStep === 1} Choose Your Services Select one or more treatments for your appointment {#if selectedServices.length > 0}

Selected Services

{#each selectedServices as service (service.id)}
{service.name} {service.duration_minutes} mins • £{service.price}
{/each}
Estimated Duration: {formattedTotalDuration}
Total Cost: £{getTotalPrice()}
{/if}
{/if} {#if currentStep === 2} Choose Date & Time {selectedServices.map((s) => s.name).join(', ')} • {formattedTotalDuration} total • £{getTotalPrice()} {#if loadingWorkingHours}

Loading available dates...

{:else} { selectedDate = newDate; selectedTime = null; }} onPlaceholderChange={(newPlaceholder) => { placeholder = newPlaceholder; }} /> {/if} {#if loadingAvailableHours}

Loading times...

{:else} { selectedTime = time; }} lunchProtectionStatus={lunchProtectionStatus()} /> {/if}
{#if selectedDate && selectedTime} Appointment for {selectedDate.toDate(getLocalTimeZone()).toLocaleDateString('en-US', { weekday: 'long', day: 'numeric', month: 'short' })}
at {selectedTime} {:else} Select a date and time {/if}
{/if} {#if currentStep === 3} Your Details Please confirm your contact information {#if !authStore.isAuthenticated}

You are checking out as a guest, so you will miss out on a loyalty stamp. Please login for full membership benefits.

{/if}