@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaLight.woff2") format("woff2"), url("../fonts/NexaLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Bold.woff2") format("woff2"), url("../fonts/Nexa-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa Bold";
  src: url("../fonts/Nexa-Bold.woff2") format("woff2"), url("../fonts/Nexa-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa Extra Bold";
  src: url("../fonts/Nexa-Extrabold.woff2") format("woff2"), url("../fonts/Nexa-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaRegular.woff2") format("woff2"), url("../fonts/NexaRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.orange {
  color: #eb4b0f;
}

h1 {
  font-family: "Nexa";
  font-size: 32px;
  color: #0d3153;
}

.bg-light-green {
  background-color: rgba(140, 184, 89, 0.25);
}

.bg-light-orange {
  background-color: rgba(223, 112, 62, 0.25);
}

.deep-ocean-blue {
  color: #0d3153 !important;
}

body {
  background-color: #fff;
}
body:not(.checkout-pg) {
  font-family: "Poppins", sans-serif;
}

.sec_logo {
  border-bottom: 0 solid #e5e4e9;
}
.sec_logo .main-logo {
  margin: 25px auto 15px auto;
  max-width: 170.6px;
}
@media (min-width: 768px) {
  .sec_logo .main-logo {
    max-width: 320px;
    margin: 30px auto;
  }
}

.mw-700 {
  max-width: 636px;
  margin: 0 auto;
}

.hero-section {
  color: white;
  padding-top: 0;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .hero-section {
    padding-top: 0;
    padding-bottom: 90px;
  }
}
.hero-section .prod-name {
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .hero-section .prod-name {
    margin-bottom: 12px;
  }
}

/* iOS body scroll lock helper */
body.body-locked {
  position: fixed;
  width: 100%;
  overflow: hidden; /* desktop/android */
  overscroll-behavior: none; /* modern browsers */
  touch-action: none; /* helps iOS */
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: var(--secondary-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: white;
  font-size: 1.5rem;
}

.btn-orange {
  background: #eb4b0f;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.14px;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .btn-orange {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
  }
}
.btn-orange.btn-sm {
  font-size: 12px;
  padding: 5px 12px;
}
.btn-orange.added {
  opacity: 0.7;
}
.btn-orange:hover {
  background-color: #e63e02;
  color: #fff !important;
  transform: scale(1.07);
}

.btn-teal {
  background: #63a295;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 0.32px;
  transition: transform 0.3s ease;
}

.btn-apple {
  background: #000;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: bold;
  border-radius: 60px;
}

.btn-white {
  background: #f8f7ff;
  color: #0d3153;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  border-radius: 60px;
}

.btn-blue {
  background: #0d3153;
  color: #f8f7ff;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  border-radius: 60px;
}

.btn-orange:hover {
  background: #e55a2b;
}

.wellness-section {
  background: linear-gradient(135deg, var(--primary-orange), #ff8c42);
  color: white;
  padding: 4rem 0;
}

.testimonial-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
}

.video-testimonial {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 200px;
  background: #333;
}

.video-testimonial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
}

.scrolling-bar {
  background: #0d3153;
  color: white;
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.scrolling-text {
  display: inline-block;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.scrolling-bar:hover .scrolling-text {
  animation-play-state: paused;
}

.green-smoothie {
  background: radial-gradient(circle, #4a9b8a, #2d6659);
  color: white;
  padding: 3rem 0;
}

/* Swiper Styles */
.product-gallery-container {
  display: flex;
  gap: 15px;
}
@media (max-width: 1020px) {
  .product-gallery-container {
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.product-thumbs {
  width: 100px;
  height: 400px;
  flex-shrink: 0;
}
@media (max-width: 1020px) {
  .product-thumbs {
    width: 100%;
    height: auto;
    margin-top: 16px;
  }
}

.product-thumbs .swiper-slide {
  width: 80px;
  height: 80px !important;
  margin-bottom: 10px;
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s;
  border: 2px solid transparent;
}

.product-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #0d3153;
}

.product-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-swiper {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.product-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-rounder {
  border-radius: 60px;
}

.btn-orange {
  background-color: #eb4b0f;
  color: #fff;
}

.btn-green {
  border: 2px solid #2aad9b;
  background-color: #2aad9b;
  color: #fff;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}

.btn-outline-gray {
  border: 2px solid rgb(171, 180, 200);
  color: #0d3153;
  background-color: transparent;
}

.btn-apple {
  background-color: #000;
  color: #fff;
}

.product-card {
  background-color: transparent;
}
@media (max-width: 767px) {
  .product-card {
    margin-top: 20px;
  }
}
.product-card h2 {
  font-size: 32px;
  color: #0d3153;
}
.product-card .main-price {
  font-size: 20px;
  color: #0d3153;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .product-card .main-price {
    margin-bottom: 12px;
  }
}
.product-card .main-price .text-muted {
  color: rgb(171, 180, 200);
}
.product-card .prod-main-text {
  color: #0d3153;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .product-card .prod-main-text {
    margin-bottom: 24px;
  }
}

.counter-container {
  max-width: 200px;
  margin: 50px auto;
}

.counter-wrapper {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.counter-btn {
  border: none;
  background: #f8f9fa;
  color: #495057;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-btn:hover {
  background: #e9ecef;
  color: #343a40;
  transform: scale(1.05);
}

.counter-btn:active {
  transform: scale(0.95);
  background: #dee2e6;
}

.counter-display {
  background: white;
  border: none;
  font-size: 24px;
  font-weight: 600;
  color: #343a40;
  height: 50px;
  text-align: center;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.counter-display:focus {
  box-shadow: none;
  outline: none;
}

/* Custom input styling to remove arrows */
.counter-display::-webkit-outer-spin-button,
.counter-display::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.counter-display[type=number] {
  -moz-appearance: textfield;
}

.st-text {
  text-align: center;
  margin: 8px;
  color: rgb(171, 180, 200);
  position: relative;
}
@media (min-width: 768px) {
  .st-text {
    margin: 12px 0;
    padding: 0;
  }
}
.st-text:before {
  height: 1px;
  content: "";
  background-color: rgb(171, 180, 200);
  top: calc(50% - 1px);
  position: absolute;
  width: 100%;
  left: 0;
}
.st-text span {
  width: fit-content;
  position: relative;
  z-index: 33;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  background-color: #fff;
  font-size: 12px;
}
@media (min-width: 768px) {
  .st-text span {
    font-size: 14px;
    padding: 5px 8px;
  }
}

.flavour {
  margin-bottom: 20px;
}
.flavour h4 {
  color: #0d3153;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.32px;
}
.flavour .flavours {
  list-style: none;
  display: flex;
  justify-content: start;
  margin: 0;
  padding: 0;
  align-items: flex-end;
}
.flavour .flavours li {
  display: block;
  width: 66px;
  border: 2px solid transparent;
  border-radius: 66px;
  margin-right: 10px;
}
.flavour .flavours li.active {
  border: 2px solid #0d3153;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
  width: 82px;
}

.sec-product-info-section {
  background: #0d3153;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec-product-info-section {
    padding: 60px 12px;
  }
}
.sec-product-info-section .container .row .col-md-4 h2 {
  margin-bottom: 16px;
}
.sec-product-info-section .container .ingredient-header {
  color: #fff;
  font-size: 22px;
}
@media (min-width: 768px) {
  .sec-product-info-section .container .ingredient-header {
    font-size: 40px;
    width: 355px;
  }
}
.sec-product-info-section .container h3 {
  color: #fff;
  margin: 40px 20px 40px 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.sec-product-info-section .container p {
  color: #fff;
}
.sec-product-info-section .container .sec-product-info-section-text {
  padding-bottom: 36px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec-product-info-section .container .mob-center {
    margin-bottom: 36px;
  }
}
.sec-product-info-section .container .product-keys {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
  margin-top: 0;
  gap: 16px;
}
.sec-product-info-section .container .product-keys .product-key {
  display: block;
  color: #fff;
}
.sec-product-info-section .container .product-keys .product-key.sep-right {
  border-right: 1px solid #fff;
  padding-right: 16px;
}
.sec-product-info-section .container .product-keys .product-key big {
  display: block;
  font-size: 32px;
}
.sec-product-info-section .container .product-keys .product-key span {
  display: block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .sec-product-info-section .container .product-keys .product-key big {
    display: block;
    font-size: 20px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .sec-product-info-section .container .product-keys .product-key big {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .sec-product-info-section .container .product-keys .product-key span {
    display: block;
    font-size: 14px;
  }
}
.sec-product-info-section.flav-bo {
  background: linear-gradient(130.03deg, #df703e 5.46%, #db4038 83.82%);
}
.sec-product-info-section.flav-ga {
  background: linear-gradient(99.02deg, #ace16e 0.95%, #328219 100%);
}
.sec-product-info-section.flav-mb {
  background: linear-gradient(101.8deg, #78529b 5.18%, #813976 100%);
}
.sec-product-info-section.flav-ts {
  background: #f8f7ff;
}
.sec-product-info-section.flav-ts .container p {
  color: #0d3153;
}
.sec-product-info-section.flav-ts .container h2 {
  color: #0d3153;
}
.sec-product-info-section.flav-ts .container .product-key {
  border-color: #0d3153;
  color: #0d3153;
}
.sec-product-info-section.flav-ts .container .btn.btn-rounder.btn-white {
  color: #fff !important;
  background-color: #eb4b0f;
  border-color: #eb4b0f;
}
.sec-product-info-section.flav-ts .container .ingredientsAccordion .accordion-item .accordion-button {
  color: #0d3153;
}
.sec-product-info-section.flav-ts .container .ingredientsAccordion .accordion-item .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 8L10 13L15 8" stroke="%230d3153" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.footer {
  padding: 60px 12px 120px 12px;
  background: #0d3153;
  color: #fff;
}
.footer div,
.footer p {
  color: #fff;
}
@media (min-width: 768px) {
  .footer {
    padding: 100px;
  }
}
.footer .footer-logo {
  max-width: 251px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .footer .footer-logo {
    max-width: 299px;
  }
}
.footer .footer-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.28px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .footer .footer-text {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.32px;
    width: 374px;
  }
}
.footer .footer-sponsor-lfa {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.391px; /* 124.224% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer .footer-sponsor-lfa img {
  display: inline;
}
@media (min-width: 768px) {
  .footer .footer-sponsor-lfa {
    font-size: 16px;
    line-height: 28px; /* 175% */
    letter-spacing: 0.16px;
  }
}
.footer .footer-copyright {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .footer .footer-copyright {
    font-family: "Nexa";
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: unset;
    margin-bottom: 0;
  }
}
.footer .footer-copyright .footer-copyright-statement {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .footer .footer-copyright .footer-copyright-statement {
    margin-bottom: 16px;
  }
}
.footer .footer-copyright .footer-copyright-business {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer .footer-copyright .footer-copyright-business {
    width: 546px;
  }
}
.footer .footer-cards-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer .footer-cards-container {
    flex-direction: column-reverse;
    margin-bottom: 24px;
  }
}
.footer .footer-hr-container {
  padding: 24px 12px;
}
@media (min-width: 768px) {
  .footer .footer-hr-container {
    padding: 28px 12px;
  }
}
.footer .footer-hr {
  padding: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer .footer-disclaimer {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.24px;
}
@media (min-width: 768px) {
  .footer .footer-disclaimer {
    line-height: 20px; /* 166.667% */
    margin-bottom: 24px;
  }
}
.footer .footer-links {
  text-decoration: none;
  color: white;
  font-size: 10pt;
}

.links-modal {
  width: 100%;
  height: calc(90vh - 100px);
}

.ingredientsAccordion {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 767px) {
  .ingredientsAccordion {
    gap: 24px;
  }
}
.ingredientsAccordion .accordion-item {
  background-color: transparent !important;
  border: 0 !important;
}
.ingredientsAccordion .accordion-item .accordion-body {
  height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}
.ingredientsAccordion .accordion-item .accordion-body {
  color: #fff;
}
.ingredientsAccordion .accordion-item .accordion-button {
  background-color: transparent !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  box-shadow: rgba(13, 110, 253, 0) 0 0 0 4px !important;
  padding: 0;
}
.ingredientsAccordion .accordion-item .accordion-button:after {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 8L10 13L15 8" stroke="%23F8F8FF" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ingredientsAccordion .accordion-item .accordion-button .ingredient-image {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .ingredientsAccordion .accordion-item .accordion-button .ingredient-image {
    width: 60px;
    height: 60px;
  }
}
.ingredientsAccordion .accordion-item .accordion-button .hh {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.ingredientsAccordion .accordion-item.open .accordion-button .hh {
  display: block;
  height: unset;
  opacity: 1;
}

.plan-options .plan-options-title {
  color: #0d3153;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.32px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .plan-options .plan-options-title {
    font-size: 16px;
  }
}
.plan-options .plan-option {
  padding: 18px 16px 8px 16px;
  background-color: #fff;
  border: 2.5px solid rgb(171, 180, 200);
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px !important;
}
.plan-options .plan-option.hid {
  display: none !important;
}
@media (min-width: 768px) {
  .plan-options .plan-option {
    padding: 30px 20px 20px 20px;
  }
}
.plan-options .plan-option.selected {
  border: 2.5px solid #0d3153;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
  border-radius: 8px;
}
.plan-options .plan-header {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .plan-options .plan-header {
    margin-bottom: 16px;
  }
}
.plan-options .radio {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  outline: 1px solid rgb(171, 180, 200);
  border-radius: 50%;
  margin: 4px 10px 5px 0;
  position: relative;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .plan-options .radio {
    margin: 4px 12px 5px 0;
  }
}
.plan-options .plan-option.selected .radio {
  border: 2px solid #fff;
  outline: 1px solid rgb(171, 180, 200);
  background: #eb4b0f;
}
.plan-options .plan-option.selected .radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #eb4b0f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.plan-options .plan-title {
  font-size: 14px;
  padding: 4.5px 0;
  font-weight: 500;
  color: rgb(171, 180, 200);
}
@media (min-width: 768px) {
  .plan-options .plan-title {
    font-size: 18px;
    padding: 3px 0;
  }
}
.plan-options .plan-title .accent-color {
  font-weight: 700;
}
.plan-options .plan-option.selected .plan-title {
  color: #0d3153;
}
.plan-options .save-badge {
  background: #dc2626;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
}
.plan-options .pricing-info {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .plan-options .pricing-info {
    gap: 20px;
  }
}
.plan-options .pricing-info .sep-right {
  border-right: 1px solid rgb(171, 180, 200);
  padding-right: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .plan-options .pricing-info .sep-right {
    padding-right: 18px;
    font-size: 18px;
    line-height: 22px;
  }
  .plan-options .pricing-info .sep-right small {
    font-size: 16px;
    margin-top: 4px;
  }
  .plan-options .pricing-info .sep-right:not(.fat) small {
    display: block;
  }
}
.plan-options .pricing-info .per-serving.otp,
.plan-options .pricing-info .servings.otp {
  font-size: 12px;
}
@media (min-width: 768px) {
  .plan-options .pricing-info .per-serving.otp,
  .plan-options .pricing-info .servings.otp {
    font-size: 14px;
  }
}
.plan-options .price,
.plan-options .fullPrice {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: rgb(171, 180, 200);
}
@media (min-width: 768px) {
  .plan-options .price,
  .plan-options .fullPrice {
    font-size: 18px;
  }
}
.plan-options .original-price {
  color: rgb(171, 180, 200);
  text-decoration: line-through;
  font-size: 14px;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .plan-options .original-price {
    font-size: 16px;
  }
}
.plan-options .per-serving {
  color: rgb(171, 180, 200);
  font-size: 14px;
}
@media (min-width: 768px) {
  .plan-options .per-serving {
    font-size: 16px;
  }
}
.plan-options .servings {
  color: rgb(171, 180, 200);
  font-size: 14px;
}
@media (min-width: 768px) {
  .plan-options .servings {
    font-size: 16px;
  }
}
.plan-options .features {
  list-style: none;
  margin: 0;
  margin-top: 8px;
  padding: 0;
  padding-left: 3px;
}
@media (min-width: 768px) {
  .plan-options .features {
    margin-top: 15px;
    padding-left: 5px;
  }
}
.plan-options .features li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
  font-size: 12px;
  color: rgb(171, 180, 200);
  margin-left: 0;
}
@media (min-width: 768px) {
  .plan-options .features li {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.plan-options .features li::before {
  content: "";
  width: 15px;
  height: 15px;
  font-weight: bold;
  margin-right: 3px;
  margin-top: 1px;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.33325 10.75L5.9523 13.75L12.4999 6.25" stroke="%23abb4c8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.6667 6.302L9.52366 13.802L9.16675 13.3333" stroke="%23abb4c8" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
  color: #0d3153;
}
@media (min-width: 768px) {
  .plan-options .features li::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.plan-options .plan-option.selected .features li::before {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.33325 10.75L5.9523 13.75L12.4999 6.25" stroke="%231C274C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.6667 6.302L9.52366 13.802L9.16675 13.3333" stroke="%231C274C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}
.plan-options .plan-option.selected .price,
.plan-options .plan-option.selected .fullPrice,
.plan-options .plan-option.selected .per-serving,
.plan-options .plan-option.selected .servings,
.plan-options .plan-option.selected .features li {
  color: #0d3153;
}

.badges {
  margin-left: 110px;
}
@media (max-width: 767px) {
  .badges {
    margin-top: 14.67px;
    margin-left: 0;
    padding: 20px 30px;
  }
}
.badges.mob {
  padding: 0;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .badges.mob {
    margin-top: 14.67px;
  }
}
.badges .custom-badge {
  margin-top: 10px;
  padding: 10px 15px;
  border-radius: 8px;
  color: #000;
  gap: 6px;
}
@media (min-width: 768px) {
  .badges .custom-badge {
    margin-top: 14.67px;
    padding: 20px 30px;
    gap: 15px;
  }
}
.badges .custom-badge p {
  line-height: 20px;
  letter-spacing: 0.32px;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .badges .custom-badge p {
    line-height: 24px;
    font-size: 16px;
  }
}
.badges .custom-badge p b {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .badges .custom-badge p b {
    line-height: 24px;
    font-size: 16px;
  }
}
.badges .custom-badge img {
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .badges .custom-badge img {
    width: 30px;
    height: 30px;
  }
}

body .accent-color {
  color: #eb4b0f;
}
body .accent-color .btn {
  background-color: #eb4b0f;
  color: #fff;
  border-color: #fff;
}
.sec-lp-hero {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.sec-lp-hero .hero-video-frame {
  position: absolute;
  width: 100%;
  height: 120%;
  top: -10%;
  left: 0;
}
.sec-lp-hero .hero-video-frame iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sec-lp-hero .hero-video-frame {
    position: absolute;
    width: 360%;
    height: 180%;
    top: -40%;
    left: -130%;
  }
}
.sec-lp-hero .lp-hero {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.sec-lp-hero .lp-hero .lp-hero-overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.sec-lp-hero .lp-hero .lp-hero-overlay h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Nexa Bold";
  font-weight: 700;
  font-size: 40px;
  padding-top: 50px;
}
.sec-lp-hero .lp-hero .lp-hero-overlay .hero-btn {
  max-width: 540px;
  width: 100%;
  margin: 40px auto 0 auto;
}
.sec-lp-hero .lp-hero .lp-hero-overlay .hero-icon img {
  width: 30px;
  height: 30px;
}
.sec-lp-hero .lp-hero .lp-hero-overlay ul {
  list-style: none;
  margin: 55px 0 40px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec-lp-hero .lp-hero .lp-hero-overlay ul li {
  margin: 10px 17px 0 17px;
  padding: 0;
  width: 18%;
  max-width: 200px;
  text-align: center;
}
.sec-lp-hero .lp-hero .lp-hero-overlay ul li span {
  font-size: 16px;
  line-height: 28px;
  font-family: "Nexa";
  text-align: center;
  display: block;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sec-lp-hero .lp-hero {
    height: unset;
  }
  .sec-lp-hero .lp-hero .lp-hero-overlay {
    padding: 80px 14px;
    justify-content: space-between;
  }
  .sec-lp-hero .lp-hero .lp-hero-overlay h2 {
    text-align: center;
    padding-top: 10px !important;
  }
  .sec-lp-hero .lp-hero.cashtru .lp-hero-overlay {
    padding: 30px 14px;
  }
  .sec-lp-hero .lp-hero .hero-icon img {
    width: 26.2px;
    height: 26.2px;
  }
  .sec-lp-hero .lp-hero ul {
    flex-wrap: wrap;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    row-gap: 12px;
    column-gap: 8px;
  }
  .sec-lp-hero .lp-hero ul li {
    width: 140px !important;
    margin: 0 !important;
    max-width: unset;
  }
  .sec-lp-hero .lp-hero ul li span {
    font-size: 10px !important;
    line-height: 12px !important;
    margin-top: 8px !important;
  }
  .sec-lp-hero .lp-hero h2 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}

.sec-videos.sec-videos {
  color: #0d3153;
  padding: 80px 0 80px 0;
}
@media (max-width: 767px) {
  .sec-videos.sec-videos {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sec-videos.sec-videos h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600 !important;
}
.sec-videos.sec-videos h2 b {
  font-weight: 600;
}
@media (min-width: 768px) {
  .sec-videos.sec-videos h2 {
    text-align: start;
    font-size: 40px;
  }
}
.sec-videos.sec-videos p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec-videos.sec-videos p {
    text-align: start;
    font-size: 18px;
  }
}
.sec-videos.sec-videos .container .row.g-5 {
  margin-top: 30px;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .sec-videos.sec-videos .container .row.g-5 {
    row-gap: 0;
    column-gap: 28px;
    justify-content: center;
  }
}
.sec-videos.sec-videos .container .row.g-5 .col-md-4 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .sec-videos.sec-videos .container .row.g-5 .col-md-4 {
    padding: 0;
    width: 395px;
  }
}
.sec-videos.sec-videos .vid_t {
  position: relative;
  max-width: 395px;
  border-radius: 8px;
  overflow: hidden;
}
.sec-videos.sec-videos .vid_t:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background: linear-gradient(179.97deg, rgba(13, 50, 82, 0) 39.72%, #0d3252 75.01%);
}
.sec-videos.sec-videos .vid_t .vid_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec-videos.sec-videos .vid_t .vid_overlay .vid_play {
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-videos.sec-videos .vid_t .vid_overlay .vid_play a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 4;
}
.sec-videos.sec-videos .vid_t .vid_overlay .vid_details {
  width: 100%;
  height: 25%;
  position: absolute;
  top: 75%;
  left: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-videos.sec-videos .vid_t .vid_overlay .vid_details .vid_caption {
  color: #fff;
  display: block;
  padding: 0 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  font-family: "Nexa";
}
@media (min-width: 768px) {
  .sec-videos.sec-videos .vid_t .vid_overlay .vid_details .vid_caption {
    padding: 0 18px;
    font-size: 16px;
  }
}
.sec-videos.sec-videos .vid_t .vid_overlay .vid_details .vid_author {
  color: #fff;
  font-family: "Nexa";
  padding: 0 20px 20px 20px;
  font-size: 12px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .sec-videos.sec-videos .vid_t .vid_overlay .vid_details .vid_author {
    font-size: 14px;
  }
}
.sec-videos.sec-videos .vid_t .vid_overlay .vid_details .vid_author span {
  font-size: 14px;
  font-family: "Nexa Bold";
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .sec-videos.sec-videos .vid_t .vid_overlay .vid_details .vid_author span {
    font-size: 18px;
  }
}
.sec-videos.sec-videos .vid_t .vid_overlay .vid_details .vid_author span:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/lp_new/icons/yellow_badge.svg) center no-repeat;
}
.sec-videos.sec-videos .vid_t.vid2:after {
  background: linear-gradient(179.97deg, rgba(0, 0, 0, 0) 39.72%, rgba(0, 0, 0, 0.2) 75.01%), linear-gradient(179.97deg, rgba(123, 203, 186, 0) 39.72%, #7bcbba 75.01%);
}
.sec-videos.sec-videos .vid_t.vid3:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.25%, rgba(0, 0, 0, 0.15) 72.26%), linear-gradient(180deg, rgba(223, 112, 62, 0) 38.19%, #df703e 72.14%);
}

.sec-blue-bar {
  padding: 30px 12px;
  background-color: #0d3153;
  color: #fff;
}
@media (min-width: 768px) {
  .sec-blue-bar {
    padding: 36px 100px;
  }
}
.sec-blue-bar .sec-blue-bar-items {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sec-blue-bar .sec-blue-bar-items .powered-text {
  text-align: center;
  font-family: "Nexa";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1px;
  width: 50px;
}
@media (min-width: 768px) {
  .sec-blue-bar .sec-blue-bar-items .powered-text {
    font-size: 12px;
    letter-spacing: 0.12px;
    width: unset;
  }
}
.sec-blue-bar h3 {
  font-family: "Nexa";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  text-transform: uppercase;
  width: 117px;
}
@media (min-width: 768px) {
  .sec-blue-bar h3 {
    font-size: 40px;
    line-height: 52px; /* 130% */
    width: unset;
  }
}
.sec-blue-bar .powered_details ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-blue-bar .powered_details ul li {
  width: 90px;
  text-align: center;
  margin: 0 20px;
}
.sec-blue-bar .powered_details ul li span {
  font-family: "Nexa";
  margin-top: 6px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: -3%;
}
@media (max-width: 764px) {
  .sec-blue-bar .powered_details ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-blue-bar .powered_details ul li {
    width: 30%;
    margin: 1.5%;
  }
}
.sec-blue-bar .col-lf {
  width: 40%;
}
.sec-blue-bar .col-rg {
  width: 60%;
}

.sec-comments {
  position: relative;
  max-height: 1300px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec-comments .row > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-comments .row:after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 100%;
  height: 1325px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50.96%, #fff 80.77%);
}
@media (max-width: 767px) {
  .sec-comments {
    max-height: 3550px;
    overflow: hidden;
    position: relative;
  }
  .sec-comments .row:after {
    width: 100%;
    height: 1860px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fff 89.9%);
    content: "";
    z-index: 33;
  }
}
.sec-comments .sec-comments-heading-container .sec-comments-heading {
  color: #0d3153;
  text-align: center;
  font-family: "Nexa";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 118.182% */
  text-transform: uppercase;
  width: 323px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sec-comments .sec-comments-heading-container .sec-comments-heading {
    font-size: 40px;
    line-height: 52px; /* 130% */
    width: unset;
    margin-bottom: 10px;
  }
}
.sec-comments .sec-comments-heading-container .sec-comments-heading-text {
  color: #0d3153;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.28px;
  width: 323px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sec-comments .sec-comments-heading-container .sec-comments-heading-text {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.36px;
    width: unset;
    margin-bottom: 40px;
  }
}

.sec-white-bar {
  position: relative;
  overflow: visible;
  margin-top: -183px;
  z-index: 35;
  margin-bottom: 50px;
}
.sec-white-bar .sec-white-bar-cta {
  text-align: center;
  margin-top: 19px;
  margin-bottom: 30px;
}
.sec-white-bar .sec-white-bar-text {
  text-align: center;
  color: #0d3153;
  font-family: "Nexa";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 768px) {
  .sec-white-bar .sec-white-bar-text {
    font-size: 24px;
    line-height: 36px;
  }
}

.sec-faqs {
  color: #0d3153;
  padding: 30px 12px 60px 12px;
}
@media (min-width: 768px) {
  .sec-faqs {
    padding: 73px 0 120px 0;
  }
}
.sec-faqs .sec-faqs-row {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media (max-width: 767px) {
  .sec-faqs .sec-faqs-row {
    flex-direction: column;
    gap: 12px;
  }
}
.sec-faqs .sec-faqs-header-container {
  display: flex;
  gap: 12px;
}
@media (min-width: 768px) {
  .sec-faqs .sec-faqs-header-container {
    gap: 24px;
    width: 100%;
  }
}
.sec-faqs .sec-faqs-header-container .sec-faqs-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .sec-faqs .sec-faqs-header-container .sec-faqs-header {
    flex-direction: column;
    align-items: start;
    gap: 24px;
    width: 300px;
  }
}
.sec-faqs .sec-faqs-header-container .sec-faqs-header .sec-faqs-icon {
  width: 30px;
  height: 39px;
}
@media (min-width: 768px) {
  .sec-faqs .sec-faqs-header-container .sec-faqs-header .sec-faqs-icon {
    width: 40px;
    height: 40px;
  }
}
.sec-faqs .sec-faqs-header-container .sec-faqs-header .sec-faqs-icon img {
  width: 27.643px;
  height: 27.635px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .sec-faqs .sec-faqs-header-container .sec-faqs-header .sec-faqs-icon img {
    width: 40px;
    height: 40px;
  }
}
.sec-faqs .sec-faqs-header-container .sec-faqs-header .sec-faqs-heading {
  font-family: "Nexa";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec-faqs .sec-faqs-header-container .sec-faqs-header .sec-faqs-heading {
    font-size: 32px;
    line-height: 40px; /* 125% */
  }
}
.sec-faqs .sec-faqs-header-container .sec-faqs-header .sec-faqs-text {
  display: none;
}
@media (min-width: 768px) {
  .sec-faqs .sec-faqs-header-container .sec-faqs-header .sec-faqs-text {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.32px;
  }
}

.mainFaqs .accordion-item {
  background-color: transparent !important;
  border: 0 !important;
}
.mainFaqs .accordion-item.op {
  background-color: #eaf0fc !important;
  border-radius: 8px !important;
}
.mainFaqs .accordion-item .accordion-body {
  color: #0d3153;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.28px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .mainFaqs .accordion-item .accordion-body {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mainFaqs .accordion-item .accordion-button {
  background-color: transparent !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.28px;
  color: #0d3153;
  box-shadow: rgba(13, 110, 253, 0) 0 0 0 4px !important;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .mainFaqs .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mainFaqs .accordion-item .accordion-button:after {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 8L10 13L15 8" stroke="%230d3153" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.qty-options {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .qty-options {
    margin-bottom: 24px;
  }
}
.qty-options .qty-options-title {
  color: #0d3153;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.32px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .qty-options .qty-options-title {
    font-size: 16px;
  }
}
.qty-options .qty-boxes {
  display: flex;
  gap: 6px;
}
@media (min-width: 768px) {
  .qty-options .qty-boxes {
    gap: 10px;
  }
}
.qty-options .qty-boxes .qty-box {
  width: 33.3%;
  border: 2px solid rgb(171, 180, 200);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}
.qty-options .qty-boxes .qty-box.active {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
  border: 2px solid #0d3153;
}
.qty-options .qty-boxes .qty-box .qty-box-head {
  background-color: #8cb859;
  padding: 6px 0 6px 0;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 768px) {
  .qty-options .qty-boxes .qty-box .qty-box-head {
    padding: 4px;
  }
}
@media (min-width: 768px) {
  .qty-options .qty-boxes .qty-box .qty-box-head {
    font-size: 12px;
  }
}
.qty-options .qty-boxes .qty-box:nth-child(3) .qty-box-head {
  background-color: #0d3252;
}
.qty-options .qty-boxes .qty-box:nth-child(2) .qty-box-head {
  background-color: #eb4a10;
}
.qty-options .qty-boxes .qty-box .qty-box-body {
  padding-top: 8px;
  padding-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .qty-options .qty-boxes .qty-box .qty-box-body {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.qty-options .qty-boxes .qty-box .qty-box-body div {
  color: #0d3153;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .qty-options .qty-boxes .qty-box .qty-box-body div {
    font-size: 16px;
  }
}
.qty-options .qty-boxes .qty-box .qty-box-body p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: rgb(171, 180, 200);
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .qty-options .qty-boxes .qty-box .qty-box-body p {
    font-size: 12px;
  }
}

.sec-video-carousel {
  overflow: hidden;
  padding: 40px 0;
}
@media (min-width: 1460px) {
  .sec-video-carousel .container {
    width: 1440px;
  }
}
@media (max-width: 768px) {
  .sec-video-carousel {
    padding: 0;
  }
}
.sec-video-carousel .sec-video-carousel-heading {
  font-size: 22px;
}
@media (min-width: 768px) {
  .sec-video-carousel .sec-video-carousel-heading {
    font-size: 40px;
  }
}
.sec-video-carousel .sec-video-carousel-text {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.28px;
}
@media (min-width: 768px) {
  .sec-video-carousel .sec-video-carousel-text {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.36px;
  }
}
.sec-video-carousel .social-showcase-carousel {
  width: 120%;
  left: -10%;
  position: relative;
}
.sec-video-carousel .social-showcase-carousel .swiper-wrapper {
  padding-bottom: 70px;
}
.sec-video-carousel .social-showcase-carousel-item-social-handle {
  margin: 19px;
  display: none;
  pointer-events: none;
  position: absolute;
  background-color: #f8f7ff;
  padding: 5px;
  border-radius: 30px;
  top: 10px;
  z-index: 10;
}
.sec-video-carousel .social-showcase-carousel-item-product {
  bottom: 10px;
  gap: 8.154px;
  margin: 19px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 10;
  background-color: #f8f7ff;
  padding: 5px;
  border-radius: 30px;
}
.sec-video-carousel .social-showcase-carousel-item-product .social-showcase-carousel-item-product-image {
  border-radius: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 40px;
}
.sec-video-carousel .social-showcase-carousel-frame {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sec-video-carousel .social-showcase-carousel-frame {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .sec-video-carousel .social-showcase-carousel-frame-center .social-showcase-carousel-item .vimeo-player.vimeo-player {
    height: 742px !important;
    width: 417px !important;
  }
}
@media (min-width: 720px) {
  .sec-video-carousel .social-showcase-carousel-item .vimeo-player.vimeo-player {
    width: 100%;
    height: 100%;
  }
}
.sec-video-carousel .social-showcase-carousel-item-product {
  bottom: 10px;
  gap: 8.154px;
  margin: 19px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 10;
}
@media (min-width: 720px) {
  .sec-video-carousel .swiper-slide {
    margin-top: 54px;
    height: 687px !important;
    width: 385.396px !important;
  }
  .sec-video-carousel .swiper-slide.swiper-slide-active {
    height: 741px !important;
    margin-top: 0;
    width: 416.593px !important;
  }
}
@media (min-width: 720px) {
  .sec-video-carousel .social-showcase-carousel-frame-center.social-showcase-carousel-frame {
    height: 741px;
  }
}

.blue_scroll {
  background-color: #0d3153;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  overflow: hidden;
}
.blue_scroll img {
  padding: 15px;
}
.blue_scroll svg {
  margin: 15px;
}

#vimeoModal .modal-dialog {
  max-width: 500px;
}
#vimeoModal .modal-dialog .btn-close {
  border-radius: 55px;
  padding: 5px;
  z-index: 22;
  background-color: #f8f7ff;
}

.aspect-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.aspect-box:after {
  padding-bottom: 170%;
  display: block;
  content: "";
}
.aspect-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .cartModal .modal-lg {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cartModal .modal-fullscreen-lg-down {
    /* Always reach the bottom of the screen */
    height: 100svh; /* handles mobile browser toolbars */
    min-height: 100dvh; /* robust fallback */
    max-height: 100dvh;
    margin: 0;
    /* Make header/footer fixed and body the scrollable area */
  }
  .cartModal .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .cartModal .modal-fullscreen-lg-down .modal-header,
  .cartModal .modal-fullscreen-lg-down .modal-footer {
    flex: 0 0 auto;
  }
  .cartModal .modal-fullscreen-lg-down .modal-body {
    flex: 1 1 auto;
    overflow-y: auto; /* scrolls only when needed */
    -webkit-overflow-scrolling: touch; /* smooth iOS momentum scroll */
  }
}
.cartModal .product-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}
.cartModal .shipping-progress {
  position: relative;
}
.cartModal .free-shipping-banner {
  background-color: rgba(140, 184, 89, 0.25);
  border: 1px solid rgba(140, 184, 89, 0.25);
  border-radius: 8px;
  padding: 12px;
}
.cartModal .free-shipping-banner span {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #000;
}
@media (max-width: 767px) {
  .cartModal .free-shipping-banner span {
    font-size: 14px;
    line-height: 22px;
    margin-left: 8px;
  }
}
.cartModal .free-shipping-banner.freeShip {
  border: 2px solid #047318;
  box-shadow: 0 3px 0 0 rgba(30, 30, 30, 0.35);
}
.cartModal .free-shipping-banner.freeShip span {
  color: #047318;
}
.cartModal .free-shipping-banner.freeShip span i {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cartModal .free-shipping-banner.freeShip img {
    width: 22px;
  }
}
.cartModal .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 22;
}
.cartModal .modal-body {
  border-radius: 12px;
  overflow: auto;
}
.cartModal .modal-body-top {
  background: #f8f8ff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
  padding: 25px 30px 0 30px;
}
@media (max-width: 767px) {
  .cartModal .modal-body-top {
    padding: 10px 15px 0 15px;
  }
}
.cartModal .modal-body-top h3 {
  text-transform: uppercase;
  font-size: 20px;
}
.cartModal .modal-body-bottom {
  background: #f8f8ff;
  box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.05);
  padding: 15px 30px 0 30px;
}
@media (max-width: 767px) {
  .cartModal .modal-body-bottom {
    padding: 10px 15px 0 15px;
  }
}
.cartModal .sec-cart-carousel {
  padding: 0 30px;
}
.cartModal .sec-cart-carousel h5 {
  font-size: 18px;
  color: #0d3153;
}
.cartModal .sec-cart-carousel p {
  font-size: 12px;
  font-weight: 400;
}
.cartModal .sec-cart-carousel .stick-pack-card {
  padding: 4px;
  background-color: rgb(248, 248, 255);
  border: 1px solid rgb(171, 180, 200);
}
.cartModal .sec-cart-carousel .stick-pack-card .cart-carousel-ttl {
  font-size: 16px;
  font-weight: 500;
  color: #0d3153;
}
.cartModal .sec-cart-carousel .stick-pack-card .cart-carousel-flv {
  font-size: 12px;
  font-weight: 400;
  color: #0d3153;
}
.cartModal .sec-cart-carousel .stick-pack-card .cart-carousel-price {
  font-size: 12px;
  font-weight: 400;
  color: #0d3153;
  margin-top: 6px;
  margin-bottom: 6px;
}
.cartModal .final-offer-badge {
  border: 0;
  border-radius: 8px;
  padding: 30px 30px;
}
.cartModal .final-offer-badge h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 3px 6px;
  padding: 0;
}
.cartModal .final-offer-badge h2 span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cartModal .final-offer-badge {
    padding: 15px 15px;
  }
}
.cartModal .upgrade-card {
  color: #0d3153;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cartModal .upgrade-card .btn-sm {
  position: relative;
  z-index: 22;
}
.cartModal .upgrade-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
  animation: float 20s infinite linear;
}
@keyframes float {
  0% {
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(100px) translateY(100px);
  }
}
.cartModal .stick-pack-card {
  border: 1px solid #dee2e6;
  border-radius: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cartModal .stick-pack-image {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
}
.cartModal .price-large {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cartModal .price-large {
    font-size: 14px;
    font-weight: 500;
  }
}
.cartModal .price-large2 {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cartModal .price-large2 {
    font-size: 14px;
    font-weight: 500;
  }
}
.cartModal .price-small {
  font-size: 0.9rem;
  color: #6c757d;
}
@media (max-width: 767px) {
  .cartModal .price-small {
    font-size: 0.6rem;
  }
}
.cartModal .subscription-badge {
  background-color: transparent;
  border: 2px dashed #eb4b0f;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #eb4b0f;
  cursor: pointer;
}
.cartModal .progres-bar-sec {
  margin-top: 30px;
}
.cartModal .shipping-progress {
  position: relative;
}
.cartModal .shipping-progress {
  position: relative;
}
.cartModal .marker {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  text-align: center;
  top: -24px;
}
.cartModal .marker-line {
  display: block;
  width: 1px;
  height: 17px; /* Line length */
  background: #0d3153; /* Line color */
  margin: 4px auto;
}
.cartModal .marker-label-top {
  font-size: 12px;
  color: #0d3153;
  white-space: nowrap;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.cartModal .marker-label-bottom {
  font-size: 10px;
  color: #0d3153;
  display: block;
  margin-top: 4px;
  font-weight: 600;
  opacity: 0.9;
}
.cartModal .progress-bar.bg-primary {
  background-color: #0d3153 !important;
  border-color: #0d3153;
}
.cartModal .card-prod-details {
  display: flex;
  align-items: stretch;
}
.cartModal .card-prod-details .cpd {
  border-right: 1px solid #0d3153;
}
.cartModal .card-prod-details .cpd:nth-child(1) {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .cartModal .card-prod-details .cpd:nth-child(1) {
    padding-right: 5px;
  }
}
.cartModal .card-prod-details .cpd:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .cartModal .card-prod-details .cpd:nth-child(2) {
    padding-right: 0;
    padding-left: 5px;
    border: 0;
  }
}
.cartModal .card-prod-details .cpd:nth-child(3) {
  border: 0;
  padding-left: 15px;
  border-right: 0;
}
.cartModal .hid {
  display: none;
}
.cartModal .dis {
  opacity: 0;
  display: none;
}

@media handheld, only screen and (max-width: 767px) {
  .desk {
    display: none !important;
  }
}
@media handheld, only screen and (min-width: 767px) {
  .mob {
    display: none !important;
  }
}
.sticky_bar {
  background: #ffffff;
  padding: 20px 0;
  box-shadow: 0 -2px 30px rgba(0, 0, 0, 0.15);
  z-index: 330;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.sticky_bar .bar-prod-img {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  border: 2px solid #0d3153;
  margin-right: 10px;
}
@media handheld, only screen and (max-width: 767px) {
  .sticky_bar .bar-prod-img {
    display: none;
  }
}
.sticky_bar h4 {
  font-size: 20px;
  color: #0d3153;
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .sticky_bar h4 {
    font-size: 14px;
  }
}
.sticky_bar p {
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .sticky_bar p {
    font-size: 12px;
  }
}
.sticky_bar .bar-prod {
  display: flex;
  align-items: center;
}
@media handheld, only screen and (min-width: 767px) {
  .sticky_bar {
    transition: all 0.5s ease-in-out;
  }
  .sticky_bar.hid {
    height: 0 !important;
    overflow: hidden;
    bottom: -100px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .sticky_bar.hidden {
    display: none;
  }
}

.checkout-new footer p,
.checkout-new footer a {
  color: #fff;
}
.checkout-new footer p.footer-copyright-statement,
.checkout-new footer p.footer-copyright-business {
  font-size: 12px !important;
}
.checkout-new .guarantee_box {
  background-color: #fff;
  border: 2px solid #cfd6e5;
}
.checkout-new .white_box {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), inset 0 4px 4px rgba(255, 255, 255, 0);
}
.checkout-new .prod-img {
  top: -60px;
  margin-top: -40px;
}
.checkout-new .prod-img.prod-img-pay img.img-fluid {
  height: 170px;
  width: auto;
  max-width: unset;
  margin: 0 auto;
}
.checkout-new .checkout-details .prod-box {
  margin-top: 80px;
  position: relative;
  background: linear-gradient(130.03deg, #df703e 5.46%, #db4038 83.82%);
  border-radius: 16px;
  width: 100%;
  display: flex;
  display: none;
  flex-direction: row-reverse;
}
@media handheld, only screen and (min-width: 767px) {
  .checkout-new .checkout-details .prod-box {
    margin-top: 50px;
    justify-content: flex-end;
  }
}
.checkout-new .checkout-details .prod_info:not(.st2) {
  padding: 20px 24px;
  color: #fff;
}
.checkout-new .checkout-details .prod_info:not(.st2) .orange {
  color: #fff !important;
}
.checkout-new .checkout-details .prod_info:not(.st2) div {
  color: #fff;
  text-align: left;
}
.checkout-new .checkout-details .prod_info:not(.st2) p {
  margin-bottom: 0;
  color: #fff;
  text-align: left;
}
.checkout-new .checkout-details .prod_info.st2 {
  margin-top: 50px;
}
.checkout-new .checkout-details .checkout-shipping-price {
  color: #2aae9b;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.checkout-new .checkout-details .checkout-shipping-price.deep-ocean-blue {
  color: #0d3153;
}
.checkout-new .checkout-details .checkout-shipping-price .strike {
  color: #0d3153;
  font-weight: 400;
  text-decoration: line-through;
}
.checkout-new .checkout-details .you-saved {
  font-size: 14px;
  color: #00da98;
}
.checkout-new .checkout-details .green {
  color: #00da98 !important;
}
.checkout-new .checkout-details .teal {
  color: #2aae9b !important;
}
.checkout-new .checkout-details .green2 {
  color: #2aae9b !important;
}
.checkout-new .checkout-details .total_txt {
  font-size: 16px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
}
.checkout-new .checkout-details .total_txt div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.checkout-new .checkout-details .total_txt div img {
  margin-right: 6px;
}
.checkout-new .checkout-details .red {
  color: #cf070e !important;
}
.checkout-new .checkout-details .under_prod_info {
  font-size: 14px;
}
.checkout-new .checkout-details .under_prod_info span {
  line-height: 1 !important;
}
.checkout-new .checkout-details .under_prod_info .green span {
  letter-spacing: -0.7px;
}
.checkout-new .checkout-details .prod_info:not(.st2) {
  padding: 10px 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.checkout-new .checkout-details .prdo_price {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.checkout-new .checkout-details .prdo_price .strike {
  text-decoration: line-through;
  color: rgb(171, 180, 200) !important;
}
.checkout-new .checkout-details .checkout-shipping-price {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.checkout-new .checkout-details .f-poppins,
.checkout-new .checkout-details .sub-total-row-jump {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
@media handheld, only screen and (max-width: 767px) {
  .checkout-new .checkout-details .prod_info:not(.st2) {
    padding: 10px;
  }
  .checkout-new .checkout-details .prod-box {
    margin-top: 40px;
    display: none;
  }
  .checkout-new .checkout-details .prod-img {
    top: -40px;
  }
  .checkout-new .checkout-details .sticks_html {
    margin-bottom: 0px !important;
  }
  .checkout-new .checkout-details .sticks_html .green {
    color: #00da98 !important;
  }
  .checkout-new .checkout-details .sticks_html .red {
    color: #cf070e !important;
  }
  .checkout-new .checkout-details .sticks_html .under_prod_info {
    margin-top: 5px;
    font-size: 12px !important;
    line-height: 1.1;
  }
  .checkout-new .checkout-details .sticks_html.mob-mt {
    margin-top: 15px;
  }
  .checkout-new .checkout-details .sub-total-row-jump {
    border-top: 0px solid #d4cbcb;
    padding-top: 15px;
    margin-top: 15px;
  }
  .checkout-new .checkout-details .under_prod_info span {
    line-height: 1 !important;
  }
  .checkout-new .checkout-details .under_prod_info .green span {
    letter-spacing: -0.33px;
  }
}
.checkout-new .white_box {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0), inset 0 4px 4px rgba(255, 255, 255, 0);
}
.checkout-new .row-label img:not(.sh) {
  display: none !important;
}
.checkout-new .guarantee_box h4 {
  font-size: 16px;
  justify-content: flex-start;
}
.checkout-new .guarantee_box h4 span {
  font-size: 16px;
}
.checkout-new .guarantee_box h4 span i {
  font-style: normal !important;
}
.checkout-new .pricing_details {
  display: none;
}
@media (max-width: 768px) {
  .checkout-new .pricing_details {
    display: none;
  }
}

.review-cards {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 768px) {
  .review-cards {
    gap: 16px;
  }
}
.review-cards .review-card {
  width: 318px;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 0;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #cfd6e5;
  position: relative;
}
.review-cards .review-card .review-card-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.review-cards .review-card .review-card-inner .review-card-content .review-card-profile {
  margin-bottom: 16px;
}
.review-cards .review-card .review-card-inner .review-card-content .review-card-stars {
  margin-bottom: 8px;
}
.review-cards .review-card .review-card-inner .review-card-content .review-card-inner-review {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.28px;
}
@media (min-width: 768px) {
  .review-cards .review-card .review-card-inner .review-card-content .review-card-inner-review {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.32px;
  }
}
.review-cards .review-card .review-card-inner .review-card-content .review-card-inner-reviewer {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.32px;
  margin-bottom: 0;
}
.review-cards .review-card .review-card-inner .review-card-content .review-card-inner-reviewer-accolade {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
  margin-bottom: 12px;
}
.review-cards .review-card .review-card-product {
  border: 1px solid rgb(171, 180, 200);
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  align-items: center;
}
.review-cards .review-card .review-card-product .review-card-product-thumb {
  width: 33%;
}
.review-cards .review-card .review-card-product .review-card-info {
  margin-left: 10px;
}
.review-cards .review-card .review-card-product .review-card-info h4 {
  font-size: 16px;
  color: #0d3153;
  margin: 0;
  padding: 0;
}
.review-cards .review-card .review-card-product .review-card-info p {
  font-size: 14px;
  color: #0d3153;
  margin: 0;
  padding: 0;
}
.review-cards .review-card .review-card-product .review-card-info p span:after {
  content: "";
  position: relative;
  width: 16px;
  height: 17px;
  display: inline-block;
  background: url(../images/lp_new/icons/badge-orange.svg) center no-repeat;
  margin-left: 3px;
  top: 4px;
}
@media handheld, only screen and (max-width: 767px) {
  .review-cards .review-card {
    width: 100%;
  }
}
.review-cards.trucash .review-card ::after {
  width: 80px;
  position: absolute;
  height: 40px;
  top: 10px;
  right: 10px;
  background: url(../images/lp_new/tru_logo.png) top center no-repeat;
  background-size: contain;
  content: "";
}
.review-cards .stars {
  color: #ffc107;
}

.checkout-pg2 .prod_info .prod_ttl.deep-ocean-blue {
  font-size: 16px !important;
}

.icons-swiper {
  width: 100%;
  padding: 20px 0;
}
@media handheld, only screen and (max-width: 767px) {
  .icons-swiper {
    padding: 5px 0;
  }
}
.icons-swiper span {
  font-size: 8px;
}

.icons-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.icons-swiper .swiper-slide img {
  width: 40px;
  height: auto;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .icons-swiper .swiper-slide img {
    width: 45px;
  }
}

.swiper-pagination {
  margin-top: 5px;
  text-align: center;
}

@media (max-width: 767px) {
  section {
    overflow: hidden;
  }
}
.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (max-width: 767px) {
  .mob-center {
    text-align: center;
    justify-content: center;
  }
}
.prod_img2 {
  flex-shrink: 0;
  flex-grow: 0;
}

@media handheld, only screen and (max-width: 767px) {
  .prod_img2 {
    width: 52px !important;
    height: 52px !important;
    margin-right: 5px !important;
    flex-shrink: 0;
  }
}
.swiper-scrollbar {
  height: 8px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.swiper-scrollbar-drag {
  background: #555;
  border-radius: 4px;
}

.checkout-new .form-full-title {
  background-color: #0d3153;
  color: #fff;
}
.checkout-new .form-full-title h2 {
  color: #fff;
}
.checkout-new .form-full-title svg path {
  color: #fff;
  fill: #fff;
}
.checkout-new .form-full-title svg rect {
  fill: #0d3153;
}

.play-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  padding: 12px 16px;
  cursor: pointer;
  z-index: 20;
  user-select: none;
}

.social-showcase-carousel-frame {
  position: relative;
}
.social-showcase-carousel-frame::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
  content: "";
}

.verified_badge {
  margin-top: 3px;
  position: relative;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.verified_badge:before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  margin-right: 6px;
  background: url(../images/lp_new/icons/badge-orange.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  flex-grow: 0;
  top: 1px;
}

@media handheld, only screen and (max-width: 767px) {
  .checkout-new h1 {
    font-size: 18px !important;
  }
  .social-overspill-container {
    max-height: 540px;
  }
}
/* ----------------------------------------------------
   Utility: Responsive font-size helpers (Tailwind-like)
   Usage examples:
     <p class="fs-sm md-fs-base lg-fs-lg">...</p>
     <h2 class="fs-xxl lg-fs-xxxl">...</h2>
   Mobile (base) max = 22px; Desktop (md+ ) max = 40px.
   ---------------------------------------------------- */
.fs-xs {
  font-size: 12px !important;
}

.fs-sm {
  font-size: 14px !important;
}

.fs-base {
  font-size: 16px !important;
}

.fs-lg {
  font-size: 18px !important;
}

.fs-xl {
  font-size: 20px !important;
}

.fs-xxl {
  font-size: 22px !important;
}

@media (min-width: 576px) {
  .sm-fs-xs {
    font-size: 14px !important;
  }
  .sm-fs-sm {
    font-size: 16px !important;
  }
  .sm-fs-base {
    font-size: 18px !important;
  }
  .sm-fs-lg {
    font-size: 20px !important;
  }
  .sm-fs-xl {
    font-size: 24px !important;
  }
  .sm-fs-xxl {
    font-size: 32px !important;
  }
  .sm-fs-xxxl {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) {
  .md-fs-xs {
    font-size: 14px !important;
  }
  .md-fs-sm {
    font-size: 16px !important;
  }
  .md-fs-base {
    font-size: 18px !important;
  }
  .md-fs-lg {
    font-size: 20px !important;
  }
  .md-fs-xl {
    font-size: 24px !important;
  }
  .md-fs-xxl {
    font-size: 32px !important;
  }
  .md-fs-xxxl {
    font-size: 40px !important;
  }
}
@media (min-width: 1020px) {
  .lg-fs-xs {
    font-size: 14px !important;
  }
  .lg-fs-sm {
    font-size: 16px !important;
  }
  .lg-fs-base {
    font-size: 18px !important;
  }
  .lg-fs-lg {
    font-size: 20px !important;
  }
  .lg-fs-xl {
    font-size: 24px !important;
  }
  .lg-fs-xxl {
    font-size: 32px !important;
  }
  .lg-fs-xxxl {
    font-size: 40px !important;
  }
}
@media (min-width: 1280px) {
  .xl-fs-xs {
    font-size: 14px !important;
  }
  .xl-fs-sm {
    font-size: 16px !important;
  }
  .xl-fs-base {
    font-size: 18px !important;
  }
  .xl-fs-lg {
    font-size: 20px !important;
  }
  .xl-fs-xl {
    font-size: 24px !important;
  }
  .xl-fs-xxl {
    font-size: 32px !important;
  }
  .xl-fs-xxxl {
    font-size: 40px !important;
  }
}
.pause-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.pause-icon-overlay {
  display: none !important;
}

.playing {
  position: relative;
}
.playing .play-icon-overlay {
  display: none;
}
.playing:hover .pause-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  padding: 12px 16px;
  cursor: pointer;
  z-index: 20;
  user-select: none;
  display: block !important;
}

.checkout-new .f-poppins {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
@media handheld, only screen and (max-width: 767px) {
  .checkout-new .f-poppins {
    font-size: 14px !important;
  }
}
.checkout-new .row-label {
  width: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .checkout-new .form-group {
    width: 100%;
  }
  .checkout-new .order-box {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .checkout-new .form-full-title {
    overflow-x: hidden;
  }
}
.checkout-new #checkout-form .row-label {
  padding-left: 0px;
  padding-right: 0px;
}
.checkout-new #checkout-form .row-label h3 {
  font-family: "Poppins", sans-serif !important;
}
.checkout-new #checkout-form .row-label h3 span {
  font-weight: 600 !important;
  font-size: 18px !important;
}
@media handheld, only screen and (max-width: 767px) {
  .checkout-new #checkout-form .row-label h3 span {
    font-size: 16px !important;
  }
}
.checkout-new #checkout-form .form-group {
  padding-left: 0px;
  padding-right: 10px;
}
.checkout-new #checkout-form .form-group .field-label {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
@media handheld, only screen and (max-width: 767px) {
  .checkout-new #checkout-form .form-group .field-label {
    font-size: 14px !important;
  }
}
.checkout-new #checkout-form .form-group .field-label sup {
  color: #eb4a10 !important;
  font-size: 11px;
  position: relative;
  top: -3px;
  left: 3px;
}
.checkout-new #checkout-form .form-group input[type=text],
.checkout-new #checkout-form .form-group input[type=tel],
.checkout-new #checkout-form .form-group input[type=email],
.checkout-new #checkout-form .form-group select {
  border-color: #cfd6e5;
}
.checkout-new #checkout-form .form-group input[type=text]::placeholder,
.checkout-new #checkout-form .form-group input[type=tel]::placeholder,
.checkout-new #checkout-form .form-group input[type=email]::placeholder,
.checkout-new #checkout-form .form-group select::placeholder {
  color: #7e8eb0;
}
.checkout-new #checkout-form .form-label {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
@media handheld, only screen and (max-width: 767px) {
  .checkout-new #checkout-form .form-label {
    font-size: 14px !important;
  }
}
.checkout-new #checkout-form .form-label sup {
  color: #eb4a10 !important;
  font-size: 11px;
  position: relative;
  top: -3px;
  left: 3px;
}
.checkout-new .form-full-title h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 10px 0px !important;
  margin: 0px !important;
}

.upsell-cart-item.hid {
  display: none !important;
}

.thanks-new .tttotal {
  position: relative;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  margin-bottom: 0;
}
.thanks-new .tttotal li {
  position: relative;
  display: block;
  font-weight: 700;
  color: #0d3252;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thanks-new .prod-box {
  margin-top: 80px;
  position: relative;
  background: linear-gradient(130.03deg, #df703e 5.46%, #db4038 83.82%);
  border-radius: 16px;
  width: 100%;
  display: flex;
  display: none;
  flex-direction: row-reverse;
}
@media handheld, only screen and (min-width: 767px) {
  .thanks-new .prod-box {
    margin-top: 50px;
    justify-content: flex-end;
  }
}
.thanks-new .prod_info {
  font-family: "Poppins", sans-serif !important;
}
.thanks-new .prod_info:not(.st2) {
  padding: 20px 24px;
  color: #0d3153 !important;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif;
}
.thanks-new .prod_info:not(.st2) .orange {
  color: #fff !important;
}
.thanks-new .prod_info:not(.st2) div {
  color: #0d3153 !important;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif;
  text-align: left;
}
.thanks-new .prod_info:not(.st2) p {
  margin-bottom: 0;
  color: #fff;
  text-align: left;
}
.thanks-new .prod_info.st2 {
  margin-top: 50px;
}
.thanks-new .checkout-shipping-price {
  color: #2aae9b;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.thanks-new .checkout-shipping-price.deep-ocean-blue {
  color: #0d3153;
}
.thanks-new .checkout-shipping-price .strike {
  color: #0d3153;
  font-weight: 400;
  text-decoration: line-through;
}
.thanks-new .you-saved {
  font-size: 14px;
  color: #00da98;
}
.thanks-new .green {
  color: #00da98 !important;
}
.thanks-new .teal {
  color: #2aae9b !important;
}
.thanks-new .green2 {
  color: #2aae9b !important;
}
.thanks-new .total_txt {
  font-size: 16px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
}
.thanks-new .total_txt div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.thanks-new .total_txt div img {
  margin-right: 6px;
}
.thanks-new .red {
  color: #cf070e !important;
}
.thanks-new .under_prod_info {
  font-size: 14px;
}
.thanks-new .under_prod_info span {
  line-height: 1 !important;
}
.thanks-new .under_prod_info .green span {
  letter-spacing: -0.7px;
}
.thanks-new .prod_info:not(.st2) {
  padding: 10px 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.thanks-new .prdo_price {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.thanks-new .prdo_price .strike {
  text-decoration: line-through;
  color: rgb(171, 180, 200) !important;
}
.thanks-new .checkout-shipping-price {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.thanks-new .f-poppins,
.thanks-new .sub-total-row-jump {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
@media handheld, only screen and (max-width: 767px) {
  .thanks-new .prod_info:not(.st2) {
    padding: 10px;
  }
  .thanks-new .prod-box {
    margin-top: 40px;
    display: none;
  }
  .thanks-new .prod-img {
    top: -40px;
  }
  .thanks-new .sticks_html {
    margin-bottom: 0px !important;
  }
  .thanks-new .sticks_html .green {
    color: #00da98 !important;
  }
  .thanks-new .sticks_html .red {
    color: #cf070e !important;
  }
  .thanks-new .sticks_html .under_prod_info {
    margin-top: 5px;
    font-size: 12px !important;
    line-height: 1.1;
  }
  .thanks-new .sticks_html.mob-mt {
    margin-top: 15px;
  }
  .thanks-new .sub-total-row-jump {
    border-top: 0px solid #d4cbcb;
    padding-top: 15px;
    margin-top: 15px;
  }
  .thanks-new .under_prod_info span {
    line-height: 1 !important;
  }
  .thanks-new .under_prod_info .green span {
    letter-spacing: -0.33px;
  }
}
.thanks-new .prod_ttl.deep-ocean-blue {
  color: #0d3153 !important;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
}
.thanks-new .order-summary h4 {
  font-weight: 600 !important;
  font-size: 18px !important;
  font-family: "Poppins", sans-serif !important;
}
@media handheld, only screen and (max-width: 767px) {
  .thanks-new .order-summary h4 {
    font-size: 16px !important;
  }
}
.thanks-new footer {
  margin-top: 60px !important;
}
.thanks-new footer p,
.thanks-new footer a {
  color: #fff;
}
.thanks-new footer p.footer-copyright-statement,
.thanks-new footer p.footer-copyright-business {
  font-size: 12px !important;
}

.nostrike {
  text-decoration: none !important;
}
.nostrike.dp {
  color: #0d3153;
}

.strike {
  text-decoration: line-through;
}

.fatloss .fitcontent {
  width: fit-content;
}
@media handheld, only screen and (max-width: 767px) {
  .fatloss .fitcontent {
    margin: 0px auto;
  }
}
.fatloss .btn-orange.btn-lg {
  font-size: 22px;
  padding-left: 80px;
  padding-right: 80px;
}
.fatloss .btn-orange.btn-lg img {
  margin-left: 16px;
}
@media handheld, only screen and (max-width: 767px) {
  .fatloss .btn-orange.btn-lg {
    font-size: 18px;
    padding-left: 60px;
    padding-right: 50px;
  }
}
.fatloss .bubble {
  position: relative;
  display: block;
  padding: 12px 18px;
  border-radius: 8px;
  background: #0d3153;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  margin: 18px auto;
  width: fit-content;
}
@media handheld, only screen and (max-width: 767px) {
  .fatloss .bubble {
    padding: 7px 11px;
  }
}
.fatloss .bubble.up::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #0d3153;
}
.fatloss .bg-beige-logos {
  margin-top: 80px;
  background: rgba(0, 0, 15, 0.054902);
  padding: 52px 0px;
}
.fatloss .bg-beige-logos .seen {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  max-width: 960px;
  margin: 0px auto;
}
.fatloss .bg-beige-logos .seen .seen_ttl {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 18px;
}
@media handheld, only screen and (max-width: 767px) {
  .fatloss .bg-beige-logos {
    margin-top: 20px;
    padding: 30px 0px;
  }
  .fatloss .bg-beige-logos .seen {
    margin: 0px auto;
    gap: 15px;
    flex-wrap: wrap;
  }
  .fatloss .bg-beige-logos .seen div {
    width: calc(31% - 15px);
  }
  .fatloss .bg-beige-logos .seen .seen_ttl {
    width: 100%;
    text-align: center;
  }
}
.fatloss .results_icon {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
}
.fatloss .results_icon .result_icon {
  width: calc(50% - 15px);
  display: flex;
}
.fatloss .results_icon .result_icon .icon {
  width: 85px;
  flex-grow: 0;
  flex-shrink: 0;
}
.fatloss .results_icon .result_icon .info {
  flex-grow: 0;
}
.fatloss .results_icon .result_icon .info h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #0d3153;
}
.fatloss .results_icon .result_icon .info p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #0d3153;
}
@media handheld, only screen and (max-width: 767px) {
  .fatloss .results_icon {
    margin-bottom: 30px;
  }
  .fatloss .results_icon .result_icon {
    width: 100%;
  }
  .fatloss .results_icon .result_icon h3 {
    font-size: 16px;
  }
  .fatloss .results_icon .result_icon p {
    font-size: 14px;
    text-align: left;
  }
}
.fatloss .sec_info_content {
  padding-top: 80px;
}
.fatloss .sec_info_content h2 {
  font-weight: 700;
  font-family: "Nexa";
  color: #0d3153;
  font-size: 36px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.fatloss .sec_info_content h2 b {
  font-family: "Nexa Extra Bold";
  font-weight: 800;
  display: block;
}
.fatloss .sec_info_content h4 {
  font-family: "Nexa Bold";
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
}
.fatloss .sec_info_content h4.orange.desk {
  padding-top: 10px;
}
.fatloss .sec_info_content .img-caption {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #0d3153;
}
.fatloss .sec_info_content .img-caption b {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
@media handheld, only screen and (max-width: 767px) {
  .fatloss .sec_info_content {
    padding: 50px 0px;
  }
  .fatloss .sec_info_content .col-md-7 {
    margin-top: 10px !important;
  }
  .fatloss .sec_info_content h2 {
    font-size: 22px;
    text-align: center;
  }
  .fatloss .sec_info_content h4 {
    font-size: 16px;
    text-align: center;
  }
  .fatloss .sec_info_content h4.orange.mob {
    padding-top: 10px;
  }
  .fatloss .sec_info_content p {
    text-align: center;
  }
  .fatloss .sec_info_content .img-caption {
    font-size: 14px;
    margin-top: 5px;
  }
  .fatloss .sec_info_content .img-obj {
    margin: 15px auto 0px auto;
    width: 95%;
    position: relative;
  }
  .fatloss .sec_info_content .img-obj:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: #ffffff;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 100%);
  }
}
.fatloss .sec_before_after {
  padding: 80px 0px;
}
.fatloss .sec_before_after h2 {
  margin-top: 40px;
  color: #0d3153;
  font-size: 36px;
  font-family: "Nexa";
  font-weight: 700;
  text-transform: uppercase;
}
.fatloss .sec_before_after h2 b {
  display: block;
  font-family: "Nexa Extra Bold";
  font-weight: 800;
}
.fatloss .sec_before_after h4 {
  font-family: "Nexa Bold";
  font-weight: 800;
  color: #eb4b0f;
  text-transform: uppercase;
}
.fatloss .sec_before_after .img_cols {
  position: relative;
  display: flex;
  gap: 15px;
}
.fatloss .sec_before_after .img_cols.l20 {
  left: 20px;
}
.fatloss .sec_before_after .img_cols .img_col {
  width: calc(50% - 15px);
}
.fatloss .sec_before_after .img_cols .img_col div {
  margin-bottom: 20px;
}
.fatloss .sec_before_after .img_cols .img_col.r {
  padding-top: 40px;
}
.fatloss .sec_before_after .img_cols.grad:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
}
@media handheld, only screen and (max-width: 767px) {
  .fatloss .sec_before_after {
    padding: 30px 0px;
  }
  .fatloss .sec_before_after h2 {
    margin-top: 0px;
    font-size: 22px;
    text-align: center;
  }
  .fatloss .sec_before_after h4 {
    font-size: 16px;
    text-align: center;
  }
  .fatloss .sec_before_after .img_cols {
    margin-top: 20px;
    position: relative;
  }
  .fatloss .sec_before_after .img_cols .img_col.r {
    padding-top: 0px;
  }
  .fatloss .sec_before_after .img_cols:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: #ffffff;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  }
  .fatloss .sec_before_after p {
    text-align: center;
  }
}
.fatloss .fatloss-hero .girl-img {
  position: relative;
  height: 490px;
}
.fatloss .fatloss-hero .girl-img:after {
  position: absolute;
  width: 470px;
  height: 696px;
  background: url(../images/lp_new/fatlooss_img1.png) top left;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  content: "";
}
.fatloss .fatloss-hero h1 {
  padding: 15px 0 0 0;
  font-weight: 700;
  font-family: "Nexa";
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  max-width: 900px;
}
.fatloss .fatloss-hero h1 b {
  font-family: "Nexa Extra Bold";
  font-weight: 800;
  display: block;
}
.fatloss .fatloss-hero p {
  max-width: 700px;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #0d3153;
}
.fatloss .fatloss-hero p b {
  font-weight: 600;
}
.fatloss .fatloss-hero p.hero-stars {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgb(70, 70, 70);
  font-weight: 600;
}
.fatloss .fatloss-hero p.hero-stars img {
  margin-right: 10px;
}
@media handheld, only screen and (max-width: 767px) {
  .fatloss .fatloss-hero h1 {
    text-align: center;
    font-size: 24px;
    line-height: 120%;
  }
  .fatloss .fatloss-hero h1 b {
    display: inline;
    text-align: center;
  }
  .fatloss .fatloss-hero p {
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 1px;
  }
  .fatloss .fatloss-hero p.hero-stars {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.fatloss .overflow-x {
  overflow: hidden;
}
.fatloss .sticky_bar {
  display: none !important;
}
@media (max-width: 991px) {
  .fatloss .pt-12 {
    padding-top: 12px;
    margin-top: 20px;
  }
}
.fatloss .pt-12 {
  padding-top: 12px;
  margin-top: 8px;
}
.fatloss .prod_switch.prod_switch {
  margin-bottom: 0;
}

.fat-loss-page h1 {
  font-weight: 700;
}
.fat-loss-page .sec-lp-hero .lp-hero .lp-hero-overlay ul li span {
  font-weight: 600;
}
.fat-loss-page .sec-videos.sec-videos .vid_t .vid_overlay .vid_details .vid_caption,
.fat-loss-page .sec-videos.sec-videos .vid_t .vid_overlay .vid_details .vid_author {
  font-weight: 600;
}
.fat-loss-page .sec-videos.sec-videos .powered_details ul li span {
  font-weight: 600;
}
.fat-loss-page .fatloss .sec_info_content h2 {
  font-weight: 700;
}
.fat-loss-page .fatloss .sec_before_after h2 {
  font-weight: 700;
}
.fat-loss-page .fatloss .fatloss-hero h1 {
  font-weight: 700;
}
.fat-loss-page .prod_switch {
  margin-bottom: 20px;
}
@media handheld, only screen and (min-width: 767px) {
  .fat-loss-page .prod_switch {
    max-width: 365px;
  }
}
.fat-loss-page .prod_switch ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-radius: 60px;
  border: 2px solid #fff;
  outline: 2px solid rgb(126, 142, 176);
  display: flex;
  align-items: stretch;
}
.fat-loss-page .prod_switch ul li {
  width: 50%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border-radius: 60px;
  background: #fff;
  color: rgb(126, 142, 176) !important;
}
.fat-loss-page .prod_switch ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 10px 10px;
  text-align: center;
  color: rgb(126, 142, 176) !important;
}
.fat-loss-page .prod_switch ul li.active {
  font-weight: 500;
  background: #0d3153;
  color: #fff !important;
}
.fat-loss-page .prod_switch ul li.active a {
  color: #fff !important;
}
@media handheld, only screen and (max-width: 767px) {
  .fat-loss-page .plan-option button {
    margin-bottom: 12px;
  }
}

.concept-upsell .img-fluid {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.concept-upsell .sec_orange_bar {
  background-color: #eb4b0f;
  padding: 7px 0px;
}
.concept-upsell .sec_orange_bar p {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .sec_orange_bar p {
    font-size: 14px;
  }
}
.concept-upsell .orange-pill {
  background: #eb4b0f;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 999px;
  padding: 5px 25px;
  display: block;
  margin: 10px auto;
  width: fit-content;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .orange-pill {
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
  }
}
.concept-upsell .blue-pill {
  background: #1c274c;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 999px;
  padding: 10px 15px;
  display: block;
  margin: 10px auto;
  width: fit-content;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .blue-pill {
    font-size: 11px;
    padding: 5px 10px;
    text-align: center;
  }
}
.concept-upsell .ba-img {
  max-width: 250px;
}
.concept-upsell .upsell-content h1 {
  font-family: "Nexa";
  font-size: 30px;
  text-align: center;
}
.concept-upsell .upsell-content h1 b {
  font-family: "Nexa Extra Bold";
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .upsell-content h1 {
    font-size: 20px;
  }
}
.concept-upsell .upsell-content h2 {
  font-family: "Nexa";
  font-size: 40px;
  color: #0d3153;
}
.concept-upsell .upsell-content h2.fp {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.concept-upsell .upsell-content h2 b {
  font-family: "Nexa Bold";
  color: #0d3153;
  display: block;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .upsell-content h2 {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .concept-upsell .upsell-content h2.fp {
    font-size: 24px;
  }
}
.concept-upsell .upsell-content h3 {
  font-family: "Nexa Extra Bold";
  font-size: 26px;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .upsell-content h3 {
    font-size: 16px;
  }
}
.concept-upsell .upsell-content p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #0d3153;
}
.concept-upsell .upsell-content p b {
  font-weight: 700;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .upsell-content p {
    font-size: 14px;
  }
}
.concept-upsell .upsell-content .upsell_ba .img_caption span {
  display: block;
  color: #0d3153;
  text-align: center;
}
.concept-upsell .upsell-content .upsell_ba .img_caption b {
  display: block;
  text-align: center;
}
.concept-upsell .upsell-content .coaching-system {
  margin-top: 40px;
}
.concept-upsell .upsell-content .coaching-system ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.concept-upsell .upsell-content .coaching-system ul li {
  width: calc(50% - 20px);
  display: flex;
}
.concept-upsell .upsell-content .coaching-system ul li .cs-icon {
  width: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.concept-upsell .upsell-content .coaching-system ul li .cs-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0d3153;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.concept-upsell .upsell-content .coaching-system ul li .cs-info p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.concept-upsell .upsell-content .coaching-system ul li .black-box {
  background: #000000;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 18px;
  width: 100%;
}
.concept-upsell .upsell-content .coaching-system ul li .black-box h4 {
  color: #eb4b0f;
  font-size: 24px;
  font-weight: 700;
}
.concept-upsell .upsell-content .coaching-system ul li .black-box h4 big {
  display: block;
  font-size: 38px;
}
.concept-upsell .upsell-content .coaching-system ul li .black-box p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .upsell-content .coaching-system ul li .black-box {
    margin-top: 30px;
  }
}
.concept-upsell .upsell-content .coaching-system.sm {
  margin-top: 6px;
}
.concept-upsell .upsell-content .coaching-system.sm ul {
  margin: 20px 0px;
  gap: 20px;
}
.concept-upsell .upsell-content .coaching-system.sm ul li p {
  margin-bottom: 0px !important;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .upsell-content .coaching-system ul {
    gap: 0px;
  }
  .concept-upsell .upsell-content .coaching-system ul li {
    width: 100%;
  }
  .concept-upsell .upsell-content .coaching-system ul li .cs-icon {
    width: 60px;
  }
  .concept-upsell .upsell-content .coaching-system ul li .cs-info h4 {
    font-size: 16px;
  }
  .concept-upsell .upsell-content .coaching-system ul li .cs-info p {
    font-size: 13px;
  }
}
.concept-upsell .upsell-content .stars5 {
  max-width: 150px;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .upsell-content .stars5 {
    max-width: 100px;
  }
}
.concept-upsell .upsell-content .mob_content_boxes {
  max-width: 320px;
  margin: 0px auto;
}
.concept-upsell .upsell-content .mob_content_boxes .c_box {
  box-sizing: border-box;
  background: #f6f6f6;
  border: 1px solid #dfdbdb;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}
.concept-upsell .upsell-content .mob_content_boxes .c_box:not(.black):after {
  width: 15px;
  height: 42px;
  content: "";
  background: url(../image/upsell_v2/icons/arrow_down2.svg) top center no-repeat;
  position: absolute;
  left: calc(50% - 7.5px);
  bottom: -30px;
  z-index: 222;
}
.concept-upsell .upsell-content .mob_content_boxes .c_box .big_orange {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  color: #eb4b0f;
  text-align: center;
  letter-spacing: 0.02em;
}
.concept-upsell .upsell-content .mob_content_boxes .c_box .orange_details2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  display: block;
  text-align: center;
  margin-top: 5px;
  color: #eb4b0f;
}
.concept-upsell .upsell-content .mob_content_boxes .c_box .orange_details {
  margin-top: 12px;
  color: #eb4b0f;
}
.concept-upsell .upsell-content .mob_content_boxes .c_box .orange_details small {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  display: block;
  text-align: center;
}
.concept-upsell .upsell-content .mob_content_boxes .c_box .orange_details span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 50px;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  display: block;
  text-align: center;
}
.concept-upsell .upsell-content .mob_content_boxes .c_box .box_m_txt {
  margin-top: 8px;
  color: #0d3153;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  max-width: 320px;
  margin: 0px auto;
}
.concept-upsell .upsell-content .mob_content_boxes .c_box .box_m_txt b {
  font-weight: 700;
}
.concept-upsell .upsell-content .mob_content_boxes .c_box.black {
  margin-top: 30px;
  background-color: #000;
  color: #fff;
}
.concept-upsell .upsell-content .mob_content_boxes .c_box.black .box_m_txt {
  color: #fff;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .btn-orange.btn-lg {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 5px;
  }
  .concept-upsell .fitcontent {
    width: 100%;
    display: block;
  }
  .concept-upsell .fitcontent a {
    width: 100%;
  }
}
.concept-upsell .decline_link {
  display: block;
  color: #383838;
  font-size: 17px;
  text-align: center;
  margin: 10px auto 0px auto;
  width: fit-content;
}
.concept-upsell .video_wall h2 {
  text-align: center;
}
@media handheld, only screen and (min-width: 767px) {
  .concept-upsell .video_wall {
    padding: 30px 0px;
  }
}
.concept-upsell .upsell_cta {
  margin-top: 10px;
}
.concept-upsell .upsell_cta a {
  color: #fff;
}
.concept-upsell .upsell_cta a span {
  color: #fff;
}
.concept-upsell .upsell_cta big {
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Nexa Extra Bold";
  color: #eb4b0f;
}
.concept-upsell .upsell_cta span {
  font-size: 22px;
  color: #0d3153;
}
@media (max-width: 767px) {
  .concept-upsell .upsell_cta {
    text-align: center;
  }
  .concept-upsell .upsell_cta big {
    font-size: 35px;
  }
  .concept-upsell .upsell_cta small {
    font-size: 23px;
    display: block;
    font-family: "Nexa Extra Bold";
    color: #eb4b0f;
  }
  .concept-upsell .upsell_cta span {
    font-size: 18px;
  }
}
.concept-upsell .deal_cta {
  text-align: center;
  font-family: "Nexa Extra Bold";
  font-size: 50px;
  text-align: center;
  padding: 20px 0px 10px 0px;
  color: #0d3153;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .deal_cta {
    line-height: 1.1;
    font-size: 40px;
    padding: 10px 0px 0px 0px;
  }
}
.concept-upsell .btn-green {
  background-color: #00da98;
  color: #fff;
  border: 2px solid #00da98;
  border-radius: 40px;
}
.concept-upsell .btn-green.with-icon i {
  display: inline-block;
  vertical-align: middle;
  font-size: 140%;
}
.concept-upsell .btn-green.with-icon span {
  display: inline-block;
  vertical-align: middle;
}
.concept-upsell .btn-green:hover {
  background-color: #fff;
  color: #00da98;
  border: 2px solid #00da98;
}
.concept-upsell .btn-green-outline {
  background-color: #fff;
  color: #0d3153;
  border: 2px solid #00da98;
  border-radius: 40px;
}
.concept-upsell .btn-green-outline.with-icon i {
  display: inline-block;
  vertical-align: middle;
  font-size: 140%;
}
.concept-upsell .btn-green-outline.with-icon span {
  display: inline-block;
  vertical-align: middle;
}
.concept-upsell .btn-green-outline:hover {
  background-color: #00da98;
  color: #fff;
  border: 2px solid #00da98;
}
.concept-upsell .wd150 {
  width: 150px;
}
@media (max-width: 767px) {
  .concept-upsell .modal-content.p-5 .btn-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
  }
}
.concept-upsell .upsell_hero {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 767px) {
  .concept-upsell .upsell_hero .img-fluid.mob {
    height: 475px;
    max-width: unset;
    margin: 0;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
}
.concept-upsell .upsell_hero .upsell_hero_overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.concept-upsell .upsell_hero .upsell_hero_overlay .upsell_hero_overlay_inner {
  max-width: 780px;
  margin: 0px auto;
  text-align: center;
}
.concept-upsell .upsell_hero .upsell_hero_overlay h1 {
  font-size: 30px;
  font-family: "Nexa Bold";
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.concept-upsell .upsell_hero .upsell_hero_overlay p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.concept-upsell .upsell_hero .upsell_hero_overlay p b {
  font-weight: 600;
}
@media (max-width: 767px) {
  .concept-upsell .upsell_hero .upsell_hero_overlay h1 {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.02em;
    margin-top: 20px;
  }
  .concept-upsell .upsell_hero .upsell_hero_overlay p {
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .concept-upsell .upsell_hero .upsell_hero_overlay p b {
    font-weight: 600;
  }
}
.concept-upsell .upsell_hero .counter {
  position: relative;
  display: block;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  width: 336px;
  background-color: #0d3252;
  border-radius: 12px;
  margin: 10px auto;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .concept-upsell .upsell_hero .counter {
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px !important;
    top: 0;
  }
}
.concept-upsell .upsell_hero .counter .opp {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
}
.concept-upsell .upsell_hero .counter .countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: 200px;
  margin: 0px auto;
}
.concept-upsell .upsell_hero .counter .countdown .cmd {
  font-weight: 600;
  margin: 0px auto;
  font-family: "Poppins";
  font-size: 40px;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .upsell_hero .counter .countdown {
    margin-top: -6px !important;
  }
}
.concept-upsell .upsell_hero .counter .countdown .cmm {
  width: 83px;
  height: 38px;
  background: url(../image/c_count.webp) top center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  text-align: right;
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600 !important;
}
.concept-upsell .upsell_hero .counter .countdown u {
  display: flex;
  width: 41px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .upsell_hero .counter .countdown {
    justify-content: flex-end;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .upsell_hero .counter {
    display: block;
    top: -10px;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .gurantee-badge img {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.concept-upsell .gurantee-badge h3 {
  font-family: "Nexa";
  font-size: 36px;
  text-align: center;
  color: #0d3153;
}
.concept-upsell .gurantee-badge h3 b {
  font-family: "Nexa Extra Bold";
  display: block;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .gurantee-badge h3 {
    font-size: 26px;
  }
}
.concept-upsell .gurantee-details .gurantee-box {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 20px;
  margin-bottom: 20px;
  gap: 20px;
  background: #f6f6f6;
  border: 1px solid #dfdbdb;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.concept-upsell .gurantee-details .gurantee-box .gb-icon {
  flex-shrink: 0;
  flex-grow: 0;
}
.concept-upsell .gurantee-details .gurantee-box .gb-info {
  font-family: "Poppins", sans-serif;
}
.concept-upsell .gurantee-details .gurantee-box .gb-info h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #eb4b0f;
}
.concept-upsell .gurantee-details .gurantee-box .gb-info p {
  font-size: 16px !important;
  line-height: 19px !important;
  color: #0d3153;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .gurantee-details .gurantee-box {
    align-items: flex-start;
  }
  .concept-upsell .gurantee-details .gurantee-box .gb-icon {
    width: 50px;
  }
  .concept-upsell .gurantee-details .gurantee-box .gb-info h4 {
    font-size: 16px;
  }
  .concept-upsell .gurantee-details .gurantee-box .gb-info p {
    font-size: 13px !important;
    line-height: 15px !important;
  }
}
.concept-upsell .bluebar_orangebt {
  background-color: #0d3153;
  background: linear-gradient(90deg, #0d3252 0%, #164670 100%);
  color: #fff;
  border-bottom: 15px solid #eb4b0f;
  padding: 30px 0px;
}
.concept-upsell .bluebar_orangebt .btn {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2), 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.concept-upsell .bluebar_orangebt h2 {
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 0.02em;
  font-family: "Nexa Bold";
  text-align: center;
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.concept-upsell .bluebar_orangebt h4 {
  font-family: "Nexa Extra Bold";
  font-size: 24px;
  color: #eb4b0f;
}
@media handheld, only screen and (max-width: 767px) {
  .concept-upsell .bluebar_orangebt h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .concept-upsell .bluebar_orangebt h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .concept-upsell .bluebar_orangebt .btn-orange.btn-lg {
    font-size: 16px;
    padding-left: 9px;
    padding-right: 9px;
  }
}
.concept-upsell .modal-content.p-5 .btn-container .btn {
  width: 49%;
  font-size: 14px !important;
  padding: 10px 12px;
  height: auto !important;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1 !important;
}
@media (min-width: 768px) {
  .concept-upsell .modal-content.p-5 .btn-container .btn.wd150 {
    width: 150px;
  }
  .concept-upsell .modal-content.p-5 .btn-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    width: fit-content;
  }
}

.checkout-pg .btn-green.btn-green {
  border: 2px solid #00da98;
  background-color: #00da98;
  color: #fff;
}
.checkout-pg .btn-green.btn-green:hover {
  background-color: #fff;
  color: #00da98;
  border: 2px solid #00da98;
}
.checkout-pg .btn-green.btn-green:hover span::after {
  filter: none;
  fill: #00da98;
}

.close_img_modal {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #ccc;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modalIngredients .modal-dialog {
  height: 90vh;
}
#modalIngredients .modal-dialog .modal-content {
  height: 100%;
  background: transparent;
  border: 0;
}
#modalIngredients .modal-dialog .modal-content .modal-body {
  height: 100%;
}
#modalIngredients .modal-dialog .modal-content .modal-body img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

#modalSupplements .modal-dialog {
  height: 90vh;
}
#modalSupplements .modal-dialog .modal-content {
  height: 100%;
  background: transparent;
  border: 0;
}
#modalSupplements .modal-dialog .modal-content .modal-body {
  height: 100%;
}
#modalSupplements .modal-dialog .modal-content .modal-body img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

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