body {
    font-family: "Roboto", sans-serif;
    color: var(--main-black);
}

html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}


h1,
h2,
h3 {
    line-height: 1.3;
    font-family: "Oswald", sans-serif;

}

p,
li,
a,
span {
    line-height: 1.3;
}

:root {
    --main-black: #161616;
    --main-yellow: #f3b800;
    --light-yellow: #f8a900;
    --main-grey: #ececec;
    --main-red: #EC5355;
    --main-orange: #f37c00;
    --main-blue: #5DB2DD;
}
.text-center{
    text-align: center;
}
img {
    width: 100%;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.on-desktop {
    display: none !important;
}
.m-auto{
    margin: 0 auto;
}
/*  */

.hero {
    position: relative;
}

.hero img.logo {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 65px;
    margin: 0 auto;
}

.hero .hero-content {
    position: absolute;
    left: 50%;
    top: 33%;
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
}


.hero .hero-content h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 36px;
}
.hero .hero-content h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 36px;
    text-align: left;
}
.hero .hero-content h1 span {
    background-color: white;
    display: block;
    color: var(--main-blue);
    border-radius: 6px;
    width: fit-content;
    margin: 5px auto;
    padding: 4px;
    font-size: 35px;

}
.hero .hero-content h2 span {
    background-color: white;
    display: block;
    color: var(--main-blue);
    border-radius: 6px;
    width: fit-content;
    padding: 4px;
    font-size: 30px;
    margin-bottom: 3px;

}
.hero .hero-content p {
    color: white;
    font-size: 18px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.342);
    width: 85%;
    line-height: 1.1;
    margin: 0 auto;
    font-family: helen-regular,Roboto, sans-serif;

}

.wow-badges {
    background-color: var(--main-grey);
    padding: 50px 0 30px 0;
    display: grid;
    grid-template-columns: repeat(5, 55px);
    justify-content: center;
    margin-top: -45px;
    column-gap: 10px;
    align-items: center;
}

.title {
    text-align: center;
    font-size: 29px;
    text-transform: uppercase;
    /* width: inherit; */
    margin-bottom: 10px;
    font-weight: 500;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.342); */

}

.sub {
    text-align: center;
    font-size: 21px;
    font-family: helen-regular,Roboto, sans-serif;
    width: 80%;
    margin: 0 auto;
}
.pictograms-3 .container {
    display: flex;
    margin-bottom: 50px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 25px;
}
.pictograms-3-item{
    display: grid;
        grid-template-columns: 30% 70%;
        gap: 3px;
        align-items: center;
}
.pictograms-3-item p{
    font-size: 13px;
}
.all-products {
    padding-top: 30px;
}

.all-products h2 {
    color: var(--main-red);
}

.all-products .sub b {
    background: rgb(224, 199, 139);
    background: linear-gradient(45deg, var(--main-red) 30%, rgb(255 255 255 / 10%) 100%);
}

.all-products-grid {
    margin: 30px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    grid-template-areas:
        "box1 box2 box3"
        "box4 box4 box4";
}

.all-products-grid .product-box:nth-of-type(4),
.all-products-grid .product-box:nth-of-type(5) {
    grid-area: box4;
    width: 30%;
}

.all-products-grid .product-box:nth-of-type(4) {
    margin-left: 50px;
}

.all-products-grid .product-box:nth-of-type(5) {
    margin-left: auto;
    margin-right: 50px;
}

.all-products-grid .product-box {
    text-align: center;
}

.all-products-grid .product-box img {
    margin-bottom: 15px;
}

.all-products-grid .product-box h4 {
    font-family: helen-light,Roboto, sans-serif;
    background-color: var(--main-red);
    color: white;
    border-radius: 4px;
    padding: 4px 0px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

.all-products-grid .product-box p {
    font-size: 16px;
    font-family: helen-regular,Roboto, sans-serif;

}

.cta-banner-best-seller {
    position: relative;
    color: white;
}

.cta-banner-best-seller h2 {
    position: absolute;
    top: 120px;
    right: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    width: 55%;
}

.cta-banner-best-seller h2 img {
    width: 60px;
    display: block;
    margin-left: 20px;
    margin-top: 15px;
}

.cta-banner-best-seller p {
    position: absolute;
    bottom: 120px;
    right: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-family: helen-light, Roboto, sans-serif;
    font-weight: 300;
    width: 55%;
}

.cta-banner-best-seller p span {
    text-transform: none;
    display: block;
    font-size: 16px;
}
img.image-badge {
    display: inline-block;
    width: 125px !important;
    height: 125px !important;
    position: absolute;
}
.cta-hero .hero-content{
top: 25%;
}
.cta-banner-best-seller img.image-badge {
    top: 85px;
    left: 15px;
}

.cta-banner-best-seller .arrow {
    width: 50px;
    position: absolute;
    bottom: 45px;
    left: 125px;
    transform: scale(-1, 1) rotate(45deg);
}

.cta {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: white;
    border: 3px solid white;
    border-radius: 8px;
    font-size: 30px;
    font-weight: 600;
    width: 250px;
    margin: 0 auto;
}

.cta-yellow {
    background: #F7C600;
    background: linear-gradient(90deg, rgba(247, 198, 0, 1) 0%, rgba(250, 217, 78, 1) 50%);
}

.cta-red {
    background: #F4381B;
    background: linear-gradient(90deg, rgba(244, 56, 27, 1) 0%, rgba(240, 101, 84, 1) 55%);
}

.cta-orange {
    background: #F37B00;
    background: linear-gradient(90deg, rgba(243, 123, 0, 1) 0%, rgba(247, 164, 77, 1) 55%);
}

.cta-free-delivery {
    margin-top: -20px;
    position: relative;
    z-index: 10;
    text-align: center;
}

.cta-free-delivery p {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    font-family: helen-regular,Roboto, sans-serif;
}

.cta-free-delivery p img {
    width: 20px;
    margin-right: 8px;
    transform: rotateY(180deg);
}

.all-natural-badges .container {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    justify-content: center;
    gap: 5px;
    grid-template-areas:
        "col1 col2 col3"
        "col4 col col5";
    margin-top: 30px;
}

.all-natural-badges img:nth-of-type(4) {
    grid-area: col4;
    width: 100px;
    margin-left: 50px;
}

.all-natural-badges img:nth-of-type(5) {
    grid-area: col5;
    width: 100px;
    margin-left: -50px;
}

.product-section {
    padding: 30px 0px;
    margin-top: 20px;
    font-family: helen-regular,Roboto, sans-serif;

}

.product-section .title {
    margin-bottom: 50px;
    color: var(--main-yellow);
    padding: 0px 30px;
    font-weight: 500;
}

.product-section .product-section-header {
    position: relative;

}

.product-section .product-section-header div {
    position: absolute;
    bottom: 15px;
    left: 20px;
    text-transform: uppercase;
    color: white;
    font-family: helen-regular,Roboto, sans-serif;
    width: 50%;

}
.product-section .product-section-header img.image-badge{
    top: -40px;
}
.product-section h3 {
    font-family: helen-regular,Roboto, sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.342);
}

.product-description {
    width: 90%;
    margin: 10px auto;
}

.product-description ul {
    margin: 15px 0px;
}

.product-description li.a {
    display: none;
    font-size: 16px;
}

.product-description li.usp {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    font-weight: 800;
    border-bottom: 1px solid var(--main-yellow);
    padding-bottom: 4px;
    position: relative;
}

.product-description li img.ico {
    width: 20px;
    margin-right: 5px;
}

.product-description li.usp img.chevron {
    position: absolute;
    width: 15px;
    right: 0;
}

.product-journey .journey {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    column-gap: 40px;
}

.product-journey .journey ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-left: 1px solid var(--main-black);
}

.product-journey .journey ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    border: 1px solid var(--main-black);
    background-color: var(--main-yellow);
    position: absolute;
    left: -10px;
}

.product-journey .journey ul li {
    margin-left: 10px;
    font-family: helen-regular,Roboto, sans-serif;

    display: flex;
    flex-direction: column;
    font-size: 15px;
}

.journey-banner {
    margin-top: 40px;
    position: relative;
}

.journey-banner p {
    border: 2px solid var(--main-yellow);
    border-radius: 50%;
    display: inline-block;
    padding: 5px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.786);
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    font-weight: 600;
    font-family: helen-regular,Roboto, sans-serif;
    word-break: break-all;
}

.detox .journey-banner p:nth-of-type(1) {
    top: 160px;
    right: 50px;
}

.detox .journey-banner p:nth-of-type(2) {
    bottom: 180px;
    left: 100px;
}

.detox .journey-banner p:nth-of-type(3) {
    right: 90px;
    bottom: 70px;
}

.slimfit .journey-banner p:nth-of-type(1) {
    top: 180px;
    right: 75px;
}

.slimfit .journey-banner p:nth-of-type(2) {
    bottom: 30px;
    left: 75px;
}

.slimfit .journey-banner p:nth-of-type(3) {
    right: 85px;
    bottom: 70px;
}

.wellness .journey-banner p:nth-of-type(1) {
    top: 120px;
    right: 50px;
}

.wellness .journey-banner p:nth-of-type(2) {
    bottom: 120px;
    left: 10px;
}

.wellness .journey-banner p:nth-of-type(3) {
    right: 25px;
    bottom: 100px;
}

.matcha-slimfit .journey-banner p:nth-of-type(1) {
    top: 160px;
    right: 40px;
}

.matcha-slimfit .journey-banner p:nth-of-type(2) {
    bottom: 100px;
    left: 45px;
}

.matcha-slimfit .journey-banner p:nth-of-type(3) {
    right: 60px;
    bottom: 70px;
}

.collagen .journey-banner p:nth-of-type(1) {
    top: 45px;
    right: 5px;
}

.collagen .journey-banner p:nth-of-type(2) {
    top: 160px;
    left: 70px;
}

.collagen .journey-banner p:nth-of-type(3) {
    left: 20px;
    bottom: 90px;

}

.product-ingredients {
    padding: 30px 0px;
}

.product-ingredients .title {
    color: var(--main-yellow);
    text-align: left;
    font-size: 28px;
    font-weight: 500;
}

.product-ingredients .title span {
    display: block;
    font-size: 20px;
    background-color: var(--main-yellow);
    color: white;
    width: fit-content;
    padding: 4px;
    border-radius: 8px;
    margin-top: 5px;
}

.ingredient {
    border: 2px solid var(--main-yellow);
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 20px 5px 5px;
    border-radius: 8px;
    font-family: helen-regular,Roboto, sans-serif;
    font-weight: 600;
}

.ingredient:after {
    content: "\002B";
    position: absolute;
    color: var(--main-yellow);
    right: 5px;
    font-size: 24px;
    top: 5px;
}

.ingredient img {
    width: 35px;
    margin-right: 2px;
}

.ingr-popup {
    position: fixed;
    z-index: 60;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    filter: blur(0px);
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(2px);
    z-index: 100;
    transition: visibility 0slinear 0.3s, opacity 0.3s;
}


.ingr-popup .content {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    border: 2px solid var(--main-yellow);
    border-radius: 15px;
    background-color: #fef9e4;
    padding: 30px 15px;
    z-index: 100;
}

.ingr-popup .content img {
    width: 60%;
    mix-blend-mode: multiply;
}

.is-visible {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.close {
    color: var(--main-yellow);
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.ingredients {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 20px 0px;
}

.product-slimfit.product-section .title,
.product-ingredients.slimfit .title {
    color: var(--main-red);
}

.product-slimfit .product-description li.usp,
.product-journey.slimfit .journey-banner p,
.slimfit .ingredient {
    border-color: var(--main-red);
}

.product-journey.slimfit .journey ul li::before,
.slimfit .cta {
    background-color: var(--main-red);
}

/*  */
.product-wellness.product-section .title,
.product-ingredients.wellness .title {
    color: var(--main-orange);
}

.product-wellness .product-description li.usp,
.product-journey.wellness .journey-banner p,
.wellness .ingredient {
    border-color: var(--main-orange);
}

.product-journey.wellness .journey ul li::before,
.wellness .cta {
    background-color: var(--main-orange);
}

/*  */
.collagen.product-section .title,
.product-ingredients.collagen .title {
    color: var(--main-orange);
}

.collagen .product-description li.usp,
.product-journey.collagen .journey-banner p,
.collagen .ingredient {
    border-color: var(--main-orange);
}

.product-journey.collagen .journey ul li::before,
.collagen .cta {
    background-color: var(--main-orange);
}

/*  */


.tp-banner {
    padding: 30px 0px;
    text-align: center;
    z-index: 10;
    position: relative;
}

.tp-banner .title,
.testimonials .title {
    color: var(--main-red);
    font-size: 50px;
}

.tp-banner .title span,
.testimonials .title span {
    color: var(--main-black);
    font-size: 30px;
    display: block;
}

.tp-banner div.animation {
    padding: 20px 0;
    margin: 20px 0;
    max-height: 450px;
    background-image: url(../images/trustpilot.webp);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center 0;
    position: relative;
    animation: moveBackground 15s ease-in-out infinite alternate;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
}

.tp-banner div.animation img {
    width: 290px;
    margin-top: 15px;
    margin-bottom: -20px;
}

@keyframes moveBackground {
    0% {
        background-position: center 0;
    }

    50% {
        background-position: center 100%;
    }

    100% {
        background-position: center 0;
    }
}

.tp-banner .cta {
    margin:-35px auto 10px auto;
    z-index: 10;
    position: relative;
    background-color: #f7c500;
}

.testimonial-content {
    margin: 15px 15px 0px 15px;
    text-align: center;
}

.testimonial-content p {
    font-weight: 500;
    font-style: italic;
}

.testimonial-content img {
    width: 150px;
    margin: 8px auto 4px auto
}

.testimonial-content span {
    display: block;
    color: gray;
    font-size: 13px;
}

.real-results {
    padding-top: 80px;
    margin-top: -20px;
    padding-bottom: 20px;

}

.before-after__slider.swiper-wrapper {
    padding-bottom: 40px;
}

.before-image img,
.after-image img {
    border-radius: 15px;
}

.real-results .swiper-pagination-bullet-active {
    background: var(--main-black);
}

/*  */

.how-to-prepare .title {
    color: var(--main-black);
    font-size: 35px;
    font-weight: 500;
}

.how-to-prepare .title span {
    color: var(--main-red);
    display: block;
    font-size: 42px;
}

.how-to-prepare{
    position: relative;
}

.how-to-prepare .steps{
    position: absolute;
    transform: translate(50%, 50%);
    top: 10%;
    left: 60%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.how-to-prepare .steps p span{
    color:var(--main-red);
    font-weight: bold;
    font-size: 35px;
    font-family: "Oswald", sans-serif;
}
.how-to-prepare p.additional-text{
    margin: 15px 0px -5px 20px;
    position: relative;
    z-index: 1;
}

.real-results .title span {
    color: var(--main-red);
    display: block;
    font-size: 42px;
}

.cta-banner-effect {
    position: relative;
    padding-top: 20px;
}

.cta-banner-effect h2.title span {
    color: var(--main-red);
    display: block;
    font-size: 45px;
}


.cta-banner-effect p {
    background-color: var(--main-yellow);
    color: white;
    padding: 5px 5px 5px 20px;
    font-size: 18px;
    margin-top: -5px;
    position: relative;
}

.offers {
    padding: 30px 0px;
}

.offers .title {
    color: var(--main-black);
    font-size: 45px
}

.offers .title span {
    color: var(--main-red);
    display: block;
    font-size: 50px;
}

.offers-slider {
    margin-top: 30px;
}

.offers-slider .swiper-wrapper {
    align-items: center;
}

.offer {
    border: 3px solid var(--main-red);
    border-radius: 8px;
    position: relative;
    text-align: center;
}

.offer .free-delivery {
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    background-color: var(--main-red);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    padding: 5px;
    z-index: 10;
    position: relative;
    text-align: center;
}

.offer .free-delivery img {
    width: 30px;
    margin-left: 5px;
}

.offer .discount {
    color: white;
    background-color: #f57900;
    font-size: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 80px;
    padding: 5px;
    padding-right: 8px;
}

.offer .thumb {
    width: 80%;
    display: block;
    margin: -15px auto 0 auto;
}

.offer .best-seller {
    display: block;
    /* text-align: center; */
    font-size: 13px;
    color: white;
    padding: 5px 3px;
    width: fit-content;
    margin: 0 auto;
}

.offer .best-seller.pink {
    background-color: #ff5ea1;
}

.offer .best-seller.orange {
    background-color: #f57900;
}

.offer .name {
    font-weight: 600;
    /* text-align: center; */
    margin: 5px 0px;
}

.offer .bundle-content {
    font-size: 13px;
    padding: 0px 50px;
}

.offer .offer-benefits {
    text-transform: uppercase;
    font-weight: 600;
    margin: 8px 0px;
    font-size: 14px;
}

.offer .offer-benefits span {
    color: var(--main-yellow);
}

.offer .buy-now-cta {
    background-color: #db3e2e;
    color: white;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    padding: 5px 0px;
    margin: 0px 30px 10px 30px;
    border-radius: 8px;
}

.offers-slider .swiper-slide.swiper-slide-next,
.offers-slider .swiper-slide.swiper-slide-prev {
    transform: scale(0.9);
}

.last-cta-banner {
    margin: 30px 0px;
    text-align: center;
    position: relative;

}

.last-cta-banner img {
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.last-cta-banner div.last-cta-wrapper {
    position: absolute;
    width: 90%;
    top: 20px;
    text-align: left;
    left: 15px;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.last-cta-banner h2 {
    font-family: helen-light,Roboto, sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
}
.last-cta-banner p{
    color: #fff;
    width: 80%;
    margin-top: 10px;
}

.cta.red-cta {
    background-color: var(--main-red);
    background: var(--main-red);
    margin-top: 15px;
    margin: 0 auto;
}
 @media only screen and (min-width: 600px) {
     .index-trustpilot-image {
         width: 100%;
     }
 }
@media only screen and (min-width: 768px) {

    .on-desktop {
        display: block !important;
    }

    .on-mobile {
        display: none !important;
    }

    .hero img.logo {
        width: 60px;
    }

    .hero .hero-content {
        left: 25%;
        top: 50%;
    }

    .hero .hero-content h1 {
        font-size: 25px;
    }

    .hero .hero-content p {
        width: 45%;
    }

    .wow-badges {
        column-gap: 30px;
        justify-content: center;
        grid-template-columns: repeat(5, 70px);
    }

    .all-products {
        padding: 30px 0px;
    }

    .all-products-grid {
        justify-content: center;
        margin: 50px 0px 0px 0px;
        grid-template-columns: repeat(3, 150px);
    }

    .all-products-grid .product-box:nth-of-type(4),
    .all-products-grid .product-box:nth-of-type(5) {

        width: 150px;
    }

    .all-products-grid .product-box h4 {
        font-size: 15px;
        font-weight: bold;
    }

    .cta-banner-best-seller h2 {
        width: 38%;
        right: 15%;
        top: 50px;
    }

    .cta-banner-best-seller h2 img {
        display: none;
    }

    .cta-banner-best-seller img.image-badge {
        top: 5%;
        left: 10%;
        width: 130px!important;
        height: 130px!important;
    }

    .cta-banner-best-seller p img {
        width: 40px;
    }

    .cta-banner-best-seller p {
        bottom: 65px;
        width: 51%;
    }

    .cta-banner-best-seller p span {
        font-size: 19px;
        margin-right: 130px;
    }
    .how-to-prepare{
        position: relative;
    }
    .how-to-prepare .steps {
        top: 30%;
        left: 38%;
        gap: 20px;
    }
    .how-to-prepare .steps p{
        font-size: 12px;
    }
    .how-to-prepare .steps p span {
        color: var(--main-red);
        font-weight: bold;
        font-size: 25px;
        font-family: "Oswald", sans-serif;
    }
    .how-to-prepare p.additional-text {
        width: 40%;
        text-align: center;
        margin-left: 15%;
    }
    .all-natural-badges .container {
        grid-template-columns: repeat(5, 100px);
    }

    .all-natural-badges img:nth-of-type(4),
    .all-natural-badges img:nth-of-type(5) {
        grid-area: auto;
        margin: 0;
    }

    .product-section-grid {
        display: grid;
        grid-template-columns: 1fr 0.8fr;
        grid-auto-flow: dense;
        column-gap: 40px;
    }

    .product-section .title {
        padding-left: 0;
    }

    .product-section-header {
        grid-column: 2;
    }

    .product-section .product-section-header div {
        left: unset;
        right: 20px;
    }
    .product-section .product-section-header img.image-badge{
        top: -95px;
        right: -20px;
    }
    .product-section h3 {
        font-size: 22px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .product-detox.product-section h3,
    .matcha-slimfit.product-section h3 {
        color: var(--main-yellow);
    }


    .product-slimfit.product-section h3 {
        color: var(--main-red);
    }

    .product-wellness.product-section h3,
    .collagen.product-section h3 {
        color: var(--main-orange);
    }


    .product-description {
        margin: 0 auto;
    }

    .product-section .title {
        margin-bottom: 20px;
        text-align: left;
        margin-left: 20px;
        font-size: 55px;
    }
    .ingredient p{
        font-size: 13px;
    }
    .product-journey .journey ul {
        flex-direction: row;
        border-left: 0;
        border-top: 1px solid var(--main-black);
    }

    .product-journey .journey {
        grid-template-columns: 1fr 0.8fr;
    }

    .product-journey .journey ul li::before {
        left: unset;
        top: -10px;
    }

    .product-journey .journey ul li {
        align-items: center;
        text-align: center;
        padding-top: 8px;
    }

    .journey-banner p {
        font-size: 12px;
        width: 70px;
        height: 70px;
        transform: translate(-50%, -50%);

    }

    .collagen .journey-banner.on-desktop p:nth-of-type(1) {
        top: 15%;
    }

    .journey-banner.on-desktop p:nth-of-type(1) {
        left: 70%;
        top: 45%;
    }

    .wellness .journey-banner.on-desktop p:nth-of-type(2) {
        left: 45%;
        top: 50%;
    }


    .collagen .journey-banner.on-desktop p:nth-of-type(2) {
        top: 55%;
        left: 30%;
    }

    .journey-banner.on-desktop p:nth-of-type(2) {
        left: 45%;
        top: 80%;
    }

    .journey-banner.on-desktop p:nth-of-type(3) {
        left: 60%;
        top: 65%;
    }

    .tp-banner div.animation {
        background-image: url(../images/trustpilot-D.webp);
    }

    .tp-banner .cta {
        margin-top: -45px;
    }
    .cta{
        font-size: 40px;
        width: fit-content;
        padding: 5px 10px;
    }
    .cta-banner-effect div {
        left: 50%;
        top: 50%;
        bottom: unset;
        width: 50%;
        transform: translate(-0%, -50%);
    }

    .cta-banner-effect div p {
        background-color: transparent;
        color: var(--main-black);
        padding-left: 0;
    }

    .offers-slider {
        padding-bottom: 50px;
    }

    .offers-slider .swiper-slide.swiper-slide-next,
    .offers-slider .swiper-slide.swiper-slide-prev {
        transform: scale(1);
    }

    .offers-slider .swiper-slide {
        height: auto;
    }

    .offers-slider .swiper-wrapper {
        align-items: stretch;
    }

    .offer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .last-cta-banner {
        margin: 0;
    }
}

@media only screen and (min-width: 992px) {

    .hero .hero-content {
        width: 35%;
        left: 25%;
    }

    .hero .hero-content h1 {
        text-align: left;
    }

    .hero .hero-content h1 span {
        margin-left: 0;
        width: fit-content;
        font-size: 33px;
    }

    .hero .hero-content p {
        margin: unset;
        text-align: left;
        width: auto;
        font-size: 20px;
    }

    .hero img.logo {
        width: 70px;
    }
    .hero .hero-content h2 span{
        font-size: 45px;
    }
    img.image-badge {
        width: 215px !important;
        height: 215px !important;
    }
    .wow-badges {
        grid-template-columns: repeat(5, 80px);
    }

    .all-products-grid {
        grid-template-columns: repeat(3, 200px);
        column-gap: 30px;
    }

    .all-products-grid .product-box:nth-of-type(4),
    .all-products-grid .product-box:nth-of-type(5) {
        width: unset;
        margin: 0;
        grid-area: auto;
    }

    .all-products-grid .product-box img {
        width: 100px;
    }

    .all-products-grid .product-box p {
        font-size: 14px;
    }

    .title {
        font-size: 38px;
        width: auto;
    }

    .cta-banner-best-seller h2 {
        font-size: 37px;
        width: 50%;
        right: 5%;
        top: 20px;
    }

    .cta-banner-best-seller p {
        bottom: 95px;
        right: 38px;
    }

    .cta-banner-best-seller p span,
    .cta-banner-best-seller p {
        font-size: 17px;
    }
    .cta-banner-best-seller h2 span{
        display: block;
    }
    .cta-banner-best-seller .arrow {
        left: 450px;
    }

    .cta-free-delivery p {
        font-size: 16px;
    }

    .how-to-prepare .steps {
        top: 23%;
        left: 38%;
        gap: 40px;
    }
    .how-to-prepare .steps p span {
        padding-right: 10px;
    }
    .product-section .title {
        font-size: 65px;
    }

    .product-ingredients {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: anchor-center;
    }

    .product-description {
        width: unset;
    }

    .ingr-popup .content {
        width: 300px;
    }

    .journey-banner {
        margin-top: 0;
    }

    .product-section {
        margin: 0;
    }

    .product-ingredients .cta-free-delivery {
        margin-top: 0;
        text-align: left;
    }

    .product-ingredients .cta-free-delivery p {
        justify-content: flex-start;
    }

    .product-ingredients .cta-free-delivery .cta {
        margin-left: 0;
    }

    .before-after-swiper {
        width: 80%;
    }

    .cta-banner-effect {
        padding: 0;
    }

    .cta-banner-effect div h2 {
        font-size: 45px;
        color: white;
    }

    .cta-banner-effect p {
        font-size: 22px;
    }

    .cta-banner-effect div {
        position: absolute;
        left: 60%;
        width: unset;
    }

    .offers .title span {
        font-size: 34px;
    }

    .offers-slider {
        width: 80%;
    }

    .offer .bundle-content {
        padding: 0px 25px;
    }

    .last-cta-banner div.last-cta-wrapper{
        width: 90%;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }
    .last-cta-banner h2 {
        font-size: 30px;
    }

    .last-cta-banner p {
        font-size: 20px;
        width: 100%;
        margin: 5px auto 0px auto;
    }
    .last-cta-banner div {
        width: 80%;
    }
    .last-cta-banner img {
        height: unset;
    }
}

@media only screen and (min-width: 1200px) {
    .hero .hero-content h1 {
        font-size: 40px;
    }
    .hero .hero-content h2 {
        font-size: 45px;
    }
    .wow-badges {
        grid-template-columns: repeat(5, 65px);
    }
    .pictograms-3-item p {
        font-size: 17px;
    }
    .all-products-grid .product-box img {
        width: 120px;
    }

    .all-products-grid .product-box h4 {
        padding: 4px 10px;
    }
    .cta-banner-best-seller h2 {
        font-size: 40px;
        top: 45px;
    }

    .cta-banner-best-seller .arrow {
        left: 520px;
    }
    .cta-banner-best-seller p {
        bottom: 115px;
        right: 45px;
    }
    .cta-banner-best-seller p span,
    .cta-banner-best-seller p {
        font-size: 24px;
    }
    .cta-banner-best-seller img.image-badge {
        top: 11%;
        left: 13%;
    }
    .product-section-grid,
    .product-journey .journey {
        justify-content: center;
        grid-template-columns: 500px 500px;
    }

    .product-section .title {
        margin-left: 115px;
    }

    .how-to-prepare .steps {
        top: 18%;
        left: 38%;
        gap: 42px;
    }
    .how-to-prepare .steps p span {
        font-size: 35px;
        padding-right: 10px;
    }
    .ingredients {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-ingredients .title {
        font-size: 34px;
    }

    .product-ingredients .title span {
        font-size: 26px;
    }

    .offers-slider {
        width: 70%;
    }

    .cta-banner-effect div {
        left: 50%;
    }

    .cta-banner-effect div h2 {
        font-size: 80px;
    }

    .cta-banner-effect h2.title span {
        font-size: 80px;
    }
    .last-cta-banner p {
        width: 75%;
    }

}

@media only screen and (min-width: 1400px) {
    .cta {
	width: fit-content;
    padding: 5px 12px;
	}

    .hero .hero-content h1 span {
        font-size: 52px;
    }

    .hero .hero-content h1 {
        font-size: 40px;
    }
    .hero .hero-content h2 {
        font-size: 40px;
    }
    .hero .hero-content p {
        font-size: 26px;
    }

    .title {
        font-size: 45px;
    }

    .sub {
        font-size: 24px;
    }

    .cta-banner-best-seller p {
        width: 45%;
        right: 140px;
        bottom: 100px;
    }

    .cta-banner-best-seller h2 {
        font-size: 45px;
    }

    .cta-banner-best-seller p span,
    .cta-banner-best-seller p {
        font-size: 28px;
    }

    .cta-banner-best-seller .arrow {
        left: 43%;
        bottom: 14%;
    }
    .cta-banner-best-seller img.image-badge {
        top: 12%;
        left: 13%;
    }
    .product-section .title {
        margin-left: 16%;
    }

    .cta-banner-effect h2 {
        font-size: 50px;
    }
    .how-to-prepare .steps p {
        font-size: 20px;
    }
    .how-to-prepare .steps {
        gap: 40px;
        top: 16%;
        left: 37%;
    }
    .how-to-prepare .steps p span {
        font-size: 40px;
        padding-right: 5px;
    }
    .last-cta-banner div {
        width: 35%;
    }
}

@media only screen and (min-width: 1600px) {

    .hero .hero-content {
        left: 30%;
    }

    .hero .hero-content p {
        font-size: 28px;
    }

    .wow-badges {
        grid-template-columns: repeat(5, 85px);
    }

    .cta-banner-best-seller h2 {
        font-size: 55px;
    }
    .cta-banner-best-seller p {
        right: 10%;
    }
    .product-section .title {
        margin-left: 21%;
    }

    .product-ingredients .container {
        width: 80%;
        margin-left: 50px;
    }

    .cta-banner-effect h2 {
        font-size: 56px;
    }

    .cta-banner-effect p {
        font-size: 25px;
    }

    .offers-slider {
        width: 50%;
    }

    .last-cta-banner .container {
        width: 60%;
    }

    .last-cta-banner div {
        width: 45%;
    }

    .last-cta-banner h2 {
        font-size: 53px;
    }
    .how-to-prepare .steps p {
        font-size: 22px;
    }
    .how-to-prepare .steps p span {
        font-size: 45px;
    }
    .how-to-prepare .steps {
        gap: 47px;
        top: 15%;
        left: 37%;
    }
}
@media only screen and (min-width: 1600px) {
    .cta-banner-best-seller h2 {
        top: 15%;
    }
}
@media only screen and (min-width: 1800px) {

    .cta-banner-best-seller .arrow {
        width: 65px;
        bottom: 12%;
    }

    .cta-banner-best-seller p span,
    .cta-banner-best-seller p {
        font-size: 35px;
    }
    .cta-banner-best-seller p {
        bottom: 33%;
    }
    .cta-banner-best-seller img.image-badge {
        left: 16%;
    }
    .product-section .title {
        margin-left: 24%;
    }

    .product-ingredients .title {
        font-size: 36px;
    }

    .product-ingredients .title span {
        font-size: 30px;
    }


    .cta-banner-effect h2 {
        font-size: 62px;
    }

    .last-cta-banner .container {
        width: 50%;
    }
    .how-to-prepare .steps p {
        font-size: 24px;
    }
    .how-to-prepare .steps p span {
        font-size: 60px;
    }
    .how-to-prepare .steps {
        gap: 47px;
        top: 7%;
        left: 37%;
    }
}

@media only screen and (min-width: 1900px) {

    .hero .hero-content h1 {
        font-size: 45px;
    }
    .hero .hero-content h2 {
        font-size: 45px;
    }
    .hero .hero-content h1 span {
        font-size: 60px;
    }

    .hero .hero-content p {
        font-size: 36px;
    }

    .title {
        font-size: 50px;
    }

    .product-section .title {
        margin-left: 23%;
    }

    .cta-banner-effect h2 {
        font-size: 65px;
    }
    .how-to-prepare .steps {
        gap: 55px;
    }
}

@media only screen and (min-width: 1950px) {
    body {
        width: 1920px;
        margin: 0 auto;
    }

}