.category-nav::-webkit-scrollbar {
  display: none;
}

.detail-image.empty-state {
  min-height: 280px;
  display: grid;
  place-items: center;
  font-size: 4rem;
  background: linear-gradient(145deg, #f4ead9, #fffaf1);
}

.menu-card h3,
.kitchen-card h2 {
  overflow-wrap: anywhere;
}

button:disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
  box-shadow: none;
}

@media (max-width: 420px) {
  .store-hero .row,
  .cart-line .row {
    align-items: flex-start;
  }

  .store-hero .logo {
    width: 82px;
    height: 82px;
  }
}
