.food-item__img[data-v-ba55a643] {
  margin-bottom: 10px;
}
.food-item__img .q-img[data-v-ba55a643] {
  border-radius: 20px;
  height: 150px;
}
.food-item__bottom[data-v-ba55a643] {
  margin: 0 10px 5px;
}
.food-item__wrap[data-v-ba55a643] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.food-item__title[data-v-ba55a643] {
  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-item__ingredients[data-v-ba55a643] {
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.food-item__price[data-v-ba55a643] {
  font-size: 20px;
  line-height: 1.33;
  font-weight: 600;
}
.food-item__weight[data-v-ba55a643] {
  color: #858790;
}
.food-item__btns[data-v-ba55a643] {
  margin: auto 10px 10px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: calc(100% - 20px);
  height: 40px;
}
.food-item__btns .qty-counter[data-v-ba55a643] {
  max-width: 100%;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 0 10px;
  background: #f2f2f2;
}
.food-item__btns .qty-counter .q-btn[data-v-ba55a643] {
  padding: 0;
  width: 20px;
  height: 20px;
  min-height: 20px;
  cursor: pointer;
}
.food-item__btns .qty-counter .q-btn svg[data-v-ba55a643] {
  width: unset;
  height: unset;
}
.food-item__btns .qty-counter .q-btn svg path[data-v-ba55a643] {
  fill: #0b1221;
}
.food-item__btns .qty-counter .qty-value[data-v-ba55a643] {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #0b1221;
}
.food-item__add-btn[data-v-ba55a643] {
  width: 100%;
  height: 40px;
  font-size: 15px;
  border-radius: 30px;
}
.food-item__add-btn svg path[data-v-ba55a643] {
  fill: #02888d;
}
.food-item__loading[data-v-ba55a643] {
  display: flex;
  justify-content: center;
  flex: 1;
}
@media (max-width: 1440px) {
.food-item__price[data-v-ba55a643] {
    font-size: 21px;
}
}
@media (max-width: 940px) {
.food-item__add-btn[data-v-ba55a643] {
    background-color: #ffffff;
}
}
@media (max-width: 768px) {
.food-item__price[data-v-ba55a643] {
    font-size: 20px;
}
.food-item__title[data-v-ba55a643] {
    font-size: 14px;
    min-height: 40px;
}
}
@media (max-width: 500px) {
.food-item__price[data-v-ba55a643] {
    font-size: 18px;
}
.food-item__img[data-v-ba55a643] {
    grid-row: span 2;
    height: 150px;
}
.food-item__img .q-img[data-v-ba55a643] {
    height: 100%;
}
.food-item__bottom[data-v-ba55a643] {
    margin: 10px;
}
.food-item__weight[data-v-ba55a643] {
    display: block;
}
}.food-product-card[data-v-cfe2f8e6] {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.food-product-card[data-v-cfe2f8e6] .q-card__section--vert {
  padding: 0;
}
@media (max-width: 500px) {
.food-product-card[data-v-cfe2f8e6] {
    display: grid;
    grid-template-columns: 150px auto;
    grid-template-rows: auto auto;
}
}