/* =========================
   TABLET + DESKTOP
========================= */

@media only screen and (min-width: 768px) {
  #special-teas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
  }

  .teaDiv {
    width: 100%;
    height: 420px;
    position: relative;

    transform: none !important;
    margin-top: -40px;

    display: flex;
    align-items: center;
    padding: 0 70px;

    h3 {
      font-size: 58px;
      line-height: 0.95;

      z-index: 2;
    }

    img {
      position: absolute;
      width: 340px;
      bottom: -10px;
      object-fit: contain;
      z-index: 1;
    }
  }

  /* TARO COCO */
  #tarococo {
    border-top-left-radius: 1000%;
    border-top-right-radius: 1000%;

    width: 100%;
    z-index: 4;

    h3 {
      font-size: 72px;
      margin-left: 100px;
    }

    #coco-img {
      width: 20%;
      right: 30%;
      top: 70%;
      transform: rotate(7deg) scalex(-1);
    }

    .tea-img-right {
      width: 50%;
      right: -30px;
      top: 0%;
      transform: rotate(-7deg);
    }
  }

  /* PINK LYCHEE */
  #pinklychee {
    justify-content: flex-end;
    z-index: 3;
    width: 100%;
    h3 {
      text-align: right;
      transform: none;
      position: relative;
      left: unset;
      right: 5%;
      top: unset;
      max-width: 500px;
    }

    .tea-img-left {
      width: 50%;
      left: 0%;
      top: 0px;
      transform: rotate(7deg);
    }

    #lychee-img {
      width: 30%;
      left: 25%;
      top: 70%;
    }
  }

  /* MELONCITO */
  #meloncito {
    z-index: 2;

    h3 {
      transform: none;
      position: relative;
      left: 100px;
      top: unset;
      max-width: 260px;
    }

    #melon-img {
      width: 25%;
      right: 20%;
      top: 60%;
      transform: rotate(7deg) scalex(-1);
    }

    .tea-img-right {
      width: 50%;
      right: 0%;
      top: 0%;
      transform: rotate(-7deg);
    }
  }

  /* LOTUS */
  #lotus {
    background-color: rgb(255, 209, 168);
    color: rgb(177, 105, 49);
    margin-left: -50px;
    margin-top: -55px;
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.4);

    .tea-img-left {
      width: 45%;
      left: 0%;
      top: 5%;
      transform: rotate(7deg);
    }

    #lotus-img {
      width: 30%;
      left: 17%;
      top: 55%;
    }

    h3 {
      transform: rotate(0deg);
      width: 50%;
      position: absolute;
      top: 20%;
      right: 0%;
      text-align: right;
    }
  }

  #sueñodemango {
    z-index: 10;
    background-color: rgb(250, 182, 104);
    color: rgb(189, 105, 20);
    margin-left: -50px;
    margin-top: -55px;
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.4);
    transform: rotate(0);
    height: 300px;

    .tea-img-right {
      width: 45%;
      top: -20%;
      right: -30px;
      transform: rotate(-7deg);
    }

    #mango-img {
      width: 40%;
      right: 17%;
      top: 35%;
      transform: rotate(7deg) scalex(-1);
    }

    h3 {
      transform: rotate(0deg);
      position: absolute;
      top: 20px;
      left: 15%;
      width: 50%;
      text-align: left;
    }
  }
}
