.product--booking__location-button {
  border: 0 none;
  background: none;
  text-align: left;
}

.product--booking__location-street {
  margin-top: 0.4rem;
}

.product--booking__options {
  margin-top: 2rem;
}

.product--booking__date [data-module="datepicker"] {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.product--booking__date [data-module="datepicker"] .tbw-date-icon {
  display: block;
  inline-size: 1.6rem;
  block-size: 1.6rem;
  flex-shrink: 0;
  color: currentColor;
}

.product--booking__date [data-module="datepicker"] .tbw-date-arrow {
  display: block;
  inline-size: 1.8rem;
  block-size: 1.8rem;
  margin-inline-start: auto;
  color: #ff4e02;
}

.product--booking__locations .product--booking__location:not(.active)::after {
  border-color: #7f7f7f;
}

.product--booking__locations .product--booking__location:not(.active)::before {
  transform: scale(0);
}

.product--booking__locations .product--booking__location.active::after {
  border-color: #ff4e02;
}

.product--booking__locations .product--booking__location.active::before {
  transform: scale(0.55);
}

.tbw-persons {
  margin: 2rem 0 0;
  max-width: 40rem;
  position: relative;
  z-index: 5;
}

.tbw-persons.is-open {
  z-index: 10;
}

.tbw-persons__title {
  margin: 0 0 0.5rem;
  font-weight: 500;
}

.tbw-persons__hint {
  opacity: 0.5;
}

.tbw-persons__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0 none;
  border-radius: 0.4rem;
  background: #fff;
  box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 20%);
  padding: 1.2rem 1.5rem 1.2rem 1.5rem;
  position: relative;
  text-align: left;
  line-height: 1.7;
  font-weight: 700;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.tbw-persons__toggle-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.tbw-persons__toggle-label {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.tbw-persons__toggle-selection {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.tbw-persons__toggle-person {
  font-weight: 700;
}

.tbw-persons__toggle-table {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #3e3e3e;
  font-weight: 500;
}

.tbw-persons__toggle-arrow {
  color: #ff4e02;
  font-size: 1.4rem;
  line-height: 1;
  margin-left: auto;
}

.tbw-persons__menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  right: 0;
  border: 0.1rem solid #dbdbdb;
  border-top: 0;
  border-radius: 0 0 0.4rem 0.4rem;
  overflow-x: clip;
  overflow-y: auto;
  max-height: 32rem;
  background: #fff;
  box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 20%);
  z-index: 20;
}

.tbw-persons.is-open .tbw-persons__menu {
  display: block;
}

.tbw-persons__option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  width: 100%;
  background: #fff;
  border: 0;
  border-top: 0.1rem solid #e8e8e8;
  padding: 1.6rem 1.5rem;
  font-size: 1.6rem;
  text-align: left;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.tbw-persons__option-left,
.tbw-persons__option-right {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.tbw-persons__option-right {
  color: #3e3e3e;
  font-weight: 500;
  margin-left: 0;
}

.tbw-persons__option.selected {
  background: #efe7df;
}

.tbw-persons__icon {
  line-height: 0;
  color: #000;
}

.tbw-persons__icon svg {
  display: block;
  inline-size: 1.5rem;
  block-size: auto;
}

.tbw-persons__icon--table svg {
  inline-size: 1.8rem;
}

.tbw-persons__option.selected .tbw-persons__icon {
  color: #ff4e02;
}

.tbw-persons__option--placeholder {
  cursor: default;
  color: #6b6b6b;
}

.tbw-extra-information {
  margin: 1.6rem 0 1.2rem;
}

.tbw-extra-information__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.tbw-extra-information__label input {
  inline-size: 2rem;
  block-size: 2rem;
  accent-color: #ff4e02;
}

.tbw-extra-information__label span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.tbw-extra-information__textarea {
  margin-top: 0.5rem;
  min-height: 0;
  max-height: 0;
  inline-size: 100%;
  background-color: #fff;
  color: #0d0d0d;
  padding: 0;
  border: 0;
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 20%);
  resize: vertical;
  transition: max-height 0.2s, padding 0.2s, border-color 0.2s;
}

.tbw-extra-information__textarea.active {
  margin-top: 0.5rem;
  min-height: 4rem;
  max-height: 90rem;
  padding: 1.4rem;
  border: 0.1rem solid transparent;
}

.tbw-extra-information__textarea::placeholder {
  color: #9b9b9b;
}

.tbw-extra-information__textarea:focus-visible {
  outline: unset;
  border-color: #b3b3b3;
}

.single_add_to_cart_button.disabled {
  opacity: 0.45;
  pointer-events: none;
}
