.food .q-img[data-v-a27558a9] {
  border-radius: 20px;
  height: 150px;
}
.food__content-item-bottom[data-v-a27558a9] {
  margin: 0 10px 5px;
}
.food__content-item-wrap[data-v-a27558a9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.food__content-item-title[data-v-a27558a9] {
  font-size: 16px;
  line-height: 1.5;
  min-height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.food__content-item-ingredients[data-v-a27558a9] {
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.food__content-item-img[data-v-a27558a9] {
  margin-bottom: 10px;
}
.food__content-item-price[data-v-a27558a9] {
  font-size: 20px;
  line-height: 1.33;
  font-weight: 600;
}
.food__content-item-weight[data-v-a27558a9] {
  color: #858790;
}
.food__content-btns[data-v-a27558a9] {
  margin: auto 10px 10px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: calc(100% - 20px);
  height: 40px;
}
.food__add-btn[data-v-a27558a9] {
  width: 100%;
  height: 40px;
  font-size: 15px;
  border-radius: 30px;
}
.food__add-btn svg path[data-v-a27558a9] {
  fill: #02888d;
}
.food .qty-counter[data-v-a27558a9] {
  max-width: 100%;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 0 10px;
  background: #f2f2f2;
}
.food .qty-counter .q-btn[data-v-a27558a9] {
  padding: 0;
  width: 20px;
  height: 20px;
  min-height: 20px;
  cursor: pointer;
}
.food .qty-counter .q-btn svg[data-v-a27558a9] {
  width: unset;
  height: unset;
}
.food .qty-counter .q-btn svg path[data-v-a27558a9] {
  fill: #0b1221;
}
.food .qty-counter .qty-value[data-v-a27558a9] {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #0b1221;
}
.food__cart-button-loading[data-v-a27558a9] {
  display: flex;
  justify-content: center;
  flex: 1;
}
@media (max-width: 1440px) {
.food__content-item-price[data-v-a27558a9] {
    font-size: 21px;
}
}
@media (max-width: 768px) {
.food__content-item-price[data-v-a27558a9] {
    font-size: 20px;
}
.food__content-item-title[data-v-a27558a9] {
    font-size: 14px;
    min-height: 40px;
}
}
@media (max-width: 500px) {
.food__content-item-price[data-v-a27558a9] {
    font-size: 18px;
}
.food__content-item-img[data-v-a27558a9] {
    grid-row: span 2;
    height: 150px;
}
.food__content-item-img .q-img[data-v-a27558a9] {
    height: 100%;
}
.food__content-item-bottom[data-v-a27558a9] {
    margin: 10px;
}
.food__content-item-weight[data-v-a27558a9] {
    display: block;
}
}