@import url(https://fonts.googleapis.com/css?family=Barlow:500i|Barlow+Condensed:700i&display=swap);
@media (max-width:767px) {
    .landing-podcast {
        margin-bottom: 10px
    }
}
.landing__product-gallery-wrapper>.product-gallery {
    flex-direction: column;
}
.product-gallery-side-icons {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: calc(90% - 100px);
    width: auto;
    left: 0
}

@media (min-width:768px) {
    .product-gallery-side-icons {
        height: calc(100% - 100px);
        left: -20px
    }
}

@media (min-width:1440px) {
    .product-gallery-side-icons {
        left: -30px
    }
}

.text-product {
    color: red
}

.product__facts-btn {
    display: block;
    text-decoration: none;
    font-family: Barlow, sans-serif;
    font-weight: 600
}

.product__facts-btn img {
    margin-right: 5px
}

.landing__cta-bar {
    background-color: #222;
    position: fixed;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 11;
    transition: transform .2s, opacity .4s;
    border-top: 1px solid #949494;
    bottom: 0;
    transform: translateY(100%)
}

@media (min-width:768px) {
    .landing__cta-bar {
        background-color: #fff;
        top: 0;
        bottom: auto;
        border-bottom: 1px solid #dcdcdc;
        border-top: 0;
        transform: translateY(-100%)
    }
}

@media (min-width:768px) {
    .landing__cta-bar[data-site-message=true] {
        top: 30px
    }
}

.landing__cta-bar--no-nav {
    transform: translateY(0)
}

.landing__cta-bar-content-wrap {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {
    .landing__cta-bar-content-wrap {
        justify-content: space-between;
        height: 60px
    }
}

@media (max-width:767px) {
    .main-footer {
        padding-bottom: 80px
    }
}

.landing__cta-bar-logo {
    display: none
}

@media (min-width:768px) {
    .landing__cta-bar-logo {
        display: block
    }
}

.landing__cta-bar-logo img {
    width: 72px
}

.landing__cta-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%
}

@media (min-width:768px) {
    .landing__cta-bar-content {
        justify-content: space-between;
        width: auto
    }
}

.landing__cta-bar-text {
    text-align: center;
    margin-right: 5px;
    color: #fff
}

@media (min-width:576px) {
    .landing__cta-bar-text {
        margin-right: 20px
    }
}

@media (min-width:768px) {
    .landing__cta-bar-text {
        text-align: right;
        color: #222
    }
}

.landing__cta-bar-text h5 {
    font-size: 16px;
    line-height: 20px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600
}

.landing__cta-bar-text p {
    font-size: 13px;
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
    font-weight: 500
}

.landing__cta-bar-text a {
    text-decoration: none;
    color: #fff
}

@media (min-width:768px) {
    .landing__cta-bar-text a {
        color: #222
    }
}

.landing__cta-bar-btn .sv-btn {
    font-size: 18px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    min-width: 139.53488px;
    animation: pulse-grow .5s linear infinite alternate
}

@media (min-width:768px) {
    .landing__cta-bar-btn .sv-btn {
        min-width: 200px;
        height: 40px;
        line-height: 36px
    }
}

@media (max-width:575px) {
    .landing__cta-bar-btn .sv-btn {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 1.1
    }
    .landing__cta-bar-btn .sv-btn span {
        font-size: 14px
    }
}

@keyframes pulse-grow {
    to {
        -webkit-transform: scale(1.075);
        transform: scale(1.075)
    }
}

.landing__header {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    overflow: hidden
}

@media (min-width:768px) {
    .landing__header {
        margin-top: 30px
    }
}

.landing__header h1 {
    display: inline-block;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 0;
    font-size: 36px;
    line-height: 44px;
    background-color: #fff;
    position: relative;
    padding: 0 10px;
    width: 282px
}

@media (min-width:576px) {
    .landing__header h1 {
        width: auto
    }
}

@media (min-width:768px) {
    .landing__header h1 {
        padding: 0 30px;
        font-size: 56px;
        line-height: 64px
    }
}

.landing__header h1:before {
    right: 100%
}

.landing__header h1:after,
.landing__header h1:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100vw;
    background-color: red
}

.landing__header h1:after {
    left: 100%
}

.beets__product-top {
    margin-top: 20px
}

@media (min-width:768px) {
    .beets__product-top {
        margin-top: 30px
    }
}

.beets__product-gallery-wrapper>.product-gallery {
    flex-direction: column
}

.beets__product-gallery-wrapper>.product-gallery>.product-gallery__fullsize {
    margin: 0;
    height: auto
}

.beets__product-gallery-wrapper>.product-gallery>.product-gallery__fullsize:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.beets__product-gallery-wrapper>.product-gallery>.image-gallery__thumbnails {
    order: 2;
    flex-direction: row;
    justify-content: center
}

.beets__product-gallery-wrapper>.product-gallery>.image-gallery__thumbnails li {
    width: calc(20% - 10px);
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.beets__product-gallery-wrapper>.product-gallery>.image-gallery__thumbnails li:nth-of-type(n+5) {
    display: none
}

.beets__product-gallery-wrapper>.product-gallery>.image-gallery__thumbnails li.active {
    border-color: #dcdcdc
}

.beets__product-top-badge {
    background-image: url("../img/icons/icon-hex-orange.svg");
    position: absolute;
    top: 20px;
    right: 20px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
    width: 100px;
    height: 100px;
    padding: 20px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .beets__product-top-badge {
        width: 120px;
        height: 120px;
        right: 30px;
        padding: 10px
    }
}

.beets__product-top-badge .h5 {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 26px
}

@media (min-width:768px) {
    .beets__product-top-badge .h5 {
        font-size: 38px;
        letter-spacing: 3px;
        line-height: 20px
    }
}

.beets__product-top-badge p:not(.h5) {
    margin-top: 5px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px
}

@media (min-width:768px) {
    .beets__product-top-badge p:not(.h5) {
        margin-top: 10px;
        font-size: 18px;
        letter-spacing: 1.5px;
        line-height: 18px
    }
}

.beets__product-top-bullets {
    margin-top: 5px;
    display: inline-block
}

@media (min-width:768px) {
    .beets__product-top-bullets {
        margin-top: 30px
    }
}

.beets__product-top-bullets ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 10px
}

.beets__product-top-bullets li {
    font-family: Barlow, sans-serif;
    font-weight: 600;
    line-height: 22px
}

@media (min-width:1024px) {
    .beets__product-top-bullets li {
        font-size: 20px;
        line-height: 40px
    }
}

.greens__icons {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

@media (min-width:576px) {
    .greens__icons {
        margin-top: 50px;
        padding: 30px 25px
    }
}

.greens__icons ul {
    display: flex;
    margin: 0 -10px;
    width: 100%;
    flex-grow: 1;
    justify-content: space-around
}

@media (min-width:576px) {
    .greens__icons ul {
        justify-content: center;
        margin: 0 -25px
    }
}

.greens__icons li {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 25%;
    flex-direction: column;
    display: flex;
    align-items: center
}

@media (min-width:576px) {
    .greens__icons li {
        text-align: left;
        flex-direction: row;
        padding-left: 25px;
        padding-right: 25px;
        min-width: 0
    }
}

@media (min-width:768px) {
    .greens__icons li {
        max-width: 160px
    }
}

.greens__icons svg {
    fill: #949494;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px
}

.greens__icons p {
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #949494;
    letter-spacing: 1px;
    margin-top: 10px
}

@media (min-width:576px) {
    .greens__icons p {
        margin-top: 10px;
        font-size: 12px;
        margin: 0;
        padding-left: 10px
    }
}

@media (min-width:768px) {
    .beets__product-top-purchase-content-col {
        display: flex;
        flex-direction: column
    }
}

.beets__product-top-purchase-content-col h4 {
    text-align: center;
    margin-top: 30px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    font-style: italic;
    line-height: normal
}

@media (min-width:768px) {
    .beets__product-top-purchase-content-col h4 {
        text-align: left;
        margin-top: 0
    }
}

@media (max-width:767px) {
    .beets__product-top-purchase-content-col h4 {
        font-size: 30px
    }
}

.beets__product-top-purchase {
    margin-top: 5px
}

@media (min-width:768px) {
    .beets__product-top-purchase {
        margin-top: 40px
    }
}

.beets__product-top-purchase .sv-btn {
    min-width: 280px;
    height: 60px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media (min-width:1024px) {
    .beets__product-top-purchase .sv-btn {
        min-width: 200px
    }
}

.beets__product-top-purchase p:not(.h5) {
    margin-top: 10px
}

@media (min-width:1440px) {
    .beets__product-top-purchase p:not(.h5) {
        margin-top: 0
    }
}

.beets__product-top-purchase .h5 {
    font-size: 28px;
    line-height: 30px;
    color: #00b359
}

.beets__product-top-purchase .h5 .sv-btn--link {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    text-decoration: underline;
    font-size: 28px;
    line-height: 30px;
    color: #00b359
}

@media (min-width:768px) {
    .beets__product-top-purchase .h5 {
        margin-top: 8px
    }
}

.beets__product-top-purchase-text {
    text-align: center
}

@media (min-width:1440px) {
    .beets__product-top-purchase-text {
        text-align: left
    }
}

@media (min-width:1024px) {
    .beets__product-top-purchase-text p {
        margin-top: 10px
    }
}

@media (min-width:1440px) {
    .beets__product-top-purchase-text p {
        margin-top: 0
    }
}

.greens__purchase {
    padding-top: 50px;
    background-size: contain;
    background-position: 50%
}

@media (min-width:768px) {
    .greens__purchase {
        padding-top: 80px
    }
}

.greens__purchase h3 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: -10px
}

@media (min-width:768px) {
    .greens__purchase h3 {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 0
    }
}

.greens__purchase h3 span {
    color: red
}

.greens__scroll-btn {
    font-family: Barlow, sans-serif;
    font-weight: 600;
    margin-top: 20px;
    display: inline-flex;
    align-items: center
}

.greens__scroll-btn img {
    margin-right: 10px;
    width: 10px
}

.greens__purchase-footer {
    padding-top: 30px;
    text-align: center
}

.greens__purchase-footer img {
    width: 96px
}

@media (min-width:768px) {
    .greens__purchase-footer img {
        width: 120px
    }
}

.greens__purchase-footer .h5 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.5px;
    margin-top: 30px
}

.greens__purchase-footer p {
    margin-top: 10px
}

.product-gallery {
    display: flex
}

@media screen and (max-width:767px) {
    .product-gallery {
        flex-direction: column
    }
}

.image-gallery__thumbnails {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    order: 1;
    position: relative
}

@media (min-width:576px) {
    .image-gallery__thumbnails {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .image-gallery__thumbnails {
        left: 10px;
        order: 0;
        justify-content: flex-start;
        flex-direction: column
    }
}

.image-gallery__thumbnails li {
    position: relative;
    padding: 8px;
    cursor: pointer;
    border-radius: 2px;
    border: 2px solid transparent;
    transition: border-color .25s;
    width: calc(20% - 10px);
    max-width: 80px;
    margin: 5px
}

@media (min-width:768px) {
    .image-gallery__thumbnails li {
        width: 80px;
        height: 80px
    }
}

.image-gallery__thumbnails li:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

@media (min-width:768px) {
    .image-gallery__thumbnails li+li {
        margin-top: 20px
    }
}

.image-gallery__thumbnails li.active {
    border: 2px solid #222
}

.product__image-modal-slider .flickity-viewport[style] {
    height: 100% !important;
    touch-action: pan-y pinch-zoom !important
}

.product__image-modal-slider-wrapper {
    height: 500px;
    padding: 20px;
    width: 100%;
    height: calc(100% - 5px)
}

.product__image-modal-slider {
    height: 100%;
    width: 100%
}

.product__image-modal-slider-item {
    height: 100%;
    width: 100%
}

.product-gallery__fullsize,
.product__image-modal-slider-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.product-gallery__fullsize {
    position: relative;
    height: 200px
}

@media (min-width:576px) {
    .product-gallery__fullsize {
        height: auto;
        flex: 0 1 400px
    }
}

@media (min-width:768px) {
    .product-gallery__fullsize {
        margin: 0 auto;
        margin-left: 10px
    }
}

@media (min-width:1024px) {
    .product-gallery__fullsize {
        margin-left: 25px
    }
}

@media (min-width:768px) {
    .product-gallery__fullsize:before {
        content: "";
        display: block;
        padding-bottom: 100%
    }
}

.product-gallery__badge {
    position: absolute;
    top: 0;
    right: 40px;
    width: 75px
}

@media (min-width:576px) {
    .product-gallery__badge {
        right: 50px;
        width: 125px
    }
}

@media (min-width:768px) {
    .product-gallery__badge {
        top: 110px;
        right: 0;
        width: 75px
    }
}

@media (min-width:1024px) {
    .product-gallery__badge {
        top: 30px;
        right: 0;
        width: 125px
    }
}

.product-gallery__modal .modal-mask {
    z-index: 10001
}

.product-gallery__modal .modal-container {
    width: 1440px;
    height: 900px;
    padding-top: 1px;
    padding-bottom: 10px;
    max-width: calc(100% - 20px);
    max-height: 90%
}

@media (min-width:768px) {
    .product-gallery__modal .modal-container {
        max-height: 100%
    }
}

.product-gallery__modal .modal-container .modal-close-button {
    top: 10px;
    right: -20px
}

.product-gallery__modal .modal-body {
    margin: 0;
    padding: 20px 0;
    height: 100%
}

.product-gallery__modal-content {
    display: flex;
    height: 100%
}

.product-gallery__modal-content .image-gallery__thumbnails {
    overflow: auto
}

.image-gallery__play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    max-height: 50%
}

.product-gallery-vimeo {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient(50% 50%, rgba(0, 0, 0, .1) 0, transparent 98%);
    cursor: pointer
}

.happy-customers {
    margin-top: 30px
}

@media (min-width:768px) {
    .happy-customers {
        margin-top: 50px
    }
}

.happy-customers h3 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-style: italic
}

@media (min-width:768px) {
    .happy-customers h3 {
        font-size: 48px;
        line-height: 52px
    }
}

.happy-customers-slider {
    margin-top: 50px
}

.cardio-stack-top-reviews {
    position: relative;
    padding-top: 30px
}

@media (min-width:768px) {
    .cardio-stack-top-reviews {
        padding-top: 50px
    }
}

@media (max-width:767px) {
    .cardio-stack-top-reviews {
        text-align: center
    }
}

.cardio-stack-top-reviews h3 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-style: italic
}

@media (min-width:768px) {
    .cardio-stack-top-reviews h3 {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 30px
    }
}

.cardio-stack-top-reviews .h4 {
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
    font-weight: 600
}

@media (max-width:767px) {
    .cardio-stack-top-reviews .h4 {
        font-size: 24px;
        margin-top: 25px
    }
}

@media (min-width:768px) {
    .cardio-stack-top-reviews-slides>div+div {
        margin-top: 30px
    }
}

@media (min-width:768px) {
    .cardio-stack-top-reviews-slides>div:nth-child(2n) {
        text-align: right
    }
}

@media (min-width:768px) {
    .cardio-stack-top-reviews-slides>div:nth-child(2n) .cardio-stack-top-reviews__stars {
        justify-content: flex-end
    }
}

.cardio-stack-top-reviews__button {
    justify-content: center;
    text-align: center;
    margin-top: 30px
}

@media (min-width:768px) {
    .cardio-stack-top-reviews__button {
        text-align: right
    }
}

.cardio-stack-top-reviews__button .sv-btn--link {
    line-height: 20px;
    font-size: 18px;
    font-style: italic;
    color: #4b4b4b
}

.cardio-stack-top-reviews--quote {
    position: absolute;
    top: -16px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    width: 38px
}

@media (min-width:768px) {
    .cardio-stack-top-reviews--quote {
        display: none
    }
}

.cardio-stack-top-reviews__item {
    width: 100%
}

.cardio-stack-top-reviews__video {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #222
}
.cardio-stack-top-reviews__video.img-video {
    background-image: url(../img/thumbnail_1.JPG);
    background-size: contain;
    background-repeat: no-repeat;
}
.cardio-stack-top-reviews__video.img-notvideo {
    background: url("../img/hh_review_2.webp")
}

.cardio-stack-top-reviews__video:before {
    content: "";
    display: block;
    padding-bottom: 67.1875%
}
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: -35%;
    left: calc(100% - 188px);
    max-width: 600px;
    max-height: 360px;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

@media (min-width:768px) {
    .cardio-stack-top-reviews__video:before {
        padding-bottom: 67.24137931%
    }
}

.cardio-stack-top-reviews__video .modal-container {
    height: auto
}

.cardio-stack-top-reviews__video .sv-btn {
    font-size: 0;
    line-height: 0;
    min-width: 1px;
    height: auto;
    padding: 50px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.cardio-stack-top-reviews__video .sv-btn>svg {
    top: 0;
    transform: none;
    margin: 0;
    width: 50px;
    height: 50px
}

.cardio-stack-top-reviews__video .sv-btn:focus {
    outline: 0
}

@media (max-width:767px) {
    .cardio-stack-top-reviews__video {
        margin: 20px -10px 0
    }
}

.cardio-stack__video {
    height: 0
}

.cardio-stack__video .sv-btn {
    display: none
}

.has-webp .cardio-stack-top-reviews__video--1 {
    background-image: url("../img/hh_review_1.webp")
}

.has-webp .cardio-stack-top-reviews__video--2 {
    background-image: url("../img/hh_review_2.webp")
}

.no-webp .cardio-stack-top-reviews__video--1 {
    background-image: url("../img/hh_review_1.jpg")
}

.no-webp .cardio-stack-top-reviews__video--2 {
    background-image: url("../img/hh_review_2.jpg")
}

.cardio-stack-top-reviews__video--1-2 {
    background-image: url("../img/hh_review_3.jpg")
}

.cardio-stack-top-reviews__review {
    font-family: Barlow, sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 10px;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .cardio-stack-top-reviews__review {
        margin-bottom: 20px
    }
}

.cardio-stack-top-reviews__stars {
    display: flex;
    line-height: 0;
    height: 20px;
}

@media (max-width:767px) {
    .cardio-stack-top-reviews__stars {
        justify-content: center
    }
}

.cardio-stack-top-reviews__stars li {
    margin-right: 3px
}

.cardio-stack-top-reviews__stars li img {
    width: 16px;
    height: 16px
}

.cardio-stack-top-reviews__name {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: .5px
}

@media (max-width:767px) {
    .cardio-stack-top-reviews__name {
        display: inline-block;
        padding: 0 10px
    }
}

.heart-nature-icon {
    fill: #FF4747;
    width: 140px;
    height: 50px
}

.heart-ingredients {
    padding-top: 50px
}

@media (min-width:768px) {
    .heart-ingredients {
        padding-top: 80px
    }
}

.heart-ingredients h3 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-style: italic
}

@media (min-width:768px) {
    .heart-ingredients h3 {
        font-size: 48px;
        line-height: 52px
    }
}

.happy-customers-slider+.heart-ingredients {
    margin-top: 40px
}

.heart-ingredients__slider {
    margin-top: 30px
}

@media (min-width:768px) {
    .heart-ingredients__slider {
        margin-top: 50px
    }
}

.heart-ingredients__slider .flickity-page-dots {
    bottom: -56px
}

@media (min-width:1024px) {
    .heart-ingredients__slider .flickity-page-dots {
        display: none
    }
}

.heart-ingredients__slider .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    margin: 0 15px
}

.heart-ingredients__slider:not(.flickity-enabled) {
    display: flex;
    flex-wrap: wrap
}

.heart-ingredients__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: center
}

@media (min-width:768px) {
    .heart-ingredients__item {
        width: 50%;
        text-align: left
    }
}

@media (min-width:1024px) {
    .heart-ingredients__item {
        width: 25%
    }
}

.heart-ingredients__item img {
    width: 100px
}

.heart-ingredients__item h4 {
    margin: 30px 0 0;
    font-size: 24px;
    line-height: 30px
}

.heart-ingredients__item h4,
.heart-ingredients__item h5 {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600
}

.heart-ingredients__item h5 {
    margin: 10px 0 0;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 20px;
    text-transform: uppercase;
    color: red
}

.heart-ingredients__item p {
    font-family: Barlow, sans-serif;
    font-weight: 400;
    margin: 20px 0 0;
    line-height: 20px;
    font-size: 14px
}

@media (min-width:768px) {
    .heart-ingredients__item p {
        margin: 30px 0 0;
        font-size: 18px;
        line-height: 24px
    }
}

.heart-ingredients__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 86px;
    justify-content: center
}

@media (min-width:768px) {
    .heart-ingredients__footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end
    }
}

@media (min-width:1024px) {
    .heart-ingredients__footer {
        margin-top: 30px
    }
}

.heart-ingredients__footer-slogan {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 80px;
}

@media (min-width:768px) {
    .heart-ingredients__footer-slogan {
        flex-direction: row
    }
}

.heart-ingredients__footer-slogan span {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width:768px) {
    .heart-ingredients__footer-slogan span {
        padding-right: 10px
    }
}

.heart-ingredients__footer-facts {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 30px
}

@media (min-width:768px) {
    .heart-ingredients__footer-facts {
        display: block;
        margin-top: 0
    }
}

.heart-benefits {
    padding-top: 50px
}

@media (min-width:768px) {
    .heart-benefits {
        padding-top: 80px
    }
}

.heart-benefits h3 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-style: italic
}

@media (min-width:768px) {
    .heart-benefits h3 {
        font-size: 48px;
        line-height: 52px
    }
}

.heart-benefits__slider {
    margin-top: 30px;
    padding-bottom: 56px
}

@media (min-width:768px) {
    .heart-benefits__slider {
        margin-top: 50px
    }
}

@media (min-width:1024px) {
    .heart-benefits__slider {
        padding-bottom: 0
    }
}

.heart-benefits__slider .flickity-page-dots {
    bottom: 0
}

@media (min-width:1024px) {
    .heart-benefits__slider .flickity-page-dots {
        display: none
    }
}

.heart-benefits__slider .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    margin: 0 15px
}

.heart-benefits__slider:not(.flickity-enabled) {
    display: flex;
    flex-wrap: wrap
}

.heart-benefits__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: left;
}

@media (min-width:768px) {
    .heart-benefits__item {
        width: 50%
    }
}

@media (min-width:1024px) {
    .heart-benefits__item {
        width: 25%
    }
}

.heart-benefits__item div {
    background-size: cover;
    background-position: 50%;
    position: relative;
    display: flex;
    align-items: flex-end;
    font-size: 72px;
    color: #fff;
    line-height: 72px;
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
    font-weight: 600;
    padding: 20px;
    z-index: 0;
    border-radius: 2px
}

.heart-benefits__item div:before {
    content: "";
    padding-bottom: 73.56948229%;
    display: block
}

@media (min-width:1024px) {
    .heart-benefits__item div:before {
        padding-bottom: 100%
    }
}

.heart-benefits__item div:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .3;
    background-image: linear-gradient(180deg, rgba(34, 34, 34, 0), #222);
    z-index: -1;
    border-radius: 2px
}

.heart-benefits__item h4 {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    margin-top: 30px
}

.heart-benefits__item p {
    margin-top: 15px
}

@media (min-width:768px) {
    .heart-benefits__item p {
        font-size: 18px;
        line-height: 24px
    }
}

.heart-benefits__item-image-1 {
    background: url("../img/heart_benefit_1.webp")
}

.heart-benefits__item-image-2 {
    background: url("../img/heart_benefit_2.webp")
}

.heart-benefits__item-image-3 {
    background: url("../img/heart_benefit_3.webp")
}

.heart-benefits__item-image-4 {
    background: url("../img/heart_benefit_4.webp")
}


.beets__benefits {
    padding-top: 50px
}

@media (min-width:768px) {
    .beets__benefits {
        padding-top: 80px
    }
}

.beets__benefits h3 {
    text-align: center;
    font-weight: 700;
    font-style: italic;
    line-height: 40px;
    font-size: 36px
}

@media (min-width:768px) {
    .beets__benefits h3 {
        line-height: 56px;
        font-size: 48px
    }
}

.beets__benefits .h5 {
    text-align: center;
    margin-top: 20px;
    color: red;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    font-size: 20px
}

.beets__benefits .buy-button-90 {
    display: block;
    margin: 30px auto 0
}

@media (min-width:768px) {
    .beets__benefits .buy-button-90 {
        margin: 30px 0 0;
        display: block
    }
}

@media (min-width:1024px) {
    .beets__benefits .buy-button-90 {
        display: inline-block
    }
}

@media (min-width:768px) {
    .beets__benefits .buy-button-90 .sv-btn--green {
        min-width: 100%
    }
}

@media (min-width:1024px) {
    .beets__benefits .buy-button-90 .sv-btn--green {
        min-width: 366px
    }
}

@media (min-width:768px) {
    .beets__benefits>.container>.row {
        margin-top: 26px
    }
}

.beets__benefits-image {
    margin-top: 40px;
    padding: 0
}

@media (min-width:768px) {
    .beets__benefits-image {
        margin-top: 0;
        padding: 0 10px
    }
}

.beets__benefits-image>div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: -1
}

.beets__benefits-image>div:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.no-webp .beets__benefits-image>div {
    background-image: url("../img/layouts/heart_health/product/product_image_60.png")
}

.has-webp .beets__benefits-image>div {
    background-image: url("../img/layouts/heart_health/product/product_image_60.webp")
}

.beets__benefits-item {
    margin-top: 20px
}

@media (min-width:768px) {
    .beets__benefits-item {
        align-items: center;
        margin-top: 0
    }
}

.beets__benefits-item img {
    width: 40px;
    padding: 10px 0;
    background-color: #fff;
    margin-top: -10px
}

@media (min-width:768px) {
    .beets__benefits-item img {
        margin: 0;
        padding: 0;
        width: 50px
    }
}

.beets__benefits-item h4 {
    font-size: 20px;
    line-height: 30px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600
}

@media (min-width:768px) {
    .beets__benefits-item h4 {
        font-size: 24px;
        line-height: 26px;
        font-weight: 800
    }
}

.beets__benefits-item p {
    margin-top: 5px
}

@media (min-width:768px) {
    .beets__benefits-item p {
        font-family: Barlow, sans-serif;
        font-weight: 500
    }
}

@media (max-width:767px) {
    .beets__benefits-item .col {
        padding-left: 0
    }
}

@media (min-width:768px) {
    .beets__benefits-item+.beets__benefits-item {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .beets__benefits-items .beets__benefits-item:first-of-type .beets__benefits-item-image:before {
        height: 50px
    }
}

.beets__benefits-item-image {
    position: relative
}

.beets__benefits-item-image:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    width: 2px;
    height: 100%;
    background: repeating-linear-gradient(0deg, #dcdcdc 0, #dcdcdc 2px, transparent 0, transparent 7px)
}

@media (min-width:768px) {
    .beets__benefits-item-image:before {
        top: 50%;
        bottom: auto;
        left: auto;
        right: 100%;
        width: 100px;
        height: 2px;
        transform: translateY(-50%);
        background-color: transparent;
        background: repeating-linear-gradient(90deg, #dcdcdc 0, #dcdcdc 2px, transparent 0, transparent 7px)
    }
}

.beets__benefits-links {
    margin-top: 30px
}

@media (min-width:768px) {
    .beets__benefits-links {
        margin-top: 0
    }
}

.beets__benefits-links>div {
    width: 300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.beets__benefits-links .sv-btn--link {
    font-family: Barlow, sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center
}

.beets__benefits-links .sv-btn--link img {
    margin-right: 8px
}

.beets__benefits-links .sv-btn--link span {
    text-decoration: underline
}

.beets-stats {
    text-align: center;
    margin-top: 50px
}

@media (min-width:768px) {
    .beets-stats {
        margin-top: 80px
    }
}

.beets-stats h3 {
    margin-bottom: -20px
}

@media (min-width:1440px) {
    .beets-stats h3 {
        margin-bottom: -40px
    }
}

.beets-stats span {
    color: red
}

.beets-stats .col-xl-auto {
    flex: 0 0 500px;
    margin: 40px auto 0
}

@media (min-width:1440px) {
    .beets-stats .col-xl-auto {
        margin-top: 80px
    }
}

.beets-stats p {
    margin-top: 50px;
    color: #4b4b4b;
    font-style: italic
}

.hh-evidence {
    padding-top: 50px
}

@media (min-width:768px) {
    .hh-evidence {
        padding-top: 80px
    }
}

.hh-evidence h3 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-style: italic
}

@media (min-width:768px) {
    .hh-evidence h3 {
        font-size: 48px;
        line-height: 52px
    }
}

.hh-evidence-banner-content {
    background-color: #fff;
    padding: 5px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin-top: -30px
}

@media (min-width:768px) {
    .hh-evidence-banner-content {
        margin-top: 0;
        background-color: hsla(0, 0%, 100%, .8);
        max-width: 600px;
        margin: auto;
    }
}

@media (min-width:1600px) {
    .hh-evidence-banner-content {
        background-color: transparent;
        box-shadow: none
    }
}

.hh-evidence-banner-content h4 {
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    line-height: 34px
}

@media (min-width:768px) {
    .hh-evidence-banner-content h4 {
        font-size: 34px;
        line-height: 40px
    }
}

.hh-evidence-banner-content p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px
}

@media (min-width:768px) {
    .hh-evidence-banner-content p {
        margin-top: 20px
    }
}

.hh-evidence-banner-content .hh-evidence__source {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    word-break: break-all
}

.hh-evidence-banner__mobile {
    max-height: 320px;
    background-size: cover;
    background-position: 0 50%
}

@media (min-width:768px) {
    .hh-evidence-banner__mobile {
        display: none
    }
}

.hh-evidence-banner__mobile:after {
    content: "";
    display: block;
    padding-bottom: 62.5%
}

.hh-evidence-banner__mobile--2 {
    background-position: 100% 50%
}

.hh-evidence-banner__mobile--2 .hh-evidence-banner-content {
    margin-right: 0
}

.hh-evidence-banner__mobile--1 {
    background-image: url("../img/olive-banner-1.jpg");
    height: 210px;
}

.hh-evidence-banner__mobile--2 {
    background-image: url("../img/hh_evidence_2-3.webp");
    height: 280px;
}

.hh-evidence-banner {
    margin-top: 30px;
    z-index: 0;
    text-align: center
}

@media (min-width:768px) {
    .hh-evidence-banner {
        align-items: center;
        display: flex;
        text-align: center;
        background-position: 0 50%;
        background-size: cover;
        min-height: 382px
    }
}

@media (min-width:768px) {
    .hh-evidence-banner:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: hsla(0, 0%, 100%, .2);
        display: block;
        z-index: -1
    }
}

.hh-evidence-banner--2 {
    background-position: 100% 50%
}

.hh-evidence-banner--1 {
    background: url("../img/olive-banner-1.jpg");
    background-repeat: no-repeat;
}


.hh-evidence-banner--2 {
    background: url("../img/hh_evidence_2-2.webp");
    background-repeat: no-repeat;
    background-position: 100% 50%
}

.hh-success {
    background-color: #fff;
    padding-top: 50px;
    margin-top: 50px;
    text-align: center
}

@media (min-width:768px) {
    .hh-success {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: 0
    }
}

.hh-success h3 {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    line-height: 42px;
    font-size: 36px;
    font-weight: 700;
    font-style: italic
}

@media (min-width:768px) {
    .hh-success h3 {
        line-height: 48px;
        font-size: 52px
    }
}

.hh-success h3+p {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    margin-top: 10px
}

@media (min-width:1024px) {
    .hh-success .row {
        max-width: 970px;
        justify-content: space-between;
        margin: 0 auto
    }
}

.success-item {
    margin-top: 30px
}

@media (min-width:768px) {
    .success-item {
        margin-top: 50px;
        display: flex
    }
}

@media (min-width:1024px) {
    .success-item {
        flex: 0 0 460px;
        max-width: 460px
    }
}

.success-item>div {
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1)
}

@media (min-width:768px) {
    .success-item>div {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.success-item h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-style: italic;
    margin-top: 20px
}

@media (min-width:768px) {
    .success-item h5 {
        margin-top: 30px;
        font-size: 24px;
        line-height: 28px
    }
}

.success-item p:not(.h5) {
    margin-top: 10px;
    font-style: italic;
    font-family: Barlow, sans-serif;
    font-weight: 500
}

.success-item .h5 {
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .44px;
    margin-top: auto
}

@media (min-width:768px) {
    .success-item .h5 {
        padding-top: 20px
    }
}

@media (max-width:767px) {
    .success-item+.success-item {
        margin-top: 20px
    }
}

.success-item-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    max-width: 300px;
    margin: 0 auto
}

.success-item-image:before {
    display: block;
    content: "";
    padding-bottom: 90%
}

.success-item-image--1 {
    background: url("../img/hh_success_1.webp");
    background-size: contain;
}

.success-item-image--2 {
    background: url("../img/hh_success_2.webp");
    background-size: contain;
}

.success-text:last-of-type {
    margin-bottom: -20px
}

@media (min-width:768px) {
    .success-text:last-of-type {
        margin-bottom: 0
    }
}

.success-text {
    margin-top: 20px
}

@media (min-width:768px) {
    .success-text {
        display: flex;
        margin-top: 20px
    }
}

@media (min-width:1024px) {
    .success-text {
        flex: 0 0 310px;
        max-width: 310px;
        margin-top: 30px
    }
}

.success-text>div {
    align-items: center;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1)
}

.success-text h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-style: italic;
    margin-top: 10px
}

@media (min-width:768px) {
    .success-text h4 {
        font-size: 24px;
        line-height: 28px
    }
}

.success-text p:not(.h5) {
    margin-top: 10px;
    font-style: italic;
    font-family: Barlow, sans-serif;
    font-weight: 500
}

.success-text .h5 {
    margin-top: auto;
    padding-top: 20px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .44px;
    color: #949494
}

.success-stars {
    display: flex;
    justify-content: center;
    align-items: center
}

.success-stars li {
    padding: 0 1.5px
}
.beets-gift {
    margin-top: 50px;
    position: relative
}

@media (min-width:768px) {
    .beets-gift {
        margin-top: 80px;
        background-color: transparent
    }
}

.beets-gift .product__facts-btn {
    display: block;
    text-decoration: none;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    margin: 20px auto 0
}

@media (min-width:768px) {
    .beets-gift .product__facts-btn {
        margin: 0
    }
}

.beets-gift .product__facts-btn img {
    margin-right: 5px
}

.beets-gift .buy-button-90 {
    display: block;
    margin: 30px auto 0;
    text-align: center
}

.beets-gift .buy-button-90 p {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.5px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600
}

@media (min-width:768px) {
    .beets-gift .buy-button-90 p {
        margin-top: 20px
    }
}

.beets-gift .sv-btn {
    height: 70px;
    font-size: 28px;
    border-radius: 6px;
    letter-spacing: .85px;
    max-width: 100%;
    min-width: 300px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.beet-gift__header {
    overflow: hidden;
    text-align: center
}

.beet-gift__header h3 {
    font-style: italic;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600
}

@media (min-width:768px) {
    .beet-gift__header h3 {
        padding: 0 20px
    }
}

.beet-gift__header h3:after {
    left: 100%
}

.beet-gift__header h3:after,
.beet-gift__header h3:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 100vw;
    background-color: #1f915e
}

.beet-gift__header h3:before {
    right: 100%
}

@media (min-width:1024px) {
    .beets-gift__product-row {
        justify-content: space-evenly
    }
}

.beets-gift__product {
    margin-top: 20px
}

@media (min-width:768px) {
    .beets-gift__product {
        margin-top: 50px
    }
}

.beets-gift__product-info-ingredients {
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 5px
}

.beets-gift__product-image {
    text-align: center
}

@media (min-width:1024px) {
    .beets-gift__product-image {
        flex: 0 0 387px;
        max-width: 387px
    }
}

.beets-gift__product-image>div {
    background-position: 50%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75%;
    margin: 0 auto
}

@media (min-width:768px) {
    .beets-gift__product-image>div {
        width: 100%
    }
}

.beets-gift__product-image>div:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.beets-gift__product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
    width: 80px;
    height: 80px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .5px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600
}

@media (min-width:768px) {
    .beets-gift__product-badge {
        font-size: 28px;
        letter-spacing: .8px;
        line-height: 34px;
        width: 120px;
        height: 120px
    }
}

.beets-gift__product-info {
    margin-top: 5px;
    text-align: center
}

@media (min-width:768px) {
    .beets-gift__product-info {
        margin-top: 0;
        text-align: left
    }
}

@media (min-width:1024px) {
    .beets-gift__product-info {
        flex: 0 0 533px;
        max-width: 533px
    }
}

.beets-gift__product-info .h5 {
    line-height: 30px;
    font-size: 24px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600
}

.beets-gift__product-info .sv-btn--link {
    font-family: Barlow, sans-serif;
    font-weight: 600;
    margin-top: 30px
}

.beets-gift__product-info .sv-btn--link img {
    margin-right: 8px
}

.acv-gift__badges {
    margin-top: 20px;
    text-align: center
}

@media (min-width:768px) {
    .acv-gift__badges {
        margin-top: 30px;
        text-align: left
    }
}

@media (min-width:1024px) {
    .acv-gift__badges {
        margin-top: 50px
    }
}

.acv-gift__badges>div+div {
    margin-top: 10px
}

@media (min-width:1024px) {
    .acv-gift__badges>div+div {
        margin-top: 0
    }
}

.acv-gift__badges h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    font-style: italic;
    text-transform: uppercase
}

@media (min-width:768px) {
    .acv-gift__badges h5 {
        font-size: 23px
    }
}

.acv-gift__badges--l-arginine {
    color: #81ac31
}

.heart-cta-banner {
    display: flex;
    align-items: center;
    background-size: cover;
    min-height: 380px;
    text-align: center;
    position: relative;
    background-position: 50% 50%;
    overflow: hidden;
    margin-top: 50px
}

@media (min-width:768px) {
    .heart-cta-banner {
        margin-top: 80px;
        min-height: 500px;
        text-align: left;
        background-position: 34% 50%;
        padding: 50px 0
    }
}

@media (min-width:1024px) {
    .heart-cta-banner {
        background-position: 42% 50%
    }
}

@media (min-width:1440px) {
    .heart-cta-banner {
        background-position: 50% 50%
    }
}

@media (min-width:768px) {
    .heart-cta-banner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: hsla(0, 0%, 100%, .5);
        display: block;
        z-index: -1
    }
}

.heart-cta-banner h3 {
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #fff
}

@media (min-width:768px) {
    .heart-cta-banner h3 {
        font-size: 64px;
        line-height: 68px;
        text-align: left;
        color: #222
    }
}

.heart-cta-banner p {
    margin-top: 20px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

.heart-cta-banner--2 {
    background: url("../img/heart_banner_2_2.webp");
    background-size: 100% 95%;
    background-repeat: no-repeat;
}


.heart-cta-banner__title {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    min-height: 320px;
    justify-content: center;
    position: relative
}

@media (min-width:768px) {
    .heart-cta-banner__title {
        display: block;
        padding: 0;
        min-height: 0
    }
}

.heart-cta-banner__title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: rgba(25, 8, -22, .35);
    z-index: -1
}

@media (min-width:768px) {
    .heart-cta-banner__title:after {
        content: none
    }
}

.heart-cta-banner__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: 76.5% 50%;
    z-index: -1
}

@media (min-width:768px) {
    .heart-cta-banner__title:before {
        content: none
    }
}

.heart-cta-banner__title--2:before {
    background-image: url("../img/heart_banner_2_2.webp")
}

.greens__reviews {
    padding-top: 50px
}

@media (min-width:768px) {
    .greens__reviews {
        padding-top: 80px
    }
}

.greens__reviews h3 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-style: italic
}

@media (min-width:768px) {
    .greens__reviews h3 {
        font-size: 48px;
        line-height: 52px
    }
}

.cardio-stack-how-works {
    text-align: center;
    padding-top: 80px
}

@media (max-width:767px) {
    .cardio-stack-how-works {
        padding-top: 40px
    }
}

.cardio-stack-how-works h3 {
    margin-bottom: 50px;
    font-size: 48px
}

@media (max-width:767px) {
    .cardio-stack-how-works h3 {
        font-size: 36px;
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    .cardio-stack-how-works .cardio-stack-how-works--2,
    .cardio-stack-how-works .cardio-stack-how-works--3 {
        position: relative
    }
    .cardio-stack-how-works .cardio-stack-how-works--2:after,
    .cardio-stack-how-works .cardio-stack-how-works--2:before,
    .cardio-stack-how-works .cardio-stack-how-works--3:after,
    .cardio-stack-how-works .cardio-stack-how-works--3:before {
        content: "";
        border: solid transparent;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        width: 0
    }
    .cardio-stack-how-works .cardio-stack-how-works--2:before,
    .cardio-stack-how-works .cardio-stack-how-works--3:before {
        border-top-color: #dcdcdc;
        border-width: 15px;
        z-index: 1
    }
    .cardio-stack-how-works .cardio-stack-how-works--2:after,
    .cardio-stack-how-works .cardio-stack-how-works--3:after {
        border-top-color: #fff;
        border-width: 14px;
        top: 50%;
        z-index: 2
    }
}

@media (max-width:767px) {
    .cardio-stack-how-works .cardio-stack-how-works--2,
    .cardio-stack-how-works .cardio-stack-how-works--3 {
        margin-top: 15px
    }
    .cardio-stack-how-works .cardio-stack-how-works--2:after,
    .cardio-stack-how-works .cardio-stack-how-works--2:before,
    .cardio-stack-how-works .cardio-stack-how-works--3:after,
    .cardio-stack-how-works .cardio-stack-how-works--3:before {
        content: "";
        border: solid transparent;
        position: absolute;
        left: calc(50% - 18px);
        top: 1px;
        transform: rotate(0deg);
        width: 0
    }
    .cardio-stack-how-works .cardio-stack-how-works--2:before,
    .cardio-stack-how-works .cardio-stack-how-works--3:before {
        border-top-color: #dcdcdc;
        border-width: 10px 18px;
        z-index: 1
    }
    .cardio-stack-how-works .cardio-stack-how-works--2:after,
    .cardio-stack-how-works .cardio-stack-how-works--3:after {
        border-top-color: #fff;
        border-width: 10px 18px;
        top: 0;
        z-index: 2
    }
}

.cardio-stack-how-works__index {
    width: 100px;
    height: 100px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    padding-top: 15px
}

.cardio-stack-how-works__index {
    background-image: url("../img/layouts/cardio_health_stack/mask.svg")
}

@media (max-width:767px) {
    .cardio-stack-how-works__index {
        width: 60px;
        height: 60px;
        transform: none;
        margin-right: auto;
        left: 0;
        top: -23px;
        padding-top: 8px
    }
    .cardio-stack-how-works__index h4 {
        font-size: 24px
    }
}

.cardio-stack-how-works__index h4 {
    vertical-align: middle;
    text-align: center
}

.cardio-stack-how-works__item {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    padding: 100px 20px 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:768px) {
    .cardio-stack-how-works__item-1 img {
        margin-bottom: 50px
    }
    .cardio-stack-how-works__item-1:after,
    .cardio-stack-how-works__item-1:before,
    .cardio-stack-how-works__item-2:after,
    .cardio-stack-how-works__item-2:before {
        content: "";
        border: solid transparent;
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        width: 0
    }
    .cardio-stack-how-works__item-1:before,
    .cardio-stack-how-works__item-2:before {
        border-top-color: #dcdcdc;
        border-width: 12px
    }
    .cardio-stack-how-works__item-1:after,
    .cardio-stack-how-works__item-2:after {
        border-top-color: #fafafa;
        border-width: 13px;
        top: 50%
    }
}

@media (max-width:767px) {
    .cardio-stack-how-works__item {
        padding: 30px 10px 0
    }
    .cardio-stack-how-works__item-1:after,
    .cardio-stack-how-works__item-1:before,
    .cardio-stack-how-works__item-2:after,
    .cardio-stack-how-works__item-2:before {
        content: "";
        border: solid transparent;
        position: absolute;
        left: calc(50% - 18px);
        bottom: -20px;
        width: 0
    }
    .cardio-stack-how-works__item-1:before,
    .cardio-stack-how-works__item-2:before {
        border-top-color: #dcdcdc;
        border-width: 10px 18px
    }
    .cardio-stack-how-works__item-1:after,
    .cardio-stack-how-works__item-2:after {
        border-top-color: #fafafa;
        border-width: 10px 18px;
        bottom: -19px
    }
}

.cardio-stack-how-works--1,
.cardio-stack-how-works--2,
.cardio-stack-how-works--3 {
    margin-bottom: 20px
}

.cardio-stack-how-works__img {
    max-width: 100%;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .cardio-stack-how-works__img {
        max-height: 80px
    }
}

.cardio-stack-how-works__description {
    margin-top: 10px
}

@media (max-width:767px) {
    .cardio-stack-how-works__description {
        margin-bottom: 10px
    }
}

.package-product-row>div .package-product__image div {
    background-size: cover
}

.package-product-row>div:last-of-type .package-product__image div {
    background-size: contain
}

.product-review-summary+.product-review-images-section,
.product-review-summary+.product-review-videos-section {
    margin-top: -1px
}

.product-review-images-section {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dcdcdc
}

.product-review-images__header button {
    font-size: 14px;
    font-style: italic
}

.product-review-images {
    margin-top: 10px;
    overflow: hidden;
    height: 60px
}

@media (min-width:768px) {
    .product-review-images {
        height: 85px
    }
}

.product-review-images>div {
    padding: 0 10px;
    flex: 0 0 80px;
    max-width: 80px;
    position: relative
}

@media (min-width:768px) {
    .product-review-images>div {
        flex: 0 0 105px;
        max-width: 105px
    }
}

.product-review-images>div div {
    background-size: cover;
    background-position: 50%;
    transition: opacity .3s
}

.product-review-images>div div:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.product-review-images>div div:hover {
    opacity: .3;
    cursor: pointer
}

.product-review-images>div svg {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.review-item {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 0;
    margin-top: -1px
}

@media (min-width:768px) {
    .review-item {
        padding: 20px 0
    }
}

@media (max-width:767px) {
    .review-item .review-item__stars li+li {
        margin-left: 5px
    }
}

.review-item__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.review-item__verified-image {
    width: 20px;
    margin-right: 10px;
    vertical-align: top
}

.review-item__author {
    margin-right: 5px;
    font-family: Barlow, sans-serif;
    font-weight: 600
}

.review-item__author span {
    color: #00b359;
    font-family: Barlow, sans-serif;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap
}

.review-item__author span:hover {
    cursor: pointer
}

.review-item__date {
    margin-right: 20px;
    font-size: 14px;
    color: #949494;
    white-space: nowrap;
    font-style: italic;
    display: block
}

@media (min-width:576px) {
    .review-item__date {
        display: inline
    }
}

.review-item__stars {
    display: inline-flex;
    line-height: 20px;
    list-style-type: none;
    padding: 0;
    align-items: center
}

.review-item__stars li+li {
    margin-left: 10px
}

.review-item__stars img {
    width: 12px;
    margin: 0
}

.review-item__title {
    margin: 20px 0 0
}

.review-item__description {
    margin: 10px 0 0
}

@media (max-width:767px) {
    .review-item__description {
        font-size: 14px
    }
}

.review-item__vimeo-wrapper .sv-btn {
    display: none
}

.review-item__gallery {
    margin-top: 10px
}

.review-item__gallery>div {
    padding: 10px;
    flex: 0 0 80px;
    max-width: 80px;
    position: relative
}

@media (min-width:768px) {
    .review-item__gallery>div {
        flex: 0 0 105px;
        max-width: 105px
    }
}

.review-item__gallery>div>div {
    transition: opacity .3s;
    background-size: cover;
    background-position: 50%
}

.review-item__gallery>div>div:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.review-item__gallery>div>div:hover {
    opacity: .3;
    cursor: pointer
}

.review-item__gallery svg {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.review-item__tooltip {
    border: 1px solid #00b359;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    max-width: 50%
}

.review-items-wrapper {
    position: relative
}

.review-items-wrapper.review-items-wrapper--loading:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .6)
}

.reviews__pagination {
    margin-top: 40px
}

.product-review-summary {
    max-width: 967px;
    margin: 20px auto 0;
    padding: 20px 10px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

@media (min-width:768px) {
    .product-review-summary {
        margin-top: 50px
    }
}

.product-review-summary>.row {
    justify-content: center
}

.product-review-summary>.row>div {
    padding-left: 10px;
    padding-right: 10px
}

.product-review-summary .sv-review-stars svg {
    stroke: #00b359;
    fill: #00b359
}

@media (max-width:767px) {
    .product-review-summary .sv-review-stars li+li {
        margin-left: 5px
    }
}

.product-review-summary__image {
    display: none;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) {
    .product-review-summary__image {
        display: block;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1024px) {
    .product-review-summary__image {
        flex: 0 0 194px;
        max-width: 194px
    }
}

.product-review-summary__image>div {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.product-review-summary__image>div:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.product-review-summary__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #dcdcdc
}

@media (min-width:768px) {
    .product-review-summary__info {
        border-right: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1024px) {
    .product-review-summary__info {
        flex: 0 0 194px;
        max-width: 194px
    }
}

.product-review-summary__info h4 {
    font-size: 36px;
    line-height: 42px
}

.product-review-summary__info p {
    margin-top: 10px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    text-decoration: underline
}

.product-review-summary__info .sv-review-stars {
    margin-top: 10px
}

.product-review-summary-stats {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0
}

@media (min-width:768px) {
    .product-review-summary-stats {
        padding-top: 0;
        padding-bottom: 0
    }
}

.product-review-summary-stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: nowrap
}

@media (min-width:768px) {
    .product-review-summary-stat-item {
        margin-top: 16px
    }
}

.product-review-summary-stat-item:last-child {
    margin-top: 0
}

.product-review-summary-stat-item>div {
    padding-left: 10px;
    padding-right: 10px
}

.product-review-summary-stat-item .product-review-summary-stats {
    padding-right: 0
}

.product-review-summary-stat-item .review-item__stars {
    line-height: 12px;
    height: 12px
}

@media (min-width:768px) {
    .review-item__additionals {
        justify-content: flex-end
    }
}

.review-item__additionals-item {
    display: flex;
    flex-wrap: none;
    text-transform: uppercase;
    margin-top: 10px
}

.review-item__additionals-item p {
    margin-right: 5px;
    letter-spacing: .83px;
    color: #949494
}

.review-item__additionals-item>span,
.review-item__additionals-item p {
    font-size: 12px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600
}

.review-item__additionals-item>span {
    color: #fff;
    border-radius: 2px;
    background-color: #949494;
    padding: 2px 4px;
    line-height: 16px
}

.review-item__additionals-item>span.review-item__additionals-item--true {
    background-color: #00b359
}

.review-item__additionals-item>span span {
    display: none
}

@media (min-width:576px) {
    .review-item__additionals-item>span span {
        display: inline
    }
}

.product-review-stat-item__bar-col {
    display: none
}

@media (min-width:768px) {
    .product-review-stat-item__bar-col {
        display: block
    }
}

.product-review-stat-item__bar {
    height: 12px;
    border: 1px solid #222
}

.product-review-stat-item__bar-value {
    background-color: #00b359;
    border-right: 1px solid #222;
    height: 100%
}

.product-review-stat-item__bar-value--borderless {
    border-right: 0
}

.product-review-stat-item__percentage {
    flex: 0 0 50px;
    max-width: 50px
}

.product-review-stat-item__percentage p {
    font-size: 14px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1.17px;
    margin: 0
}

.review__image-modal .modal-mask {
    z-index: 10001
}

.review__image-modal .modal-close-button {
    top: 0;
    right: 0
}

@media (min-width:768px) {
    .review__image-modal .modal-close-button {
        top: 10px;
        right: 10px
    }
}

.review__image-modal .modal-body {
    margin: 0;
    padding: 10px 10px 20px;
    height: 100%
}

@media (min-width:768px) {
    .review__image-modal .modal-body {
        padding: 20px
    }
}

.review__image-modal .modal-container {
    padding: 0;
    height: auto;
    max-height: 100%;
    width: calc(100% - 20px)
}

@media (min-width:768px) {
    .review__image-modal .modal-container {
        max-height: 100%
    }
}

@media (min-width:1440px) {
    .review__image-modal .modal-container {
        width: 947px
    }
}

@media (min-width:1440px) {
    .review__image-modal .review__image-modal-back-col {
        flex: 0 0 80%
    }
}

.review__image-modal .review__image-modal-slider-col {
    margin-top: 30px
}

@media (min-width:768px) {
    .review__image-modal .review__image-modal-slider-col {
        margin-top: 20px
    }
}

.review__image-modal .review__image-modal-content-col {
    margin-top: 20px
}

@media (min-width:1440px) {
    .review__image-modal .review__image-modal-content-col {
        flex: 0 0 30%
    }
}

@media (max-width:767px) {
    .review__image-modal .review__image-modal-content-col>div {
        margin: 0 -10px
    }
}

@media (max-width:767px) {
    .review__image-modal .review__image-modal-content-col>div>div {
        overflow-y: scroll;
        max-height: calc(100vh - 390px);
        padding: 0 10px
    }
}

.review__image-modal .all-back-btn {
    text-decoration: none;
    font-family: Barlow, sans-serif;
    font-weight: 600
}

.review__image-modal .all-back-btn img {
    transform: rotate(90deg);
    transform-origin: top center
}

.review__image-modal .all-back-btn span {
    text-decoration: underline
}

.review__image-modal .all-back-btn:hover span {
    text-decoration: none
}

.review__image-modal .review__image-modal-slider-wrapper {
    height: 300px;
    width: 100%
}

@media (min-width:1440px) {
    .review__image-modal .review__image-modal-slider-wrapper {
        height: 463px
    }
}

.review__image-modal .review__image-modal-slider {
    height: 100%;
    width: 100%
}

.review__image-modal .review__image-modal-slider-item {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.review__image-modal .flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border: 2px solid #222
}

.review__image-modal .flickity-viewport[style] {
    height: 100% !important
}

.review__image-modal .review-item__title {
    margin-top: 0
}

.review__image-modal .review-item__header {
    margin-top: 10px
}

@media (min-width:768px) {
    .review__image-modal .review-item__header {
        margin-top: 20px
    }
}

.review__image-modal .review-item__verified-image {
    margin-right: -10px
}

.review__image-modal .review-item__date {
    display: inline-block;
    margin-right: 5px
}

@media (min-width:768px) {
    .review__image-modal .review-item__date {
        display: block
    }
}

@media (min-width:768px) {
    .review__image-modal .review-item__stars {
        margin-top: 5px
    }
}

.review__image-modal .review-item__description {
    margin-top: 10px
}

@media (min-width:768px) {
    .review__image-modal .review-item__description {
        margin-top: 20px
    }
}

.review__image-modal .review-item__additionals {
    margin-top: 20px;
    justify-content: flex-start;
    display: none
}

@media (min-width:768px) {
    .review__image-modal .review-item__additionals {
        display: flex
    }
}

.review__image-modal .review-item__additionals-item {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.review__image-modal .review-item__additionals-item p {
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0 0
}

.review__image-modal .review-item__modal-gallery {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dcdcdc
}

@media (min-width:768px) {
    .review__image-modal .review-item__modal-gallery {
        display: block
    }
}

.review__image-modal .review-item__modal-gallery p {
    font-size: 14px;
    font-style: italic;
    color: #949494
}

.review__image-modal .review-item__modal-gallery-row {
    margin: 10px -5px 0
}

.review__image-modal .review-item__modal-gallery-row>div {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px
}

.review__image-modal .review-item__modal-gallery-row>div div {
    background-size: cover;
    background-position: 50%;
    transition: opacity .3s
}

.review__image-modal .review-item__modal-gallery-row>div div:hover {
    cursor: pointer;
    opacity: .3
}

.review__image-modal .review-item__modal-gallery-row>div div:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.review__image-modal .review-item__modal-gallery--active {
    outline: 2px solid #00b359
}

.review__image-modal .review-item__modal-gallery--active:hover {
    opacity: 1
}

@media (min-width:1440px) {
    .review__all-images-modal .product-review-images--wrapper {
        flex: 0 0 80%;
        max-width: 80%
    }
}

.review__all-images-modal .product-review-images {
    margin-top: 10px;
    max-height: calc(100vh - 80px);
    overflow: scroll;
    height: auto
}

@media (min-width:768px) {
    .review__all-images-modal .product-review-images {
        margin-top: 20px
    }
}

.review__all-images-modal .product-review-images__item {
    margin-top: 10px;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative
}

@media (min-width:576px) {
    .review__all-images-modal .product-review-images__item {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:768px) {
    .review__all-images-modal .product-review-images__item {
        flex: 0 0 16.6666667%;
        max-width: 16.6666667%
    }
}

@media (min-width:1024px) {
    .review__all-images-modal .product-review-images__item {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.review__all-images-modal .product-review-images__item>div:hover {
    opacity: .3
}

.heart-directions {
    margin-top: 50px;
    position: relative;
    overflow: hidden
}

@media (min-width:768px) {
    .heart-directions {
        margin-top: 80px
    }
}

.heart-directions:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: hsla(0, 0%, 100%, .2);
    z-index: 0
}

.heart-directions h3 {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    text-align: center
}

@media (min-width:768px) {
    .heart-directions h3 {
        text-align: left;
        color: #fff
    }
}

.heart-directions__inner {
    padding: 50px 0 0;
    margin-top: 20px;
    background-size: cover;
    background-position: 50%
}

@media (min-width:768px) {
    .heart-directions__inner {
        margin-top: 0;
        background-color: #505826;
        padding: 50px 0
    }
}

.heart-directions__image-col {
    position: relative
}

.heart-directions__image-col:before {
    background-size: cover;
    background-position: 50%;
    content: "";
    position: absolute;
    z-index: -1;
    background-color: red;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%
}

@media (min-width:768px) {
    .heart-directions__image-col:before {
        content: none
    }
}

.heart-directions__image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 66.875%;
    margin: 0 auto;
    position: relative;
    top: -50px
}

@media (min-width:768px) {
    .heart-directions__image {
        width: 148.14814815%;
        top: 0
    }
}

.heart-directions__image:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.no-webp .heart-directions__image {
    background-image: url("../img/layouts/heart_health/product/product_image_60.png")
}

.has-webp .heart-directions__image {
    background-image: url("../img/layouts/heart_health/product/product_image_60.webp")
}

@media (min-width:768px) {
    .heart-directions__text-col {
        padding-left: 70px
    }
}

.heart-directions__bullet-images {
    text-align: center
}

@media (min-width:768px) {
    .heart-directions__bullet-images {
        text-align: left
    }
}

.heart-directions__bullet-images img {
    width: 70%;
    margin-top: -40%;
    margin-bottom: -10px
}

@media (min-width:768px) {
    .heart-directions__bullet-images img {
        max-width: 100%;
        width: 100px;
        margin-top: 40px;
        margin-bottom: 0
    }
}

.heart-directions__bullet-images h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: red
}

@media (min-width:768px) {
    .heart-directions__bullet-images h4 {
        color: #fff;
        font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
        font-weight: 600;
        text-align: left;
        margin-top: 15px;
        font-size: 28px;
        line-height: 1.07
    }
}

.heart-directions__bullet-images p {
    margin-top: 5px;
    text-align: center
}

@media (min-width:768px) {
    .heart-directions__bullet-images p {
        color: #fff;
        text-align: left;
        font-family: Barlow, sans-serif;
        font-weight: 500;
        margin-top: 10px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .landing-quiz-section-col {
        flex: 0 0 570px;
        max-width: 570px
    }
}

.landing-quiz {
    margin-top: 30px
}

.landing-quiz .carousel-cell {
    min-height: 100%
}

.landing-quiz.flickity-enabled {
    padding-bottom: 38px
}

.landing-quiz .flickity-page-dots {
    pointer-events: none;
    bottom: 0
}

.landing-quiz .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    margin: 0 15px
}

.landing-quiz:not(.flickity-enabled)>div+div {
    display: none
}

.landing-quiz-question {
    padding: 5px 10px;
    width: 100%;
    min-height: 100%;
    display: flex
}

@media (min-width:768px) {
    .landing-quiz-question {
        padding-left: 25px;
        padding-right: 25px
    }
}

.landing-quiz-question>div {
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 4px 0 rgba(34, 34, 34, .3);
    text-align: center;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px
}

@media (min-width:768px) {
    .landing-quiz-question>div {
        padding: 50px
    }
}

.landing-quiz-question h3 {
    font-family: Barlow Condensed, Impact, Arial Narrow, sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.12;
    font-size: 30px;
    margin: 0 -10px 20px
}

@media (min-width:768px) {
    .landing-quiz-question h3 {
        margin: 0 0 20px;
        font-size: 46px
    }
}

@media (min-width:768px) {
    .landing-quiz-question h3+h4 {
        margin-bottom: -20px
    }
}

.landing-quiz-question h4 {
    font-family: Barlow Condensed, Impact, Arial Narrow, sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 30px;
    font-size: 28px
}

@media (min-width:768px) {
    .landing-quiz-question h4 {
        line-height: 36px;
        font-size: 32px
    }
}

.landing-quiz-question h4 span {
    color: #949494;
    font-size: 22px;
    vertical-align: top;
    padding-right: 2px
}

@media (min-width:768px) {
    .landing-quiz-question h4 span {
        font-size: 26px
    }
}

.landing-quiz-question h4+p {
    margin-top: 10px;
    font-family: Barlow, sans-serif;
    font-weight: 500
}

.landing-quiz-question .sv-btn {
    padding: 0 5px
}

.landing-quiz-question .h5 {
    white-space: nowrap
}

.landing-quiz-question--result {
    padding-left: 10px;
    padding-right: 10px
}

.landing-quiz-options {
    margin-top: 30px
}

@media (min-width:768px) {
    .landing-quiz-options {
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .landing-quiz-options>div {
        padding-left: 5px;
        padding-right: 5px
    }
}

.landing-quiz-options .col-6:nth-child(n+3) {
    margin-top: 5px
}

@media (min-width:768px) {
    .landing-quiz-options .col-6:nth-child(n+3) {
        margin-top: 10px
    }
}

.landing-quiz-options .sv-btn {
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 100%;
    height: 60px;
    line-height: normal
}

@media (min-width:768px) {
    .landing-quiz-options .sv-btn {
        height: 100px;
        font-size: 24px;
        letter-spacing: .75px
    }
}

.landing-quiz-options .sv-btn:hover {
    border-color: #222
}

.landing-quiz-options .sv-btn:focus {
    border-color: red
}

.landing-quiz-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 366px;
    max-width: 100%;
    margin: 0 auto
}

.landing-quiz-cta .sv-btn {
    width: 100%;
    margin-top: 30px;
    height: 60px;
    line-height: 58px;
    font-family: Barlow Condensed, Impact, Arial Narrow, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 26px;
    letter-spacing: .8px
}

@media (min-width:768px) {
    .landing-quiz-cta .sv-btn {
        margin-top: 50px;
        height: 70px;
        line-height: 68px;
        letter-spacing: .88px;
        font-size: 28px
    }
}

.landing-quiz-cta p {
    margin-top: 10px;
    text-transform: uppercase;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    font-weight: 700;
    letter-spacing: 1.35px;
    line-height: 20px;
    font-size: 18px
}

@media (min-width:768px) {
    .landing-quiz-cta p {
        letter-spacing: 1.5px;
        font-size: 20px;
        margin-top: 20px
    }
}

.landing-quiz-free-hhg {
    margin-bottom: 30px
}

@media (min-width:576px) {
    .landing-quiz-free-hhg {
        text-align: left
    }
}

.landing-quiz-free-hhg img {
    width: 120px;
    margin-right: 10px
}

.landing-quiz-free-hhg h3 {
    margin: 0;
    line-height: 32px;
    font-size: 30px;
    font-family: Barlow Condensed, Impact, Arial Narrow, sans-serif;
    font-weight: 700;
    font-style: italic
}

@media (min-width:768px) {
    .landing-quiz-free-hhg h3 {
        font-size: 34px;
        line-height: 38px
    }
}

.landing-quiz-free-hhg p {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    margin-top: 10px
}

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

section {
    display: block;
}
.howtouse-section {
    display: block;
    width: 100%;
    margin-top: 30px;
}
.howtouse-section-2-grid img {
    width: 100%;
    max-width: 135px;
}
.howtouse-txt {
    width: 100%;
    display: flex;
}
.howtouse-section-2-grid img {
    width: 100%;
    max-width: 135px;
}
.howtouse-txt span {
    font-size: 16px;
    font-weight: 300;
}
.howtouse-section-title-d.fancy-font {
    font-size: 44px;
    font-weight: bold;
    text-transform: capitalize;
    font-style: italic;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .howtouse-section-title-m {
        display: none;
    }
    .howtouse-section {
        margin-bottom: 50px;
    }
    .howtouse-section-inner {
        background: #F0F0F0;
        position: relative;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin: 75px 0;
    }
    .howtouse-section-2 {
        max-width: 500px;
    }
    .howtouse-section-1back, .howtouse-grid-top, .howtouse-grid-top {
        display: none;
    }
    .howtouse-section-1 img {
        width: 93%;
        float: right;
    }
    .howtouse-section-title-d {
        padding-bottom: 20px;
    }
    .howtouse-section-2-grid img {
        max-width: 100px;
    }
    .howtouse-txt {
        align-items: center;
    }
    .howtouse-txt span {
        max-width: 345px;
    }
}
@media (max-width: 767px) {
    #light {
        left: calc(48% - 188px);
    }
    .hh-evidence-banner--1, .hh-evidence-banner--2, .heart-cta-banner--2 {
        background: transparent;
    }
    .hh-evidence-banner__mobile--1 {
        background-position-x: -35px;
    }
    .hh-evidence-banner--1 .hh-evidence-banner-content {
        margin-top: 0px;
    }
    .hh-evidence-banner__mobile:after {
        padding-bottom: 0.5%;
    }
    .hh-evidence-banner--2 .hh-evidence-banner-content {
        margin-top: -80px;
    }
    .heart-cta-banner h3 {
        font-size: 41px;
        line-height: 45px;
    }
}
@media(max-width: 575px) {
    .landing__header h1 {
        line-height: 33px;
    }
}
@media(max-width: 499px) {
    .heart-benefits__item p {
        line-height: 22px;
    }
    .greens__purchase-footer {
        padding-top: 15px;
    }
    #light {
        left: calc(48% - 142px);
    }
}
@media(max-width: 320px) {
    #light {
        top: -50%;
    }
}