



.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}






.scroll_bar_lp .flex_custom_item_flex {
  white-space: nowrap;
}

.scroll_bar_lp {
  overflow: hidden;
}

.product-main-slider:not(.slick-initialized) .product_image_wrapper:not(:first-child), .product-thumb-slider:not(.slick-initialized) img.product_images:nth-child(5) ~ * {
  display: none;
}

.product-main-slider:not(.slick-initialized) {
  display: flex;
}

.product-main-slider:not(.slick-initialized) .product_images:not(:first-child) {
  display: none !important;
}

body {
  display: block;
}

a {
  outline: unset;
}

@media (max-width: 915px) {
  .desktop_only {
    display: none !important;
  }
}

@media (min-width: 915px) {
  .mobile_only {
    display: none !important;
  }
}

.custom_slick_slider:not(.slick-initialized) {
  display: flex;
}

html {
  scroll-behavior: smooth;
}

p {
  margin: unset;
  padding: unset;
}

* {
  color: unset;
  letter-spacing: 0;
  margin: unset;
  padding: unset;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  color: unset;
  letter-spacing: 0;
  margin: unset;
  padding: unset;
}

.left {
  text-align: left;
  justify-content: left;
}

.center {
  text-align: center;
  justify-content: center;
}

.right {
  text-align: right;
  justify-content: right;
}

img, video {
  max-width: 100%;
  display: block;
}

.no_buttons .slick-arrow {
  display: none !important;
}

.same_height_slider .slick-slide {
  height: inherit !important;
}

.same_height_slider .slick-slide > div {
  height: 100%;
}

.same_height_slider .slick-track {
  display: flex;
}

.loading_hk:after {
  content: "";
  z-index: 1;
  background: #fff center / 25px no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.loading_hk {
  position: relative;
  color: #0000 !important;
}

.loading_hk * {
  opacity: 0 !important;
}

svg, img, video {
  display: block;
}

* {
  box-sizing: border-box;
}

.video_wrapper_custom.video-active img, .video_wrapper_custom.video-active .custom_button.active {
  display: none;
}

.slick-list.draggable {
  cursor: grab;
}

































body {
  font-family: var(--font-body);
}

h1, h2, h3, h4, h6, .h1, .h2, .h3, .h4, .h6 {
  font-family: var(--font-display);
}

.container_hk {
  width: 1488px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.h1 {
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

ul.slick-dots {
  align-items: center;
  gap: 10px;
  font-size: 0;
  list-style: none;
  display: inline-flex;
}

ul.slick-dots .slick-active button {
  background: #975a3e;
}

ul.slick-dots button {
  border: unset;
  cursor: pointer;
  background: #975a3e1a;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
  transition: all .3s;
}

.slider_navigations {
  gap: 30px;
  padding-top: 30px;
  display: flex;
}

.slider_button_custom {
  cursor: pointer;
  display: inline-flex;
}

.relative {
  position: relative;
}

.video_wrapper_custom video {
  aspect-ratio: 500 / 300;
  object-fit: cover;
  width: 100%;
}

.video_wrapper_custom {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.video_wrapper_custom img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.video_wrapper_custom .custom_button {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

@media (max-width: 915px) {
  .container_hk {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .lp_heading {
    padding-bottom: 20px;
  }

  .slider_navigations {
    gap: 20px;
    padding-top: 20px;
  }

  .slider_button_custom {
    width: 26px;
    height: 26px;
  }

  ul.slick-dots {
    gap: 6px;
  }

  ul.slick-dots button {
    width: 6px;
    height: 6px;
  }
}

body .header_logo {
  width: 160px;
}

@media (max-width: 915px) {
  body .header_logo {
    width: 140px;
  }

  body div#cart-toggle svg {
    width: 20px;
    height: auto;
  }

  body .header_logo {
    width: 140px;
    transform: translate(20px);
  }

  .custom_header_hk {
    border-bottom: 1px solid #101d3b;
  }
}

.scroll_bar_lp {
  border-top: .5px solid #101d3b4d;
  border-bottom: .5px solid #101d3b4d;
  font-size: 0;
}

.scroll_bar_lp .flex_custom_item_flex {
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

.scroll_bar_lp .flex_custom_item_flex img {
  object-fit: contain;
  width: 26px;
  height: 26px;
}

@media (max-width: 915px) {
  .scroll_bar_lp .flex_custom_item_flex {
    gap: 5px;
    padding: 0 10px;
    font-size: 13px;
  }

  .scroll_bar_lp .flex_custom_item_flex img {
    object-fit: contain;
    width: 20px;
    height: 20px;
  }

  .scroll_bar_lp {
    border-bottom: 1px solid #101d3b;
  }
}

.landing_product_flex {
  flex-wrap: wrap;
  display: flex;
}

.landing_product_media {
  width: 100%;
  max-width: 52%;
}

.landing_product_info {
  width: 100%;
  max-width: 48%;
  padding-left: 60px;
}

.landing_product_media_inner_flex {
  flex-wrap: wrap;
  display: flex;
}

.thumb_slider_relative {
  max-width: 15%;
}

.relative_main_slider {
  max-width: 85%;
  padding-left: 10px;
}

.relative_main_slider img.product_images {
  border-radius: 10px;
}

.thumb_slider_relative img.product_images {
  border-radius: 2px;
  margin-bottom: 10px;
}

.product_image_wrapper {
  padding: 1px 10px;
}

.product-main-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.thumb_slider_relative .slick-slide > div {
  display: flex;
}

.thumb_slider_relative .slick-list.draggable {
  padding-bottom: 10px;
}

.thumb_slider_relative .slick-slide {
  cursor: pointer;
}

.relative_main_slider .slider_navigations {
  justify-content: space-between;
  padding: 0 10px;
  position: absolute;
  top: calc(50% - 17px);
  left: 0;
  right: 0;
}

.relative_main_slider .slider_navigations .slider_button_custom {
  z-index: 1;
  position: relative;
}

.reviews_rating_html a {
  align-items: center;
  gap: 10px;
  display: flex;
}

.reviews_rating_html a em {
  font-style: normal;
  text-decoration: underline;
}

.reviews_rating_html a strong {
  color: #975a3e;
  font-weight: 700;
}

.reviews_rating_html a {
  -webkit-text-decoration: unset;
  text-decoration: unset;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

.product_title_lp {
  padding-top: 20px;
}

.product_icons {
  padding-top: 15px;
}

.product_icons .icons_with_text_flex {
  text-transform: capitalize;
  gap: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.product_icons .icons_with_text_item {
  align-items: center;
  gap: 10px;
  min-width: 153px;
  display: flex;
}

.product_icons .icons_with_text_item svg {
  width: 17px;
  height: 17px;
}

.quantity_landing_page {
  border-top: 1px solid #0003;
  margin-top: 25px;
  padding-top: 30px;
}

.quantity_flex {
  flex-wrap: wrap;
  gap: 19px;
  display: flex;
}

.quantity_flex_item {
  width: 100%;
  max-width: calc(25% - 14.25px);
}


@media (max-width: 575px) {
  .quantity_flex_item { max-width: calc(50% - 9.5px) !important; }
}

.quantity_image img {
  object-fit: contain;
  object-position: bottom;
  mix-blend-mode: multiply;
  width: 100%;
  height: 125px;
}

.quantity_item {
  border: unset;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 19px 10px 0;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 1px #00000080;
}

.quantity_price s {
  color: #0006;
  font-weight: 400;
}

.quantity_price {
  color: #b91414;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.quantity_title strong {
  font-weight: 700;
}

.quantity_title {
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 29px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.quantity_badge {
  color: #fff;
  background: #975a3e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 22px;
  margin: 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  display: flex;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
}

.quantity_item[data_tab="3"] .quantity_badge {
  background: #101d3b;
}

.quantity_item .quantity_badge--trial,
.quantity_item[data_tab="1"] .quantity_badge {
  background: #6f7a95 !important;
}

.offer-trial-note {
  margin-top: 4px;
  color: #6c7d74;
  font-size: 12px;
  line-height: 1.35;
  font-style: italic;
}

.quantity_item.active {
  border: unset;
  background: #eef1fa;
  box-shadow: 0 0 0 2px #975a3e;
}

body .subscription_new_box {
  margin-top: 30px;
}

body .subscription_new_box.active .subscription_new_box_top_selector {
  background: #975a3e;
  border-color: #975a3e;
}

body .subscription_new_box.active .subscription_new_box_inner {
  background: #eff2fa;
  border-color: #975a3e;
}

body .subscription_new_box_top_heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

body .subscription_new_box_top_heading2 {
  padding-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

body .subscription_new_box_top {
  gap: 15px;
}

body .subscription_new_box_top_selector {
  width: 24px;
  height: 24px;
}

.subscription_landing_page {
  display: none;
}

.custom_checkout_button_landing_page {
  padding-top: 15px;
}

span.stock_inner {
  background: #1c3166;
  border-radius: 6px;
  width: 6px;
  height: 6px;
  display: flex;
}

span.stock_outer {
  background: #1c31664d;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  animation: 2s linear infinite stock;
  display: flex;
}

@keyframes stock {
  0% {
    background: #1c31664d;
  }

  50% {
    background: #1c31660d;
  }

  to {
    background: #1c31664d;
  }
}

.under_cta_icons .icons_with_text_flex {
  letter-spacing: -.16px;
  background: #f0f0f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  min-height: 40px;
  margin-top: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.under_cta_icons .icons_with_text_item {
  align-items: center;
  gap: 8px;
  display: flex;
}

.payment_iocns_pdp {
  padding-top: 15px;
}



.videos_heading_pdp {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 20px;
  font-family: var(--font-display);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.video_slider_item {
  padding: 0 9.5px;
}

.video_slider_item .video_wrapper_custom {
  border-radius: 5px;
}

.video_slider_item .video_wrapper_custom video.video_paused_custom {
  aspect-ratio: unset;
}

.product_videos {
  margin-left: -9.5px;
  margin-right: -9.5px;
}

.video_slider_item .video_wrapper_custom .custom_button span {
  -webkit-backdrop-filter: blur(.403788px);
  backdrop-filter: blur(.403788px);
  background: #efefef40;
  border-radius: 40.379px;
  justify-content: center;
  align-items: center;
  width: 28.7px;
  height: 28.7px;
  padding: 4px;
  display: flex;
}

.video_slider_item .video_wrapper_custom .custom_button span svg path {
  fill: #fff;
}

.video_slider_item .video_wrapper_custom .custom_button span svg {
  width: 10px;
  height: auto;
}

.videos_product .slider_navigations {
  padding-top: 20px;
}

.below_media_custom.desktop_only {
  width: 100%;
  max-width: calc(85% - 10px);
  margin-left: auto;
  padding-top: 30px;
}

.question_product {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

.faq_product {
  border: 1px solid #0000004d;
  border-radius: 8px;
}

.faq_product + .faq_product {
  margin-top: 20px;
}

span.question_heading {
  align-items: center;
  gap: 10px;
  display: flex;
}

.question_product.active > svg {
  transform: rotate(90deg);
}

.question_product > svg {
  transition: all .3s;
}

.answer_product {
  padding: 0 20px 17px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.answer_product strong {
  color: #000;
  font-weight: 500;
}

.answer_product ul strong {
  align-items: center;
  gap: 7px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.answer_product ul {
  flex-direction: column;
  gap: 15px;
  padding-top: 10px;
  list-style: none;
  display: flex;
}

.answer_product {
  color: #000000b3;
}

.answer_product ul {
  padding-left: 22px;
}

.answer_product ul strong:before {
  content: "";
  background: var(--lz-bg-1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: -22px;
}

.quantity_title {
  padding-bottom: 8px;
}

.quantity_item {
  min-height: 194px;
  padding-left: 0;
  padding-right: 0;
}

.quantity_title em {
  text-transform: capitalize;
  color: #975a3e;
  padding-top: 5px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

@media (max-width: 915px) {
  .landing_product_media {
    max-width: 100%;
  }

  .landing_product_info {
    max-width: 100%;
    padding-top: 16px;
    padding-left: 0;
  }

  .quantity_flex {
    gap: 8px;
  }

  .quantity_badge {
    width: 90px;
    height: 20px;
    font-size: 12px;
    top: -10px;
  }

  .quantity_item {
    padding: 16px 0 0;
  }

  .quantity_title {
    padding-bottom: 1px;
    font-size: 14px;
    line-height: 16px;
  }

  .quantity_image img {
    height: 75px;
  }

  .quantity_item {
    min-height: 141px;
    padding: 16px 0 0;
  }

  .quantity_price {
    flex-direction: column;
    gap: 3px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 16px;
  }

  .landing_page_product .relative_main_slider .slider_navigations .slider_button_custom {
    display: none !important;
  }

  .thumb_slider_relative {
    max-width: 54px;
  }

  .relative_main_slider {
    max-width: calc(100% - 54px);
    padding-left: 5px;
  }

  .thumb_slider_relative img.product_images {
    border-radius: 2px;
    margin-bottom: 5px;
  }

  .thumb_slider_relative .slick-list.draggable {
    padding-bottom: 34px;
  }

  .relative_main_slider img.product_images {
    border-radius: 4.098px;
  }

  .landing_product_info {
    padding-top: 12px;
  }

  .reviews_rating_html a {
    gap: 8px;
    font-size: 13px;
  }

  .reviews_rating_html a svg {
    height: 15.6px;
    width: unset;
  }

  .product_title_lp {
    padding-top: 10px;
  }

  .h1 {
    width: 328px;
    max-width: 100%;
  }

  .product_icons .icons_with_text_flex {
    gap: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .product_icons {
    padding-top: 10px;
  }

  .product_icons .icons_with_text_item svg {
    width: 14px;
    height: 14px;
  }

  .product_icons .icons_with_text_item {
    gap: 6px;
    min-width: 145px;
  }

  .quantity_landing_page {
    margin-top: 15px;
    padding-top: 25px;
  }

  .quantity_flex_item {
    max-width: calc(25% - 6px);
  }

  .quantity_title strong {
    display: block;
  }

  .quantity_title em {
    padding-top: 1px;
    font-size: 11px;
    line-height: 16px;
  }

  .quantity_item {
    min-height: 143px;
  }

  body .subscription_new_box {
    margin-top: 20px;
  }

  .subscription_new_box_inner {
    border-width: 1px;
    border-radius: 5px;
    padding: 10px 15px;
  }

  body .subscription_new_box_top_heading {
    font-size: 14px;
    line-height: 16px;
  }

  body .subscription_new_box_top_heading2 {
    padding-top: 4px;
    font-size: 10px;
    line-height: 14.222px;
  }

  body .subscription_new_box_top_selector {
    width: 17px;
    height: 17px;
  }

  .custom_checkout_button_landing_page {
    padding-top: 10px;
  }

  .under_cta_icons .icons_with_text_flex {
    letter-spacing: -.13px;
    border-radius: 5px;
    gap: 10px;
    min-height: 30px;
    margin-top: 10px;
    font-size: 13px;
  }

  .under_cta_icons .icons_with_text_item {
    gap: 5px;
  }

  .under_cta_icons .icons_with_text_item svg {
    height: 14px;
    width: unset;
  }

  

  .question_product {
    padding: 16px 15px;
    font-size: 14px;
  }

  span.question_heading svg {
    width: 14px;
    height: unset;
  }

  .question_product > svg {
    width: 20px;
    height: unset;
  }

  .answer_product {
    padding: 0 15px 17px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
  }

  .faq_product + .faq_product {
    margin-top: 10px;
  }

  .videos_heading_pdp {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .video_slider_item {
    padding: 0 10px 0 0;
  }

  .product_videos {
    margin-left: 0;
    margin-right: 0;
  }

  .product_videos .slick-list.draggable {
    width: calc(100% + 16px);
    padding-right: 23px;
  }

  .videos_product .slider_navigations {
    padding-top: 17px;
  }
}

.section2_heading {
  width: 430px;
  max-width: 100%;
  display: inline-block;
}

.section2_text {
  width: 521px;
  max-width: 100%;
  padding-top: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.section2_icons_lp .icons_with_text_flex {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.section2_icons_lp .icons_with_text_flex .icons_with_text_item svg {
  width: 45px;
  height: 32px;
}

.section2_eyebrow {
  margin: 0 0 10px;
  color: #819bdd;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section2_icons_lp .icon_svg_main {
  display: none;
}

.section2_icons_lp .icons_with_text_item::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  color: #0f1a35;
  background: #819bdd;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.section2_icons_lp {
  padding-top: 30px;
}

.section2_icons_lp .icons_with_text_flex .icons_with_text_item {
  text-transform: capitalize;
  background: #ffffff26;
  border: 1px dashed #ffffff0d;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: calc(50% - 10px);
  min-height: 76px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

.section2_lp {
  aspect-ratio: 1728 / 520;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 915px) {
  .section2_lp {
    aspect-ratio: unset;
  }

  .section2_text {
    width: 100%;
    padding-top: 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
  }

  .section2_icons_lp {
    padding-top: 25px;
  }

  .section2_icons_lp .icons_with_text_flex {
    gap: 10px;
  }

  .section2_icons_lp .icons_with_text_flex .icons_with_text_item svg {
    width: auto;
    height: 29px;
  }

  .section2_icons_lp .icons_with_text_flex .icons_with_text_item {
    text-align: center;
    background: #ffffff26;
    border: 1px dashed #ffffff0d;
    border-radius: 5px;
    flex-direction: column;
    gap: 6px;
    max-width: calc(50% - 5px);
    min-height: 108px;
    padding: 10px 6px;
    font-size: 13px;
    line-height: 16px;
  }

  .section2_eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: .1em;
  }

  .section2_icons_lp .icons_with_text_item::before {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 16px;
  }

  .pdp_section2_img {
    width: calc(100% + 32px);
    margin-top: -50px;
    margin-left: -16px;
  }

  .section2_lp {
    margin-top: 45px;
    background-position: bottom !important;
  }

  .section2_heading {
    width: 300px;
  }
}

.section3_heading {
  padding-bottom: 10px;
}

.section3_intro {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  color: #313644;
  font-size: 17px;
  line-height: 1.45;
}

.section3_icons_lp {
  flex-wrap: wrap;
  gap: 34px;
  display: flex;
}

.section3_icons_lp .icons_with_text_flex {
  width: 100%;
  max-width: calc(33.33% - 22.6667px);
}

.section3_icons_lp .icons_with_text_item_flex {
  align-items: center;
  gap: 20px;
  display: flex;
  position: relative;
}

.section3_icons_lp .icons_with_text_item_flex img {
  display: none;
}

.section3_icons_lp .icons_with_text_item_flex::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  margin: 18px 0 18px 18px;
  border-radius: 999px;
  color: #fff;
  background: #101d3b;
  box-shadow: inset 0 0 0 7px #e0e7f7;
  font-size: 32px;
  font-weight: 800;
}

.section3_icons_lp .icons_with_text_flex:nth-child(1) .icons_with_text_item_flex::before {
  content: "1";
}

.section3_icons_lp .icons_with_text_flex:nth-child(2) .icons_with_text_item_flex::before {
  content: "2";
}

.section3_icons_lp .icons_with_text_flex:nth-child(3) .icons_with_text_item_flex::before {
  content: "3";
}

.section3_icons_lp .icons_with_text_item_flex .icons_with_text_item_title strong {
  color: #000;
  font-family: var(--font-display);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.section3_icons_lp .icons_with_text_item_flex .icons_with_text_item_title {
  color: #975a3e;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.section3_icons_lp .icons_with_text_flex .icons_with_text_item_text {
  text-align: left;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.section3_icons_lp .icons_with_text_flex .icons_with_text_item {
  background: #fff;
  border: 1px solid #975a3e;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.section3_icons_lp .icons_with_text_item_flex .icons_with_text_item_svg {
  width: calc(100% - 118px);
  position: absolute;
  bottom: 0;
  right: 0;
}

.section3_icons_lp .icons_with_text_item_flex .icons_with_text_item_svg svg {
  width: 100%;
  height: auto;
}

.section3_lp {
  border-bottom: 1px solid #975a3e;
  position: relative;
}

.section3_lp:after {
  content: "";
  background-image: var(--lz-bg-2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 19px;
  right: 6%;
}

@media (min-width: 915px) {
  .section3_icons_lp .icons_with_text_flex .icons_with_text_item_text {
    display: block !important;
  }
}

@media (max-width: 915px) {
  .section3_intro {
    padding-bottom: 22px;
    font-size: 14px;
    line-height: 1.4;
  }

  .section3_icons_lp {
    gap: 15px;
  }

  .section3_icons_lp .icons_with_text_flex {
    max-width: 100%;
  }

  .section3_icons_lp .icons_with_text_item_flex .icons_with_text_item_title {
    text-align: left;
    align-items: flex-start;
    gap: 6px;
    font-size: 13px;
    line-height: 16px;
  }

  .section3_icons_lp .icons_with_text_item_flex img {
    display: none;
  }

  .section3_icons_lp .icons_with_text_item_flex::before {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    margin: 12px 0 12px 12px;
    box-shadow: inset 0 0 0 5px #e0e7f7;
    font-size: 24px;
  }

  .section3_icons_lp .icons_with_text_item_flex .icons_with_text_item_title strong {
    font-size: 18px;
    line-height: 20px;
  }

  .section3_icons_lp .icons_with_text_item_flex:after {
    content: "+";
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 31px;
    right: 10px;
  }

  .section3_icons_lp .icons_with_text_flex .icons_with_text_item_text {
    padding: 10px 10px 15px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: none;
  }

  .section3_icons_lp .icons_with_text_item_flex.active:after {
    content: "-";
    font-size: 36px;
    line-height: 60%;
  }

  .section3_heading {
    width: 328px;
    max-width: 100%;
    padding-bottom: 20px;
    display: inline-block;
  }

  .section3_lp:after {
    content: "";
    width: 24px;
    height: 24px;
    top: 16px;
    right: 9px;
  }
}

.review_slider_rating_top a {
  -webkit-text-decoration: unset;
  text-decoration: unset;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: inline-flex;
}

.review_slider_rating_top {
  padding-bottom: 15px;
}

.lp_heading {
  padding-bottom: 30px;
}

.review_slider_custom_slider_new_item {
  height: 100%;
  padding: 1px 17px;
}

.review_slider_custom_slider_new_item_inner {
  height: 100%;
}

.review_slider_custom_slider_new_item_bg {
  background: #f5f6fa;
  border: 1px solid #975a3e;
  border-radius: 8px;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 15px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.review_slider_main_slider_new {
  margin-left: -17px;
  margin-right: -17px;
}

.review_rating2 {
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  padding-bottom: 15px;
  display: inline-flex;
}

.review_text_slider_new {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
}

.review_name {
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

span.verified_badge {
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
}

@media (max-width: 915px) {
  .review_slider_rating_top a {
    gap: 8px;
    font-size: 13px;
    line-height: normal;
  }

  .review_slider_rating_top a svg {
    height: 13px;
    width: unset;
  }

  .review_slider_rating_top {
    padding-bottom: 10px;
  }

  .review_slider_lp .lp_heading {
    width: 259px;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .review_slider_custom_slider_new_item {
    height: 100%;
    padding: 1px 15px 1px 0;
  }

  .review_slider_main_slider_new {
    margin-left: 0;
    margin-right: 0;
  }

  .review_slider_lp .slick-list.draggable {
    width: calc(100% + 16px);
    padding-right: 70px;
  }

  .review_slider_custom_slider_new_item_bg {
    padding: 15px;
  }

  .review_rating2 {
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    padding-bottom: 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: inline-flex;
  }

  .review_rating2 svg {
    height: 13px;
    width: unset;
  }

  .review_text_slider_new {
    font-size: 14px;
    line-height: 18px;
  }

  .review_slider_custom_slider_new_item_bg {
    gap: 10px;
  }

  .review_name {
    gap: 6px;
    padding-bottom: 15px;
    font-size: 13px;
  }

  span.verified_badge {
    gap: 4px;
    font-size: 13px;
    line-height: normal;
  }

  span.verified_badge svg {
    height: 11.633px;
    width: unset;
  }
}

@media (max-width: 360px) {
  .review_name {
    font-size: 12px;
  }
}

.section4_lp {
  border-top: 1px solid #975a3e;
}

.section4_text {
  padding-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.section4_icons_lp {
  padding-top: 40px;
}

.section4_icons_lp .icons_with_text_flex {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.section4_icons_lp .icons_with_text_flex .icons_with_text_item {
  text-transform: capitalize;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: calc(50% - 10px);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

.section4_lp .custom-flex_two_ad {
  align-items: center;
}

@media (max-width: 915px) {
  .section4_text {
    padding-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .section4_icons_lp {
    width: 54%;
    padding-top: 0;
    padding-left: 16px;
  }

  .section4_lp .custom-flex_two_ad .custom-flex_item_ad_2 .custom-flex_item_ad_inner {
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    display: flex;
  }

  .section_4_video {
    width: 46%;
  }

  .section4_icons_lp .icons_with_text_flex {
    gap: 15px;
  }

  .section4_icons_lp .icons_with_text_flex .icons_with_text_item {
    gap: 7px;
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    font-weight: 400;
  }

  .section4_icons_lp .icons_with_text_flex .icons_with_text_item svg {
    height: 14px;
    width: unset;
  }

  .section4_lp .video_wrapper_custom img, .section4_lp .video_wrapper_custom video {
    aspect-ratio: 150 / 162;
    object-fit: cover;
  }

  .video_wrapper_custom .custom_button span svg {
    width: 39px;
    height: unset;
  }
}

.section5_icons1_lp {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.section5_icons1_lp .icons_with_text_flex {
  width: 100%;
  max-width: calc(25% - 15px);
}

.section5_icons1_lp .icons_with_text_flex .icons_with_text_item img {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.section5_icons1_lp .icons_with_text_flex .icons_with_text_item {
  text-transform: capitalize;
  background: #ffffff26;
  border: 1px dashed #ffffff0d;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 100%;
  min-height: 60px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.section5_icons2_lp {
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  padding-top: 30px;
  display: flex;
}

.section5_icons2_lp .icons_with_text_item {
  text-transform: capitalize;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

@media (max-width: 915px) {
  .section5_heading {
    width: 210px;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .section5_icons1_lp {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }

  .section5_icons1_lp .icons_with_text_flex {
    width: 100%;
    max-width: calc(25% - 7.5px);
  }

  .section5_icons1_lp .icons_with_text_flex .icons_with_text_item {
    flex-direction: column;
    gap: 6px;
    min-height: 88px;
    padding: 10px 4px;
    font-size: 12px;
    line-height: 16px;
  }

  .section5_icons1_lp .icons_with_text_flex .icons_with_text_item img {
    object-fit: contain;
    width: 30px;
    height: 30px;
  }

  .section5_icons1_lp .icons_with_text_flex .icons_with_text_item .icons_with_text_item_text {
    width: 61px;
    max-width: 100%;
    margin: 0 auto;
  }

  .section5_icons2_lp {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px 0;
    padding-top: 25px;
    display: flex;
  }

  .section5_icons2_lp .icons_with_text_flex {
    width: 45%;
  }

  .section5_icons2_lp .icons_with_text_item {
    text-transform: capitalize;
    gap: 7px;
    font-size: 14px;
    line-height: 16px;
  }

  .section5_icons2_lp .icons_with_text_item svg {
    height: 15px;
    width: unset;
  }

  .section5_icons2_lp .icons_with_text_flex:nth-child(2n) {
    width: 55%;
  }
}

.results_section_lp .custom-flex_item_ad_1 {
  max-width: 63.978%;
}

.results_section_lp .custom-flex_item_ad_2 {
  max-width: 36.022%;
}

.results_icons .icons_with_text_flex {
  flex-wrap: wrap;
  gap: 24px;
  display: flex;
}

.results_icons .icons_with_text_item img {
  object-fit: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.results_icons .icons_with_text_item {
  background: #fff;
  border: .5px solid #975a3e;
  border-radius: 8px;
  width: 100%;
  max-width: calc(33.33% - 16px);
  padding: 20px;
  position: relative;
}

.results_icons .icons_with_text_item .icon_svg_main {
  text-transform: capitalize;
  color: #975a3e;
  padding-bottom: 15px;
  font-family: var(--font-display);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.results_icons .icons_with_text_item > span {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.result_review .icon_with_text_item img {
  width: 177px;
}

.result_review .icon_with_text_item {
  align-items: center;
  padding-left: 80px;
  display: flex;
}

.result_review .icon_with_text_item_texts strong:before {
  content: "";
  background: var(--lz-bg-1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
}

.result_review .icon_with_text_item_texts strong {
  align-items: center;
  gap: 10px;
  padding-top: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.result_review .icon_with_text_item_texts {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.results_icons .icons_with_text_item {
  position: relative;
}

.results_icons .icons_with_text_item:after {
  content: "";
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 9px;
  right: 9px;
}

@media (max-width: 915px) {
  .result_review .icon_with_text_item {
    padding-left: 0;
  }

  .results_section_lp .custom-flex_item_ad_2, .results_section_lp .custom-flex_item_ad_1 {
    max-width: 100%;
  }

  .result_heading {
    width: 290px;
    padding-bottom: 23px;
  }

  .results_icons .icons_with_text_flex {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    display: flex;
  }

  .results_icons .icons_with_text_item {
    border: 1px solid #975a3e;
    border-radius: 8px;
    width: 100%;
    max-width: calc(50% - 7px);
    padding: 14px;
    position: relative;
  }

  .results_icons .icons_with_text_item .icon_svg_main {
    text-transform: capitalize;
    color: #975a3e;
    padding-bottom: 7px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }

  .results_icons .icons_with_text_item img {
    object-fit: contain;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }

  .results_icons .icons_with_text_item > span {
    width: 130px;
    max-width: 100%;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    display: block;
  }

  .results_icons .icons_with_text_item:after {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 4px;
    right: 4px;
  }

  .results_icons .icons_with_text_flex {
    justify-content: flex-end;
  }

  .result_review .icon_with_text_item {
    gap: 14px;
  }

  .result_review .icon_with_text_item img {
    width: calc(50% - 7px);
  }

  .result_review .icon_with_text_item_texts {
    width: calc(50% - 7px);
    padding-left: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
  }

  .result_review .icon_with_text_item_texts strong {
    align-items: center;
    gap: 6px;
    padding-top: 6px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
  }

  .result_review .icon_with_text_item_texts strong:before {
    content: "";
    width: 12px;
    height: 12px;
  }

  .result_review .icon_with_text_item {
    align-items: flex-end;
    gap: 14px;
    margin-top: -97px;
    padding-left: 0;
  }
}

.timeline_section_lp .custom-flex_item_ad_1 {
  padding-right: 100px;
}

.timeline_heading {
  padding-top: 30px;
  padding-bottom: 15px;
}

.timeline_text {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.timeline_icons {
  padding-left: 90px;
  position: relative;
}

.timeline_icons .icons_with_text_item {
  padding-bottom: 40px;
  position: relative;
}

.timeline_icons .custom_svg_abs_new {
  position: absolute;
  top: 9px;
  left: -79px;
}

.timeline_icons .icon_svg_main svg {
  background: #f5f6fa;
  border: 1px solid #975a3e;
  border-radius: 16px;
  width: 24px;
  height: 24px;
  padding: 4px;
}

.timeline_icons .icon_svg_main strong {
  color: #975a3e;
  font-weight: 700;
}

.timeline_icons .icon_svg_main {
  letter-spacing: -.36px;
  color: #0b142a;
  background: #f5f6fa;
  border-radius: 5px;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.timeline_icons ul li {
  align-items: center;
  gap: 10px;
  display: flex;
}

.timeline_icons ul {
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  list-style: none;
  display: flex;
}

.timeline_icons p {
  background: #101c3a;
  border: 1px solid #fff3;
  border-radius: 10px;
  padding: 14px 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.timeline_icons .icon_svg_main:before {
  content: "";
  background: #eff2fa;
  width: 74px;
  height: 2px;
  transition: all .3s;
  position: absolute;
  top: 19px;
  right: 100%;
}

.timeline_icons .icon_svg_main:after {
  content: "";
  z-index: 1;
  background: #eff2fa;
  width: 2px;
  height: 100%;
  transition: all .5s;
  position: absolute;
  top: 10px;
  left: -70px;
}

.timeline_icons .icons_with_text_item:before {
  content: "";
  background: #3d507f;
  width: 74px;
  height: 2px;
  position: absolute;
  top: 19px;
  right: 100%;
}

.timeline_icons .icons_with_text_item:after {
  content: "";
  background: #3d507f;
  width: 2px;
  height: calc(100% - 17px);
  position: absolute;
  top: 27px;
  left: -70px;
}

.timeline_icons .icons_with_text_item:last-child .icon_svg_main:after, .timeline_icons .icons_with_text_item:last-child:after {
  display: none;
}

.timeline_icons .custom_svg_abs_new path {
  transition: all .3s;
}

.timeline_icons .icons_with_text_item:not(.active) .custom_svg_abs_new path {
  fill: #3d507f;
}

.timeline_icons .icons_with_text_item:not(.active) .icon_svg_main:before {
  width: 0;
}

.timeline_icons .icons_with_text_item:not(.active) .icon_svg_main:after {
  height: 0%;
}

.timeline_icons .icon_svg_main {
  transition: all .3s;
}

.timeline_icons .icons_with_text_item:not(.active) .icon_svg_main svg {
  background: none;
  border-color: #fff;
}

.timeline_icons .icons_with_text_item:not(.active) .icon_svg_main svg path {
  stroke: #fff;
}

.timeline_icons .icons_with_text_item:not(.active) .icon_svg_main strong {
  color: #fff;
}

.timeline_icons .icons_with_text_item:not(.active) .icon_svg_main {
  color: #fff;
  background: #ffffff0d;
}

.timeline_icons .icons_with_text_item:not(.active) ul path {
  fill: #59678b;
}

.timeline_icons ul path {
  transition: all .3s;
}

.timeline_icons p strong {
  color: #819bdd;
  font-weight: 700;
}

.timeline_note {
  color: #d9dfee;
  margin: -8px 0 0 90px;
  font-size: 12px;
  line-height: 1.45;
  opacity: .88;
}

@media (min-width: 915px) {
  .timeline_section_lp .custom-flex_item_ad_1 .custom-flex_item_ad_inner {
    position: sticky;
    top: 90px;
  }
}

@media (max-width: 915px) {
  .timeline_section_lp .custom-flex_item_ad_1 {
    padding-right: 0;
  }

  .timeline_heading {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .timeline_text {
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
  }

  .timeline_icons {
    padding-left: 36px;
    position: relative;
  }

  .timeline_icons .icon_svg_main:before {
    width: 20px;
    top: 19px;
  }

  .timeline_icons .icon_svg_main:after {
    content: "";
    z-index: 1;
    background: #eff2fa;
    width: 2px;
    height: 100%;
    transition: all .5s;
    position: absolute;
    top: 10px;
    left: -22px;
  }

  .timeline_icons .icons_with_text_item:before {
    content: "";
    background: #3d507f;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 19px;
    right: 100%;
  }

  .timeline_icons .icons_with_text_item:after {
    content: "";
    background: #3d507f;
    width: 2px;
    height: calc(100% - 17px);
    position: absolute;
    top: 19px;
    left: -21px;
  }

  .timeline_icons .icon_svg_main:after {
    top: 19px;
  }

  .timeline_icons .icon_svg_main {
    letter-spacing: -.3px;
    border-radius: 5px;
    gap: 5px;
    min-height: 40px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 130%;
  }

  .timeline_icons .icon_svg_main svg {
    width: 20px;
    height: 20px;
    padding: 4px;
  }

  .timeline_icons ul {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    list-style: none;
    display: flex;
  }

  .timeline_icons ul li {
    gap: 5px;
  }

  .timeline_icons ul li svg {
    width: 15px;
    height: unset;
  }

  .timeline_icons p {
    background: #101c3a;
    border: 1px solid #fff3;
    border-radius: 10px;
    padding: 9px 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  .timeline_icons .custom_svg_abs_new svg {
    width: auto;
    height: 17px;
  }

  .timeline_icons .custom_svg_abs_new {
    z-index: 1;
    height: 17px;
    width: unset;
    position: absolute;
    top: 11px;
    left: -29px;
  }

  .timeline_icons .icons_with_text_item:last-child {
    padding-bottom: 0;
  }

  .timeline_note {
    margin: 18px 0 0 36px;
    font-size: 11px;
    line-height: 1.4;
  }
}

.columns_top_slider .lp_heading {
  padding-bottom: 15px;
}

.lp_sub_heding {
  padding-bottom: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.column_slider_custom_slider_new_item {
  height: 100%;
}

.column_slider_custom_slider_new_item_inner {
  height: 100%;
  padding: 1px 17px;
}

.column_slider_custom_slider_new_item_bg {
  border: 1px solid #975a3e;
  border-radius: 8px;
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.column_image_top {
  width: 100%;
  aspect-ratio: 1196 / 598;
  background: #eaeef9;
  overflow: hidden;
}

.column_image_top img {
  width: 100%;
  height: 100%;
  margin-top: 0;
  object-fit: cover;
  object-position: center;
  display: block;
}

.column_slider_custom_slider_bottom {
  background: #fff;
  flex: 1;
  padding: 20px;
}

.column_badge_slider_new {
  color: #fff;
  background: #975a3e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
}

.column_title_slider_new {
  min-height: 63px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: var(--font-display);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.column_text_slider_new {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.column_slider_main_slider_new {
  margin-left: -17px;
  margin-right: -17px;
}

.reasons_slider_lp {
  border-bottom: 1px solid #975a3e;
  position: relative;
}

.reasons_slider_lp:after {
  content: "";
  background-image: var(--lz-bg-2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 19px;
  right: 6%;
}

@media (max-width: 915px) {
  .columns_top_slider .lp_heading {
    margin: 0 auto;
    padding-bottom: 15px;
  }

  .lp_sub_heding {
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
  }

  .column_slider_custom_slider_new_item_inner {
    height: 100%;
    padding: 1px 10px 1px 0;
  }

  .column_slider_main_slider_new {
    margin-left: 0;
    margin-right: 0;
  }

  .reasons_slider_lp .slick-list.draggable {
    width: calc(100% + 16px);
    padding-right: 34px;
  }

  .column_title_slider_new {
    min-height: 55px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .column_badge_slider_new {
    border-radius: 12px;
    width: 80px;
    height: 20px;
    font-size: 12px;
    line-height: normal;
  }

  .column_text_slider_new {
    font-size: 13px;
    line-height: 18px;
  }

  .reasons_slider_lp .slider_button_custom svg rect {
    fill: #fff;
  }

  .reasons_slider_lp:after {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 9px;
    right: 9px;
  }
}

.table_section_lp .two_layers_top {
  padding-bottom: 60px;
}

.table_subheading {
  width: 760px;
  max-width: 100%;
  margin: 14px auto 0;
  color: #343c51;
  font-size: 18px;
  line-height: 1.5;
}

.table_section_lp .custom-flex_item_ad_1 {
  max-width: 54.4%;
}

.table_section_lp .custom-flex_item_ad_2 {
  max-width: 45.6%;
}

.table_html {
  width: 534px;
  max-width: 100%;
  margin-left: auto;
}

.table_html_flex {
  background: #eef1fa;
  border: 1px dashed #101d3b33;
  border-radius: 10px;
  display: flex;
}

.table_html_text {
  width: 100%;
  max-width: calc(100% - 240px);
}

.table_html_text_item {
  text-align: left;
  align-items: center;
  min-height: 72px;
  padding-left: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.table_html_ticks {
  color: #fff;
  background: none center / cover no-repeat;
  border-radius: 5px 5px 0 0;
  width: 120px;
  margin-top: -41px;
}

.table_html_tick {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 72px;
  display: flex;
}

.table_html_ticks_top {
  letter-spacing: -.15px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  height: 41px;
  padding: 0 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  display: flex;
}

.table_html_ticks_top img {
  object-fit: contain;
  width: 33px;
  height: 95px;
  margin-top: -53px;
}

.table_html_cross {
  width: 120px;
  margin-top: -41px;
}

.table_html_cross_top {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 41px;
  padding-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: flex;
}

.table_html_cross_item {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 72px;
  display: flex;
}

.table_html_cross_item + .table_html_cross_item, .table_html_text_item + .table_html_text_item {
  border-top: 1px dashed #101d3b33;
}

.table_html_tick + .table_html_tick {
  border-top: 1px dashed #fff3;
}

@media (max-width: 915px) {
  .table_section_lp .custom-flex_item_ad_1, .table_section_lp .custom-flex_item_ad_2 {
    max-width: 100%;
  }

  .table_section_lp .two_layers_top {
    text-align: left;
    padding-bottom: 38px;
  }

  .table_subheading {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.45;
  }

  .table_html_ticks {
    width: 94px;
  }

  .table_html_cross {
    width: 86px;
  }

  .table_html_text {
    width: 100%;
    max-width: calc(100% - 178px);
  }

  .table_html_text_item {
    min-height: 66px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .table_html_tick, .table_html_cross_item {
    min-height: 66px;
  }

  .table_html_text_item {
    padding-right: 22px;
  }

  .table_html_tick svg, .table_html_cross_item svg {
    width: 20px;
    height: unset;
  }

  .table_html_ticks_top {
    letter-spacing: -.11px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 12px;
  }

  .table_html_cross_top {
    width: 50px;
    min-height: 41px;
    margin: 0 auto;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .table_html_ticks_top img {
    width: 25px;
    height: unset;
    object-fit: contain;
    position: relative;
    top: 4px;
  }

  .table_html_ticks_top p {
    position: relative;
    top: -5px;
  }
}

.faq_lp h2 {
  text-align: center;
  padding-bottom: 12px;
}

.faq_subtext {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .84);
}

.faq_center {
  flex-wrap: wrap;
  gap: 80px;
  display: flex;
}

.faq_center_main {
  width: 100%;
  max-width: calc(50% - 40px);
}

.faq_slider_item + .faq_slider_item {
  margin-top: 20px;
}

.faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.faq_slider_item {
  background: #ffffff26;
  border: 1px solid #ffffff0d;
  border-radius: 8px;
  transition: all .3s;
}

.faq_question:after {
  content: "";
  background: none center / contain no-repeat;
  width: 22px;
  height: 22px;
  transition: all .3s;
}

.faq_slider_item:has(.active) {
  color: #000;
  background: #f5f6fa;
  border: 1px solid #ffffff0d;
}

.faq_answer {
  margin-top: -7px;
  padding: 0 20px 17px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.faq_question.active:after {
  transform: rotate(90deg);
}

.faq_answer strong {
  font-weight: 500;
}

@media (max-width: 915px) {
  .faq_center {
    gap: 15px;
  }

  .faq_center_main {
    max-width: 100%;
  }

  .faq_lp h2 {
    text-align: left;
    padding-bottom: 8px;
  }

  .faq_subtext {
    margin: 0 0 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.45;
  }

  .faq_question {
    padding: 17px 15px;
    font-size: 14px;
  }

  .faq_question:after {
    width: 20px;
    height: 20px;
  }

  .faq_answer {
    padding: 0 15px 17px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
  }

  .money_section_lp .richtext_blocks_new {
    background-image: var(--lz-bg-3);
  }
}

.money_section_lp .richtext_blocks_new {
  border-radius: 8px;
  padding-left: 60px;
  padding-right: 90px;
}

.money_left_icon .icon_with_text_item img {
  object-fit: contain;
  width: 120px;
  height: 120px;
}

.money_left_icon .icon_with_text_item {
  text-align: left;
  align-items: center;
  gap: 30px;
  display: flex;
}

.money_left_icon .icon_with_text_item_texts strong {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.money_left_icon .icon_with_text_item_texts {
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.money_section_lp .custom-flex_two_ad {
  align-items: center;
}

.money_section_lp .custom-flex_item_ad_2 {
  width: 257px;
  max-width: 40%;
}

.money_section_lp .custom-flex_item_ad_1 {
  max-width: 60%;
}

.money_right_img {
  margin-top: -34px;
}

@media (max-width: 915px) {
  .money_section_lp .richtext_blocks_new {
    min-height: 295px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
    position: relative;
  }

  .money_left_icon .icon_with_text_item img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
  }

  .money_section_lp .custom-flex_two_ad {
    flex-direction: row-reverse;
    align-items: flex-end;
  }

  .money_right_img {
    margin-top: 0;
  }

  .money_section_lp .custom-flex_item_ad_2 {
    width: 100%;
    max-width: 113px;
  }

  .money_section_lp .custom-flex_item_ad_1 {
    max-width: calc(100% - 128px);
  }

  .money_left_icon .icon_with_text_item_texts strong {
    font-size: 26px;
    line-height: 30px;
  }

  .money_left_icon .icon_with_text_item_texts {
    gap: 15px;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 16px;
  }
}

.review_section_rating .icon_with_text_item img {
  width: 95px;
  height: auto;
}

.review_section_rating .icon_with_text_item strong {
  font-weight: 500;
}

.review_section_rating .icon_with_text_item {
  align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: inline-flex;
}

.review_with_text_landing_page_item.active + .bottom_buttons_review .trigger_reviews_js_show {
  display: none;
}

.review_with_text_landing_page_item.active + .bottom_buttons_review .trigger_reviews_js_hide {
  display: block !important;
}

.reviews_main_div {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 34px;
  display: flex;
}

.review_with_text_landing_page_item {
  text-align: left;
  background: #fff;
  border: 1px solid #101d3b;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  max-width: calc(33.33% - 22.6667px);
  padding: 20px;
  position: relative;
}

.review_with_text_landing_page_item.active {
  display: flex;
}

.review_with_text_landing_page_item_top {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.review_svg_abs {
  position: absolute;
  top: 10px;
  right: 10px;
}

.review_text_bottom {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.review_richtext_bottom p {
  background: #f5f6fa;
  border: 1px solid #101d3b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 0 16px;
  display: inline-flex;
}

.review_richtext_bottom {
  flex-wrap: wrap;
  gap: 15px;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
}

.review_rating_bottom img {
  width: 96px;
}

.review_rating_bottom {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: inline-flex;
}

.see_more_button {
  text-underline-offset: 2px;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
}

.custom_reviews_lp {
  border-top: 1px solid #975a3e;
}

.lz-review-subheading {
  max-width: 760px;
  margin: -22px auto 34px;
  color: #313a50;
  font-size: 18px;
  line-height: 1.45;
}

.lz-review-note {
  width: 100%;
  margin-top: -8px;
  color: #585f70;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.review_text_bottom strong {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 915px) {
  .reviews_main_div {
    row-gap: 20px;
  }

  .review_with_text_landing_page_item {
    max-width: 100%;
  }

  .review_section_rating .icon_with_text_item {
    text-align: left;
    justify-content: center;
    gap: 8px;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: normal;
  }

  .review_section_rating .icon_with_text_item img {
    width: 69px;
    height: auto;
  }

  .custom_review_heading.lp_heading.h1 {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 12px;
  }

  .lz-review-subheading {
    margin: 0 auto 22px;
    font-size: 14px;
    line-height: 1.45;
  }

  .lz-review-note {
    margin-top: -2px;
    font-size: 11px;
  }

  .review_rating_bottom {
    gap: 7px;
    font-size: 13.876px;
    line-height: 109.5%;
  }

  .review_rating_bottom img {
    width: 74px;
  }

  .review_text_bottom {
    font-size: 15px;
    line-height: 18px;
  }

  .review_text_bottom strong {
    font-size: 17px;
    line-height: 22px;
  }

  .review_richtext_bottom {
    gap: 10px;
    font-size: 12px;
    line-height: normal;
  }

  .review_richtext_bottom p {
    border-radius: 5px;
    min-height: 28px;
    padding: 0 16px;
  }

  .see_more_button {
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
  }
}

.footer_logo a {
  width: 263px;
  max-width: 100%;
  display: inline-block;
}

.footer_logo {
  width: 100%;
  padding-bottom: 60px;
}

@media (max-width: 915px) {
  .footer_logo a img {
    width: 211px;
    margin: 0 auto;
  }

  .footer_logo {
    border-bottom: 1px dashed #fff3;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  body {
    zoom: 80%;
  }
}

@media (min-width: 1170px) and (max-width: 1400px) {
  body {
    zoom: 70%;
  }
}

@media (min-width: 915px) and (max-width: 1170px) {
  body {
    zoom: 60%;
  }
}

svg div {
  display: none;
}

.section5_heading {
  text-transform: capitalize;
}

@media (min-width: 915px) {
  .relative_main_slider {
    max-width: calc(85% - 10px);
    margin-left: 10px;
    padding-left: 0;
    overflow: hidden;
  }

  .section3_icons_lp .icons_with_text_flex .icons_with_text_item_text {
    height: auto !important;
    overflow: unset !important;
    padding: 20px !important;
  }
}

@media (max-width: 915px) {
  .faq_slider_item + .faq_slider_item {
    margin-top: 15px;
  }

  .relative_main_slider {
    margin-left: 10px;
    padding-left: 0;
    overflow: hidden;
  }

  .section5_heading {
    width: 228px;
  }
}

@media (max-width: 380px) {
  .thumb_slider_relative {
    max-width: 16.2%;
  }

  .relative_main_slider {
    max-width: calc(83.8% - 10px);
  }
}

@media (min-width: 375px) and (max-width: 400px) {
  .thumb_slider_relative {
    max-width: 16.8%;
  }

  .relative_main_slider {
    max-width: calc(83.2% - 10px);
  }
}

@media (min-width: 400px) and (max-width: 915px) {
  .thumb_slider_relative {
    max-width: 16.9%;
  }

  .relative_main_slider {
    max-width: calc(83.1% - 10px);
  }
}

.clinical_popup_trigger .icons_with_text_item_svg {
  letter-spacing: -.5px;
  color: #101d3b;
  align-items: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  display: inline-flex;
}

.clinical_popup_trigger .icons_with_text_item_text a {
  color: #101d3b;
  text-underline-offset: 2px;
  font-weight: 500;
  text-decoration: underline;
}

.clinical_popup_trigger .icons_with_text_item_text {
  padding-top: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.clinical_popup_trigger .icons_with_text_flex:nth-child(2) .icons_with_text_item_text {
  color: #000;
  padding-top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.clinical_popup_trigger .icons_with_text_flex:nth-child(2) .icons_with_text_item img {
  width: 70px;
  height: auto;
  display: block;
}

.clinical_popup_trigger .icons_with_text_flex:nth-child(2) .icons_with_text_item {
  align-items: center;
  gap: 5px;
  padding-top: 15px;
  display: inline-flex;
}

.clinical_popup_trigger .icons_with_text_flex:nth-child(2) .icons_with_text_item_svg {
  display: none;
}

.clinical_popup_trigger {
  text-align: center;
  background: #f5f6fa;
  border: 1px solid #975a3e;
  border-radius: 8px;
  width: 813px;
  max-width: 100%;
  margin-top: 35px;
  padding: 20px;
  display: inline-block;
}

@media (max-width: 915px) {

  .clinical_popup_trigger .icons_with_text_item_svg svg {
    width: auto;
    height: 37px;
  }

  .clinical_popup_trigger .icons_with_text_item_svg {
    letter-spacing: -.4px;
    gap: 2px;
    font-size: 20px;
    line-height: 20px;
  }

  .clinical_popup_trigger .icons_with_text_item_text {
    width: 298px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
  }

  .clinical_popup_trigger {
    border-radius: 8px;
    padding: 10px 15px;
  }

  .clinical_popup_trigger .icons_with_text_flex:nth-child(2) .icons_with_text_item {
    padding-top: 8px;
  }

  .clinical_popup_trigger .icons_with_text_flex:nth-child(2) .icons_with_text_item img {
    width: 70px;
  }

  .clinical_popup_trigger .icons_with_text_flex:nth-child(2) .icons_with_text_item_text {
    width: fit-content;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
  }

  .clinical_popup_trigger {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.flow_text {
  padding-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
}

.flow_eyebrow {
  color: #1e356f;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 1.2;
  text-transform: uppercase;
}

.flow_icons .icons_with_text_flex {
  gap: 35px;
  padding-top: 20px;
  display: flex;
}

.flow_icons .icons_with_text_flex .icons_with_text_item:first-child {
  background: #fff6f6;
  border: 1px solid #b91414;
  border-radius: 30px;
  align-items: center;
  gap: 10px;
  width: 210px;
  min-height: 44px;
  padding: 6px 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  display: flex;
}

.flow_icons .icons_with_text_flex .icons_with_text_item:nth-child(2) {
  align-items: center;
  font-size: 0;
  display: flex;
}

.flow_icons .icons_with_text_flex .icons_with_text_item:nth-child(3) {
  background: #dce3f5;
  border: 1px solid #975a3e;
  border-radius: 30px;
  align-items: center;
  gap: 10px;
  width: 210px;
  min-height: 44px;
  padding: 6px 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  display: flex;
}

.hp_flow_section {
  border-top: 1px solid #975a3e;
}

.hp_flow_section .custom-flex_item_ad_2 {
  max-width: 45%;
}

.hp_flow_section .custom-flex_two_ad_template--20177150607499__two_layer_richtext_RYV3Yp {
  align-items: center;
  gap: 3%;
}

.flow_img_right,
.flow_mob_image {
  width: 100%;
  aspect-ratio: 1256 / 707;
  overflow: hidden;
  border-radius: 14px;
}

.flow_img_right img,
.flow_mob_image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
  display: block;
}

.flow_text {
  width: 620px;
  max-width: 100%;
  padding-bottom: 20px;
}

@media (max-width: 915px) {
  .flow_text {
    width: 100%;
  }

  .flow_icons .icons_with_text_flex .icons_with_text_item:first-child svg {
    width: 14px;
    height: auto;
  }

  .flow_icons .icons_with_text_flex .icons_with_text_item:first-child {
    gap: 6px;
    width: min(37vw, 150px);
    min-height: 42px;
    padding: 6px 9px;
    font-size: 12px;
    line-height: 1.12;
  }

  .flow_icons .icons_with_text_flex .icons_with_text_item:nth-child(2) svg {
    width: 24px;
    height: auto;
  }

  .flow_icons .icons_with_text_flex .icons_with_text_item:nth-child(3) svg {
    width: 14px;
    height: auto;
  }

  .flow_icons .icons_with_text_flex .icons_with_text_item:nth-child(3) {
    gap: 6px;
    width: min(37vw, 150px);
    min-height: 42px;
    padding: 6px 9px;
    font-size: 12px;
    line-height: 1.12;
  }

  .flow_icons .icons_with_text_flex {
    justify-content: center;
    gap: 8px;
    padding-top: 12px;
  }

  .flow_text {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .flow_mob_image {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-radius: 10px;
  }

  .flow_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .flow_heading {
    width: 100%;
  }

  .flow_eyebrow {
    margin-bottom: 9px;
    font-size: 11px;
    letter-spacing: 1.25px;
  }
}

.custom_popup_hp {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #00000045 !important;
}

.custom_popup_hp .container_hk {
  background: #fff;
  border-radius: 8px;
  width: 770px;
  height: 100%;
  position: relative;
  overflow-y: auto;
}

.custom_close_hp_popup {
  cursor: pointer;
  width: 34px;
  height: 34px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: -40px;
  position: sticky;
  top: -40px;
}

.popup_heading {
  padding-bottom: 20px;
}

.popup_text strong {
  font-weight: 700;
}

.popup_text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.popup_image {
  padding-top: 35px;
  padding-bottom: 35px;
}

.popup_heading.h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.custom_popup_hp .container_hk::-webkit-scrollbar {
  display: none;
}

.custom_popup_hp .container_hk {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.popup_icon_text .icon_with_text_item {
  text-transform: capitalize;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

.popup_icon_text + .popup_icon_text {
  padding-top: 15px;
}

.popup_text + .popup_heading {
  padding-top: 35px;
}

.custom_popup_hp {
  padding: 50px;
  display: none;
}

body:has(.custom_popup_hp.active) {
  overflow: hidden !important;
}

@media (max-width: 915px) {
  .custom_close_hp_popup svg {
    width: 100%;
    height: auto;
  }

  .custom_close_hp_popup {
    width: 24px;
    height: 24px;
    margin-top: -24px;
    margin-right: 0;
    top: -24px;
    right: 0;
  }

  .popup_heading.h1 {
    width: 296px;
  }

  .popup_image {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .popup_text + .popup_heading {
    padding-top: 25px;
  }

  .popup_heading.h2 {
    width: 296px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .popup_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .popup_icon_text .icon_with_text_item svg {
    width: 15px;
    height: auto;
  }

  .popup_icon_text .icon_with_text_item {
    gap: 7px;
    font-size: 13px;
  }

  .custom_popup_hp {
    padding: 50px 16px;
  }

  .custom_popup_hp .container_hk {
    width: 100%;
  }
}

.drawer {
  z-index: 1001;
  width: 500px;
  max-width: calc(100vw - 20px);
  height: 100%;
  padding: 60px 30px 20px;
  transition: left .3s;
  position: fixed;
  top: 0;
  left: -500px;
  box-shadow: 2px 0 8px #0003;
}

.drawer.open {
  left: 0;
}

.drawer-close {
  cursor: pointer;
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.drawer-button {
  cursor: pointer;
  border: none;
}

.header_logo {
  width: 198px;
  max-width: 100%;
}

ul.drawer-menu a {
  -webkit-text-decoration: unset;
  text-decoration: unset;
  padding: 15px 0;
  font-family: var(--font-body);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}

.header_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header_cart_toggle {
  cursor: pointer;
}

.cart-drawer {
  z-index: 1001;
  width: 440px;
  max-width: calc(100vw - 20px);
  height: 100%;
  transition: right .3s;
  position: fixed;
  top: 0;
  right: -440px;
  box-shadow: 2px 0 8px #0003;
}

.cart-drawer.open {
  right: 0;
}

.cart-button {
  color: #fff;
  cursor: pointer;
  background: #000;
  border: none;
  padding: 10px 16px;
  font-size: 18px;
}

.cart-close {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.cart-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.cart-item p {
  margin: 0;
}

.cart-footer {
  margin-top: 20px;
}

.cart-link {
  color: #fff;
  text-align: center;
  background: #000;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.cart_empty_button {
  cursor: pointer;
  background: #5578d1;
  border: 2px solid #5578d1;
  border-radius: 13.969px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 61px;
  font-size: 19.556px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  transition: all .5s;
  display: flex;
}

.cart_empty_button:hover {
  color: #5578d1;
  background: none;
}

.cart_empty_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 30px;
  display: flex;
}

.cart_empty_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cart_empty_heading {
  text-align: center;
  padding-bottom: 20px;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

.cart_heading {
  padding: 22px 21px 24px;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

.cart_footer {
  padding: 15px 15px 13px;
  box-shadow: 0 0 20px #00000040;
}

.cart_footer_top {
  justify-content: space-between;
  align-items: self-end;
  display: flex;
}

.cart_footer_subtotal_title {
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.cart_footer_subtotal_price {
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

a.checkout_button {
  text-transform: uppercase;
  min-height: 51px;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  color: #fff;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 74px;
  justify-content: center;
  align-items: center;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  transition: all .5s;
  display: flex;
}

a.checkout_button:hover {
  color: #fff;
  background: none;
}

.cart_paymants img {
  width: 285px;
  margin: 0 auto;
  display: block;
}

.cart_paymants {
  padding-top: 13px;
}

.cart_middle {
  height: calc(var(--real-vh) - 292px);
  padding: 16px 20px;
  overflow-y: scroll;
}

.cart_items_main {
  flex-direction: column;
  gap: 13px;
  display: flex;
}

.cart_item_single {
  width: 100%;
}

.cart_item_single_flex {
  align-items: center;
  gap: 11px;
  display: flex;
}

.cart_item_single_right_title_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart_item_single_title {
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.cart_item_single_variant_title {
  padding-top: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.cart_item_single_variant_title span {
  color: #fff;
  font-weight: 700;
}

.cart_item_single_variant_title {
  align-items: center;
  gap: 3px;
  display: flex;
}

.cart_item_single_variant_title span {
  align-items: center;
  gap: 2px;
  display: flex;
}

.cart_quantity_wrapper {
  background: #fff;
  border: .875px solid #c8c8c8;
  border-radius: 36.754px;
  justify-content: space-between;
  align-items: center;
  width: 89.259px;
  height: 28px;
  display: flex;
}

.cart_quantity_button {
  text-transform: uppercase;
  color: #172446;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-family: var(--font-body);
  font-size: 17.502px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.cart_item_single_right_bottom_flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.cart_item_single_variant_quantity span {
  color: #fff;
  font-weight: 700;
}

.cart_item_single_variant_quantity {
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.cart_middle::-webkit-scrollbar {
  width: 0;
}

div#cart_drawer_content.loading_hk {
  color: unset !important;
}

.cart_quantity_button.quantity_plus {
  border-right: unset;
  border-left: .875px solid #c8c8c8;
}

.cart_quantity_button {
  border-right: .875px solid #c8c8c8;
}

div#cart_drawer_content {
  height: 100%;
}

.cart_item_single_price {
  text-transform: uppercase;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.cart_item_single_price_compare {
  opacity: .48;
  text-transform: uppercase;
  text-align: right;
  padding-top: 4px;
  font-family: var(--font-body);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration-line: line-through;
}

.cart_footer_subtotal_save {
  color: #fff;
  background: #1f9dcc;
  border: .503px solid #fff;
  border-radius: 32.174px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-height: 19px;
  margin-bottom: 7px;
  padding: 0 14px;
  font-family: var(--font-body);
  font-size: 10.054px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.cart_footer_subtotal_price {
  text-align: right;
}

.recommended_product_button {
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 46.375px;
  justify-content: center;
  align-items: center;
  min-width: 91px;
  min-height: 25px;
  font-family: var(--font-body);
  font-size: 12.25px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  transition: all .5s;
  display: inline-flex;
}

.recommended_product_button:hover {
  color: #fff;
  background: none;
}

.custom_overlay.active, .custom_overlay2.active {
  opacity: .6;
  cursor: pointer;
  background: #000;
  position: fixed;
  inset: 0;
  display: block !important;
}

@media (max-width: 915px) {
  .header_logo {
    width: 66px;
  }

  div#drawer-toggle svg {
    width: 20.999px;
    height: 13.386px;
  }

  div#cart-toggle svg {
    width: 22px;
    height: 19px;
  }

  .drawer {
    padding: 60px 20px 20px;
  }

  ul.drawer-menu a {
    padding: 12px 0;
    font-size: 18px;
  }

  .cart-close {
    top: 0;
    right: 0;
  }

  .cart_quantity_wrapper input {
    margin-right: 0;
  }

  .cart-drawer {
    width: 360px;
    right: -360px;
  }

  .drawer-close {
    top: 0;
    right: 0;
  }

  .drawer {
    width: 360px;
    left: -360px;
  }
}

.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu .sub-menu {
  background-color: inherit;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(0);
}

.drawer-menu .sub-menu.open {
  height: 100%;
  display: block;
  left: 0;
}

ul.drawer-menu {
  position: relative;
}

a.parent-link svg {
  width: 20px;
  height: auto;
}

ul.drawer-menu a.parent-link {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

li.back-btn a {
  gap: 5px;
  display: flex;
}

li.back-btn a svg {
  width: 20px;
  height: auto;
  transform: rotate(180deg);
}

ul.drawer-menu {
  height: 100%;
  overflow-x: hidden;
}

.cart_heading {
  padding: 30px;
  font-family: var(--font-body);
  font-weight: 400;
}

.cart-close {
  top: 36px;
  right: 30px;
}

.cart_free_bar {
  padding: 0 30px;
}

.cart_item_single_left {
  width: 87px;
}

.cart_item_single_title {
  color: #fff;
  padding-bottom: 15px;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
}

.cart_item_single_price {
  padding-top: 20px;
}

.cart_quantity_wrapper {
  border-radius: 0;
  width: 105px;
  height: 30px;
}

.cart_quantity_button {
  font-size: 18px;
  font-weight: 600;
}

.cart_quantity_wrapper input {
  color: #fff;
}

.cart_item_single_right {
  width: 100%;
  max-width: calc(100% - 98px);
}

.cart_item_single_right_remove {
  justify-content: right;
  display: flex;
}

a.checkout_button:hover {
  color: #fff;
  background: none;
  font-weight: 400;
}

.cart_heading {
  border-bottom: 1px solid #cccc;
  margin-bottom: 20px;
}

.cart_paymants img {
  width: 100%;
}

.cart_footer {
  padding: 30px;
}

.cart_middle {
  height: calc(100vh - 312px);
  padding: 30px;
}

.drawer-close {
  top: 20px;
  right: 30px;
}

.cart_empty_button {
  box-shadow: unset;
  color: #fff;
  cursor: pointer;
  background: #5578d1;
  border-color: #5578d1;
  border-radius: 9px;
  min-height: 60px;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
}

.cart_empty_button:hover {
  color: #5578d1;
}

.cart_empty_heading {
  font-family: var(--font-body);
  font-size: 26px;
  font-weight: 400;
}

a.checkout_button {
  border-radius: 9px;
  font-family: var(--font-body);
  font-weight: 700;
}

.cart_item_single_right_remove {
  cursor: pointer;
  width: fit-content;
  margin-left: auto;
}

:root {
  --real-vh: 100vh;
}

.cart-content {
  height: var(--real-vh);
}

.cart_item_single_title:has( + .cart_item_single_selling_plan) {
  padding-bottom: 5px;
}

.cart_item_single_selling_plan {
  padding-bottom: 11px;
}

.cart_item_single_right_title_right {
  padding-top: 3px;
}

@media (max-width: 915px) {

  .cart_heading {
    padding: 20px;
  }

  .cart-close {
    top: 24px;
    right: 20px;
  }

  .cart_middle {
    height: calc(100vh - 258px);
    padding: 30px 20px;
  }

  .cart_footer {
    padding: 20px;
  }

  .cart_free_bar {
    padding: 0 20px;
  }

  .drawer-close {
    top: 20px;
    right: 20px;
  }

  .cart_item_single_selling_plan {
    font-size: 14px;
  }

  .cart_middle {
    height: calc(var(--real-vh) - 258px);
  }
}

body.mac-os .cart_quantity_wrapper input {
  margin-right: 0;
}

a.desktop_nav_parent {
  color: #fff;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  padding: 0 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

li.desktop_nav_menu.has-children {
  position: relative;
}

li.desktop_nav_menu.has-children a.desktop_nav_parent {
  align-items: center;
  gap: 5px;
  display: flex;
}

ul.desktop_nav_menu {
  align-items: center;
  list-style: none;
  display: flex;
}

li.desktop_nav_menu.has-children a.desktop_nav_parent svg {
  width: 16px;
  height: auto;
  transition: all .5s;
  position: relative;
  top: 1px;
}

a.desktop_nav_parent.active svg {
  transform: rotate(-180deg);
}

.header_icons {
  align-items: center;
  gap: 20px;
  display: flex;
}

.cart_quantity_wrapper {
  color: #fff;
  background: none;
}

.cart_quantity_wrapper input {
  background: none;
  font-weight: 400;
}

.cart_quantity_button {
  color: #fff;
  font-weight: 400;
}

.cart_footer_subtotal_title {
  font-weight: 400;
}

a.checkout_button:hover {
  color: #5578d1;
}

a.checkout_button {
  background: #5578d1;
  border-color: #5578d1;
}

.cart_item_single:has(img.item_image[alt="Shipping Protection"]) {
  display: none;
}

.cart_item_single_title {
  padding-bottom: 5px;
}

button#cart-close svg {
  width: 20px;
  height: 20px;
}

ul.cart_item_options {
  flex-direction: column;
  gap: 3px;
  padding-bottom: 10px;
  list-style: none;
  display: flex;
}

.cart_paymants img {
  width: 140px;
  max-width: 100%;
}

.cart_footer_subtotal_save {
  display: none;
}

a.checkout_button {
  gap: 5px;
}

.cart_item_single_right_title_right_price {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 915px) {
  button#drawer-close svg {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 915px) {
  .cart_items_main {
    gap: 20px;
  }
}

a.desktop_nav_parent {
  color: unset;
}

.cart_item_single_title {
  color: #1a1a1a;
}

.cart_item_single_right_title_right_price {
  align-items: center;
  gap: 10px;
  display: flex;
}

.cart_item_single_price {
  padding: 0;
}

 .cart_free_bar, .cart_rating_top, ul.cart_item_options {
  display: none;
}

.cart_quantity_button, .cart_quantity_wrapper input {
  color: #1a1a1a;
}

.product_rating_cart {
  align-items: center;
  gap: 10px;
  display: flex;
}

.cart_footer_subtotal_save {
  height: 22px;
  margin: unset;
  background: #c94118;
  border-radius: 3px;
  padding: 2px 6px;
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  display: inline-flex;
}

.cart_quantity_wrapper input[name="quantity_single"] {
  display: none;
}

div#cart-drawer .cart_heading {
  color: #21293f;
  letter-spacing: .2px;
  text-transform: capitalize;
  border-bottom: 1px solid #a7a7a7;
  margin-bottom: 20px;
  padding: 20px 24px;
  font-family: var(--font-body);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

div#cart-drawer button#cart-close svg {
  width: 24px;
  height: 24px;
}

div#cart-drawer .cart_item_single_left img {
  border-radius: 5px;
}

div#cart-drawer .product_rating_cart {
  color: #1a1a1a;
  text-decoration-skip-ink: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  font-family: var(--font-body);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  display: flex;
}

div#cart-drawer .product_rating_cart svg {
  width: auto;
  height: 11px;
}

div#cart-drawer .cart_item_single_title {
  color: #1a1a1a;
  padding-bottom: 15px;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

div#cart-drawer .cart_item_single_right_title_right_price {
  color: #c94118;
  text-align: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  font-family: var(--font-body) !important;
}

div#cart-drawer .cart_item_single_price {
  font-family: var(--font-body);
}

div#cart-drawer .cart_item_single_right_title_right_price s {
  color: #a4a4a4;
  font-family: var(--font-body);
  font-weight: 300;
  text-decoration-line: line-through;
}

div#cart-drawer .cart_item_single_right_remove svg {
  width: auto;
  height: 30px;
}

div#cart-drawer .cart_quantity_wrapper {
  border: .5px solid #232b41;
  width: 113px;
  padding: 0 3px;
  border-radius: 3px !important;
  height: 30px !important;
}

div#cart-drawer .cart_quantity_button.quantity_plus, div#cart-drawer .cart_quantity_button {
  border-right: unset;
  border-left: unset;
  color: #1a1a1a;
  border-right: unset;
  font-family: var(--font-body);
  font-size: 17px;
  position: relative;
  top: -1px;
}

div#cart-drawer .cart_quantity_wrapper input {
  color: #1a1a1a;
  text-transform: capitalize;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

div#cart-drawer span.qty_free_overlay {
  display: none;
}

div#cart-drawer .cart_footer_top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

div#cart-drawer .cart_footer_subtotal_title {
  color: #1a1a1a;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

div#cart-drawer .cart_footer_subtotal_right {
  align-items: center;
  gap: 12px;
  display: flex;
}

div#cart-drawer .cart_footer_subtotal_right .cart_footer_subtotal_price {
  color: #1a1a1a;
  text-align: center;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

div#cart-drawer .cart_footer_subtotal_save {
  height: 24px;
  margin: unset;
  background: #c94118;
  border-radius: 3px;
  padding: 2px 8px 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

div#cart-drawer a.checkout_button {
  color: #232b41;
  background: #5578d1;
  border-radius: 8px;
  gap: 10px;
  width: 100%;
  min-height: 72px;
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
}

div#cart-drawer .cart_footer {
  box-shadow: unset;
  border-top: 1px solid #3c3224;
  padding: 20px 24px;
}

div#cart-drawer a.checkout_button:hover {
  background: none;
}

div#cart-drawer .under_cta_texts {
  color: #21293f;
  justify-content: center;
  gap: 20px;
  padding-top: 10px;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

div#cart-drawer .under_cta_text {
  align-items: center;
  gap: 10px;
  display: flex;
  position: relative;
}

div#cart-drawer .under_cta_texts .under_cta_text:first-child:after {
  content: "|";
  color: #21293f;
  text-align: center;
  padding-left: 12px;
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

div#cart-drawer .cart_middle {
  height: calc(100% - 272px);
}

div#cart-drawer .cart_quantity_wrapper {
  border: 1px solid #232b41;
}

div#cart-drawer .gift_part_cart_text {
  color: #fff;
  background: #232b41;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-bottom: 25px;
  padding-top: 3px;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

div#cart-drawer .gift_part_cart_text svg {
  position: relative;
  top: -1px;
}

div#cart-drawer .gift_part_cart_text strong {
  color: #6685d5;
  font-weight: 700;
}

div#cart-drawer .cart_item_single_price_compare {
  color: #a4a4a4;
  text-align: right;
  opacity: 1;
  padding-top: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  text-decoration-line: line-through;
}

div#cart-drawer .cart_middle {
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 272px);
  display: flex;
}

div#cart-drawer .cart_reviews_title {
  color: #21293f;
  letter-spacing: .2px;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-family: var(--font-body);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

div#cart-drawer .review_slider_custom_slider_new_item_bg.left {
  background: #eef1f9;
  border: 1px solid #232b41;
  border-radius: 10px;
  margin-right: 20px;
  padding: 15px;
}

div#cart-drawer .cart_reviews_slider_main .slick-list.draggable {
  width: calc(100% + 24px);
  padding-right: 195px;
}

div#cart-drawer .review_text_slider_new {
  color: #1a1a1a;
  padding: 15px 0;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

div#cart-drawer .review_name {
  color: #1a1a1a;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  display: flex;
}

div#cart-drawer .review_name strong {
  font-weight: 500;
}

div#cart-drawer .cart_reviews_title {
  padding-top: 30px;
}

div#cart-drawer .slider_navigations.center {
  padding-top: 20px;
  display: flex !important;
}

div#cart-drawer .cart_empty_heading {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  font-family: var(--font-body) !important;
}

div#cart-drawer .cart_empty_button {
  color: #000;
  cursor: pointer;
  border-radius: 9px;
  min-height: 60px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-body) !important;
}

div#cart-drawer .review_text_slider_new {
  min-height: unset;
}

div#cart-drawer .review_rating2 svg {
  height: 14px;
  margin-bottom: 0;
}

div#cart-drawer .review_slider_custom_slider_new_item_bg.left {
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  display: flex;
}

div#cart-drawer .slider_button_custom svg {
  height: unset;
  width: auto;
  display: block;
}

div#cart-drawer ul.slick-dots li:after {
  background: #232b4133 !important;
}

div#cart-drawer ul.slick-dots li.slick-active:after {
  background: #232b41 !important;
}

div#cart-drawer .cart_item_single_left img {
  object-fit: cover;
  height: 100%;
}

div#cart-drawer .cart_item_single_flex {
  align-items: unset;
}

div#cart-drawer .review_rating2 {
  padding: 0;
}

div#cart-drawer .cart_item_single_left img {
  max-height: 129px;
}

div#cart-drawer .cart_quantity_wrapper input {
  appearance: none;
}

div#cart-drawer input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
}

div#cart-drawer input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
}

div#cart-drawer .cart_item_single_selling_plan {
  display: none;
}

ul.desktop_nav_menu {
  white-space: nowrap;
}

@media (min-width: 915px) {
  .cart-drawer {
    width: 588px;
    right: -588px;
  }

  div#cart-drawer .cart_item_single_right_title_right_price {
    min-height: 37px;
  }
}

@media (max-width: 915px) {
  div#cart-drawer .cart_heading {
    padding: 12px 20px;
    font-size: 20px;
    line-height: 24px;
  }

  div#cart-drawer button#cart-close svg {
    width: 16px;
    height: 16px;
  }

  div#cart-drawer .cart-close {
    top: 18px;
    right: 20px;
  }

  div#cart-drawer .cart_item_single_left {
    width: 106px;
  }

  div#cart-drawer .cart_item_single_right {
    width: 100%;
    max-width: calc(100% - 117px);
    padding-left: 0;
  }

  div#cart-drawer .cart_item_single_title {
    padding-bottom: 11px;
    font-size: 14px;
    line-height: 16px;
  }

  div#cart-drawer .product_rating_cart {
    padding-bottom: 5px;
  }

  div#cart-drawer .cart_item_single_right_title_right_price {
    gap: 6px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  div#cart-drawer .cart_item_single_right_remove svg {
    height: 22px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  div#cart-drawer .cart_item_single_right_title_flex {
    position: relative;
  }

  div#cart-drawer .cart_quantity_wrapper {
    width: 96px;
    padding: 0;
    height: 24px !important;
  }

  div#cart-drawer .cart_quantity_wrapper input {
    font-size: 11px;
    line-height: 12px;
  }

  div#cart-drawer .cart_footer {
    padding: 15px 20px;
  }

  div#cart-drawer .cart_footer_button {
    padding-top: 12px;
  }

  div#cart-drawer .cart_footer_subtotal_title {
    font-size: 14px;
    line-height: 20px;
  }

  div#cart-drawer .cart_footer_subtotal_right .cart_footer_subtotal_price {
    font-size: 14px;
    line-height: 18px;
  }

  div#cart-drawer .cart_footer_subtotal_right {
    gap: 9px;
  }

  div#cart-drawer .cart_footer_subtotal_save {
    height: 22px;
    padding: 1px 6px 0;
    font-size: 12px;
    line-height: 13px;
  }

  div#cart-drawer a.checkout_button {
    gap: 8px;
    min-height: 56px;
    font-size: 16px;
    line-height: 20px;
  }

  div#cart-drawer a.checkout_button svg {
    width: auto;
    height: 11px;
  }

  div#cart-drawer .under_cta_texts {
    gap: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  div#cart-drawer .under_cta_text {
    gap: 5px;
  }

  div#cart-drawer .under_cta_text svg {
    width: auto;
    height: 14px;
    position: relative;
    top: -1px;
  }

  div#cart-drawer .cart_middle {
    height: calc(100% - 212px);
  }

  div#cart-drawer .gift_part_cart_text {
    text-align: center;
    gap: 7px;
    min-height: 32px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
  }

  .cart_item_single_price {
    font-size: 12px;
    line-height: 20px;
  }

  div#cart-drawer .cart_item_single_price_compare {
    font-size: 12px;
    line-height: 18px;
  }

  div#cart-drawer .gift_part_cart_text svg {
    width: 20px;
    height: unset;
  }

  div#cart-drawer .cart_middle {
    padding: 0 20px 20px;
  }

  div#cart-drawer .cart_reviews_title {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  div#cart-drawer .cart_reviews_slider_main .slick-list.draggable {
    width: 100%;
    padding-right: 0;
  }

  div#cart-drawer .review_slider_custom_slider_new_item_bg.left {
    margin-right: 0;
  }

  div#cart-drawer .review_text_slider_new {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
  }

  div#cart-drawer .review_name {
    gap: 8px;
    font-size: 14px;
    line-height: 18px;
  }

  div#cart-drawer .review_name svg {
    width: auto;
    height: 16px;
    position: relative;
    top: -1px;
  }

  div#cart-drawer .review_slider_custom_slider_new_item_bg.left .review_rating2 svg {
    width: auto;
    height: 11px;
  }

  div#cart-drawer .review_slider_custom_slider_new_item_bg.left {
    margin: 0 3px;
  }

  div#cart-drawer .reviews_center_slider_new {
    margin-left: -3px;
    margin-right: -3px;
  }

  div#cart-drawer .cart_empty_heading {
    font-size: 25px;
  }

  div#cart-drawer .cart_empty_button {
    height: 50px;
    font-size: 16px;
    min-height: 50px !important;
  }

  div#cart-drawer .cart_item_single_left img {
    max-height: 117px;
  }
}

.cart_content_fill {
  height: 100%;
}

div#cart-drawer .cart_quantity_wrapper input {
  margin-right: 0;
}

div#cart-drawer .cart_item_single_left img {
  object-fit: contain;
}

body .cart-content {
  height: 100%;
}

div#cart-drawer {
  display: block !important;
}

div#cart-toggle {
  position: relative;
}

span.cart_count_js {
  color: #fff;
  background: #233e82;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 10px;
  display: flex;
  position: absolute;
  top: -10px;
  right: -10px;
}

div#cart-drawer * {
  font-family: var(--font-body) !important;
}

.cart-drawer {
  width: 420px;
  right: -100%;
}

div#cart-drawer .cart_heading {
  letter-spacing: -.24px;
  color: #000;
  padding: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--font-display) !important;
}

div#cart-drawer .cart-close {
  top: 22px;
  right: 20px;
}

div#cart-drawer .cart_middle {
  padding: 22px 20px 30px;
}

div#cart-drawer .cart_reviews_title {
  letter-spacing: -.24px;
  text-transform: capitalize;
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--font-display) !important;
}

div#cart-drawer .review_slider_custom_slider_new_item_bg.left {
  background: none;
  border: 1px solid #975a3e;
  border-radius: 8px;
  gap: 10px;
  margin-right: 0;
  padding: 15px;
}

div#cart-drawer .review_text_slider_new {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
}

div#cart-drawer .review_name {
  gap: 10px;
  padding: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

div#cart-drawer span.verified_badge {
  color: #975a3e;
  gap: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

div#cart-drawer .cart_footer {
  background: #f5f6fa;
  border-top: 1px solid #101d3b;
  padding: 20px;
}

div#cart-drawer .cart_footer_subtotal_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

div#cart-drawer .cart_footer_subtotal_right .cart_footer_subtotal_price {
  color: #975a3e;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

div#cart-drawer a.checkout_button {
  color: #fff;
  text-transform: unset;
  background: #101d3b;
  border-color: #101d3b;
  border-radius: 30px;
  gap: 10px;
  min-height: 65px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart_footer_button {
  padding-top: 25px;
}

div#cart-drawer .under_cta_texts {
  letter-spacing: -.16px;
  gap: 15px;
  padding-top: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

div#cart-drawer .under_cta_texts .under_cta_text:first-child:after {
  content: "•";
  letter-spacing: -.13px;
  padding-left: 5px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cart_content_fill {
  flex-direction: column;
  display: flex;
}

.cart_middle {
  flex: 1;
  height: auto;
}

div#cart-drawer .cart_item_single_flex {
  background: #fff;
  border: 1px solid #00000080;
  border-radius: 7px;
  gap: 11px;
  padding: 10px 17px 10px 10px;
}

div#cart-drawer .cart_item_single_left {
  width: 100px;
}

div#cart-drawer .cart_item_single_left img {
  aspect-ratio: 1;
  height: unset;
  max-height: unset;
  object-fit: cover;
  background: #f9fafd;
  border: 1px solid #975a3e80;
  border-radius: 5px;
}

div#cart-drawer .product_rating_cart {
  display: none;
}

div#cart-drawer .cart_item_single_right {
  width: 100%;
  max-width: calc(100% - 111px);
  padding-left: 0;
}

div#cart-drawer .cart_item_single_title {
  color: #101d3b;
  width: 175px;
  max-width: 100%;
  padding-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  font-family: var(--font-display) !important;
}

.cart_item_single_right_title_flex {
  align-items: unset;
}

.cart_item_single_price {
  color: #975a3e;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.cart_item_single_right_title_right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.cart_item_single_right_title_left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

div#cart-drawer .cart_quantity_wrapper input {
  pointer-events: none;
  color: #1b243b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

div#cart-drawer .cart_quantity_button.quantity_plus, div#cart-drawer .cart_quantity_button {
  color: #1b243b;
  width: 25px;
  font-size: 20px;
  font-weight: 500;
}

div#cart-drawer .cart_quantity_wrapper {
  border: 1px solid #0003;
  border-radius: 3px;
  width: 98px;
  padding: 0;
  height: 28px !important;
}

div#cart-drawer .cart_quantity_button.quantity_plus {
  height: 100%;
  top: unset;
  border-left: 1px solid #c8c8c8;
}

div#cart-drawer .cart_quantity_button {
  height: 100%;
  top: unset;
  border-right: 1px solid #c8c8c8;
}

div#cart-drawer .cart_item_single_right_title_right_price {
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  padding: 0;
}

div#cart-drawer .cart_item_single_price_compare {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

div#cart-drawer .cart_footer_subtotal_save {
  background: #975a3e;
  border-radius: 15px;
  height: 22px;
  padding: 0 12px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

div#cart-drawer .cart_footer_subtotal_right {
  gap: 10px;
}

.cart_footer_subtotal_price {
  align-items: center;
  gap: 8px;
  display: flex;
}

.cart_footer_subtotal_price s {
  color: #0000004d;
  font-weight: 400;
}

div#cart-drawer a.checkout_button:hover {
  color: #101d3b;
}

div#cart-drawer a.checkout_button:hover path {
  fill: #101d3b;
}

div#cart-drawer .cart_heading {
  margin: unset;
}

.cart_choice_top {
  color: #fff;
  background: #101d3b;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.cart_rating_top {
  text-transform: capitalize;
  background: #f5f6fa;
  border-bottom: 1px solid #101d3b;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
}

.cart_free_bar {
  text-align: center;
  padding: 15px 20px 0;
  display: block;
}

@media (max-width: 915px) {
  div#cart-drawer .cart_heading {
    letter-spacing: -.2px;
    padding: 20px 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .cart_choice_top {
    gap: 5px;
    height: 30px;
    font-size: 14px;
  }

  .cart_choice_top svg {
    width: 16px;
    height: unset;
  }

  .cart_rating_top {
    gap: 5px;
    height: 30px;
    font-size: 14px;
  }

  .cart_rating_top svg {
    height: 12px;
    width: unset;
  }

  .cart_free_bar {
    padding: 10px 20px 0;
  }

  div#cart-drawer .cart_middle {
    padding: 22px 20px 25px;
  }

  div#cart-drawer .cart_item_single_flex {
    border-radius: 5px;
    gap: 8px;
    padding: 10px;
  }

  div#cart-drawer .cart_item_single_right_title_flex {
    justify-content: space-between;
    position: relative;
  }

  .cart_item_single_right_title_left {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 127px;
    max-width: 100%;
    display: flex;
  }

  .cart_item_single_right_title_right {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(100% - 127px);
    padding: 0;
    display: flex;
  }

  .cart_item_single_price {
    color: #975a3e;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
  }

  div#cart-drawer .cart_item_single_price_compare {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
  }

  div#cart-drawer .cart_item_single_title {
    color: #101d3b;
    letter-spacing: .14px;
    width: 175px;
    max-width: 100%;
    padding-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    font-family: var(--font-display) !important;
  }

  div#cart-drawer .cart_quantity_wrapper {
    height: 24px !important;
  }

  div#cart-drawer .cart_quantity_button.quantity_plus, div#cart-drawer .cart_quantity_button {
    color: #1b243b;
    width: 25px;
    padding-bottom: 1px;
    font-size: 20px;
    font-weight: 500;
  }

  div#cart-drawer .cart_quantity_wrapper input, div#cart-drawer .cart_quantity_button.quantity_plus {
    font-size: 14px;
  }

  div#cart-drawer .cart_item_single_right_remove svg {
    height: 20px;
  }

  div#cart-drawer .cart_item_single_left {
    width: 85px;
  }

  div#cart-drawer .cart_item_single_right {
    max-width: calc(100% - 95px);
  }

  div#cart-drawer .cart_reviews_title {
    letter-spacing: -.2px;
    text-transform: capitalize;
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  div#cart-drawer .review_slider_custom_slider_new_item {
    padding: 0;
  }

  div#cart-drawer .review_slider_custom_slider_new_item_bg.left .review_rating2 svg {
    width: auto;
    height: 13px;
  }

  div#cart-drawer .review_text_slider_new {
    padding-top: 7px;
    padding-bottom: 0;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 18px;
  }

  div#cart-drawer .review_name {
    gap: 6px;
    padding: 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  div#cart-drawer span.verified_badge {
    gap: 4px;
    font-size: 13px;
    line-height: normal;
  }

  div#cart-drawer .review_name svg {
    height: 12px;
  }

  div#cart-drawer .cart_footer_subtotal_title {
    font-size: 14px;
    line-height: 18px;
  }

  div#cart-drawer .cart_footer_subtotal_right .cart_footer_subtotal_price {
    font-size: 15px;
  }

  div#cart-drawer .cart_footer_subtotal_save {
    border-radius: 15px;
    height: 20px;
    padding: 0 8px;
    font-size: 12px;
  }

  div#cart-drawer .cart_footer_button {
    padding-top: 15px;
  }

  div#cart-drawer a.checkout_button {
    color: #fff;
    text-transform: unset;
    background: #101d3b;
    border-color: #101d3b;
    border-radius: 30px;
    gap: 10px;
    min-height: 60px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  div#cart-drawer a.checkout_button svg {
    width: auto;
    height: 17px;
  }

  div#cart-drawer .under_cta_texts {
    letter-spacing: -.13px;
    gap: 10px;
    padding-top: 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  div#cart-drawer .under_cta_text svg {
    width: auto;
    height: 12px;
    position: relative;
    top: -1px;
  }
}

.cart_item_single_right_title_flex {
  height: 100%;
}

:is(body:has(.custom_overlay.active), body:has(.custom_overlay2.active)) {
  overflow: hidden !important;
}

div#cart-drawer .cart_reviews_title, div#cart-drawer .review_text_slider_new, div#cart-drawer .cart_item_single_title {
  color: #000;
}



































:root {
  --lz-bg-1: none;
  --lz-bg-2: none;
  --lz-bg-3: none;
  --lz-a1: none;
  --lz-a2: none;
  --lz-a3: none;
}






.videos_product, .videos_heading_pdp, .section_4_video {
  display: none !important;
}

h3.offer-text {
  color: #1c1c1a;
  margin-bottom: 42px;
  font-family: var(--font-body);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

h4.how-order {
  letter-spacing: -.0003em;
  color: #1b1b1b;
  background-color: #fafafa;
  border-radius: 14px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 52px;
  padding: 20px 23px;
  font-family: var(--font-body);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

h4.how-order svg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: block;
}

h4.how-order b {
  text-transform: uppercase;
}

.quantity_image {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.quantity_image img {
  object-position: bottom;
  mix-blend-mode: multiply;
  margin-bottom: -35px;
  object-fit: fill !important;
  width: 500px !important;
  max-width: max-content !important;
  height: 267px !important;
}

.quantity_title {
  height: 39px !important;
}

.quantity_item {
  box-shadow: none !important;
  border: 3px solid #e8e8e8 !important;
  border-radius: 22px !important;
}

.quantity_item.active {
  box-shadow: none !important;
  background: #e8eaee !important;
  border: 3px solid #323e5c !important;
}

.quantity_badge {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  letter-spacing: .02em !important;
  color: #fff !important;
  background: #ca0832 !important;
  border-radius: 8px !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  width: 119px !important;
  height: 35px !important;
  padding: 6px 16px !important;
  font-family: var(--font-body) !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 142% !important;
  display: flex !important;
  top: -20px !important;
}

.variant-3 .quantity_badge {
  background: #cb0d39 !important;
}

.quantity_price {
  color: #0006 !important;
  font-weight: 400 !important;
}

.price-per-pc {
  color: #222;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  padding: 10px 0 5px;
  font-family: var(--font-body);
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  display: flex;
}

.price-per-pc span {
  color: #222;
  font-family: var(--font-body);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
}

.price-per-pc .price-cents {
  vertical-align: super;
  line-height: 1;
}

.price-per-pc .price-main {
  font-size: 41px;
  font-weight: 600;
  line-height: 29px;
}

.price-per-pc .price-main > span {
  vertical-align: super;
  font-size: 22px;
  line-height: 19px;
}

.arvl-date-box {
  letter-spacing: -.01em;
  color: #363636;
  background: #fafafa;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 30px;
  padding: 22px;
  font-family: var(--font-body);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

a.add-to-cart-btn {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #2d3b5e;
  border: 2px solid #0000;
  border-radius: 77px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 23px;
  font-family: var(--font-body);
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  display: flex;
  text-decoration: none !important;
}

a.add-to-cart-btn:hover {
  color: #2d3b5e;
  background: #fff;
  border: 2px solid #2d3b5e;
}

.rfl-cancle {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  padding: 0 60px;
  display: flex;
}

.rfl-cancle h6 {
  letter-spacing: .01em;
  color: #363942;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.rfl-cancle h6 svg {
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  display: block;
}

.quantity_item {
  padding: 25px 10px 0 !important;
}

@media (max-width: 915px) {
  .quantity_price {
    flex-direction: row !important;
    gap: 13px !important;
  }

  .quantity_image img {
    margin-bottom: -20px;
    width: 284px !important;
    height: 228px !important;
  }

  @media (max-width: 575px) {
    .price-per-pc span {
      font-size: 17px;
      line-height: 1;
    }

    .price-per-pc .price-main {
      font-size: 29px;
      line-height: .8;
    }

    .price-per-pc .price-main > span {
      font-size: 17px;
      line-height: 1;
    }

    .price-per-pc {
      font-size: 29px;
      line-height: .8;
    }

    h3.offer-text {
      margin-bottom: 22px;
      font-size: 16px;
      line-height: 1.4;
    }

    h4.how-order {
      margin-bottom: 34px;
      padding: 13px 12px;
      font-size: 14px;
    }

    .quantity_badge {
      width: 96px !important;
      height: 30px !important;
      padding: 3px 10px !important;
      font-size: 14px !important;
      line-height: 1 !important;
      top: -16px !important;
    }

    .arvl-date-box {
      gap: 10px;
      margin-top: 19px;
      margin-bottom: 15px;
      padding: 12px;
      font-size: 16px;
      line-height: 1;
    }

    a.add-to-cart-btn {
      margin-bottom: 32px;
      padding: 15px;
      font-size: 17px;
      line-height: 1;
    }

    .rfl-cancle h6 {
      font-size: 14px;
      line-height: 1;
    }

    .rfl-cancle h6 svg {
      width: 15px;
      height: 15px;
    }

    .arvl-date-box svg {
      flex-shrink: 0;
      width: 19px;
      height: 19px;
      display: block;
    }
  }
}

#lf-buyer-consent {
  width: 100%;
  margin-top: 1em;
  display: inline-block;
}

#lf-buyer-consent.hidden {
  display: none;
}

#lf-subscription-policy-button {
  font-size: inherit;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
}

#lf-subscription-policy-button:before {
  box-shadow: none;
}

.countdown-header-sections--20177149886603__anouncment_timer_AXPiaM {
  width: 100%;
  margin: 0;
  padding: 0;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM {
  background: var(--countdown-bg-color);
  justify-content: center;
  align-items: center;
  gap: var(--countdown-gap);
  padding: var(--countdown-padding-v) var(--countdown-padding-h);
  letter-spacing: var(--letter-spacing-body);
  box-sizing: border-box;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.layout-inline {
  flex-direction: row;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.layout-stacked {
  flex-direction: column;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-banner-text {
  text-align: center;
  flex-direction: column;
  gap: 4px;
  line-height: 1.1;
  display: flex;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-banner-title-row {
  justify-content: center;
  align-items: center;
  gap: var(--countdown-title-icon-gap);
  flex-wrap: wrap;
  display: inline-flex;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-banner-title-icon {
  width: var(--countdown-title-icon-size);
  height: var(--countdown-title-icon-size);
  object-fit: contain;
  flex: none;
  display: block;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-banner-title {
  font-size: var(--countdown-title-size);
  color: var(--countdown-title-color);
  letter-spacing: var(--letter-spacing-body);
  margin: 0;
  font-weight: 500;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-banner-subtitle {
  font-size: var(--countdown-subtitle-size);
  opacity: .95;
  color: var(--countdown-subtitle-color);
  letter-spacing: var(--letter-spacing-body);
  font-weight: 400;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-timer {
  box-sizing: border-box;
  align-items: center;
  gap: 0;
  display: flex;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-timer-unit {
  min-width: var(--countdown-unit-width);
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-timer-value {
  font-size: var(--countdown-value-size);
  color: var(--countdown-value-color);
  letter-spacing: var(--letter-spacing-body);
  font-weight: 500;
  line-height: 1;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-timer-label {
  font-size: var(--countdown-label-size);
  opacity: .9;
  color: var(--countdown-label-color);
  letter-spacing: var(--letter-spacing-body);
  margin-top: 3px;
  font-weight: 400;
  line-height: 1.1;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-timer-separator {
  font-size: var(--countdown-value-size);
  color: var(--countdown-separator-color);
  letter-spacing: var(--letter-spacing-body);
  padding: 0 5px;
  font-weight: 500;
  line-height: 1;
}

.countdown-header-sections--20177149886603__anouncment_timer_AXPiaM .timer-none {
  display: none;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_1 .countdown-banner-text {
  align-items: left;
  text-align: left;
  gap: 2px;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_1 .countdown-banner-title {
  font-size: var(--countdown-design-1-title-size, var(--countdown-title-size));
  font-weight: 500;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_1 .countdown-banner-subtitle {
  font-size: var(--countdown-design-1-subtitle-size, var(--countdown-subtitle-size));
  opacity: .85;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_1 .countdown-timer {
  background: none;
  border-radius: 0;
  gap: 0;
  padding: 0;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_1 .countdown-timer-unit {
  min-width: auto;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_1 .countdown-timer-value {
  font-size: var(--countdown-design-1-timer-value-size, var(--countdown-value-size));
  color: var(--countdown-design-1-timer-color, var(--countdown-value-color));
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_1 .countdown-timer-label {
  font-size: var(--countdown-design-1-timer-label-size, var(--countdown-label-size));
  color: var(--countdown-design-1-timer-color, var(--countdown-label-color));
  text-transform: lowercase;
  margin-top: 2px;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_1 .countdown-timer-separator {
  color: var(--countdown-design-1-timer-color, var(--countdown-separator-color));
  padding: 0 6px;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 {
  justify-content: center;
  gap: 14px;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-banner-text {
  text-align: left;
  flex: 0 auto;
  gap: 0;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-banner-title-row {
  justify-content: flex-start;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-banner-title {
  font-size: var(--countdown-design-2-title-size, var(--countdown-title-size));
  white-space: nowrap;
  font-weight: 500;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-banner-subtitle {
  display: none;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer {
  background: none;
  border-radius: 0;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 0;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer-unit {
  background: var(--countdown-design-2-box-bg, #ffffff24);
  border-radius: var(--countdown-design-2-box-radius, 2px);
  min-width: var(--countdown-design-2-box-width, 102px);
  padding: var(--countdown-design-2-box-padding-v, 4px) var(--countdown-design-2-box-padding-h, 10px);
  flex-direction: row;
  justify-content: center;
  gap: 6px;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer-value, .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer-label {
  font-size: var(--countdown-design-2-box-font-size, 14px);
  color: var(--countdown-design-2-box-text-color, #fff);
  margin: 0;
  line-height: 1;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer-value {
  font-weight: 500;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer-label {
  text-transform: uppercase;
  font-weight: 500;
}

.countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer-separator {
  display: none;
}

@media (max-width: 768px) {
  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM {
    gap: var(--countdown-mobile-gap);
    padding: var(--countdown-mobile-padding-v) var(--countdown-mobile-padding-h);
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.mobile-layout-inline {
    flex-direction: row;
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.mobile-layout-stacked {
    flex-direction: column;
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-banner-title {
    font-size: var(--countdown-mobile-title-size);
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-banner-subtitle {
    font-size: var(--countdown-mobile-subtitle-size);
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-banner-title-icon {
    width: var(--countdown-mobile-title-icon-size);
    height: var(--countdown-mobile-title-icon-size);
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-timer-unit {
    min-width: var(--countdown-mobile-unit-width);
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-timer-value {
    font-size: var(--countdown-mobile-value-size);
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-timer-label {
    font-size: var(--countdown-mobile-label-size);
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM .countdown-timer-separator {
    font-size: var(--countdown-mobile-value-size);
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_1 .countdown-banner-title {
    font-size: var(--countdown-mobile-design-1-title-size, var(--countdown-mobile-title-size));
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_1 .countdown-banner-subtitle {
    font-size: var(--countdown-mobile-design-1-subtitle-size, var(--countdown-mobile-subtitle-size));
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_1 .countdown-timer-value {
    font-size: var(--countdown-mobile-design-1-value-size, var(--countdown-mobile-value-size));
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_1 .countdown-timer-label {
    font-size: var(--countdown-mobile-design-1-label-size, var(--countdown-mobile-label-size));
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 {
    justify-content: center;
    gap: 10px;
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-banner-text {
    text-align: center;
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-banner-title-row {
    justify-content: center;
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-banner-title {
    font-size: var(--countdown-mobile-design-2-title-size, var(--countdown-mobile-title-size));
    white-space: normal;
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer {
    justify-content: center;
    gap: 6px;
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer-unit {
    min-width: var(--countdown-mobile-design-2-box-width, 62px);
    padding: var(--countdown-mobile-design-2-box-padding-v, 4px) var(--countdown-mobile-design-2-box-padding-h, 8px);
    gap: 4px;
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer-value, .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer-label {
    font-size: var(--countdown-mobile-design-2-box-font-size, 12px);
  }
}

@media (max-width: 374px) {
  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM {
    gap: 10px;
    flex-direction: column !important;
  }

  .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer {
    flex-wrap: wrap;
  }
}

#lf-section-sections--20177149886603__anouncment_timer_AXPiaM .countdown-timer-unit {
  background: #ffffff24;
}

#lf-section-sections--20177149886603__anouncment_timer_AXPiaM .countdown-timer-label {
  color: #ffffff80;
}

@media screen and (max-width: 915px) {
  .section-sections--20177149886603__icon_with_text_lp_GAGVFP-padding {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 915px) {
  .section-sections--20177149886603__icon_with_text_lp_GAGVFP-padding {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

#cart-drawer {
  --lf-cart-green: #101d3b;
  --lf-cart-accent: #975a3e;
  --lf-cart-mint: #f0f3fb;
  --lf-cart-soft: #f7f8fb;
  --lf-cart-border: #101d3b24;
  --lf-cart-text: #121723;
  --lf-cart-muted: #121723a3;
  --lf-cart-shadow: -18px 0 50px #0a101e29;
  width: min(430px, 100vw);
  max-width: 100vw;
  box-shadow: var(--lf-cart-shadow);
  border-left: 1px solid #101d3b14;
  overflow: hidden;
}

#cart-drawer .cart-close {
  z-index: 4;
  border: 1px solid var(--lf-cart-border);
  background: #f4f5f8;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: background .2s, transform .2s;
  display: inline-flex;
  top: 18px;
  right: 18px;
}

#cart-drawer .cart-close:hover {
  background: #e8ebf4;
  transform: rotate(90deg);
}

#cart-drawer .cart-close svg {
  width: 18px;
  height: 18px;
}

#cart-drawer .linfozen-cart-content {
  height: 100%;
  color: var(--lf-cart-text);
  background: linear-gradient(#fff 0%, #fbfcfd 100%);
  flex-direction: column;
  display: flex;
}

#cart-drawer .cart_heading {
  border-bottom: 1px solid var(--lf-cart-border);
  min-height: 74px;
  color: var(--lf-cart-text);
  letter-spacing: 0;
  background: #ffffffeb;
  align-items: center;
  padding: 22px 74px 20px 22px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  font-family: var(--font-display) !important;
}

#cart-drawer .linfozen-cart-empty {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 70vh;
  padding: 24px;
  display: flex;
}

#cart-drawer .cart_empty_heading {
  color: var(--lf-cart-text);
  padding-bottom: 18px;
  font-size: 28px;
  line-height: 1.1;
}

#cart-drawer .cart_empty_button {
  background: var(--lf-cart-green);
  border: 1px solid var(--lf-cart-green);
  color: #fff;
  border-radius: 999px;
  max-width: 260px;
  font-size: 17px;
  font-weight: 500;
}

#cart-drawer .linfozen-cart-item-wrap {
  background: linear-gradient(#fbfcfd 0%, #f5f7fb 100%);
  flex: auto;
  min-height: 0;
  overflow-y: auto;
}

#cart-drawer .cart_middle {
  padding: 22px 15px 28px !important;
}

#cart-drawer .cart_item_single {
  margin: 0;
}

#cart-drawer .cart_item_single_flex {
  background: linear-gradient(#fff, #fff) padding-box padding-box, linear-gradient(135deg, #975a3e57, #101d3b14) border-box;
  border: 1px solid #101d3b29;
  border-radius: 12px;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 14px 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 34px #101d3b1a;
}

#cart-drawer .cart_item_single_flex:before {
  content: "";
  background: linear-gradient(#3053ad, #101d3b);
  width: 4px;
  position: absolute;
  inset: 0 auto 0 0;
}

#cart-drawer .cart_item_single_left {
  z-index: 1;
  flex: 0 0 104px;
  position: relative;
  width: 104px !important;
}

#cart-drawer .cart_item_single_left img {
  aspect-ratio: 1;
  object-fit: contain;
  background: radial-gradient(circle at 50% 35%, #fff 0%, #f3f6fc 58%, #e5eaf8 100%);
  border: 1px solid #975a3e38;
  border-radius: 10px;
  width: 100%;
  padding: 9px;
  box-shadow: inset 0 0 0 1px #ffffffb3;
  height: auto !important;
}

#cart-drawer .cart_item_single_right {
  z-index: 1;
  flex-direction: column;
  flex: auto;
  min-height: 104px;
  padding: 0 30px 0 0;
  display: flex;
  position: relative;
  max-width: calc(100% - 118px) !important;
}

#cart-drawer .product_rating_cart {
  width: fit-content;
  color: var(--lf-cart-green);
  text-transform: uppercase;
  background: #eff2fa;
  border-radius: 999px;
  margin-bottom: 8px;
  padding: 4px 9px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

#cart-drawer .cart_item_single_title {
  font-style: normal;
  color: #101d3b !important;
  letter-spacing: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 0 0 8px !important;
  font-family: var(--font-display) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
}

#cart-drawer .linfozen-cart-remove {
  appearance: none;
  cursor: pointer;
  background: #f8f9fc;
  border: 1px solid #101d3b1f;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 1;
  transition: border-color .2s, background .2s, transform .2s;
  display: inline-flex;
  position: absolute;
  top: 2px !important;
  right: -13px !important;
}

#cart-drawer .cart_item_single_right_remove.linfozen-cart-remove {
  flex: none;
  margin: 0 !important;
}

#cart-drawer .linfozen-cart-remove:hover {
  background: #fff6f6;
  border-color: #b914143d;
  transform: rotate(90deg);
}

#cart-drawer .linfozen-cart-remove svg, div#cart-drawer .cart_item_single_right_remove.linfozen-cart-remove svg {
  pointer-events: none;
  flex: none;
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
}

#cart-drawer .linfozen-cart-meta {
  color: #121723b3;
  padding: 1px 0 12px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px !important;
  line-height: 17px !important;
}

#cart-drawer .cart_item_single_right_title_right_price {
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 0 7px;
  align-items: baseline !important;
  display: flex !important;
}

#cart-drawer .cart_item_single_price {
  font-family: var(--font-body);
  color: #1d336a !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 20px !important;
}

#cart-drawer .cart_item_single_right_title_right_price s {
  font-size: 13px;
  line-height: 16px;
  color: #12172366 !important;
}

#cart-drawer .cart_quantity_wrapper {
  background: #f9fafd;
  border: 1px solid #101d3b29;
  border-radius: 999px;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  display: inline-flex;
  box-shadow: inset 0 0 0 1px #ffffffbf;
  height: 32px !important;
}

#cart-drawer .linfozen-cart-single-qty {
  color: var(--lf-cart-text);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

#cart-drawer .cart_footer {
  border-top: 1px solid var(--lf-cart-border);
  background: #f6f8fc;
  flex: none;
  box-shadow: 0 -12px 28px #101d3b14;
  margin: 0 !important;
  padding: 18px 20px 20px !important;
}

#cart-drawer .cart_footer_top {
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding-bottom: 12px;
  display: flex;
}

#cart-drawer .cart_footer_subtotal_title {
  color: var(--lf-cart-text) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

#cart-drawer .cart_footer_subtotal_right {
  align-items: center;
  gap: 10px;
  display: flex;
}

#cart-drawer .cart_footer_subtotal_save {
  white-space: nowrap;
  align-items: center;
  min-height: 22px;
  display: inline-flex;
  color: #fff !important;
  background: #294794 !important;
  border-radius: 999px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

#cart-drawer .cart_footer_subtotal_price {
  color: var(--lf-cart-green) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

#cart-drawer a.checkout_button {
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background .2s;
  box-shadow: 0 14px 22px #101d3b2e;
  border: 1px solid var(--lf-cart-green) !important;
  background: var(--lf-cart-green) !important;
  color: #fff !important;
  border-radius: 999px !important;
  min-height: 58px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

#cart-drawer a.checkout_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 26px #101d3b3d;
  background: #0f1a36 !important;
}

#cart-drawer .under_cta_texts {
  color: var(--lf-cart-text);
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding-top: 13px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

#cart-drawer .under_cta_text + .under_cta_text {
  padding-left: 14px;
  position: relative;
}

#cart-drawer .under_cta_text + .under_cta_text:before {
  content: "";
  background: var(--lf-cart-green);
  border-radius: 999px;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
}

#cart-drawer .linfozen-cart-secure-note {
  color: var(--lf-cart-muted);
  text-align: center;
  padding: 11px 14px 0;
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 15px;
}

#cart-drawer .cart_count_js {
  color: #232b41;
  background: #5578d1;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-left: -12px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 18px;
  display: inline-flex;
  position: absolute;
}

.custom_overlay2.active {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: #05081094 !important;
}

@media (max-width: 560px) {
  #cart-drawer {
    width: 100vw;
  }

  #cart-drawer .cart-close {
    width: 36px;
    height: 36px;
    top: 13px;
    right: 13px;
  }

  #cart-drawer .cart_heading {
    min-height: 64px;
    padding: 18px 64px 16px 16px !important;
    font-size: 22px !important;
    line-height: 26px !important;
  }

  #cart-drawer .cart_middle {
    padding: 16px 14px 20px !important;
  }

  #cart-drawer .cart_item_single_flex {
    gap: 10px;
    padding: 12px 12px 11px;
  }

  #cart-drawer .cart_item_single_left {
    flex-basis: 92px;
    width: 92px !important;
  }

  #cart-drawer .cart_item_single_right {
    min-height: 92px;
    padding-right: 26px;
    max-width: calc(100% - 102px) !important;
  }

  #cart-drawer .cart_item_single_title {
    font-size: 17px !important;
    line-height: 21px !important;
  }

  #cart-drawer .product_rating_cart {
    display: none;
  }

  #cart-drawer .linfozen-cart-meta {
    padding-bottom: 9px;
    font-size: 11px !important;
    line-height: 15px !important;
  }

  #cart-drawer .cart_item_single_right_title_right_price {
    gap: 6px;
  }

  #cart-drawer .linfozen-cart-remove {
    width: 30px;
    height: 30px;
    top: 2px !important;
    right: -13px !important;
  }

  #cart-drawer .linfozen-cart-remove svg, div#cart-drawer .cart_item_single_right_remove.linfozen-cart-remove svg {
    width: 16px !important;
    height: 16px !important;
  }

  #cart-drawer .cart_footer {
    padding: 15px 14px 16px !important;
  }

  #cart-drawer .cart_footer_top {
    align-items: flex-start;
  }

  #cart-drawer .cart_footer_subtotal_right {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
  }

  #cart-drawer a.checkout_button {
    min-height: 56px !important;
    font-size: 17px !important;
  }

  #cart-drawer .under_cta_texts {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
  }

  #cart-drawer .linfozen-cart-secure-note {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 14px;
  }
}

@media screen and (max-width: 915px) {
  .section-sections--20177149886603__custom_header_86e4YG-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 915px) {
  .section-sections--20177149886603__custom_header_86e4YG-padding {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 915px) {
  .section-template--20177150607499__icon_with_text_lp_GAGVFP-padding {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__icon_with_text_lp_GAGVFP-padding {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.relative_main_slider img.product_images {
  border-radius: 10px;
  width: 100%;
}

@media screen and (min-width: 916px) {
  .butnpopup {
    width: 100%;
    max-width: calc(85% - 10px);
    margin-left: auto;
    padding-top: 30px;
  }
}

.butnpopup {
  padding-top: 12px;
}

.relative_main_slider, .p-rel {
  position: relative;
}

.slider_template--20177150607499__product_lp_czeKee {
  z-index: 1;
  position: relative;
}

.subscription_new_box {
  display: none !important;
}

@media screen and (max-width: 915px) {
  .section-template--20177150607499__product_lp_czeKee-padding {
    padding-top: 15px;
    padding-bottom: 13px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__product_lp_czeKee-padding {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

@media (max-width: 915px) {
  .landing_product_media_inner_flex {
    flex-direction: column;
  }

  .landing_product_media_inner_flex .thumb_slider_relative {
    order: 2;
    width: 100%;
    margin-top: 10px;
    max-width: 100% !important;
  }

  .landing_product_media_inner_flex .relative_main_slider {
    order: 1;
    width: 100%;
    max-width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .landing_product_media_inner_flex .thumb_slider_relative .slick-list.draggable {
    padding-bottom: 0 !important;
  }

  .landing_product_media_inner_flex .thumb_slider_relative .slick-slide {
    padding: 0 4px;
  }

  .landing_product_media_inner_flex .thumb_slider_relative img.product_images {
    border-radius: 6px;
    margin-bottom: 0;
  }
}

.product_title_lp {
  padding-top: 0;
}

.custom-text-headline {
  padding-top: 20px;
  font-size: 26px;
  font-weight: 100;
}

@media screen and (max-width: 749px) {
  .custom-text-headline {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 100;
  }
}

.split-test1 {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.split-test1.bar-test-1 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

@media (max-width: 750px) {
  .split-test1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .low-stock-container {
    padding: 12px 24px;
  }
}

.progress-bar-fill {
  display: block !important;
}

.low-stock-container {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 24px;
  box-shadow: 0 2px 8px #00000014;
}

.low-stock-header {
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  display: none;
}

.low-stock-icon {
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

.low-stock-title {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
}

.low-stock-description {
  color: #c93b3b;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  display: none;
}

.progress-row {
  align-items: center;
  gap: 16px;
  display: flex;
}

.progress-bar-track {
  background: #e8e8e8;
  border-radius: 4px;
  flex: 1;
  height: 8px;
  position: relative;
  overflow: visible;
}

.progress-bar-fill {
  background: #c93b3b;
  border-radius: 4px;
  width: 0%;
  height: 100%;
  animation: 2s ease-in-out infinite pulse-glow;
  position: relative;
  transition: width 5s cubic-bezier(.4, 0, .2, 1) !important;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 4px #c93b3b66;
  }

  50% {
    box-shadow: 0 0 12px #c93b3bcc, 0 0 20px #c93b3b66;
  }
}

.progress-percentage {
  color: #c93b3b;
  text-align: right;
  min-width: 75px;
  font-size: 15px;
  font-weight: 600;
  animation: 2s ease-in-out infinite text-pulse;
}

@keyframes text-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .7;
  }
}

#delivery-timer-delivery_timer_new_4aUYU8 {
  color: #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

#delivery-timer-delivery_timer_new_4aUYU8 .delivery-timer-block__date {
  color: #000;
  font-weight: 700;
}

#delivery-timer-delivery_timer_new_4aUYU8 .delivery-timer-block__countdown {
  color: red;
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  #delivery-timer-delivery_timer_new_4aUYU8 {
    font-size: 16px;
  }
}

.none12 {
  padding-top: 20px;
  display: none;
}

#delivery-timer-delivery_timer_new_6DB3Yx {
  color: #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

#delivery-timer-delivery_timer_new_6DB3Yx .delivery-timer-block__date {
  color: #000;
  font-weight: 700;
}

#delivery-timer-delivery_timer_new_6DB3Yx .delivery-timer-block__countdown {
  color: #ff0808;
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  #delivery-timer-delivery_timer_new_6DB3Yx {
    font-size: 16px;
  }
}

.none12 {
  display: none;
}

#delivery-timer-delivery_timer_cdizWF {
  color: #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

#delivery-timer-delivery_timer_cdizWF .delivery-timer-block__date {
  color: #000;
  font-weight: 700;
}

#delivery-timer-delivery_timer_cdizWF .delivery-timer-block__countdown {
  color: #ff0808;
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  #delivery-timer-delivery_timer_cdizWF {
    font-size: 16px;
  }
}

.two-icons-text-block {
  background: var(--titb-bg);
  width: 100%;
  color: var(--titb-text);
  border-radius: var(--titb-radius);
  padding: var(--titb-py) var(--titb-px);
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  line-height: 1.2;
  display: inline-flex;
}

.two-icons-text-block__inner {
  justify-content: center;
  align-items: center;
  gap: var(--titb-gap);
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.two-icons-text-block__item {
  align-items: center;
  gap: var(--titb-icon-text-gap);
  display: inline-flex;
}

.two-icons-text-block__icon {
  width: var(--titb-icon-mobile);
  height: var(--titb-icon-mobile);
  flex: 0 0 var(--titb-icon-mobile);
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.two-icons-text-block__icon svg {
  width: 11px;
  height: 12px;
  display: block;
}

.svg2i svg {
  width: 10px;
  height: 10px;
  display: block;
}

.two-icons-text-block__text {
  color: var(--titb-text);
  font-size: var(--titb-font-mobile);
  letter-spacing: -.01em;
  font-weight: 500;
  line-height: 14px;
}

.two-icons-text-block__separator {
  color: var(--titb-text);
  font-size: var(--titb-separator-size);
  letter-spacing: -.01em;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 15px;
  display: inline-flex;
}

.guarantee-box {
  box-sizing: border-box;
  background: #edf0f9;
  border: 1px dashed #233e82;
  border-radius: 0 2px 2px;
  width: 100%;
  padding: 13px 11px;
}

.guarantee-box, .guarantee-box *, .guarantee-box :before, .guarantee-box :after {
  box-sizing: border-box;
}

.guarantee-box__inner {
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  display: flex;
}

.guarantee-box__icon {
  color: #233e82;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 47px;
  display: flex;
}

.guarantee-box__icon svg {
  width: 38px;
  height: 47px;
  display: block;
}

.guarantee-box__icon svg, .guarantee-box__icon svg * {
  fill: currentColor;
  stroke: currentColor;
}

.guarantee-box__content {
  flex-direction: column;
  flex: auto;
  align-items: flex-start;
  gap: 5px;
  display: flex;
}

.guarantee-box__heading {
  color: #230606;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.guarantee-box__text {
  color: #230606;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.guarantee-box__text p {
  margin: 0;
}

.review-card {
  box-sizing: border-box;
  background: #233e820d;
  border: 1px solid #eff2fa;
  border-radius: 8px;
  width: 100%;
  margin: 10px 0;
  padding: 15px 17px;
}

.review-card, .review-card *, .review-card :before, .review-card :after {
  box-sizing: border-box;
}

.review-card__content {
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  width: 100%;
  display: flex;
}

.review-card__top {
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.review-card__rating {
  color: #000;
  font-size: 12.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.review-card__stars {
  object-fit: contain;
  width: 76.8px;
  height: 14.55px;
  display: block;
}

.review-card__quote {
  color: #000;
  max-width: 100%;
  font-size: 14.2px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.review-card__author-row {
  align-items: center;
  gap: 8.38px;
  display: flex;
}

.review-card__avatar {
  text-align: center;
  color: #101d3b;
  background: #f5f6fa;
  border: .801641px solid #101d3b;
  border-radius: 37.6771px;
  justify-content: center;
  align-items: center;
  width: 28.86px;
  min-width: 28.86px;
  height: 28.86px;
  font-size: 11.7498px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.review-card__author {
  color: #000;
  font-size: 12.0091px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.review-card__tags {
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 13px;
  display: flex;
}

.review-card__tag {
  text-align: center;
  color: #000;
  white-space: nowrap;
  background: #f5f6fa;
  border: 1px solid #101d3b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 103px;
  height: 24px;
  padding: 0 13px;
  font-size: 12.4px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  display: inline-flex;
}

@media screen and (min-width: 750px) {
  .review-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 7px 18px;
    min-height: 134px;
    padding: 15px 17px;
    display: grid;
  }

  .review-card__content {
    display: contents;
  }

  .review-card__top {
    grid-column: 1 / -1;
  }

  .review-card__quote {
    grid-column: 1 / -1;
    max-width: none;
    font-size: 15px;
    line-height: 22px;
  }

  .review-card__author-row {
    grid-column: 1;
    align-self: end;
  }

  .review-card__tags {
    flex-wrap: nowrap;
    grid-column: 2;
    place-self: end;
    gap: 11px;
    margin-top: 0;
  }

  .review-card__tag:first-child {
    width: 104.33px;
    min-width: 104.33px;
  }

  .review-card__tag:last-child {
    width: 103px;
    min-width: 103px;
  }
}

.subscription_new_box {
  cursor: pointer;
}

.subscription_new_box_inner {
  background: #fff;
  border: 1.3px dashed #bcbcbc;
  border-radius: 5.2px;
  padding: 15px 20px;
  transition: all .3s;
}

.subscription_new_box_top {
  align-items: center;
  gap: 19.5px;
  display: flex;
}

.subscription_new_box_top_selector {
  background: none;
  border: 1px solid #bcbcbc;
  border-radius: 4.258px;
  justify-content: center;
  align-items: center;
  width: 23.494px;
  height: 23.494px;
  padding: 3px;
  transition: all .3s;
  display: flex;
}

.subscription_new_box.active .subscription_new_box_inner {
  background: #f8f9fc;
  border-color: #1a2d95;
}

.subscription_new_box.active .subscription_new_box_top_selector {
  background: #000;
  border-color: #000;
}

.subscription_new_box_top_heading {
  color: #101d3b;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.subscription_new_box_top_heading2 {
  color: #101d3b;
  padding-top: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
}

@media (max-width: 915px) {
  .subscription_new_box_inner {
    border-width: 1px;
    border-radius: 4px;
    padding: 11px 15px;
  }

  .subscription_new_box_top {
    gap: 15px;
  }

  .subscription_new_box_top_heading {
    font-size: 14px;
    line-height: 16px;
  }

  .subscription_new_box_top_heading2 {
    padding-top: 4px;
    font-size: 10px;
    line-height: 14px;
  }
}

span.product_price_custom.price_trigger s, span.product_price_custom.price_trigger span {
  margin-left: 5px;
}

.custom_checkout_button_landing_page.custom-btn.loading_hk {
  border: 2px solid #233e82;
  border-radius: 7px;
  margin-top: 10px;
  padding: 0;
}

.section_bg_template--20177150607499__two_layer_richtext_MM8fzU {
  background-image: var(--lz-a1);
  background-size: cover;
  background-attachment: unset;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 915px) {
  .section_bg_template--20177150607499__two_layer_richtext_MM8fzU {
    background-image: var(--lz-a1);
    background-size: cover;
    background-attachment: unset;
    background-position: top;
    background-repeat: no-repeat;
  }

  .section-template--20177150607499__two_layer_richtext_MM8fzU-padding {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section_bg_template--20177150607499__two_layer_richtext_MM8fzU {
    margin-top: 0;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__two_layer_richtext_MM8fzU-padding {
    padding-top: 60px;
    padding-bottom: 63px;
  }

  .section_bg_template--20177150607499__two_layer_richtext_MM8fzU {
    margin-top: 60px;
  }

  .custom-flex_item_ad_template--20177150607499__two_layer_richtext_MM8fzU {
    width: 100%;
    max-width: 44%;
  }
}

.custom-flex_two_ad_template--20177150607499__two_layer_richtext_MM8fzU {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 915px) {
  .section-template--20177150607499__richtext_lp_qxKqcJ-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__richtext_lp_qxKqcJ-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 915px) {
  .section-template--20177150607499__review_slider_lp_mDXM7m-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__review_slider_lp_mDXM7m-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 915px) {
  .section-template--20177150607499__two_layer_richtext_nGhJBH-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__two_layer_richtext_nGhJBH-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .custom-flex_item_ad_template--20177150607499__two_layer_richtext_nGhJBH {
    width: 100%;
    max-width: 100%;
  }
}

.custom-flex_two_ad_template--20177150607499__two_layer_richtext_nGhJBH {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU {
  padding-top: var(--ve-pt-d);
  padding-bottom: var(--ve-pb-d);
  border-top: 1px solid #3e589a47;
  position: relative;
  overflow: hidden;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__inner {
  max-width: var(--ve-max-width);
  z-index: 2;
  margin: 0 auto;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__grid {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  align-items: center;
  gap: 50px;
  display: grid;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__left {
  min-width: 0;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__product-wrap {
  grid-template-columns: minmax(0, 40%) minmax(300px, 35%);
  align-items: center;
  gap: 20px;
  display: grid;
}

.ve-ingredients__product-panels {
  width: 100%;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__product-media {
  justify-content: center;
  align-items: center;
  min-width: 0;
  display: flex;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__ingredient-list {
  flex-direction: column;
  gap: 60px;
  min-width: 0;
  display: flex;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__ingredient-item {
  text-align: left;
  cursor: pointer;
  opacity: .58;
  width: 100%;
  font: inherit;
  background: none;
  border: 0;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  transition: opacity .25s, transform .25s;
  display: flex;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__ingredient-item.is-active, #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__ingredient-item:hover {
  opacity: 1;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__connector {
  flex: 0 0 102px;
  width: 102px;
  height: 10px;
  display: block;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__thumb {
  background: #f4f4f4;
  border: 1px solid #0000;
  border-radius: 50%;
  flex: 0 0 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: border-color .25s, transform .25s;
  display: flex;
  overflow: hidden;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__ingredient-item.is-active .ve-ingredients__thumb {
  border-color: var(--ve-green);
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__ingredient-name {
  color: var(--ve-text);
  font-size: var(--ve-body-size-d);
  min-width: 0;
  font-weight: 500;
  line-height: 1.22;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__right {
  flex-direction: column;
  gap: 34px;
  min-width: 0;
  display: flex;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__header {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__heading {
  color: var(--ve-text);
  font-size: var(--ve-heading-size-d);
  margin: 0;
  font-weight: 500;
  line-height: 1;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__heading .highlight {
  color: var(--ve-green);
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__subheading {
  color: var(--ve-muted);
  font-size: var(--ve-subheading-size-d);
  max-width: 571px;
  margin: 0;
  font-weight: 400;
  line-height: 1.22;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__tabs {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__tab {
  border-radius: var(--ve-radius-pill);
  background: var(--ve-light-green);
  min-height: 56px;
  color: var(--ve-text);
  cursor: pointer;
  font-size: var(--ve-body-size-d);
  border: 0;
  align-items: center;
  gap: 10px;
  padding: 8px 22px 8px 8px;
  font-weight: 500;
  line-height: 1.22;
  transition: background .25s, color .25s, transform .25s;
  display: inline-flex;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__tab.is-active {
  background: var(--ve-green);
  color: #fff;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__tab:hover {
  transform: translateY(-1px);
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__tab-image {
  background: #fff;
  border-radius: 999px;
  flex: 0 0 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__tab-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-media {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__controls {
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 18px;
  display: grid;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__arrow {
  background: var(--ve-green);
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  transition: opacity .25s, transform .25s;
  display: flex;
}

@media (max-width: 1199px) {
  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__grid {
    grid-template-columns: .7fr 1fr;
    gap: 32px;
  }

  .ve-ingredients__card {
    grid-template-columns: minmax(92px, 20%) minmax(0, 1fr) !important;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU {
    padding-top: var(--ve-pt-m);
    padding-bottom: var(--ve-pb-m);
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__inner {
    padding-left: 0;
    padding-right: 0;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__grid {
    gap: 24px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__right {
    gap: 20px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__heading {
    font-size: var(--ve-heading-size-m);
    line-height: 1.02;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__subheading {
    font-size: var(--ve-subheading-size-m);
  }

  .ve-ingredients__right, .ve-ingredients__detail-panels, .ve-ingredients__controls {
    padding: 0 16px;
  }

  .ve-ingredients__product-wrap {
    padding-right: 16px;
  }

  .ve-ingredients__left {
    flex-direction: column;
    gap: 24px;
    display: flex;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__tabs {
    scrollbar-width: none;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 4px;
    overflow-x: auto;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__tabs::-webkit-scrollbar {
    display: none;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__tab {
    flex: none;
    min-height: 46px;
    padding: 6px 14px 6px 6px;
    font-size: 14px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__tab-image {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__product-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__ingredient-list {
    gap: 30px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__connector {
    flex-basis: 50px;
    width: 50px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__ingredient-item {
    gap: 10px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__thumb {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__ingredient-name {
    font-size: var(--ve-body-size-m);
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-title {
    font-size: 22px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-text {
    font-size: var(--ve-body-size-m);
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__controls {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__detail-panels, #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__detail-panel, #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__detail-track {
  min-width: 0;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card {
  border-radius: var(--ve-radius-card);
  background: #f4f6fc;
  border: 1px solid #3e589a47;
  grid-template-columns: minmax(150px, 40%) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 160px;
  padding: 20px;
  display: grid;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 120px;
  display: block;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-content {
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  display: flex;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-title {
  color: var(--ve-text);
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-text {
  color: var(--ve-muted);
  font-size: var(--ve-body-size-d);
  margin: 0;
  font-weight: 400;
  line-height: 1.22;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__placeholder-svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 760px) {
  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__detail-track {
    display: block;
    overflow: visible;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-panel[hidden] {
    display: none !important;
  }
}

@media (max-width: 759px) {
  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__grid {
    grid-template-columns: 1fr;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__right {
    order: 1;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__left {
    order: 2;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__right {
    gap: 20px;
  }

  h2.ve-ingredients__heading, .ve-ingredients__subheading {
    text-align: center;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__detail-track {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    align-items: flex-end;
    gap: 12px;
    padding-bottom: 4px;
    display: flex;
    overflow-x: auto;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__detail-track::-webkit-scrollbar {
    height: 6px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__detail-track::-webkit-scrollbar-thumb {
    background: var(--ve-progress);
    border-radius: 999px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__detail-track::-webkit-scrollbar-track {
    background: var(--ve-track);
    border-radius: 999px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card {
    scroll-snap-align: start;
    flex: 0 0 100%;
    gap: 14px;
    width: 100%;
    min-height: auto;
    padding: 14px;
    grid-template-columns: 1fr !important;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-panel {
    align-items: flex-start;
    display: grid !important;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-image {
    object-fit: cover;
    width: 100%;
    height: 200px;
    min-height: 90px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-title {
    font-size: 22px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-text {
    font-size: var(--ve-body-size-m);
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__product-wrap {
    grid-template-columns: .6fr 1fr;
    align-items: center;
    gap: 16px;
    display: grid;
  }
}

@media screen and (min-width: 1201px) {

  .ve-ingredients__product-panel.is-active img {
    height: 540px !important;
  }
}

@media screen and (max-width: 1200px) {

  .ve-ingredients__product-panel.is-active img {
    height: 300px !important;
  }
}

.ve-ingredients__tabs {
  display: none !important;
}

span.ve-ingredients__arrow-icon svg path {
  stroke: #3e589a;
}

button.ve-ingredients__arrow {
  background: #fff !important;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__controls {
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  display: grid;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__arrow {
  border: 1px solid var(--ve-progress);
  cursor: pointer;
  background: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  transition: opacity .25s, transform .25s, border-color .25s;
  display: flex;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__arrow[disabled] {
  opacity: .45;
  cursor: not-allowed;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__arrow:not([disabled]):hover {
  transform: translateY(-1px);
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__arrow-icon {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__arrow-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__arrow-icon svg path {
  stroke: var(--ve-progress);
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__arrow-icon--prev {
  transform: rotate(180deg);
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__dots-panels, #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__dots-panel, #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__dots {
  min-width: 0;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__dots {
  align-items: center;
  gap: 10px;
  max-width: 100%;
  display: flex;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__dot {
  cursor: pointer;
  background: #223b7b38;
  border: 0;
  border-radius: 999px;
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  padding: 0;
  transition: transform .2s, opacity .2s, background .2s;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__dot.is-active {
  background: var(--ve-progress);
  transform: scale(1.08);
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__dot:hover {
  opacity: 1;
  transform: scale(1.08);
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__dot[aria-current="true"] {
  background: var(--ve-progress);
}

@media (max-width: 1199px) {
  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__controls {
    padding: 0 16px;
  }
}

@media (max-width: 759px) {
  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__controls {
    gap: 12px;
    max-width: 100%;
    padding: 0 16px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__dots {
    gap: 8px;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__dot {
    flex-basis: 8px;
    width: 8px;
    height: 8px;
  }

  .ve-ingredients__controls {
    grid-template-rows: auto;
    justify-content: center;
    display: grid;
    grid-template-columns: auto auto auto !important;
    align-items: center !important;
    gap: 20px !important;
  }

  .ve-ingredients__arrow--prev {
    grid-area: 1 / 1;
  }

  .ve-ingredients__dots-panels {
    grid-area: 1 / 2;
    justify-self: center;
    min-width: 0;
  }

  .ve-ingredients__arrow--next {
    grid-area: 1 / 3;
  }
}

button.ve-ingredients__ingredient-item .ve-ingredients__ingredient-name {
  font-weight: 400 !important;
}

button.ve-ingredients__ingredient-item.is-active .ve-ingredients__ingredient-name {
  color: #3e589a !important;
  font-weight: 500 !important;
}

.ve-ingredients__detail-track {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto hidden;
}

.ve-ingredients__detail-track::-webkit-scrollbar {
  display: none;
}

@media (max-width: 759px) {
  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__detail-track {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    align-items: flex-end;
    gap: 12px;
    display: flex;
    overflow: auto hidden;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__detail-track::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__detail-track::-webkit-scrollbar-thumb {
    background: none !important;
    display: none !important;
  }

  #ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__detail-track::-webkit-scrollbar-track {
    background: none !important;
    display: none !important;
  }
}

span.ve-ingredients__ingredient-name.intermid {
  font-size: 16px !important;
}

.ingredient-none {
  display: none;
}

.section_bg_template--20177150607499__richtext_lp_cEJPfG {
  background-image: var(--lz-a2);
  background-size: cover;
  background-attachment: unset;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 915px) {
  .section_bg_template--20177150607499__richtext_lp_cEJPfG {
    background-image: var(--lz-a2);
  }

  .section-template--20177150607499__richtext_lp_cEJPfG-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__richtext_lp_cEJPfG-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 915px) {
  .section-template--20177150607499__two_layer_richtext_RdKcbG-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__two_layer_richtext_RdKcbG-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .custom-flex_item_ad_template--20177150607499__two_layer_richtext_RdKcbG {
    width: 100%;
    max-width: 50%;
  }
}

.custom-flex_two_ad_template--20177150607499__two_layer_richtext_RdKcbG {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 915px) {
  .section-template--20177150607499__two_layer_richtext_RYV3Yp-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__two_layer_richtext_RYV3Yp-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .custom-flex_item_ad_template--20177150607499__two_layer_richtext_RYV3Yp {
    width: 100%;
    max-width: 50%;
  }
}

.custom-flex_two_ad_template--20177150607499__two_layer_richtext_RYV3Yp {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.section_bg_template--20177150607499__two_layer_richtext_hh4rLh {
  background-image: var(--lz-bg-3);
  background-size: cover;
  background-attachment: unset;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 915px) {
  .section_bg_template--20177150607499__two_layer_richtext_hh4rLh {
    background-image: var(--lz-bg-3);
    background-size: cover;
    background-attachment: unset;
    background-position: top;
    background-repeat: no-repeat;
  }

  .section-template--20177150607499__two_layer_richtext_hh4rLh-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__two_layer_richtext_hh4rLh-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .custom-flex_item_ad_template--20177150607499__two_layer_richtext_hh4rLh {
    width: 100%;
    max-width: 50%;
  }
}

.custom-flex_two_ad_template--20177150607499__two_layer_richtext_hh4rLh {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 915px) {
  .section-template--20177150607499__column_slider_lp_Ajmc3h-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__column_slider_lp_Ajmc3h-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 915px) {
  .section-template--20177150607499__two_layer_richtext_b8M6bD-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__two_layer_richtext_b8M6bD-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .custom-flex_item_ad_template--20177150607499__two_layer_richtext_b8M6bD {
    width: 100%;
    max-width: 50%;
  }
}

.custom-flex_two_ad_template--20177150607499__two_layer_richtext_b8M6bD {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.section_bg_template--20177150607499__faq_lp_eYUp6n {
  background-image: var(--lz-a3);
  background-size: cover;
  background-attachment: unset;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 915px) {
  .section_bg_template--20177150607499__faq_lp_eYUp6n {
    background-image: var(--lz-a3);
  }

  .section-template--20177150607499__faq_lp_eYUp6n-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__faq_lp_eYUp6n-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 915px) {
  .section-template--20177150607499__two_layer_richtext_3mfJRP-padding {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__two_layer_richtext_3mfJRP-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .custom-flex_item_ad_template--20177150607499__two_layer_richtext_3mfJRP {
    width: 100%;
    max-width: 50%;
  }
}

.block_template--20177150607499__two_layer_richtext_3mfJRP {
  background-image: var(--lz-a2);
  background-size: cover;
  background-attachment: unset;
  background-position: bottom;
  background-repeat: no-repeat;
}

.custom-flex_two_ad_template--20177150607499__two_layer_richtext_3mfJRP {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.money_section_lp .money_right_img--bottle {
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  height: 100%;
  display: flex;
  margin: 0 !important;
}

.money_section_lp .money_right_img--bottle .guarantee-bottle-img {
  object-fit: contain;
  object-position: bottom center;
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 916px) {
  .money_section_lp .block_template--20177150607499__two_layer_richtext_3mfJRP {
    min-height: 320px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .money_section_lp .custom-flex_two_ad {
    align-items: stretch !important;
  }

  .money_section_lp .custom-flex_item_ad_template--20177150607499__two_layer_richtext_3mfJRP.custom-flex_item_ad_1 {
    align-items: center;
    display: flex;
  }

  .money_section_lp .custom-flex_item_ad_template--20177150607499__two_layer_richtext_3mfJRP.custom-flex_item_ad_2 {
    align-self: stretch;
    display: flex;
  }

  .money_section_lp .money_right_img--bottle .guarantee-bottle-img {
    max-height: none;
  }
}

@media (max-width: 915px) {
  .money_section_lp .custom-flex_item_ad_template--20177150607499__two_layer_richtext_3mfJRP.custom-flex_item_ad_2 {
    flex: 0 0 150px;
    width: 150px !important;
    max-width: 150px !important;
  }

  .money_section_lp .custom-flex_item_ad_template--20177150607499__two_layer_richtext_3mfJRP.custom-flex_item_ad_1 {
    max-width: calc(100% - 160px) !important;
  }

  .money_section_lp .money_right_img--bottle {
    align-self: flex-end;
    height: auto;
    display: block;
    margin: 0 !important;
  }

  .money_section_lp .money_right_img--bottle .guarantee-bottle-img {
    object-fit: contain;
    object-position: bottom center;
    width: 100%;
    height: auto;
    max-height: none;
  }
}

@media screen and (max-width: 915px) {
  .section-template--20177150607499__richtext_lp_PUHpg3-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__richtext_lp_PUHpg3-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 915px) {
  .section-template--20177150607499__richtext_lp_F8h8xb-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 915px) {
  .section-template--20177150607499__richtext_lp_F8h8xb-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.sticky-bar__content a {
  -webkit-text-decoration: unset !important;
  text-decoration: unset !important;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG {
  --sticky-bg: #ebedf3;
  --sticky-border: #313d5d;
  --sticky-title: #1f1f1f;
  --sticky-review: #1f1f1f;
  --sticky-stars: #727e9b;
  --sticky-button-bg: #313d5d;
  --sticky-button-text: #fff;
  --sticky-button-border: #313d5d;
  --sticky-desktop-title-size: 22px;
  --sticky-mobile-title-size: 17px;
  --sticky-desktop-review-size: 16px;
  --sticky-mobile-review-size: 12px;
  --sticky-desktop-button-size: 28px;
  --sticky-mobile-button-size: 15px;
  --sticky-desktop-button-height: 60px;
  --sticky-mobile-button-height: 40px;
  --sticky-button-padding-x: 18px;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .custom_sticky_bottom-shopi {
  z-index: 999;
  background: var(--sticky-bg);
  border-top: 1px solid var(--sticky-border);
  border-bottom: 1px solid var(--sticky-border);
  opacity: 0;
  visibility: hidden;
  transition: transform .35s, opacity .35s, visibility .35s;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .custom_sticky_bottom-shopi.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sticky-bar__content, .sticky-bar__right {
  padding: 8px 0;
}

.sticky-bar {
  padding-top: 8px;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar {
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  display: flex;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__left {
  flex: auto;
  align-items: center;
  gap: 14px;
  min-width: 0;
  display: flex;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__image-link {
  flex: none;
  text-decoration: none;
  display: block;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__image-link img {
  border-radius: 2px;
  width: 48px;
  height: auto;
  display: block;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__content {
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__title {
  color: var(--sticky-title);
  font-size: var(--sticky-desktop-title-size);
  letter-spacing: -.02em;
  margin: 0;
  font-weight: 600;
  line-height: 1.1;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__review {
  width: fit-content;
  color: var(--sticky-review);
  font-size: var(--sticky-desktop-review-size);
  align-items: center;
  gap: 6px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__review u {
  text-underline-offset: 1px;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__stars {
  color: var(--sticky-stars);
  flex: none;
  line-height: 0;
  display: inline-flex;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__stars svg {
  width: 90px;
  height: auto;
  display: block;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__right {
  flex: 0 0 255px;
  width: 100%;
  max-width: 255px;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__button {
  width: 100%;
  min-height: var(--sticky-desktop-button-height);
  padding: 0 var(--sticky-button-padding-x);
  border: 1px solid var(--sticky-button-border);
  background: var(--sticky-button-bg);
  color: var(--sticky-button-text);
  font-size: var(--sticky-desktop-button-size);
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__button:hover {
  color: var(--sticky-button-bg);
  background: none;
}

#StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .mobile_only {
  display: none;
}

@media (max-width: 915px) {
  .sticky-bar__content, .sticky-bar__right {
    padding: 8px 0;
  }

  #StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar, #StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__left {
    gap: 8px;
  }

  #StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__image-link img {
    width: 30px;
  }

  #StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__content {
    gap: 8px;
  }

  #StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__title {
    font-size: var(--sticky-mobile-title-size);
  }

  #StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__review {
    font-size: var(--sticky-mobile-review-size);
    gap: 3px;
  }

  #StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__stars svg {
    width: 70px;
  }

  #StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__right {
    flex: 0 0 122px;
    max-width: 122px;
  }

  #StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .sticky-bar__button {
    min-height: var(--sticky-mobile-button-height);
    font-size: var(--sticky-mobile-button-size);
    padding: 0 10px;
  }

  #StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .desktop_only {
    display: none !important;
  }

  #StickyBottomBar-template--20177150607499__sticky_form_DVmBHG .mobile_only {
    display: inline-flex !important;
  }
}

.nutrition-popup__inner {
  justify-content: center;
  width: 100%;
  display: flex;
}

.nutrition-popup__trigger {
  color: #fff;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  background: #975a3e;
  border: 0;
  border-radius: 6.86503px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 35px;
  padding: 14px 116px;
  font-family: var(--font-body);
  font-size: 16.0184px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.nutrition-popup__trigger-icon {
  color: #fff;
  flex: 0 0 19px;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  display: inline-flex;
}

.nutrition-popup__trigger-icon svg, .nutrition-popup__icon-image {
  object-fit: contain;
  width: 19px;
  height: 19px;
  display: block;
}

.nutrition-popup__trigger span:last-child {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: var(--font-body);
  font-size: 16.0184px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: inline-flex;
}

.nutrition-popup__modal[hidden] {
  display: none;
}

.nutrition-popup__modal {
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: 0;
}

.nutrition-popup__overlay {
  opacity: 0;
  background: #0000008c;
  transition: opacity .26s;
  position: absolute;
  inset: 0;
}

.nutrition-popup__dialog {
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
  will-change: opacity, transform;
  background: #fff;
  border-radius: 12.6689px;
  width: min(100vw - 32px, 460px);
  max-height: calc(100vh - 32px);
  margin: 0;
  padding: 24px 28px 28px;
  transition: opacity .26s, transform .26s cubic-bezier(.22, 1, .36, 1);
  position: relative;
  overflow: auto;
  transform: scale(.94) translateY(10px);
}

.nutrition-popup__modal.is-active .nutrition-popup__overlay {
  opacity: 1;
}

.nutrition-popup__modal.is-active .nutrition-popup__dialog {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.nutrition-popup__content {
  flex-direction: column;
  align-items: center;
  gap: 20.2703px;
  display: flex;
}

.nutrition-popup__title-row {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
}

.nutrition-popup__title {
  text-align: center;
  color: #000;
  flex: auto;
  margin: 0;
  padding-left: 36px;
  font-size: 31.6723px;
  font-weight: 400;
  line-height: 1.2;
}

.nutrition-popup__close {
  color: #0e1832;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 999px;
  flex: 0 0 36px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.nutrition-popup__close svg {
  width: 20px;
  height: 20px;
  display: block;
}

.nutrition-popup__facts-card {
  box-sizing: border-box;
  background: #0e183214;
  border: 1.57878px solid #0e1832;
  border-radius: 12.6689px;
  width: 100%;
  padding: 14px 10px;
}

.nutrition-popup__facts-inner {
  color: #0e1832;
  flex-direction: column;
  gap: 7.6px;
  width: 100%;
  display: flex;
}

.nutrition-popup__facts-top {
  flex-direction: column;
  gap: 11.4px;
  display: flex;
}

.nutrition-popup__facts-heading {
  font-size: 35.473px;
  font-weight: 700;
  line-height: 1.296;
}

.nutrition-popup__meta {
  letter-spacing: -.01em;
  font-size: 21.6576px;
  font-weight: 400;
  line-height: 1.2;
}

.nutrition-popup__rule {
  flex: none;
  width: 100%;
}

.nutrition-popup__rule--thick, .nutrition-popup__rule--thin {
  background: #0e1832;
  height: 6.33px;
}

.nutrition-popup__header-row, .nutrition-popup__blend-row {
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  display: flex;
}

.nutrition-popup__header-row {
  letter-spacing: -.01em;
  font-size: 21.6576px;
  font-weight: 700;
  line-height: 1.2;
}

.nutrition-popup__header-row > :last-child {
  text-align: right;
  font-size: 19.0034px;
  line-height: 1.2;
}

.nutrition-popup__blend-name, .nutrition-popup__extracts-title {
  letter-spacing: -.01em;
  font-size: 21.6576px;
  font-weight: 700;
  line-height: 1.2;
}

.nutrition-popup__blend-amount {
  letter-spacing: -.01em;
  text-align: right;
  white-space: nowrap;
  font-size: 19.0034px;
  font-weight: 400;
  line-height: 1.2;
}

.nutrition-popup__ingredients {
  flex-direction: column;
  gap: 11.4px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nutrition-popup__ingredient {
  letter-spacing: -.01em;
  align-items: center;
  gap: 7.6px;
  font-size: 16.4696px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.nutrition-popup__dot {
  background: #0e1832;
  border-radius: 50%;
  flex: none;
  width: 5.32px;
  height: 5.32px;
}

.nutrition-popup__footnotes {
  flex-direction: column;
  gap: 6.33px;
  display: flex;
}

.nutrition-popup__footnotes p {
  letter-spacing: -.01em;
  color: #0e1832;
  margin: 0;
  font-size: 16.4696px;
  line-height: 1.2;
}

.nutrition-popup__cta {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background: #233e82;
  border: 2.53378px solid #233e82;
  border-radius: 6.33446px;
  justify-content: center;
  align-items: center;
  gap: 6.33px;
  width: 100%;
  min-height: 65.88px;
  padding: 21.5372px 24px;
  font-size: 20.5236px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.nutrition-popup__cta-emphasis {
  text-decoration: underline;
}

.nutrition-popup__benefits {
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 20px;
  width: 100%;
  display: grid;
}

.nutrition-popup__benefit {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 7.6px;
  display: flex;
}

.nutrition-popup__benefit--3 {
  justify-self: center;
  max-width: 180px;
}

.nutrition-popup__benefit-icon {
  color: #243256;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14.82px;
  height: 12.51px;
  display: flex;
}

.nutrition-popup__benefit-icon img, .nutrition-popup__benefit-icon svg {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.nutrition-popup__benefit-text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.nutrition-popup__benefits {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

@media screen and (max-width: 749px) {
  .nutrition-popup__trigger {
    border-radius: 6px;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    min-height: 30px;
    padding: 12px 62px;
    font-size: 14px;
    line-height: 16px;
  }

  .nutrition-popup__trigger-icon {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
  }

  .nutrition-popup__trigger-icon svg, .nutrition-popup__icon-image {
    width: 17px;
    height: 17px;
  }

  .nutrition-popup__trigger span:last-child {
    font-size: 14px;
    line-height: 16px;
  }

  .nutrition-popup__modal {
    padding: 6px;
  }

  .nutrition-popup__dialog {
    width: min(100vw - 25px, 460px);
    padding: 18px 16px 20px;
  }

  .nutrition-popup__title-row {
    align-items: flex-start;
  }

  .nutrition-popup__title {
    text-align: left;
    padding-left: 0;
    font-size: 24px;
  }

  .nutrition-popup__facts-heading {
    font-size: 28px;
    line-height: 1.2;
  }

  .nutrition-popup__meta, .nutrition-popup__header-row, .nutrition-popup__blend-name, .nutrition-popup__extracts-title {
    font-size: 18px;
  }

  .nutrition-popup__header-row > :last-child, .nutrition-popup__blend-amount {
    font-size: 16px;
  }

  .nutrition-popup__ingredient, .nutrition-popup__footnotes p, .nutrition-popup__benefit-text {
    font-size: 14px;
  }

  .nutrition-popup__cta {
    padding: 18px 20px;
    font-size: 18px;
  }

  .nutrition-popup__benefits {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
  }

  .nutrition-popup__benefit--3 {
    grid-column: auto;
    max-width: none;
  }
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96.lf-footer {
  background: var(--lf-bg);
  color: var(--lf-text);
  position: relative;
  overflow: hidden;
}

#linfozen-footer {
  background: var(--lf-bg);
  color: var(--lf-text);
  position: relative;
  overflow: hidden;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__bg {
  z-index: 0;
  position: absolute;
  inset: 0;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__bg-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__bg-overlay {
  background: var(--lf-overlay);
  opacity: var(--lf-overlay-opacity);
  position: absolute;
  inset: 0;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__container {
  z-index: 1;
  max-width: var(--lf-desktop-max);
  min-height: 456px;
  margin: 0 auto;
  padding: 69px 0 50px;
  position: relative;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__top {
  align-items: flex-start;
  gap: 75px;
  display: flex;
  position: relative;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__brand-col, #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col, #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__newsletter-col {
  min-width: 0;
  position: relative;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__brand-col {
  flex: 0 0 300px;
  width: 300px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--menu {
  flex: 0 0 220px;
  width: 200px;
  padding-left: 85px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--policies {
  flex: 0 0 150px;
  width: 150px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__newsletter-col {
  flex: 0 0 430px;
  width: 430px;
  margin-left: auto;
  padding-left: 65px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--menu:before, #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__newsletter-col:before {
  content: "";
  background: var(--lf-line);
  pointer-events: none;
  width: .5px;
  height: 270px;
  position: absolute;
  left: 0;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__brand {
  color: var(--lf-text);
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  text-decoration: none;
  display: inline-flex;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__brand-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-flex;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__brand-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__brand-name {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__logo {
  width: auto;
  max-width: 170px;
  height: auto;
  display: block;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__title {
  color: var(--lf-text);
  letter-spacing: 0;
  margin: 0 0 21px;
  font-size: 20px;
  line-height: 25px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__text {
  max-width: 360px;
  color: var(--lf-text);
  margin: 0 0 29px;
  font-size: 14px;
  line-height: 20px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__list, #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__list-item {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__list {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__link {
  color: var(--lf-text);
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  display: inline-block;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__link:hover {
  opacity: .8;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__disclaimer, #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__disclaimer p {
  color: var(--lf-text);
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__disclaimer strong {
  font-size: 15px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__disclaimer--desktop {
  margin-top: 4px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__disclaimer--mobile, #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__mobile-divider {
  display: none;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__form {
  margin: 0;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__field-wrap {
  border: .5px solid var(--lf-input-border);
  box-sizing: border-box;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
  overflow: hidden;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__input {
  min-width: 0;
  height: 48px;
  box-shadow: none;
  color: var(--lf-text);
  appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex: auto;
  margin: 0;
  padding: 0 16px;
  font-size: 14px;
  line-height: 19px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__input::placeholder {
  color: var(--lf-muted);
  opacity: 1;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__button {
  border: .5px solid var(--lf-btn-bg);
  background: var(--lf-btn-bg);
  width: 92px;
  height: 40px;
  color: var(--lf-btn-text);
  cursor: pointer;
  appearance: none;
  border-radius: 4px;
  flex: 0 0 92px;
  margin: 3px;
  font-size: 14px;
  line-height: 19px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__message {
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__message--error {
  color: #ffdada;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__message--success {
  color: var(--lf-text);
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 74px;
  display: flex;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__copyright {
  color: var(--lf-text);
  text-align: center;
  margin: 0;
  font-size: 14px;
  line-height: 19px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__payments {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  display: flex;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__payments .icon--payment {
  width: 28px;
  height: 19px;
}

@media screen and (max-width: 1430px) {
  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 989px) {
  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__container {
    min-height: 720px;
    padding: 32px 20px 28px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__top {
    flex-wrap: wrap;
    gap: 0;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__brand-col, #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__newsletter-col {
    flex: 0 0 100%;
    width: 100%;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--menu, #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--policies {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 0;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__brand-col {
    border-bottom: .5px solid #9ca4ba;
    padding-bottom: 24px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__brand {
    margin: 0;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--menu:before, #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__newsletter-col:before, #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__disclaimer--desktop {
    display: none;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__newsletter-col {
    border-bottom: .5px solid #9ca4ba;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 25px;
    padding-left: 0;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--menu, #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--policies {
    padding-top: 30px;
    padding-bottom: 24px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__text {
    max-width: 310px;
    margin-bottom: 17px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__list {
    gap: 20px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__field-wrap {
    height: 48px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__input {
    height: 48px;
    padding: 0 14px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__button {
    flex-basis: 106px;
    width: 106px;
    height: 38px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__mobile-divider {
    background: #9ca4ba;
    width: 100%;
    height: .5px;
    display: block;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__disclaimer--mobile {
    padding-top: 20px;
    display: block;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__bottom {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    margin-top: 41px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__copyright {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__payments {
    display: none;
  }
}


#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__container {
  min-height: 0;
  padding-top: 52px;
  padding-bottom: 38px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__top {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(190px, .7fr) minmax(330px, 1fr);
  gap: 48px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__brand-col,
#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--menu,
#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--policies {
  width: auto;
  min-width: 0;
  padding-left: 0;
  flex: none;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--menu,
#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--policies {
  border-left: 1px solid rgba(255, 255, 255, .45);
  padding-left: 42px;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--menu:before {
  display: none;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__disclaimer,
#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__disclaimer p {
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  line-height: 1.55;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__trust-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__trust-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__trust-list li:before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #718ed8;
  color: #101d3b;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__trust-list strong {
  display: block;
  margin-bottom: 2px;
  font-weight: 700;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__trust-list small {
  display: block;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  line-height: 1.35;
}

#lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__bottom {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .28);
}

@media screen and (max-width: 989px) {
  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__container {
    min-height: 0;
    padding: 32px 20px 28px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__top {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__brand-col,
  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--menu,
  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--policies {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    padding: 24px 0;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__brand-col {
    padding-top: 0;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__menu-col--policies {
    border-bottom: 0;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__list {
    gap: 14px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__mobile-divider {
    display: none;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__disclaimer--mobile {
    padding-top: 20px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
  }

  #lf-section-sections--20177149788299__footer_custom_shopi_Mqnz96 .lf-footer__payments {
    display: flex;
  }
}

_:-ms-lang(x) {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

@keyframes bndlr-stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes bndlr-spin {
  from {
    transform: translateY(-50%) translateX(-50%) rotate(0);
  }

  to {
    transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}

@keyframes bndlr-linear-gradient-move {
  100% {
    background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
  }
}

@keyframes bndlr-shine-keyframes {
  0% {
    transform: translateX(-150%);
  }

  20% {
    transform: translateX(150%);
  }

  100% {
    transform: translateX(150%);
  }
}

@keyframes bndlr_dashoffset {
  from {
    stroke-dashoffset: 43px;
    transform: translate3d(0, 0, 0);
  }

  to {
    stroke-dashoffset: 0;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bndlr-tilt-n-shake-animation {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}

_:-ms-lang(x) {
  display: block;
}

_:-ms-lang(x) {
  display: inline-block;
}

_:-ms-lang(x) {
  margin-top: 0;
  margin-bottom: 0;
}

_:-ms-lang(x) {
  display: block;
}

_:-ms-lang(x) {
  display: inline-block;
}

_:-ms-lang(x) {
  margin-top: 0;
  margin-bottom: 0;
}

@keyframes bdnlr-bounce {
  0%, 10%, 27%, 40%, 50% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0);
  }

  20%, 21% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -20px, 0);
  }

  35% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -10px, 0);
  }

  45% {
    transform: translate3d(0, -4px, 0);
  }
}

.sticky-cta, .sticky-cta * {
  text-decoration: none !important;
}

.sticky-cta {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-top: 1px solid #00000014;
  padding: 10px 14px;
  transition: transform .35s, opacity .25s, visibility .25s;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(110%);
  box-shadow: 0 -6px 18px #00000014;
}

.sticky-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sticky-cta__inner {
  align-items: center;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.sticky-cta__image {
  background: #f5f6fa;
  border-radius: 8px;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.sticky-cta__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.sticky-cta__info {
  flex-direction: column;
  flex: auto;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.sticky-cta__title {
  color: #111;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
}

.sticky-cta__rating {
  color: #555;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1;
  display: flex;
}

.sticky-cta__stars {
  align-items: center;
  gap: 1px;
  display: none;
}

.sticky-cta__stars svg {
  width: 12px;
  height: 12px;
  display: block;
}

.sticky-cta__rating strong {
  color: #111;
  font-weight: 700;
}

.sticky-cta__btn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #975a3e;
  border: 0;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, transform .1s;
  display: inline-flex;
}

.sticky-cta__btn:hover {
  background: #1f3670;
}

.sticky-cta__btn:active {
  transform: scale(.98);
}

@media (max-width: 480px) {
  .sticky-cta {
    padding: 8px 10px;
  }

  .sticky-cta__inner {
    gap: 10px;
  }

  .sticky-cta__image {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }

  .sticky-cta__title {
    font-size: 14px;
  }

  .sticky-cta__rating {
    font-size: 11px;
  }

  .sticky-cta__btn {
    padding: 10px 16px;
    font-size: 14px;
  }

  .sticky-cta__rating-extra {
    display: none;
  }
}





*, :before, :after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html, body {
  overflow-x: clip;
}

img, video {
  max-width: 100%;
}

p, li, h1, h2, h3, h4, h6, td, th, .rte {
  overflow-wrap: break-word;
}

h1, h2, h3, .rich-text__heading {
  text-wrap: balance;
}

@media (min-width: 640px) and (max-width: 914.98px) {
  .container_hk {
    max-width: 660px;
    margin-inline: auto;
  }

  .custom_popup_hp .container_hk {
    max-width: none;
  }

  .lf-footer__container {
    max-width: 660px;
  }

  .sticky-cta__inner {
    max-width: 660px;
    margin-inline: auto;
  }
}

@media (min-width: 480px) and (max-width: 639.98px) {
  .container_hk {
    padding-inline: 24px;
  }
}

@media (min-width: 640px) {
  .rich-text__heading.h1, h1.rich-text__heading, h2.rich-text__heading {
    font-size: clamp(1.75rem, 1.16rem + 1.47vw, 2.375rem);
    line-height: 1.18;
  }
}

@media (min-width: 640px) and (max-width: 914.98px) {
  .icons_with_text_item, .icon_with_text_item {
    font-size: clamp(.8125rem, .52rem + .73vw, 1.125rem);
  }
}


.quantity_landing_page .offer-text {
  font-size: clamp(1.0625rem, 1rem + 0.35vw, 1.1875rem);
  line-height: 1.55;
  margin-bottom: 28px;
  text-wrap: pretty;
}

.quantity_landing_page .offer-text b {
  white-space: nowrap;
}

@media (max-width: 380px) {
  
  .quantity_landing_page .offer-text b {
    white-space: normal;
  }
}


.money_section_lp .money_right_img--bottle .guarantee-bottle-img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom center;
}


@media (max-width: 915.98px) {
  .money_section_lp .richtext_blocks_new {
    align-items: stretch;
    display: flex;
    
    padding-left: 16px;
  }

  .money_section_lp .custom-flex_two_ad {
    align-items: center !important;
    flex: 1 1 auto;
  }

  .money_section_lp .custom-flex_item_ad_2 {
    flex: 0 0 124px !important;
    width: 124px !important;
    max-width: 124px !important;
    align-self: stretch;
    display: flex;
    align-items: center;
  }

  .money_section_lp .custom-flex_item_ad_1 {
    max-width: calc(100% - 136px) !important;
  }

  .money_section_lp .money_right_img--bottle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 !important;
  }

  .money_section_lp .money_right_img--bottle .guarantee-bottle-img {
    object-position: center;
    
    max-height: 265px;
  }
}

@media (min-width: 916px) {
  .money_section_lp .richtext_blocks_new {
    align-items: stretch;
    display: flex;
  }

  .money_section_lp .custom-flex_two_ad {
    flex: auto;
    align-items: stretch !important;
    height: auto !important;
  }

  .money_section_lp .custom-flex_item_ad_1 {
    align-items: center;
    display: flex;
  }

  .money_section_lp .custom-flex_item_ad_2 {
    align-self: stretch;
    align-items: flex-end;
    display: flex;
  }

  .money_section_lp .money_right_img--bottle {
    
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-end;
    width: 100%;
    height: auto;
    display: flex;
    padding-right: 8px;
  }

  .money_section_lp .money_right_img--bottle .guarantee-bottle-img {
    object-fit: contain;
    object-position: bottom center;
    width: auto;
    max-width: 100%;
    height: 100%;
    
    max-height: 320px;
    padding-bottom: 12px;
  }
}

@media (min-width: 1100px) {
  .money_section_lp .custom-flex_item_ad_2 {
    flex: 0 0 340px !important;
    width: 340px !important;
    max-width: 340px !important;
  }

  .money_section_lp .custom-flex_item_ad_1 {
    max-width: calc(100% - 360px) !important;
  }

  .section2_lp .custom-flex_two_ad {
    justify-content: flex-start;
    gap: clamp(24px, 3vw, 56px);
  }

  .section2_lp .custom-flex_item_ad_1 {
    flex: 0 0 36%;
    max-width: 36% !important;
  }

  .section2_lp .custom-flex_item_ad_2 {
    flex: auto;
    margin-inline: auto;
    max-width: 660px !important;
  }
}

@media (min-width: 916px) {
  .section2_lp {
    background-position: 0 100%;
  }
}

@media (pointer: coarse) {
  .drawer-close, .cart-close, .cart_item_single_right_remove, .slick-dots button, .slick-arrow {
    position: relative;
  }

  .drawer-close:after, .cart-close:after, .cart_item_single_right_remove:after, .slick-dots button:after, .slick-arrow:after {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .slick-dots li {
    margin-inline: 4px;
  }
}

a.sticky-cta:after, .custom_sticky_bottom-shopi:after, .sticky_form:after, .drawer:after, .cart-drawer:after {
  content: "";
  height: env(safe-area-inset-bottom, 0px);
  flex: none;
  display: block;
}

.drawer, .cart-drawer {
  overscroll-behavior: contain;
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline-offset: 2px;
  border-radius: 3px;
  outline: 2px solid #101d3b;
}

.timeline_section_lp :focus-visible, .faq_lp :focus-visible, .lf-footer :focus-visible, .section5_lp :focus-visible {
  outline-color: #f5f6fa;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }

  .scroll_bar_lp .flex_custom_item_flex {
    animation: none !important;
  }
}


.icons_with_text_section.scroll_bar_lp .flex_custom_item_flex > img {
  display: block !important;
  width: 26px !important;
  height: 26px !important;
  flex: 0 0 26px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 999px;
  background-color: #975a3e;
  object-fit: contain;
}

.icons_with_text_section.scroll_bar_lp .flex_custom_item_flex::before {
  content: none;
}






.section4_eyebrow {
  margin: 0 0 10px;
  color: #975a3e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section_4_video {
  display: block !important;
  overflow: hidden;
  border: 1px solid rgba(25, 155, 98, .2);
  border-radius: 14px;
  background: #f5f6fa;
  box-shadow: 0 14px 40px rgba(8, 84, 49, .12);
}

.section4_mechanism_image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.section4_icons_lp .icon_svg_main {
  display: none;
}

.section4_icons_lp .icons_with_text_item::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  color: #fff;
  background: #975a3e;
  font-size: 13px;
  font-weight: 800;
}


.section5_lp .section5_heading {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 12px;
  text-transform: none;
  text-wrap: balance;
}

.lz-trust-subheading {
  width: min(100%, 760px);
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.section5_lp .section5_icons1_lp {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.section5_lp .section5_icons1_lp .icons_with_text_flex {
  width: auto;
  max-width: none;
}

.section5_lp .section5_icons1_lp .icons_with_text_item {
  min-height: 190px;
  padding: 20px 16px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  border: 1px solid rgba(95, 255, 185, .2);
  border-radius: 12px;
  background: rgba(255, 255, 255, .09);
  text-align: center;
}

.section5_lp .section5_icons1_lp .icons_with_text_item img {
  display: none;
}

.section5_lp .section5_icons1_lp .icons_with_text_item::before {
  content: none;
}

.section5_lp .section5_icons1_lp .icons_with_text_item_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section5_lp .section5_icons1_lp .icons_with_text_item_svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 1px solid rgba(95, 255, 185, .48);
  border-radius: 50%;
  color: #819bdd;
  background: rgba(95, 255, 185, .08);
}

.section5_lp .section5_icons1_lp .icons_with_text_item_svg svg {
  display: block;
  width: 29px;
  height: 29px;
  color: #819bdd;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section5_lp .section5_icons1_lp .icons_with_text_item_text {
  width: 100%;
}

.lz-trust-card-title,
.lz-trust-card-note {
  display: block;
}

.lz-trust-card-title {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.lz-trust-card-note {
  margin-top: 7px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}

.lz-trust-standards-title {
  margin: 28px auto 12px;
  color: #819bdd;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.section5_lp .section5_icons2_lp {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-top: 0;
}

.section5_lp .section5_icons2_lp .icons_with_text_flex,
.section5_lp .section5_icons2_lp .icons_with_text_flex:nth-child(2n) {
  width: auto;
}

.section5_lp .section5_icons2_lp .icons_with_text_item {
  min-height: 48px;
  padding: 10px 14px;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}

.section5_lp .section5_icons2_lp .icons_with_text_item svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}


.results_section_lp .result_heading {
  width: 100%;
  max-width: 760px;
  padding-bottom: 10px;
  text-wrap: balance;
}

.lz-results-subheading {
  max-width: 720px;
  margin: 0 0 24px;
  color: #404552;
  font-size: 16px;
  line-height: 1.5;
}

.results_section_lp .results_icons .icons_with_text_flex {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.results_section_lp .results_icons .icons_with_text_item {
  width: auto;
  max-width: none;
  min-height: 154px;
  padding: 18px;
  border: 1px solid rgba(25, 155, 98, .32);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(8, 84, 49, .06);
}

.results_section_lp .results_icons .icons_with_text_item .icon_svg_main {
  padding: 3px 48px 14px 0;
  color: #101d3b;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.results_section_lp .results_icons .icons_with_text_item > img {
  width: 40px;
  height: 40px;
  padding: 8px;
  top: 14px;
  right: 14px;
  border-radius: 50%;
  background: #975a3e;
}

.results_section_lp .results_icons .icons_with_text_item > span {
  color: #262a35;
  font-size: 15px;
  line-height: 1.42;
}

.results_section_lp .results_icons .icons_with_text_item::after {
  display: none;
}

.results_section_lp .result_review .icon_with_text_item {
  gap: 18px;
  padding-left: 34px;
}

.results_section_lp .result_review .icon_with_text_item img {
  width: 220px !important;
  height: 275px !important;
  max-width: none;
  flex: 0 0 220px;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  object-fit: cover;
  object-position: 50% 38%;
  box-shadow: 0 10px 26px rgba(8, 84, 49, .12);
}

.results_section_lp .result_review .icon_with_text_item_texts {
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
}

@media (max-width: 915px) {
  .results_section_lp .result_heading {
    width: 100%;
    max-width: 560px;
    padding-bottom: 8px;
  }

  .lz-results-subheading {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .results_section_lp .results_icons .icons_with_text_flex {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .results_section_lp .results_icons .icons_with_text_item {
    min-height: 102px;
    padding: 15px;
  }

  .results_section_lp .results_icons .icons_with_text_item .icon_svg_main {
    padding: 2px 44px 8px 0;
    font-size: 13px;
  }

  .results_section_lp .results_icons .icons_with_text_item > img {
    width: 36px;
    height: 36px;
    padding: 7px;
    top: 12px;
    right: 12px;
  }

  .results_section_lp .results_icons .icons_with_text_item > span {
    width: calc(100% - 42px);
    font-size: 13px;
    line-height: 1.35;
  }

  .results_section_lp .result_review .icon_with_text_item {
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    padding-left: 0;
  }

  .results_section_lp .result_review .icon_with_text_item img {
    width: 42% !important;
    height: auto !important;
    max-width: 190px;
    flex: 0 0 42%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 50% 38%;
  }

  .results_section_lp .result_review .icon_with_text_item_texts {
    width: auto;
    flex: 1 1 58%;
  }
}

@media (max-width: 760px) {
  .section5_lp .section5_heading {
    max-width: 520px;
    padding-bottom: 10px;
  }

  .lz-trust-subheading {
    margin-bottom: 22px;
    padding-inline: 6px;
    font-size: 15px;
  }

  .section5_lp .section5_icons1_lp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .section5_lp .section5_icons1_lp .icons_with_text_item {
    min-height: 178px;
    padding: 16px 10px;
  }

  .section5_lp .section5_icons1_lp .icons_with_text_item .icons_with_text_item_text {
    width: 100%;
    max-width: none;
  }

  .lz-trust-card-title {
    font-size: 14px;
  }

  .lz-trust-card-note {
    font-size: 12px;
  }

  .lz-trust-standards-title {
    margin-top: 24px;
  }

  .section5_lp .section5_icons2_lp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .section5_lp .section5_icons2_lp .icons_with_text_item {
    min-height: 52px;
    padding: 9px 10px;
    justify-content: flex-start;
    font-size: 12px;
  }
}

.lz-ingredients-formula-image {
  display: block;
  width: 100% !important;
  max-width: 360px;
  height: 540px !important;
  aspect-ratio: auto;
  object-fit: contain !important;
  object-position: center;
  margin-inline: auto;
  filter: drop-shadow(0 20px 24px rgba(8, 84, 49, .16));
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__ingredient-name {
  overflow-wrap: anywhere;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__thumb::before {
  content: none !important;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__thumb svg {
  width: 23px;
  height: 23px;
  color: #101d3b;
  display: block;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__ingredient-item.is-active .ve-ingredients__thumb svg {
  color: #101d3b;
}

#ingredients-explorer-template--20177150607499__ingredient_section_tQfrHU .ve-ingredients__ingredient-item:first-child .ve-ingredients__thumb {
  background: #dde4f6;
  border-color: #3e589a;
  box-shadow: 0 0 0 5px rgba(62, 154, 95, .08);
}

@media (max-width: 759px) {
  .lz-ingredients-formula-image {
    max-width: 220px;
    height: 300px !important;
    margin-inline: auto;
  }
}

@media (min-width: 760px) and (max-width: 1200px) {
  .lz-ingredients-formula-image {
    max-width: 280px;
    height: 380px !important;
  }
}

@media (min-width: 916px) {
  .section_4_video {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
  }
}

@media (max-width: 575px) {
  .icons_with_text_section.scroll_bar_lp .flex_custom_item_flex > img {
    width: 22px !important;
    height: 22px !important;
    flex-basis: 22px;
    padding: 4px;
  }

  .section4_eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: .1em;
  }
}

@media (max-width: 915px) {
  .section4_lp .custom-flex_two_ad .custom-flex_item_ad_2 .custom-flex_item_ad_inner {
    flex-direction: column;
    gap: 18px;
  }

  .section_4_video {
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
  }

  .section4_icons_lp {
    width: 100%;
    padding-left: 0;
  }

  .section4_icons_lp .icons_with_text_flex {
    gap: 12px;
  }

  .section4_icons_lp .icons_with_text_flex .icons_with_text_item {
    max-width: calc(50% - 6px);
    min-height: 48px;
  }
}

@media print {
  .drawer, .cart-drawer, .sticky-cta, .sticky_form, .scroll_bar_lp, .custom_popup_hp, [class*="countdown"] {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }
}



    
    .rfl-cancle,
    .subscription_new_box,
    .subscription_landing_page,
    .atc-v1,
    .atc-v2,
    .atc-v3 {
      display: none !important;
    }

    
    .countdown-banner-sections--20177149886603__anouncment_timer_AXPiaM.design-design_2 .countdown-timer {
      display: flex !important;
    }

    .lf-footer__legal-links {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px 20px;
      width: 100%;
      margin-top: 28px;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,.28);
    }

    .lf-footer__legal-link {
      color: #fff;
      font-size: 13px;
      line-height: 1.45;
      text-decoration: underline;
      text-underline-offset: 3px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }

    .lf-footer__legal-link svg {
      flex: 0 0 16px;
      width: 16px;
      height: 16px;
    }

    .lf-footer__support-note {
      grid-column: 1 / -1;
      margin: 8px 0 0;
      color: rgba(255,255,255,.88);
      font-size: 13px;
      line-height: 1.5;
    }

    .lf-footer__support-note a {
      color: #fff;
      font-weight: 700;
    }

    .lz-closing-cta {
      padding: 64px 20px;
      color: #fff;
      text-align: center;
      background: linear-gradient(135deg, #0e1934, #192c5c);
    }

    .lz-closing-cta__inner {
      width: min(100%, 820px);
      margin: 0 auto;
    }

    .lz-closing-cta__eyebrow {
      margin: 0 0 10px;
      color: #afbfe9;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .1em;
      text-transform: uppercase;
    }

    .lz-closing-cta h2 {
      margin: 0;
      color: #fff;
      font-size: clamp(34px, 5vw, 54px);
      line-height: 1.05;
    }

    .lz-closing-cta__copy {
      max-width: 680px;
      margin: 16px auto 0;
      color: rgba(255,255,255,.92);
      font-size: 18px;
      line-height: 1.55;
    }

    .lz-closing-cta__proof {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px 18px;
      margin: 24px 0;
      padding: 0;
      list-style: none;
      font-size: 14px;
      font-weight: 700;
    }

    .lz-closing-cta__proof li::before {
      content: "\2713";
      margin-right: 7px;
      color: #819bdd;
    }

    .lz-closing-cta__button {
      min-height: 58px;
      padding: 15px 30px;
      border-radius: 999px;
      color: #0e1934;
      background: #fff;
      box-shadow: 0 12px 28px rgba(0,0,0,.18);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 18px;
      font-weight: 850;
    }

    .lz-closing-cta__microcopy {
      margin: 12px 0 0;
      color: rgba(255,255,255,.8);
      font-size: 12px;
    }

    @media (max-width: 749px) {
      .lf-footer__legal-links {
        grid-template-columns: 1fr 1fr;
        gap: 10px 14px;
      }

      .lf-footer__support-note {
        grid-column: 1 / -1;
      }

      .lz-closing-cta {
        padding: 44px 18px;
      }

      .lz-closing-cta__copy {
        font-size: 16px;
      }

      .lz-closing-cta__proof {
        align-items: flex-start;
        flex-direction: column;
        width: max-content;
        max-width: 100%;
        margin: 22px auto;
        text-align: left;
      }

      .lz-closing-cta__button {
        width: 100%;
      }
    }
  

    
    .timeline_img, .table_left_img { overflow: visible; }
    .timeline_img img, .table_left_img img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto !important;
      min-height: 0 !important;
      max-height: none !important;
      aspect-ratio: auto !important;
      object-fit: contain !important;
      object-position: center !important;
    }
    @media (max-width: 915px) {
      .timeline_img img { width: 100%; height: auto !important; }
    }
  

  button.nutrition-popup__trigger{
    appearance:none;
    -webkit-appearance:none;
    text-decoration:none;
  }


    
    
    @media screen and (max-width: 749px) {
      
    }
  

  .lz-savings-strip{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:6px 16px;width:100%;padding:14px 18px;margin:20px 0 10px;border:1px solid #cfd5e3;border-radius:12px;background:#f5f7fb;color:#16264f;box-shadow:0 2px 8px rgba(0,0,0,.05);font-size:14px;line-height:1.35}
  .lz-savings-strip strong{font-size:15px;font-weight:800;flex:0 0 auto;white-space:nowrap}
  .lz-savings-strip span{font-weight:700;white-space:normal;flex:1 1 auto;min-width:0}
  .review_section_rating .icon_with_text_item img{width:95px!important;max-width:95px!important;height:auto!important;aspect-ratio:192/36!important;object-fit:contain!important;display:block!important;flex:0 0 auto!important}
  .review_rating_bottom img{width:96px!important;max-width:96px!important;height:auto!important;aspect-ratio:192/36!important;object-fit:contain!important;display:block!important;flex:0 0 auto!important}
  @media(max-width:915px){
    .lz-savings-strip{flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px}
    .lz-savings-strip span{white-space:normal}
    .review_section_rating .icon_with_text_item img{width:69px!important;max-width:69px!important}
    .review_rating_bottom img{width:74px!important;max-width:74px!important}
  }


  .lz-s{padding:56px 20px}
  .lz-s__in{max-width:1120px;margin:0 auto}
  .lz-s--tint{background:#f5f6fa}
  .lz-s--deep{background:#101d3b;color:#fff}
  .lz-eb{color:#975a3e;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;text-align:center}
  .lz-s--deep .lz-eb{color:#829cdd}
  .lz-h{color:#101d3b;font-size:clamp(25px,3.7vw,38px);line-height:1.18;font-weight:800;margin:0 0 14px;text-align:center}
  .lz-s--deep .lz-h{color:#fff}
  .lz-sub{color:#3f424a;font-size:16.5px;line-height:1.6;max-width:760px;margin:0 auto 36px;text-align:center}
  .lz-s--deep .lz-sub{color:#cfd7ea}
  @media(max-width:900px){.lz-s{padding:44px 18px}}

  
  .lz-off{background:#eef1fa;border-top:1px solid #bfcae6;border-bottom:1px solid #bfcae6;padding:12px 18px}
  .lz-off__in{max-width:1120px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 26px}
  .lz-off__i{display:inline-flex;align-items:center;gap:8px;color:#172852;font-size:13.5px;font-weight:700;line-height:1.35}
  .lz-off__i svg{flex:0 0 17px;width:17px;height:17px}
  @media(max-width:640px){.lz-off__in{gap:7px 16px}.lz-off__i{font-size:12px}}

  
  .lz-step{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;counter-reset:st}
  .lz-step__c{background:#fff;border:1px solid #cdd6ec;border-radius:14px;padding:22px 18px 20px;position:relative}
  .lz-step__n{counter-increment:st;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#101d3b;color:#fff;font-size:14px;font-weight:800;margin-bottom:12px}
  .lz-step__n::before{content:counter(st)}
  .lz-step__t{color:#101d3b;font-size:16px;font-weight:800;line-height:1.3;margin:0 0 7px}
  .lz-step__d{color:#4a4e58;font-size:14.5px;line-height:1.55;margin:0}
  .lz-step__c::after{content:"";position:absolute;top:50%;right:-11px;width:8px;height:8px;border-top:2px solid #9faed4;border-right:2px solid #9faed4;transform:translateY(-50%) rotate(45deg)}
  .lz-step__c:last-child::after{display:none}
  .lz-close{margin:28px auto 0;max-width:840px;background:#fff;border-left:4px solid #975a3e;border-radius:0 12px 12px 0;padding:18px 22px;color:#333740;font-size:16px;line-height:1.65}
  .lz-close strong{color:#101d3b}
  @media(max-width:900px){.lz-step{grid-template-columns:repeat(2,minmax(0,1fr))}.lz-step__c::after{display:none}}
  @media(max-width:520px){.lz-step{grid-template-columns:1fr}}

  
  .lz-au{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:38px;align-items:center}
  .lz-au__m img{display:block;width:100%;height:auto;border-radius:18px;box-shadow:0 18px 44px rgba(0,0,0,.28)}
  .lz-au__b p{font-size:16.5px;line-height:1.68;margin:0 0 15px;color:#dce1ef}
  .lz-au__b strong{color:#fff}
  .lz-au__name{color:#fff;font-size:21px;font-weight:800;margin:0 0 4px}
  .lz-au__cred{color:#8fa3d4;font-size:13.5px;line-height:1.5;margin:0 0 18px}
  .lz-st{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:34px 0 0}
  .lz-st__c{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:13px;padding:18px 14px;text-align:center}
  .lz-st__v{display:block;color:#fff;font-size:27px;font-weight:800;line-height:1.1}
  .lz-st__l{display:block;margin-top:6px;color:#a9b7d9;font-size:12.5px;line-height:1.4}
  .lz-st__note{margin:18px 0 0;color:#8f9bb8;font-size:12.5px;line-height:1.55;text-align:center}
  @media(max-width:900px){.lz-au{grid-template-columns:1fr;gap:24px}.lz-au__m{max-width:420px;margin:0 auto}.lz-st{grid-template-columns:repeat(2,minmax(0,1fr))}}

  
  .lz-ex{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  .lz-ex__c{background:#fff;border:1px solid #cdd6ec;border-radius:14px;padding:24px 20px;text-align:center}
  .lz-ex__ic{width:40px;height:40px;margin:0 auto 13px;border-radius:999px;background:#eef1fa;display:flex;align-items:center;justify-content:center}
  .lz-ex__t{color:#101d3b;font-size:16.5px;font-weight:800;margin:0 0 7px}
  .lz-ex__d{color:#4a4e58;font-size:14.5px;line-height:1.58;margin:0}
  .lz-ex__warn{margin:26px auto 0;max-width:860px;background:#fff6ed;border:1px solid #f2d3b0;border-radius:12px;padding:16px 20px;color:#7a4a17;font-size:14.5px;line-height:1.6;text-align:center}
  .lz-ex__warn strong{color:#8a4b0d}
    .lz-ex__note{margin:14px auto 0;max-width:860px;color:#5a5f6b;font-size:13.5px;line-height:1.6;text-align:center}
  @media(max-width:820px){.lz-ex{grid-template-columns:1fr}}

  
  .lz-gt{max-width:880px;margin:0 auto;background:#fff;border:1px solid #cdd6ec;border-radius:18px;padding:34px 32px;box-shadow:0 14px 38px rgba(8,84,49,.09)}
  .lz-gt__q{color:#2f333d;font-size:17px;line-height:1.72;margin:0 0 16px}
  .lz-gt__q:last-of-type{margin-bottom:22px}
  .lz-gt__who{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid #dfe3ee}
  .lz-gt__av{width:58px;height:58px;border-radius:999px;object-fit:cover;object-position:center 22%;flex:0 0 58px;display:block;border:2px solid #cdd6ec}
  .lz-gt__nm{color:#101d3b;font-weight:800;font-size:15px;line-height:1.3}
  .lz-gt__nm small{display:block;color:#6b7d74;font-weight:500;font-size:12.5px;margin-top:2px}
  @media(max-width:640px){.lz-gt{padding:26px 20px}.lz-gt__q{font-size:16px}}


  
  @media (max-width: 749px) {
    .money_section_lp .richtext_blocks_new {
      min-height: 0 !important;
      padding: 56px 20px 26px !important;
      display: block !important;
    }
    .money_section_lp .custom-flex_two_ad {
      flex-direction: column !important;
      align-items: center !important;
      gap: 6px;
    }
    .money_section_lp .custom-flex_item_ad_template--20177150607499__two_layer_richtext_3mfJRP.custom-flex_item_ad_1,
    .money_section_lp .custom-flex_item_ad_template--20177150607499__two_layer_richtext_3mfJRP.custom-flex_item_ad_2 {
      width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 auto !important;
      order: 0;
    }
    .money_section_lp .custom-flex_item_ad_2 { max-width: 150px !important; }
    .money_left_icon .icon_with_text_item {
      flex-direction: column;
      gap: 14px;
      text-align: center;
    }
    
    .money_left_icon .icon_with_text_item img {
      position: static !important;
      top: auto !important;
      width: 78px !important;
      height: 78px !important;
      margin: 0 auto !important;
    }
    .money_left_icon .icon_with_text_item_texts {
      padding-bottom: 0;
      text-align: center;
      font-size: 15px;
      line-height: 22px;
    }
    .money_left_icon .icon_with_text_item_texts strong {
      justify-content: center;
      font-size: 24px;
      line-height: 29px;
      padding-top: 0;
    }
    
    .money_section_lp .custom-flex_item_ad_2 {
      text-align: center;
      justify-content: center !important;
    }
    .money_section_lp .custom-flex_item_ad_2 .custom-flex_item_ad_inner {
      margin: 0 auto !important;
    }
    .money_section_lp .money_right_img,
    .money_section_lp .money_right_img--bottle {
      align-self: center !important;
      margin: 0 auto !important;
      float: none !important;
    }
    .money_section_lp .money_right_img--bottle .guarantee-bottle-img {
      margin: 0 auto !important;
      display: block;
    }
  }

  
  @media (min-width: 750px) {
    .money_section_lp .custom-flex_item_ad_2 {
      text-align: center;
      justify-content: center !important;
    }
    .money_section_lp .custom-flex_item_ad_2 .custom-flex_item_ad_inner {
      margin: 0 auto !important;
    }
    .money_section_lp .money_right_img--bottle {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .money_section_lp .money_right_img--bottle .guarantee-bottle-img {
      margin: 0 auto;
      display: block;
    }
  }


    
    .custom-text-headline {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.3;
    }
    .product_title_lp { font-weight: 600 !important; }
    .nutrition-popup__trigger,
    .nutrition-popup__trigger span:last-child,
    .offer-text,
    .how-order,
    .quantity_badge,
    .quantity_title,
    .price-per-pc,
    .offer-savings,
    .offer-shipping,
    .offer-guarantee,
    .add-to-cart-btn,
    .sticky-cta {
      font-family: var(--font-body) !important;
    }
    .nutrition-popup__trigger,
    .nutrition-popup__trigger span:last-child { font-weight: 600 !important; }
    .offer-text { font-size: 18px; font-weight: 400; }
    @media (max-width: 575px) {
      .custom-text-headline {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
      }
      .product_title_lp { line-height: 34px !important; }
      .lz-benefit-label { font-size: 14px !important; font-weight: 600 !important; }
      .quantity_title em { font-size: 12px !important; }
      .quantity_badge { font-size: 11px !important; }
      .offer-shipping,
      .offer-guarantee { font-size: 12px !important; }
      .flow_text p { font-size: 15px !important; line-height: 1.5 !important; }
      .offer-text { font-size: 16px; }
    }
  

  .lz-routine-anchor{display:block;margin:20px 0 30px;color:#1c3166;font-size:14px;font-weight:800;line-height:1.4;text-decoration:underline;text-underline-offset:3px}
  .section4_icons_lp.mobile_only{display:none!important}
  .payment_iocns_pdp{padding-bottom:48px}
  .lz-mechanism-visual{max-width:680px;margin:42px auto 0;text-align:center}
  .lz-mechanism-visual__eyebrow{margin:0 0 8px;color:#975a3e;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
  .lz-mechanism-visual__title{margin:0 auto 12px;color:#101d3b;font-size:clamp(22px,3vw,30px);font-weight:800;line-height:1.2}
  .lz-mechanism-visual__copy{max-width:650px;margin:0 auto 24px;color:#464a55;font-size:15.5px;line-height:1.65}
  .lz-mechanism-visual .section_4_video{width:100%;max-width:620px;margin:0 auto}
  .lz-mechanism-visual__caption{max-width:620px;margin:18px auto 0;color:#313e5f;font-size:14.5px;font-weight:700;line-height:1.55}
  @media(max-width:915px){
    .payment_iocns_pdp{padding-bottom:32px}
    .lz-mechanism-visual{margin-top:34px}
    .lz-mechanism-visual__copy{font-size:14.5px}
  }


                
                .product-main-slider .product_image_wrapper {
                  aspect-ratio: 1 / 1 !important;
                  height: auto !important;
                  overflow: hidden;
                }
                .product-main-slider .product_image_wrapper img.product_images {
                  display: block !important;
                  width: 100% !important;
                  height: 100% !important;
                  aspect-ratio: 1 / 1 !important;
                  object-fit: cover !important;
                }
                .product-thumb-slider img.product_images {
                  display: block !important;
                  width: 100% !important;
                  height: auto !important;
                  min-height: 0 !important;
                  aspect-ratio: 1 / 1 !important;
                  object-fit: cover !important;
                }
                .thumb_slider_relative .slick-slide,
                .thumb_slider_relative .slick-slide > div {
                  height: auto !important;
                  min-height: 0 !important;
                }
                .lz-hero-subheadline {
                  color: #363942;
                  margin: 10px 0 18px;
                  max-width: 620px;
                  font-size: 18px;
                  font-weight: 500;
                  line-height: 1.45;
                }
                .landing_product_info.left .product_icons .icons_with_text_item > svg {
                  display: none !important;
                }
                .lz-benefit-label {
                  display: inline-flex;
                  align-items: center;
                  gap: 10px;
                  min-width: 0;
                }
                .lz-benefit-label img {
                  display: block;
                  flex: 0 0 23px;
                  width: 23px;
                  height: 23px;
                  object-fit: contain;
                }
                .quantity_flex {
                  display: grid !important;
                  grid-template-columns: repeat(2, minmax(0, 1fr));
                  gap: 22px 16px !important;
                  overflow: visible !important;
                }
                .quantity_flex_item {
                  width: 100% !important;
                  max-width: none !important;
                  min-width: 0;
                  position: relative;
                  display: flex;
                  flex-direction: column;
                  overflow: visible;
                  padding: 0 12px 16px;
                  border: 3px solid #e8e8e8;
                  border-radius: 22px;
                  background: #fff;
                  cursor: pointer;
                  touch-action: manipulation;
                  -webkit-user-select: none;
                  user-select: none;
                  -webkit-tap-highlight-color: rgba(25,155,98,.16);
                  transition: border-color .15s ease, background-color .15s ease;
                }
                .quantity_flex_item.is-selected {
                  border-color: #323e5c;
                  background: #e8eaee;
                }
                .quantity_flex_item:focus-visible {
                  outline: 3px solid #975a3e;
                  outline-offset: 4px;
                }
                .quantity_flex_item:has(.quantity_item.active) {
                  border-color: #323e5c;
                  background: #e8eaee;
                }
                .quantity_item {
                  min-height: 205px !important;
                  padding: 30px 0 0 !important;
                  overflow: visible !important;
                  border: 0 !important;
                  border-radius: 19px 19px 0 0 !important;
                  background: transparent !important;
                  box-shadow: none !important;
                }
                .quantity_item.active {
                  border: 0 !important;
                  background: transparent !important;
                  box-shadow: none !important;
                }
                .quantity_title {
                  height: auto !important;
                  min-height: 50px;
                  padding: 0 4px 5px !important;
                  font-size: 18px !important;
                  font-weight: 700 !important;
                  line-height: 1.15 !important;
                  overflow: visible !important;
                }
                .quantity_title em {
                  padding-top: 5px !important;
                  font-size: 13px !important;
                  line-height: 1.2 !important;
                  white-space: normal;
                }
                .quantity_badge {
                  width: max-content !important;
                  min-width: 104px;
                  max-width: calc(100% - 20px);
                  height: 31px !important;
                  padding: 5px 12px !important;
                  font-size: 13px !important;
                  line-height: 1 !important;
                  white-space: nowrap;
                  top: -18px !important;
                  z-index: 2;
                }
                .variant-4 .quantity_badge { background: #313e5f !important; }
                .quantity_image img { height: 225px !important; }
                .variant-4 .quantity_image img {
                  width: 100% !important;
                  max-width: 100% !important;
                  height: 225px !important;
                  object-fit: contain !important;
                }
                .quantity_price { flex-direction: row !important; }
                .price-each {
                  padding-top: 8px;
                  color: #3f3f3f !important;
                }
                .offer-savings {
                  color: #313e5f;
                  margin-top: 5px;
                  text-align: center;
                  font-size: 14px;
                  font-weight: 800;
                }
                .offer-shipping {
                  color: #313e5f;
                  margin-top: 3px;
                  text-align: center;
                  font-size: 13px;
                  font-weight: 700;
                }
                .offer-guarantee {
                  display: block;
                  margin: 6px auto 0;
                  padding: 3px 10px;
                  width: fit-content;
                  border-radius: 20px;
                  background: #eff2fa;
                  border: 1px solid #cfd5e3;
                  color: #101d3b;
                  text-align: center;
                  font-size: 12px;
                  font-weight: 800;
                }
                .lz-guarantee-highlight {
                  display: flex;
                  align-items: flex-start;
                  gap: 12px;
                  margin: 18px 0 22px;
                  padding: 16px 18px;
                  border: 1px solid #cfd5e3;
                  border-radius: 12px;
                  background: #f5f7fb;
                  color: #101727;
                }
                .lz-guarantee-highlight svg {
                  flex: 0 0 24px;
                  margin-top: 2px;
                }
                .lz-guarantee-highlight strong {
                  display: block;
                  color: #101d3b;
                  font-size: 15px;
                  margin-bottom: 3px;
                }
                .lz-guarantee-highlight span {
                  font-size: 14px;
                  line-height: 1.45;
                  color: #262d3d;
                }
                @media (max-width: 575px) {
                  .offer-guarantee { font-size: 11px; }
                }
                .serving-custom { text-align: center; }

                @media (max-width: 575px) {
                  .lz-hero-subheadline {
                    margin: 8px 0 16px;
                    font-size: 16px;
                    line-height: 1.4;
                  }
                  .lz-benefit-label {
                    gap: 7px;
                  }
                  .lz-benefit-label img {
                    flex-basis: 20px;
                    width: 20px;
                    height: 20px;
                  }
                  .quantity_flex {
                    gap: 20px 10px !important;
                  }
                  .quantity_item {
                    min-height: 160px !important;
                    padding: 25px 0 0 !important;
                    border-radius: 12px 12px 0 0 !important;
                  }
                  .quantity_flex_item {
                    padding: 0 6px 12px;
                    border-width: 2px;
                    border-radius: 15px;
                  }
                  .quantity_title {
                    min-height: 44px;
                    font-size: 15px !important;
                  }
                  .quantity_title em {
                    font-size: 11px !important;
                  }
                  .quantity_badge {
                    min-width: 82px;
                    max-width: calc(100% - 10px);
                    height: 26px !important;
                    padding: 4px 7px !important;
                    font-size: 10px !important;
                    top: -13px !important;
                  }
                  .quantity_image img { height: 150px !important; }
                  .variant-4 .quantity_image img { height: 150px !important; }
                  .price-per-pc,
                  .price-per-pc .price-main { font-size: 27px !important; }
                  .price-per-pc span,
                  .price-per-pc .price-main > span { font-size: 15px !important; }
                  .quantity_price {
                    gap: 6px !important;
                    font-size: 14px !important;
                    white-space: nowrap;
                  }
                  .serving-custom { font-size: 11px; }
                  .offer-savings { font-size: 12px; }
                  .offer-shipping { font-size: 10px; }
                }
              

    .lz-rw{background:#f5f6fa;padding:56px 20px}
    .lz-rw__inner{max-width:1120px;margin:0 auto}
    .lz-rw__eyebrow{color:#975a3e;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;text-align:center}
    .lz-rw__heading{color:#101d3b;font-size:clamp(26px,4vw,40px);line-height:1.18;font-weight:800;margin:0 0 14px;text-align:center}
    .lz-rw__lede{color:#3f424a;font-size:17px;line-height:1.6;max-width:760px;margin:0 auto 36px;text-align:center}
    .lz-rw__grid{max-width:780px;margin:0 auto}
    .lz-rw__media{margin:0}
    .lz-rw__media img{display:block;width:100%;height:auto;border-radius:18px;box-shadow:0 18px 44px rgba(8,84,49,.16)}
    .lz-rw__caption{display:block;margin-top:14px;text-align:center}
    .lz-rw__name{display:block;color:#101d3b;font-size:15.5px;font-weight:800;line-height:1.3}
    .lz-rw__cred{display:block;margin-top:5px;color:#5a5f6b;font-size:12.5px;line-height:1.5}
    .lz-rw__body p{color:#333740;font-size:16.5px;line-height:1.68;margin:0 0 16px}
    .lz-rw__body strong{color:#101d3b}
    .lz-rw__costs{list-style:none;margin:0 0 22px;padding:0;border-top:1px solid #cdd6ec}
    .lz-rw__costs li{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:11px 0;border-bottom:1px solid #cdd6ec;color:#4a4e58;font-size:15.5px}
    .lz-rw__costs b{color:#101d3b;font-weight:800;white-space:nowrap}
    .lz-rw__landing{background:#101d3b;color:#fff;border-radius:14px;padding:18px 22px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px}
    .lz-rw__landing span{font-size:15.5px;line-height:1.4}
    .lz-rw__landing b{font-size:24px;font-weight:800;white-space:nowrap}
    .lz-rw__note{margin:22px 0 0!important;color:#5a5f6b;font-size:13.5px!important;line-height:1.6;text-align:center}
    @media (max-width:900px){
      .lz-rw{padding:44px 18px}
      .lz-rw__grid{grid-template-columns:1fr;gap:26px}
      .lz-rw__media{max-width:440px;margin:0 auto}
    }
  

    .lz-core-formula{background:linear-gradient(180deg,#f5f7fb 0%,#eef1f8 100%);padding:76px 22px;color:#0d1730}
    .lz-core-formula__inner{width:min(1220px,100%);margin:0 auto}
    .lz-core-formula__header{text-align:center;max-width:840px;margin:0 auto 42px}
    .lz-core-formula__eyebrow{margin:0 0 10px;font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#b47a16}
    .lz-core-formula h2{margin:0;font-size:clamp(34px,4.2vw,56px);line-height:1.04;letter-spacing:-.035em;color:#0f1a35}
    .lz-core-formula__sub{margin:18px auto 0;max-width:760px;font-size:17px;line-height:1.65;color:#484f62}
    .lz-core-formula__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.72fr) minmax(0,1fr);gap:28px;align-items:stretch}
    .lz-core-formula__card,.lz-core-formula__bottle{border:1px solid rgba(8,84,49,.12);border-radius:24px;background:rgba(255,255,255,.92);box-shadow:0 18px 50px rgba(14,65,44,.10);overflow:hidden}
    .lz-core-formula__card{display:flex;flex-direction:column}
    .lz-core-formula__media{aspect-ratio:1/1;overflow:hidden;background:#eaedf5}
    .lz-core-formula__media img{width:100%;height:100%;display:block;object-fit:cover}
    .lz-core-formula__copy{padding:26px 28px 30px}
    .lz-core-formula__label{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:7px 11px;border-radius:999px;background:#f3e6c7;color:#8b5e0c;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
    .lz-core-formula__copy h3{margin:0 0 11px;font-size:27px;line-height:1.08;color:#0f1a35}
    .lz-core-formula__copy p{margin:0;font-size:15.5px;line-height:1.65;color:#4a5161}
    .lz-core-formula__bottle{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px 22px;background:radial-gradient(circle at 50% 28%,#fff 0%,#f2f4f8 68%,#e7eaf1 100%)}
    .lz-core-formula__bottle img{display:block;width:min(100%,245px);height:auto;filter:drop-shadow(0 18px 18px rgba(31,38,28,.18))}
    .lz-core-formula__bottle-note{margin-top:22px;text-align:center;font-size:13px;line-height:1.5;font-weight:800;color:#354263}
    .lz-core-formula__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px}
    .lz-core-formula__chip{padding:10px 14px;border:1px solid rgba(8,84,49,.14);border-radius:999px;background:#fff;color:#1b2d5c;font-size:13px;font-weight:800}
    @media(max-width:900px){.lz-core-formula{padding:56px 16px}.lz-core-formula__grid{grid-template-columns:1fr 1fr}.lz-core-formula__bottle{grid-column:1/-1;grid-row:1;padding:28px 20px}.lz-core-formula__bottle img{width:min(52vw,225px)}}
    @media(max-width:620px){.lz-core-formula__grid{grid-template-columns:1fr}.lz-core-formula__bottle{grid-column:auto}.lz-core-formula__copy{padding:22px}.lz-core-formula__sub{font-size:15.5px}.lz-core-formula__chips{gap:8px}.lz-core-formula__chip{font-size:12px}}
  


a.add-to-cart-btn{
  white-space:nowrap!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  gap:.35em!important;
  padding-left:14px!important;padding-right:14px!important;
  font-size:clamp(12px,3.4vw,17px)!important;
}
a.add-to-cart-btn .lz-cta-price{white-space:nowrap!important}
@media (min-width:768px){a.add-to-cart-btn{font-size:17px!important}}

.sticky-cta__btn{white-space:nowrap!important;flex:0 0 auto!important}
.sticky-cta__title{text-overflow:ellipsis!important;min-width:0!important}

.lz-guarantee-highlight,.lz-savings-strip,.lz-core-formula__chip,.quantity_badge{overflow-wrap:break-word}
.lz-core-formula__chips{flex-wrap:wrap!important}

.lz-finish{display:none;margin:10px 0 0;font-size:14px;line-height:1.5;color:inherit;opacity:.95}
.lz-finish.lz-finish--on{display:block}
.lz-finish strong{color:inherit;font-weight:800;white-space:nowrap;border-bottom:1.5px solid currentColor;padding-bottom:1px}
.lz-finish--cta{text-align:center;margin:0 0 14px;font-size:14.5px;color:#16264f}

.lz-batch-band{display:inline-flex;align-items:center;gap:10px;padding:6px 16px;border:1.5px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.10);line-height:1;white-space:nowrap}
.lz-batch-band__was{font-size:16px;font-weight:600;opacity:.7;text-decoration:line-through}
.lz-batch-band__arrow{font-size:15px;opacity:.75}
.lz-batch-band__now{font-size:21px;font-weight:800;letter-spacing:.01em}
.lz-batch-band__now small{font-size:12px;font-weight:600;opacity:.8;margin-left:2px}
@media (max-width:600px){.lz-batch-band{padding:5px 13px;gap:8px}.lz-batch-band__was{font-size:14px}.lz-batch-band__now{font-size:18px}}


a.add-to-cart-btn{position:relative;overflow:hidden;box-shadow:0 6px 18px rgba(45,94,62,.35);animation:lzGlow 2.8s ease-in-out infinite}
a.add-to-cart-btn::after{content:"";position:absolute;top:0;left:-140%;width:60%;height:100%;
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.42),transparent);
  transform:skewX(-18deg);animation:lzShine 3.6s ease-in-out infinite;pointer-events:none}
@keyframes lzGlow{0%,100%{box-shadow:0 6px 18px rgba(45,94,62,.35)}50%{box-shadow:0 8px 26px rgba(45,94,62,.55)}}
@keyframes lzShine{0%{left:-140%}55%{left:140%}100%{left:140%}}
a.add-to-cart-btn:hover::after{animation-play-state:paused}
@media (prefers-reduced-motion:reduce){a.add-to-cart-btn,a.add-to-cart-btn::after{animation:none}}


a.lz-rw__landing-wrap{display:block;text-decoration:none;color:inherit;border-radius:14px;transition:transform .15s ease,box-shadow .15s ease}
a.lz-rw__landing-wrap:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(8,84,49,.28)}
a.lz-rw__landing-wrap .lz-rw__landing{cursor:pointer}
.lz-rw__go{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;opacity:.9;margin-left:10px;white-space:nowrap}


.lz-honest{margin:16px auto 0;max-width:760px;padding:12px 16px;border-left:3px solid currentColor;font-size:14.5px;line-height:1.6;opacity:.95;text-align:left}


.lz-waiting{max-width:760px;margin:26px auto 0;padding:20px 22px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);text-align:left}
.lz-waiting p{margin:0 0 10px;font-size:15px;line-height:1.6}
.lz-waiting__lead{font-size:16.5px!important;font-weight:700}
.lz-waiting__cta{display:inline-block;margin-top:6px;padding:11px 22px;border-radius:999px;background:#fff;color:#101d3b;font-weight:800;font-size:14.5px;text-decoration:none}
.lz-waiting__cta:hover{background:#eff2fa}




.lz-continuity{margin:10px 0 0;padding:12px 14px;border-radius:10px;background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.22);font-size:14px;line-height:1.6;text-align:left}
.lz-continuity strong{display:block;margin-bottom:5px;font-weight:800}
.lz-reassure{max-width:520px;margin:-18px auto 18px;text-align:center;font-size:13.5px;line-height:1.55;color:#4a4e58}

@media (max-width:600px){.lz-finish{font-size:13.5px}.lz-finish--cta{font-size:13.5px}}


.quantity_title,.quantity_title em{overflow-wrap:break-word;hyphens:none}

.lz-s img,.lz-rw img,.section4_mechanism_image,.lz-au__m img{max-width:100%!important;height:auto!important}

/* VapoCept adaptations; layout and typography come from linfozen-base.css. */
:root { --vpc-navy:#101d3b; --vpc-copper:#975a3e; --vpc-gold:#f4cd70; }
html { scroll-behavior:smooth; scroll-padding-top:24px; }
body { margin:0; color:#171b24; background:white; }
img { max-width:100%; }
a,button,summary { touch-action:manipulation; }
a:focus-visible,button:focus-visible,summary:focus-visible { outline:3px solid var(--vpc-copper); outline-offset:4px; }
.skip-link { position:fixed;left:16px;top:-100px;z-index:2000;background:white;color:#101d3b;padding:12px 18px; }
.skip-link:focus { top:12px; }
.vpc-wordmark { font-family:var(--font-body);font-size:40px;font-weight:650;letter-spacing:-2px;line-height:1.15;color:var(--vpc-navy); }
.header_flex { display:grid;grid-template-columns:1fr auto 1fr; }
body .header_logo { grid-column:2;width:auto;transform:none; }
.header_logo a { text-decoration:none; }
.header_icons { grid-column:3;justify-self:end;margin-left:auto; }
.lz-batch-band { color:var(--vpc-gold);border-color:#8f9aae; }
.lz-batch-band .lz-batch-band__now { color:var(--vpc-gold); }
.lz-batch-band .lz-batch-band__now small { color:#fff;opacity:1; }
.vpc-trust-strip { background:#f5f6fa; }
.vpc-trust-items { display:flex;justify-content:center;align-items:center;gap:40px;padding:11px 30px; }
.vpc-trust-items .flex_custom_item { width:auto!important;flex:0 1 auto; }
.vpc-trust-items .flex_custom_item_flex { display:flex;align-items:center;gap:9px; }
.vpc-trust-items svg { flex:0 0 21px;width:21px;height:21px; }
.vpc-trust-items span { font-size:14px;font-weight:600; }
/* The original media column, with only its main image retained. */
.vpc-hero .relative_main_slider { width:100%!important;max-width:100%!important;margin:0!important;padding:0!important; }
.vpc-hero .product_image_wrapper { padding:0; }
.vpc-hero .product-main-slider .product_images { object-fit:contain!important; }
.vpc-hero .product_title_lp { color:var(--vpc-navy); }
.vpc-hero .custom-text-headline { color:var(--vpc-copper); }
.landing_product_info.left .product_icons .icons_with_text_item > svg { display:block!important;flex:0 0 20px;width:20px;height:20px; }
.vpc-hero .product_icons .icons_with_text_item { gap:8px; }
.vpc-hero .product_icons .icons_with_text_flex { display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px; }
.vpc-hero .product_icons .icons_with_text_item { min-width:0; }
.lz-guarantee-highlight a { color:inherit;text-decoration:underline;text-underline-offset:2px; }
.vpc-hero .how-order { margin-bottom:27px; }
/* Offers are self-contained horizontal cards, never a squeezed multi-column grid. */
#packages .vpc-packages { grid-template-columns:minmax(0,1fr)!important;gap:28px!important; }
#packages .vpc-offer { display:grid;grid-template-columns:minmax(0,40fr) minmax(0,60fr);gap:16px;align-items:center;padding:23px 20px 18px;cursor:default;user-select:text; }
#packages .vpc-offer.best-offer { border-color:var(--vpc-navy);background:#f5f6fa; }
#packages .vpc-offer .quantity_badge { position:absolute;left:50%;transform:translateX(-50%);background:#e9ecf3;color:var(--vpc-navy);font-weight:750;border-radius:6px;display:flex;align-items:center;justify-content:center; }
#packages .vpc-offer.best-offer .quantity_badge { background:var(--vpc-navy);color:white; }
#packages .quantity_item { min-height:0!important;width:100%;padding:0!important; }
#packages .quantity_title { margin:0;min-height:0;font-size:24px!important;line-height:1.2!important;color:var(--vpc-navy);text-align:center; }
#packages .quantity_title em { display:block;font-style:normal;font-size:13px!important;font-weight:500; }
#packages .quantity_image { margin:6px 0 0;padding:0; }
#packages .quantity_image img { display:block;width:100%!important;height:155px!important;object-fit:contain!important;margin:0 auto; }
#packages .offer_price_block { width:100%;padding:0;display:flex;flex-direction:column;align-items:flex-start; }
#packages .price-per-pc { display:flex;align-items:center;justify-content:flex-start;gap:8px;line-height:1;margin:0;color:var(--vpc-navy); }
#packages .price-per-pc .price-main { display:flex;align-items:flex-start;font-size:54px!important;font-weight:750;letter-spacing:-2px;line-height:1; }
#packages .price-per-pc .price-main>span { font-size:26px!important;line-height:1.5;letter-spacing:0; }
#packages .price-per-pc .price-each { font-size:12px!important;font-weight:500;line-height:1.2;padding:0;letter-spacing:0; }
#packages .offer-savings { margin:5px 0 2px;font-size:14px;font-weight:750;text-align:left;color:var(--vpc-copper); }
#packages .quantity_price { display:flex;align-items:baseline;flex-wrap:wrap;justify-content:flex-start;gap:5px!important;margin:0;padding:0;font-size:14px!important;line-height:1.5;color:#596170!important;white-space:normal; }
#packages .quantity_price del { color:#626979; }
#packages .quantity_price strong { font-size:17px;color:var(--vpc-navy); }
#packages .offer-shipping { text-align:left;margin:1px 0;color:var(--vpc-navy);font-size:13px!important;line-height:1.4; }
#packages .offer-guarantee { border:none;background:transparent;border-radius:0;margin:3px 0 0;padding:0;width:auto;font-size:12px!important;font-weight:500;line-height:1.4;text-align:left; }
#packages .vpc-bonus-included { color:var(--vpc-navy);font-size:12px;font-weight:700;line-height:1.4;margin-top:3px; }
#packages a.vpc-buy-button { display:flex;align-items:center;justify-content:center;gap:15px;width:100%;min-height:47px;padding:12px 15px;margin:12px 0 0;border:1px solid #ddb65b;border-radius:8px;background:var(--vpc-gold);color:#101d3b;box-shadow:0 2px 0 #d4ab4d;font-size:17px;font-weight:750;line-height:1.2;text-decoration:none; }
#packages a.vpc-buy-button:hover { background:#ffda84; }
#packages a.vpc-buy-button span { font-size:22px; }
.payment-methods { width:100%; }
.payment-icons { display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:5px; }
.payment-icons img { display:block;flex:0 0 auto;width:32px;height:22px;max-width:32px;max-height:22px;margin:0;object-fit:contain;border:1px solid #e1e4e9;border-radius:3px;background:#fff; }
.vpc-checkout-note,.vpc-pricing-note { font-size:11px;line-height:1.5;text-align:center;color:#676d79;margin:10px 0 0; }
.vpc-hero .payment_iocns_pdp { padding:16px 0 0; }
/* Two concise customer excerpts, without portraits or a carousel. */
.vpc-reviews { padding:36px 0;background:#f5f6fa; }
.vpc-reviews h2 { margin:0 0 22px;color:var(--vpc-navy);font-size:30px;line-height:1.2;text-align:center; }
.vpc-reviews-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1120px;margin:auto; }
.vpc-review { margin:0;padding:23px 26px;border:1px solid #e0e4ec;border-radius:12px;background:#fff; }
.vpc-review figcaption { display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:9px 16px;color:var(--vpc-navy);font-size:15px; }
.vpc-review-status { display:inline-flex;align-items:center;gap:6px;color:#465367;font-size:11px;line-height:1.4; }
.vpc-review-status svg { width:15px;height:15px;flex:0 0 15px; }
.vpc-review blockquote { margin:16px 0 0;padding:0;border:0;color:var(--vpc-navy);font-size:20px;font-style:normal;font-weight:500;line-height:1.45; }
.vpc-reviews-note { margin:15px 0 0;color:#596170;font-size:11px;line-height:1.5;text-align:center; }
/* Native disclosures retain the template's appearance and work without JS. */
summary { list-style:none;cursor:pointer; }
summary::-webkit-details-marker { display:none; }
.faq_product summary { width:100%; }
details[open]>.question_product>svg { transform:rotate(45deg); }
.faq_product .answer_product { padding-bottom:16px; }
.vpc-label-link { text-decoration:underline;text-underline-offset:3px; }
.faq_lp .faq_slider_item { border-radius:8px;overflow:hidden; }
.faq_lp .faq_question { display:flex;align-items:center;justify-content:space-between;gap:20px; }
.faq_lp .faq_question::after { content:'+';background:none;flex:0 0 22px;width:22px;height:auto;font-size:25px;line-height:1;font-weight:400; }
.faq_lp details[open]>.faq_question::after { content:'−'; }
.faq_lp .faq_answer { padding:0 20px 20px; }
.faq_lp .faq_answer a { color:inherit;text-decoration:underline; }
/* The template's ingredient section, with a compact six-item formula grid. */
#formula { padding:44px 22px;background:#fff; }
#formula .lz-core-formula__header { margin-bottom:26px; }
#formula .lz-core-formula__eyebrow { color:var(--vpc-copper);font-size:12px; }
#formula h2 { font-size:34px;line-height:1.15;color:var(--vpc-navy); }
#formula .lz-core-formula__sub { font-size:15px;line-height:1.5;margin-top:12px; }
#formula .lz-core-formula__grid { grid-template-columns:repeat(3,minmax(0,1fr));gap:16px; }
#formula .lz-core-formula__card { display:grid;grid-template-columns:90px minmax(0,1fr);align-items:center;gap:16px;border:1px solid #e4e7ed;border-radius:12px;background:#fafbfd;box-shadow:none;padding:16px; }
#formula .lz-core-formula__media { width:90px;height:90px;border-radius:8px;background:#fff; }
#formula .lz-core-formula__copy { padding:0;min-width:0; }
#formula .lz-core-formula__copy h3 { font-size:18px;line-height:1.2;margin:4px 0 9px; }
#formula .vpc-ingredient-form { font-size:11px;line-height:1.3;color:#6c7280; }
#formula .vpc-ingredient-benefit { color:#3f4859;font-size:14px;line-height:1.5;margin:0 0 12px; }
#formula .vpc-ingredient-dose { display:flex;flex-wrap:wrap;align-items:baseline;gap:3px 7px;line-height:1.3;margin:0; }
#formula .vpc-ingredient-dose strong { color:#596170;font-size:12px; }
#formula .vpc-ingredient-dose span { font-size:11px;color:#596170; }
#formula .lz-core-formula__chips { margin-top:22px;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid #e4e7ed;padding-top:18px; }
#formula .vpc-formula-notes { flex:1 1 540px; }
#formula .vpc-formula-notes p { color:#596170;font-size:12px;line-height:1.6;margin:0 0 3px; }
#formula .vpc-label-link { color:var(--vpc-navy);font-size:13px;font-weight:650; }
/* Four supplied bonus covers in a compact section. */
.vpc-bonuses { padding:48px 0 42px;background:#f5f6fa; }
.vpc-bonus-heading { display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:27px; }
.vpc-bonus-heading .custom-text-headline { margin:0 0 10px;font-size:13px;color:var(--vpc-copper);letter-spacing:.04em; }
.vpc-bonus-heading h2 { font-size:32px;line-height:1.2;color:var(--vpc-navy); }
.vpc-bonus-free { font-size:14px;font-weight:700;white-space:nowrap;color:var(--vpc-navy); }
.vpc-bonus-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px; }
.vpc-bonus { display:flex;align-items:flex-start;gap:14px;min-width:0; }
.vpc-bonus img { width:85px;height:110px;object-fit:cover;box-shadow:2px 5px 9px #101d3b1a; }
.vpc-bonus h3 { font-size:17px;line-height:1.25;margin:6px 0;color:var(--vpc-navy); }
.vpc-bonus p { font-size:12px;line-height:1.5;margin:0;color:#3f4859; }
.vpc-free-tag { font-size:9px;font-weight:750;letter-spacing:.035em;color:var(--vpc-copper); }
.vpc-bonus-note { font-size:11px;color:#676d79;margin:22px 0 0; }
/* Original guarantee banner; brand imagery replaces the Linfozen foliage. */
#guarantee .richtext_blocks_new { background:#101d3b!important;background-image:none!important; }
#guarantee .icon_with_text_item { align-items:center;gap:28px; }
#guarantee .icon_with_text_item_texts { text-align:left; }
#guarantee h2 { color:white;font-size:31px;line-height:1.2;margin:0 0 15px; }
#guarantee p { color:#e2e6ef;font-size:15px;line-height:1.6;margin:0 0 13px; }
#guarantee a { color:#f4cd70;font-size:13px;text-decoration:underline;text-underline-offset:3px; }
.vpc-guarantee-seal { width:120px;height:120px;border:1px solid #d3af6e;outline:1px solid #d3af6e;outline-offset:5px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#f4cd70;flex:0 0 120px; }
.vpc-guarantee-seal span { font-size:49px;line-height:1;font-weight:700; }
.vpc-guarantee-seal strong { font-size:15px!important;line-height:1.3!important;padding:0!important;color:inherit!important; }
.vpc-guarantee-seal small { font-size:9px;letter-spacing:1px; }
#guarantee .money_right_img--bottle { width:240px!important;max-width:100%!important;height:auto!important; }
#guarantee .money_right_img--bottle .guarantee-bottle-img { width:240px!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain; }
#vapocept-footer { position:relative;overflow:hidden;background:var(--vpc-navy);color:#fff; }
#vapocept-footer .vpc-wordmark { color:#fff; }
#vapocept-footer a { color:#fff; }
#vapocept-footer a:hover { color:var(--vpc-gold); }
#vapocept-footer a:focus-visible { color:var(--vpc-gold);outline-color:var(--vpc-gold); }
.lf-footer__brand { text-decoration:none; }
.lf-footer .payment-icons { justify-content:flex-end; }
.vpc-retailer { margin:30px 0 24px;max-width:1100px; }
.vpc-retailer>img { background:white;border-radius:3px;padding:7px;width:110px;height:auto;margin-bottom:13px; }
.vpc-retailer p { font-size:11px;line-height:1.6;color:#d3d8e3;margin:8px 0; }
.lf-footer__copyright a { margin-left:10px;text-decoration:underline; }
/* Supplied label with native dialog, keyboard dismissal and full-size fallback. */
.label-dialog { width:min(1100px,94vw);max-height:90dvh;margin:auto;padding:28px;border:1px solid #dce0e7;border-radius:12px;background:white;color:#101d3b;overflow:auto; }
.label-dialog::backdrop { background:#07132bd9; }
.dialog-header { display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px; }
.dialog-header h2 { font-size:27px;line-height:1.2;margin:4px 0; }
.eyebrow { font-size:11px;letter-spacing:.08em;font-weight:700;color:var(--vpc-copper);margin:0 0 8px; }
.close-button { display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f1f3f7;border:0;border-radius:50%;color:#101d3b;font-size:27px;cursor:pointer;flex:0 0 40px; }
.label-image-scroll { width:100%;overflow:auto;max-height:60dvh;border:1px solid #edf0f5; }
.label-image-scroll img { display:block;width:100%;height:auto; }
.label-dialog.is-zoomed .label-image-scroll img { width:1507px;max-width:none; }
.dialog-actions { display:flex;align-items:center;gap:25px;margin-top:20px; }
.button { display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;background:#101d3b;color:white;border:0;border-radius:7px;font:inherit;font-size:14px;cursor:pointer;text-decoration:none; }
.text-link { color:#101d3b;font-size:13px;text-decoration:underline; }
.label-caption { margin:17px 0 0;font-size:12px;line-height:1.5;color:#676d79; }
/* Supporting pages retain the same header, footer, typography and palette. */
.legal-page { padding:55px 0 75px; }
.legal-container { width:calc(100% - 40px);max-width:860px;margin:auto; }
.breadcrumb { display:inline-block;margin-bottom:30px;font-size:13px;text-decoration:underline;color:#101d3b; }
.legal-page h1 { color:#101d3b;font-size:44px;line-height:1.15;margin:12px 0; }
.legal-page .updated { font-size:12px;color:#6c7280;margin-top:15px; }
.legal-intro { font-size:19px;line-height:1.6;margin:28px 0; }
.legal-section { margin-top:30px; }
.legal-section h2 { color:#101d3b;font-size:24px;line-height:1.3;margin:0 0 14px; }
.legal-section p,.legal-section li { font-size:15px;line-height:1.8;color:#454c5a;margin:10px 0; }
.legal-section ol { list-style:decimal;padding-left:25px; }
.legal-section a { color:#101d3b;text-decoration:underline; }
.contact-options { display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0; }
.contact-option { border:1px solid #dce1e8;background:#f5f6fa;border-radius:10px;padding:22px; }
.contact-option strong { display:block;margin-bottom:10px;font-size:17px; }
.contact-option a { font-size:14px;text-decoration:underline;overflow-wrap:anywhere; }
.contact-option p { font-size:12px;line-height:1.6;margin:12px 0 0; }
.legal-related { display:flex;flex-wrap:wrap;gap:16px;margin-top:35px;border-top:1px solid #dce1e8;padding-top:25px; }
.legal-related a { font-size:12px;color:var(--vpc-copper);text-decoration:underline; }
@media(max-width:1100px) {
 .vpc-trust-items { gap:20px; }.vpc-trust-items span { font-size:12px; }
 .vpc-bonus-grid { grid-template-columns:repeat(2,minmax(0,1fr));gap:24px; }
 #packages .vpc-offer { gap:10px;padding:22px 12px 15px; }
 #packages .quantity_title { font-size:21px!important; }
 #formula .lz-core-formula__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:915px) {
 .vpc-trust-items { gap:12px;padding:10px 16px; }.vpc-trust-items span { font-size:11px; }
 .vpc-trust-items svg { width:17px;height:17px;flex-basis:17px; }
 .vpc-hero .below_media_custom { display:none!important; }
 .vpc-bonus-heading { align-items:flex-start;flex-direction:column;gap:14px; }
 .vpc-bonus-heading h2 { font-size:28px; }
}
@media(max-width:749px) {
 .vpc-reviews { padding:28px 0; }
 .vpc-reviews h2 { font-size:26px; }
 .vpc-reviews-grid { grid-template-columns:minmax(0,1fr);gap:12px; }
 .vpc-review { padding:19px 20px; }
 .vpc-review blockquote { margin-top:12px;font-size:18px; }
 .payment-icons img { width:28px;height:19px;max-width:28px;max-height:19px; }
 #formula { padding:32px 16px; }
 #formula h2 { font-size:29px; }
 #formula .lz-core-formula__grid { gap:12px; }
 #formula .lz-core-formula__card { grid-template-columns:60px minmax(0,1fr);gap:12px;padding:12px; }
 #formula .lz-core-formula__media { width:60px;height:60px; }
 #formula .lz-core-formula__copy h3 { font-size:16px; }
 .vpc-wordmark { font-size:34px; }
 .vpc-trust-items { gap:10px; }.vpc-trust-items .flex_custom_item:nth-child(2) { display:none!important; }
 .vpc-trust-items .flex_custom_item_flex { gap:6px; }
 #packages .vpc-offer { grid-template-columns:minmax(0,40fr) minmax(0,60fr);padding:22px 14px 15px;gap:12px; }
 #packages .quantity_title { font-size:23px!important; }
 #packages .quantity_image img { height:155px!important; }
 #packages .price-per-pc .price-main { font-size:51px!important; }
 #packages .offer-guarantee { font-size:11px!important; }
 .vpc-bonuses { padding:32px 0; }
 .vpc-bonus-grid { gap:24px 14px; }
 .vpc-bonus { align-items:flex-start;flex-direction:column;gap:12px; }
 .vpc-bonus img { width:85px;height:110px; }
 .vpc-bonus h3 { font-size:17px; }
 #guarantee .richtext_blocks_new { padding:32px 22px!important; }
 #guarantee .icon_with_text_item { gap:22px; }
 #guarantee .icon_with_text_item_texts { text-align:center; }
 #guarantee h2 { font-size:26px; }
 #guarantee .money_right_img--bottle,#guarantee .money_right_img--bottle .guarantee-bottle-img { width:165px!important; }
 #guarantee .vpc-guarantee-seal { width:96px;height:96px;flex-basis:96px; }
 #guarantee .vpc-guarantee-seal span { font-size:40px; }
 .lf-footer .payment-icons { justify-content:center; }
 .sticky-cta__rating { font-size:10px;line-height:1.4; }
 .sticky-cta__title { font-size:12px; }
 .sticky-cta__btn { padding:12px 14px;font-size:12px; }
 .label-dialog { padding:18px; }
 .dialog-header h2 { font-size:22px; }.dialog-header .eyebrow { font-size:9px; }
 .dialog-actions { gap:18px; }.text-link { font-size:12px; }
 .legal-page { padding-top:30px; }.legal-page h1 { font-size:35px; }.contact-options { grid-template-columns:1fr; }
}
@media(max-width:560px) {
 #formula .lz-core-formula__grid { grid-template-columns:minmax(0,1fr); }
 #formula .lz-core-formula__card { grid-template-columns:64px minmax(0,1fr);padding:12px 14px; }
 #formula .lz-core-formula__media { width:64px;height:64px; }
}
@media(max-width:370px) {
 #packages .vpc-offer { gap:8px;padding:21px 9px 13px; }
 #packages .quantity_title { font-size:20px!important; }
 #packages .quantity_image img { height:128px!important; }
 #packages .quantity_title em { font-size:11px!important; }
 #packages .price-per-pc .price-main { font-size:46px!important; }
 #packages .offer-shipping { font-size:12px!important; }
 #packages .offer-guarantee { font-size:10px!important; }
 #packages .vpc-bonus-included { font-size:11px; }
 #packages a.vpc-buy-button { font-size:15px; }
 .sticky-cta__info { display:none; }.sticky-cta__btn { width:100%; }
}
/* ---- Reason-why for the price, sitting directly above the packages ---- */
.vpc-why-price { max-width:900px;margin:0 auto 26px;padding:18px 22px;border:1px solid #e0e4ec;border-left:3px solid var(--vpc-copper);border-radius:10px;background:#fafbfd;text-align:left; }
.vpc-why-price p { margin:0 0 10px;color:#3f4859;font-size:14px;line-height:1.6; }
.vpc-why-price p:last-child { margin-bottom:0; }
.vpc-why-price strong { color:var(--vpc-navy); }

/* ---- Cost per day on each package card ---- */
#packages .vpc-per-day { margin-top:2px;color:#596170;font-size:12px;line-height:1.4; }
#packages .vpc-per-day strong { color:var(--vpc-copper);font-weight:650; }

/* ---- Estimated delivery line under the checkout badges ---- */
.vpc-eta { display:flex;align-items:center;justify-content:center;gap:8px;margin:10px 0 0;color:#3f4859;font-size:13px;line-height:1.5;text-align:center; }
.vpc-eta svg { flex:0 0 17px; }
.vpc-eta strong { color:var(--vpc-navy);font-weight:650; }

/* ---- Where and how it is made: the credibility block for someone verifying the product ---- */
.vpc-made { padding:48px 0 44px;background:#f5f6fa; }
.vpc-made .custom-text-headline { color:var(--vpc-copper);font-size:12px;letter-spacing:1.4px;text-align:center; }
.vpc-made h2 { margin:10px 0 14px;color:var(--vpc-navy);font-size:34px;line-height:1.15;text-align:center; }
.vpc-made-sub { max-width:760px;margin:0 auto 30px;color:#3f4859;font-size:15px;line-height:1.6;text-align:center; }
.vpc-made-badges { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;max-width:760px;margin:0 auto 32px; }
.vpc-made-badges figure { margin:0;text-align:center; }
.vpc-made-badges img { width:88px;height:88px;object-fit:contain; }
.vpc-made-badges figcaption { margin-top:9px;color:var(--vpc-navy);font-size:13px;line-height:1.4;font-weight:500; }
.vpc-made-facts { max-width:820px;margin:0 auto;padding:24px 26px;border:1px solid #e0e4ec;border-radius:12px;background:#fff; }
.vpc-made-facts h3 { margin:0 0 14px;color:var(--vpc-navy);font-size:19px;line-height:1.3; }
.vpc-made-facts ul { margin:0;padding:0;list-style:none; }
.vpc-made-facts li { position:relative;margin:0 0 11px;padding-left:26px;color:#3f4859;font-size:14px;line-height:1.6; }
.vpc-made-facts li::before { content:'';position:absolute;left:0;top:7px;width:14px;height:8px;border-left:2px solid var(--vpc-copper);border-bottom:2px solid var(--vpc-copper);transform:rotate(-45deg); }
.vpc-made-facts li strong { color:var(--vpc-navy); }
.vpc-made-note { margin:16px 0 0;padding-top:14px;border-top:1px solid #eceff4;color:#6c7280;font-size:12px;line-height:1.6; }
.vpc-made-note a { color:var(--vpc-copper);text-decoration:underline;text-underline-offset:3px; }

/* ---- Routine timeline: sets the honest time horizon, which is what justifies six bottles ---- */
.vpc-routine { padding:48px 0 44px;background:#fff; }
.vpc-routine .custom-text-headline { color:var(--vpc-copper);font-size:12px;letter-spacing:1.4px;text-align:center; }
.vpc-routine h2 { margin:10px 0 14px;color:var(--vpc-navy);font-size:34px;line-height:1.15;text-align:center; }
.vpc-routine-sub { max-width:720px;margin:0 auto 32px;color:#3f4859;font-size:15px;line-height:1.6;text-align:center; }
.vpc-routine-steps { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1080px;margin:0 auto;padding:0;list-style:none;counter-reset:none; }
.vpc-routine-steps li { padding:22px 22px 24px;border:1px solid #e0e4ec;border-top:3px solid var(--vpc-copper);border-radius:12px;background:#fafbfd; }
.vpc-routine-mark { display:inline-block;color:var(--vpc-copper);font-size:12px;font-weight:650;letter-spacing:1.1px;text-transform:uppercase; }
.vpc-routine-steps h3 { margin:9px 0 9px;color:var(--vpc-navy);font-size:19px;line-height:1.25; }
.vpc-routine-steps p { margin:0;color:#3f4859;font-size:14px;line-height:1.6; }
.vpc-routine-note { max-width:820px;margin:26px auto 0;color:#6c7280;font-size:12px;line-height:1.6;text-align:center; }
a.vpc-routine-cta { display:block;width:max-content;max-width:100%;margin:22px auto 0;text-align:center; }

/* ---- What happens after the click ---- */
.vpc-order { padding:48px 0 44px;background:#fff; }
.vpc-order .custom-text-headline { color:var(--vpc-copper);font-size:12px;letter-spacing:1.4px;text-align:center; }
.vpc-order h2 { margin:10px 0 30px;color:var(--vpc-navy);font-size:34px;line-height:1.15;text-align:center; }
.vpc-order-steps { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1080px;margin:0 auto;padding:0;list-style:none; }
.vpc-order-steps li { padding:24px 22px;border:1px solid #e0e4ec;border-radius:12px;background:#fafbfd; }
.vpc-order-num { display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--vpc-navy);color:#fff;font-size:16px;font-weight:650; }
.vpc-order-steps h3 { margin:14px 0 9px;color:var(--vpc-navy);font-size:19px;line-height:1.25; }
.vpc-order-steps p { margin:0;color:#3f4859;font-size:14px;line-height:1.6; }
.vpc-order-eta { max-width:1080px;margin:20px auto 0;padding:13px 18px;border-radius:10px;background:#f5f6fa;color:#3f4859;font-size:14px;line-height:1.5;text-align:center; }
.vpc-order-eta strong { color:var(--vpc-navy); }
.vpc-order-support { max-width:1080px;margin:14px auto 0; }
.vpc-order-support p { margin:0;color:#3f4859;font-size:14px;line-height:1.6;text-align:center; }
.vpc-order-support strong { color:var(--vpc-navy); }
.vpc-order-support a { color:var(--vpc-copper);text-decoration:underline;text-underline-offset:3px; }
a.vpc-order-cta { display:block;width:max-content;max-width:100%;margin:26px auto 0;text-align:center; }
.vpc-order-cta-note { margin:11px 0 0;color:#596170;font-size:12px;line-height:1.5;text-align:center; }

/* ---- Guarantee: reassurance leads, logistics follow ---- */
#guarantee .vpc-guarantee-fine { margin-top:10px;font-size:12px;line-height:1.6;opacity:.78; }

@media(max-width:900px) {
 .vpc-routine-steps,.vpc-order-steps { grid-template-columns:minmax(0,1fr); }
}
@media(max-width:749px) {
 .vpc-why-price { padding:16px 17px;margin-bottom:20px; }
 .vpc-why-price p { font-size:13px; }
 .vpc-made,.vpc-routine,.vpc-order { padding:32px 0; }
 .vpc-made h2,.vpc-routine h2,.vpc-order h2 { font-size:27px; }
 .vpc-made-badges { grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px; }
 .vpc-made-badges img { width:74px;height:74px; }
 .vpc-made-facts { padding:20px 18px; }
 .vpc-eta { font-size:12px;align-items:flex-start;text-align:left; }
 a.vpc-routine-cta,a.vpc-order-cta { width:100%; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation:none!important;transition:none!important; } }
/* ==========================================================================
   Typography system
   Two real families replace the six that were declared but never loaded.
   Source Serif 4 carries every heading; Inter carries body, UI and numerals.
   ========================================================================== */
:root {
  --font-display:"Source Serif 4",Georgia,"Times New Roman",serif;
  --font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --fs-h1:clamp(2.25rem,1.6rem + 2.6vw,3.25rem);
  --fs-h2:clamp(1.875rem,1.4rem + 1.9vw,2.5rem);
  --fs-h3:1.25rem;
  --fs-lead:1.0625rem;
  --fs-body:0.9375rem;
  --fs-sm:0.8125rem;
  --fs-xs:0.75rem;
  --ink:#101d3b;
  --ink-2:#3f4859;
  --ink-3:#626c7e;
}
html { -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; }
body { font-family:var(--font-body);font-size:var(--fs-body);line-height:1.65;letter-spacing:0; }

/* --- One scale for every heading on the page --- */
.rich-text__heading.h1,h1.rich-text__heading,h2.rich-text__heading,
#formula h2,#guarantee h2,.vpc-made h2,.vpc-routine h2,.vpc-order h2,
.vpc-reviews h2,.vpc-bonus-heading h2,.faq_top h2 {
  font-family:var(--font-display);
  font-size:var(--fs-h2);
  font-weight:600;
  line-height:1.14;
  letter-spacing:-0.011em;
  color:var(--ink);
  text-wrap:balance;
}
.product_title_lp.h1 {
  font-family:var(--font-display);
  font-size:var(--fs-h1);
  font-weight:600;
  line-height:1.08;
  letter-spacing:-0.021em;
  color:var(--ink);
  text-wrap:balance;
}
#formula .lz-core-formula__copy h3,.vpc-made-facts h3,.vpc-routine-steps h3,
.vpc-order-steps h3,.vpc-bonus h3,.dialog-header h2,.lf-footer__title {
  font-family:var(--font-display);
  font-size:var(--fs-h3);
  font-weight:600;
  line-height:1.28;
  letter-spacing:-0.006em;
  color:var(--ink);
}
h3.offer-text { font-family:var(--font-display);font-size:1.5rem;font-weight:600;line-height:1.2;letter-spacing:-0.012em;color:var(--ink); }
h3.offer-text strong { font-weight:600; }

/* --- Eyebrows: one treatment everywhere --- */
.custom-text-headline,#formula .lz-core-formula__eyebrow,.vpc-bonus-heading .custom-text-headline,
.vpc-made .custom-text-headline,.vpc-routine .custom-text-headline,.vpc-order .custom-text-headline,
.dialog-header .eyebrow {
  font-family:var(--font-body);
  font-size:var(--fs-xs);
  font-weight:600;
  line-height:1.4;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--vpc-copper);
}

/* --- Lead paragraphs under a section heading --- */
.vpc-made-sub,.vpc-routine-sub,#formula .lz-core-formula__sub,.lz-hero-subheadline,.faq_subtext {
  font-size:var(--fs-lead);
  line-height:1.6;
  color:var(--ink-2);
  text-wrap:pretty;
}
.vpc-made-sub,.vpc-routine-sub,#formula .lz-core-formula__sub { max-width:60ch;margin-left:auto;margin-right:auto; }

/* --- Body copy --- */
.vpc-why-price p,.vpc-made-facts li,.vpc-routine-steps p,.vpc-order-steps p,
.vpc-bonus p,.faq_lp .faq_answer p,.answer_product p { font-size:var(--fs-body);line-height:1.65;color:var(--ink-2); }
.faq_lp .faq_question { font-family:var(--font-body);font-weight:600;letter-spacing:-0.003em; }

/* --- Fine print, one size --- */
.vpc-reviews-note,.vpc-made-note,.vpc-routine-note,.vpc-order-cta-note,
.vpc-checkout-note,.vpc-pricing-note,.label-caption,.vpc-bonus-note { font-size:var(--fs-xs);line-height:1.6;color:var(--ink-3); }

/* --- Numerals line up --- */
.quantity_price,.vpc-per-day,.offer-savings,.price-per-pc { font-variant-numeric:tabular-nums; }
.price-per-pc .price-main { font-family:var(--font-body);font-weight:700;letter-spacing:-0.035em; }
.vpc-wordmark { font-weight:700;letter-spacing:-0.035em; }

/* ==========================================================================
   Alignment rule
   Full-width sections centre their header block. Anything inside a card,
   list or split image/text layout stays flush left. No other exceptions.
   ========================================================================== */
.vpc-bonus-heading { flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px; }
.vpc-bonus-heading > div { text-align:center; }
.faq_top,.faq_top.left { text-align:center; }
.faq_top .faq_subtext { max-width:60ch;margin-left:auto;margin-right:auto; }
.vpc-reviews h2 { margin-bottom:22px; }
#guarantee .icon_with_text_item_texts { text-align:center; }
#guarantee .icon_with_text_item { flex-direction:column;align-items:center;gap:20px; }

/* Card interiors stay left, regardless of the section around them. */
.vpc-made-facts,.vpc-routine-steps li,.vpc-order-steps li,.vpc-why-price,
.vpc-bonus,.vpc-review,.faq_lp .faq_answer,#formula .lz-core-formula__copy { text-align:left; }

@media(max-width:749px) {
  .vpc-eta { text-align:left; }
  #guarantee .icon_with_text_item_texts { text-align:center; }
}

/* Two template rules outrank the layer above on specificity; matched here. */
.quantity_landing_page h3.offer-text { font-family:var(--font-display);font-size:1.5rem;font-weight:600;line-height:1.22;letter-spacing:-0.012em;color:var(--ink);margin-bottom:10px; }
#packages .quantity_title { font-family:var(--font-display)!important;font-weight:600!important;letter-spacing:-0.012em!important; }
#packages .quantity_title em { font-family:var(--font-body);font-weight:500;font-style:normal;letter-spacing:0.02em; }

/* Navy-backed sections invert the ink tokens rather than overriding each rule. */
#faq,#guarantee { --ink:#ffffff;--ink-2:rgba(255,255,255,.84);--ink-3:rgba(255,255,255,.62); }
#faq .faq_subtext { max-width:60ch;margin:10px auto 0; }

/* Section-level notes are centred, like every other note on the page. */
.vpc-bonus-note { text-align:center; }

/* Guarantee block: vertical rhythm for the now-centred column. */
#guarantee .icon_with_text_item_texts h2 { margin-bottom:16px; }
#guarantee .icon_with_text_item_texts p { max-width:56ch;margin-left:auto;margin-right:auto; }
#guarantee .icon_with_text_item_texts > a { display:inline-block;margin-top:18px;font-size:var(--fs-sm);letter-spacing:.01em; }

/* .custom_lp_button carries no styling of its own in this template; the buy
   buttons are styled per-section. These two CTAs need the same treatment. */
a.vpc-order-cta,a.vpc-routine-cta {
  display:flex;align-items:center;justify-content:center;gap:12px;
  width:max-content;max-width:100%;min-height:54px;padding:15px 34px;
  border-radius:8px;font-family:var(--font-body);font-size:1rem;font-weight:700;
  letter-spacing:.005em;line-height:1.2;text-decoration:none;transition:background .18s ease,color .18s ease;
}
a.vpc-order-cta { margin:26px auto 0;border:1px solid #ddb65b;background:var(--vpc-gold);color:#101d3b;box-shadow:0 2px 10px rgba(16,29,59,.10); }
a.vpc-order-cta:hover { background:#ffda84; }
a.vpc-routine-cta { margin:24px auto 0;border:1.5px solid var(--vpc-navy);background:transparent;color:var(--vpc-navy);font-weight:600; }
a.vpc-routine-cta:hover { background:var(--vpc-navy);color:#fff; }

/* UI chrome stays in the body face; the serif is reserved for real headings. */
.countdown-banner-title,.countdown-banner-subtitle,.lz-batch-band { font-family:var(--font-body); }
.countdown-banner-title { font-weight:600;letter-spacing:-0.005em; }

/* Last two holdouts: an !important font rule, and a <=915px rule that pulled
   the FAQ heading left while every other section header stayed centred. */
.quantity_landing_page h3.offer-text { font-family:var(--font-display)!important; }
.faq_top h2,.faq_top .faq_subtext { text-align:center; }

/* A global img{display:block} defeats text-align:center, so the seals sat
   flush left while their captions were centred. Centre the image itself. */
.vpc-made-badges img { margin-inline:auto; }

@media(max-width:749px) {
  /* Bonus items have no card border, so left-aligned text under a centred
     heading reads as misalignment. Stacked on mobile, they centre. */
  .vpc-bonus { align-items:center;text-align:center; }
  .vpc-bonus img { margin-inline:auto; }
  .vpc-bonus-grid { gap:28px 14px; }
  .vpc-made-badges figcaption { font-size:12px;line-height:1.35; }
}

@media(max-width:749px) {
  /* Stacked, this link was left stranded under the notes block. */
  #formula .lz-core-formula__chips { flex-direction:column;align-items:center;gap:14px;text-align:center; }
  #formula .vpc-formula-notes { flex:1 1 auto;text-align:left; }
}
