html {
  box-sizing: border-box;
}

body {
  margin: 0;
}
.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 10px;
}
.flavor {
  max-width: 350px;
  height: 130px;
  width: 130px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.label {
  font-size: 16.5px;
  font-weight: 530;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #fcfdff;
  width: 82%;
  border-radius: 5px;
  text-align: center;
}
img {
  display: block;
  height: 100px;
  /* margin: 0 auto; */
  display: inline-block;
}
#basket {
  height: 100px;
  float: right;
}
#order-form {
  width: 170px;
}
.banner {
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 auto;
}
input {
  width: 50px;
}

#dot {
  background-color: #FFB001;
  height: 35px;
  width: 35px;
  border-radius: 100px;

  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;

  color: white;
  font-weight: bold;
  font-size: 16px;
}