@charset "UTF-8";
#flavor {
  background-color: #cddcb3;
  position: relative;
  height: 100%;
}
#flavor h4 {
  color: #588157;
}
#flavor .footer {
  bottom: -2rem;
}
#flavor #pintme-modal-show {
  cursor: pointer;
  text-decoration: underline;
}
#flavor .modal-home-mobile {
  margin: 1rem auto;
}

.content-wrapper {
  max-width: 100vw;
}
@media screen and (max-width: 768px) {
  .content-wrapper .bean-icon {
    max-width: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .content-wrapper .paragraph-end {
    padding: 0 10rem;
  }
}

.card-flavor {
  position: relative;
  margin: auto;
  width: 100%;
  min-height: 10rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 1rem;
  cursor: pointer;
}
@media only screen and (min-width: 576px) {
  .card-flavor {
    min-height: 15rem;
  }
}
@media only screen and (min-width: 768px) {
  .card-flavor {
    min-height: 20rem;
  }
}
@media only screen and (min-width: 992px) {
  .card-flavor {
    min-height: 25rem;
    margin-bottom: 2rem;
    border-radius: 3rem;
  }
}
.card-flavor img.img-base {
  opacity: 1;
  z-index: 2;
  transition: 0.5s all;
}
.card-flavor img.img-zoomed {
  z-index: 1;
  transform-origin: top;
}
.card-flavor:hover img.img-base {
  opacity: 0;
}
.card-flavor img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.card-flavor .food-desc {
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
  background: #588157;
  padding: 13px 0;
}
@media only screen and (max-width: 576px) {
  .card-flavor .food-desc {
    padding: 8px 0;
  }
}
.card-flavor .food-desc p {
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .card-flavor .food-desc p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 414px) {
  .card-flavor .food-desc p {
    font-size: 10px;
  }
}

.modal-info {
  background-color: #a68a64;
}

.icon-flavor-1 {
  position: absolute;
  top: 17%;
  left: 5%;
}
@media only screen and (max-width: 992px) {
  .icon-flavor-1 {
    left: 2%;
    width: 60px;
  }
}
@media only screen and (max-width: 414px) {
  .icon-flavor-1 {
    left: 2%;
    width: 40px;
    top: 14%;
  }
}

.icon-flavor-2 {
  position: absolute;
  right: 3%;
  top: 13%;
}
@media only screen and (max-width: 992px) {
  .icon-flavor-2 {
    top: 15%;
    width: 60px;
  }
}
@media only screen and (max-width: 414px) {
  .icon-flavor-2 {
    top: 13%;
    width: 40px;
  }
}

.icon-flavor-3 {
  position: absolute;
  top: 60%;
  left: 5%;
}
@media only screen and (max-width: 992px) {
  .icon-flavor-3 {
    top: 67%;
    left: 3%;
    width: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .icon-flavor-3 {
    top: 56%;
    left: 3%;
    width: 70px;
  }
}
@media only screen and (max-width: 414px) {
  .icon-flavor-3 {
    top: 64%;
    left: 6%;
    width: 40px;
  }
}

.icon-flavor-4 {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
@media only screen and (max-width: 992px) {
  .icon-flavor-4 {
    width: 80px;
    left: 16%;
  }
}
@media only screen and (max-width: 414px) {
  .icon-flavor-4 {
    width: 60px;
    left: 10%;
  }
}

.icon-flavor-5 {
  position: absolute;
  bottom: 10%;
  right: 10%;
}
@media only screen and (max-width: 992px) {
  .icon-flavor-5 {
    width: 80px;
    bottom: 13%;
    right: 13%;
  }
}
@media only screen and (max-width: 414px) {
  .icon-flavor-5 {
    width: 60px;
    bottom: 9%;
    right: 8%;
  }
}

.shop-links a {
  color: white;
  text-decoration: none;
  width: 100%;
}
.shop-links span::before {
  content: " ";
  min-width: 1rem;
  min-height: 1rem;
}

.btn-flavor {
  color: #fff;
  border-radius: 36px;
  min-width: 10rem;
}
.btn-flavor:hover {
  color: #fff;
}
.btn-flavor.green {
  background-color: #333D29;
}
.btn-flavor.brown {
  background-color: #CC7F25;
}

.flavor-slick {
  position: relative;
  height: auto !important;
}
.flavor-slick .prev_arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
  cursor: pointer;
  background: #ffc567;
  z-index: 9;
  border-radius: 12px;
  width: 40px;
  height: 69px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  line-height: 69px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .flavor-slick .prev_arrow {
    transform: translate(0, -90%);
    width: 20px;
    height: 49px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 810px) {
  .flavor-slick .prev_arrow {
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 576px) {
  .flavor-slick .prev_arrow {
    width: 40px;
    height: 69px;
    font-size: 40px;
  }
}
.flavor-slick .next_arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
  cursor: pointer;
  background: #ffc567;
  z-index: 9;
  border-radius: 12px;
  width: 40px;
  height: 69px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  line-height: 69px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .flavor-slick .next_arrow {
    transform: translate(0, -90%);
    width: 20px;
    height: 49px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 810px) {
  .flavor-slick .next_arrow {
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 576px) {
  .flavor-slick .next_arrow {
    width: 40px;
    height: 69px;
    font-size: 40px;
  }
}
.flavor-slick .slide-table {
  height: 605px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .flavor-slick .slide-table {
    height: 427px !important;
  }
}

.description p {
  font-size: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .description p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .modal-home-mobile {
    max-width: 90% !important;
  }
}

.slide-table.slick-slide {
  height: 605px !important;
}

.slick-slide.slick-current.slick-active {
  width: 475px;
  height: auto;
  object-fit: cover;
}

.flavor-modal h2 {
  text-align: center;
  font-size: 3rem;
}
@media screen and (min-width: 576px) {
  .flavor-modal h2 {
    text-align: left;
  }
}
.flavor-modal .modal-dialog {
  margin: 1rem auto;
}
.flavor-modal .modal-shop-icon {
  position: absolute;
  right: 3rem;
  bottom: 0;
  transform: scale(0.4);
  transform-origin: bottom right;
}
@media only screen and (min-width: 576px) {
  .flavor-modal .modal-shop-icon {
    transform: none;
  }
}

.carousel-image {
  max-height: 30vh;
  overflow: hidden;
}
.carousel-image img {
  transform: translateY(-20%);
}
@media only screen and (min-width: 768px) {
  .carousel-image {
    max-height: 100%;
  }
  .carousel-image img {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=flavor.css.map */
