:root {

    --clr-primary: #037E9D;

    --clr-primary-dark: #104974;

    --clr-primary-lighter: #9ABBCA;

    --clr-primary-light: #E6EDF3;

    --clr-primary-dark-contrast: #CFDCE6;

    --clr-secondary: #FF6F00;

    --clr-secondary-dark: #F35100;

}



.primary-lighter-color {

    color: var(--clr-primary-lighter);

}



.np-mobile-btn {

    color: #fff;

    background-color: var(--clr-secondary);

}



.np-mobile-btn:hover {

    color: #fff;

    background-color: var(--clr-primary);

}



header {

    padding-top: 0;

}



header .header-google {

    background-color: var(--clr-gray400);

    padding: 8px 0 0;

}



header nav .nav-buttons .nav-btn {

    color: #fff;

    background-color: var(--clr-secondary);

    border: 3px solid var(--clr-secondary-dark);

}



header:not(.header-shrink) nav .nav-buttons .nav-btn:hover {

    border-color: #fff;

    color: #fff;

}



.hero-slider {

    background: var(--clr-primary);

}



.hero-slider .splide__arrows {

    display: none !important;

}



.btn:hover {

    color: var(--clr-secondary-dark);

    background-color: transparent;

    border-color: var(--clr-secondary-dark);

}



.btn.btn-secondary {

    color: #fff;

    background-color: var(--clr-secondary);

    border-color: var(--clr-secondary-dark);

}



.btn.btn-custom {

    position: relative;

    font-size: 1.2rem;

    font-weight: 800;

    text-transform: none;

    color: #fff;

    background: radial-gradient(circle, var(--clr-secondary) 0%, var(--clr-secondary-dark) 100%);

    border: unset;

    border-radius: 50px;

    padding: 18px 38px;

    overflow: hidden;

}



.btn.btn-custom::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: radial-gradient(circle, var(--clr-primary) 0%, var(--clr-primary-dark) 100%);

    z-index: 0;

    opacity: 0;

    transition: opacity 0.3s ease;

    border-radius: inherit;

}



.btn.btn-custom:hover::before {

    opacity: 1;

}



.btn.btn-custom span {

    position: relative;

    z-index: 1;

}



.order-btn-additional {

    position: relative;

}



.order-btn-additional .tooltip_indicator {

    position: absolute;

    top: 0;

    left: 50%;

    transform: translateX(-100%);

}



.section-heading {

    max-width: unset;

    color: var(--clr-primary-dark);

}



.section-stats {

    padding: 90px 0 25px;

}



.section-icons {

    padding: 50px 0;

    background-color: var(--clr-primary-dark);

}



.section-icons .section-heading {

    color: #fff;

    margin-bottom: 0;

}



.section-icons .section-heading:nth-child(2) {

    color: var(--clr-primary-dark-contrast);

    margin-bottom: 32px;

}



.section-icons .icons_items {

    display: flex;

    align-items: flex-start;

    justify-content: center;

    flex-wrap: wrap;

    gap: 24px;

}



.section-icons .icons_items .icons_items--item {

    width: 100%;

    text-align: center;

}



.section-icons .icons_items .icons_items--item img {

    width: 100%;

    max-width: 120px;

    aspect-ratio: 1 / 1;

    margin-bottom: 12px;

}



.section-icons .icons_items .icons_items--item p {

    font-size: 0.9375rem;

    font-weight: bold;

    color: #fff;

    margin-bottom: 0;

}



.section-ingredients {

    padding: 50px 0;

    background-color: var(--clr-primary-light);

}



.section-ingredients .section-heading {

    color: var(--clr-primary);

}



.section-ingredients .section-heading:nth-of-type(2) {

    margin-bottom: 32px;

}



.section-ingredients .section-subheading {

    margin-bottom: 0;

}



.section-ingredients img {

    margin-bottom: 24px;

}



.section-copy {

    padding: 50px 0;

}



.section-copy .section-heading {

    margin-bottom: 42px;

}



.google-slider {

    background-color: #ECECEC;

    padding: 32px 0;

}



.google-slider .ti-widget .ti-widget-container {

    margin-bottom: 0 !important;

}



.google-slider .ti-widget .ti-widget-container .ti-reviews-container-wrapper .ti-review-item .ti-inner {

    background-color: transparent !important;

}



.section-factors {

    padding: 50px 0;

    background-color: var(--clr-primary);

}



.section-factors .section-heading {

    margin-bottom: 42px;

}



.section-factors .row .col p:last-of-type {

    margin-bottom: 0;

}



.section-factors ol > li {

    margin-bottom: 0;

}



.section-factors ol > li::before {

    color: #fff;

}



.section-testimonials {

    padding: 50px 0;

}



.section-testimonials .section-heading {

    margin-bottom: 42px;

}



.testimonials_item {

    display: flex;

    flex-direction: column;

    height: 100%;

    background-color: #fff;

    border-radius: 8px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

    padding: 24px;

}



.testimonials_item .testimonials_item--img {

    width: 100%;

    max-width: 332px;

    aspect-ratio: 1 / 1.2;

    overflow: hidden;

    border-radius: 6px;

    margin-bottom: 12px;

}



.testimonials_item .testimonials_item--img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.testimonials_item .testimonials_item--stars {

    font-size: 2rem;

    line-height: 1;

    color: #EFAA00;

    margin-bottom: 6px;

}



.testimonials_item .testimonials_item--content {

    margin-bottom: 12px;

}



.testimonials_item .testimonials_item--sign {

    margin-top: auto;

}



.section-laurel {

    padding: 50px 0;

    background-color: var(--clr-primary-lighter);

}



.section-laurel img {

    max-width: 200px;

}



.section-fpk {

    padding: 50px 0 24px;

    background-color: var(--clr-primary-dark);

}



.section-fpk img {

    max-width: 150px;

}



.section-composition {

    padding: 50px 0;

}



.section-composition .composition_inner {

    font-weight: 500;

    color: var(--clr-dark);

    border: 1px solid var(--clr-primary);

    padding: 24px;

}



.section-composition .composition_inner p:last-of-type {

    margin-bottom: 0;

}



.section-composition .composition_inner table.table-bordered {

    border: unset;

    border-bottom: 5px solid var(--clr-primary);

    margin-bottom: 8px;

}



.section-composition .composition_inner table th,

.section-composition .composition_inner table td {

    color: var(--clr-dark);

    border: unset;

}



.section-composition .composition_inner table tr:not(:last-child):not(.hide-border) {

    border-bottom: 1px solid var(--clr-primary);

}



.section-composition .composition_inner table th {

    border-bottom: 5px solid var(--clr-primary);

    background-color: unset;

}



.section-composition .composition_inner table tr th:not(:first-child),

.section-composition .composition_inner table tr td:not(:first-child) {

    text-align: right;

}



.section-faq {

    padding: 20px 0 50px;

}



.section-faq .section-heading {

    color: var(--clr-primary);

}



.accordion .accordion-item {

    border-top: 1px solid var(--clr-primary);

}



.accordion .accordion-item:not(:last-of-type) {

    margin-bottom: 0;

}



.accordion .accordion-item:last-child {

    border-bottom: 1px solid var(--clr-primary);

}



.accordion .accordion-item.no-border {

    border-top: unset;

    border-bottom: unset;

}



.accordion .accordion-item .accordion-button {

    font-weight: 500;

    border: unset;

    padding: 14px 12px 14px 44px;

}



.accordion .accordion-item .accordion-button .accordion-button-icon {

    right: unset;

    left: 12px;

    width: 20px;

    height: 20px;

    background-color: var(--clr-primary);

}



.accordion .accordion-item .accordion-button .accordion-button-icon::before {

    width: 70%;

    height: 4px;

    left: 50%;

    right: unset;

    top: 50%;

    bottom: unset;

    border-width: unset;

    border-style: unset;

    background-color: #fff;

    box-sizing: content-box;

    transform: translate(-50%, -50%);

}



.accordion .accordion-item .accordion-button .accordion-button-icon::after {

    content: "";

    position: absolute;

    width: 70%;

    height: 4px;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) rotate(90deg);

    background-color: #fff;

    transition: all 0.25s ease-in-out;

}



.accordion .accordion-item.active .accordion-button .accordion-button-icon::before {

    transform: translate(-50%, -50%);

}



.accordion .accordion-item.active .accordion-button .accordion-button-icon::after {

    transform: translate(-50%, -50%) rotate(0deg);

}



.accordion .accordion-item .accordion-collapse .accordion-collapse-inner p:not(:last-child) {

    margin-bottom: 12px;

}



.accordion .accordion-item .accordion-collapse .accordion-collapse-inner ul {

    padding-left: 20px;

}



.section-origin {

    padding: 50px 0;

    background-color: var(--clr-primary-dark);

}



.section-origin .col p {

    margin: 12px 0 0;

}



.section-bibliography {

    padding: 50px 0;

}



.section-prefooter {

    position: relative;

    padding: 50px 0;

    background: var(--bg) no-repeat center center / cover;

}



.section-prefooter::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #1E2882;

    mix-blend-mode: multiply;

    opacity: 0.2;

}



.section-prefooter .container {

    position: relative;

    z-index: 1;

}



.section-prefooter img {

    max-width: 90px;

}



.section-prefooter h2,

.section-prefooter h3,

.section-prefooter h4 {

    margin-top: unset;

}



.section-prefooter h2,

.section-prefooter h4 {

    margin-bottom: unset;

}



footer {

    width: 100%;

    height: auto;

    padding: 50px 0;

    background-color: #000;

}



footer .container {

    display: grid;

    grid-template-columns: 1fr;

    grid-template-rows: auto 32px auto 50px auto;

    grid-template-areas: 'top' '.' 'mid' '.' 'bottom';

}



footer .section-heading {

    font-size: 15px;

    line-height: 1.5;

    font-weight: 400;

    text-align: left;

    text-transform: uppercase;

    color: #fff;

    border-bottom: 1px solid #fff;

    padding-bottom: 5px;

    margin-top: 0;

    margin-bottom: 10px;

}



footer .nav-links ul li a {

    display: block;

    width: 100%;

    height: auto;

    font-size: 14px;

    line-height: 1.3;

    font-weight: 400;

    color: #fff;

    padding: 8px 0;

}



footer .nav-links ul li a:hover {

    color: var(--clr-primary-lighter);

}



footer .nav-links,

footer .delivery-methods {

    width: 100%;

    height: auto;

}



footer .nav-links ul,

footer .delivery-methods ul {

    list-style: none;

}



footer .nav-links ul li,

footer .delivery-methods ul li {

    width: 100%;

    height: auto;

    border-bottom: 1px solid #fff;

}



footer .delivery-methods ul li {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 8px;

    padding: 8px 0;

}



footer .delivery-methods ul li span {

    display: block;

    width: auto;

    height: auto;

    font-size: 14px;

    line-height: 1.3;

    font-weight: 400;

    color: #fff;

}



footer .delivery-methods ul li img {

    width: auto;

    max-height: 18px;

}



footer .delivery-methods ul li:first-child {

    padding-top: 0;

}



footer .payment-methods {

    width: 100%;

    max-width: 670px;

    height: auto;

    margin-top: 5px;

}



footer .social-media {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 12px 16px;

    margin-top: 24px;

}



footer .social-media a {

    display: flex;

    align-items: center;

    justify-content: center;

}

footer .social-media a img {

    width: 100%;

    max-width: 32px;

    height: 32px;

    opacity: 1;

    transition: opacity .3s ease;

}



footer .social-media a:hover img {

    opacity: 0.7;

}



footer .footer-bottom-text {

    font-size: 14px;

    line-height: 1.3;

    font-weight: 400;

    color: #fff;

}



footer .row {

    align-items: flex-start;

    justify-content: space-between;

    gap: 24px;

    flex-wrap: wrap;

}



footer .row:nth-child(1) {

    grid-area: top;

}



footer .row:nth-child(2) {

    grid-area: mid;

}



footer .row:nth-child(3) {

    grid-area: bottom;

}



footer .row .footer-logo {

    display: inline-flex;

    align-items: center;

    justify-content: flex-start;

    width: 100%;

    max-width: 120px;

    height: auto;

}



footer .row .footer-logo img {

    opacity: 1;

    transition: opacity .3s ease;

}



footer .row .footer-logo:hover img {

    opacity: 0.7;

}



footer .row .col-start,

footer .row .col-end {

    width: 100%;

    height: auto;

}



footer .row .col-start .row {

    align-items: flex-start;

    justify-content: space-between;

    gap: 24px;

}



footer .row .col-start .row .col {

    width: 100%;

    height: auto;

}



footer .logo-natural {

    max-width: 160px;

}



.page-docs {

    padding-top: 117.59px !important;

}



.order-wrapper .order-image img {

    width: auto;

    max-height: 430px;

}



.order-wrapper .order-form .order-text::before {

    background: url("data:image/svg+xml,<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9 18C11.3869 18 13.6761 17.0518 15.364 15.364C17.0518 13.6761 18 11.3869 18 9C18 6.61305 17.0518 4.32387 15.364 2.63604C13.6761 0.948212 11.3869 0 9 0C6.61305 0 4.32387 0.948212 2.63604 2.63604C0.948212 4.32387 0 6.61305 0 9C0 11.3869 0.948212 13.6761 2.63604 15.364C4.32387 17.0518 6.61305 18 9 18ZM12.9727 7.34766L8.47266 11.8477C8.14219 12.1781 7.60781 12.1781 7.28086 11.8477L5.03086 9.59766C4.70039 9.26719 4.70039 8.73281 5.03086 8.40586C5.36133 8.07891 5.8957 8.07539 6.22266 8.40586L7.875 10.0582L11.7773 6.15234C12.1078 5.82188 12.6422 5.82188 12.9691 6.15234C13.2961 6.48281 13.2996 7.01719 12.9691 7.34414L12.9727 7.34766Z\" fill=\"%23037E9D\"/></svg>") no-repeat

}



@media (min-width: 576px) {

    .section-icons .icons_items .icons_items--item {

        width: calc((100% / 2) - 12px);

    }



    .section-composition .composition_inner {

        padding: 24px 64px;

    }



    footer .row .col-start .row .col {

        width: calc(50% - 12px);

    }

}



@media (min-width: 768px) {

    .section-icons .icons_items .icons_items--item {

        width: calc((100% / 4) - 18px);

    }



    .section-icons .icons_items .icons_items--item img {

        max-width: 150px;

    }



    .testimonials_item .testimonials_item--heading {

        min-height: 56.16px;

    }



    footer .section-heading {

        font-size: 16px;

    }



    footer .nav-links ul li a {

        font-size: 15px;

    }



    footer .delivery-methods ul li span {

        font-size: 15px;

    }



    footer .row .footer-logo {

        max-width: 130px;

        height: auto;

    }



    footer .row .col-start .row .col {

        width: calc(33.333% - 16px);

    }

}



@media (min-width: 992px) {

    footer .row {

        gap: 48px 60px;

    }



    footer .row .col-start {

        width: calc(66.666% - 30px);

    }



    footer .row .col-end {

        width: calc(33.333% - 30px);

    }



    footer .text-lg-right {

        text-align: right;

    }

}



@media (min-width: 1240px) {

    .section-icons .icons_items .icons_items--item {

        width: calc((100% / 7) - 20.5714286px);

    }

}



@media (min-width: 659px) and (max-width: 767px) {

    .hero-slider .splide__slide .floated-images img.product-img {

        top: -100px;

    }

}

.morecontent span{display:none}
.morecontenta span{display:none}
.wpcf7-not-valid-tip,
.screen-reader-response {
    display: none;
}
.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok { 
    display: none !important; 
}

div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-not-valid-tip { display: none; }   

.cookies-bar {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: calc(100px + ((1vw - 3.2px) * -25));;
    min-height: 50px;
    max-height: 100px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #525465;
    text-align: center;
    box-shadow: 0 0 10px 0 #e8e9e9;
    background: #fff;
    z-index: 1050;
}
.cookies-bar button {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    width: 52px;
    height: 30px;
    background: #e0e8e1;
    border-radius: 4px;
    margin: 0 25px;
    padding: .375rem .75rem;
}