Our Prices

Professional beauty treatments with transparent pricing

{#if servicesLoading}
Loading services...
{:else if services.length === 0}
No services available at the moment.
{:else}
{#each services as service, index}

{service.name}

{service.description}

{formatDuration(service.duration_minutes)}

{#if service.patch_test_duration_hours > 0}

Patch test required {service.patch_test_duration_hours}h before appointment

{/if} {#if service.minimum_age_required > 0}

Minimum age: {service.minimum_age_required} years

{/if}
{formatPrice(service.price)}
{#if index < services.length - 1} {/if} {/each}

Important Information:

  • • Prices and durations are estimates and may vary based on individual requirements
  • • Patch tests are required 24-48 hours before certain treatments
  • • 24 hours notice required for cancellations
  • • Payment is due at the time of service
  • • Deposit required for new and guest accounts

Ready to Book?

{/if}