    html, body {
        font-family: 'Inter', sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
    }
    html {
        font-size: 10px;
    }
    body {
       font-size: 1.6rem;
    }
 
    h2 {
        font-size: 32px;
        font-weight: 600;
    }

    .logo-container {
        margin: 4rem 0 !important;
    }

    .centered-section-title {
        margin-bottom: 30px;
        text-align: center;
    }

    .featurette-item-title {
        font-size: 24px;
        font-weight: 600;
    }

    .page-wrapper {
        max-width: 1400px;
        margin: 0px auto;
    }

    .text--lt-green {
        color: #66a92e;
    }

    .text--orange {
        color: #f05a25;
    }

    .text-underline {
        text-decoration: underline;
    }

    @media (min-width: 1400px) {
        .container {
            max-width: 1370px;
        }
    }

    .top-line {
        background-color: #252324;
        min-height: 32px;
        width: auto;
        position:relative;
    }
    .headerDummy {
        display:inline-block;
        width:200px;
    }

    .welcome-msg-block {
        color: white;
        text-align: center;
        display: inline-block;
        padding: 5px;
        width: auto;
    }

    .header-user {
        width: 100%;
    }

    @media (min-width: 992px) {
        .header-user {
            display: flex;
            height: 32px;
	    justify-content: right;
        }
    }

    .header-user-info {
        height: 3.2rem;
        line-height: 32px;
        overflow: hidden;
        text-align: center;
        width: 100%;
    }

    .google-translate-select__container {
        position:absolute;
        right:4px;
        display: inline-block;
        line-height: 1;
        padding: 4px;
        text-align:right;
    }

    @media (max-width: 992px) {
        .google-translate-select__container {
            position:relative;
            display: block;
            text-align: center;
        }
    }

    .logo-container {
        display: block;
        line-height: inherit;
        margin-bottom: 2rem;
        text-align: center;
        white-space: nowrap;
        width: 100%;
    }
    
    .navbar-brand {
        padding-bottom: 0;
        margin-left: -10px;
    }

    .livegood-logo-link {
        display: block;
    }


    .video-section {
        width: 700px;
        margin:0px auto;
    }


    .youtube-video-embed-container {
        position: relative;
        padding-bottom: 50%;
        padding-top: 30px;
        height: 0;
        margin-top: 4rem;
        overflow: hidden;
        box-shadow: 0px 0px 14px 0px rgba( 0, 1, 1, .2 );
    }

    @media (max-width: 1100px) {
        .youtube-video-embed-container {
            margin: 40px auto;
        }
    }

    @media (max-width: 992px) {
        .youtube-video-embed-container {
            max-width:700px;
            margin: 30px auto;
        }
    }

    @media (max-width: 700px) {
        .youtube-video-embed-container {
            max-width:98%;
            margin: 30px auto;
        }
    }

    .youtube-video-embed-container iframe, .youtube-video-embed-container object, .youtube-video-embed-container embed {
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: Inter;
    }

    
        /* GLOBAL STYLES */
        .row.display-flex {
            display: flex;
            flex-wrap: wrap;
        }

        .row.display-flex > [class*='col-'] {
            display: flex;
            flex-direction: row;
        }

.youtube-video-embed-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    margin-top: 0 !important;
    overflow: hidden;
    box-shadow: none !important;
}

        /* TOP BLACK BAR */
        .top-line {
            display: none;
        }

        /* INTRO SECTION */

        .intro-section {
            margin-bottom: 4rem;
        }

        .intro-bubble-container {
            margin-bottom: 40px;
            width: 100%;
        }

        .text-bubble {
            background-color: #efecec;
            border: 1px solid #efecec;
            border-radius: 10px;
            margin: 0 auto;
            width: 100%;
        }

        .text-bubble-sm {
            font-size: 16px;
            max-width: 40rem;
            padding: 20px 15px 5px;
        }

        .text-bubble-lg {
            font-size: 20px;
            padding: 35px 60px 15px;
        }

        .text-bubble-lg .product-review__stars {
            width: 136px;
        }

        .product-review__stars-container {
            margin-bottom: 10px;
        }

        .product-review__stars {
            color: #e4b826;
            margin: 0 auto;
            width: 120px;
        }

        .bubble-comment-text {
            /* font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; */
            font-family: "Times New Roman", Times, Georgia, serif;
            text-align: center;
        }

        .bubble-comment-author {
            font-weight: 600;
            text-align: center;
        }

        .intro-top-image-container {
            margin-bottom: 40px;
        }

        .intro-text {
            margin-bottom: 20px;
        }

        .intro-text-top {
            margin-bottom: 20px;
            margin-right: 200px;
        }
        @media (max-width: 1200px) {
           .intro-text-top {
              margin-right: 100px;
           }
        }
        @media (max-width: 992px) {
           .intro-text-top {
              margin-right: 30px;
           }
        }
.product-average-review-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.product-average-review__stars-container {
    margin-right: 2rem;
}

        .btn-orange {
            background-color: #f15a24;
            /* border: 2px solid darkBlue; */
            border: 1px solid #f15a24;
            border-radius: 8px;
            color: #fff;
            display: inline-block;
            font-size: 20px;
            font-weight: normal;
            letter-spacing: 0.4px;
            line-height: 28px;
            margin-bottom: 5px;
            padding: 10px 25px;
            text-align: center;
            /* text-transform: uppercase; */
            vertical-align: middle;
        }

        .btn-orange:hover {
            color: #fff;
        }


.product-seals__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1rem;
}

.product-seal-image {
    display: block;
    height: 10rem;
    width: 10rem;
}

   @media (max-width: 500px) {
      .product-seals__container {
          display: inline-block;
       }

       .product-seal-image {
          margin: 0px 50px 0px 0px;
          float:left;
       }
   }



        .product-review__section {
            margin-bottom: 0 !important;
        }

        .product-section__heading-container {
            display: none;
        }

        .product-review__user-name {
            font-weight: 600;
        }

        .product-review__date {
            font-weight: 600;
        }

/* end of top */

                    .product-add-to-cart_subscribe-option-input-save-amount {
			color: black;
			font-weight: 600;
    			padding: 4px 8px;
                    }

                    @media (max-width: 1200px) {
    			.product-add-to-cart_subscribe-option-input-save-amount {
                            margin-left: 28px;
    			}
                    }
    .intro-clinically-backed-text {
        margin: 0;
    }

    .intro-clinically-backed-list {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
    }

        .intro-clinically-backed-list-item__bullet-point-icon {
            display: inline-block;
            height: 18px;
            left: 50px;
            margin-top: 3px;
            width: 18px;
        }

    .intro-clinically-backed-list-item__bullet-point-text {
        font-size: 16px;
        font-weight: 600;
    }


    .green-benefits-featurette-section{
	background-color: #edf6eb;
	margin-bottom: 60px;
	padding-top: 60px;
	padding-bottom: 40px;
    }

    .green-benefits-featurette {
	margin-bottom: 40px;
	/* padding: 120px 20px 160px; */
	/* padding: 100px 20px 80px; */
	padding-left: 20px;
	padding-right: 20px;
    }

    @media (min-width: 768px) {
	.green-benefits-featurette {
            margin-bottom: 20px;
	}
    }

    .green-benefits-featurette-image-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 20px;
    }

    .green-benefits-featurette-heading {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
    }

    .green-benefits-featurette-text {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	text-align: center;
    }

    .natural-relief-carousel-section {
        background-color: #fff;
        margin-bottom: 60px;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .natural-relief-carousel-heading {
        color: #000;
        font-size: 48px;
        font-weight: 500;
        margin-bottom: 15px;
        text-align: center;
    }

    .natural-relief-carousel-heading-subtitle {
        color: #000;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 40px;
        text-align: center;
    }

    .natural-relief-carousel-container {
        position: relative;
        margin-bottom: 60px;
        width: 100%;
    }

    .carousel-image {
        height: auto;
        width: 100%;
    }

    .owl-nav {
        position: absolute;
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
        width:100%;
    }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .owl-dots {
        display: none;
    }

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        color: #fff;
        font-size: 60px;
        left: 0;
        top:-60px;
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        color: #fff;
        font-size: 60px;
        right: 0;
        top:-60px;
    }

    .proven-ingredients-powerful-formula-featurette-section {
	background-color: #252324;
	margin-bottom: 160px;
   	padding-top: 60px;
   	padding-bottom: 60px;
    }

    .proven-ingredients-powerful-formula-featurette {
        margin-bottom: 40px;
        /* padding: 120px 20px 160px; */
        /* padding: 100px 20px 80px; */
        padding-left: 20px;
        padding-right: 20px;
    }

    @media (min-width: 768px) {
        .proven-ingredients-powerful-formula-featurette {
            margin-bottom: 40px;
        }
    }

    .proven-ingredients-powerful-formula-featurettes-heading {
        color: #fff;
        font-size: 50px;
        font-weight: 500;
        text-align: left;
    }

    .proven-ingredients-powerful-formula-featurettes-heading-highlight_red {
	color: #f15a24;
	font-weight: 700;
    }

    .proven-ingredients-powerful-formula-featurettes-heading-highlight_green {
	color: #66a92f;
	font-weight: 700;
    }

    .proven-ingredients-powerful-formula-featurettes-heading_subtext {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
    }

    .proven-ingredients-powerful-formula-featurette-image-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 20px;
    }

    .proven-ingredients-powerful-formula-featurette-heading {
        color: #fff;
        font-size: 26px;
        font-weight: 500;
        text-align: center;
    }

    .proven-ingredients-powerful-formula-featurette-text {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
    }

    .give-your-body-a-fresh-start-btn-container {
	text-align: center;
    }
.product-compare-container {
  width: 100%;
  position: relative;
  min-height: 500px;
}

.product-compare-other-products {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0,0.1);
  background-color: #fafafa;
  border-radius: 15px;
  margin: 180px 0px 80px 0px;
  display: flex;
  justify-content: space-between;
}

.product-compare-lgd {
  position: absolute;
  border: 2px solid #f15a24;
  background-color: #fde6de;
  border-radius: 15px;
  box-shadow: 5.878px 8.09px 19.2px 10.8px rgba(241, 90, 36, 0.08);
  width: 33%;
  margin: 0px auto;
  top: -70px;
  left: 0px;
  right: 0px;
  text-align: center;
  min-height: 510px;
}

.product-compare-lgd-img {
  position: absolute;
  top: -70px;
  left: 0px;
  right: 0px;
}

.product-compare-lgd-content {
  padding: 220px 15px 0px 15px;
}

.product-compare-title {
  font-family: 'Roboto Condensed', sans-serif;
  height: 60px;
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  color:#171d4d;
}

.product-compare-lgd-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  padding: 20px 0px;
  color:#171d4d;
}

.product-compare-price {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 70px;
}

.product-compare-desc {
  font-weight: bold;
  padding: 20px 0px;
  font-size: 20px;
}

.product-compare-1,.product-compare-2,.product-compare-mid {
  display: inline-block;
  position: relative;
  min-height: 350px;
  width: 32%;
}

.product-compare-img {
  position: absolute;
  top: -70px;
  left: 0px;
  right: 0px;
  text-align: center;
}

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

.product-compare-other-content {
  padding: 200px 15px 0px 15px;
  text-align: center;
}

.product-compare-other-price-section {
  text-align: center;
}

.product-compare-other-price-label {
  font-weight: bold;
}

.strikethrough {
  position: relative;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid red;
}

.product-compare-other-price-price {
  color:#717171;
  font-weight: bold;
  font-size: 40px;
}

.product-compare-save {
  padding: 20px 0px;
  font-weight: bold;
  font-size: 20px;
}

.product-compare-save-percent {
  background-color:#e82020;
  color:white;
  padding: 3px 9px;
  border-radius: 18px;
}

.product-compare-img-img {
  width: 250px;
}

.product-compare-lgd-img-img {
  width: 300px;
}

.product-compare-best-value {
  position: absolute;
  top: -20px;
  right: -40px;
}

.product-compare-best-value img {
  width: 145px;
}

@media (max-width: 992px) {
 .product-compare-lgd-title {
   font-size: 30px;
   line-height: 33px;
 }

 .product-compare-title {
   font-size: 22px;
   line-height: 25px;
 }

 .product-compare-lgd-img-img {
   width: 220px;
 }
}

@media (max-width: 768px) {
 .product-compare-lgd-img-img {
   width: 250px;
 }

 .product-compare-1,.product-compare-2 {
   width: 48%;
   border-style: solid;
   border-width: 2px;
   border-color: rgba(0, 0, 0, 0.1);
   background-color: #fafafa;
   border-radius: 15px;
 }

 .product-compare-other-products {
   border: none;
   background-color:white;
 }

 .product-compare-lgd {
   width: 66%;
   position: relative;
   min-height: auto;
 }

 .product-compare-mid {
   display: none;
 }
}

 @media (max-width: 500px) {
  .product-compare-other-products {
    display: inline-block;
    text-align: center;
    margin-top: 50px;
  }

  .product-compare-lgd {
    width: 98%;
  }

  .product-compare-1,.product-compare-2 {
    width: 80%;
    margin-bottom: 25px;
  }

  .product-compare-2 {
    margin-top: 25px;
  }
}
    .product-review__section {
        background-color: #fafafa !important;
    }

    .product-review__stars-heading-container {
        margin-bottom: 20px;
    }

    .product-review {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
        padding: 20px;
    }
    .factor4-lower-black-row {
        background-color: #000;
        height: 200px;
        margin-bottom: 80px;
        width: 100%
    }

    @media (min-width: 762px) {
        .factor4-lower-black-row {
            height: 100px;
        }
    }

    @media (min-width: 1200px) {
        .factor4-lower-black-row {
            height: 50px;
        }
    }

    .factor4-lower-black-bar-text-container {
        /* width: 100% */
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
    }

    .factor4-lower-black-bar-icon-orange {
        /* position: absolute; */
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        height: 28px;
        left: 20px;
        margin-top: -6px;
        margin-right: 10px;
        width: 28px;
    }

    .factor4-lower-black-bar-icon-orange_never-run-out {
        background: url(https://images.livegood.com/powerline/factor4Landing/never-run-out-icon.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .factor4-lower-black-bar-icon-orange_money-back-guarantee {
        background: url(https://images.livegood.com/powerline/factor4Landing/money-back-guarantee-icon.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .factor4-lower-black-bar-icon-orange_best-price {
        background: url(https://images.livegood.com/powerline/factor4Landing/best-price-icon.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .factor4-lower-black-bar-icon-orange_microscope {
        background: url(https://images.livegood.com/powerline/factor4Landing/microscope-icon.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .factor4-lower-black-bar-text {
        color: #fff;
        font-size: 16px;
    }

    .try-factor-4-green-text-box {
        background-color: #edf6eb;
        border: 1px solid transparent;
        border-radius: 8px;
        padding: 20px;
        width: 100%;
    }
    @media (min-width: 1200px) {
        .try-factor-4-green-text-box {
            margin: 0 auto;
            width: 570px;
        }
    }

    .try-factor-4-green-text-box-text {
        margin-bottom: 0px !important;
    }

            .main-footer {
                background-color: #252324;
                color: #bebebe;
                justify-content: flex-end;
                padding: 2rem 2rem;
                width: 100%;
            }

            @media (min-width: 768px) {
                .footer-content {
                    display: flex;
                    justify-content: space-between;
                }
            }

            .footer-links-copyright-container {
                padding-top: 1.4rem;
                text-align: center;
            }

            @media (min-width: 768px) {
                .footer-links-copyright-container {
                    margin-bottom: 0;
                    margin-right: 2rem;
                    text-align: left;
                }
            }

            .main-footer p {
                color: #bebebe;
            }

            .main-footer a {
                color: #bebebe;
                text-decoration: none;
                background-color: transparent;
            }

            .main-footer a:hover {
                color: #fff;
            }
            .footer-logo-container {
                margin-bottom: 4rem;
            }

            .footer-logo-link_mobile {
                display: block;
                margin: 0 auto;
                width: 210px;
            }

            @media (min-width: 768px) {
                .footer-logo-link_mobile {
                    display: none;
                }
            }

            .footer-logo-link {
                display: none;
            }

            @media (min-width: 768px) {
                .footer-logo-link {
                    display: block;
                    margin: 0;
                    width: 280px;
                }
            }

            .footer-btn-orange {
                width: 100%;
            }

    .fa-angle-left {
        color: #fff;
    }
    .try-factor-4-green-text-box {
        margin-bottom:25px;
    }
    .product-review__section {
        margin-top:25px;
    }

.video-thumbnail {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 height: auto;
 width: 100%;
 overflow: hidden;
}
.video-thumbnail-button-container {
 position:relative;
 height:100%;
 aspect-ratio:9/16;
 display:flex;

}
.video-thumbnail-button {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    opacity: .7;
}
.video-thumbnails_video_button {
    padding: 12px 25px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #0050ad;
    color: white;
    line-height: 20px;
    font-size: 20px;
}
.video-thumbnail iframe{
    height:100%;
    aspect-ratio:9/16;
}
button.owl-prev, button.owl-next, .fa-angle-left, .fa-angle-right {
    text-shadow: 2px 1px 7px rgba(0,0,0,0.74);
}
.text--green {
    color: #66a92f;
}
