body.shop-shell-v2 .shop-booking-instant-v2 {
  overflow-x: clip;
  padding: 32px 0 0;
  color: #2e2e2e;
}

.shop-booking-instant-v2__container {
  max-width: 1440px;
}

.shop-booking-instant-v2__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.shop-booking-instant-v2__header-copy {
  min-width: 0;
}

.shop-booking-instant-v2__eyebrow,
.shop-booking-instant-v2__card-kicker {
  display: block;
  color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 72%, #263746);
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.shop-booking-instant-v2__title {
  margin: 8px 0 0;
  color: #2e2e2e;
  font-size: clamp(var(--shop-v2-font-size-8xl), 4vw, var(--shop-v2-font-size-11xl));
  font-weight: 800;
  letter-spacing: -0.035em;
}

.shop-booking-instant-v2__lead {
  max-width: 680px;
  margin: 12px 0 0;
  color: #667384;
  font-size: var(--shop-v2-font-size-lg);
}

.shop-booking-instant-v2__color-form {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.shop-booking-instant-v2__control-label {
  color: #667384;
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 700;
}

.shop-booking-instant-v2__color-toggle {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(45, 62, 79, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.shop-booking-instant-v2__color-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 44px;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: inherit;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.shop-booking-instant-v2__color-button:hover,
.shop-booking-instant-v2__color-button:focus-visible,
.shop-booking-instant-v2__color-button.is-active {
  border-color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 42%, transparent);
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 12%, white);
}

.shop-booking-instant-v2__color-button:active {
  transform: translateY(1px);
}

.shop-booking-instant-v2__color-grid,
.shop-booking-instant-v2__category-colors {
  display: grid;
  width: 44px;
  height: 30px;
  overflow: hidden;
  border-radius: 7px;
}

.shop-booking-instant-v2__color-grid {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
}

.shop-booking-instant-v2__category-colors {
  display: flex;
  align-items: stretch;
  gap: 2px;
  padding: 2px;
  background: #eef1f4;
}

.shop-booking-instant-v2__category-colors span {
  display: block;
  min-width: 0;
}

.shop-booking-instant-v2__notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  padding: 14px 18px;
  border: 1px solid color-mix(in srgb, #e9a23b 30%, transparent);
  border-radius: 16px;
  background: color-mix(in srgb, #fff4df 86%, white);
  color: #7a551f;
  font-size: var(--shop-v2-font-size-md);
}

.shop-booking-instant-v2__notice-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #e9a23b;
  color: #fff;
}

.shop-booking-instant-v2__overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(250px, 0.82fr);
  gap: 18px;
  margin-bottom: 24px;
}

.shop-booking-instant-v2__card,
.shop-booking-instant-v2__agenda-card {
  border: 1px solid rgba(45, 62, 79, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.shop-booking-instant-v2__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px;
}

.shop-booking-instant-v2__card-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.shop-booking-instant-v2__card-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: color-mix(in srgb, var(--shop-v2-secondary-color, #fff) 82%, #dbe5ed);
  color: color-mix(in srgb, var(--shop-v2-secondary-color-text-color, #3c3f3f) 78%, #fff);
}

.shop-booking-instant-v2__card-icon--accent {
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 18%, white);
  color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 78%, #273647);
}

.shop-booking-instant-v2__card-title {
  margin: 5px 0 0;
  color: #263746;
  font-size: var(--shop-v2-font-size-4xl);
  font-weight: 800;
}

.shop-booking-instant-v2__price-list {
  display: grid;
  gap: 11px;
  margin-top: auto;
}

.shop-booking-instant-v2__price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #536273;
  font-size: var(--shop-v2-font-size-md);
}

.shop-booking-instant-v2__price-swatch,
.shop-booking-instant-v2__legend-swatch {
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 6px;
}

.shop-booking-instant-v2__price-swatch {
  box-shadow: 0 0 0 3px #f0f3f6;
}

.shop-booking-instant-v2__form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: auto;
}

.shop-booking-instant-v2__field {
  min-width: 0;
}

.shop-booking-instant-v2__field--wide {
  grid-column: 1 / -1;
}

.shop-booking-instant-v2__field label {
  display: block;
  margin-bottom: 7px;
  color: #526273;
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 700;
}

.shop-booking-instant-v2__field .form-control {
  width: 100%;
  min-height: 44px;
  border-color: #dce3e9;
  color: #263746;
}

.shop-booking-instant-v2__field-suffix {
  display: block;
  margin-top: 6px;
  color: #7a8795;
  font-size: var(--shop-v2-font-size-sm);
}

.shop-booking-instant-v2__summary {
  justify-content: space-between;
  background: linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 6%, #fff) 100%);
}

.shop-booking-instant-v2__total {
  display: grid;
  gap: 5px;
  margin: auto 0 20px;
}

.shop-booking-instant-v2__total-label {
  color: #73808e;
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 700;
  text-transform: uppercase;
}

.shop-booking-instant-v2__total-value {
  color: #263746;
  font-size: var(--shop-v2-font-size-2xl);
  font-weight: 800;
}

.shop-booking-instant-v2__total-price {
  color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 82%, #263746);
  font-size: var(--shop-v2-font-size-7xl);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.shop-booking-instant-v2__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  border-radius: 14px;
  font-family: var(--main-font-family-display);
  font-size: var(--shop-v2-font-size-md);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.shop-booking-instant-v2__cta:hover,
.shop-booking-instant-v2__cta:focus-visible {
  color: var(--shop-v2-buy-buttons-text-color, #fff);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, #f49738) 26%, transparent);
}

.shop-booking-instant-v2__agenda-card {
  overflow: hidden;
}

.shop-booking-instant-v2__agenda-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px 20px;
  border-bottom: 1px solid #edf0f3;
}

.shop-booking-instant-v2__agenda-title {
  margin: 6px 0 0;
  color: #263746;
  font-size: var(--shop-v2-font-size-6xl);
  font-weight: 800;
}

.shop-booking-instant-v2__month-nav {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px;
  border: 1px solid #e2e8ed;
  border-radius: 15px;
  background: #f8fafb;
}

.shop-booking-instant-v2__month-button,
.shop-booking-instant-v2__month-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 10px;
}

.shop-booking-instant-v2__month-button {
  width: 38px;
  color: #526273;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.shop-booking-instant-v2__month-button:hover,
.shop-booking-instant-v2__month-button:focus-visible {
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 14%, white);
  color: #263746;
  text-decoration: none;
}

.shop-booking-instant-v2__month-button.is-disabled {
  opacity: 0.35;
}

.shop-booking-instant-v2__month-current {
  min-width: 136px;
  padding: 0 12px;
  color: #263746;
  font-size: var(--shop-v2-font-size-md);
  font-weight: 800;
}

.shop-booking-instant-v2__agenda-scroll {
  overflow: auto;
  padding: 18px 20px 22px;
  outline: 0;
  scrollbar-color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 65%, #dfe6eb) #f3f6f8;
}

.shop-booking-instant-v2__agenda-scroll:focus-visible {
  box-shadow: inset 0 0 0 3px color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 35%, transparent);
}

.shop-booking-instant-v2__agenda-table {
  min-width: max-content;
  margin: 0 auto !important;
  border-spacing: 4px;
}

.shop-booking-instant-v2__agenda-table th,
.shop-booking-instant-v2__agenda-table td {
  border: 0;
  padding: 0 !important;
}

.shop-booking-instant-v2__agenda-corner {
  width: 55px;
  min-width: 55px;
}

.shop-booking-instant-v2__agenda-day {
  min-width: 58px;
  height: 45px;
  padding: 5px 8px !important;
  border: 1px solid #e1e7ec !important;
  border-radius: 13px;
  background: #f7f9fa;
  color: #617080;
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.shop-booking-instant-v2__agenda-day span,
.shop-booking-instant-v2__agenda-day strong {
  display: block;
  line-height: 1.15;
}

.shop-booking-instant-v2__agenda-day strong {
  margin-top: 3px;
  color: #263746;
  font-size: var(--shop-v2-font-size-lg);
}

.shop-booking-instant-v2__agenda-day.agenda-today-head {
  border-color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 50%, #e1e7ec) !important;
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 15%, white);
}

.shop-booking-instant-v2__agenda-hour {
  position: sticky;
  left: 0;
  z-index: 3;
  width: 55px;
  min-width: 55px;
  padding: 0 8px !important;
  border: 1px solid #e1e7ec !important;
  border-radius: 10px;
  background: #fff;
  color: #617080;
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.shop-booking-instant-v2__agenda-hour--trailing {
  position: static;
  visibility: hidden;
  border-color: transparent !important;
  background: transparent;
}

#booking-agenda-container td.shop-booking-instant-v2__agenda-cell {
  width: 58px;
  min-width: 58px;
  height: 42px;
  padding: 0 !important;
  border: 2px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 14px !important;
  font-size: var(--shop-v2-font-size-md);
  font-weight: 800;
  line-height: 42px;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

#booking-agenda-container td.shop-booking-instant-v2__agenda-cell.booking-agenda-clickable {
  cursor: pointer;
}

#booking-agenda-container td.shop-booking-instant-v2__agenda-cell.booking-agenda-clickable:hover,
#booking-agenda-container td.shop-booking-instant-v2__agenda-cell.booking-agenda-clickable:focus-visible {
  border-color: #263746 !important;
  box-shadow: 0 5px 12px rgba(15, 23, 42, 0.16);
  outline: 0;
  transform: translateY(-1px);
}

#booking-agenda-container td.shop-booking-instant-v2__agenda-cell.proflyer-pack-booking-selected {
  border-color: #fff !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 82%, #263746), 0 7px 15px rgba(15, 23, 42, 0.16);
}

#booking-agenda-container td.shop-booking-instant-v2__agenda-cell.booking-agenda-border-day,
#booking-agenda-container td.shop-booking-instant-v2__agenda-cell.booking-agenda-border-hour {
  border-color: #263746 !important;
}

#booking-agenda-container td.shop-booking-instant-v2__agenda-cell.shop-booking-instant-v2__is-loading {
  cursor: wait;
  opacity: 0.58;
  pointer-events: none;
}

.shop-booking-instant-v2__agenda-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 54px 20px;
  color: #73808e;
  text-align: center;
}

.shop-booking-instant-v2__agenda-empty p {
  margin: 0;
}

.shop-booking-instant-v2__agenda-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #eef3f6;
  color: #8493a0;
  font-size: 24px;
}

.shop-booking-instant-v2__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0 26px 24px;
  color: #617080;
  font-size: var(--shop-v2-font-size-sm);
}

.shop-booking-instant-v2__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.shop-booking-instant-v2__legend-swatch--full {
  border: 1px solid #dce3e9;
  background: #fff;
}

.shop-booking-instant-v2__legend-swatch--green {
  background: rgba(50, 217, 53, 0.5);
}

.shop-booking-instant-v2__legend-swatch--yellow {
  background: rgba(227, 204, 54, 0.5);
}

.shop-booking-instant-v2__legend-swatch--red {
  background: rgba(150, 27, 27, 0.5);
}

@media (max-width: 1199px) {
  .shop-booking-instant-v2__overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-booking-instant-v2__summary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  body.shop-shell-v2 .shop-booking-instant-v2 {
    padding: 20px 0 36px;
  }

  .shop-booking-instant-v2__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .shop-booking-instant-v2__title {
    font-size: var(--shop-v2-font-size-8xl);
  }

  .shop-booking-instant-v2__color-form {
    align-items: flex-start;
  }

  .shop-booking-instant-v2__overview {
    grid-template-columns: 1fr;
  }

  .shop-booking-instant-v2__summary {
    grid-column: auto;
  }

  .shop-booking-instant-v2__card,
  .shop-booking-instant-v2__agenda-header {
    padding: 18px;
  }

  .shop-booking-instant-v2__agenda-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .shop-booking-instant-v2__agenda-title {
    font-size: var(--shop-v2-font-size-5xl);
  }

  .shop-booking-instant-v2__agenda-scroll {
    padding: 14px 10px 18px;
  }

  .shop-booking-instant-v2__agenda-hour--trailing {
    display: none;
  }

  .shop-booking-instant-v2__legend {
    display: grid;
    padding: 0 18px 20px;
  }
}

/* Agenda-first layout with a persistent booking control bar. */
body.shop-shell-v2 .shop-booking-instant-v2 {
  position: relative;
  overflow-x: clip;
  padding-top: 0;
  padding-bottom: 0;
}

.shop-booking-instant-v2__container {
  width: 100%;
  max-width: none;
  padding-right: 24px;
  padding-left: 24px;
}

.shop-booking-instant-v2__header,
.shop-booking-instant-v2__notice,
.shop-booking-instant-v2__price-details {
  width: min(1440px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.shop-booking-instant-v2__header {
  align-items: flex-start;
}

.shop-booking-instant-v2__price-details {
  margin-bottom: 16px;
  border: 1px solid rgba(45, 62, 79, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.shop-booking-instant-v2__price-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  cursor: pointer;
  color: #526273;
  font-size: var(--shop-v2-font-size-md);
  font-weight: 800;
  list-style: none;
}

.shop-booking-instant-v2__price-details summary::-webkit-details-marker {
  display: none;
}

.shop-booking-instant-v2__price-details summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 35%, transparent);
  outline-offset: -3px;
}

.shop-booking-instant-v2__price-details-toggle {
  transition: transform 0.18s ease;
}

.shop-booking-instant-v2__price-details[open] .shop-booking-instant-v2__price-details-toggle {
  transform: rotate(180deg);
}

.shop-booking-instant-v2__price-details .shop-booking-instant-v2__price-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 0 16px 14px;
}

.shop-booking-instant-v2__price-details .shop-booking-instant-v2__price-row {
  font-size: var(--shop-v2-font-size-sm);
}

.shop-booking-instant-v2__agenda-card {
  width: 100vw;
  margin-left: 50%;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
  transform: translateX(-50%);
}

.shop-booking-instant-v2__agenda-header {
  display: grid;
  grid-template-columns: minmax(220px, auto) minmax(0, 1fr) auto;
  align-items: center;
  padding-right: max(24px, calc((100vw - 1440px) / 2 + 24px));
  padding-left: max(24px, calc((100vw - 1440px) / 2 + 24px));
}

.shop-booking-instant-v2__agenda-categories {
  width: auto;
  min-width: 0;
  margin: 0 18px;
  box-shadow: none;
}

.shop-booking-instant-v2__agenda-categories summary {
  padding: 9px 13px;
  border-radius: 12px;
  background: #f8fafb;
}

.shop-booking-instant-v2__agenda-categories .shop-booking-instant-v2__price-list {
  max-height: 180px;
  overflow-y: auto;
}

.shop-booking-instant-v2__agenda-scroll {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow-x: auto;
  overflow-y: visible;
  padding-right: max(24px, calc((100vw - 1440px) / 2 + 24px));
  padding-left: max(24px, calc((100vw - 1440px) / 2 + 24px));
}

.shop-booking-instant-v2__legend {
  padding-right: max(24px, calc((100vw - 1440px) / 2 + 24px));
  padding-left: max(24px, calc((100vw - 1440px) / 2 + 24px));
}

.shop-booking-instant-v2__bottom-bar {
  position: sticky;
  bottom: 0;
  z-index: 1035;
  width: calc(100% + 48px);
  margin-left: -24px;
  padding: 10px 24px;
  border-top: 1px solid rgba(45, 62, 79, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 -12px 34px rgba(15, 23, 42, 0.14);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.shop-booking-instant-v2__bottom-bar-inner {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: min(1440px, 100%);
  min-height: 66px;
  margin: 0 auto;
}

.shop-booking-instant-v2__bottom-notice {
  display: flex;
  flex: 0 1 260px;
  align-items: center;
  gap: 8px;
  min-width: 170px;
  color: #7a551f;
  font-size: var(--shop-v2-font-size-xs);
  line-height: 1.3;
}

.shop-booking-instant-v2__bottom-notice .shop-booking-instant-v2__notice-icon {
  width: 22px;
  height: 22px;
  font-size: var(--shop-v2-font-size-sm);
}

.shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__color-form {
  align-items: flex-start;
  min-width: 148px;
}

.shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__color-toggle {
  padding: 3px;
  border-radius: 12px;
  box-shadow: none;
}

.shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__color-button {
  width: 54px;
  height: 36px;
}

.shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__color-grid,
.shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__category-colors {
  width: 38px;
  height: 25px;
}

.shop-booking-instant-v2__bottom-field {
  flex: 1 1 150px;
  min-width: 120px;
}

.shop-booking-instant-v2__bottom-field label {
  display: block;
  margin-bottom: 5px;
  color: #526273;
  font-size: var(--shop-v2-font-size-sm);
  font-weight: 700;
  white-space: nowrap;
}

.shop-booking-instant-v2__bottom-field .form-control {
  min-height: 40px;
  border-color: #dce3e9;
  border-radius: 11px;
  color: #263746;
}

.shop-booking-instant-v2__bottom-field-control {
  display: flex;
  align-items: center;
  gap: 7px;
}

.shop-booking-instant-v2__bottom-field-control .form-control {
  min-width: 70px;
}

.shop-booking-instant-v2__bottom-field-control span {
  color: #718091;
  font-size: var(--shop-v2-font-size-sm);
  white-space: nowrap;
}

.shop-booking-instant-v2__bottom-total {
  display: grid;
  flex: 0 0 auto;
  gap: 2px;
  min-width: 150px;
  color: #718091;
  font-size: var(--shop-v2-font-size-sm);
  line-height: 1.2;
}

.shop-booking-instant-v2__bottom-total strong {
  color: #263746;
  font-size: var(--shop-v2-font-size-md);
}

.shop-booking-instant-v2__bottom-total strong:last-child {
  color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 82%, #263746);
  font-size: var(--shop-v2-font-size-3xl);
}

.shop-booking-instant-v2__bottom-cta {
  flex: 0 0 220px;
  min-height: 48px;
}

@media (max-width: 767px) {
  body.shop-shell-v2 .shop-booking-instant-v2 {
    padding-bottom: 0;
  }

  .shop-booking-instant-v2__container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .shop-booking-instant-v2__agenda-scroll {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .shop-booking-instant-v2__agenda-header {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .shop-booking-instant-v2__agenda-categories {
    grid-row: 2;
    margin: 12px 0 0;
  }

  .shop-booking-instant-v2__month-nav {
    grid-row: 3;
    justify-self: start;
    margin-top: 12px;
  }

  .shop-booking-instant-v2__bottom-bar {
    width: calc(100% + 28px);
    margin-left: -14px;
    max-height: 48vh;
    overflow-y: auto;
    padding: 9px 12px;
  }

  .shop-booking-instant-v2__bottom-bar-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
    gap: 10px;
  }

  .shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__color-form,
  .shop-booking-instant-v2__bottom-cta,
  .shop-booking-instant-v2__bottom-notice {
    grid-column: 1 / -1;
  }

  .shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__color-form {
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-notice {
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-field {
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-field label {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .shop-booking-instant-v2__bottom-total {
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-cta {
    width: 100%;
  }
}

/* Mobile day-first agenda and compact booking controls. */
.shop-booking-instant-v2__mobile-agenda {
  display: none;
}

.shop-booking-instant-v2__mobile-options {
  display: contents;
}

.shop-booking-instant-v2__mobile-options > summary {
  display: none;
}

.shop-booking-instant-v2__mobile-options-content {
  display: contents;
}

@media (min-width: 768px) {
  .shop-booking-instant-v2__mobile-options-content {
    display: contents !important;
  }
}

@media (max-width: 767px) {
  .shop-booking-instant-v2__agenda-scroll {
    overflow-x: visible;
    overflow-y: visible;
    padding: 14px 10px 18px;
  }

  .shop-booking-instant-v2__agenda-categories summary {
    min-height: 44px;
  }

  .shop-booking-instant-v2__month-button {
    width: 44px;
    min-height: 44px;
  }

  .shop-booking-instant-v2__agenda-table {
    display: none !important;
  }

  .shop-booking-instant-v2__mobile-agenda {
    display: block;
    padding: 0 4px 18px;
  }

  .shop-booking-instant-v2__mobile-step-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
  }

  .shop-booking-instant-v2__mobile-step-heading--time {
    margin-top: 22px;
  }

  .shop-booking-instant-v2__mobile-step-number {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: var(--shop-v2-main-color-text-color, #fff);
    background: var(--shop-v2-main-color, #5dc4f1);
    font-size: var(--shop-v2-font-size-sm);
    font-weight: 800;
  }

  .shop-booking-instant-v2__mobile-step-kicker {
    display: block;
    color: #617080;
    font-size: var(--shop-v2-font-size-xs);
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .shop-booking-instant-v2__mobile-step-title {
    margin: 3px 0 0;
    color: #263746;
    font-size: var(--shop-v2-font-size-md);
    font-weight: 800;
  }

  .shop-booking-instant-v2__mobile-days {
    display: flex;
    gap: 8px;
    margin: 0 -4px;
    padding: 2px 4px 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 55%, #dfe6eb) transparent;
    -webkit-overflow-scrolling: touch;
  }

  .shop-booking-instant-v2__mobile-day {
    position: relative;
    display: inline-flex;
    flex: 0 0 72px;
    min-height: 66px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 8px 6px;
    border: 1px solid #dfe6eb;
    border-radius: 16px;
    color: #617080;
    background: #f8fafb;
    font: inherit;
    text-align: center;
    scroll-snap-align: start;
    touch-action: manipulation;
    transition: border-color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
  }

  .shop-booking-instant-v2__mobile-day:hover,
  .shop-booking-instant-v2__mobile-day:focus-visible {
    border-color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 60%, #dfe6eb);
    outline: 0;
  }

  .shop-booking-instant-v2__mobile-day:active {
    transform: translateY(1px);
  }

  .shop-booking-instant-v2__mobile-day.is-active {
    border-color: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 62%, #7a8da0);
    color: #263746;
    background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 14%, white);
    box-shadow: 0 5px 12px rgba(15, 23, 42, 0.1);
  }

  .shop-booking-instant-v2__mobile-day-name {
    font-size: var(--shop-v2-font-size-sm);
    font-weight: 800;
    line-height: 1.1;
  }

  .shop-booking-instant-v2__mobile-day strong {
    color: #263746;
    font-size: var(--shop-v2-font-size-xl);
    line-height: 1.1;
  }

  .shop-booking-instant-v2__mobile-day-count {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    min-width: 17px;
    height: 17px;
    padding: 1px 4px;
    border-radius: 999px;
    color: #fff;
    background: var(--shop-v2-main-color, #5dc4f1);
    font-size: 10px;
    font-weight: 800;
    line-height: 15px;
  }

  .shop-booking-instant-v2__mobile-day-count.is-visible {
    display: block;
  }

  .shop-booking-instant-v2__mobile-day-panel[hidden] {
    display: none;
  }

  .shop-booking-instant-v2__mobile-day-panel {
    display: grid;
    gap: 8px;
  }

  .shop-booking-instant-v2__mobile-slot {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 58px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    color: #263746;
    font: inherit;
    text-align: left;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.04);
    touch-action: manipulation;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
  }

  .shop-booking-instant-v2__mobile-slot.booking-agenda-clickable {
    cursor: pointer;
  }

  .shop-booking-instant-v2__mobile-slot.booking-agenda-clickable:hover,
  .shop-booking-instant-v2__mobile-slot.booking-agenda-clickable:focus-visible {
    border-color: #263746;
    outline: 0;
    transform: translateY(-1px);
    box-shadow: 0 7px 15px rgba(15, 23, 42, 0.14);
  }

  .shop-booking-instant-v2__mobile-slot.is-unavailable {
    cursor: not-allowed;
    opacity: 0.66;
  }

  .shop-booking-instant-v2__mobile-slot.proflyer-pack-booking-selected {
    border-color: #fff;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 82%, #263746), 0 7px 15px rgba(15, 23, 42, 0.16);
  }

  .shop-booking-instant-v2__mobile-slot.shop-booking-instant-v2__is-loading {
    cursor: wait;
    opacity: 0.58;
    pointer-events: none;
  }

  .shop-booking-instant-v2__mobile-slot-time {
    color: inherit;
    font-size: var(--shop-v2-font-size-md);
    font-weight: 800;
    white-space: nowrap;
  }

  .shop-booking-instant-v2__mobile-slot-availability {
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font-size: var(--shop-v2-font-size-lg);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .shop-booking-instant-v2__mobile-slot-price {
    color: inherit;
    font-size: var(--shop-v2-font-size-sm);
    font-weight: 700;
    opacity: 0.88;
    white-space: nowrap;
  }

  .shop-booking-instant-v2__bottom-bar {
    max-height: none;
    overflow: visible;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  }

  .shop-booking-instant-v2__bottom-bar-inner {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }

  .shop-booking-instant-v2__mobile-options {
    display: block;
    order: 3;
    width: 100%;
    border: 1px solid #dfe6eb;
    border-radius: 14px;
    background: #f8fafb;
  }

  .shop-booking-instant-v2__mobile-options > summary {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 12px;
    cursor: pointer;
    color: #526273;
    font-size: var(--shop-v2-font-size-sm);
    font-weight: 800;
    list-style: none;
    touch-action: manipulation;
  }

  .shop-booking-instant-v2__mobile-options > summary::-webkit-details-marker {
    display: none;
  }

  .shop-booking-instant-v2__mobile-options > summary:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 35%, transparent);
    outline-offset: -3px;
  }

  .shop-booking-instant-v2__mobile-options > summary i {
    transition: transform 0.18s ease;
  }

  .shop-booking-instant-v2__mobile-options[open] > summary i {
    transform: rotate(180deg);
  }

  .shop-booking-instant-v2__mobile-options-content {
    display: grid !important;
    gap: 10px;
    padding: 0 12px 12px;
  }

  .shop-booking-instant-v2__mobile-options:not([open]) > .shop-booking-instant-v2__mobile-options-content {
    display: none !important;
  }

  .shop-booking-instant-v2__bottom-notice {
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__color-form {
    min-width: 0;
    align-items: flex-start;
  }

  .shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__color-button {
    height: 44px;
  }

  .shop-booking-instant-v2__bottom-field {
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-field .form-control {
    min-height: 44px;
  }

  .shop-booking-instant-v2__bottom-total {
    order: 1;
    grid-template-columns: auto auto;
    align-items: end;
    justify-content: space-between;
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-total > span {
    grid-column: 1 / -1;
  }

  .shop-booking-instant-v2__bottom-cta {
    order: 2;
    width: 100%;
    min-height: 52px;
    font-size: var(--shop-v2-font-size-lg);
  }
}

/* Mobile control order and compact confirmation bar. */
.shop-booking-instant-v2__mobile-color-form {
  display: none;
}

.shop-booking-instant-v2__bottom-field--minutes {
  order: 4;
}

.shop-booking-instant-v2__bottom-total {
  order: 5;
}

.shop-booking-instant-v2__bottom-cta {
  order: 6;
}

@media (max-width: 767px) {
  .shop-booking-instant-v2__agenda-categories {
    grid-row: 2;
  }

  .shop-booking-instant-v2__mobile-color-form {
    display: flex;
    grid-row: 3;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
  }

  .shop-booking-instant-v2__month-nav {
    grid-row: 4;
  }

  .shop-booking-instant-v2__bottom-bar {
    max-height: none;
    overflow: visible;
    padding: 6px 12px calc(6px + env(safe-area-inset-bottom));
  }

  .shop-booking-instant-v2__bottom-bar-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .shop-booking-instant-v2__desktop-color-form {
    display: none;
  }

  .shop-booking-instant-v2__mobile-options {
    order: 4;
  }

  .shop-booking-instant-v2__bottom-field--minutes {
    display: flex;
    flex: 0 0 auto;
    order: 1;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .shop-booking-instant-v2__bottom-field--minutes label {
    flex: 0 0 auto;
    margin: 0;
  }

  .shop-booking-instant-v2__bottom-field--minutes .shop-booking-instant-v2__bottom-field-control {
    flex: 1 1 auto;
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-field--minutes .form-control {
    min-height: 40px;
  }

  .shop-booking-instant-v2__bottom-total {
    order: 2;
    gap: 0;
  }

  .shop-booking-instant-v2__bottom-cta,
  .shop-booking-instant-v2__bottom-cta.shop-v2-btn--buy {
    flex: 0 0 52px;
    order: 3;
    width: 100%;
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    padding: 10px 16px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .shop-booking-instant-v2__agenda-categories {
    display: none !important;
  }

  .shop-booking-instant-v2__month-nav {
    display: flex;
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
    margin-top: 12px;
  }

  .shop-booking-instant-v2__month-button {
    flex: 0 0 44px;
  }

  .shop-booking-instant-v2__month-current {
    flex: 1 1 auto;
    order: 0;
    min-width: 0;
  }

  .shop-booking-instant-v2__month-nav .shop-booking-instant-v2__month-button {
    order: 0;
  }

  .shop-booking-instant-v2__mobile-step-heading--time {
    align-items: center;
  }

  .shop-booking-instant-v2__mobile-agenda .shop-booking-instant-v2__mobile-color-form {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    margin-left: auto;
  }

  .shop-booking-instant-v2__mobile-agenda .shop-booking-instant-v2__color-toggle {
    gap: 3px;
    padding: 3px;
    border-radius: 12px;
    box-shadow: none;
  }

  .shop-booking-instant-v2__mobile-agenda .shop-booking-instant-v2__color-button {
    width: 42px;
    height: 42px;
    padding: 3px;
  }

  .shop-booking-instant-v2__mobile-agenda .shop-booking-instant-v2__color-grid,
  .shop-booking-instant-v2__mobile-agenda .shop-booking-instant-v2__category-colors {
    width: 32px;
    height: 23px;
  }

  .shop-booking-instant-v2__desktop-options {
    display: contents !important;
    order: 0;
    width: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .shop-booking-instant-v2__desktop-options > summary {
    display: none !important;
  }

  .shop-booking-instant-v2__desktop-options > .shop-booking-instant-v2__mobile-options-content {
    display: contents !important;
    padding: 0;
  }

  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__desktop-color-form {
    display: none;
  }

  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__bottom-notice,
  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__bottom-field--highspeed,
  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__bottom-field--coaching {
    flex: 0 0 auto;
    order: 1;
    width: 100%;
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-field--minutes {
    order: 2;
  }

  .shop-booking-instant-v2__bottom-total {
    order: 3;
  }

  .shop-booking-instant-v2__bottom-cta {
    order: 4;
  }

  /* Keep every mobile booking field on the same vertical rhythm. */
  .shop-booking-instant-v2__bottom-bar-inner {
    gap: 8px;
  }

  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__bottom-field,
  .shop-booking-instant-v2__bottom-field--minutes {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-field label {
    margin: 0 0 6px;
    font-size: var(--shop-v2-font-size-sm);
    line-height: 1.2;
  }

  .shop-booking-instant-v2__bottom-field-control {
    width: 100%;
    gap: 8px;
  }

  .shop-booking-instant-v2__bottom-field .form-control {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    border-radius: 14px;
  }

  .shop-booking-instant-v2__bottom-field-control span {
    flex: 0 0 auto;
    font-size: var(--shop-v2-font-size-md);
  }
}

/* Desktop header: always-visible price categories and color legend. */
.shop-booking-instant-v2__agenda-categories {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.shop-booking-instant-v2__agenda-categories .shop-booking-instant-v2__price-details-title {
  display: block;
  color: #526273;
  font-size: var(--shop-v2-font-size-md);
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.shop-booking-instant-v2__agenda-categories .shop-booking-instant-v2__price-list {
  max-height: none;
  padding: 6px 0 0;
  gap: 6px 18px;
  overflow: visible;
}

.shop-booking-instant-v2__legend--header {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 8px 16px;
  color: #617080;
  font-size: var(--shop-v2-font-size-xs);
}

.shop-booking-instant-v2__legend--header .shop-booking-instant-v2__legend-item {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .shop-booking-instant-v2__agenda-header {
    display: grid;
    grid-template-columns: minmax(180px, auto) minmax(220px, auto) minmax(0, 1fr) auto;
    gap: 18px 24px;
  }

  .shop-booking-instant-v2__legend--header {
    display: flex;
  }

  .shop-booking-instant-v2__legend--footer {
    display: none;
  }

  .shop-booking-instant-v2__bottom-field--minutes {
    flex: 0 0 150px;
    min-width: 150px;
  }

  .shop-booking-instant-v2__bottom-field--minutes .shop-booking-instant-v2__bottom-field-control .form-control {
    flex: 0 0 76px;
    width: 76px;
    min-width: 76px;
    max-width: 76px;
  }
}

@media (max-width: 767px) {
  .shop-booking-instant-v2__legend--header {
    display: none;
  }

  .shop-booking-instant-v2__legend--footer {
    display: grid;
  }
}

@media (min-width: 768px) {
  .shop-booking-instant-v2__desktop-options {
    display: contents !important;
  }

  .shop-booking-instant-v2__desktop-options > summary {
    display: none !important;
  }

  .shop-booking-instant-v2__desktop-options > .shop-booking-instant-v2__mobile-options-content {
    display: contents !important;
  }

  .shop-booking-instant-v2__bottom-bar-inner {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }

  .shop-booking-instant-v2__bottom-options .shop-booking-instant-v2__bottom-notice,
  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__bottom-notice {
    flex: 0 0 100%;
    order: 0;
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__color-form,
  .shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__desktop-color-form {
    flex: 0 0 180px;
    min-width: 180px;
  }

  .shop-booking-instant-v2__bottom-field--minutes {
    flex: 0 0 150px;
    min-width: 150px;
  }

  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__bottom-field--highspeed,
  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__bottom-field--coaching {
    flex: 0 0 180px;
    min-width: 180px;
  }

  .shop-booking-instant-v2__bottom-total {
    flex: 0 0 180px;
    min-width: 180px;
    margin-left: auto;
  }

  .shop-booking-instant-v2__bottom-cta {
    flex: 0 0 220px;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
  }

  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__desktop-color-form {
    order: 1;
  }

  .shop-booking-instant-v2__bottom-field--minutes {
    order: 2;
  }

  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__bottom-field--highspeed,
  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__bottom-field--coaching {
    order: 3;
  }

  .shop-booking-instant-v2__bottom-total {
    order: 4;
  }

  .shop-booking-instant-v2__bottom-cta {
    order: 5;
  }

  .shop-booking-instant-v2__bottom-bar-inner {
    width: min(1600px, 100%);
    max-width: none;
    gap: 24px;
  }

  .shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__color-form {
    flex: 1 1 220px;
    min-width: 180px;
  }

  .shop-booking-instant-v2__bottom-field--minutes {
    flex: 1 1 260px;
    min-width: 220px;
  }

  .shop-booking-instant-v2__bottom-total {
    flex: 1 1 220px;
    min-width: 190px;
  }

  .shop-booking-instant-v2__bottom-cta {
    flex: 0 0 220px;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
  }

  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__desktop-color-form {
    order: 1;
  }

  .shop-booking-instant-v2__bottom-field--minutes {
    order: 2;
  }

  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__bottom-field--highspeed,
  .shop-booking-instant-v2__desktop-options .shop-booking-instant-v2__bottom-field--coaching {
    order: 3;
  }

  .shop-booking-instant-v2__bottom-total {
    order: 4;
  }

  .shop-booking-instant-v2__bottom-cta {
    order: 5;
  }
}

@media (min-width: 768px) {
  .shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__color-form,
  .shop-booking-instant-v2__bottom-bar .shop-booking-instant-v2__desktop-color-form {
    flex: 0 0 180px;
    min-width: 180px;
  }

  .shop-booking-instant-v2__bottom-field--minutes {
    flex: 0 0 150px;
    min-width: 150px;
  }

  .shop-booking-instant-v2__bottom-total {
    flex: 0 0 180px;
    min-width: 180px;
    margin-left: auto;
  }

  .shop-booking-instant-v2__bottom-cta {
    flex: 0 0 220px;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
  }
}

/* Keep the desktop agenda centered without creating page-level overflow. */
@media (min-width: 768px) {
  .shop-booking-instant-v2__agenda-card {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    transform: none;
  }

  .shop-booking-instant-v2__agenda-scroll {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: visible;
    padding-right: 24px;
    padding-left: 24px;
  }

  .shop-booking-instant-v2__agenda-table {
    width: max-content;
    min-width: 0;
    margin: 0 auto !important;
  }
}

/* Keep the desktop confirmation controls on one predictable baseline when options are enabled. */
@media (min-width: 768px) {
  .shop-booking-instant-v2__bottom-bar-inner {
    display: grid;
    grid-template-columns: 180px 240px minmax(0, 1fr) 180px 220px;
    align-items: end;
    column-gap: 18px;
    row-gap: 8px;
    width: min(1600px, 100%);
    min-height: 66px;
  }

  .shop-booking-instant-v2__bottom-notice {
    grid-column: 1 / -1;
    grid-row: 1;
    min-width: 0;
  }

  .shop-booking-instant-v2__desktop-color-form {
    grid-column: 1;
    grid-row: 2;
    width: 180px;
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-options-fields {
    display: flex;
    grid-column: 3;
    grid-row: 2;
    align-items: end;
    gap: 12px;
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-bar:not(.shop-booking-instant-v2__bottom-bar--has-options) .shop-booking-instant-v2__bottom-options-fields {
    display: contents;
  }

  .shop-booking-instant-v2__bottom-options-fields .shop-booking-instant-v2__bottom-field {
    flex: 1 1 0;
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-options-fields .shop-booking-instant-v2__bottom-field .form-control {
    width: 100%;
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-field--minutes {
    grid-column: 2;
    grid-row: 2;
    width: 240px;
    min-width: 0;
  }

  .shop-booking-instant-v2__bottom-field--minutes .shop-booking-instant-v2__bottom-field-control {
    width: max-content;
    max-width: 100%;
  }

  .shop-booking-instant-v2__bottom-field--minutes .shop-booking-instant-v2__bottom-field-control .form-control {
    flex: 0 0 76px;
    width: 76px;
    min-width: 76px;
    max-width: 76px;
  }

  .shop-booking-instant-v2__bottom-total {
    grid-column: 4;
    grid-row: 2;
    min-width: 0;
    margin-left: 0;
  }

  .shop-booking-instant-v2__bottom-cta {
    grid-column: 5;
    grid-row: 2;
    width: 220px;
    min-width: 0;
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .shop-booking-instant-v2__bottom-options-fields {
    display: contents;
  }

  .shop-booking-instant-v2__bottom-options-fields .shop-booking-instant-v2__bottom-field {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    order: 1;
  }
}

body.shop-shell-v2 .shop-booking-instant-v2__confirmation-modal .modal-dialog {
  width: min(440px, calc(100% - 32px));
  margin: 12vh auto 0;
}

body.shop-shell-v2 .shop-booking-instant-v2__confirmation-modal .modal-content {
  overflow: hidden;
  border: 1px solid rgba(37, 49, 59, 0.13);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
}

body.shop-shell-v2 .shop-booking-instant-v2__confirmation-modal .modal-header {
  padding: 22px 24px 12px;
  border-bottom: 0;
}

body.shop-shell-v2 .shop-booking-instant-v2__confirmation-modal .modal-title {
  margin: 8px 0 0;
  color: #263746;
  font-size: 22px;
  font-weight: 800;
}

body.shop-shell-v2 .shop-booking-instant-v2__confirmation-kicker {
  color: var(--shop-v2-main-color, #5dc4f1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-booking-instant-v2__confirmation-modal .modal-body {
  padding: 0 24px 20px;
  color: #667384;
}

body.shop-shell-v2 .shop-booking-instant-v2__confirmation-modal .modal-body p {
  margin: 0;
  line-height: 1.5;
}

body.shop-shell-v2 .shop-booking-instant-v2__confirmation-modal .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 24px 22px;
  border-top: 1px solid rgba(37, 49, 59, 0.13);
}

body.shop-shell-v2 .shop-booking-instant-v2__confirmation-modal .modal-footer .btn {
  min-width: 112px;
  border-radius: 12px;
}

body.shop-shell-v2 .shop-booking-instant-v2__bottom-cta.is-disabled {
  cursor: not-allowed;
  opacity: 0.48;
  pointer-events: none;
}

@media (max-width: 480px) {
  body.shop-shell-v2 .shop-booking-instant-v2__confirmation-modal .modal-dialog {
    width: calc(100% - 24px);
    margin-top: 8vh;
  }

  body.shop-shell-v2 .shop-booking-instant-v2__confirmation-modal .modal-footer {
    flex-direction: column-reverse;
  }

  body.shop-shell-v2 .shop-booking-instant-v2__confirmation-modal .modal-footer .btn {
    width: 100%;
  }
}
