.fly-image {
  position: fixed;
  top: 70%;
  transform: translateY(-50%);
  width: 200px;
  height: auto;
  z-index: 10000000000000;
  pointer-events: none;
  transition: all 0.8s ease-in-out;
  border-radius: 6px;
}

.cover {
  max-height: unset;
  height: 100%;
}
.cover .content {
  height: 100%;
  max-height: unset;
}
.cover .content .text .choices {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
  padding-inline: 20px;
  flex-wrap: wrap;
}
.cover .content .text .choices button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  height: 41px;
  padding-inline: 34px;
  border-radius: 25px;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
  border: none;
  outline: none;
  background: transparent;
  border: 1px solid #19522f;
  color: #19522f;
}
.cover .content .text .choices button.active {
  color: #19522f;
  background: #d9e45a;
  border-color: transparent;
}
.cover .content .text .choices button:hover {
  color: #19522f;
  background: #d9e45a;
  border-color: transparent;
}
.cover .content .menu {
  margin-top: 45px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.cover .content .menu .content {
  padding: 0;
  padding-top: 35px;
}
.cover .content .menu img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.cover .content .menu h2 {
  font-size: 20px;
  color: #19522f;
}
.cover .content .menu .name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  gap: 45px;
}
.cover .content .menu .name h2, .cover .content .menu .name p {
  margin-bottom: 0;
}
.cover .content .menu .name p {
  min-width: 60px;
}
.cover .content .menu p {
  color: #19522f;
  font-size: 16px;
}
.cover .content .menu .des {
  margin-top: 10px;
  font-size: 16px;
  color: #19522f;
}
.cover .content .menu button {
  width: 100%;
  height: 46px;
  border-radius: 25px;
  margin-inline: auto;
  margin-top: 20px;
  transition: 0.2s;
  text-decoration: none;
  font-size: 16px;
  color: #1F1F1F;
  border: none;
  outline: none;
  background: #19522f;
  color: #d9e45a;
}
.cover .content .menu button:hover {
  background: #d9e45a;
  color: #19522f;
}

@media only screen and (min-device-width: 1140px) {
  .cover {
    max-height: unset;
    height: 100%;
    margin-bottom: 0;
  }
  .cover .content {
    height: 100%;
    max-height: unset;
  }
  .cover .content .text .choices {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
    padding-inline: 20px;
    flex-wrap: wrap;
  }
  .cover .content .text .choices button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    height: 41px;
    padding-inline: 34px;
    border-radius: 25px;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
    border: none;
    outline: none;
    background: transparent;
    border: 1px solid #19522f;
    color: #19522f;
  }
  .cover .content .text .choices button.active {
    color: #19522f;
    background: #d9e45a;
    border-color: transparent;
  }
  .cover .content .text .choices button:hover {
    color: #19522f;
    background: #d9e45a;
    border-color: transparent;
  }
  .cover .content .menu {
    margin-top: 85px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 50px;
    row-gap: 70px;
  }
  .cover .content .menu .product-card {
    width: calc(33% - 50px);
  }
  .cover .content .menu .content {
    padding: 0;
    padding-top: 35px;
  }
  .cover .content .menu img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
  }
  .cover .content .menu .name {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    gap: 45px;
  }
  .cover .content .menu .name h2, .cover .content .menu .name p {
    margin-bottom: 0;
  }
  .cover .content .menu .name p {
    min-width: 60px;
  }
  .cover .content .menu h2 {
    font-size: 20px;
    color: #19522f;
  }
  .cover .content .menu .des {
    font-size: 16px;
    color: #19522f;
    margin-top: 20px;
  }
  .cover .content .menu button {
    width: 100%;
    height: 46px;
    border-radius: 25px;
    margin-inline: auto;
    margin-top: 20px;
    transition: 0.2s;
    text-decoration: none;
    font-size: 16px;
    color: #1F1F1F;
    border: none;
    outline: none;
    background: #19522f;
    color: #d9e45a;
  }
}/*# sourceMappingURL=menu.css.map */