.best-in-market-banner {
  min-height: 172px;
  align-items: center;
}

.best-in-market-banner .banner-text {
  position: relative;
  z-index: 1;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  max-width: min(100%, 32rem);
}

.best-in-market-banner .banner-title {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0 !important;
  padding: 0;
  color: #7a665b;
  font-size: clamp(1.9rem, 2.4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-wrap: balance;
  text-align: right;
  text-shadow: 0 2px 10px rgba(255, 250, 245, 0.88), 0 0 2px rgba(255, 250, 245, 0.9);
}

.best-in-market-banner--momoru .banner-title {
  color: #8a6670;
  text-shadow: 0 2px 10px rgba(255, 247, 250, 0.88), 0 0 2px rgba(255, 247, 250, 0.92);
}

.best-in-market-banner .banner-button {
  margin-top: 0 !important;
}

.best-in-market-banner .banner-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.best-in-market-banner--baby .banner-bg {
  background-image: url("/assets/img/banner/bg-mom2kids.png");
  background-image: -webkit-image-set(
    url("/assets/img/banner/bg-mom2kids-960.webp") 1x,
    url("/assets/img/banner/bg-mom2kids-1920.webp") 2x
  );
  background-image: image-set(
    url("/assets/img/banner/bg-mom2kids-960.avif") type("image/avif") 1x,
    url("/assets/img/banner/bg-mom2kids-1920.avif") type("image/avif") 2x,
    url("/assets/img/banner/bg-mom2kids-960.webp") type("image/webp") 1x,
    url("/assets/img/banner/bg-mom2kids-1920.webp") type("image/webp") 2x
  );
  background-position: right center;
}

.best-in-market-banner--momoru .banner-bg {
  background-image: url("/assets/img/banner/bg-momoru.png");
  background-image: -webkit-image-set(
    url("/assets/img/banner/bg-momoru-960.webp") 1x,
    url("/assets/img/banner/bg-momoru-1920.webp") 2x
  );
  background-image: image-set(
    url("/assets/img/banner/bg-momoru-960.avif") type("image/avif") 1x,
    url("/assets/img/banner/bg-momoru-1920.avif") type("image/avif") 2x,
    url("/assets/img/banner/bg-momoru-960.webp") type("image/webp") 1x,
    url("/assets/img/banner/bg-momoru-1920.webp") type("image/webp") 2x
  );
  background-position: left center;
}

@media (max-width: 991.98px) {
  .best-in-market-banner {
    min-height: 188px;
  }

  .best-in-market-banner .banner-text {
    max-width: 70%;
    gap: 0.6rem;
  }

  .best-in-market-banner .banner-title {
    font-size: clamp(1.7rem, 4vw, 2.4rem);
  }

  .best-in-market-banner--baby .banner-bg {
    background-position: 68% center;
  }

  .best-in-market-banner--momoru .banner-bg {
    background-position: 32% center;
  }
}

@media (max-width: 575.98px) {
  .best-in-market-banner {
    min-height: 164px;
  }

  .best-in-market-banner .banner-text {
    max-width: 100%;
    gap: 0.5rem;
  }

  .best-in-market-banner .banner-title {
    font-size: clamp(1.45rem, 6vw, 1.9rem);
    line-height: 1.12;
  }

  .best-in-market-banner--baby .banner-bg {
    background-position: 72% center;
  }

  .best-in-market-banner--momoru .banner-bg {
    background-position: 28% center;
  }
}
/*# sourceMappingURL=user.css.map */
