@charset "UTF-8";
:root {
  --base-grey-50: #FAFAFA;
  --base-grey-100: #F5F5F5;
  --base-grey-300: #D4D4D4;
  --base-grey-500: #737373;
  --base-grey-800: #262626;
  --base-grey-900: #171717;
  --base-black: #000;
  --base-white: #fff;
  --base-blue: #EBF8F8;
  --primary: #37B0B1;
  --primary-hover: #16999a;
}

.weight-loss-container {
  width: 100%;
  max-width: 1262px;
  margin: 0 auto;
  padding: 0 15px;
}

.small-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  color: var(--base-grey-500);
  text-align: center;
}

.weight-loss-container {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 125%;
  color: var(--base-grey-900);
  box-sizing: border-box;
}
.weight-loss-container * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
.weight-loss-container h3, .weight-loss-container h4, .weight-loss-container h2 {
  color: var(--base-grey-900);
  font-weight: 600;
  text-transform: capitalize;
}
.weight-loss-container h2 {
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -0.72px;
}
.weight-loss-container h3 {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.56px;
}
.weight-loss-container h4 {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.42px;
}

.tag {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--base-grey-500);
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 0 16px;
  color: var(--base-grey-50);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: fit-content;
}

@media (max-width: 768px) {
  .small-title {
    font-size: 14px;
  }
  .weight-loss-container h2 {
    font-size: 26px;
  }
  .weight-loss-container h3 {
    font-size: 22px;
  }
}
.benefits-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: fit-content;
  z-index: 1;
  margin: 25px auto 0 auto;
  position: relative;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--primary);
}

/* BUTTON, LINK */
.weight-loss-container .btn {
  appearance: none;
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  width: 100%;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: var(--base-grey-50);
  background-color: var(--primary);
  box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  transition: all 0.3s;
  cursor: pointer;
}
.weight-loss-container .btn:hover, .weight-loss-container .btn:focus {
  background-color: var(--primary-hover);
}
.weight-loss-container .btn.is-arrow::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M4.25 12H20.75" stroke="%23FAFAFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 5.25L20.75 12L14 18.75" stroke="%23FAFAFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 24px;
  height: 24px;
  transition: all 0.3s;
}
.weight-loss-container .btn.is-arrow:hover::after,
.weight-loss-container .btn.is-arrow:focus::after {
  transform: translateX(5px);
}

/* \BUTTON, LINK */
/* INTRO */
.intro {
  position: relative;
  /*height: 100vh;*/
  min-height: 650px;
  background: linear-gradient(84deg, rgba(0, 0, 0, 0.06) 28.73%, rgba(255, 255, 255, 0) 81.68%), linear-gradient(0deg, #ADD1E1 0%, #ADD1E1 100%);
  display: flex;
  align-items: center;
  color: var(--base-grey-50);
  overflow: hidden;
  z-index: 1;
}

.intro__content {
  max-width: 504px;
}

.intro__content h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 98%;
  letter-spacing: -2.56px;
  margin: 24px 0 16px;
  color: var(--base-grey-50);
}
@media (max-width: 950px) {
  .intro__content h1 {
    font-size: 56px;
  }
}

.intro__content p {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.2px;
  margin-bottom: 24px;
  color: var(--base-grey-50) !important;
}

.intro.white {
  background: var(--base-white);
}
.intro.white .intro__content svg path {
  fill: var(--base-black) !important;
}

.intro.white .intro__content h1, .intro.white .intro__content p {
  color: var(--base-black) !important;
}

.intro__content .btn {
  width: fit-content;
}

.intro__img {
  position: absolute;
  width: 941px;
  height: 591px;
  bottom: 0;
  right: 65px;
  z-index: -1;
  pointer-events: none;
  object-fit: contain;
}

.intro.intro--gray {
  background: linear-gradient(90deg, #CDD0D9 0%, #F5F4FA 38.02%, #F3F1F9 65.63%, #ECEBF1 100%);
}
@media (max-width: 950px) {
  .intro.intro--gray .weight-loss-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .intro.intro--gray .weight-loss-container .intro__content {
    max-width: 100%;
  }
  .intro.intro--gray .weight-loss-container img {
    position: relative;
  }
}

.intro.intro--gray .intro__content svg path {
  fill: var(--base-black);
}

.intro.intro--gray .intro__content h1, .intro.intro--gray .intro__content p {
  color: var(--base-black) !important;
}

.intro.intro--gray .intro__img {
  width: 696px;
  height: 599px;
}

@media (max-width: 1400px) {
  .intro__img {
    width: 670px;
    height: 502px;
    right: 20px;
  }
}
@media (max-width: 1150px) {
  .intro__img {
    width: 485px;
  }
  .intro:not(.white) h1, .intro:not(.white) p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .intro.intro--gray h1, .intro.intro--gray p {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 1000px) {
  .intro.white .weight-loss-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .intro.white .weight-loss-container .intro__content {
    max-width: 100%;
  }
  .intro.white .weight-loss-container img {
    position: relative;
  }
}
@media (max-width: 992px) {
  .intro__img {
    width: 670px;
    height: 421px;
    right: -40px;
  }
  .intro.intro--gray .intro__img {
    width: 578px;
    height: 497px;
    right: -70px;
  }
}
@media (max-width: 768px) {
  .intro {
    padding: 80px 0 0;
    align-items: flex-end;
  }
  .intro > .weight-loss-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .intro__img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: auto;
    right: 0;
    position: relative;
    display: block;
  }
  .intro.intro--gray .intro__img {
    width: 100%;
    max-width: 578px;
    height: auto;
    right: 0;
  }
  .intro h1, .intro p, .intro.intro--gray h1, .intro.intro--gray p {
    text-shadow: none;
    max-width: initial;
  }
}
@media (max-width: 480px) {
  .intro {
    padding: 15px 0 0;
    min-height: auto;
  }
  .intro__content h1 {
    font-size: 38px;
  }
  .intro__content h1 br {
    display: none;
  }
}
/* \INTRO */
/* BENEFITS */
.benefits {
  background-color: var(--base-grey-50);
  padding: 88px 0 44px;
}

.benefits.white {
  background-color: var(--base-white);
}

.benefits__wrapper {
  position: relative;
  border-radius: 26px;
  padding: 44px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--base-blue);
}
.benefits__wrapper h2 {
  text-align: center;
}
.benefits__wrapper .small-title {
  font-size: 24px;
  margin-top: 10px;
}
.benefits__wrapper .text {
  text-align: center;
  margin-top: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.benefits h3 {
  text-align: center;
  margin-top: 10px;
}

.benefits--type-two h3 {
  font-size: 36px;
}

.benefits-slider {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.benefits-slider__item {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--base-grey-50);
  padding: 24px 16px;
  text-align: center;
}

.benefits--type-two .benefits-slider__item {
  padding: 40px 24px;
}

.benefits-slider__item p {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  color: var(--base-grey-500);
  margin-top: 8px;
}

.benefits-slider__icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  background-color: var(--base-blue);
}

@media (max-width: 768px) {
  .benefits {
    padding: 44px 0 22px;
  }
}
@media (max-width: 480px) {
  .benefits__wrapper {
    padding: 44px 20px;
  }
}
/* \BENEFITS */
/* INJECTION */
.injection {
  padding: 44px 0;
  background-color: var(--base-grey-50);
}

.injection.white {
  background-color: var(--base-white);
}

.injection__slider {
  position: relative;
}

.injection__slider-prev,
.injection__slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}

.injection__slider-prev {
  left: 20px;
}

.injection__slider-next {
  right: 20px;
}

.injection__slider-prev svg,
.injection__slider-next svg {
  display: block;
  width: 45px;
  height: 45px;
  outline: none;
}

.injection__slider-prev svg,
.injection__slider-next svg {
  background-color: #fff;
}

.injection > .weight-loss-container {
  display: flex;
  gap: 24px;
}

.injection__img {
  max-width: 709px;
  min-width: 540px;
  width: 100%;
  height: 766px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
  border-radius: 26px;
  overflow: hidden;
  user-select: none;
}

.injection__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.injection__content {
  max-width: 499px;
}

.injection__content > *:not(:last-child) {
  border-bottom: 1px solid var(--base-grey-300);
  padding: 0 0 16px 0;
  margin: 0 0 16px 0;
}

.injection__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 26px;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin: 8px 0 12px;
}

.injection__title span {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  color: var(--base-grey-900);
}

.injection__head .tag {
  text-transform: uppercase;
  padding: 0 12px;
}

.injection__description p {
  font-size: 12px;
  margin-top: 20px;
}

.injection__narrative {
  display: flex;
  gap: 12px;
}

.injection__narrative h4 {
  width: fit-content;
}

.injection__narrative p {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.56px;
}

.injection__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 32px;
  list-style-type: none;
  counter-reset: steps;
}

.injection__steps li {
  width: calc(33.3333333333% - 22px);
  text-align: center;
  max-width: 144px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.injection__steps li::before {
  counter-increment: steps;
  content: counter(steps);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 17px;
  height: 17px;
  font-size: 13px;
  border-radius: 100%;
  border: 1.5px solid var(--base-grey-900);
  background-color: var(--base-grey-300);
  font-weight: 500;
}

.injection__steps li p {
  color: var(--base-grey-500);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
}

.injection__price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.injection__price strong {
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 130%;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}

.injection__price strong span {
  color: var(--base-grey-500);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.56px;
  margin-left: 8px;
}

@media (max-width: 992px) {
  .injection__img {
    min-width: 400px;
    height: 500px;
    position: sticky;
    top: 10px;
  }
  .injection__steps li {
    width: calc(33.3333333333% - 10px);
  }
  .injection__steps {
    gap: 16px 15px;
  }
}
@media (max-width: 768px) {
  .injection {
    padding: 22px 0;
  }
  .injection > .weight-loss-container {
    flex-direction: column;
  }
  .injection__content {
    max-width: initial;
  }
  .injection__img {
    min-width: initial;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    top: 0;
  }
}
@media (max-width: 480px) {
  .injection__img {
    height: 420px;
  }
  .injection__title, .injection__title span {
    font-size: 22px;
    line-height: 28px;
  }
  .injection__description p {
    margin-top: 10px;
  }
  .injection__slider-next,
  .injection__slider-prev,
  .injection__slider-next svg,
  .injection__slider-prev svg {
    width: 20px;
    height: 20px;
  }
  .injection__slider-next {
    right: 5px;
  }
  .injection__slider-prev {
    left: 5px;
  }
}
@media (max-width: 420px) {
  .injection__img {
    height: 320px;
  }
  .injection__steps li {
    width: calc(50% - 10px);
  }
}
/* \INJECTION */
/* PARTNERS */
.partners {
  background-color: var(--base-grey-50);
  padding: 44px 0;
}

.partners.white {
  background-color: var(--base-white);
}

.partners > .weight-loss-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.partners__icon svg {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .partners {
    padding: 22px 0;
  }
  .partners__icon {
    width: calc(25% - 19px);
  }
  .partners > .weight-loss-container {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 25px 25px;
  }
}
@media (max-width: 600px) {
  .partners__icon {
    width: calc(33.3333333333% - 19px);
  }
}
@media (max-width: 480px) {
  .partners__icon {
    width: calc(50% - 14px);
  }
}
/* \PARTNERS */
/* ACHIEVEMENTS */
.achievements {
  padding: 44px 0 0;
}

.achievements.white {
  background-color: var(--base-white);
}

.achievements__wrapper {
  border-radius: 24px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
  background-color: var(--base-blue);
  display: flex;
  overflow: hidden;
}

.achievements__content {
  padding: 49px 24px;
  max-width: 499px;
}

.achievements__icon,
.how-it-work__icon {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--base-grey-50);
}

.achievements__content h2 {
  margin: 16px 0 24px;
}

.achievements__content p {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.56px;
  color: var(--base-grey-500);
  margin-bottom: 24px;
}

.achievements__content ul,
.how-it-work ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.achievements__content li,
.how-it-work li {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 8px;
}

.achievements__content li::before,
.how-it-work li::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M16.125 10.1406L10.6219 15.3906L7.875 12.7656" stroke="%23737373" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 21.3906C16.9706 21.3906 21 17.3612 21 12.3906C21 7.42006 16.9706 3.39062 12 3.39062C7.02944 3.39062 3 7.42006 3 12.3906C3 17.3612 7.02944 21.3906 12 21.3906Z" stroke="%23737373" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.achievements__photo {
  position: relative;
  max-width: 367px;
  min-width: 276px;
}

.achievements__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.achievements__photo-tag {
  position: absolute;
  right: 24px;
  top: 24px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--base-grey-100);
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding: 0 16px;
  height: 30px;
  color: var(--base-grey-800);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-work {
  display: flex;
  align-items: stretch;
  min-height: 450px;
  border-radius: 26px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
  background-color: var(--base-blue);
  overflow: hidden;
  margin-top: 40px;
}

.achievements.image-left .how-it-work {
  flex-direction: row-reverse;
}

.how-it-work.how-it-work--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .how-it-work.how-it-work--reverse {
    flex-direction: column;
  }
}

.how-it-work__img {
  max-width: 710px;
}

.how-it-work__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.how-it-work__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 522px;
  min-width: 350px;
  padding: 49px 24px;
}

.how-it-work__content p {
  color: var(--base-grey-500);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.56px;
  max-width: 393px;
}

.how-it-work__content .btn {
  width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 875px) {
  .achievements__wrapper {
    flex-wrap: wrap;
  }
  .achievements__content {
    max-width: initial;
  }
  .achievements__photo {
    min-width: initial;
    max-width: initial;
    width: 50%;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .achievements {
    padding: 22px 0 0;
  }
  .how-it-work {
    min-height: initial;
  }
  .how-it-work__content {
    padding: 24px;
    min-width: 285px;
  }
}
@media (max-width: 575px) {
  .how-it-work {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .achievements__photo {
    width: 100%;
  }
  .achievements__content {
    padding: 30px 15px;
  }
}
@media (max-width: 375px) {
  .achievements__photo {
    height: 360px;
  }
}
/* \ACHIEVEMENTS */
/* PRODUCT MAIN */
.main-product {
  margin-top: 88px;
  padding: 88px 0;
}

.main-product.blue-bg {
  margin-top: 0;
  background-color: var(--base-blue);
}

.main-product.blue-bg .product__img {
  background-color: var(--base-white);
}

.main-product.gray {
  background-color: var(--base-grey-50);
  margin-top: 0;
}

.main-product h2 {
  text-align: center;
  margin-top: 8px;
}
.main-product h2.mb-title {
  margin-bottom: 20px;
}

.main-product__wrapper {
  margin-top: 40px;
  display: flex;
  gap: 24px;
}

.main-product__wrapper .product {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 25px);
}

.main-product__wrapper .product .btn {
  margin-top: auto;
}

.main-product.gray .product .product__img {
  background-color: var(--base-blue);
}

.main-product .product .injection__price strong {
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 130%;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}

.main-product .product .product__subscribe {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0;
}

.main-product .product .product__subscribe strong {
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-align: left;
}

.main-product.blue-bg .product .product__desc strong,
.main-product.blue-bg .product .product__description p,
.main-product.blue-bg .product .product__subscribe strong,
.main-product.blue-bg .product .product__subscribe strong span {
  color: var(--base-black) !important;
}

.main-product .product .product__subscribe strong span {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-left: 8px;
  text-align: left;
}

@media (max-width: 768px) {
  .main-product {
    margin-top: 44px;
    padding: 44px 0;
  }
  .main-product__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-product__wrapper .product {
    width: calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  .main-product__wrapper .product {
    width: 100%;
  }
  .main-product__wrapper {
    gap: 35px;
  }
}
/* \PRODUCT MAIN */
/* PRODUCT CART */
.product__img {
  text-decoration: none;
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--base-grey-50);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0 26px;
}

.product__img img {
  width: 100%;
  height: 100%;
  max-height: 384px;
  object-fit: contain;
  pointer-events: none;
}

.product .tag {
  position: absolute;
  left: 20px;
  top: 20px;
}

.product__desc {
  margin: 14px 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.product__desc.column {
  flex-direction: column;
}

.product__desc.row {
  flex-wrap: wrap;
}

.product__desc.column span, .product__desc.row span {
  font-weight: normal;
}

.product__desc span.need-row {
  display: block;
  width: 100%;
}

.product__desc strong {
  font-weight: 500;
}

.main-product .product .product__description {
  border-top: 1px solid #D4D4D4 !important;
  border-bottom: 1px solid #D4D4D4 !important;
  padding: 5px 0 !important;
}
.main-product .product .product__description.not-bottom {
  border-bottom: none !important;
  margin-bottom: 10px;
}

.main-product .product .product__description p {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
}

@media (max-width: 992px) {
  .product__img img {
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
  }
}
@media (max-width: 850px) {
  .product__desc {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .product__img img {
    max-height: 250px;
    min-height: 250px;
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .product__img img {
    max-height: 250px;
  }
}
/* \PRODUCT CART */
/* SALE */
.sale__wrapper {
  overflow: hidden;
  display: flex;
  min-height: 461px;
}
.sale__wrapper .klaviyo-form {
  margin: 0 !important;
}
.sale__wrapper .klaviyo-form p, .sale__wrapper .klaviyo-form p span {
  color: #fff !important;
}

.sale__wrapper > * {
  width: 50%;
}

.sale__content {
  background-color: #000;
  color: var(--base-grey-50);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale__content .weight-loss-container {
  max-width: 529px;
}

.sale__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.sale__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 16px;
  color: var(--base-grey-300) !important;
}

.sale__content p {
  color: var(--base-grey-300) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  max-width: 392px;
  margin-bottom: 24px;
}

@media (max-width: 850px) {
  .sale__wrapper {
    min-height: 360px;
  }
}
@media (max-width: 768px) {
  .sale__title {
    font-size: 42px;
  }
}
@media (max-width: 650px) {
  .sale__wrapper {
    flex-direction: column;
  }
  .sale__wrapper > * {
    width: 100%;
  }
  .sale__image {
    height: 350px;
  }
  .sale__content .weight-loss-container {
    max-width: inherit;
    width: 100%;
    padding: 45px 15px;
  }
}
@media (max-width: 480px) {
  .sale__image {
    height: 250px;
  }
}
/* \SALE */
.benefits .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 10px;
}

.benefits-arrow.swiper-button-prev {
  left: 25px;
}
.benefits-arrow.swiper-button-next {
  right: 25px;
}
.benefits-arrow.swiper-button-next, .benefits-arrow.swiper-button-prev {
  background: transparent;
  width: auto;
  top: auto;
  bottom: 25px;
}
@media (max-width: 550px) {
  .benefits-arrow.swiper-button-next, .benefits-arrow.swiper-button-prev {
    height: 29px;
    width: auto;
  }
}
.benefits-arrow.swiper-button-next:after, .benefits-arrow.swiper-button-prev:after {
  color: #37b0b1;
}
@media (max-width: 550px) {
  .benefits-arrow.swiper-button-next:after, .benefits-arrow.swiper-button-prev:after {
    font-size: 29px;
  }
}

/* REVIEWS */
.reviews {
  padding: 88px 0;
}

.reviews.white {
  background-color: var(--base-white);
}

.reviews-slider {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

.reviews-slider__content {
  max-width: 793px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  color: var(--base-grey-900);
}

.reviews-slider__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin-bottom: 30px;
}

.reviews-slider__content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
  margin-bottom: 15px;
}

.reviews-slider__bottom {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.reviews-slider__bottom span {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
}

.reviews-button-next,
.reviews-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  user-select: none;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--base-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-button-prev {
  left: 0;
}

.reviews-button-next {
  right: 0;
}

@media (max-width: 850px) {
  .reviews-button-next,
  .reviews-button-prev {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .reviews {
    padding: 44px 0;
  }
  .reviews-slider__title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
/* \REVIEWS */
/* REVIEW VIDEO */
.reviews-video {
  padding: 88px 0;
  color: var(--base-grey-900);
}

.reviews-video.white {
  background-color: var(--base-white);
}

.reviews-video__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
  text-align: center;
  max-width: 590px;
  margin: 0 auto 20px;
}

.reviews-video > .weight-loss-container > p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.032px;
  margin: 0 auto 32px;
  max-width: 590px;
}

.reviews-video__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px 24px;
}

.reviews-video__item {
  width: calc(33.3333333333% - 16px);
}

.reviews-video__wrapper {
  position: relative;
  overflow: hidden;
  max-height: 302px;
  height: 100%;
  border-radius: 12px;
  margin-bottom: 24px;
  min-height: 302px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.reviews-video__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.reviews-video__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}
.reviews-video__btn.hide {
  display: none;
}

.reviews-video__item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.032px;
  text-align: center;
  max-width: 388px;
  margin: 0 auto 16px;
}

.reviews-video__bottom {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.28px;
  text-align: center;
}

.reviews-video__bottom span {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
}

@media (max-width: 992px) {
  .reviews-video__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .reviews-video {
    padding: 44px 0;
  }
  .reviews-video__title {
    font-size: 26px;
  }
  .reviews-video > .weight-loss-container > p,
  .reviews-video__item p {
    font-size: 14px;
  }
}
@media (max-width: 685px) {
  .reviews-video__item {
    width: 100%;
    max-width: 411px;
  }
}
@media (max-width: 400px) {
  .reviews-video__wrapper {
    max-height: 260px;
  }
}
/* \REVIEW VIDEO */
.pricing_table_content {
  color: #69c9ca;
}
.pricing_table_content ul li {
  padding: 2px 20px 2px;
  text-align: left;
  color: #565656;
}
.pricing_table_content ul li:before {
  content: "✓";
  position: absolute;
  margin-left: -20px;
  color: #69c9ca;
}
.pricing_table_content p {
  margin-top: 5px;
  text-align: left;
}

.q_price_table .qode_title_content_new, .q_price_table .price_table_inner, .q_price_table .price_in_table, .q_price_table .pricing_table_content {
  text-align: left;
}
.q_price_table .qbutton.small {
  margin: 0 0 0 0 !important;
}

.q_price_table {
  margin-top: 25px;
}
.q_price_table:nth-of-type(2) {
  position: relative;
}
.q_price_table:nth-of-type(2):before {
  content: "Most Popular";
  position: absolute;
  z-index: 1;
  top: -30px;
  background: #69c9ca;
  width: 100%;
  padding: 5px 25px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

@media (max-width: 600px) {
  body .price_table_inner ul li, body .price_table_inner ul li.pricing_table_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  body .qode_pricing_tables .q_price_table {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
