<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumbs-search-index {
  border-bottom: 1px solid #eef1f6;
  padding: 15px;
}

.breadcrumbs {
  display: flex;
}

.breadcrumbs li {
  margin-right: 10px;
  padding-right: 16px;
  position: relative;
}

.breadcrumbs li, .breadcrumbs li .link-underlined {
  color: #98a0af;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumbs li .link-underlined:after {
  background: #98a0af;
}

.breadcrumbs li:after {
  content: "/";
  position: absolute;
  right: 0;
  color: #dbe1eb;
}

.breadcrumbs li:last-of-type {
  margin: 0;
  padding: 0;
}

.breadcrumbs li:last-of-type:after {
  display: none;
}

.breadcrumbs-btn .back-link {
  position: relative;
  padding-left: 29px;
  display: flex;
  align-items: center;
  color: #656d79;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}

.breadcrumbs-btn .back-link:before {
  content: "\e988";
  font-family: icomoon;
  position: absolute;
  left: 0;
  color: #11ddac;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery-time {
  text-align: center;
  margin: 0 0 15px;
}

.delivery-time .icon-delivery {
  width: 67px;
  min-width: 67px;
  height: 54px;
  margin: 0 auto 15px;
  background: url(/img_v4/hand2.svg) no-repeat 50%;
}

.delivery-time__description {
  max-width: 235px;
  margin-bottom: 0;
  color: #ef4747;
  font-family: Roboto, sans-serif;
}

.delivery-time-timer {
  width: 100%;
  margin: -20px 0 20px;
}

.delivery-time-timer__description {
  flex-direction: column;
}

.delivery-time-timer .timer-wrap {
  width: 100%;
  margin: 10px 0;
}

.delivery-time-timer .timer-wrap .delivery-timer {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  padding: 13px 0 8px;
  margin: 0 12.5px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #656d79;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 10px #d9f2ec;
}

.delivery-time-timer .timer-wrap .delivery-timer:last-child:after, .delivery-time-timer .timer-wrap .delivery-timer:last-child:before {
  display: none;
}

.delivery-time-timer .timer-wrap .delivery-timer strong {
  font-family: Arial, sans-serif;
  margin-bottom: 7px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #0d2c54;
}

.delivery-time-timer .timer-wrap .delivery-timer:after, .delivery-time-timer .timer-wrap .delivery-timer:before {
  content: "";
  position: absolute;
  right: -15px;
  width: 4px;
  height: 4px;
  background-color: #11ddac;
  border-radius: 50%;
}

.delivery-time-timer .timer-wrap .delivery-timer:after {
  top: 22px;
}

.delivery-time-timer .timer-wrap .delivery-timer:before {
  bottom: 22px;
}

.delivery-time-timer .timer-text-1, .delivery-time-timer .timer-text-2 {
  flex: 1;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
  text-align: center;
}

.content-sources {
  border-top: 1px solid #eef1f6;
  border-bottom: 1px solid #eef1f6;
}

.content-sources__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
}

.content-sources .title {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
  padding-left: 20px;
  position: relative;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

.content-sources .title:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #11ddac;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content-sources .title:after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #11ddac;
  position: absolute;
  left: 4px;
  top: calc(50% - 5px);
}

.content-sources .title.opened:after {
  display: none;
}

.content-sources__list {
  display: none;
  padding: 0 15px 15px 0;
  width: 100%;
}

.content-sources__list--item {
  position: relative;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #656d79;
}

.content-sources__list--item a {
  font-family: Roboto, sans-serif;
  color: #656d79;
  text-decoration: underline;
}

.content-sources__list--item a:hover {
  text-decoration: none;
}

.content-sources__list--item:last-of-type {
  margin-bottom: 0;
}

.content-sources .social-links a {
  margin-right: 20px;
}

.content-sources .social-links a:hover {
  text-decoration: none;
}

.content-sources .social-links a:last-child {
  margin-right: 0;
}

.content-sources .social-links .icon {
  font-size: 16px;
  font-size: 1rem;
  color: #11ddac;
}

@media only screen and (min-width: 1200px) {
  .delivery-time {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .delivery-time__description {
    margin: 0 0 15px 17px;
  }
  .delivery-time__description strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .delivery-time-timer .timer-wrap {
    width: 22%;
  }
  .delivery-time-timer .timer-text-1 {
    text-align: right;
  }
  .delivery-time-timer .timer-text-2 {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .delivery-time-timer {
    margin-top: 0;
  }
  .delivery-time-timer .timer-wrap {
    width: 34%;
  }
  .delivery-time-timer .timer-text-1, .delivery-time-timer .timer-text-2 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .delivery-time-timer {
    margin-bottom: 40px;
  }
  .delivery-time-timer .timer-wrap {
    margin: 0;
  }
  .delivery-time-timer__description {
    flex-direction: row;
  }
  .delivery-time-timer .timer-text-1 {
    text-align: right;
  }
  .delivery-time-timer .timer-text-2 {
    text-align: left;
  }
}
.medically_approved-widget {
  margin-top: 22px;
  padding: 0 30px 60px;
  background-color: #e7fcf7;
  border-radius: 6px 90px;
}

.medically_approved-widget .doc-about .image-wrapper {
  position: relative;
  top: -22px;
  background-color: #fff;
  width: 140px;
  height: 130px;
  margin-bottom: 12px;
  box-shadow: 0 20px 30px rgba(17, 221, 172, 0.15);
  border-radius: 0 0 30px 6px;
  overflow: hidden;
}

.medically_approved-widget .doc-about .image-wrapper img {
  width: 100%;
}

.medically_approved-widget .widget-title {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #0d2c54;
}

.medically_approved-widget .widget-description {
  margin-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
}

.medically_approved-widget .widget-content, .medically_approved-widget .widget-content a {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
}

.medically_approved-widget .widget-content strong {
  font-family: Roboto, sans-serif;
  color: #98a0af;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
}

.medically_approved-widget .widget-content p:last-child {
  margin-bottom: 0;
}

.medically_approved-widget .widget-content a {
  text-decoration: underline;
}

.medically_approved-widget .widget-content a:hover {
  text-decoration: none;
}

.medically_approved-widget .reviewed {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #98a0af;
}

@media only screen and (min-width: 768px) {
  .medically_approved-widget {
    padding: 0 60px 60px;
  }
  .medically_approved-widget .doc-about {
    display: flex;
    align-items: flex-end;
  }
  .medically_approved-widget .doc-about .image-wrapper {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .medically_approved-widget .doc-about .widget-header {
    margin-bottom: 4px;
  }
  .medically_approved-widget .reviewed {
    display: inline-block;
    margin-left: 2px;
  }
}
.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 0;
  overflow-y: auto;
}

.nav-tabs li {
  flex-shrink: 0;
  margin: 0 5px;
}

.nav-tabs li span {
  display: block;
  padding: 11px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #dbe1eb;
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  color: #98a0af;
  cursor: pointer;
}

.nav-tabs li span.active {
  border: 1px solid #11ddac;
  background: rgba(17, 221, 172, 0.08);
  color: #11ddac;
}

.related-products {
  padding: 90px 0 50px;
}

.related-products__heading {
  text-align: center;
}

.related-products__heading span {
  font-size: 24px;
  font-size: 1.5rem;
  color: #0d2c54;
  font-weight: 700;
}

.related-products__wrapper {
  margin: 0 -15px;
  position: relative;
}

.related-products__carousel {
  height: 375px;
  overflow: hidden;
}

.related-products__carousel .slick-list {
  padding: 50px 0;
}

.related-products__carousel .slick-slide {
  width: 286px;
  margin: 0 15px;
}

.related-products .slider-btn-prev {
  left: -51px;
}

.related-products .slider-btn-next {
  right: -51px;
}

.related-product {
  padding: 24px 20px;
  box-shadow: 0 20px 22px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  max-width: 237px;
  display: block !important;
  margin: auto;
  text-align: center;
}

.related-product__img-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-header .product-carousel .slider-btn-next {
  right: -51px !important;
}

.product-header .product-carousel .slider-btn-prev {
  left: -51px !important;
}

.related-product__img-container img {
  position: relative;
  width: 120px;
  height: 120px;
  z-index: 2;
}

.related-product__title {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d2c54;
}

.related-product__info {
  margin-bottom: 15px;
}

.related-product__price {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #0d2c54;
}

.related-product__link-wrap {
  display: flex;
  flex-direction: column;
}

.related-product .btn.btn-green {
  padding: 10px;
  height: 44px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.related-product .btn.btn-green:hover {
  color: #fff;
}

.product-page-floating-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  z-index: 2;
  box-shadow: inset 0px 2px 4px 0px rgba(165, 217, 201, 0.25);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.product-page-floating-banner .btn-select-dosage {
  margin: 0px;
}

@media only screen and (min-width: 1200px) {
  .related-products {
    padding: 100px 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .related-products__heading span {
    font-size: 32px;
    font-size: 2rem;
  }
  .related-product {
    padding: 24px 46px;
    max-width: 286px;
  }
}
.product-header {
  padding: 60px 0;
}

.product-header .btn-wrapper + .delivery-info__description {
  margin-top: 15px;
}

.product-header .btn-select-dosage {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0 0;
}

.product-header__link-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px auto 0;
}

.product-header__link-wrap .start-prices {
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  margin-bottom: 20px;
}

.product-header__link-wrap .btn-select-dosage {
  margin: 0 auto;
}

.product-header__link {
  width: 100%;
}

.product-header .price-from {
  display: block;
  font-family: Roboto, sans-serif;
  text-align: center;
  color: #0d2c54;
  font-size: 13px;
  font-size: 0.8125rem;
}

.product-header .product-carousel {
  display: flex;
  align-items: center;
  width: 230px;
  height: 230px;
  margin: 0 auto 15px;
}

.product-header .product-carousel .carousel-image {
  position: relative;
  width: 230px;
  overflow: hidden;
}

.product-header .product-carousel .carousel-image img {
  display: inline;
  position: relative;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  z-index: 2;
}

.product-header .product-carousel-preview {
  width: 284px;
  height: 60px;
  margin: 0 auto;
}

.product-header .product-carousel-preview .carousel-image {
  position: relative;
  height: 60px;
  cursor: pointer;
  opacity: 0.3;
  overflow: hidden;
}

.slick-track-no-transform {
  transform: translate3d(0px, 0px, 0px) !important;
}

.product-header .product-carousel-preview .slick-current {
  opacity: 1 I !important;
}

.product-carousel-preview .slick-current {
  opacity: 1 !important;
}

.product-header .product-carousel-preview .carousel-image img {
  display: block;
  margin: 0 auto;
  position: relative;
  height: 60px;
  max-width: 100%;
  z-index: 2;
}

.product-header .product-carousel-preview .slick-current.slick-active .carousel-image {
  opacity: 1;
}

.product-header .catalog-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.product-header .catalog-info__price-info {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-weight: 600;
  color: #0d2c54;
  font-size: 16px;
  font-size: 1rem;
}

.product-header .catalog-info__product-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.product-header .catalog-info__product-name .name {
  word-break: normal;
  margin-right: 10px;
}

.product-header .catalog-info__product-name .name.mobile {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0d2c54;
  text-align: center;
}

.product-header .catalog-info__product-name .manufacturer img {
  max-width: 75px;
}

.product-header .catalog-info__product-description {
  margin: 10px 0 5px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  color: #656d79;
  font-weight: 400;
}

.product-header .catalog-info__product-trustpilot {
  display: flex;
  align-items: center;
}

.product-header .catalog-info__product-trustpilot .stars {
  display: block;
  margin-right: 7px;
}

.product-header .catalog-info__product-trustpilot .stars .icon-star-fill {
  color: #ffe66d;
  vertical-align: middle;
}

.product-header .catalog-info__product-trustpilot .rating {
  margin-right: 6px;
}

.product-header .catalog-info__product-trustpilot .rating a, .product-header .catalog-info__product-trustpilot .rating span {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

.product-header .catalog-info__bullets-title {
  margin-bottom: 5px;
}

.product-header .catalog-info__bullets-title .all-inclusive {
  font-family: Roboto, sans-serif;
  text-align: center;
  color: #0d2c54;
  font-size: 16px;
  font-size: 1rem;
}

.product-header .catalog-info__bullets .all-inclusive {
  display: block;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  margin-bottom: 5px;
}

.product-header .catalog-info__bullet .value {
  font-family: Roboto, sans-serif;
  color: #656d79;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

.product-header .catalog-info .icon-check-green {
  font-size: 10px;
  margin-right: 10px;
}

.product-header .delivery-info__description {
  color: #0d2c54;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.product-header.fr {
  padding: 30px 0 0;
}

.product-header.fr .catalog-info__description h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}

.product-header.fr .catalog-info__description p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .product-header .catalog-info {
    margin-left: 60px;
    max-width: 358px;
  }
  .product-header .catalog-info__product-name {
    margin-right: -50px;
    margin-bottom: 0;
  }
  .product-header .product-carousel {
    width: 300px;
    height: 300px;
    margin: 0 auto 15px;
  }
  .product-header .product-carousel .carousel-image {
    width: 300px;
    height: 300px;
  }
  .product-header .delivery-info__description {
    margin-top: 10px;
  }
  .product-header.fr .catalog-info__description {
    margin: 0 -13px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .product-header .catalog-info {
    margin-left: 50px;
  }
  .product-header__link-wrap .btn-select-dosage {
    max-width: 328px;
  }
  .product-header .product-carousel {
    width: 250px;
    height: 250px;
    margin: 0 auto 15px;
  }
  .product-header .product-carousel .carousel-image {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .product-header {
    padding: 60px 0 0;
  }
  .product-header .catalog-info {
    margin-bottom: 0;
  }
  .product-header .catalog-info__product-name {
    justify-content: flex-start;
  }
  .product-header .catalog-info__product-description {
    text-align: left;
  }
  .product-header .catalog-info__product-trustpilot {
    margin-bottom: 30px;
  }
  .product-header .catalog-info__price-info {
    text-align: left;
  }
  .product-header .catalog-info__bullets {
    margin-bottom: 30px;
  }
}
.catalog-product {
  border-top: 1px solid #eef1f6;
}

.catalog-product__about {
  margin-top: 60px;
}

.catalog-product__about h2, .catalog-product__about h3, .catalog-product__about h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.catalog-product__about p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 30px;
}

.catalog-product__about p + p {
  margin-bottom: 15px;
}

.catalog-product__about ul li &gt; span {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.catalog-product__about .payment-icons {
  margin-bottom: 30px;
}

.catalog-product__about .accordion-item {
  border: none;
  width: auto;
  text-align: center;
  margin-bottom: 30px;
}

.catalog-product__about .accordion-item__head {
  display: inline;
  text-align: left;
  padding: 5px 24px 5px 0;
  text-decoration: underline;
  color: #11ddac;
}

.catalog-product__about .accordion-item__head:before {
  right: 6px;
}

.catalog-product__about .accordion-item__head:after {
  right: 0;
}

.catalog-product__about .accordion-item__body {
  padding: 15px 0;
  text-align: left;
}

.catalog-product__about .accordion-item h2, .catalog-product__about .accordion-item h3 {
  margin-top: 60px;
}

.catalog-product__about .accordion-item h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.catalog-product__about .accordion-item .payment-icons {
  margin-bottom: 0;
}

.catalog-product__about .accordion-item .payment-icons + h2 {
  margin-top: 30px;
}

.catalog-product__about .circle {
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background-color: #c6f4e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-product__about .circle .icon {
  font-size: 8px;
  position: relative;
  top: 1px;
}

.catalog-product__start-treatment {
  background-color: #e7fcf7;
  border-radius: 12px;
  -moz-border-top-left-radius: 60px;
  border-top-left-radius: 60px;
  -moz-border-bottom-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 60px 30px;
  margin: 60px 0;
}

.catalog-product__start-treatment--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin: auto;
}

.catalog-product__start-treatment .title {
  text-align: center;
  margin-bottom: 30px;
}

.catalog-product__start-treatment .catalog-info__price-info strong {
  color: #0d2c54;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.catalog-product__start-treatment .catalog-info__bullets {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 30px;
}

.catalog-product__start-treatment .catalog-info__bullet {
  position: relative;
  padding-left: 23px;
}

.catalog-product__start-treatment .catalog-info__bullet .value {
  font-family: Roboto, sans-serif;
  color: #656d79;
  font-size: 14px;
  font-size: 0.875rem;
}

.catalog-product__start-treatment .catalog-info__bullet .icon {
  font-size: 10px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}

.catalog-product__start-treatment .delivery-info__description strong {
  font-family: Roboto, sans-serif;
}

.catalog-product__content {
  margin-top: 20px;
  padding-bottom: 90px;
}

.catalog-product__content .medically_approved-widget {
  margin-bottom: 100px;
}

.catalog-product__order-wrap {
  position: relative;
  padding: 0 0 45px;
}

.catalog-product__order-wrap.fr, .catalog-product__order-wrap.fr .start-order-wrapper {
  padding: 0;
}

.catalog-product__order-wrap .green-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #e7fcf7;
  border-radius: 60px 0;
  z-index: -1;
}

.catalog-product__order-wrap .start-order-wrapper {
  padding: 60px 0 0;
}

.catalog-product__order-wrap .start-order-wrapper.is-empty {
  padding: 0;
}

.catalog-product__order-wrap .start-order-wrapper .prices-header {
  margin-bottom: 30px;
}

.catalog-product__order-wrap .start-order-wrapper .prices-title {
  text-align: center;
}

.catalog-product__order-wrap .start-order-wrapper .prices-description {
  text-align: center;
  color: #656d79;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Roboto, sans-serif;
}

.catalog-product__order-wrap .pay-for-medication {
  margin-bottom: 40px;
  text-align: center;
}

.catalog-product__order-wrap .pay-for-medication strong {
  font-family: Roboto, sans-serif;
}

.catalog-product .product-page-tabs {
  margin-bottom: 90px;
}

.catalog-product .product-page-tabs__heading {
  text-align: center;
  margin-bottom: 60px;
}

.catalog-product .product-page-tabs .tab-content {
  background-color: #fff;
  margin-bottom: 30px;
}

.catalog-product .product-page-tabs__tabbed-content {
  width: 100%;
}

.catalog-product .product-page-tabs__tabbed-content.one-tab {
  margin-top: -40px;
}

.catalog-product .product-page-tabs .tab-content .tab-pane {
  background-color: #fff;
  display: none;
}

.catalog-product .product-page-tabs .tab-content .tab-pane.active {
  display: block;
}

.catalog-product__btn {
  margin: 30px 0 75px;
}

.catalog-product .button-wrapper {
  width: 100%;
}

.catalog-product .btn-select-dosage {
  padding: 0 10px;
  width: 100%;
}

.catalog-product .payment-icons__row {
  display: flex;
  flex-wrap: wrap;
}

.catalog-product .payment-icons__row li {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
  min-width: 120px;
  height: 60px;
  padding: 5px 10px;
  background-color: #fff;
  margin-right: 30px;
  border-radius: 6px;
}

.catalog-product .payment-icons__row li:last-child {
  margin-right: 0;
}

.catalog-product .payment-icons__row li img {
  margin: 0 auto;
  width: 100%;
}

.catalog-product .nav-tabs {
  margin-left: -5px;
  margin-right: -15px;
}

.catalog-product .steps-wrapper-f {
  margin-bottom: 60px;
}

.catalog-product .steps {
  margin-bottom: 0;
}

.catalog-product .inform-wrapper {
  margin-top: 60px;
}

@media only screen and (min-width: 1200px) {
  .catalog-product .order-wrap .green-bg {
    border-radius: 120px 0;
    height: calc(100% - 210px);
  }
  .catalog-product .order-wrap .green-bg.sp {
    height: calc(100% - 315px);
  }
  .catalog-product .btn-select-dosage {
    max-width: 340px;
  }
  .catalog-product .order-wrap .green-bg.sp-bigger {
    height: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .catalog-product .order-wrap .green-bg {
    border-radius: 120px 0;
    height: calc(100% - 280px);
  }
  .catalog-product .btn-select-dosage {
    max-width: 340px;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-product__content {
    padding-bottom: 120px;
  }
  .catalog-product__about .accordion-item {
    text-align: left;
  }
  .catalog-product__order-wrap {
    padding: 0 0 90px;
  }
  .catalog-product__order-wrap .green-bg.changed {
    height: calc(100% - 60px);
  }
  .catalog-product .start-order-wrapper {
    padding: 120px 0 0;
  }
  .catalog-product .start-order-wrapper.is-empty {
    padding: 90px 0 0;
  }
  .catalog-product .start-order-wrapper .prices-header {
    margin-bottom: 60px;
    margin-top: -30px;
  }
  .catalog-product .payment-icons__row {
    margin: 0 -30px 0 0;
  }
  .catalog-product .product-page-tabs {
    margin-bottom: 120px;
  }
  .catalog-product .product-page-tabs__heading {
    text-align: center;
    margin-bottom: 60px;
  }
  .catalog-product .product-page-tabs .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    margin-right: 0;
  }
  .catalog-product .product-page-tabs .tab-content {
    background-color: #fff;
    margin-bottom: 60px;
  }
  .catalog-product .breadcrumbs-btn a {
    display: inline-block;
  }
  .catalog-product .steps-wrapper-f {
    margin-bottom: 120px;
  }
  .catalog-product .steps-wrapper-f .steps.three-steps h2 {
    max-width: 100%;
  }
}
.start-order-wrapper {
  padding: 90px 0 0;
}

.start-order-wrapper .heading {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #0d2c54;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.start-order-wrapper .start-order-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.start-order-wrapper .product-link-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.start-order-wrapper .product-link-wrap.is-empty {
  display: none;
}

.start-order-wrapper .sm-img-container {
  justify-content: center;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  border: 1px solid #eef1f6;
  box-sizing: border-box;
  border-radius: 6px 60px;
  margin-bottom: 15px;
}

.start-order-wrapper .sm-img-container img {
  width: 150px;
}

.start-order-wrapper .product-link {
  width: 100%;
  margin-bottom: 20px;
}

.start-order-wrapper .product-link:hover {
  text-decoration: none;
}

.start-order-wrapper .product-link__body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.start-order-wrapper .product-link__img-wrap {
  display: none;
  justify-content: center;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  border: 1px solid #eef1f6;
  box-sizing: border-box;
  border-radius: 6px 60px;
  margin-bottom: 15px;
}

.start-order-wrapper .product-link__img-wrap img {
  width: 150px;
}

.start-order-wrapper .product-link .dosages {
  flex: 1 0 auto;
  padding: 30px;
  background-color: #0d2c54;
  border-radius: 30px 6px;
}

.start-order-wrapper .product-link .dosages__inner {
  max-width: 290px;
  margin: 0 auto;
}

.start-order-wrapper .product-link .dosages .short_title {
  margin: 0 0 20px;
  color: #11ddac;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.start-order-wrapper .product-link .dosages .strain_title {
  margin: 0 0 20px;
  color: #11ddac;
  font-size: 16px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.start-order-wrapper .product-link .dosages .strain_prices {
  font-size: 27px;
  font-weight: 700;
  color: white;
  text-align: center;
}

.start-order-wrapper .product-link .dosages .one-price-item__row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .info-and-price-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  justify-content: end;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .quantity {
  flex: 1;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  min-width: max-content;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .info {
  text-align: right;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  white-space: nowrap;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .info .item-out-of-stock, .start-order-wrapper .product-link .dosages .one-price-item__row .info .saving {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .info .saving {
  color: #11ddac;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .info .item-out-of-stock {
  text-decoration: underline;
  color: #FE9F2F;
  cursor: pointer;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .price {
  margin-left: 5px;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .price, .start-order-wrapper .product-link .dosages .one-price-item__row .price span {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

.start-order-wrapper .trustpilot-widget {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
  .start-order-wrapper {
    padding: 120px 0 0;
  }
  .start-order-wrapper .heading {
    font-size: 32px;
    font-size: 2rem;
  }
  .start-order-wrapper .product-link-wrap {
    margin: 0 0 40px;
  }
  .start-order-wrapper .product-link {
    min-width: calc(33.3% - 26px);
    width: auto;
    margin-left: 13px;
    margin-right: 13px;
    max-width: 343px;
  }
  .start-order-wrapper .product-link__img-wrap {
    display: flex;
  }
  .start-order-wrapper .product-link .dosages .short_title {
    margin-bottom: 33px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .start-order-wrapper .start-order-form {
    flex-direction: row;
    justify-content: center;
  }
  .start-order-wrapper .trustpilot-widget {
    margin-bottom: 60px;
  }
  .start-order-wrapper .delivery-time {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .start-order-wrapper .button-wrapper {
    width: 100%;
  }
}
.order-treatment {
  background-color: #f7f7f7;
  border-radius: 12px;
  -moz-border-top-left-radius: 60px;
  border-top-left-radius: 60px;
  -moz-border-bottom-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 60px 22px;
  margin: 90px auto;
  max-width: 920px;
}

.order-treatment.green {
  background-color: #e7fcf7;
}

.order-treatment.green .order-treatment__products .slick-arrow {
  border: 2px solid #11ddac;
}

.order-treatment.green .order-treatment__products--item .img-wrapper {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.order-treatment.blue {
  background-color: #0d2c54;
}

.order-treatment.blue .order-treatment__title {
  color: #fff;
}

.order-treatment.blue .order-treatment__products .slick-arrow {
  border: 2px solid #11ddac;
  background-color: transparent;
}

.order-treatment.blue .order-treatment__products--item .img-wrapper {
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.order-treatment.blue .order-treatment__products--item .product-link {
  color: #11ddac;
}

.order-treatment.blue .order-treatment__products--item .prices {
  color: #fff;
}

.order-treatment__title {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0d2c54;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.order-treatment__products {
  margin-bottom: 22px;
}

.order-treatment__products .slick-arrow {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e7fcf7;
  position: absolute;
  top: 69px;
  z-index: 2;
}

.order-treatment__products .slick-arrow:before {
  font-family: icomoon;
  font-size: 10px;
  color: #11ddac;
  font-weight: 700;
}

.order-treatment__products .slick-arrow.slick-prev {
  left: 0;
}

.order-treatment__products .slick-arrow.slick-prev:before {
  content: "\e988";
}

.order-treatment__products .slick-arrow.slick-next {
  right: 0;
}

.order-treatment__products .slick-arrow.slick-next:before {
  content: "\e989";
}

.order-treatment__products--item {
  text-align: center;
}

.order-treatment__products--item .img-wrapper {
  display: block;
  width: 160px;
  height: 160px;
  padding: 15px;
  margin: 0 auto 27px;
  background-color: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.order-treatment__products--item .img-wrapper img {
  width: 130px;
  height: 130px;
}

.order-treatment__products--item .product-link {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0d2c54;
}

.order-treatment__products--item .prices {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
  color: #656d79;
  font-family: Roboto, sans-serif;
}

.order-treatment__cta {
  text-align: center;
}

.order-treatment__cta .btn {
  width: auto;
  display: inline-block;
}

.order-treatment__cta .cta-note {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0d2c54;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.order-treatment__cta .cta-note strong {
  font-family: Roboto, sans-serif;
}

.order-treatment__cta .cta-note.bottom {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .order-treatment {
    padding: 60px;
  }
  .order-treatment.green .order-treatment__products--item .img-wrapper {
    box-shadow: 0 30px 30px -15px rgba(7, 54, 48, 0.15);
  }
  .order-treatment__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .order-treatment__products {
    text-align: center;
    margin: 0 0 44px;
  }
  .order-treatment__products .slick-arrow.slick-prev {
    left: -50px;
  }
  .order-treatment__products .slick-arrow.slick-next {
    right: -50px;
  }
  .order-treatment__products--item {
    display: inline-block;
  }
  .order-treatment__products--item .img-wrapper {
    box-shadow: 0 30px 30px -15px rgba(0, 0, 0, 0.15);
  }
  .order-treatment__products--item .product-link {
    text-decoration: underline;
  }
  .order-treatment__products--item .product-link:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1200px) {
  .order-treatment {
    padding: 60px 95px;
  }
  .order-treatment__products .slick-arrow {
    transition: all 0.25s ease-in-out;
  }
  .order-treatment__products .slick-arrow:hover {
    background-color: #11ddac;
  }
  .order-treatment__products .slick-arrow:hover:before {
    color: #fff;
  }
}
.steps.three-steps .heading-style {
  margin: 0 0 30px;
  color: #0d2c54;
}

.steps-item {
  max-width: 295px;
  margin: 0 auto 30px;
  position: relative;
}

.steps-item:last-of-type {
  margin-bottom: 0;
}

.steps-icon {
  margin: 0 auto 5px;
}

.steps-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.steps-description {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 23px;
}

@media only screen and (min-width: 768px) {
  .steps {
    margin-bottom: 120px;
    padding: 0;
  }
  .steps.three-steps .heading-style {
    margin: 0 0 60px;
  }
  .steps-item {
    max-width: 460px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .steps-icon {
    margin: 0 30px 0 0;
  }
  .steps-info {
    flex: 1;
    text-align: left;
  }
  .steps-description {
    margin: 0;
  }
  .steps-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .steps.three-steps .heading-style {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-fr &gt; .catalog-info__product-name {
    display: none;
  }
  .mobile-fr &gt; .catalog-info__product-trustpilot {
    display: none;
  }
  .mobile-fr {
    display: none !important;
  }
  .related-products .slider-btn-prev {
    left: 20px;
  }
  .related-products .slider-btn-next {
    right: 20px;
  }
  .stock-notification-title {
    font-size: 20px;
  }
  .notification-subtitle-text {
    font-size: 14px;
  }
  .notification-enter-details-text {
    font-size: 13px;
  }
}
/* ####################################################################*/
/* ----------------  Product stock notification modal ---------------- */
/* ####################################################################*/
.notification-subtitle-text {
  font-weight: 500;
  color: #0D2C54;
  font-family: "Poppins";
}

.notification-enter-details-text {
  text-align: left;
}

.notification-dislaimer-text {
  text-align: left;
  font-size: 12px;
}

.stock-notification-title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-blue);
}

#notification-email {
  margin-bottom: 20px;
}

#notification-email::placeholder:after {
  content: "*";
  color: red;
}

.close-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.notification-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.notification-modal-content {
  display: flex;
  align-items: center;
  margin: 10% auto;
  padding-bottom: 20px;
  width: 480px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  position: relative;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  max-height: 90vh;
  overflow-y: auto;
}

.close-modal {
  align-items: right;
  color: #aaa;
  float: left;
  font-size: 28px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 0px;
}

.close-modal:hover, .close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.notify-button {
  margin: 20px 0px 20px 0px;
  padding: 10px 0px;
  border-radius: 5px;
  background: #11DDAC;
  color: white;
  font-weight: 800;
  width: 100%;
}

.notification-modal-content .notification-form-content {
  width: 80%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.notification-image {
  position: relative;
  margin-bottom: -50px;
}

.notification-image-mobile {
  position: relative;
  display: none;
}

.notification-subtitle-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 20px;
}

.thank-you-section {
  width: 80%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.thank-you-sub-title {
  font-weight: 500;
  color: #0D2C54;
  font-family: "Poppins";
}

.thank-you-title {
  margin-bottom: 10px;
}

.proceed-to-questionnaire {
  margin: 0px 0px 25px 0px;
  padding: 10px 0px;
  border-radius: 5px;
  background: #11DDAC;
  color: white;
  font-weight: 800;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .notification-modal-content {
    width: 80%;
    margin: 5% auto;
  }
  .notification-subtitle-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }
  .notification-image {
    margin-bottom: 0px;
    display: none;
  }
  .notification-image-mobile {
    display: block;
  }
}
.catalog-product__warning-container {
  background-color: var(--sub-warning);
  margin: 25px 0px;
  border-radius: 5px;
  margin: 0 0 25px 0;
  padding: 15px;
  position: relative;
  width: 100%;
}

.catalog-product__warning-text {
  font-size: 12px;
  color: var(--primary-warning);
}

.catalog-product__warning-icon {
  color: var(--primary-warning);
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}</pre></body></html>