/* Botón delivery propio + modal de cobertura. */

.ush-pide-ya.btn-order {
  width: auto;
  min-width: 0;
  margin: 0;
  background: transparent;
  font-family: umbrella, sans-serif;
  cursor: pointer;
  z-index: 6;
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1.05;
}

.ush-pide-ya.btn-order1 {
  animation-duration: 5.35s;
  animation-delay: -2.1s;
}

.ush-pide-ya__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
}

.body-index .navbar {
  overflow: visible;
}

.ush-header-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  vertical-align: middle;
  position: relative;
}

.navbar .ush-pide-ya--nav {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 50%;
  transform: translateX(-50%);
  font-family: umbrella, sans-serif;
  font-size: 0.82rem;
  padding: 0.4em 0.95em;
  float: none;
  text-shadow: none;
  z-index: 7;
}

.ush-pide-ya.ush-pide-ya--bar {
  display: none;
}

.navbar-mobile-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  min-width: 0;
  flex: 0 1 auto;
}

.navbar-responsive .navbar-right {
  width: auto;
  flex-shrink: 0;
  margin-left: auto;
  align-self: flex-start;
}

@media (max-width: 599px) {
  .ush-header-brand,
  .ush-pide-ya.ush-pide-ya--nav {
    display: none !important;
  }

  .ush-pide-ya.ush-pide-ya--bar {
    display: inline-flex;
    padding: 0.32em 0.8em;
    font-size: 0.72rem;
    flex-shrink: 0;
  }

  .navbar-mobile-start .img-responsive {
    display: inline-flex;
    width: auto;
    flex: 0 0 auto;
  }

  .navbar-mobile-start .logo {
    width: 72px;
    max-width: none;
    height: auto;
  }
}

.ush-delivery-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10050;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  color: #fff;
  isolation: isolate;
}

.ush-delivery-modal.is-open {
  display: flex !important;
}

.ush-delivery-modal[hidden] {
  display: none !important;
}

.ush-delivery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.ush-delivery-modal__panel {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  max-height: calc(100vh - 2.5rem);
  overflow: auto;
  background: #14080c;
  color: #fff;
  border: 2px solid #ff3b7a;
  border-radius: 1.25rem;
  padding: 1.7rem 1.35rem 1.4rem;
  box-shadow:
    0 0 0 1px #fff,
    0 0 24px rgba(238, 39, 55, 0.7),
    0 18px 40px rgba(0, 0, 0, 0.65);
  text-align: left;
}

.ush-delivery-modal__close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #ee2737;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.ush-delivery-modal__title,
.ush-delivery-sorry__title {
  font-family: subway-berlin-std, sans-serif;
  font-size: 1.55rem;
  color: #fff;
  margin: 0 2rem 0.65rem 0;
  text-shadow: 0 0 12px #ee2737;
}

.ush-delivery-modal__lead,
.ush-delivery-sorry p,
.ush-delivery-modal__label,
.ush-delivery-modal__status {
  color: #f4f4f4;
}

.ush-delivery-modal__lead,
.ush-delivery-sorry p {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  line-height: 1.45;
}

.ush-delivery-modal__label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.88rem;
}

.ush-delivery-modal__input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ffb0c4;
  border-radius: 0.75rem;
  background: #fff;
  color: #111;
  padding: 0.75rem 0.85rem;
  font-size: 1rem;
}

.ush-delivery-suggest {
  position: relative;
  margin-bottom: 0.8rem;
}

.ush-delivery-suggest__list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  color: #111;
  border: 1px solid #ee2737;
  border-radius: 0.6rem;
  max-height: 220px;
  overflow: auto;
}

.ush-delivery-suggest__list button {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  color: #111;
  text-align: left;
  padding: 0.7rem 0.85rem;
  cursor: pointer;
  font-size: 0.92rem;
}

.ush-delivery-suggest__list button:hover {
  background: #ffe4ea;
}

.ush-delivery-modal__ghost,
.ush-delivery-modal__cta {
  display: block;
  width: 100%;
  margin-top: 0.65rem;
  border-radius: 2rem;
  padding: 0.7rem 0.9rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
}

.ush-delivery-modal__ghost {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.ush-delivery-modal__cta {
  color: #fff;
  background: #ee2737;
  border: 1px solid #fff;
  box-shadow: 0 0 16px rgba(238, 39, 55, 0.7);
}

.ush-delivery-modal__status {
  min-height: 1.2rem;
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
}

.ush-delivery-sorry[hidden],
#ush-delivery-form[hidden] {
  display: none !important;
}

.ush-delivery-sorry__title {
  display: block;
  margin-bottom: 0.55rem;
}

body.ush-delivery-open {
  overflow: hidden;
}
