top of page
ctaArtboard 9.png

Reserve your appointment 

or call rituals for assitance in reserving your appointment

406.252.8332

Kindly read our booking policies.

New Guests

To ensure your appointment time is reserved just for you, we kindly require a deposit for all new guests at the time of booking. This deposit will be applied toward your service and is fully refundable with at least 24 hours’ notice for any changes or cancellations.

All Guests

We understand that life happens. However, to respect our providers’ time and other clients waiting for appointments, we require at least 24 hours’ notice for all cancellations or reschedules. Cancellations made with less than 24 hours’ notice will incur a cancellation fee of 50% of the scheduled service. No-shows will be charged 100% of the service cost. Thank you for your understanding and support in helping us maintain a smooth and respectful scheduling experience for all.

Screenshot 2024-11-06 at 4.43.08 PM.png

Rituals Spa and Salon

1220 Central Avenue

Billings, Montana 59102

406.252.8332 or 406.25.aveda

© 2024 Rituals Spa & Salon 

spa and salon

Rituals logo
  • Facebook
  • Instagram

Hours

Monday 9am-6pm

Tuesday 9am-8pm
Wednesday 9am-6pm
Thursday 9am-8pm
Friday 9am-6pm
Saturday 8am-5pm

Sunday Closed

bottom of page
Buy a gift card
const createStyle = () => { const styleElement = document.createElement('style'); styleElement.innerHTML = ` sbiz-custom-olb-gift-card-button { border-radius: 12px; box-shadow: 0px 24px 48px rgb(2 51 40 / 20%); background: #083454; min-height: 52px !important; width: auto !important; } `; return styleElement; }; const createButton = () => { const buttonElement = document.createElement('button'); buttonElement.id = 'sbiz-olb-gift-card-button'; buttonElement.textContent = 'Buy a gift card'; buttonElement.classList.add('sbiz-olb-button', 'olb-bgcolor-primary'); buttonElement.style.cursor ='pointer'; buttonElement.onclick = function () { openContainer('widget/#/booking/purchase-gift-card?comToken=c1073t201312121248pp6a4C373VZy5N964Wt4P'); } return buttonElement; }; class SbizCustomOlbGiftCardButton extends HTMLElement { constructor() { super(); } connectedCallback() { this.appendChild(createStyle()); this.appendChild(createButton()); } } customElements.define('sbiz-custom-olb-gift-card-button', SbizCustomOlbGiftCardButton);