body {
    font-family: helen-regular;
    color: var(--main-black);
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: helen-light;
    src: url(../fonts/Helen-Bg-Light.woff2);
}

@font-face {
    font-family: helen-regular;
    src: url(../fonts/Helen-Bg-Regular.woff2);
}

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-green: #2fc16b;
    --main-grey: #ececec;
    --dark-green: #0dab62;

}

img {
    width: 100%;
    height: auto;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.on-desktop {
    display: none;
}

/*  */

.hero {
    position: relative;
}

.hero img.logo {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
}

.hero .hero-content {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
}


.hero .hero-content h1 {
    color: white;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 10px;
}

.hero .hero-content h1 span {
    background-color: white;
    display: block;
    color: var(--main-green);
    border-radius: 6px;
    width: fit-content;
    margin: 0 auto;
    padding: 4px;
}

.hero .hero-content p {
    color: white;
    font-size: 18px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.342);
    width: 70%;
    line-height: 1.1;
    margin: 0 auto;
    font-family: helen-light;

}

.wow-badges {
    background-color: var(--main-grey);
    padding: 50px 10px 30px 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -45px;
    column-gap: 10px;
    align-items: center;
}

.title {
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    /* width: inherit; */
    margin-bottom: 10px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.342);

}

.sub {
    text-align: center;
    font-size: 21px;
    font-family: helen-regular;
    width: 80%;
    margin: 0 auto;
}

.all-products {
    padding: 30px 0px;
}

.all-products h2 {
    color: var(--dark-green);
}

.all-products .sub b {
    background: rgb(224, 199, 139);
    background: linear-gradient(45deg, rgba(224, 199, 139, 1) 30%, rgba(255, 255, 255, 0.09707633053221287) 100%);
}

.all-products-grid {
    margin: 30px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
}

.all-products-grid .product-box {
    text-align: center;
}

.all-products-grid .product-box img {
    margin-bottom: 30px;
}

.all-products-grid .product-box h4 {
    font-family: helen-light;
    background-color: var(--dark-green);
    color: white;
    border-radius: 4px;
    padding: 4px 0px;
}

.all-products-grid .product-box p {
    font-size: 16px;
    font-family: helen-regular;

}

.cta-banner-best-seller {
    position: relative;
    color: white;
}

.cta-banner-best-seller h2 {
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
}

.cta-banner-best-seller h2 img {
    width: 40px;
    display: block;
    margin: 0 auto;
}

.cta-banner-best-seller p {
    position: absolute;
    bottom: 50px;
    left: 10px;
    text-transform: uppercase;
    font-size: 19px;
    font-family: helen-light;
    width: 60%;

}


.cta-banner-best-seller p b {
    display: block;
}

.cta-banner-best-seller p span {
    text-transform: lowercase;
    display: block;
    font-size: 16px;
}

.green-cta {
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: rgb(22, 174, 101);
    background: linear-gradient(45deg, rgba(22, 174, 101, 1) 0%, rgba(121, 211, 137, 1) 100%);
    color: white;
    border: 3px solid white;
    border-radius: 8px;
    font-size: 25px;
    font-weight: 600;
    width: 250px;
    margin: 0 auto;
}

.cta-free-delivery {
    margin-top: -20px;
    position: relative;
    z-index: 10;
    text-align: center;
}

.cta-free-delivery p {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    font-family: helen-regular;
}

.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;

}

.product-section .title {
    margin-bottom: 50px;
    color: var(--dark-green);
}

.product-section .product-section-header {
    position: relative;

}

.product-section .product-section-header div {
    position: absolute;
    top: -35px;
    left: 10px;
    text-transform: uppercase;
    color: white;
    font-family: helen-regular;
    width: 40%;

}

.product-section .product-section-header div img {
    width: 110px;
    margin-bottom: 10px;
}


.product-section h3 {
    font-family: helen-regular;
    font-size: 19px;
    font-weight: 600;
}

.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(--dark-green);
    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;
    color: var(--dark-green);
}

.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(--dark-green);
    position: absolute;
    left: -10px;
}

.product-journey .journey ul li {
    margin-left: 10px;
    font-family: helen-regular;

    display: flex;
    flex-direction: column;
    font-size: 15px;
}

.journey-banner {
    margin-top: 40px;
    position: relative;
}

.journey-banner p {
    border: 2px solid var(--dark-green);
    border-radius: 50%;
    display: inline-block;
    padding: 5px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.786);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    font-weight: 600;
    font-family: helen-regular;

}

.journey-banner p:nth-of-type(1) {
    top: 120px;
    right: 50px;
}

.journey-banner p:nth-of-type(2) {
    bottom: 120px;
    left: 100px;
}

.journey-banner p:nth-of-type(3) {
    right: 90px;
    bottom: 70px;
}

.product-ingredients {
    padding: 30px 0px;
}

.product-ingredients .title {
    color: var(--dark-green);
    text-align: left;
    font-size: 28px;
}

.product-ingredients .title span {
    display: block;
    font-size: 20px;
    background-color: var(--dark-green);
    color: white;
    width: fit-content;
    padding: 4px;
    border-radius: 8px;
    margin-top: 5px;
}

.ingredient {
    border: 2px solid var(--dark-green);
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px;
    padding-right: 10px;
    border-radius: 8px;
    font-family: helen-regular;
    font-weight: 600;
}

.ingredient p {
    font-size: 14px;
}

.ingredient#orange p {
    padding-right: 16px;
}

.ingredient:after {
    content: "\002B";
    position: absolute;
    color: var(--dark-green);
    right: 5px;
    font-size: 24px;
    top: 5px;
}

.ingredient img {
    width: 25px;
    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(--dark-green);
    border-radius: 15px;
    background-color: #E8EFEB;
    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(--dark-green);
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.ingredients {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0px;
}

.tp-banner {
    padding: 30px 0px;
    text-align: center;
    z-index: 10;
    position: relative;
}

.tp-banner .title,
.testimonials .title {
    color: var(--dark-green);
    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: 310px;
    margin-top: 41px;
}

@keyframes moveBackground {
    0% {
        background-position: center 0;
    }

    50% {
        background-position: center 100%;
    }

    100% {
        background-position: center 0;
    }
}

.tp-banner .green-cta {
    margin-top: -10px;
    margin-bottom: 10px;
    z-index: 10;
    position: relative;
}

.tp-banner #trustpilot-widget {
    width: 85%;
}

.testimonials {}

.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;
}

/*  */

.matcha-results .slick-slide {
    margin: 0 10px;
    width: 100%;
}

.matcha-results .sliders-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.matcha-results .before-after-container {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.matcha-results .before-image,
.matcha-results .after-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.matcha-results .before-image img.ks-image,
.matcha-results .after-image img.ks-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.matcha-results .after-image {
    clip-path: inset(0 50% 0 0);
}

.matcha-results .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
}


.matcha-results {
    position: relative;
    margin-top: -120px;
    padding: 130px 0px 60px 0px;
    background-color: #e6f6ef;
}

.matcha-results .slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: black;
    pointer-events: none;
    animation: pulse 2.5s infinite ease-in-out;
}


.matcha-results .slider-handle::before {
    content: "⟷";
}


.matcha-results .before-after-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: white;
    transform: translateX(-50%);
    pointer-events: none;
}

.matcha-results .before-after__slider-item {
    margin-top: 40px;
}

.matcha-results .before-after__slider-item .before-after__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}

.matcha-results .before-after__slider-item .before-after__text p.ks-paragraph {
    margin: 0;
    font-size: 14px;
}

.matcha-results .before-after__slider-item .before-after__text small {
    font-size: 13px;
}

.matcha-results .slider-handle {
    pointer-events: auto;
    cursor: grab;
}

.matcha-results .slider-handle:active {
    cursor: grabbing;
}

.matcha-results .slick-dots {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.matcha-results .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: transparent;
    transition: background 0.3s, transform 0.3s;
    cursor: pointer;
}

.matcha-results .slick-dots li.slick-active {
    background: #111;
    border-color: #111;
}

.matcha-results .slick-dots li button {
    font-size: 0;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0;
}

/*  */

.how-to-prepare .title {
    color: var(--main-black);
    font-size: 35px;
    background-color: #e6f6ef;
    padding-top: 30px;

}

.how-to-prepare .title span {
    color: var(--dark-green);
    display: block;
    font-size: 42px;
}

.how-to-prepare ul {
    width: 80%;
    margin: 15px auto;
}

.how-to-prepare ul li {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.how-to-prepare ul li span {
    color: var(--dark-green);
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    margin-right: 6px;
    font-weight: 500;
}

.cta-banner-effect {
    position: relative;
}

.cta-banner-effect div {
    bottom: 80px;
    left: 20px;
    position: absolute;

}

.cta-banner-effect h2 {
    font-family: helen-light;
    text-transform: uppercase;
    font-size: 35px;
    color: white;

}

.cta-banner-effect h2 span {
    background-color: var(--dark-green);
    padding: 4px;
    border-radius: 4px;
    line-height: 1.4;
    color: white;
}


.cta-banner-effect p {
    background-color: var(--dark-green);
    color: white;
    padding: 5px 5px 5px 20px;
    font-size: 18px;
    margin-top: -5px;
    position: relative;
}

.offers {
    padding: 30px 0px;
}

.offers .title h2 {
    color: var(--main-black);
    font-size: 25px;
}

.offers .title span {
    color: #f57900;
    font-size: 30px;
    display: block;
}

.offers-slider {
    margin-top: 30px;
}

.offers-slider .swiper-wrapper {
    align-items: center;
}

.offer {
    border: 3px solid var(--dark-green);
    border-radius: 8px;
    position: relative;
    text-align: center;
}

.offer .free-delivery {
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    background-color: var(--dark-green);
    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(--dark-green);
}

.offer .buy-now-cta {
    background-color: var(--dark-green);
    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;
    background-color: var(--dark-green);
    padding: 40px 0px;
}

.last-cta-banner h2 {
    font-family: helen-light;
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    font-weight: 100;
}

.last-cta-banner p {
    color: white;
    font-size: 20px;
    width: 70%;
    margin: 15px auto;
}

.green-cta.orange-cta {
    background-color: #f57900;
    background: #f57900;
}

@media only screen and (min-width: 768px) {

    .on-desktop {
        display: block;
    }

    .on-mobile {
        display: none !important;
    }

    .hero img.logo {
        width: 100px;
    }

    .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(4, 100px);
    }

    .all-products-grid {
        justify-content: center;
        margin: 50px 0px 0px 0px;
        grid-template-columns: repeat(3, 180px);
    }

    .all-products-grid .product-box h4 {
        font-size: 18px;
    }

    .cta-banner-best-seller h2 {
        width: 60%;
    }

    .cta-banner-best-seller h2 img {
        display: none;
    }

    .cta-banner-best-seller p img {
        width: 40px;
    }

    .cta-banner-best-seller p {
        bottom: 10px;
    }

    .cta-banner-best-seller p span {
        font-size: 19px;
        margin-right: 150px;
    }

    .cta-banner-best-seller .arrow {
        width: 40px;
        position: absolute;
        bottom: 30px;
        left: 280px;
    }

    .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;
    }

    .product-section-header {
        grid-column: 2;
    }

    .product-section .product-section-header div {
        left: unset;
        right: 20px;
    }

    .product-section h3 {
        color: var(--dark-green);
        font-size: 22px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .product-description {
        margin: 0 auto;
    }

    .product-section .title {
        margin-bottom: 20px;
        text-align: left;
        margin-left: 20px;
        font-size: 55px;
    }

    .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;
    }

    .tp-banner div.animation {
        background-image: url(../images/trustpilot-D.webp);
    }

    .tp-banner .green-cta {
        background: rgb(152 212 63);
        background-color: rgb(152 212 63);
    }

    .tp-banner #trustpilot-widget {
        width: 35%;
    }

    .how-to-prepare {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
        background-color: #e6f6ef;
        padding-bottom: 50px;
    }

    .how-to-prepare .title {
        margin-bottom: 0;
        padding-bottom: 15px;
        padding-top: 0;
        text-align: left;
    }

    .how-to-prepare ul {
        margin: 0 auto;
    }

    .cta-banner-effect div {
        left: 50%;
        top: 50%;
        bottom: unset;
        width: 50%;
        transform: translate(-0%, -50%);
    }

    .cta-banner-effect div h2 {
        color: var(--main-black);
    }

    .cta-banner-effect div p {
        background-color: transparent;
        color: var(--main-black);
        padding-left: 0;
    }

}

@media only screen and (min-width: 992px) {

    .hero .hero-content {
        width: 35%;
        left: 25%;
    }

    .hero .hero-content h1 {
        text-align: left;
        font-size: 30px;
    }

    .hero .hero-content h1 span {
        margin-left: 0;
        width: fit-content;
    }

    .hero .hero-content p {
        margin: unset;
        text-align: left;
        width: auto;
        font-size: 20px;
    }

    .hero img.logo {
        width: 70px;
    }

    .wow-badges {
        grid-template-columns: repeat(4, 80px);
    }

    .all-products-grid {
        column-gap: 55px;
    }

    .all-products-grid .product-box img {
        width: 160px;
    }

    .all-products-grid .product-box p {
        font-size: 18px;
    }

    .title {
        font-size: 38px;
        width: auto;
    }

    .cta-banner-best-seller h2 {
        font-size: 40px;
        width: 50%;
        top: 80px;
        left: 65px;
    }

    .cta-banner-best-seller p {
        left: 65px;
        bottom: 40px;
    }

    .cta-banner-best-seller p span,
    .cta-banner-best-seller p {
        font-size: 21px;
    }

    .cta-banner-best-seller .arrow {
        left: 500px;
    }

    .cta-free-delivery p {
        font-size: 16px;
    }

    .product-section .title {
        font-size: 65px;
    }

    .product-journey {
        margin-top: -75px;
    }

    .product-ingredients {
        margin-top: 50px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ingr-popup .content {
        width: 300px;
    }

    .journey-banner {
        margin-top: 0;
    }

    .journey-banner p {
        font-size: 12px;
        width: 70px;
        height: 70px;
    }

    .journey-banner p:nth-of-type(1) {
        left: 75%;
        top: 30%;
        transform: translate(-50%, -50%);
    }

    .journey-banner p:nth-of-type(2) {
        left: 50%;
        top: 80%;
        transform: translate(-50%, -50%);
    }

    .journey-banner p:nth-of-type(3) {
        left: 70%;
        top: 80%;
        transform: translate(-50%, -50%);
    }

    .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 .green-cta {
        margin-left: 0;
    }

    .ks-container {
        max-width: 65%;
        margin: 0 auto;
    }

    .matcha-results {
        /* padding: 0rem 0 7rem 0; */
    }

    .how-to-prepare {
        grid-template-columns: 400px 400px;
        justify-content: center;
    }

    .how-to-prepare .title {
        font-size: 38px;
    }

    .cta-banner-effect h2 {
        font-size: 45px;
    }

    .cta-banner-effect p {
        font-size: 22px;
    }

    .cta-banner-effect div {
        left: 60%;
        width: unset;
    }

    .offers .title span {
        font-size: 34px;
    }

    .offers-slider {
        width: 80%;
    }

    .offer .bundle-content {
        padding: 0px 25px;
    }

    .last-cta-banner h2 {
        font-size: 46px;
    }

    .last-cta-banner p {
        font-size: 25px;
    }

    .ingredient p {
        font-size: 16px;
    }

   
}

@media only screen and (min-width: 1200px) {
    .hero .hero-content h1 {
        font-size: 40px;
    }

    .wow-badges {
        grid-template-columns: repeat(4, 65px);
    }

    .all-products-grid .product-box img {
        width: 120px;
    }

    .cta-banner-best-seller h2 {
        font-size: 50px;
    }

    .cta-banner-best-seller p span,
    .cta-banner-best-seller p {
        font-size: 24px;
    }

    .product-section-grid,
    .product-journey .journey {
        justify-content: center;
        grid-template-columns: 500px 500px;
    }

    .product-section .title {
        margin-left: 115px;
    }

    .ingredients {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-ingredients .title {
        font-size: 34px;
    }

    .product-ingredients .title span {
        font-size: 26px;
    }

    .how-to-prepare {
        grid-template-columns: 300px 400px;
    }

    .offers-slider {
        width: 70%;
    }

}

@media only screen and (min-width: 1400px) {
    .hero .hero-content h1 {
        font-size: 45px;
    }

    .hero .hero-content p {
        font-size: 24px;
    }

    .title {
        font-size: 45px;
    }

    .sub {
        font-size: 24px;
    }

    .cta-banner-best-seller h2 {
        font-size: 55px;
        left: 140px;
    }

    .cta-banner-best-seller p span,
    .cta-banner-best-seller p {
        font-size: 28px;
        left: 140px;
    }

    .cta-banner-best-seller .arrow {
        left: 50%;
    }

    .product-section .title {
        margin-left: 16%;
    }

    .cta-banner-effect h2 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1500px) {

    .cta-banner-best-seller p span,
    .cta-banner-best-seller p {
        font-size: 32px;
    }

    .product-section .title {
        margin-left: 19%;
    }
}

@media only screen and (min-width: 1600px) {

    /* body {
        width: 1500px;
        margin: 0 auto;
    } */

    .hero .hero-content h1 {
        font-size: 52px;
    }

    .hero .hero-content p {
        font-size: 28px;
    }

    .cta-banner-best-seller h2 {
        font-size: 60px;
    }

    .cta-banner-best-seller p span,
    .cta-banner-best-seller p {
        font-size: 36px;
    }

    .product-section .title {
        margin-left: 21%;
    }

    .product-ingredients .container {
        width: 65%;
        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 h2 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 1800px) {

    .cta-banner-best-seller .arrow {
        width: 65px;
    }

    .cta-banner-best-seller p span,
    .cta-banner-best-seller p {
        font-size: 40px;
    }

    .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%;
    }
}

@media only screen and (min-width: 1900px) {

    .hero .hero-content h1 {
        font-size: 60px;
    }

    .hero .hero-content p {
        font-size: 36px;
    }

    .title {
        font-size: 50px;
    }

    .cta-banner-best-seller h2 {
        font-size: 65px;
    }

    .product-section .title {
        margin-left: 25%;
    }

    .cta-banner-effect h2 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1900px) {
    body {
        width: 1920px;
        margin: 0 auto;
    }

}