/* Ajustes finales para la experiencia de pedido en teléfonos. */
.delivery-address-field {
  grid-column: 1 / -1;
}

.delivery-address-field textarea {
  min-height: 96px;
  resize: vertical;
}

.ingredient-line {
  display: block;
  margin: 0 0 10px;
  line-height: 1.45;
}

.ingredient-line:last-child {
  margin-bottom: 0;
}

.ingredient-line .ingredient-label,
.ingredient-line .ingredient-copy {
  display: block;
  position: static;
}

.ingredient-line .ingredient-label {
  margin: 0 0 3px;
  line-height: 1.25;
}

.item-desc:has(.ingredient-line) {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  -webkit-box-orient: initial !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
}

.item-desc .ingredient-copy {
  overflow-wrap: anywhere;
  word-break: normal;
}

.product-image-placeholder,
.item-img-wrapper.no-product-image {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  background: linear-gradient(145deg, #191b1b, #0e1010) !important;
  color: #737776;
}

.product-image-placeholder i {
  color: #b74935;
  font-size: 1.8rem;
}

.product-image-placeholder span {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
}

#menu-category-heading {
  scroll-margin-top: 90px;
}

@media (max-width: 700px) {
  #menu-category-heading {
    margin-top: 22px;
    padding-top: 20px;
    scroll-margin-top: 72px;
  }

  #menu-category-heading h2 {
    margin: 7px 0 5px;
    color: #fff;
  }
}

@media (max-width: 700px) {
  .category-showcase {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 4px 0 16px !important;
    gap: 10px !important;
  }

  .category-showcase .showcase-card {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 112px !important;
  }

  .category-showcase .showcase-card:last-child {
    grid-column: auto !important;
  }

  body.cart-open .mobile-order-dock {
    display: none !important;
  }

  .cart-panel {
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  .cart-header {
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 8;
  }

  .cart-items {
    flex: 0 0 auto;
    max-height: 38dvh;
    overflow-y: auto;
  }

  .cart-footer {
    flex: 0 0 auto;
    padding-bottom: calc(24px + env(safe-area-inset-bottom)) !important;
  }

  .pickup-name-field input {
    min-height: 48px;
  }

  .delivery-details-card {
    overflow: hidden;
  }

  .delivery-details-card #delivery-details-form {
    display: grid;
    overflow-y: auto;
    padding-bottom: calc(28px + env(safe-area-inset-bottom));
  }
}
