.header-2021 {
    font-family: Gilroy;
    background-color: #e3e3e1;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.header-2021 h2 {
    font-size: 2rem;
    margin-top: -18%;
    text-align: center;
}
.header-2021 h2 .text-top {
    font-weight: 900;
    text-transform: uppercase;
}
.header-2021 h2 .sub {
    font-weight: 500;
    font-size: .5em;
    text-transform: initial;
}
.header-2021 .icons-claims {
    margin-top: 10px;
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
}
.header-2021 .shop-box {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    background-color: #f0f1ec;
    box-shadow: 0 0 5px #00000042;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1rem;
}
.header-2021 .shop-box .left-cont {
    font-size: .7em;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.header-2021 .shop-box .left-cont b {
    font-size: .7em;
    font-weight: 800;
    text-transform: uppercase;
}
.header-2021 .shop-box .right-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-2021 .shop-box .right-cont .img {
    background-position: center right;
    background-position-x: 0px;
    background-size: 120%;
    height: 52px;
    width: 53px;
}
section.about-goli {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.about-goli h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}
section.about-goli h2 .text-top {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .7em;
    margin-bottom: 15px;
}
section.about-goli h2 .text-bot {
    font-weight: 800;
    font-size: 1em;
}
span.higlight-border {
    position: relative;
    z-index: 2;
}
span.higlight-border:after {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    display: block;
    left: 0;
    bottom: -1px;
    z-index: 1;
}
section.press h2 {
    font-weight: 800;
}
section.press .media-element {
    padding: 20px;
    font-weight: 700;
}
section.press .media-element a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    height: 63px;
}
section.product-box {
    font-family: Gilroy;
    background-size: 214%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
section.product-box.pb-home {
    padding-top: 30px;
}
section.product-box h2 {
    line-height: 1;
    text-align: center;
    font-size: 2rem;
}
section.product-box h2 .text-top {
    font-size: .5em;
    letter-spacing: 1px;
    font-weight: 500;
}
section.product-box h2 .text-mid {
    font-weight: 900;
    letter-spacing: 1px;
}
section.product-box h2 .text-bot {
    font-size: .5em;
    margin-top: 10px;
}
section.product-box p {
    text-align: center;
}
section.product-box .bottle-img-space {
    height: 262px;
}
section.product-box .bt-goli-black {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.product-box a, section.product-box input {
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    cursor: pointer;
    width: 130px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
}
.bf-def a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.bf-def .bf-box {
    font-size: 1.3rem;
    padding: 20px 0;
}
.bf-def .bf-box .card {
    border: none;
    font-size: .6em;
}
.bf-def .bf-box .left-cont {
    position: relative;
    font-weight: 800;
    width: 100%;
    padding-right: 20%;
    font-size: 1em;
    line-height: 1;
}
.bf-def .bf-box .left-cont:after {
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    background-image: url(plus.svg);
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    border-radius: 50px;
}
.bottom-bar {
    font-size: .8rem;
    text-align: center;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    height: 70px;
}
.bottom-bar.acv {
    height: unset;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom-bar.acv .claims {
    padding-top: 10px;
    font-size: 1.45em;
}
section.reviews {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #e3e3e1;
}
section.reviews h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
}
section.reviews h2 .text-top {
    text-transform: uppercase;
}
section.reviews h2 .text-bot {
    font-weight: 700;
    width: 80%}
section.reviews .swiper-container {
    width: auto;
    height: auto;
}
section.reviews .swiper-container .m-first {
    border-top: 1px solid #000;
}
section.reviews .swiper-container .review-block {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}
section.reviews .swiper-container .review-block .cont-top {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 10px;
}
section.reviews .swiper-container .review-block .cont-top .c-name {
    font-weight: 700;
}
section.reviews .swiper-container .review-block .cont-top .start-count {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 2px;
}
section.reviews .swiper-container .review-block .cont-top .start-count .star {
    width: 15px;
    height: 15px;
    background-image: url(yellow-star.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.reviews .swiper-container .review-block .cont-review {
    font-weight: 600;
}
section.reviews .page-count {
    text-align: center;
}
section.reviews .swiper-pagination {
    width: unset;
}
section.reviews .go-left, section.reviews .go-right {
    cursor: pointer;
    display: inline;
}
section.reviews .swiper-pagination-fraction {
    margin-top: 20px;
    position: relative;
    display: inline-block;
    width: unset;
    bottom: 0;
}
.brand-support-logos {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #e3e3e1;
}
.brand-support-logos h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}
.brand-support-logos h2 .text-top {
    text-transform: uppercase;
}
.brand-support-logos h2 .text-bot {
    font-weight: 700;
    width: 80%}
section.tryit-risk-free {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
section.tryit-risk-free .try-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.tryit-risk-free h3 {
    font-weight: 800;
    text-transform: uppercase;
}
section.tryit-risk-free p {
    line-height: 1.3;
    font-size: .79em;
    font-weight: 600;
    margin-bottom: .5rem;
}
section.hear-all-the-insights {
    padding-top: 10px;
    padding-bottom: 20px;
}
section.hear-all-the-insights h2 {
    text-align: center;
    text-transform: uppercase;
}
section.hear-all-the-insights h2 .text-bottom {
    font-weight: 700;
}
section.hear-all-the-insights .swiper-pagination {
    left: 0;
    position: relative;
    top: 0;
}
section.hear-all-the-insights .swiper-expert-series .video-box {
    height: 200px;
    width: 100%;
    background-color: #000;
}
section.hear-all-the-insights .ptpa {
    padding: 20px;
    background-color: red;
    display: none;
    justify-content: center;
    align-items: center;
}
section.hear-all-the-insights .ptpa img {
    width: 200px;
    height: auto;
}
section.ellen-v2 .bg-ellen-blue {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    background-color: #52bfe3;
}
section.meet-the-experts {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.meet-the-experts h2 {
    text-align: center;
}
section.meet-the-experts h2 .text-top {
    font-weight: 700;
    text-transform: uppercase;
}
section.meet-the-experts h2 .text-bottom {
    font-weight: 800;
}
section.meet-the-experts .light-box {
    padding-top: 20px;
    text-align: center;
    font-size: 1rem;
}
section.meet-the-experts .light-box .img-box {
    display: flex;
    justify-content: center;
}
section.meet-the-experts .light-box .img-box img {
    width: 150px;
    height: 150px;
}
section.meet-the-experts .light-box .member-name {
    margin-top: 20px;
    font-weight: 800;
    font-size: 1.3em;
}
section.meet-the-experts .light-box .member-title {
    font-size: .8em;
    margin-bottom: 20px;
    font-weight: 600;
}
section.meet-the-experts p {
    word-break: break-word;
}
section.meet-the-experts .excerpt-read-more {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    border-bottom: solid 1px #000;
    text-decoration: none;
}
section.meet-the-experts .card.card-body {
    background-color: transparent;
    border: none;
}
section.certifications {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.certifications h2 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}
section.certifications h2 .text-top {
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase;
}
section.certifications h2 .text-bot {
    font-size: 1.5em;
    font-weight: 800;
}
section.certifications .cert-block {
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
}
section.certifications .cert-block h5 {
    font-weight: 800;
}
section.certifications .cert-block .text-content {
    margin-bottom: 20px;
    line-height: 1.2;
}
section.certifications .cert-block a {
    font-weight: 800;
    color: #000;
}
section.inside-the-gummy {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.inside-the-gummy h2 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}
section.how-its-made {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.how-its-made h2 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}
section.our-gummies-do-not-contain {
    background-color: #c9c9c9;
    padding: 40px 20px;
    font-size: .8rem;
}
section.our-gummies-do-not-contain h2 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}
section.refer-a-friend {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e3e3e1;
}
section.refer-a-friend h3 {
    font-weight: 800;
    line-height: 1;
}
section.refer-a-friend h3 .text-lower {
    font-weight: 600;
}
section.refer-a-friend form {
    margin-top: 15px;
}
section.refer-a-friend form input {
    margin-bottom: 15px;
    background-color: #e3e3e1;
    color: gray;
    border-radius: 0;
    border: 1px solid #000;
}
section.refer-a-friend form button {
    background-color: #000;
    border-color: transparent;
    border-radius: 0;
}
.gummy-goli-page .bg-box {
    padding-top: 40px;
    background-size: 210%;
    background-repeat: no-repeat;
    background-position-y: 78%}
.gummy-goli-page section.product-box {
    font-family: Gilroy;
    color: #fff;
}
.gummy-goli-page section.product-box h2 {
    line-height: 1;
    text-align: center;
}
.gummy-goli-page section.product-box h2 .text-top {
    font-weight: 500;
    margin-bottom: 10px;
}
.gummy-goli-page section.product-box h2 .text-mid {
    font-weight: 700;
    letter-spacing: 1px;
}
.gummy-goli-page section.product-box h2 .text-bot {
    margin-top: 10px;
}
.gummy-goli-page section.product-box p {
    text-align: center;
}
.gummy-goli-page section.product-box .bt-goli-black {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gummy-goli-page section.product-box input {
    background-color: #000;
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    border: none;
    cursor: pointer;
    width: 200px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.gummy-goli-page section.product-box .bottom-bar {
    background-color: #000;
    text-align: center;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    height: auto;
}
.gummy-goli-page section.product-box .bottom-bar .text-top {
    padding-top: 20px;
    padding-bottom: 20px;
}
.gummy-goli-page section.product-box .bottom-bar .text-bottom {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.4em;
}
.gummy-goli-page section.goli-claims {
    background-color: #fef9e8;
}
.gummy-goli-page section.goli-claims .icons-claims {
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
}
.gummy-goli-page section.goli-claims .icons-claims .icon-item {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
}
section.ingredients-you-can-pronounce {
    padding-top: 20px;
}
section.ingredients-you-can-pronounce .extra-ingredients-box {
    display: inline-block;
    padding: 20px;
    color: #000;
    width: 95%;
    background-color: #bceabc;
    text-align: center;
    font-size: 1rem;
}
section.ingredients-you-can-pronounce .extra-ingredients-box p {
    margin: 0;
}
section.ingredients-you-can-pronounce h2 {
    font-size: 1rem;
    text-align: center;
}
section.ingredients-you-can-pronounce h2 .text-top {
    font-size: .9em;
    font-weight: 700;
    margin-bottom: 5px;
}
section.ingredients-you-can-pronounce h2 .text-mid {
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}
section.ingredients-you-can-pronounce h2 .text-bottom {
    font-weight: 700;
}
section.ingredients-you-can-pronounce .content-box {
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    padding: 21px 16px;
}
section.ingredients-you-can-pronounce .content-box h6 {
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
}
section.ingredients-you-can-pronounce .content-box p {
    font-size: 1.2em;
    margin: 0;text-align: center;
}
section.places-to-keep-goli {
    padding-bottom: 30px;
}
section.places-to-keep-goli h2 {
    text-align: center;
    font-size: 1rem;
}
section.places-to-keep-goli h2 .text-top {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: .9em;
}
section.places-to-keep-goli h2 .text-mid {
    font-size: 1.5em;
    font-weight: 800;
    margin-bottom: 15px;
}
section.places-to-keep-goli .text-content {
    font-size: 1rem;
}
section.places-to-keep-goli .text-content h6 {
    font-size: 1em;
    text-align: center;
    font-weight: 800;
}
section.places-to-keep-goli .text-content p {
    font-size: .9em;
    text-align: center;
    line-height: 1.3;
}
.contains-more {
    padding-bottom: 20px;
}
.contains-more h2 {
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
}
.contains-more h2 .text-top {
    font-size: .9em;
}
.contains-more h2 .text-mid {
    font-size: 1.5em;
}
.contains-more h2 .text-bot {
    font-size: .9em;
}
.contains-more .title-box {
    color: #fff;
    background-color: #000;
    line-height: 1.2;
    font-size: .9em;
}
.contains-more .title-box .content-top, .contains-more .title-box .content-bot {
    text-align: center;
}
.contains-more .more_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.contains-more .more_block .more-item {
    padding: 0;
}
.nutritional-faqs .box-bg-color {
    background-color: #bceabc;
}
@media (min-width: 375px) {
    section.header-2021 h2 {
    font-size: 2.5rem;
}
section.header-2021 .shop-box {
    font-size: 1.2rem;
}
.bf-def .bf-box {
    font-size: 1.4rem;
}
}
@media (min-width: 576px) {
    section.header-2021 h2 {
    font-size: 2.7rem;
}
section.header-2021 .shop-box {
    font-size: 1.4rem;
    height: 82px;
}
section.contains-more h2 {
    font-size: 1.5rem;
}
.bottom-bar {
    font-size: 1.3rem;
    height: 130px;
}
.bf-def .bf-box {
    font-size: 1.6rem;
}
section.product-box .bottle-img-space {
    height: 370px;
}
section.places-to-keep-goli {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.places-to-keep-goli h2 {
    font-size: 1.5rem;
}
section.places-to-keep-goli .text-content {
    font-size: 1.2rem;
}
section.ingredients-you-can-pronounce {
    padding-top: 40px;
}
section.ingredients-you-can-pronounce h2 {
    font-size: 1.5rem;
}
section.ingredients-you-can-pronounce .content-box {
    font-size: 1.2rem;
}
}
@media (min-width: 768px) {
    .nutritional-faqs .box-bg-color .nf2-p2-description {
    font-size: 1rem;
}
.nutritional-faqs h6 {
    font-size: 1.3rem;
}
.nutritional-faqs .nf2-p3-text {
    font-size: 1rem;
}
section.header-2021 h2 {
    font-size: 3.5rem;
}
section.header-2021 .shop-box {
    font-size: 1.6rem;
    height: 90px;
}
section.header-2021 .shop-box .right-cont .img {
    height: 80px;
    width: 80px;
}
section.product-box.pb-home {
    padding-top: 55px;
    padding-bottom: 30px;
}
section.product-box h2 {
    font-size: 3rem;
}
section.product-box .bottle-img-space {
    height: 447px;
}
section.product-box a {
    font-size: 1.5rem;
    width: 200px;
}
section.product-box p {
    font-size: 1.1rem;
}
.bottom-bar {
    font-size: 1.3rem;
    height: 130px;
}
.bf-def .bf-box {
    font-size: 2.9rem;
}
.bf-def .bf-box .card {
    font-size: .4em;
}
.bf-def .bf-box .left-cont:after {
    height: 32px;
    width: 32px;
    margin-top: -16px;
    background-size: 16px 16px;
}
.gummy-goli-page section.product-box h2 {
    font-size: 2em;
}
.gummy-goli-page section.product-box .bottle-img-space {
    height: 324px;
}
.goli-claims .icons-claims img {
    width: 92px;
}
section.places-to-keep-goli .text-content {
    font-size: 1.4rem;
}
section.places-to-keep-goli .text-content p {
    font-size: .8em;
}
section.ingredients-you-can-pronounce h2 {
    font-size: 1.5rem;
}
section.ingredients-you-can-pronounce .content-box {
    font-size: 1.2rem;
    display: flex;
    height: 260px;
    justify-content: center;
    flex-direction: column;
}
section.ingredients-you-can-pronounce .content-box.content-box2 {
    height: auto;
}
.sf-blend section.ingredients-you-can-pronounce h2 {
    font-size: 1.5rem;
}
.sf-blend section.ingredients-you-can-pronounce .content-box {
    font-size: 1.2rem;
    display: flex;
    height: initial;
    justify-content: center;
    flex-direction: column;
}
section.ellen-v2 {
    background-color: #52bfe3;
}
section.ellen-v2 .bg-ellen-blue {
    padding: 0;
}
.contains-more .more_block {
    grid-template-columns: 1fr 1fr 1fr;
}
.contains-more .more_block .more-item {
    padding: 0;
}
.contains-more .more_block .more-item .title-box {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
}
}
@media (min-width: 992px) {
section.ingredients-you-can-pronounce .content-box p{
    font-size: 1em!important;
}
}