/* /mi-fan-festival */
.mff__header {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 400px;
}

@media (min-width: 701px) {
  .mff__header {
    overflow: hidden;
  }
}

@media (max-width: 1000px) {
  .mff__header {
    min-height: 300px;
  }
}

@media (max-width: 600px) {
  .mff__header {
    grid-template-columns: 1fr 1fr;
  }
}

.mff__header .dropsLogo {
  position: absolute;
  top: 0;
  left: 40px;
  transform: scale(0.8);
  z-index: 1;
}

@media (max-width: 1300px) {
  .mff__header .dropsLogo {
    top: -35px;
    left: -30px;
    transform: scale(0.4);
  }
}

@media (max-width: 530px) {
  .mff__header .dropsLogo {
    display: none;
  }
}

.mff__header .desc {
  padding: 0 0 0 195px;
  font-size: 24px;
}

@media (max-width: 1300px) {
  .mff__header .desc {
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .mff__header .desc {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .mff__header .desc {
    order: -2;
  }
}

@media (max-width: 500px) {
  .mff__header .desc {
    grid-column: span 2;
    justify-self: center;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .mff__header .desc img {
    max-width: 260px;
  }
}

.mff__header .desc > div:nth-of-type(1) {
  margin: 25px 0 0;
}

@media (max-width: 1000px) {
  .mff__header .desc > div:nth-of-type(1) {
    margin: 15px 0 0;
  }
}

.mff__header .desc > div:nth-of-type(2) {
  color: #ff6b03;
}

.mff__header .desc > div:nth-of-type(3) {
  max-width: max-content;
  margin: 30px 0 0;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 600;
  background: linear-gradient(90deg, rgba(203, 74, 80, 1) 0%, rgba(143, 73, 166, 1) 100%);
}

@media (max-width: 1000px) {
  .mff__header .desc > div:nth-of-type(3) {
    margin: 20px 0 0;
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .mff__header .desc > div:nth-of-type(3) {
    margin: 20px auto 0;
  }
}

.mff__header .drops {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  align-self: center;
  z-index: 1;
}

@media (max-width: 600px) {
  .mff__header .drops {
    margin: 30px 0 0;
  }
}

@media (max-width: 500px) {
  .mff__header .drops {
    justify-content: flex-end;
  }
}

.mff__header .drops .drop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 156px;
  height: 156px;
  font-size: 22px;
  border: 3px solid #fff;
}

@media (max-width: 1000px) {
  .mff__header .drops .drop {
    width: 104px;
    height: 104px;
    font-size: 14px;
  }
}

.mff__header .drops .drop--violet {
  margin: -35px 0 0 50px;
  border-radius: 0 50% 50% 50%;
  z-index: 1;
}

.mff__header .drops .drop--orange {
  margin: -35px 0;
  border-radius: 50% 50% 0 50%;
}

@media (max-width: 500px) {
  .mff__header .drops .drop--orange {
    margin: -35px 0 0;
  }
}

.mff__header .products {
  margin: -115px 0;
}

@media (min-width: 601px) and (max-width: 700px) {
  .mff__header .products {
    margin: -115px -115px -115px 0;
  }
}

@media (min-width: 501px) and (max-width: 600px) {
  .mff__header .products {
    position: relative;
    left: -40px;
    order: -1;
    grid-row: span 2;
    margin: 0 -150% 0 0;
  }
}

@media (max-width: 500px) {
  .mff__header .products {
    margin: -30px 0;
  }
}

.mff__header .products img {
  margin: 0 auto;
}

.mff__header .logo {
  position: absolute;
  top: 0;
  right: 25px;
}

@media (min-width: 501px) and (max-width: 1500px) {
  .mff__header .logo {
    top: -25px;
    right: 0;
    transform: scale(0.8);
  }
}

@media (max-width: 500px) {
  .mff__header .logo {
    top: -60px;
    right: -15px;
    transform: scale(0.6);
  }
}
