@charset "UTF-8";
/* menu */
.kv.--top {
  background-image: url(/assets/images/menu/menu-top.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.menu-h2 {
  font-size: 3.5rem;
  color: #ad6c43;
  text-align: center;
  margin: 40px 0 40px;
}
@media (max-width: 900px) {
  .menu-h2 {
    font-size: 2rem;
  }
}
.dessert-h3 {
  font-size: 2rem;
}
.menu-dessert {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  align-items: center;
}
.menu-dessert + .menu-dessert {
  margin-top: 20px;
}
@media (max-width: 900px) {
  .menu-dessert {
    flex-direction: column;
  }
  .menu-dessert + .menu-dessert {
    margin-top: 60px;
  }
}
.menu-dessert__leason div {
  width: 50%;
  text-align: center;
}
@media (max-width: 900px) {
  .menu-dessert__leason div {
    width: 100%;
  }
}
.menu-dessert__leason div:not(:first-of-type) {
  margin-top: 3rem;
}
.menu-dessert__leason div:nth-of-type(even) {
  margin-inline: auto 0;
}
.menu-dessert:nth-of-type(even) {
  flex-direction: row;
}
@media (max-width: 900px) {
  .menu-dessert:nth-of-type(even) {
    flex-direction: column;
  }
}
.dessert {
  width: 50%;
}
@media (max-width: 900px) {
  .dessert {
    width: 100%;
  }
}
.dessert-message {
  font-size: 1.8rem;
}
.price {
  font-size: 1.5rem;
}
@media (max-width: 900px) {
  .price {
    font-size: 1, 5rem;
  }
}
