.ingredientButton {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: white;
  font-family: brandon-grotesque-medium, sans-serif;
  color: black;
  border-radius: 20px;
  box-shadow: 2px 2px #888888;
  cursor: pointer;
  margin: 5px;
  position: relative;
}
@media (max-width: 1443px) {
  .ingredientButton {
    border-radius: 15px;
  }
}
@media (max-width: 1280px) {
  .ingredientButton {
    border-radius: 12.8px;
  }
}
@media (max-width: 1024px) {
  .ingredientButton {
    border-radius: 14.2px;
  }
}
@media (max-width: 1443px) {
  .ingredientButton {
    margin: 3.75px 3.75px;
  }
}
@media (max-width: 1280px) {
  .ingredientButton {
    margin: 3.2px 3.3px;
  }
}
@media (max-width: 1024px) {
  .ingredientButton {
    margin: 3.55px 2.65px;
  }
}
.ingredientButton .image {
  height: calc(100% - 40px);
  max-width: 100%;
  display: block;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 1443px) {
  .ingredientButton .image {
    height: calc(100% - 30px);
  }
}
@media (max-width: 1280px) {
  .ingredientButton .image {
    height: calc(100% - 25.6px);
  }
}
@media (max-width: 1024px) {
  .ingredientButton .image {
    height: calc(100% - 28.4px);
  }
}
@media (max-width: 1024px) {
  .ingredientButton .image {
    height: calc(100% - 20px);
  }
}
@media (max-width: 1443px) {
  .ingredientButton .image {
    border-radius: 15px;
  }
}
@media (max-width: 1280px) {
  .ingredientButton .image {
    border-radius: 12.8px;
  }
}
@media (max-width: 1024px) {
  .ingredientButton .image {
    border-radius: 14.2px;
  }
}
.ingredientButton .loadingImageFlexWrapper {
  height: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1443px) {
  .ingredientButton .loadingImageFlexWrapper {
    height: calc(100% - 30px);
  }
}
@media (max-width: 1280px) {
  .ingredientButton .loadingImageFlexWrapper {
    height: calc(100% - 25.6px);
  }
}
@media (max-width: 1024px) {
  .ingredientButton .loadingImageFlexWrapper {
    height: calc(100% - 28.4px);
  }
}
@media (max-width: 1024px) {
  .ingredientButton .loadingImageFlexWrapper {
    height: calc(100% - 20px);
  }
}
.ingredientButton .title {
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1443px) {
  .ingredientButton .title {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .ingredientButton .title {
    font-size: 12.8px;
  }
}
@media (max-width: 1024px) {
  .ingredientButton .title {
    font-size: 14.2px;
  }
}
@media (max-width: 1024px) {
  .ingredientButton .title {
    font-size: 12px;
  }
}
.ingredientButton:active {
  box-shadow: none;
  transform: translate(2px, 2px);
}
.ingredientButton .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media (max-width: 1443px) {
  .ingredientButton .overlay {
    border-radius: 15px;
  }
}
@media (max-width: 1280px) {
  .ingredientButton .overlay {
    border-radius: 12.8px;
  }
}
@media (max-width: 1024px) {
  .ingredientButton .overlay {
    border-radius: 14.2px;
  }
}
.ingredientButton .modifier {
  font-size: 26px;
}
@media (max-width: 1443px) {
  .ingredientButton .modifier {
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .ingredientButton .modifier {
    font-size: 16.64px;
  }
}
@media (max-width: 1024px) {
  .ingredientButton .modifier {
    font-size: 18.46px;
  }
}