.order-frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 80px;
  gap: 10px;
  box-sizing: border-box;
}

.order-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #222724;
}

.crackerbarrel .order-button {
  background: #faa61a;
}

.order-container {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  padding-bottom: 2px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  color: var(--base-0-ffffff, #fff);
  overflow: visible;
  white-space: nowrap;
}

.crackerbarrel .order-container {
  font-family: "Special Gothic", sans-serif;
  color: #2b1d10;
  font-size: 30px;
  font-weight: 700;
}
