@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  background-color: #F8F5F0;
}

.lp5 {
  font-family: "Proxima Nova";
  font-style: normal;
  max-width: 360px;
  margin: 0 auto;
}
.lp5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp5 section {
  padding: 0 16px;
}
.lp5 .fixed {
  position: fixed;
}
.lp5 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #282828;
  border-radius: 200px;
  border: 1.5px solid #282828;
  background: #EFB95D;
  text-decoration: none;
  width: 100%;
  height: 56px;
}
.lp5 .decor {
  position: relative;
  font-weight: 700;
}
.lp5 .decor:before {
  content: "";
  background: #E2F2A7;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: 50%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.lp5__header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 16px 0;
  margin-bottom: 20px;
}
.lp5__header img {
  width: 100%;
  height: 100%;
  max-width: 109.455px;
  max-height: 28px;
  object-fit: cover;
}
.lp5 section.lp5__intro {
  padding: 0;
}
.lp5__title {
  color: #000;
  text-align: center;
  font-size: 27px;
  font-weight: 800;
  line-height: 120%;
  padding: 0 16px;
  margin-bottom: 16px;
}
.lp5__intro-image {
  padding: 0 16px;
  margin-bottom: 16px;
}
.lp5__description {
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0 16px;
  margin-bottom: 20px;
}
.lp5__description strong {
  font-weight: 700;
}
.lp5__description em {
  font-style: italic;
}
.lp5__benefits-marquee {
  width: 100%;
  overflow: hidden;
  background-color: #E2F2A7;
  padding: 20px 0;
}
.lp5__benefits-track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
  gap: 16px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.lp5__benefit {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}
.lp5 section.lp5__advantages {
  padding: 40px 16px;
}
.lp5 section.lp5__advantages .lp5__subtitle {
  color: #000;
  text-align: center;
  font-size: 27px;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 16px;
}
.lp5__advantages-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp5__advantages-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.lp5__advantages-icon {
  overflow: hidden;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.lp5__advantages-title {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.lp5__advantages-text {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
}
.lp5 section.lp5__reviews {
  padding: 40px 16px;
}
.lp5 section.lp5__reviews .lp5__subtitle {
  color: #282828;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.lp5__review-rating {
  display: flex;
  gap: 9.85px;
  margin-bottom: 8px;
}
.lp5__review-rating img {
  width: 24px;
  height: 24px;
}
.lp5__review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  margin-bottom: 16px;
}
.lp5__review-name-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.lp5__review-name {
  color: #282828;
  font-family: "DM Sans";
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}
.lp5__verif {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #8F8C8A;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.lp5__verif svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
}
.lp5__review-text {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.lp5 .slider__reviews-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.lp5 .slider__reviews-prev,
.lp5 .slider__reviews-next {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #F7E8D2;
}
.lp5 section.lp5__product {
  padding: 40px 16px 9px;
  background: #FFF;
}
.lp5__product-title {
  color: #282828;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.lp5__product-image {
  margin-bottom: 16px;
}
.lp5__product-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
  color: #000;
  line-height: 120%;
}
.lp5__product-text p {
  font-size: 16px;
  font-weight: 400;
}
.lp5__product-text h3 {
  font-size: 20px;
  font-weight: 700;
}
.lp5__product-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.lp5__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background-color: #282828;
  padding: 32px 72px 83px 72px;
}
.lp5__footer-image {
  width: 148px;
  height: 39px;
}
.lp5__footer-copy {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.lp5 .section-stik {
  align-items: center;
  background: #F8F5F0;
  bottom: 0;
  display: flex;
  overflow: hidden;
  transition: max-height 0.5s ease, transform 0.5s ease, padding 0.5s ease;
  z-index: 0;
  width: 100%;
  max-width: 360px;
  max-height: 0;
  transform: translateY(100%);
  display: flex;
  width: 360px;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
}
.lp5 .section-stik.fixed {
  max-height: 150px;
  transform: translateY(0);
  padding: 12px 16px 18px 16px;
  z-index: 10;
}
.lp5 .section-stik span {
  color: #282828;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.lp5 .section-stik .button__buy-amazon {
  color: #282828;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
.lp5 .section-stik button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.lp5 .section-stik .stik--inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
