.breadcrumb, .breadcrumb ~ h1{
  display: none !important;
}

#product-booking-page{
  padding: 0;
  max-width: 100%;
  background-color: #1b1718 !important;
  position: relative;
}

#product-booking-page::after{
  content: '';
  width: 132px;
  height: 132px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: 
  color-mix(in oklab, #fe9a00 10%, transparent);
  filter: blur(40px);
}

.booking-booking {
  background: #0b0d18;
  color: #f4f5f7;
  border: 1px solid #222744;
  border-radius: 12px;
  padding: 0 20px 20px;
  margin: 0 0 20px;
  position: relative;
  background-color: #1b1718;
  border-radius: 0;
  border: none;
}

.booking-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  padding: 10px 0 11px;
}

.booking-steps::before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 0;
  border-bottom: 1px solid 
  color-mix(in oklab, #555454 60%, transparent);
}

.booking-steps::after {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: -1;
  background-color: #0b0809;
}
.booking-panel h3{
  font-family: 'Outfit';
  font-size: 32px;
  margin: 24px 0 28px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.booking-steps span {
  border: 1px solid #2a2f4d;
  border-radius: 999px;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  color: #aeb5d6;
  background: transparent;
  border: none;
  color: #1f7a33;
  color: #9f9fa9;
  font-weight: 700;
  font-size: 12px;
  font-family: 'JetBrains Mono';
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.booking-steps .is-active {
  background: #1f7a33;
  border-color: #1f7a33;
  color: #fff;
}

.booking-step {
  display: none;
}

.booking-step.is-active {
  display: block;
}

.booking-grid-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}
.booking-grid-top label {
  background-color: #0b0809;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 12px;
}

.booking-grid-top input,
.guest-row input {
  width: 100%;
  border: 1px solid #31385f;
  border-radius: 8px;
  background: #10142a;
  color: #fff;
  padding: 8px;
}

.duration-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.duration-control button,
.people-choices button {
  border: 1px solid #31385f;
  background: #10142a;
  color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.people-choices {
  display: flex;
  gap: 6px;
}

.people-choices .is-selected {
  border-color: #ff0054;
  box-shadow: inset 0 0 0 1px #ff0054;
  background: #FF7800 !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(255, 120, 0, 0.4) !important;
  border: none !important;
}

.booking-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 12px;
}

.booking-card {
  border: 1px solid #2d3352;
  background: #0c1022;
  border-radius: 10px;
  padding: 14px;
  cursor: pointer;
  min-height: 180px;
  background-color: #0b0809;
  padding: 0;
  overflow: hidden;
  border: 1px solid #4d4d4d;
  position: relative;
}
.booking-card img{
  margin-bottom: 8px !important;
  border-radius: 0 !important;
}
.booking-card p{
  color: #71717b;
  font-size: 14px;
  padding: 0 16px 6px;
}
.booking-seats-badge{
  position: absolute;
  top: 0;
  background: red;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px !important;
  top: 16px;
  left: 16px;
  background-color: rgba(255, 119.99999999999991, 0, 1);
  background: #FF7800 !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(255, 120, 0, 0.4) !important;
  border: none !important;
  gap: 5px;
}
.booking-seats-badge svg path{
  fill: #fff !important;
}
.booking-seats-badge span{
  display: inline-block;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 12px;
}

.booking-card h4 {
  padding: 10px 16px 4px;
}

.booking-card div, .booking-card strong{
  padding: 0 16px 14px;
}

.booking-card.is-selected {
  border-color: #ff0054;
  box-shadow: inset 0 0 0 1px #ff0054;
  border-color: #ff7800;
  box-shadow: 0 4px 15px rgba(255, 120, 0, 0.4) !important;
}

.booking-card.is-coming-soon {
  cursor: default;
}

.booking-card.is-coming-soon img {
  filter: grayscale(0.8);
  opacity: 0.55;
}

.booking-card.is-coming-soon h4,
.booking-card.is-coming-soon p,
.booking-card.is-coming-soon .booking-seats-badge {
  opacity: 0.55;
}

.booking-coming-soon-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  padding: 7px 11px !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(11, 8, 9, 0.88);
  color: #fff;
  font-family: 'JetBrains Mono';
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-card .badge {
  background: #ff0054;
  color: #fff;
  border-radius: 8px;
  font-size: 11px;
  padding: 3px 8px;
}

.btn-next,
.btn-checkout,
.btn-add-guest {
  margin-top: 14px;
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  background: #ff0054;
  color: #fff;
  background: #FF7800 !important;
  color: white !important;
  box-shadow: 0 4px 15px rgba(255, 120, 0, 0.4) !important;
  border: none !important;
  font-size: 14px;
  font-weight: 600;
  font-family: Outfit;
  /* text-transform: uppercase; */
  letter-spacing: 0.08em;
  margin-top: 24px;
  margin-bottom: 4px;
}

.booking-step-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.booking-step-header h3 {
  margin-left: 0;
}

.booking-step-header .btn-back {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4d4d4d;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  color: #f4f5f7;
  cursor: pointer;
}

.btn-back:hover,
.btn-back:focus {
  border-color: #ff7800;
  color: #fff;
}

.btn-back svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guest-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}

.booking-footer {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.booking-footer .btn-checkout {
  margin-top: 0;
}

.booking-total {
  font-size: 22px;
  font-weight: 700;
}

.calendar-box {
  border: 1px solid #2d3352;
  border-radius: 10px;
  padding: 12px;
  margin-top: 12px;
  background-color: #0b0809;
  border: 1px solid #4d4d4d;
}

.calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.calendar-head button {
  border: 1px solid #31385f;
  background: #10142a;
  color: #fff;
  border-radius: 6px;
  width: 36px;
  height: 32px;
  background: none;
  border: none;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.cal-weekday {
  text-align: center;
  font-size: 12px;
  color: #aeb5d6;
  padding: 4px 0;
}

.cal-cell {
  border: 1px solid #31385f;
  background: #10142a;
  color: #fff;
  border-radius: 8px;
  min-height: 40px;
  background: none;
  border: none;
}

.cal-cell.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.cal-cell.is-selected {
  border-color: #ff0054;
}

.cal-cell.is-empty {
  border: 0;
  background: transparent;
}

.booking-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.booking-modal.is-open {
  display: flex;
}

.booking-modal__dialog {
  width: min(480px, 92vw);
  background: #0c1022;
  border: 1px solid #2d3352;
  border-radius: 12px;
  overflow: hidden;
}

.booking-modal__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #2d3352;
}

.booking-modal__head button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
}

.booking-modal__body {
  max-height: 60vh;
  overflow: auto;
  padding: 10px;
  display: grid;
  gap: 8px;
}

.time-item {
  border: 1px solid #31385f;
  background: #10142a;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.time-item small {
  color: #aeb5d6;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.time-item.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.time-item.is-reserved {
  border-color: rgba(255, 0, 84, 0.55);
  background: rgba(255, 0, 84, 0.12);
}

.time-item.is-reserved small {
  color: #ff8bad;
}

.time-empty {
  opacity: 0.8;
  padding: 8px;
}

.booking-auth-modal__dialog {
  width: min(560px, 94vw);
}

.booking-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.booking-auth-tabs button,
.booking-auth-submit {
  border: 1px solid #31385f;
  background: #10142a;
  color: #fff;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 700;
}

.booking-auth-tabs button.is-active,
.booking-auth-submit {
  background: #FF7800 !important;
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(255, 120, 0, 0.35) !important;
}

.booking-auth-alert {
  border: 1px solid rgba(255, 0, 84, 0.55);
  background: rgba(255, 0, 84, 0.12);
  color: #fff;
  border-radius: 8px;
  padding: 10px 12px;
}

.booking-auth-form {
  display: none;
  gap: 12px;
}

.booking-auth-form.is-active {
  display: grid;
}

.booking-auth-form label {
  display: grid;
  gap: 6px;
  color: #f4f5f7;
  font-weight: 600;
}

.booking-auth-form input[type="email"],
.booking-auth-form input[type="password"],
.booking-auth-form input[type="tel"],
.booking-auth-form input[type="text"] {
  width: 100%;
  border: 1px solid #31385f;
  border-radius: 8px;
  background: #10142a;
  color: #fff;
  padding: 10px 12px;
}

.booking-auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.booking-auth-check {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.booking-auth-check input {
  margin-top: 3px;
}

.booking-auth-submit:disabled,
.booking-auth-form input:disabled {
  opacity: 0.6;
  cursor: wait;
}

@media (max-width: 991px) {
  footer{
    display: none !important;
  }
  .footer-padding{
    padding-top: 90px;
  }
  .btn-next-wrapper{
    position: fixed;
    bottom: 0;
    background-color: #0b0809;
    width: 100%;
    padding: 24px;
    margin-left: -24px;
    z-index: 9999;
    border-top: 1px solid 
    color-mix(in oklab, #2a2627 60%, transparent);
  }
  .btn-next{
    margin: 0;
  }
}

@media (max-width: 900px) {
  .booking-grid-top {
    grid-template-columns: 1fr 1fr;
  }

  .booking-steps {
    grid-template-columns: 1fr;
  }

  .booking-auth-grid {
    grid-template-columns: 1fr;
  }

  .booking-footer {
    align-items: flex-start;
    gap: 14px;
    flex-direction: column;
  }
}
