/** Shopify CDN: Minification failed

Line 63:0 Unexpected "}"

**/
.hey-booking {
  --booking-border: rgba(39, 51, 45, 0.14);
  padding: clamp(7rem, 10vw, 12rem) 0;
  background: #f7f3ee;
  font-family: Arial, Helvetica, sans-serif;
}

.hey-booking__urgent {
  display: grid;
  margin-bottom: 5rem;
  padding: 3.2rem;
  border: 1px solid rgba(154, 91, 60, 0.24);
  border-radius: 1.2rem;
  background: #f4e1d6;
  gap: 3rem;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.hey-booking__urgent-heading { margin: .5rem 0 1.2rem; font-family: var(--font-heading-family); font-size: clamp(2.4rem, 3vw, 3.5rem); line-height: 1.15; }
.hey-booking__urgent-copy p:last-child { margin-bottom: 0; line-height: 1.6; }
.hey-booking__urgent-fields { display: grid; margin-bottom: 1.5rem; gap: 1.2rem; grid-template-columns: 1fr 1fr; }
.hey-booking__urgent-fields label { display: grid; gap: .6rem; font-size: 1.3rem; font-weight: 700; }
.hey-booking__urgent-fields input { box-sizing: border-box; width: 100%; min-height: 4.6rem; padding: .9rem 1.1rem; border: 1px solid rgba(39, 51, 45, .28); border-radius: .6rem; background: #fffdf9; color: #27332d; font: inherit; }
.hey-booking__urgent-wide { grid-column: 1 / -1; }

.hey-booking__intro {
  display: grid;
  align-items: center;
  max-width: none;
  margin-bottom: 4.5rem;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(26rem, .55fr);
}

.hey-booking__intro-copy { max-width: 78rem; }

.hey-booking__personal {
  display: grid;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem;
  border: 1px solid var(--booking-border);
  border-radius: 1.8rem;
  background: rgba(255, 253, 249, .82);
  grid-template-columns: 8rem 1fr;
}

.hey-booking__personal img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: 72% center;
}

.hey-booking__personal strong { color: #27332d; font-family: var(--font-heading-family); font-size: 1.65rem; }
.hey-booking__personal p { margin: .6rem 0 0; color: rgba(39, 51, 45, .72); font-size: 1.3rem; line-height: 1.55; }
}

.hey-booking__layout {
  display: grid;
  align-items: start;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.45fr) minmax(30rem, 0.55fr);
}

.hey-booking__panel,
.hey-booking__summary {
  border: 1px solid var(--booking-border);
  border-radius: 2.4rem;
  background: #fff;
  box-shadow: 0 2rem 6rem rgba(39, 51, 45, 0.06);
}

.hey-booking__panel {
  padding: clamp(2.2rem, 4vw, 4rem);
}

.hey-booking__summary {
  position: sticky;
  top: 10rem;
  padding: 3rem;
}

.hey-booking__step + .hey-booking__step {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid var(--booking-border);
}

.hey-booking__step-heading {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0 0 2rem;
  color: #27332d;
  font-size: 2.1rem;
}

.hey-booking__step-number {
  display: grid;
  width: 3.3rem;
  height: 3.3rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #33483d;
  color: #fff;
  place-items: center;
  font-size: 1.25rem;
}

.hey-booking__services {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hey-booking__service,
.hey-booking__time {
  border: 1px solid var(--booking-border);
  border-radius: 1.4rem;
  background: #fff;
  color: #27332d;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
  touch-action: manipulation;
}

.hey-booking button:focus-visible,
.hey-package-page button:focus-visible {
  outline: 3px solid rgba(51, 72, 61, 0.42);
  outline-offset: 3px;
}

.hey-booking__service {
  min-height: 13rem;
  padding: 2rem;
}

.hey-booking__service:hover,
.hey-booking__time:hover {
  border-color: #71806f;
  transform: translateY(-2px);
}

.hey-booking__service[aria-pressed='true'],
.hey-booking__time[aria-pressed='true'] {
  border-color: #33483d;
  background: #e4ebe4;
  box-shadow: inset 0 0 0 1px #33483d;
}

.hey-booking__service-title {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 700;
}

.hey-booking__service-meta {
  display: block;
  color: rgba(39, 51, 45, 0.72);
  font-size: 1.35rem;
  line-height: 1.45;
}

.hey-booking__calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.8rem;
}

.hey-booking__month {
  margin: 0;
  color: #27332d;
  font-size: 2rem;
  text-transform: capitalize;
}

.hey-booking__month-buttons {
  display: flex;
  gap: 0.8rem;
}

.hey-booking__month-button {
  display: grid;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid var(--booking-border);
  border-radius: 50%;
  background: #fff;
  color: #27332d;
  cursor: pointer;
  font-size: 1.8rem;
  place-items: center;
  touch-action: manipulation;
}

.hey-booking__month-button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.hey-booking__weekdays,
.hey-booking__days {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(7, 1fr);
}

.hey-booking__weekday {
  padding: 0.8rem 0;
  color: rgba(39, 51, 45, 0.7);
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.hey-booking__day {
  position: relative;
  display: grid;
  min-height: 5.4rem;
  border: 1px solid transparent;
  border-radius: 1.2rem;
  background: transparent;
  color: rgba(39, 51, 45, 0.3);
  font: inherit;
  place-items: center;
}

button.hey-booking__day {
  border-color: var(--booking-border);
  background: #fff;
  color: #27332d;
  cursor: pointer;
}

button.hey-booking__day::after {
  position: absolute;
  bottom: 0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #71806f;
  content: '';
}

button.hey-booking__day:hover,
button.hey-booking__day[aria-pressed='true'] {
  border-color: #33483d;
  background: #33483d;
  color: #fff;
}

button.hey-booking__day[aria-pressed='true']::after {
  background: #fff;
}

.hey-booking__times {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.hey-booking__methods {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.hey-booking__method {
  display: flex;
  min-height: 8rem;
  align-items: center;
  gap: 1.4rem;
  padding: 1.6rem 1.8rem;
  border: 1px solid var(--booking-border);
  border-radius: 1.4rem;
  background: #fff;
  color: #27332d;
  cursor: pointer;
  font: inherit;
  text-align: left;
  touch-action: manipulation;
}

.hey-booking__method[aria-pressed='true'] {
  border-color: #33483d;
  background: #e4ebe4;
  box-shadow: inset 0 0 0 1px #33483d;
}

.hey-booking__method-mark {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  flex: 0 0 auto;
  border: 1px solid rgba(51,72,61,.25);
  border-radius: 50%;
  place-items: center;
  font-size: 1.5rem;
}

.hey-booking__phone-field {
  display: grid;
  gap: .7rem;
  margin-top: 1.6rem;
}

.hey-booking__phone-field label {
  color: #27332d;
  font-size: 1.4rem;
  font-weight: 700;
}

.hey-booking__phone-field input {
  width: 100%;
  min-height: 5.2rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid var(--booking-border);
  border-radius: 1.2rem;
  background: #fff;
  color: #27332d;
  font: inherit;
}

.hey-booking__phone-field input:focus-visible {
  outline: 3px solid rgba(159, 115, 88, .28);
  outline-offset: 2px;
  border-color: #33483d;
}

.hey-booking__phone-field small {
  color: rgba(39, 51, 45, .7);
  font-size: 1.2rem;
  line-height: 1.5;
}

.hey-booking__error {
  margin: 1.5rem 0 0;
  padding: 1.3rem 1.5rem;
  border-radius: 1rem;
  background: #fce8e6;
  color: #7a241d;
  font-size: 1.3rem;
  line-height: 1.5;
}

.hey-booking__success {
  margin: 1.5rem 0 0;
  padding: 1.3rem 1.5rem;
  border-radius: 1rem;
  background: #e4ebe4;
  color: #27332d;
  font-size: 1.3rem;
  line-height: 1.5;
}

.hey-booking__time {
  padding: 1.3rem 1rem;
  text-align: center;
}

.hey-booking__empty {
  margin: 0;
  padding: 2rem;
  border-radius: 1.2rem;
  background: #f7f3ee;
  color: rgba(39, 51, 45, 0.68);
  font-size: 1.45rem;
  line-height: 1.6;
}

.hey-booking__summary-label {
  margin: 0 0 2rem;
  color: #71806f;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hey-booking__summary-title {
  margin: 0 0 2.5rem;
  color: #27332d;
  font-size: 2.7rem;
}

.hey-booking__summary-list {
  margin: 0 0 2.5rem;
}

.hey-booking__summary-row {
  display: grid;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--booking-border);
  gap: 0.5rem;
  grid-template-columns: 9rem 1fr;
}

.hey-booking__summary-row dt {
  color: rgba(39, 51, 45, 0.7);
  font-size: 1.35rem;
}

.hey-booking__summary-row dd {
  margin: 0;
  color: #27332d;
  font-size: 1.45rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.hey-booking__continue {
  width: 100%;
}

.hey-booking__discount {
  display: grid;
  margin: 0 0 2rem;
  gap: 0.7rem;
  color: #27332d;
  font-size: 1.3rem;
  font-weight: 700;
}

.hey-booking__discount[hidden] {
  display: none;
}

.hey-booking__discount > span small,
.hey-booking__discount > small {
  color: rgba(39, 51, 45, 0.66);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.45;
}

.hey-booking__discount input {
  min-height: 4.6rem;
  width: 100%;
  border: 1px solid var(--booking-border);
  border-radius: 1rem;
  background: #fff;
  color: #27332d;
  font: inherit;
  font-weight: 500;
  padding: 1rem 1.2rem;
  text-transform: uppercase;
}

.hey-booking__discount input:focus {
  border-color: #33483d;
  outline: 2px solid rgba(51, 72, 61, 0.16);
  outline-offset: 1px;
}

.hey-booking__privacy-consent {
  display: grid;
  margin: 0 0 1.8rem;
  align-items: start;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  color: rgba(39, 51, 45, 0.78);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.55;
}

.hey-booking__privacy-consent input {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.15rem 0 0;
  accent-color: #33483d;
}

.hey-booking__privacy-consent + .hey-booking__privacy-consent {
  margin-top: -0.6rem;
}

.hey-booking__privacy-consent a,
.hey-booking__privacy-note a {
  color: #27332d;
  font-weight: 700;
  text-underline-offset: 0.2em;
}

.hey-booking__privacy-note {
  margin: 0 0 1.5rem;
  color: rgba(39, 51, 45, 0.76);
  font-size: 1.2rem;
  line-height: 1.55;
}

.hey-booking__continue:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.hey-booking__hint {
  margin: 1.5rem 0 0;
  color: rgba(39, 51, 45, 0.7);
  font-size: 1.25rem;
  line-height: 1.55;
  text-align: center;
}

.hey-booking__demo-note {
  margin-top: 2rem;
  padding: 1.3rem 1.5rem;
  border-radius: 1rem;
  background: #fff4d8;
  color: #695318;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 989px) {
  .hey-booking__urgent { grid-template-columns: 1fr; }
  .hey-booking__intro { grid-template-columns: 1fr; }
  .hey-booking__layout { grid-template-columns: 1fr; }
  .hey-booking__summary { position: static; }
}

@media screen and (max-width: 749px) {
  .hey-booking { padding: 5.5rem 0; }
  .hey-booking__intro { gap: 2rem; margin-bottom: 3.5rem; }
  .hey-booking__urgent { padding: 2.2rem 1.6rem; }
  .hey-booking__urgent-fields { grid-template-columns: 1fr; }
  .hey-booking__urgent-wide { grid-column: auto; }
  .hey-booking__services { grid-template-columns: 1fr; }
  .hey-booking__service { min-height: auto; }
  .hey-booking__times { grid-template-columns: repeat(3, 1fr); }
  .hey-booking__methods { grid-template-columns: 1fr; }
  .hey-booking__panel { padding: 2rem 1.5rem; }
  .hey-booking__days, .hey-booking__weekdays { gap: 0.35rem; }
  .hey-booking__day { min-height: 4.4rem; aspect-ratio: auto; }
  .hey-booking__summary { padding: 2.4rem 2rem; }
  .hey-booking__summary-row { grid-template-columns: 8rem minmax(0, 1fr); }
  .hey-booking__step + .hey-booking__step { margin-top: 3rem; padding-top: 3rem; }
}

.hey-package-page {
  background: #fffdf9;
}

.hey-package-hero {
  padding: clamp(7rem, 11vw, 13rem) 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(255,255,255,.75), transparent 28rem),
    linear-gradient(140deg, #e2e9e2, #f7f3ee);
}

.hey-package-hero__grid {
  display: grid;
  align-items: center;
  gap: clamp(4rem, 8vw, 10rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(30rem, .85fr);
}

.hey-package-badge {
  display: grid;
  width: min(100%, 40rem);
  aspect-ratio: 1;
  margin-inline: auto;
  padding: 4rem;
  border: 1px solid rgba(51,72,61,.17);
  border-radius: 50%;
  background: rgba(255,253,249,.8);
  box-shadow: 0 3rem 8rem rgba(39,51,45,.1);
  place-content: center;
  text-align: center;
}

.hey-package-badge__number {
  color: #33483d;
  font-family: var(--font-heading-family);
  font-size: clamp(8rem, 12vw, 14rem);
  line-height: .8;
}

.hey-package-badge__label {
  margin-top: 2rem;
  color: #71806f;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hey-package-badge__old-price { margin-top: 2rem; color: rgba(39, 51, 45, .52); font-size: 1.45rem; text-decoration: line-through; }
.hey-package-badge__price { margin-top: .2rem; color: #33483d; font-family: var(--font-heading-family); font-size: clamp(3.2rem, 4vw, 4.6rem); font-weight: 700; line-height: 1; }
.hey-package-badge__saving { display: inline-flex; justify-self: center; margin-top: 1.2rem; padding: .6rem 1.1rem; border-radius: 999px; background: #33483d; color: #fff; font-size: 1.2rem; font-weight: 700; }

.hey-package-benefits {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, 1fr);
}

.hey-package-benefit {
  padding: 2.6rem;
  border: 1px solid rgba(39,51,45,.14);
  border-radius: 1.8rem;
  background: #fff;
}

.hey-package-benefit__number {
  display: block;
  margin-bottom: 4rem;
  color: #71806f;
  font-size: 1.3rem;
  font-weight: 700;
}

.hey-package-benefit h3 {
  margin: 0 0 1rem;
  color: #27332d;
  font-size: 2.2rem;
}

.hey-package-benefit p {
  margin: 0;
  color: rgba(39,51,45,.7);
  font-size: 1.5rem;
  line-height: 1.65;
}

.hey-package-purchase {
  display: grid;
  align-items: start;
  gap: clamp(4rem, 8vw, 10rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(30rem, .9fr);
}

.hey-package-purchase__card {
  padding: clamp(2.5rem, 5vw, 4.5rem);
  border-radius: 2.4rem;
  background: #33483d;
  color: #fff;
}

.hey-package-purchase__price {
  display: block;
  margin: 2rem 0 0;
  color: #fff;
  font-family: var(--font-heading-family);
  font-size: clamp(4rem, 7vw, 6.5rem);
  line-height: 1;
}

.hey-package-purchase__value {
  display: block;
  margin-bottom: 0.6rem;
  color: rgba(255,255,255,.72);
  font-size: 1.35rem;
}

.hey-package-purchase__saving {
  display: inline-flex;
  margin: 1.4rem 0 3rem;
  padding: 0.7rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
}

.hey-package-purchase__card .hey-button {
  width: 100%;
  border-color: #fff;
  background: #fff;
  color: #27332d;
}

.hey-package-purchase__card .hey-button:hover {
  background: #f7f3ee;
}

.hey-package-purchase__note {
  margin: 1.5rem 0 0;
  color: rgba(255,255,255,.72);
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
}

.hey-package-terms {
  margin-top: 3rem;
  padding: 2rem;
  border: 1px solid rgba(39,51,45,.14);
  border-radius: 1.4rem;
  color: rgba(39,51,45,.7);
  font-size: 1.35rem;
  line-height: 1.65;
}

.hey-package-terms ul {
  margin: 0;
  padding-left: 2rem;
}

.hey-package-terms li + li {
  margin-top: 0.8rem;
}

@media screen and (max-width: 989px) {
  .hey-package-hero__grid,
  .hey-package-purchase { grid-template-columns: 1fr; }
  .hey-package-benefits { grid-template-columns: 1fr; }
  .hey-package-benefit__number { margin-bottom: 2rem; }
}

@media screen and (max-width: 749px) {
  .hey-package-badge { width: min(100%, 30rem); padding: 3rem; }
  .hey-package-hero { padding: 6rem 0; }
}

@media screen and (max-width: 390px) {
  .hey-booking__times { grid-template-columns: repeat(2, 1fr); }
  .hey-booking__weekday { font-size: 1.05rem; }
}

@media (forced-colors: active) {
  .hey-booking__service[aria-pressed='true'],
  .hey-booking__time[aria-pressed='true'],
  .hey-booking__method[aria-pressed='true'],
  button.hey-booking__day[aria-pressed='true'] {
    outline: 3px solid Highlight;
  }
}
