@font-face {
  font-family: 'Montserrat';
  src: url('/landings/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/landings/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body, p {
  margin: 0;
}

.presale-lp main {
  width: 100%;
  overflow: hidden;
  font-family: "Montserrat", serif;
}

.presale-lp .container-sm {
  width: 100%;
  max-width: 600px;
  padding: 0 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.only-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .presale-lp .container-sm {
    max-width: 846px;
  }

  .hidden-desktop {
    display: none !important;
  }

  .only-desktop {
    display: block;
  }

}

.no-word-wrap {
  white-space: nowrap;
}

.presale-lp__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 8px;
  border-bottom: 1px solid #cfcfcf;
}

.presale-lp__header-logo svg {
  width: 145px;
}

@media screen and (min-width: 768px) {
  .presale-lp__header {
    padding: 32px 15px 23px;
  }

  .presale-lp__header-logo svg {
    width: 170px;
  }
}

.presale-lp__strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e19aa6;
}

.presale-lp__strip-text {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.3px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px 15px !important;
}

@media screen and (min-width: 768px) {
  .presale-lp__strip-text {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 15px;
  }
}

.presale-lp__title {
  text-align: center;
  margin: 30px auto 20px;
}

.presale-lp__title h1 {
  width: 100%;
  max-width: 320px;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  margin: 0 auto 15px;
  text-transform: capitalize;
}

.presale-lp__title p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .presale-lp__title {
    text-align: center;
    margin: 40px auto 20px;
  }

  .presale-lp__title h1 {
    font-size: 52px;
    line-height: 60px;
    max-width: 800px;
  }

  .presale-lp__title p {
    font-size: 18px;
    line-height: 30px;
    max-width: 800px;
  }
}

.presale-lp__advantages {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .presale-lp__advantages {
    gap: 70px;
    margin: 0 auto 70px;
  }
}

.presale-lp__advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .presale-lp__advantages-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
  }
}

.presale-lp__advantages-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .presale-lp__advantages-img {
    width: 320px;
    height: 320px;
  }
}

.presale-lp__advantages-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.presale-lp__advantages-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.presale-lp__advantages-content h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 30px;
}

.presale-lp__advantages-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.presale-lp__advantages-content .name {
  font-weight: 600 !important;
}

.presale-lp__advantages-content .stars-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.presale-lp__advantages-content .stars-default svg {
  width: 20px;
  height: 19px;
}

@media screen and (min-width: 768px) {
  .presale-lp__advantages-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .presale-lp__advantages-content h3 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 35px;
  }

  .presale-lp__advantages-content b {
    font-weight: 600;
  }
}

.presale-lp__upsells {
  width: 100%;
  padding: 20px 27px;
  margin: 0 auto 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f4f2;
  text-align: center;
}

.presale-lp__upsells h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 auto 12px;
  text-transform: capitalize;
}

.presale-lp__upsells-subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: start;
  width: 330px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells {
    max-width: 1000px;
    padding: 75px 97px;
    margin: 0 auto 50px;
  }

  .presale-lp__upsells h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 auto 27px;
  }

  .presale-lp__upsells-subtitle {
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    width: 100%;
  }
}

.presale-lp__upsells-timer {
  width: 195px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500 !important;
  text-transform: capitalize;
  border: 1px solid #c4c4c4;
  padding: 0 10px;
  border-radius: 20px;
  margin: 0 auto 22px;
  box-sizing: border-box;
  background-color: #fff;
}

.presale-lp__upsells-timer .timer-end {
  display: none;
  color: tomato;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells-timer {
    width: 257px;
    font-size: 20px;
    line-height: 33px;
    padding: 3px 20px;
    margin: 0 auto 27px;
  }
}

.presale-lp__upsells-content {
  width: 100%;
  max-width: 320px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells-content {
    max-width: 400px;
    margin: 30px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 35px;
  }
}

.presale-lp__upsells-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.presale-lp__upsells-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 22px;
  text-align: start;
}

.presale-lp__upsells-list li p {
  font-weight: 500;
}

.presale-lp__upsells-list li svg {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 4px;
}

.presale-lp__upsells-list li:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells-list li {
    font-size: 20px;
    line-height: 22px;
  }

  .presale-lp__upsells-list li svg {
    width: 19px;
    height: 19px;
    margin-top: 2px;
  }

  .presale-lp__upsells-list li:not(:last-child) {
    margin-bottom: 22px;
  }
}

.presale-lp__upsells-btn {
  width: auto;
  max-width: 350px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.3px;
  font-weight: 600;
  padding: 16px 15px;
  margin-top: 20px;
  cursor: pointer;
  border: none;
  font-family: "Montserrat", serif;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells-btn {
    margin-top: 30px;
  }
}

.presale-lp__upsells-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.presale-lp__upsells-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells-img {
    width: 335px;
    height: 335px;
  }
}

.presale-lp__how-work {
  width: 100%;
  max-width: 1100px;
  padding: 0 23px;
  margin: 0 auto 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .presale-lp__how-work {
    margin: 0 auto 65px;
  }
}

.presale-lp__how-work h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .presale-lp__how-work h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 35px;
  }
}

.presale-lp__how-work-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .presale-lp__how-work-items {
    gap: 35px;
  }
}

.presale-lp__how-work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.presale-lp__how-work-item svg {
  width: 29px;
  height: 29px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .presale-lp__how-work-item svg {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
}

.presale-lp__how-work-item p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .presale-lp__how-work-item p {
    font-size: 24px;
    line-height: 35px;
  }

  .presale-lp__how-work-item p br {
    display: none;
  }
}

.presale-lp__reviews {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  .presale-lp__reviews {
    margin: 0 auto 60px;
  }

  .buy-reviews {
    margin: 0 auto 60px;
  }
}

.presale-lp__reviews h2 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .presale-lp__reviews h2 {
    font-size: 32px;
    line-height: 50px;
  }
}

.presale-lp__reviews-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 23px;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .presale-lp__reviews-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 25px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.presale-lp__reviews-item {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  padding: 20px 15px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .presale-lp__reviews-item {
    padding: 55px 15px 40px;
    max-width: 33%;
    gap: 25px;
  }
}

.presale-lp__reviews-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.presale-lp__reviews-item-top p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.presale-lp__reviews-item-top p br {
  display: none;
}

@media screen and (min-width: 768px) {
  .presale-lp__reviews-item-top p br {
    display: block;
  }
}

.presale-lp__reviews-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.presale-lp__reviews-item-bottom .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.presale-lp__reviews-item-bottom .status {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #c4c4c4;
}

.presale-lp__reviews .stars-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.presale-lp__reviews .stars-default svg {
  width: 20px;
  height: 19px;
}

.presale-lp__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 30px;
  padding: 0 23px;
}

.top-cta {
  margin: 0 auto 30px !important;
}

@media screen and (min-width: 768px) {
  .presale-lp__button {
    margin: 0 auto 60px;
  }
}

.presale-lp__button-button {
  width: 100%;
  max-width: 400px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.3px;
  font-weight: 600;
  padding: 16px 15px;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  text-align: center;
  font-family: "Montserrat", serif;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .presale-lp__button-button {
    font-size: 20px;
    line-height: 20px;
  }
}

.presale-lp__footer {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 47px 23px;
}

.presale-lp__footer svg {
  width: 145px;
}

.presale-lp__footer svg path {
  fill: #fff;
}

@media screen and (min-width: 768px) {
  .presale-lp__footer {
    padding: 102px 23px;
  }

  .presale-lp__footer svg {
    width: 170px;
  }
}

@media screen and (min-width: 768px) {
  .presale-lp.presale-lp-v2 .presale-lp__advantages-item {
    gap: 45px;
  }
}


/* Apply VWO test as omgoing version */

@font-face {
  font-family: 'Morganite Bold';
  src: url('/fonts/Morganite/Morganite_Bold.eot');
  src: url('/fonts/Morganite/Morganite_Bold.woff') format('woff'), url('/fonts/Morganite/Morganite__Bold.ttf') format('truetype'), url('/fonts/Morganite/Morganite_Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

.title-btn {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .title-btn {
    margin: -25px auto 0;
  }
}

.presale-lp__upsells h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.presale-lp__upsells-subtitle {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells-subtitle {
    font-size: 20px;
    line-height: 33px;
  }
}

.mfp-tbyb-add-to-cart {
  font-family: Montserrat;
}

.presale-lp__upsells {
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells {
    max-width: 928px;
    padding: 60px 39px;
  }
}

.product-gallery {
  max-width: 320px;
  margin: auto;
}

.main-slider {
  width: 100%;
  height: 100%;
}

.main-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumb-slider {
  margin-top: 4px;
  height: 50px;
}

.thumb-slider .swiper-slide {
  width: 50px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.thumb-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*.presale-lp__button {*/
/*  display: none;*/
/*}*/

.presale-lp__upsells-content {
  gap: 29px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
}

.info-upsell {
  width: 100%;
}

.gallery-upsell {
  margin: 0 auto;
}

.presale-lp__upsells-content .info-upsell-content {
  text-align: start;
}

.presale-lp__upsells-content .info-upsell-headline {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 4px;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells-content .info-upsell-headline {
    font-size: 26px;
    line-height: 28px;
  }
}

.presale-lp__upsells-content .info-upsell-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells-content .info-upsell-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
}

.presale-lp__upsells-content .stars-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 6px;
}

.presale-lp__upsells-content .stars_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}

.presale-lp__upsells-content .stars_info {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #C4C4C4;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells-content .stars_info {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }
}

.presale-lp__upsells-content .text-after-btn {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
}

@media screen and (min-width: 768px) {
  .presale-lp__upsells-content .text-after-btn {
    font-size: 13px;
    line-height: 15px;
  }
}

.presale-lp__upsells-btn-test {
  display: block !important;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.3px;
  font-weight: 600;
  padding: 16px 15px;
  margin: 0 auto 12px;
  cursor: pointer;
  border: none;
  font-family: Montserrat, serif;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/*Short OG Widget*/

.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}

.error-og {
  color: #F00;
  text-align: center;
  font-size: 11px !important;
  font-weight: 500;
  line-height: 0 !important;
  margin-bottom: 15px;
  visibility: hidden;
}

.short-lp-tbyb-og-widget-short__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  padding: 20px 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__form {
    border-radius: 30px;
    padding: 25px 30px;
  }
}

.short-lp-tbyb-og-widget-short__action:has(input:checked) .short-lp-tbyb-og-widget-short__checkmark::before {
  -webkit-clip-path: circle(6px);
  clip-path: circle(6px);
}

.short-lp-tbyb-og-widget-short__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.short-lp-tbyb-og-widget-short__content-subscription {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.short-lp-tbyb-og-widget-short__content-subscription-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.short-lp-tbyb-og-widget-short__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__label {
    gap: 20px;
    cursor: pointer;
  }
}

.short-lp-tbyb-og-widget-short__label_one-time {
  padding-top: 18px;
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__label_one-time {
    padding-top: 20px;
  }
}

.short-lp-tbyb-og-widget-short__label_subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 18px;
  border-bottom: 1px solid #c4c4c4;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__label {
    padding-bottom: 20px;
  }

  .short-lp-tbyb-og-widget-short__label:hover > .short-lp-tbyb-og-widget-short__checkmark::after {
    opacity: 1;
  }
}

.short-lp-tbyb-og-widget-short__checkmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: 1px solid #000;
  outline-offset: -1px;
}

.short-lp-tbyb-og-widget-short__checkmark:before {
  content: " ";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  -webkit-clip-path: circle(0px at 50% 50%);
  clip-path: circle(0px at 50% 50%);
  border-radius: inherit;
  background-color: #e19aa6;
  -webkit-transition: -webkit-clip-path 300ms;
  transition: -webkit-clip-path 300ms;
  -o-transition: clip-path 300ms;
  transition: clip-path 300ms;
  transition: clip-path 300ms, -webkit-clip-path 300ms;
  will-change: clip-path;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__checkmark::after {
    content: " ";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    border-radius: inherit;
    background-color: rgba(196, 196, 196, 0.3);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    will-change: opacity;
  }
}

.short-lp-tbyb-og-widget-short__headline {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__headline {
    font-size: 16px;
    line-height: 20px;
  }

  .short-lp-tbyb-og-widget-short__headline_one-time {
    line-height: 20px;
  }
}

.short-lp-tbyb-og-widget-short__subheadline {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__subheadline {
    font-size: 12px;
    line-height: 10px;
    margin-top: 8px;
  }
}

.short-lp-tbyb-og-widget-short__bubble {
  width: auto;
  min-width: 87px;
  max-width: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.short-lp-tbyb-og-widget-short__bubble-text {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 14px !important;
  text-transform: uppercase;
  text-align: center;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 6px;
}

.short-lp-tbyb-og-widget-short__bubble-text del {
  font-weight: 500 !important;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__bubble-text {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}

.short-lp-tbyb-og-widget-short__bubble-under-text {
  text-align: center;
  font-size: 8px;
  font-weight: 500;
  line-height: 10px;
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__bubble-under-text {
    font-size: 10px;
    line-height: 12px;
  }
}

.short-lp-tbyb-og-widget-short__benefits {
  margin: 0;
  padding-left: 33px;
  list-style-type: none;
}

.short-lp-tbyb-og-widget-short__benefits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.short-lp-tbyb-og-widget-short__benefits-item:not(:last-child) {
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__benefits-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.short-lp-tbyb-og-widget-short__benefits-item .tooltip-svg {
  margin: 0 13px 0 0;
}

.short-lp-tbyb-og-widget-short__benefits-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__benefits-text {
    font-size: 15px;
    line-height: 16px;
  }
}

.short-lp-tbyb-og-widget-short__free-gift {
  width: -webkit-fill-available;
  width: -moz-available;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  position: relative;
  padding: 11px 54px 11px 12px;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__free-gift {
    padding: 14px 93px 15px 19px;
  }
}

.short-lp-tbyb-og-widget-short__free-gift-text {
  margin-bottom: 0;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 14px !important;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__free-gift-text {
    font-size: 15px !important;
    line-height: 17px !important;
  }
}

.short-lp-tbyb-og-widget-short__free-gift-img {
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.short-lp-tbyb-og-widget-short__free-gift-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .short-lp-tbyb-og-widget-short__free-gift-img {
    width: 93px;
    height: 93px;
  }

  .short-lp-tbyb-og-widget-short__free-gift-img.jar-variation {
    height: 74px;
  }
}


.only-mobile {
  display: block;
}

@media screen and (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}

.only-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .only-desktop {
    display: block;
  }
}

/* Timer section */

.presale-lp__timer-top {

}

.presale-lp__timer-top-title {
  margin: 20px auto 12px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.presale-lp__timer-top-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px;
}

.presale-lp__timer-top-time-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid #E19AA6;
  border-radius: 10px;
  text-align: center;
}

.presale-lp__timer-top-time-box span {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.presale-lp__timer-top-time-box p {
  font-size: 8px;
  line-height: 10px;
  font-weight: 500;
  margin: 0;
}

.presale-lp__timer-top-dots {
  font-size: 40px;
  font-weight: 500;
  color: #C4C4C4;
  margin-top: -6px;
}

@media screen and (min-width: 768px) {
  .presale-lp__timer-top-title {
    margin: 20px auto 16px;
    font-size: 24px;
    line-height: 26px;
  }

  .presale-lp__timer-top-timer {
    gap: 9px;
    margin-bottom: 40px;
  }

  .presale-lp__timer-top-time-box {
    width: 65px;
    height: 65px;
    border-radius: 12px;
  }

  .presale-lp__timer-top-time-box span {
    font-size: 30px;
    line-height: 32px;
  }

  .presale-lp__timer-top-time-box p {
    font-size: 10px;
    line-height: 12px;
  }

  .presale-lp__timer-top-dots {
    font-size: 40px;
    margin-top: -6px;
  }
}

.timer-title-upsells {
  margin: 33px auto 12px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.timer-upsells {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 33px;
}

.time-box-upsells {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.time-box-upsells span {
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
}

.time-box-upsells p {
  font-size: 8px;
  line-height: 10px;
  font-weight: 500;
  margin: 0;
}

.dots-upsells {
  font-size: 40px;
  font-weight: 500;
  color: #C4C4C4;
  margin-top: -6px;
}

.sub-text-upsells {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}

.text-info-small {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

@media screen and (min-width: 768px) {
  .timer-title-upsells {
    margin: 30px auto 16px;
    font-size: 20px;
    line-height: 22px;
  }

  .timer-upsells {
    gap: 9px;
    margin-bottom: 20px;
  }

  .dots-upsells {
    font-size: 40px;
    margin-top: -6px;
  }

  .sub-text-upsells {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 20px;
  }

  .text-info-small {
    font-size: 12px;
    line-height: 14px;
  }

}

@media screen and (max-width: 370px) {
  #presale-lp .mfp-tbyb-add-to-cart .mfp-tbyb-best-offer__clinicaly {
    padding-left: 30px;
  }
}

@media screen and (max-width: 580px) {
  #presale-lp .mfp-tbyb-add-to-cart .mfp-tbyb-best-offer__clinicaly {
    max-width: 100%;
  }

  #presale-lp .mfp-tbyb-add-to-cart .mfp-tbyb-best-offer__clinicaly ul {
    max-width: 280px;
    margin: 10px auto 17px 10px;
  }

  #presale-lp .add-to-cart-popup-slide .mfp-tbyb-best-offer__actions .add-basket {
    height: 34px !important;
  }

  #presale-lp .add-to-cart-popup-slide .mfp-tbyb-best-offer__actions button:not(.add-basket) {
    max-width: 340px;
  }
}


