/* /galaxys25 */
.s25p {
  position: relative;
}

.s25p__banner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(10px,1fr));
  margin: 0 0 4rem;
}

@media (min-width: 1001px) and (max-width: 1150px) {
  .s25p__banner {
    grid-template-columns: 1fr 480px;
  }
}

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

@media (max-width: 500px) {
  .s25p__banner {
    margin: 7.5rem 0 2rem;
  }
}

.s25p__banner .logo {
  position: absolute;
  top: 30px;
  left: 35px;
  width: 234px;
  height: 36px;
  z-index: 5;
}

@media (max-width: 1000px) {
  .s25p__banner .logo {
    width: 100px;
    top: 20px;
    left: unset;
    right: 25px;
  }
}

@media (max-width: 500px) {
  .s25p__banner .logo {
    top: -8.25rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.s25p__banner .dropsLogo {
  position: absolute;
  top: 15px;
  right: 10px;
  transform: scale(0.7);
}

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

.s25p__img {
  position: relative;
  background: url("https://www.mp.cz/media/photos/2025/02/04/190802-s25-banner-mp.avif") center no-repeat;
  min-height: 34.375rem;
  background-size: cover;
}

@media (min-width: 501px) and (max-width: 1000px) {
  .s25p__img {
    min-height: 20rem;
  }
}

@media (max-width: 500px) {
  .s25p__img {
    min-height: 13rem;
    background-size: cover;
  }
}

.s25p__img .desc {
  display: grid;
  justify-items: center;
  width: calc(100% - 2rem);
}

@media (min-width: 501px) {
  .s25p__img .desc {
    position: absolute;
    left: 50%;
    bottom: 16px;
    color: #000;
    transform: translateX(-50%);
  }
}

@media (max-width: 500px) {
  .s25p__img .desc {
    margin: -5.5rem 0 0;
  }
}

.s25p__img .desc > div:nth-child(1) {
  font-size: 2rem;
}

@media (max-width: 1000px) {
  .s25p__img .desc > div:nth-child(1) {
    font-size: 1.625rem;
  }
}

.s25p__img .desc > div:nth-child(2) {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1.625rem;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .s25p__img .desc > div:nth-child(2) {
    font-size: 1.5625rem;
  }
}

@media (max-width: 1000px) {
  .s25p__img .desc img {
    max-width: 1.25rem;
    height: auto;
  }
}

.s25p__desc {
  display: grid;
  align-content: center;
  justify-items: center;
}

.s25p__desc .headline {
  margin: 3rem 0 2rem;
  font-size: 2.5rem;
}

.s25p__desc .headline span {
  display: block;
  font-weight: 500;
  font-size: 0.65em;
}

@media (min-width: 501px) and (max-width: 1150px) {
  .s25p__desc .headline {
    font-size: 2.25rem;
  }
}

@media (max-width: 500px) {
  .s25p__desc .headline {
    margin: 2rem 0 1.5rem;
    font-size: 1.75rem;
  }
}

.s25p__desc .drops {
  display: flex;
  font-family: "Graphik Compact", sans-serif;
}

.s25p__desc .drop {
  width: 136px;
  height: 136px;
  border: 0.1875rem solid #fff;
  font-size: 1.25rem;
}

@media (max-width: 500px) {
  .s25p__desc .drop {
    width: 100px;
    height: 100px;
    font-size: 0.875rem;
  }
}

.s25p__desc .drop--violet {
  padding: 0 0.125rem 0.25rem 0;
  border-radius: 0 50% 50% 50%;
  z-index: 3;
}

.s25p__desc .drop--orange {
  margin: 0 -0.875rem;
  padding: 0 0 0 0.25rem;
  border-radius: 50% 50% 0 50%;
  z-index: 2;
}

.s25p__desc .drop--green {
  padding: 0 0 0.25rem 0.25rem;
  border-radius: 50% 0 50% 50%;
}

.s25p__desc .gradient {
  max-width: max-content;
  padding: 14px 25px 2px;
  margin: 2.5rem auto 0;
  border-radius: 0 30px 30px 30px;
  font-size: 1.75rem;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(-114deg, rgba(252, 255, 0, 1) 0%, rgba(252, 255, 0, 1) 13%, rgba(255, 207, 0, 1) 84%, rgba(255, 207, 0, 1) 100%);
}

@media (max-width: 850px) {
  .s25p__desc .gradient {
    margin: 15px auto 0;
    padding: 15px 14px 9px;
  }
}

@media (max-width: 500px) {
  .s25p__desc .gradient {
    padding: 8px 20px 2px;
    font-size: 1.375rem;
  }
}

.s25p__desc .gradient .price {
  font-size: 3.125rem;
}

@media (max-width: 500px) {
  .s25p__desc .gradient .price {
    font-size: 2.125rem;
  }
}

.s25p__desc .gradient .noWrap {
  font-size: 1.4375rem;
}

@media (max-width: 500px) {
  .s25p__desc .gradient .noWrap {
    font-size: 1rem;
  }
}
