div[data-layout-name="Page Nav + CSS + JS"] {
  position: relative;
  z-index: 1;
}

.page-content {
  display: none;
}

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

h1.ls, h2.ls, h3.ls {
  letter-spacing: -1px;
}

.ls05 {
  letter-spacing: 0.5px;
}

.ls075 {
  letter-spacing: 0.75px;
}

.ls1 {
  letter-spacing: 1px;
}

.ls15 {
  letter-spacing: 1.5px;
}

.ls2 {
  letter-spacing: 2px;
}

.fs-15 {
  font-size:15px;
}

.fs-16 {
  font-size:16px;
}

.fs-17 {
  font-size:17px;
}

.fs-18 {
  font-size:18px;
}

.fs-20 {
  font-size:20px;
}

.fs-130p {
  font-size:130%;
}

.f-white {
  color: #ffffff;
}

.f-black {
	color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light-gray {
  background-color: #f5f5f7;
}

.bg-light-gray-gradient {
  background: linear-gradient(180deg,#f5f5f7 88%,#ffffff 100%);
}

.bg-gradient-orange {
  background: linear-gradient(90deg, #ffa68d, #ffc579);
}

.bg-gradient-yellow-orange-vert {
  background: linear-gradient(130deg, #ffe09c, #fda963);
}

.bg-gradient-green-vert {
  background: linear-gradient(180deg, #b3d4aa, #66b389);
}

.bg-gradien-dark-blue-horiz {
  background: linear-gradient(90deg, #343a42, #121a24);
}

.bg-gradien-pink-purple-horiz {
  background: linear-gradient(90deg, #ff5ea2, #e07df7);
}

.bg-purple {
  background-color:#9690c6;
}

.row-1080 {
	max-width: 1080px;
}

.row-1160 {
	max-width: 1160px;
}

.row-1240 {
  max-width: 1240px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap:wrap;
  row-gap: 30px;
}

.flex-1 {
	flex: 1;
}

.flex-fit-content {
  height: fit-content;
}

.align-center {
  align-items:center;
}

.p-30 {
	padding:30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-30 {
  padding-right: 3.333%;
}

.pr-50 {
	padding-right: 5.5%;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-30 {
  margin-right: 3.333%;
}

.mr-50 {
  margin-right: 5.5%;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-5vh {
  margin-bottom: 5vh;
}

.mb-7vh {
  margin-bottom: 7vh;
}

.mb-10vh {
  margin-bottom: 10vh;
}

.mb-12vh {
  margin-bottom: 12vh;
}

.mb-15vh {
  margin-bottom: 15vh;
}

.mb-20vh {
  margin-bottom: 20vh;
}

.mb-25vh {
  margin-bottom: 25vh;
}

.mb-30vh {
  margin-bottom: 30vh;
}

.mb-35vh {
  margin-bottom: 35vh;
}

.mb-40vh {
  margin-bottom: 40vh;
}

.mb-45vh {
  margin-bottom: 45vh;
}

.mb-50vh {
  margin-bottom: 50vh;
}

.br-7 {
  border-radius:7px;
}

.br-12 {
  border-radius:12px;
}

.br-15 {
  border-radius:15px;
}

.br-20 {
  border-radius:20px;
}

.br-25 {
  border-radius:25px;
}

.br-30 {
  border-radius:30px;
}

.h-100 {
  height:100%;
}

.w-100 {
  width:100%;
}

.

.overflow-hidden {
  overflow:hidden;
}

.btn {
	color: #FFFFFF;
	border-width: 0px;
	border-radius: 12px;
  padding:17px 30px;
	font-weight: 800;
	text-decoration: none;
	transition: background-color 0.15s ease;
}

.btn:hover {
	font-weight: inherit;
}

.btn.btn-add-cart {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 24px;
  width: auto;
  min-width: 110px;
  max-width: 100%;
  background-color: #343a44;
  transition: 0.15s ease background-color;
  border-radius: 30px;
  font-weight: 800;
  letter-spacing: .05rem;
  display: inline-block;
  position: absolute;
  right: 7%;
  bottom: 5%;
}

.btn.btn-add-cart:hover {
  background-color: #424e57;
  color:#fff;
}

.btn.btn-add-cart i,
.btn.btn-add-cart svg {
  margin-right: 5px;
}

.btn.btn-gradient-orange {
	background: linear-gradient(90deg, #ffa68d, #ffc579);
  transition: 0.25s background ease;
  color:#343a44;
  text-transform: uppercase;
}

.btn.btn-gradient-orange:hover {
	background: linear-gradient(14deg, #ffa68d, #ffc579);
}

.btn.btn-blue {
	background-color: #0b99ff;
}

.btn.btn-blue:hover {
	background-color: #0160a5;
	color: #FFFFFF;
}

.btn.btn-gray {
  background-color: #ededef;
  color: #343a44;
}

.btn.btn-gray:hover {
  background-color: #dddddd;
}

.btn.btn-orange {
	background-color: #ff7a01;
}

.btn.btn-orange:hover {
	background-color: #fe9330;
	color: #FFFFFF;
}

.btn.btn-med-aloe {
	background-color: #017565;
}

.btn.btn-med-aloe:hover {
	background-color: #158878;
	color: #FFFFFF;
}

.btn.btn-dark-aloe {
	background-color: #004a32;
}

.btn.btn-dark-aloe:hover {
	background-color: #12644a;
	color: #FFFFFF;
}




.slide-in {
        opacity: 0;
        transform: translateX(-100px);
        animation: slideIn 0.75s ease-out forwards;
        animation-delay: 0.3s;
        animation-play-state: paused;
    }

    @keyframes slideIn {
        0% {
            opacity: 0;
            transform: translateX(-150px);
        }
        60% {
            opacity: 1;
            transform: translateX(10px);
        }
        80% {
            transform: translateX(-5px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }







.lr-nav {
    margin-top: -48px;
    padding-right: 2.75rem;
    opacity: 1;
    transition: opacity 0.3s ease, top 0.3s ease;
}

.lr-nav.sticky {
    margin-top: 20px;
    position: fixed;
    top: 20px;
    z-index: 99;
    right: 20px;
    border-bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: invert(0.2) blur(30px) contrast(1.8) saturate(2.7);
    backdrop-filter: invert(0.2) blur(30px) contrast(1.8) saturate(2.7);
    padding: 10px 12px;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.lr-nav-placeholder {
    height:0;
    opacity: 0;
}

/* Safari-specific: slide animation */
.lr-nav.safari-fix {
    transition: transform 0.2s ease, top 0.3s ease; /* Slide transition */
    transform: translateY(0); /* Default position */
}

.lr-nav.safari-fix.hidden {
    transform: translateY(-50px); /* Slide up out of view */
}

.lr-nav.safari-fix.sticky {
    min-width: 200px;
}

.lr-nav:not(.sticky) {
    opacity: 1;
    position: relative;
}

.lr-nav.active {
    display: block;
}

.lr-nav ul {
    margin-bottom: 0;
    margin-left: 0;
    float: right;
}

.lr-nav li {
    margin-bottom: 0px;
    list-style: none;
    text-align: right;
    display: inline-block;
    padding: 0 2px;
}

.lr-nav li.buy-button {
    padding-right: 0;
    margin-left: 8px;
}

.lr-nav li a {
    color: #343a42;
    font-weight: 800;
    text-decoration: none;
    padding: 0 8px 2px;
    transition: 0.15s ease color;
}

.lr-nav li a:focus,
.lr-nav li [href]:focus {
  outline-offset: 0px !important;
  border-radius: 4px;
}

.lr-nav li a:hover {
  color: #0b99ff;
}

.lr-nav li.buy-button a {
  background-color: #0b99ff;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 7px;
  transition: 0.15s ease background-color;
}

.lr-nav li.buy-button a:hover {
  background-color: #0160a5;
}

.lr-nav li.buy-button a:focus {
  outline-offset: 2px !important;
}

.ambilight50 {
  filter: url(#ambilight-50);
}

/* Base state for elements before animation */
#th-intro-content div > * {
  opacity: 0; /* Start invisible */
  transform: translateX(-200px); /* Start off-screen to the left */
}

/* Class to trigger the animation */
.slide-bounce {
  animation: slideInBounce 0.8s ease-out forwards; /* Default duration, overridden by JS */
}

/* Keyframes for slide-in with bounce */
@keyframes slideInBounce {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px); /* Overshoot to the right */
  }
  80% {
    transform: translateX(-10px); /* Bounce back slightly */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* Settle in place */
  }
}

/* Class to trigger the animation */
.slide-bounce-right {
  animation: slideInBounceRight 0.8s ease-out forwards; /* Default duration, overridden by JS */
}

/* Keyframes for slide-in from right with bounce */
@keyframes slideInBounceRight {
  0% {
    opacity: 0;
    transform: translateX(200px); /* Start from the right */
  }
  60% {
    opacity: 1;
    transform: translateX(-20px); /* Overshoot to the left */
  }
  80% {
    transform: translateX(10px); /* Bounce back slightly to the right */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* Settle in place */
  }
}


#opp-intro {
  padding: 135px 0;
	background-size: cover;
  background-position: center bottom;
	background-color: #343a42;
	background-repeat: no-repeat;
  background-image: url(https://usa.mannatech.com/content/opportunity/bg-aloe-spoon.jpg);
}

#opp-intro h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  display: block;
  margin-bottom: 1.3em;
  line-height: 1.1em;
  text-shadow:0 5px 18px rgba(0,0,0,.9);
}

#opp-intro h2 {
  color:#fff;
  font-size:46px;
  font-weight:900;
  display: block;
  margin-bottom: 1.1em;
  line-height: 1.1em;
  text-shadow:0 5px 28px rgba(0,0,0,.9);
}

#opp-intro .btn {
  min-width:300px;
  text-align:center;
  padding: 17px;
  display: inline-block;
  box-shadow:0 5px 18px 0 rgba(0,0,0,.2);
  transition:box-shadow 0.25s ease, transform 0.25s ease;
}

#opp-intro .btn:hover {
  box-shadow:0 8px 28px 0 rgba(0,0,0,.3);
  transform: scale(1.02);
}

#opp-share {
  padding: 100px 30px;
  background-size: contain;
	background-repeat: no-repeat;
	background-position: left 50vw center;
	background-image: url(https://usa.mannatech.com/content/opportunity/bg-opp-people-sharing.jpg);
}

#opp-share h3 {
  font-size: 46px;
  line-height: 1em;
  margin-bottom: 24px;
}

#opp-share h3 sup {
  font-size: 60%;
  top: -.6em;
}

#opp-share p {
  font-size: 1.23rem;
  line-height: 1.4705882353;
  margin-bottom: 30px;
}

#opp-share .btn {
  min-width:300px;
  text-align:center;
  display: inline-block;
}

#opp-marquee {
  position:relative;
  padding: 46px 0;
  box-shadow: 0 5px 18px 0 rgba(0,0,0,.2);
  z-index:10;
  overflow:hidden;
  width:100vw;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

#opp-marquee>.flex {
  display: inline-flex;
  flex-direction:row;
}

#opp-marquee::before,
#opp-marquee::after {
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  width: 8vw;
  backdrop-filter: blur(10px) saturate(1.2);
  mask: linear-gradient(to left, transparent 0%, black 100%);
  z-index:1;
}

#opp-marquee::before {
  left: 0;
  /* background-color: #ffa68d; */
  mask: linear-gradient(to left, transparent 0%, black 100%);
}

#opp-marquee::after {
  right: 0;
  /* background-color: #ffc579; */
  mask: linear-gradient(to right, transparent 0%, black 100%);
}

.marquee-content {
  display: inline-flex;
  gap: 15px;
  margin-right:15px;
}

.marquee-content p {
    padding: 10px 30px;
    background-color: rgb(255 255 255 / 75%);
    border-radius: 50px;
    font-weight: 900;
    color: #343a44;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing:0.5px;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0;
}

#opp-science {
  padding: 110px 0 100px;
}

#opp-science img {
  /* box-shadow: 0 0 29px 0 rgba(0, 0, 0, .2); */
  filter: url(#ambilight-50);
  transform: translate(-5vw, 0em);
  scale: 1.1;
}

#opp-science h3 {
  font-size: 46px;
  line-height: 1em;
  margin-bottom: 24px;
}

#opp-science p {
  font-size: 1.23rem;
  line-height: 1.4705882353;
  margin-bottom: 30px;
}

#opp-science p a {
  color:#0b99ff;
  font-weight:900;
  text-decoration:none;
}

#opp-science p a:hover {
  color: #0160a5;
}

#opp-stats {
  padding: 80px 0;
}

#opp-stats-content .flex {
  justify-content: space-between;
  align-items:center;
  gap:30px;
}

#opp-stats-content h2 {
  font-size: 36px;
  margin-bottom:34px;
}

.opp-stat-num {
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 0;
}

.opp-stat-desc {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 0;
}


#opp-glyco {
  padding: 110px 0 100px;
}

#opp-glyco img {
  /* box-shadow: 0 0 29px 0 rgba(0, 0, 0, .2); */
  filter: url(#ambilight-50);
  transform: translate(5vw, .6em);
  scale: 1.1;
}

#opp-glyco h3 {
  font-size: 45px;
  line-height: 1em;
  margin-bottom: 24px;
}

#opp-glyco p {
  font-size: 1.23rem;
  line-height: 1.4705882353;
  margin-bottom: 30px;
}


#opp-join {
  padding: 110px 0 100px;
}

#opp-join-head-content {
  margin-bottom:20px;
}

#opp-join h3 {
  font-size: 45px;
  line-height: 1em;
  margin-bottom: 24px;
}

#opp-join p {
  font-size: 1.23rem;
  line-height: 1.4705882353;
  margin-bottom: 30px;
}

#opp-join .cta-section {
  border-radius:25px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 40px 40px 0 7px;
}

.benefits-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  width: 39px;
  border-radius: 50px;
  background: linear-gradient(180deg, #b3d4aa, #66b389);
}

.benefits-list li {
  margin-bottom: 25px;
  font-size: 17px;
  position: relative;
  padding-left: 70px;
  line-height: 1.5;
}

.benefits-list li strong {
  font-weight:900;
}

.benefits-list li svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  vertical-align: -.125em;
  fill: #0c5545;
  stroke: #0c5545;
  color: #0c5545;
  font-size: 25px;
}

.cta-section {
  text-align: center;
}

.cta-image {
  max-width: 470px;
  height: auto;
  margin-bottom: 40px;
  margin-top: -124px;
}

.cta-box {
  background-color: #3e2a18;
  padding: 22px 22px 20px 40px;
  border-radius: 0 0 25px 25px;
  color: #fff;
}

.cta-box>.flex {
  justify-content:space-between;
  align-items:center;
}

.cta-box .cta-labels {
  display: flex;
  gap:30px;
}

.cta-box h4 {
  margin: 0;
  font-size: 26px;
  font-weight:900;
}

#opp-join .cta-box .price {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

#opp-join .cta-box .btn.opp-add-to-cart {
  background-color: #ffe09c;
  border-radius: 50px;
  color: #343a44;
  font-weight:900;
  padding: 14px 40px;
  position: relative;
  -webkit-animation: radarBundlePulser 2s infinite;
  animation: radarBundlePulser 2s infinite;
  border:2px solid #3e2a18;
}

#opp-join .cta-box .btn.opp-add-to-cart:hover {
  background-color: #fdb16c;
  font-weight:900;
}

.add-to-cart:hover {
  background-color: #e0b962;
}

  @keyframes radarBundlePulser {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffdf9b;
        box-shadow: 0 0 0 0 #ffdf9b;
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,146,15,0);
        box-shadow: 0 0 0 10px rgba(255,146,15,0)
    }
}



#opp-reviews {
  position: relative;
  padding:40px 0;
  width:100vw;
  overflow:hidden;
}

#opp-reviews>.flex {
  display: inline-flex;
  flex-direction:row;
}

#opp-reviews::before,
#opp-reviews::after {
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  width: 8vw;
  backdrop-filter: blur(10px) saturate(1.2);
  mask: linear-gradient(to left, transparent 0%, black 100%);
  z-index:1;
}

#opp-reviews::before {
  left: 0;
  /* background-color: #ffa68d; */
  mask: linear-gradient(to left, transparent 0%, black 100%);
}

#opp-reviews::after {
  right: 0;
  /* background-color: #ffc579; */
  mask: linear-gradient(to right, transparent 0%, black 100%);
}

#opp-reviews .reviews-content {
  display: inline-flex;
  flex-direction:row;
  column-gap: 20px;
  padding: 30px 0;
}

#opp-reviews .reviews-content .opp-review {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-width: 475px;
  margin-right:100px;
}

#opp-reviews .reviews-content .opp-review .opp-review-initials {
  font-size: 1.1rem;
  font-weight: 900;
  margin: 0;
  background-color: #ffffff;
  color: black;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

#opp-reviews .reviews-content .opp-review .opp-review-title {
  font-size: 1.3rem;
  font-weight: 900;
  margin: 12px 0 6px;
}

#opp-reviews .reviews-content .opp-review .opp-review-text {
  font-size: 1.1rem;
  margin: 0;
}



#opp-blocks {
  padding: 100px 0;
}

#opp-blocks-content.flex{
  gap:30px;
}

#opp-blocks-content .opp-block {
  background-color:#ffffff;
  padding:40px 40px 90px;
  border-radius:24px;
  margin-bottom:0;
}

#opp-blocks-content .opp-block .pre-header {
  font-size: 17px;
}

#opp-blocks-content .opp-block h3 {
  font-size: 34px;
  line-height: 1em;
  margin-bottom: 24px;
}

#opp-blocks-content .opp-block p {
  font-size: 1.1rem;
  line-height: 1.4705882353;
  margin-bottom: 30px;
  font-weight: 500;
}

#opp-blocks-content .opp-block .btn {
  padding: 15px 30px;
  font-size: 14px;
  min-width: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom:40px;
}


#opp-gig {
  padding: 100px 0;
  position: relative;
  /* background-size: contain; */
	/* background-repeat: no-repeat; */
	/* background-position: left 50vw center; */
	/* background-image: url(https://usa.mannatech.com/content/opportunity/bg-opp-people-sharing.jpg); */
}

#opp-gig::after {
  content: '';
  position: absolute;
  right:0;
  bottom: 0;
  height: 750px;
  width: 50vw;
  background-image: url(https://usa.mannatech.com/content/opportunity/img-family-gig.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}

#opp-gig h3 {
  font-size: 46px;
  line-height: 1em;
  margin-bottom: 24px;
  color: #16191e;
}

#opp-gig p {
  font-size: 1.23rem;
  line-height: 1.4705882353;
  margin-bottom: 30px;
  font-weight: 500;
  color: #16191e;
}

#opp-gig .btn {
  min-width:300px;
  text-align:center;
  display: inline-block;
}




.orange-text {
    color: #ff7a01;
    font-weight:800;
}

.red-text {
    color: #ff004e;
    font-weight:800;
}

.blue-text {
    color: #0b99ff;
    font-weight:800;
}

.green-text {
    color: #00cd70;
    font-weight:800;
}

.aloe-text {
  color: #13bc85;
}

.med-aloe-text {
  color: #017565;
}

.dark-aloe-text {
  color: #004a32;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-monty {
  font-family: Montserrat, 'Lato', Arial, Helvetica, sans-serif !important;
}

.bold-700 {
  font-weight:700;
}

.bold-800 {
  font-weight:800;
}

.bold-900,
.btn.bold-900:hover {
  font-weight:900;
}

.pre-header {
  font-size: 20px;
  margin-bottom: 17px;
}

.page-disclaimer {
  background-color: #f5f5f7;
  font-size: 12px;
  padding: 25px 0.25em;
}

.page-disclaimer-dark {
  background-color: #333a44;
  color: #939ea4;
}

.page-disclaimer p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.3em;
}

.page-disclaimer p:last-of-type {
  margin-bottom:0;
}




@media only screen and (max-width:800px) {
  [id] {
    scroll-margin-top: 70px; /* Matches nav height + buffer */
  }

  .page-heading {
    font-size: 24px;
    margin-bottom: 24px;
    color: #000000;
    text-align: center;
    font-size: 22px !important;
    font-weight: 900;
    padding-top: 15px;
  }
  div[data-widget-id="59d90463-5e63-4213-bb94-5738a1df3669"], /* Sandbox */
  div[data-widget-id="8d7c66b5-e1bb-40a2-8ebe-38721c0652ca"],
  div[data-widget-id="3f4d4191-baaa-4d28-9cc1-bb555a2a107e"] {
    min-height:38.3px;
  }
  .lr-nav {
    margin-top: -10px;
    padding: 1vh 0;
    background-color: #ededef;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lr-nav.sticky {
    left:20px;
  }

  .lr-nav.sticky ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .lr-nav.sticky ul li {
    padding: 0 1% 0 1%;
  }

  .lr-nav ul {
    margin:0;
    display: flex;
    justify-content: space-between;
  }

  .lr-nav li {
    padding: 0 15px;
  }

  .lr-nav li a {
    font-size:14px;
    padding:0;
    text-align: center;
    display: inline-block;
  }

  .lr-nav li.buy-button a {
    display: inline;
  }

  #opp-intro {
    padding: 60px 0;
  }

  #opp-intro h1 {
    font-size: 20px;
  }

  #opp-intro h2 {
    font-size: 27px;
    margin-bottom: 1.2em;
  }

  #opp-intro .btn {
    padding: 15px;
  }

  .pre-header {
    font-size: 17px;
  }

  #opp-share {
    padding: 7vh 9% 360px;
    background-position: bottom center;
  }

  #opp-share h3 {
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 24px;
  }

  #opp-share p {
    font-size:17px;
  }

  #opp-marquee {
    padding: 25px 0;
  }

  #opp-science {
    padding: 7vh 9% 2vh;
  }

  #opp-science-content.flex {
    flex-direction: column-reverse;
  }

  #opp-science h3 {
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 24px;
  }

  #opp-science p {
    font-size:17px;
  }

  #opp-stats {
    padding: 7vh 9%;
  }

  #opp-stats-content h2 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 24px;
  }

  #opp-stats-content .flex {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 20px;
  }

  #opp-stats-content .flex::before,
  #opp-stats-content .flex::after {
    display:none;
  }

  #opp-stats-content .flex .opp-stat {
    flex-grow:1;
    width:40%;
  }

  #opp-glyco {
    padding: 7vh 9% 2vh;
  }

  #opp-glyco h3 {
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 24px;
  }

  #opp-glyco p { 
    font-size:17px;
  }

  #opp-join {
    padding: 7vh 9%;
  }

  #opp-join h3 {
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 24px;
  }

  #opp-join p {
    font-size:17px;
  }

  #opp-join-head-content {
    margin-bottom:0;
  }

  .benefits-list {
    margin: 9px 0 0 7px;
  }

  .benefits-list li {
    padding-left:60px;
  }

  #opp-join .cta-section {
    margin-top: 30px;
  }

  .cta-box {
    padding: 24px;
  }

  .cta-image {
    max-width: 270px;
    margin-bottom: 25px;
    margin-top: -70px;
  }

  .cta-box>.flex {
    row-gap: 18px;
  }

  #opp-join .cta-box .btn.opp-add-to-cart {
    width: 100%;
  }

  #opp-reviews {
    padding:0;
  }

  #opp-reviews .reviews-content .opp-review {
    min-width: 300px;
    margin-right:50px;
  }

  #opp-reviews .reviews-content .opp-review .opp-review-text {
    font-size:15px;
  }

  #opp-blocks {
    padding: 5vh 0;
  }

  #opp-blocks-content.flex {
    max-width:100vw;
  }

  #opp-blocks-content .opp-block {
    padding: 40px;
  }

  #opp-blocks-content .opp-block p {
    font-size:16px;
  }

  #opp-blocks-content .opp-block .btn {
    position: unset;
    display: block;
  }

  #opp-gig {
    padding: 7vh 9% 90vw;
    position:relative;
  }

  #opp-gig::after {
    width: 100vw;
    z-index:1;
  }

  #opp-gig>div.row {
    position:relative;
    z-index:2;
  }

  #opp-gig h3 {
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 24px;
  }

  #opp-gig p {
    font-size:17px;
  }

  #opp-gig .btn {
    display:block;
  }

  .flex {
    flex-direction: column;
  }

  .small-12.medium-6.large-6 {
    width: 100%;
    margin-bottom: 20px;
  }
}







<!------- Starter CSS ------->

  /* Base Styles */
  .page p {
    color: #000000;
  }

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

  h1.ls,
  h2.ls,
  h3.ls {
    letter-spacing: -1px;
  }

  /* Utility Classes */
  .fs-15 { font-size: 15px; }
  .fs-16 { font-size: 16px; }
  .fs-18 { font-size: 18px; }
  .fs-20 { font-size: 20px; }
  .fs-130p { font-size: 130%; }

  .f-white { color: #ffffff; }
  .f-black { color: #000000; }
  .f-green { color: #48bb76; }
  .f-orange { color: #f66949; }
  .f-pink { color: #f13682; }
  .f-teal { color: #2bb3b6; }
  .f-yellow { color: #ffcd54; }
  .f-purple { color: #9690c6; }
  .f-lavender { color: #d890be; }
  .f-red-orange { color: #f44f47; }

  .bg-white { background-color: #ffffff; }
  .bg-light-gray { background-color: #f5f5f7; }
  .bg-light-gray-gradient {
    background: linear-gradient(180deg, #f5f5f7 88%, #ffffff 100%);
  }

  /* Layout */
  .row-1080 { max-width: 1080px; }
  .row-1160 { max-width: 1160px; }
  
  .flex { display: flex; }
  .flex-wrap { flex-wrap: wrap; row-gap: 30px; }
  .flex-1 { flex: 1; }
  .align-center { align-items: center; }

  /* Spacing */
  .pt-60 { padding-top: 60px; }
  .pt-80 { padding-top: 80px; }
  .pb-60 { padding-bottom: 60px; }
  .pb-80 { padding-bottom: 80px; }
  .mb-15 { margin-bottom: 15px; }
  .mb-30 { margin-bottom: 30px; }
  .mb-40 { margin-bottom: 40px; }
  .mb-50 { margin-bottom: 50px; }
  .mb-7vh { margin-bottom: 7vh; }

  .br-12 { border-radius: 12px; }
  .br-15 { border-radius: 15px; }
  .br-30 { border-radius: 50px; }
  .br-50 { border-radius: 50px; }

  /* Buttons */
  .btn {
    color: #ffffff;
    border-width: 0px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.15s ease;
    display: inline-block;
    padding: 17px 10%;
  }

  .btn:hover {
    font-weight: 800;
  }

  .btn.btn-green {
    background-color: #48bb76;
  }

  .btn.btn-green:hover {
    background-color: #3a9660;
    color: #ffffff;
  }

  .btn.btn-orange {
    background-color: #ff8e70;
  }

  .btn.btn-orange:hover {
    background-color: #e67a5d;
    color: #ffffff;
  }

  /* Highlighter */
  .highlighter {
    display: inline;
    padding: 0 3px;
    margin: 0 -3px;
    background-size: 100% 0.75em;
    background-position: 0 60%;
    background-repeat: no-repeat;
  }

  .highlighter.h-orange {
    background-image: linear-gradient(#ff8f70, #ff8f70);
  }

  .highlighter.h-yellow {
    background-image: linear-gradient(#ffc84e, #ffc84e);
  }

  .highlighter.h-lightgreen {
    background-image: linear-gradient(#7edca4, #7edca4);
  }

  /* Hero Section */
  #lr-hero {
    padding: 8vh 0;
    background-color: #ffffff;
  }

  #lr-hero h1 {
    font-weight: 800;
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 1em;
    color: #1c1c1c;
    margin-bottom: 20px;
  }

  #lr-hero h1 .colored {
    font-size: 70px;
    font-weight: 900;
  }

  #lr-hero h2 {
    font-size: 20px;
    letter-spacing: -0.5px;
    font-family: "Lora", serif !important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

  #lr-hero p {
    font-size: 1.23rem;
    line-height: 1.47;
    margin-bottom: 30px;
  }

  .checkmarks {
    margin-left: 80px;
    margin-bottom: 35px;
    margin-top: -10px;
  }

  .checkmarks li {
    padding: 5px 0;
    margin-bottom: 0px;
    list-style: none;
    font-size: 1.13rem;
    font-weight:600;
    line-height: 1;
    display: flex;
    align-items: center;
  }

  .checkmarks li::before,
  .checkmarks li svg {
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    content: "\f058";
    margin: 0px 11px 0 -42px;
    font-size: 26px;
    vertical-align: -4px;
    float: left;
    color:#4bbd77;
  }

  .checkmarks.empty li::before,
  .checkmarks.empty li svg {
    font-weight: 400;
    content: "\f111";
  }

  .checkmarks li:nth-child(1) svg { color: #2bb3b6; }
  .checkmarks li:nth-child(2) svg { color: #f66949; }
  .checkmarks li:nth-child(3) svg { color: #ffcd54; }
  .checkmarks li:nth-child(4) svg { color: #9690c6; }
  .checkmarks li:nth-child(5) svg { color: #4bbd77; }
  .checkmarks li:nth-child(6) svg { color: #f13682; }
  .checkmarks li:nth-child(7) svg { color: #2bb3b6; }
  .checkmarks li:nth-child(8) svg { color: #f66949; }
  .checkmarks li:nth-child(9) svg { color: #ffcd54; }
  .checkmarks li:nth-child(10) svg { color: #9690c6; }
  .checkmarks li:nth-child(11) svg { color: #4bbd77; }
  .checkmarks li:nth-child(12) svg { color: #f13682; }

  .checkmarks li:before {
    color: #f5f5f700 !important;
}

  #lr-hero #lr-hero-content {
    display: flex;
    gap: 60px;
    align-items:center;
  }

  #lr-hero .video-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    /* box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15); */
    filter: url(#ambilight-50);
  }

  #lr-hero .video-container a {
    position: relative;
    display: block;
  }

  #lr-hero .video-container a span {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    background-color: #343a44;
    color: #fff;
    padding: 7px 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    transition: background-color 0.25s ease;
  }

  #lr-hero .video-container a span svg {
    height:1em;
    vertical-align: -.125em;
    fill:#fff;
    color:#fff;
  }

  #lr-hero .video-container a:hover span {
    background-color: #0b99ff;
  }

  #lr-hero .video-container a img,
  #lr-hero .video-container a video {
    width:100%;
    border-radius: 15px;
    height: auto;
    object-fit: cover;    /* or contain, fill – test what fits your design */
    user-select: none;
  }

  #lr-hero .hero-ctas .btn {
    padding: 17px 5%;
    border-radius: 50px;
    display:flex;
    align-items:center;
  }

  #lr-hero .hero-ctas .btn:first-of-type svg {
    fill:#fff;
    color:#fff;
    stroke:#fff;
  }

  #lr-hero .hero-ctas {
    display:flex;
    gap:10px;
  }

  #lr-hero .hero-ctas .btn.launchVideo {
    padding:17px;
  }

  #lr-hero .hero-ctas svg {
    height:1em;
    vertical-align: -.125em;
    fill:#343a44;
    color:#343a44;
    font-size: 24px;
  }

  #lr-whothisisfor {
    padding: 7vh 4%;
    background-color: #f5f5f7;
  }

  #lr-whothisisfor h2 {
    font-weight: 900;
    font-size: 47px;
    margin-bottom: 60px;
    letter-spacing: -1px;
  }

  .witf {
    background-size:cover;
    border-radius: 15px;
    min-height: 425px;
    position:relative;
    filter: url(#ambilight-50);
  }

  .witf.who-belly {
    background-image: linear-gradient(180deg,rgba(16, 7, 0, 0) 50%,rgba(16, 7, 0, 0.9)), url('https://usa.mannatech.com/content/liverreset/who-belly.jpg');
  }

  .witf.who-sleep {
    background-image: linear-gradient(180deg,rgba(16, 7, 0, 0) 50%,rgba(16, 7, 0, 0.9)), url('https://usa.mannatech.com/content/liverreset/who-sleep.jpg');
  }

  .witf.who-stress {
    background-image: linear-gradient(180deg,rgba(16, 7, 0, 0) 50%,rgba(16, 7, 0, 0.9)), url('https://usa.mannatech.com/content/liverreset/who-stress.jpg');
  }

  .witf.who-drink {
    background-image: linear-gradient(180deg,rgba(16, 7, 0, 0) 50%,rgba(16, 7, 0, 0.9)), url('https://usa.mannatech.com/content/liverreset/who-drink.jpg');
  }

  .witf h3 {
    margin:12px;
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;

    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    text-align: left;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #ffffff1a;
  }

  /* Program Overview */
  #lr-overview {
    padding: 1vh 4% 9vh;
    background-color: #f5f5f7;
  }

  #lr-overview #lr-overview-content {
    background-color: #fff;
    border-radius: 15px;
    margin: 0;
    padding: 60px 2rem;
    gap: 60px;
    align-items: center;
    justify-content:space-between;
    background: url(https://usa.mannatech.com/content/liverreset/bg-foods.jpg), #fff;
    background-position: center right;
    background-size: 50%;
    background-repeat: no-repeat;
  }

  #lr-overview h2 {
    font-weight: 900;
    font-size: 47px;
    margin-bottom: 30px;
    letter-spacing: -1px;
    line-height: 1em;
  }

  #lr-overview p {
    font-size: 1.23rem;
    line-height: 1.47;
    margin-bottom: 30px;
  }

  #lr-overview #lr-overview-content .overview-blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  #lr-overview #lr-overview-content .overview-block {
    border-radius:12px;
    padding:30px 30px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    text-align: left;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #e9dfd8e3;
  }

  #lr-overview #lr-overview-content .overview-block h3 {
    font-size:25px;
    font-weight:800;
    letter-spacing:-1px;
  }

  #lr-overview #lr-overview-content .overview-block p {
    margin-bottom:0;
    font-size:16px;
    font-weight: 700;
  }

  #lr-overview #lr-overview-content .overview-ctas {
    display:flex;
    gap:10px;
  }

  #lr-overview #lr-overview-content .overview-ctas .btn {
    padding: 17px 15%;
    border-radius: 50px;
    display:flex;
    align-items:center;
  }

  #lr-overview #lr-overview-content .overview-ctas .btn.launchVideo {
    padding:17px;
  }

  #lr-overview #lr-overview-content .overview-ctas svg {
    height:1em;
    vertical-align: -.125em;
    fill:#343a44;
    color:#343a44;
    font-size: 24px;
  }

  #lr-theliver {
    padding: 9vh 4% 9vh;
  }

  #lr-theliver #lr-theliver-wrapper {
    background-color:#f5f5f7;
    border-radius:15px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 50px;
  }

  #lr-theliver #lr-theliver-wrapper #lr-theliver-content {
    padding:40px 40px 40px 0;
  }

  #lr-theliver h2 {
    font-weight: 900;
    font-size: 47px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    line-height: 1em;
  }

  #lr-theliver #lr-theliver-wrapper img {
    border-radius:12px;
  }

  #lr-theliver p.pre-header {
    font-size: 20px;
    margin-bottom: 17px;
  }

  #lr-theliver p {
    font-size: 1.23rem;
    line-height: 1.47;
    margin-bottom: 24px;
  }

  #lr-theliver p:last-of-type {
    margin-bottom:0;
  }

  #lr-glycan {
    padding: 9vh 4% 9vh;
    background-color:#f5f5f7;
  }

  #lr-glycan #lr-glycan-desc {
    max-width:850px;
    margin-left: auto;
    margin-right: auto;
  }

  #lr-glycan h2 {
    font-weight: 900;
    font-size: 47px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    line-height: 1em;
  }

  #lr-glycan p.pre-header {
    font-size: 20px;
    margin-bottom: 17px;
  }

  #lr-glycan p {
    font-size: 1.23rem;
    line-height: 1.47;
    margin-bottom: 24px;
  }

  #lr-glycan #glycan-blocks {
    
  }

  #lr-glycan #glycan-blocks .glycan-block {
    background-color:#fff;
    padding:2em;
    border-radius:15px;
    height: stretch;
    height: -webkit-fill-available;
  }

  #lr-glycan #glycan-blocks .glycan-block h3 {
    font-size:24px;
    font-weight:800;
    letter-spacing:-1px;
    line-height: 1.1;
  }

  #lr-glycan #glycan-blocks .glycan-block p {
    font-size:17px;
    margin-bottom:0;
  }

  #lr-glycan #glycan-blocks .glycan-block svg {
    font-size: 35px;
    margin-bottom: 20px;
  }

  /* How It Works */
  #lr-how-it-works {
    padding: 7vh 4%;
    background-color: #ffffff;
  }

  #lr-how-it-works h2 {
    font-weight: 900;
    font-size: 47px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    line-height: 1em;
  }

  #lr-how-it-works #lr-how-it-works-desc {
    max-width:850px;
    margin-left: auto;
    margin-right: auto;
  }

  #lr-how-it-works p.pre-header {
    font-size: 20px;
    margin-bottom: 17px;
  }

  #lr-how-it-works p {
    font-size: 1.23rem;
    line-height: 1.47;
    margin-bottom: 24px;
  }

  .phase-card {
    background: linear-gradient(#f5f5f7 0, #fff 100%);
    border-radius: 15px;
    padding: 40px 40px;
    margin-bottom: 30px;
    height: -webkit-fill-available;
  }
  
  .phase-card h3.phase-preheader {
    padding: 10px 25px 10px 40px;
    color: #fff;
    display: inline-flex;
    border-radius: 0 50px 50px 0;
    margin-left: -40px;
    margin-bottom:30px;
    text-transform: uppercase;
    font-size: 18px;
    gap: 12px;
    box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 10%);
  }

  .phase-card h3.phase-preheader strong {
    letter-spacing:2px;
    font-weight:500;
  }

  .phase-card.phase1 h3.phase-preheader {
    background-color: #48bb76;
  }

  .phase-card.phase2 h3.phase-preheader {
    background-color: #f13683;
  }

  .phase-card h3 {
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 32px;
  }

  .phase-card h4 {
    font-weight: 800;
    margin-bottom: 25px;
    border-top: 2px dotted #bcbcca;
    border-bottom: 2px dotted #bcbcca;
    padding: 10px 24px 10px 5px;
    font-size: 15px;
    display: inline-flex;
    align-items: start;
    gap: 10px;
    line-height: 1.3;
    color: #63636d;
  }

  .phase-card h4 span.goal {
    border-radius: 50px;
    padding: 2px 14px;
    background-color: #bcbcca;
    background: linear-gradient(168deg, #f4de69 20%, #d18b09 100%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0px 1px 2px #8a5c00;
  }

  .phase-card h4 span.goal-desc {
    padding: 2px 0;
  }

  .phase-card ul.checkmarks {
    margin-left: 69px;
    margin-bottom: 24px;
    margin-top: 0px;
  }

  .phase-card ul.checkmarks li {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.35;
    color: #63636d;
  }

  .phase-card ul.checkmarks li strong {
    display:block;
    color:#343a44;
    text-transform: uppercase;
    font-size:15px;
    font-weight:900;
    letter-spacing:1px;
    margin-bottom:1px;
  }

  .phase-card ul.checkmarks li span.protein-route {
    font-size: 12px;
    background-color: #f66949;
    color: #fff;
    padding: 1px 5px 2px;
    border-radius: 5px;
    font-weight: 900;
    display: inline-block;
  }

  .phase-card ul.checkmarks li span.plant-route {
    font-size: 12px;
    background-color: #48bb76;
    color: #fff;
    padding: 1px 5px 2px;
    border-radius: 5px;
    font-weight: 900;
    display: inline-block;
  }

  .phase-card ul.checkmarks li svg {
    margin-top: -3px;
  }

  #lr-how-it-works p.lr-hiw-wte {
    font-size:18px;
    margin-bottom:0;
  }

  #lr-how-it-works p.lr-hiw-wte strong {
    font-weight:900;
  }

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

  /* Circle Bullets */
  .circle-bullets {
    margin-left: 20px;
  }

  .circle-bullets li {
    padding: 10px 0;
    margin-bottom: 0px;
    list-style: none;
  }

  .circle-bullets li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    content: "\f111";
    margin: 0px 11px 0 -42px;
    font-size: 30px;
    vertical-align: -4px;
    float: left;
  }

  .circle-bullets li.c-green::before {
    color: #48bb76;
  }

  .circle-bullets li.c-orange::before {
    color: #ff8e70;
  }

  .circle-bullets li.c-yellow::before {
    color: #ffc84e;
  }

  /* Glycans Section */
  #lr-glycans {
    background-color: #ff8e70;
    padding: 0;
  }

  #lr-glycans-content-column {
    padding: 6vh 100px 2vh 40px;
  }

  #lr-glycans h2 {
    color: #000000;
    font-weight: 900;
    font-size: 47px;
    line-height: 1em;
    margin-bottom: 20px;
  }

  #lr-glycans h3 {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1em;
    color: #ffffff;
    background-color: #48bb76;
    border-radius: 2px;
    overflow: hidden;
    padding: 7px 30% 14px 12px;
    margin-bottom: 30px;
    display: inline-block;
    width: 130%;
  }

  #lr-glycans p {
    font-size: 18px;
    line-height: 1.47;
  }

  #lr-review-highlight {
    /* background: linear-gradient(180deg, #fff 0%, #fff 50%, #f5f5f7 50%, #f5f5f7 100%); */
    background: radial-gradient(ellipse, #464c55 0%, #2a2e36 120%);
    box-shadow: 0 5px 40px rgb(42 50 83 / 35%), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  #lr-review-highlight .lr-review-highlight-content {
    /* background-color: #2a2e35; */
    position: relative;
    overflow: hidden;
    padding:40px 40px;
    color:#fff;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #lr-review-highlight .lr-review-highlight-content p.lr-review {
    font-style:italic;
    font-weight:800;
    font-size:30px;
    /* min-height: 8em; */
    white-space: pre-wrap;
    word-wrap: break-word;
    transition: opacity 0.9s ease;
    will-change: opacity, visibility;
    backface-visibility: hidden;
    font-family: "Lora", serif !important;
  }

  /* Blinking cursor – appears only while typing */
  .lr-review.cursor-blink::after {
    content: '|';
    display: inline;
    font-style: normal;
    margin-left: 5px;
    margin-top:-5px;
    /* vertical-align:4px; */
    color: #ffffff;
    animation: blink 0.85s step-end infinite;
  }

  @keyframes blink {
    50% { opacity: 0; }
  }

  #lr-review-highlight .lr-review-highlight-content p.cite {
    display:block;
    text-align:right;
    font-weight:800;
    font-family: "Lato", serif !important;
    margin-bottom:0;
    font-size:19px;
    position: absolute;
    right: 25px;
    bottom: 40px;
    transition: opacity 0.9s ease;
    opacity: 0;
  }


  #lr-community {
    padding: 9vh 4%;
    background-color: #f5f5f7;
  }

  #lr-community h2 {
    font-weight: 900;
    font-size: 47px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    line-height: 1em;
  }

  #lr-community #lr-community-desc {
    max-width:750px;
    margin-left: auto;
    margin-right: auto;
  }

  #lr-community p.pre-header {
    font-size: 20px;
    margin-bottom: 17px;
  }

  #lr-community p {
    font-size: 1.23rem;
    line-height: 1.47;
    margin-bottom: 24px;
  }

  #lr-community .community-block {
    background-color:#fff;
    border-radius:15px;
    height: stretch;
    padding: 30px;height: -webkit-fill-available;
  }

  #lr-community .community-block h3 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -1px;
  }

  #lr-community .community-block ul {
    margin-top:24px;
    margin-bottom:0;
  }

  #lr-community .whatsapp-blocks-container {
    flex-direction: row;
    gap: 0px;
    width: 100%;
    margin-top:30px;
  }

  #lr-community .whatsapp-blocks-container .whatsapp-block {
    width: 50%;
    justify-content: center;
    margin: 0 .9375rem;
  }


  /* Products Section */
  #lr-products {
    padding: 8vh 0 5vh;
    background-color: #f5f5f7;
  }

  #lr-products h2 {
    font-weight: 900;
    font-size: 47px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    line-height: 1em;
  }

  #lr-products #lr-products-desc {
    max-width:850px;
    margin-left: auto;
    margin-right: auto;
  }

  #lr-products p.pre-header {
    font-size: 20px;
    margin-bottom: 17px;
  }

  #lr-products p {
    font-size: 1.23rem;
    line-height: 1.47;
    margin-bottom: 0;
  }

  #lr-products .swiper-slide {
    height:stretch;
    height:-webkit-fill-available;
  }

  #lr-products .product-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 1rem 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    background-size: cover;
    background-position: bottom;
    background-repeat:no-repeat;
    filter: url(#ambilight-25);
  }

  #lr-products .product-image {
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }

  #lr-products .product-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

  #lr-products .product-card .product-card-content {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 20px;
    text-align: left;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #ffffff1a;
  }

  #lr-products .product-card h3 {
    font-size: 22px;
    font-weight:900;
    margin: 0 0 0.5rem;
    color: #fff;
  }

  #lr-products .product-card p {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.4;
  }

  #lr-products .product-card#truhealth-shake {
    background-image: linear-gradient(180deg, rgba(16, 7, 0, 0) 60%, rgb(29 29 33 / 65%)), url(https://usa.mannatech.com/content/liverreset/lifestyle-truhealth-shake.jpg);
  }

  #lr-products .product-card#truhealth-cleanse {
    background-image: linear-gradient(180deg, rgba(16, 7, 0, 0) 60%, rgb(29 29 33 / 65%)), url(https://usa.mannatech.com/content/liverreset/lifestyle-truhealth-cleanse-2.jpg);
  }

  #lr-products .product-card#gi-probalance {
    background-image: linear-gradient(180deg, rgba(16, 7, 0, 0) 60%, rgb(29 29 33 / 65%)), url(https://usa.mannatech.com/content/liverreset/lifestyle-gi-probalance.jpeg);
  }

   #lr-products .product-card#ambrotose {
    background-image: linear-gradient(180deg, rgba(16, 7, 0, 0) 60%, rgb(29 29 33 / 65%)), url(https://usa.mannatech.com/content/liverreset/lifestyle-ambrotose.jpg);
   }

   #lr-products .product-card#truhealth-satiety {
    background-image: linear-gradient(180deg, rgba(16, 7, 0, 0) 60%, rgb(29 29 33 / 65%)), url(https://usa.mannatech.com/content/liverreset/lifestyle-satiety.jpeg);
   }

   #lr-products .product-info-sheet {
    position: relative;
    background-color: #e2e2e3;
    margin: 20px auto;
    display: flex;
    flex-direction: row-reverse;
    gap:10px;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    padding: 5px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size:15px;
    font-weight: 800;
    color:#343a44;
    transition: background-color 0.25s ease;
   }

  #lr-products .product-info-sheet svg {
    height: 1em;
    width: 1em;
    vertical-align: -.125em;
    font-size: 15px;
    fill:#343a44;
    stroke:#343a44;
    color:#343a44;
  }

   #lr-products .product-info-sheet:hover {
    background-color: #c8c8c9;
    color:#343a44;
   }

   #lr-products .product-info-sheet::before {
    content: '';
    position: absolute;
    top: -27px;
    left: auto;
    right: auto;
    height: 30px;
    width: 1px;
    border: 1px dashed #e2e2e3;
    z-index: -1;
   }


  /* Results Section */
  #lr-results {
    padding: 60px 0 30px;
    background: linear-gradient(180deg, #2a2e35 0%, #2a2e35 100%);
    color: #ffffff;
  }

  #lr-results h2 {
    font-weight: 900;
    font-size: 47px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    line-height: 1em;
  }

  #lr-results #lr-results-desc {
    max-width:850px;
    margin-left: auto;
    margin-right: auto;
  }

  #lr-results p.pre-header {
    font-size: 20px;
    margin-bottom: 17px;
  }

  #lr-results p {
    font-size: 1.23rem;
    line-height: 1.47;
    margin-bottom: 24px;
  }

  #lr-results p.disclaimer {
    text-align: center;
    font-size: 0.85em;
    color: #90969e;
    margin: 20px 0 0;
  }

  #lr-results .checkmarks {
    margin-top: 10px;
  }

  #lr-results .before-after {
    margin-top: -20px;
    margin-bottom: -120px;
  }

.vertical-marquee {
  width: stretch;
  width: -webkit-fill-available;
  height: stretch;
  height: -webkit-fill-available;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  margin: 0 30px;
  border-radius: 15px;
  padding: 0 5px;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.vertical-marquee::before, 
.vertical-marquee::after {
  content: '';
  position: absolute;
  left:0;
  right: 0;
  height: 100px;
  z-index:1;
}

.vertical-marquee::before {
  pointer-events: none;
  top: 0;
  background: linear-gradient(to top, #2a2e3600 0%, #2a2e36 90%)
}

.vertical-marquee::after {
  pointer-events: none;
  bottom: 0;
  background:linear-gradient(to bottom, #2a2e3600 0%, #2a2e36 90%)
}

/* Base animation */
.vertical-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 0;
  will-change: transform;
  animation: scroll-up 120s linear infinite;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* JS-controlled pause (tap) — highest priority */
.vertical-wrapper.paused {
  animation-play-state: paused !important;
}

/* Hover pause ONLY on devices that can truly hover (mouse/trackpad) */
@media (hover: hover) and (pointer: fine) {
  .vertical-marquee:hover .vertical-wrapper {
    animation-play-state: paused;
  }
}

  /* Adjust duration to control speed (lower = faster) */
  @keyframes scroll-up {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(calc(-50%)); /* tiny offset helps some WebKit bugs */
    }
  }

.vertical-marquee .marquee-paused {
  opacity:0;
}



/* .vertical-marquee::after {
  content: "Paused – Tap to Resume";
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  text-align: center;
  height: fit-content;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-weight: 900;
  backdrop-filter: blur(4px);
  padding: 23px 24px;
  border-radius: 50px;
  font-size: 1.1rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 5;
}

.vertical-marquee:has(.vertical-wrapper.paused)::after {
  opacity: 1;
} */

.testimonial-item {
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.testimonial-item blockquote {
  position: relative;
  background-color:#444950;
  margin: 0 auto 30px;
  border:0;
  border-radius: 15px;
  padding: 20px 24px;
  margin-bottom:30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  max-width: 85%;
}

/* Left-aligned (odd items) */
.testimonial-item:nth-child(odd) blockquote {
  margin-left: 0;
  margin-right: auto;
  border-bottom-left-radius: 4px;   /* flatter on left */
  border-top-right-radius: 15px;
}

/* Right-aligned (even items) */
.testimonial-item:nth-child(even) blockquote {
  background-color:#525a64;
  margin-left: auto;
  margin-right: 0;
  border-bottom-right-radius: 4px;  /* flatter on right */
  border-top-left-radius: 15px;
}

/* Optional: Add small tail/arrow for chat-like feel (pure CSS) */
.testimonial-item:nth-child(odd) blockquote::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 24px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #444950;
  border-left-color: #444950;
}

.testimonial-item:nth-child(even) blockquote::after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 24px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #525a64;
  border-right-color: #525a64;
}

.testimonial-item cite {
  display: block;
  margin-top: 12px;
  text-align: right;
  font-weight: bold;
  color:#fff;
}

/* Name/cite alignment matches bubble side */
.testimonial-item:nth-child(odd) cite {
  text-align: left;
}

.testimonial-item:nth-child(even) cite {
  text-align: right;
}

#lr-results .testimonial-item blockquote p {
  font-size: 19px;
  font-weight: 600;
  color: #d6dae1;
  line-height: 1.47;
  margin-bottom: 24px;
  font-style: italic;
}


  /* FAQ Section */
  #lr-faq {
    padding: 7vh 4%;
    background-color: #ffffff;
  }

  #lr-faq h2 {
    font-weight: 900;
    font-size: 47px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    line-height: 1em;
  }

  #lr-faq #lr-faq-desc {
    max-width:850px;
    margin-left: auto;
    margin-right: auto;
  }

  #lr-faq p.pre-header {
    font-size: 20px;
    margin-bottom: 17px;
  }

  #lr-faq p {
    font-size: 1.23rem;
    line-height: 1.47;
  }

  .faq-item {
    background-color: #f5f5f7;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
  }

  .faq-item h4 {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .faq-item p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
  }



  #lr-closed {
    padding: 7vh 0;
    background: linear-gradient(180deg, #e3f2ff 20%, #f5f5f7 100%);
  }

  #lr-closed h2 {
    font-weight: 900;
    font-size: 47px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    line-height: 1em;
  }

  #lr-closed h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.2em;
    color: #f66949;
  }

  #lr-closed #lr-closed-desc {
    max-width:630px;
    margin-left: auto;
    margin-right: auto;
  }

  #lr-closed p.pre-header {
    font-size: 20px;
    margin-bottom: 17px;
  }

  #lr-closed p {
    font-size: 1.23rem;
    line-height: 1.47;
    margin-bottom: 24px;
  }

.bubble-container {
  position: relative;
  width: 100%;
  max-width: 1200px;           /* cap on very wide screens */
  min-height: 100px;           /* give space for horizontal layout */
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;                   /* space between bubbles */
  perspective: 1200px;
}

/* Mobile-first: vertical stack (column) by default */
.bubble-container {
  flex-direction: column;
}

/* Desktop / wider screens: switch to horizontal row */
@media (min-width: 768px) {    /* common tablet/desktop breakpoint; adjust if needed (e.g. 992px) */
  .bubble-container {
    flex-direction: row;
    min-height: 100px;
    padding: 40px 0 0;
  }
}

.bubble {
  position: relative;          /* changed from absolute → flex handles positioning */
  width: 240px;
  padding: 24px 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-family: system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  border-radius: 999px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  pointer-events: none;
  user-select: none;
  will-change: transform;
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Organic floating animation – now works on top of flex positioning */
@keyframes float-organic {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(calc(14px * var(--rand-x)), calc(18px * var(--rand-y))) 
                rotate(calc(2.2deg * var(--rand-r))) scale(1.015);
  }
  40% {
    transform: translate(calc(-16px * var(--rand-x)), calc(-12px * var(--rand-y))) 
                rotate(calc(-3deg * var(--rand-r))) scale(0.985);
  }
  60% {
    transform: translate(calc(10px * var(--rand-x)), calc(20px * var(--rand-y))) 
                rotate(calc(1.8deg * var(--rand-r))) scale(1.008);
  }
  80% {
    transform: translate(calc(-18px * var(--rand-x)), calc(-14px * var(--rand-y))) 
                rotate(calc(-2.5deg * var(--rand-r))) scale(1.012);
  }
}

/* Assign unique random factors and animation durations/delays to each bubble */
/* Assign a unique gradient + slight shadow tint to each bubble */
.bubble:nth-child(1) {
  --rand-x: 0.8; --rand-y: 0.6; --rand-r: 1.0;
  background: linear-gradient(34deg, #2bb3b6 0%, #4dd0d3 100%, #1a8a8d 100%);
  box-shadow: 0 12px 40px rgba(43, 179, 182, 0.35), inset 0 1px 0 rgba(255,255,255,0.18);
  animation: float-organic 14s ease-in-out infinite;
}

.bubble:nth-child(2) {
  --rand-x: 1.1; --rand-y: -0.4; --rand-r: 0.9;
  background: linear-gradient(34deg, #9690c6 0%, #b0ace0 100%, #7a74b0 100%);
  box-shadow: 0 12px 40px rgba(150, 144, 198, 0.35), inset 0 1px 0 rgba(255,255,255,0.18);
  animation: float-organic 17s ease-in-out infinite;
  animation-delay: -4.1s;
}

.bubble:nth-child(3) {
  --rand-x: -0.7; --rand-y: 1.0; --rand-r: 1.3;
  background: linear-gradient(34deg, #3EBD77 0%, #6adca2 100%, #2a9c5c 100%);
  box-shadow: 0 12px 40px rgba(62, 189, 119, 0.35), inset 0 1px 0 rgba(255,255,255,0.18);
  animation: float-organic 11.5s ease-in-out infinite;
  animation-delay: -8.3s;
}

.bubble:nth-child(4) {
  --rand-x: 0.5; --rand-y: 0.9; --rand-r: -1.1;
  background: linear-gradient(34deg, #f13682 0%, #ff6aa8 100%, #c7205e 100%);
  box-shadow: 0 12px 40px rgba(241, 54, 130, 0.35), inset 0 1px 0 rgba(255,255,255,0.18);
  animation: float-organic 15.5s ease-in-out infinite;
  animation-delay: -11.7s;
}

/* Optional: slight size/tweak adjustments per breakpoint */
@media (min-width: 768px) {
  .bubble {
    width: 260px;              /* a bit larger on desktop if desired */
  }
}

@media (max-width: 480px) {
  .bubble {
    width: 100%;
    max-width: 350px;
  }
}
  
  #lr-about {
    padding: 0 0 7vh;
    background-color:#fff;
  }

  #lr-about h2 {
    font-weight: 900;
    font-size: 47px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    line-height: 1em;
  }

  #lr-about #lr-about-desc {
    max-width:850px;
    margin-left: auto;
    margin-right: auto;
  }

  #lr-about p.pre-header {
    font-size: 20px;
    margin-bottom: 17px;
  }

  #lr-about p {
    font-size: 1.23rem;
    line-height: 1.47;
    margin-bottom: 24px;
  }

  #lr-about .about-block {
    background-color:#f5f5f7;
    border-radius:15px;
    padding:30px;
    height: -webkit-fill-available;
  }

  #lr-about .about-block h3 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }

  #lr-about .about-block p {
    font-size: 18px;
  }

  #lr-about .about-block p:last-of-type {
    margin-bottom:0;
  }

  .whatsapp-blocks-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin:20px 0 10px;
  }

  .whatsapp-blocks-container .whatsapp-block {
    display: flex;
    align-items: center;
    background-color: #28d366;
    color:#111b21;
    padding: 10px 15px;
    gap: 15px;
    border-radius: 9px;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.2;
    transition: background-color 0.25s ease;
  }

  .whatsapp-blocks-container .whatsapp-block:hover {
    background-color: #3ddd78;
  }

  .whatsapp-blocks-container .whatsapp-block svg {
    font-size: 30px;
  }

  .whatsapp-blocks-container .whatsapp-block:last-of-type {
    background-color: #111b21;
    color:#28d366;
  }

  .whatsapp-blocks-container .whatsapp-block:last-of-type:hover {
    background-color: #25333c;
  }

  .contact-custserv {
    display: flex;
    align-items: center;
    background-color: #e2e2e3;
    color: #343a44;
    padding: 12px 15px;
    gap: 17px;
    border-radius: 9px;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.2;
    transition: background-color 0.25s ease;
  }

  .contact-custserv:hover {
    background-color: #0b99ff;
    color: #fff;
    font-weight:900;
  }

  .contact-custserv svg {
    font-size: 24px;
    margin-left:2px;
  }

  /* CTA Section */
  #lr-cta {
    padding: 9vh 4%;
    /* background: linear-gradient(180deg, #f5f5f7 0%, #d8dbe0 100%); */
  }

  #lr-cta #lr-cta-content-description p.pre-header {
    font-size: 20px;
    margin-bottom: 17px;
  }

#lr-cta h2 {
  font-weight: 900;
  font-size: 47px;
  line-height: 1em;
  margin-bottom: 20px;
}

#lr-cta #lr-cta-content-description p {
  font-size: 1.23rem;
  line-height: 1.47;
  max-width: 700px;
  margin: 0 auto;
}

#lr-cta #lr-cta-product-content {
  /* background-image: linear-gradient(180deg, #f5f5f7 0%, #d9dbe1 100%); */
  /* background-color: #f5f5f7; */
  /* border-radius: 15px; */
  overflow: visible;
}

#lr-cta #resource-downloads h2 {
  font-weight: 900;
  font-size: 38px;
  line-height: 1em;
  margin-bottom: 20px;
}
#lr-cta #bg-truhealth-cover {
  background-image: url(https://usa.mannatech.com/content/truhealth/bg-truhealth-cover-girl.jpg);
  background-size: cover;
  background-position: center top;
  filter: url(#ambilight-50);
}

.resource {
  padding: 20px 30px;
  font-size: 20px;
  font-weight:800;
  color: #000000;
  display: block;
  margin:0 0 20px;
  text-decoration: none;
}

.resource:last-of-type {
  margin-bottom:0px;
}

.resource:hover {
  color: #259aff;
  font-weight:800;
}

.resource svg {
  width: 1em;
  height: 1em;
  vertical-align: -.125em;
  color: #000000;
  fill: #000000;
  stroke: #000000;
  display: inline-block;
  float: right;
  font-size: 24px;
  margin-top: 2px;
  transition: 0.15s ease all;
}

.resource:hover svg {
  color: #259aff;
  fill: #259aff;
  stroke: #259aff;
}

#WellnessSection {
    padding-bottom: 1px;
}

#WellnessSection .row {
    margin-bottom: 0px;
}

.wellnesscard {
    position: relative;
    padding: 30px 30px;
    font-size: 18px;
    font-weight: 700;
    background-color:#ffffff;
    line-height:1.3em;
    height: 100%;
}

.wellness-icon {
    font-size: 34px;
    margin-bottom:14px;
    display:inline-block;
}

.product-item {
  border-radius: 15px;
  overflow: hidden;
  padding: 5% 7% 100px;
  position:relative;
  /* height:100%; */
  background: linear-gradient(#f4f4f6 0,#e9e9ec 45%,#f5f6f7 45%,#f5f4f7 100%);
  /* box-shadow: 0px 5px 38px 0px rgb(0 0 0 / 10%); */
  box-shadow: 0px 5px 90px 0px rgb(11 153 255 / 39%);
}

.product-item.prod-acomplex {
  box-shadow: 0px 5px 50px 0px #8aad9861;
}

.product-item.prod-alife {
  box-shadow: 0px 5px 50px 0px #c6cae1;
}

.product-item img {
  max-width:292px;
  display:block;
  margin:0 auto 20px;
}

.product-item h3 {
  font-weight: 800;
  font-size: 20px;
  margin-bottom:7px;
}

.product-item .prod-option {
  border: 2px dotted #d0d0d0;
  border-radius: 50px;
  padding: 2px 12px 2px 10px;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  justify-content: space-between;
  position: absolute;
  min-width: 45px;
  bottom: 10.2%;
  left: 6.5%;
}

.product-item .prod-option svg {
  width: 1.1em;
  height: 1.1em;
}


.product-item p.short-desc {
  margin-bottom: 34px;
}

.product-item .price-group {
  position:absolute;
  left:7%;
  bottom:5%;
}

.product-item .price-group .member-price,
.product-item .price-group .retail-price {
  display:block;
}

.product-item .price-group .member-price {
  font-size: 1.1em;
  font-weight:800;
}

.product-item .price-group .retail-price {
  font-size: 13px;
  line-height: 1.3em;
  font-weight:700;
}

p.t-new {
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  background-image: linear-gradient(192deg, #ffb972 0%, #ff7e3f 100%);
  border-radius: 4px;
  overflow: hidden;
  padding-top: 2px;
  padding-right: 7px;
  padding-bottom: 2px;
  padding-left: 7px;
  display: inline-block;
  margin-bottom: 4px;
  display:none;
}


.m5m-container {
  display: inline-block;
  position: absolute;
  min-width: 45px;
  bottom: 15%;
  right: 7%;
}

.m5m-number {
  border: double 2px transparent;
  background-image: linear-gradient(#f5f5f7, #f5f5f7), radial-gradient(circle at top right, #f0ac00, #f75b00);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  display: inline-block;
  line-height: 22px;
}

.product-item .m5m-number {
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top right, #f0ac00, #f75b00);
}

.m5m-value {
  background: radial-gradient(circle at top right, #f0ac00, #f75b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: .15em .5em;
  font-weight: 800;
  font-size: 14px;
  vertical-align: 1px;
}

.m5m-tooltip {
  opacity:0;
  visibility: hidden;
  position: absolute;
  background-color: #323b42;
  color: #fff;
  text-align: center;
  padding: 1rem;
  border-radius: 7px;
  z-index: 1;
  bottom: 36px;
  right: -1px;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 1.3em;
  width: 250px;
}

.m5m-number:hover + .m5m-tooltip {
  visibility: visible;
  z-index: 9;
  opacity:1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.m5m-tooltip .m5m-img {
  display: block;
  margin: 0px auto 10px;
  max-width:74px;
}

.m5m-tooltip:before {
  content: " ";
  display: block;
  width: 0; 
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #323b42;
  position: absolute;
  bottom: -7px;
  right:5px;
}



@media only screen and (max-width: 768px) {
  .m5m-container.clicked .m5m-tooltip {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Increased shadow when clicked on mobile */
  }
}


  /* Disclaimer */
  .page-disclaimer {
    background-color: #f5f5f7;
    font-size: 12px;
    padding: 25px 0.25em;
  }

  .page-disclaimer p {
    font-size: 12px;
    margin-bottom: 0;
  }

  /* Mobile Styles */
  @media only screen and (max-width: 768px) {
    .lr-nav {
      margin-top: -10px;
      padding: 1vh 0;
      background-color: #ededef;
      border-bottom: 1px solid #d6d6d6;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .lr-nav.sticky {
      left: 20px;
      right: 20px;
    }

    .lr-nav ul {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      width: 100%;
    }

    .lr-nav li {
      padding: 0 8px;
    }

    .lr-nav li.buy-button {
      margin: 3px auto 0;
      padding: 0 !important;
    }

    .lr-nav li a {
      font-size: 13px;
    }

    #lr-hero {
      padding: 6vh 4%;
    }

    #lr-hero #lr-hero-content {
      flex-direction:column-reverse;
      gap: 30px;
    }

    #lr-hero h1 {
      font-size: 30px;
      line-height:1.1em;
    }

    #lr-hero h1 .colored {
      font-size: 40px;
    }

    #lr-hero h2 {
      font-size: 17px;
      width: 100%;
      line-height: 1.4em;
    }

    #lr-hero p {
      font-size: 17px;
    }

    #lr-hero .hero-ctas {
      flex-direction:column;
    }

    #lr-hero .hero-ctas .btn {
      /* padding:17px 54px !important; */
      padding: 17px 17px 17px 30px !important;
      flex-direction: row;
      justify-content: space-between;
    }

    #lr-hero .hero-ctas .btn.launchVideo {
      padding: 17px;
      gap: 12px;
    }

    #opp-marquee .marquee-content p {
      font-size: 14px;
    }

    #lr-whothisisfor h2 {
      font-size: 30px;
      margin-bottom: 30px;
    }

    #lr-overview {
      padding: 0vh 4% 4vh;
    }

    #lr-overview h2 {
      font-size: 30px;
      max-width:306px;
    }

    #lr-overview #lr-overview-content {
      padding: 35px 15px;
      background: linear-gradient(0deg, #ffffff00 5%, #FFFFFE 32%), url(https://usa.mannatech.com/content/liverreset/bg-foods.jpg);
      background-position: bottom right;
      background-size: 120%;
    }
    
    #lr-overview p {
      font-size: 17px;
    }

    #lr-overview #lr-overview-content .overview-ctas {
      flex-direction:column;
    }

    #lr-overview #lr-overview-content .overview-ctas .btn {
      padding:17px 17px 17px 30px !important;
      justify-content: space-between;
    }

    #lr-overview #lr-overview-content .overview-ctas .btn.btn-blue svg {
      color:#fff;
      fill:#fff;
      stroke:#fff;
    }

    #lr-overview #lr-overview-content .overview-ctas .btn.launchVideo {
      gap: 12px;
    }

    #lr-overview #lr-overview-content .overview-blocks {
      margin-bottom:0;
    }

    #lr-overview #lr-overview-content .overview-block {
      padding: 15px;
    }

    #lr-overview #lr-overview-content .overview-block h3 {
      font-size: 20px;
      margin-bottom: 6px;
    }

    #lr-overview #lr-overview-content .overview-block p {
      font-size: 14px;
    }

    #lr-theliver {
      padding: 4vh 4% 4vh
    }

    #lr-theliver #lr-theliver-wrapper {
      flex-direction:column;
      gap: 20px;
    }

    #lr-theliver #lr-theliver-wrapper #lr-theliver-content {
      padding: 0 15px;
    }

    #lr-theliver p.pre-header {
      font-size: 17px;
      margin-bottom: 10px;
    }

    #lr-theliver h2 {
      font-weight: 900;
      font-size: 30px;
    }

    #lr-theliver p {
      font-size: 17px;
    }

    #lr-review-highlight .lr-review-highlight-content {
      height:40vh;
    }

    #lr-review-highlight .lr-review-highlight-content p.lr-review {
      font-size:24px;
    }

    #lr-review-highlight .lr-review-highlight-content p.cite {
      right:40px;
    }

    #lr-glycan {
      padding:6vh 4% 4vh;
    }

    #lr-glycan .text-center {
      text-align:left !important;
    }

    #lr-glycan p.pre-header {
      font-size: 17px;
      margin-bottom: 10px;
    }

    #lr-glycan h2 {
      font-weight: 900;
      font-size: 30px;
      margin-bottom: 0;
    }

    #lr-glycan p {
      font-size: 17px;
    }

    #lr-glycan #lr-glycan-desc {
      margin-bottom:-50px;
    }

    #lr-glycan #glycan-blocks .glycan-block {
      padding:24px;
      height: fit-content;
    }

    #lr-glycan #glycan-blocks .glycan-block svg {
      margin-bottom:12px;
    }

    #lr-glycan #glycan-blocks .glycan-block h3 {
      font-size:20px;
    }

    #lr-glycan #glycan-blocks .glycan-block p {
      font-size:16px;
    }

    #lr-how-it-works {
      padding: 7vh 4% 0;
    }

    #lr-how-it-works p.pre-header {
      font-size: 17px;
      margin-bottom: 10px;
    }

    #lr-how-it-works h2 {
      font-weight: 900;
      font-size: 30px;
      margin-bottom: 0;
    }

    #lr-how-it-works p {
      font-size: 17px;
    }

    #lr-how-it-works #lr-how-it-works-desc {
      margin-bottom:-30px;
    }

    .phase-card {
      margin-bottom:-30px;
      height:fit-content;
    }

    .phase-card h3.phase-preheader {
      padding: 10px 25px 10px 22px;
      margin-left: -20px;
      margin-bottom: 20px;
    }

    .phase-card h3 {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .phase-card h4 {
      font-size: 12px;
      padding: 10px 0;
    }

    .phase-card ul.checkmarks {
      margin-left: 28px;
    }

    .phase-card ul.checkmarks li {
      font-size:12px;
      line-height: 1.25;
    }

    .phase-card ul.checkmarks li svg {
      margin: 0px 11px 0 -30px;
      font-size: 18px;
    }

    .phase-card ul.checkmarks li strong {
      font-size: 15px;
    }

    .phase-card ul.checkmarks li span {
      font-size: 11px;
      line-height: 1;
      margin-bottom: -2px;
    }

    #lr-how-it-works p.lr-hiw-wte {
      font-size:16px;
    }

    #lr-products {
      padding: 7vh 0 0;
    }

    #lr-products p.pre-header {
      font-size: 17px;
      margin-bottom: 10px;
    }

    #lr-products h2 {
      font-weight: 900;
      font-size: 30px;
      margin-bottom: 0;
    }

    #lr-products p {
      font-size: 17px;
    }

    #lr-products #lr-products-desc {
      margin-bottom:-30px;
    }

    #lr-products .products-carousel {
      height:620px;
      max-height:620px;
      overflow: hidden;
    }

    #lr-products .swiper-wrapper {
      height: 100%;
      height: stretch;
      height: -webkit-fill-available;
    }

    #lr-products .swiper-slide {
      height:stretch;
      height:-webkit-fill-available;
    }

    #lr-products .product-image {
      height:300px;
    }

    #lr-products .product-card {
      filter: none;
      max-height:420px;
      height:stretch;
      height:-webkit-fill-available;
      background-size:120%;
    }

    #lr-products .product-card .product-card-content {
      padding: 12px 15px;
    }

    #lr-products .product-card h3 {
      font-size: 18px;
      margin: 0 0 0.25rem;
    }

    #lr-products .product-card p {
      font-size:13px;
    }

    #lr-products .product-info-sheet {
      font-size:13px;
    }

    #lr-glycans-content-column {
      padding: 7vh 8% 2vh;
      border-radius: 0 0 12px 12px;
    }

    #lr-glycans h2 {
      font-size: 38px;
    }

    #lr-glycans h3 {
      font-size: 17px;
      padding: 5px 10px 7px 12px;
      width: 100%;
      line-height: 1em;
    }

    .phase-card,
    .product-card {
      padding: 25px 20px;
    }

    .btn {
      width: 100%;
      text-align: center;
      padding: 16px 12px;
      font-size: 17px;
    }

    .circle-bullets li::before {
      margin: 0 11px 0 -42px;
    }

    .checkmarks li {
      font-size:17px;
    }

    #lr-results {
      padding: 40px 4% 30px;
    }

    #lr-results p.pre-header {
      font-size: 17px;
      margin-bottom: 10px;
    }

    #lr-results h2 {
      font-weight: 900;
      font-size: 30px;
      margin-bottom: 24px;
    }

    #lr-results p {
      font-size: 17px;
    }

    #lr-results #lr-results-desc {
      margin-bottom:20px;
    }

    #lr-results .before-after {
      margin-bottom: -10px;
    }

    .vertical-marquee {
      margin:-50px 0 0 0;
      max-height: 55vh;
    }

    .vertical-marquee:has(.vertical-wrapper.paused) .marquee-paused {
      opacity: 1;
      color: #fff;
      position: absolute;
      bottom: 40px;
      width: -webkit-fill-available;
      width: stretch;
      text-align: center;
      z-index: 10;
      background: #0000006e;
      backdrop-filter: blur(4px);
      padding: 10px 30px;
      font-weight: 900;
      border-radius: 50px;
    }

    #lr-results .testimonial-item blockquote p {
      font-size: 16px;
      line-height: 1.37;
    }

    #lr-results p.disclaimer {
      font-size: 11px;
    }

    #lr-community {
      padding: 7vh 4% 0;
    }

    #lr-community p.pre-header {
      font-size: 17px;
      margin-bottom: 10px;
    }

    #lr-community h2 {
      font-weight: 900;
      font-size: 30px;
      margin-bottom: 0;
    }

    #lr-community p {
      font-size: 17px;
    }

    #lr-community #lr-community-desc {
      margin-bottom:-30px;
    }

    #lr-community .community-block {
      margin-bottom:-25px;
      height:fit-content;
    }

    #lr-community .community-block h3 {
      font-size: 22px;
    }

    #lr-community .community-block ul {
      margin-left: 65px;
    }

    #lr-community .whatsapp-blocks-wrapper {
      margin-top:-30px;
    }

    #lr-community .whatsapp-blocks-container {
      flex-direction: column;
      gap:15px;
      margin-top:0;
    }

    #lr-community .whatsapp-blocks-container .whatsapp-block {
      justify-content: flex-start;
      width:-webkit-fill-available;
      width:stretch;
    }

    #lr-faq {
      padding: 7vh 4% 3%;
    }

    #lr-faq p.pre-header {
      font-size: 17px;
      margin-bottom: 10px;
    }

    #lr-faq h2 {
      font-weight: 900;
      font-size: 30px;
      margin-bottom: 40px;
    }

    #lr-faq p {
      font-size: 17px;
    }

    #lr-faq .faq-item h4 {
      font-size: 17px;
      line-height: 1.2em;
    }

    #lr-faq .faq-item p {
      font-size:14px;
    }

    #lr-closed {
      padding: 7vh 4% 3%;
    }

    #lr-closed p.pre-header {
      font-size: 17px;
      margin-bottom: 10px;
    }

    #lr-closed h2 {
      font-weight: 900;
      font-size: 30px;
      max-width: 300px;
      margin: 0 auto;
    }

    #lr-closed #lr-closed-desc {
      font-size:16px;
    }

    #lr-closed h3 {
      font-size: 20px;
      margin-bottom: -50px;
    }

    #lr-cta {
      padding: 4vh 4%;
    }

    #lr-cta #lr-cta-content-description p.pre-header {
      font-size: 17px;
      margin-bottom: 15px;
    }

    #lr-cta h2 {
      font-weight: 900;
      font-size: 30px;
      margin: 0 auto 30px;
    }

    #lr-cta #lr-cta-content-description p {
      font-size: 17px;
    }

    #lr-cta #lr-cta-product-content {
      margin-top: -75px;
    }

    #WellnessSection .row {
      flex-direction: row;
    }

    .wellnesscard {
      padding: 15px;
      font-size: 15px;
    }

    .wellness-icon {
      font-size:24px;
    }

    #lr-cta #resource-downloads h2 {
      font-size:24px;
    }

    .resource {
      padding: 10px 20px;
      font-size: 13px;
      margin: 0 0 10px;
    }

    .resource svg {
      font-size: 19px;
      margin-top: 0px;
    }

    #lr-about {
      padding: 0 4%;
    }

    #lr-about .about-block {
      padding: 25px;
      height:fit-content;
    }

    #lr-about .about-block#support-block {
      margin-top:-30px;
    }

    #lr-about .about-block h3 {
      font-size: 20px;
      margin-bottom: 14px;
    }

    #lr-about .about-block p {
      font-size: 15px;
      margin-bottom: 14px;
    }

    .whatsapp-blocks-container .whatsapp-block,
    .contact-custserv {
      font-size:14px;
    }

}


.products-carousel {
  padding: 4rem 0 !important;
  background-color:#f5f5f7;
}




/* Swiper Navigation Arrows */
.products-carousel .swiper-button-prev,
.products-carousel .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  transition: all 0.3s ease;
  opacity:0;
}

.products-carousel .swiper-button-prev:hover,
.products-carousel .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.products-carousel .swiper-button-next:after, 
.products-carousel .swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
  content: "\f053";
  font-size: 15px;
  text-transform: none !important;
  font-weight: 800;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  opacity: 0;
  width:0;
}

.products-carousel .swiper-button-next svg,
.products-carousel .swiper-button-prev svg {
  width: 14px;
}

.products-carousel .swiper-button-next svg {
  transform: rotate(180deg);
}

/* Position arrows nicely (outside the cards) */
.products-carousel .swiper-button-prev {
  left: 40px;
}
.products-carousel .swiper-button-next {
  right: 40px;
}

.products-carousel:hover .swiper-button-next,
.products-carousel:hover .swiper-button-prev {
  background-color: rgba(52, 58, 66, 0.70);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  opacity:1;
}

.products-carousel .swiper-button-next.swiper-button-disabled, 
.products-carousel .swiper-button-prev.swiper-button-disabled {
  opacity:0;
}

/* Optional: Hide arrows on very small screens if they feel cramped */
@media (max-width: 480px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}


