/* /motorola-edge-50 */
.me50__header {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto;
}

@media (max-width: 1000px) {
  .me50__header {
    grid-template-columns: auto auto;
  }
}

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

@media (min-width: 751px) and (max-width: 1000px) {
  .me50__header .product {
    grid-column: span 2;
  }
}

.me50__header .product img {
  height: 400px !important;
  object-fit: cover;
}

@media (max-width: 1000px) {
  .me50__header .product img {
    width: 100%;
    height: 300px !important;
  }
}

.me50__header .desc {
  display: flex;
  align-items: center;
}

@media (min-width: 751px) and (max-width: 1400px) {
  .me50__header .desc {
    transform: scale(0.75);
  }
}

@media (max-width: 1000px) {
  .me50__header .desc {
    order: -1;
  }
}

@media (max-width: 750px) {
  .me50__header .desc {
    justify-self: center;
    margin: 25px -30px 20px 0;
  }
}

.me50__header .desc .drop--violet {
  position: relative;
  margin: 0 0 -20px -30px;
  border-radius: 0 50% 50% 50%;
  z-index: 1;
}

.me50__header .desc .drop--green {
  margin: 0 0 20px;
  padding: 0 0 4px;
  border-radius: 50% 0 50% 50%;
}

.me50__header .desc .drop--orange {
  margin: 0 0 -30px 140px;
  padding: 0 0 8px 6px;
  border-radius: 50% 50% 0 50%;
}

@media (max-width: 750px) {
  .me50__header .desc .drop--orange {
    margin: 0 0 -30px 60px;
  }
}

.me50__header .desc img {
  position: relative;
}

@media (max-width: 750px) {
  .me50__header .desc img {
    max-width: 160px;
    margin: 0 0 0 -40px;
  }
}

.me50__header .drop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border: 3px solid #fff;
  font-size: 20px;
  line-height: 1.3;
}

@media (max-width: 750px) {
  .me50__header .drop {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}

.me50__header .drop .icon {
  width: 34px;
  height: 34px;
  margin: 0 0 6px;
}

@media (max-width: 750px) {
  .me50__header .drop .icon {
    width: 26px;
    height: 26px;
  }
}

.me50__header .headline {
  display: flex;
  align-items: center;
  margin: 0 40px;
}

@media (max-width: 1000px) {
  .me50__header .headline {
    order: -2;
  }
}

@media (max-width: 750px) {
  .me50__header .headline {
    justify-self: center;
  }
}

.me50__header .dropsLogo {
  position: absolute;
  top: -6px;
  right: 10px;
  transform: scale(0.5);
}

@media (max-width: 750px) {
  .me50__header .dropsLogo {
    top: -36px;
    right: -40px;
    transform: scale(0.4);
  }
}
